#minicart
{
	border:1px solid #CCC;
	width:230px;
	position:absolute;
	margin-top:92px;
	margin-left:508px;
/*	height:300px;*/
	background-color:#DBDBB7;
}

#minicart{
	padding:10px;
}

#close_mini {
	text-decoration: none;
}

#close_mini:hover {
	text-decoration:underline;
}

#close_mini:after {
	content:url(close-icon.png);
}

#check_out {
	text-decoration: none;
}

#check_out:hover {
	text-decoration:underline;
}

#check_out:after {
	/*content:url(checkout_icon.png);*/
	content:url(cart3.gif);
}

#header {
/*	background: #DBDBB7; */
	/*content:url(logo2.gif);
	position:absolute;*/
background-image: url(outdora_head.jpg);
	background-repeat: no-repeat;  	
}

#footer {
	background: #DBDBB7;
}

#searcharea {
	background: #8C5B3A;
}

#nav-general li{
	margin-top: 65px;
	background-color:#DBDBB7;
	border-style:none;
	/*position: absolute;*/
}

#nav-general li a:hover {
	background-color:#DBDBB7;
}

hr {
	background-color: #5E3F2A;
	color: #5E3F2A;
}


#Loading{
	position:absolute;
	/*border:1px solid #000;*/
	margin-top:20px;
	margin-left:20px;

}
#container{
	width:980px;
}
#nav-general{
	display:none;
}
#header{
min-height:115px;
height:115px;
}
#searcharea{
	display:none;
}

#MyCart{
/*	position:absolute;*/
/*	margin-top:50px;*/
/*	margin-left:713px;*/
	margin-top:50px;
	float:right;
	z-index:1;
	margin-right:5px;
}
#CartBody{
/*	height:300px;*/
	background-color:#fff;
	border:1px solid #ccc;
	position:absolute;
	/*width:258px; */ 
	width:300px;  
	margin-top:-2px;
	margin-left:-33px;	
	
}
#CloseCart img{
	cursor: pointer;
}
#CloseCart{
	text-align:right;
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
}

#CartContent{
	height:350px;
	overflow:auto;
}

#CartUnitPrice{
	padding-right:20px;
}
#CartButton{
	background-image:url(mycart-v2.jpg);
	background-repeat:no-repeat;
	height:25px;
	margin-top:2px;
	/*padding-top:5px;*/
	padding-right:4px;
	text-align:right;
	width:260px;	
	cursor: pointer;
}
#MyCart input
{
	height:12px;
	font-size:10px;
	margin-top:10px;
	
}

#bodycontent {
	width:830px;
}
body{
	font-family:arial;
}

#CartContent div b a{
	color:#8C5B3A;
}
#CartContent div div a{
	color:#336600;
}

