
/* Site-wide definitions */

body{
	background-color: #B15037;
	color: #6E543A;
}

body,p,td,.bodytext{
	font-family: arial, sans-serif;
	font-size: 9pt;
}
.small{
	font-size: 8pt;
}

.header,.content,.header_small,.content_small{
	border: 1px solid #B1252E;
	padding: 10px;
	margin-bottom: 10px;
}
.header,.content,.footer{
	width: 760px;
}

.header,.header_small{
	background-color: #03355A;
}

.content,.content_small{
	background-color: #FCF4D9;
}

.footer,.footer_small{
	text-align: right;
	font-size: 8pt;
	background-color: #03355A;
	padding: 3px;
	color: #FFFFFF;
}

.header_small,.content_small,.footer_small{
	width: 550px;
}

th,.th{
	font-weight: bold; 
	font-size: 9pt;
	white-space: nowrap;
	text-align: left;
}

h1, h2, h3, h4,.heading{
	font-family: arial, sans-serif;
	color: #03355A;
	font-weight: normal;
}
h1{ font-size: 19pt;}
h2{ font-size: 16pt; color: #556835;}
h3{ font-size: 14pt;}
h4{ font-size: 12pt; font-weight: bold;}

hr{  color: #03355A;
background-color: #03355A;
height: 1px;width: 90%;border: 0; }

a{
	text-decoration: none;
	color: #6E543A;
}

a:visited{
	color: #B15037;
}

a:hover{
	text-decoration: underline;
	color: #B15037;
}
.menuitem{
	margin-left: 2%;
	white-space: nowrap;
}

a.menuitem{color: #6E543A;text-decoration: none;}
a.menuitem:visited{color: #B15037;text-decoration: none;}
a.menuitem:hover{ color:#B0422E;text-decoration: underline;}

.menucontainer{
	position:relative;
	left:-10px;
	bottom:-10px;
	padding: 5px;
	background-color: #FFD181;
	border-top: 2px solid #FFA60D;
}

.companyname{
	font-size: 20pt;
	color: #FFFFFF;
}


/* buttons */
.bt,.link_bt{
	background-color: #FFD181;
	border: 1px solid #B15037;
	color: #6E543A;
	text-decoration: none;
	height: 20px;
}

html>body .bt,.link_bt{ /* different height for non-IE */
	height: 25px;
}

.bt:hover,.link_bt:hover{
	background-color: #FFD181;
	border: 1px solid #03355A;
	color: #03355A;
	text-decoration: none;
}
.link_bt{ padding-top: 1px; padding-bottom: 1px; padding-left: 8px; padding-right: 8px;}

/* Diamond/Gem search results */

/* row styles */
.r1,.r2{ white-space: nowrap; }
.r1{ background-color: #CDD8BB;} 
.r2{ background-color: #FFFFFF;}

/* cell styles */
.c1{}
.c2{}

.numresults{ color: #556835; text-align: center; font-weight: bold}
.results_outer_table{  width: 100%; border: 1px solid #B15037; padding: 1px;}
.results_table{ }

/* header row and cells */
.hrow{ background-color: #FFD181;}
.sortrow{ background-color: #FFA60D;}
.hcell,.sortcell{ text-align: center;}
.sortlink{ background-color: #FFA60D; }
.sortlink:hover{ background-color: #03355A;  }

.excel_link,.pagenav{ 
	text-align: left;
}

.rating_bar{
	background-color: #FFD181;
}
.rating_container{
	background-color: white;
	border: 1px solid #556835; 
	padding: 0px;
}


/* search form */
.searchform{
	padding: 10px;
	border: 1px solid #B15037;
}
.criterion{ /* headings for search criteria */
	color: #03355A;
	font-weight: bold;
}

/* item details */

.detailcontainer{ background-color: #FFFFFF; border: 1px solid #B15037; padding: 0px;}
th.detail,.detail_th,.j_detailheader,.detail_th:visited{background-color: #CDD8BB; color: #6E543A; border-bottom: 1px solid #03355A; padding-left: 6px;}
a.detail_th{ border-width:0px;}
td.detail{background-color: #FFFFE8; padding:3px; border-bottom: 1px solid #03355A; padding-left: 6px;}

.detail_r1{ background-color: #FFFFE8; font-weight: bold; border-bottom: 1px dotted #B9B875; } 
.detail_r2{ background-color: #FFFFFF; }


/* Jewelry Build nav bar */

.b_on2,.b_on3{
	border: 1px solid #03355A;
	background-color: #FFFFFF;
}
.b_off2,.b_off3{
	border: 1px solid #B15037;
	background-color: #FFFFFF;
}

.b_off3,.b_on3{
	width: 174px;
}
.b_off2,.b_on2{
	width: 233px;
}
.b_table{
	
}
.b_title{
	font-weight: bold; 
	color: #03355A;
}
.b_container{ /* surrounds entire section */
	background-color: #FFD181;
}
.b_step0{ /* not active box */
	font-weight: bold;
	color: #526082;
}
.b_step1{ /* active box */
	font-weight: bold;
	color: #825255;
}
.b_change:hover{ text-decoration: none; }
.b_change{
	font-size: 8pt;
	color: #7589B9;
	padding-left: 2px;
	padding-right: 2px;
}
.b_itemtitle{

}



/*
color notes:
blue: #7589B9

#526082
#E8EEFF
#D0DEFF


rose: #B97579

#825255
#FFE8E9
#FFD0D3


gold/tan: #B9B875

#828152
#FFFFE8
#FFFED0
*/