/* -----------------------------------------------------------------------
* CSS - CSS Framework 0
* http://www.servdezigner.com
* Copyright (c) 2010-Present. See LICENSE for more info.
* See README for instructions on how to use CustomCSS.
* For credits and origins, see AUTHORS.
----------------------------------------------------------------------- */
body
{
    margin: 0;
    padding: 0;
    color: #555;
    font: normal 10pt Arial,Helvetica,sans-serif;
    /*background: #ffffff url('../images/home_page_bg.jpg') repeat-x;*/
	background-color:#FFF;
	background-image:url('../images/home_page_bg.jpg');
	background-position:top center;
	background-repeat:no-repeat;
	
}
a:link {
    color: #06C;
}
a:hover, a:active {
    color: #F00;
}
a:visited {
    color: #39F;
}
/* link */
a:link {	color: #666666;	text-decoration: none;}
a:link.lnkhead1 {	color: #FFFFFF;	text-decoration: none;	font-weight: bold;}
a:link.lnkhead2 {  color: #FFDB08;  text-decoration: none ;}
a:link.lnkhead3 {  color: #666666;  text-decoration: none ;}
a:link.lnksub1 {  color: #B30000;  text-decoration: none ;}
a:link.lnksub2 {  color: #818181;  text-decoration: none ;}
a:link.lnksub3 {  color: #666666;  text-decoration: none ;}
a:link.lnksub4 {  color: #999999;  text-decoration: none ;}
a:link.lnksub5 {  color: #000033;  text-decoration: none ;}

a:visited {color: #666666;  text-decoration: none ;}
a:visited.lnkhead1 {color: #FFFFFF;  text-decoration: none ; font-weight: bold;}
a:visited.lnkhead2 {color: #FFDB08;  text-decoration: none ;}
a:visited.lnkhead3 {color: #666666;  text-decoration: none ;}
a:visited.lnksub1 {color: #B30000;  text-decoration: none ;}
a:visited.lnksub2 {color: #818181;  text-decoration: none ;}
a:visited.lnksub3 {color: #666666;  text-decoration: none ;}
a:visited.lnksub4 {color: #999999;  text-decoration: none ;}
a:visited.lnksub5 {color: #000033;  text-decoration: none ;}

a:hover { color: #FFA500;  text-decoration: none ;}
a:hover.lnkhead1 { color: #FFFF00;  text-decoration: none ;}
a:hover.lnkhead2{	color: #C0C0C0;	text-decoration: none;}
a:hover.lnkhead3{	color: #CC0000;	text-decoration: none;}
a:hover.lnksub1 { color: #B30000;  text-decoration: underline ;}
a:hover.lnksub2 { color: #0099FF;  text-decoration: none ;}
a:hover.lnksub3 { color: #666666;  text-decoration: underline ;}
a:hover.lnksub4 { color: #666666;  text-decoration: underline ;}
a:hover.lnksub5 { color: #FF9933;  text-decoration: none ;}


a {text-decoration: none;	font-size: 12px;	font-style: normal;	font-weight: normal;	color: #778899;}
.lnkhead1 {  text-decoration: none ;  font-size: 12px; font-style: normal; font-weight: normal; color: #FFFFFF;}
.lnkhead2 {  text-decoration: none ; font-size: 12px; font-style: normal; font-weight: normal; color: #FFDB08;}
.lnkhead3 {  text-decoration: none ; font-size: 12px; font-style: normal; font-weight: normal; color: #666666;}
.lnksub1 {  text-decoration: none ;  font-size: 11px; font-style: normal; font-weight: normal; color: #B30000;}
.lnksub2 {  text-decoration: none ;  font-size: 11px; font-style: normal; font-weight: normal; color: #818181}
.lnksub3 {  text-decoration: none ; font-size: 11px; font-style: normal; font-weight: normal; color: #666666}
.lnksub4 {  text-decoration: none ; font-size: 11px; font-style: normal; font-weight: normal; color: #999999}
.lnksub5 {  text-decoration: none ;  font-size: 11px; font-style: normal; font-weight: normal; color: #000033; }

div.view {
    padding:10px;
    margin:0 0 10px 0;
    background: #EBF0F4;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}

#container{
	width:100%;
}
/*header*/
#header {
    height:137px;
	margin:0 auto;
    padding-top:0px;
	width:960px;
}

#header .header-top
{
    height:85px;
    font-size: 100%;
}

#header .header-top .logo{
	/*background-image:url("../images/comtelsatt_logo.gif");*/
	background-image:url("../images/comtelsatt_logo.png");
	background-repeat:no-repeat;
	display:block;
	float:left;
	height:63px;
	margin-left:7px;
	margin-top:7px;
	width:250px;
}
#header .header-top .logo-slogan{
	display:block;
	float:left;
	height:85px;
	width:430px;
	/*background-color:#F00;*/
}

.header-top .top-nav {
	float:right;
	margin:10px 12px 0 0;
	width:250px;
	/*background-color:#000;*/
}

.top-nav ul.top-menu{
	float:left;
	margin:0;
	padding:0 10px 5px 15px;
	list-style-type:disc;
	width:160px;
	text-align:right;
	/*background-color:#FC0;*/
}

ul.top-menu li {
	display:inline;
	background-image:url(../images/split.gif);
	background-position:left 6px;
	background-repeat:no-repeat;
	padding:0 0 0 8px;
}
ul.top-menu li.first {
	display:inline;
	background-image: none;
	background-position:left;
	background-repeat:no-repeat;
}

ul.top-menu li a,ul.top-menu li a:link,ul.top-menu li a:visited{
	font-size:11px;
	text-decoration:none;
	color:#666;
}
ul.top-menu li a:hover{
	color:#09F;
}

/*lang*/
.top-nav ul.lang {
	float:right;
	list-style:none outside none;
	margin:0;
	padding:0;
	width:63px;
}

.top-nav  ul.lang li {
	float:left;
	margin:0 0 0 5px;
}
.top-nav  ul.lang li a{
	display:block;
	width:26px;
	height:18px;
}
.top-nav  ul.lang li a span{
	display:block;
}
.top-nav  ul.lang  a.lang-th{
	background-image:url(../images/lang-th.gif);
}
.top-nav  ul.lang  a.lang-th:hover{
	background-image:url(../images/lang-th.gif);
	background-position:0px 18px;
}
.top-nav  ul.lang  a.lang-en{
	background-image:url(../images/lang-en.gif);
}
.top-nav  ul.lang  a.lang-en:hover{
	background-image:url(../images/lang-en.gif);
	background-position:0px 18px;
}
/* end of switch lang*/

/*main menu */
#main-menu {
	margin:0;
	padding:0;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	height:52px;
	min-width:960px;
	float:left;
	background:url("../images/menu-bar-bg.png") no-repeat scroll center top transparent;	
	
	}


/*******************/
ul.menu {list-style:none; margin:0; padding:0; height:52px;}
ul.menu * {margin:0; padding:0}
ul.menu a {display:block; color:#000; text-decoration:none; 	color:#036; text-shadow: 1px 1px #FFF;}
ul.menu li {position:relative; float:left; margin-right:2px; }
ul.menu ul {position:absolute; top:48px; left:0; background:#d1d1d1; display:none; opacity:0; list-style:none}
ul.menu ul li {position:relative; border:1px solid #aaa; border-top:none; width:180px; margin:0;}
ul.menu ul li a {display:block; background-color:#d1d1d1;}
ul.menu ul li a:hover {/*background-color:#c5c5c5; */}
ul.menu ul ul {left:148px; top:-1px}
ul.menu .menulink {color:#036; text-shadow: 1px 1px #FFF; }
/*ul.menu .menulink:hover, ul.menu .menuhover {background:url(images/header_over.gif)}*/
ul.menu .sub {background:#d1d1d1 }
ul.menu .topline {}
/*******************/

ul#menu li {
	list-style-type:none;
	margin:0 0px 0 0;
	padding-left:7px;
	background-image:url(../images/split-01.gif);
	background-position:left 20px;
	background-repeat:no-repeat;	
	
}
ul#menu li#left-cap {
	padding-left:7px;
	width:60px;
	height:35px;
	padding-top:5px;
	background-image:none;
}

ul#menu li#left-cap a{
	background:url("../images/menu-bar-home.png") no-repeat scroll 0px 0px transparent;
	height:35px;
}
ul#menu li#left-cap a:hover{
	background:url("../images/menu-bar-home.png") no-repeat scroll 0px -42px transparent;
}

ul#menu li#left-cap a span{
	display:none;
}

ul#menu li#right-cap {
	padding-top:16px;
	height:35px;
}

ul#menu li.top-level{
	padding-top:16px;
	padding-bottom:16px;
}
ul#menu li a{
	display:block;
	font-size:15px;
	/*height:38px;*/
	margin:0 10px;
	/*padding-top:16px;*/
	/*padding-bottom:6px;*/
	text-decoration:none;
}

ul#menu li.sub a{
	display:block;
	font-size:13px;
	/*height:25px;*/
	margin:0 5px;
	padding:6px 2px;
	text-decoration:none;
	text-shadow:none;

}
ul#menu li.sub{
	list-style-type:none;
	margin:0 0px 0 0;
	/*padding-left:4px;*/
	background-image:none;
	background-position:left 20px;
	background-repeat:no-repeat;	
	
}

ul#menu li a:link,ul#menu li a:visited,ul#menu li a:active{
	color:#036;
	/*text-shadow: 1px 1px #FFF;*/
}
ul#menu li a:hover{
	color:#C00;
}
/*ComtelsattTechNetwork*/
ul#menu li#ComtelsattTechNetwork{
	width:auto;}
ul#menu li#ComtelsattTechNetwork a{
	font-size:11px;
	font-weight:normal;
	letter-spacing:0px;
	padding-top:2px;
}
	
	
#main-menu ul#navigation{
	margin:0;
	padding:0;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	height:52px;
	min-width:960px;
	float:left;
	background:url("../images/menu-bar-bg.png") no-repeat scroll center top transparent;
}


ul#navigation li {
	list-style-type:none;
	margin:0 0px 0 0;
	padding-left:10px;
	background-image:url(../images/split-01.gif);
	background-position:left 20px;
	background-repeat:no-repeat;	
	
}
ul#navigation li#left-cap {
	padding-left:7px;
	width:62px;
	height:30px;
	padding-top:7px;
	background-image:none;
}

ul#navigation li#left-cap a{
	background:url("../images/menu-bar-home.png") no-repeat scroll 0px 0px transparent;
	height:23px;
}
ul#navigation li#left-cap a:hover{
	background:url("../images/menu-bar-home.png") no-repeat scroll 0px -42px transparent;
}
ul#navigation li#left-cap a span{
	display:none;
}

ul#navigation li#right-cap {
	
}

ul#navigation li a{
	display:block;
	font-size:15px;
	height:25px;
	margin:0 10px;
	padding-top:16px;
	text-decoration:none;
}
ul#navigation li a:link,ul#navigation li a:visited,ul#navigation li a:active{
	color:#036;
	text-shadow: 1px 1px #FFF;
}
ul#navigation li a:hover{
	color:#C00;
}

/*ComtelsattTechNetwork*/
ul#navigation li#ComtelsattTechNetwork{
	width:auto;}
ul#navigation li#ComtelsattTechNetwork a{
	font-size:11px;
	font-weight:normal;
	letter-spacing:0px;
	padding-top:18px;
}

ul#navigation li, ul#navigation li p, ul#navigation li p a {
float:left;
height:100%;
}

ul#navigation li#rigth-cap p{
	display:block;
	width:10px;
}

/*end main menu*/

#nav-breadcrumbs{
    padding:3px 0;
	width:920px;
	margin:0 auto;
	height:24px;
	position:relative;
	/*background-color:#F00;*/
	display:block;
	text-align:left;
}
#nav-breadcrumbs a,#nav-breadcrumbs a:link{
	font-size:11px;
	/*background-color:#F90;*/
}

#nav-breadcrumbs .product-search{
	/*background-image:url(../images/face-product-search-bg.gif);*/
	background-repeat:no-repeat;
	background-position:left bottom;
	position:absolute;
	right:0px;
	top:4px;
	/*background-color:#0F0;*/
}
#nav-breadcrumbs .product-search .title{
/*	background-image:url(../images/face-product-search.gif);
	background-position:left top;
	background-repeat:no-repeat;*/
	/*height:30px;*/
	/*border-bottom:#CCC 1px solid;*/
	/*width:241px;*/
}

/*start content*/
#content
{
    padding:5px 0;
	width:960px;
	margin:0 auto;
}
#content #big-banner-wrapper
{
    padding:0;
	width:938px;
	height:313px;
	margin:0 auto;
	margin-bottom:10px;
	position:relative;
	z-index:o;
	/*background: url(../images/bg-home-show.jpg) no-repeat;*/
	
}
.slider_pictures{
	width:938px;
	/*position:absolute;*/
	top:0px;
	/*border:5px solid #000;*/
	clear:both;
}

/*left-zone*/
#content #left-zone{
	float:left;
	width:260px;
	margin-left:10px;
	min-height:300px;
	border-right:#CCC dotted 1px;
}


#left-zone .product-search{
	background-image:url(../images/face-product-search-bg.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
}
#left-zone .product-search .title{
	background-image:url(../images/face-product-search.gif);
	background-position:left top;
	background-repeat:no-repeat;
	height:30px;
	border-bottom:#CCC 1px solid;
	width:241px;
}
#left-zone .product-cate{}
#left-zone .product-cate .title{
	background-image:url(../images/face-product-cate.gif);
	background-position:left top;
	background-repeat:no-repeat;
	height:30px;
	border-bottom:#CCC 1px solid;
	width:241px;
}
#left-zone .downloads-cate{}
#left-zone .downloads-cate .title{
	background-image:url(../images/face-product-cate.gif);
	background-position:left top;
	background-repeat:no-repeat;
	height:30px;
	border-bottom:#CCC 1px solid;
	width:241px;
}
#left-zone .comtelsatt-cctv{}
#left-zone .comtelsatt-cctv .title{
	background-image:url(../images/face-comtels-cctv.gif);
	background-position:left top;
	background-repeat:no-repeat;
	height:30px;
	border-bottom:#CCC 1px solid;
	width:241px;
}
#left-zone .comtelsatt-cctv .content{
	padding:10px 0;
}
#left-zone .comtelsatt-cctv .content #over-vde-border{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color:#CCCCCC;
	padding:7px;
	width:229px;
	text-align:center;
}
#left-zone .comtelsatt-cctv .content #over-vde-border #vdo-container{
	border:#FFF 1px solid;
}
#left-zone .comtelsatt-cctv .content #over-vde-border p{
	margin:5px;
	color:#000;
	font-size:12px;
	text-shadow: 1px 1px #FFF;
}
#content #right-zone{
	float:left;
	width:660px;
	margin-left:15px;
	min-height:300px;
	background-color:#ffffff;
}
#content #right-zone p {
	text-indent:50px;
	line-height:20px;
	font-size:13px;
}

/*press-release*/
#right-zone .press-release{
	float:left;
	width:430px;
}
#right-zone .press-release .title{
	background-image:url(../images/face-press-release.gif);
	background-position:left top;
	background-repeat:no-repeat;
	height:30px;
	border-bottom:#CCC 1px solid;
	width:430px;
}
#right-zone .press-release .content{
	padding:10px 0;
}


#right-zone .hot-promotion{
	float:left;
	width:220px;
	margin-left:10px;
}
#right-zone .hot-promotion .title{
	background-image:url(../images/face-hot-promotion.gif);
	background-position:left top;
	background-repeat:no-repeat;
	height:30px;
	border-bottom:#CCC 1px solid;
	width:220px;

}
#right-zone .hot-promotion .content{
	padding:10px 0;
}

#right-zone .product-highlight{
	float:left;
	width:100%;
	margin-top:10px;
}
#right-zone .product-highlight .title{
	background-image:url(../images/face-product-hightlight.gif);
	background-position:left top;
	background-repeat:no-repeat;
	height:30px;
	border-bottom:#CCC 1px solid;
	width:100%;
}
#right-zone .product-highlight .content{
	padding:10px 0;
}
/*end content*/

/*footer*/
#footer {
	/*background-color:#FF0000;*/
	float:left;
	width:100%;
}

#footer a {
    color:#fefefe;
	font-size:11px;
}
#footer-banner{
	margin:0 auto;
	margin-top:30px;
	text-align:center;
	width:960px;
}
/* footer-banner */
#footer  table.footer-banner{
	/*background-color:#CCCCCC;*/
	margin:0 auto;
	/*width:500px;*/
}
#footer  table.footer-banner td{
	width:180px;
	height:50px;
}
#footer  table.footer-banner td,#footer  table.footer-banner tr{
	padding:3px;
	margin:0px;
}
#footer  table.footer-banner a,#footer  table.footer-banner a img{
	float: left;
	overflow:hidden;
}
#footer  table.footer-banner a:hover{
	border:#F90 3px solid;
}
#footer  table.footer-banner a:hover img{
	margin:-3px;
	float: left;
	display:block;
}


#footer #footer-img {
    height: 85px;
	width:100%;
    background: url("/images/footer-img.png") repeat-x;
    margin: 0 auto;
    text-align: center top;
	float:left;
}
#footer #footer-content {
    background: #115AA9;
	background: url("/images/footer-bg.gif") repeat;
	width:100%;
	float:left;
	display:block;
	
}

#footer #footer-menu-group {
    margin: 0 auto;
    padding: 0 5px;
    width: 955px;
   height: 165px;
	
}


#footer-menu-group #footer-menu-product {
    list-style: none;
    padding: 0;
    padding-top: 20px;
    float: left;
    text-align: left;
    color: #16631f;
}
#footer-menu-group #footer-menu-product li:first-child{
    margin-bottom: 20px;
	padding-bottom:5px;
    border-bottom: 1px dotted #FFF;
    color: #FFF;
	font-weight:bold;
}
#footer-menu-group #footer-menu-product a:hover{
    color:#09C;
    text-decoration: none;
}
#footer-menu-group #footer-menu-product a{
    text-decoration: none;
	font:normal;
}

#footer-menu-group #footer-menu-service{
    list-style: none;
    padding: 0;
    padding-top: 20px;
    float: left;
    text-align: left;
    color: #16631f;
    margin-left: 40px;
}
#footer-menu-group #footer-menu-service a:hover{
    color: #09C;
    text-decoration: none;
}
#footer-menu-group #footer-menu-service a{
    text-decoration: none;
}
#footer-menu-group #footer-menu-service li:first-child{
    margin-bottom: 20px;
	padding-bottom:5px;
    border-bottom: 1px dotted #FFF;
    color: #FFF;
	font-weight:bold;
}

#footer-menu-group #footer-menu-company {
    list-style: none;
    padding: 0;
    padding-top: 20px;
    float: left;
    text-align: left;
    color: #16631f;
    margin-left: 40px;
}
#footer-menu-group #footer-menu-company a:hover{
    color: #09C;
    text-decoration: none;
}
#footer-menu-group #footer-menu-company  a{
    text-decoration: none;
}
#footer-menu-group #footer-menu-company  li:first-child{
    margin-bottom: 20px;
	padding-bottom:5px;
    border-bottom: 1px dotted #FFF;
    color: #FFF;
	font-weight:bold;
}

/* for social footer*/
#social-list-footer {
    background-color: #1B6ABF;
	border:#1E9AEF 1px dotted;
    display: block;
    float: left;
    margin: 16px 0 0 50px;
    padding: 9px;
}
#social-list-footer li{
	/*display: block;*/
	list-style:none;
	 margin:0px 0;
	 padding:5px 0px;
}

#social-list-footer li a img{
	vertical-align:middle;
}
/*footer-qrcode*/
#footer-qrcode {
	background-color: #1B6ABF;
	border: 1px dotted #1E9AEF;
    display: block;
    float: left;
    height: 114px;
    margin: 16px 0 0 10px;
    padding: 5px;
    width: 114px;
}

#footer-qrcode img{
	width:113px;
	height:113px;
	float:left;
}
#footer #copyright-txt p{
	font-size:11px;
	color:#CCC;
	padding:10px;
}

/* Page-Detail*/
  
/*product-item*/
div.product-item {
	width:190px;
	display:block;
	/*background-color:#FC0;*/
	float:left;
	margin-top:5px;
	margin-bottom:20px;
	margin-left:0px;
	margin-right:10px;
	padding:10px;
	height:300px;
	overflow:hidden;
}
div.product-item .picture{
	width:190px;
	height:145px;
	overflow:hidden;
	text-align:center;
}
div.product-item .name{
	width:190px;
	height:32px;
	overflow:hidden;
}
div.product-item .price{
	width:190px;
	height:20px;
	overflow:hidden;
	color:#09F;
	font-size:15px;
	font-weight:bold;
}
div.product-item .detail{
	width:190px;
	height:100px;
	overflow:hidden;
}
div.product-item .detail img.more{
	/*border:1px solid #F00;*/
}


/*product-item-hot*/
div.product-item-hot {
	width:200px;
	display:block;
/*	background-color:#FC0;
	-moz-border-radius:10px 10px 10px 10px;
	background-color:#FFC;*/
	background:#FFC url(../images/home-hot-promotion.gif) repeat-x;*/
	float:left;
	margin-top:5px;
	margin-bottom:10px;
	margin-left:0px;
	margin-right:0px;
	padding:10px;
	height:230px;
	overflow:hidden;
}
div.product-item-hot .picture{
	width:200px;
	height:130px;
	overflow:hidden;
	text-align:center;
}
div.product-item-hot .name{
	width:200px;
	height:22px;
	overflow:hidden;
	color:#0066cc;
	text-align:center;
}
div.product-item-hot .price{
	width:200px;
	height:20px;
	overflow:hidden;
	color:red;
	font-size:18px;
	font-weight:bold;
	text-align:center;
}
div.product-item-hot .detail{
	width:200px;
	height:32px;
	overflow:hidden;
	color:#115aa9;
}
div.product-item-hot .detail a{
	color:#115aa9;
}
div.product-item-hot .detail img.more{
	/*border:1px solid #F00;*/
}

/* Product Detail -start*/
table.pro-detail{
	width:650px;
	/*background-color:#CCC;*/
}

table.pro-detail .price{ 
	font-size:20px;
	font-weight:bold;
}

table.pro-detail td.images{
	width:170px;
	vertical-align:text-top;
}

table.cus2pro {
	width:650px;
}
table.cus2pro td.iframe-content {
	padding:0;
	margin:0;
}
table.cus2pro .cus2pro-iframe{
	width:650px;
	height:500px;
	padding:0px;
	border:#CCC solid 3px;
}

/* end product detail page*/

/*products search*/
#product-search {
	/*border-bottom:#CCC 1px dotted;*/
/*	padding-bottom:5px;
	margin-bottom:10px;*/
	width:455px;
	height:32px;
}
#product-search table.tb-search {}
#product-search table.tb-search td{
	padding:3px;
}
#product-search table.tb-search .face {
	width:25px;
	text-align:right;
}
#product-search table.tb-search .search-box {}
#product-search table.tb-search .search-text {
	border:1px solid #999;
	width:180px;
	height:24px;
	font-size:13px;
	padding:0px;
}
#product-search table.tb-search .search-dropdown {
	border:1px solid #999;
	width:180px;
	font-size:12px;
	padding:2px;
	height:24px;
}

/* Products-Cate - Start */
#products-cate{
	width:240px;
	/*background-color:#3C9;*/
}
#products-cate #pro-cate {
	list-style:none;
	padding:0;
	margin:0px;
	}
#products-cate #pro-cate li{
	background-image:url("../images/icons/xmenu.png");
	background-position:0 8px;
	background-repeat:no-repeat;
	border-bottom:1px dotted #CCCCCC;
	margin:2px 0;
	padding:5px 5px 5px 15px;
}
#products-cate #pro-cate li a{
	font-size:12px;
}
#products-cate #pro-cate li.nav-start {
	display:none;
}
#products-cate #pro-cate li.nav-stop {
	display:none;
}
/* Products-Cate - Stop */

/* products random */
#left-zone .product-random{}
#left-zone .product-random .title{
	background-image:url(../images/face-product-random.gif);
	background-position:left top;
	background-repeat:no-repeat;
	height:30px;
	border-bottom:#CCC 1px solid;
	width:241px;
}

#pro_random_show {}
#pro_random_show .items{
	border-bottom:1px dotted #CCCCCC;
	float:left;
	margin:5px 0;
	padding:3px;
	width:233px;
}
#pro_random_show .image{
	width:85px;
	float:left;
}
#pro_random_show .image a,#pro_random_show .image img{
	float: left;
	overflow:hidden;
}
#pro_random_show .image a:hover{
	border:#CCC 2px solid;
}
#pro_random_show .image a:hover img{
	margin:-2px;
}

#pro_random_show .detail{
	float:left;
	width:145px;
}
#pro_random_show .detail .csky{
	font-size:16px;
	color:#09F;
	font-weight:bold;
}

#products-list {
	width:660px;
	background-color:#999;
}
#products-list .items{
	float:left;
	width:310px;
	margin:10px 10px 0px 0px;
	background-color:#FFF;
	padding:3px;
	border:1px #CCC solid;
}
#products-list .items .image{
	width:125px;
	float:left;
}
#products-list .items .detail{
	width:185px;
	float:left;
}

#products-list .items .detail .title{
	width:185px;
	height:30px;
	overflow:hidden;
	font-size:12px;
	font-weight:bold;
	color:#06C;
}
#products-list .items .detail .price{
	width:185px;
	height:30px;
	overflow:hidden;
	font-size:20px;
}
#products-list .items .detail .text{
	width:185px;
	height:35px;
	overflow:hidden;
}
#products-list .items .detail .text img{
	position:relative;
	top:30px;
}

/*Option link*/
a.image-link img{	
	border:#EFEFEF 1px solid;
}
a.image-link,a.image-link img{
	float: left;
	overflow:hidden;
}
a.image-link:hover{
	border:#CCC 2px solid;
}
a.image-link:hover img{
	margin:-2px;
}

/*page company*/

table.compay-table{
	margin:10px 0px;
	padding:0px;
}
table.compay-table td{
	font-size:12px;
	color:#333;
	padding:5px;
	/*border:1px #999 solid;*/
	border-bottom:1px dotted #999;
	min-height:50px;
}
table.compay-table .year{
	color:#06F;
	}
table.compay-table .year,table.compay-table .title{
	width:110px;
	font-size:15px;	
	vertical-align:text-top;
	color:#09F;
	font-weight:bold;
	background-image:url(../images/icons/arr_rigth_002-over.gif);
	background-repeat:no-repeat;
	background-position:113px 13px;
}
table.compay-table .detail{
	
}
table.compay-table .detail img{

}
/*compay-table-logo*/
div.compay-table-logo{
	background-image: url(../images/corp_profile/company-01.gif);
	background-repeat:no-repeat;
	background-position:right;
}
div.compay-table-logo table.compay-table{
	/*background-color:#FF9;*/
	width:400px;
}
div.compay-table-logo table.compay-table td{
	min-height:25px;
}
div.compay-table-logo img.copany{
	
}
.clear-both{
	float:none;
}
.detail-box {
	width:100%;
	float:left;
	margin:20px 0 0 0;
}
.detail-box h4{
	margin:0px;
	padding:5px 0px;
	font-weight:bold;}
.detail-box p{}
#content #right-zone .detail-box p.hili{
	font-size:30px;
	font-weight:bold;
	font-family:Georgia;
	font-size:18px;
	font-weight:bold;
	text-shadow:#CCC;
	color:#39F;
	background-color:#FFC;
	border:1px #CCC dotted;
	padding:10px;
	letter-spacing:1px;
}

/*our-clients-page*/
div.our-clients-page{
	background-image:url(/images/ourclients/our-client-bg.jpg);
	background-repeat:no-repeat;
	background-position:top right;
}

div.our-clients-page ul{}
div.our-clients-page ul li{
	font-size:12px;
}

/*show news home*/
table.tb_show_news_home td{
	vertical-align:top;
}
ul.show_news_home{
	margin:0px;
	padding:0px;
	list-style:none;
	padding:0px 2px;
}
ul.show_news_home li{
	width:240px;
	margin-bottom:6px;
	padding-bottom:6px;
	border-bottom:1px  dotted #CCC;
}
#show_news_home_pic{
	width:180px;
}
#show_news_home_pic .news_pic{
	width:170px;
	height:130px;
	overflow:hidden;
}
#show_news_home_pic .news{
	width:170px;
	padding-right:10px;
	text-align:center;
	padding-top:10px;
}
#show_news_home_pic .news a{
	color:#0099ff;
}
#show_news_home_pic .news a:hover{
	color:#0073bf;
}

/*Downloads Show*/
ul.downloads_show{
	margin:0px;
	padding:0px;
	padding-left:15px;
	list-style:none;
}
ul.downloads_show li{
	width:45%;
	height:60px;
	float:left;
	font-size:13px;
	font-weight:bold;
	color:#000;
	margin-right:24px;
	padding:10px 2px;
	/*list-style-image:url(../images/icons/arr_rigth_002.gif);*/
	border-bottom:1px dotted #e5e5e5;
}
ul.downloads_show li a{
	color:#0099ff;
}
ul.downloads_show li a:hover{
	color:#0073bf;
	text-decoration:underline;
}
ul.downloads_show li small{
	color:#000;
}
ul.downloads_show li small.cgray{
	color:gray;
}

