/*--- Setup ---*/
*{
	margin: 0;
	padding: 0;
	border: 0;
}
body{
	color: #101d2e;
	background: url(bgr.gif) #e3e5ea repeat-x top;
	font: 11px "Trebuchet MS",Tahoma,Arial,Helvetica,"Lucida Grande",Sans-Serif;
}
a{
	color: #3d5872;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
input,select,textarea{
	border: #969696 1px solid;
	padding: 2px;
	color: #000000;
	font-size: 12px;
}
select{
	padding: 0;
}
li{
	list-style: none;
}
h1,h2,h3{
	font-family: "Palatino Linotype","Book Antiqua",Palatino, serif;
	letter-spacing: -0.6px;
	font-size: 1.5em;
}
/*--- Layout ---*/
#page{
	margin: 0 auto;
	width: 800px;
}
/*--- Header ---*/
#header{
	height: 101px;
}

#header a:hover{
	color: #efefef;
	text-decoration: none;
}
#header ul{
	width: 350px;
	margin: 37px 34px 0 0;
	float: right;
}
* html #header ul{
	margin: 37px 17px 0 0;
}
#header li{
	float: right;
	color: #77857f;
	background: url(vl-dot.gif) no-repeat right top;
	font: bold 10px Tahoma,Arial,Helvetica,Sans-Serif;
	line-height: 18px;
	height: 18px;
}
#header li.last{
	float: right;
	color: #77857f;
	background: none;
	font: bold 10px Tahoma,Arial,Helvetica,Sans-Serif;
	line-height: 18px;
	height: 18px;
}
#header li img{
	margin: 0 5px -5px 0;
}
#header li a{
	padding: 0 10px;
	display: block;
	color: #77857f;
}
/*- Tabs -*/
ul.tabs{
	height: 23px;
	float:right;
	margin-bottom:8px;
}
.tabs li{
	float: left;
	margin: 0 2px 0 0;
	font-weight: bold;
	text-align: center;
}
.tabs li a{
	width: 123px;
	display: block;
	color: #ffffff;
	background: url(tab-bgr.gif) no-repeat;
	line-height: 23px;
}
.tabs li a:hover, .tabs li.active a{
	color: #142a2e;
	background: url(tab-hover.gif) no-repeat;
	text-decoration: none;
}
/*--- Columns ---*/
#columns{
	/* margin: 9px 0 0; */
	margin-left: auto;
	margin-right: auto;
	margin-top:30px;
	height:auto;
	
}
#columns h2{
	color: #555c61;
	font-size: 14px;
}
#columns h2{
	color: #555c61;
	font-size: 18px;
}
/*--- Left Column ---*/
#leftcol{
	width: 155px;
	float: left;
	margin-top: 6px;
}
/*--- Center Column ---*/
#centercol{
	width: 448px;



	margin-left: ;
	margin-right: ;
	padding: 5px;
	margin-left: 156px;
}
/*--- Center Column (Secondary page) ---*/
#centercol2{
	width: 600px;

	margin-left: ;
	margin-right: ;
	padding: 5px;
	margin-left: 156px;
}
/*--- Right Column ---*/
#rightcol{
	width: 180px;
	float: right;
	margin: 0;
	margin-top: 5px;
}
/*--- Styling the Box ---*/
.box{
	padding: 8px;
	margin: 0 0 9px 0;
	border: 1px solid #cfd4d7;
	background: #ffffff;
}
.box ul{
	padding: 0 0 8px 10px;
}
.box li{
	padding: 0 0 0 10px;
	background: url(ico-list.gif) no-repeat left 2px;
	line-height: 14px;
	font-size: 14px;
}
.box li ul{
	padding: 4px 0 8px 0px;
}
.box li li{
	padding: 0 0 0 10px;
	background: url(ico-sublist.gif) no-repeat left top;
	line-height: 14px;
}
.box p{
	padding: 0 0 10px 0;
	line-height: 18px;
}

#centercol .box p a {
	color: #a78c77;
	text-decoration: none;
}

#centercol .box p a:hover{
	text-decoration: underline;
}

.box table{
	width: 100%;
}
/*- Heading Bars -*/
.hdr{
	padding: 0 20px 0 0;
	margin: 0 0 10px 0;
	background: #dbe1e7;
	text-align: right;
	line-height: 40px;
	height: 40px;
}
.hdr2{
	clear: both;
	padding: 0 19px;
	margin: 0 0 10px 0;
	color: #ffffff;
	background: #5d717e;
	line-height: 45px;
	height: 45px;
}
.hdr2 a, .hdr2 h3{
	color: #ffffff;
}
.hdr2 h3{
	float: left;
	letter-spacing: -0.1px;
}
.hdr2 h3 small{
	color: #a9b5bf;
	font: bold 9px "Trebuchet MS",Tahoma,Arial,Helvetica,Sans-Serif;
	letter-spacing: normal;
}
.rings{
	background: url(hdr-rings.gif) #dbe1e7 no-repeat left;
}
.bracelets{
	background: url(hdr-bracelets.gif) #dfe8e2 no-repeat left;
}
.earrings{
	background: url(hdr-earrings.gif) #e6e8e5 no-repeat left;
}
/*- Wrapper -*/
.wrapper{
	float: left;
	width: 140px;
	margin: 0 3px;
	text-align: center;
}
.wrapper .pic{
	padding: 9px 6px;
	background: url(thumb-bgr.gif) center;
}
.wrapper h4{
	color: #3d5872;
	font-size: 12px;
	font-weight: normal;
}
.wrapper p.price{
	color: #a78c77;
	font-size: 20px;
}

.wrapper .view-txt {
	display:inline;
	position: relative;
	top: -3px;
	left: 3px;
	font-size:10px;
	color:#000;
	text-decoration:none;
	}
.wrapper .view-txt:hover {
	text-decoration:underline;
	}	

/*--- Footer ---*/
#footer{
	padding: 0 15px;
	clear: both;
	margin: -8px 0 0;
	height: 35px;
}
#footer p {
	padding: 10px 0 0;
}
#footer p.copy{
	float: left;
	color: #a78c77;
	font-size: 11px;
}
#footer p.botmenu{
	float: right;
}
#footer p.botmenu a{
	font-weight: bold;
}
/*--- Misc. ---*/
.fix{
	clear: both;
	line-height: 1px;
	height: 1px;
}
.fix span{
	float: left;
}
.fl{
	float: left;
	margin-top: 6px;
	margin-right: 10px;
}
.fr{
	float: right;
	margin-top:12px;
}

.h{
	height:auto;
	padding: 8px 12px;
}

/* for Internet Explorer */
/*\*/
* html .h{
}
/**/


.h h2, .h h3{
	margin: 0 0 8px 0;
}

.hi-lite-header {
	background:#dbe1e7;
	border:1px solid #ccc;
	padding:3px 0 3px 5px !important;
	color:#309;
	font-weight:bold;
	font-size:11px;
	vertical-align:middle;
	margin-bottom: 10px;
}
