#frame.gear {
  overflow: auto;
}

input {outline: 0;}

/* Related Items Container */


#related-items-container {
	font-size: 12px;
	clear: both;
	float: left;
	width: 730px;
}

table.address, table.address td {
  border: none;
}

#related-items-container h3 {
	font-size: 16px;
	color: #bf0000;
}

#related-items-container .item {
	float: left;
	width: 165px;
	text-align: center;
	display: block;
	text-decoration: none;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	padding: 3px;
	margin: 0 5px 15px;
	height: 210px;
	overflow: hidden;
}

#related-items-container .item:hover {
	background-color: #DDDDDD;
}

#related-items-container .item span.price {
	color: #BF0000;
	text-decoration: none;
}
#related-items-container .item img {
	border: 1px solid #CCCCCC;
	width: 100px;
	height:120px;
	display: block;
	margin: 5px auto;
	background: white url('/images/en/store/noImgAvailable_small.gif') center center no-repeat;
}
#related-items-container .item span.tax {
	font-size: 9px;
	vertical-align: super;
	color: #BF0000;
}


/* Shopping Cart */


#storecontents #steps {
	background-color: #FFFFFF;
	width: 100%;
	border: 1px solid #686868;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 20px;
	padding: 2px;
	float: left;
	margin-bottom: 8px;
}
#storecontents #steps #one {
	width: 33%;
	float: left;
	background-color: #333333;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	background-image: url('/images/store/step-inactive-bg.gif');
}
#storecontents #steps #one.active, #storecontents #steps #two.active, #storecontents #steps #three.active {
	background-image: url('/images/store/step-active-bg.gif');
}

#storecontents #steps #two {
	width: 33%;
	float: left;
	background-color: #333333;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-left: 2px;
	background-image: url('/images/store/step-inactive-bg.gif');
	margin-right: 2px;
	padding-right: 1px;
	padding-left: 1px;
}
#storecontents #steps #three {
	width: 33%;
	float: left;
	background-color: #333333;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	background-image: url('/images/store/step-inactive-bg.gif');
}

.item-list-title {
	background-color: #262626;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #767676;
}
table {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #bcbcbc;
	border-bottom-color: #bcbcbc;
	border-left-color: #bcbcbc;
	text-align: center;
}
table .item {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #767676;
	padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #767676;
}
#right {
	float: right;
}
.item-name {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #767676;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #767676;
	color: #B00505;
	padding: 4px;
	}
	
	div.hr {
	width: 100%;
	height: 1px;
	border: 0;
	background-color: #666666;
	margin-top: 0px;
	margin-bottom: 8px;
	clear: both;
}
#promo_space {
	float: left;
	text-align: center;
	width: 150px;
}

#left_column {
	float: left;
	width: 580px;
}

/* Step Two */

#storecontents #address {
	float: left;
	line-height: 24px;
	margin-bottom: 20px;
}

#storecontents #address h3, #storecontents #payment_details h3  {
	font-size: 16px;
	color: #A50404;
	margin-bottom: 10px;
	font-weight: bold;
}

#storecontents #address label {
	width: 100px;
	clear: left;
	float: left;
}
#storecontents #address input, #storecontents #address select {
	line-height: 28px;
	margin-bottom: 5px;
	padding: 3px;
}

#storecontents #payment_details  {
	float: left;
	display: block;
	margin-bottom: 20px;
}

#storecontents #payment_details label {}
#storecontents #payment_details .card-type {
	width: auto;
	float: left;
	text-align: center;
	padding-right: 10px;
	vertical-align: bottom;
	height: 70px;
}
#storecontents #payment_details a  {
	color: #0000FF;
	text-decoration: none;
}

#storecontents #payment_details .clear {
	clear: left;
	width: 200px;
	float: left;
}

#storecontents #payment_details #expire {
	float: left;
	width: 150px;
}
#storecontents h4 {padding-bottom: 10px; font-size: 13px;}

#credit-card-types {}

.card_pair {display: inline-block; margin-right: 20px; text-align: center; width: 60px; float: left;}

#credit-card-types input {
	vertical-align: middle;
	line-height: 40px;
	display: block;
	margin: 0 auto;
}
#credit-card-types label {display: inline-block; padding-bottom: 5px; width: auto; height: 42px; line-height: 42px;}
#credit-card-types img {vertical-align: middle; margin: 0 auto; display: inline-block;}

.card_type {
	display: block;
	float: left;
	width: 300px;
	margin-right: 50px;
}

.card_contents {
	display: block;
	float: left;
	width: 400px;
}
.card_content_info {padding-bottom: 10px;}
.card_content_info label {display: block;}
.card_content_info input {height: auto; padding: 3px;}
.card_content_info input.ccv {width: 30px;}

.floatAnchor {clear:both;}
strong {font-weight: bold;}

/*Gear Home*/
#gearhome_promos {
	display: block;
	float: left;
	width: 540px;
	height: 380px;
	position: relative;
}

#gearhome_promos .smallAd {
	width: 158px;
	height: 98px;
	border: 1px solid #686868;
	background: #fff;
	display: inline-block;
	margin-right: 10px;
}

#gearhome_promos #largeAd {
	width: 505px;
	height: 235px;
	display: block;
	background: #ddd;
	border: 1px solid #686868;
	margin-top: 10px;
}

/*Checkout*/
.shippingAddress {
	float: left;
	display: block;
	width: 370px;
}

.billingAddress {
	float: left;
	display: block;
	width: 370px;
	margin-left: 60px;
}

#storecontents h3 {
	font-size: 12pt;
	font-weight: bold;
	color: #bf0000;
	margin-bottom: 10px;
}

#storecontents .address {
/*	width: 300px;*/
	text-align: left;
	padding: 0;
	margin: 0;
}

#storecontents .address td {
	padding: 5px;
}

#storecontents .address td.label {
	width:100px;
	font-weight: bold;
}



/* FORM VALIDATON */
input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.required, textarea.required {
	border: 1px solid #00A8E6;
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}

/* specific for /product_groups/nnnn */
#new_cart_entry .validation-advice {
  margin: 5px 0;
	padding: 5px;
	background-color: #bf0000;
	color : #FFF;
	font-weight: bold;
	text-align: center;
	position: absolute;
	left: 0;
	top: 95px;
	width: 350px;
  
}

.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #bf0000;
	color : #FFF;
	font-weight: bold;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}

/*Item Info Container*/
#itemContainerTable {
	margin: 0;
	border: 0;
	width: 553px;
}

#itemImageTable {
	margin: 0;
	padding: 0;
}

#itemImageTable td#image{
	height: 268px;
	padding: 0;
	vertical-align: middle;
}

#itemImageTable td#more{
	height: 29px;
	padding: 0;
}

.storefront {
	width: 742px;
	border: 4px solid #333530;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	position: relative;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.storefront_main {
	width: 742px;
	height: 410px;
	border: 0px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	position: relative;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

img, div { behavior: url(/stylesheets/iepngfix.htc) }

.storefront #storecontents {
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 20px;
	z-index: 0;
	position: relative;
}
.storefront #storecontents h2, .storefront #storecontents h2 a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.storefront #storecontents h2 a:hover {
text-decoration: underline;
}


#incart {
	float: right;
	background-image: url('/images/store/incart.gif');
	background-repeat: no-repeat;
	height: 39px;
	width: 170px;
}
#incart a.cartlink {
	font-size: 11px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 7px;
	padding-bottom: 11px;
	padding-left: 10px;
	font-weight: bold;
}

 .storefront .opt-img {
	left: -30px;
	top: 8px;
	position: relative;
}

.storefront #itm_image_container {
	width: 188px;
	height: 297px;
	border: 1px solid #888888;
	text-align: center;
	vertical-align: middle;
	position: relative;
	padding: 0;
}

.storefront #itm_image_container img#itemImgLarge {
	margin: 0 auto;
	display: block;
}

.storefront #itm_image_container a#otherViews {
	background: url('/images/en/store/viewAdditionalStyles.gif') no-repeat;
	width: 188px;
	height: 28px;
	display: block;
	border-top: 1px solid #888888;
	bottom: 0;
}

.storefront #itm_image_container a#otherViews:hover {background: url('/images/en/store/viewAdditionalStyles.gif') 0 -28px no-repeat;}

.storefront #itm_image_container a#noAdditionalViews {
	background: url('/images/en/store/noAdditionalViews.gif') no-repeat;
	width: 188px;
	height: 28px;
	display: block;
	border-top: 1px solid #888888;
	bottom: 0;
}

.storefront  #itm_info_container02 {
	width: 360px;
	padding: 2px;
	background: #ffffff;
	border: solid #9a9a9a;
	border-width: 1px 1px 1px 0;
	text-align: left;
}
.storefront  #itm_info_container {
	padding-top: 2px;
	padding-right: 2px;
	padding-left: 5px;
	width: 353px;
	height: 291px;
	background: #acacac;
	float:left;
	position: relative;
}
.storefront  #itm_info_container h2 {
	display: block;
	background-color: #323232;
	padding-bottom: 6px;
	padding-top: 6px;
	padding-left: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #272727;
	margin-top: -1px;
	margin-right: -2px;
	margin-bottom: 0px;
	margin-left: -5px;
	color: #cfcfcf;
	font-weight: normal;
}

.storefront  #itm_info_container ul {
	margin-left: 0px;
	padding-left: 2px;
	list-style-position: inside;
	margin-top: 0px;
	padding-top: 5px;
	line-height: 17px;
}

.storefront  #itm_info_container .price {
	color: #FF0000;
}

.storefront  #itm_info_container #preferences {
	background-color: #3c3c3c;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	margin-top: 5px;
	position: absolute;
	bottom: 0;
	border-top: 1px solid #656565;
	display: block;
	height: 97px;
	width: 360px;
	margin-left: -5px;
	overflow: hidden;
}

.storefront  #itm_info_container #preferences table#options {
	width: 260px;
	background: #3c3c3c;
	text-align: left;
	border-right: solid #656565;
	border-width: 0 1px 0 0;
	float: left;
	margin:0;
	height: 97px;
	text-indent: 5px;
}

.storefront  #itm_info_container #preferences table#options td {
	line-height: 20px;
	height: 20px;
	vertical-align: middle;
}

input#cartSubmit {
	display: block;
	float: left;
	background: #3c3c3c url('/images/en/store/addToCart01.gif') center center no-repeat;
	width: 100px;
	height: 97px;
	border-left: solid #2f2f2f;
	border-width: 0 0 0 1px;
	cursor: pointer;
}

input#cartSubmit:hover {background: #3c3c3c url('/images/en/store/addToCart02.gif') center center no-repeat;}

.storefront  #itm_info_container #preferences .tocart {
	float: right;
	margin-top: -100px;
}



.storefront  #itm_info_container #preferences  .prefname {
	padding-right: 5px;
	font-weight: bold;
	font-size: 14px;
	padding-top: 10px;
}

.storefront  #itm_info_container #preferences div.hr {
	width: 50%;
	height: 1px;
	border: 0;
	background-color: #666666;
	margin-top: 10px;
	margin-bottom: 8px;
	clear: both;
}

/*Shopping Cart*/
table#cart {
	border: 0;
	margin: 0;
	width: 100%;
	border-collapse: collapse;
}

table#cart th {
	height: 30px;
	border-right: 1px solid #999;
	background: #555;
}

#cart tr.totals th, #cart tr.totals td {height: auto; line-height: normal; border: 1px solid #bbb; background: #eee; color: #000; font-weight: bold; padding: 3px 0;}
#cart tr.totals th {text-align: right; padding-right: 5px;}
#cart tr.totals td {text-align: center;}

table#cart td {vertical-align: middle; border: 1px solid #999;}

table#subtotal {
	width: 140px;
	float:right;
	vertical-align: middle;
	line-height:20px;
	font-weight: bold;
}

table#subtotal td {padding:2px 5px;}
table#subtotal th {text-align: left;padding: 2px 5px; background: #555; font-weight: bold;}

#backToCart {
	width: 109px;
	height: 31px;
	display: inline-block;
	background: url('/images/en/store/back-to-cart.gif') no-repeat;
	text-indent: -9999px;
	border: 0;
	padding: 0;
	margin: 0;
	float: left;
}

input#continue {
	width: 109px;
	height: 31px;
	display: inline-block;
	background: url('/images/en/store/continue.gif') no-repeat;
	border: 0;
	padding: 0;
	margin: 0;
	float: left;
	cursor: pointer;
}

input#paynow {
	width: 109px;
	height: 31px;
	display: inline-block;
	background: url('/images/en/store/paynow.gif') no-repeat;
	border: 0;
	padding: 0;
	margin: 0;
	float: left;
	cursor: pointer;
}

.storefront #itm_info {
	display: block;
	height: 160px;
	overflow: auto;
}
.billing_address {margin-bottom: 25px;}
.item_title {font-weight: bold; font-size: 14px; }
.item_details {padding-left: 10px; margin-bottom: 10px;}
td.items {width: 90%; padding: 10px;}
td.price {vertical-align: top; font-size: 14px; font-weight: bold; text-align: center;}
/*Misc*/
.center {text-align: center; display: block; width: 100%;}


#gearhome_promos .smallAd .info {
        width: 90px;
        float: left;
        font-size: 14px;
        font-weight: bold;
}
#gearhome_promos .smallAd .price {
        color: #FF0000;
}