

/* Generic Shopp Styles */

#shopp .submit{text-align:right;}
#shopp form{text-align:left;}
#shopp form.product ul.options{list-style:none;}
#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
 **/

.categories ul li a.current{font-weight:bold;}
#shopp .category{position:relative;}
#shopp .views{display:none;position:absolute;right:0;top:0;}
#shopp .views button{border:none;background:none;cursor:pointer;padding:2px;}
#shopp .views button:hover{background-color:#ebebeb;border:1px solid #777;}
#shopp .views li{display:inline;}
#shopp .orderby{float:right;}
#shopp .subcategories{padding:10px 0;margin-bottom:10px;}
#catpage form.shopp.product{clear:both;}
.catdesc{font-size:12px;}
.catdesc br{display:none;}

/*Cat Listings*/
  .catlist{}
  .cat{}
  .catdetails{}
  .catdesc{}


/* Each product in a category has a containing frame */
#shopp ul.products li.product div.frame{padding:10px;}
#shopp ul.products li .name,
#shopp ul.products li .summary,
#shopp ul.products li .savings,
#shopp ul.products li .price{margin-top:0;margin-bottom:5px;}
#shopp ul.products li .details{float:none;}

/* Hide the product summary in the grid view */
#shopp ul.products li .summary{display:none;}
#shopp ul.products li .listview{display:none;}
#shopp ul.products img{display:block;}
#shopp .price{font-weight:bold;line-height:1.5;margin:0;}
#shopp .original{text-decoration:line-through;}
#shopp .sale{font-size:150%;}

/* Faceted menu cancel filter link styles */
.filters a.cancel:before{content:"[";}
.filters a.cancel{font-weight:bold;}
.filters a.cancel:after{content:"]";}
.filters a.cancel:hover{text-decoration:none;}

/* Product List View */
#catalogpage.listed ul.products li{float:none;width:100%;clear:both;padding:5px 0 0;}
#catalogpage.listed ul.products li.product{border-bottom:1px solid #ddd;}
#catalogpage.listed ul.products li div.frame{width:100%;text-align:left;overflow:hidden;}
#catalogpage.listed ul.products li img{float:left;margin-right:10px;}
#catalogpage.listed ul.products li .details{float:left;width:70%;}
#catalogpage.listed ul.products li .listview{display:block;}


#catpage.listed ul.products li{float:none;width:100%;clear:both;padding-bottom:5px;}
#catpage.listed ul.products li.product{border-bottom:1px solid #ddd;}
#catpage.listed ul.products li div.frame{width:100%;text-align:left;overflow:hidden;}
#catpage.listed ul.products li img{float:left;margin-right:10px;font-size:10px;}
#catpage.listed ul.products li .details{float:left;width:70%;}
#catpage.listed ul.products li .listview{display:block;}
td b{font-weight:normal;}


#shopp ul.breadcrumb{margin:10px 0;}
#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%;}

/* Category Pagination */
#shopp ul.paging{/* placeholder for your styles - inherited defaults:clear:none;display:inline-block;*/ }
#shopp ul.paging li{/* placeholder for your styles - inherited defaults:display:inline-block;margin-left:5px;*/ }
#shopp ul.paging li a{/* page links default styling */ }
#shopp ul.paging li a:hover{/* page links hover styling */ }
#shopp ul.paging li.active{/* currrent page style */ }
#shopp ul.paging li.disabled{/* style for disabled previous/next links */ }
#shopp ul.paging li.previous a,
#shopp ul.paging li.next a{/* previous/next link style */ }

/**
 * Product Pages
 **/
#shopp .column{float:left;}
#shopp .column.first{width:65%;}
#shopp .column.second{float:right;width:35%;}

#shopp .original{text-decoration:line-through;}
#shopp form.product ul,
#shopp form.product ul li,
#shopp form.product ul li label{clear:none;}
#shopp ul.variations label{display:block;}
#shopp dl{clear:both;}
#shopp dl dt{font-weight:bold;float:left;margin-right:10px;clear:left;}
#shopp dl dd{display:block;clear:right;}

#shopp .gallery{margin:5px 10px 5px 0;}
#shopp .gallery ul.previews li.thumbnails ul{margin:10px 0 10px 0;}
#shopp .gallery ul.previews li.thumbnails li{margin:0 5px 0 0;}

/**
 * Category List Widget
 **/
ul.shopp_categories{/* category list container */ }
ul.shopp_categories li{/* category listing containers */ }
ul.shopp_categories li a{/* category link default styles */ }
ul.shopp_categories li a:hover{/* category link hover styles */ }
ul.shopp_categories li span{/* categpry product count styles*/ }
ul.shopp_categories li.current{/* currently viewed category container */ }
ul.shopp_categories li.current a{/* currently viewed category link style */ }
ul.shopp_categories li.current a:hover{/* currently viewed category link hover style */ }
ul.shopp_categories li ul.children{/* sub-category list container */ }
ul.shopp_categories li ul.children li{/* sub-category listing container */ }
ul.shopp_categories li ul.active{/* active sub-category container */ }

/* Collapsed sub-category menus example
ul.shopp_categories li ul.children{display:none;}
ul.shopp_categories li ul.active{display:block;}
*/

/**
 * Side Products Widget
 **/
.sideproduct{margin-top:20px;}
.sideproduct h3{margin-top:0;}

/**
 * Shopping Cart 
 **/
#shopp #cart{width:100%;}
#shopp #cart table{padding:10px 0;width:100%;}
#shopp #cart th{text-align:left;font-weight:bold;}
#shopp #cart th, #shopp #cart td{padding:3px;}
#shopp #cart .item{width:50%;}
#shopp #cart .money, 
#shopp #cart .totals th,
#shopp #cart .buttons td{text-align:right;letter-spacing:-0.3px;}
#shopp #cart .totals.total th,
#shopp #cart .totals.total td{font-size:130%;}
#shopp #cart .remove{font-size:9px;}
#shopp #cart address{font-style:normal;}
#shopp #cart big{display:block;margin:10px 0;}
#shopp #cart big a.right{float:right;}

/* External checkout buttons */
#shopp .xcheckout{display:block;clear:both;text-align:right;}
#shopp .xcheckout button{border:none;margin:0;padding:0;}

/**
 * Shopping Cart Widget
 **/
#shopp-cart.widget p.status{margin-bottom:10px;}

/**
 * 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;}

.promorow{clear:both; float:none;}
#shopp #promofields input{ display:block; float:left; margin:5px;}
#shopp #promofields ul{display:inline;margin:0; padding:0;}
#shopp #promofields li{display:block;clear:both;margin:0; padding:0;}
#shopp #promofields span{ display:block; float:left;}
#shopp .forzip{}

#shopp #taxfields{display: block; clear:both;}
#shopp #taxfields input{ margin:5px 0 5px 5px;}
#shopp #promofields{ overflow:hidden;}

/**
 * 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 .order{width:100%;clear:both;border:none;}
#shopp #receipt td{border:none;}
#shopp #receipt th{font-weight:bold;text-align:left;border:none;}
#shopp #receipt th, 
#shopp #receipt td{padding:3px 0;}
#shopp #receipt .order .item{width:50%;}
#shopp #receipt .order .money, 
#shopp #receipt .order .total,
#shopp #receipt .order .buttons td{text-align:right;}
#shopp #receipt .order .totals.total th,
#shopp #receipt .order .totals.total td{font-size:130%;}




/*shop formatting*/

#save-button{background:url('../images/input.jpg') no-repeat top center;color:#fff;border:none;font-weight:normal;height:26px;width:104px;display:block;float:right;padding-right:4px;margin-right:0px;text-transform:;display:block;float:left;line-height:1.5;margin:0px 0 0 0px;}
input{background:#D5EFD1;color:#003300;border:1px solid #ccc;/*border:solid 1px #133a0a;padding:5px;*/}
select{background:#D5EFD1;color:#003300;border:0px solid #ccc;font-size:12px;/*border:solid 1px #133a0a;padding:5px;*/}
p.price{font-weight:normal !important;}
.name a{text-align:center;}
.catalog{overflow:visible !important;}
.grid,.list{vertical-align:middle;}
.shopp-orderby-menu{position:relative !important;float:right !important;top:2px !important;right:auto !important;}
.category .shopp-orderby-menu{margin-top:-22px !important;}

#shopp,br.clear,div.clear,#shopp div.description,#shopp .products, #shopp .products ul,#shopp .products li.row,#shopp .category,#shopp #cart,#shopp #cart table{overflow:;}
.breadcrumb{border-bottom:0px solid #ddd;padding-bottom:0px !important;display:none;margin-bottom:0px !important;float:right;position:relative;right:0px;top:-30px;}
#shopp--orderby-menu{position:absolute;top:-25px;right:0;}

img.product_image{border:5px solid #679741 !important;margin:0 52px 0 0 !important;display:inline-block;width:47px !important;height:47px !important;}
#catalogpage .frame{min-height:165px;_height:165px;width:33% !important;margin:0;padding:7px 0 0 0!important;float:left;text-align:center;}
#catpage .frame{width:auto !important;margin:0;padding:11px 0 10px 0!important;}

.listview{position:;bottom:0;display:block !important;}
.listview p{display:none;}
.detailsbox{min-height:70px !important;_height:70px;display:block!important;}
select.options,.variations label,.shopp-orderby-menu{font-size:11px;text-align:left;}
select.options{width:110px;}
input.selectall{font-size:11px;text-align:center;}
.variations label{font-size:12px;text-align:center;text-transform:uppercase;display:none!important;}
.variations li{float:none !important;text-align:center;}

.cartbox{text-align:center;}
.cartbox .QTY{float:none;margin:4px 3px 10px 0px;text-align:center;}
.cartbox .selectall{width:38px;}




/*account page*/
#post-49 li{line-height:2.5;}
/*product page */
.addtocart{background:url('../images/input.jpg') no-repeat 3px 2px;color:#fff;border:none;font-weight:bold;height:28px;width:86px;display:;float:;padding-right:4px;margin-right:0px;text-transform:;display:;float:;line-height:1.5;margin:0px 0 0 0px;font-size:12px;font-family:Arial, Helvetica, sans-serif;outline:none;}
#submit-login{background:url('../images/input.jpg') no-repeat top center;color:#fff;border:none;font-weight:normal;height:26px;width:104px;display:;float:right;padding-right:4px;margin-right:0px;text-transform:;display:;float:;line-height:1.5;margin:0px 0 0 5px;}
/*#productpage .addtocart{background:url('../images/input.jpg') no-repeat top center;color:#fff;border:none;font-weight:normal;height:26px;width:104px;display:;float:right;padding-right:4px;text-transform:;display:block;float:none;line-height:1.5;margin:10px 0 0 0px;}*/
#productpage .variations label{text-align:left;margin:00px 5px 0 0 ;float:left;}
#productpage label{text-transform:uppercase;}
#productpage .variations li{float:none !important;text-align:left;}
#shopp .gallery .previews{overflow:hidden;}
#shopp .gallery .previews li{height:183px !important;width:237px!important;margin:0 5px 0 0 !important;line-height:13 !Important;}
#shopp .gallery .previews .shopp-thickbox img{height:auto !Important;margin:0 10px 0 0 !important;}
#shopp .gallery .previews .fill{}
#shopp .gallery .thumbnails{float:none;clear:both;}

.details{border-top:0px solid #ddd;padding:00px 0 0 0;margin:5px 0 0 0;}
.details table{border:0px solid #6EAD44;margin-top:5px;border-right:1px #999 dotted;}
.details .detailsheader,.details .detailsheader:hover{font-size:13px;background:url('../images/bg-tablehead-repeat.jpg') repeat-x top left #66a133;color:#FFF;font-weight:bold;}
.details table tr{background:url('../images/bg-table-repeat.jpg')repeat-x #fff;}
.details table tr:hover{}
.details td{font-size:12px;border-bottom:1px dotted #999;border-left:1px dotted #999;color:;text-align:center;font-family:Arial, Helvetica, sans-serif;}

.clear{float:none;clear:both;}
.specrow{clear:both;}
.specrow td{font-size:11px;}
form.shopp.product{width:auto;overflow:hidden;margin:0;padding:0;}
#related{margin-top:25px;}#related h3{font-size:98%;}#related p{padding-top:7px;}

.product-desc .summary{font-size:12px;margin:10px 0 0px 0;padding:16px 0 00px 0;display:block;border-top:1px solid #ddd;color:#666;}
#catalogpage div.extended{display:none !important;}
#catalogpage .catdesc p{margin:0 0 5px 0;}
.product-desc h4{}
.product-desc {}
.product-desc ul{padding:0 0 20px 0px!important;list-style:none;margin:0;}
.product-desc li{background: 0 0 url('../images/leaf.gif') no-repeat!important;list-style:none;padding:0px 0 0 17px!important;}

#shopp.list ul.products li.product{overflow:hidden;}
/*cart checkout*/
#checkout-button{background:url('../images/inputwide.jpg') no-repeat top center;color:#fff;border:none;font-weight:normal;height:26px;width:122px;display:block;float:;padding-right:8px;margin-right:0px;margin-top:10px;text-transform:;}
.update-button{background:url('../images/inputwide.jpg') no-repeat top center;color:#fff;border:none;font-weight:normal;height:26px;width:122px;display:block;float:right;padding-right:8px;margin-right:0px;text-transform:;}
#apply-code{background:url('../images/inputwide.jpg') no-repeat 0 2px;color:#fff;border:none;font-weight:normal;height:28px;width:122px;display:block;float:right;padding-right:8px;margin-right:0px;margin-top:-4px;text-transform:;font-size:12px;position:relative;top:-5px;}
.addtocart:hover,.update-button:hover,.remove:hover{cursor:pointer;}
#total{color:#679741;font-size:20px;font-weight:bold;letter-spacing:-1px;}
.cart tr td{font-size:13px;padding:5px 3px !important;margin:0 !important}
.cart hr{border:0;border-bottom:1px solid #ddd;}
.cart tr.totals td, tr.buttons td{border-bottom:0px solid #ddd;}
.cart tr{}
td.qty{width:45px;text-align:center;overflow:hidden;}
.cart .remove{width:100% !important;background:#679741;color:#FFF;border:none;margin:0;font-size:10px !important;padding-top:3px;padding-bottom:3px;text-align:center;}
.cart .qty input{font-size:11px;text-align:center;}
.cart select{display:block;margin-top:3px;width:125px;}
.cart a{text-decoration:none !important;}
.cart a:hover{text-decoration:underline !important;}
input.selectall,.cart .qty input{font-size:11px;text-align:center;}

/*cart widget*/
.status #shopp-sidecart-items{font-size:20px;color:#679741;font-weight:bold;letter-spacing:-1px;}
.status #total,.status #shopp-sidecart-total{font-size:20px;color:#679741;font-weight:bold;letter-spacing:-2px;}
.status br{display:;}
.status strong{margin:0 3px 0 -2px;font-size:12px;font-weight:bold;}
.status{padding-bottom:0px;margin-bottom:3px !important;}
#shopp-cart-ajax li{background:none;margin:0;padding:0;}
#shopp-cart-ajax ul{background:none;margin:0;padding:0;}
#shopp-cart-ajax strong{display:block;font-size:14px;color:#679741 !important;}
.added{margin:15px 0 5px 0;display:block;font-weight:bold;}

/*cart images*/
#rel-products img{margin:0px 4px 4px 0px;}
#all #content img.flir-replaced{border:none 0px #000 !important;}
#content a img,#shopp-cart-ajax img,.thumbnails img{border:solid 3px #6ead44;}
#shopp-cart-ajax img{/*height:auto!important;width:auto!important;*/margin-top:5px;}
.xcheckout a img{border:none 0 !important;}
.shopp-thickbox img{width:auto !Important;height:auto !important;}
.frame a img{width:130px !important;height:auto!important;margin-bottom:5px;}
#catpage .frame a img{height:98px!important;}
#shopp .gallery{margin:5px 10px 15px 0 !important;}
#shopp .gallery .previews li img{float:left;margin-bottom:10px !important;display:block !important;}

/*search*/
#searchform{float:left;width:250px;}
#searchform input{float:left;}
#searchform #searchsubmit{background:none;border:none;font-weight:bold;color:#006225;font-size:13px;font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;}
#searchform #searchsubmit:hover{cursor:pointer;}
#searchform #s{background:url('../images/search-bg.gif') no-repeat;border:none;font-weight:normal;color:#333;font-size:12px;width:100px;height:20px;padding:2px 7px;}



/*categories sidebar*/
.widget ul.shopp_categories{font-family:Arial, Helvetica, sans-serif;font-size:12px;margin:0 0 20px -5px;padding:0 0 5px 0;text-transform:;}
#content .widget ul.shopp_categories a{font-weight:bold;text-decoration:none; letter-spacing:-.0px;}
#content .widget ul.shopp_categories a:hover{color:#4f811c!important;text-decoration:underline;}

.widget ul.shopp_categories ul{padding:0 0 0px 0;}
.widget ul.shopp_categories li{background:transparent url('../images/leaf.gif') no-repeat scroll 0 2px;font-weight:bold;padding:3px 0 4px 15px;}
.widget ul.shopp_categories ul.children{list-style:none;padding-left:0px;font-weight:normal;font-size:11px;text-transform:capitalize;}
.widget ul.shopp_categories ul.children li{padding:3px 0 0 17px;background:0 2px url('../images/leaf.gif') no-repeat;}
.widget ul.shopp_categories ul.children li a{color:#060;font-weight:normal;text-decoration:none;}
.widget ul.shopp_categories ul.children li a:hover{text-decoration:underline;}

p.error{color:red;font-weight:bold;}
