/*
 * 
 * Cat & Kitten Products
 * Orange #F78F1E
 * 
 */

#products { border-left:solid 30px #F78F1E; }

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

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

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

table.options tr td, table.options tr th { border-bottom:solid 1px #F78F1E; }

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

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

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

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