.outerWrapper .footer a,  a:link {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
.outerWrapper .footer a:visited {
  color: #000;
  text-decoration: none;
}
.outerWrapper .footer a:hover {
  color: red;
  text-decoration: none;
}
.outerWrapper .footer a:focus {
  color: #000;
}
.outerWrapper .footer a:active {
  color: #000;
}

.outerWrapper .contentWrapper .contentInner .contentCol .borderBottomContainer a,  a:link {
 color: #d52a22;
  text-decoration: none;
}
.outerWrapper .contentWrapper .contentInner .contentCol .borderBottomContainer a:visited {
  color: #d52a22;
  text-decoration: none;
}
.outerWrapper .contentWrapper .contentInner .contentCol .borderBottomContainer a:hover {
  color: #d52a22;
  text-decoration: none;
}
.outerWrapper .contentWrapper .contentInner .contentCol .borderBottomContainer a:focus {
  color: #d52a22;
}
.outerWrapper .contentWrapper .contentInner .contentCol .borderBottomContainer a:active {
  color: #d52a22;
}

.redBorder {
	width:700px;
	border-bottom:1px dotted #d52a22;
}
.catalogueBox{
	width:763px;
	margin-bottom:10px;
	float:left;
	border: 1px solid #de2725;
}
.catalogueBox .catLeft{
	width:243px;
	padding-top:5px;
	float:left;
	text-align:center;
	border-right:1px dotted #de2523;
}
.catalogueBox .catRight{
	width:488px;
	text-align:left;
	padding: 5px 15px 5px 15px;
	float:left;
	background:#f2f2ed;
}
.catalogueSubBox{
	width:350px;
	float:left;
	border: 1px solid #de2725;
	background:#fff;
	margin:0px 15px 5px 0px;
}
.catalogueSubBox .catSubLeft{
	width:132px;
	background:url(../../libs/images/productSubBack.png) no-repeat;
	float:left;
	text-align:center;
	border-right:1px dotted #de2523;
}
.catalogueSubBox .catSubRight{
	padding:10px 8px 0px 0px;
	width:207px;
	text-align:left;
	float:left;
	background:#f2f2ed;
}
.catalogueSubBox .catSubRight .catSubRightHead{
	padding:5px 0px 0px 0px;
	width:215px;
	text-align:left;
	height:28px;
	float:left;
	background:#f2f2ed;
	border-bottom:1px dotted #de2523;
}
.catalogueSubBox .catSubFooter{
	border-top:1px dotted #de2523;
	width:350px;
	text-align:right;
	height:40px;
	float:left;
	background:#f2f2ed;
}

.catalogueProductBox{
	width:350px;
	float:left;
	border: 1px solid #de2725;
	margin:0px 5px 5px 0px;
}
.catalogueProductBox .catalogueProductLeft{
	width:132px;
	height:140px;
	padding-top:5px;
	background:url(../../libs/images/productSubBack.png) no-repeat;
	float:left;
	text-align:center;
	border-right:1px dotted #de2523;
	min-height:300px;
	_height:300px;
}
.catalogueProductBox .catalogueProductRight{
	width:216px;
	text-align:left;
	padding: 0px 0px 5px 0px;
	float:left;
	background:#f2f2ed;
	margin-left:-1px;
	border-left:1px dotted #de2523;
	min-height:300px;
	_height:300px;
}

