#shop_pricing {/*div with pricing*/
text-align:left;
padding:5px 0px 5px 0px ;
margin:0px;
}

.shoph2 {
font-weight:bold;
padding:0px;
margin:0px;
}/*h2 child of div with pricing*/

.shop_detail_table {}

.shop_main_table {
	width:948px;
	float:left;
}
.left_menu_head{
	float:left;
	width:400px;
}
.cart_display {/* div around cart*/
/*float:right;*/
}

#category_over {/* div around cart*/
	color:#C75B58;
	font-weight:normal;
}

#left_menu_sub_over{
	color:#C75B58;
}

.shop_catagory_td {
width:198px;
padding-right:10px;
}

.shop_catagory_td  a {
color:#ffffff;
font-weight:normal;
text-decoration:none;
}
.shop_catagory_td  a:visited {
color: #FFffff;
font-weight:normal;
text-decoration:none;
}
.shop_catagory_td  a:hover {
	color: #C75B58;
	font-weight:normal;
	text-decoration:underline;
}

#shopitems{}

.shop_main_td {
width:198px;
padding-left:10px;
}
/*	ALL SELECTS and TextAreas */
select, textarea {
	background-color: #333333;
	border:none;
	font-size: 10px;
	color: #ffffff;
	padding: 2px 0px 2px 5px;
}


.shopping_cart_table {padding:5px;}


/*	PAYMENTS PAGE*/
#left-part {
	float: left;
	width: 200px;
	font-size: 11px;
	font-weight: bold;	
	background-color:#fff;
	padding:5px;
}

#top_space {
margin-top:20px;}

#middle-part {
	margin: 0 0px 0 50px;
	padding: 2px 0;
	width: 500px;
	vertical-align:top;
	height:100%;
	float:left;
}
/*	end PAYMENTS PAGE*/
.breaker{
	border-bottom:solid 1px #666666;
	width:150px;
}
#left_menu_sub{
	margin-top:5px;
	
}
a.left_menu_sub{
	line-height:1.5;
}
.shop_pricing{
	line-height:2;
}
