p {
	margin:0;
	padding:0;
}
#productbox {
	width:177px;
	margin-right:5px;
	margin-bottom:5px;
	height:177px;
	background:url("../images/greyproduct_box.gif") 0% 0% no-repeat;
	cursor:pointer;
	
}

#productbox>#valign { /*display:table for Mozilla & Opera*/
	display:table;
	position:static;
}

#valign { /*for IE*/
	width:177px;
	height:100%;
	position:relative;
}

#valign div { /*for IE*/
	position:absolute;
	top:50%;
	
}

#valign>div { /*for Mozilla and Opera*/
	display:table-cell;
	vertical-align:middle;
	position:static;
	
}
#valign div div {
	position:relative;
	top:-50%;
}



#product_left{
float:left;
width:750px
}


/******************************PRODUCT PAGE*************************/
#thumbnail_img{
float:left;
}

#productimages{
float:left;

width:460px;
}

#product_right{
float:left;
width:270px;
line-height:30px;
padding:10px;
}

#product_right_ads{
width:150px;
float:left;
line-height:5px;
}


.productname{
font-weight:bold;
font-size:20px;
}

#productpricediv{
font-weight:bold;
font-size:20px;
color:#3598fe;
}

#sizing, #sizing a{
color:#757575;
text-decoration:underline
}




/******************************PRODUCT PAGE*************************/
