/*
CSS FILE FOR:							BILLINGS SPORTS
-----------------------------------------------------------------------------------------------------
(Dark) Link Color:						#ad1016
(Medium) Link Hover Color:				#dd7478
(Light) Background Color:				#fde8e9
Path to Images:							../../../images/dealer/billings/
-----------------------------------------------------------------------------------------------------
*/


div#contact-bar {
	color: #a9171d;
	background-image: url('../../../images/dealer/billings/contact-bar.gif');
}

a:link,
a:visited,
a:active,
a:hover {
	color: #ad1016;
}

a:hover {
	color: #dd7478;
}

input.input-big {
	background-image: url('../../../images/dealer/billings/input-big.gif');
}

input.input-big-focus {
	background-image: url('../../../images/dealer/billings/input-big-focus.gif');
}

div#header-cart {
	background-image: url('../../../images/dealer/billings/header-cart.gif');
}

div#header-support {
	background-image: url('../../../images/dealer/billings/header-support.gif');
}

div.box-right {
	background-color: #fde8e9;
}

.highlight {
	background-color: #fde8e9;
}

div#customize {
	background-color: #fde8e9;
	border: 1px solid #ad1016;
}