/******************* Background Images */
.backFooter {
	background-image: url(images/back_footer.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
.backNav_white {
	background-image: url(images/leftnav_white_back.gif);
	background-repeat: repeat;
	background-color: #FFFFFF;
}
.backLeftnav {
	background-image: url(images/leftnav_back.gif);
	background-repeat: repeat-y;
	background-color: #CECECE;
}
.backContent {
	background-image: url(images/content_back.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}
.backSearch {
	background-image: url(images/head_search_back.jpg);
	background-repeat: no-repeat;
}
.backBoxtop {
	background-image: url(images/box_top.gif);
	background-repeat: repeat;
}
.backBoxbottom {
	background-image: url(images/box_bottom.gif);
	background-repeat: repeat;
}
.backBoxleft {
	background-image: url(images/box_left.gif);
	background-repeat: repeat-y;
}
.backBoxright {
	background-image: url(images/box_right.gif);
	background-repeat: repeat;
}
.backBody{
        background-color: #ffffff;
        background-image: url(images/body_back.gif);
        background-repeat: repeat-y;
}
.backBodycheckout{
        background-color: #0C368B;
        background-image: url(images/body_back_checkout.gif);
        background-repeat: repeat-y;
}
.backText{
	background-color: #FAFAFA;
}
.backSpecials{
	background-color: #F1DB4A;
	padding-right: 10px;
	padding-left: 10px;
}
.backSubhead_gray {
	background-image: url(images/subhead_tile.gif);
	background-repeat: repeat-x;
}
.backSubhead_home_blue {
	background-image: url(images/subhead_blue_home_tile.gif);
	background-repeat: repeat-x;
	padding-top: 5px;
	padding-left: 8px;
}
.backSubhead_blue {
	background-image: url(images/subhead_blue_sub_tile.gif);
	background-repeat: repeat-x;
}

.backHome_body {
	padding: 4px 18px;
	background-image: url(images/img_home_back.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}
backContent_foot {
	background: url(images/content_foot_back.gif);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #040404;
	padding: 4px;
}
/************************ Text Settings */
.linkText {
	font-family: arial, helvetica, verdana, geneva, sans-serif;
	font-size: 13px;
	line-height: 12px;
	font-weight: 400;
	color: #4B4B4B;
}
	A.linkText:link {
		color: #4B4B4B;
		text-decoration: none;
}
	A.linkText:visited {	
		color: #858585;
		text-decoration: none;
}
	A.linkText:hover {		
		color: #B24072;
		text-decoration: underline;
}
	A.linkText:active {		
		color: #ffB347;
		text-decoration: underline;
}

.linkTextw {
	font-family: arial, helvetica, verdana, geneva, sans-serif;
	font-size: 12px;
	line-height: 12px;
	font-weight: 400;
	color: #4B4B4B;
}
	A.linkTextw:link {
		color: #ebebeb;
		text-decoration: none;
}
	A.linkTextw:visited {	
		color: #ebebeb;
		text-decoration: none;
}
	A.linkTextw:hover {		
		color: #B24072;
		text-decoration: underline;
}
	A.linkTextw:active {		
		color: #ffB347;
		text-decoration: underline;
}



.brandText {
	font-family: arial, helvetica, verdana, geneva, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: 900;
	color: #B24022;
	text-align: left;
}
	A.brandText:link {
		color: #B24022;
		text-decoration: none;
		text-align: left;
}
	A.brandText:visited {
		color: #4958AA;
		text-decoration: none;
		text-align: left;
}
	A.brandText:hover {		
		color: #B24022;
		text-decoration: underline;
		text-align: left;
}
	A.brandText:active {		
		color: #999900;
		text-decoration: underline;
		text-align: left;
}
.bodyTextLight {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:17px;
	color: #666666;
	font-weight: 400;
	text-align: left;
}
	A.bodyTextLight:link {
		font-size: 12px;
		color: #000078;
		text-decoration: none;
}
	A.bodyTextLight:visited {
		font-size: 12px;
		color: #2A2A92;
		text-decoration: none;
}
	A.bodyTextLight:hover {
		font-size: 12px;
		color: #0D3185;
		text-decoration: underline;
}
	A.bodyTextLight:active {
		font-size: 12px;
		color: #CA0612;
		text-decoration: underline;
}		
.bodyTextBold {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:17px;
	color: #333333;
	font-weight: 900;
	text-align: left;
}
	A.bodyTextBold:link {
		font-size: 12px;
		color: #4958AA;
		text-decoration: none;
}
	A.bodyTextBold:visited {
		font-size: 12px;
		color: #999999;
		text-decoration: none;
}
	A.bodyTextBold:hover {
		font-size: 12px;
		color: #b24022;
		text-decoration: underline;
}
	A.bodyTextBold:active {
		font-size: 12px;
		color: #CA0612;
		text-decoration: underline;
}		
.button_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: 400;
	color: #666666;
	text-align: left;
}
	A.button_text:link {
	color: #000000;
	text-decoration: none;
	text-align: left;
}
	A.button_text:visited {
		color: #333333;
		text-decoration: none;
		text-align: left;		
}
	A.button_text:hover {	
		color: #0D3185;
		text-align: left;
		text-decoration: underline;
}
	A.button_text:active {
		color: #CA0612;
		text-align: left;
		text-decoration: underline;
}
.bodyTextNumber {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #4958AA;
	font-weight: 900;
	text-align: left;
}
.specialsItem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 19px;
	font-weight: 900;
	color: #000000;
	text-decoration: none;
}
.specialsNumber {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 14px;
	font-weight: 900;
	color: #4958AA;
	text-decoration: none;
}
.specialsPrice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 14px;
	font-weight: 900;
	color: #B24022;
	text-decoration: none;
}

.specialsHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 19px;
	font-weight: 900;
	color: #000000;
	text-decoration: none;
	text-align: left;
}
.specialsHeadBig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 19px;
	font-weight: 900;
	color: #000000;
	text-decoration: none;
	text-align: left;
}
.subHeadWhite {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:17px;
	color: #FFFFFF;
	font-weight: 900;
	text-align: left;
}
.subHeadBlue {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:17px;
	color: #0035AD;
	font-weight: 900;
	text-align: left;
}
.loginTextbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: 900;
	color: #000000;
	text-align: left;
}
.loginText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
	color: #000000;
	text-align: left;
}
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
	color: #666666;
	line-height: 14px;
}
.padding4 {
	padding: 4px;
}	
.paddingContent_box {
	padding: 8px;
}	
.paddingLeft {
	padding: 0px 8px;
}	
.paddingNav {
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
}
.paddingTop {
	padding-top: 4px;
	padding-bottom: 4px;
}
.paddingDivider {
	padding-bottom: 2px;
}
.paddingSearch {
	padding-right: 18px;
}
.paddingFooter {
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 2px;
}
