﻿/* CUSTOM Morey Group Theme Styles For BV Commerce 5 */
body {
	background-color:#333;
	margin: 20px auto;
	padding: 0;
	
	font-family: Arial, Verdana, sans-serif;
	font-size:11px;
	color:#000;
	
	letter-spacing: normal;
	}
table { width: 100%; }

/* Misc */
img { border: none; }
.hide, hr {display: none;}
input { vertical-align: middle; }

/* Headings */
h1 { color:#C45125; font-size:18px; font-weight:normal; padding-bottom:2px; border-bottom:1px solid #C45125; margin: 0 0 10px 0; letter-spacing:1px; }
h2 { color:#333; font-family:Georgia, Times, serif; font-size:15px; margin-bottom:6px; font-weight:normal; letter-spacing:1px; }
h3 { color:#000; font-size:11px; margin-bottom:3px; letter-spacing:1px; }
h4 {font-size:110%;margin:0;padding:0;}
h5 {font-size:100%;margin:0;padding:0;}
h6 {font-size:90%;margin:0;padding:0;}

/* Paragraphs */
p { margin: 0 0 8px 0; line-height: 13px; }

/* Lists */
ol, ul { margin: .5em 1em; padding: 0; }
li { margin: 0 0 0 1em; padding: .2em 0; }

/* Links */
a { text-decoration: underline; }
a:link { color: #808080; }
a:visited { color: #666; }
a:hover { color: #4A96AF; }

/* Clearing Floats */
.clear:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clear { display: inline-table; }
* html .clear { height: 1%; }
.clear { display: block; }

/* Content */
#maincontent { margin:0 auto 0 auto; width:750px; background:#FFF; }
.maincontentwrapper { width:750px; margin:0 auto; padding:0;}
.widecontentwrapper { width:750px; margin:0; padding:0; clear:both;}
/*IE6*/ * html .widecontentwrapper, * html .maincontentwrapper { padding-top:10px; }

#maincontentfooter { margin:0 auto 20px auto; width:750px; }
#popup { background-color:#fff; margin:5px; padding:5px; }

/* Admin Panel */
#adminpanel {font-size:85%;background-color:#444;color:#fff;border-bottom: 1px solid #000;padding:5px;}
#adminleft, #admincenter, #adminright { width: 30%; vertical-align: middle; }
#adminleft { text-align: left; }
#admincenter { text-align: center; }
#adminright { text-align: right; }
#adminpanel a {color:#fff;border-bottom: 2px solid #666;text-decoration: none;}
#adminpanel a:hover {color:#fff;text-decoration:none;background: #666;}

/* Header */
#header { margin:0 0 12px 0; padding:0; overflow:hidden; position:relative; }
#brandingarea { height:96px; background:#FFF; }
#header h1 {display:none;}
#header h1 a {color:#6D8E44;}
#header h1 a:hover {color:#333;}
#header ul, #footer ul, #footernavmenu ul {list-style:none;margin:0;padding:0;}
#header ul li, #footer ul li, #footernavmenu ul li {display:inline;margin:0;padding:0}
/*#header a, #footer a {color:#666;margin:0 15px 0 0;}*/

#headermainmenu { display:none; }
#headermainmenu a {margin: 0 0 0 10px;color:#6D8E44; text-decoration: none;}
#headermainmenu a:hover { border-bottom: 2px solid #CBDF8C;color:#6D8E44; text-decoration: none;}
#headermainmenu .activemainmenuitem a { font-weight: bold; border-bottom: 2px solid #CBDF8C; }

#headernavmenu {float:left; width:476px; padding:4px 0 0 6px;}
#headernavmenu a {text-decoration: none;padding:0;margin:0;}
#headernavmenu a:hover {text-decoration: underline; color: #333;}

#wait{ background: #FF0000; position: fixed; top: 15px; right: 15px; width: 100px; }

/* ------------------------------------------ */
/*CUSTOM STORE LAYOUT*/

div.menu { width:510px; height:30px; margin:0 auto; padding-left:240px; background:#27697F; text-align:left; }

ul#nav { list-style:none;  }
ul#nav li { padding-top:11px; height:18px; margin-right:19px; display:inline; }
ul#nav li img { margin-top:4px; }
/*IE fix*/ * html ul#nav li { padding-top:3px; }
ul#nav li:hover, ul#nav li.over { background:url(/images/bg-menuitem-on.gif);}

div.top_fade { width:750px; height:18px; margin:0 auto; background:url(/images/bg-top-shadow.jpg) repeat-x; }

ul#store_nav li, ul#store_foot_nav li { padding-left:4px; margin-right:12px;}
ul#store_nav li a, ul#store_foot_nav li a { font-size:10px; color:#27697F; text-decoration:none; text-transform:lowercase; font-weight:bold; }
ul#store_nav li a:hover, ul#store_foot_nav li a:hover { color:#C45125; }

div.btm_fade { width:750px; height:11px; margin:0 auto; background:url(/images/bg-btm-shadow.jpg); }
/*IE fix*/ * html div.btm_fade { margin-bottom:-4px; }

p.foot_menu { color:#999; margin-bottom:2px; font-weight:normal; }
p.foot_menu a { color:#FFF; text-decoration:none; }
p.foot_menu a:hover { text-decoration:underline; }

div.factoid { width:710px; height:130px; margin:0 auto; padding:0 0 0 40px; background:#27697F; text-align:left; }
div.factoid_content { width:130px; padding:10px; border-left:1px solid #FFF; color:#FFF; font-weight:normal; }
div.factoid_content h5 { font-size:11px; margin-bottom:4px; color:#000; letter-spacing:1px; }

div.full_page { padding:0 20px; }

div#wishlist { display:none; }

/* ----------- */

/* MiniCart */
#minicart { float:left; width:154px; margin:0 20px; padding:6px 8px 6px 30px; font-size: 85%; background:#e4e6e7 url(bg-cart-icon.gif) no-repeat; }
/*IE6*/ * html #minicart { margin:0 20px 0 10px; }

#minicart div { display: inline; }
#minicart a { color:#27697F; text-decoration: underline; }
#minicart a:hover { color: #333; }

/* Footer */
#footer { text-align:center; margin:0; padding:0 0 6px 0; background: #27697F; font-size:10px; font-weight:bold; }

#footernavmenu { margin:0px;padding:10px 0 0 240px; font-size:85%;}

/* Columns */
#homepagecolumn1 { width:192px; float:left; padding:0 20px; }
#homepagecolumn2 { width:476px; float:left; padding:0 0 0 10px; }
#homepagecolumn3 { display:none; }
#navcolumn { width:192px; float:left; padding:0 20px; }
#maincolumn { width:476px; float:left; padding:0 0 0 10px; }

/* Column Blocks */
.decoratedblock { margin: 0 0 15px 0; padding: 0; }
.decoratedblock h4 { display:block; letter-spacing:.17em; padding: 3px 6px; color:#27697F; background:#c8d8e1; margin-bottom:2px; text-transform:uppercase; }
.decoratedblock ul, .decoratedblock ol { margin: 0; padding: 0; }
.decoratedblock li { margin: 0; padding: 0; }
.blockcontent { padding: 5px; }

/* Column Menus */
.categorymenu {  }

.sidemenu ul, .categorymenu ul { padding:0; margin: 0; background:#e4e6e7;}
.sidemenu li, .categorymenu li {padding: 4px 6px; list-style:none; border-bottom: 1px solid #DDC7C1; }
.sidemenu li a, .categorymenu li a { text-decoration:none; color:#666; text-transform:uppercase;}
.sidemenu li a:hover, .categorymenu li a:hover { color:#27697F; text-decoration:underline;  }

.sidemenu li.current a, .categorymenu li.current a { color:#333; font-weight:bold; }

/* Column Search Box */
.searchboxform .forminput { width: 130px; }
.searchboxform input { vertical-align: middle; }
    
/* Bread Crumbs */
.breadcrumbs { 
	display:none; 
	/*margin:0 0 10px 0;padding:10px;font-size:90%; border-bottom: 1px solid #eee;*/}
	
.breadcrumbs .links {}

/* Site Map Page */
#SiteMapColumns { clear: both; }
.ColumnOne { width: 350px; float: left; border-right: 1px solid #eee; }
.ColumnTwo, .ColumnThree { width: 350px; float: right; margin-bottom: 15px; }

/* Category Styles */
#categoryleft {  width:192px; float:left; padding:0 20px; }
#categorymain {  width:476px; float:left; padding:0 0 0 10px; }

.recordsku a { font-size: 80%; color: #999; text-decoration: none; text-transform: uppercase; }
.recordname { font-size: 100%; font-weight: bold; }
.recordshortdescription a { text-decoration: none; color: #000; }
.recordshortdescription { margin: 5px; }
.recordprice { font-size: 110%; font-weight: normal; }
.recordprice a { text-decoration: none; }
.recordcontrols { margin: 10px; }

.recordimage {margin:0 auto 0 auto;width:120px;height:120px;background-image:url('../images/ImgBgSm.png');background-repeat:no-repeat;}
.recordimage img {margin:3px 0 0 5px;}

/* Category Templates */
#categorygridtemplaterecords .record {width:170px;margin:5px;}
#categorygridtemplaterecords .recordname {text-align:center;font-size: 90%;}
#categorygridtemplaterecords .recordsku {text-align:center;margin: 3px 0;}
#categorygridtemplaterecords .recordprice {text-align:center;border:none;margin:0;padding:0;font-size:100%;line-height:1em;}

/* Sorting */
#categorydetailedlisttemplaterecords { clear: both; }
.categorysortorder { float: right; margin-bottom: 10px; }

/* Sub Category Menu */
#subcategorymenu {margin:20px 0;}
#subcategorymenu .record {width:170px;margin:0  10px 10px 0;text-align:left;}
#subcategorymenu .recordname {font-weight:bold;font-size:110%;text-align:center;}
#subcategorymenu .recordname a {font-size:inherit;text-decoration: none;}
#subcategorymenu ul {padding:5px;margin:5px 10px;border-top:2px solid #ddd;border-bottom:2px solid #ddd;}
#subcategorymenu li {padding: 2px;list-style:none;}
#subcategorymenu li a {text-decoration:none;font-size:90%;}
#subcategorymenu li a:hover {text-decoration:underline;}

/* Sub Category Menu 2 */
#subcategorymenu2featured {width: 345px; float: left;}
#subcategorymenu2featured .featuredImage {display: block;text-align: center; }
#subcategorymenu2main {width: 345px; float: left;margin: 0 0 0 20px;}
#subcategorymenu2 {margin:20px 0;}
#subcategorymenu2 .record {width:170px;margin:0 10px 10px 0;}
#subcategorymenu2 .recordname {font-weight:bold;font-size:110%;text-align:center;}
#subcategorymenu2 .recordname a {font-size:inherit;text-decoration: none;}
#subcategorymenu2 ul {padding:5px;margin:5px 10px;border-top:2px solid #ddd;border-bottom:2px solid #ddd;}
#subcategorymenu2 li {padding: 2px;list-style:none;}
#subcategorymenu2 li a {text-decoration:none;font-size:90%;}
#subcategorymenu2 li a:hover {text-decoration:underline;}

/* Simple & Bulk Order Lists */
#categorysimplelisttemplate, #categorybulkorderlisttemplate {margin:20px 0 0 0;}
#categorysimplelisttemplate .record {padding:2px 5px;float: left;margin: 0 0 20px 5px;}
#categorysimplelisttemplate .recordsku, #categorybulkorderlisttemplate .recordsku {clear:both;}
#categorysimplelisttemplate .recordname, #categorybulkorderlisttemplate .recordname {float:left;width:390px;margin:0 10px 0 0;}
#categorysimplelisttemplate .recordprice, #categorybulkorderlisttemplate .recordprice {font-size:100%;float:left;text-align:right;width:100px;margin:0;border:none;}
#categorybulkorderlisttemplate .record { padding: 0 0 10px 10px; margin: 0 0 8px 0; border-bottom: 1px solid #eee; float: left; }
#categorybulkorderlisttemplate table td { vertical-align: top; }
#categorybulkorderlisttemplate .checkbox { background: #eee; }
#categorybulkorderlisttemplate .addtocartcontrols {margin:20px 0 20px 3px;}

#categorybulkqtylisttemplate .record { padding: 0 0 15px 0; margin: 0 0 10px 5px; border-bottom: 1px solid #eee; float: left; }
#categorybulkqtylisttemplate table td { vertical-align: top; }
#categorybulkqtylisttemplate .addtocartcontrols {margin:20px 0 20px 3px;}
#categorybulkqtylisttemplate .recordname {float:left;width:370px;margin:0 10px 0 0;}
#categorybulkqtylisttemplate .recordprice {font-size:100%;float:left;text-align:right;width:100px;margin:0;border:none;}
#categorybulkqtylisttemplate .qtycell { background: #eee url(../images/lilarrow.gif) no-repeat center right; padding: 5px;}
#categorybulkqtylisttemplate .quantityfield {margin: 0;width:25px;border:1px solid #ccc;text-align: center;font-size: 110%;font-weight: bold; color: #666;}

/* Detailed List */
#categorydetailedlisttemplate {margin:20px 0 0 0;}
#categorydetailedlisttemplate .record {margin:0 0 10px 10px;padding-bottom:10px; border-bottom: 1px solid #eee;}
#categorydetailedlisttemplate .recordimage { float:left; width:80px; height:80px; margin:0 16px 24px 0; }
#categorydetailedlisttemplate .recordimage img { width:80px; }

#categorydetailedlisttemplate .recordname a { color:#27697F; font-weight:bold; font-size:12px; }
#categorydetailedlisttemplate .recordname a:hover { color:#C45125; text-decoration:none; }

/* Pager Control */
.pager { margin: 10px 0; padding: 5px 0; text-align: center; clear: both; }
.pager ul {list-style:none;margin:0;padding:0;}
.pager ul li {display:inline;margin:0 2px;padding:0;color:#ddd;font-size:80%;}
.pager a, .pager .disabled { color: #444; padding: 3px 6px; border-top: 1px solid #DDC7C1; border-bottom: 1px solid #DDC7C1; text-decoration: none; }
.pager .disabled { color: #ccc; }
.pager li.current a { color: #444; font-weight: bold; border-color: #e4e6e7; background: #e4e6e7; }
.pager a:hover { border-color: #6D8E44; }

/* BVC 2004 Product Page Template */
#bvc2004productpage { padding-bottom:24px; overflow:hidden; }

#bvc2004productpage #menucolumn { width:192px; float:left; padding:0 20px; }

#bvc2004productpage #productwrapper {  width:476px; float:left; padding:0; }

#bvc2004productpage #imagecolumn { float:left; width:200px; }
#bvc2004productpage #imagecolumn img { width:180px; }
#bvc2004productpage #contentcolumn {float:left; width:266px; }

#bvc2004productpage #ProductSKU { font-size:85%; color:#666; margin-bottom:6px; }

/* BVC 5 Product Page Template */

#bvc5productpage #contentcolumn {float:left;width:350px; margin: 0 0 0 10px;text-align:left;}
#bvc5productpage #actioncolumn {float:left; width:350px; margin:0 0 0 10px;text-align:left;}
#bvc5productpage #ProductReviews {clear: both;}
.productimage { text-align: center; margin: 10px 0; }

/* Product Controls Box */
#ProductControls { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; padding: 10px; margin: 10px 0; position: relative; }
.formlabel { text-align:right; color: #444; }
.productpropertylabel { padding-right: 5px; text-decoration: none; color: #666; }
.listprice {text-decoration: line-through; color:#999;}
.siteprice {font-weight:bold;font-size: 120%;color:#444;}
.yousave {color:#999;}
#buttons { margin: 5px; }

/* Product Reviews & Cross/Up Sells */
.ProductReviews, #CrossSells { clear: both; padding: 10px; margin: 10px; border: 1px solid #eee; }
.ProductReviewLinks { font-size: 90%; } 
.ProductReview { margin: 10px; padding: 0 0 0 5px; border-left: 5px solid #eee; }
.ProductReviewKarma { display: block; padding-top: 5px; font-size: 90%; color: #666; }
#CrossSells table { width: 100%; }
.WideSingleProductDisplayPanel { position: relative; width: 100%; float: left; border-bottom: 1px solid #eee; }
.SingleProductDisplayImage { float: left; width: 125px; margin: 5px 15px 5px 5px; }
.ProductBadge { position: absolute; top:-5px; left:-20px; }
.SingleProductDisplayName { margin: 10px; font-size: 110%; font-weight: bold; clear: right; }
.SingleProductDisplayDescription {  }
.SingleProductDisplayPrice { font-size: 100%; font-weight: bold; color: #666; }

/* Cart Page */
.cartitemimage {width:120px;height:120px;float:left; margin: 0 5px 5px 0; background-image:url('../images/ImgBgSm.png');background-repeat:no-repeat;}
.cartitemimage img {margin:3px 0 0 5px;}
.cartitemdescription { margin: 5px; float: left; width: 320px;}
#cartcontainer tr td {border-top:1px solid #DDC7C1; padding: 5px 5px 0 0;}
#cartcontainer, #carttitle, #cartactions, #cartcoupons {margin: 0 20px;}
#cartcontainer {border-bottom:solid 1px #ccc;}
#cartfooter {margin: 10px 20px 0 20px;}
#carttotals {width:200px;float:right;margin-bottom:10px;text-align:right;}
#carttotals table {float:right;}
#cartupdates {width:350px;margin-bottom:10px;text-align:right;float:right;}
#cartactions {clear:both;text-align:right;padding-bottom:12px;margin-top: 20px;}
#cartactioncontinue {float:left;width:120px;text-align:left;}
#cartactioncheckout {display:inline;}
#cartcoupons {border:1px solid #DDC7C1; background:#e4e6e7; color: #333; padding:10px;}
.cartsku { font-size: 80%; }
.cartproductname { font-size: 110%; font-weight: bold; }
.lineitemnodiscounts {text-decoration: line-through; display: block;}
.totallabel { display: block; }
.productpricecolumn { vertical-align: top; text-align: right; }
.productquantitycolumn { vertical-align: top; text-align: right; }
.producttotalcolumn { vertical-align: top; text-align: right; }
.productdeletecolumn { vertical-align: top; text-align: center; }
.productquantitycolumn div { width: 60px; float: right; }

/* Checkout */
.creditcardinput {border:1px solid #DDC7C1; background:#e4e6e7; padding:5px;}
.shippingdiscount { text-decoration: line-through; }
.radiobuttoncol {width: 20px;}

/* Checkout Addresses */
.addressbookpanel { border: 1px solid #eee; padding: 5px; }
.addressbookpanel table { width: 100%; }
.addressbookpanel ul { margin: 0; }
.addressbookpanel li { list-style: none; }
.addressbookpanel table { border-collapse: collapse; border: solid 1px #fff; }
.addressbookpanel td { border: none; padding: 5px;}
.addressbookpanel .alt { background-color: #eee; }

/* Closed Store Message */
#closedcontent {width:500px;margin:50px auto;padding:10px;background-color:#fff;color:#333; border-bottom:32px solid #27697F; border-top:32px solid #27697F;}
#closedcontent h1 {}

/* Address Book */
.addressbooktitle h1 { float: left; }
.addressbooktitle .newaddress { float: right; margin: 15px; }
.address { border: 1px solid #ddd; padding: 5px 10px; margin: 0 5px 15px 0; }
.address .buttonrow { margin: 5px 0; padding: 0; text-align: left; }
table.alladdresses, table.primaryaddresses { margin: 5px 0; width: 100%; }
table.alladdresses td, table.primaryaddresses td { vertical-align: top; }

/* Search Page */
fieldset#SearchForm {}
fieldset#SearchForm .forminput { border-color: #ccc; }
#SearchResultsPane { margin: 10px 0; }
.searchresultrecord { padding: 5px; margin: 5px; border-left: 5px solid #ccc; background-color: #f5f5f5; }

/* Notes */
.BVSmallText { font-size: 85%; }

/* Row Elements */
.rowheader, th { background:#e4e6e7; color: #333; padding: 0; font-weight: bold; padding: 5px 0; text-align: center; }
.rowheader { font-size: 90%; }
.row { background: #f6f6f6; }
.altrow { background: #f4f4f4; }

/* Form Fields */
fieldset { border: 1px solid #eee; margin: 0; padding: 0; }
fieldset table { margin: 15px auto; }
fieldset#CurrentUsers { width: 320px; float: left; }
fieldset#NewUsers { width: 360px; float: right; }
fieldset.contactform table { width: 510px; }
legend { font-size: 1.3em; line-height: 1em; font-weight: bold; color: #444; margin: 0 5px; padding: 2px; }

/* Form Elements */
td.formlabel { text-align: right; width: 120px; white-space: nowrap; padding-right: 5px; }
td.formfield { text-align: left; white-space: nowrap; }
.forminput { padding: 4px 0 0 6px; height: 20px; width: 190px; color: #444; vertical-align: middle; border: 1px solid #ccc; }
.formtextarea { padding: 4px 0 0 6px; border: 1px solid #ccc; width: 90%; }
.short { width: 25%; }
.medium { width: 50%; }
label { color: #666; font-size: 90%; }
label.required { font-weight: bold; }
select { border: 1px solid #ccc; color: #444; vertical-align: middle; }
div.errormessage { color: #c00; line-height: 2em; padding: 0 5px; font-size: .8em; }
span.errormessage { color: #fff; background: #c00; display: inline; line-height: 2em; padding: 0 5px; font-size: .8em; }
.forgot { background: #f5f5f5; padding: 5px; display: block; margin-top: 10px; font-size: .7em; }
.aligntop { vertical-align: top; }
.buttonrow { text-align: right; padding: 5px 20px; margin: 0 0 10px 0; }

/* Affiliate Form */
fieldset#affiliateform table { width: 510px; }
fieldset#affiliateform table table { margin: 0; padding: 0; width: 100%; }
fieldset#affiliateform td.formlabel { width: 150px; }

/* Returns Form */
.returnitems table { width: 100%; }
.returnitem .formlabel, .returnitem .formfield { padding: 3px; }
.returnitem { margin: 5px; }
.returncontrols { margin: 5px 0 0 0; padding: 5px; border: 1px solid #ddd; background: #eee; }
.returnitems td.qtycolumn { vertical-align: top; }
.returnitems .qtyfield { background: #eee url(../images/lilarrow.gif) no-repeat center right; margin: 5px 0; padding: 5px;  }
.returnitems .qtyfield input { width: 25px; text-align: center; border: 1px solid #ccc; }
.rmaform { margin: 20px 0; }
.rmaform table tr td { padding: 3px; }
.rmaform .formtextarea { height: 100px; width: 400px; }

/* Message */
.messagebox { border: 1px solid #ccc; width: 100%; margin: 5px 0; }
.messagebox ul { list-style: none; }
.messagebox .icon { float: left; margin: 5px; }
.messagebox .message { margin: 5px 5px 5px 30px; font-size: 100%; line-height: 1em; padding: 5px; }
.messagebox .errorline { clear: both; }




/* BV Commerce Button */
.poweredby { text-align: center; margin: 5px; }

/* Choices And Inputs */
td.choicelabel { vertical-align: top; }
span.choicelabel { display: block; margin: 9px 0 0 0; float: right; }

.radiobuttonnormallist ul {margin:0;}
.radiobuttonnormallist li {display: inline; list-style: none;}
.radiobuttonnormallist ul ul {padding:0; margin: 5px 0px; font-size: 11px; }
.radiobuttonnormallist ul .rblist {margin-left: 7px;} 

.MarkDownPrice {text-decoration:line-through;}