
/* Site-wide definitions */

body{
	background-color: #EBEBEB;
	color: #000000;
}

body,p,td,.bodytext{
	font-family: arial, sans-serif;
	font-size: 9pt;
}
.small{
	font-size: 8pt;
}

.header,.header_small{
	border: 2px solid #CCCCCC;
	padding: 10px;
	margin-bottom: 10px;
}
.header,.content,.footer{
	width: 760px;
}

.header,.header_small{
	background-color: #272727;
}

.content, .content_small{
	border: 1px dotted #CCCCCC;
	padding: 10px;
	margin-bottom: 10px;
}

.content,.content_small{
	background-color: #FFFFFF;
}

.footer,.footer_small{
	text-align: right;
	font-size: 8pt;
	margin-top: 10px;
}

.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: #805974;
	font-weight: normal;
}
h1{ font-size: 18pt;}
h2{ font-size: 14pt;}
h3{ font-size: 12pt;}
h4{ font-size: 10pt; font-weight: bold;}

hr{  color: #CCCCCC;
background-color: #CCCCCC;
height: 1px;width: 90%;border: 0; }

a{
	text-decoration: underline;
	color: #6176BF;
}

a:visited{
	color: #6176BF;
}

a:hover{
	text-decoration: none;
	color: #BF60A3;
}
.menuitem{
	margin-left: 2%;
	white-space: nowrap;
}

a.menuitem{color: #FFFFFF;text-decoration: none; font-weight: bold;}
a.menuitem:visited{color: #FFFFFF;text-decoration: none; font-weight: bold;}
a.menuitem:hover{text-decoration: underline; font-weight: bold;}

.menucontainer{
	margin-left: -2%;
}

.companyname{
	font-size: 22pt;
	color: #E6DDCF;
	font-family: Times New Roman;
	font-variant: small-caps;
	padding-bottom: 5px;
}


/* buttons */
.bt,.link_bt{
	background-color: #FFFFFF;
	border: 1px solid #BFBFBF;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	height: 20px;
}

html>body .bt,.link_bt{ /* different height for non-IE */
	height: 25px;
}

.bt:hover,.link_bt:hover{
	background-color: #FFFEEC;
	border: 1px solid #BFBFBF;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
.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: #EBEBEB;} 
.r2{ background-color: #FFFFFF;}

/* cell styles */
.c1{ border: 1px solid #FFFFFF;}
.c2{}

.numresults{ text-align: center; font-weight: bold; color: #272727;}
.results_outer_table{ background-color: #E6DDCF; width: 100%; border: 1px dotted #CCCCCC; padding: 3px;}
.results_table{ }

/* header row and cells */
.hrow,.sortrow{ background-color: #805974; color: #FFFFFF;}
.hcell,.sortcell{ text-align: center; border: 1px dotted #FFFFFF;}
.sortlink{ background-color: #808080; }
.sortlink:hover{ background-color: #FFFFFF;  }

.excel_link,.pagenav{ 
	text-align: right;
}

.rating_bar{
	background-color: #B97579;
}
.rating_container{
	background-color: white;
	border: 1px solid #272727; 
	padding: 0px;
}


/* search form */
.searchform{
	padding: 10px;
	border: 1px dotted #CCCCCC;
}
.criterion{ /* headings for search criteria */
	color: #805974;
	font-weight: bold;
}

/* item details */

.detailcontainer{ background-color: #E6DDCF; border: 1px dotted #CCCCCC; padding: 3px;}
th.detail,.detail_th,.j_detailheader,.detail_th:visited{background-color: #EBEBEB; color: #000000; border: 1px solid #FFFFFF;}
a.detail_th{ border-width:0px;}
td.detail{background-color: #FFFFFF; padding:3px;}

.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 #805974;
	background-color: #FFFFFF;
}
.b_off2,.b_off3{
	border: 1px dotted #CCCCCC;
	background-color: #FFFFFF;
}

.b_off3,.b_on3{
	width: 174px;
}
.b_off2,.b_on2{
	width: 233px;
}
.b_table{
	
}
.b_title{
	font-weight: bold; 
	color: #272727;
	font-size: 16px;
}
.b_container{ /* surrounds entire section */
}
.b_step0{ /* not active box */
	font-weight: bold;
	color: #805974;
}
.b_step1{ /* active box */
	font-weight: bold;
	color: #272727;
}
.b_change:hover{ text-decoration: none; color: #666666; }
.b_change{
	font-size: 8pt;
	color: #7589B9;
	padding-left: 2px;
	padding-right: 2px;
}
.b_itemtitle{

}



/*
color notes:
pale yellow: #FFFEEC
*/