/* 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;
	height: 1.15em;
}

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.3em 0.5em
}

.data td {
	padding: 0.3em 0.5em;
}

.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: 256px;
	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, .item_buyz_Saleprice, .item_buyz_priceStrike {
	display: block;
	text-align: center;
	white-space: nowrap;
}

.item_discount { position: relative; }

.item_retail_price, .item_buyz_price, .item_sale_price, .item_convert, .item_buyz_Saleprice, .item_buyz_priceStrike {
	position: relative;
	text-align: center;
}

.item_convert {
	line-height: 1em;
	z-index: 10;
}

.item_retail_price, .item_buyz_price, .item_buyz_Saleprice, .item_convert, .item_sale_price, .item_buyz_priceStrike { right: 0px; }

.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: 4px;
	right: 52px;
}

.item_freeshipping {
	width: 54px;
	height: 54px;
	position: absolute;
	top: 18px;
	left: 8px;
}

.item_freeshipping span { display: none; }

.item_buyzsale {
	width: 60px;
	height: 60px;
	position: absolute;
	top: 5px;
	left: 8px;
	color: #fff;
	font-weight: bold;
	text-align:center;
	text-transform:uppercase;
	line-height: 12px;
	padding: 15px 0;
}

/*.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: 8px 10px 10px 10px;
}

.product_sku, .product_retail_price, .product_buyz_price, .product_buyz_priceStrike, .product_sale_price, .product_buyz_Saleprice, .product_discount, .product_worldwide, .product_status, .product_ringsize, .product_enlarge, div#product_tag a {
	float: left;
	display: block;
	text-align: left;
	white-space: nowrap;
	margin: 3px;
}


 .product_bml  {
	float: left;
	display: block;
	text-align: left;
	white-space: nowrap;
	margin: 0px 3px 3px 3px;
}


.product_enlarge {
	padding-left: 45px;
	margin-top: 1.5em;
}

.product_jarlink {
	display: block;
	white-space: nowrap;
}

.product_status { width: 230px; }

a.buynow_bigbtn, a.offer_bigbtn, a.startnow_bigbtn {
	display: block; 
	width: 192px;
	height: 46px;
	margin: 1.5em auto;
}


a.startnow_bigbtn { margin: 0.5em auto; }

a.buynow_bigbtn span, a.offer_bigbtn span, a.startnow_bigbtn span { display: none; }

div#product_tag a.buynow_bigbtn, div#product_tag a.offer_bigbtn {
	float: left;
	margin: .8em 0.1em;
}

div#product_tag a.offer_bigbtn {
	float: left;
	margin: .3em 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_buyzsale {
	width: 85px;
	height: 85px;
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	font-size: 1.5em;
	font-weight: bold;
	text-align:center;
	text-transform:uppercase;
	line-height: 18px;
	padding: 22px 0;
	font-style:normal;
}

.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: 55px;
	margin-top: 1em;
	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, .login_registration h1, div#helpdocument h2, #studs h2, #family h2 {
	margin: 0.5em 1.2em;
}

.login_registration h1 {
	text-align: center;
}

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, 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; }

/* Helpbox styles for My Buyz Page */

div#helpbox {
	float: left;
	width: 95%;
	border: solid 1px #c5effd;
	background-color: #f5fcff;
	margin: 0.5em 2em;
	text-align: left;
}
div#helpbox div {
	float: left;
	width: 240px; 
}
a.banner {
	border: solid 2px #c5effd;
	display: block;
	margin: 1.5em;
	text-align: center;
	width: 141px;
}
div#helpbox .banner img {
	background-color: #fff;
	border: solid 3px #fff;
	margin: 0;
}

/* popup login styles */

div#login_dialog {
	width: 480px;
	border: none;
	background: transparen;
	margin: 5px 0 0 5px;
	height: 280px;
	text-align: left;
	overflow: hidden;
}

div#login_dialog p {
	font-size: 0.9em;
	text-align: center;
	margin: 1em 70px;
}

div#login_dialog input, div#login_dialog label {
	margin-left: 70px;
}

div#login_dialog input#ajax_login_button, div#login_dialog a#ajax_register_button {
	width: 200px;
	margin-left: 140px;
}

div#login_error_message {
	display: block;
	height: 2em;
	text-align: center;
	font: bold 0.9em Verdana, Arial, Helvetica, sans-serif;
	color: #f60;
}

div#guest_dialog {
	border: none;
	background: transparen;
	margin: 5px 0 0 5px;
	text-align: center;
}

div#guest_dialog li {
	width: 410px;
	margin: 1em auto;
	font-size: 1.5em;
	font-weight: bold;
	font-style: italic;
	color: #069;
}

a.button, input.button, div.ajax_form input.button, div#login input#login {
	display: block;
	width: 80px;
	height: 29px;
	border: solid 1px #fff;
	color: #fff;
	background: #f60 url(../images/button_bg.png) repeat-x 0 0 !important;
	font: bold italic 1em Arial, Verdana, Helvetica, sans-serif;
	text-transform: capitalize;
	text-align: center;
	cursor: pointer;
}

a:hover.button, input:hover.button, div.ajax_form input:hover.button, div#login input:hover#login {
	background: #f90 url(../images/button_bg.png) repeat-x 0 0 !important;
	text-decoration: none;
	border-color: #fff;
}

div.ajax_form {	
	width: 400px;
	float: left;
}

div.ajax_form#create_account {
	border-right: solid 1px #bfcfdf;
}

div.ajax_form h1 {
	font: bold 1.4em Arial, Verdana, Helvetica, sans-serif;
	margin: 0.5em 1.2em;
}

div.ajax_form h2 {
	margin: 1.2em 1em 0.7em 1em;
	color: #000;
}

div.ajax_form p {
	margin: 1.2em 1.4em;
}

div.ajax_form li {
	margin: 7px 0;
	clear: both;
}

div.ajax_form label {
	display: block;
	margin: 8px 0 1px 20px;
	/* float: left; */
	width: 350px;
	color: #069;
	line-height: 1em;
	text-align: left;
	font: bold italic 1em Arial, Verdana, Helvetica, sans-serif;
	text-transform: capitalize;
}

div.ajax_form label.checkbox {
	width: 350px;
	display: inline;
	line-height: 1em;
	text-align: left;
	font: normal 0.9em Arial, Verdana, Helvetica, sans-serif;
	float: none;
	margin: 8px 0 0 4px;
	position: relative;
	left: 0;
}

div.ajax_form input.checkbox {
	color: #777;
	border: none;
	width: 20px;
	position: relative;
	left: 0;
	float: left;
	margin: 2px 7px 7px 40px;
}

div.ajax_form input, div.ajax_form select {
	width: 330px;
	margin: 0 0 0 20px;
	padding: 3px;
	color: #777;
	border: solid 2px #c5effd;
	background-color: #fff;
	font: normal 1.2em Arial, Verdana, Helvetica, sans-serif;
}

div.ajax_form select {
	width: 218px;
}

div.ajax_form input#country {
	border: solid 2px #ccc;
}

div.ajax_form .err {
	font: italic 1em Arial, Verdana, Helvetica, sans-serif;
	color: #f60;
	text-indent: 150px;
	margin-top: 2px;
	display: none;
}

div.ajax_form input#register, div.ajax_form input#addtolist {
	margin: 1em 0;
	position: relative;
	left: 150px;
	top: 0;
	width: 120px;
}

div.ajax_form input#register {
	width: 190px;
}

div.ajax_form div.radio_group input {
	margin: 0.5em 0.5em 0.5em 20px;
	display: inline;
	width: 20px;
	border: none;
}

div.ajax_form div.radio_group label {
	display: inline;
	margin: 0; 
}

.step_number {
	font-size: 3.5em;
	color: #069;
	font-weight: bold;
	margin: -0.2em 0.3em 0 0;
	float: left;
}

/* HPCI iFrame */
	#ccframe{margin-left:5px; background:#F5FCFF;}
/* END: HPCI iFrame */

/*Modnique Tearout*/

#content_wrapper .tearOut {
		position: absolute;
		right: -158px;
		top: -20px;
		z-index: 9999;
		background: url(//llpromo.bids.com/img/modniqueTearOutComplete.png) no-repeat;
		text-indent: -9999px;
		display: block;
		width: 189px;
		height: 329px;
	}
	
	#content_wrapper .tearOut a {
		height: 329px;
		width: 189px;
		display:block;
	}
/*End: Modnique Tearout*/	
