/*
 * 
 * Horse Products
 * Purple #AA41D5
 * 
 */

#products {
	border-left:solid 30px #BA47C8;
	width:100%;
	margin-bottom:20px;
	color:#333;
}

#highlights .highlight .active { background: #BA47C8; }
#highlights #options-control { background:#BA47C8; color:#fff; font-size:1.1em; }

.product .img {
	background:white;
	border:solid 1px #BA47C8;
	float:left;
	width:182px;
	margin-right:20px;
}

.product .img2 {
	background:white;
	border:solid 1px #BA47C8;
	float:right;
	width:182px;
	margin-left:20px;
}

table.options tr { border-bottom:solid 1px #BA47C8; }

#subcats li a.active { color:#BA47C8; }

.product  .qty {
	border:solid 1px #BA47C8;
	padding:2px 0 2px 0;
	text-align:center;
	width:25px;
}

.product  .submit {
	padding:1px 15px 1px 15px;
	border:solid 1px #BA47C8;
}

.brand ul li { background:url(../images/purple-bullet.gif) no-repeat center left; }

