*{
	_zoom: 1;
}

html, body {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

div, span, object, iframe, h1, h2, h3, h4, h5, h6, p,
pre, a, abbr, acronym, address, code, del, dfn, em, img,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, tr {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

blockquote, q {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  quotes: "" ""; }
  blockquote:before, q:before,
  blockquote:after, q:after {
    content: ""; }

th, td, caption {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

table {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle; }

a img {
  border: none; }


body {
  font-size: 12px;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  line-height: 16px;
  padding: 25px 0 0 0;
  background: #333;
  _behavior: url("/halo/js/csshover3.htc");
}

img {
  vertical-align: middle;
}

p {
  margin-bottom: 1.5em;
}

a{
	color: #3464ae;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

.alignLeft{
	text-align: left;
}

.alignRight{
	text-align: right;
}

.alignCenter{
	text-align: center;
}

.floatLeft{
	float: left;
}

.floatRight{
	float: right;
}

.padTop{
	padding: 10px 0 0 0;
}

.blue{	
	color: #3464ae;
}

.arrow{	
	padding: 0 10px 0 0;
	background: url(../images/arrow-blue.png) no-repeat 100% center;
}

.smallArrow{	
	padding: 0 8px 0 0;
	background: url(../images/small-arrow-right.png) no-repeat 100% center;
}

.fancyText{
	font-family: Georgia, "Times New Roman", Times, serif;	
}

.bigText{
	font-size: 15px;
}

.doubleList {	
	overflow: hidden;
	_overflow: visible;
	_height: 1%;
	list-style-type: none;
}

.doubleList li{
	float: left;
	width: 85px;
	*width: 87px;
	color: #3464ae;
	overflow: hidden;
}

.doubleList li.longer{
	width: 90px;
	*width: 88px;
}

.doubleList li span{
	color: #333;
	letter-spacing: -1px;
	padding: 0 0 0 9px;
	background: url(../images/bullet-blue.png) no-repeat 2px 4px;
}

.dottedList{
	margin: 10px 0;
	list-style-type: none;
}

.dottedList li{
	clear: both;
	padding: 2px;
	list-style-type: none;
	font-size: 10px;
	overflow: hidden;
	_overflow: visible;
	_height: 1%;
	border-bottom: 1px dotted #adadad;
}

.dottedList li h3{
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.dottedList li strong{
	display: block;
	float: left;
	width: 110px;
	font-weight: normal;
	color: #3464ae;
}

.tableList{
	list-style-type: none;	
}

.tableList li{
	clear: none;
	float: left;
	margin: 1px -1px 1px 0;
	padding: 0 3px;
	height: 12px;
	line-height: 12px;
	border: 1px solid #c3c8cd;
}

.tableList li.selected{
	color: #fff;
	background: #3464ae url(../images/gradient-blue.png) repeat-x;
}

.greyButton, .blueButton{
	display: -moz-inline-stack;
	display: inline-block !important;
	*display: inline;
}

.greyButton{
	width: 86px;
	height: 16px;
	color: #333;
	padding: 2px 18px 2px 6px;
	margin: 0 10px 0 0;
	font-size: 10px;
	background: url(../images/button-grey.png) no-repeat;
}

.blueButton{
	width: 124px;
	height: 17px;
	color: #fff;
	padding: 4px 0 4px 6px;
	margin: 0 10px 0 0;
	font-size: 12px;
	background: url(../images/button-blue.png) no-repeat;
}

.listIcon, .printIcon, .mailIcon{
	padding: 6px 0 2px 22px;
	background-repeat: no-repeat;
	background-position: 0 0;
	display: -moz-inline-stack;
	display: inline-block;
	*display: inline;
	margin: 5px 10px 0 0;
}

.listIcon{
	padding-left: 20px;
	background-image: url(../images/icon-wishlist.png);
}

.printIcon{
	background-image: url(../images/icon-print.png);
}

.mailIcon{
	background-image: url(../images/icon-mail.png);
	background-position: 0 7px;
}

.clear{
	clear: both;
	height: 0;
	overflow: hidden;
}

.hr{
	clear: both;
	height: 0;
	padding: 10px 0 0 0;
	margin: 0 0 10px 0;
	border-bottom: 1px dotted #adadad;
	overflow: hidden;
}

h1,h2,h3,h4,h5{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

h1{
	font-size: 18px;
	line-height: 1em;
	color: #000000;
}

h2{
	font-size: 15px;
	line-height: 1em;
}

h3{
	font-size: 12px;
	line-height: 1em;
}

#wrapper{
	position: relative;
	width: 1000px;
	margin: 0 auto;
}

#home #wrapper{
	height: 584px;
	background: #000 url(../images/home-background.jpg);
}

#header{
	position: relative;
	height: 145px;
	overflow: hidden;
	background: #fff url(../images/header-bg.png) no-repeat 15px 25px;
}

#logo{
	width: 200px;
	height: 75px;
	left: 35px;
	top: 48px;
	position: absolute;
}

#logo a{
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url(../images/logo.png) no-repeat;
}

#home #logo{
	width: 295px;
	height: 129px;
	left: 32px;
	top: 19px;
}

#home #logo a{
	background: url(../images/home-logo.jpg) no-repeat;
}

#home #viewCollection{
	position: absolute;
	left: 1px;
	top: 260px;
	width: 506px;
	height: 80px;
	color: #2b569a;
	text-align: center;
	line-height: 80px;
	background-color: #abc6e2;
}

#home #viewCollection a{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/view-collection.jpg) no-repeat;
}

#home #leftBottom{
	position: absolute;
	left: 0;
	top: 440px;
	width: 506px;
	line-height: 35px;
	color: #374b64;
	text-align: center;
	height: 134px;
}

#home #leftBottom strong{
	font-weight: normal;
	color: #20313c;
}

#menu{
	list-style-type: none;
	height: 16px;
	position: absolute;
	left: 12px;
	top: 5px;
	font-size: 11px;
	overflow: hidden;
}

#home #menu{
	list-style-type: none;
	height: 16px;
	width: 488px;
	position: absolute;
	left: 528px;
	top: 564px;
	font-size: 10px;
	overflow: hidden;
}

#menu li{
	position: relative;
	left: -1px;
	float: left;
}

#menu li a{
	padding: 0 6px;
	border-left: 1px solid #888;
	text-decoration: none;
}

#menu li a:hover{
	text-decoration: underline;
}

#callUs{
	color: #2b569a;
	position: absolute;
	top: 5px;
	right: 20px;
	color: ;
	text-align: right;
	font: italic 13px Georgia, "Times New Roman", Times, serif;
}

#content{
	padding: 12px 20px 0;
	*padding: 10px 20px 0;
	background: #fff;
	color: #888;
	position: relative;
	overflow: hidden;
	_overflow: visible;
	_height: 1%;
}

#topLine{
	height: 22px;
	padding: 0 0 5px;
}

#topLine span{
	padding: 0 3px;
}

#topLine span a img{
	position: relative;
	top: -2px;
	*top: 0;
}

#imagesOfCollections{
	display: block;
	width: 150px;
	height: 22px;
	margin-bottom: -22px;
	position: relative;
	cursor: pointer;
	left: 405px;
	top: -2px;
	background: url(../images/images-button.png) no-repeat;
}

#filterBy{
	position: relative;
	display: inline-block;
	width: 82px;
	height: 22px;
	z-index: 5000;
}

#filterBg{
	position: absolute;
	text-align: center;
	display: none;
	padding: 11px 12px 9px 8px !important;
	width: 116px;
	height: 72px;
	left: -50px;
	top: 11px;
	*top: 14px;
	background: url(../images/filter-expanded-bg.png) no-repeat;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/halo/images/filter-expanded-bg.png');
}

#filterBg, x:-moz-any-link{
	top: 9px;
}

#filterText{
	position: absolute;
	left: -55px;
	top: 23px;
	width: 116px;
	height: 72px;
	display: none;
	z-index: 10000;
	line-height: 1.5em;
}

#filterText, x:-moz-any-link{
	top: 19px;
}

#filterBy:hover #filterBg, #filterBy:hover #filterText{
	display: block;
}

#ringList, #ringList ul{
	list-style-type: none;
}

#ringList{
        padding: 10px 0 0 10px;
        width: 950px;
        height: 380px;
        margin: 0 auto;
        background: #eaeaea;
}

#ringList li{
	width: 190px;
	height: 190px;
	float: left;
	position: relative;
	background: url(../images/item-bg.png) no-repeat 0 0;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

#ringList li img{
	position: absolute;
	left: 0;
	bottom: 10px;
}

#ringList li h2{
	position: absolute;
	top: 4px;
	left: 6px;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #000;
	z-index: 100;
}

#ringList li a.addToCart{
	display: block;
	z-index: 100;
	position: absolute;
	top: 155px;
	left: 85px;
	width: 94px;
	height: 24px;
	background: url(../images/add-to-cart.png) no-repeat 0 0;
}

#ringList li a.addToCart:hover{
	background-position: 0 -24px;
}

#ringList li .originalData{
	position: absolute;
	width: 125px;
	left: 55px;
	top: 45px;
	text-align: center;
	color: #3464ae;
	font-size: 14px;
	line-height: 2em;
}

#ringList li .originalData .size{
	font-size: 24px;
	line-height: 1em;
	padding-bottom: .2em;
	letter-spacing: -1px;
	word-spacing: -.2em;
}

#ringList li .hoverData{
	position: absolute;
	width: 170px;
	height: 130px;
	left: 10px;
	top:  30px;
	display: none;
	font-size: 11px;
	line-height: 1.8em;
}

#ringList li .hoverData a{
	text-decoration: underline;
}

#ringList li .hoverData a:hover{
	color: #000;
}

#ringList li .hoverData span{
	color: #000;
}

#ringList li:hover .originalData, #ringList li:hover img{
	display: none;
}

#ringList li:hover .hoverData{
	display: block;
}

#ringList li:hover{
	background-position: 0 -190px;
}

#ringList ul li, #ringList li.clear {
	width: auto;
	height: auto;
	float: none;
	background: none;
}

#ringList li.clear{
	height: 0;
	_margin-bottom: -1em;
}

#listPrevious, #listNext{
	position: absolute;
	display: block;
	width: 11px;
	height: 21px;
	top: 220px;
	left: 9px;
	background: url(../images/big-arrow-left.png);
}

#listNext{
	left: 980px;
	background: url(../images/big-arrow-right.png);
}

/* Product page */

#navigation{
	position: relative;
	height: 10px;
	padding: 0 0 20px;
	_padding: 0 0 10px;
	color: #333;
	font-size: 10px;
}

#topBackLink{
	position: absolute;
	top: -5px;
	right: -20px;
	font-size: 18px;
	height: 27px;
	line-height: 27px;
	padding: 0 20px 0 0;
	background: url(../images/top-arrow-blue.png) no-repeat 100% center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

#mainColumn{
	float: left;
	color: #333;
	overflow: hidden;
	_overflow: visible;
	_height: 1%;
	position: relative;
	left: -2px;
}

#mainColumn .leftPart{
	float: left;
	width: 312px;
}

#mainColumn .rightPart{
	float: right;
	width: 378px;
}

#mainColumn p{
	margin: 0 0 15px;
	line-height: 1.5em;
}

#mainColumn h1{
	color: #3464ae;
	font-size: 18px;
	font-style: italic;
	margin: 0 0 10px 0;
}

#mainColumn h2{
	color: #333;
	font-size: 18px;
	font-style: italic;
}

.roundShapeIcon{
	padding: 5px 0 3px 25px;
	background: url(../images/icon-shape-round.png) no-repeat 5px center;
}

.product{
	width: 750px;	
	background: url(../images/product-middle.png) repeat-y;
}

.productTop{
	background: url(../images/product-top.png) no-repeat;
}

.productBottom{
	overflow: hidden;
	_overflow: visible;
	_height: 1%;
	padding: 20px;
	background: url(../images/product-bottom.png) no-repeat 0 100%;
}

#sizeBox{
	padding: 10px 0;
	border: dotted #adadad;
	border-width: 1px 0;
	margin: 0 0 15px 0;
}

#sizeBox label{
	padding: 0 10px 0 0;
}

#sizeBox select{
	margin: 0 20px 0 0;
}

#sizeBox .ringIcon{
	position: relative;
	top: 1px;
	padding: 5px 0 5px 25px;
	background: url(../images/icon-ring.png) no-repeat 0 0;
}

#productBig{
	border: 1px solid #dfe5e9;
	padding: 4px;
	margin: 0 0 10px 0;
	background: #fff;
}

#productBig img{
	border: 1px solid #dfe5e9;
}

#productSmall{
	letter-spacing: 5px;
	margin: 0 0 20px 0;
}

#productSmall img{
	border: 1px solid #dfe5e9;
}

#productSmall a.selected img{
	border: 1px solid #3464ae;
}

.tabsTitle{
	float: left;
	padding: 0 10px 0 0;
	line-height: 18px;
}

.tabs{
	position: relative;
	height: 18px;
	_top: 2px;
}

.tabs li{
	float: left;
	margin: 0 5px 0 0;
	_margin: 0 4px 0 0;
	background: #fff url(../images/tab-left.png) no-repeat;
	padding: 0 0 0 5px;
	list-style-type: none;
	cursor: pointer;
	color: #333;
	text-transform: uppercase;
	white-space: nowrap;
}

.tabs li span{
	display: block;
	float: left;
	height: 18px;
	font-size: 10px;
	line-height: 18px;
	padding: 0 5px 0 0;
	background: url(../images/tab-right.png) no-repeat 100% 0;
}

.tabs li:hover{
	text-decoration: underline;
}

.tabs li.selected{
	position: relative;
	color: #3464ae;
	top: -1px;
}

.tabs li.selected span{
	height: 20px;
	line-height: 20px;
}

.panes{
	font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
}

.tableHeader{
	padding: 0 0 0 2px;
	background: url(../images/table-header-left.png) no-repeat 0 0;		
}

.tableHeaderBg{
	padding: 10px 2px 5px 0;
	background: url(../images/table-header-right.png) no-repeat 100% 0;	
}

.tableHeader table{
	width: 360px;
	height: 12px;
}

.tableHeader table td{
	height: 12px;
	line-height: 12px;
	font-size: 10px;
	color: #3464ae;
	text-align: center;
}

.productTableWrapper{
	height: 300px;
	clear: both;
	border: 1px solid #a6a7a9;
	border-top: none;
	background: #f2f4f8;
	overflow-y: scroll;
	*margin-top: -4px;
}

.productTable{
	width: 358px;
	text-align: center;
}

.productTable tr {
	padding: 1px 0;
	font-size: 10px;
	text-align: center;
}

.productTable tr td{
	padding: 1px 0;
	font-size: 10px;
	text-align: center;
	background: url(../images/dot.png) repeat-x;
}

.tableStock{width: 24%;}
.tableCarat{width: 14%;}
.tableColor{width: 14%;}
.tableClarity{width: 14%;}
.tablePrice{width: 14%;}
.tableDetails{width: 20%;}


#sideColumn{
	position: relative;
	left: 5px;
	float: right;
	width: 205px;
	color: #333;
	font: 10px/1.4em Verdana, "Lucida Grande", Lucida,  sans-serif;
}

#sideColumn a{
	text-decoration: underline;
}

#sideColumn h2{
	font-size: 16px;
}

#sideColumn h3{
	font-size: 15px;
}

#sideColumn h2 a{
	text-decoration: none;
}

#sideColumn h2 a:hover{
	text-decoration: underline;
}

.sideSectionBorder{
	border: 1px solid #dfe5e9;
	padding: 4px;
	margin: 0 0 18px 0;
}

.sideSection, .sideSectionSmall{
	padding: 8px;
	border: 1px solid #dfe5e9;
	background: url(../images/side-box-gradient-big.png) repeat-x;
	overflow: hidden;
	_overflow: visible;
	_height: 1%;
}

.sideSectionSmall{
	background-image: url(../images/side-box-gradient-small.png);
}

#sideColumn #prongInfo{
	display: block;
	cursor: pointer;
	height: 50px;
	padding: 30px 0 0 95px;
	margin: 10px 0;
	font-size: 12px;
	text-decoration: none;
	font-style: italic;
	background: url(../images/side-prong.jpg) no-repeat 0 5px;
}

#sideColumn #prongInfo:hover{
	text-decoration: underline;
}

#sideColumn #prongInfo:hover span.arrow{
	text-decoration: none;
}

#sideColumn #giftPacking{
	height: 165px;
	background: url(../images/side-gift-packing.jpg) no-repeat center 10px;
}

/* Footer */

#footer{
	background: #fff;
	text-align: center;
	padding: 10px 5px;
	color: #000;
}
