@charset "utf-8";
/* CSS Document */


.col-left { float:left; width:175px; padding:0px 0 0 5px; }
.col-main { float:left; width:710px; padding:10px 0 0; }
.col-right { float:right; width:200px; border:1px solid #ddd; padding:0 5px 0 10px; margin-top:12px;  }

/* 1 Column Layout */
.col-1-layout .col-main { float:none; width:auto; border:0; }

/* 2 Columns Layout */
.col-2-left-layout .col-main { float:left; padding:0px 0 0 15px; width:700px; }
.col-2-right-layout .col-main {}

/* Content Columns */
.col2-set .col-1 { float:left; width:49%; }
.col2-set .col-2 { float:right; width:49%; }
.col2-set .narrow { width:33%!important; }
.col2-set .wide { width:65%!important; }


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { font:12px Arial, Helvetica, sans-serif; vertical-align:middle; color:#000; }
input.input-text,select,textarea { background:#fff; border:1px solid #ddd; }
input.input-text,textarea { padding:2px; }
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option {}
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:2.5em !important; }
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { background:#EA753B; overflow:visible; width:auto; border:0; padding:0 0 0 12px; cursor:pointer; -webkit-border-fit:lines; /* <- Safari & Google Chrome Fix */ }
button.button span { float:left; padding:0 12px 0 0; background:url(../images/bkg_button.gif) 100% 50% no-repeat; font:normal 12px/21px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; }
button.disabled {}
button.disabled span {}
button.form-button { background:#EA753B; overflow:visible; width:auto; border:0; padding:0 0 0 12px; cursor:pointer; -webkit-border-fit:lines; /* <- Safari & Google Chrome Fix */ }
button.form-button span { float:left; padding:0 12px 0 6px; background:url(../images/bkg_button.gif) 100% 50% no-repeat; font:normal 12px/21px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; }

/* Input & Textarea stretched for 100% */
.field-100 { border:1px solid #888; padding:2px; overflow:hidden; }
.field-100 input.input-text,
.field-100 textarea { float:left; width:100%; margin:0; padding:0; border:0; }
/* Form Highlight */
/*input.input-text:focus,select:focus,textarea:focus {}*/
/*.highlight { background:#eee; }*/

/* Form lists */
.form-list li { margin:0 0 5px; }
.form-list label { font-weight:bold; }
.form-list .input-box { float:left; width:260px; }
.form-list input.input-text,
.form-list textarea { width:250px; }
.form-list select { width:256px; }
.form-list li.add-row { border-top:1px solid #ddd; margin-top:10px; }
.form-list li.add-row .btn-remove { font-size:0; line-height:0; padding:5px 5px 0 0; text-align:right; }
.form-list .range input.input-text { width:96px; }

.group-select {}
.group-select li { margin:0 0 5px; }
.group-select .input-box { float:left; width:260px; }
.group-select input.input-text,
.group-select textarea {width:510px; }
.group-select select { width:516px; }
.group-select .input-box input.input-text,
.group-select .input-box textarea { width:250px; }
.group-select .input-box select { width:256px; }

.buttons-set { clear:both; margin:5px 0 0; padding:5px; }
.buttons-set .back-link { float:left; }
.buttons-set button.button { float:right; }

.buttons-set2 { clear:both; margin:5px 0 0; padding:5px; border:1px solid #ddd; text-align:right; }

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:10px; line-height:13px; background:url(../images/validation_advice_bg.gif) 2px 1px no-repeat; color:#f00; }
.validation-failed { border:1px dashed #f00 !important; background:#faebe7 !important; }
.validation-passed {}
.required { color:#f00; }
p.required { font-size:10px; text-align:right; }
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

/* Global Messages  */
.success { color:#3d6611; font-weight:bold; }
.error { color:#f00; font-weight:bold; }
.notice { color:#ccc; }

.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; float:left; }
.messages li { margin:0 0 10px; }
.messages li li { margin:0 0 3px; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:1px !important; background-position:10px 10px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:8px 8px 8px 32px !important; font-size:10px !important; font-weight:bold !important; }
.error-msg { border-color:#f16048; background-color:#faebe7; background-image:url(../images/error_msg_icon.gif); color:#df280a; }
.success-msg { border-color:#446423; background-color:#eff5ea; background-image:url(../images/success_msg_icon.gif); color:#3d6611; }
.note-msg,
.notice-msg { border-color:#fcd344; background-color:#fafaec; background-image:url(../images/note_msg_icon.gif); color:#3d6611; }

/* BreadCrumbs */ 
.breadcrumbs { padding:10px; margin:0 0 10px; border:1px solid #ddd; }
.breadcrumbs li { display:inline; }

/* Page Heading */
.page-title { border-bottom:1px solid #000; padding:0; margin:0 0 10px; height:20px; float:left; width:100%; }
.title-buttons { text-align:right; }
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

/* Pager */ 
.pager { border:1px solid #ddd; padding:5px; margin:5px 0; text-align:center; }
.pager .amount { float:left; }
.pager .limiter { float:right; }
.pager .pages { margin:0 135px; }
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; }
.pager .pages .current {}

/* Sorter */ 
.sorter { border:1px solid #ddd; padding:5px; margin:5px 0; }
.sorter .view-mode { float:left; }
.sorter .sort-by { float:right; }
.sorter .link-feed {}

/* Data Table */ 
.data-table { width:100%; }
.data-table th { padding:5px; border:1px solid #ddd; font-weight:bold; white-space:nowrap; }
.data-table td { padding:5px; border:1px solid #ddd; }
.data-table thead { background-color:#f2f2f2; }
.data-table tbody {}
.data-table tfoot {}
.data-table tr.first {}
.data-table tr.last {}
.data-table tr.odd {}
.data-table tr.even { background-color:#f6f6f6; }
.data-table tbody.odd {}
.data-table tbody.odd td { border-width:0 1px; }
.data-table tbody.even { background-color:#f6f6f6; }
.data-table tbody.even td { border-width:0 1px; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom-width:1px; }
.data-table th .tax-flag { white-space:nowrap; font-weight:normal; }
.data-table td.label,
.data-table th.label { font-weight:bold; background-color:#f6f6f6; }
.data-table td.value {}

/* Tax Details Row */
tr.tax-total { cursor:pointer; }
tr.tax-total td {}
tr.tax-total .tax-collapse { float:right; text-align:right; padding-left:20px; background:url(../images/bg_collapse.gif) 0 4px no-repeat; cursor:pointer; }
tr.show-details .tax-collapse { background-position:0 -53px; }
tr.show-details td {}
tr.tax-details td { background-color:#f6f6f6; }
tr.tax-details-first td {}

/* Shopping cart tax info */
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total { cursor:pointer; }
.cart-tax-total { padding-right:20px; background:url(../images/bg_collapse.gif) 100% 4px no-repeat; cursor:pointer; }
.cart-tax-total-expanded { background-position:100% -52px; }

/* Lists Decoration */
li.odd {}
li.even { background-color:#f6f6f6; }
dt.odd,
dd.odd {}
dt.even,
dd.even { background-color:#f6f6f6; }

/* Class: std - styles for admin-controlled content */
.std,
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin:0 0 1em; padding:0; }
.std ul { list-style:disc outside; padding-left:1.5em; }
.std ol { list-style:decimal outside; padding-left:1.5em; }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }

/* Misc */
.link-rss { background:url(../images/icon_rss.gif) 0 1px no-repeat; padding-left:18px; white-space:nowrap; }

/* Noscript Notice */
.noscript { border:1px solid #ddd; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.noscript .noscript-inner { width:1000px; margin:0 auto; padding:12px 0 12px; background:url(../images/i_notice.gif) 20px 50% no-repeat; }
.noscript p { margin:0; }

/* Demo Notice */
.demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; text-align:center; color:#fff; }
/* ======================================================================================= */

/* Sidebar =============================================================================== */
.block { margin:0 0 10px; }
.block .block-title { border-bottom:1px solid #000; padding:0 10px 0 0; }
.block .block-title h2 { font-size:14px; line-height:1.5; font-weight:normal; color:#000; margin-bottom:0; }
.block h3 { font-size:14px; line-height:1.5; }
.block .block-content { padding:10px 10px 10px 0; }
.block .actions { text-align:right; }
.block .actions a { float:left; }

/* Block: Account */
.block-account {}

/* Block: Currency Switcher */
.block-currency {}
.block-currency select { width:100%; border:1px solid #888; }

/* Block: Layered Navigation */
.block-layered-nav {}
.block-layered-nav dt { font-weight:bold; }
.block-layered-nav .currently {}

/* Block: Cart */
.block-cart {}
.block-cart .amount {}
.block-cart .subtotal { text-align:center; }

.mini-products-list li { padding:5px 0; }
.mini-products-list .product-image { float:left; width:50px; padding:5px; border:1px solid #ddd; margin-right:-75px; }
.mini-products-list .product-details { margin-left:75px; }
.mini-products-list .product-details h4 { font-size:1em; font-weight:bold; margin:0; }
.mini-products-list .product-details .btn-remove { float:right; }

#cart-sidebar-reorder .product-checkbox { float:left; }
#cart-sidebar-reorder .product-names { float:left; }

/* Block: Wishlist */
.block-wishlist {}

.wishlist-index-share .col-main form { float:left; width:510px; }
.wishlist-index-share .col-main .button-set button { float:right; }

/* Block: Related */
.block-related {}
.block-related li { padding:5px 0; }
.block-related input.checkbox { float:left; margin-right:-20px; }
.block-related .item { margin-left:20px; }
.block-related .item .product-image { float:left; margin-right:-65px; }
.block-related .item .product-details { margin-left:65px; }

/* Block: Compare Products */
.block-compare {}
.block-compare li { padding:5px 0; }

/* Block: Viewed */
.block-recent {}

/* Block: Poll */
.block-poll {}
.block-poll input.radio { float:left; margin:3px -18px 0 0; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll .answer {}
.block-poll .votes { font-weight:bold; }

/* Block: Tags */
.block-tags ul,
.block-tags li { display:inline; }

/* Block: Subscribe */
.block-subscribe {}

/* Block: Reorder */
.block-reorder {}
.block-reorder li { padding:5px 0; }
.block-reorder input.checkbox { float:left; margin:3px -20px 0 0; }
.block-reorder .label { display:block; margin-left:20px; }

/* Block: Banner */
.block-banner {}
.block-banner .block-content { text-align:center; }

/* Block: Checkout Progress */
.block-progress {}
.block-progress dt { font-weight:bold; }
.block-progress dt, .block-progress dt  { padding:5px; }
.block-progress dt.complete,
.block-progress dd.complete { background-color:#f6f6f6; }
/* ======================================================================================= */


/*
---------------------------------------------
01. main/default elements
---------------------------------------------
*/

img {
		border-width: 0px;
	}
* { margin:0; padding:0}
img, fieldset { border:none}

body { font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif;font-size:13px;}

p { font-size:12px; font-weight:normal; color:#000000}

h3 { font-size:14px; font-weight:normal; color:#000000}
h3 a:link, h3 a:visited { color:#000000; text-decoration:underline;}
h3 a:hover { color:#000000; text-decoration: none;}

.rate { color:#D0612A}



/*
---------------------------------------------
02. wrapper
---------------------------------------------
*/

.wrapper { width:940px; margin:0 auto; padding-top:15px}

/*
---------------------------------------------
03. header
---------------------------------------------
*/

.header { width:920px; height:119px; float:left; background:url(../images/bg_header.gif) no-repeat; padding-top:15px;margin-bottom:0px; padding-right:20px;font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif;}

.logo { width:292px; float:left; padding-left:16px; margin-top:2px;}

.header #search_mini_form { clear:right; float:right; margin-top:0;  }
.header #search_mini_form input { background: #424242; border: 1px solid #666666; color: white; width: 250px; height: 20px; padding:0; }
.header #search_mini_form button.button { background: none; padding:0; margin-top:2px; }

.topnav { width:535px; float:right; margin-top:2px; }
.topnav div { float:right; background:#000000}
.topnav ul { list-style:none}
.topnav ul li { float:left; font-size:11px; font-weight:normal; color:#FFFFFF; padding:7px;font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif;}
.topnav ul li a:link, .topnav ul li a:visited { color:#FFFFFF; text-decoration:none} 
.topnav ul li a:hover { color:#FFFFFF; text-decoration: underline} 


#menu {width:600px; float: right; padding-top:10px;  background:url(../images/border_nav.gif) no-repeat top left; margin-top:-5px}



/*
---------------------------------------------
04. banner
---------------------------------------------
*/

#banner { width:940px; float:left; /* border-bottom:1px solid #000000; */ padding:0 0 15px 0}

.photo_banner { width:940px; float:left} 
.caption { width:593px; float:right; padding-right:11px; margin-top:-93px}


/*
---------------------------------------------
05. content
---------------------------------------------
*/


#content { width:940px; float:left; padding:0 0 15px 0}
.col-2-left-layout #content { width:760px; }

/*
---------------------------------------------
06. worldofgems
---------------------------------------------
*/

.worldofgems { width:385px; float:left; background:#F1F1F1; padding-left:12px}

.worldofgems_left { width:175px; float:left}
.worldofgems_left p { float:left; padding:5px 0}
.heading_worldofgems { width:175px; float:left; padding-top:8px}

.worldofgems_right { width:209px; float:left}


/*
---------------------------------------------
07. justin
---------------------------------------------
*/
.justin1 { width:300px; float:left; padding-left:0px; padding-right:20px}
.photo_justin1 { width:303px; float:left}

.justin { width:300px; float:left; padding-left:0px; padding-right:20px}
.photo_justin { width:303px; float:left}

.heading_justin { width:300px; float:left; padding-left:0px; margin-top:-115px}
.link_viewall { width:80px; float:left; padding-left:0px; margin-top:-32px}
.link_viewall a { background:url(../images/arrow.png) no-repeat right center; font-size:12px; font-weight:bold; color:#000000; text-decoration:none; padding-right:20px} 
 
 
/*
---------------------------------------------
08. email signup
---------------------------------------------
*/

.emailsignup { width:214px; float:left}
.heading_emailsignup { width:214px; float:left}
.emailsignup fieldset { width:214px; float:left}
.emailsignup fieldset label { font-size:12px; font-weight:normal; color:#BB5A03}
.emailsignup fieldset .input { width:206px; float:left; background:#F1F1F1; border:1px solid #D7D7D7; font-size:12px; font-weight:normal; color:#000000; padding:3px; margin:5px 0}
.emailsignup fieldset .button_signup a { width:53px; float:left; background:#000000 url(../images/button_signup.gif) repeat-x; font-size:11px; font-weight:normal; color:#FFFFFF; text-align:center; text-decoration:none; padding:5px 0}

.col-left .emailsignup { float:left}
.col-left .heading_emailsignup { float:left}
.col-left .emailsignup fieldset { float:left}
.col-left .emailsignup fieldset label { font-size:14x; font-weight:normal; color:#020202}
.col-left .emailsignup fieldset .input { width:167px; float:left; background:#F1F1F1; border:1px solid #D7D7D7; font-size:12px; font-weight:normal; color:#000000; padding:3px; margin:5px 0}
.col-left .emailsignup fieldset .button_signup a { width:53px; float:left; background:#000000 url(../images/button_signup.gif) repeat-x; font-size:11px; font-weight:normal; color:#FFFFFF; text-align:center; text-decoration:none; padding:5px 0}

.col-left .box {padding:0px 0 5px; }
.col-left .box img {  }

/*
---------------------------------------------
09. footer styles
---------------------------------------------
*/

#footer { width:940px;float:left; border-top:10px solid #000000; padding-top:10px; padding-bottom:30px; margin-top:15px; }

.footer_list { height:40px; float:left; background:url(../images/divider_footer.gif) no-repeat right top; padding:0 15px}
.footer_list_last { width:auto; height:40px; float:left; padding:0 15px}


#footer ul { list-style:none}
#footer ul li { font-size:10px; font-weight:normal; color:#4A4A4A}
#footer ul li a:link, #footer ul li a:visited { float:left; color:#4A4A4A; text-decoration:none}
#footer ul li a:hover { color:#4A4A4A; text-decoration: underline}




/*
---------------------------------------------
10. innerpage - left panel
---------------------------------------------
*/


#leftpanel { width:175px; float:left; padding-left:5px; padding-top:20px}

.layered-nav { margin-bottom:20px; }
.layered-nav  h4 { color:#000000; border-bottom:1px solid #000000; font-size:14px; font-weight:normal; line-height:1.5; margin-bottom:4px; }

/*
---------------------------------------------
10.1 innerpage - left panel - products
---------------------------------------------
*/


#produts { width:175px; float:left; border-bottom:1px solid #000000} 
#produts h3 { border-bottom:1px solid #000000}
#produts ul { list-style:none; padding:12px 0}
#produts ul li { font-size:12px; font-weight:normal; color:#000000; padding:2px 0}
#produts ul li a { width:auto; display:block; color:#000000; text-decoration:none}
#produts ul li a:hover { color:#000000; text-decoration: underline}
#produts ul li span { cursor:pointer; }
#produts ul li span:hover { text-decoration: underline }
#produts ul li ul { padding:0; margin-left:10px; }

/*
---------------------------------------------
10.2 innerpage - left panel - refer a friend
---------------------------------------------
*/

.referafriend { width:175px; float:left; padding:10px 0}
.heading_refer { width:175px; float:left; padding-bottom:15px}

/*
---------------------------------------------
10.3 innerpage - left panel - email signup
---------------------------------------------
*/


.col-left .emailsignup { width:175px; float:left; border-top:1px solid #000000; padding-top:10px; padding-bottom:10px;}
.col-left .emailsignup fieldset { width:175px; float:left}
.col-left .emailsignup fieldset label { font-size:14px; color:#020202}
.col-left .emailsignup fieldset .input { width:167px}
.col-left .emailsignup fieldset .button_signup a { width:47px}


/*
---------------------------------------------
11. innerpage - right panel
---------------------------------------------
*/

#rightpanel { width:730px; float:left; padding-left:5px;PADDING-bottom:20px;}

/*
---------------------------------------------
11.1 innerpage - right panel - banner inner
---------------------------------------------
*/


#banner_inner { width:730px; float:left} 
.caption_inner { float:left; padding-left:15px; margin-top:-36px; position:relative}

/*
---------------------------------------------
11.2 innerpage - right panel - pagination
---------------------------------------------
*/
.tribaldroplist { width:80px; float:left; font-size:12px; font-weight:normal; color:#000000}

.listbar { width:730px; float:left;  border-top:1px solid #000000; border-bottom:1px solid #000000; padding:3px 0; margin-top:15px}

.list_left { float:left; padding:2px}
.list_left p { color:#7D7D7D}
 

.listbar fieldset { float:left}
.listbar fieldset label { float:left; font-size:12px; font-weight:normal; color:#000000; padding:2px 5px}
.listbar fieldset .droplist { width:80px; float:left; font-size:12px; font-weight:normal; color:#000000}
.listbar fieldset .button_go { float:left; padding:0px 5px}


.list_right { float:right; padding-top:2px}
.viewall { float:left; padding-right:15px}
.viewall p a { float:left; background:url(../images/arrow_viewall.gif) no-repeat right center; color:#000000; text-decoration:none; padding-right:10px}

.pagelist { float:left}
.pagelist p { float:left; color:#969696; margin:0 4px;}
.show-all{ margin:0 4px; }
.pagelist p a:link, .pagelist p a:visited { color:#969696; text-decoration:none}
.pagelist p a:hover { color:#B35B30; text-decoration:none}

#rightpanel .pagelist p a.selected { color:#B35B30; text-decoration:none}


/*
---------------------------------------------
11.3 innerpage - right panel - product list
---------------------------------------------
*/

.productslist { width:730px; float:left; padding-top:10px; padding-bottom:5px}

.productset { width:230px; float:left; padding-right:19px}
.productset_right { width:230px; float:left}

.productbox { width:220px; float:left; padding:0px 7px 0px 7px;}
.productbox .photo_product { width:220px; float:left; padding-bottom:0px}
.productbox .button_add a { width:78px; height:14px; float:right; background:url(../images/button_addtocart.gif) no-repeat;  font-size:11px; font-weight:normal; color:#969696; text-decoration:none; text-align:center; padding:3px 0; margin-top:20px}


.new-arrivals { margin-top:10px; }

.special-price { font-weight:bold; color:#dd0000; font-size:14px; }

.minimal-price-link { float:left; }

/*
---------------------------------------------
11.2 innerpage - right panel - individual product page
---------------------------------------------
*/

.catalog-product-view #content { padding-top:0; }
#rightpanelproduct { width:760px; }

#mainimg {
	float: left;
	margin: 10px 0px 0px 15px;
	width:265px;
}
#mainimg  .main-img { width:265px; }

#rightpanelproduct h2 {
	margin: 10px 0px 0px 15px;
	float: left;
	font-size: 20px;
	width: 330px;
}

#rightpanelproduct .add-to-box {
	float: right;
	margin-top:30px;
	margin-right:5px;
}

#rightpanelproduct .add-to-box a {
	background: black url(../images/arrow.jpg) no-repeat center right;
	display: block;
	width: 202px;
	height: 23px;
	color: white;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	margin-left: 15px;
	padding-left: 15px;
	padding-top: 2px;
}

#rightpanelproduct .add-to-box a:hover {
	text-decoration: none;
}

#overview {
	list-style-type: none;
	margin: 20px 0px 20px 0px;
	width: 440px;
	border-bottom: 1px solid black;
	float: left;
}

#overview li {
	display: block;
	background: black;
	float: left;
	padding: 0 19px;
	height: 17px;
	text-align: center;
	
}

#overview li.nonactive {
	background: #cccccc;
}

#overview li.nonactive a {
	color: black;
}

#overview li a{
display: block;
	color: white;
	text-decoration: none;
	font-size: 12px;
	

}

#rightpanelproduct .product-info { width:440px; float:left; margin-left:15px; }

#rightpanelproduct .more-views li { display:inline; }

#rightpanelproduct .product-options { float:left; }

#rightpanelproduct .add-box { float:right; width:200px; margin-top:5px; }

#rightpanelproduct .add-more { float:right; margin-top:40px; }

#rightpanelproduct span#overviewText, span#detailText {
	float: right;
	width: 440px;
	border-bottom: 1px solid #ff000000;
	padding-bottom: 40px;
}

#rightpanelproduct #overviewText, #rightpanelproduct #detailText { border-bottom:1px solid #c7c7c7; }

#rightpanelproduct #overviewText .head { font-weight:bold; margin-bottom:0; margin-top:10px; }

#rightpanelproduct div.price-box {
	float: left;
	font-size: 14px;
	font-weight: bold;
	margin: 5px 0px 0px 15px;
	
}

#rightpanelproduct div.price-box  span.regular-price span.price {
	color: #ca4c0e;
}

#rightpanelproduct .price-title { margin-right:20px; }


#rightpanelproduct h4 {
	float: left;
	font-size: 14px;
	font-weight: bold;
	margin: 5px 0px 0px 50px;
}

#rightpanelproduct h5 {
	float: left;
	font-size: 14px;
	font-weight: bold;
	margin: 5px 0px 0px 30px;
}

#rightpanelproduct select {
	float: left;
	margin: 5px 0px 0px 5px;
}

#subimg1 {
	float: left;
	width: 105px;
	display: block;
	margin: 5px 0px 0px 40px;
}

#subimg2 {
	float: left;
	margin: 5px 0px 0px 5px;
}

h6.add {
	margin: 5px 5px 0px 0px;
	position: relative;
	top: 23px;
	float: right;
	display: block;
	background: black url(../images/arrow.jpg) no-repeat center right;
	width: 217px;
	height: 23px;
	color: white;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

h6.add a {
	display: block;
	color: white;
	text-decoration: none;
	margin: 3px 0px 0px 15px;
}

#share {

	clear: both;
	float: right;
	margin: 15px 5px 0px 0px;
}

#recent {
	list-style-type: none;
	float: left;
	margin: 15px 0px 0px 15px;
	border-bottom: 1px solid black;
	width: 720px;
}

#recent li {
	display: block;
	background: black;
	float: left;
	width: 187px;
	height: 25px;
	text-align: center;
	text-transform: uppercase;
}

#recent li a {
	display: block;
	text-decoration: none;
	color: white;
	font-size: 12px;
	padding-top: 5px;
}

#recent li.nonactive {
	background: #e3e3e3;
}

#recent li.nonactive a {
	color: #727070;
}


.moreitems {
	float: left;
	position: relative;
	left: 15px;
	width: 160px;
	
}

.moreitems img {
	border: 7px solid #f0f0f0;
	float:left;
}

.moreitems a {
	text-align: right;
	color: #db713d;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	margin-right: 15px;
	
}

.moreitems a:hover {
	text-decoration: underline;
}

.darkborder {
	border: 1px solid #dddddd;
	margin: 20px 15px 6px 0px;
	float:left;
}

.right {text-align: right;}
.orange {color: #ca4c0e;}



/*
---------------------------------------------
11.4 innerpage - right panel - login or create an account
---------------------------------------------
*/	

#loginh2 {
	border-bottom: 1px solid black;
	width: 730px;
	margin-bottom: 25px;
	margin-top: 25px;
}

#loginh3 {
	margin-bottom: 7px;
}


.loginbox {
	background: url(../images/customergradient.jpg) repeat-x;
	width: 337px;
	border: 1px solid black;
	margin-top: 30px;

}

#newcustomer {
	float: left;
}

#registeredcustomer {
	float: right;
	margin-right: 20px;
}

.loginbox h2 {
	font-size: 14px;
	color: #ea753b;
	font-weight: bold;
	border-bottom: 1px solid black;
	margin: 12px;
	padding-bottom: 5px;
	
}

.loginbox p {
	margin: 12px;
	margin-bottom: 60px;
}

.loginbox fieldset.bottom {
	background: black;
	width: 337px;
	padding-top: 5px;
	padding-bottom: 5px;

}

.create {
	color: white;
	font-size: 12px;
	width: 125px;
	background: #ea753b;
	text-align: center;
	float: right;
	margin-right: 10px;
	
}
	

.create a {
	color: white;
	text-decoration: none;
	display: block;
	width: 125px;
	padding-top: 3px;
	padding-bottom: 5px;
}

.login1 {
	color: white;
	font-size: 12px;
	width: 54px;
	background: #ea753b;
	text-align: center;
	float: right;
	margin-right: 10px;
}
	

.login1 a {
	color: white;
	text-decoration: none;
	display: block;
	width: 54px;
	padding-top: 3px;
	padding-bottom: 5px;
}

.customer-account-forgotpassword #form-validate {
	float:left;
	width:100%;
}

#forgot {
	float: left;
	color: white;
	text-decoration: none;
	font-size: 11px;
	margin-top: 4px;
	margin-left: 10px;
}

#forgot:hover {
	text-decoration: underline;
}
	
#registered {
	margin-left: 20px;
	margin-bottom: 20px;
}

#registered label {
	display: block;
	margin-bottom: 3px;
	color: black;
	font-size: 12px;
}

#registered input {
	margin-bottom: 5px;
	width: 200px;
	font-size: 14px;
	padding: 3px;
}


#required {
	float: right;
	margin-right: 20px;
	width: 337px;
	font-size: 11px;
	margin-top: 10px;
	margin-bottom: 50px;
}

.customer-account-login #send2 {
	background:#EA753B none repeat scroll 0 0;
	color:white;
	float:right;
	font-size:12px;
	margin-right:10px;
	text-align:center;
	width:54px;
	border:0;
	padding:1px 0 5px;
}




/* All */
.col2-set, .col3-set, .col4-set, .col5-set { clear:both; }

/* Col2 */
.col2-set .col-1, .col2-set .col-2 { width:48.5%; }
.col2-set .col-1 { float:left; }
.col2-set .col-2 { float:right; }


.page-head h3 { font-size:16px; }

/* Create Account */
.account-create { float:left; width:600px; margin:40px 0 40px 180px; }
.account-create .group-select li { }
.account-create .news-signup { position:relative; top:15px; left:10px; }
.account-create .login-information { margin-top:40px; }
.account-create form { float:left; width:520px; }
.account-create .customer-dob { float:left; }
.account-create .customer-dob label { float:left; width:600px; }
.account-create .customer-dob div { width:60px; }
.account-create .customer-dob div label { width:50px; }
.account-create .customer-dob div input { width:50px !important; }

.account-create p.required { width:520px; }

/* My Account */
.customer-address-form .col-main .group-select li { width:560px; }
.customer-account-edit .col-main .group-select .customer-dob { float:left; }
.customer-account-edit .col-main .group-select .customer-dob label { float:left; width:560px; }
.customer-dob .dob-year { display:none; }

/* Cart  */
.cart .page-title { padding-bottom:2px; }
.cart form { float:left; width:100%; }
.cart #shopping-cart-table { margin-top:20px; }
.cart #shopping-cart-table thead { background:none; }
.cart #shopping-cart-table thead tr th { border:0; border-bottom:2px solid #CFCFCF; font-size:14px; font-weight:normal; padding:1px; }
.cart #shopping-cart-table tbody tr td { border:0; border-right:1px solid #DDDDDD; background:#F3F3F3; }
.cart #shopping-cart-table tbody tr td.last { border:0; }
.cart #shopping-cart-table tbody tr td.padding-top { padding-top:15px; }
.cart #shopping-cart-table tbody .product-image img { border:1px solid #DADADA; padding:3px; }
.cart #shopping-cart-table tbody .product-name a { color:#0F96CE; text-decoration:underline; font-size:12px; }
.cart #shopping-cart-table .padding-name { padding-left:30px; }
.cart #shopping-cart-table .padding-remove { padding-top:35px; }
.cart #shopping-cart-table tfoot tr td { border:0; border-top:1px dashed #7B7B7B; border-bottom:1px dashed #7B7B7B; padding:5px 0; }
.cart #shopping-cart-table tfoot .continue-shopping { float:left; background:none; padding:0; }
.cart #shopping-cart-table tfoot .continue-shopping span { color:#000; }
.cart #shopping-cart-table tfoot .continue-shopping span img { margin-right:3px; }
.cart #shopping-cart-table tfoot .update-cart { background:#000; }

.cart .cart-bottom { border-top:1px solid #000; margin-top:50px; padding-top:20px; float:left; }
.cart .cart-collaterals { float:left; width:700px; }
.cart .cart-collaterals .col-2 { float:left; width:700px; }

.cart .discount { float:left; background:url(../images/cartgradient.gif) repeat-x; width:290px; border:1px solid #888888; padding:10px 0px 10px 10px; }
.cart .shipping { float:left; background:url(../images/cartgradient.gif) repeat-x; width:290px; border:1px solid #888888; padding:10px 0px 10px 10px; margin-left:20px; }
.cart .discount h3, .cart .shipping h3 { color:#f4a131; text-transform:uppercase;	font-size:12px;	font-weight:bold; margin-bottom:3px; }
.cart .discount h3 img, .cart .shipping h3 img {	position:relative;	margin-right:5px; top:2px; }
.cart .discount label, .cart .shipping label { font-weight:normal; }
.cart .shipping input, .cart .shipping select { width:210px; }
.cart .shipping .sp-methods input { width:10px; }
.cart .discount button.button, .cart .shipping button.button { background:#000; }
.cart .shipping button.button { float:left; }

.cart .totals { float:right; background:#000; width: 209px; padding: 25px 20px 45px 10px; text-align: right; color:#fff; }
.cart .totals a { color:#fff; }
.cart .totals table { width:100%; }
.cart .totals table th,
.cart .totals table td { font-weight:normal; }
.cart .totals table th { padding-right:30px; }
.cart .totals tfoot th { font-size:18px; }
.cart .totals tfoot td { font-size:16px; }
.cart .totals button {}
.cart .totals button.button { background:#000; margin-left:5px; margin-top:20px; }

/* Checkout ============================================================================== */
/* One Page */
.checkout-onepage-index .page-title { padding:0; }
.checkout-onepage-index .page-title h2 { margin-bottom:0; }
.checkout-onepage-index .col-right { border:0; border-left:1px solid #ddd; }
.checkout-onepage-index .col-right .block-progress dd { margin-bottom:5px; }
.opc { position:relative; }
.opc li.section { border-top:1px solid #ddd; float:left; width:710px; }
.opc .step-title { background-color:#f6f6f6; padding:0 5px; float:left; width:700px; height:25px; }
.opc .step-title .number {  line-height:22px; margin-right:5px; float:left; }
.opc .step-title h3 { float:left; margin-top:2px; }
.opc .allow .step-title { cursor:pointer; }
.opc .active {}
.opc .active .step-title { background-color:#ccc; cursor:default; background-color:#111111; color:#fff; }
.opc .active .step-title .number { font-weight:bold; }
.opc .active .step-title h3 { color:#fff; }
.opc .step { border-top:1px solid #ddd; padding:10px; position:relative; float:left; width:690px; }
.opc .step .tool-tip { right:10px; }
.opc .order-review {}
.opc .group-select li { float:left; }
.opc #checkout-step-login p.required { float:left; }
.opc #checkout-step-login #login-form fieldset { float:left; }
.opc #checkout-step-billing .group-select li {width:600px;}
.opc #checkout-step-billing p.required { float:left; }
.opc #checkout-step-shipping .group-select li {width:690px;}
.opc #checkout-step-shipping p.required { float:right; }
.opc #checkout-review-table th { border:0; border-bottom:1px solid #ccc; }
.opc #checkout-review-table td { border:0; border-bottom:1px solid #ccc; }
.opc #checkout-review-table tbody td { border:0; border-bottom:1px solid #eee; }
.opc #checkout-review-table tfoot th { border:0; }
.opc #checkout-review-table tfoot td { border:0; }
.opc #opc-review { border-bottom:1px solid #ddd; }


/* Multiple Addresses Checkout */
.checkout-progress { padding:0 50px; margin:10px 0 30px; float:left; width:850px; }
.checkout-progress li { float:left; width:20%; border-top:5px solid #ccc; text-align:center; color:#ccc; }
.checkout-progress li.active { border-top-color:#000; color:#000; }

.multiple-checkout { position:relative; float:left; width:100%; }
.multiple-checkout h3 { float:left; width:100%; }
.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:10px; }
.multiple-checkout .grand-total { font-size:1.5em; text-align:right; float:left; width:100%; }
.multiple-checkout .grand-total big {}
.multiple-checkout .grand-total .price {}
.multiple-checkout .buttons-set { float:left; width:930px; margin-top:20px;}

/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods dt { font-weight:bold; }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-left:20px; }
.sp-methods select.month { width:150px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }

.please-wait { float:right; margin-right:5px; }
.cvv-what-is-this { cursor:help; margin-left:5px; }

/* Tooltip */
.tool-tip { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; position:absolute; z-index:9999; }
.tool-tip .btn-close { text-align:right; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.add-gift-message {}
.gift-message-form { border:1px solid #ddd; background-color:#f5f5f5; }
.gift-message-form .inner-box { padding:5px; height:300px; overflow:auto; }
.gift-message-form .gift-item {}

.gift-message-link { display:block; background:url(../images/bg_collapse.gif) 0 4px no-repeat; padding-left:20px; }
.gift-message-link.expanded { background-position:0 -53px; }
.gift-message-row {}
.gift-message-row .btn-close { float:right; }
.gift-message dt strong { font-weight:bold; }

/* Checkout Agreements */
.checkout-agreements {}
.checkout-agreements li { margin:10px 0; }
.checkout-agreements .agreement-content { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; height:10em; overflow:auto; }
.checkout-agreements .agree { padding:6px; }
/********** Common Checkout Styles > */
/* ======================================================================================= */