/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @copyright  Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @licensehttp://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */

/* Layout ================================================================================= */
body {
  background: #878b72 url('../images/bg_body.jpg') left bottom;
}
.wrapper {
  background: #878b72 url('../images/bg_wrapper.jpg') repeat-x left top;
}
.page { width:980px; margin:0 auto 0px; padding:0px 0px; text-align:left; }
.page-print { background:#fff; padding:20px; text-align:left; }
.page-popup { padding:20px; text-align:left; }
.main { 
  margin:0px 0; 
  background: #fff; 
  width: 720px; 
  background:#fff none repeat scroll 0 0;
  border-left:260px solid #A8A999;
  display:block;
  overflow:visible;
  position:relative;
}
.checkout-cart-index .main { 
  border-left:0px solid #a7ab96;
  width: 902px;
}
/* Base Columns */ 
.col-left { 
  float:left; 
  width:260px; 
  border-top:1px solid #fff;
  border-bottom:0px solid #fff;   
  padding:0px 0px 0px;
  /*background: #a7ab96 url('../images/bg_col-left_sidebar.gif') left top; */
  background: url('../images/bg_sidebar.gif') left top; 
  margin-left:-260px;
  position:relative;
  width:260px;  
}
.checkout-onepage-index .col-left { 
  border-bottom:0px solid #fff; 
}
.cms-index-index .col1-layout .banner_980 { 
  margin-left: -260px;
  position: relative;
}
.cms-index-index .col1-layout .welcome-language { 
  margin-left: -260px;
  position: relative;
}
.cms-index-index .col1-layout #content.col-main { 
  float:right; 
  width:720px; 
  border-top:1px solid #fff; 
  padding:0px 0px; 
  background:#fff;
  border-left: 0px;
}
.col-right { float:right; width:230px; border:0px solid #ddd; padding:5px 0px 0; }

.col-main h1{
	color: #666A53;
}

/* 1 Column Layout */
.col1-layout .col-main { float:none; width:auto; }
.cms-index-index .col1-layout {
  padding: 0px;
}
.col1-layout {
  padding: 30px 39px;
}
/* 2 Columns Layout */
.col2-left-layout .col-main { 
  float:right;
  width:642px;
  padding: 30px 39px; 
}
.col2-right-layout .col-main {}

/* 3 Columns Layout */
.col3-layout .col-main { width:484px; margin-left:10px; }

/* Content Columns */
.col2-set .col-1 { float:left; width:49%; }
.col2-set .col-2 { 
  float:right; 
  width:100%; 
}
.col2-set .narrow { width:33%; }
.col2-set .wide { width:65%; }

.col3-set .col-1 { float:left; width:32%; padding: 10px; }
.col3-set .col-2 { float:left; width:32%; margin-left:2%; }
.col3-set .col-3 { float:right; width:32%; }

.col4-set .col-1 { float:left; width:23.5%; }
.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
.col4-set .col-3 { float:left; width:23.5%; }
.col4-set .col-4 { float:right; width:23.5%; }
/* ======================================================================================= */


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { font:12px Arial, Helvetica, sans-serif; vertical-align:middle; color:#000; }
input.input-text,select,textarea { background:#fff; border:1px solid #ddd; }
input.input-text,textarea { padding:2px; }
table.searchbox {
  border-collapse: collapse;
  height: 22px;
  border: none;
  float: left;  
}
*:first-child+html .form-search .tdinput{
	padding-top: 2px;
}
.form-search input.input-text {
  background: transparent url('../images/bg_search_input.jpg') repeat-x left center;
  padding: 2px 0px 0px 0px;
  width: 121px;
  height: 28px;
  border: 0 none;
 	line-height: 28px;
}
.discount input.input-text {
  background: #fff; 
  padding: 2px 1px 0px 1px;
  width: 180px;
  height: 18px;
  float: none; 
  border: 1px solid #D9D6D6; 
  margin: 22px 15px 21px 20px;
}
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option {}
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
div.qty {
  width: 76px;
  overflow: hidden;
}
input.qty { 
  width:48px !important;
  height: 18px;
  color: #aaa;
  font: bold 14px/120% Arial;
  background: none;
  padding: 0px;
  float: left;
  text-align: center;
  border: 1px solid #D9D6D6;
  margin: 8px 0px 0px 0px;
  padding: 2px 0px 0px 0px;
  /*background: url('../images/icon_qty.gif') no-repeat left top;*/   
}
button.qty {
  overflow:visible; 
  float: right;
  width: 17px; 
  height: 26px;
  border: 0px; 
  padding: 0px 0px 0px 0px; 
  background:url('../images/icon_qty.gif') left 11px no-repeat; 
  cursor:pointer;   
}
button.qty:hover {
  background:url('../images/icon_qty_hover.gif') left 11px no-repeat;     
}
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button {
  background: transparent url('../images/bkg_button.gif') no-repeat scroll 0px 50%;
  border: 0px none;
  cursor: pointer;
  overflow: visible;
  padding: 0px 0px 0px 20px;
  width: auto;
  -webkit-border-fit:lines; /* <- Safari & Google Chrome Fix */   
}
.discount button.button,
.checkout-types button.button,
.buttons-set button.button {
  background: transparent url('../images/bkg_button_dark.gif') no-repeat scroll 0px 50%;
  border: 0px none;
  cursor: pointer;
  overflow: visible;
  padding: 0px 0px 0px 20px;
  width: auto;
}
.buttons-set button.button {
  background: transparent url('../images/bkg_button_gray.gif') no-repeat scroll 0px 50%;
  padding: 0px 0px 0px 40px;  
}
.checkout-types button.button {
  background: transparent url('../images/bkg_button_dark_whitebg.gif') no-repeat scroll 0px top;
  height: 29px !important;
  padding: 0 0 0 20px !important;
}
.checkout-types button.button span{
	height: 29px !important;
	line-height: 29px !important;
	line-height: 29px !important;
	padding: 0 20px 0 0 !important;
}

.header-container button.button { 
  overflow:visible; 
  float: right;
  width:27px; 
  height:30px;
  border:0; 
  padding:0 0 0 0px; 
  background:url('../images/bg_button_search.gif') left top no-repeat; 
  cursor:pointer; 
  -webkit-border-fit:lines; /* <- Safari & Google Chrome Fix */ 
}
.header-container button.button:hover { 
  background:url('../images/bg_button_search_hover.gif') left top no-repeat; 
}
button.button span { 
  float: left; 
  padding: 3px 20px 3px 0px; 
  background: url('../images/bkg_button.gif') 100% 50% no-repeat; 
  font:bold 12px/21px Arial, Helvetica, sans-serif; 
  text-align:center; 
  white-space:nowrap; 
  color:#aaa; 
}
.discount button.button span, 
.checkout-types button.button span,
.buttons-set button.button span { 
  float: left; 
  padding: 3px 20px 5px 0px; 
  background: url('../images/bkg_button_dark.gif') 100% 50% no-repeat; 
  font:bold 12px/21px Arial, Helvetica, sans-serif; 
  text-align:center; 
  white-space:nowrap; 
  color:#fff; 
}
.buttons-set button.button span { 
  background: url('../images/bkg_button_gray.gif') 100% 50% no-repeat; 
  color:#aaa; 
  padding: 3px 40px 5px 0px;   
}
.checkout-types button.button span { 
  background: url('../images/bkg_button_dark_whitebg.gif') 100% 50% no-repeat; 
}
button.disabled {}
button.disabled span {}
/* Input & Textarea stretched for 100% */
.field-100 { border:1px solid #888; padding:2px; overflow:hidden; }
.field-100 input.input-text,
.field-100 textarea { float:left; width:100%; margin:0; padding:0; border:0; }
/* Form Highlight */
/*input.input-text:focus,select:focus,textarea:focus {}*/
/*.highlight { background:#eee; }*/

/* Form lists */
.form-list li { margin:0 0 5px; }
.form-list label { 
  font-weight:bold;
  color: #676858; 
  margin: 0px 0px 0px 10px;
  float: left;
}
.form-list .input-box { float:none; }
.form-list input.input-text,
.form-list textarea { width:250px; }
.form-list select { width:256px; }
.form-list li.add-row { border-top:1px solid #ddd; margin-top:10px; }
.form-list li.add-row .btn-remove { font-size:0; line-height:0; padding:5px 5px 0 0; text-align:right; }
.form-list .range input.input-text { width:96px; }

.group-select {}
.group-select li { margin:0 0 0px; }
.group-select .input-box { float:none; overflow: hidden; margin:0 0 6px; }
.group-select input.input-text,
.group-select textarea {width:300px; float: left; }
.group-select select { width:516px; }
.group-select .input-box input.input-text,
.group-select .input-box textarea { width:300px; float: left; }
.group-select .input-box select { width:256px; }

.buttons-set { clear:both; margin:5px 0 0; padding:5px 0px; border:0px solid #ddd; }

/*.buttons-set*/ .back-link { 
	background-image: url(../images/backbg.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 5px 0 5px 20px;
	color: #9d9d9d;
	text-decoration: none;
	margin: 10px 0 0 0;
	float:left; 
	display: block;
}
.back { 
	background-image: url(../images/backbg.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 5px 0 5px 20px;
	color: #9d9d9d;
	text-decoration: none;
	margin: 10px 0 0 0;
	float:left; 
	display: block;
}

.buttons-set button.button { float:left; }

.buttons-set2 { clear:both; margin:5px 0 0; padding:5px; border:1px solid #ddd; text-align:right; }

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:10px; line-height:13px; background:url(../images/validation_advice_bg.gif) 2px 1px no-repeat; color:#f00; }
.validation-failed { border:1px dashed #f00 !important; background:#faebe7 !important; }
.validation-passed {}
.required {  }
p.required { font-size:10px; text-align:right; }
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

/* Global Messages  */
.success { color:#3d6611; font-weight:bold; }
.error { color:#f00; font-weight:bold; }
.notice { color:#ccc; }

.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 10px; }
.messages li li { margin:0 0 3px; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:1px !important; background-position:10px 10px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:8px 8px 8px 32px !important; font-size:10px !important; font-weight:bold !important; }
.error-msg { border-color:#f16048; background-color:#faebe7; background-image:url(../images/error_msg_icon.gif); color:#df280a; }
.success-msg { border-color:#446423; background-color:#eff5ea; background-image:url(../images/success_msg_icon.gif); color:#3d6611; }
.note-msg,
.notice-msg { border-color:#fcd344; background-color:#fafaec; background-image:url(../images/note_msg_icon.gif); color:#3d6611; }

/* BreadCrumbs */ 
.breadcrumbs { padding:10px; margin:0 0 10px; border:1px solid #ddd; }
.breadcrumbs li { display:inline; }

/* Page Heading */
.page-title { border-bottom:0px solid #ddd; padding:0 0 5px; margin:0 0 20px; }
.title-buttons { text-align:right; }
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }
.title-buttons h2 {
  float: none;
  font: bold 18px/100% Arial;
  color: #61664C;
  text-align: left;
  padding: 0px 0px 10px 0px;
}
.title-buttons p {
  font: normal 12px/100% Arial;
  color: #61664C;
  text-align: left;
}
/* Pager */ 
.pager { border:1px solid #ddd; padding:5px; margin:5px 0; text-align:center; }
.pager .amount { float:left; }
.pager .limiter { float:right; }
.pager .pages { margin:0 135px; }
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; }
.pager .pages .current {}

/* Sorter */ 
.sorter { border:1px solid #ddd; padding:5px; margin:5px 0; }
.sorter .view-mode { float:left; }
.sorter .sort-by { float:right; }
.sorter .link-feed {}

/* Data Table */ 
.data-table { width:100%; }
.data-table th { 
  padding: 5px 10px 10px 10px;
  border-bottom: 1px solid #CED0C7;
  font-weight: bold;
  white-space:nowrap; 
}
.data-table th.a-center { 
  padding: 5px 25px 10px 25px; 
}
.data-table td { 
  padding: 15px 8px; 
  border-bottom: 1px solid #CED0C7;
  vertical-align: middle;
}
.data-table tfoot td { 
  padding: 8px 34px 8px 0; 
  border-bottom: 0px solid #CED0C7;
}
.data-table thead { 
  /*background-color: #fff; */
  border-bottom: 1px solid #CED0C7;
  font: bold 14px/100% Arial;
  color: #A7AB96;
}
.data-table tbody {color:#9D9D9D; font:12px/120% Arial;}
.data-table tfoot {}
.data-table tr.first {}
.data-table tr.last {}
.data-table tr.odd {}
.data-table tr.even { 
  /*background-color:#fff; */
}
.data-table tbody.odd {}
.data-table tbody.odd td { border-width:0 1px; }
.data-table tbody.even { background-color:#f6f6f6; }
.data-table tbody.even td { border-width:0 1px; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom-width:1px; }
.data-table th .tax-flag { white-space:nowrap; font-weight:normal; }
.data-table td.label,
.data-table th.label { font-weight:bold; background-color:#f6f6f6; }
.data-table td.value {}


.data-table td.td1{
	width: 86px;
	text-align: center;
}
.data-table td.td2{
	width: 85px;
	text-align: center;
}
.data-table td.td3{
	width: 330px;
}

.data-table td.last{
	text-align: right;
}


.data-table tfoot th{
	border: 0;
	padding: 8px;
	color: #AAAAAA;
}

.data-table h4{
	padding: 0 0 5px 0;
}

.data-table .cart-price {
	padding-top: 0;
}

/* Tax Details Row */
tr.tax-total { cursor:pointer; }
tr.tax-total td {}
tr.tax-total .tax-collapse { float:right; text-align:right; padding-left:20px; background:url(../images/bg_collapse.gif) 0 4px no-repeat; cursor:pointer; }
tr.show-details .tax-collapse { background-position:0 -53px; }
tr.show-details td {}
tr.tax-details td { background-color:#f6f6f6; }
tr.tax-details-first td {}

/* Shopping cart tax info */
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total { cursor:pointer; }
.cart-tax-total { padding-right:20px; background:url(../images/bg_collapse.gif) 100% 4px no-repeat; cursor:pointer; }
.cart-tax-total-expanded { background-position:100% -52px; }

/* Lists Decoration */
li.odd {}
li.even { background-color:#f6f6f6; }
dt.odd,
dd.odd {}
dt.even,
dd.even { background-color:#f6f6f6; }

/* Class: std - styles for admin-controlled content */
.std,
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { /*margin:0 0 1em; padding:0;*/ }
.std ul { 
  list-style:none outside;
  padding-left:0em; 
}
.std ol { list-style:decimal outside; padding-left:1.5em; }
.std ul ul { list-style-type:none; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:0em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }

/* Misc */
.link-rss { background:url(../images/icon_rss.gif) 0 1px no-repeat; padding-left:18px; white-space:nowrap; }

/* Noscript Notice */
.noscript { border:1px solid #ddd; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.noscript .noscript-inner { width:1000px; margin:0 auto; padding:12px 0 12px; background:url(../images/i_notice.gif) 20px 50% no-repeat; }
.noscript p { margin:0; }

/* Demo Notice */
.demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; text-align:center; color:#fff; }
/* ======================================================================================= */


/* Header ================================================================================ */
.logo { float:left; width:225px; height:31px; overflow:hidden; } 
.header-container { /*overflow: hidden;*/ }
.header { 
  padding: 10px 0px 18px; 
  border: 0px solid #ddd; 
}
.header .logo { background-position:0px 0px; background-repeat:no-repeat; text-indent:-999em; background-image:url('../images/logo_designshop.jpg'); margin-top: 33px;}
.header .logo a { display:block; width:225px; height:31px; }
.header .welcome-msg { font-weight:bold; text-align:right; }
.header .links { 
  float:right;  
  color:#a7ab96;
  padding: 43px 0px 0px 0px; 
}
.header .links li {
  display: inline;
  /*background: transparent url('../images/sep_topmenu.gif') no-repeat scroll right 3px;*/
  padding: 0px 8px 0px 0px;  
}
.header .links li.last {
  background: none;
  padding: 0px 0px 0px 0px; 
}
.header .links li a {
  color:#a7ab96; 
  font-weight:bold;
  text-decoration: none;
  padding: 0px 0px 0px 5px;
}
.header .links li.logged {
  font-weight:normal;
  padding-right: 3px;
}
.header .links li a:hover {
  text-decoration: underline;
}
.header .links li.first a {
  background: transparent url('../images/icon_login.gif') no-repeat left top; 
  padding: 0px 0px 0px 22px;
}
/*.header .links li.last a {
  background: transparent url('../images/icon_mychart.gif') no-repeat left top; 
  padding: 0px 0px 2px 25px;
}*/
.header .links li a.top-link-cart {
  background: transparent url('../images/icon_mychart.gif') no-repeat left top; 
  padding: 0px 0px 2px 25px;
}

.header .links li a.top-link-checkout {
  background: transparent url('../images/icon_checkout.gif') no-repeat left top; 
  padding: 0px 0px 2px 22px;
}

.header .links li a.top-link-login {
  background: transparent url('../images/icon_login.gif') no-repeat left top; 
  padding: 0px 0px 2px 22px;
}

.header .links li a.top-link-logout {
  background: transparent url('../images/icon_logout.gif') no-repeat left top; 
  padding: 0px 0px 2px 22px;
}

.header .form-language {
  background: transparent url('../images/bg_lang_selection.jpg') no-repeat left top;
  text-align:center; 
  width: 125px;
  height: 33px;
  float: left;
  margin: -10px 0px 0px 36px;
}
.header .form-language ul#select-language { 
  width: 125px;
  padding: 3px 0px 0px 2px;
}
.header .form-language ul#select-language li { 
  display: inline;
  background: transparent url('../images/pipe_lang_selection.gif') no-repeat right 2px; 
  padding: 0px 9px 0px 5px; 
}
.header .form-language ul#select-language li.last { 
  background: none; 
}
.header .form-language li a { 
  color: #838589;
  text-decoration: none;
}
.header .form-language li a:hover { 
  text-decoration: underline;
}
.header .form-language li a.active { 
  text-decoration: none;
  font-weight: bold;
}
.header .form-search .search-autocomplete { z-index:999; }
.header .form-search .search-autocomplete ul { border:1px solid #ddd; background-color:#fff; }
.header .form-search .search-autocomplete li { padding:3px; border-bottom:1px solid #ddd; cursor:pointer; }
.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.header .form-search .search-autocomplete li.selected {}
.header .form-language { text-align:center; color: #838589; font-size: 12px; padding-top: 3px; }
.header .form-language a{
	color: #838589;
	text-decoration: none;
}
.header .form-language a.active{
	font-weight: bold;
}
#search_mini_form {
  background: transperent;
  float: right; 
  margin-top: -33px;
  padding-right: 35px; 
}
.banner_980 {
  background: #fff;
  text-align: center;
  height: 100%;
}
.welcome-language {
  height: 72px;
  background: #dfe0d9;
  text-align: center;
}
.welcome-language div.welcome-msg-flags {
  margin: 0px auto;
  overflow: hidden;
  padding: 12px 0px 0px 0px;
  width: 595px;  
}
.welcome-msg {
  font: bold 16px/100% Arial;
  color: #8b8f76;
  padding: 15px 0px 0px 0px;
  float: left;
}
.flags {
  float: right;
  width: 136px;
  overflow: hidden;  
}
.flags a {
  padding: 8px 2px 0px 0px;
  width: 66px;
  height: 51px;
  display: block;
}
.flags a:hover {
  background: transparent url('../images/bg_flag_hover.gif') no-repeat left top; 
  padding: 8px 2px 0px 0px;
  width: 66px;
  height: 51px;
}
.flags a.first {
  float: left;
}
.flags a.last {
  float: right;
}

/********** < Navigation */
#nav { 
  font-size:14px;
  height: 38px; 
  border:0px solid #ddd; 
  padding:0px 0px 0px 20px; 
  margin:0px 0px;
  background: transparent url('../images/bg_nav.jpg') no-repeat left top; 
}

/* All Levels */
#nav li { text-align:left; position:relative; }
#nav li.over { z-index:999; }
#nav li.parent {}
#nav li a { 
  display:block; 
  text-decoration:none;
  color: #fff; 
}
#nav li a:hover { 
  text-decoration:none;
  background: #cacdbd; 
}
#nav li a.active { 
  text-decoration:none;
  background: #cacdbd; 
}
#nav li a span { display:block; white-space:nowrap; cursor:pointer; }
#nav li ul a span { white-space:normal; }

/* 1st Level */
#nav li { float:left; }
#nav li a { 
  float:left; 
  padding:9px 17px 8px; 
  font-weight:normal; 
  color:#fff; 
}
#nav li a:hover { color:#fff; }
#nav li.over a,
#nav li.active a { color:#fff; }

/* 2nd Level */
#nav ul { 
	position:absolute; 
	border-top: 1px solid white;
	width:15em; 
	top:38px; 
	left:-10000px; 
	background-color: #CBCBBF;
	color: #636361; 
	font-size: 12px; 
	font-weight: bold; 
	padding-bottom: 5px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;	
	}
#nav ul li { float:none; }
#nav ul li:hover {	 }
#nav ul li.last { border-bottom:0; }
#nav ul li a { float:none; padding:3px 9px 3px 20px; color: #636361 !important;  }
#nav ul li a:hover { background-color: transparent !important; color:white !important; }
#nav ul li.active > a,
#nav ul li.over > a  { font-weight:bold; color:#000 !important; }

/* 3rd+ leven */
#nav ul ul { top:7px; }

/* Show Menu */
#nav li.over > ul { left:0; }
#nav li.over > ul li.over > ul { left:100px; }
#nav li.over ul ul { left:-10000px; }
/********** Navigation > */
/* ======================================================================================= */


/* Sidebar =============================================================================== */

#sidebarMenu {
  margin-bottom: 20px;
  padding: 0px 0px 0px;
  width: 100%;
  font: normal 14px/100% Arial;
  background: #a7ab96 url('../images/bg_col-left_sidebar.gif') left top;
}
#sidebarMenu li {
  width: 100%;
  border-bottom: 1px solid #bfc2b2;  
}
#sidebarMenu li li {
  border: none;
}
#sidebarMenu li.colorB {
  border-bottom: 1px solid #bfc2b2;   
}
#sidebarMenu li.colorB a {
	display: block;
	padding: 15px 5px 15px 25px;
	border: none;
  width: 230px;
	color: #fff;
  text-decoration: none;
}
#sidebarMenu li.colorB a:hover {
	display: block;
	padding: 15px 5px 15px 25px;
	border: none;
  background: #babdad;
  color: #fff;
}
#sidebarMenu  li.colorB.jewellery a {
	padding: 30px 0px 30px 95px;
	width: 165px;
  background: #a7aa96 url('../images/icon_jewellery.gif') no-repeat 30px 15px;	
}
#sidebarMenu  li.colorB.jewellery a:hover {
	padding: 30px 0px 30px 95px;
	width: 165px;
  background: #babdad url('../images/icon_jewellery_hover.gif') no-repeat 30px 15px;
}
#sidebarMenu  li.colorB.kitchenware a {
	padding: 30px 0px 30px 95px;
	width: 165px;
  background: #a7aa96 url('../images/icon_kitchenware.gif') no-repeat 30px 8px;	
}
#sidebarMenu  li.colorB.kitchenware a:hover {
	padding: 30px 0px 30px 95px;
	width: 165px;
  background: #babdad url('../images/icon_kitchenware_hover.gif') no-repeat 30px 8px;
}
#sidebarMenu  li.colorB.haccessories a {
	padding: 30px 0px 30px 95px;
	width: 165px;
  background: #a7aa96 url('../images/icon_haccessories.gif') no-repeat 35px 12px;	
}
#sidebarMenu  li.colorB.haccessories a:hover {
	padding: 30px 0px 30px 95px;
	width: 165px;
  background: #babdad url('../images/icon_haccessories_hover.gif') no-repeat 35px 12px;
}
#sidebarMenu  li.colorB.furniture a {
	padding: 30px 0px 30px 95px;
	width: 165px;
  background: #a7aa96 url('../images/icon_furniture.gif') no-repeat 27px 17px;	
}
#sidebarMenu  li.colorB.furniture a:hover {
	padding: 30px 0px 30px 95px;
	width: 165px;
  background: #babdad url('../images/icon_furniture_hover.gif') no-repeat 27px 17px;
}
#sidebarMenu  li.colorB.bookends a {
	padding: 30px 0px 30px 95px;
	width: 165px;
  background: #a7aa96 url('../images/icon_bookends.gif') no-repeat 35px 15px;	
}
#sidebarMenu  li.colorB.bookends a:hover {
	padding: 30px 0px 30px 95px;
	width: 165px;
  background: #babdad url('../images/icon_bookends_hover.gif') no-repeat 35px 15px;
}
#sidebarMenu  li.colorB.games a {
	padding: 30px 0px 30px 95px;
	width: 165px;
  background: #a7aa96 url('../images/icon_games.gif') no-repeat 35px 15px;	
}
#sidebarMenu  li.colorB.games a:hover {
	padding: 30px 0px 30px 95px;
	width: 165px;
  background: #babdad url('../images/icon_games_hover.gif') no-repeat 35px 15px;
}

.block { border:0px solid #ddd; margin:0 0 10px; }
.block .block-title { 
  border-bottom: 1px solid #BFC2B2; 
  padding:0 10px; 
  text-align: center; 
}
.block .block-title h2 { 
  font-size:18px; 
  font-weight:normal; 
  line-height:1.5; 
  color: #fff;
  padding: 30px 15px 30px 25px; 
}
.block h3 { font-size:14px; line-height:1.5; }
.block .block-content { 
  padding:0px 0px; 
}

.block .block-content .current {
  	color: #fff;
  	font: 14px/120% Arial;
  	background: none; 
  	border-bottom: 1px solid #BFC2B2;
  	padding:13px 30px 13px 12px;
  	font-weight: bold;
}

.block .block-content .account {
  	color: #fff;
  	font: 14px/120% Arial;
  	background: none; 
  	border-bottom: 1px solid #BFC2B2;
  	padding:13px 30px 13px 12px;
  	text-decoration: none; 
}

.block .block-content .account a {
  	color: #fff;
  	font: 14px/120% Arial;
  	background: none; 
  	text-decoration: none; 
}

.block .actions { text-align:right; }
.block .actions a { float:left; }

/* Block: Account */
.block-account {}

/* Block: Currency Switcher */
.block-currency {}
.block-currency select { width:100%; border:1px solid #888; }

/* Block: Layered Navigation */
.block-layered-nav {}
.block-layered-nav dt { font-weight:bold; }
.block-layered-nav .currently {}

/* Block: Cart */
.block-cart {}
.block-cart .amount {}
.block-cart .subtotal { text-align:center; }

.mini-products-list li { padding:5px 0; }
.mini-products-list .product-image { float:left; width:50px; padding:5px; border:1px solid #ddd; margin-right:-75px; }
.mini-products-list .product-details { margin-left:75px; }
.mini-products-list .product-details h4 { font-size:1em; font-weight:bold; margin:0; }
.mini-products-list .product-details .btn-remove { float:right; }

/* Block: Wishlist */
.block-wishlist {}

/* Block: Related */
.block-related {}
.block-related li { padding:5px 0; }
.block-related input.checkbox { float:left; margin-right:-20px; }
.block-related .item { margin-left:20px; }
.block-related .item .product-image { float:left; margin-right:-65px; }
.block-related .item .product-details { margin-left:65px; }

/* Block: Compare Products */
.block-compare {}
.block-compare li { padding:5px 0; }

/* Block: Viewed */
.block-recent {}

/* Block: Poll */
.block-poll {}
.block-poll input.radio { float:left; margin:3px -18px 0 0; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll .answer {}
.block-poll .votes { font-weight:bold; }

/* Block: Tags */
.block-tags ul,
.block-tags li { display:inline; }

/* Block: Subscribe */
.block-subscribe {}

/* Block: Reorder */
.block-reorder {}
.block-reorder li { padding:5px 0; }
.block-reorder input.checkbox { float:left; margin:3px -20px 0 0; }
.block-reorder .label { display:block; margin-left:20px; }

/* Block: Banner */
.block-banner {}
.block-banner .block-content { text-align:center; }

/* Block: Checkout Progress */
.block-progress {
  margin-bottom: 0px;
}
.block-progress dt { 
  font-weight:bold;
  padding: 13px 30px 13px 12px;    
  overflow: hidden;  
  border-bottom:1px solid #BFC2B2;      
}
.block-progress dt.complete,
.block-progress dd.complete { 
  background:transparent url('../images/bg_sidebar.gif') repeat scroll left top;
  padding: 13px 30px 13px 12px;   
  overflow: hidden;  
}
.block-progress dt.complete div { 
  float: left;
  color: #fff;
  font: 14px/120% Arial;
  background: transparent url('../images/icon_check.gif') no-repeat scroll left top; 
  padding-left: 23px; 
}
.block-progress dt div { 
  color: #fff;
  font: 14px/120% Arial;
  background: none; 
  padding-left: 23px; 
}
.block-progress dt.complete a { 
  float: right;
}
.block-progress dt.complete a {
  background: transparent url('../images/bg_button_edit.gif') no-repeat scroll 0px 50%;
  border: 0px none;
  cursor: pointer;
  overflow: visible;
  padding: 0px 0px 0px 10px;
  width: auto;
  text-decoration: none;
}
.block-progress dt.complete a span { 
  float: left; 
  padding: 0px 10px 0px 0px; 
  background: url('../images/bg_button_edit.gif') 100% 50% no-repeat; 
  font:normal 11px/21px Arial, Helvetica, sans-serif; 
  text-align:center; 
  white-space:nowrap; 
  color:#9d9d9d; 
  line-height: 155%;  
}
.block-progress dd.complete {
  background: #BABDAC;
}
.block-progress dd.complete address {
  padding: 10px 0px 10px 23px;
  color: #fff;
  line-height: 110%;
}
.block-progress dd.complete .price{
	color: white;
}

/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title { border-bottom:1px solid #ddd; margin:0 0 10px; }
.category-image { display:block; margin:0 auto; }
.category-products {}

/* View Type: Grid */
.products-grid { width:100%; }
.products-grid tr.odd {}
.products-grid tr.even { background-color:#f6f6f6; }
.products-grid td { width:33%; border:1px solid #ddd; padding:5px; }
.products-grid td.empty {}

/* View Type: List */
.products-list li.item { border:1px solid #ddd; padding:5px; margin:0 0 5px; }
.products-list .product-image { float:left; }
.products-list .product-shop { float:right; width:320px; }
/* ======================================================================================= */


/* Product View ========================================================================== */
.product-view {}

.product-essential { font: 12px/120% Arial; color: #9d9d9d; /*padding: 30px 40px 10px 40px;*/ }
.product-collateral {margin-top: 20px}

.product-essential h1{
	color: #61664c;
	font-size: 24px;
}
.product-essential .product_header{
	font-size: 14px;
	height: 57px;
}
.product-essential .product_header .product_title{
	float: left;
}
.product-essential .designer{
	float: right;
	padding-top: 8px;
	font-size: 12px;
}
.product-essential .designer a{
	color: #9d9d9d;
	text-decoration: none;
}
.product-essential .designer a:hover{
	text-decoration: underline;
}

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

.product-img-box .more-views { float: right; width: 182px;   }
*html .product-img-box .more-views { width: 190px; }


.product-img-box .more-views ul { float: right; }
.product-img-box .more-views li { float:left; border: 1px solid #cecece;  margin: 0 0 6px 6px; }

.product-img-box .more-views .videobox{
	float: right;
}

.product-image-popup { margin:0 auto; }
.product-image-popup .nav { text-align:center; }
.product-image-popup .image { display:block; }
.product-image-popup .image-label {}

/* Product Shop */
.product-view .product-shop { float:right; width:445px; }
.product-view .product-name {}
.product-view .short-description {}

/* Rating */
.ratings {}
.ratings .amount {}
.ratings .rating-links {}
.ratings dt {}
.ratings dd {}
.rating-box { width:69px; height:13px; font-size:0; line-height:0; background:url(../images/bg_rating.gif) 0 0 repeat-x; position:relative; overflow:hidden; }
.rating-box .rating { position:absolute; top:0; left:0; height:13px; background:url(../images/bg_rating.gif) 0 100% repeat-x; }

/* Availability */
.availability {}
.availability .in-stock { font-weight:bold; }
.availability .out-of-stock { font-weight:bold; color:#f00; }

/********** < Product Prices */
.price { 
  white-space:nowrap !important; 
  color: #aaa;
}
.totals tfoot .price {
  color: #61664C;
}
.totals tbody .price {
  color: #aaa;
}
.cart-price { 
  text-align: center;
  color: #aaa; 
  font: bold 12px/00% Arial;
  padding-top: 17px;  
}
.price-box {}
.price-box .price { font-weight:bold; }

.price-box-bundle {}

/* Regular price */
.regular-price {}
.regular-price .price { font-weight:bold; }

/* Old price */
.old-price {}
.old-price .price-label { white-space:nowrap; }
.old-price .price { font-weight:bold; text-decoration:line-through; }

/* Special price */
.special-price {}
.special-price .price-label { font-weight:bold; white-space:nowrap; }
.special-price .price { font-weight:bold; }

/* Minimal price (as low as) */
.minimal-price {}
.minimal-price .price-label { font-weight:bold; white-space:nowrap; }

a.minimal-price-link { display:block; }
a.minimal-price-link .label {}
a.minimal-price-link .price { font-weight:normal; }

/* Excluding tax */
.price-excluding-tax { display:block; }
.price-excluding-tax .label { white-space:nowrap; }
.price-excluding-tax .price { font-weight:normal; }

/* Including tax */
.price-including-tax { display:block; }
.price-including-tax .label { white-space:nowrap; }
.price-including-tax .price { font-weight:bold; }

/* Excl tax (for order tables) */
.price-excl-tax  { display:block; }
.price-excl-tax .label { display:block; white-space:nowrap; }
.price-excl-tax .price { display:block; }

/* Incl tax (for order tables) */
.price-incl-tax { display:block; }
.price-incl-tax .label { display:block; white-space:nowrap; }
.price-incl-tax .price { display:block; font-weight:bold; }

/* Price range */
.price-from {}
.price-from .price-label { font-weight:bold; white-space:nowrap; }
.price-to {}
.price-to .price-label { font-weight:bold; white-space:nowrap; }

/* Price as configured */
.price-as-configured {}
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }

/* Price notice next to the options */
.price-notice { padding-left:10px; }
.price-notice .price { font-weight:bold; }
/********** Product Prices > */

/* Tier Prices */
.tier-prices .price { font-weight:bold; }
.tier-prices .benefit {}

/* Add to Links */
.add-to-links .separator { display:none; }

/* Add to Cart */
.add-to-cart label { float:left; margin-right:5px; }
.add-to-cart .qty { float:left; }
.add-to-cart button.button { float:left; margin-left:5px; }

/* Add to Links + Add to Cart */
.add-to-box {}
.add-to-box .add-to-cart { float:left; }
.add-to-box .or { float:left; margin:0 10px; }
.add-to-box .add-to-links { float:left; }

/* Product Options */
.product-options { padding:10px; margin:10px 0 0; border:1px solid #ddd; background-color:#f6f6f6; }
.product-options dt label { font-weight:bold; }
.product-options dt .qty-holder { float:right; }
.product-options dt .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#000; }
.product-options dd { margin:10px 0; }
.product-options dl.last dd.last {}
.product-options dd input.input-text { width:98%; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:100%; }
.product-options .options-list {}
.product-options .options-list input.radio { float:left; margin:3px -18px 0 0; }
.product-options .options-list input.checkbox { float:left; margin:3px -20px 0 0; }
.product-options .options-list .label { display:block; margin-left:20px; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.required { padding:15px 0 0; }

.product-options-bottom { padding:10px; border:1px solid #ddd; border-top:0; }
.product-options-bottom .price-box { margin:10px 0; }

/* Grouped Product */
.grouped-items {}

/* Block: Description */
.product-view .description {}

/* Block: Additional */
.product-view .additional {}

/* Block: Upsell */
.product-view .up-sell {}
.product-view .up-sell .products-grid td { width:25%; }

/* Block: Tags */
.product-view .tags {}
.product-view .tags .form-add-tags label { float:left; }
.product-view .tags .form-add-tags .input-box { float:left; width:260px; margin:0 5px; }
.product-view .tags .form-add-tags input.input-text { width:254px; }
.product-view .tags .form-add-tags button.button { vertical-align:bottom; }
.product-view .tags .form-add-tags p { clear:both; }

/* Block: Reviews */
.product-view .reviews {}

/* Block: Add Review */
.product-view .add-review {}
.product-view .add-review .product-name span { font-weight:normal; }
/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name { 
  font: normal 14px/100% Arial;
  color: #aaa;
  text-decoration: none;  
  padding: 10px 0px 0px 5px;
}
.product-name a { 
  font: bold 14px/100% Arial;
  color: #aaa;
  text-decoration: none;
  display: block;  
  margin-bottom: 1px;   
}
.product-name a:hover { 
  text-decoration: underline;
}
.add-gift {
  font: bold 12px/100% Arial;
  color: #aaa;
  text-decoration: none;
  display: block;
  padding-top: 12px;
}
.add-gift:hover {
  text-decoration: underline;   
}
/* Product Tags */
.tags-list li { display:inline; }

/* Advanced Search */
.search-summary {}

/* CMS Home Page */
.cms-home .products-grid td { width:20%; }

/* Sitemap */
.sitemap {}
a.creator-name { 
  font: normal 12px/100% Arial;
  color: #aaa;
  text-decoration: none;
  padding: 0px 0px 0px 0px;   
  display: block;        
}
a.remove-item {
  width: 17px;
  height: 15px;
  background: transparent url('../images/icon_remove.gif') no-repeat center 20px;
  text-align: center;
  padding: 10px 9px;
}
a.remove-item:hover {
  width: 17px;
  height: 15px;
  background: transparent url('../images/icon_remove_hover.gif') no-repeat center 20px;
  text-align: center;
  padding: 10px 9px;  
}
/* ======================================================================================= */


/* Product Review ======================================================================== */
.product-review {}
.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; border:1px solid #ddd; padding:1px; }
.product-review .details { float:right; width:570px; }
.product-review .product-details {color:#9D9D9D; font:12px/120% Arial;}
.product-review .product-details h3,
.product-review .product-details h4 {color: #444444; margin-bottom: 10px; margin-top: 10px}
.product-review .product-details h5 {margin-bottom: 5px; margin-top: 10px}
.product-review .review-header {font-weight: bold;}
.product-image img {
  width: 85px;
  height: 85px;
}
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart .checkout-types { float:right; text-align:right; padding-top: 25px; }

/* Shopping Cart Table */
.cart-table .item-msg { font-size:10px; }

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { /*float:left; width:680px;*/ }
.discount {
  background: #E3E5D8 url('../images/bg_discount_left.gif') no-repeat left top;
  margin: 33px 0px 0px 0px;
  /*padding: 13px 0px 13px 20px;*/
  padding: 0px 0px 0px 20px;  
}
.discount label {
  font: bold 12px/100% Arial; 
  color: #61664C;  
}
.cart .crosssell .product-image { float:left; margin-right:-90px; }
.cart .crosssell .product-shop { margin-left:90px; }
.cart .shipping {}

/* Shopping Cart Totals */
.cart .totals { 
  float:right;
  /*width: 222px; */
  margin: -5px 0px 0px 0px;
}
.cart .totals table { 
  width:100%;
  margin: 0px 0px 0px 0px; 
}
.cart .totals table th,
.cart .totals table td { padding:5px; }
.cart .totals table th { 
  font-weight:bold; 
  color: #aaa;
}
.cart .totals table tfoot th { 
  font:bold 18px/100% Arial; 
  color: #61664C;
  padding: 23px 10px 24px 0px;
  /*background: #E3E5D8; */ 
}
.cart .totals table tfoot td { 
  font:bold 18px/100% Arial; 
  color: #61664C;
  padding: 23px 10px 24px 0px;
  /*background: #E3E5D8 url('../images/bg_total_right.gif') no-repeat right top;  */
}
.cart .totals table tbody td { 
  padding: 5px 10px 15px 0px;
}

/* Options Tool Tip */
.item-options dt { font-weight:bold; font-style:italic; }
.item-options dd { padding-left:10px; }
.truncated { cursor:help; }
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value dl { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
.truncated .show dl { top:-20px; left:50%; }
.col-left .truncated .show dl { left:30px; top:7px; }
.col-right .truncated .show dl  { left:-240px; top:7px; }
/* ======================================================================================= */


/* Checkout ============================================================================== */
/* One Page */
.opc { border-bottom:0px solid #ddd; position:relative; }
.opc li.section { 
  margin-bottom: 8px;  
}
.opc li.allow { 
  margin-bottom: 13px;  
}
.opc .step-title { 
  padding:0 20px; 
  text-align:right;
  border: 0px solid #d7d7d7;     
}
.opc .section #tlc, .opc .section #trc, .opc .section #blc, .opc .section #brc
	{
	background-color: transparent;
	background-repeat: no-repeat;
	position: relative;
	}

.opc .section #tb
	{
	background-repeat: repeat-x;					
	background-image: url(../images/box_border.gif);
	background-position: 0% 0%;
	}

.opc .section #rb
	{
	background-repeat: repeat-y;					
	background-image: url(../images/box_border.gif);
	background-position: 100% 0%;
	}
	
.opc .section #bb
	{
	background-repeat: repeat-x;					
	background-image: url(../images/box_border.gif);
	background-position: 0% 100%;
	}
	
.opc .section #lb
	{
	background-repeat: repeat-y;					
	background-image: url(../images/box_border.gif);
	background-position: 0% 0%;
	}
	
.opc .section #tlc
	{
	background-image: url(../images/box_inactive_left_top.gif);
	background-position: 0% 0%;
	}

.opc .section #trc
	{
	background-image: url(../images/box_inactive_right_top.gif);
	background-position: 100% 0%;
	}
	
.opc .section #blc
	{
	background-image: url(../images/box_inactive_left_bottom.gif);
	background-position: 0% 100%;
	}

.opc .section #brc
	{
	background-image: url(../images/box_inactive_right_bottom.gif);
	background-position: 100% 100%;
	}
.opc .step-title .number { 
  float:left; 
  line-height:22px; 
  margin-right:5px;
  font: normal 14px/100% Arial; 
  color: #9d9d9d; 
  padding: 10px 0px; 
}
.opc .step-title h3 { 
  float:left;
  font: normal 14px/100% Arial; 
  color: #9d9d9d;
  padding: 10px 0px;
}
.opc .allow .step-title h3 { 
  color: #fff;
  cursor:pointer; 
}
.opc .allow .step-title .number {  
  color: #fff;  
}
.opc .active {}
.opc .active .step-title { 
  cursor:default; 
}
.opc .active .step-title .number {  
  color: #72775f;  
}
.opc .active .step-title h3 { 
  color: #72775f;
}
.opc .allow  #tlc, .opc .active  #trc, .opc .active  #blc, .opc .active  #brc
	{
	background-color: transparent;
	background-repeat: no-repeat;
	position: relative;
	}

.opc .allow #tb
	{
	background-repeat: repeat-x;					
	background-image: url(../images/box_allow_border.gif);
	background-position: 0% 0%;
	background-color: #7f9957;
	zoom: 1;
	}

.opc .allow #rb
	{
	background-repeat: repeat-y;					
	background-image: url(../images/box_allow_border.gif);
	background-position: 100% 0%;
	zoom: 1;
	}
	
.opc .allow #bb
	{
	background-repeat: repeat-x;					
	background-image: url(../images/box_allow_border.gif);
	background-position: 0% 100%;
	zoom: 1;
	}
	
.opc .allow #lb
	{
	background-repeat: repeat-y;					
	background-image: url(../images/box_allow_border.gif);
	background-position: 0% 0%;
	zoom: 1;
	}
	
.opc .allow #tlc
	{
	background-image: url(../images/box_allow_left_top.gif);
	background-position: 0% 0%;
	zoom: 1;
	}

.opc .allow #trc
	{
	background-image: url(../images/box_allow_right_top.gif);
	background-position: 100% 0%;
	zoom: 1;
	}
	
.opc .allow #blc
	{
	background-image: url(../images/box_allow_left_bottom.gif);
	background-position: 0% 100%;
	zoom: 1;
	}

.opc .allow #brc
	{
	background-image: url(../images/box_allow_right_bottom.gif);
	background-position: 100% 100%;
	zoom: 1;
	}
/* .active */	
.opc .active  #tlc, .opc .active  #trc, .opc .active  #blc, .opc .active  #brc
	{
	background-color: transparent;
	background-repeat: no-repeat;
	position: relative;
	zoom: 1;
	}

.opc .active #tb
	{
	background-repeat: repeat-x;					
	background-image: url(../images/box_active_border.gif);
	background-position: 0% 0%;
  background-color:#e3e6d8; 
  zoom: 1;
	}

.opc .active #rb
	{
	background-repeat: repeat-y;					
	background-image: url(../images/box_active_border.gif);
	background-position: 100% 0%;
	zoom: 1;
	}
	
.opc .active #bb
	{
	background-repeat: repeat-x;					
	background-image: url(../images/box_active_border.gif);
	background-position: 0% 100%;
	zoom: 1;
	}
	
.opc .active #lb
	{
	background-repeat: repeat-y;					
	background-image: url(../images/box_active_border.gif);
	background-position: 0% 0%;
	zoom: 1;
	}
	
.opc .active #tlc
	{
	background-image: url(../images/box_active_left_top.gif);
	background-position: 0% 0%;
	zoom: 1;
	}

.opc .active #trc
	{
	background-image: url(../images/box_active_right_top.gif);
	background-position: 100% 0%;
	zoom: 1;
	}
	
.opc .active #blc
	{
	background-image: url(../images/box_active_left_bottom.gif);
	background-position: 0% 100%;
	zoom: 1;
	}

.opc .active #brc
	{
	background-image: url(../images/box_active_right_bottom.gif);
	background-position: 100% 100%;
	zoom: 1;
	}	
.opc .step { 
  border-top:0px solid #ddd; 
  padding:0px 20px 10px;
  position:relative; 
}
.opc .step .tool-tip { right:10px; }
.opc .order-review {}

/* Multiple Addresses Checkout */
.checkout-progress { padding:0 50px; margin:10px 0; }
.checkout-progress li { float:left; width:20%; border-top:5px solid #ccc; text-align:center; color:#ccc; }
.checkout-progress li.active { border-top-color:#000; color:#000; }

.multiple-checkout { position:relative; }
.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:10px; }
.multiple-checkout .grand-total { font-size:1.5em; text-align:right; }
.multiple-checkout .grand-total big {}
.multiple-checkout .grand-total .price {}

/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods dt { font-weight:bold; padding: 5px 0; }
.sp-methods dd { padding: 5px 0; }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-left:20px; }
.sp-methods select.month { width:150px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }

.please-wait { float:right; margin-right:5px; }
.cvv-what-is-this { cursor:help; margin-left:5px; }

/* Tooltip */
.tool-tip { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; position:absolute; z-index:9999; }
.tool-tip .btn-close { text-align:right; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.add-gift-message {}
.gift-message-form { border:1px solid #ddd; background-color:#f5f5f5; }
.gift-message-form .inner-box { padding:5px; height:300px; overflow:auto; }
.gift-message-form .gift-item {}

.gift-message-link { display:block; background:url(../images/bg_collapse.gif) 0 4px no-repeat; padding-left:20px; }
.gift-message-link.expanded { background-position:0 -53px; }
.gift-message-row {}
.gift-message-row .btn-close { float:right; }
.gift-message dt strong { font-weight:bold; }

/* Checkout Agreements */
.checkout-agreements {}
.checkout-agreements li { margin:10px 0; }
.checkout-agreements .agreement-content { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; height:10em; overflow:auto; }
.checkout-agreements .agree { padding:6px; }
/********** Common Checkout Styles > */
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.account-login {}
.account-login .new-users {}
.account-login .registered-users {}

.account-login h3,
.account-login h4 {color: #444444; margin-bottom: 10px; margin-top: 10px}
.account-login h5 {margin-bottom: 5px; margin-top: 10px}

.account-login .registered-users .form-list {
	margin-top: 10px;
}

.account-login .registered-users ul li label {
	width: 100px;
}

.account-create {}
/* Account Login/Create Pages ============================================================ */


/* My Account ============================================================================= */
/********** < Dashboard */
.dashboard {/*color:#9D9D9D; font:12px/120% Arial;*/}
.dashboard .welcome-msg {margin-bottom: 20px}

.dashboard a {
	/*background-image:url("../images/buttonask.png");
	background-repeat:no-repeat;
	color:#898989;
	display:block;
	font-size:12px;
	font-weight:bold;
	height:21px;
	padding-top:6px;
	text-align:center;
	text-decoration:none;
	width:175px;*/
}

.dashboard h3,
.dashboard h4 {color: #444444; margin-bottom: 10px; margin-top: 10px}
.dashboard h5 {margin-bottom: 5px; margin-top: 10px}

/* Block: Recent Orders */
.dashboard .recent-orders { margin-top:20px; margin-bottom: 20px}

/* Block: Tags */
.dashboard .tags .number { float:left; margin-right:-20px; }
.dashboard .tags .details { margin-left:20px; }

/* Block: Reviews */
.dashboard .reviews {}
/********** Dashboard > */

/* Order View */
/*.order-info-wrapper {color:#9D9D9D; font:12px/120% Arial;}
.order-info-wrapper h3,
.order-info-wrapper h4 {color: #444444; margin-bottom: 10px; margin-top: 10px}
.order-info-wrapper h5 {margin-bottom: 5px; margin-top: 10px}*/
.order-info { border:1px solid #ddd; padding:5px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info dt { font-weight:bold; }

/* Print Pages */
.page-print .print-head {}
.page-print .print-head img { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }

.account-info label{
	width: 120px;
}
.change-pw label {
	width: 150px;
}
/* ======================================================================================= */



/* Loginbox ============================================================================== */
.sidebar .login-menu {
  margin: 0px 14px 20px;
  width: 232px;
}
.sidebar .login {
  padding: 20px;
}
#tlc, #trc, #blc, #brc
	{
	background-color: transparent;
	background-repeat: no-repeat;
	position: relative;
	}

#tb
	{
	background-repeat: repeat-x;					
	background-image: url(../images/box_border.gif);
	background-position: 0% 0%;
	}

#rb
	{
	background-repeat: repeat-y;					
	background-image: url(../images/box_border.gif);
	background-position: 100% 0%;
	}
	
#bb
	{
	background-repeat: repeat-x;					
	background-image: url(../images/box_border.gif);
	background-position: 0% 100%;
	}
	
#lb
	{
	background-repeat: repeat-y;					
	background-image: url(../images/box_border.gif);
	background-position: 0% 0%;
	}
	
#tlc
	{
	background-image: url(../images/box_left_top.gif);
	background-position: 0% 0%;
	}

#trc
	{
	background-image: url(../images/box_right_top.gif);
	background-position: 100% 0%;
	}
	
#blc
	{
	background-image: url(../images/box_left_bottom.gif);
	background-position: 0% 100%;
	}

#brc
	{
	background-image: url(../images/box_right_bottom.gif);
	background-position: 100% 100%;
	}
.sidebar .login-menu h6 {
  font: normal 14px/100% Arial;
  color: #fff;
  padding: 0px 0px 10px 0px;
}
.sidebar #newsletter.login-menu h6 {
  padding: 0px 0px 5px 0px;
}
.sidebar .login-menu label {
  font: normal 12px/100% Arial;
  color: #fff;
  padding: 0px 0px 5px 0px;
  display: block;
}
.sidebar .login-menu button.form-btn,
.sidebar .login-menu input {
  font: bold 12px/100% Arial;
  color: #898989;
  text-align: center;
  background: url('../images/bg_button_login.gif') left top no-repeat;;
  margin: 10px 0px 0px 0px;
  padding: 0px 0px 2px 0px;
  border: none;
  width: 81px;
  height: 27px;
  cursor: pointer;
}
.sidebar .login-menu input.input-text {
  font: normal 12px/100% Arial;
  color: #fff;
  padding: 3px 0px 3px 0px;
  width: 100%;
  height: auto;
  border: 1px solid #cfd1c4;
  background: #a7aa96;
  margin: 0px 0px 5px 0px;
  text-align: left;
  cursor: text;
}
.sidebar .login-menu p {
  color: #fff;
  font: normal 12px/120% Arial; 
  text-align: justify; 
  padding: 10px 0px 2px 0px;
}
.sidebar .login-menu form p {
  padding: 0px 0px 0px 0px;
}
.sidebar .login-menu p a {
  color: #fff;
  text-decoration: none;
}
.sidebar .login-menu p a:hover {
  text-decoration: underline;
}
/* ======================================================================================= */

/* Footer ================================================================================ */
.footer { 
  border-top: 1px solid #fff; 
  padding: 0px 0px 0px;
  height: 84px;
  background: transparent url('../images/bg_footer.jpg') left top no-repeat;
  text-align: center;
  clear: both;   
  position: relative;
  padding-top: 9px;
}
.footer p { text-align:right; }
.footer address { text-align:right; }
.footer ul { 
  padding: 0;  
  display: inline;
}
.footer ul li.first { 
  background: none;  
}
.footer ul li { 
  display: inline;
  background: transparent url('../images/sep_footer.gif') left 3px no-repeat; 
  padding: 0px 7px 0px 12px;   
}
.footer ul li a { 
  display: inline;
  color: #fff;
  text-decoration: none; 
}
.footer ul li a:hover { 
  text-decoration: underline; 
}
/* ======================================================================================= */






.clear{
	clear: both;
	overflow: hidden;
	height: 0px;
	display: block;
}
/*-------------------------------------------*/
#sidebarMenu.lower li.colorB a {
	display: block;
	padding: 15px 5px 15px 90px;
	border: none;
  width: auto;
	color: #fff;
  text-decoration: none;
}
#sidebarMenu.lower li.colorB a:hover {
	padding: 15px 5px 15px 90px;
	display: block;
	border: none;
  background: #babdad;
  color: #fff;
}

#sidebarMenu.lower  li.colorB.jewellery a {
  background: #a7aa96 url('../images/icon_jewellery_lower.png') no-repeat 30px center;	
}
#sidebarMenu.lower  li.colorB.jewellery a:hover {
  background: #babdad url('../images/icon_jewellery_lower_hover.png') no-repeat 30px center;
}

#sidebarMenu.lower  li.colorB.kitchenware a {
  background: #a7aa96 url('../images/icon_kitchenware_lower.png') no-repeat 30px center;	
}
#sidebarMenu.lower  li.colorB.kitchenware a:hover {
  background: #babdad url('../images/icon_kitchenware_lower_hover.png') no-repeat 30px center;
}

#sidebarMenu.lower  li.colorB.haccessories a {
  background: #a7aa96 url('../images/icon_haccessories_lower.png') no-repeat 30px center;	
}
#sidebarMenu.lower  li.colorB.haccessories a:hover {
  background: #babdad url('../images/icon_haccessories_lower_hover.png') no-repeat 30px center;
}
#sidebarMenu.lower  li.colorB.furniture a {
  background: #a7aa96 url('../images/icon_furniture_lower.png') no-repeat 20px center;	
}
#sidebarMenu.lower  li.colorB.furniture a:hover {
  background: #babdad url('../images/icon_furniture_lower_hover.png') no-repeat 20px center;
}
#sidebarMenu.lower  li.colorB.bookends a {
  background: #a7aa96 url('../images/icon_bookends_lower.png') no-repeat 30px center;	
}
#sidebarMenu.lower  li.colorB.bookends a:hover {
  background: #babdad url('../images/icon_bookends_lower_hover.png') no-repeat 30px center;
}
#sidebarMenu.lower  li.colorB.games a {
  background: #a7aa96 url('../images/icon_games_lower.png') no-repeat 30px center;	
}
#sidebarMenu.lower  li.colorB.games a:hover {
  background: #babdad url('../images/icon_games_lower_hover.png') no-repeat 30px center;
}
/*-------------------------------------------*/
.postWrapper.pw2{
	padding-bottom: 5px;
}

.postWrapper.pw2 .postDetails h3{
	float: right;
}

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

.commentWrapper {
	/*padding-top: 20px;*/
}
.commentWrapper h2{
	font-size: 14px;
	margin-bottom: 10px;
}


.commentWrapper .commentContent{
	background-image: url(../images/commentitem_center_bg.png);
	background-repeat: repeat-y;
	width: 644px;
	color: #9d9d9d;
	font-size: 12px;
	font: 12px/120% Arial;
	zoom: 1;
}

.commentWrapper .commentContent .bg_top{
	background-image: url(../images/commentitem_top_bg.png);
	background-repeat: no-repeat;
	background-position: top;
	padding: 15px;
	zoom: 1;
}

.commentWrapper .commentDetails  {
	background-image: url(../images/commentitem_bottom_bg.png);
	background-repeat: no-repeat;
	width: 576px;
	height: 20px;
	color: #a7ab96;
	font-size: 12px;
	padding: 15px 0 10px 68px;
}

.commentWrapper .commentDetails  h4.username{
	display:inline;
	font-size: 12px;	
}
.commentWrapper .commentDetails .sep{
	margin: 0 5px;
}
.commentWrapper .commentDetails h3 {
  font: normal 12px/150% Arial;
  color: #a7ab96;
  background: transparent url('../images/icon_clock.gif') left 3px no-repeat;
  padding: 0px 0px 0px 17px;  
  float: right;
}

.pform{
	background-color: #E4E5D9;
	width: 644px;	
	display: block;
	/*margin: 10px 0 20px 40px;*/
	color: #949494;
	font: normal 12px/130% Arial;
	margin-bottom: 20px;
}
.pform .bg_top{
	background-image: url(../images/commentform_top_bg.png);
	background-repeat: no-repeat;
	background-position: top;
	zoom: 1;
}
.pform .bg_bottom{
	background-image: url(../images/commentform_bottom_bg.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 20px 15px 20px 35px;
	zoom: 1;
}
.pform h4{
	color: #61664c;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 15px;
}
.pform .lft{
	float: left;
	margin-right: 10px;
}
.pform .field{
	margin-bottom: 5px;
	width: 100%;
}
.pform .input-text{
	width: 155px !important;
	margin-right: 5px;
	margin-bottom: 5px;
}
.pform label{
	color: #61664c;
	vertical-align: middle;
	padding-top: 4px;
	float: left;
	width: 70px;
}

.pform button.form-button {
  font: bold 12px/100% Arial;
  color: #898989;
  text-align: center;
  background: url('../images/bg_button_comment.png') left top no-repeat;;
  margin: 10px 0px 0px 0px;
  padding: 0px 0px 2px 0px;
  border: none;
  width: 81px;
  height: 27px;
  cursor: pointer;
}

a.back{
	background-image: url(../images/backbg.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 5px 0 5px 20px;
	color: #9d9d9d;
	text-decoration: none;
	margin: 10px 0 0 0;
}
/*-------------------------------------------*/
#productlist_wrapper{
	/*padding: 20px 40px 30px 40px;*/
	color: #9d9d9d;
	font: 12px/120% Arial;
	/*width: 640px;
	overflow: hidden;*/
}
#productlist_wrapper .category-title{
	border-bottom: none;
}
#productlist_wrapper .category-title h2{

}

#productlist_wrapper .products-grid{
	width: 100%;
	border: none;
	margin-top: 10px;
}
#productlist_wrapper .products-grid td{	
	border: none;	
	padding: 0 13px 13px 0;
}
#productlist_wrapper .products-grid .prwrapper{
	background-image: url(../images/productitembg.png);
	background-repeat: no-repeat;
	width: 192px;
	height: 212px;
	padding: 7px;
	text-align: center;
}

#productlist_wrapper .products-grid.lower .prwrapper{
	background-image: url(../images/productitembg_lower.png);
		height: 198px;
}

#productlist_wrapper .products-grid .product-image{
	display: block;
	width: 192px;
	height: 170px;
	vertical-align: middle;
}
html >body #productlist_wrapper .products-grid .product-image{
	display: table-cell;
}

#productlist_wrapper .products-grid .product-image img{
	width: auto;
	height: auto;
}
#productlist_wrapper .products-grid .product-name{
	font-size: 12px;
	font-weight: normal;
	padding-top: 2px;
}
#productlist_wrapper .products-grid .product-name a{
	font-size: 14px;
	font-weight: normal;
}
#productlist_wrapper .products-grid h4.designer{
	font-size: 12px;
	font-weight: normal;
}
#productlist_wrapper .products-grid h4.designer a{
	text-decoration: none;
	color: #9d9d9d;
}
#productlist_wrapper .products-grid h4.designer a:hover{
	text-decoration: underline;
}
/*-------------------------------------------*/
.product-essential .product-description{
	margin: 30px 0;
}
.product-essential .askabout{
	float: left;
}
.product-essential .askabout a{
	background-image: url(../images/buttonask.png);
	background-repeat: no-repeat;
	width: 200px;
	height: 21px;
	display: block;
	text-align: center;
	font-size: 12px;
	color: #898989;
	font-weight: bold;
	text-decoration: none;
	padding-top: 6px;
}
.product-essential .social-bookmarks{
	float: right;
}
.product-essential .social-bookmarks a{
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
	display: block;
	float: left;
	margin-left: 10px;
}
.product-essential .social-bookmarks a.mail{
	background-image: url(../images/icon_mail.png);
}
.product-essential .social-bookmarks a.delicious{
	background-image: url(../images/icon_delicious.png);
}

.product-essential .social-bookmarks a.technorati{
	background-image: url(../images/icon_technorati.png);
}
.product-essential .social-bookmarks a.twitter{
	background-image: url(../images/icon_twitter.png);
}
.product-essential .social-bookmarks a.facebook{
	background-image: url(../images/icon_facebook.png);
}
.product-essential .social-bookmarks a.sharethis{
	background-image: url(../images/icon_sharethis.png);
}


.product-essential .options{
	margin-top: 20px;
}
.product-essential .options h3{
	color: #61664c;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 10px;
}
.product-essential .options img{
	border: 1px solid #CECECE;
	margin: 0 28px 10px 0;
}
.product-essential .options .item{
	float: left;
	margin-right: 10px;
}
.product-essential .shopping-cart{
	background-color: #E4E5D9;
	width: 644px;	 
	margin-top: 25px;
	font-size: 14px;
	position: relative;
}
.product-essential .shopping-cart .bg_top{
	background-image: url(../images/commentform_top_bg.png);
	background-repeat: no-repeat;
	background-position: top;
	zoom: 1;
}
.product-essential .shopping-cart .bg_bottom{
	background-image: url(../images/commentform_bottom_bg.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 25px 15px 25px 15px;
	zoom: 1;
}
.product-essential .shopping-cart .txtinput{
	border: 1px solid #D8D6D6;
	width: 30px;
	padding: 2px;
	vertical-align: middle;
	margin-right: 10px;
}

.product-essential .shopping-cart .lft{
	float: left;
	width: 260px;

}
.product-essential .shopping-cart .rght{
	width: 195px;
	position: absolute;
	left: 274px;
	bottom: 35px;
}
*:first-child+html .product-essential .shopping-cart .rght{
	bottom: 25px;
}

.product-essential .shopping-cart .lft span{
	vertical-align: middle;
}
.product-essential .shopping-cart .lft strong{
	font-size: 18px;
	margin-left: 15px;	
	vertical-align: middle;
}
.product-essential .shopping-cart .button{
	background-image: url(../images/button_addtocart.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 152px;
	height: 29px;
	color: white;
	border: 0;
	cursor: pointer;
	text-align: left;
	position: absolute;
	right: 10px;
	bottom: 35px;	
}

*:first-child+html .product-essential .shopping-cart .button{
	bottom: 25px;
}

.product-essential .shopping-cart .button.t2{
	bottom: 20px;
}
.product-essential .shopping-cart .button span{
	background: none;
	color: white;
	float: none;
	font-weight: bold;
	padding: 0;
	line-height: 27px;
}

.product-essential .shopping-cart h4{
	color:#61664C;
	font-size:14px;
	font-weight:normal;
	margin-bottom:10px;
}
.product-essential .shopping-cart .product-options{
	background-color: transparent;
	border: none;
	padding-top: 0;
	padding-bottom: 0;
}
.product-essential .shopping-cart .product-options dl{
	font-weight: normal;
}
.product-essential .shopping-cart .product-options dl dt{
	width: 80px;
	float: left;
	clear: left;
	padding-top: 2px;
}

.product-essential .shopping-cart .product-options dl dt label{	
	font-weight: normal;
	font-size: 12px;	
}
.product-essential .shopping-cart .product-options dl dd{
	float: left;
	margin: 0 0 10px 0;
	padding: 0;
}
.product-essential .shopping-cart .product-options dl dd select{
	width: 160px;
}

.product-essential .shopping-cart .price-box{
	display: inline;
	margin-left: 5px;
}
.product-essential .shopping-cart .price-box .price{
	font-size: 18px;
	font-weight: bold;
	color: #636450;
}
/*-------------------------------------------*/
.other_products{
	margin: 20px 40px;
}
.other_products h2{
	color: #61664c;
	font-size: 14px;
	margin-bottom: 20px;
}
.other_products img{
	margin: 0 28px 10px 0;
}
/*-------------------------------------------*/
.up-sell{
	margin: 20px /*40px*/;
}
.up-sell h3{
	color: #61664c;
	font-size: 14px;
	margin-bottom: 10px;
	font-weight: normal;
}
.up-sell img{
	margin: 0 0 0 0;
}
.up-sell .products-grid{
	width: 91%;
}
.up-sell .products-grid td{
	border: none;
	width: 85px;
	padding: 5px 10px 5px 0;
}
.up-sell .products-grid h4{
	padding: 0;
}
.up-sell .products-grid h4 a{
	font-size: 12px;
	font-weight: normal;
}
/*-------------------------------------------*/
.block-recent{
	margin: 20px 40px;
}
.block-recent h2{
	color: #61664c;
	font-size: 14px;
	margin-bottom: 10px;
	font-weight: normal;
}
.block-recent img{
	margin: 0 0 0 0;
}
/*-------------------------------------------*/
#designer_wrapper{
	background-color: #DFDFDA;
	padding: 20px 40px 30px 40px;
	color: #646464;
	font: 12px/120% Arial;
	/*width: 640px;*/
	overflow: hidden;
	margin: -29px -38px 10px;
}
#designer_wrapper .category-head{
	color: #61664c;
	font-size: 14px;
	margin-bottom: 20px;
}
#designer_wrapper .category-head h2{
	
}
#designer_wrapper .designer_img{
	float: right;
}
#designer_wrapper .designer_description{
	width: 445px;
}

#designer_wrapper .gallery{
	margin-top: 20px;
}
#designer_wrapper .gallery h2{
	color: #61664c;
	font-size: 18px;
	margin-bottom: 10px;
}
#designer_wrapper .gallery img{
	margin: 0 7px 7px 0;
	display: block;
	float: left;
}

.common-wrapper {color:#9D9D9D; font:12px/120% Arial;}

.common-wrapper h3,
.common-wrapper h4 {color: #444444; margin-bottom: 10px; margin-top: 10px}
.common-wrapper h5 {margin-bottom: 5px; margin-top: 10px}

#sender_options label {
	width: 60px;
}

#recipients_options label {
	width: 100px;
}

/* Color Swatches Plus */
#color-swatches {padding: 0px; display: none;}
#color-swatches-tooltip {padding: 0px; display: none;}
/*#color-swatches ul {margin: 0;}
#color-swatches li {float:left; margin:0; padding: 0 1px 0 1px;}
#color-swatches img {padding: 2px; margin: 0; border: 1px solid #ffffff;}
#color-swatches img.selected {padding: 2px; margin: 0; border: 1px solid #b6b6b6;}*/



.col3-set .col-1 { padding: 10px; }
.page-head{
	padding: 10px;
}

.page-head h1{
	color: #61664C;
}

.footer a.devcenter {
	background-image: url(../images/devcenter_logo.gif);
	background-repeat: no-repeat;
	/*float: right;
	padding-right: 20px;*/
	position: absolute;
	right: 20px;
	top: 0px;
	width: 98px;
	height: 38px;
	text-decoration: none;
	text-indent: -10000px;
}

.footer a.devcenter:hover {
	background-image: url(../images/devcenter_logo_on.gif);
}

/*-------------------------------------------*/
.dform{
	zoom: 1;
}
.dform h1{
	color: #61664C;
	font-size: 19px;
	margin-bottom: 20px;
}
.dform a{
	color: #9D9D9D;
}
.dform .holder{
	margin-bottom: 8px;
}

.dform .holder label{
	font-size: 12px;
	color: #9D9D9D;
	width: 130px;
	float: left;
	margin: 2px 5px 0 0;
}
.dform .holder .field{
	float: left;
}
.dform .holder .txtinput{
	border: 1px solid #DDDDDB;
	width: 296px;
	padding: 2px;
}
.dform .holder select{
	border: 1px solid #DDDDDB;
	width: 302px;
	padding: 0 2px;
}
.dform .holder textarea{
	border: 1px solid #DDDDDB;
	width: 496px;
	height: 160px;
	padding: 2px;
}
.dform .help{
	font-size: 10px;
	color: #9D9D9D;
	padding-top: 3px;
}
.dform .grouptitle{
	color: #9D9D9D;
	padding: 15px 0;
	font-size: 14px;
}
.dform .btn_holder{
	padding: 20px 0;
}
.dform .btn_holder.position2{
	padding-left: 135px;
}
.dform .button{
	background-image: url(../images/bkg_button.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 0 25px;
	border: 0 none;
	height: 27px;
	margin-right: 10px;
}

.dform .button span{
	background-image: url(../images/bkg_button.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding: 0 25px 0 0;
	height: 27px;
	line-height: 27px;
}

.dform a.button{
	text-decoration: none;
	font-weight: bold;
	display: block;
	width: 90px;
	text-align: center;
	padding-left: 10px;
}
.dform a.button span{
	display: block;
	padding-right: 10px;
}

.dform .captcha{
	padding: 10px 0;
	margin: 20px 0 0 135px;
}
.dform .captcha img{
	border: 1px solid #DDDDDB;
	float: left;
	margin-right: 10px;
}

.dform .holder.size2 label{
	width: 85px;
}
.dform .holder.size2 .txtinput{
	width: 170px;
}


.dform .holder.size3{
	line-height: 2;
}

.dform .captcha a.refresh{
	background-image: url(../images/captcharefresh.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 2px 0 2px 20px;
	color: #9D9D9D;
	text-decoration: none;
	margin: 43px 0 0 0;
	display: block;
	float: left;
}

.dform .column{
	color: #61664C;
	width: 263px;
	padding-left: 5px;
	padding-right: 20px;
	margin-top: 10px;
	float: left;
}
.dform .column.right{
	padding-left: 30px;
	padding-right: 0;
	width: 276px;
	border-left: 1px solid #95978A;
}
.dform .column ul{
	padding-left: 10px;
	list-style: disc;
	margin: 10px 0 10px 5px;
}
.dform .column label{
	color: #61664C !important;
}
/*-------------------------------------------*/
#my_account{
	color: #525252;
}
#my_account h1{
	color: #61664C;
	font-size: 19px;
	margin-bottom: 20px;
}
#my_account h2{
	color: #525252;
	margin: 10px 0;
	font-size: 15px;
	font-weight: bold;
}
#my_account h3{
	color: #525252;
	margin: 10px 0;
	font-size: 14px;
	font-weight: normal;
}

#my_account a.lostpass{
	font-size: 13px;
	margin-top: 4px;
	display: block;
}
#my_account table.orders{
	width: 100%;
	color: #A8AB96;
	margin-bottom: 20px;
}
#my_account table.orders td{
	padding: 8px 8px;
	border-bottom: 1px solid #CFCFCD;
}
#my_account table.orders thead td{
	font-weight: bold;
	font-size: 15px;
}

#my_account table.orders td.td3{
	width: 190px;
}

#my_account table.orders a{
	color: #A8AB96;
	text-decoration: none;
}
#my_account table.orders a:hover{
	text-decoration: underline;
}
#my_account .orderline{
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	padding: 6px 0;
	margin-bottom: 10px;
}
/*-------------------------------------------*/
table.orderitems{
	width: 100%;
	color: #A8AB96;
	margin-bottom: 20px;
}
table.orderitems td{
	padding: 15px 8px;
	border-bottom: 1px solid #CFCFCD;
}
table.orderitems thead td{
	font-weight: bold;
	font-size: 15px;
}

table.orderitems td.td2{
	text-align: center;
}
table.orderitems td.td3{
	text-align: right;
	font-weight: bold;
}
table.orderitems td.td4{
	text-align: center;
	font-weight: bold;
}
table.orderitems td.td5{
	text-align: right;
	font-weight: bold;
}

table.orderitems tr.sum td{
	text-align: right;
	border: 0;
	padding: 8px 8px;
}
table.orderitems tr.sum.black td{
	color: black;
}
/*-------------------------------------------*/
.menu_header{
	text-align: center;
	padding: 35px 0;
	font-size: 16px;
	font-weight: bold;
	color: white;
	border-bottom: 1px solid #BFC2B2;
}
/*-------------------------------------------*/
.checkoutbox{
	background-color: #E4E5D9;
	/*width: 644px;	 */
	font-size: 12px;
	position: relative;
}
.checkoutbox .bg_top{
	background-image: url(../images/commentform_top_bg.png);
	background-repeat: no-repeat;
	background-position: top;
	zoom: 1;
}
.checkoutbox .bg_bottom{
	background-image: url(../images/commentform_bottom_bg.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 10px 15px 10px 15px;
	zoom: 1;
}
.checkoutbox .txtinput{
	border: 1px solid #D8D6D6;
	width: 30px;
	padding: 2px;
	vertical-align: middle;
	margin-right: 10px;
}

.checkoutbox .lft{
	float: left;
}
.checkoutbox .rght{
	width: 195px;
	position: absolute;
	left: 274px;
	bottom: 35px;
}
.checkoutbox h4{
	color:#61664C;
	font-size:14px;
	font-weight:normal;
	margin-bottom:10px;
}
.checkoutbox .holder label{
	color: black;
}
.checkoutbox .button{
	background-image: url(../images/bkg_button_darkbg.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 0 25px;
	border: 0 none;
	height: 27px;
	margin-right: 10px;
}


.checkoutbox .button span{
	background-image: url(../images/bkg_button_darkbg.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding: 0 25px 0 0 !important;
	height: 27px !important;
	line-height: 27px !important;
}

.checkoutbox .price{
	color: #B2B3AB;	
}
/*-------------------------------------------*/
#category_list{
	
}
#category_list h1{
	margin-bottom: 15px;
}

#category_list h1 a{
	background-image: url(../images/bg_categories.jpg);
	background-repeat: no-repeat;
	color: #666A53;
	font-weight: normal;
	text-decoration: none;
	font-size: 19px;
	width: 624px;
	height: 35px;
	display: block;
	padding: 110px 0 0 20px;
	margin-bottom: 15px;
}
#category_list h1 a.jewellery { background-position: left 0px; }
#category_list h1 a.kitchenware { background-position: left -145px; }
#category_list h1 a.haccessories { background-position: left -290px; }
#category_list h1 a.bookends { background-position: left -435px; }
#category_list h1 a.games { background-position: left -580px; }

.postWrapper.postlist{
	margin: 30px 39px;
}

/*-------------------------------------------*/
.cartendbox{
	background: url(../images/bg_cartendbox.png) no-repeat;
	width: 862px;
	height: 45px;
	padding: 20px 20px 0 20px;
}
.cartendbox fieldset{
	float: left;
}
.cartendbox label{
	color:#61664C;
	font:bold 12px/100% Arial;
}
.cartendbox input.input-text {
	background:none repeat scroll 0 0 #FFFFFF;
	border:1px solid #D9D6D6;
	float:none;
	height:18px;
	margin:0 15px 0 20px;
	padding:2px 1px 0;
	width:180px;
}
.cartendbox button.button{
	background:url("../images/bkg_button_dark.gif") no-repeat scroll 0 50% transparent;
	border:0 none;
	cursor:pointer;
	overflow:visible;
	padding:0 0 0 20px;
	height: 29px;
	width:auto;
}
.cartendbox button.button span {
	background:url("../images/bkg_button_dark.gif") no-repeat scroll 100% 50% transparent;
	color:#FFFFFF;
	float:left;
	font:bold 12px/29px Arial,Helvetica,sans-serif;
	height: 29px;
	padding:0 20px 0 0;
	text-align:center;
	white-space:nowrap;
}
.cartendbox .sum{
	float: right;
	font-size: 18px;
	color: #61664C;
	font-weight: bold;
}

#shopping-cart-totals-table{
	/*width: 500px;*/
	float: right;
	margin-top: 20px;
}
#shopping-cart-totals-table th{
	text-align: right;
	padding-right: 15px;
}
/*-------------------------------------------*/
#my-orders-table{

}
#my-orders-table thead th{
	white-space: nowrap !important;
}
#my-orders-table td{
	color: #AAAAAA;
}
#my-orders-table tfoot tr.last td{
	color: black;
}
#my-orders-table tfoot tr.last td .price{
	color: black;
}