body
{
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Tahoma, Verdana, Arial, sans-serif;

}
#wrapper
{
	position: relative;
	text-align: left;
	width: 840px;
	margin-left: auto;
	margin-right: auto;
	/* border: thin dotted red; */
}

#header
{
	/* height: 150px; */
	position: relative;
	border-bottom: 1px solid black;
}

#rightcol
{
	margin-left: 420px;

	/* border: thin dotted #00FF00; */
}

#leftcol
{
	position: absolute;
	/* top: 150px;  clear header */
	left: 0px;
	width: 420px;

	/* border: thin dotted #00FF00; */
}

#footer
{
}




#id_one_item_table{
	 width: 100%; 

}
#id_one_item_table td{
	 width: 33%; 
	 /* border: 1px solid white; */

}

#right_buttons
{
	margin-left:9px;
	margin-right: 1px;

	/*position: absolute;
	bottom: 40px;
	right: 10px;*/

	
}
#right_buttons .black_button
{
	margin: 5px;
	
	color: #EDCC6F;
	background-color: black;
	/*border:1px solid red#444040;*/
	border:2px solid #EDCC6F;
	color: #EDCC6F;
	padding-left: 10px;
	padding-right: 2px;
	/* width: 140px; */
	width: 46%;
	font-size: 11px;

	border-style: ridge;



}

#right_detail
{
	font-size: 11px;
	width: 250px;
	margin-left: auto;
	margin-right: auto;
	height: 200px;
	overflow: auto;
	color: white;
}

.delete_one_button
{
	color: #EDCC6F;
	background-color: black;
	border:1px solid #EDCC6F;
	border-style: ridge;
	padding-left: 10px;
	padding-right: 10px;
	width: 90%;
 

}

#shopping_basket_detail
{
	
	
	margin-top: 15px;
	color: #EDCC6F;
	background-color: black;
	margin-left:15px;
	margin-right: 15px;
	height: 410px;
	overflow:auto;	
	margin-top: 5px;
	font-size: 11px;
	border-left: solid 5px black;

	scrollbar-arrow-color: #EDCC6F;
	scrollbar-base-color: black;
	scrollbar-track-color: black;
	scrollbar-3dlight-color: black; 
	scrollbar-darkshadow-color:black;  
	scrollbar-face-color:black; 
	scrollbar-highlight-color:black; 
	scrollbar-shadow-color:black; 

	/* border: 1px solid red; */
	
}

.side_title{

	font-size: 15px;
	font-weight: bold;
	margin-top: 10px;
	text-align: center;

}

#bag_title{
	
	font-size: 15px;
	font-weight: bold;
	margin-top: 10px;
	text-align: center;

	

}


#shopping_bag_graphic{
	font-size: 9px; 
	position: absolute;
	right: 40px;
}






