/* Header *****************************************************************************************/

#freeShippingMsg {
	padding: .3em 0;
	margin: 0 0 1em;
	background: url("/media/img/backgrounds/pattern-01.png");
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	font-size: 120%;
	letter-spacing: .1em;
}


#newsletterForm {
	float: right;
	padding: 0 5px 3px;
	height: 57px;
	font-size: 12px;
	background-image: url( "/media/img/backgrounds/pattern-04.png" );
}
#newsletterForm input { font-size: inherit; }
#newsletterForm .labelRow { color: #FFF; }
#newsletterForm .textField { margin-right: 3px; }
#newsletterForm .humanAnswerField { width: 2em; }
#newsletterForm .emailField { width: 15em; }
#newsletterForm .submitBtn { border: 1px solid #a2a2a2; text-transform: uppercase; }
#newsletterForm .response { font-size: 14px; color: #FFF; padding:1em; }

#contactUsHeader {
	float: right;
	padding: 0 7px 3px;
	height: 57px;
	color: #FFF;
	line-height: 2em;
	background-image: url( "/media/img/backgrounds/pattern-02.png" );
}
#contactUsHeader a { color: #FFF; }

#searchForm {
	position: absolute;
	right: 15px;
	bottom: 14px;
	z-index: 3;
	padding: 3px;
	background-color: #FFF;
	border: 1px solid #444444;
}
#searchForm input, #searchForm img { vertical-align: middle; }
#searchForm .textField { width: 230px; border: none; }
#searchForm .submitBtn {
    background-color: #3F403D;
    border: 1px solid #444444;
    color: #FFFFFF;
}

/* Override the standard jquery-accordian styles for the category tree ****************************/
#categoryTree {
	padding: 10px;
	font : 14px 'Cabin',sans-serif;
	background: url( "/img/backgrounds/black-stripes.png" ) repeat scroll 0 0 #000;
}

#categoryTree a {
	margin: 0;
	padding: 3px;
	border: none;
	font-weight: normal;
	color: #8FDAFF;
	background:none;
}
#categoryTree a:hover {
	color: #37A3DF;
	text-decoration: none;
}

#categoryTree li.group {
	border-bottom: 1px dotted #5F5F5F;
}

#categoryTree .group ul {
	background: none;
	border: none;
	padding: 0 0 10px 3px;
}

#categoryTree .subGroup a {
	font-family: Arial;
	font-size: 12px;
	color: #FFF;
}
#categoryTree .subGroup a:hover {
	color: #37A3DF;
}

/* Sidebar ***************************************************************************************/
#sidebar #siteRating { margin: 10px 0; }