/* ----- body & background ----- */
body{
	background:#000 url(../graphics/jewellery/back.gif) repeat-x;
	color:#fff;
	font: 70%  Arial, Helvetica, sans-serif;	
	text-align:center;
	line-height:180%;
	margin:0;
	padding:0;
	margin-bottom:1em;
}

/* ----- tables ----- */
table, td, input, textarea, select, li{
	font: 100% Arial, Helvetica, sans-serif;
}

/* ----- global links ----- */
a{
	color:#ffc000;
	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;
}
address{
	font-style:normal;
	margin:1em 0;
}
.note{
	font-size:110%;
}
.highlight{
	font-size:110%;
	font-weight:bold;
}

/* ----- two column layout -----*/
.module1{
	float:left;
	width:200px;
}
.module2{
	float:right;
	width:200px;
}

/* ----- container size & positioning ----- */
#container{
	margin:0 auto;
	width:768px;
	text-align:left;
	position:relative;
	background:url(../graphics/jewellery/container_back.jpg) no-repeat 0 0;	
}

/* ----- header area ----- */
#header{
	height:92px;	
	position:relative;
}

/* ----- company logo & strapline ----- */
#logo{
	position:absolute;
	margin:0;
	padding:0;
	width:205px;
	height:268px;
	left:19px;
	top:21px;
	text-indent:-8000px;
	overflow:hidden;
	background:url(../graphics/jewellery/logo.jpg) no-repeat 0 0;	
}
#logo a{display:block;height:268px;}
#tagline{display:none;}

/* ----- shopping basket info ----- */
#info{
	position:absolute;	
	margin:0;
	padding:0;
	top:0px;
	right:0px;
	padding:0 19px;
	z-index:10;
	color:#fff;
	font-size:90%;
}
#info a{color:#fff;}

/* ----- optional mid div (useful for more complex backgrounds) ----- */
#mid{background:url(/graphics/jewellery/mid_back.gif) repeat-y;}

/* ----- breadcrumb trail ----- */
#breadcrumbs{display:none;}
#breadcrumbs a{}
#home #breadcrumbs{}

/* ----- search box ----- */
#search{display:none;}
#search label{}
#searchKeyword{}
#searchSubmit{}

/* ----- side navigation ----- */
#navDept, #navDept li{
	margin:0;
	padding:0;
	list-style:none;
}
#navDept{
	margin-bottom:1em;
	background:url(../graphics/jewellery/navDept_back.gif) no-repeat 0 0;
	padding-top:1px;		
}
#navDept li a{
	display:block;
	width:100%;
	color:#c9c9c9;
	text-transform:uppercase;
	background:url(../graphics/jewellery/navDept_back.gif) no-repeat 0 100%;
	padding-bottom:1px;		
}
#navDept li a:hover, #navDept li a.selected{color:#fff;}
#navDept li a span{
	display:block;
	padding:8px 20px;
	background:url(../graphics/jewellery/arrow.gif) no-repeat 8px 1.2em;
}

/* ----- customer tool list ----- */
#navTools, #navTools li{
	margin:0;
	padding:0;
	list-style:none;
}
#navTools{
	position:absolute;
	top:0px;
	left:19px;
	width:500px;
	font-size:90%;
}
#navTools li{
	display:inline;
	padding-right:10px;
	line-height:20px;
	height:20px;
}
#navTools li a{
	line-height:20px;
	color:#fff;
}
#navTools li a:hover{color:#ccc;}
#navTools li a span{}

/* ----- subdepartment navigation ----- */
#navSubDept, #navSubDept li {
	margin:0;
	padding:0;
	list-style:none;
}
#navSubDept{
	margin:1em 0;
	padding:3px 10px;
	background:#262626;
	color:#fff;
}
#navSubDept li{
	margin:.5em 0;
	line-height:150%;
	padding:0;
	padding-left:15px;
	list-style:none;
	background:url(../graphics/jewellery/arrow.gif) no-repeat 0 .6em;
}
#navSubDept li a{color:#fff;}
#navSubDept li a:hover{color:#fff;text-decoration:underline;}

/* ----- nav static menu items ----- */
.navStatic, .navStatic li{
	margin:0;
	padding:0;
	list-style:none;
}
.navStatic{
	position:absolute;
	top:39px;
	right:19px;
	width:501px;
	height:31px;
	text-align:right;
	background:url(../graphics/jewellery/navStatic_back.gif) no-repeat 0 0;
}
.navStatic li{
	display:inline;
	padding-left:10px;
	margin-left:30px;
	line-height:30px;
	height:30px;
	background:url(../graphics/jewellery/navStatic_li_back.gif) no-repeat 0 4px;
}
.navStatic li a{
	line-height:30px;
	color:#fff;
}
.navStatic li a:hover{color:#ccc;}
.navStatic li a span{}

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

/* ----- side navigation column ----- */
#side{
	float:left;
	display:inline;
	width:183px;
	margin-left:19px;
	padding-top:197px;
}

/* ----- main content area ----- */
#main{
	float:left;
	display:inline;
	width:502px;
	margin-left:45px;
}

#main #content{
	background:#262626;
	padding:.5em 15px;
}

#main h2, #main h3{
	font-weight:normal;
	padding:0;
	color:#fff;
	font-size:130%;
	clear:both;
	margin:.5em 0;
}
#main h3{font-size:120%;}
#main h2#pageTitle{
	font-weight:normal;
	padding:.5em 15px;
	margin:0;
	color:#fff;
	font-size:150%;
	background:#740000 url(../graphics/jewellery/dotted.gif) no-repeat 0 100%;
}

/* ----- footer area ----- */
#footer{
	background: url(../graphics/jewellery/footer.gif) no-repeat 0 0;
	color:#fff;
	height:99px;
	width:730px;
	margin-left:19px;
	font-size:90%;
	position:relative;
}
#footer p{margin:0;}
#footer ul, #footer li{
	margin:0;
	padding:0;
	list-style:none;
}
#footer ul{
	position:absolute;
	right:15px;
	top:33px;
}
#footer li{float:left;margin-right:1em;}
#footer a{color:#fff;}
#footer a:hover{
	color:#fff;
	text-decoration:underline;
}
#footer p#credits{
	position:absolute;
	left:15px;
	top:30px;
	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(../graphics/jewellery/ico_first.gif) no-repeat 0 0;}
#pagination a#prevPage{background:url(../graphics/jewellery/ico_prev.gif) no-repeat 0 0;}
#pagination a#nextPage{background:url(../graphics/jewellery/ico_next.gif) no-repeat 0 0;}
#pagination a#lastPage{background:url(../graphics/jewellery/ico_last.gif) no-repeat 0 0;}

/* ----- product thumbnail list ----- */
.products{
	width:502px;
	margin:.5em 0;
}
.products ul, .products li{
	margin:0;
	padding:0;
	list-style:none;
} 
#home .products h2{display:none;}
.products li{
	float:left;
	display:inline;
	width:165px;
	margin-right:2px;
	margin-bottom:.2em;
	color:#fff;
	position:relative;	
}
#main .products li h3{
	margin-top:.5em;
	margin-bottom:1em;
	padding:0;
	text-transform:uppercase;
	font-size:100%;
	padding:0 15px;
	background:url(../graphics/jewellery/arrow.gif) no-repeat 0 .6em;
}
.products li h3 a{color:#fff;}
.products li h3 a:hover{color:#ccc;}
.products .image{
	text-align:center;
	border:1px solid #676767;
	padding:3px;
}
.products .image a img{

}
.products .image a:hover img{
}
.products li .desc{
	padding-right:15px;
}
.products .price{
	clear:both;
	margin:0;
	margin-top:1em;
	background:#740000;
	padding:3px 15px;
	color:#fff;
	font-weight:bold;
}
.products .quantity{
	clear:both;
	margin:1px 0;
	background:#262626;
	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:right;
	width:200px;
}
#product .price{
	color:#ffc000;
	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:502px;
}
#articles ul, #articles li {
	margin:0;
	padding:0;
	list-style:none;
}
#articles ul{
	margin:.5em 0;
	padding:3px 10px;
	background:#262626;
	color:#fff;
}
#articles ul li{
	margin:.5em 0;
	line-height:150%;
	padding:0;
	padding-left:15px;
	list-style:none;
	background:url(../graphics/jewellery/arrow.gif) no-repeat 0 .6em;
}
#articles  ul li a{color:#fff;}
#articles  ul li a:hover{color:#fff;text-decoration:underline;}

/* ----- customer reviews ----- */
#reviews{
	width:502px;
}
#reviews ul, #reviews li {
	margin:0;
	padding:0;
	list-style:none;
}
#reviews ul{
	margin:1em 0;
	padding:3px 10px;
	background:#262626;
	color:#fff;
}
#reviews ul li{
	margin:.5em 0;
	line-height:150%;
	padding:0;
	padding-left:15px;
	list-style:none;
	background:url(../graphics/jewellery/arrow.gif) no-repeat 0 .6em;
}
#reviews  ul li a{color:#fff;}
#reviews  ul li a:hover{color:#fff;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:#fff;}
#sitemap a:hover{color:#fff;text-decoration:underline;}

/* ----- tables and forms ----- */
fieldset{
	border:none;
	padding:0;
	margin:1em 0;
}
legend{
	font-weight:normal;
	padding:0;
	margin:0;
	color:#fff;
	font-size:120%;
	clear:both;
}
fieldset h3, fieldset h3{margin:1em 0 0 0;}
#content table{
	width:100%;
	margin:.5em 0;
	border-collapse:collapse;
	line-height:150%;
}
th{
	border:1px solid #262626;
	background:#333;
	padding:5px;
}
td{
	background:#555;
	border:1px solid #262626;
	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:#ffc000;
	font-size:110%;
	font-weight:bold;
}
.formFieldProduct{width:150px;}
table .price{
	color:#13689d;
	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:#ffc000;
	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%;}
 /*  */
/* ----- end float fix ----- */