body
{
background:url(../images/bg.jpg) no-repeat #fff center top;
padding:0;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
margin:0px auto auto auto;
color:#444;
}
.latest-box2 {
    float: left;
}
.latest-box2 ul {
    margin: 0 0 0 10px;
    padding: 0;
}
.latest-box2 li:first-child {
    border: medium none;
    padding-left: 0;
}
.latest-box2 li {
  border-left: 1px dotted #DDDDDD;
    float: left;
    list-style: none outside none;
    padding: 10px 0px 10px 15px;
    width: 172px;
}
.latest-box2 li a {
    display: block;
    margin-bottom: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:normal;
	color:#595786;
}
.latest-box2 li a:hover {
    display: block;
    margin-bottom: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:normal;
	color:#000000;
	text-decoration:underline;
}
.left_content{
width:196px;
float:left;
}
.title_box{
width:196px;
height:30px;
margin:5px 0 0 0;
background:url(../images/menu_title_bg.gif) no-repeat center;
text-align:center;
font-size:13px;
font-weight:bold;
color:#fff;
line-height:30px;
}
.border_box{
width:194px;
height:auto;
text-align:center;
border:1px #6da6b1 solid;
}
.product_title{
color:#ea2222;
padding:5px 0 5px 0;
font-weight:bold;
}
.product_title a{
text-decoration:none;
color:#ea2222;
padding:5px 0 5px 0;
font-weight:bold;
}
.product_title a:hover{
color:#064E5A;
}
.product_img{
padding:5px 0 5px 0;
}
.prod_price{
padding:5px 0 5px 0;
}
.center_content{
width:585px;
float:left;
padding:5px 10px;
}
.center_title_bar{
width: 740px;
height:33px;
float:left;
padding:0 0 0 40px;
margin:0 0 0 0px;
line-height:33px;
font-size:12px;
color:#847676;
font-weight:bold;
background:url(../images/bar_bg.gif) no-repeat center;
}



//Tab Style start

h1 {font-size: 3em; margin: 20px 0;}
.VideoBox {width: 900px; margin: 10px auto;}
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px;
	background: #e0e0e0;
	overflow: hidden;
	position: relative;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 1.2em;
	padding: 0 20px;
	border: 1px solid #fff;
	outline: none;
}
ul.tabs li a:hover {
	background: #ccc;
}	
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #fff;
	border-bottom: 1px solid #fff;
}
.tab_container {
	border: 1px solid #999;
	border-top: none;
	clear: both;
	float: left; 
	width: 100%;
	background: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
.tab_videocontent {
	padding: 20px;
	font-size: 1.2em;
}
.tab_videocontent h2 {
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	font-size: 1.8em;
}
.tab_videocontent h3 a{
	color: #254588;
}
.tab_videocontent img {
	float: left;
	margin: 0 20px 20px 0;
	border: 0px solid #ddd;
	padding: 5px;
}
//tab style ending