/* ----- body & background ----- */
body{
	background:#6BB6FF url(../graphics/jewellery/back.gif) no-repeat;
	color:#fff;
	font: 12px  "Georgia", 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% "Georgia", Arial, Helvetica, sans-serif;	
}

/* ----- global links ----- */
a{
	/*color:#ffc000; */
	color:black;
	text-decoration:none;
}
a:hover{color:yellow;}

#content h2 a{
	color:white;
}

/* ----- 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:968px;
	text-align:left;
	position:relative;
	background:url(../graphics/jewellery/container_back.jpg) no-repeat 0 0;	
}

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

/* ----- company logo & strapline ----- */
#logo{
	position:absolute;
	margin:0;
	margin-top:-1px;
	padding:0;
	width:205px;
	height:268px;
	left:19px;
	top:50px;
	text-indent:-8000px;
	overflow:hidden;
	background:url(../graphics/jewellery/logo.jpg) no-repeat 0 0;	
}
#logo a{display:block;height:268px; border:none; margin-top:-1px;}
#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-weight:bold;
	font-size:12px;
}
#info a{color:#fff;}

#info a:hover{color:yellow;}

/* ----- 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:yellow;}
#navDept li a span{
	display:block;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 10px;
	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:12px;
}
#navTools li{
	display:inline;
	padding-right:10px;
	line-height:20px;
	height:20px;
}
#navTools li a{
	line-height:20px;
	color:#fff;
	font-weight:bold;
	font-size:12px;
}
#navTools li a:hover{color:yellow;}
#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:yellow;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:yellow;}
.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; */
	width:702px;
	margin-left:45px;
}

#main #content{
	background:url(../graphics/jewellery/gray-box.gif) no-repeat 0 0; 
/*background:#262626;*/
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-top:8px;
	outline: none;
}
#main .gray-bot{background:url(../graphics/jewellery/gray-bot.gif) no-repeat top;
width:702px;
height:8px; }

#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;
	width:702px;
	margin:0;
	color:#fff;
	font-size:150%;
	background: url(../graphics/jewellery/blue-bg.gif) no-repeat 0 100%; 
}

/* ----- footer area ----- */
#footer{
	background: url(../graphics/jewellery/footer.gif) no-repeat 0 0;
	color:#fff;
	height:99px;
	width:747px;
	/* margin-left:19px; */
	margin-left:219px;
	font-size:90%;
	position:relative;
	margin-top:0px;
}
#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:yellow;
	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:25px;
	height:15px;
	margin-left:10px;
	margin-top:0px;
	/*text-indent:-8000px;*/
	/*overflow:hidden;*/
}
#pagination a#firstPage{background:url(../graphics/jewellery/ico_first.gif) no-repeat 0 0;text-indent:-8000px;overflow:hidden;margin-top:3px;border:none;}
#pagination a#prevPage{/*background:url(../graphics/jewellery/ico_prev.gif) no-repeat 0 0;*/ width:40px; margin-right:10px;}
#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;text-indent:-8000px;overflow:hidden;margin-top:3px;float:left;border:none;}

/* ----- 
 thumbnail list ----- */
.products{
	/* width:502px; */
	width:702px;
	/* margin:.15em 0;  */
}
.products ul, .products li{
	margin:0;
	padding:0;
	list-style:none;
} 
#home .products h2{display:none;}
.products li{
	float:left;
	display:inline;
	width:163px;
	margin-right:2px;
	margin-bottom:.2em;
	color:#fff;
	position:relative;	
	margin-left:10px;
}
#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:yellow;}
.products .image{
	text-align:center;
	/* border:1px solid #676767; */
	 background:url(../graphics/jewellery/image-bg.gif) no-repeat top; 
	/* width:185px; */
	width:152px;
	padding-top:5px !important;
		height:147px !important;
}
#product .price{
	color:#87ceeb;
	font-weight:bold;
	font-size:130%;
}
#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{
	color: white;
}

#product #addWishlist a:hover{
	color: yellow;
	text-decoration:underline;
}

/* ----- featured articles ----- */
#articles{
	width:200px;
}
#articles ul, #articles li {
	margin:0;
	padding:0;
	list-style:none;
}
#articles ul{
	margin:.5em 0;
	padding:3px 10px;
	background:#6BB6FF;
	color:#fff;
	margin-left: 23px;
}
/*#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:yellow;text-decoration:underline;}

/* ----- customer reviews ----- */
#reviews{
	width:602px;
}
#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:yellow;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:#13689d;
	font-size:110%;
	font-weight:bold;
}
.formFieldProduct{width:150px;}
table .price{
	color:white;
	font-size:110%;
	font-weight:bold;
}
.formRadio{vertical-align:middle;}
.formButton{
	background:#87CEEB;
	color:#000080;
	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 ----- */

#product .image a {
	color: white;
}

.inner #content p a {
	color: white;
}

.inner #content p a:hover {
	color: yellow;
	text-decoration:underline;
}

#content #product .image {
	float: left;
	width: 300px;
}

#productDisplay {
	float: left;
	width: 200px;
}

.products li
{margin-bottom:-10px;}
#pagination{margin-bottom:0px; margin-top:5px;}

#articles { width:auto;}
#articles ul li{ float: left; display: inline;
margin-right: 0px;
margin-bottom: 0.2em;
margin-left:12px;
color: #ffffff;
position: relative;
	 background:url(../graphics/jewellery/image-bg.gif) no-repeat top; 
	/* width:185px; */ /*background:none;*/
	width:151px;
	padding-top:6px !important;
		padding-right:0px !important;
			padding-bottom:0px !important;
				padding-left:11px !important;
		height:146px !important;
}
/*#articles ul li img{border:solid 6px #000080;}*/

#articles ul{margin:0px; padding:0px; background:none}


.bot-gray
{
 background:url(../graphics/jewellery/bot-gray.gif) no-repeat; width:655px; height:150px; float:left; margin-left:10px;
 padding:10px}
	.bot-graybot
{

	background:url(../graphics/jewellery/bot-gray-bot.gif) no-repeat; width:675px; height:10px; float:left; margin-left:10px; }
	
	.t-shirt
	{
	background:url(../graphics/jewellery/t-shirt.jpg) no-repeat; width:291px; height:51px; display:block; margin-top:10px;
	}
	
	.sap
	{
	background:url(../graphics/jewellery/t-shirt.jpg) no-repeat;	
	}
	

.addthis_toolbox.addthis_pill_combo a {
    float: left;
}
.addthis_toolbox.addthis_pill_combo a.addthis_button_tweet {
    margin-top: -2px;
}
.addthis_button_compact .at15t_compact {
    margin-right: 4px;
    float: left;
}   
                