@charset "utf-8";
/* CSS Document */



.header {
	background:url(../images/bule_bg.jpg) repeat-x;
	overflow:hidden;
	position:relative;
	
	/*background-image: -ms-gradient(linear,left top,left bottom,from(#00b3ed),to(#0297c8));
    background-image: -moz-gradient(linear,left top,left bottom,from(#00b3ed),to(#0297c8));
    background-image: -webkit-gradient(linear,left top,left bottom,from(#00b3ed),to(#0297c8));
    background-image: -o-gradient(linear,left top,left bottom,from(#00b3ed),to(#0297c8));

	
	border-bottom:1px solid #fff;
	border-top:1px solid #00def8;*/
}

.title {
	border-bottom: 1px solid #36a4ff;
	
}

.title .title_h3{
	border-bottom:4px solid #36a4ff;
}

.mall_name a:active{
	border:1px #ace4f6 solid;
	background:#dcf6ff;
}



.link {
	background-color: #04b3ed;
	border: 1px solid #016b8e;
	-webkit-box-shadow: 0 2px 2px #0383ad;
}