body {
	font: 11px, Verdana, Arial, Helvetica, sans-serif;
	color: ssssss;

}
	
ul, ol, li { 
	list-style-type: none; 
}

a{ color: #F6B4C2; text-decoration: none;}
a:hover{ color: #ffffff;}

.clear_left { clear: left; }
.clear_right{ clear: right; }
.clear_both{ clear: both; }

/*---- Main Layout ----*/


/* galleries --*/
#galleries_container{
}
#galleries_container .galleryBox{
	float: left;
	margin: 0 35px 35px 35px;
	width: 200px;
	text-align: center;
}
#galleries_container .picBox{
	line-height: 128px;
	background-color: white;
	border: 1px solid #999999;
}
.galleryBox a{ color: white; }
.galleryBox a:hover{ color: #F6B4C2; }

#cat_container .catBox{
	float: left;
	margin: 0 10px 20px 10px;
	text-align: center;
	width: 171px;
}
.catBox a{ color: white; }
.catBox a:hover{ color: #F6B4C2; }

#cat_container .picBox{
	line-height: 120px;
	background-color: white;
	background-image: none;
	border: 1px solid #999;
}
.picBox img{ vertical-align: middle; }

.page_nav{
	text-align: right;
	color: white;
	padding: 0 40px 10px 20px;
}
.selected{
	color: white;
}

/* products */
#prod_left{
	float: left;
	width: 315px;
}
#prod_right{
	float: right;

}

#product .page_title{
	margin-bottom:10px;
}

#prod_lg_img{
	width: 310px;
	line-height: 365px;
	background: #FFFFFF;
}
#prod_lg_img img{ vertical-align: top;}
.prod_sml_img{
	float: left;
	background: #ffffff;
	width: 58px;
	line-height: 58px;
	margin-right: 1px;
	margin-top: 5px;
}
.prod_sml_img img{ vertical-align: middle; }
.descr_title{
	margin-top: 10px;
}
#product #colorTable{
	margin-top: 20px;
}
.colorBox{
	width: 15px;
	height: 15px;
	border: 1px #CCCCCC solid;
}
#product th{
	text-align: left;
}
#product #descr{
	margin-bottom: 10px;
	margin-top: 10px;
}
#product .prod_sml_img, #product #prod_lg_img{
text-align: center;
vertical-align:middle;
}
#product .line_img{
	margin-bottom: 5px;
}

.pink{color: #F6B4C2;}
