/* ----- body & background ----- */
body{
	background:#e2e3dd;
	color:#666666;
	text-align:center;
	line-height:150%;
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}

/* ----- tables ----- */
table, td, input, textarea, select, li{
	font: 100% Arial, Helvetica, sans-serif;
	color:#000;	
}
th{
	background:#ddd;
	padding:5px;
}
#main .inner .products .price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

td{padding:5px;}

/* ----- global links ----- */
a:link, a:visited, a:active{
	color:#37342f;
	text-decoration:none;
}
a:hover{
	color:#555;
	text-decoration:none;
}
#content a:link, #content a:visited, #content a:active{
	color:#37342f;
	text-decoration:none;
}
#content a:hover{
	color:#555;
	border-bottom:1px dotted #37342f;
}
#content li{color:#777;}

/* ----- 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 ----- */
#skip{display:none;}
.hidden{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;
}
#frmContact{margin-bottom:.5em;}
#ThisForm{margin-bottom:.5em;}
	
/* ----- container size & positioning ----- */
#container{
	width:950px;
	text-align:left;
	background:#dadbd4;
	position:relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
}

/* ----- header area ----- */
#header{
	height:169px;	
	position:relative;
	background:url(../graphics/plain/header.jpg) no-repeat 0 0;
}

/* ----- company logo & strapline ----- */
#logo{
	position:absolute;
	margin-left:120px;
	padding:0;
	top:40px;
	left:0;
	display:block;
	width:290px;
	background:url(../graphics/plain/logo.gif) no-repeat 0 0;
	text-indent:-9999px;
	overflow:hidden;
}
#logo a{
	display:block;
	height:105px;
}
#tagline{display:none;}

/* ----- shopping basket info ----- */
#info{
	position:absolute;
	padding:0;
	top:10px;
	left:14px;
	z-index:10;
	color:#4f4c48;
	text-align:center;
	font-weight:bold;
	float: left;
	margin: 0;
}
#info a{
	color:#999;
	text-decoration:none;
}
#info a:hover{
	color:#4f4c48;
	font-weight:bold;
}

/* ----- optional mid div (useful for more complex backgrounds) ----- */
#mid{background:#fff;width:950px;}

/* ----- breadcrumb trail ----- */
#breadcrumbs{
	float:left;
	display:inline;
	width:701px;
	margin-left:15px;
	margin-bottom:18px;
	background:#f3f3f3;
	border:1px solid #e3e3e3;
	color:#999;
	line-height:26px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}
#breadcrumbs a{
	color:#555;
	text-decoration:none;
}
#breadcrumbs a:hover{	
	color:#555;
	border-bottom:1px dotted #999;
}

/* ----- search box ----- */
#search{
	margin:0;
	margin-bottom:1em;
	padding:3px 0 0 0;
	background:#fff;
	font-size: 10px;
}
#search label{display:none;}
#searchKeyword{
	border:1px solid #e2e3dd;
	color:#777;
	padding:3px 0 3px 3px;
	width:155px;
}
#searchSubmit{
	background:#37342f;
	color:#fff;
	border:0px solid #234959;
	width:30px;
	height:22px;
	margin-bottom:-1px;
	margin-left:5px;
}
#searchSubmit:hover{cursor:pointer;}

/* ----- side navigation ----- */
#navDept, #navDept ul, #navDept li, .navStatic, .navStatic ul, .navStatic li{
	margin:0;
	padding:0;
	list-style:none;
}
#navDept , .navStatic{
	padding:1px 1px 0 1px;
	background:#f3f3f3;
	border:1px solid #e1e1e1;
	color:#999;
	margin-bottom:1em;
}
#navDept li a:link, #navDept li a:active, #navDept li a:visited, 
.navStatic li a:link, .navStatic li a:active, .navStatic li a:visited{
	display:block;
	width:100%;
	background:#f3f3f3 url(../graphics/plain/nav_icon.gif) no-repeat 8px 50%;
	color:#999;
	border-bottom:1px solid #fff;
}
#navDept li a:hover, .navStatic li a:hover{background:#ededed url(../graphics/plain/nav_icon.gif) no-repeat 8px 50%;}
#navDept li a.selected, .navStatic li a.selected{
	color:#333;
	background:#e3e3e3 url(../graphics/plain/nav_icon_on.gif) no-repeat 8px 50%;
}
#navDept li a span, .navStatic li a span{
	display:block;
	padding:5px 20px;
}

/* ----- subdepartment navigation ----- */
#navSubDept, #navSubDept li {
	margin:0;
	padding:0;
	list-style:none;
}
#navSubDept{
	margin:1em 0;
	padding:3px 10px;
	background:#f3f3f3;
	border:1px solid #e3e3e3;
	color:#777;
}
#navSubDept li{
	margin:.5em 0;
	line-height:150%;
	padding:0;
	padding-left:20px;
	list-style:none;
	background:url(../graphics/plain/arrow3.gif) no-repeat 0 .6em;
}
#navSubDept li a{color:#777;}
#navSubDept li a:hover, #navSubDept li a.selected{
	color:#555;
	text-decoration:none;
	border-bottom:1px dotted #777;
}

/* ----- navtop ----- */

#navTop, #navTop li{
	margin:0;
	padding:0;
	list-style:none;
}
#navTop{
	position:absolute;
	z-index:10;
	width:450px;
	top:136px;
	left:10px;
	text-align:center;
}
#navTop ul{
	margin:0;
	padding:0;
	list-style:none;
}
#navTop li{
	float:left;
	margin:0;
	padding:0;
	font-size:120%;
	font-family:Georgia, "Times New Roman", Times, serif;
	background-image: url(../graphics/plain/navtools_divider.gif);
	background-repeat: no-repeat;
	background-position: left 60%;
}
#navTop li.first{background:none;}
#navTop li a:link, #navTop li a:active, #navTop li a:visited{
	float:left;
	text-decoration:none;
	color:#4e4b46;
	background: no-repeat bottom right;
	padding-top: 12px;
	padding-right: 13px;
	padding-bottom: 8px;
	padding-left: 12px;
}
#navTop li a:hover{color:#999;}
#navTop li a span{}


/* ----- main navigation ----- */

#navTools, #navTools li{
	margin:0;
	padding:0;
	list-style:none;
}
#navTools{
	position:absolute;
	width:400px;
	top:136px;
	right:195px;
	
}
#navTools ul{
	margin:0;
	padding:0;
	list-style:none;
}
#navTools li{
	float:right;
	margin:0;
	padding:0;
	font-size:120%;
	font-family:Georgia, "Times New Roman", Times, serif;
	background-image: url(../graphics/plain/navtools_divider.gif);
	background-repeat: no-repeat;
	background-position: left 60%;
}
#navTools li a:link, #navTools li a:active, #navTools li a:visited{
	float:left;
	text-decoration:none;
	color:#4e4b46;
	background: no-repeat bottom right;
	padding-top: 12px;
	padding-right: 13px;
	padding-bottom: 8px;
	padding-left: 12px;
}
#navTools li a:hover{color:#999;}
#navTools li a span{}

/* ----- nav titles ----- */
.navStaticTitle, #navDeptTitle{
	margin:0;
	padding:7px 13px;
	margin-bottom:1px;
	background:#37342f;
	color:#fff;
	font-weight:normal;
	font-size:100%;
}
#navToolsTitle{display:none;}

#navDeptTitle, #navToolsTitle, .navStaticTitle{
	font:100% "Georgia", serif, Arial, Helvetica, sans-serif;}

/* ----- side navigation column ----- */
#side{
	float:right;
	display:inline;
	width:198px;
	margin-right:15px;
	margin-top:10px;
}

/* ----- main content area ----- */
#main{
	float:left;
	display:inline;
	width:712px;
	margin-left:15px;
	background-image: url(../images/rings.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#main h2{
	font-weight:normal;
	padding:0;
	color:#37342f;
	font-size:160%;
	clear:both;
	font-family: "Georgia", serif, Arial, Helvetica, sans-serif;
	margin-top: 0px;
}
#main h2#pageTitle{
	font-weight:normal;
	padding:0;
	margin:0;
	margin-bottom:1em;
	color:#37342f;
	font-size:160%;
}
.note{
	font-size:110%;
}
.highlight{
	font-size:140%;
}
.module1{
	float:left;
	width:250px;
}
.module2{
	float:right;
	width:250px;
}

/* ----- r area ----- */
#footer{
	background:#fff;
	padding:10px;
	border-bottom:solid 5px #dadbd4;
	text-align:center;
	
}
#footer p{margin:0;}
#footer ul, #footer li{
	margin:0;
	padding:0;
	list-style:none;
}
#footer li{display:inline;margin-right:.5em;}
#footer a{color:#999;}
#footer a:hover{
	color:#777;
}
#footer #credits{
	display:none;
}

/* ----- pagination (page 1/2 etc.) ----- */
#pagination{
	margin:1em 0;
}
#pagination li{
	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/plain/ico_first.gif) no-repeat 0 0;}
#pagination a#prevPage{background:url(../graphics/plain/ico_prev.gif) no-repeat 0 0;}
#pagination a#nextPage{background:url(../graphics/plain/ico_next.gif) no-repeat 0 0;}
#pagination a#lastPage{background:url(../graphics/plain/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;
}
.products{
	float:left;
	display:inline;
	margin-top:1em;
}

.products li{
	float:left;
	display:inline;
	width:160px;
	margin-left:8px;
	margin-right:0;
	margin-bottom:1em;
	background:#f3f3f3;
	border:solid 1px #999;
}

* html .products li{margin-left:6px;}
.products li h3{
	font:110% "Georgia", serif, Arial, Helvetica, sans-serif;
	margin:0;
	padding:10px 0 10px 10px;
	background:#37342f;
}
.products li h3 a:link,.products li h3 a:active,.products li h3 a:visited{color:#fff;}
.products li h3 a:hover{color:#ccc;}
.products .image{
	float:left;
	margin:0;}
.products .image a img{
	float: left;

}
.products .image a:hover img{
}

.products .price{
	clear:both;
	font:110% "Georgia", serif, Arial, Helvetica, sans-serif;
	float:left;
	margin:0;
	padding:5px 10px;
	color:#37342f;
}

.products li .desc a{
	float:right;
	text-decoration:underline;
	margin-top:5px;
	padding-right:10px;
}
#product img {
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


* html .products li .desc a{margin-top:-5px;}

.products .quantity{
	clear:both;
	margin:0;
	background:#ffae00;
	padding:3px 15px;
}

/* ----- individual products ----- */
#product{
	margin:1em 0;
}
#product .image{	
	float:left;
	margin-bottom:1em;
}	
#product .image p{margin:.5em 0;}
#product .image img{
	border:1px solid #e1e1e1;
	float: left;
	padding: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
}	
#product .info{
	float:left;
	width:245px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0px;
	position: relative;
}
#productDetails {
	width: 450px;
	float: right;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
}

* html #product .info{
	margin-left: 0px;
}

#product .price{
	color:#37342f;
	font-size:120%;
}
#product .info p{
	margin-bottom:.2em;
}
#product .info h3{
	margin-bottom:.2em;
}
#product .actions{
	border-top:1px solid #e1e1e1;
	clear:both;
}	
#product #addBasket{
	border-top:1px solid #e1e1e1;
	padding-top:1em;
}
#product #addWishlist a{
}
#productDisplay{clear:both;}

/* ----- featured articles ----- */
#articles{}
#articles ul, #articles li {
	margin:0;
	padding:0;
	list-style:none;
}
#articles ul{
	margin:1em 0;
	padding:3px 10px;
	background:#f3f3f3;
	border:1px solid #e3e3e3;
	color:#777;
}
#articles ul li{
	margin:.5em 0;
	line-height:150%;
	padding:0;
	padding-left:20px;
	list-style:none;
	background:url(../graphics/plain/arrow3.gif) no-repeat 0 .6em;
}
#articles  ul li a{color:#777;}
#articles  ul li a:hover{
	color:#555;
	text-decoration:none;
}

/* ----- customer reviews ----- */
#reviews{
}
#reviews ul, #reviews li {
	margin:0;
	padding:0;
	list-style:none;
}
#reviews ul{
	margin:1em 0;
	padding:3px 10px;
	background:#f3f3f3;
	border:1px solid #e3e3e3;
	color:#777;
}
#reviews ul li{
	margin:.5em 0;
	line-height:150%;
	padding:0;
	padding-left:20px;
	list-style:none;
	background:url(../graphics/plain/arrow3.gif) no-repeat 0 .6em;
}
#reviews ul li a{color:#777;}
#reviews ul li a:hover{
	color:#555;
	text-decoration:none;
	border-bottom:1px dotted #777;
}

/* ----- 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;}

/* ----- tables and forms ----- */
fieldset{
	border:none;
	padding:0;
	margin:1em 0;
}
legend{
	font-weight:normal;
	padding:0;
	margin:0;
	color:#1b4556;
	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:0;
	background:#f3f3f3;
	color:#777;
	padding:5px;
}
td{
	background:#fff;
	border:0;
	padding:5px;
	vertical-align:top;
	color:#777;
}
.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:#37342f;
	font-size:110%;
	font-weight:bold;
}
.formFieldProduct{width:150px;}
table .price{
	color:#37342f;
	font-size:110%;
	font-weight:bold;
}
.formRadio{vertical-align:middle;}
.formButton{
	background:#37342f;
	color:#fff;
	border:none;
	padding-top:3px;
	padding-bottom:3px;
}
.formButton:hover{cursor:pointer;}
label span{
	color:#b00;
	font-size:110%;
	font-weight:bold;
}
p span{color:#b00;}
input.formField:focus, formFieldShort:focus, formFieldMedium:focus, textarea:focus, #quantity:focus	{
	background: #fff;
	border: 1px solid #bbb;
}

/* ----- 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;
}
/* ----- jgal stuff ----- */
#jgal{
	list-style:none;
	width:205px;
	float:left;
	background:#eee;
	border:1px solid #ddd;
	margin:10px 0 0 0;
	margin-top:0/**/px;
	padding:15px 0 5px 15px;
	padding-bottom:15/**/px;
}
#jgal li{
	float:left; 
	display:block; 
	width:76px;
	height:76px; 
	background-position:50% 50%; 
	cursor:pointer;
	border:5px solid #fff; 
	margin:0 15px 10px 0;
}
#jgal li img{
	position:absolute;
	top:275px;
	top:265/**/px;
	left:280px;
	display:none;
}
#jgal li.active img{display:block;}

#jgal li.active{outline-color:#aaa;}
#jgal li:hover{outline-color:#ccc;}
/* styling without javascript */
#gallery{
	list-style:none; 
	display:block;
}
#gallery li{
	float:left; 
	margin:0 15px 10px 0;
	display:block;
	width:76px;
	height:76px; 
}
#gallery{display:none;}

/* ----- 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 .info #productDisplay h3 img {
	float: none;
}
#content {
}
/* ----- product thumbnail list2 ----- */
.products2 ul, .products2 li{
	margin:0;
	padding:0;
	list-style:none;
} 
.products2{
	margin:.5em 0;
}
.products2{
	float:left;
	display:inline;
	margin-top:1em;
}

.products2 li{
	float:left;
	display:inline;
	width:450px;
	margin-left:8px;
	margin-right:0;
	margin-bottom:1em;
	border:solid 1px #999;
	background-color: #FFFFFF;
}
.rbold {
	font-weight: bold;
	color: #CC0000;
}


* html .products2 li{margin-left:6px;}
.products2 li h3{
	margin:0;
	padding:10px 0 10px 10px;
	font-family: "Georgia", serif, Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #37342F;
	background-color: #FFFFFF;
}
.products2 li h3 a:link,.products2 li h3 a:active,.products2 li h3 a:visited{color:#37342F;}
.products2 li h3 a:hover{color:#ccc;}
.products2 .image{
	float:left;
	margin:0;}
.products2 .image a img{
	float: left;

}
.products2 .image a:hover img{
}

.products2 .price{
	clear:both;
	font:110% "Georgia", serif, Arial, Helvetica, sans-serif;
	float:left;
	margin:0;
	padding:5px 10px;
	color:#37342f;
}

.products2 li .desc a{
	float:right;
	text-decoration:underline;
	margin-top:5px;
	padding-right:10px;
}


* html .products2 li .desc a{margin-top:-5px;}

.products2 .quantity{
	clear:both;
	margin:0;
	background:#ffae00;
	padding:3px 15px;
}
.ourbrides {
	display: block;
	width: 702px;
	text-align: center;
	padding: 2px;
	margin-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.ourbrides img {
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.ourbrides p {
	padding-top: 100px;
	padding-bottom: 100px;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 10px;
	margin-left: 10px;
	display: block;
}
#choice {
	background-color: #FFE5DB;
	padding: 2px;
}
.inc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}
