/* Start of CMSMS style sheet 'Products' */
#modaldialog {
	width: 780px;
	height: 480px;
	position: fixed;
	visibility: hidden;
	top: 10px;
	left: 200px;
 	background-color: white;
        border: none;
}
#modaldialogcontent {
	width: 780px;
	height: 480px;
}
#modalgrayout {
	opacity: 0.5;
	MozOpacity: 0.5;
	KhtmlOpacity: 0.5;
	filter: alpha(opacity=50);
	height: 100%;
	width: 100%;	
	top: 0px;
	left: 0px;
	position: absolute;
	background-color: black;
}

#bigPic{
 border: 1px #666 dotted;
 padding: 10px;
 width: 450px;
 text-align: center;
 margin-bottom: 5px;
}


#smallImage{
 float: left;
 width: 150px;
 margin: 10px 0;
 height: 150px;
 border: 1px #666 dotted;
 padding: 2px;
 margin: 1px;
 text-align: center;
}

#hiericon {
 float: left;
 width: 180px;
 height: 200px;
 text-align: center;
 margin-bottom: 10px;
}


#detail{
 background: #fff;
 padding: 5px 10px;
}


#variations{
padding-bottom: 5px;
}

#variations select{
font-size: 10px;
margin: 5px 0;
}


#maylikeItem{
 width: 250px;
 float: left;
 padding: 10px;
 height: 150px;
 border-right: dotted 1px #666;
}

#maylike{

}

li {
line-height: 18px;
list-style-type: square;
}


#browse-item{
 float: left;
 border-bottom: dotted 1px #666;
 padding-top: 10px;
 margin-top: 10px;
 margin-right: 10px;
 width: 350px;
 height: 150px;
}

#one{
 float: left;
 width: 480px;

}

#two{
 float: left;
 width: 300px;
 padding-left: 20px;
}


#three{
 float: left;
 width: 150px;

}

#browse-one{
 float: left;
 width: 150px;

}

#browse-two{
 float: left;
 padding-left: 20px;
 width: 180px;
}




#categories{
}

#categories li{
 list-style-type: none;
 text-align: right;
 border-bottom: solid #ccc 1px;
 text-decoration: none;
 font-family: Calibri, Arial, Verdana, Geneva, Arial, Helvetica, sans-serif;
 line-height: 25px;
}



#categories li a{
 list-style-type: none;
 color: #333;
 text-decoration: none;
}

#categories li a:hover{
 background: #efefef;
 display: block;

}

#cartsummary{
font-size: 11px;
}



table {
font-size: 12px;
}




/* End of 'Products' */

