/*
Description: iqestores left side bar styles
Version: 1.0
*/

/*

 *	Left column

 *------------------------------*/
 


#left-column {
	clear: left;
	float: left;
	width: 175px;
	font-size: 11px;
	padding: 5px 0;
}
#left-column a {
	text-decoration: none;
	display: block;
	padding: 0;
	color: #000;
	margin: 0;
}

#left-column ul li a {
	background: #e9e9e9 url(/img/nav-marker.png) 8px 5px no-repeat;
	padding: 2px 0 2px 18px;
}

#left-column a:hover {
	color: #000000;
	background: #c0c0c0 url(/img/nav-marker.png) 8px 5px no-repeat;
}
#left-column ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#left-column li {
	margin: 0;
}
#left-column h3 {
	padding: 2px 5px 4px;
	color: #fff;
	background: #0c3467;
	border-top: 2px solid #663d0b;
	font-size: 1em;
	margin: 0 0 0 0;
}

#left-column-cart {
	
}

#left-column-cart #my-cart {
	background: url(/img/my-shopping-cart-icon.gif) 0 0 no-repeat;
	height: 34px;
}	

#left-column-cart #my-vehicle {
	background: url(/img/my-vehicle-icon.gif) 0 0 no-repeat;
	height: 34px;
}

#left-column-cart #my-cart h1 {
	color:#333;
	font-size:13px;
	padding: 6px 0 0 30px;
	font-weight: normal;
}

#left-column-cart .change-vehicle {
margin-top: 6px;
}

#left-column-cart .change-vehicle a {
text-decoration: underline;
display: inline;
}
#left-column-cart .change-vehicle a:hover {
background: none;
color: #990000;
}
 
#left-column-cart #my-vehicle h1 {
	color:#333;
	font-size:13px;
	padding: 6px 0 0 35px;
	font-weight: normal;
}

#left-column-cart #my-cart h1 a, #left-column-cart #my-vehicle h1 a {
	color: #FDB000;
	font-weight: normal
}	

#left-column-cart #my-cart h1 a:hover, #left-column-cart #my-vehicle h1 a:hover {
	color:#ff0000;
	text-decoration: underline;
	background: none;
}

#left-column-cart #checkout-mini {
	margin-bottom: 7px;
}

#left-column-cart #checkout-mini a:hover {
	background: none;
}

#left-column-cart h4 {
	font-size: 11px;
	font-weight: bold;
}

#left-column-cart h4 a {
	display: inline;
}

#left-column-cart h4 a:hover {
	background: #fff;
	text-decoration: underline;
}

#hitchsearch {
 margin:2px 0 2px 0;
 padding:0 0 0 0;
 background: #fff url(/img/hitch-look-up-01.gif) top left no-repeat;
 height: 31px;
 }
 
#learning-center {
	 margin:2px 0 2px 0;
	padding:0 0 0 0;
	background: #fff url(/img/learning-center-01.gif) top left no-repeat;
	height: 31px;
}
 
#left-column #hitchsearch a, #left-column #learning-center a {
	padding: 7px 0 0 41px; 
	color: #fff;
	font-weight: bold;
	text-decoration:none;
	border:none;
	font-size: 12px;
	font-family: Tahoma, Verdana, sans-serif;
}

#left-column #hitchsearch a:visited, #left-column #learning-center a:visited {
	color: #fff;
	text-decoration:none;
	border:none;
}

#left-column #hitchsearch a:hover, #left-column #learning-center a:hover {
	color: #ff0000;
	font-weight: bold;
	text-decoration:none;
	background: none;
	border: none;
	text-decoration: none;
}

/*Added by Brit*/
#left-column #user-info-cart-products {
	float:left;
	width:100%;
	margin-bottom:10px;
	font-size:90%;
}

#left-column #user-info-cart-products a {
	background:0;
	padding:0;
}

#left-column #user-info-cart-products li {
	float:left;
	width:100%;
	margin:4px 0 4px 0;
}

#left-column .user-info-product-img {
	float:left;
	height:30px;
	width:40px;
	border:solid 1px #CCCCCC;
	padding:0;
	margin-right:5px;
}
