html{background:#d0c9b7;}
/* ----- body area & background ----- */
body{
	background:#e2dbc8 url(../img/site/mondaysat7/body_bg.gif) repeat-x 0 0;
	color:#6f6f6f;
	font:75% Verdana, Arial, Helvetica, sans-serif;	
	text-align:center;
	line-height:160%;
	margin:0;
	padding:0;
	margin-bottom:1em;
}

#extra{
	width:100%;
	height:39px;
	background:#d0c9b7;
	margin:0;
	padding:0;
}
/* ----- tables ----- */
table, td, input, textarea, select, li{
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	line-height:160%;
	color:#6f6f6f;
}

/* ----- global links ----- */
a{
	color:#6a6a6a;
	text-decoration:none;
}
a:hover{color:#ccc;}

/* ----- global paragraphs, headers & horizontal rules ----- */
p, h1, h2, h3, h4, h5, h6{margin:1em 0;}
h1{font-size:140%;}
h2{font-size:130%;}
h3{font-size:120%;}
h4, h5{font-size:100%;}
hr{display:none;}

/* ----- global images ----- */
img{border:none;}

/* ----- hidden items ----- */
.hidden{display:none;}
#skip{display:none;}

/* ----- float left / right classes ----- */
.left{float:right;margin-right:.3em;}
.right{float:right;margin-left:.3em;}

/* ----- company contact details ----- */
address{
	font-style:normal;
	margin:1em 0;
}
.note{
	font-size:110%;
}
.highlight{
	font-size:150%;
	color:#900;	
}

/* ----- styles 2 column layout ----- */
.module1{
	float:left;
	display:inline;
	width:200px;
}
.module2{
	float:left;
	display:inline;
	margin-left:20px;
	width:200px;
}

/* ----- container size & positioning ----- */
#container{
	margin:0 auto;
	width:750px;
	text-align:left;
	position:relative;
}

/* ----- header area ----- */
#header{
	height:170px;	
	position:relative;	
}

/* ----- company logo & strapline ----- */
#logo{
	position:absolute;
	margin:0;
	padding:0;
	width:432px;
	height:71px;
	left:0;
	top:64px;
	text-indent:-8000px;
	overflow:hidden;
	background:url(../img/site/mondaysat7/logo.gif) no-repeat 0 0;	
}
#logo a{display:block;height:71px;}
#tagline{display:none;}

/* ----- shopping basket info ----- */
#info{
	position:absolute;	
	margin:0;
	padding:0;
	top:4px;
	right:0;
	text-align:right;
	z-index:10;
	float:left;
	height:20px;
	line-height:20px;	
	color:#fff;
	font-size:90%;
}
#info a{color:#6a6a6a;}

/* ----- optional mid div (useful for more complex backgrounds) ----- */
#mid{}

/* ----- breadcrumb trail ----- */
#breadcrumbs{display:none;}
#breadcrumbs a{}
#home #breadcrumbs{}

/* ----- search box ----- */
#search{
	margin:0;
	padding:0;
	position:absolute;
	top:177px;
	right:0;
	text-align:right;
}
#search label{display:none;}
#searchKeyword{
	background:#fff;
	border:none;
	width:120px;
	text-indent:5px;
	padding:3px 0 4px 0;
}
#searchSubmit{
	background:transparent;
	color:#777;
	font-weight:bold;
	border:0px solid #741b0d;
	height:20px;
	padding:0;
	margin:0;
}

/* ----- side navigation ----- */
#navDept, #navDept li{
	margin:0;
	padding:0;
	list-style:none;
}
#navDept{
	width:100%;
	text-align:left;
	padding:9px 0 12px 0;
}
#navDept li{
	display:inline;
	margin:0 10px 0 0;
}
#navDept li a{
	font-weight:bold;
	color:#aaa;
}
#navDept li a:hover, #navDept li a.selected{color:#777;}
#navDept li a span{}

/* ----- customer tool list ----- */
#navTools, #navTools li{
	margin:0;
	padding:0;
	list-style:none;
}
#navTools{
	position:absolute;	
	margin:0;
	top:4px;
	left:0;
	z-index:10;
	float:left;
	height:20px;
	line-height:20px;	
	color:#fff;
	font-size:90%;	
	width:500px;
}
#navTools li{
	float:left;
	display:inline;
	padding:0 15px 0 0;
	line-height:20px;
	height:20px;
}
#navTools li a{
	line-height:20px;
	color:#bbb;
}
#navTools li a:hover{color:#fff;}
#navTools li a span{}

/* ----- subdepartment navigation ----- */
#navSubDept, #navSubDept li {
	margin:0;
	padding:0;
	list-style:none;
}
#navSubDept{	
	margin:1em 0;
	color:#6f6f6f;
}
#navSubDept li{
	margin:.5em 0;
	line-height:150%;
	padding:0;
	padding-left:15px;
	list-style:none;
	background:url(../img/site/mondaysat7/arrow.gif) no-repeat 0 .6em;
}
#navSubDept li a{color:#6f6f6f;}
#navSubDept li a:hover{color:#6f6f6f;text-decoration:underline;}

/* ----- nav static menu items ----- */
.navStatic, .navStatic li{
	margin:0;
	padding:0;
	list-style:none;
}
.navStatic{
	display:none;
	position:absolute;
	top:80px;
	right:250px;
	width:501px;
	height:31px;
	text-align:right;
}
.navStatic li{
	display:inline;
	padding-left:10px;
	margin-left:20px;
	line-height:30px;
	height:30px;
	text-transform:uppercase;
	font-size:90%;
}
.navStatic li a{
	line-height:30px;
	color:#900;
}
.navStatic li a:hover{color:#ccc;}
.navStatic li a span{}

#navToolsTitle, #navDeptTitle, .navStaticTitle{display:none;}

/* ----- side navigation column ----- */
#side{
}

/* ----- main content area ----- */
#main{
	padding:10px 0 10px 0;
}
#main .inner{
	width:704px;
}
#content{

}
#home #content{
	float:left;
	display:inline;
	width:155px;
}
#main h2{
	font-weight:bold;
	padding:0;
	color:#999;
	font-size:100%;
	clear:both;
	margin:.5em 0;
}
#main h3{
	font-weight:bold;
	padding:0;
	color:#900;
	font-size:100%;
	clear:both;
	margin:.5em 0;
}
#main h3{font-size:120%;}
#main h2#pageTitle{
	font-weight:bold;
	margin:.2em 0;
	color:#900;
	font-size:100%;
}

/* ----- footer area ----- */
#footer{
	background:#d0c9b7;
	color:#fff;
	height:32px;
	font-size:100%;
	position:relative;
	margin-bottom:-32px;
}
#footer p{margin:0;}
#footer ul, #footer li{
	margin:0;
	padding:0;
	list-style:none;
}
#footer ul{
	position:absolute;
	right:0;
	top:10px;
}
#footer li{float:left;margin-left:1em;}
#footer a{color:#6a6a6a;}
#footer a:hover{color:#555;}
#footer p#credits{
	position:absolute;
	left:0;
	top:8px;
	float:left;
}

/* ----- pagination (page 1/2 etc.) ----- */
#pagination{
	margin:1em 0;
	
}
#pagination p{
	margin:0;
	height:16px;
	line-height:16px;
	float:left;
}
#pagination a{
	display:block;
	float:left;
	width:9px;
	height:9px;
	margin-left:10px;
	margin-top:3px;
	text-indent:-8000px;
	overflow:hidden;
}
#pagination a#firstPage{background:url(../img/site/mondaysat7/ico_first.gif) no-repeat 0 0;}
#pagination a#prevPage{background:url(../img/site/mondaysat7/ico_prev.gif) no-repeat 0 0;}
#pagination a#nextPage{background:url(../img/site/mondaysat7/ico_next.gif) no-repeat 0 0;}
#pagination a#lastPage{background:url(../img/site/mondaysat7/ico_last.gif) no-repeat 0 0;}

/* ----- product thumbnail list ----- */
.products ul, .products li{
	margin:0;
	padding:0;
	list-style:none;
} 
.products{
	margin:.5em 0;
}
#home .products{
	float:left;
	display:inline;
	width:508px;
	margin-left:31px;
	margin-top:1em;
}
#home .products h2{display:none;}
.products li{
	float:left;
	display:inline;
	width:222px;
	margin-right:10px;
	margin-bottom:1em;
	background:#f3f0e5;
}
#home .products li{
	width:234px;
	margin-left:10px;
	margin-right:0;
}
#main .products li h3{
	margin:0;
	padding:10px 15px 30px 15px;
	background:#900;
	color:#fff;	
	font-size:110%;
}
.products li h3 a{color:#fff;}
.products li h3 a:hover{color:#ccc;}
.products .image{
	float:left;
	display:inline;
	margin:0 10px;
}
.products .image a img{

}
.products .image a:hover img{
}
.products li .desc{
	padding:0 10px;
	margin-top:0;
}
.products .price{
	clear:both;
	margin:0;
	background:#ffae00;
	padding:3px 15px;
	color:#900;
	font-weight:bold;
	font-size:110%;
}
.products .quantity{
	clear:both;
	margin:0;
	background:#ffae00;
	padding:3px 15px;
}

/* ----- individual products ----- */
#product{	
	margin:.5em 0;	
}
#product .image{	
	float:left;
	margin-bottom:1em;
}	
#product .image p{margin:.5em 0;}
#product .image img{	
	border:1px solid #e1e1e1;
}	
#product .info{	
	float:left;
	margin-left:10px;
	width:400px;
}
#product .price{
	color:#900;
	font-size:120%;
}
#product .info p{
	margin:0;
	margin-bottom:.2em;
}
#product .info h3{
	margin:0;
	margin-bottom:.2em;
}
#product .actions{
	border-top:1px solid #e1e1e1;
	clear:both;
}	
#product #addBasket{
	padding-top:1em;
}

#product #addWishlist a{
}

/* ----- featured articles ----- */
#articles{
	width:750px;
}
#articles ul, #articles li {
	margin:0;
	padding:0;
	list-style:none;
}
#articles ul{
	margin:.5em 0;
	padding:3px 10px;
	background:#d0c9b7;
	color:#fff;
}
#articles ul li{
	margin:.5em 0;
	line-height:150%;
	padding:0;
	padding-left:15px;
	list-style:none;
	background:url(../img/site/mondaysat7/arrow.gif) no-repeat 0 .6em;
}
#articles  ul li a{color:#6f6f6f;}
#articles  ul li a:hover{color:#6f6f6f;text-decoration:underline;}

/* ----- customer reviews ----- */
#reviews{
	width:684px;
}
#reviews ul, #reviews li {
	margin:0;
	padding:0;
	list-style:none;
}
#reviews ul{
	margin:.5em 0;
	padding:3px 10px;
	background:#f3f0e5;
	color:#fff;
}
#reviews ul li{
	margin:.5em 0;
	line-height:150%;
	padding:0;
	padding-left:15px;
	list-style:none;
	background:url(../img/site/mondaysat7/arrow.gif) no-repeat 0 .6em;
}
#reviews  ul li a{color:#6f6f6f;}
#reviews  ul li a:hover{color:#6f6f6f;text-decoration:underline;}

/* ----- site map ----- */
#sitemap, #sitemap ul, #sitemap li{
	margin:0;
	padding:0;
	list-style:none;		
} 
#sitemap{margin:1em 0;}
#sitemap li{margin:.5em 0;}
#sitemap li h3{margin:.2em 0;}
#sitemap ul{padding-left:20px;}
#sitemap a{color:#6f6f6f;}
#sitemap a:hover{color:#6f6f6f;text-decoration:underline;}

/* ----- tables and forms ----- */
fieldset{
	border:none;
	padding:0;
	margin:1em 0;
}
legend{
	font-weight:normal;
	padding:0;
	margin:0;
	color:#900;
	font-size:120%;
	clear:both;
}
fieldset h3, fieldset h3{margin:1em 0 0 0;}
#content table{
	width:500px;
	margin:.5em 0;
	border-collapse:collapse;
	line-height:150%;
}
#content #product table{width:100%;}
th{
	border:0;
	color:#fff;
	padding:5px;
}
td{
	border:0;
	padding:5px;
	vertical-align:top;
}
.formField, .formSelect{
	background:#fff;
	border:1px solid #e1e1e1;
	width:200px;
}
.formFieldShort, .formFieldMedium{
	background:#fff;
	border:1px solid #e1e1e1;
	width:20px;
	margin-right:5px;
}
.formFieldMedium{width:96px;}
table .price{
	color:#900;
	font-size:110%;
	font-weight:bold;
}
.formFieldProduct{width:150px;}
table .price{
	color:#900;
	font-size:110%;
	font-weight:bold;
}
.formRadio{vertical-align:middle;}
.formButton{
	background:#740000;
	color:#fff;
	border:none;
	padding-top:3px;
	padding-bottom:3px;
}
label span{
	color:#900;
	font-size:110%;
	font-weight:bold;
}

/* ----- shopping cart ----- */
#total{
	margin:1em 0;
	padding:0;
	width:295px;
	font-size:110%;
}
#total dt{
	width:200px;
	float:left;
	font-weight:bold;
}
#total dd{
	margin-left:201px;
	text-align:right;
}
.actions{
	clear:both;
	margin:0;
	padding:.5em 0;
}

/* ----- first table data style ----- */
td.first{width:40%;}

/* ---------------------- float fix ----------------------------- */
.inner:after, .products:after, .products li:after, #pagination:after, #total:after, .modules:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.inner, .products, .products li, #pagination, #total, .modules{display:block;}
/*  \*/
.inner, .products, .products li, #pagination, #total, .modules {min-height:1%;}
* html .inner, * html .products, * html .products li, * html #pagination, * html #total, * html .modules {height:1%;}
 /*  */