#catalogHeader {
	clear: both;
	height: 40px;
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-indent: 30px;
	padding-top: 15px;
	background: url(/images/arrow.gif) 15px 22px no-repeat;
}
#catalogHdrImages {
	float:right;
	right: 0px;
}
#catalogHdrText {
}

#generalInfo {
	clear:both;
	margin-top: 10px;
}
#prodNavigatorTop {
	position: relative;
	clear: both;
	width: 410px;
	height: 20px;
	margin-top: 5px;
	margin-left: 0px;
	font-size:11px;
}
#prodNavigatorBottom {
	position: relative;
	clear: both;
	width: 410px;
	height: 20px;
	border-top-color: #CCCCCC;
	border-top-style: dotted;
	border-top-width: 1px;
	margin-left: 0px;
	font-size:11px;
}
#prodNavInfo {
	position:absolute;
	left: 0px;
	top: 3px;
	height: 20px;
}
#prodNavShowAll {
	position:absolute;
	left: 40%;
	top: 3px;
	height: 20px;
	width: 100px;
}
#prodNavLinks {
	position:absolute;
	right: 0px;
	top: 3px;
	height: 20px;
}
.prodContainer {
	position: relative;
	float: left;
	width: 410px;
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px dotted #CCCCCC;
}
#prodPath {
	font-size: 8px;
	color: #999999;
	position:absolute;
	left: 0px;
	top: 0px;
	cursor: pointer;
}
#prodImageContainer {
	float: left;
	width: 210px;
	background-color:#FFFFFF;
	padding: 2px;
	border: 1px solid #CCCCCC;
	margin-right: 5px;
	margin-bottom: 5px;
}
.prodImageBlanco {
	visibility:hidden;
}
#prodImage {
	width: 210px;
	overflow: hidden;
	text-align: center;
}
#prodOfferImg {
	position:absolute;
	width: 100px;
	height: 100px;
	left: 125px;
	top: 25px;
	background-repeat: no-repeat;
	background-image: url(../images/prod_offer.png);
}
#prodNewImg {
	position:absolute;
	width: 110px;
	height: 110px;
	left: 15px;
	top: 25px;
	background-repeat: no-repeat;
	background-image: url(../images/prod_new.png);
}
.prodImgClick {
	position:absolute;
	left: 0px;
	top: 0px;
	cursor: pointer;
}
.prodImgThumbs {clear:both;padding-top:3px;}
.prodImgThumb1 {float:left;padding-top:2px;}
.prodImgThumb2 {float:left;padding-top:2px;padding-left:2px;padding-right:2px;}
.prodImgThumb3 {float:left;padding-top:2px;}
#prodData {
	float: left;
	width: 220px;
}
#prodData {
	float: left;
	width: 410px;
}
#prodCode {
	color: #313131;
}
#prodCode:before {content: "Tuotekoodi: ";}
#prodName {
	font-family: Arial Narrow, Arial, Helvetica, sans-serif; 
	font-size: 20px;
	font-weight:bold;
	color: #313131;
	margin-bottom: 5px;
	margin-top: 2px;
}
#prodAlert {
	font-size: 14px;
	font-weight: bold;
	color: #CC0033;
	margin-top: 5px;
	margin-bottom: 10px;
	line-height: 12px;
	padding-left: 5px;
}
#prodInfo {
	margin-bottom: 10px;
	padding-left: 5px;
	display: block;
}
#prodSupplier {
	margin-bottom: 5px;
	padding-left: 5px;
}
#prodGuarantee {
	margin-bottom: 5px;
	padding-left: 5px;
}
#prodURL {
	margin-bottom: 5px;
	padding-left: 5px;
}
#prodOptions {
	margin-bottom: 5px;
	padding-left: 5px;
}
#prodPrice {
	color: #CC0033;
	font-size: 14px;
	font-weight: bold;
	padding-left: 5px;
}
.prodPriceStd {
	color: #313131;
	font-size: 14px;
	font-weight: normal;
}
.prodFreightCost {
	font-size: 11px;
	font-weight: normal;
}
.prodPriceOld {
	font-size: 12px;
	font-weight: normal;
	text-decoration: line-through;
	margin-right: 3px;
}
#prodDetails {
	position: relative;
	float: left;
	width: 400px;
	padding: 10px;
}
/* FrontPage */
#fpProducts {
	position: relative;
	clear: both;
	width: 410px;
	margin-top: 10px;
}
#fpPrdContainer {
	position:absolute;
	width: 136px;
	height: 160px;
}
#fpPrdCode {
	position:absolute;
	overflow:hidden;
	width: 135px;
	height: 18px;
	left: 0px;
	top: 0px;
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	padding-top: 2px;
	background-color: #FDCA01;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}
#fpPrdImageContainer {
	position:absolute;
	width: 135px;
	height: 100px;
	left: 0px;
	top: 20px;
	cursor: pointer;
	border-left: 1px dotted #EFEFEF;
	border-right: 1px dotted #EFEFEF;
	padding-top: 3px;
}
#fpPrdImage {
	width: 135px;
	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: 135px;
	height: 20px;
	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;
	padding-top: 5px;
}
#fpPrdPrice {
	position:absolute;
	overflow:hidden;
	width: 135px;
	height: 27px;
	left: 0px;
	top: 145px;
	font-size: 12px;
	color: #CC0033;
	font-weight: bold;
	text-align: center;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
}
.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: 410px;
	height: 40px;
	margin-top: 5px;
	border-top-color: #CCCCCC;
	border-top-style: dotted;
	border-top-width: 1px;
}
#lstPrdImage {
	position:absolute;
	overflow:hidden;
	width: 24px;
	height: 40px;
	left: 0px;
	top: 5px;
}
#lstPrdCode {
	position:absolute;
	overflow:hidden;
	width: 200px;
	height: 16px;
	left: 28px;
	top: 2px;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
#lstPrdName {
	position:absolute;
	overflow:hidden;
	width: 200px;
	height: 26px;
	left: 28px;
	top: 17px;
	font-size: 11px;
	line-height: 11px;
}
#lstPrdPrice {
	position:absolute;
	overflow:hidden;
	width: 100px;
	right: 60px;
	top: 4px;
	font-family: Tahoma;
	font-size: 12px;
	color: #CC0033;
	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;
}


/*---------------------------------------------------------------*/
.fotoPassword {
	width:400px;
	margin-bottom:0px;
	margin-top:10px;
	margin-left:7px;
	border-top:1px dotted #CCCCCC;}
.fotoFolderInfo {
	width:400px;
	margin-bottom:10px;
	margin-top:10px;
	margin-left:7px;
	border-top:1px dotted #CCCCCC;}
.fotoImgRow {
	position:inline;
	clear:both;
	padding-top:3px;
	padding-bottom:3px;
	border-top:1px dotted #CCCCCC;
	margin-left:5px;
}
.fotoImgCol {
	position:inline;
	float:left;
	width:190px;
	text-align:center;
	padding:2px;
	border:1px solid #CCCCCC;
	margin:2px;
	cursor:pointer;
	overflow:hidden;
}
.fotoImgDiv {
	position:inline;
	overflow: hidden;
	text-align: center;
}
.fotoImg {
	position:inline;
}
.fotoBtnDiv {
	position:inline;
	width:190px;
	overflow: hidden;
	text-align: right;
}
