


/******** fixes to make the page match*****************************/
#body_content {

padding:32px 0 32px 32px;
overflow:hidden;
}

#store_navBar      
{
		left:-16px;

}
/********************* Products Description Left Container ********************************************/


#tblContent
{


padding:0 20px 0 0;
width:329px;
float:left;
position:relative;
z-index:10;
top:-30px;

}


.prdt_entry 
{
overflow:auto;
}
.prdt_entry h3
{
	margin:1em 0;
	font-weight: normal;	
}

.prdt_entry ul
{
	width:100%;
	height:100%;
	font-size:10pt;
	list-style-type: none; 
	
	overflow:auto;
	margin-bottom:20px;
	
	display:inline;
	
	
}


.prdt_entry  li 
{
float:left;
margin:0 10px;
height:50px;

}

.prdt_entry  p
{
	
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

.prdt_entry  .price , .prdt_entry  .sale
{
	
	margin-left:38px;
	padding-top:9px;
	float:right;
	height:40px;
	text-align:right;
	color: #999;
}

.prdt_entry .sale 
{
	color:#F00;
	font-size:17px;
}

.sale p
{
	
	color:#F00;
	font-size:12px;
	
}

.prdt_entry  .addCart
{
	float:right;
	margin-top:5px;
}

.getIt_btn
{
	
	margin:55px auto 0 123px;
	color:#FFFFFF;
	background-image: url(/images_css/store/getit_button.jpg);
	display: block;
	height: 114px;
	width: 280px;
	font-size: 23pt;
	border-style:none;
	background-color: #FFFFFF;	
	padding:2px 0 13px 10px;
	background-position: center 3px; 
}

.getIt_btn:hover 

{
	background-position: center 113px; 
	

}



/*********************** End of Description Left Container *************************************************************/

/*********************** Prudct Image Right Container ***********************************************************/


#img_containter

{
	float:right;
	margin-right:16px;
	background-color:#C3E1FD;
	height: 556px;
	width: 591px;
	background-repeat: no-repeat;
	border: 1.5pt solid #CCCCCC;
	position:relative;
	top:-145px;
	margin-bottom:-145px; /**** This offsets the relative distance of top:-145;************/
}

#img_containter h2

{
 color:#FFFFFF;
margin:0;
padding:10px;

}


#img_containter>div

{ 
left:33px;
position:relative;
top:134px;

}

#img_containter .left_side

{
	background-image: url(../images_css/store/big_bucket.png);
	background-repeat: no-repeat;
	width:341px;
	height:400px; 
	float:left;
	
}

.left_side span

{
	color:#666666;
	font-family:times New Roman;
	font-size:37pt;
left:85px;
position:relative;
top:264px;
}

#img_containter .right_side

{
	
	float:left;
	position:relative;
	margin:0;
	top:-15px;
	
}

.right_side .org_bucket
{
	background-color:#FF9900;
	color:#FFFFFF;
	margin:0 0 15px 0;
	width:175px;
	font-size: 10pt;
}

.org_bucket p
{
padding:10px;
margin:0;
padding-top:0;
}


#midBox
{
	background-color:#FFAD33;
}


/*********************** End of Prudct Image Right Container ***********************************************************/




