/* Design and styles Copyright Webcity 2007 */

body {
	margin:0;
	padding:0;
	font: 12px Arial, Helvetica, sans-serif;
	background: #260300;
}

/* Reset some elements so all browsers show them the same */
p, form, h1, h2, h3, h4, h5 {
	margin:0;
	padding:0;
	list-style-type:none;
}
h5 { color: #260300; margin: 3px 0;}
input,  textarea {
	font: 12px Arial, Helvetica, sans-serif;
	color: #4D3D33;
}
select {
	font: 12px Arial, Helvetica, sans-serif;
	color: #4D3D33;
}	
p {
	margin: 0 0 20px 0;
}
.centered {
	text-align:center;
}

/* Global link definitions */
a {
	text-decoration:none;
	color: #e2bc6c;
}
a:hover {
	color: #fff;
}
a.txtButton {
	margin: 0 3px;
}

#linkbar {
	background: #831d0c;
	padding: 10px 0;
	text-align:center;
	margin-bottom:30px;
}
#linkbar a {
	padding: 10px 20px;
	color: #c9a099;
}
#linkbar a:hover {
	color: #fff;
}
#header { /* container for header, search, session */
	width:564px;
	background: #603e29 url('../styleImages/backgrounds/topHeader.jpg') top left no-repeat;
	margin:0 auto;
	padding: 30px 20px 30px 20px;
	overflow:hidden;
	font-size:12px;
}

#leftHead { /* Sitedocs are contained within this */
	float:left;
}
/* Search, session cont */
#rightHead {
	float:right;
	color: #9a8074;
	text-align:right;
}
#rightHead p {
	margin: 2px 0 10px 0;
}
#rightHead a {
	color: #b8a9a7;
	padding:2px;
}
#rightHead a:hover {
	color: #fff
}
.searchForm {
	margin-top:20px;
}
.searchBox {
	background: transparent;
	border:1px solid #71462c;
	padding:2px;
	color: #e2bc6c;
	width:100px;
	font: 12px Arial, Helvetica, sans-serif;
}
.searchSubmit {
	margin-bottom:-2px;
}

span.separater { padding: 0 2px; } /* This is the separater pipe | between the logout and login links, use it wherever needed */

/* Make the logo image an actual link */
#header a#logoLink {
	display:block;
	float:left;
	width: 141px;
	height:60px;
	background: url('../styleImages/backgrounds/logo.gif') top left no-repeat;
}
/* Hide the span containing the site's name so that people with css turned off still see the link, but everyone else doesn't */
#header a#logoLink span {
	visibility:hidden;
}

/* Contains all three columns */
#bodyCont {
	width:908px;
	margin:0 auto;
	overflow:hidden;
}
#bodyContShop {
	width:908px;
	margin:0 auto;
	overflow:hidden;
	background:url('../styleImages/backgrounds/cont-tile.gif') top left repeat-y;
}
/* Left column */
.colLeft {
	width:152px;
	float:left;
}
/* Middle column */
.colMid {
	float:left;
	width:604px;
	background: #603e29;
	padding-bottom:10px;
}
/* Right column */
.colRight {
	width:152px;
	float:right;
}
#bodyBottom {
	width:908px;
	height:19px;
	margin:0 auto;
	background: url('../styleImages/backgrounds/footer.gif') top center no-repeat;
}
/* Category and sale links, the background stuff is for the little bullet that changes colour on hover */
ul#categoryLinks, ul#saveLinks {
}
ul#categoryLinks li a, ul#saveLinks li a {
	display:block;
	width:150px;
	padding:5px 0;
}
ul#categoryLinks li a:hover, ul#saveLinks li a:hover {
	
}


/* Footer for copyright etc */
#footer {
	margin:10px auto 40px auto;
	padding: 15px 0;
	color: #f9f0dd;
	text-align:center;
	font-size:11px;
}

/* boxes */
.boxTitleLeft, .boxTitleRight {

}
.boxTitleLeft h2, .boxTitleRight h2 {
	font: 14px Arial, Helvetica;
	color: #fff;
	text-align:center;
	padding: 5px 0;
	margin: 0 5px;
	border-bottom:1px solid #501a15;
}
.boxContentLeft, .boxContentRight {
	padding-bottom:20px;
	margin-bottom:20px;
	font-size:12px;
	color: #B69784;
	text-align:center;
}
.boxContentLeft ul, .boxContentRight ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
.boxContentLeft p, .boxContentRight p {
	padding:5px 15px;
	margin:0;
	text-align:center;
}
.padForm {
	text-align:center;
}
.mailList { /* Mailing list input */
	background: #fff;
	border:0;
	padding: 2px;
}


.boxContent {
	color: #fff;
	background: #836858;
	padding: 20px;
	line-height:22px;
	margin: 0 22px;
	min-height:120px;
	height:auto !important;
	height:120px;	
}

h2.txtContentTitle { /* Title of all pages */
	font: 16px Arial, 'Trebuchet MS', Helvetica;
	color: #260300;
	text-align:center;
	padding: 10px 0;
	margin:0 22px;
	background: #b69784;
}

.txtBoxSave {
	padding-left:6px;
	display:block;
}
span.saving { 
	color: #f85301;
}
h3.formTitle { /* Used to section forms under different headings */
	color: #B69784;
	padding: 20px 0 0 0;
	margin-bottom:10px;
	border-bottom: 1px solid #9E8270;
	clear:left;
}

/* Forms */
.regbox {
	border: 1px solid #D6D6D6;
	padding:3px;
}
.regboxCheck {
	padding:3px;
}
.reglabel, .regbox, .regboxCheck {
	float:left;
	width: 30%;
	display:block;
	margin-bottom:10px;
}
.req { /* For changing the label colour of required forms to red */
	font-weight:bold;
}
.reglabel {
	text-align:right;
	padding-right:100px;
	clear:left;
}
.submitReg {
	text-align:center;
	clear:left;
	padding-top:10px;
}
.submitReg a {
	padding: 5px;
	background: #7D6455;
	border:1px solid #6D5749;
	color: #fff;
}
.submitReg a:hover {
	background: #603E29;
	border-color: #260300;
	color: #fff;
}
.txtError { /* If a field isn't filled */
	text-align:center;
	padding: 10px 0;
	background: #FFAEAE;
	border: 1px solid #EC0000;
	color: #C10000;
}

.tdListTitle, .tdcartTitle { /* Cart and cat table titles */
	color: #CEC0B9;
	margin-bottom:10px;
	border-bottom: 1px solid #9E8270;
}
.tdcartEven {
	background-color: transparent;
	padding: 10px 2px;
}
.tdcartOdd {
	background-color: transparent;
	padding: 10px 2px;
}
.tblList td {
	width:33%;
	font-size:90%;
	line-height:18px;
}
.tdEven {
	background-color: transparent;
	padding: 10px 2px;
}
.tdOdd {
	background-color: transparent;
	padding: 10px 2px;
}

.tdCartSubTotal {
	padding-top: 10px;
	border-top: 1px solid #9E8270;
}

.pagination { /* Page 1, 2, 3.. etc */
	text-align: right;
	padding: 5px;
	font-size:80%;
	margin: 10px 0;
	background: #7A6152;
}
.pagination span {
	padding: 5px 10px;
	border:1px solid #836858;
}
.pagination a {
	padding: 5px 10px;
	border:1px solid #836858;
}
.pagination a:hover {
	background: #836858;
}

/* Sub-categories */
#subCats {
	text-align: center;
	margin: 15px auto;
	width:100%;
	border-collapse:collapse;
}
.subCat {	
	text-align: center;
	width:33%;
}
.subCat img {
	border:0;
}
#subCats img {
	max-width:100px;
	width: expression(this.width > 100 ? 100: true);  /* for Internet Explorer
	*/
}
fieldset {
	padding: 0 10px;
	margin: 10px auto;
	border: 1px solid #A68A79;
	background: #987865;
	font-size:85%;
}
fieldset legend {
	color: #FB5501;
}

/* Latest Products */
.latestCont {
	overflow:hidden;
	padding: 10px 0;
}
.latestProds {
	float: left;
	text-align: center;
	width: 131px;
	height: 120px;
}
/* For latest products */
table.frontTab {
	margin:10px auto;
	border-collapse:collapse;
	border:0;
	line-height:18px;
	font-size:12px;
}
table.frontTab td {
	padding: 0 10px;
	text-align:center;
	width:150px;
	padding-bottom:10px;
}
table.frontTab td a {
	color: #B69784;
	padding: 4px;
}
table.frontTab td a:hover {
	color: #644A3C;
	background: #B69784
}
table.frontTab td a.latestIMG {
	border:0;
	display:block;
}
table.frontTab td a.latestIMG img {
	padding-top:5px;
}
a.txtviewCart {
	color: #333333;
	text-decoration:none;
	padding-left:20px;
	background: url('../styleImages/backgrounds/cartroll.gif') -200px 50% no-repeat;
}
a.txtviewCart:hover {
	color: #f85501;
	background-position: 0 50%;
}
.cartProgress { /* Progress bar at top of cart pages */
	font-weight: normal;
	color: #524238;
	padding: 3px;
	border: 1px solid #977866;
	background: #7D6455;
	width: 350px;
	margin: 10px auto 20px auto;
	font-size:85%;
}
.txtcartProgressCurrent {
	color: #B49E92;
}
.txtStockWarn {
	color: #fff;
}

/* Cart totals */
table.totals {
	border-collapse:collapse;
	margin:0 0 0 auto;
	padding:0;
	empty-cells: hide;
}
.totalsLab {
	width:140px;
	text-align:right;
	padding: 3px 10px 3px 0;
}
.totalsVal {
	text-align:right;
	padding: 3px 0;
}
table.cartCont {
	border-bottom: 1px solid #9E8270;
}

.textbox {
	background: #fff;
	border: 1px solid #8C8C8C;
	color: #626262;
	padding:2px;
}
.textboxDisabled {
	background-color: #FFFFFF;
	border: none;
	font-size: 11px;
	color: #000000;
}
.submit {	
	background: #fff;
	border: 1px solid #8C8C8C;
	color: #626262;
	padding: 5px;
	cursor:pointer;
}
.submit:hover {
	color: #fff;
	background: #8C8C8C;
	border: 1px solid #555555;
}
li.account { /* My account page options */
	list-style-type: square;
	padding-top: 5px;
	padding-bottom: 5px;
}

.txtOldPrice {
	text-decoration: line-through;
	color: #a28879;
	font-size:11px;
}
.txtSale {
 	color: #fff;
}
.txtOutOfStock {
	color: #a28879;
}

.dropDown {
	width: auto;
}

/* Crumbs */
div.location {
	margin: 5px 0;
	text-align:left;
	font-size:12px;	
	padding-left:20px;
	background: url(../../../images/folder.gif) center left no-repeat;
}
div.location a, a.txtButton {
	color: #B69784;
	padding: 4px;
}
div.location a:hover, a.txtButton:hover {
	color: #644A3C;
	background: #B69784
}

/* viewprod page */
div#prodContainer {
	overflow:hidden;
}
div#prodLeft {
	float:left;
	width:50%;
	text-align:center;
	background: #836858;
}
div#prodRight {
	float:right;
	width:50%;
}
.smallText, .smallText a { 
	font-size:11px;
	color: #B69784;
	line-height:16px;
}
.smallText p {
	margin: 0;
	padding:0;
}
.smallText a {
	color: #CAB4A6;
}
.smallText a:hover {
	color: #fff;
}
h2.txtProdTitle {
	font: 20px Arial, 'Trebuchet MS', Helvetica;
	color: #f85501;
	text-align:center;
	padding: 10px 0 0 0;
}
.prodPrice {
	font: 16px Arial, 'Trebuchet MS', Helvetica;
	color: #F3E6AF;
	text-align:right;
	padding: 0;
	margin:10px 0 0 0;
}
div.prodDesc {
	border-top: 1px dotted #9E8270;
	border-bottom: 1px dotted #9E8270;
	margin: 0 0 20px 0;
	padding: 4px 0;
	font-size:12px;
}
h3.prodOpts {
	margin: 10px 0;
	padding:2px;
	font: normal 14px Arial, Helvetica, sans-serif;
	color: #f85501;
	text-align:center;
}
#prodLeft a img {
	border: 3px solid #917462;
}
#prodLeft a:hover img {
	border-color: #AD9687;
}
.thumbIMG {
	max-width:80px;
	width: expression(this.width > 80 ? 80: true);  /* for Internet Explorer
	*/
}
div.notify {
	margin: 15px 20px;
	color: #B69784;
	font-size:12px;
	padding: 6px 0;
	background: #917462;
}
div.notify a {
	color: #B69784;
	padding:3px;
}
div.notify a:hover {
	color: #fff;
	background: #A08574;
}
div.notify p {
	margin:4px 0;
	padding:0;
	line-height:15px;
	text-align:center;
}
.txtCopyright { display:none; }
.noProd {
	text-align:center;
	background: #7A6152;
	padding: 10px;
	font-size:85%;
}
hr {
	height:1px;
	background:#260300;
	border:0;
}
