@charset "UTF-8";
/* CSS Document */



div#STOREcontent { 
	width:100%; 
	margin : 0px;
	/*padding-top: 5px;*/ 
	/*padding-right: 10px;*/
	/*text-align:left;*/
	/*background-color:#FFFFFF;*/
	}

.storetablebg {
	}	

.storeproductDiv {
	/*background-color:#FFFC9F;*/
	float:right;
	clear:both;
	width:70%;
	margin-right:10px;
	text-align:left;}

.storeproductDiv img {
   float:right;
   margin-bottom:15px;
   max-width:200px;}	

.storepurchaseDiv {
	/*background-color:#C8FFF0;*/
	/*float:left;*/
	width:30%;}

.storeheaderDiv {
	background-color:#666;
	color: #fff;
	/*clear:both;*/
	max-width:100%;
	margin: 15px 20px 15px 0px;}
	
.storeheaderDiv h1 {
	color: #fff;
	padding-left:10px;
	font-size:1.5em;
	}

.storeshipDiv {
	clear:both;
	width:100%;
	margin: 15px auto;}
	
.categorywrapper {
	margin-bottom:15px;
	border-bottom: #EFB41B 1px solid;
	overflow:auto;
	}	

.productname {
	font-weight:bold;}

@media screen and (max-width: 600px) {
	
	.storeproductDiv {
		clear:both;
		float:none;
		width:100%;
		}
	.storeproductDiv img {
		float:none;
		margin: 10px auto 5px;
		text-align:center;
		max-width: 100%;
		}
	
	.storepurchaseDiv {
		float:none;
		clear:both;
		width:100%;
		}
		
	.storeheaderDiv {
		clear:both;
		width:100%;
		}
	
}