html {
	font-size: 62.5%;
}

body {
	background: #472a2b;
	margin: 0; padding: 28px 0;
	font: 1.2em/1.5em 'Trebuchet MS', sans-serif;
	
}


h1, h2, h3, h4, h5, h6 {
	margin: 0; padding: 0;
	font-size: 1em;
	font-weight: bold;
}

img {
	border: none;
}

a {
	text-decoration: none;
}

ul, ol {
	margin: 0; 
	padding: 0;
}

form, fieldset {
	margin: 0; padding: 0;
	border: 0;
}

.error {
	color: red;
	font-weight: bold;
}


/***MAIN***/

#wrapper {
	background: url(images/centered_bg.png) repeat-y center 0;
}

#holder {
	background: #d0c2a5;
	width: 960px;
	padding: 32px 0 22px 0;
	margin: auto;
}


/***HEADER***/

#header {
	overflow: hidden;
	padding: 0 0 20px 0;
}

#logo a {
	float: left;
}

#search {
	background: #ece7db;
	float: right;
	padding: 4px 9px 4px 12px;
}

#search .search_form {
	float: left;
}

#search label {
	background: url(images/search_label.png) no-repeat;
	width: 78px;
	height: 8px;
	float: left;
	text-indent: -5000px;
	margin: 6px 18px 0 0;
}

#search .searchbox {
	border: 0;
	width: 165px;
	height: 18px;
	float: left;
}

#search .logout {
	float: left;
	padding: 6px 10px 0 0;
}

#search .logout a {
	background: url(images/logout.png) no-repeat;
	text-indent: -5000px;
	display: block;
	width: 46px;
	height: 8px;
}

#search .submit {
	background: url(images/search_submit.png) no-repeat;
	width: 32px;
	height: 8px;
	float: left;
	margin: 6px 0 0 10px;
	border: 0;
	cursor: pointer;
}


/***TOP NAV***/

#nav {
	background: #ece7db;
	padding: 5px 0 7px 7px;
	margin: 0 0 8px 0;
	zoom: 1;
}

#nav a {
	color: #492b2b;
	text-transform: uppercase;
	font-size: 0.8em;
	display: block;
}


#leftnav {
	float: left;
	list-style-type: none;
	position: relative;
	z-index: 10; /* NO [13/10/2011]: Changed from 4 */
}

#leftnav p {
	float: left;
	padding-top: 5px;
}

#leftnav li {
	background: #ffffff;
	margin: 0 12px 0 0;
	list-style: none;
	float: left;
	padding: 0px 5px 1px 6px;
	width: 148px;
	border: 1px solid #D0C2A6;
	position: relative;
} 

#leftnav a {
	background: #ffffff url(images/chevron.png) right center no-repeat;
}

#leftnav li a:focus + div,
#leftnav li:hover > div {
	display: block;
}
	
#leftnav div {
	display: none;
	margin: 20px 0 0 0;
	padding: 0 2em 2em 2em;
	position: absolute;
	top: 0; left: -2em;
	float: left;
	background: url(images/0white.gif);
	/* background-color: #FF00AA;*/
	z-index: 5;
	zoom: 1;
}
	
#leftnav li ul {
	padding: 0; 
	display: block;
	border-bottom: none;
	float: left;
	z-index: 6;
	position: relative;
}

#leftnav li ul li {
	margin: 0; padding: 0;
	float: left !important;
	display: block;
	text-align: left;
	clear: both;
}

#leftnav li ul li a {
	background: none;
	display: block;
	padding: 2px 1em 2px 1em;
}

#leftnav li ul li a:hover {
	background: #D0C2A6;
}

#leftnav li ul li a:focus {
	color: #ffcc66;
}

#leftnav li ul li div {
	left: 100%;
	padding: 2em;
	margin: -2em 0 0 -2em;
}

#leftnav li ul li div ul {
	margin: -1px 0 0 -1px !important;
	margin: -1px 0 0 0;
}


#rightnav {
	padding: 2px 0 0 0;
}

#rightnav li {
	background: url(images/stick.png) no-repeat right 5px;
	list-style: none;
	float: right;
	padding: 0 8px;
}

#rightnav a {
	white-space: nowrap;
}

#rightnav a:hover {
	text-decoration: underline;
}

#rightnav .last {
	background: none;
}


/***HOMEPAGE BANNER***/

#banner {
	background:#a6967f;
	height:318px; /* NO [11/10/2011]: Changed from 381px as there's no longer timer or strip */
	width:940px;
	border:10px solid #a6967f;
	position:relative;
}

#banner #bannerImages {width:940px;height:318px;background:#222;overflow:hidden}
#banner #timer 
{
    height:3px;width:940px;background:#eee;
    display: none; /* NO [11/10/2011]: Client request to remove this */
}
#banner #timer span {width:0;height:3px;background:#482a2b;display:block}

#banner #strip 
{
    width:940px;height:60px;background:#FFF;position:relative;
    display: none; /* NO [11/10/2011]: Client request to remove this */
}
#banner #strip .pager {position:absolute;right:20px;top:0;}
#banner #strip .pager li {display:block;list-style:none;line-height:60px;float:left;color:#482a2b;font-size:18px;font-style:italic;margin-left:10px;}
#banner #strip h3 {line-height:60px;font-style:italic;margin-left:20px;color:#666;font-weight:200;font-family:Georgia;font-size:18px;}
#banner .slide{position:relative;top:0;left:0}
#banner .slide .banner_text{position:absolute;top:40px;left:20px;}
#banner .slide img, #banner .slide .img-link {width:940px;height:318px;z-index:99;}
#banner #strip #banner_left{background:url(images/b_left.png) no-repeat center top;width:19px;height:29px;display:block;position:relative;top:16px;}
#banner #strip #banner_right{background:url(images/b_right.png) no-repeat center top;width:19px;height:29px;display:block;position:relative;top:16px;}

#banner .slide .banner_text h2, #banner .slide .banner_text h3, #banner .slide .banner_text p, .banner_text a {font-family:times, georgia;font-weight:300;line-height:1;color:#eee;width:400px;}
#banner .slide .banner_text h2 {font-size:40px;margin-bottom:20px;}
#banner .slide .banner_text h3 {font-size:28px;margin-bottom:20px;}
#banner .slide .banner_text p {font-size:18px;width:280px;}
#banner .read_more_link {background:url(images/go_to.png) no-repeat;height:58px;width:58px;display:block;margin: 0; position: absolute; top: 250px;left: 20px;}
#banner .read_more_link:hover{opacity:0.95}
#banner #count_info span {font-size:14px;font-weight:600}

/*** PAGE SUBNAV ***/

.subnav ul {
	float: right;
	min-height: 70px;
	padding: 4px 10px 0 10px;
	text-align: right;
	width: 200px;
	list-style: none;
}

.subnav li {
	line-height: 1.7em;
}




/***PAGES***/

#homepage {
	border-top: none;
}

.page {
	border-bottom: 1px solid #ad9c88;
	border-top: 1px solid #ad9d86;
	padding: 9px 0 7px 0;
}

.content {
	background: #ffffff;
	overflow: hidden;
	padding: 15px 13px 11px 11px;
	color: #492B2B;
}

.content img,
.content .wysiwyg {
	margin: 0 10px 10px 10px;
}

.content .wysiwygleft {
	margin: 0 10px 10px 0;
}

.content .wysiwygright {
	margin: 0 0 10px 10px;
}

.content ul,
.content ol {
	margin: 10px 0 0 25px;
}


.content a {
	color: #492B2B;
	text-decoration: underline;
}

.content .title {
	font-size: 1.3em;
	padding: 0 0 8px 0;
}

.content h1 {
	font-size: 2em;
	line-height: 2em;
}
.content h2 {
	font-size: 1.6em;
	line-height: 2em;
}
.content h3 {
	font-size: 1.3em;
	line-height: 1.3em;
}

/*** PRODUCT PAGE ***/

.top {
	overflow: hidden;
}

.prod_image {
	background: url(images/main_img_border.png) no-repeat;
	width: 553px;
	height: 352px;
	padding: 2px;
	margin: 0 12px 0 0;
	float: left;
	z-index: 1;
	position: relative;
}

.prod_image a {
	width: 553px;
	text-align:center;
	vertical-align:middle;
	height: 352px;
	display: block;
}

.prod_image img {
	margin: auto !important;
	display: inline-block;
	vertical-align: middle;
	/*position: absolute;
	left: 50%;
	top: 50%;*/
	z-index: 3;
}

.prod_image .inner {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.prod_image span {
	display:inline-block;
	height:100%;
	vertical-align:middle;
}

.col {
	overflow: hidden;
}

.box {
	background: #ECE7DB ;
	/*border-left: 1px solid #d1c8c9;
	border-bottom: 1px solid #d1c8c9;*/
	color: #492B2B;
	padding: 11px 13px 20px 13px;
	margin: 0 0 9px 0;
	overflow: hidden;
}

.box .prod_title {
	font-size: 2em;
	line-height: 1.2em;
	font-weight: normal;
	text-transform: uppercase;
}

.box p {
	font-size: 1.1em;
}

.box a {
	color: #ffffff;
	text-decoration: underline;
}


.box .info {
	font-size: 1.1em;
	text-transform: uppercase;
}

.box .price {
	font-size: 1.1em;
	font-weight: bold;
	clear: both;
}

.box .discount {
	text-decoration: line-through;
}

.box .percent {
	padding: 0 15px;
}

.add_wish img {
	margin: 10px 0;
}

.ringsize {
	padding: 0 0 15px 0;
}

.ringsize .select {
	border: 1px solid #d0caca;
	width: 50px;
	margin: 0 0 7px 0;
}

.buttons input {
	ba
}

/*** OUR STORES ***/

.stores .top {
	padding: 0 0 20px 0;
}

.top .image {
	float: left;
	padding: 0 20px 0 0;
}

#stores {
	overflow: hidden;
	/*padding: 0 0 0 150px;*/
	padding: 40px 0 0 90px;
	border-top: 1px solid #AD9C88;
}

#stores .item {
	background: none;
	clear: right;
	height: auto !important;
}

#stores img {
	margin-left: 0;
}

#stores .paginationF {
	overflow: hidden;
	float: none;
	margin: 0 0 0 0;
}


/***LISTS***/

.newsCollection{
	float:left;
	cursor:pointer;
}

.collectionSummary .date{
	margin:3px 0 6px 0;
	display:block;
	text-transform:uppercase;
}

.collectionSummary{
	float:left;
	width:260px;
	padding-right:10px;
	margin-bottom:7px;
}

.list .item {
	background: url(images/thumb_border.png) no-repeat;
	width: 177px;
	height: 154px;
	padding: 0 10px 10px 0;
	float: left;
}

.list .item a {
	outline: 0;
}

.list .item:hover {
	background: url(images/thumb_border_active.png) no-repeat;
}

.list .last {
	padding-right: 0;
}

.list .image {
	background-repeat: no-repeat;
	background-position: center 64%;
	width: 166px;
	height: 143px;
	padding: 9px 0 0 9px;
	text-transform: uppercase;
}

.list .image h3 {
	color: #472A2B;
	font-size: 0.8em;
	line-height: 1.2em;
}

.list .image a {
	text-decoration: none;
}

.list .image p {
	margin: 0;
	font-size: 0.8em;
	color: #666666;
	line-height: 1.2em;
}

.list  img {
	display: block;
}


#product_list,
#collection_list {
	background: url(images/thumb_holder.png);
	overflow: hidden;
}

#homepage #product_list .image h3,
#homepage #related_products .image h3 {
	display: block;
	text-decoration: none !important;
}

#product_list a {
	text-decoration: none !important;
}

.jewellery .image h3,
.jewellery .image h3 {
	display: block !important;
}

#product_list .image h3,
#related_products .image h3 {
	display: none;
	padding: 0 7px 0 0;
}

#related_products {
	padding: 10px 0 0 0;
}

.wishlist .spacer td {
	border-top: 1px solid #e7e0d2;
	background: #e7e0d2;
	padding: 1px;
}

.wishlist td {
	padding: 0px 0 3px 0;
}

/*** FORMS ***/

.generic_form {
	overflow: hidden;
	padding: 1	0px 0 20px 0;
}

.generic_form .textbox {
	border: 1px solid #D0C2A6;
	width: 270px;
}

.generic_form .control {
	padding: 0 0 10px 0;
}

.twocols .col {
	width: 35%;
	padding: 0 0 0 0;
	float: left;
}

.twocols .col_holder {
	overflow: hidden;
}

.checkboxes {
	padding: 20px 0;
}

.generic_form textarea {
	height: 88px;
}


/*** BASKET ***/

.basket {
	border-collapse:collapse;
}

.hopspacer td,
.basketsubtotal td {
	border-bottom: 1px solid #AD9C88;
}

.basketsubtotal td {
	padding-bottom: 7px;
}

#basketcarriagerow td {
	padding-top: 7px;
}

.line td {
	padding-top: 7px;
}

.btnbackground {
	background: #D0C2A6;
	border: 0;
	padding: 3px 6px;
	margin: 5px;
	text-transform: uppercase;
	color: #472A2B;
}

.generalbtn {
	border: 0;
	text-indent: -5000px;
	*text-indent: 0 !important;
	*padding-left: 5000px; 
	cursor: pointer;
} 

.placeorder {
	background: url(images/btn_place_order.jpg) no-repeat;
	width: 86px;
	height: 33px;
}

.continueshop {
	background: url(images/btn_continue_shop.jpg) no-repeat;
	width: 130px;
	height: 33px;
}

.updateqty {
	background: url(images/btn_update_qty.jpg) no-repeat;
	width: 117px;
	height: 33px;
	margin-bottom: 5px;
}

.remove {
	background: url(images/btn_remove.jpg) no-repeat;
	width: 74px;
	height: 33px;
}

.reminder {
	background: url(images/btn_reminder.jpg) no-repeat;
	width: 120px;
	height: 33px;
}

.proceedpay {
	background: url(images/btn_proceed_pay.jpg) no-repeat;
	width: 143px;
	height: 33px;
}

#changedetailsbutton {
	background: url(images/btn_change_details.jpg) no-repeat;
	width: 119px;
	height: 33px;
	border: 0;
	text-indent: -5000px;
	*text-indent: 0 !important;
	*padding-left: 5000px; 
	cursor: pointer;
	margin: 0 5px 10px 0;
}

#continuepurchasebutton {
	background: url(images/btn_continue_purchase.jpg) no-repeat;
	width: 143px;
	height: 33px;
	border: 0;
	text-indent: -5000px;
	*text-indent: 0 !important;
	*padding-left: 5000px; 
	cursor: pointer;
	margin: 0 0 10px 0;
}

.hint {
	background: url(images/btn_hint.jpg) no-repeat;
	width: 89px;
	height: 33px;
}

.delete {
	background: url(images/btn_delete.jpg) no-repeat;
	width: 88px;
	height: 33px;
	margin: 0 0 5px 0;
}

.moreinfo {
	background: url(images/btn_moreinfo.jpg) no-repeat;
	width: 88px;
	height: 33px;
	margin: 0 0 5px 0;
}

.loginbtn {
	background: url(images/btn_login.jpg) no-repeat;
	width: 89px;
	height: 33px;
}

.contactus {
	background: url(images/btn_sendmessage.jpg) no-repeat;
	height: 33px;
	width: 143px;
}

.addresssummary .address {
	padding: 3px 0 10px 0;
	display: block;
}

.addresssummary .address span {
	display: block;
}

.contact {
	display: block;
	padding: 0 0 10px 0;
}


/*** PAGINATION ***/

.paginationF {
	background: #ffffff;
	overflow: hidden;
	padding: 6px 0;
	/*position: relative;
	left: 565px;
	bottom: 33px;*/
	clear: both;
}

.paginationF a,
.paginationF span {
	border: 1px solid #d2c9ca;
	float: left;
	text-decoration: none;
	width: 17px;
	height: 17px;
	text-align: center;
	margin: 0 1px;
}

.pagePrevNext {
	width: 35px !important;
	border: 1px solid #e8e4e5 !important;
	text-transform: uppercase;
	color: #b9afb0;
}

.pagePrevNext a {
	text-decoration: none;
	border: 0;
}

.currentPage {
	background: #472a2c;
	color: #ffffff;
}


/*** SEARCH RESULTS ***/

.searchproducts {
	border: 1px solid red;
}

.searchproducts .item {
	border: 1px solid green;
}

.searchproducts .image {
	background-repeat: no-repeat;
	height: 154px;
	width: 177px;
}


#news_collection_list h3 {
	font-size: 1em;
}

.collectionSummary .EditorLink{
	display:none;
}

#news_collection_list .date {
	font-size: 1em;
}

#news_collection_list a {
	text-decoration: none;	
}


#news_collection .title {
	padding: 0;	
}

#news_collection .date {
	display: block;	
	margin: -3px 0 15px 0;
	text-transform: uppercase;
	font-size: 0.9em;
}

#news_collection .image {
	padding: 0;
	margin: 0 0 15px 0;
	display: block;	
}


/***FOOTER***/

#footer {
	padding: 12px 0 0 0;
}

#footer li {
	list-style: none;
}

#footer #copy li {
	background: url(images/copyright.png) no-repeat;
	width: 193px;
	height: 22px;
	text-indent: -5000px;
	float: left;
}

#footer #footernav {
	overflow: hidden;
	text-transform: uppercase;
	font-size: 0.8em;
}

#footer #footernav li {
	background: url(images/stick.png) no-repeat right center;
	float: right;
	padding: 0 8px;
}

#footer #footernav .last {
	background: none;
}

#footer #footernav a {
	color: #472a2b
}

#footer #footernav a:hover {
	text-decoration: underline;
}
#footer #footernav #fb{padding:0;background:none;}
#footer #footernav #tw{padding:0 4px;background:none;}
#footer #footernav #fb a{background:url(images/fb.png) no-repeat;display:block;width:24px;height:24px;}
#footer #footernav #tw a{background:url(images/tw.png) no-repeat;display:block;width:24px;height:24px;margin-left:3px;margin-right:0px}

