html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
}

* {
	font-family: Arial, Helvetica, sans-serif;
}

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #fff url(../image/bg.png) repeat-x;
}

body, td, th, input, textarea, select, a {
	font-size: 12px;
}

form {
	padding: 0;
	margin: 0;
	display: inline;
}

input, textarea, select {
	margin: 3px 0px;
}

a, a:visited {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

a:active {
	outline: none;
}

a:focus {
	-moz-outline-style: none;
}

a:hover {
	color: #c20000;
}

a img {
	border: none;
}

p {
	margin-top: 0px;
}

ul li {
	list-style-type: none;
}

/* layout */

#container {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-top: 10px;
}

#header {
	position: relative;
	
}

#header .div1 {
	height: 121px;
}

#header .div2 {
	position: relative;
	top: 0;
	left: 0;
}

#header .div3 {
	width: 250px;
	height: 62px;
	position: absolute;
	top: 15px;
	right: 0px;
	padding-top: 5px;
	padding-left: 17px;
}

#header .div4 {
	height: 28px;
	float: right;
	position: absolute;
	top: 85px;
	right: 0px;
	display: block;
}

#header .div4 img {
	float: left;
	margin-right: 5px;
}

#header .div4 a {
	text-align: center;
	display: inline-block;
	text-decoration: none;
	padding: 7px 12px;
	background: url(../image/nav_divider.png) no-repeat right 11px;
}

#header .div4 a.none {
	background-image: none;
}

#header .div5 a {
	float: left;
}

#header .div6 a {
	float: right;
}

#breadcrumb {
	padding: 8px 0 10px 10px;
	color: #fff;
}

#column_left {
	float: left;
	width: 188px;
	background: url(../image/left_col_bg.png) repeat-x;
	min-height: 380px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

#column_right {
	float: right;
	width: 188px;
	background: url(../image/left_col_bg.png) repeat-x;
	min-height: 380px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

#content {
	float: left;
	width: 578px;
	background: url(../image/left_col_bg.png) repeat-x;
	margin: 0 10px 10px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}

#content .top {
	padding: 6px 0px 6px 0px;
	background: #cfe0ef url(../image/title_bg.png) repeat-x;
	text-align: center;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#content .top h1, .heading {
	margin: 0px;
	font: italic bold 13px Georgia, "Times New Roman", Times, serif;
}

.heading {
	padding-bottom: 3px;
	margin-bottom: 10px;
}

#content .middle {
	padding: 10px 10px 1px 10px;
	min-height: 380px;
	background-color: #fff;
}

/*#content .bottom {
	background: url('../image/content_bottom.png') no-repeat;
	height: 5px;
}*/

.box {
	margin-bottom: 10px;
}

.box .top {
	padding: 6px 0px;
	text-align: center;
	background: #cfe0ef url(../image/title_bg.png) repeat-x;
	font: italic bold 13px Georgia, "Times New Roman", Times, serif;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.box .top img {
	float: left;
	margin-right: 5px;
}

.box .middle {
	padding: 10px;
}

/*.box .bottom {
	height: 5px;
	background: url('../image/box_bottom.png') no-repeat;
}*/

.success {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #E4F1C9;
	border: 1px solid #A5BD71;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}

.warning {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #FFDFE0;
	border: 1px solid #FF9999;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}

.wait {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #FBFAEA;
	border: 1px solid #EFEBAA;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}

.required {
	color: #FF0000;
	font-weight: bold;
}

.error {
	color: #FF0000;
	display: block;
}

.help {
	cursor: pointer;
}

.tooltip {
	border: 1px solid #FDDA5C;
	background: #FBFF95;
	padding: 5px;
	font-size: 11px;
	width: 250px;
}

.clear {
	/

* generic container (i.e. div) for floating buttons */
	overflow: hidden;
	width: 100%;
}

a.button {
	background: transparent url('../image/button_right2.png') no-repeat scroll top right;
	color: #FFFFFF;
	display: inline-block;
	font: normal 12px arial, sans-serif;
	height: 25px;
	margin-right: 6px;
	padding-right: 18px;
	/

* sliding doors padding */
	text-decoration: none;
}

a.button span {
	background: transparent url('../image/button_left2.png') no-repeat;
	display: inline-block;
	padding: 5px 0 5px 18px;
}

.buttons {
	background: #F8F8F8;
	border: 1px solid #DDDDDD;
	margin-bottom: 10px;
	clear: both;
	padding: 5px;
}

.buttons input {
	padding: 0px;
	margin: 0px;
}

.buttons table {
	width: 100%;
	border-collapse: collapse;
}

.buttons table td {
	vertical-align: middle;
}

.list {
	width: 100%;
	margin-bottom: 10px;
}

.list td {
	text-align: center;
	vertical-align: top;
	padding-bottom: 10px;
}

.sort {
	margin-bottom: 10px;
	background: #F8F8F8;
	height: 30px;
	width: 100%;
}

.sort .div1 {
	float: right;
	margin-left: 5px;
	padding-top: 6px;
	padding-right: 9px;
}

.sort .div2 {
	text-align: right;
	padding-top: 9px;
}

.sort select {
	font-size: 11px;
	margin: 0;
	padding: 0;
}

.pagination {
	display: inline-block;
	width: 100%;
	padding: 5px 0;
}

.pagination .links, .pagination .results {
	padding: 7px;
}

.pagination .links {
	float: left;
}

.pagination .links a {
	border: 1px solid #cfe0ef;
	padding: 4px 7px;
	text-decoration: none;
	color: #000000;
}

.pagination .links b {
	border: 1px solid #cfe0ef;
	padding: 4px 7px;
	text-decoration: none;
	color: #000000;
	background: #fff;
}

.pagination .results {
	float: right;
}

.tabs {
	display: block;
	width: 100%;
	margin-bottom: 0px;
}

.tabs a {
	float: left;
	display: block;
	padding: 6px 15px 7px 15px;
	margin-right: 2px;
	border: 1px solid #abc8de;
	color: #000;
	font-weight: bold;
	font-size: 13px;
	z-index: 1;
	position: relative;
	top: 1px;
	background-color: #cfe0ef;
}

.tabs a.selected {
	border-bottom: 0px;
	padding-bottom: 8px;
	z-index: 3;
	background-color: #fff;
}

.page {
	border: 1px solid #abc8de;
	background: #fff;
	display: inline-block;
	padding: 10px;
	display: block;
	width: 536px;
	clear: both;
	z-index: 2;
	margin-bottom: 10px;
}

#footer {
	width: 100%;
	clear: both;
	border-top: 1px solid #fff;
	padding: 20px 0;
	float: left;
}

#footer a {
	padding: 0 12px;
	background: url(../image/nav_divider.png) no-repeat right 2px;
}

#footer .div1 {
	text-align: left;
	margin-top: 0;
	float: left;
}

#footer .div2 {
	float: right;
	text-align: right;
}

#category {
	padding: 0;
	margin: 0;
}

#category ul {
	margin: 0;
	padding: 0;
}

#category ul li {
	list-style-type: none;
	margin: 0;
}

#category li a, #information li a {
	display: block;
	width: 168px;
	border-bottom: 1px solid #deebf6;
	padding: 5px 10px;
}

#category li a:hover, #information li a:hover {
	color: #c20000;
	background-color: #d8e6f3;
}

#category li a.cat_active {
	color: #c20000;
	background-color: #d8e6f3;
}

#category ul ul {
	margin: 0;
	padding: 0 0 3px;
	border-bottom: 1px solid #d3e4f3;
}

#category li li {
	padding-left: 10px;
}

#category li li a {
	display: block;
	background: transparent url(../image/cl_arrow_right.png) no-repeat left 50%;
	border-bottom-style: none;
	text-indent: 2px;
}

#category li li a:hover {
	background: transparent url(../image/cl_arrow_right_over.png) no-repeat left 50%;
}

#category li li a.cat_active {
	display: block;
	background: transparent url(../image/cl_arrow_right_over.png) no-repeat left 50%;
	color: #c20000;
	font-weight: normal;
	font-style: normal;
}

#information ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	padding-left: 12px;
	list-style: url('../image/bullet_2.png');
}

.cart {
	border-collapse: collapse;
	margin-bottom: 10px;
	width: 100%;
}

.cart th {
	padding: 5px;
	font-weight: bold;
	background-color: #cfe0ef;
}

.cart td {
	padding: 5px;
}

/* Diamond Search */

#diamondsearch td, #diamondsearch th {
	text-align: left;
}

#diamondsearch table {
	text-align: center;
}

#diamondsearch td.centerthis {
	text-align: center;
	padding-top: 10px;
}

.searchrow1 {
	background: #dae7f3;
	text-align: left;
	padding: 10px;
	border: 1px solid #fff;
}

.searchrow2 {
	background: transparent;
	text-align: left;
	padding: 10px;
}

#diamondsearch_results {
	width: 100%;
	border-top: 1px solid #fff;
}

#diamondsearch_results table {
	width: 100%;
}

#diamondsearch_results th, #diamondsearch_results td {
	text-align: center;
}

#diamondsearch_results th {
	padding: 7px 0;
	background-color: #dce8f3;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
}

#diamondsearch_results td {
	padding: 7px 0;
}

#diamondsearch_results tr.odd {
	background-color: #dce8f3;
}

#diamondsearch_results .dsearch_pag {
	margin-top: 20px;
	clear: both;
	width: 100%;
}

.hideme {
	visibility: hidden;
}