/* Yahoo CSS Reset */
html {
	color: #000;
	background: #FFF;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td
{
	margin: 0;
	padding: 0;
}

a{outline: none;}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img {
	border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var,optgroup {
	font-style: inherit;
	font-weight: inherit;
}

ins{
	text-decoration: none;
	font-weight: bold;
	font-size: 1.2em;
}

li {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,q:after {
	content: '';
}

abbr,acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: baseline;
}

sub {
	vertical-align: baseline;
}

legend {
	color: #000;
}

input,button,textarea,select,optgroup,option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

hr{
	width: 80%;
	height: 1px;
	margin: 2em auto;
	color: #999;
	background-color: #999;
}

/* input,button,textarea,select { * font-size: 100%;} */

/* end of the Yahoo CSS Reset */
/* begin the styling of the big blocks */
html,body {
	background: url(images/background.jpg) no-repeat 50% 0 #fff;
	background-attachment: fixed;
	color: #666;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
}

input[type=text]:focus,input[type=text]:hover,input[type=password]:focus,input[type=password]:hover,textarea:focus,textarea:hover{
	border: 1px solid #aaa;
	-moz-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 5px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 5px;
	}

div#main-wrapper {
	width: 944px;
	margin: 0 auto;
}

div#header {
	width: 944px;
	margin: 0 auto;
	height: 54px;
	background: url(images/top_header.png) no-repeat 0 0 transparent;
}

div#breadcrumbs {
	width: 944px;
	margin: 20px auto;
}
div#breadcrumbs div.bottom-border{ background: url(images/large_body_footer_white.png) 0 0 no-repeat transparent; }

div#page-wrapper {
	width: 944px;
	margin: 0 auto;
}
div.top-border{
	font-size: 1px;
	width: 944px;
	height: 8px;
	background: url(images/large_body_top.png) 0 0 no-repeat transparent;
}
div.body-border{
	width: 944px;
	background: url(images/large_body_border.png) 0 0 repeat-y transparent;
}
div.body-content{
	width: 938px;
	margin: 0 auto;
	background: url(images/large_body_background.png) 0 0 repeat-x #e2e2e2;
	padding-top: 20px;
}
div.bottom-border{
	width: 944px;
	height: 8px;
	font-size: 1px;
	background: url(images/large_body_footer.png) 0 0 no-repeat transparent;
}

div#sidebar-left {
	width: 190px;
	float: left;
	margin-left: 10px;
	display: inline;
}

div#main-content {
	width: 495px;
	float: left;
	margin-left: 20px;
}
div#main-content div.fullcol{
	padding: 10px 10px;
	border: 1px solid #ccc;
	margin: 15px 0 15px;
	background: #f2f2f2;
	width: 474px;
}
div#main-content div.halfcol-left, div#main-content div.halfcol-right{
	width: 220px;
	padding: 10px 10px;
	border: 1px solid #ccc;
	margin-right: 5px;
	background: #f2f2f2;
}
div#main-content div.halfcol-left{float: left;}
div#main-content div.halfcol-right{margin: 0;float: right;}

div#sidebar-right {
	width: 190px;
	float: left;
	margin-left: 20px !important;
	margin-left: 10px;
}

div#footer {
	margin-top: 20px;
	width: 944px;
}

/* finished styling the big blocks */ 

/* smaller bits */
.clear {
	clear: both;
	font-size: 1px;
	line-height: 1px;
}

div#header h1 {
	width: 230px;
	height: 54px;
	text-indent: -999em;
	float: left;
}

div#header h1 a {
	display: block;
	width: 230px;
	height: 54px;
	outline: none;
}

div#header ul#top-links {
	height: 30px;
	float: left;
	margin-left: 30px;
	width: 450px;
}

div#header ul#top-links li {
	display: inline;
	padding: 5px 10px;
}

div#header ul#top-links li a {
	color: #666;
	text-decoration: none;
	font-size: 14px;
	line-height: 32px;
	font-style: italic;
}
div#header ul#top-links li a:hover {
	text-decoration: underline;
}

div#header div#language-switch{
	float: left;
	width: 84px;
	height: 18px;
	margin-left: 30px;
	margin-top: 31px;
}
div#header div#language-switch ul li{
	display: block;
	width: 40px;
	height: 18px;
	float: left;
}
div#header div#language-switch ul li.en-lang{margin-left: 4px;}
div#header div#language-switch ul li a{
	display: block;
	width: 40px;
	height: 18px;
	text-indent: -999em;
	outline: none;
}

div#header div#search-form{
	width: 220px;
	float: right;
}
div#header div#search-form h4{
	font-size: 13px;
	font-style: italic;
	color: #666;
}
div#header div#search-form h4 a{color: #666;}
div#header div#search-form h4 a:hover{color: #333; text-decoration: none;}
div#header div#search-form input{
	font-size: 12px;
	border: 1px solid #ccc;
	padding: 1px 3px 2px;
	float: left;
}

div#breadcrumbs{
	font-size: 14px;
	line-height: 32px;
	font-style: italic;
}
div#breadcrumbs div.crumbs {
	width: 510px;
	float: left;
	text-align: left;
	margin-left: 10px;
}

div#breadcrumbs div.static {
	width: 400px;
	float: right;
	text-align: right;
	margin-right: 10px;
}
div#breadcrumbs a {
	color: #666;
	text-decoration: none;
}
div#breadcrumbs a:hover {
	text-decoration: underline;
}
div#breadcrumbs div.static a{padding: 0 5px;}

div#footer p{
	font-style: italic;
	font-size: 12px;
	color: #666;
}
div#footer p a{ color: #666; }
div#footer p a:hover{ text-decoration: none; }

div#main-content h2, div#main-content h3{
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	line-height: 2em;
}
div#main-content h3{font-size: 16px;}
div#main-content h4{font-size: 14px;}
div#main-content p{
	line-height: 1.4em;
	padding: 0.5em 0 1em;
}
div#main-content a{ color:#333;}
div#main-content a:hover{ color:#000;}
div#main-content span.indent{display:block; margin-left: 20px;}

div#main-content form fieldset{
	border: 1px solid #ccc;
	padding: 10px;
	margin-top: 15px;
}
div#main-content form legend{
	border: 1px solid #ccc;
	background: #fff;
	padding: 2px 10px;
	font-size: 16px;
	font-style: italic;
	color: #666;
	font-weight: bold;
}
div#main-content form label{
	display: block;
	width: 120px;
	font-style: italic;
	float: left;
	padding: 2px 0px 1px;
	cursor: pointer;
}
div#main-content form p{
	padding: 0.5em 0 0.5em;
}
div#main-content form input[type="text"],div#main-content form input[type="password"]{
	width: 150px;
	border: 1px solid #ccc;
	padding: 1px 5px 2px;
}
div#main-content form select{
	width: 230px;
	border: 1px solid #ccc;
}
div#main-content form input[type="checkbox"]{
	margin: 4px 0 0 10px;
	display: block;
	float: left;
}
div#main-content form textarea{
	border: 1px solid #ccc;
	padding: 5px;
	overflow: auto;
}

div#main-content form select#year_dob, div#main-content form select#month_dob, div#main-content form select#day_dob{width: 70px;}

div#main-content h2.product-title{
	width: 70%;
	float: left;
}
div#main-content h2.product-title span.smallText, div#main-content h3 span.orderEdit, div#main-content h4 span.orderEdit{font-size: 12px;}
div#main-content p.product-price{
	font-size: 24px;
	line-height:1em;
	font-weight: bold;
	color: #f93;
	display: block;
	float: right;
	text-align: center;
	margin: 0 0 10px 10px;
	width: 150px;
}
div#main-content p.product-price span{
	font-size:10px;
	color:#333;
}

div#main-content p.product-price del{font-size: 0.8em;}
div#main-content p.product-price ins{font-size: 1em;}
div#main-content div.product-description{
	font-size: 13px;
	line-height: 1.5em;
	margin-top: 15px;
	clear: left;
}
div#main-content a.lightbox-link{
	display: block;
	float: right;
	text-align: center;
	clear: right;
	margin: 0 0 1em 1em;
	padding: 10px;
	font-size: 11px;
	background: #e0e0e0;
	border:1px solid #ccc;
	width: 100px;
}
div#main-content img.product-image{
	float: right;
	padding: 2px;
	border: 1px solid #ccc;
}

div#main-content p.validation-error{
	font-size: 16px;
	line-height: 32px;
	color: #f30;
	font-style: italic;
	text-align: center;
	padding: 3px 5px;
	background-color: #ffc;
	border: 1px solid #fd2;
	clear: both;
	margin: 10px 0;
}
div#main-content p.validation-error img{vertical-align: middle}
/* finished styling smaller bits */

/* boxes and box content */
div.sidebox{ 
	width: 190px;
	border: 1px solid #ccc;
	background: #f2f2f2;
	margin-bottom: 15px;
	padding: 0 0 15px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
div.sidebox h4{
	background: #ddd;
	background: -webkit-gradient(linear, left top, left 25, from(#eee), color-stop(4%, #ddd), to(#eee));
	background: -moz-linear-gradient(top, #eee, #ddd 1px, #eee 25px);
	font-size: 18px;
	line-height: 2em;
	font-weight: bold;
	font-style: italic;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	padding-left: 10px;
}
div.sidebox ul{
	margin: 0 5px;
}
div.sidebox ul.categories li{
	font-size: 13px;
	line-height: 1.6em;
	list-style-type: disc;
	list-style-position:inside;
}
div.sidebox ul.categories li.submenu{
	padding-left: 15px;
	list-style-type: square;
	font-size: 12px;
}
div.sidebox a{
	color: #666;
	text-decoration: none;
}
div.sidebox a:hover{
	color:#333;
	text-decoration: underline;
}
div.sidebox div.product{
	margin-left: 10px;
	text-align: center;
}

div.sidebox ul.cartcontent li{
	border-bottom: 1px solid #ccc;
}
div.sidebox p.cartsubtotal{
	text-align: right;
	font-size: 14px;
	font-style: italic;
	padding-right: 10px;
	font-weight: bold;
	line-height: 1.8em;
	margin-top: 10px;
}
div.sidebox p.cartcheckout{
	text-align: right;
	font-style: italic;
	font-weight: bold;
}
div.sidebox p.cartcheckout a{
	display: block;
	padding: 5px 8px;
	background-color:#999;
	font-size: 16px;
	color: #eee;
}
div.sidebox p.cartcheckout a:hover{color:#fff; text-decoration; none}
/* shopping cart */
div#main-content div.shopping-cart{
	width: 100%;
	background: #f0f0f0;
}
div#main-content div.shopping-cart table{ border: 1px solid #ccc; font-size: 12px;}
div#main-content div.shopping-cart table table{ border: none; }
div#main-content div.shopping-cart table tr{ border-bottom: 1px solid #ccc; }
div#main-content div.shopping-cart table tr.odd{ background: #f0f0f0; }
div#main-content div.shopping-cart table tr.even{ background: #f9f9f9; }
div#main-content div.shopping-cart table tr tr{ border: none; }
div#main-content div.shopping-cart table td{ padding: 5px;}
div#main-content div.shopping-cart table td td{ padding: 0px;}
div#main-content div.shopping-cart td.productListing-heading{
	background: #e2e2e2;
	font-size: 14px;
	font-style: italic
}
div#main-content div.shopping-cart table input{
	width: auto;
}

div#main-content div.progress-bar{
	width: 500px; 
	margin: 20px auto;
}
div#main-content div.progress-bar p.step{
	width: 105px;
	padding: 20px 10px 10px;
	display: block;
	float: left;
	text-align: center;
	height: 40px;
}
div#main-content div.progress-bar p.step.active{
	background: url(images/checkout_bullet.png) no-repeat 50% 0;
}

div#main-content table.listing{
	border: 1px solid #ccc;
	margin: 10px 0;
	border-collapse:collapse;
}
div#main-content table.listing tr.odd{ background: #fefefe;}
div#main-content table.listing tr.even{ background: #eee;}
div#main-content table.listing td{
	padding: 3px 4px;
	border: 1px solid #ccc;
}
div#main-content div.shopping-cart tr td table, div#main-content div.shopping-cart tr td table td{border: 0;}

ul.listing li.even{background: #eee;}
ul.listing li.odd{background: #fefefe;}

.even{background: #eee;}
.odd{background: #fefefe;}


/*BOF - Zappo - Option Types v2 - Progress Bar */
.progress{
	width: 1px;
	height: 16px;
	color: #666;
	font-size: 10px;
	/* overflow: hidden; */
	background-color: #bbc3d3;
}
.progress nobr{padding: 0 5px;}
.bar{
	border-style: solid;
	border-width: 1px;
	border-color: #bbc3d3;
	margin-left: 120px;
}
div#ImagePreload { display: none; }
div.option-image{margin: 5px 0 5px 120px;}


ul.sitemap{padding-left: 20px;}
ul.sitemap li{line-height: 1.4em;}


div.product-small{
	width: 130px;
	height: 180px;
	margin: 5px 5px 10px;
	float: left;
	padding: 10px 8px;
	text-align: center;
	background: #fefefe;
	border: 1px solid #ccc;
}

div.product-small span.image-fixer{
	display:block;
	width: 106px;
	overflow: hidden;
	text-align:center;
	margin: 0 auto;
}
div.product-small span.image-fixer img{
	height: 100px;
	margin: 0 auto;
}

div#main-content p.categories-paragraph{
	padding: 10px 0px;
	line-height: 2.5em;
}
div#main-content p.categories-paragraph a{
	padding: 2px 8px;
	border: 1px solid #ccc;
	background: #f0f0f0;
	margin-right: 5px;
}
div#main-content p.categories-paragraph a:hover{
	background: #fff;
}

div.extra-images{
	clear: both;
	margin: 10px 0;
	padding: 5px 10px;
	background: #f2f2f2;
	border: 1px solid #ccc;
	}
div.extra-images img{
	padding: 2px;
	border: 1px solid #ccc;
	margin: 5px;
	}

