/* Buyz.com Layout */

/*
Buttons' classnames

.buynow_btn
.search_btn
.subscribe_btn

.buynow_bigbtn
.viewmore_bigbtn
------------------------------
Item's classnames

.item_brand
.item_retail_price
.item_buyz_price
.item_discount
.item_details
------------------------------
Item's features

.item_guarantee
.item_limited

*/

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, th, var
{ font-style : normal; font-weight : normal; }

/* Sets em and strong*/
em { font-style: italic; }

strong { font-weight: bold; }

/* Removes spacing and borders from tables */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }


/* main page layout */
html, body {
	text-align: center;
}

div#header_wrapper, div#content_wrapper, div#footer_wrapper {
	text-align: center;
}

div#header, div#content, div#footer {
	position: relative;
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

div#nav {
	width: 20%;
	float: left;
	padding-top: 1.5em;
}

div#promo, div#items, div#category_info, div#category_info_bottom, div#top_nav, div#referrer, div#product, div#crumbs, div#helpdocument {
	width: 80%;
	float: right;
}

div#footer_wrapper {
	clear: both;
	height: 270px;
}

div#promo {
	height: 265px;
}

div#promo a, div#promo img, div#promo div.SlidingPanels {
	float: left;
}

/* header layout */

div#header {
	height: 95px;
	position: relative;
	/* fixing cart stacking order in IE */
	z-index: 101;
}

div#header h1 {
	position: relative;
	top: 12px;
	left: 15px;
	width: 140px;
	height: 75px;
}

div#header h1 a {
	display: block;
	width: 140px;
	height: 75px;
}

div#header h1 a span { display: none; }

ul#features, ul#tools {
	list-style: none;
	position: absolute;
}

ul#features {
	bottom: 0;
	left: 21%;
	float: left;
}

ul#features li {
	float: left;
}

ul#features li a {
	display: block;
	height: 40px;
	padding: 0 1em 0 0.5em;
	float: left;
}

ul#tools {
	top: 4px;
	right: 1em;
}

ul#tools li {
	margin: 0.2em;
	display: inline;
}

/* turn off link to bidz */
div#header a#bidz {
	width: 127px;
	height: 44px;
	text-indent: -9999px;
	position: absolute;
	bottom: 0;
	right: 1em;
	display: block;
}

div#header div#livechat {
	position: absolute;
	top: 5px;
	right: 22%;
}

div#header div#freeshipping {
	position: absolute;
	top: 5px;
	left: 21%;
}

div#search {
	position: absolute;
	bottom: 0;
	left: 20%;
	width: 490px;
	height: 45px;
}

div#search input.input_text {
	position: relative;
	top: 12px;
	left: 15px;
	margin: 0;
	width: 350px;
	padding: 0.2em 2px;
}

div#search .search_btn {
	position: relative;
	top: 12px;
	left: 15px;
	padding: 1px 3px;
}

div#subscribe {
	position: absolute;
	top: 25px;
	left: 55%;
}

div#subscribe input.input_text {
	margin: 0;
	width: 150px;
	padding: 0.2em 2px;
}

div#header a#bidz span { display: none; }

.checkout_btn {
	display: block;
	width: 111px;
	height: 29px;
	margin: 2px 2px 2px 137px;
}

.checkout_btn span { display: none; }

/* nav layout */

div#nav h3 { margin: 5px 15px; }

div#nav ul { margin: 5px 10px 10px 25px; }

div#nav ul li {
	margin-right: 2em;
	padding: 0.1em 0.1em 0.3em 0.1em;
}

div#nav_subscribe input.input_text {
	margin: 0 0.1em 0.2em 0.7em;
	width: 155px;
	padding: 0.2em 2px;
}

div#nav_subscribe, div#metals {
	margin: 5px 0;
	width: 183px;
	height: 146px;
	position: relative;
}

div#nav_subscribe { margin-top: 70px; }
div#metals {
	margin: 25px 0;
	height: 120px;
}

div#nav_subscribe h3 {
	padding-top: 10px; 
}

div#nav_subscribe p {
	margin: 0 1em 1em 1.2em;
}

div#nav_subscribe .subscribe_btn {
	display: block;
	width: 85px;
	height: 29px;
	position: absolute;
	right: 13px;
	bottom: 7px;
}

/* Metal Prices Styles */

table.metal_prices {
	width: 100%;
}

table.metal_prices th {
	white-space: nowrap;
	padding: 0.1em;
	text-align: center;
}

table.metal_prices td {
	padding: 0.1em 0em;
	text-align: center;
}

div.metal_notice {
	margin: 0.3em;
}

/* content area layout - crumbs and pagenav */

div#crumbs span {
	float:left;
	margin: 2.5em 1em 0.5em 1em;
}

div#sort {
	position: absolute;
	top: 2.2em;
	right: 1.5em;
	width: 175px;
}

div#sort select { width: 120px; }

/* top_nav layout */

div#top_nav_holder {
	margin: 1.5em 0.5em 0.5em 0.3em;
	width: 735px;
	float: right;
	padding-bottom: 0.3em;
}

div#top_nav_holder ul {
	float: left;
	margin: 0.7em 0.5em;
}

div#top_nav_holder li.more {
	position: relative;
	z-index: 255;
}

div#top_nav_holder #moreDiv {
	position: absolute;
	z-index: 255;
	top: 1.5em;
	left: 0;
	visibility: hidden;
}

/* referrer layout*/

div#referrer_holder {
	margin: 1.5em 0.5em -0.5em 0.5em;
	width: 750px;
	float: right;
	padding-bottom: 0.3em;
	position: relative;
}

div#referrer_data {
	float: left;
	width: 370px;
}

div#referrer a#referrer_img, div#referrer a#referrer_img img {
	position: absolute;
	top: 3px;
	right: 0;
}

div#referrer h3, div#referrer ul { margin: 0.5em; }

div#referrer ul li {
	margin-left: 2em;
	list-style: disc;
}

/* category info layout - SEO text */

#category_info { margin-top: 0.5em; }
#category_info_bottom { margin-bottom: 1.5em; }

#category_info img {
	float: left;
	padding: 1em 2em 1em 1em;
}

#category_info img.single {
	float: left;
	padding: 1em 1em 0 0.7em;
}

#category_info h2, #category_info_bottom h2  { 
	margin: 1em 0.5em 0.3em 0.5em;
}

#category_info p, #category_info_bottom p {
	margin: 0.5em 1em;
}

div#pagenav_bottom, div#pagenav_top {
	clear: right;
	text-align: center;
	margin: 0.5em 0.5em 0.5em 20%;
}

*html div#pagenav_bottom, *html div#pagenav_top {
	clear: right;
	text-align: center;
	margin: 0 0 0 20%;
}

div#pagenav_top { padding-top: 1em; }

div#pagenav_bottom a, div#pagenav_top a { margin: 0.2em }

/* help section layout */

table.data {
	border-collapse: collapse;
	width: 80%;
	margin: 0.5em 2.2em;
}

.data th {
	white-space: nowrap;
	padding: 0.4em 0.7em
}

.data td {
	padding: 0.4em 0.7em;
}

.data img {
	border: 0;
	margin: 0.3em;
}

/* items grid layout */

div#items { margin: 0 0 1em; }

div#items ul {
	float: left;
	margin: 0.3em 0;
}

div#items li {
	display: block;
	width: 185px;
	height: 263px;
	float: left;
	position: relative;
	margin: 3px;
	overflow: visible;
}

* html div#items li {
	margin: 0;
}

/* item layout */

.item_brand, .item_worldwide, .item_retail_price, .item_buyz_price, .item_sale_price, .item_discount, .item_details, .item_convert {
	display: block;
	text-align: center;
	white-space: nowrap;
}

.item_discount { position: relative; }

.item_retail_price, .item_buyz_price, .item_sale_price, .item_convert {
	position: relative;
	text-align: right;
}

.item_convert {
	line-height: 1em;
	z-index: 10;
}

.item_retail_price, .item_buyz_price, .item_convert, .item_sale_price { right: 35px; }

.item_worldwide {
	white-space: normal;
}

.item_brand {
	position: absolute;
	top: 0;
	left: 20px;
}

.item_thumb {
	width: 140px;
	height: 140px;
	margin: 15px 25px 0;
	left: 26px;
}

.item_thumb img {
	margin: 20px;
}

.item_thumb a {
	display: block;
}

/*
.item_discount {
	margin-top: 0.3em;
}
*/

.item_details {
	/* text-align: left;
	margin: 7px 30px; */
	display: none;
}

.buynow_btn {
	display: block;
	width: 76px;
	height: 29px;
}

.buynow_btn span { display: none; }

div#items li a.buynow_btn {
	position: absolute;
	bottom: 8px;
	right: 50px;
}

.item_freeshipping {
	width: 54px;
	height: 54px;
	position: absolute;
	top: 18px;
	left: 8px;
}

.item_freeshipping span { display: none; }

/*.item_guarantee {
	position: absolute;
	width: 28px;
	height: 21px;
	top: 35px;
	right: 5px;
	text-indent: -9999px;
}
.item_limited {
	position: absolute;
	width: 28px;
	height: 21px;
	top: 60px;
	right: 5px;
	text-indent: -9999px;
}*/

/* product layout */

div#product { text-align: center; }

div#product_tag {
	float: left;
	width: 230px;
	margin: 30px;
}

.product_sku, .product_retail_price, .product_buyz_price, .product_sale_price, .product_discount, .product_worldwide, .product_status, .product_bml, .product_ringsize, .product_enlarge, div#product_tag a {
	float: left;
	display: block;
	text-align: left;
	white-space: nowrap;
	margin: 3px;
}

.product_enlarge {
	padding-left: 45px;
	margin-top: 1.5em;
}

.product_jarlink {
	display: block;
	white-space: nowrap;
}

.product_status { width: 230px; }

a.buynow_bigbtn {
	display: block; 
	width: 192px;
	height: 46px;
	margin: 1.5em auto;
}

a.buynow_bigbtn span { display: none; }

div#product_tag a.buynow_bigbtn {
	float: left;
	margin: 1em 0.1em;
}

.product_title {
	margin: 0.5em 1em;
	text-align: left;
}

/* IE-Win fix */
* html .product_title {
	width: 90%;
}

.product_thumb {
	width: 320px;
	height: 320px;
	float: left;
	top: 0;
	margin-left: 1em;
	position: relative;
}

.product_thumb img {
	width: 250px;
	height: 250px;
	margin: 35px;
	float: left;
}

.product_freeshipping {
	width: 80px;
	height: 80px;
	position: absolute;
	top: 0;
	left: 0;
}

.product_freeshipping span { display: none; }

.product_image {
	margin: 0.5em;
}

.star_note {
	margin: 0.5em auto;
	text-align: left;
	width: 500px;
}

.product_description {
	margin: 1em auto 3em;
	text-align: left;
	width: 500px;
}

ul#product_thumb_list {
	float: left;
	width: 410px;
}

ul#product_thumb_list li {
	float: left;
	width: 100px;
	margin: 3px;
}

ul#product_thumb_list img {
	float: left;
	width: 100px;
}

/* scripted imagegallery */

div#product_imagegallery img#g_closebutton {
	border: 0;
	cursor: pointer;
	height: 23px;
	width: 23px;
	position: absolute;
	top: 12px;
	right: 14px;
}

div#product_imagegallery {
	margin: 0.5em auto;
	width: 575px;
	height: 682px;
	position: relative;
}

div#product_imagegallery div#g_thumblist {
	width: 575px;
	height: 128px;
	text-align: left;
}

div#product_imagegallery div#g_thumblist ul {
	margin: 0 18px;
}

div#product_imagegallery div#g_thumblist li {
	display: inline;
}

div#product_imagegallery img.g_thumb {
	margin: 37px 0 3px 1px;
	width: 100px;
	height: 100px;
}

div#product_imagegallery img.g_image {
	position: absolute;
	width: 500px;
	height: 500px;
	bottom: 28px;
	right: 37px;
}

#product_thumblist li {
	display: inline;
}

#product_thumblist ul {
	padding-left: 45px;
	margin-top: 1.5em;
	height: 52px;
	float: left;
	cursor: pointer;
}

#product_thumblist ul li img {
	cursor: pointer;
	width: 50px;
	height: 50px;
}
/* product showcase table */

table#showcase {
	clear: both;
	width: 80%;
	margin: 1em auto;
	border-collapse: collapse;
}

table#showcase th {
	text-align: left;
	padding: 0.3em;
}

table#showcase td {
	width: 30%;
	text-align: left;
	padding: 0.2em 0.5em;
}

/* content layout */

div#helpdocument {
	margin: 1.5em 0;
}

div#helpdocument h1, div#helpdocument h2 {
	margin: 0.5em 1.2em;
}

div#helpdocument p, div#helpdocument img, div#helpdocument ul, div#helpdocument ol {
	margin: 1em 2.2em;
}

div#helpdocument img {
	margin: 0.5em;
}

div#helpdocument li {
	list-style: disc;
	margin: 0 1em;
}

div#helpdocument .indexlink {
	text-align: right;
	margin: 1.5em 0;
}

/* viewmore and float clearing */
a#viewmore {
	display: block;
	clear: both;
	width: 192px;
	height: 46px;
	position: relative;
	bottom: 0;
	left: 50%;
	margin: 1em 1em 2em;
}

a#viewmore span { display: none; }

div#clearer { clear: both; }

/* footer layout */

div#footer {
	position: relative;
}

#footer_copyright {
	width: 40%;
	position: absolute;
	left: 0;
	top: 0;
}

#footer_paymethods {
	width: 315px;
	height: 40px;
	text-indent: -9999px;
	margin-top: 1em;
}

#footer_bizrate {
	width: 125px;
	height: 73px;
	position: absolute;
	top: 155px;
	left: 15px;
}

#footer_col1 {
	width: 20%;
	position: absolute;
	left: 40%;
	top: 0;
}

#footer_col2 {
	width: 20%;
	position: absolute;
	left: 60%;
	top: 0;
}

#footer_col3 {
	width: 20%;
	position: absolute;
	left: 80%;
	top: 0;
}

#footer p {
	margin: 1em;
}

#footer ul {
	margin: 0.7em 1em 1em 3em;
}

#footer li {
	margin: 0.3em;
}

div#footer a.footer_h { padding-bottom: 1em; }
