@charset "utf-8";
/* CSS Document */
.prodrow{
height:auto;
display:inline-block;
}
.prodbox{
width:170px; 
border: dotted 1px #eee;
float:left;
padding:5px;
height:100%;
}
.prodtitle{
font-weight:bold;
color:#ed1b2e;

}
.prodtitle img{
padding-right:3px;	
}
.prodimg{
text-align:center;
width:170px;

padding-top:5px;
height:127px;
overflow:hidden;
}
.prodimg img{
border:none;
width: 170px;
}
.prodsubtitle{
font-style:italic;
color:grey;
text-align:left;
}
.proddesc{
color:#000;
text-align:left;
}
.prodprice{
width:80px;
float:left;
font-weight:bold;
}
.prodweight{
color:grey;
text-align:right;
float:right;
}
.prodright{	
text-align:right;}
.prodoption{
font-size:8pt;
border:dotted 1px grey;
padding:2px;
}
.prodqty{
	width:20px;
font-size:10pt;
border:dotted 1px grey;
padding:2px;
}
.sizeoptions{
font-weight:bold;
}
.clearme{
clear:left;	
}
#loader{
	background:#fff;
	z-index:501;
	position:relative;
	width:500px;
	top:100px;
	margin:0 auto;
	border: dashed 2px #dbc701;
	padding-bottom:40px;
	text-align:center;
}
#coverall{
	display:none;
	width:100%; height:100%;
	background: url(../img/site/transp70.png);
	position:absolute;
	z-index:500;
}
