
/*--| Include Mandatories |----------------------------------*/
@import url(reset.css);
@import url(classes.css);
@import url(accessibility.css);
@import url(forms.css);


/*---| Default Styles |---------------------------------------*/
/* colours, sizes, etc of elements */
body {
	font: 62.5%/1.5 Verdana, Arial, Helvetica, sans-serif;
	color:#6A5652;
	text-align:  center;
	background: #000;
}

/*---| Link styles |-----------------------------------------*/
a:link, a:visited {
	color: #44648B;
	text-decoration:  none;
}

a:hover, a:active  {
	color: #994437;
	text-decoration:  underline;
}

a img {
	border: 0;
}

/*---| Heading styles |---------------------------*/

h1{
	font-family:"Times New Roman", Times, serif;
	font-size:2.2em;
	color: #9A4538;
	padding:0;
	margin:0;
	font-weight:normal;
	line-height:1em;
}

h9.tan{
	font-family:"Times New Roman", Times, serif;
	font-size:2.2em;
	color:#F1E8DB;
	padding:0;
	margin:0;
	font-weight:normal;
	line-height:1em;
}


	h1 span{
		font:normal 11px Verdana, Arial, Helvetica, sans-serif;
		color:#6A5652;
		padding:0;
		margin:0px 0px 8px 0px;
		float:left;
		width:100%;
	}

h2{
	font-family:"Times New Roman", Times, serif;
	font-size:1.9em;
	padding:0;
	margin:0;
	font-weight:normal;
	line-height:1em;
}
#featured-brands h2{
	font-family:"Times New Roman", Times, serif;
	font-size:1.5em !important;
}

	#rightCol h2{
		font-family:"Times New Roman", Times, serif;
		font-size:1.6em;
		padding:12px 0px 0px 8px;
		margin:6px -5px 8px -8px;
		font-weight:normal;
		line-height:1em;
		height:23px;
		width:162px;
	}


h3{
	margin:0;
	padding:0;
	font-size:1em;
	position:relative;
	line-height:1.5em;
	margin-top:10px;
}

/* - Layout Styles ---------------------------------------------------------- */

.printLogo {
	display: none;
}

#container {
	width: 780px;
	margin: 0 auto;
	position: relative;	
	text-align: left;
}

#container-wrapper{
	width: 780px;
	float: left;
	background: url(../images/layout/faux.gif) repeat-y;
	
}
#header {
	float:  left;
	width:  780px;
	background: url('../images/layout/header-bg.png') no-repeat;
}

div#logo{
	float:left;
	width:275px;
	margin:1.8em 0em 0.1em 2em;
	padding:0;
}

#contentGroupHome {/*--homepage 2col layout--*/
	float: left;
	font-size: 1.1em;/*--12px--*/
	width: 780px;
	margin: 0px;
	overflow: hidden;
	background: url(../images/layout/faux_home.gif) repeat;
	position:relative;
}

#contentGroupHome #content {/*--homepage 2col layout--*/
	float: right;
	width: 589px;
	padding: 15px 10px;
	overflow: hidden;

}

#contentGroup {/*--homepage 3col layout--*/
	float: left;
	font-size: 11px;
	width: 609px;
	height:100%;
}


#contentGroup #content {/*--homepage 3col layout--*/
	float: right;
	width: 418px;
	padding: 0px 10px 10px 10px;
	overflow: hidden;
}

#navCol {
	float: left;
	width: 170px;
	overflow: hidden;
	border-right:1px solid #DED6D4;
	overflow: hidden;
	position:relative;
}

#rightCol {
	float: right;
	padding: 0 5px 0 8px;
	width: 157px;
	height: 100%;
	background: #fff;
	overflow: hidden;
}


#footer {
	margin: 0 auto;
	text-align: left;
	width:780px;
	float:left;
	background:#B6B988 url('../images/layout/nav-bar.png') repeat-x;
	border-bottom:1px solid #DED6D4;
}

	#footer p{
		margin:0px 16px;
		padding:0;
		font-size:0.9em;
		color:#44421F;
	}

		#footer p a{
			color:#44421F;
			margin:0px 5px;
		}

div#header-right{/*--Everything in the right of the header--*/
	float: right;
	width: 310px;
	padding: 0;
	margin: 0;
	}

/*---| Lists Lists and more Lists |-------------------------------------------*/
#content ul li{
	margin-left: 15px
}

ul#breadcrumb {
	float: left;
	width: 100%;
	list-style:none;
	color:#666;
	margin:8px 0px 8px 1px;
}

	ul#breadcrumb li{
		font-size: 9px;
		line-height: 10px;
		display: inline;
		margin-left:0px;
	}

			ul#breadcrumb li a{
				margin:0;
				color:#666;
			}

ul.account-nav{/*--Nav under the header search box--*/
	float: right;
	list-style: none;
	padding:0;
	margin:0;
}

	ul.account-nav li{
		float:left;
		background:url('../images/layout/top-nav-left.gif') no-repeat left;
		margin:0px 0px 0px-1px;
		padding:0;
	}

	ul.account-nav li.first{
		float:left;
		background:url('../images/layout/top-nav-left.gif') no-repeat 1px!important;
		margin:0px 0px 0px-1px;
		padding:0;
	}

		ul.account-nav li a{
			float:left;
			display:block;
			background:url('../images/layout/top-nav-right.gif') no-repeat right;
			padding:0em 0.94em;
			margin:0;
			color:#000000!important;
			font-size:1.1em;
		}

			ul.account-nav li a:hover{
				float:left;
				display:block;
				background:url('../images/layout/top-nav-right.gif') no-repeat right;
				padding:0em 0.94em;
				margin:0;
				color:#F1E8DB!important;
				text-decoration:none;
				font-size:1.1em;
			}

ul#categories {/*list is used on category and subcategory pages*/
	float:left;
	width:100%;
	list-style:none;
	margin:8px 0px;
}


	/*	Product List  */
	#pList{
		width: 100%;
		float: left;
		
	}
	
	#pList li{
			float: left;
			width: 138px;
			padding: 8px;
			margin-bottom: 8px;
			list-style-type: none;
			border-bottom:1px solid #F1E8DB;
	}
	ul#categories li{
		float:left;
		width:/*33%*/ 138px;
		padding-bottom: 20px;
		margin-bottom:8px;
		border-bottom:1px solid #F1E8DB;
	}

	ul#categories.sub li{
		float:left;
		width:138px;
		margin-bottom:8px;
		border-bottom:1px solid #F1E8DB;
	}
			ul#categories li a{
				color:#44648B;
				float:left;
				width:138px;
				clear:both;
			}/**/
	.catList{
		float: left;	
		border-bottom:1px solid #F1E8DB;
		padding-top: 14px;
		padding-bottom: 10px;
		font-size: 11px !important;
		width: 100%;

	}
	.catList li{
		float: left;
		width: 118px;	
		list-style: none;
	}
	
	.catList li .text a{
		color:#44648B;
		float:left;
		width:116px;
		clear:both;	
	}

ul#featured{
	padding: 0;
	list-style:none;
	width: 410px;
}
	ul#featured li{
		margin: 0;
		margin-bottom:10px;
		width: 410px;
		clear: both;
	}

		ul#featured li h3{
			margin:0;
			padding:0;
			font-size:1em;
			line-height: 1;
		}
			ul#featured li h3 a{
				margin:0;
				padding:0;
				font-size:1em;
			}
			
			ul#featured div.img-holder-featured {
				margin-bottom: 10px;
				float: left;	
				}
			
			ul#featured li div.featured-desc {
				width: 260px;
				margin:0 10px;
				padding:0;
				float: right;
				}


ul#nav{
	width:100%;
	float:left;
	background:#B6B988 url('../images/layout/nav-bar.png') repeat-x;
	list-style:none;
	margin:0;
	padding:0;
	border-bottom:1px solid #DED6D4;
	position:relative;
}
	ul#nav li{
		float:left;
		margin:0;
		padding:0;
		height:20px;
	}

		ul#nav li a{
			font-size:1.1em;
			color:#000000;
			padding:2px 0px 0px 0px;
			margin:0em 1.3em 0em 1.3em;
			display:block;
		}

		ul#nav li a:hover{
			font-size:1.1em;
			padding:2px 0px 0px 0px;
			margin:0em 1.3em 0em 1.3em;
			display:block;
			color:#F1E8DB;
			text-decoration:none;
		}
ul#all-brands{
	margin: 5px;
}

ul#all-brands li,#featured-brands li{
	margin-left: 20px !important;
	margin-top:10px;
}
#featured-brands li{
	list-style-type: none;
}

#navCol ul{
	width:100%;
	padding:0;
	margin:0;
	list-style:none;
}

	#navCol ul li{
		background:#F1E8DB url('../images/layout/border-nav.png') repeat-x top;
		padding:0;
		margin:0;
	}

		#navCol ul li a{
			font-family:"Times New Roman", Times, serif;
			font-size:13px;
			margin:0px 16px;
			color:#000000;
			font-weight:bold;
			line-height:27px;
            display:block;
            padding-right:15px
            padding-left:5px
		}

	#navCol ul ul{
		background:#ffffff url('../images/layout/border-nav.png') repeat-x top;
	}

		#navCol ul ul li{
			background:none;
			margin-left:16px;
		}

			#navCol ul ul li a{
				font-family:Verdana, Arial, Helvetica, sans-serif;
				font-size:11px;
				margin:2px 0px 0px -1px;
				padding:0;
				color:#6A5652;
				font-weight:normal;
				line-height:1.8;
				word-wrap:
			}

		#search { /* search bar */
			float: left;
			margin-top: 95px;
			margin-left: 40px;
			width: 735px;
			height: 30px;
			overflow: hidden;
		}

		#search label {
			float: left;
			font-size: 1.2em;
			color: #fff;
			font-weight: normal;
			padding: 2px 4px 0 0;
		}

		#search input, #search select {
			float: left;
			margin-right: 4px;
		}

		#search .button {
			border: 0;
			width: 28px;
			height: 19px;
			padding: 0;
			margin-top: 2px;
			margin-right: 20px;
		}

		#search a {
			color: #fff;
			font-size: 0.95em;
		}


p.search-head{
	padding: 0;
	margin: 0;
	float: right;
	width: 304px;
	height: 26px;
	background: url('../images/layout/search-bg.png') no-repeat;
}

	p.search-head input{
		margin: 2px 5px 0px 43px;
		padding: 2px 3px 2px 3px;
		width: 186px;
		border: 1px solid #666666;
		position: relative;
		font-size: 0.9em;
		line-height: 12px;
	}

	button.search-submit{
		width: 52px;
		height: 18px;
		padding: 0px 0px 3px 0px;
		margin: 3px 0px 0px 0px;
		background: url('../images/btn/search-btn.png') no-repeat;
		border: none;
		cursor: pointer;
		font: Verdana, Arial, Helvetica, sans-serif;
		color: #333333;
		font-size: 0.9em;
	}

p#contact-details{
	font-weight:bold;
	color:#9A4538;
	margin:51px 12px 5px 0px;
	text-align: right;
	top: 5px;
	z-index: 100;
	line-height:1.1em;
	width:300px;
}

	p#contact-details span{
		font-size:1.4em;
		color:#74291E;
		line-height:1.1em;
		text-align:left;
	}
	
	p#contact-details span.local-number {
		font-size:1.1em;
		}

#intro{
	float:left;
	padding:0;
	margin:0;
}

	#intro p{
		padding:5px 10px;
		margin:5px 10px;	}

.content-left{
	float: left;
	width: 284px;
	}

.content-right{
	float: right;
	width: 284px;
	}

div.sortby{
	float:left;
	border-top:1px solid #F1E8DB;
 	border-bottom:1px solid #F1E8DB;
	width:100%;
	padding:4px 0px 4px 0px;
	margin:0px;
}

	div.sortby p.header{
		float:left;
		width:50%;
		font-family:"Times New Roman", Times, serif;
		font-size:1.3em;
		font-weight:bold;
		text-align:left;
		padding:0;
		margin:0;
	}

	div.sortby p.options{
		float:left;
		width:50%;
		text-align:right;
		padding:0;
		margin:0;
	}

#my-account{
	list-style-type: none;
	margin: 5px 5px 5px 10px;
}


.widget{
	position: absolute;
	bottom: 0px;
	right: 0px;
	border: 4px double #aa3333;
	z-index: 999;
	background-color: white;
	list-style-type: none;
	margin: 0px;
	padding: 5px;
	cursor: move;
	height: 400px;
	overflow: scroll;
}

	.widget li{clear: both; }

		.widget dl, .widget dd{
			margin: 0 0 0 0;
			padding: 0;
		}

	.widget dl{
		margin-top: 5px;
	}

	.close-widget{
		font-style: italic;
		position: absolute;
		top: 1px;
		right: 4px;
	}

	table.cart{
		border-collapse: collapse;
		margin-bottom: 10px;
		width: 100%;
	}

	.cart td, .cart th{
		padding: 3px;
	}

	.cart .checkIt{
		border: none !important		
	}
	
	.cart thead{
		background-color: #481109;
	}

	.cart thead th{
		font: 11px Georgia, 'Times New Roman', Times, serif;
		color: #fff;
		padding: 10px 0 10px 7px;
		font-weight: bold;
	}

	.cart tbody td{
		border-bottom: 1px dotted #f1f1f1;
		background: url(../images/layout/bg_cartRow.gif) no-repeat;
	}
	.cart a, .cart .price, .cart .popup-window{
		color: #994437;
		font-size: 11px;
	}

	.cart #buttons-bottom input, .cart #buttons-top input{
		border: none !important;
	}

	.cart tfoot{
		font-size: 11px;
		background-color: #FCFBF9;
	}

	.cart .total th, .cart .sub-total td{
		border-top: 3px double #481109;
		border-bottom: 1px solid #481109;
		color: #900;
	}

	.cart .total th{
		color: #481109;
	}

	#cart-total-label{
		width: 150px;
	}

	.cart .order-variation{
		width: 150px;
	}
	
	/* Shipping Estimate */
	
	.shipping-estimate {
		background-color: #FCFBF9;
		border: 1px solid #f1f1f1;
		margin-top: 20px;
		padding: 15px;
	}
	
	.shipping-estimate legend {
		font-weight: bold;
	}
	
	.shipping-estimate ol {
		padding: 0;
		list-style: none;
	}
	
	.shipping-estimate li {
		margin: 5px 0;
	}
	
	.shipping-estimate li label {
		width: 125px;
		float: left;
		clear: left;
		line-height: 12px;
	}
	
	.shipping-estimate li input.button {
		margin: 5px 0 0 200px;
	}
	
	#order-status thead{ background: #4F1910;color:#fff;}
	#order-status th{padding: 5px;}
	#order-status tbody td{border-right: 1px solid #F4EAD9 !important }
	#view_order,#order-status {
		margin-top: 10px;
	}
	#view_order table,#order-status{margin-bottom: 20px;width: 100%}
	#view_order caption{text-align: left; font-weight: bold}
	#view_order td,#order-status td {
		vertical-align: top;
		padding: 2px 4px;
		border-bottom: 1px solid #BBACA9;
		background: #F4EAD9;
	}
	
	#view_order .alt2 td,#view_order .alt2{
		 background: #fff	
	}
	

	.product-details .productDetailsRight{
		width: 143px;
		float: right;
	}
	.product-details .smallClear{
		margin-top:10px;
	}
	
	input#quantity{
		margin-left: 10px !important;
	}

	
.pager {
	float: left;
	background: url(/img/nav/bg.png) repeat-x 50%;
	width: 100%;
	border: 1px solid #E3CFAE;
	margin: 0 0 20px 0;
}

.pager strong, .pager a {
	float: left;
	padding: 0px 5px 0px 5px;
	margin: 1px;
}

.pager strong {
	margin-top: 2px;
}

.pager a {
	border: 1px solid #E3CFAE;
	text-decoration: none;
}

.pager a:hover {
	border: 1px solid #994437;
}

/******* Login *******/

#loginNew{
	position: relative;
	width:418px;
	background: url(../images/layout/bg_cartRow.gif) no-repeat
}
	#loginNew #loginWrap{
		width: 335px;
	}

	#loginNew #remember_login,#remember_login{border:none !important}
	#loginNew fieldset {border: none;}
	#loginNew #right {float: right}
		
	#loginNew #left{ float: left}
		
	#loginNew #foot {clear: both;}
	
	#loginNew #left label{
		font-weight: bold;		
	}	
	#loginNew #right input, input, textarea{
		border:1px solid #7A6863 !important;
		color: #7A6863 !important;
		padding: 2px !important		
	}
	#loginNew #left label,#loginNew #right input{ 
		display: block;
		margin-top:5px;
		padding: 2px;
	}
	#loginNew button.login,#next-btn,#checkout-btn,#submit-gift-certificates,.inputSubmit,#submit-order-btn{
		margin-top: 10px;
		border:1px solid #E3CFAE;
		background: #E8D7BA;
		color: #6A5652;
		font-size: 11px;
	}

/******* Login *******/


/****** Check Out Address ******/
.checkout_address .adress-row, .row{
	padding: 5px;
	float: left;
	background: #F1E8DB;
	border:1px solid #E3CFAE
}
.checkout_address h1{
	margin-bottom: 10px;
}

.checkout_address h3{
	font:bold 13px Verdana, Arial, Helvetica, sans-serif;
}

.checkout_address ol#checkout-steps,ol#checkout-steps{
	/*margin-left: 20px;*/

}
#checkout-steps{
width: 100%;
}
#checkout-steps li{
		
		padding: 5px 19px 5px 19px !important;
		float: left !important;
		display: inline !important;
		background: #E3CFAD;
		color:#fff;
		border-right: 3px Solid #fff;

}
#checkout-steps .active{
		background: #994437;
		color:#fff;
}

/****** Check Out Address ******/

/****** Checkout Payment *******/
.checkout_payment h1{
	margin-bottom: 10px;
}
.checkout_payment .info{
	font-weight: bold;
	margin-top: 5px;
	background:#FFEEBF url(/images/bg-error.png) repeat-x scroll 0%;
	border:1px solid #FED465;
	color:#CC0000;
	padding: 5px;
}
.checkout_payment .note1{
	display: block;
	font-weight: bold;
	color:#CC0000
}
legend{
	color: #7A6863 !important;
}
/****** Checkout Payment *******/

.smallNote{
	background:#FDFFC7 none repeat scroll 0%;
	border:1px solid #CDCF8E;
	display:block;
	float: left;
	padding:2px;
	font-size: 9px
}

ul#my-account li{
	margin-top: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #E3CFAD;
	padding-bottom: 10px;
}
	ul#my-account .heading-acc{
		font-size: 13px;
		font-weight: bold;
	}
	ul#my-account .sub-link{
		
		font-size: 12px;
		font-weight: bold;
		color: #6A5652 !important
	}


#order-status .row{
	
	padding: 5px;

}
#special_instructions span{
	width: 100% !important
}

#price-box{
	font:bold 20px Arila,sans-serif !important;
}

/********** New tabs *************/

ul#tabs{
		width: 420px;
		margin: 0;
		padding: 0;
		font-size: 11px !important;
	}
	
		ul#tabs li {
			float: left;
			display: inline;
			list-style-type: none;
			padding-left: 3px;
		    background: url(/images/left.gif) no-repeat left top;
			margin-left: 3px
		}
	
		ul#tabs .left,#tabs .right{
			width: 4px;
			height:16px;
		}
		ul#tabs a.middle{
			color: #786561;
			padding: 0px 8px 0px 8px;
			float: left;
			text-decoration: none;
			height:16px;
			background: url(/images/right.gif) no-repeat right top;
		}
		ul#tabs span.middle{
			float:left;
			background: url(/images/middle.gif) repeat-x;
		}

/********** New tabs *************/

.strike{
	text-decoration: line-through;
	font-size: 12px;
	color: #9A4538
}


.variation_option_definition option{
	width: 50px !important;
}

.imgHolder{
	height: 120px
}
.pagePrint {
	background: url(/images/btn/printer.gif) no-repeat;
	padding-left: 15px;
	margin-top: 3px;
}

#verisign-seal{
	margin-top: 20px;
	text-align: center;
}

#survey_form li {
	list-style: none outside none;
	padding: 0px 4px 6px 0;
}
#survey_form label {
	width: 200px;
	float: left;
	font-size: 12px;
	margin: 0 0 1px 0;
}
#survey_form input, select {
	font-size: 12px;
	padding: 2px 4px;
	width: 200px;
	color: #5f5f5f;
	border: 1px solid #ab9d8f;
	font-family: 'Arial';
	margin: 0 5px 3px 0;
}
#survey_form input[type="checkbox"] {
	border: none !important;
	width: auto !important;
	vertical-align: middle;
}
#survey_form input[type="radio"] {
	border: none !important;
	width: auto !important;
	vertical-align: middle;
}
