/* CSS Document */

		html{
			background:#dcdcdc;
		}
		body{
			background:url(../images/body_bg.png) repeat #dcdcdc left scroll;
			margin: 0px;
			padding:0px;
			font-family:Arial, Helvetica, sans-serif;
			font-size:13px;
			height:783px;
		}
		#home_cont{
			background-color:#FFFFFF;
			width:1006px;
			margin:auto;
		}
		/* Header */
		#header_body_con{}
		#header_body_con #left_corner{ background:url(../images/left_corner.png) repeat-y left scroll;width:100%;float:left;}
		#header_body_con #right_corner{ background:url(../images/right_corner.png) repeat-y right scroll;width:100%;float:right;}
		
		#home_cont #header{
			margin: 0 10px 0px 10px;
			float:left;
			width:100%;
		}
		#home_cont #header #logo{
			background:url(../images/logo-home.png) left scroll no-repeat;
			width:351px;
			height:74px;
			float:left;
			cursor:pointer;
		}
		#home_cont #header #time{
			background:url(../images/header_date.png) left scroll no-repeat;
			width:256px;
			height:31px;
			float:right;
			margin-right:20px;
			margin-top:5px;
		}
		#head_left_cont{float:right;}
		#home_cont #header #time #clock{
			background:url(../images/clock.png) left scroll no-repeat;
			width:14px;
			height:13px;
			float:left;
			margin-left:50px;
			margin-top:12px;
		}
		#home_cont #header #time #today{color:#003567;
			font-weight:bold;
			float:left;
			margin-top:12px;
		}
		#home_cont #header #time #dd_time{color:#c3c3c3;float:left;margin-top:12px;}
		#home_cont #header #wel_note{margin-bottom:10px;margin-left:11px;margin-right:25px;margin-top:5px;font-size:11px;float:right;}
		#home_cont #header #wel_note #wel{color:#003567;float:left;margin-top:7px;}
		#home_cont #header #wel_note #guest{color:#c3c3c3;font-weight:bold;float:left;margin-left:3px;margin-right:3px;margin-top:7px;}
		#home_cont #header #wel_note #login_btn{background:url(../images/login_btn.png) no-repeat left scroll;width:64px;height:24px;display:block;float:left;cursor:pointer;}
		#home_cont #header #wel_note #forget_pass{color:#c3c3c3;text-decoration:underline;margin-left:3px;display:block;float:left;margin-top:7px;cursor:pointer;}
		#home_cont #header #wel_note #login_btn span{margin-left:16px;font-weight:bold;color:#FFFFFF;float:left;margin-top:5px;}
		/*End Header */
		/*Tabs*/
		#home_cont #tab_cont{float:left;margin-left:10px;color:#FFFFFF;font-size:13px;padding-top:12px;height:34px;}
		#home_cont #tab_cont #sell_us{float:left;background:url(../images/sell_bg.png) left scroll no-repeat; width:202px;height:34px;}
		#home_cont #tab_cont #sell_us span{padding-top:8px;display:block;cursor:pointer;width:60px;}
		#home_cont #tab_cont #tab_main{float:left;margin-left:7px;}
		#home_cont #tab_cont #tab_main #tab_left{float:left; background:url(../images/tab_left.png) no-repeat left scroll;width:4px;height:34px;}
		#home_cont #tab_cont #tab_main #tab_right{float:left; background:url(../images/tab_right.png) no-repeat left scroll;width:4px;height:34px;}
		#home_cont #tab_cont #tab_main #tab_center{float:left; background:url(../images/tab_center.png) repeat-x left scroll;width:768px;height:34px;}
		#home_cont #tab_cont #tab_main #tab_center a{display:block;padding-left:105px;float:left;font-size:14px;padding-top:8px;}
		#home_cont #tab_cont #tab_main #tab_center a span{cursor:pointer;}
		/*Tabs End*/
		/*Left Nav*/
		#left_nav_cont{float:left;width:202px;margin-left:10px;margin-top:5px;}
		#left_nav_cont #left_nav_head{width:202px;background:url(../images/left_nav_top.png) left scroll no-repeat;height:6px;}
		#left_nav_cont #left_nav_bg span{color:#FFFFFF;font-size:20px;margin-left:10px;margin-top:2px;}
		#left_nav_cont #left_nav_bg input{border-top:2px solid #7f7f7f;border-left:2px solid #7f7f7f;border-bottom:2px solid #cdcdcd;border-right:2px solid #cdcdcd;margin-left:10px;margin-top:5px;margin-bottom:5px;width:176px;}
		#left_nav_cont #left_nav_bg{width:202px;background:url(../images/left_nav_bg.png) left scroll repeat-y;}
		#left_nav_cont #left_nav_bg a{ color:#FFFFFF;margin-left:10px;margin-top:5px;float:left;}
		#left_nav_cont #left_nav_bg #search_btn{ background:url(../images/search_btn.png) no-repeat left scroll;width:51px;height:24px;float:right;margin:5px 12px 0px 12px;}
		#left_nav_cont #left_nav_foot{width:202px;background:url(../images/left_nav_footer.png) left scroll no-repeat;height:56px;}
		#left_nav_cont #left_nav_content{background-color:#003564;margin-left:1px;width:200px;}
		#left_nav_cont #left_nav_content #cat{ color:#FFFFFF;font-size:20px;display:block;margin-top:8px;}
		#left_nav_cont #left_nav_content a{}
		#left_nav_cont #left_nav_bg #search_btn b{display:block;color:#FFFFFF;margin-top:2px;margin-left:12px; font-weight:bold;text-decoration:none;}
		#left_nav_content #tree{}
		#left_nav_content #tree ul{border-bottom:1px dotted #00527d;padding:10px; padding-left: 6px; background:url(../images/up_arrow.png) left no-repeat;margin-left:10px;margin-right:12px;}
		
		#left_nav_content #tree .selected{border-bottom:1px dotted #00527d;padding:10px;background:none;margin-left:10px;margin-right:12px;background-color:#002953;}
		#left_nav_content #tree .selected li{background:url(../images/down_arrow.png) left top no-repeat;}
		#left_nav_content #tree .selected li span{margin-left:15px;}
		#left_nav_content #tree .selected li ul{border-left:2px dotted #00527d;border-bottom:0px;margin-left:4px;background:none;padding:0px;}
		#left_nav_content #tree .selected li ul li{background:none;color:#FFFFFF;background:url(../images/arrow_link.png) left no-repeat;}
		#left_nav_content #tree .selected li ul li span{margin-left:10px;margin-top:15px;display:block;}
		#left_nav_content #tree .selected li ul #sub_selected span{margin-left:10px;margin-top:5px;display:block;font-weight:bold;text-decoration:underline;}
		
		#left_nav_content #tree span{font-size:13px;font-weight:bold;color:#FFFFFF;cursor:pointer;}
		/*Left Nav End*/
		/*Right Cont*/
		#righ_cont{float:left;width:772px;margin-left:10px;margin-right:10px;}
		#righ_cont #left_content{float:left;width:380px;}
		#righ_cont #right_content{background:url(../images/sell_to_us.png) right scroll no-repeat; width:386px;height:281px;float:right;margin-top:5px;}
		#righ_cont #switch_cont{width:780px;}
		#righ_cont #switch_cont .cs76_cont{float:left;width:260px;}
		#righ_cont #switch_cont .cs76{ background:url(../images/01s.png) no-repeat left scroll;width:118px;height:115px;float:left;}
		#righ_cont #switch_cont .cs76_text{width:131px;float:left;padding:5px;padding-top:0px;}
		#righ_cont #switch_cont .detail{background:url(../images/detail_btn.png) no-repeat left;width:54px;height:19px;display:block;float:left;}
		#righ_cont #switch_cont .buy_on{background:url(../images/buy_btn.png) no-repeat left;width:74px;height:19px;display:block;float:left;margin-left:3px;}
		/*Right Cont*/
		/*General */
		.clear{clear:both;}
		.left{float:left;}
		.right{float:right;}
		ul{ list-style:none;margin:0px;padding:0px;}
		ul li{list-style:none;margin:0px;padding:0px;}
		h2{margin:0px;}
		.wh{color:#ffffff;}
		.bl{color:#003366;}
		.gr{color:#097054;}
		.gre{color:#c9c9c9;}
		.re{color:#993300;}
		.line{border-bottom:1px dotted #c9c9c9;padding-top:5px;padding-bottom:5px;}
		p{margin:0px;padding:0px;margin-top:5px;padding-top:5px;}
		/* End General */
		
		#home_cont #footer_border{ background:url(../images/footer.png) no-repeat left scroll; width:1006px;height:15px;float:left;}
		#footer_cont {
			background:#DCDCDC ;
		}
		#footer_content{padding:15px;}
		#footer_content label{padding-left:15px;cursor:pointer;float:left;}
		#footer_content span{float:right;}


table.registerTable td.text { color: #0a7256; text-align: right; font-weight: bold; }
table.registerTable input.input { border: solid 1px #c8c8c8; width: 240px; height: 20px; }
table.registerTable textarea.ta { border: solid 1px #c8c8c8; width: 240px; height: 325px; }

div#services_dd { width: 188px; height: 117px; position: absolute; padding-top: 14px; margin-left: 190px; display: none; margin-top: 3px; }
div#company_dd { width: 188px; height: 117px; position: absolute; padding-top: 14px; margin-left: 360px; display: none; margin-top: 3px; }

div.dd_bg { background: url(../images/dd_bg.png) no-repeat; width: 188px; height: 117px; color: #FFFFFF; line-height: 20px; padding: 10px; padding-top: 5px; }
div.dd_bg span { color: #FFFFFF; text-decoration: none; font-size: 12px; cursor: pointer; }
div.dd_bg span:hover { color: #FFFFFF; text-decoration: underline; font-size: 12px; cursor: pointer; font-weight: bold; }

table.adminTable { border: solid 1px #c7c7c7; padding: 2px; background: #FFFFFF; }
table.adminTable td { text-align: center; height: 30px; }
tr.adminTitles { background: #097054; color: #ffffff; font-family: Tahoma; font-weight: bold; font-size: 11px; }
tr.adminResults { color: #5e5e5e; font-family: Tahoma; font-size: 11px; }
td.actions { color: #0c66ad; font-weight: normal; }
td.actions a { color: #0c66ad; font-weight: normal; }

.res_box{
	width:100%;
	height:0px;
	position:fixed;
	top:0px;
	left:0px;
	vertical-align:top;
	background-color:#FFFFFF;
	border:1px solid #333333;
	-moz-opacity:0.95;
	filter:alpha(opacity=95);
}
.search_box{
	overflow:auto; 
	height:125px;
	margin-left:30px;
	width:96.5%;
}

.linux_inp {  width:317px; height:21px; border: solid 1px #aeaeae; color:#0c755a; font-weight:bold; font-size:12px; font-family:Arial;}
.linux_ta { width:640px; height:115px; border: solid 1px #aeaeae; overflow:hidden; color:#0c755a; font-weight:bold; font-size:12px; font-family:Arial}

.share_cont{
	background:url(../images/share_cont.gif) no-repeat scroll left top;
	width:146px;
	height:14px;
	cursor:pointer;
	margin-top:10px;
}