@charset "utf-8";
/* CSS Document */

/* Forces blocks to enclose their floated children */
  /*jb 7.04.06 ??? to refact*/
  .clearfix:after { /* This can be replaced by the alternative fix below if it doesn't kill CatFish */
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  * html .clearfix { /* This should be moved to ie.css, as IE7 doesn't support * html */
    height: 1%;
  }
/* This alternative fix works fine, but it's disabled to troubleshoot CatFish */
/*.clearfix {
overflow: hidden;
}*/

/*=== general elements ===*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body, select, input {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
}

a {
	color:#608a97;
}

a:hover {
	color:#ac0006;
}
/*=== end: general elements ===*/

/*=== common styles ===*/
/********************** Lists */
.disc { margin-bottom:10px; list-style:disc; }
.disc li { margin-left:20px; }

.nowrap,
.nobr { white-space:nowrap !important; }

.spacer10 {
	height:10px;
}

.spacer30 {
	height:30px;
}

.no-decoration {
	text-decoration:none!important;
}

/* Alignment */
.v-top { vertical-align:top; }
.v-middle { vertical-align:middle; }
.v-bottom { vertical-align:bottom; }
.a-left { text-align:left; }
.a-center { text-align:center; }
.a-right { text-align:right; }
.left { float:left; }
.right { float:right; }
.list-inside { list-style:inside;}
/*=== end: common styles ===*/

/********************** Columns */

/* All */
.col2-set, .col3-set, .col4-set, .col5-set { clear:both; }

/* Col2 */
.col2-set .col-1, .col2-set .col-2 { width:48.5%; }
.col2-set .col-1 { float:left; }
.col2-set .col-2 { float:right; }

/* Col2-alt */
.col2-alt-set .col-1 { width:32%; }
.col2-alt-set .col-2 { width:65%; }
.col2-alt-set .col-1 { float:left; }
.col2-alt-set .col-2 { float:right; }

/* Col3 */
.col3-set .col-1, .col3-set .col-2, .col3-set .col-3 { float:left; width:31.3%; }
.col3-set .col-1, .col3-set .col-2 { margin-right:3%; }

/* Col4 */
.col4-set .col-1, .col4-set .col-2, .col4-set .col-3, .col4-set .col-4 { float:left; width:22%; }
.col4-set .col-1, .col4-set .col-2, .col4-set .col-3 { margin-right:4%; }

/* Table Columns */
table .col-1, table .col-2, table .col-3, table .col-4 { float:none !important; margin:0 !important; }
.col3-set td.spacer { width:3%; }
.col4-set td.spacer { width:4%; }


.accent { color:#E76200; font-weight:bold; }

/* Form Messages */
.validation-advice, .required { color:#EB340A; }
.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; }
.validation-failed { border:1px dashed #EB340A !important; background:#faebe7 !important; }
/* Expiration date and cvv number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; margin-right:-12em; width:12em; position:relative; }

label.required { font-weight:bold; }
p.required { font-size:.95em; text-align:right; }
/********************** Form */

/* Form Elements */
input.input-text, select, textarea { border:1px solid #b6b6b6; font:12px arial, helvetica, sans-serif; }
option, optgroup { font:12px arial, helvetica, sans-serif; }
optgroup { font-weight:bold; }
textarea { overflow:auto; }
input.input-text, textarea { padding:2px; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
.qty { width:2.5em; }
label {	color:#2f2f2f; }
.group-select label, .form-list label, .payment-methods label { font-weight:bold; }
.form-list { list-style:none; }
.input-text:focus, select:focus, textarea:focus { background:#edf7fd; }
.button-set { /* Container for form buttons*/
    clear:both;
    padding-top:15px;
	margin-top:15px;
}
.form-button, .form-button-alt {
    overflow:visible;
    width:auto;
    border:0;
    padding:1px 8px;
    background:#f18200;
    color:#fff;
    border:1px solid #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 #406a83;
    background-color:#618499;
}
a.form-button-alt { padding:2px 9px; text-decoration:none; }
.form-button-alt:hover { color:#fff; text-decoration:none; }
.btn-checkout {
    display:block;
    float:right;
    background:transparent url(../images/btn_proceed_to_checkout_rad.gif) no-repeat 100% 0;
    font-size:15px;
    font-weight:bold;
    padding-right:8px;
    }
.btn-checkout, .btn-checkout:hover {
    color:#fef5e5;
    text-decoration:none;
    }
.btn-checkout span {
    display:block;
    padding:0 17px 0 25px;
    background:transparent url(../images/btn_proceed_to_checkout_bg.gif) no-repeat;
    line-height:40px;
    }

/* Form lists */
.form-list li { margin-bottom:6px; }
.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;
    }
div.group-select {
	margin:0;
	border:none;
}
.group-select .legend {
    margin-top:-33px;
    float:left;
    border:1px solid #f19900;
    background:#F9F3E3;
    padding:0 8px;
    color:#E76200;
    font-weight:bold;
    font-size:1.1em;
    }
.group-select ul { list-style:none;}

.group-select li { padding:4px 8px; clear:both; }
.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; }


/* Form Messages */
.validation-advice, .required { color:#b90000; }
.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; }
.validation-failed { border:1px dashed #EB340A !important; background:#faebe7 !important; }
/* Expiration date and cvv number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; margin-right:-12em; width:12em; position:relative; }

label.required { font-weight:bold; }
p.required { font-size:.95em; text-align:right; }

/********************** Messages  */
.success { color:#3d6611; }
.error { color:#df280a; }
.notice {color:#e26703; }
.success, .error { font-weight:bold; }
.messages { width:100%; overflow:hidden; list-style:none; }
.messages ul { 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:11px 8px 4px 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);
}

.clear-left {
	clear:left;
}

.clear-right {
	clear:right;
}

.clear {
	clear:both;
}
/********************** Pager */
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;
    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-top:1px solid #e2e2e2;
    padding:4px 8px;
    vertical-align:middle;
    }


/********************** Pop up pages */
.page-popup { background:#fff; padding:25px 30px; text-align:left; }
.page-popup .print-head { margin:0 0 15px; }
.page-popup .print-head img { float:left; }
.page-popup .print-head address { float:left; margin-left:15px; }
.product-gallery-nav { padding:0 5px; }

/*=== end: common styles ===*/

/*=== HEADER ===*/
#header { /*border:1px solid red;*/
	background:url(../images/abodedesign/header-bg.png) repeat-x;
}

#header-container { /*border:1px solid green;*/
	width:990px;
	height:90px;
	margin-right: auto;
	margin-left: auto;
}

#header-container > div {
	height:100%;
	float:left;
}

#logo-cntr { /*border:1px solid blue;*/
	width:190px;
	/*background:url(../images/abodedesign/abode-logo.png) no-repeat;
	background-position:12px 18px;*/
}

#logo-cntr img {
	margin-top:18px;
	margin-left:12px;
}

#header-menu-cntr { /*border:1px solid black;*/
	width:585px;
	margin-right:15px;
}

#header-menu-placeholder {
	height:23px;
}

#header-menu, #cart-box-header { /*border:1px solid gold;*/
	height:23px;
	padding-top:8px;
}

#header-menu, #cart-box-header, #cart-box-controls {
	background-color:#f3f1eb;
}

#header-menu ul {
	list-style:none;
}

#header-menu ul li {
	display:inline;
	padding-right:15px;
	padding-left:15px;
	border-left:1px solid #d2d2d2;
}

#header-menu ul li:first-child {
	border-left:none;
	padding-left:15px;
}

#header-menu ul li a, #shopping-cart-box a {
	font-family:Georgia;
	text-decoration:none;
}

#header-menu ul li a:hover, #shopping-cart-box a:hover  {
	text-decoration:underline;
}

#company-slogan, #contact-phone, #cart-box-controls {
	height:59px;
}

#company-slogan { /*border:1px solid gold;*/
	background:url(../images/abodedesign/abode-slogan.png) no-repeat;
	background-position:4px 18px;
	width:395px;
	float:left;
}

#contact-phone { /*border:1px solid red;*/
	background:url(../images/abodedesign/contact-phone.png) no-repeat;
	background-position:right 18px;
	width:190px;
	float:left;
}

#contact-phone span {
	visibility:hidden;
}

#shopping-cart-box { /*border:1px solid gold;*/
	width:200px;
}

#cart-box-header {
	background-repeat:no-repeat;
	background-position:8px 6px;
	padding-left:36px;
}

#shopping-cart-box .empty-cart-box {
	background-image:url(../images/abodedesign/cart-icon-grey.png);
}

#shopping-cart-box .not-empty-cart-box {
	background-image:url(../images/abodedesign/cart-icon-red.png);
}

#shopping-cart-box .empty-cart-box #empty-cart-txt {
	color:#b0ada5;
}

#cart-box-controls { /*border:1px solid green;*/
	background-image:url(../images/abodedesign/dot-line-bg.png);
	background-repeat:repeat-x;
}

#cart-box-summary {
	padding-top:7px;
	padding-left:13px;
	color:#767676;
}

#cart-box-items-qty {
	font-family:Georgia;
}

#cart-box-summary .total-amount {
	font-weight:bold;
}

#cart-box-buttons {
	padding-left:13px;
	padding-top:9px;
}

#cart-box-buttons {
}

#cart-box-view-btn {
	width:76px;
	height:17px;
	background:url(../images/abodedesign/cart-btn-bg.png) no-repeat;
	margin-right:5px;
	float:left;
}

#cart-box-checkout-btn {
	width:62px;
	height:17px;
	background:url(../images/abodedesign/checkout-btn-bg.png) no-repeat;
	margin-left:5px;
	float:left;
}

a#cart-box-view-btn, a#cart-box-checkout-btn { /*border:1px solid green;*/
	display:block;
	color:#fff;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	padding:3px 0 0 6px;
}

a#cart-box-view-btn:hover, a#cart-box-checkout-btn:hover {
	text-decoration:none;
	color:#fff;
}

#cart-box-btns-sprtr {
	padding-top:2px;
	float:left;
	color:#767676;
}
/*=== end: header ===*/

/*=== top navigation box ===*/
#shop-by-filters-menu {
	background:#231f14;
	height:30px;
}

#shop-by-menu-cntr { /*border:1px solid red;*/
	width:960px;
	margin-right: auto;
	margin-left: auto;
	padding:0 15px;
}

#shop-by-label { /*border:1px solid green;*/
	float:left;
	width:79px;
	height:30px;
	background:url(../images/abodedesign/shop-by-label.png) no-repeat;
	background-position:0 9px;
}

#search-box {  /*border:1px solid green;*/
	float:right;
	width:185px;
	padding-top:5px;
	height:25px;
}

#search-box-field {
	float:left;
	width:149px;
	height:20px;
	background:url(../images/abodedesign/search-box-field.png) no-repeat;
}

#search-box-field input {
	display:block;
	width:120px;
	padding-left:20px;
	padding-top:2px;
	background:none;
	border:none;
}

#search-box-btn {
	float:left;
	display:block;
	width:36px;
	height:20px;
	background:url(../images/abodedesign/search-box-btn.png) no-repeat;
}

#shop-by-menu { /*border:1px solid green;*/
	float:left;
	padding:5px 0 0 10px;
}
/*=== end: top navigation box ===*/

/*=== shop by menu ===*/
#udm { /*border:1px solid red;*/
}

#udm > li {}

#udm > li > a { /*border:1px solid red;*/
	font-family:Verdana, Geneva, sans-serif;
	color:#c6aa9b;
	height:20px;
}
#udm > li > a:hover {
	color:#964846;
}

#udm > li > a > div {
	height:20px;
	float:left;
}

#udm > li > a, #udm > li > a:hover {
	background:none;
}

#udm > li > a > div.left-bg {
	width:2px;
	background:url(../images/abodedesign/top-menu-item-left-bg.jpg) no-repeat top right;
}
#udm > li > a > div.right-bg {
	width:18px;
	background:url(../images/abodedesign/top-menu-item-right-bg.jpg) no-repeat top right;
}
#udm > li > a > div.centre-bg { /*border:1px solid red;*/
	background:#3a362d;
	height:18px;
	padding:2px 5px 0 5px;
}

#udm > li > a:hover > div.left-bg {
	background:url(../images/abodedesign/top-menu-item-left-hover-bg.jpg) no-repeat top right;
}

#udm > li > a:hover > div.right-bg {
	background:url(../images/abodedesign/top-menu-item-right-hover-bg.jpg) no-repeat top right;
}
#udm > li > a:hover > div.centre-bg {
	background:#e0ddd4;
}

/*= submenu =*/
#udm > li > ul {
	border:none;
	background:#e1ded5;
	padding:5px;
}

#udm > li > ul > li > a {
	padding:6px 5px;
	color:#484848;
	text-transform:capitalize;
}

#udm > li > ul > li > a:hover {
	padding:6px 5px;
	color:#974848;
	background:#fff;
}
/*= submenu =*/
/*=== end: shop by menu ===*/

/*=== main content containers structure ===*/
#content { /*border:1px solid red;*/
	background:url(../images/abodedesign/content-bg.png) repeat top left; /*content-bg-xmas.png*/
	padding-bottom:100px;
}

#content-cntr { /*border:1px solid green;*/
	background:#fff;
	width:960px;
	margin-right: auto;
	margin-left: auto;
	padding:15px;
}

#left-column { /*border:1px solid green;*/
	float:left;
	width:160px;
	/*height:300px;*/
	
	overflow:hidden;
}

#central-column { /*border:1px solid red;*/
	float:left;
	width:585px;
	
	padding:0 15px 0 15px;
}

#central-column[class="2-columns-layout"] { /*border:1px solid red;*/
	width:785px;
	padding:0 0 0 15px;
}

#right-column { /*border:1px solid green;*/
	float:left;
	width:185px;
	/*height:400px;*/
}

#central-column[class="2-columns-layout-right"] { /*border:1px solid red;*/
	width:760px;
	padding:0 15px 0 0;
}

#central-column[class="1-column-layout"] { /*border:1px solid red;*/
	width:960px;
	padding:0;
}
/*=== end: main content containers structure ===*/

/*=== breadcrumbs box ===*/
#breadcrumbs-box { /*border:1px solid blue;*/
	padding-left:2px;
	margin-bottom:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#767676;
	text-transform:capitalize;
}

#breadcrumbs-box .label {
	font-weight:bold;
	margin-right:3px;
	text-transform:none;
}

#breadcrumbs-box a {
	margin:0 5px;
	text-decoration:none;
}

#breadcrumbs-box a:hover {
	text-decoration:underline;
}

#breadcrumbs-box .current {
	margin-left:5px;
	/*font-weight:bold;*/
}
/*=== end: breadcrumbs box ===*/

/*=== categories navigation box ===*/
#categories-nav-box {
	
}

/*= box header for layered nav (minimize facility) =*/

#categories-nav-layered-minimized { padding-bottom:15px; }
#categories-nav-layered { display:none; }

#categories-nav-layered-header { 
	height:45px;
	width:160px;
	background:url(../images/abodedesign/categories-menu-header-layered.png) no-repeat;
}

a#categories-nav-layered-cntrl {
	display:block;
	padding:5px 10px;
	background-color:#f3f1eb;
	background-repeat:no-repeat;
	background-position:136px;
	
	text-decoration:none;
	border-bottom:2px solid #ce7230;
}

a#categories-nav-layered-cntrl.minimized {
	background-image:url(../images/abodedesign/blue-arrow-down.png);
}

a#categories-nav-layered-cntrl.expanded {
	background-image:url(../images/abodedesign/blue-arrow-up.png);
}

#categories-nav-layered-footer {
	height:10px;
	width:160px;
	background:url(../images/abodedesign/categories-menu-specials-wood-bg.png) no-repeat top left;
}

#categories-nav-layered-specials-cntr { /*border:1px solid blue;*/
	background:url(../images/abodedesign/categories-menu-specials-wood-bg.png) no-repeat top left;
	height:54px;
	padding-top:5px;
}
/*= end: box header for layered nav =*/

#categories-nav-extd-top {
	background:url(../images/abodedesign/categories-box-extd-bg.png) no-repeat;
	height:105px;
}

#categories-nav-box ul,
#my-account-nav ul { /*border:1px solid blue;*/
	list-style:none;
	padding:0 5px;
	margin-bottom:15px;
}

#categories-nav-extd-top ul {
	padding-top:53px;
}

#categories-nav-box ul li a,
#my-account-nav ul li a {
	display:block;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-transform:capitalize;
	padding:4px 0 4px 16px;
	background-position:5px 8px;
	background-repeat:no-repeat;
}

#categories-nav-layered-specials a { /*border:1px solid green;*/
	font-weight:bold;
	color:#974848;
	background-image:url(../images/abodedesign/arrow-red-dark.png);
}

#categories-nav-layered-specials a:hover {
	color:#ac0006;
	background-image:url(../images/abodedesign/arrow-red.png);
}

ul#categories-nav-list { /*border:1px solid green;*/
	background:#f3f1eb;
	padding-top:5px;
	padding-bottom:5px;
}

ul#categories-nav-list a { /*border:1px solid blue;*/
	margin-bottom:2px;
	color:#484848;
	background-image:url(../images/abodedesign/arrow-blue.png);
}

#categories-nav-list a:hover {
	color:#00769b;
	background-color:#fff;
	background-image:url(../images/abodedesign/arrow-red.png);
}
/*=== end: categories navigation box ===*/


/*=== layered navigation box ===*/
#layered-nav-box {
	font-family:Verdana, Geneva, sans-serif;
}

#layered-nav-box a {
	font-family:Arial, Helvetica, sans-serif;
}

#layered-nav-header {
	background:url(../images/abodedesign/layered-nav-header-bg.png) no-repeat;
	height:45px;
}

#layered-nav-chosen-filters-cntr {
	background-color:#e1ded4;
	padding-bottom:13px;
	border-bottom:2px solid #672a2a;
}

#layered-nav-chosen-filters-header { /*border:1px solid blue;*/
	background:url(../images/abodedesign/layered-nav-filter-header-bg.png) no-repeat;
	height:26px;
	padding:5px 10px 0 10px;
	
	color:#c6aa9b;
	font-weight:bold;
}

.menu-title {
	font-weight:bold;
	text-transform:uppercase;
	font-size:11px;
	color:#484848;
}

#layered-nav-chosen-filters-cntr .menu-title {
	padding:12px 10px 0 10px;
}
#layered-nav-chosen-filters-cntr .menu-title:first-child {
	padding-top:6px;
}

#layered-nav-chosen-filters-cntr a.attribute-filter { /*border:1px solid green;*/
	display:block;
	padding:4px 0 4px 10px;
	margin:6px 5px 0 5px;
	
	text-decoration:none;
	text-transform:capitalize;
	background-repeat:no-repeat;
	background-color:#fff;
	background-position:136px;
}

#layered-nav-chosen-filters-cntr a.attribute-filter { /*border:1px solid green;*/
	color:#974848;
	background-image:url(../images/abodedesign/filter-delete-btn.png);
}

#layered-nav-chosen-filters-cntr a.attribute-filter:hover {
	color:#767676;
	background-image:url(../images/abodedesign/filter-delete-hover-btn.png);
}

#layered-nav-clear-filters-ctrl {
	text-align:right;
	padding:12px 10px 0 0;
}

#layered-nav-filters-cntr {
	background-color:#f3f1eb;
	padding-bottom:10px;
}

#layered-nav-filters-cntr .menu-title {
	padding:10px 0px 3px 0px;
	margin:0px 10px;
	
	background-image:url(../images/abodedesign/dot-line-bg.png);
	background-repeat:repeat-x;
	background-position:top left;
}
#layered-nav-filters-cntr .menu-title:first-child {
	background:none;
}

ul.menu-items-list {
	list-style:none;
	padding:0 5px 5px 5px;
}

ul.menu-items-list li a {
	display:block;
	padding:2px 0 2px 16px;
	text-transform:capitalize;
	
	text-decoration:none;
	background-repeat:no-repeat;
	background-position:5px 6px;
}

ul.menu-items-list a { /*border:1px solid blue;*/
	margin-bottom:2px;
	color:#484848;
	background-image:url(../images/abodedesign/arrow-blue.png);
}

ul.menu-items-list a:hover {
	color:#00769b;
	background-color:#fff;
	background-image:url(../images/abodedesign/arrow-red.png);
}

#layered-nav-box .options-count {
	color:#999999;
}
/*=== end: layered navigation box ===*/

/*=== products listing box ===*/
#products-list-box { /*border:1px solid red;*/
	
}

/*= products listing box =*/
#products-list-top-controls { /*border:1px solid red;*/
	background:#e1ded5;
	margin-bottom:15px;
}

#products-list-top-controls .height {
	width:1px;
	height:30px;
}

#products-list-top-controls .sort-label {
	float:left;
	padding:8px 6px 0 11px;
	color:#767676;
}

#products-list-top-controls .select { /*border:1px solid green;*/
	float:left;
	padding:6px 0 0 0;
	color:#767676;
}

#products-list-top-view-mode { /*border:1px solid green;*/
	float:right;
	padding:8px 11px 0 0;
}

#products-list-top-view-mode .view-mode-label {
	float:left;
	color:#767676;
	padding:5px 0 5px 0;
}

#products-list-top-view-mode a {
	float:left;
	display:block;
	padding:5px 5px;
}

#products-list-top-view-mode a.active {
	color:#484848;
	background:#fff;
	text-decoration:none;
}

#products-list-top-view-mode a.first {
	margin-right:3px;
}

/*= products list grid view =*/
#products-list-grid-view { /*border:1px solid red;*/
	height:100%;
}

#products-list-grid-view .products-line { /*border:1px solid green;*/
	list-style:none;
}

#products-list-grid-view .product-box { /*border:1px solid gold;*/
	float:left;
	width:183px;
}

#products-list-grid-view .product-box {
	border-right:1px solid #e1ded4;
	padding:0 9px 25px 7px;
}

#products-list-grid-view .product-box:first-child {
	padding-left:0;
}

#products-list-grid-view .last-child {
	padding-right:0;
	border:none;
}

#products-list-grid-view .graphic {
	border:1px solid #e1ded4;
	width:183px;
	height:183px;
}

#products-list-grid-view a.title,
#products-list-grid-view .cur-price
{
	font-family:Arial, Helvetica, sans-serif;
}



#products-list-grid-view a.title { /*border:1px solid green;*/
	display:block;
	padding-top:8px;
	/*height:30px;*/
	
	font-size:12px;
	font-weight:bold;
	color:#974848;
	text-decoration:underline;
}

#products-list-grid-view a.title:hover {
	color:#00769b;
}

/*price modes*/
#products-list-grid-view .price-line { /*border:1px solid red;*/
	padding-top:7px;
}

#products-list-grid-view .cur-price {
	padding-top:1px;
	float:left;
}

.price-cntr .price-label,
.price-cntr .price-amount{
	font-size:13px;
}

.cur-price .price-label {
	color:#767676;
}

.cur-price .price-amount {
	color:#c31c22;
	font-weight:bold;
	font-size:16px;
}

.spec-price .price-label {
	color:#84A736; /*CE7231*/
	font-weight:bold;
}

.regular-price {
	text-decoration:line-through;
	color:#999;
}

.regular-price .price-label,
.regular-price .price-amount {
	font-size:11px!important;
	color:#c3c3c3;
}

#product-detailed-box .price-box .cur-price .price-amount {
	font-size:14px;
}
/*end: price modes*/


a.add-to-basket-btn { /*border:1px solid red; */
	display:block;
	width:88px; /*96*/
	height:17px; /*20*/
	padding:3px 0 0 8px;
	
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	color:#fff;
	/*background:url(../images/abodedesign/add-to-basket-btn.png) no-repeat;*/
	background:url(../images/abodedesign/add-to-basket-btn-green.png) no-repeat;
	text-decoration:none;
	margin-right:-2px;
}

a.add-to-basket-btn:hover {
	background:url(../images/abodedesign/add-to-basket-btn-green.png) no-repeat;
}

#products-list-grid-view a.add-to-basket-btn { 
	float:right;
}

.out-of-stock {
	height:17px; /*20*/
	padding:3px 20px 0 8px;
	
	color:#CE7231;
}

#products-list-grid-view .out-of-stock {
	float:right;
}


.function-links { /*border:1px solid red;*/
	clear:both;
	margin-top:8px;
}

.function-links .sprtr {
	color:#e1ded4;
}

.function-links a {
	font:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#608a97;
	text-decoration:none;
}

.function-links a:hover {
	color:#00769b;
	text-decoration:underline;
}


#products-list-btm-controls { /*border:1px solid red;*/
	background:#e1ded5;
	margin-top:15px;
	margin-bottom:15px;
}


#products-list-btm-controls .height {
	width:1px;
	height:40px;
}

#products-list-btm-controls .sort-label {
	float:right;
	padding:12px 11px 0 0;
	color:#767676;
}

#products-list-btm-view-mode { /*border:1px solid green;*/
	float:left;
	padding:8px 6px 0 11px;
}

#products-list-btm-view-mode .view-mode-label {
	float:left;
	color:#767676;
	padding:5px 0 5px 0;
}

#products-list-btm-view-mode a {
	float:left;
	display:block;
	width:14px;
	height:17px;
	background:url(../images/abodedesign/pgnt-btn.png) no-repeat;
	text-decoration:none;
	padding:3px 0 0 6px;
	
	margin-left:4px;
}

#products-list-btm-view-mode a.first {
	margin-left:0;
}

#products-list-btm-view-mode .prev-btn,
#products-list-btm-view-mode .next-btn
{
	width:20px;
	height:20px;
	padding:0;
}

#products-list-btm-view-mode .prev-btn {
	background:url(../images/abodedesign/pgnt-prev.png) no-repeat;
}
#products-list-btm-view-mode .prev-btn:hover {
	background:url(../images/abodedesign/pgnt-prev-hover.png) no-repeat;
}

#products-list-btm-view-mode .next-btn {
	background:url(../images/abodedesign/pgnt-next.png) no-repeat;
}
#products-list-btm-view-mode .next-btn:hover {
	background:url(../images/abodedesign/pgnt-next-hover.png) no-repeat;
}

#products-list-btm-view-mode .active {
	background:url(../images/abodedesign/pgnt-current.png) no-repeat;
	color:#fff;
}
/*= end: products list grid view =*/

/*- grouped product options table -*/
#super-product-table {}

#grouped-product-tbl-tip {
	/*font-size:10px;*/
	color:#90C840;
	padding-bottom:5px;
}

#super-product-table th {
	padding:5px 5px;
}

#super-product-table td {
	vertical-align:middle;
}

#super-product-table td .cur-price .price-label {
	display:none;
}

#super-product-table input.qty {
	/*width:2em;*/
}

/*
#super-product-table tr.odd {
	background:#FBFDFE!important;
}

#super-product-table tr.even {
	background:#EBF6F9!important;
}*/

#super-product-table .options-value {
	line-height:1.3em;
}
/*- end: grouped product options table -*/

/*=== end: products listing box ===*/

.no-display { display:none; }

/*==== Static boxes ====*/

/*== Right column special products box ==*/
#right-clmn-special-products { padding-bottom:15px; }
/*== end: Right column special products box ==*/

/*== Best price guarantee box ==*/
#best-price-guarantee {
	/*padding-top:5px;*/
}
/*== end: Best price guarantee box ==*/

/*== Peace of mind guarantee box ==*/
#peace-of-mind-guarantee {
	padding-top:10px;
}
/*== end: Peace of mind guarantee box ==*/

/*== Delivery info box ==*/
#delivery-info-box {
	padding-top:10px;
}
/*== end: Delivery info box ==*/

/*== Secured shopping box ==*/
#secured-shopping-info-box {
	padding-top:8px;
}
/*== end: Secure shopping box ==*/

/*== Secured payments box ==*/
#secured-payments-info-box {
	padding-top:8px;
}
/*== end: Secure payments box ==*/

/*== Accepted cards box ==*/
#accepted-cards-info-box {
	padding-top:8px;
}
/*== end: Accepted cards box ==*/

/*==== end: Static boxes ====*/

/*=== Product detailed page box ===*/
#product-detailed-box {}

#product-detailed-name { /*border:1px solid green;*/
	font-size:24px;
	padding:2px 13px;
	margin:0;
	font-weight:normal;
	
	background-color:#e1ded4;
}

#product-detailed-name {
	text-decoration:none;
	color:#974848;
}

#product-detailed-graphic-cntr { /*border:1px solid green;*/
	float:left;
	width:285px;
	padding-top:10px;
}

#product-detailed-picture {
	margin-top:10px;
}

#product-detailed-graphic-zoom {
	height:30px;
}

#product-detailed-graphic-title {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#767676;
	padding-bottom:10px;
}

#product-detailed-extra-images {
	/*padding-top:13px;*/
}

#product-detailed-extra-images img {
	
	border:2px solid #fff;
	/*width:65px; height:65px;*/
}

#product-detailed-extra-images img:hover {
	border:2px solid #ce7230;
}

#product-detailed-info-cntr { /*border:1px solid red;*/
	float:right;
	width:285px; /*300*/
	
	padding:15px 0 0 15px;
}

#product-detailed-availability {
	font-family:Verdana, Geneva, sans-serif;
	padding-bottom:10px;
}

#product-detailed-availability .in-stock {
	color:#74982B;
}
#product-detailed-availability .out-of-stock {
	color:#CE7231;
}

#product-detailed-config-attributes {
	padding-top:15px;
}

.config-attribute-cntr {
	padding-bottom:15px;
}

.config-attribute-name {
	font-weight:bold;
	font-size:13px;
	padding-bottom:2px;
}

.config-attribute-options {
	width:200px;
}

.required-mark {
	font-weight:normal;
	font-size:15px;
	color:#F00
}

#product-detailed-add-to-basket {
	margin:20px 0 10px 0;
	background-color:#e1ded4;
}

#product-detailed-add-qty-cntr {
	float:left;
	
	height:26px;
	padding:4px 10px 0 10px;
}

#product-detailed-add-to-basket .qty-title {
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
}

#product-detailed-add-to-basket .add-products-qty {
	width:20px;
	padding-left:5px;
	margin-left:2px;
}

#add-to-basket-large-btn { /*border:1px solid red;*/
	display:block;
	float:right;
	width:145px; /*200*/
	height:24px; /*30*/
	padding:6px 0 0 55px;
	
	font-weight:bold;
	font-size:16px;
	text-decoration:none;
	
	
	color:#FFF;
	/*background:url(../images/abodedesign/add-to-basket-large-btn.png) no-repeat;*/
	background:url(../images/abodedesign/add-to-basket-large-btn-1.png) no-repeat;
}

#add-to-basket-large-btn:hover {
	color:#FFF;
	background:url(../images/abodedesign/add-to-basket-large-btn-1.png) no-repeat;
}

#product-detailed-config-attributes .function-links a {
	font-family:Verdana, Geneva, sans-serif;
	text-decoration:underline;
}

#product-key-features-cntr {
	padding-top:30px;
}

.product-description-title {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:18px;
	color:#a6806a;
	
	margin:0;
	padding:0;
	font-weight:normal;
}

ul#product-key-features-list {
	padding-top:8px;
	list-style:none;
}

#product-key-features-list li {
	padding-bottom:7px;
}

#product-key-features-list .attribute-title {
	font-weight:bold;
	color:#484848;
}

#product-detailed-desc { /*border:1px solid red;*/
	clear:both;
	padding-top:20px;
}

#product-detailed-desc .product-desc-content {
	padding:5px 25px 0 0;
}


/* Product Images */
.product-img-box { float:left; width:285px; margin-bottom:10px; }
.product-img-box .product-image-zoom { position:relative; overflow:hidden; width:285px; height:285px; z-index:9; }
.product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
.image-zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px auto; background:url(../images/slider_bg.gif) no-repeat 50% 50%; padding:0 28px 0 28px; cursor:pointer; }
.image-zoom #track { position:relative; height:18px; }
.image-zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px;background:url(../images/magnifier_handle.gif) 0 0 no-repeat; }
.image-zoom .btn-zoom-out { position:absolute; left:2px; top:1px; }
.image-zoom .btn-zoom-in { position:absolute; right:2px; top:1px; }

/*=== end: Product detailed page box ===*/

/*=== Product right promo-box ===*/
.product-right-promo-box { /*border:1px solid red;*/
	padding:10px 10px 10px 10px;
	background:url(../images/abodedesign/right-promo-box-bg.png) repeat-y;
	margin-bottom:10px;
	height:100%;
}

.product-right-promo-box a {
	color:#fff;
	text-decoration:none;
}

.product-right-promo-box a:hover {
	color:#fff;
}

.product-right-promo-box .product-promo-img {
	border:2px solid #fff;
	margin:0!important;
}

.product-right-promo-box .right-promo-label {
	width:93px; 
	height:94px;
	position:relative;
	float:right;
	margin-bottom:-90px;
	margin-right:-4px;
}

.product-right-promo-box .promo-product-name { /*border:1px solid red;*/
	float:left;
	width:97px;
	padding-top:3px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	font-weight:bold;
	font-style:italic;
}

.product-right-promo-box .promo-product-price-cntr {
	float:left;
	
	width:57px; /*63px*/
	height:36px; /*40px*/
	
	padding:4px 0 0 6px;
	margin-top:-5px;
	
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	
	background:url(../images/abodedesign/right-promo-price-box.png) no-repeat;
}

.product-right-promo-box .promo-price-label {
	font-size:11px;
}

.product-right-promo-box .promo-product-price { /*border:1px solid red;*/
	margin-top:-2px;
	margin-left:-5px;
	font-size:16px;
	text-align:center;
}
/*=== end: Product right promo-box ===*/

/*=== Related products right box ===*/
#related-products-box { padding-bottom:15px; }

#related-products-header {
	width:185px;
	height:70px;
	
	background:url(../images/abodedesign/related-products-header.png) no-repeat;
}

#related-products-list {
	padding:10px 0 10px 10px;
	background:#f4f1ec;
	list-style:none;
}

#related-products-list .related-product-cntr {
	padding-bottom:20px;
}

#related-products-list .related-product-name { /*border:1px solid red;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#974848;
}

#related-products-list .related-product-name:hover {
	color:#00769b;
}

#related-products-list .checkbox-container { /*border:1px solid red;*/
	display:block; 
	float:left;
	padding-right:5px;
}

#related-products-list .related-product-content {
	clear:both;
	padding-top:8px;
}

#related-products-list .related-product-img { /* border:1px solid red;*/
	display:block;
	float:left;
	margin-right:10px;
}
/*=== end: Related products right box ===*/

/*=== Upsell products box ===*/
#upsell-products-box { /*border:1px solid red;*/
	margin-top:25px;
}

#upsell-box-header {
	background:url(../images/abodedesign/upsell-box-header-bg.png) no-repeat top left;
	
	padding:10px 0;
}

#upsell-box-header h4 {
	color:#767676;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-style:italic;
	padding-left:2px;
}
/*=== end: Upsell products box ===*/

/*=== Main promo box ===*/
#main-promo-box { /*border:1px solid red;*/
	float:left;
	margin:0 0 15px 15px;
	width:785px;
	height:210px;
	overflow:hidden;
}
/*=== end: Main promo box ===*/

/*=== Homepage static content description ===*/
#oak-furniture-direct { display:none; }

#home-static-content-box {
	color:#484848;
	padding-left:175px;
}

#home-static-content-box h1,
#home-static-content-box h2 {
	float:left;
	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:21px;
	font-style:italic;
	color:#a6806a;
	font-weight:normal;
	padding-bottom:15px;
}

#home-static-content-box h1,
#home-static-content-box .column-1 {
	float:left;
	width:385px;
}

#home-static-content-box h2,
#home-static-content-box .column-2 {
	float:left;
	width:370px;
	padding-left:15px;
}

#home-static-content-box .slogan {
	font-weight:bold;
}

/*=== end: Homepage static content description ===*/

/*=== discount codes box (basket page)  ===*/
#discount-codes-box {
	border-bottom:3px dotted #D7D7CF;
	padding-bottom:58px;
}

#discount-codes-box .box-header {
	width:160px;
	height:50px;
	background:url(../images/abodedesign/coupon-box-header.png) no-repeat;
	padding-bottom:5px;
}

#discount-codes-box #coupon_code {
	display:block; 
	float:left;
	height:16px;
	width:100px;
	
	border:1px solid #d8d6cc;
	border-right:none!important;
	
	padding:1px 3px;
}

#discount-codes-box #apply-coupon-code-btn { /*border:1px solid red;*/
	float:left;
	width:53px;
	height:20px;
	background:url(../images/abodedesign/apply-coupon-btn.png) no-repeat;
	cursor:pointer;
}

#discount-codes-box #apply-coupon-code-btn:hover {
	background:url(../images/abodedesign/apply-coupon-btn-hover.png) no-repeat;
}

#discount-codes-box  #apply-coupon-tip {/* border:1px solid red;*/
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-style:italic;
	color:#aaaaaa;
	clear:left;
	padding-top:5px;
}

#discount-codes-box #cancel-coupon-link {/*text-align:right;*/}

#discount-codes-box #cancel-coupon-link a {
	font-size:10px;
}
/*=== end: discount codes box (basket page)  ===*/

#box-header {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#fff;
	font-weight:normal;
	margin-bottom:15px;
	padding:4px 12px;
	
	background-color:#bebbb2;
}

#box-header a {
	 float:right;
	 font-size:14px;
	 margin-top:7px;
	 color:#fff;
	 margin-left:15px;
}

/*=== Basket page main box  ===*/
#shopping-basket-box {}

#shopping-basket-box #shopping-cart-table { width:100%;}

#shopping-basket-box #shopping-cart-table td {
	background-color:#f4f3f0;
	border-bottom:15px solid #fff;
	vertical-align:top;
}

#shopping-basket-box #shopping-cart-table .td-content { /*border:1px solid red;*/
	padding:18px 0 0 15px;
}

#shopping-basket-box #shopping-cart-table .row-padding {
	width:20px;
}

#shopping-basket-box #shopping-cart-table .product-img {
	background-color:#FFF;
	padding:0 15px;
}

#shopping-basket-box #shopping-cart-table .product-name {
	padding-top:15px;
}

#shopping-basket-box #shopping-cart-table .product-name h4 a {
	color:#974848;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
}

#shopping-basket-box #shopping-cart-table .product-name h4 a:hover {
	color:#608a97;
}

#shopping-basket-box #shopping-cart-table .product-name .item-options {
	padding-top:5px;
}

#shopping-basket-box #shopping-cart-table .item-price,
#shopping-basket-box #shopping-cart-table .items-qty,
#shopping-basket-box #shopping-cart-table .item-subtotal {
	font-size:14px;
	color:#9c9c9c;
}

#shopping-basket-box #shopping-cart-table .item-price {
	width:130px;
}

#shopping-basket-box #shopping-cart-table .item-price .item-price-value {
	font-weight:bold;
	color:#8f8f8f;
}

#shopping-basket-box #shopping-cart-table .items-qty {
	width:55px;
}

#shopping-basket-box #shopping-cart-table .items-qty input {
	width:20px;
	margin-top:-5px;
}

#shopping-basket-box #shopping-cart-table .item-subtotal { /*border:1px solid red;*/
	text-align:right!important;
	padding-top:15px;
	width:100px;
	padding-right:15px;
}

#shopping-basket-box #shopping-cart-table .item-subtotal .item-total-value { /*border:1px solid red;*/
	font-size:16px;
	color:#484848;
	font-weight:bold;
}

#shopping-basket-box #shopping-cart-table .item-subtotal .remove-link { /*border:1px solid red;*/
	display:block;
	width:77px;
	height:20px;
	background:url(../images/abodedesign/remove-btn.png) no-repeat;
	float:right;
	margin-top:30px;
}

#shopping-basket-box #shopping-cart-table .item-subtotal .remove-link:hover {
	background:url(../images/abodedesign/remove-btn-hover.png) no-repeat;
}

#shopping-basket-box #update-basket-btn {
	height:14px;
	background:url(../images/abodedesign/update-icon.png) no-repeat;
	padding-left:22px;
	font-size:14px;
	float:right;
	margin-top:-5px;
}

#shopping-basket-box #continue-shopping-btn {
	display:block;
	width:151px;
	height:20px;
	background:url(../images/abodedesign/continue-shopping-red.png) no-repeat;
}

#shopping-basket-box #continue-shopping-btn:hover {
	background:url(../images/abodedesign/continue-shopping-gold.png) no-repeat;
}

#shopping-basket-box .shopping-cart-totals { /*border:1px solid red;*/ }

#shopping-basket-box #shopping-cart-totals-table { /*border:1px solid red;*/
	float:right;
	margin-top:10px;
}

#shopping-basket-box #shopping-cart-totals-table td { /*border:1px solid red;*/
	padding:10px 15px 0 0;
	color:#666;
	font-size:14px;
}

#shopping-basket-box #shopping-cart-totals-table .grand_total {
	color:#484848;
	font-size:18px;
}

#shopping-basket-box #shopping-cart-totals-table #grand-total-vat-tip {
	padding-top:0px!important;
	font-size:12px;
}

#shopping-basket-box #checkout-btn-cntr {
	float:right;
	padding-top:15px;
	clear:right;
}

#shopping-basket-box #proceed-to-checkout-btn {
	display:block;
	width:185px;
	height:35px;
	
	background:url(../images/abodedesign/to-checkout-green.png) no-repeat;
}

#shopping-basket-box #proceed-to-checkout-btn:hover {
	background:url(../images/abodedesign/to-checkout-gold.png) no-repeat;
}
/*=== end: Basket page main box  ===*/

/*=== Cross-sells box -  Basket page  ===*/
#upsell-products-box[class="crossell"] { /*border:1px solid red;*/
	margin-top:30px;
}

/*=== end: Cross-sells box -  Basket page  ===*/

/*=== One-Page checkout ===*/
/*Magento - default css*/
.one-page-checkout {
	color:#666666;
}
.one-page-checkout ul, ol { list-style:none; }
.one-page-checkout li.section { position:relative; margin-bottom:3px;}
.one-page-checkout .group-select { margin-right:0; }
.one-page-checkout .box { padding:15px 20px; background:#faf7ee; }
.one-page-checkout .head { margin-bottom:0; padding:4px 8px 6px 8px; background:#bebbb2;}
.one-page-checkout .step-count { color:#974848; }
.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:#ffffff; font-size:18px; font-weight:normal;  }
.one-page-checkout h4 { border-bottom:1px solid #E4E4E4; padding-bottom:2px; text-transform:uppercase; font-size:14px; }
.one-page-checkout h4.title { border-bottom:0; text-transform:none; }

.one-page-checkout .step-count { background:#fff; padding:0 5px; line-height:1em; }

.one-page-checkout .allow .head { cursor:pointer; background:#f3f1eb url(../images/abodedesign/checkout-step-done.png) no-repeat 725px; }
.one-page-checkout .allow .step-count { background:#bebbb2; color:#fff; }
.one-page-checkout .allow h3 { color:#c2bfb6; }

.one-page-checkout .allow .head:hover { background:#ebf3f6 url(../images/abodedesign/checkout-step-done-hover.png) no-repeat 725px;}
.one-page-checkout .allow .head:hover h3 { color:#608a97; }
.one-page-checkout .allow .head:hover .step-count { background:#8eaab2; color:#fff; }
.one-page-checkout .allow .head:hover .step-label { text-decoration:underline; }

.one-page-checkout .active .head { background:#974848!important; padding-bottom:5px; cursor:default; }
.one-page-checkout .active h3 { color:#fff!important; }
.one-page-checkout .active .step-count { color:#974848!important; background:#fff!important; }
.one-page-checkout .active .step-label { text-decoration:none!important; }

.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 .content { padding:10px 20px; }
.one-page-checkout label.label { font-size:1.05em; color:#2f2f2f; }

.one-page-checkout .active .box { display:block; background:#f4f3f0; }
.one-page-checkout dd .form-list ul { margin:5px 17px 15px 17px; }
.one-page-checkout .checkmo-mailing-address { padding-left:20px; }

/*checkout-progress*/
.one-page-checkout-progress .page-head { margin-bottom:1em; }

.one-page-checkout-progress h4 {margin:0; color:#8f8f8f; padding:3px 8px; background:#e1ded4; text-transform:none; font-size:12px!important;  }
.one-page-checkout-progress h4 a { text-transform:none; font-weight:normal; }
.one-page-checkout-progress h4.complete { color:#974848; text-align:right; }
.one-page-checkout-progress .content { padding:8px 13px; background:#f4f3f0; font-style:normal; }

.one-page-checkout-progress .box-header { /*border:1px solid red;*/
	width:185px;
	height:53px;
	background:url(../images/abodedesign/checkout-progress-header.png) no-repeat;
	margin-bottom:-6px;
	position:relative;
}

.one-page-checkout-progress li { border-top:2px solid #fff;}

/*end: checkout-progress*/

#opc-login .button-set { border-top:0; }

.opc-please-wait { padding-left:15px; }
.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 .button-set { margin-top:0;}

.one-page-checkout .box-no-padding {
    border:1px solid #bbb6a5;
    border-top:0;
    padding:15px 0px;
    background:#faf7ee;
}

.one-page-checkout .box-no-padding .inner-box {
   padding:0px 20px;
}



.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;
    }

/*order review page*/
#opc-review .box { border:none; padding:15px; }
#opc-review .content {  border:none; border-top:0; }
#opc-review .data-table { border-top:0; }

#opc-review #checkout-place-order-btn {
	width:130px;
	background:url(../images/abodedesign/checkout-place-order-btn.png) no-repeat;
	float:right;
	margin:0 13px 0 10px;
}

#checkout-review-table {}

#checkout-review-table th,
#checkout-review-table td {
	padding:5px 15px;
}

#checkout-review-table .theader th {
	font-size:18px;
	font-weight:normal;
}

#checkout-review-table td h4.title {
	font-weight:normal;
	font-size:14px;
}

/* Checkout Agreements */
.checkout-agreements li { margin:30px 0; }
.checkout-agreements .agreement-content { overflow:auto; height:10em; padding:10px; background-color:#f4f3f0; border:1px solid #bbb6a5; }
.checkout-agreements .agree { margin:0; padding:10px 0 10px 11px; }

.one-page-checkout .checkout-agreements { border:1px solid #d9dde3; border-width:0 1px; padding:5px 20px; }
.one-page-checkout .checkout-agreements li { margin:20px 0 0; }
.one-page-checkout .checkout-agreements .agreement-content { background-color:#fff; border-color:#e4e4e4; padding:5px; }
.one-page-checkout .checkout-agreements .agree { padding-left:6px; }

/*Magento - default css*/

.register-benefits-list {
	list-style:disc!important;
	padding:8px 0 0 15px;
}

.register-benefits-list li {
	padding-top:3px;
}

.checkout-login-form {
	padding-top:8px;
}

.checkout-page-btn {
	display:block;
	width:96px;
	height:35px;
}

.checkout-login-btn {
	background:url(../images/abodedesign/checkout-login-btn.png) no-repeat;
}

.checkout-continue-btn {
	background:url(../images/abodedesign/checkout-continue-btn.png) no-repeat;
}

.required-fields-label {
	color:#b90000;
	float:right;
}

.checkout-controls-cntr { /*border:1px solid red;*/
	border-top:2px dotted #bebbb2;
	margin-top:10px;
}

.one-page-checkout #box-header {
	background-image:url(../images/abodedesign/lock.png);
	background-repeat:no-repeat;
	background-position:720px;
}

.one-page-checkout #box-header .title {
	font-size:20px;
	margin-left:75px;
}

.button-set .checkout-page-btn {
	float:left;
}

.exited-address-label {
	padding-bottom:3px;
}
.one-page-checkout .existed-address-select {
	margin-bottom:15px;
}
/*=== end: One-Page checkout ===*/

/* Login */
.login-box .col-1, .login-box .col-2 { border:1px solid #bbb6a5; background:#dee5e8; }
.login-box .content { background:url(../images/login_box_bg.gif) repeat-x #faf7ee; padding:14px 21px; }
.login-box h4 {
    min-height:16px;
    border-bottom:1px solid #ddd;
    margin-bottom:1.2em;
    padding-bottom:5px;
    padding-left:23px;
    background-position:0 1px;
    background-repeat:no-repeat;
    font-size:1.05em;
    color:#e76200;
    text-transform:uppercase;
    }
.login-box .new-users h4 { background-image:url(../images/icon_page_white.gif); }
.login-box .registered-users h4 { background-image:url(../images/icon_page_white_text.gif); }
.login-box .button-set { margin:0; border:none; background:url(../images/login_box_form_buttons_bg.gif) repeat-x; padding:8px 13px; }
.login-box .content { min-height:160px; }

.login-box .method-title-msg {
	padding-bottom:5px;
}

.login-box .form-list {
	list-style:none;
}

.login-box .forgot-psw-lnk {
	font-size:11px;
}


/*=== MY ACCOUNT ===*/

/* My Account navigation */
#my-account-nav {}
#my-account-nav .head {
	width:160px;
	height:41px;
   background:url(../images/abodedesign/my-account-menu-head-bg.png);
}

#my-account-nav #categories-nav-list li.active a {
	color:#ea7900;
}

#categories-nav-list .categories-delim {
	/*margin:0!important;
	padding:0!important;*/
	border-bottom:1px solid #CE7231;
	/*height:0px!important;*/
	/*font-size:0.1px;*/
	/*font-style:italic;*/
	color:#CE7231;
	margin:10px 10px 5px 5px;
}

#categories-nav-list .delim-first {
	margin-top:0;
}
/* end: My Account navigation */

/* Dashboard */
.account-box {
	padding:25px 35px 30px 40px;
    background:#f4f3f0;
}

.account-box-head {
	margin-top:20px;
	padding-bottom:3px;
	border-bottom:3px solid #ce7230;
}

.account-box-head h4 {
	font-weight:normal;
	font-size:18px;
	text-transform:uppercase;
	color:#ce7230;
}

.dashboard-welcome {}
.dashboard-welcome #hello-msg {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:21px;
	color:#974848;
	padding-bottom:5px;
}

.dashboard-welcome #page-msg {
	font-size:14px;	
	line-height:1.5em;
}

.reorder-lnk {
	color:#ce7230;
}

.account-box .inner-head { margin-bottom:8px; background:url(../images/abodedesign/dot-line-bg.png) repeat-x 0 100%; padding-bottom:4px; text-align:right; }
.account-box h5 { font-size:1.1em; float:left;   }
.account-box h5 a { font-weight:normal; }
.account-box h6 { text-transform:uppercase; font-size:11px; padding-bottom:3px; }

/*------------*/

.account-main .account-box li { padding:5px 0; }
.account-box ol .count {
    float:left;
    margin-top:3px;
    background-color:#0a263c;
    padding:1px 3px;
    font-size:9px;
    font-weight:bold;
    color:#fff;
    line-height:1em;
    }
.account-box ol .content { margin-left:20px; padding:0; }
.account-box ol.recent-reviews small {
    float:left;
    margin-right:3px;
    font-weight:bold;
    }
.account-box .product-images { width:65px; }
.account-box .product-images img { border:1px solid #ccc; }
.account-box .product-details { margin:0 0 10px 70px; }
.account-box .content { padding:0; }
.account-side .actions { border-top:1px solid #ccc; padding-top:4px; }
.account-side .actions .form-button { float:right; }

.edit-password { display:block; height:20px; background:url(../images/icon_lock.gif) no-repeat 0 2px; padding-left:20px; }
/* end: Dashboard */

/* Order Detailed page - Order Info */
#order-action-links { border:1px solid red; float:right; }
#order-action-links a {  color:#fff; }

ul.order-info { display:inline; }
ul.order-info li { display:inline; padding-right:7px; padding-left:3px; }
ul.order-info li.selected { background:url(../images/point-con.gif) no-repeat fixed center bottom; }

#order-date-placed { padding-bottom:15px; }

.print-order-doc-lnk {
	text-transform:none;
	font-size:0.8em;
}
/* end: Order Detailed page - Order Info */

/* Account Addressbook */
.address-list h4 {font-size:1.1em; color:#E26703; text-transform:uppercase; padding-bottom:10px; }

.add-btn {
	margin-bottom:10px;
}

/*=== end: MY ACCOUNT ===*/

/* 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 td.last, .data-table th.last { border-right:0; }
.data-table tr.last th,
.data-table tr.last td { border-bottom:0 !important; }
.data-table th { border-right:1px solid #c2d3e0; padding:2px 8px; 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 td { padding:3px 8px; }
.data-table thead tr th { background:url(../images/data_table_th_bg.gif) repeat-x 0 100% #d9e5ee; }
.data-table tfoot { border-bottom:1px solid #d9dde3; }
.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; }
.data-table tfoot td { padding-top:1px; padding-bottom:1px; border-bottom:0; border-right:1px solid #d9dde3; }
.data-table tbody td { border-bottom:1px solid #d9dde3; border-right:1px solid #d9dde3; }
/* end: Data Table */


/* Base Mini */
.base-mini { line-height:1.3em;  font-size:.95em; margin-bottom:15px; }
.base-mini .head { }
.base-mini .head h4 { min-height:16px; color:#e26703; 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; }

.base-mini .list-items {
	border:1px solid #c4c1bc; 
}

/* Sidebar Blocks */
.mini-product-tags .head h4 { background-image:url(../images/icon_tag_green.gif); }
.mini-product-tags li { display:inline; padding-right:4px; line-height:1.5em; }
.mini-product-tags li:after { display:inline!important; }
.mini-product-tags .content { padding:10px; }
.mini-product-tags .content a, .mini-product-tags .content a:hover { color:#1b2d3b; }

.mini-newsletter h4 { background-image:url(../images/icon_newspaper.gif); }
.mini-newsletter input.input-text { display:block; margin:3px 0; width:167px; }

.mini-wishlist .head {
	width:100%;
	height:30px;
	background:url(../images/abodedesign/wishlist-box-header.png) no-repeat;
}
.mini-wishlist .product-name {
	display:block;
	margin-bottom:5px;
}

.mini-compare-products .head {
	width:100%;
	height:45px;
	background:url(../images/abodedesign/compare-box-header.png) no-repeat;
}
.mini-compare-products .clear-comparison {
	float:right;
}


/* Compare Products */
.compare-products { margin:30px 0 50px 0; }
.compare-products table { width:auto;  border:0; }
.compare-products tr { background:#EEEDED; }
.compare-products td { width:170px; text-align:left; }
.compare-products tbody td { border-color:#ccc; }
.compare-products tbody tr.first td { border-top:1px solid #D9DDE3; }
.compare-products tbody tr.first td h5 { text-align:left; font-size: 12px; padding-bottom:10px; font-weight:normal;}
.compare-products tbody td.last {  border-right:1px solid #D9DDE3; }
.compare-products tbody.attribute-cart td { background:#fffada !important; border-bottom:1px solid #D9DDE3; }
.compare-products tbody td.label {
    width:auto;
    border-bottom:1px solid #9eb8cb;
    border-left:1px solid #BEBCB7;
    background:url(../images/comparison_table_label_bg.gif) repeat-y 100% 0 #d9e5ee !important;
    text-align:left;
    }
.compare-products tbody.remove-buttons tr {  background:#fff;  }
.compare-products tbody.remove-buttons td {
    border:none !important;
    padding:0;
    text-align:right;
    font-size:0;
    line-height:0;
    }
.compare-products tbody.remove-buttons td img { float:right; }
.compare-products tr.last td {border-bottom:1px solid #ccc!important; }

.compare-products .add-to-basket-btn {
	
	padding-left:4px;
	padding-right:4px;
	
	margin:5px 0;
}

.compare-products tbody.attribute-cart td .add-to-basket-btn {
	background:url(../images/abodedesign/add-to-basket-btn-green.png) no-repeat;
}

/********************** Search */
.advanced-search {
    margin:28px 0;
    border:1px solid #bbafa0;
    padding:22px 25px 12px 25px;
    background:#fbfaf6;
    }
.advanced-search .legend {
    margin-top:-33px;
    float:left;
    border:1px solid #f19900;
    background:#F9F3E3;
    padding:0 8px;
    color:#E76200;
    font-weight:bold;
    font-size:1.1em;
}
.advanced-search ul { list-style:none;}
.advanced-search li { margin-bottom:5px; }
.advanced-search li label { width:150px; float:left; }
.advanced-search .input-text { width:250px; }
.advanced-search select { width:256px; padding:2px; }
.advanced-search .field-row { float:left; width:256px; }
.advanced-search .range .input-text { width:70px; }
.advanced-search .range select { width:90px; padding:1px; }

.advanced-search-nothing-found { font-weight:bold; color:#df280a; margin-bottom:10px; }
.advanced-search-found-amount { margin-bottom:10px; }
.advanced-search-summary-box { padding:10px 10px 5px 10px; margin:0 0 10px; border:1px solid #E9D7C9; background-color:#FFF6F1; }
.advanced-search-summary-tip { clear:both; font-weight:bold; }
.advanced-search-summary-box { margin-bottom:10px; }
.advanced-search-summary-box ul { list-style:none; float:left; width:50%; }
.advanced-search-summary-box ul li span { background:url(../images/search_criteria.gif) 0 3px no-repeat; padding-left:15px; font-weight:bold; color:#E17C24; }
/* Inline translation fix */
.advanced-search-summary-box ul li span.translate-inline { background:0 !important; }

/*=== Static page styles ===*/
.static-page p {
	padding:5px 0;
	line-height:1.5em;
}

.static-page #box-header {
	background-color:#974848;
}

.static-page .important-note {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bold;
	color:#974848;
}

.static-page h4 {
	color:#974848;
	font-weight:normal;
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:10px 0 0 0;
}

.static-page h5 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	padding:5px 0 0 0;
	color:#706b64;
}
/*=== end:Static page styles ===*/


/*=== FOOTER ===*/
#page-footer { /*border:1px solid red;*/
	clear:both;	
	border-top:3px solid #d8d6cc;
    background-color:#f3f1eb;
	height:100%;
	margin-top:30px;
}

#page-footer .newsletter-clmn { /*border:1px solid black;*/
	width:275px; /*255*/
	float:left;
	padding-bottom:15px;
	border-right:3px solid #fff;
}

#page-footer h4,
#page-footer .newsletter-clmn,
#page-footer .information-pages-clmn .box-clmn ul
{
	padding-left:15px;
}

#page-footer .information-pages-clmn { /*border:1px solid red;*/
	float:left;
	width:650px;
}

#page-footer h4.clmn-header {
	height:27px; /*41px*/
	padding-top:14px;
	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	color:#a6806a!important;
}

#page-footer .newsletter-clmn h4.clmn-header {
	color:#ac0006!important;
	text-transform:uppercase;
	padding-left:0;
}


#page-footer .newsletter-clmn .clmn-header .msg {
	font-weight:normal;
	text-transform:none;
}

/*sign up newsletter*/
#sign-up-newsletter-box {  /*border:1px solid green;*/
	width:265px;
	
	color:#6a7a81;
}

#subscribe-field { /*border:1px solid red;*/
	float:left;
	height:21px;
	width:150px;
	border:1px solid #d8d6cc;
	border-right:none;
	background:#fff;
}

#subscribe-field input {
	display:block;
	width:150px; /*157*/
	padding-left:3px;
	padding-top:3px;
	background:none;
	border:none;
	color:#6a7a81;
}

#subscribe-btn {
	
	float:left;
	display:block;
	text-align:left;
	width:62px; /*62*/
	height:23px; /*23*/
	
	padding:3px 0px 5px 10px;
	border:none;
	
	background:#974848;
	
	color:#fff;
	font-size:12px;
	text-decoration:none;
	
	margin-bottom:10px;
}

#subscribe-btn:hover {
	text-decoration:underline;
}
/* end: sign up newsletter*/

#footer-payment-info-box {
	width:231px;
	height:77px;
	background-repeat:no-repeat;
	margin-top:30px;
	background:url(../images/abodedesign/payment-info-box.png) no-repeat;
}


#page-footer .information-pages-clmn .box-clmn { /*border:1px solid red;*/
	float:left;
	width:170px;
}

#page-footer .information-pages-clmn h4 {
	color:#484848;
}

#page-footer .information-pages-clmn .box-clmn ul {
	height:120px;
	width:150px;
	
	list-style:none;
	padding-top:5px;
	
	border-left:1px dashed #bcc3b5;
	margin:10px 0 0 0;
}

#page-footer .information-pages-clmn .box-clmn ul.first {
	border:none;
}

#page-footer .information-pages-clmn .box-clmn ul li {
	padding-bottom:6px;
}

#page-footer .information-pages-clmn .box-clmn li a
{
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	color:#608a97;
}

#page-footer .information-pages-clmn .box-clmn li a:hover
{
	text-decoration:underline;
	color:#ac0006;
}

#copyright-box {
	clear:both;
	padding:20px 20px 20px 20px;
	color:#aaaaaa;
}

#copyright-box a {
	color:#aaaaaa;
}
/*=== end: FOOTER ===*/

#sitemap-box ul {
	line-height:1.5em;
	list-style:circle;
	list-style-position:inside;
}

.protx-payment-optional-field label {
	color:#666666;
}

#category-head h1,
#cat-static-content-box h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:21px;
	font-style:italic;
	color:#a6806a;
	font-weight:normal;
	padding-bottom:10px;
}

#category-head p,
#cat-static-content-box p {
	padding-bottom:15px;
}

#category-head { display:none; }

/*=== HELP AND ADVICE box and index page ===*/
#help-advice-box {}

#help-advice-box .box-header { 
	height:37px;
	width:160px;
	background:url(../images/abodedesign/help-and-advice-header.png) no-repeat;
}

.info-box ul { /*border:1px solid blue;*/
	list-style:none;
	padding:0 5px;
	margin-bottom:15px;
}

.info-box ul li a {
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-transform:capitalize;
	padding:4px 0 4px 8px;
	background-position:5px 8px;
	background-repeat:no-repeat;
}

ul.info-box-list { /*border:1px solid green;*/
	background:#f3f1eb;
	padding-top:5px;
	padding-bottom:5px;
}

ul.info-box-list a { /*border:1px solid blue;*/
	margin-bottom:2px;
	color:#00769b;
}

.info-box-list a:hover {
	color:#AC0006;
	background-color:#fff;
}
/*=== end: HELP AND ADVICE box and index page ===*/


/*=== Homepage promo products box ===*/
#home-promo-products-box { /*border:1px solid red;*/
	
}

#home-promo-products-box .special-offer-type-box {
	padding-bottom:15px;
}

#home-promo-products-box .special-header { /*border:1px solid red;*/
	background:url(../images/abodedesign/upsell-box-header-bg.png) no-repeat top left;
	padding:7px 0;
	text-align:right;
}

#home-promo-products-box .special-type-label {
	float:left;
	margin-top:3px;
}

#home-promo-products-box .special-type-msg {
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#9c9c9c;
}

#home-promo-products-box .promo-products-line {/* border:1px solid red;*/
	padding-bottom:20px;
	height:100%;
}

#home-promo-products-box .promo-product-cntr {
	float:left;
	width:185px;
	/*height:170px;*/
	
	padding-left:15px;
}

#home-promo-products-box .promo-products-line .promo-product-cntr:first-child {
	padding-left:0;
}
/*=== end: Homepage promo products box ===*/

/*=== Homepage promo products box ===*/

#home-promo-products-box .promo-products-line .first {
	margin-left:0;
}

/*template 1 */

#home-promo-products-box  .promo-product-template1 img {
	z-index:500;
	margin-bottom:-19px;
}

#home-promo-products-box .promo-product-template1 .promo-product-content {	
	/*margin-top:-43px;
	z-index:1000;*/
	position:relative;
}

#home-promo-products-box .promo-product-template1 .price-line {
	height:19px; /*23px*/
	padding-top:4px;
	background:url(../images/abodedesign/specials-tpl1-price-line-bg.png) repeat-x;

	z-index:0;
}

#home-promo-products-box .promo-product-template1 .price-label { /*border:1px solid red;*/
	width:68px;
	height:66px; 
	margin-bottom:-88px;
	margin-left:108px;
	position:relative;
	padding:24px 0 0 0;
	
	/*background:url(../images/ad_specials/specials-tpl1-price-label.png) no-repeat;*/
	background-repeat:no-repeat;
	
	z-index:5000;
	
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	
	text-align:center;
}

#home-promo-products-box .promo-product-template1 .price-label .current-price {
	font-size:16px;
	font-weight:bold;
}
#home-promo-products-box .promo-product-template1 .price-label .regular-prc {
	font-size:11px;
}

#home-promo-products-box .promo-product-template1 .price-rrp {
	color:#fff;
	font-size:11px;
	padding-left:8px;
}

#home-promo-products-box .promo-product-template1 .price-cntr {
	font-weight:bold;
	padding-right:6px;
	color:#d8c996;
	float:right;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}

#home-promo-products-box .promo-product-template1 .save-amount {
	background:#c31c22;
	color:#fff;
	padding:0px 3px;
}


#home-promo-products-box .promo-product-cntr a.product-title {
	display:block;
	padding:2px 8px 2px 8px;
	height:34px;
	
	border-top:1px solid #fff;
	
	font-size:13px;
	font-weight:bold;
	color:#AC0006;
	text-decoration:none;
}

#home-promo-products-box .promo-product-template1 a.product-title {
	background:#D8C996;
}

#home-promo-products-box .promo-product-cntr a.product-title:hover {
	background:#6F6131;
	color:#fff;
}

/* end: template 1 */

.static-box-content {
	display:none;
}

/*=== end: Homepage promo products box ===*/

/*=== Subcategories list grid view =*/
#subcats-list-grid-view { /*border:1px solid red;*/
	height:100%;
}

#subcats-list-grid-view .subcats-line { /*border:1px solid green;*/
	list-style:none;
	margin-bottom:20px;
}

#subcats-list-grid-view .subcat-box { /*border:1px solid gold;*/
	float:left;
	width:163px;
	text-align:center;
	
	border:1px solid #e1ded4;
	padding:15px 10px;
	
	margin-left:15px;
}

#subcats-list-grid-view .first-child {
	margin-left:0;
}

#subcats-list-grid-view a.title,
#subcats-list-grid-view .cur-price
{
	font-family:Arial, Helvetica, sans-serif;
}

#subcats-list-grid-view a.title { /*border:1px solid green;*/
	font-size:15px;
	
	text-decoration:underline;
}

#subcats-list-grid-view a.title:hover {
	color:#00769b;
}

#subcats-list-grid-view img {
	margin-top:15px;
}
/*=== end: Subcategories list grid view =*/

.name-prefix-cntr { /*border:1px solid red;*/
	margin-right:20px;
	float:left;
}

.name-prefix-cntr select { width:60px!important; }
