html, body {
	margin:0;
	padding:0;
	font-family:"Arial", "sans";
	font-size:15px;
	height:100%;
}
#wrapper {
	position:relative;
	min-height:100%;
	min-width:780px;
}
#banner {
	background:url(/images/layout/banner.jpg) repeat-x 308px top;
	height:131px;
}
#banner h1 {
	margin:0;
	border:none;
	padding:0;
	background:none;
}
#nav {
	background:url(/images/layout/nav.png) repeat-x top;
	height:32px;
	text-transform:lowercase;
}
#nav ul {
	width:780px;
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-image:none;
}
#nav li {
	display:block;
	height:32px;
	float:left;
	padding:0 10px;
	position:relative;
	z-index:500;
}
#nav a {
	color:#fef5d6;
	text-decoration:none;
	line-height:32px;
}
#nav a:hover {
	color:#ffffff;
	text-decoration:underline;
}
/* drop-downs */
#nav li ul {
	left:-999em;
	padding-bottom:20px;
	position:absolute;
	top:32px;
	width:200px;
	background:#BC1E23;
	z-index:500;
}
#nav li:hover ul, #nav li.sfhover ul {
	left:auto;
	margin:0;
	margin-left:-15px;
	padding:0;
}
#nav li:hover li, #nav li.sfhover li {
	float:none;
	margin:0;
	padding:0 0 0 15px;
	height:auto;
	line-height:auto;
}
/* content */
#breadcrumb {
	display:none;
}
#content {
	padding:10px 10px 60px 30px;
	width:700px;
}
#footer {
	text-transform:lowercase;
	position:absolute;
	bottom:0;
	height:32px;
	border-top:1px solid #d6c792;
	background:url(/images/layout/footer.png) repeat-x bottom;
}
#footer ul {
	list-style-type:none;
	list-style-image:none;
	padding:0;
	margin:0;
}
#footer li {
	float:right;
	display:block;
	height:32px;
	padding:0 10px;
}
#footer a {
	color:#000000;
	text-decoration:none;
	line-height:32px;
}
#footer a:hover {
	text-decoration:underline;
}
/* elements */
h1, h2, h3 {
	clear:left;
	text-transform:lowercase;
}
h1 {
	letter-spacing:0.1em;
	font-size:1.5em;
	color:#990000;
	font-style:italic;
	background:url(/images/layout/heading-icon.png) left top no-repeat;
	padding-left:50px;
	line-height:30px;
	word-wrap:none;
}
h2 {
	font-size:1.2em;
	letter-spacing:0.15em;
	font-weight:normal;
	border-bottom:1px solid #d6c792;
}
h3 {
	font-size:1.05em;
}
img {
	border:none;
}
a {
	color:#BC1E23;
	text-decoration:none;
}
a:hover {
	color:#BC1E23;
	text-decoration:underline;
}
dt {
	font-weight:bold;
}
dd {
	
}
ul {
	list-style-image:url(/images/layout/bullet.png);
}
table {
	border:1px solid #e7d7a2;
	border-collapse:collapse;
}
table th {
	border-bottom:1px solid #e7d7a2;
	padding:3px;
}
table td {
	padding:3px;
}
/* classes */
.clear {
	clear:both;
}
ul.pdf {
	list-style-image:url(/images/layout/pdf.png);
}
.feedback {
	border:1px solid #990000;
	padding:15px;
	padding-left:45px;
	margin:10px 0;
	background:url(/images/layout/notice.png) #FFCCCC 10px center no-repeat;
}
.address {
	margin-left:40px;
}
#admin {
	width:200px;
	height:100px;
	padding:10px;
	background:#fef5d6;
	border:1px solid #d6c792;
	position:absolute;
	right:20px;
	top:200px;
	cursor:move;
}
.pagination {
	text-align:right;
}
table.items {
	width:100%;
}
.noitems {
	color:#d6c792;
	font-style-italic;
	line-height:2em;
	font-size:1.1em;
	text-align:center;
}
/* form */
div.errors {
	border:1px solid #990000;
	background:#FFCCCC url(/images/layout/feedback.png) no-repeat 10px center;
	padding:10px;
	padding-left:50px;
}
div.errors ul {
	
}
label {
	width:150px;
	font-weight:bold;
	float:left;
	display:block;
}
label span.comment {
	font-weight:normal;
	display:block;
}
div.form_row, div.form_row_error {
	margin-top:5px;
	clear:left;
	padding:2px;
	border:1px;
}
div.form_row_error {
	background:#FFCCCC;
	border:1px solid #990000;
}
div.form_container {
	width:550px;
}
div.form_container textarea {
	width:500px;
	height:400px;
}
textarea {
	width:600px;
	height:400px;
}
div.clearing {
	clear:both;
}
/* -------------- specific --------------- */
/* product index */
#product_index_wrapper {
	width:400px;
	border:1px solid #e7d7a2;
	border-top:none;
}
#product_index_wrapper h3 {
	height:22px;
	line-height:22px;
	text-transform:lowercase;
	margin:0;
	padding:0 10px;
	border-top:1px solid #e7d7a2;
	border-bottom:1px solid #e7d7a2;
}
#product_index_wrapper .viewPDF {
	line-height:22px;
	text-align:right;
	border-top:1px solid #e7d7a2;
}
#product_index_wrapper .viewPDF a {
	background:url(/images/layout/pdf.png) no-repeat right center;
	padding-right:25px;
	margin-right:10px;
}
#product_index_wrapper .pagination {
	line-height:22px;
	padding-right:10px;
	text-align:right;
	border-top:1px solid #e7d7a2;
}
#product_index_wrapper .pagination a {

}
#product_index_wrapper .none_found {
	height:50px;
	line-height:50px;
	color:#e7d7a2;
	font-size:1.2em;
	letter-spacing:0.2em;
	text-align:center;
}
.product_index .product_odd, .product_index .product_even {
	clear:both;
	padding:5px;
}
.product_index .product_odd {
	background:#fef5d6;
}
.product_index .product_even {
	background:#f4ebcd;
}
.product_index .product_image {
	position:relative;
	height:60px;
	width:60px;
	float:left;
	margin-right:15px;
	z-index:1;
}
.product_index .product_image img {
	position:absolute;
	top:50%;
	left:50%;
	z-index:1;
}
.product_index .product_add_to_cart {
	float:right;
}
/* product detail */
#product-detail {
	position:relative;
	min-width:700px;
}
#product-detail #details {
	position:absolute;
	top:0;
	left:0;
	margin-right:20px;
	margin-bottom:10px;
	margin-top:10px;
	padding-bottom:10px;
	width:230px;
	background:#fef5d6;
	border:1px solid #d6c792;
}
#product-detail #image {
	height:230px;
	position:relative;
	z-index:1;
}
#product-detail #image img {
	position:absolute;
	top:50%;
	left:50%;
	z-index:1;
}
#product-detail #specs {
	margin:0 10px;
	font-size:0.9em;	
}
#product-detail #specs dl {
	margin:0;
	padding:0;
	padding-bottom:10px;
}
#product-detail #specs dt {
	text-transform:lowercase;
	clear:left;
	float:left;
	width:90px;
	margin:0;
	padding:0;
	margin-right:10px;
	text-align:right
}
#product-detail #specs dd {
	float:left;
	width:100px;
	margin:0;
	padding:0;
}
#product-detail h1 {
	clear:none;
	font-size:1.25em;
}
#product-detail #text {
	float:left;
	padding-left:250px;
}
#product-detail #description {
	width:400px;
}
/* time out london magazine */
#time-out-london-magazine-product-detail img#time_out_logo {
	float:left;
	margin-right:20px;
}
#time-out-london-magazine-product-detail h1 {
	clear:none;
}
#time-out-london-magazine-product-detail #time-out-london-magazine-images {
	clear:left;
	background:#fef5d6;
	border:1px solid #d6c792;
	margin-top:30px;
}
#time-out-london-magazine-product-detail #time-out-london-magazine-images img {
	float:left;
	margin:10px;
}
/* search */
#search_form {
	width:500px;
	background:#fef5d6;
	padding:10px;
	border:1px solid #e7d7a2;
	margin-top:15px;
}
/* client login */
#clientLogin {
	width:500px;
	background:#fef5d6;
	padding:10px;
	border:1px solid #e7d7a2;
	margin-top:15px;
}
/* admin category index */
tr.subcat td.name {
	padding-left:30px;
}
td.add {
	text-align:center;
	font-style:italic;
}
/* admin product index */
table#admin_product_index {
	width:550px;
}
table#admin_product_index tr.odd td {
	background:#fef5d6;
}
table#admin_product_index tr.even td {
	background:#f4ebcd;
}
/* cart */
table.items {
	
}
table.items tr.odd td {
	background:#fef5d6;
}
table.items tr.even td {
	background:#f4ebcd;
}
table.items td.image, table.items td.quantity, table.items td.remove {
	text-align:center;
}