h2.section{
	margin-top: 10px;
	border-bottom: 1px solid #000000;
}

h2.product_theme{
	margin: 10px;
	margin-left: 0;
}

.product_listing{
	margin-bottom: 18px;
}

div.listing{
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
}

table.cart td, table.cart th{
	padding: 4px;
}

div.products{
	padding: 10px;
}

.product_title{
	font-weight: bold;
	font-size: 14px;
}

div.tabs{
	padding: 0;
	margin: 0;
	position: relative;
	text-align: left;
border-bottom: 1px solid gray;	
}

ul.basictab, ul.basictab li{
	padding: 0;
	margin: 0;
}

tr.alternative{
	background-color: #ffffd4;
}

.basictab{
margin-left: 0;
padding: 0;
margin: 0;
font: bold 16px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

ul.listing{
	border-bottom: none;
}

.basictab li{
display: inline;
margin: 0;
}

.basictab li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid gray;
border-bottom: none;
background-color: #ffffd4;
color: #2d2b2b;
}

.basictab li a:visited{
color: #2d2b2b;
}

.basictab li a:hover{
background-color: #7C7C1C;
color: #ffffff;
}

.basictab li a:active{
color: black;
}

.basictab li.selected a{ /*selected tab effect*/
position: relative;
padding-top: 4px;
background-color: #7C7C1C;
border-bottom: 0px;
color: #ffffff;
}

.basictab li.selected a:hover{
	background-color: #066CB7;
}

#main2
{
	background: #fff;
	width:760px;
}

#header a{
	background-color: white;
}

p{
	margin-bottom: 12px;
}