@charset "utf-8";
/* This css file is for cart template overrides originally defined in /css/style.css */

#left {
	width: 700px;
}
#productDetail h2 {
	width: 100% !important;
}
a.hitem {
	color: #663300;
	text-decoration:none;
	padding-left:20px;
	font-size: 16px;
}
a.hitem:hover {color: #99cc33;text-decoration:none;}

/* category list styles from cart */
#categoryList .title a {
	color: #666;
	font-size: 14px;
	text-decoration: underline;
	font-weight: bold;
	line-height: 16px;
}

#categoryList .title a:hover {
	text-decoration: none;
	color: #999;
}
#categoryDescription h1 {padding-top: 20px;}
#banner {
	height: auto;
	width: 975px;
	padding: 0px;
	margin-top: 3px;
	position: relative;
	background-image: none;
}
#catMenu {
	width:220px;
	height:auto;
	font: lighter 14px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #795727;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 20px;
}
#catMenu a {
	font: lighter 14px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #795727;
	text-decoration: none;
	outline: none;
}
#catMenu a:hover {
	color: #CF9E4F;
	text-decoration: none;
}
#left {
	width: 690px;
	margin-right: 10px;
	background-color: #FFF;
	height: auto;
}

