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

/********
COLORS:
Yellow: #DF8C2C
Light Blue: #77A6BF
Dark Blue: #2C435E
Orange: #F2B063
Dark DARK Blue: #000107
*********/



/****************** SHOPPING CART STYLES *************************/



#storewrapper{
	/*min-height: 500px;*/
	width: 602px;
	margin-bottom: 15px;
	/*background-color:#09F;*/
}

.membercase{
	/*border: 1px solid #999;*/
	/*min-height: 100px;*/
	width: 550px;
	margin-left: 20px;
	/*background-color:#F0F;*/
}


.product_image {
	width: 75px;
	height: 75px;
	border: 3px solid #FFF;
	float: left;
}


.item_name{
	width: 350px;
	/*height: 50px;*/
	/*border: 1px groove #0C9;*/
	margin: 18px 0 20px 32.5px;
	float: left;
}


.clearfloat{
	clear:both
}


.item_info{
	width: 500px;
	/*text-align: right;*/
	/*height: 100px;*/
	/*background-color:#3F9;*/
}

.item_descript{
	margin: 0 0 0 115.5px;
	background-color:#900;
	/*height: 50px;*/
	width: 350px;
}

.price{
	width: 400px;
	float: left;
	/*height: 40px;*/
	/*margin: 10px 0 0 200px;*/
	/*background-color:#099;*/
}


.price h2{
	margin-left: 15px;
	/*padding: 16px 0 0 10px;*/
	width: 50px;
	display:inline
}

.price h4{
	margin: 5px 0 0 0;
	padding: 16px 0 0 5px;
	width: 30px;
	display:inline
}

.pricebutton{
	/*margin: 30px 0 0 86px;*/
	/*height: 20px;*/
	width: 80px;
	/*background-color:#F00;*/
	color:#FF0;
	display: inline;
	float: right;
}

.membercase .content_text h3 {
	margin-left: 75px;
	margin-bottom: 15px;

}

.membercase .content_text p{
	margin-left: 75px;	
}