html {
background: #FFFFFF;
}

body {
	margin: 0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #fff;
	width: 100%;
	display: table;
	}

#container {
	width: 940px;
	margin: auto;
	background: url(images/container_bg.jpg);
	}

#header_section {
	width: 940px;
	height: 293px;
	background: url(images/header.jpg) no-repeat;
	}
/* Head Menu */

#menu {
	float: left;
	width: 210px;
	height: 20px;
	margin-left:700px;
	}

* html #menu{
	margin-left: 350px;
	}

#menu ul {
	float: left;
	width: 210px;
	margin: 0;
	padding: 7px 0 0 0;
	list-style: none;
	}


#menu ul li{
	display: inline;
	list-style: none;
	}

#menu ul li a{
	float: left;
	padding-left:10px;
	margin-left:5px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #7f7f7f;
	list-style: none;
	background:url(images/head_menu.jpg) no-repeat;
	}

#menu li a:hover, #menu li .current{
	color: #8dbe52;
	list-style: none;
	}

/* Menu */

.ver_menu {
	float: right;
	width: 235px;
	margin: 113px 40px 0px 0px;
	}

* html .ver_menu {
	margin: 108px 20px 0px 0px;
	}

.ver_menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0px;
	width: 235px;
	list-style: none;
	}

.ver_menu li a {
	display: block;
	height: 25px;
	padding-top: 7px;
	color: #fff;
	padding-left: 50px;
	font-weight: bold;
	background: url(images/menu_button.jpg);
	text-decoration:none;
	list-style: none;
	}

.ver_menu li a:hover, .ver_menu li .current {
	background: url(images/menu_current.jpg);
	text-decoration:none;
	list-style: none;
	}
/* End of Menu */


#content{
	float:left;
	background: url(images/content_bg.jpg) repeat-x #ABABAB;
	width: 940px;
	}

#left_section{
	float:left;
	width:260px;
	height:507px;
	background:url(images/left_content.jpg);
	margin:0px;
	}

#left_section .validater{
	float:left;
	width:200px;
	height:120px;
	margin:380px 0px 0px 15px;
	text-align:center;
	}

#left_section .validater a{
	color:#fff;
	text-decoration:none;
	}

#left_section .validater a:hover{
	color:#fff;
	text-decoration:none;
	}

#center_section{
	float:left;
	width:370px;
	padding-top:5px;
	}

#center_section .new{
	margin: 0px 10px 3px 10px;
	}

#center_section .new h2{
	color: #000000;
	font-size:12px;
	margin:0px;
	}

#center_section .new p{
	color: #fff;
	font-size:11px;
	text-align:justify;
	}

#center_section .new  a{
	color :#2d6216;
	text-decoration:none;
	}

#center_section .new  img{
	float:right;
	border:none;
	margin: 5px 10px 5px 0px;
	}

#center_section .new .product {
	margin: 0px 10px 0px 10px;
	width: 330px;
	height:100px;
	}

#center_section .new .product img{
	float:left;
	border:none;
	margin: 3px 0px 3px 5px;
	}

#center_section .new .product .product_text{
	float:left;
	margin-left: 5px;
	width: 235px;
	}

#center_section .new .product .product_text h3{
	margin : 2px 0px 3px 0px;
	color: #8dbe52;
	font-size:9px;
	}

#center_section .new .product .product_text p{
	margin : 0px 3px 0px 3px;
	color:#fff;
	font-size:9px;
	text-align:justify;
	}

#center_section .new .product .product_text span a{
	color:#8dbe52;
	font-size:9px;
	text-decoration:none;
	}

span.price {
	color: #333333;
	font-size:9px;
	margin:0px;
	}

span.detail {
	color:#ff0000;
	font-size:9px;
	text-decoration:none;
	}

#right_section{
	float:right;
	width:295px;
	height:507px;
	}

#right_section .hot{
	float:right;
	width:255px;
	height:189px;
	background:url(images/right_hot.jpg);
	margin: 0px 40px 0px 0px;
	}

* html #right_section .hot{
	margin-right:20px;
	}

#right_section .hot .hot_text{
	float:right;
	width:150px;
	height:100px;
	margin: 30px 10px 0px 0px;
	}

#right_section .hot .hot_text h2{
	color:#2d6216;
	font-size:11px;
	}

#right_section .hot .hot_text p{
	color:#000000;
	font-size:10px;
	text-align:justify;
	}

#right_section .hot .hot_text a{
	color:#2d6216;
	text-decoration:none;
	}

#right_section .promotion{
	width:235px;
	height:314px;
	background:url(images/right_promotion.jpg) no-repeat;
	float:right;
	margin-right:40px;
	}

* html #right_section .promotion{
	margin-right:20px;
	}

#right_section .promotion h1{
	color :#2d6216;
	font-size:18px;
	margin-left:10px;
	}

#right_section .promotion h2{
	color :#fff;
	font-size:12px;
	margin-left:10px;
	}

#right_section .promotion p{
	color :#2d6216;
	font-size:11px;
	margin:0px 10px 0px 10px;
	text-align:justify;
	}

#right_section .promotion a{
	color :#fff;
	text-decoration:none;
	}

#right_section .promotion img{
	float:right;
	margin-right:20px;
	border:none;
	}
	
	
/* --------------------- FOOTER --------------------- */

.FooterWrapper {
	width: 582px;
	margin: 0 0 0 182px;
}

.FooterBox {
	padding: 15px 0 0 0;
	border-top: 1px solid #c6c7c7;
}

.FooterCopyright {
	font-size: 11px;
	color: #7e7e7e;
	display: block;
	padding: 0 0 0 0;
	text-align: center;
}

.FooterCopyright a {
	font-size: 11px;
	color: #7e7e7e;
	text-decoration: none;
}

.FooterCopyright a:hover {
	font-size: 11px;
	color: #7e7e7e;
	text-decoration: underline;
}

.FooterLinks {
	font-size: 11px;
	color: #7e7e7e;
	display: block;
	padding: 0 0 15px 0;
	text-align: center;
}

.FooterLinks a {
	font-size: 11px;
	color: #5f97c5;
	line-height: 18px;
	text-decoration: none;
	margin: 0 5px 0 0;
	display: inline-block;
}

.FooterLinks a:hover {
	font-size: 11px;
	color: #5f97c5;
	line-height: 18px;
	text-decoration: underline;
}

  #partner1 {
	width: 800px;
	margin: 0 auto;
	padding: 10px 0;
	font-size: smaller;
}


div#partner {
    background: #fff;
    padding: 1em;
    border: 1px solid #ccc;
    margin: 0 auto;
    width: 60%;
    }
#partner ul.columns {
    padding: 0.5em;
    border: 1px solid #eee;
    margin: 0.45em;
    width: 32%;
    float: left;
	 list-style: none;
    }
#partner ul {
    margin-left: 0;
    padding-left: 0;
	 list-style: none;
    }
#partner li {
    list-style-type: none;
    margin: 7px 0;
    }
#partner .divider {
    clear: both;
    }
	#col1 {
	float: left;
	width: 180px;
	margin: 0px;
	padding: 10px;
/*	background-color: #FFFFFF;*/
}
#col2 {
	float: left;
	width: 180px;
	margin: 0px;
	padding: 10px;
/*	background-color: #FFFFFF;*/
}
#col3 {
	float: left;
	width: 180px;
	margin: 0px;
	padding: 10px;
/*	background-color: #FFFFFF;*/
}
#footer {
	width: 600px;
	height: 30px;
	margin: 0px auto 10px auto;
	padding: 0px;
	text-align: center;
/*	background-color: #FFFFFF;*/
}
p {
	font-size: 11px;
}
.Stil4 {font-size: 36px}
.Stil5 {font-size: 24px; }
.Stil6 {font-size: 18px}
.Stil7 {font-size: 16px}
.Stil9 {font-size: 24px; font-weight: bold; }
.Stil12 {
	font-size: 14px;
	font-weight: bold;
}
.Stil15 {font-size: 12px}
.Stil1 {	color: #FF0000;
	font-weight: bold;
}
hr {
margin-bottom:2px;
border:none;
width:99%;
color:#eeeeee;
background-color:#eeeeee;
height:1px;
clear:both;
}
#postHeader { 	
margin:0 auto;
padding:0 .2em .3em .2em;
width:600px;
text-align:right;
vertical-align: middle;	
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:.7em;
text-transform:uppercase;
}
#centerColumn { 	
margin:0 auto;
padding:1em;
width:600px;
text-align:left;
vertical-align: middle;	
}
#cell_1 {
margin:0 5px 1em 0;
padding:8px;
float:left;
width:170px;

}

#cell_2 {
margin:0 14px 1em 14px;
padding:8px;
float:left;
width:170px;

}

#cell_3 {
margin:0 0 1em 5px;
padding:8px;
float:left;
width:170px;

}
a { color: #8dbe52 ; }


textarea, input { font-size: 11px; border-style: solid; BORDER-COLOR: #313546; border-width: 1px; }


p,ul { font-size: small; line-height: 160%; list-style: none; }



/* Top Bar */



#topBar { height: 22px; margin: 0 auto; padding-top: 6px; width: 100%; text-align: center; }

.intro{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px; 
	color:#444444; 
	margin:20px;
}

.video_wall{
	margin-right:20px;
	margin-bottom:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px; 
	color:#444444; 
	padding-top:10px;
}

/* Left Side */



#leftSide { color: #313546; float: left; padding: 20px; width: 350px; text-align: left; }
/*
#leftSide h2 { color: #ffb515; font-size: 16px; }
*/


/* Right Side */


/* 
#rightSide { float: right; padding: 20px; padding-bottom:1px; width: 240px; text-align: left; }

#rightSide a { color: #104E8B; text-decoration: none; }

#rightSide h2 { color: #313546; font-size: 14px; }

#rightSide li { color: #313546; margin-bottom: 1em; }

#rightSide li li { margin-bottom: 0; padding-left: 1em; }

#rightSide ul { list-style: none; margin: 0; padding: 0; }


*/
/* Content */



#content { padding-top:5px; margin: 0 auto; width: 940px; }







/* Index Video Containers [ Hard-Coded Into Script ] */



#videoContainer { padding: 18px 10px; }

#videoThumbnail { float: left; }

#videoThumbnail img { border: 1px solid #313546; }

#videoInnerContainer1 { float: left; margin-left: 10px; width: 160px; }

#videoTitle { font-weight: bold; margin-bottom: 5px;}

#videoTitle a { text-decoration: none; }

#videoDescription { color: #313546; font-size: 9px; margin-bottom: 15px; }

#videoTags { color: #000000; font-size: 10px; z-index:1000; width:350px }

#videoTags a { color: #A0A0A9; font-size: 10px; }

#videoInnerContainer2 { color: #000000; margin-left: 360px; }

#videoRating { margin-bottom: 15px; }

#videoAuthor,#videoViews,#videoDuration,#videoCategory { font-size: 10px; }

#videoDuration { margin-bottom: 15px; COLOR:#000000 }



/* Index Video Containers View 2 [ Hard-Coded Into Script ] */



#videoContainer2 { height: 175px; padding: 0 8px; text-align: center; width: 140px; float: left; }

#videoThumbnail2 img { border: 1px solid #000000; }

#videoTitle2 { font-weight: bold; margin-bottom: 15px; }

#videoTitle2 a { text-decoration: none; }


/* Video Comments [ Hard-Coded Into Script ] */



#commentBox { border: 1px solid #000000; background: #FAFAFA; padding: 1px; }

#comments { margin-bottom: 20px; }

#commentAuthor { background: #E5E5E5; padding: 4px; }

#commentAuthor a { color: #2e2e2e;}

#commentText { color: #2e2e2e; padding: 4px; }
.tag_item:hover {
 font-weight:bold;
}


/* \*/
* html #tlc, * html #trc {height: 1%;}
/* */

#box
	{
	position: relative;
	margin-top: 1em;
	padding: 0;
	text-align: left;
	
	width: 100%;
	background-color: #eeeeee;
	}

#content
	{
	padding:0em;
	}

#tlc, #trc, #blc, #brc
	{
	background-color: transparent;
	background-repeat: no-repeat;
	}

#tlc
	{
	background-image:url(../images/tlc.gif);
	background-position: 0% 0%;
	}

#trc
	{
	background-image:url(../images/trc.gif);
	background-position: 100% 0%;
	}
	
#blc
	{
	background-image:url(../images/blc.gif);
	background-position: 0% 100%;
	}

#brc
	{
	background-image:url(../images/brc.gif);
	background-position: 100% 100%;
	}

#tb, #bb
	{
	background-color: transparent;
	background-repeat: repeat-x;
	}
			
#tb
	{
	background-image:url(../images/tb.gif);
	background-position: 0% 0%;
	}

#bb
	{
	background-image:url(../images/bb.gif);
	background-position: 50% 100%;
	}
	
#rb
	{
	background-image:url(../images/r.gif);
	background-position: 100% 0%;
	background-repeat: repeat-y;
	}

#lb
	{
	background-color: #eeeeee;
	background-image:url(../images/l.gif);
	background-position: 0% 100%;
	background-repeat: repeat-y;
	}
