﻿/* Emerge Theme Styles For BV Commerce 5 */

/* 07212009 - changed style names for props/image columns on product detail tabs, changed product reviews formatting */

body
{
	background-color: #ededed;
	background: url(          '../images/bg.gif' ) repeat-x;
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	letter-spacing: normal;
}
table
{
	width: 100%;
}

/* Misc */
img
{
	border: none;
}
.hide, hr
{
	display: none;
}
input
{
	vertical-align: middle;
}

/* Headings */
h1
{
	font-size: 160%;
	line-height: normal;
	margin: 5px 0 0 5px;
	padding: 0;
	padding-bottom: 18px;
	color: #6D8E44;
}
h2
{
	font-size: 140%;
	line-height: normal;
	margin: 0 0 10px 0;
	padding: 0;
	color: #000;
}
h3
{
	font-size: 130%;
	line-height: 2em;
	margin: 0;
	padding: 0;
}
h4
{
	font-size: 100%;
	color: #000;
	text-transform: uppercase;
	margin: 0 0 15px 0;
	padding: 0;
	color: #6D8E44;
}
h5
{
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
h6
{
	font-size: 90%;
	margin: 0;
	padding: 0;
}

/* Paragraphs */
p
{
	padding: .2em;
	margin: 0 0 .5em 0;
	line-height: 1.2em;
}

/* 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: #000;
}
a:visited
{
	color: #000;
}
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: 840px; 
	/*border: solid 1px pink;*/
}
#minicartcontainer
{
	width: 840px; 
	/*border: solid 1px green;*/
}
.maincontentwrapper
{
	width: 840px;
	margin: 0 0 0 10px;
	padding: 0; /*border: solid 1px yellow;*/
}
.widecontentwrapper
{
	width: 1000px;
	margin: 0;
	padding: 0;
}
#maincontentfooter
{
	margin: 0 auto 20px auto;
	width: 800px;
	height: 20px;
}
#popup
{
	background-color: #fff;
	margin: 5px;
	padding: 5px;
}

/* Admin Panel */
#adminpanel
{
	font-size: 85%;
	color: #fff;
	border-bottom: 1px solid #000;
	padding: 5px;
	position: absolute;
}
#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;
	padding: 0;
	position: relative;
}
#brandingarea
{
	height: 80px;
}
#brandingarea #logo
{
	margin-top: 7px;
}
#header h1
{
	color: #6D8E44;
	font-size: 150%;
	line-height: 1.5em;
	padding: 0;
	margin: 0;
}
#header h1 a
{
	color: #6D8E44;
}
#header h1 a:hover
{
	color: #333;
}
#header ul, #footer ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
#header ul li, #footer ul li
{
	display: inline;
	margin: 0;
	padding: 0;
}
#header a, #footer a
{
	color: #666;
	margin: 0 15px 0 0;
}
#headermainmenu
{
	text-align: left;
	font-size: 100%;
	padding: 10px 0;
	margin: 0 10px; /*border-bottom: 1px solid #eee;*/
}
#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
{
	background: url('../images/headernavmenu_bg.gif' ) no-repeat;
	position: absolute;
	margin-left: 130px;
	margin-top: -11px;
	padding-left: 58px;
	padding-top: 3px;
	width: 652px;
	height: 20px;
	text-align: left;
	font-size: 9px;
}
#headernavmenu a
{
	text-decoration: none;
	font-weight: bold;
	/*font-size: 9px;*/
	text-transform: uppercase;
	color: #ccff66;
	padding: 0;
	margin: 0 10 0 10;
}
#headernavmenu a:hover
{
	text-decoration: underline;
	color: #fff;
}
#wait
{
	background: #FF0000;
	position: fixed;
	top: 15px;
	right: 15px;
	width: 100px;
}

/* MiniCart */
#minicart
{
	text-align: right;
	padding: 3px 0;
	margin-top: 12px;
	margin-right: 25px;
	color: #666;
	font-size: 85%;
}
#minicart div
{
	display: inline;
}
#minicart a
{
	color: #666;
	text-decoration: underline;
}
#minicart a:hover
{
	color: #333;
}

/* Footer */
#footer
{
	margin: 30px 0 0 0;
	padding: 10px 0;
	text-align: center;
}
#footernavmenu
{
	text-align: center;
	margin: 0px;
	padding: 10px 0;
	font-size: 90%;
}

#footernavmenu a
{
	color: #669933;
	text-decoration: none;
	margin-left: 10px;
}

/* Columns */
#homepagecolumn1
{
	width: 110px;
	float: left;
	margin-left: 10px !important;
	margin-left: 5px; /*border: solid 5px purple;*/
}
#homepagecolumn2
{
	width: 680px;
	float: left;
	padding-top: 10px; /*border: solid 5px brown;*/
}
#homepagecolumn3
{
	width: 0px;
	float: left; /*border: solid 5px gray;*/
}
#navcolumn
{
	width: 110px;
	float: left;
	margin: 0 20px 0 0; /*border: solid 5px purple;*/
}
#maincolumn
{
	width: 600px;
	float: left; /*border: solid 5px brown;*/
}

/* Column Blocks */
.decoratedblock
{
	margin: 0 0 15px 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}
.decoratedblock h4
{
	display: block;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	color: #000;
}
.decoratedblock ul, .decoratedblock ol
{
	margin: 0;
	padding: 0;
}
.decoratedblock li
{
	margin: 0;
	padding: 0;
}
.blockcontent
{
	padding: 5px;
}

/* Column Menus */
.sidemenu ul, .categorymenu ul
{
	padding: 0;
	margin: 10px 0 0 5px;
}
.sidemenu ul ul, .categorymenu ul ul
{
	padding: 0;
	margin: 1px 0 0 0px;
}
.sidemenu li, .categorymenu li
{
	padding: 1px 0px 10px 0px;
	list-style: none;
}
.sidemenu li li, .categorymenu li li
{
	padding: 1px 0px 1px 0px;
	list-style: none;
}
.sidemenu li a, .categorymenu li a
{
	color: #336600;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
.sidemenu li ul li a, .categorymenu li ul li a
{
	color: #333;
	font-weight: normal;
	font-size: 11px;
	text-transform: none;
}

/* Column Search Box */
.searchboxform .forminput
{
	width: 100px;
}
.searchboxform input
{
	vertical-align: middle;
	margin-right: 1px;
}
#headersearch
{
	position: absolute;
	margin-left: 620px;
	margin-top: -55px;
}
#searchtitle label
{
	font-size: 11px;
	color: #99cc33;
	margin-right: 2px;
}

/* Bread Crumbs */
.breadcrumbs
{
	margin: 0 0 10px 0;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 90%; /*border-bottom: 1px solid #eee;*/
}
.breadcrumbs a
{
	text-decoration: none;
}
.breadcrumbs .current
{
	font-weight: bold;
}

/* 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: 110px;
	float: left;
	margin: 0 20px 0 0;
	/*border: solid 1px purple;*/
}
#categorymain
{
	width: 500px;
	float: left; 
	/*border: solid 1px red;*/
}
.recordsku
{
	padding-left: 1px;
}
.recordsku a
{
	font-size: 100%; /*color: #999;*/
	text-decoration: none;
	text-transform: uppercase;
}
.recordname
{
	font-size: 100%;
	font-weight: bold;
	padding-bottom: 3px;
}
.recordname a
{
	text-decoration: none;
}
.recordshortdescription a
{
	text-decoration: none;
	color: #000;
}
.recordshortdescription
{
	margin: 5px;
}
.recordprice a
{
	text-decoration: none;
}
.hotdealrecordprice a, .hotdealrecordprice
{
	text-decoration: none;
	color: Red;
}
.recordcontrols
{
	margin: 10px;
}

.recordimage
{
	margin: 0 auto 0 auto;
	width: 120px;
	height: 120px;
	background-image: url( '../images/ImgBgSm.png' );
	background-repeat: no-repeat;
	/*border: solid 1px blue;*/
}
.recordimage img
{
	margin: 3px 0 0 15px;
}

/* 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;
}

/* Find By Device */
#categoryright
{
	width: 160px;
	float: left;
	margin: 30px 0 0 0;
	height: 100%;
	padding-left: 10px; /*border: solid 1px blue;*/
}
#findbydevice
{
}
#findbydevice .record
{
	/*border: solid 1px purple;*/
}
#findbydevice .recordname
{
	font-weight: normal;
	font-size: 100%;
	text-align: left;
	width: 130px;
	margin-bottom: 5px;
}
#findbydevice .recordimage
{
	width: 0px;
	height: 0px;
	visibility: hidden;
}
#findbydevice .recordname a
{
	font-size: inherit;
	text-decoration: none;
}
#findbydevice ul
{
}
#findbydevice li
{
	list-style: none;
}
#findbydevice li a
{
	text-decoration: none;
	font-size: 90%;
}
#findbydevice li a:hover
{
	text-decoration: underline;
}

/* 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
{
	float: left;
	margin: 0; /*border: solid 1px yellow;*/
}
#categorysimplelisttemplate .recordimage, #categorybulkorderlisttemplate .recordimage
{
	float: left;
	width: 120px;
	height: 120px;
	margin: 0;
	padding-top: 5px; /*border: solid 1px orange;*/
}
#categorysimplelisttemplate .recordimage img, #categorybulkorderlisttemplate .recordimage img
{
	margin: 0;
}
#categorysimplelisttemplate .recorddetails
{
	border-top: solid 1px #669933;
	padding-top: 5px;
	float: left;
}
#categorysimplelisttemplate .recordmain
{
	float: left;
	width: 310px;
	margin: 0;
	/*border: solid 1px orange;*/
}
#categorysimplelisttemplate .recordside
{
	float: left;
	width: 65px;
	margin: 0;
}
#categorysimplelisttemplate .recordname, #categorybulkorderlisttemplate .recordname
{
	width: 310px;
	margin: 0; /*border: solid 1px orange;*/
}
#categorysimplelisttemplate .recordsku, #categorybulkorderlisttemplate .recordsku
{
	width: 310px;
	margin: 0; /*border: solid 1px orange;*/
}
#categorysimplelisttemplate .recordshortdescription, #categorybulkorderlisttemplate .recordshortdescription
{
	width: 310px;
	margin: 0; /*border: solid 1px orange;*/
}
#categorysimplelisttemplate .recordprice, #categorybulkorderlisttemplate .recordprice
{
	font-size: 100%;
	text-align: left;
	margin: 0;
	color: Gray; /*border: solid 1px orange;*/
}
#categorysimplelisttemplate .hotdealrecordprice
{
	font-size: 130%;
	font-weight: bold;
	text-align: left;
	margin: 0;
}
#categorysimplelisttemplate .recordmoreinfo
{
	text-align: left;
	margin: 55px 0 0 0;
	/*border: solid 1px orange;*/
}
#categorysimplelisttemplate .hotdealrecordmoreinfo
{
	text-align: left;
	margin: 12px 0 0 0;
	/*border: solid 1px orange;*/
}
#categorysimplelisttemplate .hotdealrecordimage
{
	text-align: left;
	margin: 12px 0 0 0;
	/*border: solid 1px orange;*/
}
#categorysimplelisttemplate .recordmoreinfo a, #categorysimplelisttemplate .hotdealrecordmoreinfo a
{
	font-style: italic;
	color: Red;
}
#categorysimplelisttemplate .recordbuy
{
	text-align: left;
	margin: 5px 0 0 0;
	font-style: italic;
	color: Red; /*border: solid 1px orange;*/
}
#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;
	width: 510px;
	float: left;
	border-bottom: 1px solid #eee;
}
#categorydetailedlisttemplate .recordimage
{
	float: right;
	width: 120px;
	height: 120px;
	margin: 0;
}

/* 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 #ddd;
	border-bottom: 1px solid #ddd;
	text-decoration: none;
}
.pager .disabled
{
	color: #ccc;
}
.pager li.current a
{
	color: #444;
	font-weight: bold;
	border-color: #E0EAC8;
	background: #E0EAC8;
}
.pager a:hover
{
	border-color: #6D8E44;
}

/* BVC 2004 Product Page Template */
#bvc2004productpage #menucolumn
{
	float: left;
	width: 165px;
	margin: 0 10px 0 0;
	text-align: left;
}
#bvc2004productpage #imagecolumn
{
	float: left;
	width: 240px;
	text-align: center;
}
#bvc2004productpage #contentcolumn
{
	float: left;
	width: 300px;
	margin: 0 0 0 6px;
}

/* BVC 5 Product Page Template */
#bvc5productpage .contentcolumn
{
	float: left;
	width: 100%;
	margin: 20px 0 0 10px;
	text-align: left;
	/*border: solid 1px blue;*/
}
#bvc5productpage #actioncolumn
{
	float: right;
	width: 210px;
	margin: 0 20px 20px 0;
	text-align: left;
	/*border: solid 1px red;*/
}
#bvc5productpage #ProductReviews
{
	clear: both;
}
.productimage
{
	float: left;
	margin: 20px 0px 10px 20px;
}
#MorePictures
{
	margin-top: 0px;
	margin-left: 0px;
}

/* Product Controls Box */
#ProductControls
{
	/*border-top: 1px solid #ccc;*/ /*border-bottom: 1px solid #ccc;*/
	padding: 10px 0 0 0;
	margin: 10px 0 0 0;
	position: relative; /*border: solid 1px blue;*/
}
#ProductControls div
{
	/*border: solid 1px green;*/
}

.formlabel
{
	text-align: right;
	color: #444;
}
.productpropertylabel
{
	padding-right: 5px;
	text-decoration: none;
	/*color: #666;*/
	font-weight: bold;
	line-height: 18px;
}
.productpropertyvalue
{
	padding-right: 5px;
	text-decoration: none;
	/*color: #666;*/
	line-height: 18px;
}
.ProductTabPropsColumn
{
	width: 200px;
	float: left;
	/*border: solid 1px orange;*/
}
.ProductTabImageColumn
{
	float: right;
	/*border: solid 1px green;*/
}
.listprice
{
	text-decoration: line-through;
	color: #999;
}
.siteprice
{
	font-weight: bold;
	font-size: 120%; /*color: #444;*/
	color: Red;
}
.yousave
{
	color: #999;
}
#buttons
{
	margin: 10px 0 10px 0; /* same as below 10px; */
	text-align: left; /* changed from center on 6/3 for product detail page */
}
#wishlist
{
	padding-top: 10px;
}

/* 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 25px 5px 5px;
}
.SingleProductDisplayAddToCart
{
	float: left;
	margin: 10px 0 0 0;
}
.ProductBadge
{
	position: absolute;
	top: -5px;
	left: -20px;
}
.SingleProductDisplayName
{
	/*margin: 0px;*/
	font-size: 80%;
	font-weight: bold;
	clear: right;
}
.SingleProductDisplayName a
{
	text-decoration: none;
}
.SingleProductDisplayDescription
{
	margin: 0 0 5px 150px;
}
.SingleProductDisplayPrice
{
	font-size: 100%;
	font-weight: bold;
	color: #666;
}
.AdditionalProductInfoContinueToCart
{
	margin-top: -27px;
	margin-left: 300px;
}

/* 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: solid 1px #ccc;
	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: solid 1px #ccc;
	background-color: #F0F0F0;
	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: solid 1px #ff9;
	background-color: #ffc;
	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: 300px;
	height: 200px;
	margin: 50px auto;
	padding: 10px;
	background-color: #ff9;
	color: #333;
}
#closedcontent h1
{
	color: #000;
}

/* 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: #eee;
	color: #808080;
	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: 320px;
	float: right;
	margin-right: 100px;
}
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: 0 0 0 6px;
	font-size: 11px;
	width: 175px;
	height: 15px;
	color: #444;
	vertical-align: middle;
}
.formtextarea
{
	padding: 4px 0 0 6px;
	border: 1px solid #ccc;
	width: 90%;
}
.short
{
	width: 25%;
}
.medium
{
	width: 50%;
}
label
{
	color: #666;
}
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;
}

.enlargelink
{
	text-decoration: none;
	font-size: 10px;
	cursor: hand;
}
