/* @override http://www.outdoorgearstore.com.au/styles/nav.css */

/* @override http://www.outdoorgearstore.com.au/styles/nav.css */

/* @override http://www.outdoorgearstore.com.au/styles/nav.css */

/* @override http://www.outdoorgearstore.com.au/styles/nav.css */







#navigation_top {
	margin-top: 20px;
	width: 910px;
	height: 31px;
	background: #0066cc;
	text-align: center;
}


/* @group NAV SIDE*/
ul.side_nav_list {
	list-style-type: none;
	margin: 10px;
	padding: 0 10px;
}

#side_nav{
	width: 203px;
	background: #f4f4f4;
	clear: left;
	float: left;
	border: 1px solid #ccc;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-border-radius:4px;
	padding:5px;
}

#cart_mini{
	border: 1px solid #ccc;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-border-radius:4px;
	padding:5px;
	width: 203px;
	float:left;
	border: 1px solid #ccc;
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
	background: #fff url(/images/arrow_right.gif) no-repeat right center;
	cursor: hand;
	cursor:pointer;
}

#cart_mini:hover{
	background: #f4f4f4 url(/images/arrow_right.gif) no-repeat right center;
}

#side_container{
	width: 213px;
	float: left;
	margin-right: 7px;
}


ul.side_nav_list {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ul.side_nav_list li {
	font-size: 12px;
	color: #fff;
	padding: 1px 5px;
}

ul.side_nav_list li a {
	color: #666;
	text-decoration: none;

}

ul.side_nav_list li a:hover {
	color: #000;
	
}

ul.side_sub_menu{
	list-style-type: none;
	margin: 0px;
	padding:0px 5px;
}



#cart-display{
	width: 213px;
	background: #f4f4f4;
	float: left;
	border:1px solid #ccc;
	margin-bottom:5px;
}

/* @end */

