/* Default store css file */

/* reset.css             */
/* from blueprintcss.org */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;font-weight:normal;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}
ul, ol, dl, li {list-style:none;}

/* General styles */

a {text-decoration:none;}
a:hover {text-decoration:underline;}
html {font-family:Helvetica, Verdana, Arial, sans-serif;font-size:75%;}
strong {font-weight:bold;}
em {font-style:italic;}

/* Structural divs */

body {
	height:100%;
	margin-bottom:1px;
	background-color:#3a3a3f;
}

#container {
	width:950px;
	margin:auto;
	background-color:#fff;
	/*background-image:url(store_bg.jpg);*/
}
#header {
	width:100%;
	position:relative;
	height:140px;
}
#leftSideBar {
	width:200px;
	float:left;
	position:relative;
	min-height:500px;
}
#rightSectionMainPage, #rightSectionItemBrowse, #rightSectionItemView {
	width:750px;
	position:relative;
	overflow:hidden;
	float:left;
}
#cartView, #billingForm {
	width:950px;
	position:relative;
	margin:auto;
}
#footer {
	width:950px;
	height:150px;
	clear:both;
	position:relative;
}


/* Header */

h1 {
	text-indent:-9999em;
	background-image:url('../img/store/storename.jpg');
	height:140px;
}
h2 {
	text-indent:-9999em;
	height:0px;
}
#header fieldset.inventorySearch {
	position:absolute;
	right:1em;
	top:2em;
	border:none;
	color:#fff;
}
#header p.inCart {
	position:absolute;
	right:1em;
	bottom:2em;
	background: #f8fafc url('../img/store/icons/cart.png') center no-repeat;
	background-position: 15px 50%;
	text-align:left;
	color:black;
	padding: 5px 5px 5px 35px;
	border-top: 2px solid #b5d4fe;
	border-bottom: 2px solid #b5d4fe;
}
#header {
	border-bottom:1px solid #000;
}

/* Horizontal Navigation */

ul.navStrip {
	border-bottom: 1px solid #333;
	text-align:center;
}
ul.navStrip li{
	display:inline;
	margin: 0em 2em 0em 2em;
}


/* Left Side Bar */
#leftSideBar ul {
	padding-left:.5em
}
#leftSideBar ul.subCategory {
	display:none;
		
}
#leftSideBar fieldset.discountCode {
	border: 1px solid #000;
	margin:.5em;
	padding:.5em;
/*	position:absolute; <-- not really working since ie6 doesn't support min-height
	bottom:.75em;*/
}


/* Right Main Page */

img.image1 {
	margin: 1em 0em 0em 1em;
}
img.image2 {
	margin: 0em 0em 27em 2em;
}
img.image3 {
	margin: 0em 0em 0em 1em;
}
img.image4 {
	position:absolute;
	right:8em;
	top: 14em;
}
#rightSideMainPage p {
	margin-top:-2em;
}


/* Right Item Browse Page */

#rightSectionItemBrowse {
	padding-bottom:1em;
}
#rightSectionItemBrowse p.categoryList {
	float:left;
	margin-left:1em;
}
#rightSectionItemBrowse ol.lengthSelector {
	float:right;
	margin-right:1em;
}
#rightSectionItemBrowse ol.lengthSelector li {
	display:inline;
}
#rightSectionItemBrowse p.prevNext {
	clear:both;
	text-align:center;
}

#rightSectionItemBrowse ul.itemBrowse {
	margin:1em;
}
#rightSectionItemBrowse ul.itemBrowse li {
	display:inline-block;
	margin:0em 0.5em;
}
#rightSectionItemBrowse ul.itemSpecs {
	margin-bottom: 1em;
}
* + html #rightSectionItemBrowse ul.itemBrowse li { display:inline;}  /* for IE 7 */
/* see ie6_fixes.css for necessary modificaitons to this code
	to make it work in ie6 */

#rightSectionItemBrowse ul.itemSpecs li.itemImage,
#rightSectionItemBrowse ul.itemSpecs li.itemName,
#rightSectionItemBrowse ul.itemSpecs li.itemCost,
#rightSectionItemBrowse ul.itemSpecs li.itemSpecial {
	display:block;
}


/* Right Item View Page */

#itemViewImages {
	float:left;
}
#itemViewImages img.main {
	float:left;
	margin: .5em 0em 0em .5em;
	display:inline;
	background-color:black;
}
#itemViewImages ul.itemOtherViews {
	float:left;
	margin: .5em 0em 0em .5em;
}
#itemViewImages h5 {
	clear:both;
}
#itemViewImages ul.relatedItems li {
	display:inline;
	margin: 0em 0.3em;
}
#itemInformation {
	width:350px;
	float:right;
	margin: .5em 3em 0em 0em;
}
#itemInformation ul.itemInformationNav {
	text-align:right;
	border-bottom:1px solid #000;
}
#itemInformation ul.itemInformationNav li{
	display:inline;
	width:35px;
	margin-left:0.2em;
}
#itemInformation ul.itemInformationNav li a {
	color:#555;
	background-color:#f0f0f0;
	padding: 0.2em 1em 0em 1em;
}
#itemInformation ul.itemInformationNav li a.selected {
	color:#000;
	background-color:#ccc;
}

#itemInformation .scroll {
	height: 390px;
	overflow: auto;
	position: relative; /* fix for IE to respect overflow */
	clear: left;
	background: #fff url(../img/store/panel_bg.png) no-repeat scroll left bottom;
	/*border-bottom:1px solid #000;*/
}
#itemInformation .scrollContainer div.panel {
	padding: 20px;
	height: 390px;
	width: 310px; 
}
#itemInformation ul.specs li.itemName {
	float:left;
}
#itemInformation ul.specs li.category {
	float:right;
}
#itemInformation ul.specs li.price {
	clear:both;
	padding:1em 0em;
}
#itemInformation ul.specs li.writeReview {
	float:right;
}
#itemInformation ul.specs li.starRating {
	float:left;
}
#itemInformation ul.specs li.description {
	clear:both;
	padding:1em 0em;
}
#itemInformation ul.specs li.miscDetails ul {
	margin-left:1em;
}

#itemInformation ul.reviews li ul {
	border-bottom:1px solid #ccc;
	margin-bottom:1em;
}
#itemInformation li.user {
	float:left;
}
#itemInformation li.timestamp {
	float:right;
	font-style:italic;
}
#itemInformation li.feedback {
	padding:0.5em 0em;
	clear:both;
}
#rightSectionItemView p {
	clear:both;
}
#rightSectionItemView p.addToCart {
	clear:none;
	float:right;
	background: #f8fafc url('../img/store/icons/cart_put.png') center no-repeat;
	background-position: 15px 50%;
	text-align:left;
	color:black;
	padding: 5px 5px 5px 35px;
	margin: 0em 1em 1em 0em;
	border-top: 2px solid #b5d4fe;
	border-bottom: 2px solid #b5d4fe;

}
#rightSectionItemView p.viewCart {
	clear:none;
	float:right;
	background: #f8fafc url('../img/store/icons/cart_go.png') center no-repeat;
	background-position: 15px 50%;
	text-align:left;
	color:black;
	padding: 5px 5px 5px 35px;
	margin: 0em 1em 1em 0em;
	border-top: 2px solid #b5d4fe;
	border-bottom: 2px solid #b5d4fe;
}


/* Cart View Page */

#cartView ol.orderingProcess {
	margin: 1em 0em 1em 1em;
}
#cartView ol.orderingProcess li {
	display:inline;
	padding: 0em 0.5em;
}
#cartView div#itemsInCart {
	width: 700px;
	float:left;
	margin: 0em 2em 0em 2em;
	padding:1em;
}
#cartView table.cartList {
	border: 2px solid #444;
}
#cartView table.cartList tr{
	margin: .5em 0em;
	height:75px;
}
#cartView table.cartList tr.headers{
	margin: .5em 0em;
	height:20px;
}
#cartView table.cartList tr.odd {
	background-color:#f8f8f8;
}
#cartView table.cartList th.quantity, #cartView table.cartList td.quantity {
	width:50px;
	padding-left:1em;
}
#cartView table.cartList input.quantity {
	width:25px;
}
#cartView table.cartList th.thumbnail, #cartView table.cartList td.thumbnail {
	width:75px;
	padding-left:1em;
}
#cartView table.cartList th.description, #cartView table.cartList td.description {
	width:500px;
	padding-left:1em;
}
#cartView table.cartList th.price, #cartView table.cartList td.price {
	width:75px;
	padding-left:1em;
}
#cartView table.cartList th.remove, cartView table.cartList td.remove {
	width:75px;
	margin:auto;
}
#cartView input.updateQuantity {
	float:left;
}
#cartView p.subtotal {
	float:right;
}
#cartView h4 {
	clear:both;
	margin:2em 1em 1em 1em;
	border-top:1px solid #444;
	padding-top:0.5em;
}
#cartView ul.recommendedItems {
	margin: 0em 0em 1em 1em;
}
#cartView ul.recommendedItems li {
	display:inline;
	margin: 0em .5em;
}
#cartView fieldset.discountCode {
	border: 1px solid #000;
	margin:.5em;
	padding:.5em;
	clear:both;
	float:right;
}
#cartView p.checkout {
	background: #f8fafc url('../img/store/icons/cart_go.png') center no-repeat;
	background-position: 15px 50%;
	text-align:left;
	color:black;
	padding: 5px 5px 5px 35px;
	border-top: 2px solid #b5d4fe;
	border-bottom: 2px solid #b5d4fe;
	float:right;
	margin: 2.5em 1em 0em 0em;
}


/* Empty Cart Page */

#emptyCart ol.orderingProcess {
	margin: 1em 0em 1em 1em;
}
#emptyCart ol.orderingProcess li {
	display:inline;
	padding: 0em 0.5em;
}
#emptyCart p.emptyCart {
	background: #fff6bf url('../img/store/icons/exclamation.png') center no-repeat;
	background-position: 15px 50%;
	text-align:left;
	color:black;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
	margin:2em auto 4em auto;
	width:360px;
}
#emptyCart img.recommended {
	margin-left:3em;
}
#emptyCart h4 {
	clear:both;
	margin:5em 1em 1em 1em;
	border-top:1px solid #444;
	padding-top:0.5em;
}
#emptyCart ul.recommendedItems {
	margin: 0em 0em 1em 1em;
}
#emptyCart ul.recommendedItems li {
	display:inline;
	margin: 0em .5em;
}


/* Billing Form Page */

#billingForm ol.orderingProcess {
	margin: 1em 0em 1em 1em;
}
#billingForm ol.orderingProcess li {
	display:inline;
	padding: 0em 0.5em;
}
#billingForm fieldset {
	border: 1px solid #000;
	width:425px;
	margin:1em;
	padding:1em;
}
#billingForm legend {
	margin:0em 1em;
	padding:0em 1em;
}
#billingForm input {
	display:block;
	margin-bottom:1em;
}
#billingForm select {
	margin-bottom:1em;
}
#billingForm label {
	float:left;
	width:150px;
}
#billingForm input.shippingSwitcher {
	display:inline
}
#billingForm label.shippingSwitcher {
	float:none;
}
#billingForm h5 {
	margin:1em 0em 1em 1em;
	font-size:120%;
}
#billingForm fieldset.payment {
	position:absolute;
	top:4.6em;
	right:.25em;
}
#billingForm input.submit {
	margin: 1em;
}
/* Footer */

#footer {
	background-color: #f8f8f8;
	padding-top:1em;
	border-top:2px solid #efefef;
}
#footer ul.information, #footer ul.socialBookmarks {
	margin:1em 0em;
}
#footer ul.information li, #footer ul.socialBookmarks li {
	display:inline;
	padding: 0em .5em 0em .5em;
}
#footer fieldset.newsLetterSignUp {
	position:absolute;
	right:1em;
	top:1em;
}
#footer p {
	float: left;
	margin-left:1em;
}
