/*
	This is the Global CSS file for every page in this site use, which contains 
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

a {cursor: pointer; text-decoration: none; color: #3399ff;}
a:hover {text-decoration: none; color: #ff6600;}
a:visited {text-decoration: underline; color: #3399ff;}

/* tables still need ‘cellspacing=”0″‘ in the markup */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Misc */

.overcooked {
	display: block;
	overflow: hidden;
	text-indent: -999em;
	white-space: nowrap;
}

/* Main Structure */

body {
	background: #f0f0f0 url(/display/media/home/bg.png) top left repeat;
	font: 12px/1.5em "Lucida Grande", Verdana, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
}

.bodybox {
	width: 1000px;
	height: 486px; /* 486px */
	font-size: 0px;
	margin: 8px auto 8px auto;
}

.bodybox2 {
	width: 1000px;
	height: 127px;
	font-size: 0px;
	margin: 0px auto 0px auto;
}

.bodybox3 {
	width: 1000px;
	height: 233px;
	font-size: 0px; white-space: nowrap; letter-spacing: -0.5em; line-height: 0px;
	margin: 0px auto 12px auto;
}

.bodyfont {
	font-size: 12px;
	color: #888;
}

.copyr {
	text-align: center;
}

.specifications {
	position: absolute;
	margin-top: -9000px;
}

.homeboxout {
	position: relative;
	width: 1020px;
	height: 180px;
	right: -10px;
	margin: 0px auto 20px auto;
	overflow: hidden;
}

.homeboxout a {
	display: block;
	float: left;
	width: 235px;
	height: 180px;
	margin-right: 16px;
	overflow: hidden;
	zoom: 1;
}

.homeboxout .last {
	margin-right: 0;
}

.homeboxout img {
	display: block;
	width: 235px;
	height: 180px;
}

/* Stage Scoller background-color: white; */

div.ottbx {
	/*background-image: url(/display/welcome/2016/bg256.jpg);*/
	background-color: #282828;
	z-index: 6;
}

div.stage {
	position: relative;
	width: 1200px;
	height: 630px;
	margin: 0 auto;
	overflow: hidden;
}

div.scrollable {
	position: relative;
	width: 1200px;
	height: 630px;
	margin: 0 auto;
	overflow: hidden;
}

div.scrollable .items {
	position: absolute;
	width: 2000em;
}

.items a {
	display: block;
	float: left;
	width: 1200px;
	height: 630px;
}

a.browse {
	background-image: url(/display/media/aws.png?8);
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	display: block;
	width: 38px;
	height: 80px;
	margin-top: -80px;
	z-index: 8;
	opacity: 0.3;
}

a.browse:hover {
	opacity: 0.8;
}

a.prev {background-position: left top; left: 16px;}
a.next {background-position: right top; right: 16px;}

.moretext {
	background: transparent url(/display/media/arrow_jump.gif) no-repeat left 2px;
	color: #3399ff;
	padding-left: 16px;
	cursor: pointer;
}

.top-banner-img {
	margin: 12px auto 12px auto; width: 641px;
}

#PromoItems {
	background: transparent url(/display/media/home/esdwbg.png) top center no-repeat;
	font-size: 16px;
	line-height: 140%;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

/* Top Selling Items */

.tsas {
	background: transparent url(/display/media/home/tasibg.png) center left no-repeat;
	position: relative;
	width: 980px;
	height: 14.375em;
	margin: 0 auto;
	padding: 18px 0 0;
	border-radius: 4px;
	z-index: 5;
	zoom: 1;
}

.tsai {
	position: absolute;
	display: block;
	color: #434243;
	width: 212px;
	font-size: 0.75em;
	padding: 1.25em 16px 1em;
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: ease-out;
}

.tsa1 {left: 0; -webkit-animation-name: slidein1;}
.tsa2 {left: 244px; -webkit-animation-name: slidein2;}
.tsa3 {left: 488px; -webkit-animation-name: slidein3;}
.tsa4 {left: 732px; -webkit-animation-name: slidein4;}

@-webkit-keyframes slidein1 {
	from {opacity: 0;}
	50%   {opacity: 1;}
	to   {opacity: 1;}
}
@-webkit-keyframes slidein2 {
	from {opacity: 0;}
	65%   {opacity: 1;}
	to   {opacity: 1;}
}
@-webkit-keyframes slidein3 {
	from {opacity: 0;}
	75%   {opacity: 1;}
	to   {opacity: 1;}
}
@-webkit-keyframes slidein4 {
	from {opacity: 0;}
	85%   {opacity: 1;}
	to   {opacity: 1;}
}

.tsai h2,
.tsai strong {
	display: inline;
	vertical-align: middle;
}

.tsai h2 {
	color: #2f2f2f;
	font-size: 2em;
}
/*
.tsai strong {
	background: #303030 url(/display/media/home/gbbg.png) top left repeat-x;
	float: right;
	color: white;
	font-size: 1.25em;
	text-align: center;
	padding: 2px 14px;
	border-radius: 4px;
	box-shadow: 0px 1px 3px #141414;
}
*/
.tsai strong {
	background: transparent url(/display/media/home/hstrc.png) right top no-repeat;
	position: absolute;
	top: 0;
	width: 59px;
	height: 59px;
}

.tsa3 strong {
	left: 188px;
}

.tsai ul {
	padding-top: 0.75em;
	margin-bottom: 1em;
}

.itsp {
	float: right;
	color: #3f3f3f;
	font-size: 1em;
}

.itsp em {
	font-size: 2em;
	font-style: normal;
	font-weight: bold;
}

.tsai a {
	/*background-color: #141414;*/
	background-color: #35a8e9;
	background: -webkit-linear-gradient(top, #ff8200 0%, #f34f00 50%);
	background: -moz-linear-gradient(top, #ff8200 0%, #f34f00 50%);
	background: -ms-linear-gradient(top, #ff8200 0%, #f34f00 50%);
	background: -o-linear-gradient(top, #ff8200 0%, #f34f00 50%);	
	/* background: linear-gradient(top, #35a8e9 0%, #127fd1 50%);*/
	color: white;
	text-decoration: none;
	padding: 6px 30px;
	border-radius: 6px;
	box-shadow: rgba(0, 0, 0, .5) 0 1px 2px;
	z-index: 4;
}

.tsai a:hover {
	background: none;
	background-color: #303030;
	background-color: #f34f00;
}

.tsai a:active {
	background-color: #3d3a43;
	box-shadow: none;
/*	box-shadow: inset #8d4902 0 2px 6px;*/
}


#Promos {
	width: 980px;
	margin: 0 auto;
	padding-top: 10px;
}

#Promos:after {
	clear: both;
	content: "";
	display: block;
}

.prbx {
	width: 990px;
}

.prbx li {
	background-color: white;
	display: inline;
	float: left;
	margin-left: 10px;
	border-radius: 4px;
	text-align: center;
	box-shadow: rgba(0, 0, 0, .30) 0 2px 3px;
	-o-box-shadow: #b2b2b2 0 2px 3px;
	-ms-box-shadow: #b2b2b2 0 2px 3px;
	-moz-box-shadow: #b2b2b2 0 2px 3px;
	border-top: 1px solid white;
}

.prbx a {
	background-size: 100%;
	background-position: top left;
	background-repeat: no-repeat;
	display: block;
	width: 237px;
	height: 169px;
	text-decoration: none;
	overflow: hidden;
	border-radius: 4px;
}

.prbx a:hover {
	background: -webkit-linear-gradient(top, #f9f9f9 0%, #f0f0f0 50%);
	background: -moz-linear-gradient(top, #f9f9f9 0%, #f0f0f0 50%);
	background: -ms-linear-gradient(top, #f9f9f9 0%, #f0f0f0 50%);
	background: -o-linear-gradient(top, #f9f9f9 0%, #f0f0f0 50%);
	background: linear-gradient(top, #f9f9f9 20%, #f0f0f0 100%);
	background-color: #e1e1e1;
	background-size: 100%;
}

.prbx a h2 {
	color: #666;
	padding-top: 14px;
	text-decoration: none;
}

.prbx img {
	border-radius: 4px;
}

.prbx li:first-child {
	margin-left: 0;
}

.prtx a {
	color: #dedede;
}