/*
 * 
 * Dog & Puppy Products
 * Blue #0054A4
 * 
 */

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

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

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

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

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

#subcats li a.active { color:#0054A4; }

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

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

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


