
/* Site-wide definitions */

body{
	background-color: #FCFCFC;
	color: #000000;
}

body,p,td,.bodytext{
	font-family: arial, sans-serif;
	font-size: 9pt;
}
.small{
	font-size: 8pt;
}

.header,.content,.header_small,.content_small{
	border-top: 1px solid #00AEEF;
	border-bottom: 1px solid #00AEEF;
	padding: 10px;
	margin-bottom: 10px;
}
.header,.content,.footer{
	width: 760px;
}

.header,.header_small{
	background-color: #FFFFFF;
}

.menuitem{
	margin-left: 2%;
	white-space: nowrap;
}

a.menuitem{color: #00AEEF;text-decoration: none;}
a.menuitem:visited{color: #00AEEF;text-decoration: none;}
a.menuitem:hover{ color:#EFA300; text-decoration: none;}

.menucontainer{
	margin-left: -2%;
}

.companyname{
	font-size: 20pt;
	color: #0075A7;
}

.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: #0075A7;
	font-weight: normal;
}
h1{ font-size: 19pt;}
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: #00A7EF;
}

a:visited{
	color: #0075A7;
}

a:hover{
	text-decoration: underline;
	color: #A79100;
}

/* buttons */
.bt,.link_bt{
	background-color: #BFECFF;
	border: 1px solid #00A7EF;
	color: #0075A7;
	text-decoration: none;
	height: 20px;
}

html>body .bt,.link_bt{ /* different height for non-IE */
	height: 25px;
}

.bt:hover,.link_bt:hover{
	background-color: #FFF7BF;
	border: 1px solid #EFCF00;
	color: #A79100;
	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: #FFFFFF;} 
.r2{ background-color: #FFFFFF;}
.rh{ background-color: #FAFAFA;}

/* cell styles */
.c1{ border-bottom: 1px dotted #EFCF00;}
.c2{ border-bottom: 1px dotted #EFCF00;}
.c1_1,.c2_1{ border-bottom-width: 0px;} /* 1st line of matched pair items */
.c1_2,.c2_2{ } /* 2nd line of matched pair items */

.numresults{ text-align: center; font-weight: bold}
.results_outer_table{  width: 100%; /*border: 1px solid #00A7EF; padding: 2px;*/}
.results_table{ }

/* header row and cells */
.hrow,.sortrow{ background-color: #FAFAFA; }
.sortcell{ text-align: center;border-bottom: 1px solid #BFECFF;}
.hcell{ text-align: center;border-top: 1px solid #BFECFF;}
.sortlink{ background-color: #61BAE5; }
.sortlink:hover{ background-color: #FFEE80;  }

.excel_link,.pagenav{ 
	text-align: right;
}

.rating_bar{
	background-color: #EF0081;
}
.rating_container{
	background-color: white;
	border: 1px solid #00A7EF; 
	padding: 0px;
}


/* search form */
.searchform{
	padding: 10px;
	/*border: 1px solid #00A7EF;*/
}
.criterion{ /* headings for search criteria */
	color: #D89300;
	font-weight: bold;
}

/* item details */

.detailcontainer{  }
th.detail,.detail_th,.j_detailheader{ color: #000000;  border-top: 1px dotted #EFCF00;}
a.detail_th{ border-width:0px;}
.j_detailheader{ color: #000000;  border-bottom: 1px dotted #EFCF00; background-color:#FFF7BF}
td.detail{ border-top: 1px dotted #EFCF00; padding:1px}

.detail_r1{ background-color: #FAFAFA; font-weight: bold; border-bottom: 1px dotted #F0F0F0; } 
.detail_r2{ background-color: #FFFFFF; }


/* Jewelry Build nav bar */

.b_on2,.b_on3{
	border: 1px solid #EFCF00;
}
.b_off2,.b_off3{
	border: 1px solid #FFF7BF;
}

.b_off3,.b_on3{
	width: 174px;
}
.b_off2,.b_on2{
	width: 233px;
}
.b_table{
	
}
.b_title{
	font-weight: bold; 
	color: #D89300;
}
.b_container{ /* surrounds entire section */

}
.b_step0{ /* not active box */
	font-weight: bold;
	color: #0075A7;
}
.b_step1{ /* active box */
	font-weight: bold;
	color: #D89300;
}
.b_change:hover{ background-color: #BFECFF; text-decoration: none; border: 1px solid #80D9FF; }
.b_change{
	font-size: 8pt;
	color: #00A7EF;
	padding-left: 2px;
	padding-right: 2px;
	border: 1px solid #FFFFFF;
}
.b_itemtitle{

}



/*
color notes:
blue: #00A7EF

#0075A7
#BFECFF
#80D9FF


rose: #EF0081

#D89300
#FFBFE2
#FF80C4

gold/tan: #EFCF00

#A79100
#FFF7BF
#FFEE80


*/