
/* Site-wide definitions */

body{
	background-color: #F6F9FE;
	color: #000000;
}

body,p,td,.bodytext{
	font-family: arial, sans-serif;
	font-size: 9pt;
}
.small{
	font-size: 8pt;
}

.header,.content,.header_small,.content_small{
	padding: 8px;
	margin-bottom: 10px;
}
.header,.content,.footer{
	width: 760px;
}

.header,.header_small{
	background-color: #294E6C;
}

.content,.content_small{
	background-color: #FFFFFF;
	border: 7px solid #294E6C
}

.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;
	color: #294E6C;
}

h1, h2, h3, h4,.heading{
	font-family: Times, serif;
	color: #294E6C;
	font-weight: normal;
}
h1{ font-size: 19pt; font-variant: small-caps;}
h2{ font-size: 16pt;}
h3{ font-size: 14pt;}
h4{ font-size: 12pt; font-weight: bold;}

hr{  color: #CCCCCC;
background-color: #CCCCCC;
height: 1px;width: 90%;border: 0; }

a{
	text-decoration: none;
	color: #656565;
}

a:visited{
	color: #294E6C;
}

a:hover{
	text-decoration: underline;
	color: #C3902C;
}
.menuitem{
	white-space: nowrap;
}

a.menuitem{
	color: #FFFFFF;
	text-decoration: none;
	font-variant: small-caps;
	border: 1px solid #406786;
	padding-left: 8px;
	padding-right: 8px;
	background-color: #294E6C;
	font-size: 13px;
}
a.menuitem:visited{color: #FFFFFF;text-decoration: none;}
a.menuitem:hover{ color:#294E6C; background-color: #B5C0C9;text-decoration: none; border: 1px solid #FFFFFF;}

.menucontainer{
	background-color: #B5C0C9;
	padding: 5px;
}

.companyname{
	font-size: 22pt;
	color: #FFFFFF;
	font-variant: small-caps;
	font-family: Times;
	letter-spacing: 2px;
	padding-bottom: 8px;

}


/* buttons */
.bt,.link_bt{
	background-color: #ECECEC;
	border: 1px solid #406786;
	color: #294E6C;
	font-weight: bold;
	text-decoration: none;
	height: 20px;
}

html>body .bt,.link_bt{ /* different height for non-IE */
	height: 25px;
}

.bt:hover,.link_bt:hover{
	background-color: #ECECEC;
	border: 1px solid #406786;
	color: #C3902C;
	text-decoration: none;
}

html>body .bt, .link_bt{/* hide from IE */
	background-image: url('/i/lighttodark40.png');
}

.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: #F5F7F9;} 
.r2{ background-color: #FFFFFF;}

/* cell styles */
.c1{}
.c2{}

.numresults{ text-align: center; font-weight: bold; color: #294E6C;}
.results_outer_table{  width: 100%; border: 3px solid #9BA9B5;}
.results_table{ color: #656565; }

/* header row and cells */
.hrow,.sortrow{ background-color: #DFE5E9;}
.hcell,.sortcell{ text-align: center;}
.sortlink{ background-color: #C3902C; }
.sortlink:hover{ background-color: #5B5B5B;  }

.excel_link,.pagenav{ 
	text-align: right;
}

.rating_bar{
	background-color: #DFE5E9;
}
.rating_container{
	background-color: white;
	border: 1px solid #9BA9B5; 
	padding: 0px;
}


/* search form */
.searchform{
	padding: 10px;
	border-top: 5px solid #294E6C;
	border-bottom: 5px solid #294E6C;
	background-color: #DFE5E9;
}
.criterion{ /* headings for search criteria */
	color: #294E6C;
	text-transform: uppercase;
	font-weight: bold;
}

/* item details */

.detailcontainer{ border: 3px solid #9BA9B5;}
th.detail,.detail_th,.j_detailheader,.detail_th:visited{background-color: #DFE5E9; color: #294E6C; text-transform: uppercase; padding: 5px;}
a.detail_th{ border-width:0px;}
td.detail{background-color: #FFFFFF; padding:5px; border-bottom: 1px solid #DFE5E9;}

.detail_r1{ color: #656565;background-color: #FFFFFFF; font-weight: bold; border-bottom: 1px solid #DFE5E9; } 
.detail_r2{ color: #656565;background-color: #FFFFFF; border-bottom: 1px solid #DFE5E9;}


/* Jewelry Build nav bar */

.b_on2,.b_on3{
	border: 1px solid #9BA9B5;
	background-color: #FFFFFF;
}
.b_off2,.b_off3{
	border: 1px solid #FFFFFF;
	background-color: #DFE5E9;
}

.b_off3,.b_on3{
	width: 174px;
}
.b_off2,.b_on2{
	width: 233px;
}
.b_table{
	
}
.b_title{
	font-weight: bold; 
	color: #294E6C;
	text-transform: uppercase;
}
.b_container{ /* surrounds entire section */
	border: 3px solid #9BA9B5;
	background-color: #DFE5E9;
}
.b_step0{ /* not active box */
	font-weight: bold;
	color: #294E6C;
}
.b_step1{ /* active box */
	font-weight: bold;
	color: #294E6C;
}
.b_change:hover{ background-color: #E8EEFF; text-decoration: none; }
.b_change{
	font-size: 8pt;
	color: #7589B9;
	padding-left: 2px;
	padding-right: 2px;
}
.b_itemtitle{
}
