/* 
 * Small CSS framework Bica. This is the css style for reset, font, layout, layout module, common elements.
 * @version 1.0.1 Nov 7th, 2008 
 */ 
/* Reset */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,code,del,dfn,em,img,q,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,caption,table,tbody,tfoot,thead{margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100.01%;font-family:inherit; /*vertical-align:baseline;*/}
input,textarea{margin:0;padding:0 0 0 1px;font-weight:inherit;font-style:inherit;font-size:11px;font-family:arial;}
textarea{width:117px;padding-left:1px}
caption,th,td{font-weight:normal;}
table{/*border-collapse:collapse;border-spacing:0;*/}
table,td,th{/*border-style:solid;border-width:1px;border-color:#a5acb2*/}
blockquote:before,blockquote:after,q:before,q:after{content:"";}
blockquote,q{quotes:"""";}
q:before,q:after{content:'';}
img{border:none;}
:focus,a,*{outline:0;}
ul,li{list-style-type:none}

/* Font */
body{font-size:62.5%;font-family:Arial/*, Tahoma, Verdana*/;} /* 1em 10px */

/* Layout */
.wrapper1000,
.wrapper974,
.wrapper780,
.wrapper776	{margin:auto;text-align:left;width:974px;} /* 974 center */
.wrapper1000{width:1000px}
.wrapper780	{width:780px;}
.wrapper776	{width:776px} /* 776 center */
.wrapper100	{width:auto;margin:auto 10px;} /* 100% marginleft&right is prevent the content from "bleeding" into the browser's chrome */
#hd,#ft{clear:both}
#bd:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
/*#bd{zoom:1;}*/ /* validation */

/* Layout module */
body.center{text-align:center;}
body .fixed-776{width:776px;}
body .fixed-974{width:974px;}
body .zoom-776{	width:77.6em;}
body .zoom-974{	width:97.4em;}
body .full-100{	width:100%;}
.section, .standard, .classic, .layout{clear:both;width:100%;}
.section, .gr{position:relative;} 
.layout .gr{float:left;}
.a-b .b, 	.a-c .c,	.b-c .c 	{float:right;}
.a-b .gr .b,.b-c .gr .c,.a-c .gr .c {float:left;}
.classic .a-b-c .gr,.standard .classic .a-b-c .gr,
.classic .a-b .gr,	.standard .classic .a-b .gr,
.classic .b-c .gr,	.standard .classic .b-c .gr {width:25%;} 
.classic .a-b-c .b, .standard .classic .a-b-c .b{width:50%;}
.classic .a-b .b,  	.standard .classic .a-b .b,
.classic .b-c .b,	.standard .classic .b-c .b 	{width:75%;}
.a-b-c-d .gr, 		.standard .a-b-c-d .gr, .standard .layout .a-b-c-d .gr	{width:25%;}
.a-b-c .gr, 		.standard .a-b-c .gr, 	.standard .layout .a-b-c .gr 	{width:33.3%;}
.a-c .gr, 			.standard .a-c .g, 		.classic .a-c .gr 				{width:50%;} 
.a-b .b, .b-c .b, 	.standard .a-b .b, 		.standard .b-c .b,	.standard .layout .a-b .b,	.standard .layout .b-c .b {width:67%;}
.a-b .a, .b-c .a, 	.standard .a-b .a, 		.standard .b-c .c, 	.standard .layout .a-b .a, 	.standard .layout .b-c .c {width:33%;}
	/* Optional 
	.tidy .layout{overflow:hidden;}
	.tidy .gr{margin-bottom:-1000em ! important; padding-bottom:1000em ! important;}
		@media all and (min-width: 0px){
		.tidy .gr {margin-bottom:0;padding:0;}
		.tidy gr:after{background:inherit;content:' ';display:block;margin-bottom:-1000px;padding-bottom:1000px;}}
	.untidy .layout{overflow:visible;}
	.untidy .gr	{margin-bottom:0 ! important;padding-bottom:0 ! important;}
		@media all and (min-width: 0px){
		.tidy gr:after{display:inline;margin-bottom:0;padding-bottom:0;}}*/
		
/* Common elements */
.l{float:left}
.r{float:right}
.o{overflow:hidden}
.h{display:none}
.m0{ margin:0}
.p0{ padding:0}
.last{ margin-right:0; padding-right:0}
.cl,.clf{clear:both}
.clf{float:left}
hr{border:none;border-top:1px solid #ccc;height:1px;clear:both}
a{text-decoration:none}
a:hover{text-decoration:underline}
h1,h2,h3,h4,h5,h6{font-weight:700;} /* 62.5% standar size */
h1{font-size:1.8em;}
h2{font-size:1.3em;}
h3{font-size:1.2em;}
h4{font-size:1.1em;}
h5{font-size:1em;}
h6{font-size:0.9em;}
ul.ul-h{clear:both;}
ul.ul-h li{float:left}
ol li{list-style:decimal inside;}

/* easy clearing */
.clearfix:after{content:'';display:block;height:0;clear:both;visibility: hidden;font-size:0} 
.clearfix{display: inline-block;position: relative;}
/*\*/
.clearfix{display: block;}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


/*************************************************/


html, body, .wrapper{ height:100% }
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	background:#000;
}
body .wrapper {
	width: 1000px;
	margin: 0 auto;	
}
#wrapper{
	background:url(../images/html_bg.jpg) repeat-x #000;
	position:relative;
	z-index:0;
}
.ct{
	position: relative;
	z-index: 1;
	padding: 10px 0;
	background:url(../images/bd_bg.jpg) no-repeat center top;
	min-height: 640px;
}
.dark-bg{
	height: 660px;
	background: url(../images/dark.jpg) top left repeat-x;
	width: 50%;
	left: 0;
	top: 0;
	position: absolute;
	z-index: 0;
}


/* Header */
.logo{
	display:block;
	width:169px;
	height:83px;
	background:url(../images/logo.png) no-repeat;
	position:absolute;
	left:0;
	top:0;
}
#header .wrapper{
	position:relative;
}
#header #topbar {
	height: 50px;
	background: url(../images/topbar.png) 0px -150px repeat-x;
	top: 0;
	width: 100%;
	position: absolute;
	z-index: 10;
	-webkit-box-shadow: 0px 1px 8px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 1px 8px rgba(0,0,0,0.5);
	-o-box-shadow: 0px 1px 8px rgba(0,0,0,0.5);
	box-shadow: 0px 1px 8px rgba(0,0,0,0.5);
}
#navigation {
	width:840px;
	margin-left:160px;
	position:absolute
}
#navigation ul {
	float:left;
	padding:0 0 0 1px;
	background:url(../images/topbar.png) -299px -250px no-repeat;
	clear:both;
}
#navigation ul li {
	height:49px;
	float:left;
	padding:0;
	background:url(../images/topbar.png) 100% -250px no-repeat;
	position:relative
}
#navigation ul li > a {
	display:block;
	text-align:center;
	width:155px;
	padding:0 6px;
	font:600 13px/48px "Open Sans", sans-serif;
	text-shadow:0 2px 2px #000;
	text-transform:uppercase;
	color:#FFF;
	text-decoration:none;
	border-top:1px solid transparent;
	-webkit-transition:border-color 0.1s ease-out;
	-moz-transition:border-color 0.1s ease-out;
	-o-transition:border-color 0.1s ease-out;
	transition:border-color 0.1s ease-out
}
#navigation ul li > a:hover {
	background:url(../images/topbar.png) repeat-x 0px -200px;
}
#navigation ul li:hover a {
	border-top-color:transparent
}
#navigation ul li.current a {
	border-color:#d81e05
}
#navigation ul li.active a {
	height:66px;
	background:url(../images/nav_active.png) bottom center no-repeat;
	border-bottom:none !important
}
#navigation .search {
	overflow:hidden;
	width:123px;
	height:43px;
	position:absolute;
	top:40px;
	right:5px;
	z-index:9999;
	margin:9px 0;
	/*background:url(../images/login_top.png) top right no-repeat;*/
	cursor:pointer;
	-webkit-transition:width 0.1s ease-in-out;
	-moz-transition:width 0.1s ease-in-out;
	-o-transition:width 0.1s ease-in-out;
	transition:width 0.1s ease-in-out
}
#navigation .search .toggle {
	width:123px;
	height:43px;
	display:block;
	float:right
}
#navigation .search form {
	float:left;
	height:30px;
	width:0px;
	overflow:hidden;
	opacity:0;
	-webkit-transition:all 0.1s ease-in-out;
	-moz-transition:all 0.1s ease-in-out;
	-o-transition:all 0.1s ease-in-out;
	transition:all 0.1s ease-in-out
}
#navigation .search form input {
	width:157px;
	padding:5px 0 5px 10px;
	background:none;
	border:none;
	font:400 13px/20px "Open Sans", sans-serif;
	color:#FFF;
	text-shadow:0px -1px 1px #000
}
#navigation .search form input:focus {
	outline:0
}
#navigation .search.active, #navigation .search:focus {
	width:214px;
	background-position:right -30px
}
#navigation .search.active form, #navigation .search:focus form {
	width:167px;
	opacity:1
}


/* Footer */
#footer {
	position:relative;
	z-index:2;
	padding:20px 0;
	clear:both
}
#footer .wrapper > .links {
	position:relative;
	height:69px;
	/*background:url("/images/backgrounds/footer_bg.png") bottom right no-repeat*/
}
#footer .wrapper > .links .nav {
	width:760px;
	text-align:center;
	margin:0 auto;
	padding:7px 0;
	position:relative;
	z-index:2
}
#footer .wrapper > .links .nav ul {
	padding:0;
	margin:35px 0 0
}
#footer .wrapper > .links .nav ul li {
	list-style:none;
	padding:5px 0 6px;
	display:inline-block;
	zoom:1;
	*display:inline
}
#footer .wrapper > .links .nav ul li.subscribe a {
	border:none
}
#footer .wrapper > .links .nav ul li > a {
	display:block;
	margin:0;
	padding:0 1em;
	font:600 11px/1em "Open Sans", sans-serif;
	color:#FFF;
	border-right:1px solid #333840;
	text-transform:uppercase;
	cursor:pointer;
	-webkit-transition:color 0.1s ease-in-out;
	-moz-transition:color 0.1s ease-in-out;
	-o-transition:color 0.1s ease-in-out;
	transition:color 0.1s ease-in-out
}
#footer .wrapper > .links .nav ul li > a:hover {
	color:#d81e05
}
#footer .wrapper > .links .dealerlogin {
	position:absolute;
	bottom:0;
	right:0;
	width:123px;
	height:0px;
	padding-top:49px;
	z-index:1;
	width:300px;
	overflow:hidden;
	/*background:url(../images/dealer_login.png) 177px 0 no-repeat*/
}
#footer .wrapper > .links .dealerlogin a {
	position:absolute;
	right:0;
	bottom:0;
	width:118px;
	height:39px;
	text-indent:-9999em
}
#footer .copyright {
	padding:20px 0 0;
	border-top:1px solid #d81e05;
	text-align:center;
	color:#3d3d3d;
	font:600 11px/1em "Open Sans", sans-serif;
	text-transform:uppercase
}
#footer .copyright span {
	font-family:sans-serif
}


#ct{
	overflow:hidden;
	padding-top:90px;
	width: 1000px;
	min-height:500px;
	margin: 0 auto;
	position:relative;
}

.welcome{
	position:absolute;
	right:0;
	top:50px;
	}
	.welcome a{
		color:#aaa;
		font-size:11px;
		padding:1px 5px;
	}


h1{
	font-size:24px;
	font-weight:400;
	color:#f5f5f5;
	border-bottom:1px solid #545759;
	padding-bottom:15px;
	margin-bottom:25px;
}


/* Common */
.btn{
	width:110px;
	height:28px;
	float:right;
	color:#fff;
	text-transform:uppercase;
	text-align:right;
	line-height:28px;
	font-size:12px;
	font-weight:700;
	background:url(../images/btn_bg.gif) repeat-x;
	padding:0 10px;
	border:1px solid #222;
	}
	.btn span{
		display:block;
		padding-right:15px;
		background:url(../images/btn_arrow.gif) no-repeat right center;
	}
	.btn:hover{
		background-position:0 bottom;
		text-decoration:none;
	}


/* Home */
.page-home{}
	.home-callActs{
		overflow:hidden;
		width:1120px;
	}
	.home-callActs .callAct{
		background:#0e0f13;
		border:1px solid #202020;
		padding:19px;
		width:284px;
		height:182px;
		float:left;
		position:relative;
		overflow:hidden;
		margin-right:20px;
		font-size:12px;
		color:#fff;
	}
	.home-callActs .callAct_about{
	}
	.home-callActs .callAct h2{
		font-size:24px;
		color:#fff;
		border-bottom:2px solid #d81e05;
		padding-bottom:14px;
		text-align:right;
		text-transform:uppercase;
		margin-bottom:4px;
	}
	.home-callActs .callAct p{
		height:94px;
		color:#fff;
		font-size:12px;
		overflow:hidden;
		text-align:right;		
		float:right;
		margin:7px 0 10px;
		clear:both;
		width:100%;
		}
		.home-callActs .callAct_about p{
			width: /*172px*/ 100%;
		}
	.home-callActs .home_about_img{
		position:absolute;
		left:10px;
		top:35px;
	}
	.home-callActs .callAct_contact ul{
		height:100px;
	}
	.home-callActs .callAct_contact li{
		text-align:right;
		line-height:24px;
		}
		.home-callActs .callAct_contact a{
			color:#fff;
		}
		.home-callActs .callAct_contact strong{
			color:#d81e05;
		}
	.home-callActs .callAct table{
		margin-bottom:10px
	}
		
.home-banner{
	height:415px;
	}
	.home-banner .bannerImg{
		width:580px;
		text-align:center;
		float:left;
	}
	.home-banner .bannerImg img{
		margin-top:40px;
		max-width:560px;
	}
	.home-banner .bannerInfo{
		width:400px;
		float:right;
		padding:70px 0 0;
		}
		.home-banner .bannerInfo h2{
			font-size:27px;
			font-style:italic;
			color:#fff;
			background:url(../images/line.gif) repeat-x 0 center;
			margin-bottom:10px;
			}
			.home-banner .bannerInfo h2 span{
				background:#434750;
				padding-right:10px;
				text-shadow: #111 1px 1px 2px;
			}
		.home-banner .bannerInfo p{
			font-size:12px;
			color:#fff;
			line-height:1.5;
		}
		.home-banner .bannerInfo ul{
			list-style-type:disc;
			list-style-position:outside;
			padding-left:15px;
			padding-top:10px;
			}
			.home-banner .bannerInfo ul li{
				list-style-type:disc;
				list-style-position:outside;
				padding-bottom:10px;
			}
		
		
/* About */
.page-about{}
	.aboutImg{
		float:right;
		margin:60px 10px 0 40px;
		border:3px solid #727272;
		box-shadow:3px 3px 6px #333;
	}
	.page-about h2{
		font-size:38px;
		text-transform:uppercase;
		color:#fff;
		margin-bottom:10px;
		}
		.page-about h2.r{
			text-align:right;
			line-height:0.9;
			margin-left:30px;
		}
	.page-about p{
		width:515px;
		line-height:20px;
		padding-bottom:22px;
		text-align:justify;
	}
	.page-about ul{
		list-style-type:disc;
		list-style-position:outside;
		padding-left:20px;
	}
	.page-about li{
		width:495px;
		padding:0 0 12px 7px;
		list-style-type:disc;
		list-style-position:outside;
		line-height:20px;
	}
	
	
/* Contact */
.page-contact{}
	.contactMap{
		border:1px solid #fff;
	}
	.contact{
		width:100%;
		clear:both;
		border-top:1px solid #545759;
	}
	.contactForm{
		float:left;
		padding:30px 25px 0 0;
		margin-right:35px;
		border-right:1px solid #454952;
		}
		.contactForm li{
			clear:both;
			overflow:hidden;
			padding-bottom:10px;
		}
		.contactForm label{
			text-align:right;
			width:100px;
			float:left;
			line-height:31px;
			margin-right:10px;
		}
		.contactForm .txf,
		.contactForm textarea{
			border:1px solid #fff;
			padding:6px 10px;
			font-size:12px;
			background:url(../images/txf_bg.gif) no-repeat;
			width:350px;
		}
		.contactForm textarea{
			height:80px;
		}
		.contactForm .txf:hover,
		.contactForm .txf:focus,
		.contactForm textarea:hover,
		.contactForm textarea:focus{ border-color:#d81e05;}
		
		.contactForm .btn{
			text-align:center;
			cursor:pointer;
		}
	.contactInfo{
		float:left;
		padding-top:30px;
		line-height:24px;
		width:447px;
		}
		.contactInfo h2{
			border-bottom:1px solid #454952;
			padding-bottom:10px;
			margin-bottom:15px;
			width:100%;
		}
		.contactInfo p{
			padding-bottom:12px;
		}
		.contactInfo a{
			color:#d81e05;
		}
		
		
/*** OUR SERVICE ***/
.page-service{}
	.page-service h1{
		border:none;
		text-align:center;
		font-size:32px;
		text-shadow:3px 3px 3px #000;
		margin:10px 0 30px;
	}
	.page-service ul{
		width:1100px;
		overflow:hidden;
	}
	.page-service li{
		width:179px;
		float:left;
		margin-right:20px;
		text-align:center;
		font-size:11px;
	}
	.page-service li h3{
		font-size:14px;
		text-transform:uppercase;
		height:32px;
	}
	.page-service li .img{		
		border:3px solid #000;
		margin:10px 0 15px;
		}
		.page-service li .img img{
			width:173px
		}
	.page-service li p{
		padding-bottom:12px;
		text-align:justify;
	}
	
	
/*** PRODUCT ***/
.page-product{
	width:1006px;
	overflow:hidden;
	}
	.productCate{
		width:503px;
		height:431px;
		position:relative;
		float:left;
		overflow:hidden;
	}
	.productCate .copy{
		width:318px;
		height:160px;
		padding:15px 30px 0;
		background:url(../images/black80.png) repeat;
		position:absolute;
		bottom:50px;
	}
	.productCate h4{
		color:#fff;
		font-size:30px;
		text-transform:uppercase;
		margin-bottom:5px;
	}
	.productCate p{
		font-size:12px;
		height:60px;
		overflow:hidden;		
		margin-bottom:20px;
	}
	.productCate a{
		color:#d81e05;
		font-size:12px;
		font-weight:700;
		border-top:1px solid #656565;
		display:block;
		line-height:34px;
	}
	.productCateA .copy{ right:0 }
	.productCateB .copy{ left:0 }
	.productCateA {
		text-align:right;
	}
	
		/* JS animation */
		.productCateA img{	margin-right:-503px;}
		.productCateA .copy{ right:-378px }
		.productCateB img{	margin-left:-503px;}
		.productCateB .copy{ left:-378px }
	
	
	/*** PRODUCT LIST ***/
	.page-productList{
	}
	.page-productList h1,
	.page-productList h1 a{
		color:#fff;
	}
	.page-productList h1 strong{
		color:#d81e05;
		font-size:18px;
		font-weight:400;
		text-transform:uppercase;
	}
	.page-productList h1 .sub{
		color:#808080;
		font-size:18px;
		text-transform:uppercase;
	}
	.page-productList ul{
		width:1008px;
		overflow:hidden;
	}
	.page-productList li{
		width:185px;
		height:185px;
		text-align:center;
		float:left;
		margin:0 14px 18px 0;
		/*visibility:hidden*/
	}
	.page-productList .thumb{
		width:185px;
		height:172px;
		/*background:url(../images/product_thumb_bg.jpg) no-repeat;*/
		/*border:1px solid #53565d;*/
		text-align:center;
		overflow:hidden;
		display:block;
		margin-bottom:5px;
		}
		.page-productList .thumb:hover{
			border-color:#999;
		}
	.page-productList .name{
		color:#fff;
		font-size:15px;
		font-weight:700;
		display:none;
	}
	
.paging{
	height:23px;
	border-bottom:1px solid #222222;
	text-align:right;
	margin:20px 0;
	padding-right:2px;
	}
	.paging a{
		border:1px solid #222222;
		padding:8px 12px;
		font-size:12px;
		color:#fff;
		margin:0 -2px -1px;
		background:url(../images/paging_bg.gif) repeat-x;
	}
	.paging a.btn_next{
		background:url(../images/paging_next.gif) no-repeat center center;
		padding:8px 14px;
	}
	.paging a:hover{
		text-decoration:none;
		color:#d81b14;
	}
	.paging a.active{
		color:#d81b14;
	}
	

/* PRODUCT DETAIL */
.productDetail{
	}
	.productDetail h3{
		font-size:30px;
		font-weight:400;
		text-transform:uppercase;
	}
	.productDetail h4{
		color:#a9a9a9;
		font-size:16px;
		font-weight:400;
	}
	.productDetail ul{
		width:auto;
		overflow:hidden;
		padding:20px 0;
	}
	.productDetail li{
		background:url(../images/bullet_arrow.gif) no-repeat left 5px;
		padding:0px 0;
		font-weight:700;
		width:100%;
		height:auto;
		text-align:left;
		padding-left:18px;
	}
	
	

/* Login */
.login{
	width:367px;
	height:283px;
	padding:30px 70px 0 60px;
	background:url(../images/login_bg.png) no-repeat;
	margin:100px auto 0;
	}
	.login h1{
		color:#fff;
		font-size:36px;
		text-transform:uppercase;
		margin:0 0 10px;
	}
	.login ul{
		float:left;
		padding:0 35px 0 0;
		margin-right:35px;
		}
		.login li{
			clear:both;
			overflow:hidden;
			padding-bottom:10px;
		}
		.login label{
			width:100px;
			float:left;
			line-height:31px;
		}
		.login .txf{
			border:1px solid #fff;
			padding:6px 10px;
			font-size:12px;
			background:url(../images/txf_bg.gif) no-repeat;
			width:350px;
		}
		.login .txf:hover,
		.login .txf:focus{ border-color:#d81e05;}
		
		.login .btn{
			text-align:center;
			cursor:pointer;
		}
		
		
/* Account */
.account #wrapper,
.account .dark-bg,
.account .ct{ background:none }
.page-account{
	width:900px;
	margin:100px auto 0;
	border-top:2px solid #d81e05;
	padding:15px;
	background:url(../images/account_bg.png) repeat;
	overflow:hidden;
}
	.nav_acc{
		width:1000px;
		padding-bottom:20px;
		overflow:hidden;
	}
	.nav_acc a{
		display:block;
		width:207px;
		height:33px;
		line-height:33px;
		text-align:center;
		float:left;
		color:#fff;
		font-size:14px;
		font-weight:700;
		background:url(../images/account_btn_bg.gif) repeat-x;
		border:1px solid #000;
		margin-right:21px;		
		}
		.nav_acc a:hover{
			text-decoration:none;
			background-position:0 bottom;
		}
	.page-account h2{
		color:#fff;
		font-size:24px;
		font-weight:400;
		border-bottom:1px solid #40535a;
		text-transform:uppercase;
		height:50px;
		line-height:50px;
		clear:both;
		width:100%;
		margin-bottom:20px;
	}
	.page-account .page-productList li,
	.page-account .page-productList .thumb{
		width:200px;
		height:200px;
		margin:0 33px 33px 0;
	}
	.page-account .page-productList .active{
		border-color:#f00;
	}
	.account_bt{
		clear:both;
		overflow:hidden;
		padding:20px 0;
	}
	.account_bt .cmt{
		width:640px;
		float:left;
		}
		.account_bt .cmt h3{
			font-size:18px;
			font-weight:400;
			color:#fff;
			border-bottom:1px solid #2f3031;
			height:50px;
			line-height:50px;
			text-transform:uppercase;
		}
		.account_bt .cmt .cmt_list{}
		.account_bt .cmt .cmt_list li{
			padding:10px 0;
		}
		.account_bt .cmt .cmt_list .date{
			font-size:10px; 
			color:#939393;
		}
	
	.account_bt .cmt_form{
	}
	.account_bt .cmt_form textarea{
		width:620px;
		height:60px;
		background:url(../images/txf_bg.gif) no-repeat 0 0;
		border:1px solid #fff;
		padding:10px;
		font-size:12px;
		}
		.account_bt .cmt_form .btn{
			float:left;
			clear:both;
			margin-top:10px;
			text-align:center;
			cursor:pointer;
		}
	
	.account_bt .ins{
		float:right;
		width:205px;
		}
		.account_bt .ins h3{
			font-size:18px;
			font-weight:400;
			color:#fff;
			border-bottom:1px solid #2f3031;
			height:50px;
			line-height:50px;
			text-transform:uppercase;			
		}
		.account_bt .ins ul{
			padding:20px 0 10px;
		}
		.account_bt .ins li{
			padding-bottom:20px;
			line-height:20px;
		}
		.account_bt .ins h4{
			color:#fff;
			font-size:14px;
			padding-bottom:4px;
		}
		.account_bt .ins p{
			color:#a4a4a4;
			font-size:12px;
		}
		.account_bt .ins a{
			font-size:11px;
			font-weight:700;
			color:#d81e05;
		}
		
	.account_ins{
		clear:both;
		}
		.account_ins h2{
			color:#fff;
			font-size:24px;
			font-weight:400;
			border-bottom:1px solid #40535a;
			text-transform:uppercase;
			height:50px;
			line-height:50px;
			clear:both;
			width:100%;
			margin-bottom:20px;
		}
		.account_ins .copy{
			font-size:12px;
			color:#fff;
			line-height:21px;
		}
		.account_ins .copy p{
			padding-bottom:18px;
		}
	
	.page-account .page-productList li{
		position:relative;
	}
	.page-account .page-productList li .callAct{		
		position:absolute;
		left:20px;
		bottom:10px;
		width:165px;		
		z-index:3;
		display:none;
	}
	.page-account .page-productList li .callAct a{
		display:block;
		height:22px;
		line-height:22px;
		color:#fff;
		border:1px solid #fff;
		background:#000;
		opacity:0.8;
		margin-top:3px;
	}
	.page-account .page-productList li .callAct a:hover{
		opacity:1;
		text-decoration:none;
	}
	.page-account .page-productList li .callAct a.active{
		background-color:#f00;
	}
	
	.account_detail{
		overflow:hidden;
		padding-top:20px;
		}
		.account_detail h1{
			text-transform:uppercase;
		}
		.account_detail .home-banner .bannerImg{
			width:530px;
		}		
		
	.pagination{
		clear:both;
		text-align:right;
		padding:10px 0 20px;
		}
		.pagination a{
			color:#fff;
			font-size:11px;
			padding:4px 7px;
			font-weight:700;
		}
		.pagination a:hover{
			background-color:#202020;
			text-decoration:none;
		}
		.pagination a.active{
			color:#d81e05;
			background-color:#202020;
		}
	
	
/* Process */
.page-process {
}
/* Edit By Vipcom */
.page-service h1.vf_tit{text-transform: uppercase;}
.page-service .vf_list ul li .preview{text-align: justify; font-size: 13px;}
.contactForm .form tr th{padding-bottom: 10px; vertical-align: text-top;}
.contactForm .form tr th label{vertical-align: text-top;}
.contactForm .form tr th{}
.contactForm .form td{position: relative;}
.contactForm .form td input.string{border: 1px solid #fff; padding: 6px 10px; font-size: 12px; background: url(../images/txf_bg.gif) no-repeat; width: 350px; position: absolute; top:0;}
.report{text-align: center; margin-bottom: 10px;}
.productDetail{display: table; width:100%; margin-bottom: 10px;}