@charset "utf-8";
.thrColFixHdr #container {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
.thrColFixHdr #main_page_header {
	background-color: transparent;
	width: auto;
	height: 35px;
	position: relative;
	z-index: 100;
}
.thrColFixHdr #header {
	background-color: transparent;
	width: auto;
	height: 70px;
	position: relative;
	z-index: 100;
	margin-top: 15px;
}
.thrColFixHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #mainContent {
	margin: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 520px;
	z-index: auto;
	position: relative;
}
.thrColFixHdr #footer {
	padding: 0 0px 0 0px;
	height: 80px;
}
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-color: transparent;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.thrColFixHdr #container #header #main_logo {
	padding-top:2px;
	float: left;
	background-repeat: no-repeat;
}
#navbar {
	padding: 0px 0 0 0;
	text-align: right;
	top: 10px;
	height: 65px;
	float: right;
	width: 860px;
}
#topnav {
	margin: 0 -4px 0 0;
	top: 10px;
	float: right;
}
#topnav li {
	display: inline;
	margin: 0;
	padding: 0;
	font: normal 11px/18px Verdana, Arial, Helvetica, sans-serif;
	list-style-type: none;
}
#topnav a:link, #topnav a:visited, #topnav a:active {
	padding: 0 4px 0 7px;
	border-left: 1px solid #574556;
	text-decoration: none;
	color: #574556;
}
#topnav .firstchild a {
	border-left: 0px none;
}
#topnav a:hover {
	color: #FEFEFE;
}
#bottomnav {
	margin: 0;
}
#bottomnav li {
	display: inline;
	margin: 0;
	padding: 0;
	font: normal 11px/18px Verdana, Arial, Helvetica, sans-serif;
	list-style-type: none;
}
#bottomnav a:link, #bottomnav a:visited, #bottomnav a:active {
	padding: 0 4px 0 7px;
	border-left: 1px solid #FEFEFE;
	text-decoration: none;
}
#bottomnav .firstchild a {
	border-left: 0px none;
}
#bottomnav a:hover {
	color: #FEFEFE;
}
.thrColFixHdr #container #header #navbar #bottomnav {
	height: 80px;
}
.thrColFixHdr #container #header #navbar #bottomnav #TopMenuBar {
	margin-top: 35px;
	padding-left: 0px;
	width: 700px;
	margin-left: 20px;
}
.thrColFixHdr #container #header #navbar #bottomnav #TopMenuBar_Container {
	display: block;
	height:50px;
}
.separator {
	background-image: url(../images/top_bottom_line.gif);
	background-repeat: repeat-x;
	visibility: visible;
	height: 2px;
}
.thrColFixHdr #container #footer #Footer_Jeweler_Info {
	float: left;
	width: 50%;
}

.thrColFixHdr #container #footer #Footer_Jeweler_Info td{
	padding-top:3px;
}
.thrColFixHdr #container #footer #Footer_Jeweler_Info a:link, .thrColFixHdr #container #footer #Footer_Jeweler_Info a:visited, .thrColFixHdr #container #footer #Footer_Jeweler_Info a:active {
	text-decoration: underline;
}
.thrColFixHdr #container #footer #Footer_Isee2_Info {
	float: right;
	width: 40%;
}
.thrColFixHdr #container #footer #Footer_Isee2_Info td {
	text-align: right;
}
.thrColFixHdr #container #mainContent #Country_Select li {
	display: inline;
	padding-right: 2px;
	padding-left: 2px;
}
.thrColFixHdr #container #mainContent #Country_Select {
	text-align: center;
	position: absolute;
	left: -23px;
	top: 446px;
	z-index: 1000;
	width: 1000px;
}
.thrColFixHdr #container #mainContent #Zip_Form {
	position: absolute;
	height: 210px;
	width: 400px;
	top: 252px;
	left: 413px;
	background-color: #452749;
	border: 1px solid #CCC;
	padding-top: 20px;
	visibility: hidden;
}
.thrColFixHdr #container #mainContent #Zip_Form TR a {
	background-image: url(../images/back_button_normal.png);
	DISPLAY: block;
	TEXT-TRANSFORM: uppercase;
	WIDTH: 100px;
	COLOR: #fff;
	PADDING-TOP: 5px;
	LIST-STYLE-TYPE: none;
	POSITION: absolute;
	HEIGHT: 20px;
	TEXT-ALIGN: center;
	TEXT-DECORATION: none;
}
.thrColFixHdr #container #mainContent #Zip_Form TR a:hover {
	background-image: url(../images/back_button_glow.png);
}
.thrColFixHdr #container #mainContent #Zip_Form td {
	width: auto;
}
.thrColFixHdr #container #mainContent #jewelry_detail {
	height: 100%;
	width: 100%;
}
.thrColFixHdr #container #jewelry_category_text {
	float: right;
	height: 100%;
	width: 45%;
	text-align: center;
}
.thrColFixHdr #container #mainContent #jewelry_category_image {
	float: left;
	height: 100%;
	width: 50%;
}
.thrColFixHdr #container #mainContent #jewelry_category_text ul {
	list-style-type: none;
	padding-top: 30px;
}
.thrColFixHdr #container #mainContent #jewelry_category_text li {
	padding-top: 2px;
	padding-bottom: 2px;
}
.thrColFixHdr #container #mainContent #bottom_main_content {
	height: 150px;
	width: 100%;
	padding-top: 10px;
	padding-left: 7px;

}
.thrColFixHdr #container #mainContent #bottom_main_content #but3 {
	float: left;
}
.thrColFixHdr #container #mainContent #bottom_main_content #but2 {
	float: left;
	padding-right: 40px;
}
.thrColFixHdr #container #mainContent #bottom_main_content #but1 {
	float: left;
	padding-right: 40px;
}

.thrColFixHdr #container #mainContent #under_construction {
	text-align: center;
	padding-top: 200px;
}
.thrColFixHdr #container #header #shopping_bag {
	float: left;
	width: 175px;
}
.thrColFixHdr #container #header #shopping_bag img {
}
.thrColFixHdr #container #header #shopping_bag a {
}
#pop_up_container {
	position:absolute;
	top: 150px;
	z-index: 1000;
	left: 641px;
	visibility: visible;
}
.thrColFixHdr #container #mainContent #Check_Out_Cust_Info {
	float: left;
	width: 50%;
}
.thrColFixHdr #container #mainContent #Check_Out_Pay_Info {
	float: left;
	width: 50%;
}
.thrColFixHdr #container #mainContent #Check_Out_Pay_Info h1 {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
.thrColFixHdr #container #mainContent #Check_Out_Cust_Info h1 {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
.beam_grid {
	background-image: url(../images/bg_table.png);
	background-repeat: repeat-x;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
}
.beam_caption {
	background-image: url(../images/bg_table_caption.png);
	background-repeat: repeat-x;
}
.beam_grid td {
	text-align: center;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
.beam_grid tr.highlightrow td{
color:#FF0000;

}

.thrColFixHdr #container #mainContent #mainContent_Fade {
	height: 520px;
	width: 1000px;
	position: relative;
}
#bubble1 {
	position: absolute;
	height: 170px;
	width: 170px;
	left: 177px;
	top: 157px;
}
#bubble2 {
	position: absolute;
	height: 170px;
	width: 170px;
	left: 30px;
	top: 341px;
}
#bubble3 {
	position: absolute;
	height: 170px;
	width: 170px;
	left: 782px;
	top: 332px;
}
#bubble4 {
	position: absolute;
	height: 170px;
	width: 170px;
	left: 362px;
	top: 320px;
}
#bubble5 {
	position: absolute;
	height: 170px;
	width: 170px;
	left: 585px;
	top: 281px;
}
#bubble6 {
	position: absolute;
	height: 170px;
	width: 170px;
	left: 328px;
	top: 24px;
}
#bubble8 {
	position: absolute;
	height: 170px;
	width: 170px;
	left: 561px;
	top: 66px;
}
#bubble9 {
	position: absolute;
	height: 170px;
	width: 170px;
	left: 810px;
	top: 60px;
}
#bubble10 {
	position: absolute;
	height: 170px;
	width: 170px;
	left: 41px;
	top: 48px;
}
.thrColFixHdr #container #mainContent #mainContent_Fade #faq .bullit {
	list-style-type: decimal;
}
.thrColFixHdr #container #mainContent #mainContent_Fade #faq li {
	list-style-type: none;
	list-style-position: outside;
}
.thrColFixHdr #container #mainContent #mainContent_Fade #faq {
	width: 980px;
	height:500px;
	overflow:visible;
	margin-top: 10px;
	padding-right: 10px;
	font:normal 12px/20px Verdana, Arial, Helvetica, sans-serif;
	padding-left: 10px;
}
.faq_pad {
	padding-top: 20px;
	padding-bottom: 20px;
}
.thrColFixHdr #container #mainContent #mainContent_Fade #faq #faq_content {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 700px;
}

.thrColFixHdr #container #mainContent #mainContent_Fade #press {
	width: 980px;
	height:500px;
	overflow:visible;
	padding-right: 10px;
	font:normal 12px/20px Verdana, Arial, Helvetica, sans-serif;
	padding-left: 10px;
	margin-top: 10px;
}
.press_pad {
	padding-top: 20px;
	padding-bottom: 20px;
}
.thrColFixHdr #container #mainContent #mainContent_Fade #press #press_content {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 700px;
}


.thrColFixHdr #container #mainContent #mainContent_Fade #contact {
	width: 980px;
	height:500px;
	overflow:visible;
	padding-right: 10px;
	font:normal 12px/20px Verdana, Arial, Helvetica, sans-serif;
	padding-left: 10px;
	margin-top: 10px;
	position: relative;
}
.contact_pad {
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
}
.thrColFixHdr #container #mainContent #mainContent_Fade #contact #contact_content {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 700px;
}

.thrColFixHdr #container #mainContent #mainContent_Fade #contact #contact_content li {
	list-style-type: none;
}


.thrColFixHdr #container #mainContent #mainContent_Fade #service {
	width: 980px;
	height:500px;
	overflow:visible;
	margin-top: 10px;
	padding-right: 10px;
	font:normal 12px/20px Verdana, Arial, Helvetica, sans-serif;
	padding-left: 10px;
}
.service_pad {
	padding-top: 20px;
	padding-bottom: 20px;
}
.thrColFixHdr #container #mainContent #mainContent_Fade #service #service_content {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 11px;
}



.thrColFixHdr #container #mainContent #mainContent_Fade #press #press_content li {
	list-style-type: none;
}

.thrColFixHdr #container #mainContent #mainContent_Fade #receipt{
	width: 980px;
	height:500px;
	overflow:visible;
	margin-top: 10px;
	padding-right: 10px;
	font:normal 12px/20px Verdana, Arial, Helvetica, sans-serif;
	padding-left: 10px;
}
.receipt_pad {
	padding-top: 20px;
	padding-bottom: 20px;
}
.thrColFixHdr #container #mainContent #mainContent_Fade #receipt #receipt_content {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 700px;
}.thrColFixHdr #container #mainContent #mainContent_Fade #receipt #receipt_content li {
	list-style-type: none;
}
.thrColFixHdr #container #mainContent #mainContent_Fade #receipt #receipt_content li  a {
	text-decoration: underline;
}
.thrColFixHdr #container #mainContent #mainContent_Fade #info {
	width: 980px;
	height:500px;
	overflow:visible;
	margin-top: 10px;
	padding-right: 10px;
	font:normal 12px/20px Verdana, Arial, Helvetica, sans-serif;
	padding-left: 10px;
}
.info_pad {
	padding-top: 20px;
	padding-bottom: 20px;
}
.thrColFixHdr #container #mainContent #mainContent_Fade #info #info_content {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 700px;
}

.thrColFixHdr #container #mainContent #mainContent_Fade #info #info_content li {
	list-style-type: decimal;
}
.thrColFixHdr #container #footer #Footer_Chat {
	width: 10%;
	float: left;
	padding-top: 10px;
}
.thrColFixHdr #container #mainContent #mainContent_Fade #check_out_tooltip {
	position: absolute;
	left: 518px;
	top: 318px;
	display: inline;
}
.thrColFixHdr #main_content_slider {
	position:absolute;
	width:20px;
	height:55px;
	z-index:101;
	left: 6px;
	top: 10px;
	background-image: url(../images/slider.png);
	background-repeat: no-repeat;
}
.thrColFixHdr #container #mainContent #mainContent_Fade #slider_back {
	position: absolute;
	left: 969px;
	height: 520px;
	width: 31px;
	background-image: url(../images/slider_back.png);
}
.jewelry_scroll {
	height: 520px;
	position: relative;
	width: 1000px;
}
.thrColFixHdr #container #mainContent #mainContent_Fade #jewelry_collection_text {
	height: 82px;
	position: absolute;
	left: 20px;
	top: 20px;
	width: 380px;
}
.thrColFixHdr #container #mainContent #mainContent_Fade #jewelry_collection_text h2 {
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.jewelry_pic {
	position: relative;
}
.thrColFixHdr #container #mainContent #mainContent_Fade .jewelry_scroll #jewelry_enlarged {
	position: absolute;
	left: 333px;
	top: 32px;
	width: 450px;
	height: 360px;
	overflow: hidden;
	border:1px solid #624363;
}
.thrColFixHdr #container #mainContent #mainContent_Fade .jewelry_scroll #jewelry_pic_detail {
	position: absolute;
	left: 20px;
	top: 118px;
	width: 382px;
	display: none;
	background-image: url(../images/jewelry_back.png);
	background-repeat: repeat-x;
	height: 182px;
	border:1px solid #fefefe;
	z-index: 200;
}
.thrColFixHdr #container #mainContent #mainContent_Fade .jewelry_scroll #jewelry_pic_detail #jewelry_pic_detail_pic {
	float: left;
}
.thrColFixHdr #container #mainContent #mainContent_Fade .jewelry_scroll #jewelry_pic_detail #jewelry_pic_detail_text {
	float: left;
	height: 180px;
	width: 180px;
	position: relative;
	padding-left: 10px;
}
.thrColFixHdr #container #mainContent #mainContent_Fade .jewelry_scroll #jewelry_pic_detail #jewelry_pic_detail_text #jewelry_pic_detail_text_top {
	height: 100px;
	width: 180px;
}

.thrColFixHdr #container #mainContent #mainContent_Fade .jewelry_scroll #jewelry_left_menu {
	height: 520px;
	float: left;
	width: 180px;
	position: relative;
	font-family:  Georgia, "Century Schoolbook L", Palatino, serif;
}
.thrColFixHdr #container #mainContent #mainContent_Fade .jewelry_scroll #jewelry_left_menu_container {
	height: 480px;
	width: 170px;
	position: relative;
	background-image: url(../images/jewelry_menu_back.png);
	background-repeat: repeat-x;
	top: 20px;
	left: 10px;
}
.thrColFixHdr #container #mainContent #mainContent_Fade .jewelry_scroll #jewelry_scroll_right {
	height: 520px;
	float: left;
	width: 86px;
	position: relative;
}
.thrColFixHdr #container #mainContent #mainContent_Fade .jewelry_scroll #jewelry_main_container{
	width:820px;
	float: left;
	position: relative;
	height: 520px;
}
.thrColFixHdr #container #mainContent #mainContent_Fade .jewelry_scroll #jewelry_main_container.jewelry_pic  {
	border:1px solid #CCCCCC;
	z-index: -1;
	width: 180px;
	height: 180px;
}
.thrColFixHdr #container #mainContent #mainContent_Fade .jewelry_scroll #jewelry_main_container #jewelry_pic_1 {
	position: absolute;
	top: 118px;
	left: 20px;
	background-image: url(../images/jewelry_back.png);
	border:1px solid #624363;
}

.thrColFixHdr #container #mainContent #mainContent_Fade .jewelry_scroll #jewelry_main_container #jewelry_pic_2 {
	position: absolute;
	top: 118px;
	left: 222px;
	background-image: url(../images/jewelry_back.png);
	border:1px solid #624363;
}
.thrColFixHdr #container #mainContent #mainContent_Fade .jewelry_scroll #jewelry_main_container #jewelry_pic_3 {
	position: absolute;
	top: 320px;
	left: 20px;
	background-image: url(../images/jewelry_back.png);
	border:1px solid #624363;
}
.thrColFixHdr #container #mainContent #mainContent_Fade .jewelry_scroll #jewelry_main_container #jewelry_pic_4 {
	position: absolute;
	top: 320px;
	left: 222px;
	width: 180px;
	background-image: url(../images/jewelry_back.png);
	border:1px solid #624363;
}

.thrColFixHdr #container #mainContent #mainContent_Fade .jewelry_scroll #jewelry_main_container #jewelry_pic_main_1 {
	position: absolute;
	top: 123px;
	left: 20px;
	width: 380px;
	background-image: url(../images/jewelry_back.png);
	border: 1px solid #624363;
}
.thrColFixHdr #container #mainContent #mainContent_Fade .jewelry_scroll #jewelry_main_container #jewelry_pic_main_large {
	position: absolute;
	top: 20px;
	left: 420px;
	width: 380px;
	height: 283px;
}


.thrColFixHdr #container #mainContent #mainContent_Fade .jewelry_scroll #jewelry_main_container #jewelry_pic_main_bottom_1 {
	position: absolute;
	top: 320px;
	left: 20px;
	background-image: url(../images/jewelry_back.png);
	background-repeat:repeat-x;
	border: 1px solid #624363;
}
.thrColFixHdr #container #mainContent #mainContent_Fade .jewelry_scroll #jewelry_main_container #jewelry_pic_main_bottom_2 {
	position: absolute;
	top: 320px;
	left: 220px;
	background-image: url(../images/jewelry_back.png);
	background-repeat:repeat-x;
	border: 1px solid #624363;
}
.thrColFixHdr #container #mainContent #mainContent_Fade .jewelry_scroll #jewelry_main_container #jewelry_pic_main_bottom_3 {
	position: absolute;
	top: 320px;
	left: 420px;
	background-image: url(../images/jewelry_back.png);
	background-repeat:repeat-x;
	border: 1px solid #624363;
	
}
.thrColFixHdr #container #mainContent #mainContent_Fade .jewelry_scroll #jewelry_main_container #jewelry_pic_main_bottom_4 {
	position: absolute;
	top: 320px;
	left: 620px;
	background-image: url(../images/jewelry_back.png);
	background-repeat:repeat-x;
	border: 1px solid #624363;
}
.thrColFixHdr #container #mainContent #mainContent_Fade .jewelry_scroll #jewelry_main_container #jewelry_pic_main_large img {
	border: 1px solid #624363;
}


.thrColFixHdr #container #mainContent #mainContent_Fade .jewelry_scroll #jewelry_main_container #jewelry_pic_detail #jewelry_pic_detail_text #jewelry_pic_detail_text_top #title {
	text-align: center;
	font-weight: bold;
	margin-top: 5px;
}
.thrColFixHdr #container #mainContent #mainContent_Fade .jewelry_scroll #jewelry_main_container #jewelry_pic_detail #jewelry_pic_detail_text #jewelry_pic_detail_text_top #detail {
	padding: 10px;
}
.thrColFixHdr #container #mainContent #mainContent_Fade .jewelry_scroll #jewelry_main_container #jewelry_pic_detail #jewelry_pic_detail_text #jewelry_pic_detail_text_top #price {
	padding: 10px;
}
.thrColFixHdr #container #mainContent #mainContent_Fade .jewelry_scroll #jewelry_main_container #jewelry_pic_detail #jewelry_pic_detail_text #jewelry_pic_detail_text_bottom {
	padding: 5px;
	position: absolute;
	bottom: 10px;
}
.thrColFixHdr #container #mainContent #mainContent_Fade .jewelry_scroll #jewelry_scroll_right #right {
	height: 15px;
	width: 20px;
	position: relative;
	top: 200px;
	padding-top: 5px;
}
.thrColFixHdr #container #mainContent #mainContent_Fade .jewelry_scroll #jewelry_scroll_left #left {
	height: 15px;
	width: 20px;
	position: relative;
	top: 200px;
	padding-top: 5px;
	left: 65px;
}
.thrColFixHdr #container #mainContent #mainContent_Fade .jewelry_scroll #jewelry_main_container #jewelry_nav_bar {
	float: right;
	width: 350px;
	height: 20px;
	position: absolute;
	left: 424px;
	top: 481px;
	z-index: 1000;
	display: inline;
}

.thrColFixHdr #container #mainContent #mainContent_Fade .jewelry_scroll #jewelry_main_container#jewelry_nav_bar a {
	display: inline;
}
.thrColFixHdr #container #mainContent #mainContent_Fade .jewelry_scroll #jewelry_main_container#jewelry_nav_bar td {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #574556;
	text-align: center;
}
.thrColFixHdr #container #mainContent #mainContent_Fade #jewelry_detail_text {
	float: left;
	height: 520px;
	width: 300px;
	font-size: 12px;
}
.thrColFixHdr #container #mainContent #mainContent_Fade #jewelry_detail_picture {
	float: left;
	width: 430px;
	height: 450px;
	padding-left: 70px;
	padding-top: 70px;
	position: relative;
}
.thrColFixHdr #container #mainContent #mainContent_Fade #jewelry_detail_picture img {
	border:1px solid #CCCCCC;
	cursor: pointer;
}
.thrColFixHdr #container #mainContent #mainContent_Fade #jewelry_detail_text #title {
	text-align: center;
	font-size: 20px;
	height: 25px;
	margin-top: 50px;
}
.thrColFixHdr #container #mainContent #mainContent_Fade #jewelry_detail_text #description {
	height: 150px;
	margin-top: 40px;
}
.thrColFixHdr #container #mainContent #mainContent_Fade #jewelry_detail_text #bottom_nav {
	height: 190px;
}
.thrColFixHdr #container #mainContent #mainContent_Fade .jewelry_scroll #jewelry_main_container #jewelry_menu_bar {
	position: absolute;
	left: 718px;
	top: -9px;
	width: 100px;
	background-image:url(../images/jewelry_back.png);
	z-index: 201;
	height: 49px;
	border: 1px solid #CCCCCC;
	display: none;
}

.thrColFixHdr #container #mainContent #mainContent_Fade .jewelry_scroll #jewelry_main_container #jewelry_menu_bar td {
	text-align: center;
	padding-top: 5px;
}
.thrColFixHdr #container #mainContent #mainContent_Fade #jewelry_collection_text #detail {
	padding-right: 20px;
	padding-left: 50px;
}
.thrColFixHdr #container #mainContent #mainContent_Fade #jewelry_detail_picture #jewelry_detail_picture_side {
	height: 50px;
	width: 50px;
	left: 373px;
	top: 373px;
	position: absolute;
	border:1px solid #624363;
}
.jewelry_left_menu_spacer {
	background-image: url(../images/jewelry_menu_spacer.png);
	height: 2px;
	background-repeat: no-repeat;
	background-position: center;
}
.thrColFixHdr #container #mainContent #mainContent_Fade .jewelry_scroll #jewelry_left_menu #jewelry_left_menu_container #jewelry_left_menu_top {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
}
.thrColFixHdr #container #mainContent #mainContent_Fade .jewelry_scroll #jewelry_left_menu #jewelry_left_menu_container #jewelry_left_menu_bottom table {
	font-size: 10px;
}
.thrColFixHdr #container #mainContent #mainContent_Fade .jewelry_scroll #jewelry_left_menu #jewelry_left_menu_container #jewelry_left_menu_bottom {
	padding-top: 10px;
	padding-left: 10px;
}
.thrColFixHdr #container #mainContent #mainContent_Fade .jewelry_scroll #jewelry_main_container #jewelry_pic_main_1 #jewelry_pic_main_1_text {
	float: left;
	height: 180px;
	width: 180px;
	margin-left: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(../images/jewelry_menu_back_text.png);
	background-repeat: repeat-x;
}
.thrColFixHdr #container #mainContent #mainContent_Fade .jewelry_scroll #jewelry_main_container #update_jewelry #jewelry_pic_detail #jewelry_pic_detail_text #jewelry_pic_detail_text_top #title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	padding-top: 10px;
}
.thrColFixHdr #container #mainContent #mainContent_Fade .jewelry_scroll #jewelry_main_container #update_jewelry #jewelry_pic_detail #jewelry_pic_detail_text #jewelry_pic_detail_text_top #detail {
	padding-top: 10px;
}
.thrColFixHdr #container #mainContent #mainContent_Fade .jewelry_scroll #collection_side_view {
	position: absolute;
	left: 415px;
	top: 8px;
	width: 395px;
	height: 460px;
}
.thrColFixHdr #container #mainContent #pop_up_fav_shop {
	position: absolute;
	top: 84px;
	left: 700px;
	height: 200px;
	z-index: 2000;
}
.thrColFixHdr #container #mainContent #mainContent_Fade .jewelry_scroll #jewelry_main_container #jewelry_nav_bar #nav_left_arrow {
	height: 20px;
	width: 10px;
	float: left;
	background-image: url(../images/arrow_left_gray.gif);
	background-repeat: no-repeat;
	cursor: pointer;
}
.thrColFixHdr #container #mainContent #mainContent_Fade .jewelry_scroll #jewelry_main_container #jewelry_nav_bar #nav_info {
	height: 20px;
	float: left;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}
.thrColFixHdr #container #mainContent #mainContent_Fade .jewelry_scroll #jewelry_main_container #jewelry_nav_bar #nav_right_arrow {
	height: 20px;
	width: 10px;
	float: left;
	background-image: url(../images/arrow_right_gray.gif);
	background-repeat: no-repeat;
	cursor: pointer;
}
.thrColFixHdr #container #mainContent #mainContent_Fade .jewelry_scroll #jewelry_main_container .loading {
	position: absolute;
	background-image: url(../images/jewelry_back.png);
	left: 0px;
	top: 0px;
	color: #cfcfcf;
	font-size: 14px;
	font-weight: bold;
	height: 180px;
	width: 180px;
	text-align: center;
	display: none;
}
.thrColFixHdr #container #mainContent #mainContent_Fade .jewelry_scroll #jewelry_main_container .loading p {
	position: relative;
	top: 50px;
}
.thrColFixHdr #container #mainContent #mainContent_Fade .jewelry_scroll #jewelry_main_container #jewelry_detail_text #size_metal {
	height: 130px;
}
