/* ----- body & background ----- */
body{
	background:#decfe6;
	color:#333333;
	font: 70%  Tahoma, Helvetica, sans-serif;	
	text-align:center;
	line-height:160%;
	margin:0;
	padding:0;
	margin-bottom:1em;
}

/* ----- tables ----- */
table, td, input, textarea, select, li{
	font: 100% Arial, Helvetica, sans-serif;
	line-height:160%;
	color:#6f6f6f;
}
.special {
	display:none;
}
/* ----- global links ----- */
a{
	color:#735980;
	text-decoration:none;
}
a:hover{color:#65567a;}

/* ----- global paragraphs, headers & horizontal rules ----- */
p, h1, h2, h3, h4, h5, h6{margin:1em 0;}
h1{font-size:140%; color:#650730;}
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:#912b14;	
}

/* ----- 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:744px;
	text-align:left;
	position:relative;
}

/* ----- header area ----- */
#header{
	margin:0 auto;
	width:744px;
	height:357px;	
	position:relative;	
}

/* ----- company logo & strapline ----- */
#logo{
	position:absolute;
	margin:0;
	padding:0;
	width:744px;
	height:340px;
	top:20px;
	text-indent:-8000px;
	overflow:hidden;
	background: url(../graphics/site/banner.jpg) no-repeat top left;
}
#logo a{display:block;height:90px;width:400px;}
#tagline{display:none;}

/* ----- shopping basket info ----- */
#info{
	position:absolute;	
	margin:0;
	padding:0 10px;
	top:20px;
	left:0;
	z-index:10;
	float:left;
	height:20px;
	line-height:20px;	
	color:#735980;
	font-size:90%;
	background:#decfe6;
}
#info a{color:#735980;}

/* ----- optional mid div (useful for more complex backgrounds) ----- */
#mid{}

/* ----- breadcrumb trail ----- */
#breadcrumbs{float:left;display:inline;margin-right:10px;}
#breadcrumbs a{color:#735980;}
#home #breadcrumbs{}

/* ----- search box ----- */
#search{
	margin:0;
	padding:0;
	position:absolute;
	top:5px;
	right:0;
	text-align:right;
}
#search label{display:none;}
#searchKeyword{
	background:#fff;
	border:none;
	display:block;
	width:120px;
	height:20px;
	line-height:20px;
	margin-bottom:5px;
}
#searchSubmit{
	background:#735980;
	color:#decfe6;
	border:0px solid #741b0d;
	width:50px;
	height:20px; 
}

/* ----- side navigation ----- */
#navDept, #navDept li{
	margin:0;
	padding:0;
	list-style:none;
}
#navDept{
	width:744px;
	background:#735980;	
	text-align:left;
	padding-top:5px;	
	padding-bottom:5px;	
}
#navDept li{
	display:inline;
	margin:0 12px;
}
#navDept li a{
	color:#decfe6;
	text-transform:uppercase;
}
#navDept li a:hover, #navDept li a.selected{color:#ffffff;}
#navDept li a span{}

/* ----- customer tool list ----- */
#navTools, #navTools li{
	margin:0;
	padding:0;
	list-style:none;
}
#navTools{
	position:absolute;	
	margin:0;
	top:5px;
	left:0;
	z-index:10;
	float:left;
	height:15px;
	line-height:10px;	
	color:#735980;
	font-size:90%;	
	width:650px;
}
#navTools li{
	float:left;
	display:inline;
	padding:0 10px;
	line-height:10px;
	height:15px;
	background:#decfe6;
}
#navTools li a{
	line-height:10px;
	color:#735980;
	text-transform:none;
}
#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:#735980;
}
#navSubDept li{
	line-height:150%;
	padding:0;
	list-style:none;
	display:inline;
	margin:0 15px 0 0;
}
#navSubDept li a{color:#735980;}
#navSubDept li a:hover{color:#65567a;text-decoration:underline;}

/* ----- nav static menu items ----- */
.navStatic, .navStatic li{
	margin:0;
	padding:0;
	list-style:none;
}
.navStatic{
	position:absolute;
	top:197.5px;
	right:237px;
	width:501px;
	height:31px;
	text-align:center;
}
.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:#735980;
}
.navStatic li a:hover{color:#65567a;}
.navStatic li a span{}

#navToolsTitle, #navDeptTitle, .navStaticTitle{display:none;}

/* ----- side navigation column ----- */
#side{
	float:left;
	display:inline;
	width:200px;
	margin-left:10px;
	margin-top:10px;
}

/* ----- main content area ----- */
#main{
	background:#ffffff; 
	padding:10px 0 10px 30px;
}
#main .inner{
	width:704px;
}
#content{

}
#home #content{
	float:left;
	display:inline;
	width:155px;
}
#main h2, #main h3{
	font:normal 130% Tahoma, Arial, Helvetica, sans-serif;
	padding:0;
	color:#65567a;
	clear:both;
	margin:.5em 0;
}
#main h3{font-size:120%;}
#main h2#pageTitle{
	font:bold 140% Tahoma, Arial, Helvetica, sans-serif;
	margin:.2em 0;
	color:#650730;
}

/* ----- footer area ----- */
#footer{
	background: #decfe6;
	color:#735980;
	height:32px;
	font-size:90%;
	position:relative;
}
#footer p{margin:0px;}
#footer ul, #footer li{
	margin-top:1px;
	padding:0;
	list-style:none;
}
#footer ul{
	float:left;
	right:0;
	top:10px;
	margin-left:0px;
}
#footer li{float:left;margin-left:1em;}
#footer a{color:#735980;}
#footer a:hover{
	color:#65567a;
	text-decoration:underline;
}
#credits{
	left:0;
	top:8px;
	float:right;
}

/* ----- 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(../graphics/site/ico_first.gif) no-repeat 0 0;}
#pagination a#prevPage{background:url(../graphics/site/ico_prev.gif) no-repeat 0 0;}
#pagination a#nextPage{background:url(../graphics/site/ico_next.gif) no-repeat 0 0;}
#pagination a#lastPage{background:url(../graphics/site/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:compact;
	width:222px;
	height:175px;
	margin-right:10px;
	margin-bottom:10px;
}
#home .products li{
	width:234px;
	margin-left:10px;
	margin-right:20px;
	
}
#main .products li h3{
	margin:0;
	padding:5px 15px 10px 0px;
	color:#65567a;	
	font:bold 110%;
}
.products li h3 a{color:#65567a;font-weight:bold;}
.products li h3 a:hover{color:#735980;}
.products .image{
	float:left;
	display:inline;
	margin:0px 10px 10px 0px;
}
.products .image a img{

}
.products .image a:hover img{
}
.products li .desc{
	padding:0 10px;
	margin:0px 10px 5px 10px;
}
.products .price{
	clear:both;
	margin:0;
	margin-bottom:10px;
	background:#decfe6;
	padding:3px 15px;
	color:#65567a;
	font-weight:bold;
	font-size:110%;
	height:20px;
}
.products .quantity{
	clear:both;
	margin:0;
	background:#decfe6;
	padding:3px 15px;
}

/* ----- individual products ----- */
#product{	
	margin:.5em 0;
	height:auto;	
}
#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:#912b14;
	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:684px;
}
#articles ul, #articles li {
	margin:0;
	padding:0;
	list-style:none;
}
#articles ul{
	margin:.5em 0;
	padding:3px 10px;
	background:#f3f0e5;
	color:#fff;
}
#articles ul li{
	margin:.5em 0;
	line-height:150%;
	padding:0;
	padding-left:15px;
	list-style:none;
	background:url(../graphics/site/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:#decfe6;
	color:#735980;
}
#reviews ul li{
	margin:.5em 0;
	line-height:150%;
	padding:0;
	padding-left:15px;
	list-style:none;
	background:url(/graphics/site/arrow.gif) no-repeat 0 .6em;
}
#reviews  ul li a{color:#735980;}
#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:#912B14;
	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:1px solid #fff;
	background:#735980;
	color:#decfe6;
	padding:5px;
}
td{
	background:#f3f0e5;
	border:1px solid #fff;
	padding:5px;
	vertical-align:top;
}
.formField, .formSelect{
	background:#fff;
	border:1px solid #735980;
	width:200px;
}
.formFieldShort, .formFieldMedium{
	background:#fff;
	border:1px solid #735980;
	width:20px;
	margin-right:5px;
}
.formFieldMedium{width:96px;}
table .price{
	color:#912b14;
	font-size:110%;
	font-weight:bold;
}
.formFieldProduct{width:150px;}
table .price{
	color:#735980;
	font-size:110%;
	font-weight:bold;
}
.formRadio{vertical-align:middle;}
.formButton{
	background:#735980;
	color:#decfe6;
	border:none;
	padding-top:3px;
	padding-bottom:3px;
}
label span{
	color:#65567a;
	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; 
    
}
.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%;}
 /*  */
/* ----- end float fix ----- */

