/* products list view */
div.pItem { clear:both; width:100%; margin:0%; padding:10px 0px 5px 0px; position:relative; font-family:Verdana, Arial, Helvetica, sans-serif; }
div.pItem div.pImage { width:30%; float:left; text-align:center; }
div.pItem div.pImage img { border:1px solid #999999; }
div.pItem div.pInfo { width:50%; float:left; /* padding:0% 2% 1% 0%; */  }
div.pItem div.pBuy { width:20%; float:right; text-align:right; color:#000000; font-size:12px; line-height:16px; }
div.pItem div.pInfo h2 { margin:0px 0px 5px 0px; padding:0px; font-size:14px; line-height:16px; }
div.pItem div.pInfo a { font-size:9px; line-height:18px; margin-top:10px; text-decoration:none; color:#999999; }

/* single item view */
div#pItemSingle { width:100%; clear:both; margin:10px 0px 10px 0px; }
div#pItemSingle div.pItemPics { width:55%; float:left; }
div#pItemSingle div.pItemPics div.largeProdImg { text-align:left; }
div#pItemSingle div.pItemPics div.largeProdImg img { border:solid 1px #000000; }
div#pItemSingle div.pItemPics div.gallery { text-align:center; padding:0px; float:left; }
div#pItemSingle div.pItemPics div.gallery div.thumbnails { text-align:left; padding:2px; margin:auto; cursor:pointer; }
div#pItemSingle div.pItemPics div.gallery div.thumbnails img { border:solid 1px #999999; }
div#pItemSingle div.pItemFullinfo { width:45%; float:left; }
div.pItemName { font-family:Verdana, Geneva, sans-serif; font-size:16px; font-weight:bold; line-height:18px; }

/* cart */
div.shoppingCart { clear:both; height:22px; font-size:12px; line-height:22px; width:100%; margin:10px auto 0px auto; padding:0% 2% 0% 2%; background-color:#d7d7d7; position:relative; }
div.shoppingCart a { color:#000000; text-decoration:none; }
div.shoppingCart a:hover { color:#505050; }
div.shoppingCart span.cartCounter { font-weight:bold; padding:0px 3px 0px 3px; }
div.shoppingCart span.sitright { width:50%; text-align:right; font-size:12px; line-height:22px; float:right; font-weight:bold; }
div.buyBtn { margin:10px 0px 0px 0px; clear:both; }
div.buyBtn a.buyLink { cursor:pointer; }
div#cartDisplay, div#cartCheckout { width:100%; padding:1%; background-color:#d7d7d7; margin:auto; }
div.carthead { width:100%; height:22px; border-bottom:solid 1px #d7d7d7; background-color:#ffffff; font-weight:bold; text-align:center; line-height:22px; }
div.cartrow { width:98%; border-bottom:solid 2px #d7d7d7; background-color:#ffffff; padding:1%; }
div.carthead div, div.cartrow div { float:left; padding:0px; }
div#cartProducts { position:relative; }
div.scImg { width:20%; text-align:center; }
div.scPct { width:45%; text-align:left; }
div#cartCheckout div.scPct { width:55%; } 
div.scPrice { width:10%; text-align:center; }
div.scQty { width:10%; text-align:center;  }
div.scCost { width:10%; text-align:center; }
div.scRemove { width:5%; font-weight:bold; color:#ff0000; cursor:pointer; text-align:center; }
div.cartrow#cartEmpty { text-align:center; }
div.cartrow#subtotal, div.cartrow#shipping, div.cartrow#taxes, div.cartrow#grandTotal, div.cartrow#cartSubmit { text-align:right; border-bottom:0px; }


