@charset "utf-8";
/* CSS Document */

html, body{
	width:100%;
	height:100%;
	font-family:Arial, Verdana, Trebuchet MS, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	background-color:#000000;
}

body{
	width:100%;
	height:100%;
}

a{
	text-decoration:none;
	color:#FFF;
	cursor:pointer;
	outline:none;
}
a:hover{
	text-decoration:underline;
}

table {
	border-collapse:separate;
}
td{
	border:2px;
	padding:2px;
}

h1,h2,h3,h4,h5,h6,strong{ font-weight:bolder; }

h1,h2,h3,h4,h5,h6,p,ul,ol{ margin-bottom:0.8em }

h1{ font-size:12pt; }
h2{ font-size:11pt; }
h3{ font-size:10.5pt; }
h4,h5,h6,p{ font-size:9pt }

.productTile{
	padding:5px;
	background-color:#160200;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(border-radius.htc);
}

.productTileIndex{
	width:30%;
	float:left;
	margin-right:6px;
	margin-bottom:6px;
}
.productTileSearch{
	width:282px;
	float:left;
	margin-right:6px;
	margin-bottom:6px;
}
.productTileDetails{
	padding:10px;
}
.productTile ul, .productTile li{
	list-style-type:disc;
	list-style-position:inside;
}
.productTile ul{
	margin-bottom:10px;
}
.productTile li{
	margin-left:20px;
}
.productTile em{
	font-style:italic;
}
.productGallery{
	margin-bottom:10px;
}


#pagecenter{
	width:100%;
	height:100%;
}

#page{
	width:1000px;
}
#page #logo{
	float:left;
}
#page #bg{
	float:left;
}
#page #navi{
	padding:0px 2px 0px 2px;
	background-color:#410101;
	height:40px;
	float:left;
}
#page #navi li{
	float:left;
	display:block;
	list-style:none;
	width:166px;
}
#page #middle{
	width:100%;
}
#page #middle #leftpanel{
	width:170px;
	margin-right:10px;
	/*border-right:1px dotted #666666;*/
	background:url(/img/vr.jpg) top right no-repeat;
	float:left;
	text-align:left;
	padding:4px 10px 4px 10px;
	height:380px;
}
#page #middle #centerpanel{
	width:600px;
	float:left;
	text-align:left;
}
#centerpanel li{
	list-style-position:inside;
	margin-left:30px;
	list-style:circle;
	margin-bottom:2em;
}
#page #middle #rightpanel{
	width:170px;
	margin-left:10px;
	/*border-left:1px dotted #666666;*/
	float:left;
	padding:4px 10px 4px 10px;
	height:380px;
	background:url(/img/vr.jpg) top left no-repeat;
}
#page #footer{
	margin-right:200px;
	margin-left:200px;
}

#languageSelector{
	font-family:"Times New Roman", Times, serif;
	font-size:10pt;	
}

#termsAndConditions ul, #termsAndConditions ol, #termsAndConditions li{
	list-style-type:disc;
	list-style-position:outside;
	margin-left:20px;
}
#termsAndConditions ul, #termsAndConditions ol{
	margin-bottom:10px;
}

#aboutPage p, #termsAndConditions p, #faqPage p{
	text-align:justify;
}

#offerItems{
	margin-bottom:10px;
}

.oldPrice{
	text-decoration:line-through;
}
.newPrice{
	color:red;
	font-size-adjust:0.75;
}
.attachmentItem{
	float:left;
	margin:0px 2px 2px 0px;
}

.productTile table th{
	font-weight:bolder;
	color:#F7D8AC;
}

.productMenu{
	text-align:center;
	margin-top:10px;
	font-size:12px;
	font-weight:bolder;
}
.productMenu a{
	color:#F00;
}

.attachmentItem{
	/*border:1px solid #160200;*/
	background-color:#160200;
}
.attachmentItem td{
	padding:2px;
}

.loginForm{
	text-align:center;
	margin-bottom:30px;
}

.clr{
	clear:both;
}
.nowrap{
	white-space:nowrap;
}
.categoryTitle{
	text-align:justify;
}
.categoryMenu li{
	font-size:10pt;
	font-weight:bolder;
	list-style-image:url(/img/bullet.jpg);
	margin-left:22px;
	margin-bottom:0.2em;
}

.brandHeader{
	text-align:left;
}
.brandHeader img{
	margin-bottom:10px;
}
.brandHeader p{
	font-size:12px;
	text-align:justify;
}
.brandHeader h2{
	font-size:14px;
	font-weight:bolder;
}
.brandHeader h1{
	font-size:18px;
	font-weight:bolder;
}

.feedbackForm{
	padding:15px;
	border:2px solid #410101;
	background-color:#160200;
}

div.hr{
	/*margin:20px 0px 20px 0px;*/
	height:30px;
	width:100%;
	background:url(/img/hr.jpg) center center no-repeat;
}
div.hr2{
	/*margin:20px 0px 20px 0px;*/
	height:30px;
	width:100%;
	background:url(/img/hr2.jpg) center center no-repeat;
}
div.hr3{
	margin:10px 0px 10px 0px;
	height:1px;
	width:100%;
	background:url(/img/hr3.jpg) center center no-repeat;
}

.orderForm{
	position:absolute;
	z-index:100;
	top:0px;
	left:0px;
	padding:20px;
	border:2px solid #410101;
	background-color:#160200;
}
.orderForm img.orderFormClose{
	position:absolute;
	top:0px;
	right:0px;
	cursor:pointer;
}
.orderForm td{
	border:2px;
	padding:2px;
}

.txtGold, .currentPage{
	/*color: #ffb400;*/
	color:#F7D8AC;
}
.txtRed{
	color:red;
}
.txtUnderline{
	text-decoration:underline;
}
.currentPage{
	font-weight:bolder;
	text-decoration:underline;
}
.pagingPages{
	font-size:16px;
}

.bgBordo{
	background-color:#410101;
}

.wcItem{
	text-align:center;
	padding:4px 6px 10px 6px;
}

.textRed{
	color:#FF0000;
}
.highlight1{
	background-color:#111111;
}
.highlight2{
	background-color:#222222;
}
#ringSize{
	border-collapse:separate;
	border-spacing: 2px;
}
.vcenter{
	vertical-align:middle;
}
input, select, textarea{
	border:none;
	background-color:#410101;
	color:#FFF;
}
.times{
	font-family:"Times New Roman", Times, serif;
}
.text14{
	font-size:14px;
}
.textSize11{
	font-size:11px;
}
.textSize12{
	font-size:12px;
}
.textSize14{
	font-size:14px;
}
.textSize11{
	font-size:11px;
}

.textSize8{
	font-size:9px;
}


.dkredBorder{ border:4px solid #600 }
