﻿/* Painted Paper Theme Styles For BV Commerce 5 
Mission Furnishings Colors
Yellow: #FFF0B7 Grey: #DED8D8
Brown: #795116 Maroon: #6A2626
tan: #f3d8b5 Med grey: #C0C0C0

OLD COLORS
light green: #E0EAC8
dark green: 6D8E44
Background: #ededed
Dark Grey: 808080
Teal: 4A96AF

*/
body {
	background-color:#6A2626;/* bcw changes background color - outside of page area*/
	margin: 0;
	padding: 0;
	font-size: small;
	font-family: Verdana, Times New Roman, Serif;
	color: #000000;
	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:15px 0px 5px 0px;padding:5px 0px 10px 15px;color:#6A2626;}
h2 {font-size:125%;margin:0;padding:0;}/*140% to 125%*/
h3 {font-size:130%;line-height: 2em;margin:0;padding:0;}
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 { 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: 0em 0; }

/* Links */
a { text-decoration: underline; }
a:link { color: #000000; }/* bcw - changed link colors on site*/
a:visited { color: #000000; }/* bcw - changed link colors on site*/
a:hover { color: #795116; }/* bcw - changed link colors on site*/

/* 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:900px;/*bcw changed from 770 to 900 (130) to increase page width */
    background-image: url('');/* bcw removed green background graphic*/
    background-repeat:repeat-y;
     background-color:#FFFFFF;/*bcw changed background color of main area*/
}
.maincontentwrapper 
{
    width:900px;/*bcw changed from 740 to 870 (130) to increase page width */
    margin: 0 0 0 0px;/* bcw changed buffer, it was throwing off footer*/
    padding:0;
     background-color:#DED8D8;/*bcw changed background color of main area - Product pg and cat page, not home*/
}
.widecontentwrapper 
{
    width:900px;/*bcw changed from 761 to 900 (130) to increase page width */
    margin:0;
    padding:0;
    background-color:#DED8D8;/*bcw changed background color of main area - home pge, but not dynamic areas*/
}
#maincontentfooter 
{
    margin: 0 0 20px auto;
    width:0px;/*bcw changed from 770 to 900 (130) to increase page width */
    height:0px;
    background-image: url('');/* bcw removed footer background graphic */
    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 #000000;text-decoration: none;}
#adminpanel a:hover {color:#fff;text-decoration:none;background: #666;}

/* Header */
#header 
{
    margin:0;
    padding:0;
    background: url('../images/missionfurnishingslogo.jpg') no-repeat top left;/* bcw changed out logo here*/
    position: relative; 
    height:138px;
     background-color:#ffffff; /* ma changed frm black to white*/
      width:900px;}
#brandingarea 
{
    height: 108px;  /* this is the brown nav bar - bcw changed height from 75 to 100*/
    margin-left: 190px; 
    }
#header h1 {color:#795116;font-size:150%;line-height:1.5em;padding:0;margin:0;}
#header h1 a {color:#795116;}
#header h1 a:hover {color:#000000;}
#header ul, {list-style:none;margin:0;padding:0;}
#header ul li,{display:inline;margin:0;padding:0}
#header a, {color:#000000;margin:0 15px 0 0;}
#footer ul {list-style:none;margin:0;padding:0;} /* bcw edited footer links to yellow*/
#footer ul li {display:inline;margin:0;padding:0} /* bcw edited footer links to yellow*/
#footer a {color:#FFFFFF;margin:0 15px 0 0;} /* bcw edited footer links to yellow*/
#footer a:hover {color:#FFF0B7;margin:0 15px 0 0;} /* bcw edited footer links to yellow*/

#headermainmenu { height:0px; text-align:right;font-size:100%;padding: 10px 0;margin: 0 10px;}/* bcw removed bottom border*/
#headermainmenu a {margin: 0 0 0 10px;color:#795116; text-decoration: none;}
#headermainmenu a:hover { border-bottom: 2px solid #795116;color:#795116; text-decoration: none;}
#headermainmenu .activemainmenuitem a { font-weight: bold; border-bottom: 2px solid #CBDF8C; }
#headernavmenu 
{
    text-align:center; /* bcw moved top navigation to right*/
    font-size: 85%;
     /*position: relative; bcw used to moved navigation down for logo*/
     /* top: 114px; bcw moved navigation down for logo*/
     margin-left:0px;
      background-color: #795116;
      width:900px;
      height:25px;
      vertical-align:middle;
       padding-top:5px;
    }
#headernavmenu a 
{
    text-decoration: none;
    margin:0;
    color:White;/* bcw changed header color to white*/
    font-size: 12px;
    }
#headernavmenu a:hover 
{
    text-decoration: none; 
    color: #FFF0B7;/* bcw changed header color to yellow*/
    }
#wait{ background: #FF0000; position: fixed; top: 15px; right: 15px; width: 100px; }

/* MiniCart */
#minicart 
{
    text-align: right; /* bcw changed to right align*/
    padding: 12px 30px; /* ma added 12px & 30px to move minicart off top and rt edge*/
    color: #795116;  /* ma changed the color of product in view cart to brown*/
    font-size: 85%; 
    position: relative;/* bcw used to moved navigation down for logo*/
    top: 0px; /* bcw moved navigation down for logo*/


    
    }
#minicart div { display: inline; }
#minicart a 
{
    color: #795116; /* ma changed to brown in mini cart*/
    text-decoration: underline; }
#minicart a:hover 
{
    color: #FFF0B7; /* bcw changed to yellow*/
    }

/* Footer */
#footer { text-align:left; background-color: #795116; width:900px;}/* now brown*/
#footernavmenu 
{
    text-align:center;margin:0px;;font-size:85%;}

/* Columns */
#homepagecolumn1 
{
    width:218px;/*bcw changed from 175 to 218 (43) to increase page width */
    float:left; 
    margin-left: 10px !important; 
    margin-left: 5px;
    background-color:#DED8D8;/* ma changed background to grey*/
    height:100%;
}
#homepagecolumn2 
{
    width:652px;/*bcw changed from 390 to 218 (44) to increase page width */
    float:left;
    background-color:#DED8D8;/* ma changed background to grey*/
    }
#homepagecolumn3 
{
    width: 0px;/*bcw changed from 175 to 218 (43) to increase page width */
    float:left;
    background-color:#FFFFFF;/* col 3 not used*/
    visibility:hidden;
    }
#navcolumn 
{
    width:175px;
    float:left;margin:0 10px 0 0;
    background-color:#FFFFFF;/* don't know where this is, exactly*/
    }
#maincolumn 
{
    width:700px;/*ma changed to 700 (43) to increase page width */
    float:left;margin:10px 10px 0 0;
    background-color:#FFFFFF;/* bcw changed background to white*/
    }

/* Column Blocks */
.decoratedblock { margin: 0 0 15px 0; padding: 0; } /*this is text menu on cat page*/
.decoratedblock h4 { display: block; padding: 5px; color: #795116; border-bottom: 2px solid #795116; width: 160px; } /*ma added width: 160px to shorten line*/
.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:0 0 0 0px;color:#000000;}
.sidemenu li, .categorymenu li {padding: 0px 0px 0px 10px;list-style:none;color:#000000;font-size:90%;}
.sidemenu li a:hover, .categorymenu li a {text-decoration:none;color:#000000;}
.sidemenu li a:hover, .categorymenu li a:hover {text-decoration:underline;color:#795116;}

/* Column Search Box */
.searchboxform .forminput { width: 130px; }
.searchboxform input { vertical-align: middle; }
    
/* Bread Crumbs */
.breadcrumbs {margin:0 0 10px 0;padding:10px;font-size:90%; border-bottom: 1px solid #795116;}/* bcw changed border color to brown*/
.breadcrumbs .links { }
.singletrail a{ height:auto;}

/* Site Map Page */
#SiteMapColumns { clear: both; }
.ColumnOne { width: 350px; float: left; border-right: 1px solid #000000; }
.ColumnTwo, .ColumnThree { width: 350px; float: right; margin-bottom: 15px; }

/* Category Styles - Menu col and main col*/
#categoryleft { width: 185px; float: left; margin: 0 10px 0 0; padding:0 0 0 5;}
#categorymain { width: 680px; float: left; }/* 680px from 540px spaces prods on cat grid page*/

.recordsku a { font-size: 80%; color: #000000; text-decoration: none; text-transform: uppercase; }/* bcw changed to black*/
.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 { min-height:110px; text-align: center; padding: 5px; }

/* Category Templates */
#categorygridtemplaterecords .record {width:170px;margin:5px auto;} /*auto added*/
#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;}

/*Category Grid with Subs*/ /*added 8-22-07*/
#categorygridsubtemplate .record {width:170px;text-align:center;}
#categorygridsubtemplate .record .recordimage {width:170px;text-align:center;}

/* 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 #000000;border-bottom:2px solid #000000;}
#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 #000000;border-bottom:2px solid #000000;}
#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 #000000; 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 #000000; 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: #000000;}

/* Detailed List */
#categorydetailedlisttemplate {margin:20px 0 0 0;}
#categorydetailedlisttemplate .record {margin:0 0 10px 10px;padding-bottom:10px;width:640px;float:left;border-bottom: 1px solid #000000;}/*510 to 640*/
#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:#000000;font-size:80%;}
.pager a, .pager .disabled { color: #000000; padding: 3px 6px; border-top: 1px solid #000000; border-bottom: 1px solid #000000; text-decoration: none; }
.pager .disabled { color: #ccc; }
.pager li.current a { color: #000000; font-weight: bold; border-color: #E0EAC8; background: #E0EAC8; }
.pager a:hover { border-color: #795116; }

/* 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;}
.AddedToCartMessage {color: Red}

/* BVC 5 Product Page Template */
#bvc5productpage #contentcolumn {float:left;width:350px; margin: 0 0 0 10px;text-align:left; border:solid 1px #666; background: #DED8D8;}
#bvc5productpage #actioncolumn {float:left; width:350px; margin:0 0 0 10px;text-align:left;}
#bvc5productpage #ProductReviews {clear: both;}
#ProductControls {width: 310px; border: 1px solid #666; background: #C0C0C0; padding: 10px; margin: 10px 0; position: relative;}
#Prices {border: 1px solid white; padding: 5px;}
.productimage { text-align: center; margin: 10px 0; }
.AddedToCartMessage {color: Red}

/* 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: #000000; }
.productpropertylabel { padding-right: 5px; text-decoration: none; color: #000000; }
.listprice {text-decoration: line-through; color:#000000;}
.siteprice {font-weight:bold;font-size: 120%;color:#000000;}
.yousave {color:#000000;}
#buttons { margin: 5px; }

/* Product Reviews & Cross/Up Sells */
.ProductReviews, #CrossSells { clear: both; padding: 10px; margin: 10px; border: 1px solid #000000; }
.ProductReviewLinks { font-size: 90%; } 
.ProductReview { margin: 10px; padding: 0 0 0 5px; border-left: 5px solid #000000; }
.ProductReviewKarma { display: block; padding-top: 5px; font-size: 90%; color: #000000; }
#crosssells table { width: 125px; border:solid 1px gray;}
.WideSingleProductDisplayPanel { position: relative; width: 121px; float: left;}
.SingleProductDisplayImage { float: left; width: 120px; margin: 15px 15px 0px 5px; }
.ProductBadge { position: absolute; top:-5px; left:-20px;  }

/*.ProductBadge { position: absolute; top:-5px; left:-20px; }*/
.SingleProductDisplayName { margin: 10px; font-size: 100%; clear: right; position:relative;}
.SingleProductDisplayDescription {  }
.SingleProductDisplayPrice { font-size: 100%; font-weight: bold; color: #000000; float:left;}

/* 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 #000000; 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: #f5f5f5; }

/* Closed Store Message */
#closedcontent {width:300px;height:200px;margin:50px auto;padding:10px;background-color:#ff9;color:#000000;}
#closedcontent h1 {color:#000;}

/* Address Book */
.addressbooktitle h1 { float: left; }
.addressbooktitle .newaddress { float: right; margin: 15px; }
.address { border: 1px solid #000000; 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; }

/* old 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; }

/* new seach page*/
/* 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; }
#SearchResultsPane table td { text-align: center; width: 25%; padding: 25px; }

/* Notes */
.BVSmallText { font-size: 85%; }

/* Row Elements */
.rowheader, th { background: #eee; color: #000000; 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 #000000; 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: #000000; 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: #000000; 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: #000000; font-size: 90%; }
label.required { font-weight: bold; }
select { border: 1px solid #ccc; color: #000000; 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 #000000; 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; font-size: 90%; }
.choicelabel span{ display: block; margin: 8px 0 0 0; float: right; }

.radiobuttonimagelist{ color:Black;}
.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;} 
.imageradiobuttonlistrow { }
.imagecell img{ float:right;}

.MarkDownPrice {text-decoration:line-through;}
.MainImage {margin: auto;}
tr.radiobuttonimagelist td.choicefield{border:solid 1px gray;}