@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	outline:none;	
}
body{
	margin:0;
	padding:0;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	background:#f2f2f2 url(../images/bg.jpg) repeat-x;	
}
a{
	text-decoration:none;
	color:#F30;
}
img{
	border:none;	
}
ul,li{
	list-style:none;
}
h1,h2,h3,h4,h5,h6{
	font-weight:normal;	
}
h1{
	font-size:30px;	
}
h2{
	font-size:26px;	
}
h3{
	font-size:20px;	
}
h4{
	font-size:18px;	
}
h5{
	font-size:16px;	
}
h6{
	font-size:14px;	
}

/*--header--*/
#header{
	width:800px;
	margin:0 auto;
	height:155px;
	position:relative;	
}
#logo{
	font-size:55px;	
	position:absolute;
	top:25px;
	left:0px;
}
#decr{
	font-size:20px;
	color:#000;	
	position:absolute;
	top:75px;
	left:70px;
}
#search{
	width:310px;
	height:28px;
	position:absolute;
	top:4px;
	right:0;
	background:url(../images/bg_search.jpg) repeat-x;	
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	padding-top:2px;
}
#search .input_text{
	width:265px;
	height:22px;
	border:none;
	margin-left:8px;
	background:#fff;	
}
#search .input_search{
	width:24px;
	height:23px;
	background:url(../images/btn_search.jpg) no-repeat;
	border:none;
	vertical-align:top;
	cursor:pointer;
}

#icon{
	position:absolute;
	top:10px;
	left:350px;	
	z-index:100;
}
#storelink{
	position:absolute;
	top:73px;
	left:597px;	
	z-index:100;
}

#menu_top{
	position:absolute;
	top:40px;
	right:-10px;	
}
#menu_top li{
	float:left;	
}
#menu_top li a{
	padding:0 8px;
	color:#000;
	border-right:1px solid #000;
	font-size:11px;	
}
#menu_top li.end a{
	border:none;	
}
#menu_top li a:hover{
	color:#e62902;	
}
/*--End: header--*/

/*--wrapper--*/
#wrapper{
	width:780px;
	margin:0px auto;
	display:table;
	background:#fff;
	padding:20px 10px;
}
#main{
	width:550px;
	float:left;	
}
#main p{
	padding:7px;
	line-height:17px;	
}
#main .center{
	text-align:center;	
}
#main .left{
	float:left;	
}
#main .right{
	float:right;
}	
#main h1,#main h2,#main h3,#main h4,#main h5,#main h6{
	padding:7px 0;
}
#main .list{
	padding-left:30px;
	margin-bottom:20px;	
}
#main .list li{
	padding:3px 0;
	padding-left:15px;
	background:url(../images/li-main.jpg) 0 8px no-repeat;
	font-weight:bold;	
}

#main .related{
	font-weight:bold;
	font-size:16px;	
	color:#0000FF;
	margin: 50px 0 0 0;
}

#sidebar{
	width:190px;
	float:right;	
}
#sidebar .list{
	margin-bottom:25px;
	margin-top:10px;	
}
#sidebar .list li{
	padding:5px 0;
	padding-left:15px;
	background:url(../images/li_list.jpg) 0 8px no-repeat;	
}
#sidebar .list li a{
	color:#000;	
}
#sidebar .list li a:hover{
	color:#ff4b28;	
}

#sidebar .listpost{
	margin-bottom:15px;
	margin-top:10px;	
}
#sidebar .listpost li{
	padding:3px 0;
	padding-left:15px;
	background:url(../images/li-sidebar.jpg) 0 8px no-repeat;	
}
#sidebar .listpost li a{
	color:#000;	
}
#sidebar .listpost li a:hover{
	color:#ff4b28;	
}

#slide{
	width:542px;
	height:246px;
	float:left;
	background:#f2f2f2;
	border:1px solid #ccc;
	padding:3px;
	margin-bottom:20px;
}

.news-thumb-01{
	width:268px;
	float:left;
	background:#fbfbfb;	
	margin-bottom:10px;
	border:1px solid #f2f2f2;
	height:300px;
	overflow:hidden;
}
.news-thumb-01 .name{
	padding-bottom:0 !important;
	margin-bottom:0 !important;	
}
.news-thumb-01 .name a{
	font-weight:bold;
	color:#333;	
}
.news-thumb-01 .title{
	font-size:16px;
	background:#f2f2f2;
	padding-left:5px !important;
}
.news-thumb-01 .title a{
	color:#F30;
}	
.news-thumb-01 .img{
	width:125px;
	height:80px;
	overflow:hidden;
	float:left;
	border:1px solid #f2f2f2;
	padding:0 !important;
	margin-left:5px;
	margin-top:10px;
	margin-right:5px;
	display:inline;
}
.news-thumb-01 .img img{
	width:125px;	
}
.news-thumb-01 .desc{
}
.news-thumb-01 .list{
	padding-left:5px !important;	
}
.news-thumb-01 .list a{
	color:#333;
	font-size:11px;
	font-weight:bold;	
}

.news-thumb-02{
	width:550px;
	float:left;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px dotted #ccc;
}	
.news-thumb-02 .img{
	float:left;
	display:inline;
	margin-right:10px;
}
.news-thumb-02 .img img{
	width:140px;	
}
.news-thumb-02 .title{
	font-size:16px;	
}

.breadcrumb{
	width:550px;
	float:left;
	margin-bottom:15px;	
	font-size:16px;
	border-bottom:1px solid #e5e5e5;
	padding-bottom:5px;
	padding-top:5px;
	
}
.breadcrumb img{
	vertical-align:middle;
	margin:0 10px;	
}
.breadcrumb a{
	color:#00F
}

#about-us{
	width:530px;
	float:left;
	background:#f6f1c9;
	margin-bottom:10px;
	padding:10px;	
}
/*--End: wrapper--*/

/*--footer--*/
#footer{
	background:url(../images/bg_footer.jpg) repeat-x;
	padding-bottom:15px;
	padding-top:10px;
	text-align:center;
}	
#footer #menu_footer{
	width:440px;
	margin:0 auto;
	display:table;
	margin-bottom:30px;	
}
#footer #menu_footer li{
	float:left;	
}
#footer #menu_footer li a{	
	padding:0 12px;
	color:#000;
	font-weight:bold;	
}


#sidebar  .post{
	font-weight:bold;
	font-size:16px;	
}

.linedown{
	margin-left:30px;
}
.linedown li{
	background:url(../images/li.png) 0 5px no-repeat;
	margin-bottom:7px;
	padding-left:15px;
	color:#666666;
}

#product_thumb{background:none;}#product_thumb .box_product{margin-top:30px;float:left;background:none;}#product_thumb .item{width:135px;float:left;padding:0 20px;background:none;}#product_thumb .item img{width:135px;height:90px;background:none;}#product_thumb .item p{text-align:center;}#product_thumb .item a{cursor:pointer;font-weight:bold;}
/*--End: footer--*/

#main1 h1, #main1 h2, #main1 h3, #main1 h4, #main1 h5, #main1 h6 {
    padding: 7px 0; 
    margin-top: 20px;
    
}
#astorelink{
	text-decoration:underline;
	color:#FF3300;
	font-weight:bold;
}

#astorelink:hover{
	color:#0000FF;	
}

.summary{
	font-size:14px;
	font-weight:bold;
	color: rgb(95, 95, 95);
	margin-bottom:20px;

}









