body {
	background: #f5f3ec url(img/bg-2.jpg) top left;
	color: #a89c81;
	text-align: center;
	font-size: 11px;
	font-family: verdana,arial,sans-serif;
}

img {border:0;}

a {color: #a89c81;text-decoration:none;font-weight:bold;}
a:visited {color: #a89c81;}
a:hover {text-decoration:underline;}
h1,h2,h3,h4,h5 {font-family: "times new roman",times,serif;}

h1 {
	margin-top: 0;
	color: #f1a197;
	display:block;
	text-align: center;
	font-weight: normal;
	border-bottom: 1px solid #dbd7c8;
}

.cart-table {width:100%;}
.cart-table th {background:#a89c81;color:#f5f3ec}

#container {
	margin: 0 auto;
	width: 671px;
	text-align: left;
	padding-top: 30px;
}

#header {
    width: 671px;
    height: 40px;
}

#logo {
	float:left;
	margin-left: 35px;
    width:300px;
    display: inline;
    position:relative;
	margin-bottom: 10px;
}

#copyright { 
    position: absolute;
    margin-left: 500px;
	margin-top:0 !important;
	margin-top:-56px;
    font-family: arial,sans-serif;
    font-size: 9px;
}

#footer-left {
    position: absolute;
    margin-left: 20px;
    margin-top:0 !important;
    margin-top:-56px;
    font-family: arial,sans-serif;
    font-size: 9px;
}


#mini-cart {
    /*display: inline;*/
    /*width: 250px;*/
	margin-right: 10px;
	/*position: absolute;*/
    float:right;
}

#mini-cart a img:active, input:focus {
  /* Remove dotted border */
  outline:0; /* for browsers that understand */
  }

#content {
	clear:both;
	background: url(img/content-bg.gif) top left no-repeat;
	width: 601px;
	height: 483px;
	
	padding-top:10px;
	padding-left: 35px;
	padding-right: 35px;
}

#menu {
height: 30px;
margin-bottom: 12px;
}

#menu ul {
	margin: 0;
	padding: 0;
}

#menu li {
	list-style: none;
	display:inline;
	margin-right:16px;
}

#menu li.menu-spacer {background: url(img/menu-spacer.gif) 0px 3px no-repeat;}

#left {
float:left;
width:280px;
height: 489px;
overflow: auto;
text-align:justify;
}

#right {
float: right;
width: 301px;
height: 409px;
overflow: hidden;
text-align: right;
/*margin-left: 40px;*/
}

#double {
	width: 600px;
	overflow: auto;
}

/*///// Product Page ///////*/
#main-content {
	min-height:296px;
}

/* Min height IE6 */
/*\*/
* html #main-content {
height: 296px;
}
/**/

#product-image {
height: 300px;
margin-bottom: 4px;
}

#product-thumbnails {
/*text-align:left;*/
}

#colour-swatch {
position:relative;
float:right;
display:inline; /*IE FIX*/
margin-right:2px;
margin-top:1px;
width:90px;
height: 70px;
overflow:hidden;
}

.swatch {
	width:50px;
	height: 25px;
	overflow:hidden;
	padding-top:5px;
	margin-bottom:2px;
}

.form-row {
margin: 0 0 10px 0;
vertical-align:top;
}

.form-row label {vertical-align:top;}
.form-row label img {margin-top:3px;}
.form-row input, .form-row select {
margin:0;padding:0;vertical-align: top;
}
.form-row select {width:100px;}

/*///// Forms /////////*/
input, select, textarea {
font-family:verdana,arial,sans-serif;
border: 1px solid #a89c82;
color: #847a65;
font-size: 10px;
}

form#options {margin:0;padding:0;display:inline;}

input.button {
	border:0;
	display:inline;
	position:absolute;
	margin-left:180px;
	margin-top:3px;
}
h3#price {
	position:absolute;
	padding:0;
	margin:0;
}

label {
	width:80px;
	display: -moz-inline-box !important;
	display:inline-block;
	}
	
.error input {background:#ff9999;}
