/*
Description: iqestores left side bar styles
Version: 1.0
*/

/*

 *	Left column

 *------------------------------*/
 


#left-column {
	clear: left;
	float: left;
	width: 175px;
	font-size: 11px;
	padding: 0 0 5px;
}

#left-column h3 {
	font-size: 16px;
	font-family: arial, verdana, sans-serif;
	height: 22px;
	/*background: url(/img/nav-star.gif) 0 0 no-repeat;*/
	margin-top: 10px;
	color: #000;
	border-top: 3px solid #003;
	padding-top: 3px;
}

#left-column ul{
margin: 0;
padding: 0;
list-style-type: none;
font-size: 12px;

}

#left-column li a{
display: block;
padding: 3px 0 2px 7px;
background: url(/img/nav-triangle.gif) 0 6px no-repeat;
text-decoration: none;
color: #333300;
border-top: 1px solid #fff;
border-bottom: 1px solid #ccc;

}


#left-column li a:hover {
	background: url(/img/nav-triangle.gif) 0 -42px no-repeat;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}

#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 {
	
}

#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: #FDB000;
	font-weight: normal;
	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: normal;
	text-decoration:underline;
	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;
}

#user-info-cart-products li a {
border: none;
}

#user-info-cart-products p {
color: #333;
}

