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;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}




html,body
{
	width:100%;
	height:100%;
}









html
{
	height:100%;
}
body
{
	font-family:Arial, Helvetica, sans-serif;
}

p
{
	font-size:13px;
	color:#666;
	line-height:19px;
}
h1
{
	font-size:30px;
	font-weight:bold;
	color:#333
}
h2
{
	font-size:26px;
	font-weight:bold;
	color:#333;
}
h3
{
	font-size:20px;
	font-weight:bold;
	color:#333;
}
h4
{
	font-size:18px;
	font-weight:bold;
	color:#333;
}
h5
{
	font-size:16px;
	font-weight:bold;
	color:#333;
}
h6
{
	font-size:13px;
	font-weight:bold;
	color:#333;
}
img
{
	border:none;
}

#newsTabs
{
	width:300px;
	margin-bottom:25px;
	overflow:hidden;
}
#newsTabs .navigation
{
	width:300px;
	height:32px;
	background:url(/Assets/Images/esh-sprite.png) left -113px no-repeat;
}
#newsTabs .navigation ul
{
	display:inline-block;
	margin-left:10px;
}

#newsTabs .navigation ul li
{
	float:left;
	font-size:13px;
	font-weight:bold;
	color:#666666;
	padding:10px 13px 9px 13px;
	cursor:pointer;
}
#newsTabs .navigation ul li:hover
{
	color:#000;
}
#newsTabs .navigation ul .selected
{
	padding:9px 12px 9px 12px;
	background:url(/Assets/Images/esh-sprite.png) left -57px repeat-x;
	border-top:1px solid #c7c7c7;
	border-left:1px solid #c7c7c7;
	border-right:1px solid #c7c7c7;
	color:#e30000;
}
#newsTabs .navigation ul .selected:hover
{
	color:#e30000;
}
#newsTabs .content
{
	width:300px;
	font-size:13px;
	padding:5px 0 0 0;
}
#newsTabs .content .index
{
	/*display:none;*/
}
#newsTabs .content .item
{
	border-bottom:1px dotted #c2c2c2;
	padding:6px 0;
	display:inline-block;
	width:500px;
	overflow:hidden;
	height:16px;
}
#newsTabs .content .item span
{
	float:left;
	color:#999;
	margin-right:4px;
	line-height:normal;
}
#newsTabs .content .item h6
{
	line-height:normal;
}
#newsTabs .content .selected h6
{
	
}
#newsTabs .content .item h6 a
{
	color:#333;
	text-decoration:none;
}
#newsTabs .content .item h6 a:hover
{
	color:#000;
}

#newsTabs .content .item img
{
	float:left;
	margin-right:5px;
	padding:1px;
	border:1px solid #CCC;
	display:none;
	width:60px;
	height:45px;
}
#newsTabs .content .video .item img
{
	width:100px;
	height:75px;
}
#newsTabs .content .item p
{
	display:none;
	font-size:11px;
	line-height:19px;
}
#newsTabs .content .item .videoBtn
{
	background:url(/Assets/Images/video-btn-bg.gif) repeat-x;
	color:#FFF;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	padding:2px 6px 4px 18px;
	position:relative;
	margin-top:5px;
	display:inline-block;
}
#newsTabs .content .item .videoBtn i
{
	display:inline-block;
	width:7px;
	height:31px;
	background:url(/Assets/Images/video-play-icon.gif) no-repeat;
	position:absolute;
	top:5px;
	left:7px;
}

#newsTabs .content .selected
{
	height:50px;
	width:300px;
}
#newsTabs .content .video .selected
{
	height:80px;
}
#newsTabs .content .selected span
{
	display:none;
}
#newsTabs .content .selected img, #newsTabs .content .selected p
{
	display:inline;
}
