* {
	outline:none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0px;
	background: #D1E3EF;
	height:100%;
	background-image:url('../images/gradient.jpg');
	background-position:0px 0px;
	background-repeat:repeat-x;
}

#container {
	width: 825px;
	margin: 0px auto;
	background: #FFF;
	padding:5px;
}

#header {
	width: 825px;
	position:absolute;
	height:110px;
}

#headerLogo  {
	width: 310px;
	float: left;
	height: 74px;
	
}

.headerCart {
	position:absolute;
	width: 222px;
	height: 32px;
	padding-top: 5px;
	padding-left: 175px;
	text-align: right;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	
}

.headerCart a, .headerCart a:visited {
	text-decoration: none;
	
}

.required {
	font-weight: bold;
	color:#FF0000;
	font-size:10px;
	padding:0px;
	margin:0px;
}

.headerNav {
	position:absolute;
	left:312px;
	top:51px;
	width: 513px;
	height: 34px;
}

.headerNav ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.headerNav li {
	float: left;
	margin: 0px;
	padding: 0px;
}
.headerNav li a {
	display:block;
	width:100%;
	height:30px;
	background-image:url('../images/nav_main.jpg');
	background-repeat:no-repeat;
}


.headerNav li#about {
	width:56px;
}
.headerNav li#about a:link, .headerNav li#about a:visited {
	background-position:0px 0px;
}
.headerNav li#about a:hover {
	background-position:0px -30px;
}
.headerNav li#about.sel a {
	background-position:0px -60px; 
}

.headerNav li#collection {
	width:80px;
}
.headerNav li#collection a:link, .headerNav li#collection a:visited {
	background-position:-56px 0px;
}
.headerNav li#collection a:hover {
	background-position:-56px -30px;
}
.headerNav li#collection.sel a {
	background-position:-56px -60px;
}

.headerNav li#diamonds {
	width:69px;
}
.headerNav li#diamonds a:link, .headerNav li#diamonds a:visited {
	background-position:-136px 0px;
}
.headerNav li#diamonds a:hover {
	background-position:-136px -30px;
}
.headerNav li#diamonds.sel a {
	background-position:-136px -60px;
}

.headerNav li#education {
	width:73px;
}
.headerNav li#education a:link, .headerNav li#education a:visited {
	background-position:-205px 0px;
}
.headerNav li#education a:hover {
	background-position:-205px -30px;
}
.headerNav li#education.sel a {
	background-position:-205px -60px;
}

.headerNav li#financing {
	width:71px;
}
.headerNav li#financing a:link, .headerNav li#financing a:visited {
	background-position:-278px 0px;
}
.headerNav li#financing a:hover {
	background-position:-278px -30px;
}
.headerNav li#financing.sel a {
	background-position:-278px -60px;
}

.headerNav li#whyshop {
	width:97px;
}
.headerNav li#whyshop a:link, .headerNav li#whyshop a:visited {
	background-position:-349px 0px;
}
.headerNav li#whyshop a:hover {
	background-position:-349px -30px;
}
.headerNav li#whyshop.sel a {
	background-position:-349px -60px;
}

.headerNav li#contact {
	width:67px;
}
.headerNav li#contact a:link, .headerNav li#contact a:visited {
	background-position:-446px 0px;
}
.headerNav li#contact a:hover {
	background-position:-446px -30px;
}
.headerNav li#contact.sel a {
	background-position:-446px -60px;
}





#header .menu .subNav {
	background-color:#666699;
	margin: 0px;
	filter:alpha(opacity=95);
	opacity: 0.95;
	moz-opacity:0.95;
}

#header .menu .subNav a:link, #header .menu .subNav a:visited {
	text-decoration:none;
	color: #FFF;
	font-size: 10px;
	display:block;
	padding:3px 10px;
} 


#header #tollfree {
	position:absolute;
	top:15px;
	right:260px;
	font-size:13px;
	color:#274665;
}
#header #tollfree p {
	margin:0px;
	padding:0px;
}


#header #headerTkr {
	position:absolute;
	top:83px;
	right:0px;
	width: 730px;
	text-align: left;
}
#header #headerTkr p {
	margin:0px 0px 0px 0px;
	padding:7px 0px 0px 60px;
	color:#1c3958;
	font-weight:bold;
}

.flashBnr {
	border-bottom: 2px solid #ffc281;
	border-top: 2px solid #ffc281;
	height:280px;
	padding: 1px 0px 1px 0px;
	margin-bottom: 10px;
}


#contentDiv {
	margin-top:113px;
}

.content {
	height:100%;
	margin-bottom: 10px;
}

.contentMenu {
	width:130px;
	float: left;
	padding: 25px 0px 0px 0px;
	background-image:url(../images/menuBG.gif);
	background-repeat:no-repeat;
	background-position:top left;
	min-height: 350px;
	height: 350px;
}

.contentRight {
	float:right;
	width: 670px;
	padding: 10px;
	margin-top:10px;
	text-align: left;
}

.contentLeft2 {
	width: 325px;
	float: left;
	text-align: center;
	padding:0px;
	min-height: 350px;
	margin-top:10px;
	padding: 0px 0px 25px 25px;
}

.contentRight2 {
	float:right;
	width: 440px;
	margin: 0px 0px 0px 10px;
	padding: 25px 25px 0px 0px;	
}
#infoFooter, #infoFooter a {
	margin-top: 15px;
	padding-top: 10px;
	padding-bottom: 10px;	
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;	
	font-size: 11px;
	text-align:center;
	color:#333;
}
.footer {
	background-image: url(../images/footerBG.gif);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
	width: 825px;
	margin-top: 15px;
	padding: 5px 0px;
	font-size:10px;

}

.rowDivision {
	background-color:#F1F1F1;
}

.error
{
	color: #E00A0A;
}

.box1 {
width:325px; float:left;
}
.box2 { 
width:450px; float:left;
}

/* menu drop down styles */
.collectionMenu {
	margin-bottom: 7px;
	width: 130px;
}
.menuTitle {
	font-size: 12px;
	font-weight: bold;
	color: #114f82;
	padding:3px;
	border-top: 1px solid #CCCCCC;
}

.menuTitleTop {
	font-size: 12px;
	font-weight: bold;
	color: #114f82;
	padding:5px;
	text-decoration:none;
}
.menuTitleTop  a:link,  .menuTitleTop  a:visited{
	font-size: 12px;
	font-weight: bold;
	color: #114f82;
	text-decoration:none;
}

.viewRow {
	color: #333;
}

.viewRow a:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#114f82;
	text-decoration:none;
}

.viewRow a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#114f82;
	text-decoration:none;
}

.rowOver {
	background-color: #d5e2ee;
}

.rowOver a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	text-decoration:underline;
}
.viewRow td {
	/*padding-left:10px;*/
	border-bottom: 1px solid #FEFEFE;
}	
.rowOver td {
	/*padding-left:10px;*/
	border-bottom: 1px solid #FEFEFE;
}	

table.diamond_list td {
	text-align:center;
	}
/* admin table style end */
#pageHeader {
	font-size: 16px;
	font-weight: bold;
	color: #114f82;
	margin-bottom: 10px;
	text-align: left;
}

.prodName {
	font-size: 14px;
	color: #114f82;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.prodPrice {
	font-size: 12px;
	color: #114f82;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.prodTitle {
	font-family: Arial, Helvetica, sans-serif;
	color: #114f82;
}

.prodDescription {
	font-size: 11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #114f82;
}

.detailTitle {
	font-family: "Lucida Grande", Arial, Verdana;
	font-size:12px;
	font-weight:bold;
	color:#114f82;
	background: #d2e0ec;
	border-top: 10px solid #FFFFFF;
}

.detailContentBG {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	background: #EFEFEF;
	padding: 5px;
}

.detailContentBG ul {
	padding-left: 25px;
	margin: 5px;
}

.detailContentBG li {
	margin: 5px;
}

.smlText {
	color:#666666;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}

.smlText a:link, .smlText a:visited {
	color:#666666;
	text-decoration: none;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}

.smlText a:hover {
	text-decoration: underline;
}

.smlText LI {
	padding-left: 5px;
}

.homeBoxHdr {
	font-size:11px;
	color:#558aba;
	background:#FFFFFF;
	padding: 3px;
	border-top:1px solid #559aba;
	border-left:1px solid #559aba;
	border-right:1px solid #559aba;
	border-bottom:none;
}
.homeBoxHdrR {
	font-size:11px;
	color:#FFFFFF;
	background:#993333;
	padding: 3px;
}
.homeBoxPic {
	border-top:none;
	border-left:1px solid #559aba;
	border-right:1px solid #559aba;
	border-bottom:1px solid #559aba;
}
.homeBoxPic:hover {
	border-top:none;
	border-left:1px solid #3e7087;
	border-right:1px solid #3e7087;
	border-bottom:1px solid #3e7087;
}
.homeBoxPicR {
	border: 1px solid #993333;
}

.catBoxHdr {
	font-size:11px;
	color:#558aba;
	background:#FFFFFF;
	padding: 3px;
}
.catBoxPic {
	border: 1px solid #FFFFFF;
}
.catBoxPic:hover {
	border: 1px solid #558aba;
}

.cookieCrumb, .cookieCrumb a, .cookieCrumb a:visited{
	color:#666666;
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.emailFriend, .emailFriend a:link, .emailFriend a:visited {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #003366;
	text-decoration:none;
}
.pageText td {
	font-size: 12px;
}
.pageText a:link, .pageText a:visited {
	text-decoration: none;
	color:#558aba;
	color:#003366;

}

.pageText a:hover {
	text-decoration:underline;
	color:#003366;
}
.viewAll a:link, .viewAll a:visited {
	color:#003366;
}

.viewAll a:hover {
	color:#003366;
}

.pageText a.pageSelected {
	/*color:#000000;*/
	color:#003366;	
	text-decoration:none;
}

#cartTitle {
	font-weight: bold;
	font-size:14px;
	color:#333;
	margin-bottom:10px;
}
#cartThanks {
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:100;
	color:#0066FF;
	padding-bottom: 10px;
}
.cartRow1 {
	font-size:11px;
	color:#333333;
}

.cartRow2 {
	font-size:11px;
	color:#333333;
	background-color:#EFEFEF;
}

.cartRow1 td, .cartRow2 td {
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
.cartName {
	color:#333333;
}
.cartStyle {
	font-style:italic;
	font-size:10px;
}
caption {
	text-align:left;
	padding-left:5px;
	}
td {
	font-size: 12px;
}
li {
	margin-bottom:10px;
}

input, select, textarea { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	border: 1px solid;
}
textarea:focus, input:focus {
 background-color: #FFFFDA;
}
a:link, a:visited {
	text-decoration: underline;
	color:#003366;
}
a:hover {
	text-decoration: underline;
}
form#opt-in {
	padding:0;
	float:right;
	color:#333;
	position:relative;
	top:5px;
	}
form#opt-in input {
	vertical-align:middle;
	float:left;
	margin-right:5px;
	}
form#opt-in label {
	vertical-align:middle;
	float:left;
	margin:2px 5px 0px 0px;
	}
form#opt-in #submit {
	height:16px;
	line-height:12px;
	}
#ordering_options {
	float:right;
	width:160px;
	background-color:#EFEFEF;
	border:1px solid #558ab9;
}
#ordering_header {
	background-color:#fdc281;
	text-align:center;
	font-weight:bold;
	}
#ordering_body {
	padding:2px 8px;
	color:#000;
}
#ordering_footer {
	background-color:#558ab9;
	text-align:right;
}
#ordering_footer a {
	color:#FFF;
	}
#ordering_footer img {
	vertical-align:middle;
	border:0;
	}
#add_item {
	background-color:#114f82;
	color:#FFF;
	font-weight:bold;
	font-size:12px;
	margin-top:13px;
	}
ul.badges {
	list-style:none;
	text-align:center;
	}
ul.badges li {
	display:inline;
	height:60px;
	line-height:60px;
	margin:0 12px;
	}
ul.badges img {
	border:0;
	vertical-align:middle;
	}
#metal-comparison h3 {
	text-decoration:underline;
	font-size:12px;
	color:#003464;
	margin-bottom:20px;
	}
#metal-comparison p {
	margin-top:0;
	margin-bottom:40px;
	}
#centerStones {
	display:none;
	}
#centerStones p {
	margin: 15px 30px;
	}	
table#setting_fees {
	width:580px;
	margin:0 30px;
	text-align:center;
	border-collapse:collapse;
	margin-bottom:15px;
	color:#111;
	}
table#setting_fees tbody td {
	margin:0;
	padding:2px;
	border:1px solid #003464;
	}	
#diamond_details {
	border:2px solid #ccc;
	min-height:380px;
	margin-top:10px;
	width:650px;
	height:400px;
	position:relative;
}
#diamond_details h3 {
	color:#114f82;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	margin:0px;
	padding:0;
	padding-top:20px;
	}
#details {
	width:260px;
	height:400px;
	border-left:2px solid #ccc;	
	border-collapse:collapse;
	position:absolute;
	right:0;
	z-index:2;
	}
#details td {
	background:#FFF;
	border-bottom:1px dashed #ccc;
	padding:3px 12px;
	color:#333;
	font-family: "Lucida Grande", Arial, Verdana;
	font-size:11px;		
	}
#details td.field {
	font-weight:bold;
	color:#111;
	font-family:Arial, Helvetica, sans-serif !important;
	}
#details td.hdr {
	font-weight:bold;
	font-size:12px;
	color:#114f82;
	background: #d2e0ec;
	padding:4px 12px;
	border-bottom:none;
	}
#details .no-border {
	border:none;
	}
#search_filters {
	border:2px solid #ccc;
	border-top-width:0;
	margin-top:3px;	
}
#search_filters th {
	text-align:center;
	text-decoration:underline;
	color:#023165;
	background-color:#d1e3ef;
	padding:3px 0;
	}
#search_filters td {
	padding:8px;
}
#search_filters td td{
	padding:0;
}




/* YEHUDA */

div#yehudaMenu {
	width:130px;
	height:345px;
	background-image:url('../images/yehuda_menubg.jpg');
	background-repeat:no-repeat;
}
div#yehudaMenu ul {
	list-style:none;
	margin:0px;padding:0px;
}
div#yehudaMenu ul li {
	font-size:11px;
	font-weight:bold;
	text-align:center;
	margin:0px;padding:0px;
	padding-top:7px;
	padding-bottom:7px;
	border-bottom:1px solid #c7d8e6;
}
div#yehudaMenu ul li.last {
	border-bottom:0px;
}
div#yehudaMenu ul li a:link, div#yehudaMenu ul li a:visited {
	color:#012a4a;
	text-decoration:none;
}
div#yehudaMenu ul li a:hover {
	color:#426b8c;
	text-decoration:underline;
}

div.yehudaContent {
	width:620px;
	margin-left:12px;
}

div.yehudaContent p#light {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	margin:0px;padding:0px;
}
div.yehudaContent p#dark {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#161b30;
	margin:0px;padding:0px;
}
div.yehudaContent p.big {
	font-size:28px !important;
}




div#apptPage {
	padding:20px;
}
div#apptPage h1 {
	font-size:22px;
	font-weight:normal;
	color:#ac6139;
}
div#apptPage div.header {
	width:350px;
	height:30px;
	background-color:#d0e2f0;
}
div#apptPage div.header p.image {
	float:left;
	margin:2px 10px 0px 5px;
	padding:0px;
	width:30px;
}
div#apptPage div.header p.title {
	float:left;
	font-size:16px;
	color:#2d3f57;
	margin:5px 0px 0px 0px;
	padding:0px;
}

div#apptPage div.row {
	clear:both;
	padding:10px 0px 0px 20px;
	width:330px;
}
div#apptPage div.row p.smallMsg {
	font-size:11px;
	padding:15px 0px 0px 0px;
	margin:0px;
}
div#apptPage div.row p.fieldTitle, div#apptPage div.row p.fieldInput {
	padding:0px;
	margin:0px;
}
div#apptPage div.row p.fieldTitle {
	width:100px;
	float:left;
	font-size:12px;
	color:#000000;
}
div#apptPage div.row p.fieldInput {
	float:left;
}
div#apptPage div.row p.fieldInput input {
	font-size:12px;
	color:#000000;
}
div#apptPage p.fieldInput input#firstname, div#apptPage p.fieldInput input#lastname, div#apptPage p.fieldInput input#email {
	width:200px;
}
div#apptPage p.fieldInput input#phone1, div#apptPage p.fieldInput input#phone2, div#apptPage p.fieldInput input#phone3 {
	width:63px;
}

div#apptPage ul {
	list-style:none;
	padding:0px;margin:0px;
}
div#apptPage ul li {
	float:left;
	padding:0px 0px 5px 0px;margin:0px;
}
div#apptPage p.checkBox {
	float:left;
	margin:0px;
	padding:0px;
	width:20px;
}
div#apptPage p.checkBox input {
	padding:0px;margin:0px;
}
div#apptPage p.checkTitle {
	float:left;
	margin:0px;
	padding:0px;
	width:120px;
}
