/* 
 * www.jewelry-discount-house.com
 * site's main colors
 * Blue: #002b56;  logo color, header colors
 * Dark Gray: #4a4949;   topnav bg, text color
 * Light Gray: #e0dede; leftnav bg
 * 
 */

html, body{ 
	margin: 0; 
	padding: 0; 
	text-align: center;
	font-size: 12px;
	font-family:  Arial, Helvetica, sans-serif;
}
body {
	background-color: #fff;
	color: #4a4949;
}
td {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* baseline styles */
img {
	border: 0;
	margin: 0;
	padding: 0;
	line-height: 0px;
}
form {
	margin: 0;
	padding: 0;
	display: inline;
}
em {
	font-weight: bold;
	font-style : italic;
}
p {
	font-size: 12px;
	line-height: 15px;
	padding: 4px 0 6px 0;
	margin: 0;
}
li {
	margin-bottom: 4px;
	line-height: 14px;
}
ul li {
	list-style-type: square;
}
/* use to center tables - fixes IE issue */
div.centered 
{
	text-align: center;
}
div.centered table 
{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
/* use to reset flow after floats */
.clr{clear:both;}

/* default anchors */
a {
	font-weight: normal;
}
a:link, a:visited {
	text-decoration: underline;
	color: #0a2b5e;
}
a:hover, a:active {
	text-decoration: underline;
	color: #4a4949;
}

/* headers */
h1 {
	font-size : 22px;
	font-weight: bold;
	line-height: 25px;
	color : #0a2b5e;
	margin: 0 0 10px 0;
	padding: 0;
}

h2 {
	font-size : 18px;
	font-weight: bold;
	line-height: 22px;
	color : #0a2b5e;
	margin: 5px 0 10px 0;
	padding: 0;
}
h2 a:link, h2 a:visited {
        color: #0a2b5e;
        font-weight: bold;
        text-decoration: none;
}
h2 a:hover, h2 a:active {
        color: #4a4949;
        font-weight: bold;
        text-decoration: underline;
}
h3 {
	font-size : 16px;
	font-weight: bold;
	line-height: 18px;
	color : #000;
	margin: 4px 0 4px 0;
	padding: 0;
}
h4 {
	font-size : 14px;
	font-weight: bold;
	line-height: 16px;
	color : #0a2b5e;
	margin: 4px 0 4px 0;
	padding: 0;
	text-decoration: none;
}
h5 {
	font-size : 12px;
	font-weight: bold;
	line-height: 15px;
	color : #000;
	margin: 2px 0 2px 0;
	padding: 0;
	text-decoration: none;
}
h6 {
	font-size : 12px;
	font-weight: bold;
	line-height: 15px;
	color : #0a2b5e;
	margin: 2px 0 2px 0;
	padding: 0;
	text-decoration: underline;
}

INPUT.button {
	text-align : center;
	color:#fff;
	font-size : 12px;
	font-weight : bold;
	background-color:#002b56;
	border:1px solid;
	border-top-color:#999;
	border-left-color:#999;
	border-right-color:#333;
	border-bottom-color:#333;
	margin: 0;
	padding: 4px;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#ff002b56',EndColorStr='#ff333333');
}
INPUT.buttonHover
{
	text-align : center;
	color:#fff;
	font-size : 12px;
	font-weight : bold;
	background-color:#4a4949;
	border:1px solid;
	border-top-color:#999;
	border-left-color:#999;
	border-right-color:#333;
	border-bottom-color:#333;
	margin: 0;
	padding: 4px;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#ff4a4949',EndColorStr='#ff333333');
}
a.button {
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	padding: 4px 6px;
	margin: 3px 0 3px 0;
	border-right: 2px solid #999;
	border-bottom: 2px solid #999;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	text-decoration: none;
	display: inline-block;
	float: right;
	clear: both;
}
a.button:link, a.button:visited {
	background-color : #002b56;
	color : #fff;
	text-decoration: none;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#ff002b56',EndColorStr='#ff333333');

}
a.button:hover, a.button:active, a.button:focus {
	background-color : #4a4949;
	color: #fff;
	text-decoration: none;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#ff4a4949',EndColorStr='#ff333333');

}

/* error messages  */
.errorMessage {
	color: #F00;
	font-size: 14px;
	font-weight: normal;
}

/* contact us */
.contactusForm th {
        text-align: right;
        width: 20%;
}

/* bread crumb */
#breadcrumbRow {
        margin-bottom: 10px;
        width: 776px;
}
#breadcrumbItem {
	text-align: left;
}
#pageActionItem {
	text-align: right;
}
#breadCrumb, .breadCrumbDivider {
	font-size: 12px;
}
.lastCrumb {
	color: #4a4949;
	font-size: 12px;
	margin: 0;
	display: inline;
	font-weight: bold;
}
#breadCrumb a {
	font-weight: bold;
	font-size: 12px;
}
#breadCrumb a:link, #breadCrumb a:visited {
	text-decoration: underline;
	color: #002b56;
}
#breadCrumb a:hover, #breadCrumb a:active {
	text-decoration: underline;
	color: #4a4949;
}
#pageActionItem .printPage {
	background: url(/images/printer.gif) no-repeat scroll 2px 0px;
	padding-left: 26px;
	padding-right: 0;
}

/* back to top */
.backToTop {
        margin: 10px 0;
        display: block;
        font-size: 11px;
        font-weight: normal;
}
#sitemapPage a {
	display:block;
	padding: 3px 0 0 0;
	text-indent: 15px;
}
#sitemapPage h2 a {
	text-indent: 0px;
}

div.jdhCoolTip {
	border: 1px solid black;
	background-color: #fff;
}
