/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2007 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet.css 5952 2007-03-03 06:18:46Z drbyte $
 */

html, body {
	height:100%;
	font-family: Verdana,Arial,Helvetica,Geneva,sans-serif;
}
form, select, option, input, textarea, body, table, tr, td, a, pre {
	font-family: Verdana,Arial,Helvetica,Geneva,sans-serif;
	font-size:12px;
	color:#333;
	text-decoration:none;
}
body {
	padding:0px;
	margin:0px;
	border:0px;
	background:#B53608;
	text-align:center;
}
form {
	border:0px;
	padding:0px;
	margin:0px;
}
img {
	border:0px;
	padding:0px;
	margin:0px;
}
h1, h2, h3, h4, h5, h6, h7, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h7 a, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, h7 a:hover {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	padding:0px;
	margin:0px;
	border:0px;
	font-size:24px;
	text-transform:uppercase;
	text-decoration:none;
}
h2 {
	font-size:19px;
}
h3 {
	font-size:15px;
}
a, a:link, a:active, a:visited {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	color:#000;
}
#allContainer {
/*	background:url('images/body_bg.png') repeat-y center #fff;*/
    background-color:#c2b892;
	width:1005px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
#header {
	background:url('http://diannehanks.com/wp-content/themes/generic-design/images/diannehankswithsignature.jpg') no-repeat top left #efefef;
	width:1005px;
	height:375px;
}
#header #headerContainer {
	display:block;
	height:350px;
	margin-left:0px;
}
#header #menuContainer {
	display:block;
	height:25px;
}
#header #headerContainer #headerLogo {
	display:none;
}
#header #headerContainer #titleContent {
	padding:0px 0px 0px 14px;
}
#header #headerContainer #titleContent h1, #header #headerContainer #titleContent h1 a {
	color:#EEEEEE;
	font-size:30px;
	text-transform:none;
	margin-bottom:-5px;
  font-family: 'Trebuchet MS', 'TempusSansITC', 'Lucida Grande', Verdana, Arial, Sans-Serif
}
#header #headerContainer #titleContent #subHeader {
/*	color:#333333;  */
        color:#EEEEEE;
	font-size:16px;
	font-weight: bold;
        font-family: 'Trebuchet MS', 'TempusSansITC', 'Lucida Grande', Verdana, Arial, Sans-Serif

}
#searchform
{
margin-top: -50px;
margin-right: 5px;
text-align:right;
}

#navbox {
	display:block;
	width:1005px;
	padding:0px;
	height:25px;
    background: #3E6E24;
	z-index:2;
}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	height:30px;
	list-style: none;
	z-index:2;
	overflow:visible;
}

#nav a {
	display: block;
	color:#FFFFFF;
	/*width: 90px; */ /* width needed or else Opera goes nuts */
	text-decoration: none;
	padding: 5px 15px 5px 15px;
	z-index:2;
	overflow:visible;
}

#nav li { /* all list items */
	float: left;
/*	width: 90px; *//* width needed or else Opera goes nuts */
	background: #3E6E24;
	border-collapse: collapse;	
	z-index:2;
	overflow:visible;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background-color: #3E6E24;
	width: 230px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	z-index:2;
	overflow:visible;
}

#nav li ul li { width: 230px; border-left: 1px solid #FFFFFF; border-top: 1px solid #FFFFFF; border-right: 1px solid #FFFFFF; border-bottom: 1px solid #FFFFFF; }
#nav li ul li a { width: 230px !important;  text-transform: none; text-align: left; letter-spacing: normal; font-size: 11px; }
#nav li ul ul { /* third-and-above-level lists */ margin: -1.8em 0 0 230px; }
#nav li:hover { background-position: 0 0; /* fix for IE7 'stuck open' after mouse click on page */ }
#nav li:hover ul ul, #nav li.sfhover ul ul { left: -999em; }
#nav li:hover, #nav li.sfhover { /* all list items */ background-color: #000000; }
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */ left: auto; }


#header #menuSearch #s {
/*
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
	color:#000;
	*/
}
#header #menuSearch #searchsubmit {

}
#contentContainer {
/*	background:url('images/body_bg.gif') repeat-y center #fff;  */
    background-color: #c2b892;
	width:1005px;
	margin-left:0px;
	margin-right:0px;
	text-align:left;

         
}
#contentContainer #allContentWidth {
	width:1005px;
	margin-left:0px;
	margin-right:0px;
    margin-top: 0px;
    margin-bottom: 0px;
}
#contentContainer #menuUnder{
/*	background:url('images/menu_under.gif') no-repeat; */
      /*  background-color: #c2b892; */
	width:1005px;
	height:31px;
	margin-left:0px;
}

#leftContent {
	width: 210px;
	display:inline;
	float:center;
    background-color: C2B892;
}


#mainContent {
	width: 570px;
	display:inline;
	float:left;
    background-color: C2B892; 
}

.date {
	/*background:url('images/date.gif') no-repeat; */
	width:102px;
	height:99px;
	display:inline;
	float:left;
	color:#666;	
}
.date span {
	/*display:inline;
	float:left;*/
}
.date .dateContainer {
	padding:34px 0px 0px 46px;
	width:50px;
	text-align:center;
}
.noDate {
	width:102px;
	height:1px;
	display:inline;
	float:left;
	color:#666;	
}
.post {
	display:inline;
	float:left;
	width:530px;
	overflow:hidden;
}
.post .postInnerPadding {
	padding:0px 0px 0px 0px;
	overflow:hidden;
	z-index:1;
}
.post h2, .post h2 a {
	padding-bottom:10px;
	font-size:19px;
	line-height:22px;
	/*background-color:#ccc;*/
	text-decoration:none;
	overflow:hidden;
}
.post p {
	padding-top:0px;
	margin-top:0px;
	margin-bottom:11px;
}
.post a {
	text-decoration:underline;
}
.post .postFooter {
	clear:both;
	display:block;
	padding-top:5px;
}
.image .navigation {
	margin:0px 0px 20px 0px;
}
.image .navigation .alignleft, .image .navigation .alignright {
	float:left;
}
.imagelink, .alignleft {
	float:left;
	margin-right:5px;
	margin-bottom:5px;
}
.alignright {
	float:right;
	margin-left:5px;
	margin-bottom:5px;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.commentlist .alt {
	padding: 20px 10px 20px 10px;
	background: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
h3#comments, h3#respond {
	margin: 30px 0px;
}
.commentlist {
	padding: 0px;
}
.commentlist li {
	margin: 15px 0px 15px;
	padding: 5px 10px 5px;
	list-style: none;
}
.commentlist li .avatar {
	float: right;
	border: 1px solid #999;
	padding: 2px;
	background: #fff;
}
.commentlist .fn {
	font-weight:bold;
}
.commentlist p {
	margin: 10px 5px 10px 0px;
	font-weight: normal;
	text-transform: none;
}
.commentlist cite, .commentlist cite a {
	font-style: normal;
	border: none;
}	
.commentlist li.author .avatar {
	border: 1px solid #669933;
}
.nocomments {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.commentmetadata {
	margin: 0px;
	display: block;
}
#commentform #submit {
	float: right;
}
#commentform #comment {
	width:500px;
}
.archive ul {
	margin:0px;
	padding:0px 0px 20px 30px;
}
#sidebar {
	margin-right: 0px;
    margin-left: 0px;
    display:inline;
	float: right;
	vertical-align:top;
	width:200px;
	overflow:hidden;
}

#sidebar ul, #sidebar ul ol, #sidebar li {
	border:0px;	
	margin:0px;
	padding:0px;
	list-style:none;
}

#sidebar h2 {
    background-color:#3E6E24;
	filter:alpha(opacity=80);
	text-transform: uppercase;
	color:#FFFFFF;
	width:220px;
	display:block;
	padding:3px 3px 3px 3px;
	font-size:14px;
	/*font-size:19px;*/
}
#sidebar h2 a {
    background-color:#3E6E24;
	filter:alpha(opacity=80);
	text-transform: uppercase;
	color:#FFFFFF;
	width:220px;
	display:block;
	padding:0px 0px 0px 0px;
	font-size:14px;
	/*font-size:19px;*/
}

#sidebar li ul {
/*	background-color:#DFECD7; */
	background-color:#b1a3b1;
	width:220px;
	display:block;
	padding:3px;
	margin-bottom:10px;
	overflow:hidden;
}
#sidebar .archive a {
	text-transform:capitalize;
}
#sidebar .archive #archiveSelect {
	text-transform:capitalize;
	width:100%;
}
#sidebar .rss {
	background:url('images/rss.gif') no-repeat 0px 1px;
	padding-left:18px;
	height:18px;
	line-height:18px;
	display:block;
}
#sidebar .link_icon {
	padding-left:19px;
	height:19px;
	line-height:19px;
	display:block;
}
#sidebar .bloggy_link {
	background:url('images/link_icons/bloggy.gif') no-repeat 0px 1px;
}
#sidebar .youtube_link {
	background:url('images/link_icons/youtube.gif') no-repeat 0px 1px;
}
#sidebar .facebook_link {
	background:url('images/link_icons/facebook.gif') no-repeat 0px 1px;
}
#sidebar .flickr_link {
	background:url('images/link_icons/flickr.gif') no-repeat 0px 1px;
}
#sidebar .bambuser_link {
	background:url('images/link_icons/bambuser.gif') no-repeat 0px 1px;
}
#sidebar .twitter_link {
	background:url('images/link_icons/twitter.gif') no-repeat 0px 1px;
}
#sidebar .jaiku_link {
	background:url('images/link_icons/jaiku.gif') no-repeat 0px 1px;
}
#sidebar #wp-calendar {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:100%;
	text-transform:capitalize;
}
#sidebar #wp-calendar a {
	text-decoration:underline;
}
#sidebar .categories .children {
	margin-top:0px;	
	margin-bottom:0px;
	padding-top:0px;
	padding-left:10px;
	padding-bottom:0px;
}
#sidebar #photoAlbum {
	display:block;
	margin:0px;
	padding:0px 0px 0px 5px;
}
/*bloggy*/
#sidebar .bloggy_ul {
	/* Stilen på listan */
	display:block;
	width:220px;
	margin-bottom:0px;
	padding:5px 0px 0px 0px;
}
#sidebar .bloggy_ul li{
	/* Stilen på inlägg */
	background-color:#e1e1e1;
	margin-bottom:5px;
}
#sidebar .bloggy-meddelande {
	/* Stilen på själva inlägget */ 
	display:block;
	border:1px solid #e1e1e1;
	background-color:#f8f8f8;
	padding:2px;
}
#sidebar .bloggy-link {
	/* Stilen på länken. */ 
	padding:2px;
}
#sidebar .bloggy-tid {
	/* Stilen på tiden */
	padding:2px;
}
#sidebar2 {
        margin-right: 10px;
        margin-left: 10px;
        display:inline;
        float: right;
/*      background:url('images/sidebar_bg.gif') -48px 0px no-repeat #fff;
        background-color: #c2b892; 
        background-color: #cac98a;*/
        width:230px;
        overflow:hidden;
}

#sidebar2 ul, #sidebar2 ul ol, #sidebar2 li {
        border:0px;
        margin:0px;
        padding:0px;
        list-style:none;
}

#sidebar2 h2 {
/*      background-color:#324566;*/
        background-color:#3E6E24;
        filter:alpha(opacity=80);
/*      -moz-opacity:.80;
        opacity:.80;*/
        text-transform: uppercase;
        color:#FFFFFF;
        width:230px;
        display:block;
        padding:4px 5px 4px 5px;
        font-size:15px;
        /*font-size:19px;*/
}
#sidebar2 li ul {
/*      background-color:#DFECD7; */
        background-color:#b1a3b1;
        width:230px;
        display:block;
        padding:5px;
        margin-bottom:20px;
        overflow:hidden;
}

#leftsidebar {
	margin-right: 0px;
    margin-left: 0px;
    display:inline;
	float: right;
	vertical-align:top;
	width:205px;
	overflow:hidden;
}

#leftsidebar ul, #leftsidebar ul ol, #leftsidebar li {
	border:0px;	
	margin:0px;
	padding:0px;
	list-style:none;
}

#leftsidebar h2 {
    background-color:#3E6E24;
	filter:alpha(opacity=80);
	text-transform: uppercase;
	color:#FFFFFF;
	width:205px;
	display:block;
	padding:4px 5px 4px 5px;
	font-size:15px;
	/*font-size:19px;*/
}
#leftsidebar li ul {
/*	background-color:#DFECD7; */
	background-color:#b1a3b1;
	width:205px;
	display:block;
	padding:5px;
	margin-bottom:20px;
	overflow:hidden;
}




.clearer {
	clear:both;
	height:0px;
	display:block;
}
.navigation {
	display:block;
	margin:0px 0px 20px 122px;
	padding:0px;
}
.navigation .alignleft {
	float:left;
}
.navigation .alignright {
	float:right;
	padding-right:20px;
}
#footer-photos {
	display:block;
	width:985px;
	height:300px;
	background-color:#D19500;
	color:#fff;
	margin:0px 0px 0px 0px;
	padding:10px;
	text-align:center;
	vertical-align:top;
}

.footer {
	font-size:10px;
}

#footer {
	display:block;
	width:1005px;
	background-color:#3E6E24;
	color:#fff;
	margin:0px 0px 0px 0px;
	padding:0px;
	font-size:10px;
}
#footer a {
	color:#fff;
	text-decoration:none;
	font-size:10px;
}

#wordpress {
	font-size:10px;
}

#wordpress a {
	text-decoration:none;
	font-size:10px;
	color:#333;
}

#footer #footerInnerPadding {
	padding:0px 0px 0px 0px;
	font-size:10px;
}
object
{
  z-index:1;
 /* overflow:hidden; */
}
embed
{
  z-index:1;
 /* overflow:hidden; */
}

.behind
{
  z-index:1;
}

#bannerOne
{
  text-align: center;
  padding: 0.8em;
}
#navBreadCrumb, #navEZPagesTop 
{
    background-color: #cc9900;
    font-size: 0.95em;
    font-weight: bold;
    margin: 0em;
    padding: 0.5em;
}

#navColumnOne {
	/*background-color: #FFCC99;*/
	}

#navColumnTwo {
/*	background-color: #00BFBF; */
	}

.biggerText {
	font-size: 1.2em;
	}


CODE {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	}

FORM, SELECT, INPUT {
	display: inline;
	font-size: 1em;
	margin: 0.1em;
	}

TEXTAREA {
/*	float: left;*/
	margin: auto;
	display: block;
	width: 95%;
	}

input:focus, select:focus, textarea:focus {
	background: #F0F8FF;
	}

FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #cccccc;
	}

LEGEND {
	font-weight: bold;
	padding: 0.3em;
	}

LABEL, h4.optionName {
	line-height: 1.5em;
	padding: 0.2em;
	}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
	}

#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}

LABEL.inputLabel {
	width: 11em;
	float: left;
	}

LABEL.inputLabelPayment {
	width: 15em;
	float: left;
	}

LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel  {
	width: 12em;
	float: left;
	}

P, ADDRESS {
	padding: 0.5em;
	}

ADDRESS {
	font-style: normal;
	}

.clearBoth {
	clear: both;
	}

HR {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px solid #9a9a9a;
	}

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.2em;
	border: 1px solid #000000;
	}

.messageStackWarning, .messageStackError {
	background-color: #ff0000;
	color: #ffffff;
	}

.messageStackSuccess {
	background-color: #99FF99;
	color: #000000;
	}

.messageStackCaution {
	background-color: #FFFF66;
	color: #000000;
	}

/*wrappers - page or section containers*/
#mainWrapper {
	background-color: #c2b892;
	text-align: left;
	width: 100%;
	vertical-align: top;
	}

#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 

#tagline {
	color:#000000;
	font-size: 2em;
	text-align : center;
	vertical-align: middle;
	}

#sendSpendWrapper {
	border: 1px solid #cacaca;
	float: right;
	margin: 0em 0em 1em 1em;
	}

.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	width: 47%;
	}

.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}

/*navigation*/

.navSplitPagesResult {}
.navSplitPagesLinks {}
.navNextPrevCounter {
	margin: 0em;
	font-size: 0.9em;
	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	}

#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
	margin: 0em;
	height: 1%;
	width: 100%;
	}

#navMain ul, #navSupp ul, #navCatTabs ul  {
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;

	}


#navMain ul li, #navSupp ul li, #navCatTabs ul li {
	display: inline;
	}

#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	color:#333;
	/*color: #ffffff;*/
	white-space: nowrap;
	}

#navEZPagesTOCWrapper {
	font-weight: bold;
	float: right;
	height: 1%;
	border: 1px solid #000000;
	}

#navEZPagesTOC ul {
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	line-height: 1.5em;
	}

#navEZPagesTOC ul li {
	white-space: nowrap;
	}

#navEZPagesTOC ul li a {
	padding: 0em 0.5em;
	margin: 0;
	}

#navCategoryIcon, .buttonRow, #indexProductListCatDescription {
	margin: 0.5em;
	}

#navMainSearch {
	float: right;
	}


#navEZPagesTop {
	background-color: #ffff33;
	}



/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
	}

/*.content,*/ #productDescription, .shippingEstimatorWrapper {
	/*font-size: 1.2em;*/
	padding: 0.5em;
	}

.alert {
	color: #FF0000;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
.centerColumn, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix {
	padding: 0.8em;
	}

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	}

/*Shopping Cart Display*/
#cartAdd {
	float: right;
	text-align: center;
	margin: 1em;
	border: 1px solid #000000;
	padding: 1em;
	}

.tableHeading TH {
	border-bottom: 1px solid #cccccc;
	}

.tableHeading, #cartSubTotal {
	background-color: #e9e9e9;
	 }

#cartSubTotal {
	border-top: 1px solid #cccccc;
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding-right: 2.5em;
	}

.tableRow, .tableHeading, #cartSubTotal {
	height: 2.2em;
	}

.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay   {
	padding: 0.5em 0em;
	}

.cartUnitDisplay, .cartTotalDisplay {
	text-align: right;
	padding-right: 0.2em;
	}

#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {
	width: 4.7em;
	}

.cartNewItem {
	/*color: #33CC33;*/
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartOldItem {
	/* color: #660099; */
	position: relative;   /*do not remove-fixes stupid IEbug*/
	}

.cartBoxTotal {
	text-align: left;
	font-weight: bold;
	width:220px;
	}

.cartRemoveItemDisplay {
	width: 3.5em;
	}

.cartAttribsList {
	margin-left: 1em;
	}

#mediaManager {
	width: 50%; 
	margin: 0.2em;
	padding: 0.5em;
	}
.mediaTitle {
	float: left;
	}
.mediaTypeLink {
	float: right;
	}

.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
	}

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #ff0000;
	}

.orderHistList {
	margin: 1em;
	padding: 0.2em 0em;
	} 

#cartBoxListWrapper ul, #ezPageBoxList ul {
	list-style-type: none;
	width:220px;
	}

#cartBoxListWrapper li, #ezPageBoxList li, .cartBoxTotal {
	margin: 0;
	padding: 0.2em 0em;
	width:220px;
	} 

#cartBoxEmpty, #cartBoxVoucherBalance {
	font-weight: bold;
	}

.totalBox {
	width: 5.5em;
	text-align: right;
	padding: 0.2em;
	}

.lineTitle, .amount {
	text-align: right;
	padding: 0.2em;
	}

.amount {
	width: 5.5em;
	}

/*Image Display*/
#productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0em 1em 1em 0em ;
	}

.categoryIcon {}

#cartImage {
	margin: 0.5em 1em;
	}

/*Attributes*/
.attribImg {
	width: 20%;
	margin: 0.3em 0em;
}

.attributesComments {}

/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
	}

/*sideboxes*/
.columnLeft {}

h3.leftBoxHeading, h3.leftBoxHeading a {
	font-size: 1em;
	color: #ffffff;
	}

.leftBoxHeading, .centerBoxHeading {
	margin: 0em;
    background-color: #cc9900;
	padding: 0.5em 0.2em;
	}

.leftBoxContainer {
	border: 1px solid #ffffff;
	margin-top: 1.5em;
	}

.sideBoxContent {
	}

h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 1.1em;
	color: #FFFF00;
	}

.rightBoxHeading {
	margin: 0em;
	background-color: #663366;
	padding: 0.2em 0em;
	}

h3.leftBoxHeading a:hover {
	color: #FFFF33;
	text-decoration: none;
	} 

h3.rightBoxHeading a:hover {
	color: #FF0000;
	text-decoration: none;
	}

.rightBoxContent {
	background-color: #ffffff;
	margin-bottom: 1em;
	}

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .centerBoxHeading,.rightBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
	}

#bestsellers .wrapper {
	margin: 0em 0em 0em 1.5em;
	}

#bestsellers ol {
	padding: 0;
	margin-left: 1.1em;
	}

#bestsellers li {
	padding: 0;
	margin: 0.3em 0em 0.3em 0em;
	}

#bannerboxHeading {
	background-color: #0000CC;
}

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/*misc*/
.back {
	float: left;
	}

.forward, #shoppingCartDefault #PPECbutton {
	float: right;
	}

.bold {
	font-weight: bold;
	}

.rowOdd {
	background-color: #E8E8E8;
	height: 1.5em;
	vertical-align: top;
	}

.rowEven {
	background-color: #F0F0F0;
	height: 1.5em;
	vertical-align: top;
	}

.hiddenField {
	display: none;
}
.visibleField {
	display: inline;
}

CAPTION {
	/*display: none;*/
	}

#myAccountGen li, #myAccountNotify li {
	margin: 0;
	} 

.accountTotalDisplay, .accountTaxDisplay {
	width: 20%;
	text-align: right;
	/*vertical-align: top*/
	}

.accountQuantityDisplay {
	width: 10%;
	vertical-align: top
	}

TR.tableHeading {
	background-color: #cacaca;
	height: 2em;
	}

#siteMapList {
	width: 90%;
	float: right;
	}

.ratingRow {
	margin: 1em 0em 1.5em 0em;
	}

LABEL#textAreaReviews {
	font-weight: normal;
	margin: 1em 0em;
	}

#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart {
	background-color: #ffffff;
	}
.information {padding: 10px 3px; line-height: 150%;}

#shoppingcartBody #shippingEstimatorContent {
	clear: both;
	}

.seDisplayedAddressLabel {
	background-color:#85C285;
	text-align: center;
	}
.seDisplayedAddressInfo {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	}
#seShipTo {
	padding: 0.2em;
	}
	


	