body
{
	background-color: #00246A;
	width: 100%;
	font-family: arial;
	padding: 0;
	margin: 0;
}
.primary {
	color:  #FF7100;
}

h1
{
	color:  #FF7100;
}
h2
{
	padding-top: 0;
	margin: 0 0 10px 0;
	color:  #FF7100;
}
h3
{
	color:  #00246A;
	margin-bottom: 0;
	padding-bottom: 0;
}

h4
{
	color:  #00246A;
	margin-bottom: 0;
}	
#banner
{
	padding-top: 0px;
	margin-top: 0px;
	width: 100%;
	text-align: center;
}
#sidebar
{
	float: left;
	color:  #FF7100;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	margin-top: 30px;
	margin-right: 1%;
	height: 94%;
	min-height: 565px;
	background-color: #10347A;
	width: 16%;
    	border: 2px solid #FF7100;
}
#sidebar p
{
	padding-top: 0;
	margin-top: 0;
}

#sidebar :visited 
{
	color: white;
}


.background
{
	float: left;
 	padding: 0px;
 	margin: 0px;
	width: 72%;
	height: 95%;
	min-height: 580px;
    	background-color: white;
	color: black;
   	background-image: url("../images/background.jpg");
    	background-position: right top;
    	background-repeat: no-repeat;
    	border-left: 2px solid #FF7100;
    	border-right: 2px solid #FF7100;
    	border-bottom: 2px solid #FF7100;
}

.button 
{
 	width: 100%;
	border: 0;
}

.tab_selected  
{
	vertical-align: bottom;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 2px solid white;
 	margin: 0;
	width: 100%;
}

.tab_unselected  
{
	border-bottom: 2px solid #FF7100;
 	width: 100%;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	margin: 0;
	vertical-align: bottom;
}


.tab-table 
{
	border: 0;
	width: 80%;
	vertical-align: bottom;
	padding: 0;
	margin: 0;
	float: left;
}

#content
{
	padding: 1% 1% 0% 1%;
}

.bestseller-table {
	width: 100%;
}

.bestseller-table td {
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 5px;
}

.bestseller-table td h3 {
	padding: 0;
	margin: 0;
}

.bestseller-table .image {
	width: 10%;
}

.bestseller-table .image img {
	width: 100px;
	border: 1px solid black;
}
