/*
BASIC GRID
---------------------------*/
a:active, a:focus{
	outline: 0;
}
h1 {
	padding:0 0 5px 10px;
	background:url(/images/set_a/en_US/local/brandstores/common/h1-bg.gif) repeat-x center bottom;
}
.footerKickerContainer h1 {
	padding:0;
	background:none;
}
#brand-nav {
	background:url(/images/set_a/en_US/local/brandstores/common/brand-nav.gif) no-repeat center bottom;
}
#brand-nav ul {
	margin:0;
}
#brand-nav ul li {
	float:left;
	height:22px;
	background:none;
	line-height:21px;
	padding:0 0 0 33px;
}
#brand-nav ul li a {
	color:#006699;
	text-transform:uppercase;
}
#brand-nav ul li.active a {
	color:#cc0000;
}
#primary-content {
	width:940px;
	position: relative;
}
#primary-content .span-1 {
	float:left;
	width:313px;
}
#primary-content .span-2 {
	float:left;
	width:627px;
}
#primary-content .span-3 {
	width:100%;
}

/*
CAROUSEL
---------------------------*/
.carousel {
	overflow: hidden;
	position: relative;
}
.carousel .slide {
	float: left;
}
.carousel .preLoad {
	position:absolute;
	top:40%;
	left:50%;
	padding:10px;
	border:1px solid #cc0000;
	font-size:14px;
	color:#333;
}

/*
CAROUSEL (high-complexity)
---------------------------*/
.high-complexity .carousel,
.high-complexity .carousel .slide {
	width:940px;
	height:405px;
}
.high-complexity .carousel-controls {
	width:940px;
	height:44px;
	margin:0;
	padding:0;
	background:#fff url(/images/set_a/en_us/local/brandstores/carousel/hc_carousel_nav.gif) 0 0 repeat-x;
}
.high-complexity .carousel-controls td {
	text-align: center;
	padding: 0;
}
.high-complexity .carousel-controls a {
	color: #006699;
	width: auto;
	background:#fff url(/images/set_a/en_us/local/brandstores/carousel/hc_carousel_nav_a.gif) 0 center repeat-x;
	padding: 7px;
	text-decoration: none;
	text-transform: uppercase;
	outline:none;
	font-size:12px;
}
.high-complexity .carousel-controls a:hover,
.high-complexity .carousel-controls a:active {
	color: #cc0000;
	font-size:12px;
}
.high-complexity .carousel-controls a.selected {
	color: #cc0000;
	background:#fff url(/images/set_a/en_us/local/brandstores/carousel/hc_carousel_nav_a_on.gif) center center no-repeat;
	cursor: default;
	font-size:12px;
}
.high-complexity .carousel-controls a.disabled {
	cursor: default;
	
}
.high-complexity .carousel-controls a.prevBtn {
	display:block;
	height:44px;
	width:44px;
	text-indent:-9999px;
	background:#fff url(/images/set_a/en_us/local/brandstores/carousel/hc_carousel_nav.gif) 0 -44px no-repeat;
	padding: 0;
}
.high-complexity .carousel-controls a.nextBtn {
	display:block;
	height:44px;
	width:47px;
	text-indent:-9999px;
	background:#fff url(/images/set_a/en_us/local/brandstores/carousel/hc_carousel_nav.gif) 0 -88px no-repeat;
	padding: 0;
}

/*
CAROUSEL (mid-complexity)
---------------------------*/
.mid-complexity .module-carousel .content {
	position:relative;
	margin:13px;
}
.mid-complexity .module-carousel .carousel {
	width:601px;
	*-width:600px; /* ie6 */
	height:379px;
}
.mid-complexity .module-carousel .carousel .slide {
	width:601px;
	height:379px;
}
.mid-complexity .module-carousel .carousel-controls a.disabled {
	cursor: default;
}

/* slide button */
.mid-complexity .module-carousel .carousel-controls .prevBtn,
.mid-complexity .module-carousel .carousel-controls .nextBtn {
	position: absolute;
	top: 175px;
	z-index: 1;
	display: block;
	width: 24px;
	height: 52px;
	text-indent: -9999px;
	padding: 0px;
}
.mid-complexity .module-carousel .carousel-controls .prevBtn {
	left: 0px;
	background: url(/images/set_a/en_us/local/brandstores/carousel/mc_carousel_nav.gif) 0px 0px no-repeat;
}
.mid-complexity .module-carousel .carousel-controls .nextBtn {
	right: 0px;
	background: url(/images/set_a/en_us/local/brandstores/carousel/mc_carousel_nav.gif) -24px 0px no-repeat;
}
.mid-complexity .module-carousel .slide-count {
	position: absolute;
	bottom: 10px;
	right: 10px;
	color: #fff;
	z-index: 1;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

/*
CAROUSEL (low-complexity)
---------------------------*/
.low-complexity {
	height: 455px;
}
.low-complexity .short-row {
	height: 161px;
	float: left;
	background: #ccff00;
}
.low-complexity .tall-row {
	height: 294px;
	float: left;
	background: #33ff33;
}
.low-complexity .grid-1-cell {
	width: 235px;
}
.low-complexity .grid-2-cell {
	width: 470px;
}
.low-complexity .sample-text {
	color: #fff;
	font-size: 18px;
	text-align: center;
	padding: 20px;
	margin: 2px;
	border: solid 1px #663300;
}

/*
FLOAT CLEARING
---------------------------*/
#brand-nav:after,
#primary-content:after,
.grid-1-1-1:after,
.grid-1-2:after,
.grid-2-1:after,
.grid-3:after,
.content:after,
.carousel-tray:after,
.slide-content:after,
.module-video .video-thumbs li:after {
    content: ".";
    display: block;    
	height: 0px;
    clear: both;
    visibility: hidden;
}
#brand-nav,
#primary-content,
.grid-1-2,
.grid-2-1,
.content,
.carousel-tray,
.slide-content {
   zoom:1;
}
