/* CSS Document */

#secondary{
	display:none;
}
#main h2{
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	margin:0 0 5px 0;
}
#main h3 {
	font-size:1.1em;
	font-weight:bold;
	text-transform:uppercase;
	margin:0 0 5px 0;
}
.panel{
	width:568px;
	padding:20px;
}
.panel p{
	margin-bottom:10px;
}
/*=============== SPRITE NAV ===============*/
#customer_service_nav{
	margin-top:10px;
}

#customer_service_nav a{
	background-image:url(http://www.demarini.com/nav_sprite_cs.gif);
}
#warranty_link{
	width:96px;
	background-position:0px -75px;
}
#warranty_link.hover{
	background-position:0px -100px;
}
.selected #warranty_link{
	background-position:0px 0px;
}

#bat_care_link{
	width:93px;
	background-position:-96px 0px;
}
#bat_care_link.hover{
	background-position:-96px -25px;
}
.selected #bat_care_link{
	background-position:-96px -75px;
}

.alternate #bat_care_link {
	background-position:-96px -150px;
}

.alternate #bat_care_link.hover {
	background-position:-96px -200px;
}

#faqs_link{
	width:80px;
	background-position:-189px 0px;
}
#faqs_link.hover{
	background-position:-189px -50px;
}
.selected #faqs_link{
	background-position:-189px -150px;
}

/*=============== WARRANTY FORM ===============*/
#warranty{
	display:block;
}
#warranty_form {
	margin:10px 0 0 0;
}
#warranty_form #model_name_bat_image {
	display:block;
	margin:0 0 6px 117px;
}
#warranty_form label {
	float:left;
	display:block;
	width:115px;
	text-align:right;
	margin:0 5px 0 0;
	clear:both;
	font-size:1.1em;
}
#warranty_form p {
	clear:both;
	font-size:1.1em;
	font-weight:bold;
	margin:0 0 10px 20px;
}
#warranty_form input.text,
#warranty_form select,
#warranty_form textarea {
	float:left;
	display:block;
	margin:0 0 10px 0;
	border-width:0;
	border-top:1px solid #999;
	border-left:1px solid #999;
	font-size:10px;
}
#warranty_form select{
	width:250px;
}
#warranty_form input.text,
#warranty_form textarea {
	width:240px;
	padding:2px 5px;
}
#warranty_form input.checkbox {
	clear:both;
	float:left;
	width:auto;
	display:block;
	margin:0 5px 0 20px;
}
#warranty_form input.submit_button {
	clear:both;
	display:block;
	margin:0 0 10px 252px;
	padding:0;
}
#warranty_form input.focus {
	border-color:#ffc423;
}
#warranty_form label.checkbox {
	float:left;
	width:400px;
	text-align:left;
	clear:none;
	margin:0 0 10px 0;
}

#warranty_form .error {
	display: block;
    float:left;
	margin: 0px 5px 0 5px;
	font-weight: bold;
	color: red;
}

#warranty_form .required {
	display: block;
    float:left;
	margin: 0px 5px 0 5px;
	font-weight: bold;
	color: red;
}

#warranty_form .not_required {
	display: block;
    float:left;
	margin: 0px 5px 0 5px;
	font-weight: bold;
	color: red;
}

/*=============== RMA FORM ===============*/
#rma{
	display:block;
}
#rma_form {
	margin:10px 0 0 0;
}
#rma_form label {
	float:left;
	display:block;
	width:115px;
	text-align:right;
	margin:0 5px 0 0;
	clear:both;
	font-size:1.1em;
}
#rma_form p {
	clear:both;
	font-size:1.1em;
	font-weight:bold;
	margin:0 0 10px 20px;
}
#rma_form input.text,
#rma_form select,
#rma_form textarea {
	float:left;
	display:block;
	margin:0 0 10px 0;
	border-width:0;
	border-top:1px solid #999;
	border-left:1px solid #999;
	font-size:10px;
}
#rma_form select{
	width:250px;
}
#rma_form input.text,
#rma_form textarea {
	width:240px;
	padding:2px 5px;
}
#rma_form input.checkbox {
	clear:both;
	float:left;
	width:auto;
	display:block;
	margin:0 5px 0 20px;
}
#rma_form input.submit_button {
	clear:both;
	display:block;
	margin:0 0 10px 252px;
	padding:0;
}
#rma_form input.focus {
	border-color:#ffc423;
}
#rma_form label.checkbox {
	float:left;
	width:400px;
	text-align:left;
	clear:none;
	margin:0 0 10px 0;
}

#rma_form .error {
	display: block;
    float:left;
	margin: 0px 5px 0 5px;
	font-weight: bold;
	color: red;
}

#rma_form .required {
	display: block;
    float:left;
	margin: 0px 5px 0 5px;
	font-weight: bold;
	color: red;
}

#rma_form .not_required {
	display: block;
    float:left;
	margin: 0px 5px 0 5px;
	font-weight: bold;
	color: red;
}

/*=============== BAT CARE SECTION ===============*/
#bat_care ul li {
	list-style-type:square;
	margin:10px 15px;
}
/*=============== FAQ SECTION ===============*/
#faqs dl {
	margin:20px 0;
	border-bottom:1px solid #727272;
}
#faqs dt {
	border-top:1px solid #727272;
	padding:10px 0;
	font-weight:bold;
	font-size:1.1em;
	color:#ffc423;
	cursor:pointer;
}
#faqs dt dfn {
	display:inline;
	padding-right:12px;
	font-weight:bold;
	color:#333;
	background: transparent url(http://www.demarini.com/collapsed.gif) no-repeat 100% 50%;
}
#faqs dt.hover dfn {
	text-decoration:underline;
}
#faqs dt.expanded dfn {
	background-image:url(http://www.demarini.com/expanded.gif);
}
#faqs dd {
	display:none;
	color:#333;
	margin-left:15px;
	padding:0 0 10px 0;
	text-indent:-13px;
}
#faqs dd span {
	font-weight:bold;
}
/*=============== CONTACT INFO SIDEBAR ===============*/

* html #sidebar {
	background: #aa9485 !important;
}
#contact_info {
	background:#444;
	color:#fff;
}
#contact_info h3 {
	color:#ffc423;
	font-size:1.1em;
	font-weight:bold;
	padding:15px 20px 0 20px;
}
#contact_info p {
	padding:0 20px;
}

