.hidden {
	display: none;
}

.iemargin{
	margin-bottom: -16px;
}

body{
	font-family: arial;
	font-size: 12px;
	background-color: #EAE9E2;
}

img{
	border: 0px;
}

h1 {
	font-size: 16px;
}

.imgmargin{
	margin: 10px;
}

hr{
	height: 1px;
	border: 0;
	color: #000000;
	background-color: #000000;
}

a, a:visited{
	color: #333333;
	font-family: arial;
}

.textbox{
	border: 1px solid #333333;
	padding: 10px;
	width: 95%;
	font-family: arial;
	font-size: 12px;
	color: white;
	background-color: #B2B3AC;
	display: block;
}

.mlink_rollover {
	position: absolute;
	display: none;
	border-style: solid;
	border-width: 1px;
	border-color: #003366;
/*	background-color:#ffffff;  */
	z-index:1;
}

#header{ 
	border-top:1px solid #333333;
	width:943px;
	background-color: #333333;
	vertical-align: bottom;
	width: 943px;
	height: 80px;
	position: relative;
}

#header .content{
	border-top: 4px solid #FFCC00;
	background-color: #333333;
	padding-bottom: 16px;
	padding-right: 14px;
	padding-left: 0px;
}

.logo{
	position: absolute;
	bottom: 16px;
}

.mod_search{
	background-image: url(/images/bg_search.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 253px;
	position: absolute;
	right: 14px;
	bottom: 16px;
	text-align: center;
	padding-top: 100px;
	padding-bottom: 12px;
}

input.button{
	width: 50px;
	height:21px;
	border: 1px solid #B2B3AC;
	color: #FFCC00;
	background-color: #333333;
	font-size: 11px;
	font-family: arial;
}

#nav{
	width: 943px;
	height: 27px;
	background-color: #FFCC00;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
}

#sidenav{
	font-family: arial;
	font-size: 12px;
	border: 1px solid #333333;
	padding: 0px;
	width: auto;
}

#sidenav .content{
	font-family: arial;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}

.levelOne{
	display: block;
	color: white;
	background-color: #666666;
	text-decoration: none;
	padding: 5px;
	padding-left: 10px; 
	
}

a.levelOne, a.levelOne:visited{
	color: white;
	background-color: #666666;
	border-bottom: 1px solid #E7E7DF;
	text-decoration: none;
	padding: 5px;
	padding-left: 10px; 
	display: block;
}

a.levelOne:hover{
	color: FFCC00;
	background-color: #666666;
	border-bottom: 1px solid #E7E7DF;
	text-decoration: none;
	padding: 5px;
	padding-left: 10px; 
	display: block;
}

.levelTwo, a.levelTwo{
	color: white;
	background-color: #B2B3AC;
	border-top: 1px solid #666666;
	text-decoration: none;
	padding: 5px;
	padding-left: 10px; 
	display: block;
}

.levelThree, a.levelThree, a.levelThree:visited{
	color: #666666;
	background-color: #E7E7DF;
	border-left: 11px solid #B2B3AC;
	border-top: 1px solid #666666;
	text-decoration: none;
	padding: 5px;
	padding-left: 10px; 
	display: block;
}

a.levelThree:hover{
	color: #666666;
	background-color: #FFFFFF;
	border-left: 11px solid #FFCC00;
	border-top: 1px solid #666666;
	text-decoration: none;
	padding: 5px;
	padding-left: 10px; 
	display: block;
}

#specscomp{
	padding: 10px; 
	font-size: 9px;
	font-family: arial;
	color: #333333;
	background-color: #FFCC00;
}

.sidebarExt{
	display: block;
	background-color: #666666;
	border: 1px solid #333333;
	border-top-width: 0px;
/*  height: 100%;  */
	margin-top: 3px;
}

.bodyExt{
	display: block;
	background-color: #FFFFFF;
	height: 100%;
}

#mainbody{
	border: 1px solid #333333;
	display: block;
	background-color:white;
	padding: 10px;
	width: 758px;
	margin-top: 3px;
}

#mainbody_alt{
	border: 1px solid #333333;
	display: block;
	background-color:white;
	padding: 10px;
	margin-top: 3px;
	width: 758px;
	/* width: 100% */
}

#bodycontent{
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 12px;
}

#bodycontent table{
	font-size: 12px;
}

#bodycontent h1 {
        margin-bottom: 1px;
}

#tablecontent{
	font-size: 12px;
	width: 100%;
	border: 1px solid #666666;
}

#tablecontent a{
	color: red;
}

#tablecontent tr{
	background-color: #E7E7DF;
	font-size: 12px;
}

#tablecontent tr.alt{
	background-color: #EFEFEF;
	font-size: 12px;
}

#tablecontent tr.header{
	background-color: #333333;
	font-size: 14px;
	font-weight: bold;
	color: #FFCC00;
}

#tablecontent tr.headersub{
	background-color: #666666;
	font-size: 12px;
	font-weight: bold;
	color: white;
}

#tablecontent td{
	padding: 4px;
	text-align: center;
}

#tablecontent td.alt{
	background-color: #EFEFEF;
	font-size: 12px;
}

#tablecontent td.left{
	padding: 4px;
	padding-left: 10px;
	text-align: left;
}

#tablecontent td.left a{
	color: #333333;
}
	

#crumbs{
	font-size: 9px;
	font-weight: bold;
}

#crumbs a{
	text-decoration: none;
	font-weight: bold;
	text-decoration: underline;
}

#crumbs a:hover{
	font-size: 9px;
	font-weight: bold;
	text-decoration: underline;
}

#crumbs strong{
	font-size:16px;
}
	
#featured{
	width: 361px;
	margin-right: 10px;
	padding-right: 10px;
	font-family: arial;
	font-size: 12px;
	color: #333333;
}

a.featured, a.featured:visited{
	font-size: 18px;
}

a.readmore, a.readmore:visited{
	background-image: url(/images/bg_btn-readmore.jpg);
	background-repeat: no-repeat;
	width: 362px;
	height: 33px;
	padding-top: 8px;
	text-align: center;
	text-decoration: none;
	color: #FFCC00;
	font-weight: bold;
	display: block;
	clear: both;
}

.rm_date{
	color: white;
	font-weight: normal;
	font-size: 10px;
	padding-left: 25px;
}

.hdr{ 
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	background-color: #333333;
}

#module{
	width: 370px;
/*	background-color: #E7E7DF;*/
	border: 1px solid #333333;
	padding-top: 38px;
	position: relative;
	margin-bottom: 12px;
	margin-right: 6px;
}

#module_html{
	width: 370px;
	margin-bottom:12px;
	background-color: #E7E7DF;
/*	border: 1px solid #333333; */
	position: relative;
}

#modlatest{
	width: auto;
	font-family: arial;
	font-size: 10px;
	color: #333333;
	padding: 12px;
	padding-bottom: 7px;
}

#modlatest img{
	float: left;
	margin-right: 10px;
}

#modlatest strong{
	font-size: 12px;
	text-decoration: none;
}

#modnews{
	background-color: white;
	font-family: arial;
	font-size: 11px;
	color: #333333;
	padding: 12px;
	padding-bottom: 7px;
}

#modnews img{
	float: left;
	margin-right: 15px;
	margin-bottom:20px;
}

#modnews strong{
	font-size: 11px;
}

.modtitle{
	font-size: 14px;
	font-weight: bold;
}

a.11pxlink, a.11pxlink:visited{
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

a.12pxlink, a.12pxlink:visited{
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

ul{
	margin-left: 10px;
	padding-left: 10px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#list li{
	list-style-type: square;
}

#popular{
	margin-top: 3px;
	background-image: url(/images/bg_popular.gif);
	background-repeat: no-repeat;
	width: 780px;
	height: 125px;
	padding: 13px;
	padding-bottom: 0px;
	padding-right: 5px;
	font-family: arial;
	font-size: 10px;
	color: #FFCC00;
}

.popularProd{
	padding-top: 4px;
	width: 152px;
	float: left;
	margin-bottom: 10px;
}

#popular a{
	color: #FFCC00;
	text-decoration: none;
}

#ezcam{
	background-image: url(/images/bg_ezcam.gif);
	background-repeat: no-repeat;
	display: block;
	width: 370px;
	height: 266px;
	font-size: 10px;
	margin-top: 6px;
	margin-bottom: 6px;
}

#ezcam .content{
	padding: 16px;
	padding-top: 10px;
}

#ezcam a{
	text-decoration: none;
}

#ezcam strong{
	font-size: 12px;
}

#ezcam .title{
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 3px;
}

#ezcam span{
	padding-top: 4px;
	width: 152px;
	float: left;
}

#footer{
	border: 1px solid #333333;
	width: 778px;
	margin-top: 3px;
	font-family: arial;
	font-size: 11px;
	color: white;
	background-color: #B2B3AC;
	display: block;
	padding-bottom: 0px;
}

#footer .content{
	font-family: arial;
	font-size: 11px;
	color: white;
	background-color: #B2B3AC;
	padding: 10px;
}

#footer a{
	 color: white;
}

#bloglist{
	width: auto;
	height: 100%;
/*	border-top: 1px solid #B2B3AC; */
	padding-top: 15px;
	padding-bottom: 15px;
	display: block;
}

.smalltxt{
	font-family: arial;
	font-size: 10px;
	color: #333333;
}




#subnav {
width: 158px;
padding: 0 0 0 0;
margin 0 0 0 0;
font-family: Arial, Verdana, Helvetica;
font-size: 11px;
background-color: #003366;
color: #FFFFFF;
}

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

#subnav li a {
display: block;
padding: 3px 5px 3px 13px;
border-left: 4px solid #27598C;
border-top: 1px solid #27598C;
border-bottom: 1px solid #000000;
background-color: #003366;
color: #FFFFFF;
text-decoration: none;
width: 100%;
}

html>body #subnav li a {
width: auto;
}

#subnav li a:hover {
border-left: 4px solid #27598C;
background-color: #27598C;
color: #FFFFFF;
}

#subnav-lt {
width: 100%;
padding: 0 0 0 0;
margin 0 0 0 0;
font-family: Arial, Verdana, Helvetica;
font-size: 11px;
color: #FFFFFF;
}

#subnav-lt ul {
list-style: none;
margin: 0;
padding: 0;
border: none;
background-color: #FFCC00;
}

#subnav-lt ul.sub a {
display: block;
padding: 3px 5px 3px 13px;
border-top: 1px solid #FFCC00;
border-left: 3px solid #FFCC00;
background-color: #EFEFEF;
color: #000000;
text-decoration: none;
width: 100%;
}

#subnav-lt ul.sub a:hover {
border-left: 3px solid #333333;
background-color: #FFCC00;
color: #000000;
}

html>body #subnav-lt ul.sub a {
width: auto;
}

.active {
display: block;
border-left: 3px solid #333333;
padding: 3px 5px 3px 13px;
background-color: #FFCC00;
color: #000000;
border-bottom: 1px solid #FFCC00;
}
	
.border_news
{
	border: 1px solid #FFCC00;
}


table.border_news td div.active { margin: 0px; padding: 3px 5px 3px 3px; border: 0px none; border-left: 3px solid #333333; height: 100%; }
table.border_news td { width: 50%; height: 100%; border: 1px solid #ffcc00; empty-cells: show; vertical-align: middle; padding: 0px; margin: 0px; }
table.border_news td a { text-decoration: none; display: block; padding: 3px 5px 3px 5px; height: 100%; }
table.border_news td a:hover { background-color: #ffcc00; color: #000000; }


.advertisement{
	font-size:10px;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
}

.comment_header_left {
	background-color: #FFCC00;
	padding: 5px;
}

.comment_header_right {
	background-color: #FFCC00;
	padding: 5px;
}

.comment_text {
	padding: 0px 5px 0px 5px;
}

#ccijpnotice {
	text-align: center;
	background: #fff;
	border: 1px solid #333;
	font-size:12px;
	padding:3px 0;
	width:941px;
}
