#catalogHeader {
	height: 30px;
	clear: both;
	font-family: "Trebuchet MS";
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 3px;
	padding-left: 22px;
}
#catalogHdrImages {
	float:right;
	right: 0px;
}
#catalogHdrText {
}

#generalInfo {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	margin-top: 10px;
}
#prodNavigatorTop {
	position: relative;
	clear: both;
	width: 467px;
	height: 20px;
	margin-top: 20px;
	margin-left: 10px;
}
#prodNavigatorBottom {
	position: relative;
	clear: both;
	width: 467px;
	height: 20px;
	border-top-color: #CCCCCC;
	border-top-style: dotted;
	border-top-width: 1px;
	margin-left: 10px;
}
#prodNavInfo {
	position:absolute;
	left: 0px;
	top: 3px;
	height: 20px;
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
}
#prodNavShowAll {
	position:absolute;
	left: 40%;
	top: 3px;
	height: 20px;
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
}
#prodNavLinks {
	position:absolute;
	right: 0px;
	top: 3px;
	height: 20px;
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
}
.prodContainer {
	position: relative;
	float: left;
	width: 527px;
	padding-top: 0px;
	margin-left: 5px;
	font-family: Tahoma;
	background-color:#FFFFFF;
}
#prodPath {
	font-size: 8px;
	color: #999999;
	position:absolute;
	left: 0px;
	top: 0px;
	cursor: pointer;
}
#prodImageContainer {
	float: left;
	width: 210px;
	margin-right: 5px;
	background-color:#FFFFFF;
	padding-top:10px;
	padding-bottom:10px;
}
#prodImage {
	width: 210px;
	overflow: hidden;
	text-align: center;
}
#prodOfferImg {
	position:absolute;
	width: 100px;
	height: 100px;
	left: 100px;
	top: 15px;
	background-repeat: no-repeat;
	background-image: url(../images/prod_offer.png);
}
#prodNewImg {
	position:absolute;
	width: 110px;
	height: 110px;
	left: 0px;
	top: 15px;
	background-repeat: no-repeat;
	background-image: url(../images/prod_new.png);
}
#prodData {
	float: left;
	width: 305px;
}
#prodCode {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 5px;
	background-color:#3399FF;
	text-indent:10px;
	height: 20px;
	padding-top: 3px;
	display:none;
}
#prodName {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 5px;
	margin-top:10px;
	padding:5px;
	line-height: 12px;
	background-color: #CECDBB;
}
#prodAlert {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 10px;
	line-height: 12px;
}
#prodInfo {
	font-size: 11px;
	color: #666666;
	margin-bottom: 10px;
}
#prodSupplier {
	font-size: 11px;
	color: #666666;
	margin-bottom: 5px;
}
#prodURL {
	font-size: 11px;
	color: #666666;
	margin-bottom: 5px;
}
#prodOptions {
	font-size: 11px;
	color: #666666;
	margin-bottom: 5px;
}
#prodPrice {
	font-size: 14px;
	color: #B22418;
	font-weight: bold;
}
.prodPriceOld {
	font-size: 11px;
	color: #666666;
	font-weight: bold;
	text-decoration: line-through;
}
#prodDetails {
	position: relative;
	float: left;
	width: 400px;
	padding: 10px;
}
/* FrontPage */
#fpProducts {
	font-family: Tahoma;
	position: relative;
	clear: both;
	width: 467px;
	margin-top: 10px;
	border-top-color: #CCCCCC;
	border-top-style: dashed;
	border-top-width: 1px;
	margin-left: 20px;
}
#fpPrdContainer {
	position:absolute;
	width: 163px;
	height: 160px;
}
#fpPrdCode {
	position:absolute;
	overflow:hidden;
	width: 162px;
	height: 18px;
	left: 0px;
	top: 0px;
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding-top: 2px;
	background-color:#3399FF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}
#fpPrdImageContainer {
	position:absolute;
	width: 142px;
	height: 100px;
	left: 0px;
	top: 20px;
	cursor: pointer;
	border-left: 1px dotted #EFEFEF;
	border-right: 1px dotted #EFEFEF;
}
#fpPrdImage {
	width: 142px;
	text-align: center;
}
#fpPrdOfferImg {
	position:absolute;
	width: 60px;
	height: 60px;
	left: 90px;
	top: -10px;
	background-image: url(../images/prod_offer_small.png);
	background-repeat: no-repeat;
}
#fpPrdNewImg {
	position:absolute;
	width: 60px;
	height: 60px;
	left: 10px;
	top: -10px;
	background-image: url(../images/prod_new_small.png);
	background-repeat: no-repeat;
}
#fpPrdName {
	position:absolute;
	overflow:hidden;
	width: 142px;
	height: 21px;
	left: 0px;
	top: 120px;
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	line-height: 10px;
	text-align: center;
	border-left: 1px dotted #EFEFEF;
	border-right: 1px dotted #EFEFEF;
}
#fpPrdPrice {
	position:absolute;
	overflow:hidden;
	width: 142px;
	height: 27px;
	left: 0px;
	top: 145px;
	font-size: 12px;
	color: #B22418;
	font-weight: bold;
	text-align: center;
	background-color:#EFEFEF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}
.fpPrdPriceOld {
	font-size: 11px;
	color: #666666;
	font-weight: bold;
	text-decoration: line-through;
}
#fpPrdBasket {
	position:absolute;
	overflow:hidden;
	width: 24px;
	height: 24px;
	right: 2px;
	top: 146px;
}

#lstPrdContainer {
	position: relative;
	clear: both;
	width: 467px;
	height: 40px;
	margin-top: 5px;
	border-top-color: #CCCCCC;
	border-top-style: dotted;
	border-top-width: 1px;
	margin-left:20px;
}
#lstPrdImage {
	position:absolute;
	overflow:hidden;
	width: 24px;
	height: 40px;
	left: 0px;
	top: 5px;
}
#lstPrdCode {
	position:absolute;
	overflow:hidden;
	width: 225px;
	height: 16px;
	left: 28px;
	top: 2px;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #58930A;
}
#lstPrdName {
	position:absolute;
	overflow:hidden;
	width: 225px;
	height: 26px;
	left: 28px;
	top: 17px;
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	line-height: 11px;
}
#lstPrdPrice {
	position:absolute;
	overflow:hidden;
	width: 160px;
	right: 60px;
	top: 4px;
	font-family: Tahoma;
	font-size: 12px;
	color: #B22418;
	font-weight: bold;
	text-align: right;
}
#lstPrdInfo {
	position:absolute;
	overflow:hidden;
	width: 24px;
	right: 27px;
	top: 5px;
}
#lstPrdBasket {
	position:absolute;
	overflow:hidden;
	width: 24px;
	right: 0px;
	top: 5px;
}

#prdImgView {
	position: absolute;
	width: 230px;
	overflow:auto;
	display: none;
	z-index: 1000;
}
#prdImgViewTop {
	position: relative;
	width: 230px;
	height: 15px;
	background-image: url(../images/prdimgview_r1_c1.png);	
	overflow:hidden;
}
#prdImgViewMiddle {
	position: relative;
	width: 210px;
	background-image: url(../images/prdimgview_r2_c1.png);
	background-repeat: repeat-y;
	overflow:auto;
	padding-left: 5px;
	padding-right: 15px;
	text-align: center;	
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
#prdImgViewBottom {
	position: relative;
	width: 230px;
	height: 20px;
	background-image: url(../images/prdimgview_r3_c1.png);
	overflow:hidden;
}
