/** General **/
.no-display { display:none; }
.clear { clear:both; }
.divider { margin:1em 0; height:1px; background:url(../images/dotted_divider.gif) repeat-x; font-size:1px; line-height:1em; overflow:hidden; clear:both;}
legend { display:none; }
big { font-size:1.1em; }
.a-right { text-align:right; }
.left { float:left; }
.right { float:right; }
th { text-align:left; }
h1 { font-size:175%; }

p.intro { font-size:110%; }

/**  Links **/
a:link,
a:visited
{
	text-decoration:none;
	color:#009;
}

a:link:hover,
a:visited:hover
{
	text-decoration:underline;
	color:#484882;
}

/** Forms **/
input, select, textarea { vertical-align:middle; }
input.input-text, select, textarea { border:1px solid #b6b6b6; font-size:0.9em; }
input.input-text, textarea { padding:2px; }
.input-text:focus, select:focus, textarea:focus { background:#edf7fd; }

.form-button, .form-button-alt {
    overflow:visible;
    width:auto;
    border:0;
    padding:1px 8px;
    background:#484882; /*#f18200;*/
    color:#fff;
    border:1px solid #66A; /*#de5400;*/
    font:bold 12px arial, sans-serif !important;
    cursor:pointer;
    text-align:center;
    vertical-align:middle;
    }
.form-button span, .form-button-alt span {
    white-space:nowrap;
    }
.form-button-alt {
    border:1px solid #66A; /*#406a83;*/
    background-color:#484882; /*#618499;*/
    }
a.form-button-alt { padding:2px 9px; text-decoration:none; }
.form-button-alt:hover { color:#fff; text-decoration:none; }

/* Form lists */
.form-list { margin:0.5em 0.5em 0.5em 0; }
.form-list li { list-style:none; margin-bottom:0.5em; }
.form-list li .input-box .input-text,
.form-list li .input-box textarea { width:250px; }
.form-list li .input-box select { width:256px; }
.form-list li.addElement { border-top:1px solid #DDD; padding-top:10px; }

.group-select {
    margin:28px 0;
    border:1px solid #bbafa0;
    padding:22px 25px 12px 25px;
    background:#fbfaf6;
    }
.group-select .legend {
    margin-top:-33px;
    float:left;
    border:1px solid #484882; /*#f19900;*/
    background: #EEEEFF; /*#F9F3E3;*/
    padding:0 8px;
    color:#484882;
    font-weight:bold;
    font-size:1.1em;
    }
.group-select ul { margin:0; }
.group-select li { list-style:none; padding:4px 8px; zoom:1;}
.group-select li .input-box { float:left; width:275px; }
.group-select li .input-text, .group-select li select, .group-select li textarea { width:525px; }
.group-select li .input-box .input-text, .group-select li .input-box textarea { width:250px; }
.group-select li .input-box select { width:256px; }

.validation-advice, .required { color:red; }
.validation-advice { clear:both; min-height:15px; margin-top:3px; background:url(../images/validation_advice_bg.gif) no-repeat 2px 1px; padding-left:17px; font-size:.95em; font-weight:bold; line-height:1.25em; }

label.required { font-weight:bold; }
p.required { font-size:.95em; text-align:right; }
.button-set { clear:both; margin-top:4em; padding-top:1em; text-align:right; border-top:1px solid #e4e4e4; zoom:1;}

.newsletter-homepage .input-text { width:8em; }

/********************** Messages  */
.success { color:#3d6611; }
.error { color:#df280a; }
.notice {color:#e26703; }
.success, .error { font-weight:bold; }
.messages { width:100%; overflow:hidden; margin-left:0; margin-right:0; }
.messages ul { margin:0.3em; }
.messages li { list-style:none; }

.error-msg, .success-msg, .notice-msg, .note-msg {
    min-height:23px !important;
    margin-bottom:1em !important;
    border-style:solid !important;
    border-width:1px !important;
    background-repeat:no-repeat !important;
    background-position:10px 10px !important;
    padding:8px 8px 8px 32px !important;
    font-size:.95em !important;
    font-weight:bold !important;
    }
.error-msg li, .success-msg li, .notice-msg li {margin-bottom:.2em; }
.error-msg {
    border-color:#f16048;
    color:#df280a;
    background-color:#faebe7;
    background-image:url(../images/error_msg_icon.gif);
    }
.success-msg {
    border-color:#446423;
    color:#3d6611;
    background-color:#eff5ea;
    background-image:url(../images/success_msg_icon.gif);
    }
.notice-msg, .note-msg {
    border-color:#fcd344;
    color:#3d6611;
    background-color:#fafaec;
    background-image:url(../images/note_msg_icon.gif);
    }

/********************** Generic Box */
.generic-box { margin-bottom:1em; padding:1em 1em; border:1px solid #D0CBC1; background:url(../images/base_mini_head_bg.gif) repeat-x #fff; }
.generic-product-list li { margin:1em 0; }
.generic-box h3 { margin-top:0; }

/** Site tabs **/
#storesdirectbanner {
	width:100%;
	background-color:#304466;
	color:#fff;
	text-align:center;
	padding:0.3em 0 0.3em 0;
	margin:0;
}

#storesdirectbanner a { color:#fff; }
#storesdirectbanner a:hover { color:#ddd; }

#toptabs {
	width:100%;
	background-color:#EEE;
	border-bottom:0.6em solid #5173AC;
	padding-top:1em;
	text-align:left;
	float:left;
	text-align:center;
}

#tabcontainer {
	float:right;
	position:relative;
	left:-50%;
	text-align:left;
}

#tabcontainer ul {
	margin:0;
	list-style:none;
	position:relative;
	left:50%;
}

#tabcontainer li {
	list-style:none;
	float:left;
	background:url("../images/mm-tab-left.gif") no-repeat top left;
	margin:0 0.5em 0 0;
	padding:0 0 0 4px;
}

#tabcontainer a {
	display:block;
	background:url("../images/mm-tab-right.gif") no-repeat top right;
	padding:5px 15px 4px 6px;
	text-decoration:none;
	font-weight:bold;
	font-size:85%;
	color:#444;
}

#tabcontainer a:hover
{
	color:#5173AC;
}

#tabcontainer li.current {
	background-image:url("../images/mm-tab-left-on.gif");
}
#tabcontainer li.current a {
	background-image:url("../images/mm-tab-right-on.gif");
	color:#fff;
}

/** Header items **/
#header { margin-bottom:1em; }

#headertop { clear:both; height:5em; }
#sitelogo { float:left; margin-top:1.5em; }

#headerlinks { float:right; margin-top:0; text-align:right; margin-bottom:1em; margin-left:2em; }
#headerlinks { font-size:90%; text-align:right; background:url('../images/shop_access_bg_left.gif') no-repeat bottom left; padding:0 0 0 8px; }
#headerlinks ul { margin:0; padding:0.25em 1em 0.75em 0; background:url('../images/shop_access_bg.gif') no-repeat bottom right; }
#headerlinks ul li { list-style:none; display:inline; padding-left:0.3em; padding-right:0.3em; border-right:1px solid #CCC; }
#headerlinks ul li.last { border-right:none; padding-right:0;}
#headerlinks ul li a { color:#fff; }
#headerlinks ul li a:hover { color:#ddd; }

#search_mini_form { float:right; text-align:right; }
#search_mini_form fieldset { margin:0; }

#deliverylogo { float:right; margin-top:1.5em; }

#topnav { background:#47494a url('../images/grad_bg_charcoal.gif') repeat-x top left; margin:0; zoom:1;}

#hometext {	
	margin-top:1em; 
	margin-bottom:1em;
	padding:1em 0.5em 0.5em 0.5em;
	background:#d2d2ec url('../images/grad_bg_lightblue.gif') repeat-x top left;
	color:#222; /* white; */
	border:1px solid #aaf;
} /* #993366 ../images/grad_bg_darkplum.gif */

#header-contact { float:right; margin-right:1em; }
#header-contact h4 { font-size:0.9em; }


/** Homepage promotions **/
div.promorow { margin-bottom:1em; }
div.promolink {	width:17.6923em; /* 230px */ *width:17.266em; /* For IE */ border:1px solid #AAA; background:#FFF url('../images/grad_bg_lightgrey.gif') repeat-x bottom left; text-align:center; font-weight:bold; }
div.promolink a:link,
div.promolink a:visited { text-decoration:none;	color:#000; }
div.promolink a:link:hover,
div.promolink a:visited:hover {	color:#666; }
div.promolinkwrapper { margin:0.5em; }

/** Homepage info boxes **/
#footer { clear:both; padding-top:1em;}
div.homeinfoboxes {	
/*	background:#47494a url('../images/grad_bg_charcoal_large.gif') repeat-x top left;*/
	background:#EBEBEB;
	margin-top:1em; 
}

div.homeinfobox { background-color:white;  	border:1px solid #FFF;
margin-top:1em;
margin-bottom:1em;
padding:1em;
color:#333;
height:10em;
}
.firstbox { margin-left:1em; }
.lastbox { margin-right:1em; }

/** Breadcrumbs **/
.breadcrumbs {  margin:0 0 1em 0; font-size:.95em; /*line-height:1.25em;*/ }
.breadcrumbs li { display:inline; }

/********************** Layered Navigation */
.layered-nav ul, .layered-nav ol { margin:0; }
.layered-nav li { list-style:none; }

.layered-nav .head {
    margin:0;
	padding:0;
    background:url(../images/layered_nav_head_bg.gif) no-repeat;
	height:24px;
    }
.layered-nav h3 { display:none; }
.layered-nav .border-creator { border-style:solid; border-color:#a0b3c3; border-width:0 1px 1px 1px; }
.layered-nav h4 {
    margin:0;
    padding:3px 10px;
    background:#CCC;
	color:black;
    font-weight:bold;
    font-size:1em;
    }
.layered-nav .narrowed-category li { background:url(../images/narrow_category_bg.gif) repeat-x 0 100% #fff; padding:4px 6px 4px 10px; }
.layered-nav .narrowed-category li .label {
    background:url(../images/narrow_by_li_by.gif) no-repeat 0 .2em;
    padding-left:20px;
    font-weight:bold;
    text-transform:uppercase;
    }
.layered-nav .widget-btn {
    float:right;
    margin:.1em 0 0 5px;
    font-size:.95em;
    }
.layered-nav .actions {
    border-style:solid;
    border-color:#dee5e8;
    border-width:1px 0;
    padding:4px 10px;
    /*background:#cad6e4;*/
    }
.narrow-by dl {
    /*background:#e7f1f4;*/
    padding:0 0 1em 0;
    margin:0;
    }
.narrow-by dt {
    margin:0 0 0.3em 0;
	padding:7px 10px 0 10px;
    /*padding:7px 10px 0 28px;*/
    /*background:url(../images/narrow_by_set.gif) no-repeat 9px .9em;*/
    color:#2f2f2f;
    text-transform:uppercase;
	font-weight:bold;
    }
.narrow-by dd {
    background:url(../images/narrow_by_dd_bg.gif) repeat-x 0 100%;
    padding:0 12px .8em 12px;
	margin:0;
    }
.narrow-by dd ol { margin:0; }
.narrow-by dd li { margin-bottom:.3em; line-height:1.3em; list-style:none;}
.narrow-by dd.last { background:none; }

/* Data Table */
.data-table { border:1px solid #bebcb7; width:100%; }
.data-table tr { background:#fff; }
.data-table .odd  { background:#f8f7f5 }
.data-table .even { background:#eeeded !important; }
.data-table tr.last th,
.data-table tr.last td { border-bottom:0 !important; }
.data-table th { color:#0a263c; white-space:nowrap; }
.data-table th.wrap { white-space:normal; }
.data-table th a,
.data-table th a:hover { color:#fff; }
.data-table th,
.data-table td { border:1px solid #d9dde3; }
.data-table thead tr th { background:url(../images/data_table_th_bg.gif) repeat-x 0 100% #d9e5ee; }
.data-table tfoot tr.first { background:url(../images/base_mini_actions_bg.gif) 0 0 repeat-x; }
.data-table tfoot tr { background-color:#DEE5E8 !important; }

/* Bundle Products */
.data-table tbody.odd tr { background:#f8f7f5 !important; }
.data-table tbody.even tr { background:#f6f6f6 !important; }

.data-table tbody td h5.title { margin:0; padding:0; font-size:1em; font-weight:bold; color:#2f2f2f; }
.data-table tbody td .option-label { font-weight:bold; font-style:italic; }
.data-table tbody td .option-value { padding-left:10px; }

table.data td { padding:0.5em; }

/********************** Product Detail */
.product-info-box { margin-top:1em; border:1px solid #c4c6c8; margin-top:0; }
.product-essential { padding:2em; background:url(../images/product_essential_bg.gif) no-repeat 100% 0 #fff; }
.product-img-box { float:left; width:60%; }
.product-shop { float:right; }
.product-essential .product-shop { width:35%; }

.product-info-box .product-name { margin-bottom:.3em; font-size:130%; }

.product-img-box .product-image-zoom { overflow:hidden; width:375px; z-index:9; text-align:center; }
.product-img-box .more-views h4 { border-bottom:1px solid #ccc; margin-bottom:.8em; font-size:.95em; text-transform:uppercase; }
.product-img-box .more-views ul { margin-left:-9px; }
.product-img-box .more-views li { float:left; margin:0 0 9px 9px; list-style:none;}
.product-img-box .more-views li a { float:left; width:56px; height:56px; border:2px solid #ddd; overflow:hidden; }

.product-info-box .availability { margin:1em 0; padding:0; font-size:0.9em; }

input.qty { width: 2.5em; }
.add-to-cart-box { float:right; }
.add-to-cart-box .qty-box { float:left; }
.add-to-cart-box .qty-box label { float:left; }
.add-to-cart-box .qty-box .qty { float:left; margin:0 0.5em; }
.add-to-cart-box .form-button { float:left; }

.add-to-box { text-align:right; }
.add-to-box li { display:inline; }

.add-to-holder { margin:10px 0; }
.add-to-holder .add-to-cart-box { float:left; }
.add-to-holder .add-or { float:left; padding:0 7px; font-weight:bold; color:#666; }
.add-to-holder .add-to-box { float:left; line-height:1.25em; text-align:left; }
.add-to-holder .add-to-box li { display:block; }
.add-to-holder .add-to-box li .pipe { display:none; }

/* Product Collateral */
.product-collateral { padding:2em; background:url(../images/product_collateral_bg.gif) repeat-x #faf7ee; }
.product-collateral .head { margin-bottom:1em; border-bottom:1px solid #e5dcc3; padding-bottom:1px; font-size:1.15em; }
.product-collateral .collateral-box { margin-bottom:2em;  }
.product-collateral .attribute-specs table { border-color:#d9DDE3; }
.product-collateral .attribute-specs .label { font-weight:bold; }
.product-collateral .attribute-specs .data { border-right:0; }
.product-collateral .attribute-specs td { padding-top:3px; padding-bottom:3px; line-height:1.25em; }

.product-collateral .up-sell .head { padding-bottom:8px; border-bottom:none; }
.product-collateral .up-sell .generic-product-grid { border:1px solid #E5DCC3; border-top:0; }
.product-collateral .up-sell .generic-product-grid td { vertical-align:top; width:25%; border-color:#E5DCC3; background:#f6f2e7; padding:1em 1.2em 1em 1.3em; }
.product-collateral .up-sell .generic-product-grid td img { border:1px solid #E5DCC3; }
.product-collateral .up-sell .generic-product-grid td.empty-product { background:#f1ecdb; }

/********************** Rating */
.ratings {
    margin:7px 0;
    line-height:1em;
    }
.rating-box {
    float:left;
    position:relative;
    width:69px;
    height:13px;
    margin-right:5px;
    background:url(../images/product_rating_blank_star.gif) repeat-x;
    }
.rating-box .rating {
    position:absolute;
    top:0;
    left:0;
    height:13px;
    background:url(../images/product_rating_full_star.gif) repeat-x;
    }
.ratings-list {
    margin:4px 0;
    }
.ratings-list td {
    padding:3px 0;
	border:none;
    }
.ratings-list td.label {
    padding-right:8px;
    font-size:.95em;
    font-weight:bold;
    line-height:1em;
    }

/** Pricing **/
.price { white-space:nowrap !important; }
.price-box { padding:5px 0; }
.price-box .price { font-weight:bold; color:#936; font-size:120%; }
.price-box p { margin:0; }
.price-box .old-price { font-weight:normal; color:#666; font-size:90%; }
.price-box .old-price .price { color:#666; text-decoration:line-through; }

/** Sidebars **/
.side-col .box { margin-bottom:1.3em; }
.side-col .content { padding:0.5em 1em; }
.side-col .head { text-align:left; }
.side-col h2, .side-col h3, .side-col h4, .side-col h5 { float:none; }
.side-col h3 { font-size:105%; text-transform:uppercase; }
.side-col .actions { padding:0.5em 0; font-size:95%; text-align:right; }

/* Base Mini */
.base-mini { border:1px solid #c4c1bc; background:#fff; line-height:1.3em;  font-size:.95em;  }
.base-mini .head { margin:0 1px; border-bottom:1px solid #ddd; background:url(../images/base_mini_head_bg.gif) repeat-x #fff; padding:2px 8px; }
.base-mini .head h4 { min-height:16px; background-repeat:no-repeat; background-position:0 0; padding:1px 0 1px 21px; text-transform:uppercase; }
.base-mini .head h4 .count { text-transform:none; color:#2f2f2f; white-space:nowrap; font-weight:normal; font-size:.95em; }
.base-mini h5 { font-size:1em; }
.base-mini .content, .base-mini ol { background:#f8f7f5; }
.base-mini ol li { padding:7px 4px 7px 8px; }
.base-mini ol li.odd { background:#f4f3f3; }
.base-mini ol li.even { background:#fafafa; }
.base-mini .actions { background:url(../images/base_mini_actions_bg.gif) repeat-x #dee5e8; padding:6px; }
.base-mini .product-images { float:left; width:52px; height:52px; }
.base-mini .product-images a img { border:1px solid #a9a9a9; vertical-align:top; }
.base-mini .product-checkbox { float:left; width:10px; }
.base-mini .product-names { margin-left:18px; }
.base-mini .product-details { margin:0 0 0 60px; height:50px; }
.base-mini .product-details[class] { height:auto; min-height:50px; }
.base-mini .regular-price { font-size:11px; }
.base-mini .regular-price .price { color:#2f2f2f; }
.base-mini .special-price { font-size:11px; }
.base-mini .minimal-price { font-size:11px; }
.base-mini .price-box { margin:1px 0; }

/* Mini cart */
.mini-cart .head h4 { background-image:url(../images/icon_basket.gif); }
.mini-cart .subtotal { background:#fbebd9; margin-top:5px; padding:2px 0; text-align:center; }
.mini-cart h5 { margin:0; background:#F4F3F3; padding:6px 8px 2px 8px; }
.mini-cart .actions { border-bottom:1px solid #c2c2c2; padding-top:3px; padding-bottom:1px; }
.mini-cart .actions .form-button { margin-top:3px; margin-bottom:5px; }

#cart-sidebar { margin:0; }
#cart-sidebar li { list-style:none; }

/********************** Pager */
table.pager { margin:1em 0 0 0;}
table.pager select,
table.view-by select { margin:0 3px; font-size:.95em; }
table.pager select { width:50px; }
table.view-by td.sort-by { text-align:right; padding-right:44px; }
table.view-by select { width:85px; }
table.pager, table.view-by {
    width:100%;
    background:url(../images/pager_bg.gif) repeat-x 0 100% #fff;
    font-size:.95em;
    }
table.pager td {
    width:32%;
    border-top:1px solid #eee;
	border-bottom:none;
	border-left:none;
	border-right:none;
    padding:4px 8px;
    vertical-align:middle;
    }
table.pager td.pages { padding:4px 0; white-space:nowrap; text-align:center; }
table.pager ol, table.pager li {
    display:inline;
    }
table.pager li { padding:0 2px; }
table.view-by td {
    width:33%;
	border-bottom:none;
	border-left:none;
	border-right:none;
    border-top:1px solid #e2e2e2;
    padding:4px 8px;
    vertical-align:middle;
    }

/* List Type */
.listing-type-list .listing-item { border-top:1px solid #D9DDE3; padding:12px 10px; zoom:1; }
.listing-type-list .product-image { float:left; width:135px; }
.listing-type-list .product-shop { width:305px; }
.listing-type-list .product-shop .description { margin:.5em 0 1.2em 0; }
.listing-type-list .product-shop .price-box { float:left;text-align:left; white-space:nowrap; margin:3px 13px 5px 0; padding:0; }
.listing-type-list .product-shop .form-button {margin:0.5em 0 0; }
.listing-type-list .product-shop .product-reviews { margin:15px 0; font-size:.95em; }
.listing-type-list .product-shop .product-reviews a, .listing-type-list .product-shop .product-reviews a:hover { color:#6e6969; }
.listing-type-list .listing-item .rating-box { margin-bottom:6px; }

/* Grid Type listing */
/*.listing-type-grid { /*background:url(../images/bkg_products-grid3.gif) 0 0 repeat; }*/
.listing-type-grid ol { margin:0; }
.listing-type-grid .grid-row { border-bottom:1px solid #d9dde3; zoom:1; }
.listing-type-grid li.item { list-style:none; float:left; width:165px; padding:1em 1em; line-height:1.6em; overflow:hidden; border-right:1px solid #d9dde3;}
.listing-type-grid .last { border-bottom:0; }
.listing-type-grid .product-image { text-align:center; }
.listing-type-grid .rating-box { float:left; margin-left:0; margin-right:5px; }
.listing-type-grid .actions { margin:10px 0; text-align:center; }

/* Recently viewed items mini box */
#recently-viewed-items { margin:0; }
#recently-viewed-items li { list-style:none; }

/* Checkout */
.checkout-types { margin:0; float:right;}
.checkout-types li { list-style:none; }

.shopping-cart  { margin-top:1em; margin-bottom:0; width:100%;}
.shopping-cart th, .shopping-cart td { padding:0.5em 1em 0.5em 1em; vertical-align:top; white-space:nowrap; border:1px solid #CCC;}
.shopping-cart th .tax-flag {font-size:0.9em; font-weight:normal; display:block; }
.shopping-cart tr.error { background:#FDE6E0 !important; }
.shopping-cart .continue-shopping { float:left; }
.shopping-cart-item-message {margin-bottom:5px;font-size:95%;margin-top:6px; }
.shopping-cart thead tr, .shopping-cart tfoot tr { background-color:#DEE5E8 !important; }

.shopping-cart-totals {
    width:248px;
    float:right;
    margin-top:2em; /*25px;*/
    border:1px solid #BEBCB7;
    background:#DEE5E8;
    text-align:right;
    }
.shopping-cart-totals table { width:100%; margin:0.5em 0; }
.shopping-cart-totals td { padding:0 10px; border:none!important; }
.shopping-cart-totals tr.last td {}
.shopping-cart-totals tfoot td {
    padding-top:0.5em;
    font-size:1.3em;
    }
.shopping-cart-totals .checkout-types { padding:8px 15px 15px; }
.shopping-cart-totals .checkout-types li { clear:both;  margin:10px 0; }

.shopping-cart-collaterals { width:60%; float:left; margin-top:2em;}
#cross-sell-list {  background-color:#DEE5E8; border:1px solid #BEBCB7; padding:1em;}
#cross-sell-list h4 { margin-bottom:1em; }
#cross-sell-list ul { margin:0;}
#cross-sell-list ul li { list-style:none; margin-top:1em; }
#cross-sell-list .product-image { border:1px solid #d0cdc9; float:left; }

/* Related items */
.mini-related-items .head h4 { background-image:url(../images/icon_clip.gif); }
.mini-related-items .product-images { width:72px; }
.mini-related-items .product-images a { display:block; margin-left:20px; }
.mini-related-items .product-images input { float:left; /*margin-right:4px; margin-left:-6px;*/ }
.mini-related-items .product-images .checkbox-container { float:left; width:15px; }
.mini-related-items .product-details { margin-left:80px; padding-left:5px; }
.mini-related-items ol { margin:0; }
.mini-related-items ol li { list-style:none; }

/* One-Page checkout */
.one-page-checkout { margin:0; }
.one-page-checkout li.section { position:relative; list-style:none; }
.one-page-checkout .group-select { margin-right:0; }
.one-page-checkout .box { border:1px solid #bbb6a5; border-top:0; padding:15px 20px; background:#faf7ee; }
.one-page-checkout .head { margin-bottom:0; padding:4px 8px 6px 8px; background:url(../images/opc_off_head_bg.gif) repeat-x 0 100% #eee; border-width:0 1px 0 1px; border-color:#D9DDE3; border-style:solid; border-top:1px solid #fff; }
.one-page-checkout .tool-tip { right:8px; }
.one-page-checkout .head a { display:none; }  /* Hide Edit button in step header */
.one-page-checkout h3 { color:#999; font-size:1.05em; }
.one-page-checkout h4 { border-bottom:1px solid #E4E4E4; padding-bottom:2px; text-transform:uppercase; margin-bottom:0.5em;}
.one-page-checkout h4.title { border-bottom:0; text-transform:none; }
.one-page-checkout .step-count { background:#fff; font-size:.9em; padding:0 4px; line-height:1em; }
.one-page-checkout .content { padding:10px 20px; }
.one-page-checkout label.label { font-size:1.05em; color:#2f2f2f; }
.one-page-checkout .allow .head { background:#d0dce1; border-color:#a3aeb3; border-width:1px 1px 0 1px; cursor:pointer; }
.one-page-checkout .active .head { margin-bottom:0; border:1px solid #BBAFA0; background:#F9F3E3; padding-bottom:5px; cursor:default; }
.one-page-checkout .alloq .head a { display:block; } /* Display Edit button in active selection */
.one-page-checkout .group-select { margin-top:0; border:0; background:none; padding:0; }
.one-page-checkout .allow h3 { color:#a4b3b9; }
.one-page-checkout .active h3 { color:#F18200; }
.one-page-checkout .allow .step-count { background:#dbe6eb; }
.one-page-checkout .active .step-count { color:#fff; border:1px solid #f19900; background:#F18200; }
.one-page-checkout .active .box { display:block; border-color:#BBAFA0; background:#FBFAF6 url(../images/multi_address_box_bg.gif) 0 0 repeat-x; }
.one-page-checkout dd .form-list ul { margin:5px 17px 15px 17px; }
.one-page-checkout .checkmo-mailing-address { padding-left:20px; }
.one-page-checkout-progress .page-head { margin-bottom:1em; }
.one-page-checkout-progress ol { margin:0; }
.one-page-checkout-progress li { list-style:none; border:1px solid #A3AEB3; background:#eee; margin-bottom:6px; }
.one-page-checkout-progress h4 { margin:0; color:#999; padding:2px 8px; background:#eee; text-transform:none;  }
.one-page-checkout-progress h4.complete { border-bottom:1px solid #A3AEB3; background:#D0DCE1; color:#5e8ab4; }
.one-page-checkout-progress h4 a { text-transform:none; }
.one-page-checkout-progress .content { padding:8px 13px; }
#opc-login .button-set { border-top:0; }
#opc-review .box { border:0; padding:0; }
#opc-review .content { border:1px solid #d9dde3; border-top:0; }
#opc-review .data-table { border-top:0; }
.opc-please-wait { padding-right:7px; }
.one-page-checkout a.back { background:url(../images/icon_opc_back.gif) no-repeat; padding-left:16px; line-height:13px; }
.one-page-checkout .payment-methods dd { padding:0; }
.one-page-checkout .shipment-methods dd { margin-bottom:1em; }
.one-page-checkout .button-set { margin-top:0; padding-top:2em; }

#opc-billing ul, #opc-shipping ul, #opc-shipping_method ul { margin:0; }
#opc-billing ul li, #opc-shipping ul li, #opc-shipping_method ul li { list-style:none; }

.checkout-progress { margin:0 auto 1.5em auto; }
.checkout-progress td {
    float:left;
    margin-right:3px;
    border-top:10px solid #999;
    padding:4px 20px;
    color:#abb5ba;
    font-weight:bold;
    }
.checkout-progress td.active {
    border-top-color:#e96200;
    color:#e96200;
    }

#checkout-review-table { margin:0; }
#co-customreview-form .group-select .input-box textarea { width:40em; height:8em; }
#co-customreview-form .group-select .input-box label { font-weight:bold; }

#cart-sidebar-reorder { margin:0 ;}
#cart-sidebar-reorder li { list-style:none; }

/* My Account navigation */
.login-box .content { min-height: 175px; }

.account-nav { border:1px solid #bbb; margin-top:1em; }
.account-nav .head {
   margin:0;
   background:url(../images/account_nav_head_bg.gif) repeat-x top left #343569;
   padding:0.3em;
}
.account-nav .head h3 { color:#fff; font-size:1.1em; margin:0.2em;}
.account-nav ul { margin:0; background:#fbfaf6; padding:0.5em 1em 1em 1em; }
.account-nav li { list-style:none; }
.account-nav li a, .account-nav li.on { padding:3px 0;  }
.account-nav li a { display:block; border-bottom:1px solid #ddd; /*background:url(../images/account_nav_link_bg.gif) no-repeat 10px 8px;*/ }
.account-nav li a, .account-nav li a:hover { color:#5f5d5c; text-decoration:none; }
.account-nav li a:hover { color:#343569; }
.account-nav li.on { border-bottom:1px solid #ddd; /* background:url(../images/account_nav_on_bg.gif) no-repeat 10px 8px;*/  color:#343569; font-weight:bold; }
.account-nav li.on a { padding:0; }
.account-nav li.last, .account-nav li.last a { border-bottom:0; }

.account-box {
	margin-bottom:2em;
	border:1px solid #ccc;
	background:url(../images/account_box_bg.gif) repeat-x #fff;
	padding:1em;
}

.account-box .head
{
	margin-bottom:1em;
	text-align:right;
}

.account-box .inner-head
{
	margin-bottom: 0.5em;
	padding-bottom:0.3em;
	background: url(../images/dotted_divider.gif) repeat-x 0 100%;
	text-align: right;
}

.account-box .head h2,
.account-box .inner-head h3,
.account-box .inner-head h4
{
	margin:0;
	float:left;
}

.page-head { text-align:right; margin-top:1em; padding-bottom:0.5em; margin-bottom:1em; zoom:1;}
.head { text-align:right; margin:1em 0 1em 0; padding:1em; border-bottom:1px solid #ccc; }
.page-head h1, .page-head h3, .head h3 { margin:0; float:left; }
.product-collateral .head { text-align:left; padding:0; }

.primary-address-list ol, .address-list ol  { margin:0; }
.primary-address-list li, .address-list li { list-style:none; }
.primary-address-list li { background:url('../images/account_box_bg.gif') repeat-x top left; padding:0 1em 1em 1em; border:1px solid #ccc; margin-bottom:1em; }

.order-info {border:solid 1px #D0CBC1; background:#DEE5E8; padding:4px 8px; margin-bottom:1em;}
.order-info span { display:block; float:left; }
.order-info ul { display:inline; }
.order-info li { display:inline; padding-right:7px; padding-left:3px; }
.order-info li.selected {font-weight:bold; background:url(../images/point-con.gif) no-repeat fixed center bottom; }

.discount-codes { padding:0.5em; border:1px solid #BEBCB7; background:#DEE5E8; }
