/* universal styling */
html,body{
	background:#5c6574 url('../images/common/bkg-body.jpg') repeat-x 0 0;
	margin:0;
	padding:0;
	text-align:center;
	line-height: auto;
}
html {
	padding:5px 0 20px 0;
}
a {
	color:#fff;
}
.clear {
	clear:both;
	width:100%;
	height:0;
	font-size: 0px;
}
#bd td.clear-top {
	padding-top:0;
}
#bd td.clear-right {
	padding-right:0;
}
#bd td.clear-bottom {
	padding-bottom:0;
}
#bd td.clear-left {
	padding-left:0;
}


/* main container */
#main{
	display:block;
	margin:0 10px;
	padding:0;
}
#cont{
	margin:0 auto;
	width:960px;
	text-align:center;
}
#cont #hd,
#cont #bd,
#cont #ft{
	text-align:left;
	width:970px;
}

/* Header */
#hd {
	position:relative;
	margin: 0px 0px 10px 0px;
}
#hd H1 {
	position:absolute;
	top:15px;
	left:0;
	width:285px;
	padding:0;
	margin:0;
	visibility: visible;
}
#hd table {
	width:100%;
}
#hd table table {
	width:auto;
}
#profilenav {
	text-align:right;
	padding:4px 0 4px 4px;
	height:30px;
}
#profilenav.anonymous #profileanonymous {
	display:block;
	float:right;
}
#profilenav.anonymous #profileanonymous IMG {
	margin-left:10px;
}
#profilenav.anonymous #profilelogin,
#profilenav.anonymous #profilelogout {
	display:none;
}
#profilenav.login #profilelogin {
	display:block;
	float:right;
}
#profilenav.login #profilelogin TD {
	text-align:left;
	vertical-align:middle;
	font-size:0.9em;
	padding:0 0 0 5px;
}
#profilenav.login #profilelogin TD A {
	font-weight:bold;
}
#profilenav.login #profileanonymous,
#profilenav.login #profilelogout {
	display:none;
}
#profilenav.logout #profilelogout {
	display:block;
	float:right;
}
#profilenav.logout #profileanonymous,
#profilenav.logout #profilelogin {
	display:none;
}
#profilenav.logout #profilelogout TD {
	padding-right:10px;
	font-weight:bold;
	color:#666;
}
#topnav-bar {
	height:32px;
	position:relative;
}
#tabnav {

	margin:0;
	padding:0 15px 0 0;
	text-align:right;
	height:28px;
	vertical-align:bottom;
	float:right;
	z-index:10;
}
#tabnav IMG {
	float:right;
}

#topnav-upper {
	width:954px;
	/* position:absolute;
	bottom:0;
	left:0; */
	height:8px !important;
	margin:0 8px;
	background-image:url('../images/common/bkg-topnav.gif');
	background-position:0 1px;
	background-repeat:repeat-x;
	visibility: visible;

}
#topnav-tl {
	position:relative;
	float:left;
	margin-left:-8px;
}
#topnav-tr {
	position:relative;
	float:right;
	margin-right:-8px;
}
#topnav-lower {
	height:8px !important;
	margin:0 8px;
	background-image:url('../images/common/bkg-topnav.gif');
	background-position:bottom left;
	background-repeat:repeat-x;
}
#topnav-bl {
	position:relative;
	float:left;
	margin-left:-8px;
}
#topnav-br {
	position:relative;
	float:right;
	margin-right:-8px;
}
#searchformlet {
	float:right;
	margin:3px 5px;
}
input.hdinput {
	width:117px;
	height:14.8px;
	margin:0 4px;
	font-size:1.0em;
}

#topnav {
	background-image:url('../images/common/bkg-topnav.jpg');
	background-repeat:repeat-x;
	background-color:#ededed;
}
#topnav LI img {
	display: block;
}
/*
#topcontrols  {display: block; overflow: visible;	height:59px; background-image:url('../images/common/bkg-topcontrols.gif'); }

#topcontrols  div.controlcontainer {
	clear: left;
	display: block;
	background-image:url('../images/common/bkg-topcontrols.gif');
	border-width:0 2px;
	background-color:#fff;
}

 #topcontrols div{
	vertical-align:middle;
	padding:4px 6px 0 6px;
	height: 40px;
	float: left;
}
#topcontrols .dotted-right {
	background-image:url('../images/common/topcontrols_divider.gif');
	background-repeat:no-repeat;
	background-position:top right;

}
  */
 #topcontrols table {
	background-image:url('../images/common/bkg-topcontrols.gif');
	background-repeat:repeat-x;
	width:100% !important;
	height:58px;
	border:2px solid #999;
	border-width:0 2px;
	background-color:#F8F7F8;
}
#topcontrols TD {
	vertical-align:middle;
	padding: 6px 8px;
}
#topcontrols TD.dotted-right {
	background-image:url('../images/common/dt.gif');
	background-repeat:repeat-y;
	background-position:top right;
}

#my-local-store {
	line-height:14px;
}
#my-local-store A {
	line-height:15px;
}
#my-local-store IMG {
	margin-bottom:-3px;
	margin-right:5px;
}

.home-footer-promos {
	overflow: hidden;
	display: block;
	background-color: #ccc9c9;

}

#orangezone {
	position: absolute;
	left: 2px;
	z-index: 3500;
}

#orangezone img {
	float:left;
}
#orangezone .imgBottom {
	position:absolute;
	top:71px;
	left:0;
}

.home-footer-promos .bottomads {
	float:left;
	margin: 72px 0 0 6px;
}

.home-footer-promos .bottomads img {
	margin-left: 4px;
}




/* Body */
#bd table {
	width:100%;
	/* margin:3px -3px; */
	border-spacing: 0px;
	border-collapse: collapse;
}
#bd td {
	/* padding: 4px; */ /* AZ NOTE: causing spacing issues in 'address entered' section on shipping verification page */
}
#bd td div {
	/*
	background-color:#ccc;
	width:100%;
	*/
	/* AZ NOTE: causing site-wide issues.  This is too generic.  Disabling. */
}

/* Side Nav */
#sn{
	background-color:#FFFFFF;
	float:left;
	font-size:0.85em;
	width:230px;
}


#sn table {
	text-align: left;
}

#parts_shelf #sn ,
#parts_product #sn {
	width: 227px;
}

#sn table tr td ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}


#sn table tr td ul li {
	vertical-align:top;
	padding-left: 20px;
	padding-top: 8px;
	background-image: url('../images/common/icn_arrow.gif');
	background-repeat: no-repeat;
	background-position:10px 11px;
}

#sn table tr td ul li ul li {
	background-image:url(../images/common/icn_arrow.gif);
	background-position:8px 11px;
	background-repeat:no-repeat;
	margin-left:-20px;
	padding-top:8px;
	vertical-align:top;

}

#sn table tr td ul li a{
	color: #5C6574;
	font-weight: bold;
}

#sn table tr td ul li#secondary-nav {
	background-image: none;
	padding-top:0px;

}

#sn table tr td ul li.no-link {
	background-image: none;
	color:#B2B2B2;
}

#sn table tr td#nav-header {
	background-image:url(../images/parts_landing/selectCategory.gif);
	background-position:0px;
	background-repeat:no-repeat;
	height:35px;
	margin-bottom:15px;
	margin-top:7px;
	width:230px;
}

#sn table tr td#parts-shelf-nav-header {
	background-image:url(../images/parts_shelf/arrow_high.png);
	background-position:10px;
	background-repeat:no-repeat;
	height:35px;
	width:227px;
}

#sn table tr td#sidenav-td {
	background-color:#CCC9C9;
	color:#FFFFFF;
	text-align:left;
	width:245px;
}

#sn ul li.selected-part,
#sn ul li ul li.selected-part {
	background-color:#FFFFCC;
	background-image:none;
	display:block;
	font-weight:bold;
	height:22px;
	margin-bottom:-4px;
	margin-top:5px;
	padding-left:12px;
}



#sn table tr td.selected-category {
		background-image:url(../images/parts_shelf/currentPageHighlight.gif);
		background-position:3px 5px;
		background-repeat:no-repeat;
		color:#F68428;
		font-weight:bold;
		height:47px;
		padding-top:12px;
		width:198px;
		padding-left:10px;
		margin: 0pt;
}


/* Footer */
#ft{
	margin: 10px 0px 0px 0px;
	color:#fff;
	font-size:85%;
}
#ft table {
	width:100%;
}
#ft table td {
	vertical-align:top;
}
#ft h2{
	font-size:85%;
	margin:0;
}
#ft a{
	color:#d5d9e0;
}
#ft #bottomnav div{
	float:left;
	margin:0 25px 0 0;
	padding-left:10px;
}
#ft #bottomnav div ul{
	margin:0;
	padding:0;
}
#ft #bottomnav div li{
	list-style-type:none;
}
#ft #copyright {
	color:#d5d9e0;
	white-space:nowrap;
	text-align:right;
}
LI.active-listing {
	background-color:#ededed;
}

#bd #home-slideshow {
	width:640px;
	height:284px;
	position: relative;
	background-color: #ccc9c9;
	overflow: visible;
}

#bd .slide {
	position:absolute;
	top: 0px;
	left: 0px;

}
#bd .slide-feature {
	visibility:hidden;
	position:absolute;

	left:11px;
	background:none;
}
#bd .slide-active .slide-feature {
	visibility:visible;
}

#bd .slide-link {position: absolute; top: 258px}

#bd .slide-link,
#bd #slide-link-play {
	float:left;

}
#bd #slide-link-play {
	position: absolute;
	top: 258px;
	margin-left:10px;
	margin-right:25px;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}

.no-float {
	float: none;
}


.orange {
	color:#F68428;
}

.white {
	color:#FFFFFF;
}

.hr {
	border-top: 1px solid #CCCCCC;
	line-height: 1px;
}

.rounded-corner {
	background-color: #CCC9C9;
}






.box {
  background: #A50205;
}
.boxtop {
  background: url(../images/az_images/ne.gif) no-repeat top right;
}
.boxtop div {
  font-size: 0;
  height: 15px;
  background: url(../images/az_images/nw.gif) no-repeat top left;
}
.boxbottom {
  background: url(../images/az_images/se.gif) no-repeat bottom right;
}
.boxbottom div {
  font-size: 0;
  height: 15px;
  background: url(../images/az_images/sw.gif) no-repeat bottom left;
}
.boxcontent {
  padding: 0px 15px 0px 15px;
  background: #;
}










.containerTable tbody td {
	line-height: 14px;
	vertical-align: middle;
}
.smalltableheading
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
	background-color: #5c6574;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-color: #5c6574;
	border-right-color: #5c6574;
	border-left-color: #5c6574;
	border-bottom-color: fff;
	padding: 5px;

}

