@charset "utf-8";
/* CSS Document */

body{
	font-family: Arial,'微軟正黑體','Microsoft JhengHei','Microsoft YaHei',"Lucida Grande","Lucida Sans Unicode",sans-serif,'新細明體';
	font-size: 14px;
	margin:0;
	color:#000;
	background:url(../images/index_bg.jpg) center top repeat-x;
}
img{
	border:none;
}
.site_logo{
	display:block;
}
.menu{
	display:block;
}
.menu a{
	float:left;
	color:#431700;
	text-decoration:none;
	padding:0 30px;
	line-height:48px;
	height:48px;
	font-size:15px;
}
.menu a:hover{
	background:url(../images/menu_bg_active.jpg) repeat-x;
}
.index_banner{
	width:478px;
	float:left;
	margin-top:10px;
}
.index_banner_l{
	margin-right:24px;
}
.index_banner p{
	display:block;
	color:#431700;
}
.index_banner img{
	border:1px solid #dedede;
}
.index_right_banner{
	position:absolute;
	float:left;
	top:185px;
	width:272px;
	margin-left:690px;
}
.index_right_banner img{
	border:1px solid #dedede;
	margin-bottom:15px;
}
.footer{
	padding-top:50px;
	padding-bottom:30px;
	font-size:11px;
	color:#666;
	text-align:right;
}

.product_menu{
	width:220px;
}
.product_menu h3{
	background:url(../images/listing_head_bg.jpg) repeat-x;
	height:40px;
	line-height:40px;
	color:#431700;
	font-weight:bold;
	margin:0;
	padding-left:10px;
}
.product_menu h3 a{
	text-decoration:none;
	display:block;
	color:#431700;
}
.product_menu h3 a:hover{
	color:#F60;
}
.product_list{
	margin:0;
	padding:0;
	list-style:none;
}
.product_list li{
	padding:0;
	border-bottom:1px dashed #d7d7d7;
}
.product_list a{
	display:block;
	padding:10px 0;
	padding-left:20px;
	background:url(../images/listing_pt.jpg) 5px center no-repeat;
	text-decoration:none;
	color:#000;
	font-size:15px;
	-webkit-transition: all 100ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.product_list a:hover{
	background:#F28D3B url(../images/listing_pt2.png) 5px center no-repeat;
	color:#FFF;
}
.content_align{
	margin-top:30px;
	padding-bottom:20px;
	border-bottom:1px solid #ddd;
}
.content_align p{
	line-height:1.7em;
}
.leftmenu{
	width:220px;
	background:url(../images/left_menu_bg.jpg) right top repeat-y;
}
input, textarea{
	font-family:Arial, Helvetica, sans-serif;
}
h1{
	font-size:22px;
	font-weight:bold;
	border-bottom:1px dashed #ccc;
	color:#441700;
	margin-bottom:20px;
}
h2{
	color:#F37101;
	font-size:15px;
	padding-left:15px;
	background:url(../images/listing_pt.jpg) left center no-repeat;
}
.qa_img{
	float:right;
	margin:0 0 10px 10px;
}
.qa_img img{
	padding:5px;
	background:#fff;
	border:1px solid #ddd;
	box-shadow:0 0 3px #ddd;
	margin:0 20px 0 0;
}
.ui-widget ul li{
	line-height:1.7em;
}
.line{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #CCCCCC;
    border-image: none;
    border-style: none none dashed;
    border-width: medium medium 1px;
    margin: 30px 0;
}
.form_btn{
	padding:5px 20px;
	background:#855646;
	border:none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:#fff;
	cursor:pointer;
	font-family: Arial,'微軟正黑體','Microsoft JhengHei','Microsoft YaHei',"Lucida Grande","Lucida Sans Unicode",sans-serif,'新細明體';
}
.form_btn:hover{
	background:#421800;
}
.contact_us a{
	color:#421800;
	text-decoration:none;
}
.contact_us a:hover{
	text-decoration:underline;
}
.lang{
	font-size:12px;
	position:relative;
	float:right;
	margin-top:15px;
	margin-right:15px;
}
.lang a{
	color:#000;
	text-decoration:none;
	padding:5px 8px;
	margin:0px 2px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.lang a:hover{
	background:#855547;
	color:#FFF;
}
.product_content{
	padding:0 20px 20px 20px;
}

h3{
	font-size:14px;
}

.succes .succes_icon {
 float:left;
 width:48px;
 height:48px;
 margin:14px;
 background:url(../images/success.png) no-repeat;
 behavior:url(js/iepngfix.html) !important; 
}

.succes {
 background : #b9e57b; 
 border : 1px solid #41a808; 
 	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
 
  float:left;
 width:100%;
 margin-bottom:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
}