/* ABOUT */

div#primary-container {
	padding: 36px 0px 0px 37px;
}

div#store-container {
	background-color: #5d4632;
	width: 857px;
	height: 550px;/* makes sure it goes at least this length */
	padding: 38px 0px 30px 21px;
}

img#header-store {
	display: block;
	padding: 0px 0px 40px 0px;
}




div.product-container {
	width: 800px;
	margin-left: 20px;
}

div.product-container div.product-image {
	float: left;
	margin: 3px 8px 0px 0px;
	padding: 0;
	width: 152px;
	display: block;
	/*border: 1px solid #e5ddc8;*/
}


div.product-container div.product-text {
	width: 600px;
	display: block;
	float: left;
}

div.product-container div.product-text a { color: #07a2dc; text-decoration:underline; }
div.product-container div.product-text a:visited { color: #0685b4; }
div.product-container div.product-text a:hover, div.product-container div.product-text a:active { color:#08bcff; }



div.product-container h2 {
	margin: 0px;
	font-family: Georgia,serif;
	font-size: 24px;
	font-weight: normal;
	font-style: italic;
}

p.price {
	color: #FFFFFF;
	font-weight: bold;
}


div.vspace {
	display: block;
	clear: both;
	padding-top: 40px;
}



a.btn-watch, a.btn-watch:visited {
	float: left;
	display: block;
	width: 130px;
	height: 29px;
	text-indent: -3000px;
	overflow: hidden;
	background: url(/site/imgs/site/btn_watchtrailer.gif) no-repeat top left;
	margin-right: 4px;
}

a.btn-addcart, a.btn-addcart:visited {
	display: block;
	width: 120px;
	height: 29px;
	text-indent: -3000px;
	overflow: hidden;
	background: url(/site/imgs/site/btn_addtocart.gif) no-repeat top left;
	margin-right: 4px;
}

a.btn-continueshopping, a.btn-continueshopping:visited {
	display: block;
	width: 180px;
	height: 29px;
	text-indent: -3000px;
	overflow: hidden;
	background: url(/site/imgs/store/btn_continueshopping.gif) no-repeat top left;
	margin-right: 4px;
}

a.btn-checkout, a.btn-checkout:visited {
	display: block;
	width: 107px;
	height: 29px;
	text-indent: -3000px;
	overflow: hidden;
	background: url(/site/imgs/store/btn_checkout.gif) no-repeat top left;
	margin-right: 4px;
}

a.btn-confirm, a.btn-confirm:visited {
	display: block;
	width: 94px;
	height: 29px;
	text-indent: -3000px;
	overflow: hidden;
	background: url(/site/imgs/store/btn_confirm.gif) no-repeat top left;
	margin-right: 4px;
}

a.btn-submitorder, a.btn-submitorder:visited {
	display: block;
	width: 130px;
	height: 29px;
	text-indent: -3000px;
	overflow: hidden;
	background: url(/site/imgs/store/btn_submitorder.gif) no-repeat top left;
	margin-right: 4px;
}


a.btn-watch:active, a.btn-watch:hover,
a.btn-addcart:active, a.btn-addcart:hover,
a.btn-continueshopping:active, a.btn-continueshopping:hover,
a.btn-checkout:active, a.btn-checkout:hover,
a.btn-confirm:active, a.btn-confirm:hover,
a.btn-submitorder:active, a.btn-submitorder:hover {
	background-position: 0px -29px;
}



a.makechangesbtn, a.makechangesbtn:visited {
	margin-top: 2px;
	display: block;
	width: 111px;
	height: 20px;
	text-indent: -3000px;
	overflow: hidden;
	background: url(/site/imgs/store/makechanges_btn.gif.gif) no-repeat top left;
}

a.emptycartbtn, a.emptycartbtn:visited {
	margin-top: 2px;
	display: block;
	width: 89px;
	height: 20px;
	text-indent: -3000px;
	overflow: hidden;
	background: url(/site/imgs/store/emptycart_btn.gif.gif) no-repeat top left;
}

a.recalculatebtn, a.recalculatebtn:visited {
	margin-top: 2px;
	display: block;
	width: 93px;
	height: 20px;
	text-indent: -3000px;
	overflow: hidden;
	background: url(/site/imgs/store/recalculate_btn.gif) no-repeat top left;
}

a.makechangesbtn:active, a.makechangesbtn:hover,
a.emptycartbtn:active, a.emptycartbtn:hover,
a.recalculatebtn:active, a.recalculatebtn:hover {
	background-position: 0px -20px;
}





#link-viewcart, #link-viewcart:visited {
	background: url(/site/imgs/site/viewcart.gif) no-repeat top left;
	width: 81px;
	height: 20px;
	display: block;
	text-indent: -3000px;
	overflow: hidden;
	float: right;
	margin: 54px 0px 0px 0px;
}




#link-viewcart:hover, #link-viewcart:active {
	background-position: 0px -20px;	
}


/* add padding to global.css */
#page-footer {
	padding-top: 40px;
}

