/*** Site ***/

body{
	font:1em Verdana, Helvetica, Arial, sans-serif;
	margin:0;
	padding:3px 0 0 0;
	font-size:12px;
	color:#000000;
	text-align:center;
}

td{ font-size:1em; }

form{
	display:inline;
	margin:0;
	padding:0;
}

h1{ font:bold 1.2em Verdana, Helvetica, Arial, sans-serif; margin: 10px 0px 4px 0px; color:#333333;}
h2{ font:bold 1.1em Verdana, Helvetica, Arial, sans-serif; }
h3{ font:bold 1.0em Verdana, Helvetica, Arial, sans-serif; }

h2.header{
	color:#333333;
	padding:4px;
	background-color:#cccccc;
	color:#333333;
	font-weight:bold;
}

#featured {
	float:right;
	position:relative;
	text-indent:0;
	top:8px;
	width:959px;
}

ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

#featured li {
	float:left;
	margin:0;
	padding:0;
	text-align:center;
	border-right: 1px black solid;
}

a img{ border:0; }

a:link			{ color:#333333; }
a:visited		{ color:#000000; }
a:active		{ color:#999999 }
a:hover			{ color:#333333; }

.clear			{ clear:both; font-size:0; height:0; }
.floatright		{ float:right; }
.floatleft		{ float:left; }
.alignright		{ text-align:right; }
.alignleft		{ text-align:left; }
.aligncenter	{ text-align:center; }
.margincenter	{ margin:0 auto; }
.small			{ font-size:.9em; }
.smaller		{ font-size:.8em; }
.smallest		{ font-size:.7em; }
.large			{ font-size:1.1em; }
.larger			{ font-size:1.2em; }
.largest		{ font-size:1.3em; }
.bold			{ font-weight:bold;color:red; }
.italic			{ font-style:italic; }
.red			{ color:#ff0000; }
.blue			{ color:#0000ff; }
.nowrap			{ white-space:nowrap; }

.input_error{ border-color:#cc0000 #ff0000 #ff0000 #ff0000; }

select{
	border-width:1px;
	border-color:#333333 #bbbbbb #bbbbbb #bbbbbb;
	padding:1px 2px;
	background-color:#ffffff;
}

.error-message{
	border:1px solid #ff0000;
	background-color:#ffdfdf;
	padding:4px;
	text-align:center;
	width:60%;
	margin:0 auto;
	color:#000000;
}

.information-message{
	border:1px solid #0000ff;
	background-color:#dfdfff;
	padding:4px;
	text-align:center;
	width:60%;
	margin:0 auto;
	color:#000000;
}

.messages{ text-align:center; }

.shadow_input, select, textarea{
	border-width:1px;
	border-style:solid;
	border-color:#333333 #bbbbbb #bbbbbb #bbbbbb;
	padding:1px 2px;
	font:normal 1em Arial, Helvetica, Verdana, sans-serif;
}

.shadow_button{
	border-width:1px;
	border-style:solid;
	border-color:#999999 #000000 #000000 #999999;
	background-color:green;
	color:#FFF;
	font-weight:bold;
	padding:1px 6px;
	margin:0;
	cursor:pointer;
}

.checkout {
	background: url("images/btn_checkout.jpg") left 0 no-repeat;
	border: medium none;
	height: 23px;
	width: 174px;
	color: transparent;
	cursor: pointer;
}
.continue {
	background: url("images/btn_continue.jpg") left 0 no-repeat;
	border: medium none;
	height: 23px;
	width: 135px;
	color: transparent;
	cursor: pointer;
}
.details {
	background: url("images/btn_details.jpg") left 0 no-repeat;
	border: medium none;
	height: 23px;
	width: 76px;
	color: transparent;
	cursor: pointer;
}
.submit {
	background: url("images/btn_submit.jpg") left 0 no-repeat;
	border: medium none;
	height: 23px;
	width: 174px;
	color: transparent;
	cursor: pointer;
}
.next {
	background: url("images/btn_next.jpg") left 0 no-repeat;
	border: medium none;
	height: 23px;
	width: 87px;
	color: transparent;
	cursor: pointer;
}

.previous {
	background: url("images/btn_previous.jpg") left 0 no-repeat;
	border: medium none;
	height: 23px;
	width: 87px;
	color: transparent;
	cursor: pointer;
}

.login {
	background: url("images/btn_login.jpg") left 0 no-repeat;
	border: medium none;
	height: 23px;
	width: 87px;
	color: transparent;
	cursor: pointer;
}

.remove {
	background: url("images/btn_remove.jpg") left 0 no-repeat;
	border: medium none;
	height: 23px;
	width: 87px;
	color: transparent;
	cursor: pointer;
}


.update {
	background: url("images/btn_update.jpg") left 0 no-repeat;
	border: medium none;
	height: 23px;
	width: 87px;
	color: transparent;
	cursor: pointer;
}
.continueshopping {
	background: url("images/btn_continueshopping.jpg") left 0 no-repeat;
	border: medium none;
	height: 23px;
	width: 185px;
	color: transparent;
	cursor: pointer;
}
.customize {
	background: url("images/btn_customize.jpg") left 0 no-repeat;
	border: medium none;
	height: 23px;
	width: 174px;
	color: transparent;
	cursor: pointer;
}
.saveandadd {
	background: url("images/btn_saveandadd.jpg") left 0 no-repeat;
	border: medium none;
	height: 23px;
	width: 174px;
	color: transparent;
	cursor: pointer;
}
.edit {
	background: url("images/btn_edit.jpg") left 0 no-repeat;
	border: medium none;
	height: 23px;
	width: 49px;
	color: transparent;
	cursor: pointer;
}
.show {
	background: url("images/btn_show.jpg") left 0 no-repeat;
	border: medium none;
	height: 23px;
	width: 123px;
	color: transparent;
	cursor: pointer;
}
.search {
	background: url("images/btn_search.jpg") left 0 no-repeat;
	border: medium none;
	height: 23px;
	width: 69px;
	color: transparent;
	cursor: pointer;
}

#progress {
	padding-top:4px;
}

#site-container{
	width:990px;
	margin:0 auto;
	text-align:left;
	border-collapse:collapse;
}

/*** Top Navigation Bar ***/

#navigation-bar{
	line-height:24px;
	padding:4px 4px 0 0;
}

#navigation-bar ul{
	margin:0;
	padding:0;
	float:left;
	clear:both;
	width:100%;
}

#navigation-bar li{
	color:#FFFFFF;
	list-style:none;
	line-height:12px;
	float:left;
	text-align:center;
	margin:0 2px;
	font-weight:bold;
}

#navigation-bar li.navigation-tab-on	{ background-color:#9AD9E2; }
#navigation-bar li.navigation-tab-off	{ background-color:#9AD9E2; }

/* tab padding */
#navigation-bar li div div{ padding:5px 8px; }

/* tab off side images */
#navigation-bar li.navigation-tab-off div.tab-left-side		{ background:transparent url() no-repeat scroll left top; }
#navigation-bar li.navigation-tab-off div.tab-right-side	{ background:transparent url() no-repeat scroll right top; }

/* tab on side images */
#navigation-bar li.navigation-tab-on div.tab-left-side		{ background:transparent url() no-repeat scroll left top; }
#navigation-bar li.navigation-tab-on div.tab-right-side		{ background:transparent url() no-repeat scroll right top; }

/* navigation bar links */
#navigation-bar li a:link,
#navigation-bar li a:visited,
#navigation-bar li a:hover,
#navigation-bar li a:active{
	color:black;
	text-decoration:none;
}

/*** Left Navigation ***/

#left-navigation{
	width:20%;
	border-right:1px solid #eeeeee;
	padding:0 0 0 4px;
	vertical-align:top;
}

/* hide left navigation on the following pages */
.ACAD #left-navigation{ display:none; }
.ACED #left-navigation{ display:none; }
.AFAD #left-navigation{ display:none; }
.AFCL #left-navigation{ display:none; }
.AFED #left-navigation{ display:none; }
.INVC #left-navigation{ display:none; }
.LOGN #left-navigation{ display:none; }
.OCST #left-navigation{ display:none; }
.OMIN #left-navigation{ display:none; }
.OPAY #left-navigation{ display:none; }
.OPRC #left-navigation{ display:none; }
.ORDH #left-navigation{ display:none; }
.ORDL #left-navigation{ display:none; }
.ORDS #left-navigation{ display:none; }
.OSEL #left-navigation{ display:none; }
.OUS1 #left-navigation{ display:none; }
.OUSM #left-navigation{ display:none; }
.PLMT #left-navigation{ display:none; }
.UATM #left-navigation{ display:none; }
.UATR #left-navigation{ display:none; }

#category-tree{
	float:left;
	position:relative;
	width:190px;
}

hasi
{
	padding:1px;
	margin:0;
}

ul#first {
	list-style-type:none;
	margin:0 0 0 0;
	padding:0 0 0 0;
	width:100%;
}

#category-tree-top-image{}
#category-tree-bottom-image{}

#category-tree div{
	background-color:#9AD9E2;
	font-weight: bold;
	display:block;
	padding:4px 6px;
	text-decoration:none;
	color:black;
}

#category-tree li a {
	border-bottom:1px solid #663333;
	color:#663333;
	display:block;
	padding:5px 6px;
	text-decoration:none;
	font-size:13px;
}

#category-tree .subcategory-link a{ padding:4px 10px 4px 20px; }

/*** #category-tree a.active{ background-color:#999999; } **/

#category-tree-header{}

#category-tree-footer{
	padding:4px;
	margin:10px 0;
}

/*** Content ***/

#content-container{
	clear:both;
	width:991px;
	border-style:solid;
	border-color:#666666;
	border-width:1px 0;
	padding:0 0 12px 0;
	margin:0;
	/* ie6 min-height hack */
	height:270px;
	max-height:270px !important;
}

#main-content{
	padding:0px 4px;
	vertical-align:top;
}


.prod-ctgy-header {
	padding: 3px 0px 0px 6px;
	font-weight: bold;
	color: #333333;
}

#headline {
	background-color:#9AD9E2;
	padding: 4px 6px;
	margin-top: 1px;
}

#headline a {
	color:black;
	text-decoration:none;
	font-size:12px;
}

#headline h1 {
	color:black;
	font-size:12px;
	font-weight:normal;
	margin:0 0 0 0;
}

/*** Global Header/Footer ***/

#global-header{}

#logo{
	clear:both;
	margin:0 0 0 5px;
}

#logo a{
	width:989px;
	height:85px;
	display:block;
	background:transparent url( graphics/en-US/new/banner.jpg ) no-repeat scroll left top;
	background-color:#333333;
	cursor:pointer;
}

#search{
	float:right;
	padding:4px 6px 4px 0;
}

#header-links{
	float:right;
	padding:4px 12px 0 0;
	line-height:22px;
	color:#000000;
	text-align:right;
}

#global-footer{ margin:16px 0; }
#footer-links{ text-align:center; }

#footer-links ul{
	font:.9em normal Verdana, Helvetica, Arial, sans-serif;
	margin:8px 0;
	padding:0;
}


#footer-links ul li{
	list-style-type:none;
	border-left:1px solid #999999;
	padding:0 2px 0 6px;
	margin:0;
	text-align:center;
	display:inline;
}

#footer-links ul li.first-child{ border:0; }

#miva-link{
	font-size:.8em;
	text-align:right;
	margin:16px 0;
}

#miva-link a{ color:#999999; }

/*** ACAD, ACED, AFAD, AFED, OCST ***/

.logout-link{
	margin:12px 0;
	float:right;
}

#affiliate-fields select,
#customer-fields select{
	width:176px;
}

.ACAD label,
.ACED label,
.AFAD label,
.AFED label,
.OCST label{
	float:left;
	width:150px;
	white-space:nowrap;
	text-align:right;
	padding:3px 5px 3px 0;
	clear:both;
	margin:2px 0 0 0;
}

.ACAD input.shadow_input,
.ACED input.shadow_input,
.AFAD input.shadow_input,
.AFED input.shadow_input,
.OCST input.shadow_input{
	width:170px;
}

#affiliate-fields #login-details,
#affiliate-information,
#affiliate-contact,
#affiliate-commissions{
	margin:0 0 16px 0;
}

#affiliate-commissions label{
	margin:0;
	padding:0 4px 0 0;
	font-weight:bold;
	text-align:left;
	width:auto;
	float:none;
}

#affiliate-commissions .form_row{ margin:0 0 8px 0; }

.AFAD #affiliate-fields{
	width:50%;
	margin:0 auto;
}

.AFED #affiliate-fields #affiliate-contact,
.AFED #affiliate-fields #affiliate-commissions{
	float:left;
	width:50%;
}

.save-button,
.continue-button{
	text-align:right;
	margin:14px 0 0 0;
}

.required{ font-weight:bold; }

.fields-heading{
	background-color:#cccccc;
	color:#333333;
	margin:0 0 12px 0;
	padding:4px 4px 4px 23px;
}

.address2-label{ margin:0 0 14px 0; }

.controls{ font:normal .9em Verdana, Helvetica, Arial, sans-serif; }

#ship-to .controls{	visibility:hidden; }
#bill-to .controls{	visibility:hidden; }

#ship-to-fields,
#bill-to-fields{
	visibility:visible;
}

#ship-to,
#bill-to{
	float:left;
	width:50%;
}

#ship-to h2 input.checkbox,
#bill-to h2 input.checkbox{
	margin:0 2px 0 12px;
	padding:0;
	width:13px;
	height:13px;
	overflow:hidden;
}

div.invalid input.shadow_input{ border-color:#cc0000 #ff0000 #ff0000 #ff0000; }
div.invalid label{ color:#dd0000; }

.warning-message{
	border:1px solid #ff0000;
	background-color:#ffdfdf;
	padding:4px;
	text-align:center;
	width:60%;
	margin:0 auto;
	color:#000000 !important;
}

#customer-fields .fields-heading,
#affiliate-fields .fields-heading{
	color:#333333;
	padding:4px;
	background-color:#cccccc;
	color:#333333;
	font-weight:bold;
}

#customer-fields.editable .form_row,
#affiliate-fields.editable .form_row{
	margin:0 0 10px 0;
	text-align:left;
}

#customer-fields.non-editable .form_row{
	margin:0 0 4px 0;
	text-align:left;
}

#customer-fields.non-editable label,
#affiliate-fields.non-editable label{
	margin:0;
	padding:0 4px 0 0;
	font-weight:bold;
	width:110px;
	text-align:right;
	float:left;
	clear:both;
	white-space:nowrap;
}

#customer-fields.non-editable .form_row div,
#affiliate-fields.non-editable .form_row div{
	float:left;
}

/*** LOGN, AFCL, ORDL ***/

.AFCL #main-content,
.LOGN #main-content{
	padding:28px 126px;
}

.ORDL #main-content{ padding:28px 16px; }

.AFCL .section,
.LOGN .section{
	float:left;
	height:220px;
	width:49%;
}

.ORDL .section{
	float:left;
	height:220px;
	width:33%;
}

.section h3{ text-align:center; }

.AFCL .form_row,
.LOGN .form_row,
.ORDL .form_row{
	margin:0 0 6px 0;
}

.LOGN label,
.ORDL label,
.AFCL label{
	float:left;
	clear:both;
	width:80px;
	text-align:right;
	padding:3px 5px;
}

.grey-border-right{ border-right:1px solid #cccccc; }

.logn-input{ width:120px; }

#invalid-key{
	width:23px;
	float:left;
	margin:0 4px 0 0;
	border-width:1px;
	border-style:solid;
	border-color:#cc0000 #ff0000 #ff0000 #ff0000;
}

.sign-in-buttons{
	text-align:center;
	margin-bottom:16px;
}
.forgot-password{
	font-size:.9em;
	text-align:center;
}

/*** BASK, OCST, OPAY, OSEL ***/

#basket-contents.non-editable,
#basket-contents.editable{
	width:100%;
	border-left:1px solid #ffffff;
	border-top:1px solid #ffffff;
}

#basket-contents.non-editable table,
#basket-contents.editable table{
	border-collapse:collapse;
}

#basket-contents.non-editable td,
#basket-contents.editable td{
	background-color:#eeeeee;
	border-bottom:1px solid #ffffff;
	border-right:1px solid #ffffff;
	vertical-align:top;
	padding:6px;
	font:normal 1em Arial;
}

#basket-contents table #basket-heading td{
	background-color:#cccccc;
	color:#333333;
	font-weight:bold;
	text-align:center;
	font-size:1em;
	white-space:nowrap;
}

#basket-contents .basket-qty-input{ width:34px; }

#basket-contents .item-remove{
	width:8%;
	vertical-align:middle;
}

#basket-contents.editable .item-quantity{
	width:13%;
	text-align:center;
	white-space:nowrap;
}

#basket-contents.non-editable .item-quantity{
	width:6%;
	text-align:center;
}

#basket-contents .item-options .item-description{ padding-left:16px; }
#basket-contents.non-editable .item-description{ width:59%; }
#basket-contents.editable .item-description	{ width:66%; }
#basket-contents table #basket-heading td.item-description{ text-align:left; }

#basket-contents .item-price{
	width:10%;
	text-align:right;
}

#basket-contents .item-total{
	width:10%;
	text-align:right;
}

#basket-contents .basket-charges .charge-description{
	font-style:italic;
	text-align:right;
}

#basket-contents .basket-charges .formatted-charge{
	font-style:italic;
	text-align:right;
}

#basket-contents #basket-totals .total-prompt{
	font-weight:bold;
	text-align:right;
}

#basket-contents #basket-totals .formatted-total{
	font-weight:bold;
	text-align:right;
}

#basket-contents .item-options td{}

.checkout .item-quantity		{ width:8% !important; }
.checkout .item-description		{ width:64% !important; }

#fields-key{ margin:16px 0; }

.checkout-button{
	margin:12px 0;
	text-align:right;
}

#payment-fields input{
	border-width:1px;
	border-style:solid;
	border-color:#333333 #bbbbbb #bbbbbb #bbbbbb;
	padding:1px 2px;
	font:normal 1em Arial, Helvetica, Verdana, sans-serif;
}

#payment-fields label{
	float:left;
	width:120px;
	white-space:nowrap;
	text-align:right;
	padding:3px 5px 3px 0;
	clear:both;
	margin:2px 0 0 0;
}

#shipping-payment .form_row{ margin:0 0 10px 0; }

#shipping-payment label{
	float:left;
	width:65px;
	white-space:nowrap;
	text-align:right;
	padding:3px 5px 3px 0;
	clear:both;
	margin:2px 0 0 0;
}

.OCST #basket-contents{ margin: 0 0 32px 0; }

.OPAY .fields-key{ margin:0 0 16px 0; }
#payment-fields .form_row{ margin:0 0 10px 0; }

#customer-fields.non-editable{ margin:0 0 32px 0; }
#basket-contents.non-editable{ margin:0 0 32px 0; }

/*** CTGY, SRCH, PLST, OUS1, OUSM ***/

.product-header {
	background-color:#999999;
	color:white;
	display:block;
	font-weight:bold;
	padding:4px 6px;
	text-decoration:none;
	margin-bottom:8px;
}

.product-header a{
	color:white;
	text-decoration:none;
}

.product-listing {
	width:192px;
	float:left;
	overflow:hidden;
}

.product-name {
	height:44px;
	text-align:center;
}


.product-price {
	padding-top:4px;
	text-align:center;
}

.product-listing .padding{
	padding:4px;
	margin:5px;
	height:185px;
	border:1px solid #cccccc;
	overflow:hidden;
}

.product-listing .padding1{
	padding:4px;
	margin:5px;
	height:218px;
	border:1px solid #cccccc;
	overflow:hidden;
}
/** .product-listing .add-to-basket		{ float:right; margin:0 4px 0 0; } **/
.add-to-basket		{ text-align:center; }
.product-listing .buy-one-now		{ float:left; }
.product-next-previous				{ margin:12px 0; }

.product-listing .product-thumbnail {
	margin:0 0 4px 0;
	text-align:center;
	vertical-align:middle;
	overflow:hidden;
	height:75px;
	padding-top:8px;
}
.product-thumbnail img{
	max-height:156px;
}

.purchase-buttons{ margin:16px 0 0 0; }

.purchase-buttons div{
	float:left;
	width:50%;
	padding: 0px 0px 0px 48px;
}

.thumbnail-not-available{
	display:block;
	width:160px;
	height:160px;
	background:transparent url( graphics/en-US/new/thumbnail-not-available.jpg ) no-repeat scroll left top;
	margin:0 auto;
}

.image-not-available{
	display:block;
	width:250px;
	height:250px;
	background:transparent url( graphics/en-US/new/image-not-available.jpg ) no-repeat scroll left top;
}

.next-button	{ float:right; }
.previous-button{ float:left; }

.search-again{ margin:0 0 16px 0; }

.OUS1 #main-content{
	padding-left:225px;
	padding-right:225px;
}

.upsale-heading{ text-align:center; }

.OUS1 .product-thumbnail{
	margin:12px 0;
	text-align:center;
	overflow:hidden;
}

.OUS1 .product-thumbnail img{
	max-height:156px;
}

.OUS1 .product-description		{ margin:16px 0 0 0; }
.OUS1 .thumbnail-not-available	{ margin:16px auto; }
.OUS1 .product-attributes label	{ width:40%; }

.OUSM #main-content{
	padding-left:160px;
	padding-right:160px;
}

.upsale-batch{
	width:100%;
	padding:2px;
}

.upsale-batch .heading td	{ font-weight:bold; }

.upsale-checkbox{ width:32px; }
.upsale-name{ width:175px; }


/*** PRODUCT DISPLAY ***/

.product-details-1,
.product-details-2{
	width:50%;
	float:left;
}

.product-image{ margin:0 auto 16px auto; }

.product-image img{
	max-width:280px;
}

.product-quantity-input{
	width:34px;
	margin:0 4px;
}

.related-products{
	clear:both;
	margin:32px 0 16px 0;
}

.product-attributes{
	margin:16px 0;
	text-align:left;
}

.product-attributes label{
	clear:left;
	float:left;
/*	width:30%;
	text-align:right; */
	text-align:left;
	padding:6px 0 0 0;
	margin:0 8px 4px 0;
}

.product-attributes .radio{
	margin:5px 0;
	float:left;
}

.product-attributes .radios input{
	margin:2px 0 0 0;
	padding:0 0 0 0;
}

.product-attributes .form_row{
	margin:0 0 6px 0;
	clear:both;
}

.product-attributes .checkbox input{
	margin:0;
	padding:0;
}

.PROD .purchase-buttons{
	text-align:right;
}

.product-attributes textarea{
	width:100%;
	height:85px;
	white-space: normal;
}

/*** INVC ***/

.INVC .order-id{
	float:left;
	font-weight:bold;
}

.INVC .order-date{
	float:right;
	text-align:right;
}

.INVC .order-date span{ font-weight:bold; }
.INVC h2{ clear:both; }

/*** PATR ***/

.PATR .continue-button{
	text-align:right;
	margin:12px 0;
}

/*** SMAP ***/

.SMAP h3{

}

.SMAP .category{
	width:33%;
	text-align:left;
	float:left;
}

.SMAP .category .padding{
	padding:2px;
}

.SMAP .product{
	width:33%;
	text-align:left;
	float:left;
}

.SMAP .product .padding{ padding:2px; }

/*** ORDH, ORDS ***/

#order-history td{ padding:2px; }

#order-history tr.header td,
#order-status tr.header td{
	color:#333333;
	padding:4px;
	background-color:#cccccc;
	color:#333333;
	font-weight:bold;
}

.widest{ width:100%; }

