@charset "UTF-8";
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, fieldset, form, label, 
legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: top;
	background: transparent;
}
:focus {
	outline: none;
}
.clear {
	clear: both;
}
/* Start No Javascript Modal CSS */
#overlay {
	width: 100%;
	height: 100%;
	background: url('../images/ovl.png') repeat;
	z-index: 10000;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
}
* html #overlay {
	height: 100%;
	width: 100%;
	background: transparent;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (enabled='Enabled', src='../images/ovl.png', sizingMethod='scale');
	z-index: 10000;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
}
#noscript {
	background: url('../images/jsalert.png') 10px 10px no-repeat;
	width: 560px;
	height: auto;
	background-color: #FFEBE8;
	border: 3px solid #DD3C10;
	color: #333333;
	padding: 20px;
	font-size: 16px;
	margin: 100px auto 0 auto;
	z-index: 10001;
}
#noscript h1 {
	font-size: 45px;
	color: #DD3C10;
	margin: 30px 0 .8em 110px;
}
#noscript p {
	margin: 0 0 .8em 0;
	padding: 0;
}
#noscript p.last {
	margin-bottom: 0;
}
/* End No Javascript Modal CSS */
* html,
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000;
	background-color: #FFF;
	margin: 0px;
}
a:link,
a:visited,
a:active {
	color: #039;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #C00;
}
h1 {
	font-size: 36px;
	color: #039;
}
h2 {
	font-size: 24px;
	color: #000;
}
h3 {
	font-size: 18px;
	color: #000;
}
.center {
	text-align:center;
}
span.color {
	color: #C00;
}
#main {
	border: none;
	border-collapse: collapse;
	width: 1018px;
	margin: 20px auto;
}
#main td {
	padding: 0;
}
#top {
	width: 1018px;
	height: 39px;
	background: url(../images/v3/1.png) no-repeat;
}
#left {
	width: 50px;
	background: url(../images/v3/2.png) repeat-y;
}
#right {
	width: 50px;
	background: url(../images/v3/3.png) repeat-y;
}
#content {
	width: 918px;
	background: #FFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000;
	padding: 10px 20px;
}
#bottom {
	width: 1018px;
	height: 54px;
	background: url(../images/v3/4.png) no-repeat;
}
#bottom p {
	float: right;
	margin: 16px 50px 0 0;
	text-align: right;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	color: #999;
}
#bottom a:link,
#bottom a:active,
#bottom a:visited {
	color: #999;
}
#bottom a:hover {
	color: #999;
}
#video-player {
	background: url(../images/v3/5.png) no-repeat;
	width: 878px;
	height: 504px;
	margin: 20px auto 15px auto;
	padding: 12px 0 0 12px;
}
#video-player-test {
	background: url(../images/v3/5b.png) no-repeat;
	width: 878px;
	height: 504px;
	margin: 20px auto 15px auto;
	padding: 12px 0 0 12px;
}
#cart-panel {
	width: 900px;
	margin: 12px auto;
}
#button-panel {
	width: 380px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-size: 28px;
}
#button-panel p {
	margin-bottom: 20px;
}
.disclaimer {
	width: 800px;
	margin: 20px auto 0 auto;
	border: #999999 1px solid;
	padding: 5px 10px;
	color: #999999;
	font-size: 0.8em;
	text-transform: uppercase;
}
.disclaimer p {
	padding: 0;
	margin: 0 0 0.5em 0;
}
#refdata {
	width: 60%;
	margin: 20px auto 10px auto;
	text-align: center;
	color: #999;
}



/* mediaboxAdvanced - black theme */

#mbOverlay {
	position: fixed;
	z-index: 9998;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#mbOverlay.mbOverlayFF {
	background: transparent url("../images/mediabox/80.png") repeat;
}

#mbOverlay.mbOverlayIE {
	position: absolute;
}

#mbCenter {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #000;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: 0px 10px 40px rgba(0,0,0,0.70);
	-webkit-box-shadow: 0px 10px 40px rgba(0,0,0,0.70);
}

#mbCenter.mbLoading {
	background: #000 url("../images/mediabox/BlackLoading.gif") no-repeat center;

/*	This style is applied only during animation.	*/
/*	For example, the following turns off shadows,	*/
/*	helping browser performance on slow systems.	*/
/*	To leave shadows on, just remove these lines:	*/
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

#mbImage {
	position: relative;
	left: 0;
	top: 0;

/*	Begin styles for inline content, if no style is given	*/
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 12px;
	color: #fff;
	text-align: left;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 10px;
}

#mbImage a, #mbImage a:link, #mbImage a:visited {
	color: #ddd;
}

#mbImage a:hover, #mbImage a:active {
	color: #fff;
}

/*	End inline content styles	*/

#mbBottom {
	min-height: 20px;
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 12px;
	color: #999;
	text-align: left;
	padding: 0 10px 10px;
}

#mbTitle {
	display: inline;
	color: #fff;
	font-weight: bold;
	line-height: 20px;
	font-size: 12px;
}

#mbNumber {
	display: inline;
	color: #999;
	line-height: 14px;
	font-size: 10px;
	margin: auto 10px;
}

#mbCaption {
	display: block;
	color: #999;
	line-height: 14px;
	font-size: 10px;
}

#mbPrevLink, #mbNextLink, #mbCloseLink {
	display: block;
	float: right;
	height: 20px;
	margin: 0;
	outline: none;
}

#mbPrevLink {
	width: 69px;
	background: transparent url("../images/mediabox/BlackPrevious.gif") no-repeat center;
}

#mbNextLink {
	width: 41px;
	background: transparent url("../images/mediabox/BlackNext.gif") no-repeat center;
}

#mbCloseLink {
	width: 46px;
	background: transparent url("../images/mediabox/BlackClose.gif") no-repeat center;
}

/*	Styles for flash version alert	*/

#mbError {
	position: relative;
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	border: 10px solid #700;
	padding: 10px 10px 10px;
	margin: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#mbError a, #mbError a:link, #mbError a:visited, #mbError a:hover, #mbError a:active {
	color: #d00;
	font-weight: bold;
	text-decoration: underline;
}
