
/* reset section */

/*
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; 
background: transparent;
}
*/

body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }


/* remember to define focus styles! */
:focus { outline: 0; }

/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }

/* tables still need 'cellspacing="0" ' in the markup */
table { border-collapse: collapse; border-spacing: 0; }


/**********************************
DEMO STYLES
**********************************/
#demoContainer {
	width: 855px;
	padding: 81px 0 0 49px;
	margin: 0 auto;
}
.simpleCart_shelfItem{
	float: 	left;
	margin: 5px;
	width: 220px;
	height: 160px;
	line-height: 100%;
	position: relative;
}

.YourCart { 
	clear: both;
	color: #fff;
	font-weight: bold;
	font-size: normal;
}

.simpleCart_total {}

.item_image{
	float: left;
	margin-right: 10px;
}
.item_name{
	text-transform: uppercase;
	font: bold 12px "Helvetica", Arial, sans-serif;
	color: #fff;
	margin-top: 15px;
}
.item_Description{
	font-size: 11px;
	padding: 5px 0;
	color: #fff;
}
.item_price{
	font:bold 12px "Helvetica", Arial, sans-serif;
	color: #fff;
	margin: 6px 3px 0 0;
}
.item_thumb, .item_code {
	display: none;
}

a:link, a:visited, a:hover, a:active {
	text-decoration: none;
}

a.item_add, a.item_add:visited { color: #fff; }
.item_add:hover, .itemremove a:hover { color:  yellow; }

.item_add, .itemremove a {
	width: 185px;
	height: 155px;
	color: #fff;
	margin-top: 5px;
}

.itemremove a {
	position: relative;
	top: 30px;
	font-size: x-small;	
}

.item_quantity {
	border: 1px #000 solid;
	background: rgb(138,172,75);
}


/*
.item_add:hover{
	background-position:-85px -21px;
}
.item_add:active{
	background-position:-170px -21px;
}

*/

.checkoutCart {
	background: rgb(138,172,75);
	width: 100%;
	margin-bottom: 10px;
	padding: 10px;
}
.simpleCart_items {
	clear: both;
	float: left;
	width: 100%;
	margin: 18px 0 0 11px;
}

.cartHeaders {
	display:none;
}
.itemContainer {
	float: left;
	width: 110px;
	height: 130px;
	text-align: center;
	margin: 6px;
	position: relative;
	top: 25px;
}

.itemname {
	font: bold 11px "Helvetica", Arial, sans-serif;
	color: #fff;
	text-transform: uppercase;
}
.itemthumb {
	float: none;
	margin: 0;
	padding-top: 5px;
}

.itemQuantity {
	width: 21px;
	height: 21px;
	margin: 25px;
	display: inline;
	color: #fff;
	position: relative;
	top: 10px;
}

.itemQuantity input {
	width: 21px;
	height: 21px;
	/* background:url(/images/demoSprite.png); */
	text-align: center;
	font: bold 11px Arial, sans-serif;
	margin: 0 5px 0 0;
	padding-top: 3px;
	border: 1px #000 solid;
	background: rgb(138,172,75);
	
}

.itemQuantity input:focus {
	outline: none;
}

.itemincrement a {
	/* background:url(/images/demoSprite.png) -278px -29px; */
	width: 10px;
	height: 10px;
	overflow: hidden;
	color: yellow;
	text-align: center;
	position: relative;
	top: 20px;
	
}
.itemdecrement a {
	text-align: center;
	/* background:url(/images/demoSprite.png) -278px -35px; */
	width: 10px;
	height: 10px;
	overflow: hidden;
	color: yellow;
	position: relative;
	top: 20px;

}

.itemTotal {
	color: #fff;
	font: bold 11px Arial, sans-serif;
	margin: 8px 0 0 0;
	padding: 0;
	clear: both;
	position: relative;
	top: 20px;
}

#cartTotal{
	clear:both;
	text-align:right;
	font:11px Arial, sans-serif;
	text-shadow:none;
	margin-top:23px;
	float:left;
	width:100%;
	margin-left:-65px;
}
#viewFullDemoLink {
	clear:both;
	font:10px Arial, sans-serif;
	display:block;
	padding:5px 0 0 0;
	margin-left:140px;
	color:#fff;
	text-decoration:none;
}
#viewFullDemoLink:hover {
	text-decoration: underline;
}

.checkout_links {
	padding-bottom: 10px;
	position: relative;
	left: 550;
	top: 15px;
}

a.simpleCart_empty {
	clear: both;
	display: -moz-inline-box;
	display: inline-block;
	color: #fff;
	font-size: 11px;
	text-decoration: none;
	margin-right: 10px;
	position: relative;
	top: 5px;
}

a.simpleCart_checkout {
	display: -moz-inline-box;
	display: inline-block;
	background: url(/images/btnCheckout.png);
	width: 87px;
	height: 24px;
	text-indent: -9999px;
	overflow: hidden;
	color: #fff;
}

#many_more {
	clear: both;
	width: 100%;
	margin: 25px;
	color: #fff;
}

.SectionHead {
	color: #fff;
	font-size: large;
}
p { padding: 0; }

strong {
	font-family:"Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
	font-weight:normal;
	color:#fff;
}

h3 {
	margin:35px 3px 0 3px;
	font:bold 20px "Helvetica", Arial, sans-serif;
	color:#fff;
	text-shadow: rgba(0, 0, 0, 0.796875) 0px -1px 1px;
}

