/* --------------------------------------------------------------

                            CSS OVERRIDE FILE

note: to test things locally, change img src paths to "../../images" (etc.)

----------------------------------------------------------------- */







/* --------------------------------------------------------------

                            HOMEPAGE

Incorporating Slides (jQuery plugin): http://slidesjs.com/

----------------------------------------------------------------- */

ol, ul {
	list-style: none;
}

#fillslot960 {
	position: relative;
	top: 0;
	left: 0;
	margin: 0 auto;
	padding: 0;
	width: 960px;
}



/* HOMEPAGE ROWS */
.homerowNevin {
	clear: both;
	margin: 0 0 30px;    /* bottom padding not working for this particular row??? Others OK??? */
	padding: 0;
}
.homerow1col {
	clear: both;
	margin: 0 0 30px;
	padding: 0;
}
.homerow3col {
	clear: both;
	margin: 0 0 30px; 
	padding: 0;
	height: 330px;
	background: url(/images/touts/home/shared/home_row_3col.jpg) no-repeat bottom;
}
.homerow4col {
	clear: both;
	margin: 0 0 30px;
	padding: 0;
	height: 250px;
	background: url(/images/touts/home/shared/home_row_4col.jpg) no-repeat bottom;
}
.homerow5col {
	clear: both;
	margin: 0 0 30px;
	padding: 0;
	height: 202px;
	background: url(/images/touts/home/shared/home_row_5col.jpg) no-repeat bottom;
}
.homeRowSpecial {
	clear: both;
	margin: 0;
	padding: 0;
}



/* HOMEPAGE LISTS */
#fillslot960 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#fillslot960 li {
	float: left;
	margin: 0;
	padding: 0;
}



/* HOMEPAGE SLIDER v1 - FULL WIDTH */
#slides {
	margin: 0 0 15px;
	padding: 0;
	width: 960px;
	height: 305px;
	background: url(/images/touts/home/shared/home_slider_shadow.jpg) no-repeat bottom;
}
#slides .slides_container {
	position: relative;
	display: none;
	float: left;
	overflow: hidden;
	width: 764px;
	height: 300px;
}
#slides .slides_container a {
	display: block;
	width: 764px;
	height: 300px;
}
#slides .next, #slides .prev {
	display: none;
}
#slides .pagination {
	position: relative;
	z-index: 999;
	margin: 0 0 0 754px;
	padding: 0;
	width: 206px;
	/* relative position and z-index so it sits on top of everything */
	background: url(/images/touts/home/shared/slider_pagination_bgd.png) no-repeat;
}
#slides .pagination li {
	float: none;
	margin: 0;
	padding: 0;
	list-style: none;
}
#slides .pagination li a {
	display: block;
	margin: 0;
	padding: 10px 0 0 20px;
	width: 206px;    /* fake total overall width */
	width: 186px;    /* correct width not including border, padding or margin */
	height: 50px;
	color: #333;
	text-decoration: none;
	text-shadow: 1px 1px 0 #FFF;
	font: 10px/12px Verdana, sans-serif;
	voice-family: "\"}\"";
	voice-family: inherit;
}
#slides .pagination li.current a {
	background: url(/images/touts/home/shared/slider_pagination_bgd_current.png) no-repeat;
}
#slides .pagination a:link, #slides .pagination a:visited {
}
#slides .pagination a:hover, #slides .pagination a:active {
	background: url(/images/touts/home/shared/slider_pagination_bgd_hover.png) no-repeat;
}
#slides .pagination li a strong {
	color: #069;
	font: bold 11px/12px Verdana, sans-serif;
}










/* HOMEPAGE SLIDER v2 - PARTIAL WIDTH */
#slides_two {
	margin: 0 0 0 15px;    /* 15px left padding -- between slider and main tout */
	padding: 0;
	width: 630px;    /* fake total overall width */
	width: 615px;    /* correct width not including border, padding or margin */
	height: 375px;    /* extra height to try to force vertical spacing */
	voice-family: "\"}\"";
	voice-family: inherit;
}
#slides_two .slides_container {
	display: none;
	width: 630px;
	height: 300px;
}
#slides_two .slides_container a {
	display: block;
	width: 630px;
	height: 300px;
}
#slides_two .next, #slides_two .prev {
	display: none;
}
#slides_two .pagination {
	position: relative;
	z-index: 999;
	margin: -10px 0 0;
	padding: 0;
	width: 630px;
	height: 60px;
	/* relative position and z-index so it sits on top of everything */
	background: url(/images/touts/home/shared/slider2_pagination_bgd.png) no-repeat;
}
#slides_two .pagination li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}
#slides_two .pagination li a {
	display: block;
	margin: 0;
	padding: 15px 10px 0;
	width: 126px;    /* fake total overall width */
	width: 106px;    /* correct width not including border, padding or margin */
	height: 50px;
	color: #333;
	text-decoration: none;
	text-shadow: 1px 1px 0 #FFF;
	font: 10px/12px Verdana, sans-serif;
	voice-family: "\"}\"";
	voice-family: inherit;
}
#slides_two .pagination li.current a {
	background: url(/images/touts/home/shared/slider2_pagination_bgd_current.png) no-repeat;
}
#slides_two .pagination a:link, #slides_two .pagination a:visited {
}
#slides_two .pagination a:hover, #slides_two .pagination a:active {
	background: url(/images/touts/home/shared/slider2_pagination_bgd_hover.png) no-repeat;
}
#slides_two .pagination li a strong {
	color: #069;
	font: bold 11px/12px Verdana, sans-serif;
}









/* HOMEPAGE CAROUSEL (5 items) */
.homeCarousel {
	float: left;
	margin: 0 0 30px;
	padding: 0;
	height: 185px;
	background: url(/images/touts/gateway/shared/gwy_row_1col.jpg) no-repeat bottom;
}
.homeCarouselPrev {
	float: left;
	margin: 70px 5px 0 0;
	padding: 0;
}
.homeCarouselNext {
	float: left;
	margin: 70px 0 0 5px;
	padding: 0;
}
.homeCarousel img {
	margin: 4px;
	padding: 0;
	border: 1px solid #CCC;
}
.homeCarousel img:hover {
	margin: 4px;
	padding: 0;
	border: 1px solid #069;
}




/* WARNER ARCHIVE VIDEO */
#wacbox {
	width: 630px;
	height: 220px;
	background: url(/images/touts/home/shared/wacbox.jpg) no-repeat bottom;
}






















/* ---------------------------------------------------------------

                             GATEWAY

------------------------------------------------------------------ */



#fillslot764 {
	margin: 0 auto;
	padding: 0;
	width: 764px;
}
#gwySocial {
	margin: 0;
	padding: 0;
	width: 764px;
	height: 30px;
	text-align: right;
}
#gwySocial .twitter-count-horizontal {
	text-align: right;
}







/* GATEWAY TEXT HEADERS */
.gwyHeader, .gwyHeader strong {
	margin: 20px 0 5px;
	color: #666;
	text-shadow: 1px 1px 0 #FFF;
	font: normal 18px Verdana, sans-serif;
}
#fillslot764 h2 {
	margin: 0;
	padding: 0;
	color: #666;
	text-transform: uppercase;
	text-shadow: 1px 1px 0 #FFF;
	font: normal 16px/16px Verdana, sans-serif;
}
#fillslot764 h2 a:link, #fillslot764 h2 a:visited {
	color: #666;
	text-decoration: none;
}
#fillslot764 h2 a:hover, #fillslot764 h2 a:active {
	color: #069;
	text-decoration: none;
}
#fillslot764 li:hover a {
	color: #069;
	text-decoration: none;
}







/* GATEWAY SLIDER v1 - FULL WIDTH */
#gwySlider {
	margin: 0;
	padding: 0;
	width: 764px;
	height: 375px;    /* extra height to force vertical spacing */
}
#gwySlider .slides_container {
	display: none;
	width: 764px;
	height: 300px;
}
#gwySlider .slides_container a {
	display: block;
	width: 764px;
	height: 300px;
}
#gwySlider .next, #gwySlider .prev {
	display: none;
}
#gwySlider .pagination {
	position: relative;
	z-index: 999;
	margin: -10px 0 0;
	padding: 0;
	width: 764px;
	height: 60px;
	/* relative position and z-index so it sits on top of everything */
	background: url(/images/touts/gateway/shared/slider1_bgd.png) no-repeat;
}
#gwySlider .pagination li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}
#gwySlider .pagination li a {
	display: block;
	margin: 0;
	padding: 15px 10px 0;
	width: 191px;    /* fake total overall width */
	width: 171px;    /* correct width not including border, padding or margin */
	height: 70px;
	color: #333;
	text-decoration: none;
	text-shadow: 1px 1px 0 #FFF;
	font: 10px/12px Verdana, sans-serif;
	voice-family: "\"}\"";
	voice-family: inherit;
}
#gwySlider .pagination li.current a {
	background: url(/images/touts/gateway/shared/slider1_current.png) no-repeat;
}
#gwySlider .pagination a:link, #gwySlider .pagination a:visited {
}
#gwySlider .pagination a:hover, #gwySlider .pagination a:active {
	background: url(/images/touts/gateway/shared/slider1_hover.png) no-repeat;
}
#gwySlider .pagination li a strong {
	color: #069;
	font: bold 11px/12px Verdana, sans-serif;
}

/* GATEWAY SLIDER v1 5 Slides - FULL WIDTH */
#gwySlider5 {
	margin: 0;
	padding: 0;
	width: 958px;
	height: 100%;
	border-width: 1px;
	border-style: solid;
	border-color: #DDD;	
}
#gwySlider5 .slides_container {
	display: none;
	margin-top: 10px;
	margin-left: 11px;
	width: 958px;
	height: 380px;
}
#gwySlider5 .slides_container a {
	display: block;
	width: 958px;
	height: 380px;
}
#gwySlider5 .next, #gwySlider5 .prev {
	display: none;
}
#gwySlider5 .pagination {
	position: relative;
	z-index: 999;
	margin-top: 6px;
	padding: 0;
	height: 95px;
}
#gwySlider5 .pagination li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}
#gwySlider5 .pagination li a {
	display: block;
	margin-left: 1px;
	padding: 0px 10px 0px 10px;
	width: 190px;    /* fake total overall width */
	width: 170px;    /* correct width not including border, padding or margin */
	height: 65px;
	color: #333;
	text-decoration: none;
	font: 11px/13px Verdana, sans-serif;
	voice-family: "\"}\"";
	voice-family: inherit;
}
#gwySlider5 .pagination li.current a {
	/* background: url(/images/touts/gateway/shared/slider1_current.png) no-repeat; */
	color: #069;
}
#gwySlider5 .pagination a:link, #gwySlider5 .pagination a:visited {
}
#gwySlider5 .pagination a:hover, #gwySlider5 .pagination a:active {
	/* background: url(/images/touts/gateway/shared/slider1_hover.png) no-repeat; */
	color: #069;
}
#gwySlider5 .pagination li a strong {
	color: #069;
	font: bold 11px/12px Verdana, sans-serif;
}
#gwySlider5 .thumbtxt {
	padding-top: 7px;
	font: 11px/13px Verdana, sans-serif;
}

/* GATEWAY SLIDER v2 - 630x300 TOUTS - FIVE SLOTS */
#gwySliderv2_5 {
	margin: 0 0 15px;
	padding: 0;
	width: 764px;
	height: 305px;
	background: url(/images/touts/gateway/shared/slider2_shadow.jpg) no-repeat bottom;
}
#gwySliderv2_5 .slides_container {
	position: relative;
	display: none;
	float: left;
	overflow: hidden;
	width: 630px;
	height: 300px;
}
#gwySliderv2_5 .slides_container a {
	display: block;
	width: 630px;
	height: 300px;
}
#gwySliderv2_5 .next, #gwySliderv2_5 .prev {
	display: none;
}
#gwySliderv2_5 .pagination {
	position: relative;
	z-index: 999;
	margin: 0 0 0 620px;
	padding: 0;
	/* width: 134px; */
	/* relative position and z-index so it sits on top of everything */
	background: url(/images/touts/gateway/shared/slider2_5slots_bgd.png) no-repeat;
}
#gwySliderv2_5 .pagination li {
	float: none;
	margin: 0;
	padding: 0;
	list-style: none;
}
#gwySliderv2_5 .pagination li a {
	display: block;
	margin: 0;
	padding: 10px 0 0 20px;
	width: 134px;    /* fake total overall width */
	width: 114px;    /* correct width not including border, padding or margin */
	height: 50px;
	color: #333;
	text-align: left;
	text-decoration: none;
	text-shadow: 1px 1px 0 #FFF;
	font: 10px/12px Verdana, sans-serif;
	voice-family: "\"}\"";
	voice-family: inherit;
}
#gwySliderv2_5 .pagination li.current a {
	background: url(/images/touts/gateway/shared/slider2_5slots_current.png) no-repeat;
}
#gwySliderv2_5 .pagination a:link, #gwySliderv2_5 .pagination a:visited {
}
#gwySliderv2_5 .pagination a:hover, #gwySliderv2_5 .pagination a:active {
	background: url(/images/touts/gateway/shared/slider2_5slots_hover.png) no-repeat;
}
#gwySliderv2_5 .pagination li a strong {
	margin: 0px;
	padding: 0px 0px 5px;
	color: #069;
	font: bold 11px/13px Verdana, sans-serif;
}



/* GATEWAY SLIDER v2 - 630x300 TOUTS - FOUR SLOTS */
#gwySliderv2_4 {
	margin: 0 0 15px;
	padding: 0;
	width: 764px;
	height: 305px;
	background: url(/images/touts/gateway/shared/slider2_shadow.jpg) no-repeat bottom;
}
#gwySliderv2_4 .slides_container {
	position: relative;
	display: none;
	float: left;
	overflow: hidden;
	width: 630px;
	height: 300px;
}
#gwySliderv2_4 .slides_container a {
	display: block;
	width: 630px;
	height: 300px;
}
#gwySliderv2_4 .next, #gwySliderv2_4 .prev {
	display: none;
}
#gwySliderv2_4 .pagination {
	position: relative;
	z-index: 999;
	margin: 0 0 0 620px;
	padding: 0;
	width: 134px;
	/* relative position and z-index so it sits on top of everything */
	background: url(/images/touts/gateway/shared/slider2_4slots_bgd.png) no-repeat;
}
#gwySliderv2_4 .pagination li {
	float: none;
	margin: 0;
	padding: 0;
	list-style: none;
}
#gwySliderv2_4 .pagination li a {
	display: block;
	margin: 0;
	padding: 25px 0 0 20px;
	width: 134px;    /* fake total overall width */
	width: 114px;    /* correct width not including border, padding or margin */
	height: 50px;
	color: #333;
	text-align: left;
	text-decoration: none;
	text-shadow: 1px 1px 0 #FFF;
	font: 10px/12px Verdana, sans-serif;
	voice-family: "\"}\"";
	voice-family: inherit;
}
#gwySliderv2_4 .pagination li.current a {
	background: url(/images/touts/gateway/shared/slider2_4slots_current.png) no-repeat;
}
#gwySliderv2_4 .pagination a:link, #gwySliderv2_4 .pagination a:visited {
}
#gwySliderv2_4 .pagination a:hover, #gwySliderv2_4 .pagination a:active {
	background: url(/images/touts/gateway/shared/slider2_4slots_hover.png) no-repeat;
}
#gwySliderv2_4 .pagination li a strong {
	color: #069;
	font: bold 11px/12px Verdana, sans-serif;
}



/* GATEWAY SLIDER v2 - 630x300 TOUTS - THREE SLOTS */
#gwySliderv2_3 {
	margin: 0 0 15px;
	padding: 0;
	width: 764px;
	height: 305px;
}
#gwySliderv2_3 .slides_container {
	position: relative;
	display: none;
	float: left;
	overflow: hidden;
	width: 630px;
	height: 300px;
}
#gwySliderv2_3 .slides_container a {
	display: block;
	width: 630px;
	height: 300px;
}
#gwySliderv2_3 .next, #gwySliderv2_3 .prev {
	display: none;
}
#gwySliderv2_3 .pagination {
	position: relative;
	z-index: 999;
	margin: 0 0 0 620px;
	padding: 0;
	/* relative position and z-index so it sits on top of everything */
	background: url(/images/touts/gateway/shared/slider2_3slots_bgd.png) no-repeat;
}
#gwySliderv2_3 .pagination li {
	float: none;
	margin: 0;
	padding: 0;
	list-style: none;
}
#gwySliderv2_3 .pagination li a {
	display: block;
	margin: 0;
	padding: 30px 0 0 20px;
	width: 134px;    /* fake total overall width */
	width: 125px;    /* correct width not including border, padding or margin */
	height: 70px;
	color: #333;
	text-align: left;
	text-decoration: none;
	text-shadow: 1px 1px 0 #FFF;
	font: 10px/12px Verdana, sans-serif;
	voice-family: "\"}\"";
	voice-family: inherit;
}
#gwySliderv2_3 .pagination li.current a {
	background: url(/images/touts/gateway/shared/slider2_3slots_current.png) no-repeat;
}
#gwySliderv2_3 .pagination a:link, #gwySliderv2_3 .pagination a:visited {
}
#gwySliderv2_3 .pagination a:hover, #gwySliderv2_3 .pagination a:active {
	background: url(/images/touts/gateway/shared/slider2_3slots_hover.png) no-repeat;
}
#gwySliderv2_3 .pagination li a strong {
	color: #069;
	font: bold 11px/12px Verdana, sans-serif;
}



/* GATEWAY CAROUSEL v1 */
.gwyCarouselv1 {
	float: left;
	margin: 0 0 15px;
	padding: 0;
	height: 150px;
	background: url(/images/touts/gateway/shared/gwy_row_1col.jpg) no-repeat bottom;
}
.gwyCarouselv1Prev {
	float: left;
	margin: 55px 5px 0 0;
	padding: 0;
}
.gwyCarouselv1Next {
	float: left;
	margin: 55px 0 0 5px;
	padding: 0;
}



/* GATEWAY CAROUSEL v2 (5 items) */
.gwyCarouselv2 {
	float: left;
	margin: 0 0 15px;
	padding: 0;
	height: 150px;
	background: url(/images/touts/gateway/shared/gwy_row_1col.jpg) no-repeat bottom;
}
.gwyCarouselv2Prev {
	float: left;
	margin: 55px 5px 0 0;
	padding: 0;
}
.gwyCarouselv2Next {
	float: left;
	margin: 55px 0 0 5px;
	padding: 0;
}
.gwyCarouselv2 img {
	margin: 4px;
	padding: 0;
	border: 1px solid #CCC;
}
.gwyCarouselv2 img:hover {
	margin: 4px;
	padding: 0;
	border: 1px solid #069;
}



/* GATEWAY CAROUSEL v2_4 (4 items) */
.gwyCarouselv2_4 {
	float: left;
	margin: 0 0 15px;
	padding: 0;
	height: 185px;
	background: url(/images/touts/gateway/shared/gwy_row_1col.jpg) no-repeat bottom;
}
.gwyCarouselv2_4_Prev {
	float: left;
	margin: 70px 5px 0 0;
	padding: 0;
}
.gwyCarouselv2_4_Next {
	float: left;
	margin: 70px 0 0 5px;
	padding: 0;
}
.gwyCarouselv2_4 img {
	margin: 4px;
	padding: 0;
	border: 1px solid #CCC;
}
.gwyCarouselv2_4 img:hover {
	margin: 4px;
	padding: 0;
	border: 1px solid #069;
}



/* GATEWAY CAROUSEL v2_4txt (4 items with text) */
/* DOES NOT WORK IN IE9 */
.gwyCarouselv2_4txt {
	float: left;
	margin: 0 0 15px;
	padding: 0;
	height: 215px;
	background: url(/images/touts/gateway/shared/gwy_row_1col.jpg) no-repeat bottom;
}
.gwyCarouselv2_4txt_Prev {
	float: left;
	margin: 70px 5px 0 0;
	padding: 0;
}
.gwyCarouselv2_4txt_Next {
	float: left;
	margin: 70px 0 0 5px;
	padding: 0;
}
.gwyCarouselv2_4txt img {
	margin: 0 4px;
	padding: 0;
	border: 1px solid #CCC;
}
.gwyCarouselv2_4txt li:hover img {
	border: 1px solid #069;
}
.gwyCarouselv2_4txt p {
	margin: 4px auto;
	padding: 0;
	width: 150px;
	text-align: center;
	font: 11px/14px Verdana, sans-serif;
}
.gwyCarouselv2_4txt li:hover p {
	text-decoration: underline;
}



/* GATEWAY CAROUSEL v2_4txt2 (4 items with text) - alternate version */
/* DOES NOT WORK IN IE9 */
.gwyCarouselv2_4txt2 {
	float: left;
	margin: 0 0 15px;
	padding: 0;
	height: 215px;
	background: url(/images/touts/gateway/shared/gwy_row_1col.jpg) no-repeat bottom;
}
.gwyCarouselv2_4txt2_Prev {
	float: left;
	margin: 70px 5px 0 0;
	padding: 0;
}
.gwyCarouselv2_4txt2_Next {
	float: left;
	margin: 70px 0 0 5px;
	padding: 0;
}
.gwyCarouselv2_4txt2 img {
	margin: 4px;
	padding: 0;
	border: 1px solid #CCC;
}
.gwyCarouselv2_4txt2 img:hover {
	border: 1px solid #069;
}
.gwyCarouselv2_4txt2 p {
	margin: 4px auto;
	padding: 0;
	width: 150px;
	text-align: center;
	font: 11px/14px Verdana, sans-serif;
}



/* GATEWAY ROWS FOR ITEMS - WITH TOOLTIPS */
.gwyrow2col {
	clear: both;
	margin: 0 0 15px;
	padding: 0;
}
.gwyrow2col img {
	margin-bottom: 20px;
}
.gwyrow2colAlt {
	clear: both;
	margin: 0 0 15px;
	padding: 0 0 0 128px;
	height: 264px;
	background: url(/images/touts/gateway/shared/gwy_row_2col.jpg) no-repeat bottom;
}
.gwyrow3col {
	clear: both;
	margin: 0 0 15px;
	padding: 0;
	height: 264px;
	background: url(/images/touts/gateway/shared/gwy_row_3col.jpg) no-repeat bottom;
}
.gwyrow4col {
	clear: both;
	margin: 0 0 15px;
	padding: 0;
	height: 201px;
	background: url(/images/touts/gateway/shared/gwy_row_4col.jpg) no-repeat bottom;
}
.gwyrow5col {
	clear: both;
	margin: 0 0 15px;
	padding: 0;
	height: 162px;
	background: url(/images/touts/gateway/shared/gwy_row_5col.jpg) no-repeat bottom;
}



/* GATEWAY ROWS FOR ITEMS - SPECIAL FLOATING & COLLAPSIBLE VERSION */
.gwyGridFloat {
	clear: both;
	margin: 0 0 15px;
	padding: 0;
	height: 245px;
	background: url(/images/touts/gateway/shared/gwy_row_1col.jpg) no-repeat bottom;
}



/* GATEWAY ROWS FOR CATEGORIES - FOUR COLUMNS - WITHOUT TOOLTIPS */
.gwyrow4colcat {
	clear: both;
	margin: 0 0 15px;
	padding: 0;
	height: 230px;
	background: url(/images/touts/gateway/shared/gwy_row_4col.jpg) no-repeat bottom;
}



/* GATEWAY ROWS FOR CATEGORIES - THREE COLUMNS - WITHOUT TOOLTIPS */
.gwyrow3colcat {
	clear: both;
	margin: 0 0 15px;
	padding: 0;
	height: 293px;
	background: url(/images/touts/gateway/shared/gwy_row_3col.jpg) no-repeat bottom;
}



/* GATEWAY HTML BUTTONS */
a.catbtn, a.catbtn strong {
	display: block;
	margin: 0px auto;
	padding: 4px 0;
	width: 170px;
	border: 1px solid #CCC;
	/* text shadow */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	/* box shadow */
	background: #F0F0F0;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#CCCCCC));
	background-image: -moz-linear-gradient(0% 100% 90deg,#CCCCCC, #FFFFFF);
	/* border radius */
	-webkit-box-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
	-moz-box-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
	box-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
	color: #069;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 0 #FFF;
	/* gradient */
	font: normal 13px Verdana, sans-serif;
	-o-border-radius: 10px;
}
a.catbtn:hover {
	background: #FFFFFF;
}
a.catbtn:active {
	background: #F0F0F0;
	/* gradient */
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#CCCCCC), to(#FFFFFF));
	background-image: -moz-linear-gradient(0% 100% 90deg,#FFFFFF, #CCCCCC);
}



/* GATEWAY LISTS */
#fillslot764 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#fillslot764 li {
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	font: normal 11px/20px Verdana, sans-serif;
	/* text shadow */
	text-shadow: 1px 1px 0 #FFF;
}
#fillslot764 .gutter {
	margin: 0;
	padding: 0;
	width: 10px;
	font-size: 1px;
}




















/* ------------------------------------------------------------------------

                         JQUERY TIPTIP

http://code.drewwilson.com/entry/tiptip-jquery-plugin

-------------------------------------------------------------------------- */

#tiptip_holder {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
	display: none;
}

#tiptip_holder.tip_top {
	padding-bottom: 5px;
}

#tiptip_holder.tip_bottom {
	padding-top: 5px;
}

#tiptip_holder.tip_right {
	padding-left: 5px;
}

#tiptip_holder.tip_left {
	padding-right: 5px;
}

#tiptip_content {
	margin: 0;
	padding: 4px 8px;
	border: 1px solid #CCC;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	/* gradient */
	background-color: #F0F0F0;
	/* text shadow */
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#CCCCCC));
	background-image: -moz-linear-gradient(0% 100% 90deg,#CCCCCC, #FFFFFF);
	/* box shadow */
	-webkit-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
	color: #666;
	text-shadow: 1px 1px 0 #FFF;
	/* border radius */
	font: 11px Verdana, sans-serif;
}

#tiptip_arrow, #tiptip_arrow_inner {
	position: absolute;
	width: 0;
	height: 0;
	border-width: 6px;
	border-style: solid;
	border-color: transparent;
}

#tiptip_holder.tip_top #tiptip_arrow {
	border-top-color: #CCC;
}

#tiptip_holder.tip_bottom #tiptip_arrow {
	border-bottom-color: #CCC;
}

#tiptip_holder.tip_right #tiptip_arrow {
	border-right-color: #CCC;
}

#tiptip_holder.tip_left #tiptip_arrow {
	border-left-color: #CCC;
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
	margin-top: -7px;
	margin-left: -6px;
	border-top-color: #CCC;
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
	margin-top: -5px;
	margin-left: -6px;
	border-bottom-color: #CCC;
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -5px;
	border-right-color: #CCC;
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -7px;
	border-left-color: #CCC;
}

/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio:0) {	
	#tiptip_content {
		padding: 4px 8px 5px 8px;
		background-color: rgba(255,255,255,1);
	}
	#tiptip_holder.tip_bottom #tiptip_arrow_inner { 
		border-bottom-color: rgba(204,204,204,1);
	}
	#tiptip_holder.tip_top #tiptip_arrow_inner { 
		border-top-color: rgba(204,204,204,1);
	}
}

/* BEGIN No-hover for category dropdown touts */
ul.sf-menu li ul li span.navSnippet a.imgNoHover {
	position: relative;
	left: -5px;
	background:none;
}

ul.sf-menu li ul li span.navSnippet a.imgNoHover:hover {
	background:none;
	color:#069;
}

.sf-menu-column {
	width:154px;
	border-right:1px solid #96b6ca;
}
/* END No-hover for category dropdown touts */



















/* ---------------------------------------------------------------

                     COUPON LANDING PAGE

------------------------------------------------------------------ */

#couponwrap {
	margin: 0 auto;
	padding: 0;
	width: 915px;
}
#couponwrap h1 {
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
#couponwrap p {
	margin: 15px auto;
	width: 600px;
	color: #333;
	text-shadow: 1px 1px 0 #FFF;
	font: normal 16px/22px Verdana, sans-serif;
}
#couponwrap ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#couponwrap li {
	display: block;
	float: left;
	margin: 10px;
	padding: 0;
	width: 305px;    /* fake total overall width */
	width: 285px;    /* correct width not including border, padding & margin */
	height: 210px;
	list-style: none;
	voice-family: "\"}\"";
	voice-family: inherit;
}
#couponwrap small {
	clear: both;
	margin: 0 auto;
	padding: 0;
	width: 600px;
	color: #999;
	text-shadow: 1px 1px 0 #FFF;
	font: 12px/16px Verdana, sans-serif;
}

















/* ---------------------------------------------------------------

                     DC HEROES LANDING PAGE

------------------------------------------------------------------ */

#dchwrapper {
	margin: 0 auto;
	padding: 0 0 30px;
	width: 918px;
	background: #11242F;
}
#dchhead {
	margin: 0;
	padding: 10px 0 0;
	height: 270px;
	background: url(/images/touts/landing/dcheroes/head.jpg) no-repeat;
}
#dcsocial {
	margin: 0 0 0 790px;
	padding: 0;
	height: 90px;
}
#dcsocial td {
	vertical-align: top;
}
#dchhead h1 {
	margin: 0 0 0 327px;
	padding: 0;
	color: #FFF;
	font: normal 14px Arial, Helvetica, sans-serif;
}
#dchhead h1 a {
	font: normal 14px Arial, Helvetica, sans-serif;
}
#dchhead h1 a:link, #dchhead h1 a:visited {
	color: #FFC;
	text-decoration: none;
}
#dchhead h1 a:hover {
	color: #FFD14D;
	text-decoration: underline;
}
#dchhead h1 a:active {
	color: #FFDB4F;
	text-decoration: underline;
}
#dchwrapper h2 {
	clear: both;
	margin: 0 auto;
	padding: 40px 0 0;
	color: #d4ad3d;
	text-align: center;
	font: bold 28px Arial, Helvetica, sans-serif;
}
#dchwrapper h3 {
	margin: 0 auto;
	padding: 15px 0 30px;
	color: #FFF;
	text-align: center;
	font: bold 18px Arial, Helvetica, sans-serif;
}
#dchwrapper h4 {
	margin: 0 auto;
	padding: 0;
	width: 50%;
	color: #CCC;
	text-align: center;
	font: normal 14px Arial, Helvetica, sans-serif;
}
ul#dchitems {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul#dchitems li {
	float: left;
	margin: 0 0 0 65px;
	padding: 0;
	width: 360px;
	height: 415px;
	list-style: none;
}
#dchitems p, .lithoLeft p {
	margin: 10px 0 0;
	padding: 0;
	width: 165px;
	color: #FFF !important;
	font: 13px Arial, Helvetica, sans-serif;
}
#dchitems a {
	text-transform: uppercase;
	font: bold 20px Arial, Helvetica, sans-serif;
}
#dchitems a:link, #dchitems a:visited {
	color: #ebbc35;
	text-decoration: none;
}
#dchitems a:hover {
	color: #FFD14D;
	text-decoration: underline;
}
#dchitems a:active {
	color: #FFDB4F;
	text-decoration: underline;
}
#dchitems .price {
	width: 165px;
	color: #FFF;
	font: bold 18px Arial, Helvetica, sans-serif;
}
#dchitems a.btn {
	display: block;
	float: right;
	margin: 10px 0 0;
	padding: 0;
	width: 105px;
	height: 26px;
	background: url(/images/touts/landing/dcheroes/btn_buynow.gif) 0px 0px;
}
#dchitems a.btn:hover {
	background: url(/images/touts/landing/dcheroes/btn_buynow.gif) 0px -26px;
}
ul#dchpartners {
	margin: 0 auto;
	padding: 0;
	width: 650px;
	list-style: none;
}
ul#dchpartners li {
	display: block;
	float: left;
	margin: 0 0 0 40px;
	padding: 0;
	list-style: none;
}
#dchstc, #dchstc a {
	display: block;
	width: 225px;
	height: 100px;
	background: url(/images/touts/landing/dcheroes/partner_stc.gif) 0px 0px;
}
#dchstc a:hover {
	background: url(/images/touts/landing/dcheroes/partner_stc.gif) 0px -115px;
}
#dchirc, #dchirc a {
	display: block;
	width: 84px;
	height: 100px;
	background: url(/images/touts/landing/dcheroes/partner_irc.gif) 0px 0px;
}
#dchirc a:hover {
	background: url(/images/touts/landing/dcheroes/partner_irc.gif) 0px -115px;
}
#dchmc, #dchmc a {
	display: block;
	width: 192px;
	height: 100px;
	background: url(/images/touts/landing/dcheroes/partner_mc.gif) 0px 0px;
}
#dchmc a:hover {
	background: url(/images/touts/landing/dcheroes/partner_mc.gif) 0px -115px;
}
#dchfbhack {
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 48px;
}


#lithobox{
    width: 918px;
    text-align: center;
}

#lithobox a{
	display: block;
}

.lithoStyle{
color: #EBBC35 !important;
text-decoration: none;
text-transform: uppercase;
font: bold 20px Arial,Helvetica,sans-serif;
}

/* .price {
    color: #FFFFFF !important; */

/* font: bold 18px Arial,Helvetica,sans-serif; */

/* width: 165px; */

/* margin-bottom: 25px; */

/* display: block; */

.lithoLeft{
    margin-top: 4px;
    margin-left: 67px;
    width: 392px;
}

.lithoRight{
    float: left;
    margin-top: 4px;
    width: 392px;
}

















/* ---------------------------------------------------------------

                     SITE MAP

------------------------------------------------------------------ */

#sitemapwrap {
	width: 960px;
	text-shadow: 1px 1px 0 #FFF;
}
#sitemapwrap .foot {
	clear: both;
}
#sitemapwrap .col {
	float: left;
	margin: 0 20px 0 0;
	padding: 0;
	width: 195px;    /* fake total overall width */
	width: 175px;    /* correct width not including border, padding or margin */
	voice-family: "\"}\"";
	voice-family: inherit;
}
#sitemapwrap .collast {
	float: right;
	margin: 0;
	padding: 0;
	width: 175px;
}
#sitemapwrap h1 {
	margin: 0 0 20px;
	color: #333;
	font: normal 20px Verdana, Geneva, sans-serif;
}
#sitemapwrap h2 {
	margin: 0 0 5px;
	padding: 0;
	width: 150px;
	border-bottom: 1px dotted #999;
	color: #333;
	text-transform: uppercase;
	font: bold 13px Verdana, Geneva, sans-serif;
}
#sitemapwrap h2 a:link, #sitemapwrap h2 a:visited {
	color: #333;
	text-decoration: none;
}
#sitemapwrap h2 a:hover, #sitemapwrap h2 a:active {
	color: #069;
	text-decoration: none;
}
#sitemapwrap ul {
	margin: 0 0 25px;
	padding: 0;
	list-style: none;
}
#sitemapwrap li {
	margin: 0 0 8px;
	padding: 0;
	list-style: none;
	font: 12px/14px Verdana, sans-serif;
}
#sitemapwrap a:link, #sitemapwrap a:visited {
	color: #069;
	text-decoration: none;
}
#sitemapwrap a:hover, #sitemapwrap a:active {
	color: #069;
	text-decoration: underline;
}


















/* ---------------------------------------------------------------

                 GRAND REOPENING LANDING PAGE

------------------------------------------------------------------ */

#wb10feat {
	margin: 0 auto;
	padding: 0 0 40px;
	width: 960px;
}
#wb10feat h1 {
	margin: 0;
	padding: 0 0 20px;
}
#wb10feat p {
	clear: both;
	margin: 0;
	padding: 20px 0;
	text-align: center;
}
#wb10feat ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#wb10feat li {
	float: left;
	margin: 0;
	padding: 0;
	color: #666;
	list-style: none;
	text-shadow: 1px 1px 0 #FFF;
	font: 13px/15px Verdana, Geneva, sans-serif;
}
#wb10feat .rule {
	margin: 0;
	padding: 0 8px 0 4px;
}
#wbfeat1 {
	width: 960px;
	height: 290px;
	background: url(/images/touts/landing/features/highlight1_bgd.jpg) no-repeat;
}
#wbfeat1 p {
	padding: 65px 660px 0 50px;
	text-align: right;
}
#wbfeat2 {
	width: 470px;
	height: 290px;
	background: url(/images/touts/landing/features/highlight2_bgd.jpg) no-repeat;
}
#wbfeat2 p {
	padding: 0 40px 0 280px;
	text-align: left;
}
#wbfeat3 {
	width: 470px;
	height: 290px;
	background: url(/images/touts/landing/features/highlight3_bgd.jpg) no-repeat;
}
#wbfeat3 p {
	padding: 80px 300px 0 20px;
	text-align: right;
}
#wbfeat4 {
	width: 960px;
	height: 245px;
	background: url(/images/touts/landing/features/highlight4_bgd.jpg) no-repeat;

}
#wbfeat4 p {
	padding: 45px 20px 0 680px;
	text-align: left;
}
#wbfeat5 {
	width: 470px;
	height: 265px;
	background: url(/images/touts/landing/features/highlight5_bgd.jpg) no-repeat;
}
#wbfeat5 p {
	padding: 10px 45px 0;
	text-align: left;
}
#wbfeat6 {
	width: 470px;
	height: 265px;
	background: url(/images/touts/landing/features/highlight6_bgd.jpg) no-repeat;
}
#wbfeat6 p {
	padding: 130px 60px 0 10px;
	text-align: right;
}
#wbfeat7 {
	width: 960px;
	height: 285px;
	background: url(/images/touts/landing/features/highlight7_bgd.jpg) no-repeat;
}
#wbfeat7 p {
	padding: 80px 110px 0 340px;
	text-align: left;
}
#wbfeat8 {
	width: 470px;
	height: 290px;
	background: url(/images/touts/landing/features/highlight8_bgd.jpg) no-repeat;
}
#wbfeat8 p {
	padding: 20px 10px 0 260px;
	text-align: left;
}
#wbfeat9 {
	width: 470px;
	height: 290px;
	background: url(/images/touts/landing/features/highlight9_bgd.jpg) no-repeat;
}
#wbfeat9 p {
	padding: 75px 305px 0 5px;
	text-align: right;
}
#wbfeat10 {
	width: 960px;
	height: 270px;
	background: url(/images/touts/landing/features/highlight10_bgd.jpg) no-repeat;
}
#wbfeat10 p {
	padding: 75px 650px 0 0px;
	text-align: right;
}

/* --- Grid for homepage--- */
.grid p {
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
}

.grid img {
	margin: 0px;
	padding: 0;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
}

.grid img {
	margin: 0px;
	padding: 0;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
}

.grid img:hover {
	margin: 0px;
	padding: 0;
	border-right: 1px solid #069;
	border-bottom: 1px solid #069;
	border-left: 1px solid #069;		
}

.grid {
  margin: auto;
  padding-top: 10px;
  width: 960px;
}

.grid-m1 {
  float: left;
  width: 2px;
  height: 1px;
}

.grid-c1 {
  float: left;
  width: 228px;
}

.grid-m2 {
  float: left;
  width: 15px;
  height: 1px;
}

.grid-c2 {
  float: left;
  width: 228px;
}

.grid-m3 {
  float: left;
  width: 15px;
  height: 1px;
}

.grid-c3 {
  float: left;
  width: 228px;
}

.grid-m4 {
  float: left;
  width: 14px;
  height: 1px;
}

.grid-c4 {
  float: left;
  width: 228px;
}

/* CAPTY TEXT OVERLAY */
div.capty-caption {
	padding-top: 7px;
	padding-left: 10px;
	background-color: #069;
	color: #FFF;
	text-shadow: 1px 1px 0 #222;
	font: 11px verdana;
}

div.capty-caption a {
	color: #318DAD;
	text-decoration: none;
	text-shadow: none;
	font: 11px verdana;
}

/*---MIKE D EDITS---*/

#homePosition1 {
    position: relative;
    z-index: 1;
    width: 960px;
}

#homePosition1 a{
	display: block;
}

#homeBoxContainer{
    z-index: 10;
	float: left;
	margin-bottom: 15px;
    width: 960px;
}



#homeBoxContainer div{
    float: left;
    padding-right: 15px;
    width: 310px;
}


#homeBoxContainer  #lastHomeBox{
	padding-right: 0;
}

/* #saleBanner {
    clear: both; */

/* width: 960px; */

#homeTout1{
	width: 555px;
	height: 960px;
	margin-botton: 15px;
}

#homeTout1 img{
	border:0;
}

#countdowncontainer{
	display: none;
}

#countdowncontainer2 {
    position: relative;
    top: 85px;
    left: 660px;
    z-index: 100;
}

#homePosition1 {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
	margin-bottom: 15px;
    width: 960px;
}

#homePosition1 img{
	border: 0;
}

.lcdstyle{
	color: white;
	font-weight: bold;
	font-size: 16px;
	font-family: helvetica, sans-serif;
}

#countdowncontainer2 .lcdstyle span{
	font-weight: normal;
	font-size: 15px;
}

.bodyContent {
    position: relative;
}

/*---80312 NEW HOME PAGE---*/

#wrapper {
    overflow: hidden;
    margin-bottom: 15px;
    padding-top: 12px;
    padding-left: 15px;
    width: 947px;
    height: 523px;
    background-image: url("/text/stylesheet/wbshop-sprites/home-sprite.png");
    background-position: 0 -1973px;
	background-repeat: no-repeat;
}

#wrapper ul, #wrapper li{
	display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
	width: 935px;
    height: 380px;
    list-style: none outside none;
}

#wrapper li a{
	/* display: block; */
	overflow: hidden;
	width: 935px;
	height: 380px;
	background-image: url("/images/touts/home/slider_bg.png"); 
	background-repeat: no-repeat;
	text-indent: -9999px;
}

#slide01 a{background-position: 0 0;}
#slide02 a{background-position: 0 -380px;}
#slide03 a{background-position: 0 -761px;}
#slide04 a{background-position: 0 -1142px;}
#slide05 a{background-position: 0 -1523px;}

#nav{
	position: relative;
    z-index: 12;
    float: left;
    width: 935px;
    height: 20px;
}

#nav a{
    position: relative;
    top: 6px;
	left: 0;
	z-index:10;
    display: block;
    float: left;
    overflow: hidden;
    margin-right: 21px;
    width: 170px;
    height: 114px;
    background-image: url("/text/stylesheet/wbshop-sprites/tn-over.png");
    text-indent: -9999px;
}

/* #nav a:hover, #nav a.activeSlide{
    background-position: 0 -2785px; */

/* top: -13px; */

#nav .noMargin{
	margin: 0;
}

#nav .button0{ height: 100px;background-position: 0 0;}
#nav .button1{ height: 100px;background-position: -170px 0px;}
#nav .button2{ height: 100px;background-position: -340px 0px;}
#nav .button3{ height: 100px;background-position: -510px 0px;}
#nav .button4{ height: 100px;background-position: -680px 0px;}

#nav .button0:hover, #nav .button0.activeSlide{ top: 6px;background-position: 0px 0px;}
#nav .button1:hover, #nav .button1.activeSlide{ top: 6px;background-position: -170px -100px;}
#nav .button2:hover, #nav .button2.activeSlide{ top: 6px;background-position: -340px -100px;}
#nav .button3:hover, #nav .button3.activeSlide{ top: 6px;background-position: -510px -100px;}
#nav .button4:hover, #nav .button4.activeSlide{ top: 6px;background-position: -680px -100px;}

#leftTouts{
	float: left;
	margin-right: 20px;
	width: 470px;
	height: 100% !important;
}

#leftTouts ul{
	margin: 0;
	padding: 0;
}

#leftTouts li{
    margin: 0 0 10px;
    padding: 0;
    width: 470px;
    height: 110px;
    /* background-image: url("/text/stylesheet/wbshop-sprites/home-sprite.png"); */
    /* background-position: 0 -2509px; */
    list-style: none outside none;
}

#leftTouts li a{
	display: block;
	border: 0;
}

#rightTout{
	float: left;
	margin-bottom: 20px;
	width: 470px;
	height: 350px;
}

#saleBanner {
    float: left;
    clear: both;
    margin-top: 10px;
    width: 960px;
}

body.noBG{
	background-color: #fff;
	background-image: none !important;
}

map a, img{
	border: 0;
}

/*---GATEWAY EDITS---*/

.bottomGatewaySaleBanner{
	margin-top: 15px;
}

body.main {
	margin:0;
	padding:0;
	text-align:center;
	/* background: #f0f0f0; */
}

#simplemodal-container{
	color:#000000;
}

/*** Start Multi Column Footer ***/
#multiColumnFooter {
	position: relative;
	bottom: -18px;
	z-index:10;
	clear:both;
	width:100%;
	height: 330px;
	background: #036 url("/images/wbshop/en_us/global/globalnav/bkgd_footer.png") repeat-x;
	text-align:left;
}
#emailSignupPopButtons #emailSignupPopSubmit input{
	cursor:pointer;
}
#epqvPopup{
	height:495px !important;
}
#emailSignupPop #thankyoucontent a.linkbutton{
	cursor:pointer;
}
#emailSignupPop #emailSignupPopButtons{
	margin-right:auto;
	margin-left:auto;
	margin-left: 200px\9; /* IE 8 and below */
	width: 15%;
}
#emailSignupPop #emailSignupPopButtons span{
	float:left;
	margin-right:10px;
	background-repeat:no-repeat;
}
#emailSignupPopNoThanks input{
	display: none;
	margin-left:145px;
	cursor:pointer;
}
#emailSignupPopButtons span, #emailSignupPopButtons span input{
	cursor:pointer;
}
#emailSignupPop #emailSignupPopSubmit{
	margin-top:0px;
	margin-left:0px;
}

#emailSignPromo2 {
	display: none;
}

#oForm100001{
	background:url('/images/wbshop/en_us/local/page_specific/survey/dksurvey_bkgd.png') no-repeat;
	width:960px;
	height:1280px;
	text-align:center;
}
#oForm100001 button{
	background:url('/images/wbshop/en_us/local/page_specific/survey/dksignup.png') no-repeat;
	width:174px;
	height:32px;
	font-size:0px;
	border:0;
	cursor:pointer;
	top:903px;
	float:right;
	right:210px;
	position:relative;
	padding:0;
}
#oForm100001 li, #oForm100001 .formrequired{
	color:transparent;
	font-size:0;
}
#oForm100001 input{
	position:relative;
	top:950px;
	left:150px;
	background:#FFFFFF;
	border:0;
	box-shadow:inset 1px 1px 3px 3px #CCCCCC;
	color:#666666;
	height:22px;
	width:350px;
	font-size:18px;
	float:left;
	padding:5px;
}
.mergebasketprodname{
	width:400px;
}	
#oForm100001 .messageerror{
	display:none;
}

.ui-widget-overlay{
	background: #000 !important;
	opacity: 0.6 !important;
}

.welcomeMessage {
	padding:5px 0;
	width:100%;
	color:#1f4e68;
	text-align:center;
	font-weight: normal;
	font-size:18px;
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px){
span.formbuttonlrg {
	background:transparent url(/images/wbshop/en_us/global/buttons/lrg_button_right.png) no-repeat scroll right top;
	height:28px;
	display:block;
	float:left;
	margin:0 !important;
}
}

#emailPop{
	background-position: 0px 260px;
	margin-top: -234px;
	margin-right: 280px;
}
#buyOutSection .addToBasket{
	float:left;
}
.PDPDescriptionSection{
	float:right;
}
#emailSignupPopNoThanks{
	display:none;
}
table#thankyoucontent a.linkbutton{
	margin-left:39%;
}
span.formbuttonlrg input.form_butlrg{
	cursor:pointer;
}

#tabContent {
	height: 100% !important;
}
.navLeft2Off a:link, .navLeft2Off a:active, .navLeft2Off a:visited, .navLeft2On a:link, .navLeft2On a:active, .navLeft2On a:visited{
	font-weight:normal;
}

.headerBot .sites {
/*	width: 628px;  */
}
#flixsterpostbackform{float:left;}

/* BEGIN POWER REVIEWS: Fix for 3 digit reviews forcing "Read 101 Reviews | Write a Review" to be in one line */
.pr-snippet {
	width: 174px !important;
}
.detailCol .pr-snippet .pr-snippet-read-write {
	width: 220px !important;
}
/* END POWER REVIEWS */
#thumbDirectory .pr-snippet{
	width:174px !important;
}
#thumbDirectory .pr-snippet .pr-snippet-read-write{
	width: auto !important;
}
.breadcrumb{
	width:764px;
}
.registerProfile .fieldrow {
	clear:both;
}
#PDPContainer .genreDetail .topic{
	width:auto;
	text-align:left;
}
#pqve_starRatingsqv .pr-snippet .pr-snippet-read-write{
	width:auto !important;
}
.detailRightCol .pr-snippet { width: auto !important; }
.detailRightCol .pr-snippet .pr-snippet-read-write{ width: auto !important; }
span.formbuttonlrg input.form_butlrg, span.formbuttonlrg input.form_butlrg_gears, span.formbuttonlrg button{
	cursor:pointer;
}

#copyright {
	padding: 0;
}

#footerTop {
	padding-top: 20px;
}

#squinch {
	margin: 0;
}
#basketAcceptedPayments span, #basketAcceptedPayments div{
	float:none;
}
.mobilecname img {
	display: none;
}
.mobilecname a {
	display: inline-block;
	background: url(/images/araca/AracaLogo-Black.png);
	background-size: auto 21.5px;
	width: 50px;
	height: 21.5px;
	vertical-align: middle;
}

/* GATEWAY CONTENT CAROUSEL v1 (5 items) */
.carousel-container {	
	background: url(/images/touts/gateway/shared/gwy_row_1col.jpg) no-repeat bottom;
}
.carousel-container img {
	border: 1px solid #CCC;
}
.ca-container{
	position:relative;
	margin:10px auto 20px auto;
	width:700px;
	height:150px;
}
.ca-wrapper{
	width:100%;
	height:100%;
	position:relative;
}
.ca-item{
	position:relative;
	float:left;
	top: -10px;
	width:140px;
	height:100%;
	text-align:center;
}
.ca-item-main{	
	position:absolute;	
	left:5px;
	right:5px;
	bottom:5px;
	background:#fff;
	overflow:hidden;
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
}
.ca-icon{
	width:132px;
	height:132px;
	position:relative;
	margin:0 auto;
}
.ca-nav span{
	width:20px;
	height:40px;
	background:transparent url(http://www.wbshop.com/images/wbshop/en_us/global/buttons/prod_slider_arrows.png) no-repeat top left;
	background-size: 40px 30px;
	position:absolute;
	top:50%;
	margin-top:-19px;
	left:-30px;
	text-indent:-9000px;
	opacity:0.7;
	cursor:pointer;
	z-index:100;
}
.ca-nav span.ca-nav-next{
	background-position:top right;
	left:auto;
	right:-32px;
}
.ca-nav span:hover{
	opacity:1.0;
}


#topPromoFile{
	padding: 5px 0;
}