﻿body {
	background-color: #FFFFFF;
	background-image:url(../images/grey.gif);
	background-repeat:repeat-y;
	background-position:center;
	margin:0px; 
	padding:0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
}
/*-----------------------------------------Header--*/
#header {width:955px; height:165px; margin:0 auto; position:relative; background-color:#FFFFFF;}
#logo {position:absolute; top:0px; left:0px;}
#header_top {width:766px; height:93px; position:absolute; top:0px; left:191px; background:#0095d9 url(../images/header_stitch.gif) repeat-x bottom;}
#navigation {width:766px; height:36px; position:absolute; top:93px; left:191px;}
.text_h5, .text_h5 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #fff !important;
	text-align: right;
	text-transform: uppercase;
	text-decoration: none;
}
.text_h5 a:hover { text-decoration: underline; }
/*----------------------------End Header--*/
/*-----------------------Content Managed--*/
#mid_left_column {float:left; width:190px;}
#mid_right_column {float:left; width:765px;}
.text_h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color: #ff9933;
	text-align:left;
	width:180px;
	padding-left:12px;
	padding-top:15px;
	padding-bottom:15px;
	padding-right:5px;
} 
.text_h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#666666;
	padding-left:11px;
	padding-top:5px;
	padding-right:5px;
}
/*------------------End Content Managed--*/
/*-----------------------------Content2--*/
#boxes {width:955px; height:146px; margin:0 auto; position:relative; background-color:#FFFFFF; padding-bottom:60px;}
#dash_frame {width:468px; height:146px; position:absolute; left:11px; top:15px;}
.inside_box {width:448px; height:126px; background-color:#f1f1f1; position:absolute; left:10px; top:10px;}
#dash_frame2 {width:468px; height:146px; position:absolute; left:488px; top:15px;}
.text_left_box {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:25px;
	color: #0095d0;
	text-align:left;
	width:240px;
	padding-left:10px;
	padding-top:10px;
	position:absolute;
	left:200px;
	top:1px;
}
.text_right_box {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color: #0095d0;
	text-align:center;
	width:446px;
}
.text_h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#666666;
	text-align:center;
}
/*-----------------------End Content2--*/
/*-----------------------------Footer--*/
#footer 
{
	width:945px; background:url(../footer_totp.gif) no-repeat top;
	background-color:#fff; margin:0 auto;
	position:relative;
	font-size: 10pt;
	color: #666;
	text-align: center;
	line-height: 1.5em;
}
#footer img { display: block }
#footer_grow 
{
	width:944px;
	margin-top: 0px;
	background-image:url(../images/grey.gif);
	background-repeat:repeat-y;
}
.text_h4
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	text-align:center;
}
#bottomLinks
{
	list-style: none;
	margin-top: 0;
	margin-left: 0;
	padding-top: 1em;
}
#bottomLinks li
{
	display: inline;
	border-left: 1px solid #666666;
	padding-right: .5em;
	padding-left: .5em;
}
#bottomLinks a
{
	color: #666;
}
/*------------------------End Footer--*/



/**************************************************************
***************************************************************
	ABOVE STYLES CREATED BY S.H. AND PERTAIN MOSTLY TO THE OVERALL THEME 
    STYLES CREATED BELOW DONE BY M.N. AND COVER ANY OTHER ITEMS WHICH
    NEEDED TO BE ADDRESSED
***************************************************************
**************************************************************/

/* Base Containers for Most all Pages */
.HomeContent
{
	width:950px;
	margin-top:0px;
	padding-left: 10px;
	margin-bottom: 0px; 
	background-color:#fff;
}

.DefaultContent 
{
	width:950px; 
	height:272px; 
	margin-top:0px; 
	margin-bottom: 0px; 
	background-color:#fff;
	padding: 10px 25px 0px 25px;
}

.DefaultWithMenuContent 
{
	width:950px; 
	height:272px; 
	margin-top:0px; 
	margin-bottom: 0px; 
	background-color:#fff;
	padding-left: 15px;
	padding-right: 25px;
}

.DefaultContent a { color: #0475A8; text-decoration: underline }
.DefaultContent a:hover { text-decoration: none }
#lblContent { font-size: 8pt }

/* Page Title Header */
h1 { font-family: Georgia; font-size: 15pt; font-weight: bold; color: #e79c4e; }
h2 { font-size: 11pt; font-weight: bold; }

/* Paragraphs */
p { padding: .2em; margin: 0 0 .5em 0; line-height: 1.2em; }

/* Forms */
form { margin: 0px }

/* Lists */
/*
ol, ul { margin: .5em 1em; padding: 0; }
li { margin: 0 0 0 1em; padding: .2em 0; }
*/

/* Links */
a:link { color: #0071A5; }
a:visited { color: #0071A5; }
a:hover { color: #F5821F }

/* 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:770px;background-image: url('../images/Bg.png');background-repeat:repeat-y;}
.maincontentwrapper {width:740px;margin:0 0 0 10px;padding:0;}
.widecontentwrapper {width:761px;margin:0;padding:0;}
#maincontentfooter {margin:0 auto 20px auto;width:770px;height:20px;background-image: url('../images/bgFooter.png');background-repeat:no-repeat;background-position:top left;}
#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;padding:0;background: url('../images/headerbg.png') no-repeat top left;position: relative; }
#brandingarea { height: 75px; margin-left: 190px; }
#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 {text-align:left; font-size: 85%;}
#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; }
*/

/* MiniCart */
#minicart { text-align: left; padding: 3px 0; color: #666; font-size: 85%; }
#minicart div { display: inline; }
#minicart a { color: #666; text-decoration: underline; }
#minicart a:hover { color: #333; }

/* Footer */
/*
#footer {margin:10px 0 0 0;padding:10px 0;background-color: #E0EAC8;}
#footernavmenu {text-align:center;margin:0px;padding:10px 0;font-size:85%;}
*/

/* Columns */
#homepagecolumn1 {width:175px;float:left; margin-left: 10px !important; margin-left: 5px;}
#homepagecolumn2 {width:390px;float:left;}
#homepagecolumn3 {width: 175px;float:left;}
#navcolumn {width:175px;float:left;margin:20px 10px 0 0;}
#maincolumn {width:675px;float:left;margin-left: 20px}

/* Column Blocks */
.decoratedblock { font-size: 10pt; margin: 0; padding: 0; }
.decoratedblock h4
{ 
	display: block;
	width: 163px;
	font-size: 10pt;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 6px;
	color: #F5821F; 	
}

.decoratedblock ul, .decoratedblock ol { margin: .5em 1em; padding: 0 }
.decoratedblock li { margin: 0 0 0 1em; padding: .2em 0 }
.blockcontent { padding: 5px; }

/* Column Menus */
.sidemenu, .categorymenu
{
	margin-top: 15px;
	width: 173px;
	background-color: #f7f7f7;
	
	background-image:url(../images/side_menu_header_blue.gif);
	background-repeat: no-repeat;
	padding-bottom: 8px;
	border-bottom: 1px solid #0071A5;
}

.categorymenu .decoratedblock
{
	background-image: url(../images/side_menu_background_category.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}

#myaccount
{
	background-image: url(../images/side_menu_background_account.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}

.sidemenu ul, .categorymenu ul {padding:0; margin: 5px 0 0; }
.sidemenu li, .categorymenu li {padding: 2px 2px 4px 2px; list-style:none;}
.sidemenu li a, .categorymenu li a {text-decoration: underline;}

/* Column Search Box */
.searchboxform 
{
	/* margin-top: 15px; */
	width: 173px;
	background-color: #f7f7f7;
	background-image: url(../images/side_menu_background_search.gif);
	background-position: top;
	background-repeat: no-repeat;
	padding-bottom: 8px;
	border: 1px solid #0071A5;
}
.searchboxform h4 { margin-top: 0px !important }
.searchboxform input { vertical-align: middle;  }
.searchboxform .forminput { width: 125px; margin-right: 0px; padding-right: 0px }

/* Bread Crumbs */
.breadcrumbs { font-size: 8pt }
.breadcrumbs .links .singletrail
{ 
	margin-left: 205px !important;
	margin-top: -3px;
	border-bottom: 1px solid #eee;
	padding-bottom: 8px;
	margin-bottom: 10px
}
div#maincolumn .breadcrumbs .links
{
	margin-top: -3px;
	border-bottom: 1px solid #eee;
	padding-bottom: 8px;
	margin-bottom: 10px
}

/* 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: 175px; float: left; margin: 0 10px 0 0;	
}
#categorymain 
{ 
	width: 540px; 
	float: left;
}

.recordsku a { font-size: 8pt; color: #999; text-decoration: none; text-transform: uppercase; }
.recordname { margin:8px; font-size: 9pt; 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; border: 1px solid #ccc }
.recordimage a:hover img { border: 1px solid #e79c4e }

/* Category Templates */
#categorygridtemplaterecords .record {width:170px;margin:5px;}
#categorygridtemplaterecords .recordname {text-align:center;font-size: 9pt;}
#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;}
recordsku
/* 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:9pt;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:9pt;}
#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:9pt;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:9pt;}
#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;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:8pt;}
.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:175px;
	margin: 0 10px 0 0 ;
	text-align:left;}
#bvc2004productpage #imagecolumn 
{
	float:left;
	width:240px;
	text-align:center;
	background-image:URL('../images/dash_vertical.gif');
	background-repeat:repeat-y;
	padding-right: 15px; 
}
#bvc2004productpage #contentcolumn {float:left; width:300px; margin:0 0 0 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: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: 8pt; }
.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;}
.CheckoutSectionHeader { background-color: #eee }
.CheckoutSectionHeader h2, .CheckoutSectionHeader h3, .CheckoutSectionHeader h1 { padding: 5px }
.CheckoutShipToSameChk { margin-left: 160px; font-weight: normal }

/* 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 span { font-size: 8pt }
.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_odd  { padding: 5px; margin: 5px; border-left: 5px solid #ccc; background-color: #f5f5f5; }
.searchresultrecord_even { padding: 5px; margin: 5px; border-left: 5px solid #ccc; background-color: #E4EFF9; } /*DAE6F9*/

/* Notes */
.BVSmallText { font-size: 8pt; }

/* Row Elements */
.rowheader, th { background: #eee; color: #808080; padding: 0; font-weight: bold; padding: 5px 0; text-align: center; }
.rowheader { font-size: 9pt; }
.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: 340px; float: left; }
fieldset#NewUsers { width: 380px; 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: 8pt; }
label.required { font-weight: bold; }
select { border: 1px solid #ccc; color: #444; vertical-align: middle; }
div.errormessage { color: #c00; line-height: 14px; padding: 0 5px; font-size: 8pt; }
span.errormessage { color: #fff; background: #c00; display: inline; line-height: 2em; padding: 0 5px; font-size: 8pt; }
.forgot { background: #f5f5f5; padding: 5px; display: block; margin-top: 10px; font-size: 8pt; }
.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 .icon { position: relative; margin: 6px 0px 6px 10px }
.messagebox .message { position: absolute; margin-top: -22px; margin-left: 45px; font-size: 8pt }
/*.messagebox .errorline { clear: both; }*/

/* 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;}

/* Specific styles read by the RadEditor */
/* the following styles are for the RadEditor list only */
.HomeText_h1, .HomeText_h1 a 
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14pt;
	line-height: 18px;
	color: #ff9933;
	text-align:left;
} 

.HomeText_h2, .HomeText_h2 a 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12pt;
	color:#666666;
	line-height: 18px;
}

.HomeText_h3, .HomeText_h3 a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11pt;
	color:#666666;
	text-align:center;
	line-height: 18px;
}

.HomeText_h4, .HomeText_h4 a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#666666;
	text-align:center;
	line-height: 18px;
}

.HomeText_h1 a:hover, .HomeText_h2 a:hover, .HomeText_h3 a:hover, .HomeText_h4 a:hover  { text-decoration: underline; }

#DetailedListBodyRegion
{
	background-image:URL('../images/dash_vertical.gif');
	background-repeat:repeat-y;
	padding-left:10px;
}

.SubCategoryMenuRegion
{
	background-image:URL('../images/dash_vertical.gif');
	background-repeat:repeat-y;
	width:688px !important;
	float:right;
	padding-left:10px;
	padding-right:15px;
}