/**
 * shopp.css
 * Generic layout & styles for Shopp pages
 *
 * @author Jonathan Davis
 * @package shopp
 **/

div#rightcolumn p {
font-size:80%;
line-height:135%;
margin-bottom:12px;
margin-right:0px;
}

/* Generic Shopp Styles */
#shopp { clear: both; padding: 0 20px 0 10px; }

#shopp .product_left{float:left; width:65%;}
#shopp .product_right{float:right; width:35%;}
#shopp .submit { text-align: right; }
#shopp form { text-align: left; display:inline; }
#shopp form.product ul.options { list-style: none; }
/*#shopp form ul label,
#shopp form ul select { display: inline; }*/
#shopp form ul { line-height: 1; }
#shopp form label { font-size: 14px; font-weight: bold; padding-bottom: 3px; }
#shopp form ul li span label,
#shopp form div label { font-size: 11px; font-weight: normal; padding-bottom: 8px; }

/**
 * Catalog/Category
 **/
form.shopp { text-align: left; }
form.shopp.product ul.options { list-style: none; }
form.shopp ul label,form.shopp ul select { display: inline; }

#shopp ul.products, #shopp ul.products ul { clear: both; width: 100%; margin: 0; padding: 0;}
#shopp ul.products ul li { display: block; float: left; }
#shopp ul.products li.row { clear: both; display: block; width: 100%; }
#shopp ul.products li.product { width: 33%; }
#shopp ul.products li.product div.frame { padding: 10px; }
#shopp ul.products li .name { text-align:center; margin-top:5px; margin-bottom:5px; width:100%; }
#shopp ul.products li .savings,
#shopp ul.products li .price { text-align:center; width:100%; }
#shopp ul.products img { display: block; }
#shopp div.description { clear: both; }
#shopp .price { font-weight: bold; line-height: 1.5; margin: 0; }
#shopp .original { text-decoration: line-through; }
#shopp .price.sale { font-size: 150%; }

#shopp ul.variations label { display: block;}

#shopp { clear: both; }
#shopp ul.breadcrumb { margin: 10px 0; }
#shopp ul.breadcrumb li:before { content: ""; }
#shopp ul.breadcrumb li { background: none; padding: 0; display: inline; margin-left: 0; text-indent: 0; }

#shopp ul.categories { float: left; margin-right: 20px; }
#shopp #new { float: left; width: 75%; }


/**
 * Product Pages
 **/


#shopp .original.price { text-decoration: line-through; }
#shopp form.product ul,
#shopp form.product ul li,
#shopp form.product ul li label { clear: none; display:block;}

#shopp #options-2 {margin-bottom:10px}

#shopp ul.variations label { display: block; }
#shopp dl { clear: both; float:right;}
#shopp dl dt { font-weight: bold; float: left; margin-right: 10px; clear: both; }
#shopp dl dd { display: block; }

#shopp .gallery { float: left; display: block; padding-right: 10px !important;}
#shopp #gallery { margin: 5px 10px 5px 0; display:block; padding-right: 10px;}
#shopp #gallery ul.previews li.thumbnails ul { margin: 15px 10px 10px 0; }
#shopp .gallery .previews li { width: 107px; }
#shopp #gallery ul.previews li.thumbnails li { margin: 0 10px 0 0; }
/**
 * Product Page Gallery
 **/
#gallery ul { margin-top: 10px; padding: 0 !important; position: relative; list-style: none !important; text-indent: 0; width: auto; }
#gallery .thumbnails li { padding:5px; position: relative; display: inline; visibility: visible; height: auto; line-height: 1; top: auto; left: auto; }




/**
 * Shopping Cart 
 **/
#shopp #cart { width: 730px; }
#shopp #cart table { padding: 10px 30px; width: 730px; font-size: 12px;}
#shopp #cart th { text-align: left; padding: 10px 30px; font-weight: bold;   }
#shopp #cart th, #shopp #cart td { padding: 1px 0; }
#shopp #cart .money, 
#shopp #cart .totals th, 
#shopp #cart .buttons td { text-align: right; white-space: nowrap; }
#shopp #cart .item{
	text-align: left; white-space: nowrap;
}
#shopp #cart .totals.total th,
#shopp #cart .totals.total td { font-size: 130%; padding-left: 50px;}
#shopp #cart .remove { font-size: 9px; }

#shopp #cart address { font-style: normal; }
#shopp #cart big { display: block; float:left; margin: 10px 20px 0 0;  }
#shopp #cart big a.right { display: block; float: right; }
#shopp #cart small {float: left; }
#shopp #cart paypal { display: block; float: right; }
#shopp .submit { display:block; float: right; }

/**
 * Checkout 
 **/
#shopp #shipping-methods { padding-left: 30px; }
#shopp #shipping-methods li { margin-top: 5px; }
#shopp #shipping-methods input { margin-left: -16px; }

#shopp #errors { color: #990000; }

/**

 * Order Receipt
 **/
#shopp #receipt { position: relative; margin: 20px 0; }
#shopp #receipt address { font-style: normal; }
#shopp #receipt fieldset { float: left; width: auto; width: 42%; padding: 10px; border: 1px solid #dadada; margin-bottom: 30px; }
#shopp #receipt fieldset.shipping { width: 42%; float: right; }
#shopp #receipt fieldset legend { display: block; }
#shopp #receipt table.transaction { clear: both; width: 100%; margin-bottom: 10px; }
#shopp #receipt table.transaction th { text-align: right; width: 80px; padding-right: 10px;}

#shopp #receipt .cart { width: 100%; clear: both; border: none; }
#shopp #receipt .cart td { border: none; }
#shopp #receipt .cart th { font-weight: bold; text-align: left; border: none; }
#shopp #receipt th, 
#shopp #receipt td { padding: 3px 0; }
#shopp #receipt .cart .item { width: 50%; }
#shopp #receipt .cart .money, 
#shopp #receipt .cart .total,
#shopp #receipt .cart .buttons td { text-align: right; }
#shopp #receipt .cart .totals.total th,
#shopp #receipt .cart .totals.total td { font-size: 130%; }


