/* Start of CMSMS style sheet 'PRODUCTS' */


/*****************
BROWSE
*****************/


#item{
width: 160px;
float: left;
margin: 5px;
font-size: 12px;
font-weight: normal;
line-height: 18px;
}

#item2{
width: 150px;
float: left;
margin-right: 3px;
font-size: 12px;
font-weight: normal;
line-height: 18px;
}

#summary{
font-size: 11px;
color: #54483A;
}

#background{
border: dotted 1px #ccc;
background: #fff;
padding: 5px 5px 10px 5px;
height: 225px;
}

#background2{
border-right: dotted 1px #ccc;
background: #fff;
padding: 5px 5px 10px 5px;
min-height: 230px;
}

#price{
font-weight: bold;
float: left;
font-size: 12px;

}


#qty{
margin-top: -1px;
float: right;
}

#qty input{
height: 14px;

}

#thumb{
margin: 5px auto 10px auto;
width: 135px;
border-bottom: 1px #666 dotted;
}

#itemname{
font-size: 13px;
font-weight: bold;
color: #6C8548;
padding: 7px 0;
}

#itemname a{
color: #6C8548;
text-decoration: none;
}



#add{
margin-top: 10px ;
}

#viewdetails{
margin: 3px 0;
}



/*****************
POPUP
*****************/


#sku{
padding-left: 5px;

}

#details{
padding-left: 5px;

}

#close{
margin-bottom: 10px;
text-align: right;
border-bottom: dotted 1px #666;
width: 100%;
}

#DTitemname{
font-size: 20px;
font-weight: bold;
margin-bottom:5px;
padding: 7px 0 7px 5px;
line-height: 25px;
}

#detailsTitle{
font-size: 14px;
font-weight: bold;
margin-top: 10px;
padding-left: 5px;
}

#DTprice{
font-weight: bold;
font-size: 14px;
padding-left: 5px;
}

#DToldprice{
text-decoration: line-through;
color: #cc0000;
margin-bottom: 4px;
}

#SDTitle{
font-size: 14px;
font-weight: bold;
margin-top: 10px;
padding-left: 5px;

}


#SDItem{
border: 1px dotted #666;
float: left;
width: 250px;
padding: 10px;
margin: 10px 10px 10px 5px;

}

#SDItemTitle{
font-size: 14px;
font-weight: bold;
margin-bottom: 5px;
text-decoration: underline;
}

#SDItemImage{
height: 120px;
}


/*****************
FEATURED
*****************/
#Ffeatured{
width: 180px;
float: left;
border-right: 1px dotted #ccc;
border-top: 1px solid #cc0000;
margin-left: 5px;
padding: 5px;
font-size: 12px;
font-weight: normal;
line-height: 18px;
height: 200px;
}

#Fprice{
font-weight: bold;
float: left;
font-size: 16px;
margin: 3px 0;
}

#Foldprice{
text-decoration: line-through;
color: #999;
float: right;
padding-right: 15px;
margin: 3px 0;
}


#Fitemname{
font-size: 14px;
font-weight: bold;
margin-bottom:5px;

}

#Fthumb{
margin: 5px auto 10px auto;
width: 150px;
}


/************
SIDEBAR
**************/



div#viewcart{
background:  url(uploads/images/site/potato-pak-cart.jpg) no-repeat 0 5px;
border-top: solid 5px #EEEDEB;;
padding: 20px 0 0 80px;
margin-bottom: 3px;
height: 30px;
font-size: 1.2em;
font-weight: bold;
color: #534739;
width: 130px;
}

div#minicartcontents{
background: #EEEDEB;
padding: 10px 5px 5px 10px;
border-bottom: 1px solid #A9A39C;
width: 195px;
}

div#subscribe{
background: #E3E2E0 url(uploads/images/subscribe.jpg) no-repeat 0 5px;
border-bottom: dotted 1px #666;
border-top: dotted 1px #666;
padding: 20px 0 0 55px;
margin-bottom: 10px;
height: 35px;
font-family: Georgia, Verdana, Arial;
font-size: 1.3em;
font-weight: bold;
}

div#wheretobuy{
background: #E3E2E0 url(uploads/images/where-to-buy.jpg) no-repeat 0 5px;
border-bottom: dotted 1px #666;
border-top: dotted 1px #666;
padding: 20px 0 0 55px;
margin-bottom: 10px;
margin-top: 10px;
height: 30px;
font-family: Georgia, Verdana, Arial;
font-size: 1.3em;
font-weight: bold;
}

div#globe{
background: #E3E2E0 url(uploads/images/globe.jpg) no-repeat 10px 5px;
border-bottom: dotted 1px #666;
border-top: dotted 1px #666;
padding: 15px 0 0 55px;
margin-bottom: 10px;
margin-top: 10px;
height: 30px;
font-family: Georgia, Verdana, Arial;
font-size: 1.3em;
font-weight: bold;
}

div#emailafriend{
background: #E3E2E0 url(uploads/images/email-a-friend.jpg) no-repeat 0 5px;
border-bottom: dotted 1px #666;
border-top: dotted 1px #666;
padding: 20px 0 0 55px;
margin-bottom: 10px;
margin-top: 10px;
height: 30px;
font-family: Georgia, Verdana, Arial;
font-size: 1.3em;
font-weight: bold;
}



div#news{
background:  #E3E2E0 url(uploads/images/news.jpg) no-repeat 0 5px;
border-bottom: dotted 1px #666;
border-top: dotted 1px #666;
border-left: none;
border-right: none;
padding: 20px 0 0 55px;
margin-bottom: 10px;
margin-top: 10px;
height: 30px;
font-family: Georgia, Verdana, Arial;
font-size: 1.3em;
font-weight: bold;
}


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

#dropcart{
border: 1px dotted #FDF1D2; /* set all links to have underline and bluish color */
padding: 10px;
margin-right: 10px;
}


#cartsummary{

}

#continue{
font-size: 14px;
float: right;
}


#checkout{
float: right;
}

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

#shipping{

}

#total{
font-size: 18px;
font-weight: bold;
margin: 3px 0;
}

#shipOptions{
line-height: 18px;
font-size: 14px;
text-align: right;
border-top: 1px dotted #666;
border-bottom: 1px dotted #666;
padding: 10px 0;
}

#checkout{
text-align: right;
font-size: 14px;
}

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

#featured{
border: 1px dotted #FDF1D2;
padding: 10px;
margin-right: 10px;
}

/*****************
POPUP
*****************/

#popup{
background: #fff;
padding: 10px;
}
/* End of 'PRODUCTS' */

