/* Start of CMSMS style sheet 'Products' */
/*****************
BROWSE
*****************/


#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;
}


#item{
border: dotted 1px #FDF1D2;
width: 170px;
height: 300px;
float: left;
margin: 10px;
padding: 10px;
font-size: 12px;
font-weight: normal;
line-height: 18px;
font-family: Tahoma, Arial, Verdana, Geneva, Arial, Helvetica, sans-serif;
font-weight: bold;
}

#price{
}

#oldprice{
text-decoration: line-through;
color: #999;
}

#thumb{
border: 1px #FDF1D2 solid;
margin: 5px 0;
width: 150px;
}

#itemname{
font-size: 14px;
margin-bottom:5px;
font-family: Georgia, Calibri, Arial, Verdana, Geneva, Arial, Helvetica, sans-serif;
font-weight: bold;
font-style: italic;
}

#itemname a{
text-decoration: underline;
}

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

#qty input{
  font-size: 10px;
}

#add{
  margin-bottom: 5px;
}

#viewdetails{

}


/*****************
CART SUMMARY
*****************/

#dropcart{
border: 1px dotted #666; 
padding: 5px;
background: #241F1B;
margin-bottom: 20px;
}


#dragbox{
padding-left: 45px;
display: block;
width:210px;
font-family: Georgia, calibri, Arial;
font-weight: bold;
font-size: 14px;
font-style: italic;
background: url(uploads/images/cms/chocolate-box.jpg) no-repeat 0 5px ;
padding-top: 15px;
padding-bottom: 25px;
border-top: dotted 1px #999;
margin-top: 10px;
}


#cartsummary{


}

#viewcart{
 background: url(uploads/images/cms/shopping-bag.png) no-repeat;
 padding-left: 45px;
line-height: 50px;
font-family: Georgia, calibri, Arial;
font-weight: bold;
font-size: 14px;
font-style: italic;
}


#checkout{
}

/*****************
HOMEPAGE
*****************/

#featured{
border-bottom: 1px dotted #666;
padding: 10px 0;
width:245px;
}

#itemnameF{
border-top: 1px dotted #666;
padding: 10px 0;
font-size: 14px;
margin-bottom:5px;
font-family: Georgia, Calibri, Arial, Verdana, Geneva, Arial, Helvetica, sans-serif;
font-weight: bold;

}

#itemnameF a{
font-style: italic;
text-decoration: underline;
}

.featuredTitle{
background: url(uploads/images/cms/heart.png) 0 10px  no-repeat;
padding-left: 45px;
padding-top: 20px;
padding-bottom: 25px;
margin-top: 20px;
display: block;
width:200px;
font-family: Georgia, calibri, Arial;
font-weight: bold;
font-size: 14px;
font-style: italic;
border-top: 1px dotted #666;
}

#featuredImage{
background: url(uploads/images/cms/featured-background.png) no-repeat;
padding-left: 47px;
}
/* End of 'Products' */

