/* project: WanerSoft, Waner.Net Studio
   author: isong (www.isonge.cn) */

   
/* default styles
   -------------- */
   
* { 
	padding:0;
	margin:0;
	border:0;
}
body {
	color: #454545;
	font-family: "ËÎÌå";
	font-size: 12px;
	line-height:1.2em;
	background: url(../images/bg.gif) repeat-x top;
}

.bg_1 {
	background: url(../images/bg.gif) repeat-x top;

}



a {
	color: #2f6694;
	background: inherit;
	text-decoration: none;
}

a:hover { color: #6C757A; background: inherit; }

h2 { font-size: 1.2em; font-weight: normal; }
 

h3 { font-size: 1.0em; font-weight: normal; }


ul,li {  list-style : none; }



.image {
	float: left;
	margin: 0 9px 3px 0;
	border: 1px solid #b0bec7;
}

.float_r { float:right;}

.float_l { float: left;}

.clear { clear:both; }




/* layout
   ------ */

.content {
	width: 981px;
	margin: 0 auto;

}

.header {
	height: auto;
	color: #808080;


}

.top_left {
		float: left;
		margin:20px 0 0 0;
		
}

.top_left p{ 
	padding-top:6px;
	line-height:11px
}
	
.logo {
	float:left;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	width:280px;
	height:63px;
	margin:0 10px 0 0;
	
}

.logo a {
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	width:280px;
	height:63px;
	display:block;
}

.logo a:hover { 
	background-image: url(../images/logo_link.gif);
	background-repeat: no-repeat;

}



.top_right {
		float: right;
		margin:22px 0 0 0;
}


/* menu
   ---- */

.menu {
	clear: both;
	width:100%;
	line-height:normal;
	background-image: url(../images/bar.jpg);
	display: table;
	border: 1px solid #b0bec7;	

}

.menu li {
	  display:inline;
      margin:0;
      padding:0;
}
	

.menu li a {
	float:left;
	color: #2f6694;
	height:20px;
	background: inherit;
	background-image: url(../images/bar.jpg);
	text-decoration: none;
	margin:0;
	padding:8px 30px 0 30px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
} 
	
.menu li a:hover {
	color: #FFFFFF;
	background-image: url(../images/bar.jpg);
	background-color: inherit;
	background-position:100px 100px;
	} 


/* search
   ------ */
  
.search_field {
	color: #808080;
	font-weight: bold;
	margin-top: 8px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}



.search_form { }


input.search { 
	width: 200px;
	height:12px; 
	border: 1px solid #CCCCCC;
	background: #FFF url(input.gif) no-repeat;
	padding: 4px; 
	color: #333333;
	margin-right: -6px;
	margin-left:28px;
	
}

input.submit {
	width: 31px;
	height:22px;
	margin: 0 ;
	background-image: url(../images/search.gif);
	background-repeat: no-repeat;
}

input.login { 
	width: 150px;
	border: none; 
	padding: 4px; 
}




/* left side
   --------- */

.left {
	float: left;
	width: 790px;
	margin: 10px 0 10px 0;
        height: auto;
}


.left_business {
	float: left;
	width: 580px;
	margin: 10px 0 10px 0;
}

.left_side {
	float: left;
	width: 190px;
}

.right_side_business {
	float: right;
	width: 190px;
}
.right_side {
	float: right;
	width: 588px;
        height: auto;
}


/* right side
   ---------- */
		
.right {
	float: right;
	width: 190px;
	margin: 10px 0 10px 0;
        height: auto;
}
		
.right_business {
	float: right;
	width: 390px;
	margin: 10px 0 10px 0;
}




/* bar
   --- */

.bar_1 {
	padding: 4px 0px 4px 12px;
	background:#aeaeae url(../images/bar_bg.gif) repeat-x right bottom;
	border-bottom: 1px solid #93a6b4;
}


		
.bar_2 {
	color:  #2f6694;
	padding: 0px 0px 4px 0px;
	background: url(../images/dotted.gif) repeat-x left bottom;
	margin: 8px 10px 10px 10px;

}

.bar_3 {
	padding:10px 0 4px 12px; 
	background: url(../images/dotted.gif) repeat-x left top;
	margin: 10px 10px 10px 10px;

}

.bar_4 {
	color: #FFF;
	padding: 5px 0px 4px 10px;
	margin: 0 0 5px 0;
	background: #b0bec7 url(/images/corner.gif) no-repeat right bottom;
}

		




/* news list */

.news {
	!important;line-height:1.44em;
	line-height:1.2em;
	width:284px;
	height:250px;
	float:left;
	margin:0 6px 5px 0;
	border: 1px solid #b0bec7;
	background: url(../images/list_bg.gif) repeat-x;
	display: table;
}

.news ul{
}

.news li{
	background: url(../images/dotted.gif) repeat-x bottom;
	width: 258px;
	overflow:hidden;
	margin:4px 10px 0 10px
}

.news li a{
	color: #336699;
	display: block;
	padding: 0px 0px 4px 15px;
	background: url(../images/li.gif) no-repeat 0 4px;
}

.news li span{
	float: right;
	text-align: right;
}

.news li a:hover{
	text-decoration: underline;
}

.news p {
	margin: 0 8px 0 8px;
}	

.news p span {
	color: #2f6694;
}	



.new {
}

.new ul{
}

.new li{
	background: url(../images/dotted.gif) repeat-x bottom;
	overflow:hidden;
	margin:4px 10px 0 10px;
	height:25px;
}

.new li a{
	color: #336699;
	display: block;
	padding: 0px 0px 4px 15px;
	background: url(../images/li.gif) no-repeat 0 4px;
}

.new li span{
	float: right;
	text-align: right;
}

.new li a:hover{
	text-decoration: underline;
}

/* box
   --- */

.box_1{
	display: table;
	width:188px;
	border: 1px solid #b0bec7;
	margin-bottom: 8px;
}

.box_1 li {
	margin:5px 0 4px 4px;
	padding:0 0 0 10px;
}
.box_1 li a{
	background: url(../images/li.gif) no-repeat 0 4px;
	padding:0 0 0 10px;
}

.box_2 {
	margin: 0 0 10px 0;
	padding: 1px 0;
}



.box_2 p { 
	margin: 0 8px 0 8px;
	line-height: 1.65em;
}

.box_2_single {	
	background: #f5fbff; 	
	display:table;
	width:100%;
}
.box_2 ul { 
	margin: 0 0 8px 8px;
	display:table;}

.box_2 li { 
	display:block;
	float:left;
	width:120px;
	margin-right:20px;
	overflow:hidden;
}

.box_2 li a {

}

.articles {
		background: #f5f5f5;
		padding: 5px;	
		margin: 0 0 3px 0;
}
	


/* footer
   ------ */

.footer {
	clear: both;
	text-align: left;
	padding: 10px 0 10px 0;
	margin: 0;
	border-top: 1px solid #ccc;
	line-height: 1.8em;
	background-image: url(../images/bottom_logo.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}

.footer a { color: #808080; background: #fff; }






/* nav
   ----*/


.nav { padding-top:20px;
	background-image: url(../images/side_bg.gif);
	background-repeat: repeat-x;
	height:333px;

}

.nav ul{ 
}

.mav li {
}

.nav li a{
	display: block;
	color: #2f6681;
	height:2em;
	background-color: transparent;
	text-decoration: none;
	text-indent: 75px;
}
.nav li.single  { 	
	background-image: url(../images/point.gif);
	background-repeat: no-repeat;
	background-position:50px 5px;
}

.nav li a:hover{
	background-image: url(../images/point.gif);
	background-repeat: no-repeat;
	background-position:50px 5px;
}





/* banner */

.banner {
	background-color:#b0bec7;
	height:120px;
	margin:10px 0 0px 0;
	padding:0px 0 0 10px;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	color: #FBFBFB;
}

.banner h2 {
	line-height:2.2em;
	margin-bottom:8px;
}












/*select card
  ------------*/

ul.cardUl{
	height:25px;
}
ul.cardUl li{
    height:25px;
	background:url(../images/menu_l.gif) no-repeat left top;
    float:left;
	border-left:1px solid #18498e;
	border-right:1px solid #18498e;
    margin-right:2px;
    padding-left:6px; 

}
ul.cardUl li a{
    float:left;
    height:10px;
	background:url(../images/menu_l.gif) no-repeat right top;
    display:block;
    padding:6px 10px 3px 6px;
    color:#FFFFFF;
    white-space: nowrap;
}

ul.cardUl li a:hover{
    color:#DADADA;

}

ul.cardUl li.Selected{
	background:url(../images/menu_l.gif) no-repeat left -42px;	

}
ul.cardUl li.Selected a{
	background:url(../images/menu_l.gif) no-repeat right -42px;
}

div.hackBox{
    padding:10px;
    border:1px solid #6697CD;
    display:none;
	background-image: url(../images/list_bg.gif);

}







.case {
		margin:0 0 5px 0;
}

.case ul { margin:10px 0 0 0;}

.case ul li {
	list-style-image:url(../images/li1.jpg);
	list-style-position: inside ;
	padding:0 0 0 10px;
	margin:0 0 10px 0;
}

.case ul li a {
	margin:0 0 0 3px;
}


.case h4 {
	font-size:1.2em;}



.case div{	
	line-height: 1.6em;
	background-color:#f5fbff;
	padding:10px 5px 10px 5px;	
	border-top: 1px solid #b0bec7;
	border-bottom: 1px solid #b0bec7;
	margin:10px 0 30px 0;
}







#buy {
	background-image:url(../images/buy.jpg);
	background-repeat: no-repeat;
	height:122px;
	margin:16px 0px 20px 20px;
}

#buy ul {}

#buy ul li {
	display:inline;
	float:left;
}

#buy ul li a{ display:block;}

#buy ul .li_1 a { 
	width: 135px;
	height:122px;
}

#buy ul .li_1 a:hover {
	background-image:url(../images/buy_1.jpg);
	width: 144px;
	height:122px;
	background-repeat: no-repeat;

}


#buy ul .li_2 a {
	width: 134px;
	height:122px;
}

#buy ul .li_2 a:hover {
	background-image:url(../images/buy_2.jpg);
	width: 144px;
	height:122px;
	background-repeat: no-repeat;
}

#buy ul .li_3 a {
	width: 134px;
	height:122px;
}

#buy ul .li_3 a:hover {
	background-image:url(../images/buy_3.jpg);
	width: 138px;
	height:122px;
	background-repeat: no-repeat;
}

#buy ul .li_4 a {
	width: 128px;
	height:122px;
}

#buy ul .li_4 a:hover {
	background-image:url(../images/buy_4.jpg);
	width: 144px;
	height:122px;
	background-repeat: no-repeat;
}










.pro_list { 
	margin-bottom:20px;
	display:table; 
}

.pro_list_single {	background: url(../images/title.gif) no-repeat center top;
	padding-top:38px;
}

.pro_list ul {}

.pro_list ul li { display:inline; float:left; margin:0 5px; 0 0;}

.pro_list ul li h2 { margin:5px 0 5px 2px; font-weight:bold;}

.pro_list ul li a {
	margin-bottom: 10px;
	padding: 5px;
	background-color: #f5fbff;
	display: block;
	border: 1px solid #b0bec7;
	width:268px;
}

.pro_list ul li a p {
	background-color: #ffffff;
	color: #687d97;
	padding: 10px;
}


.pro_list ul li a:hover {background-color: #e4f7ef;}



.pay {
	margin:0 0 10px 0; 
}

.pay ul {}

.pay ul li {	
	line-height: 1.6em;
	background-color:#f5fbff;
	padding:5px 20px 5px 5px;
	border-top: 1px solid #b0bec7;
	border-bottom: 1px solid #b0bec7;
	margin-bottom:10px;
}

.pay img {
	float:right;
}


#mytable {
	width: 576px;
}
#mystable {
	width: 576px;
}

caption {
	padding: 0 0 5px 0;
	width: 576px;	 
	text-align: right;
}

th {
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	text-align: center;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(../images/bg_header.jpg) no-repeat;
}

th.nobg {
	border-left: 1px solid #C1DAD7;
		background: #CAE8EA url(../images/bg_header1.jpg) no-repeat;

}

td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}


td.alt {
	background: #F5FAFA;
	color: #797268;
}

th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(../images/bullet2.gif) no-repeat;
}

th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(../images/bullet1.gif) no-repeat;
	color: #797268;
}




.intro {
	line-height: 1.6em;
	background-color:#f5fbff;
	padding:5px;
	border-bottom: 1px solid #b0bec7;
	border-top: 1px solid #b0bec7;
	margin-bottom:30px;
}



.vote { 
	width:180px;
	margin:20px auto 10px auto;
}
	
	
	
	
	
	
#case{
	overflow:hidden;
	line-height:1.4em;

  }
#case li {
	background-color: #f5fbff;
	float:left;
	display:block;
	margin-bottom:5px;
	padding:4px;
  }
#case li a {
	display:block;
	width:550px;
	padding:15px;
  }
#case li a span {
	display:none;
	height: 200px;
  }
#case li a.one span {
	display:block;
	height: 250px;
	
  }
#case li a:hover {
	background-color: #e4f7ef;
	
  }
#case li a:hover span {
	display:block;
	cursor:pointer;
  }
#case h2 {
	margin-left: 5px;
  }

#case h3 { font-size:1.25em;}
