﻿@charset "utf-8";
/*
===== css style calalog =====

last update: 2007,02,20;

	1: general styles
	2: accessibility features
	3: html and body
	4: layout
		: main and sub layout
		: logo component
		: shop component
		: blog component
		: general params
		: text style
		: lists style
		: C
	5: search style 
	6: navigation style
	7: images and gravatars
    8: ad style
	9: form style

====================


===== 1:general styles =====
*/

*{
	font-size:100%;
	margin:0;
	padding:0;
}

p{
	font-family:"Verdana", "Arial", "Times New Roman", "Times", "serif";
	line-height:2em;
}

/*
===== 2: accessibility features =====
*/

.hidden-elements,
#header p,
#navigation h2,
#navigation p,
#foot h2{
	position:absolute;
	left:-9999px;
	width:0px;
	overflow:hidden;
}

/*
===== 3: html and body =====
*/

body{
	margin: 0px;
	background-color: #94c000;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#home{
	text-align:center;
	background:url(../images/centerbg.jpg) top center no-repeat;
}

#wrap{
	width:940px;
	/* recover from ie5 work around on the body*/
	text-align:left;
	margin:0 auto;
	*margin:0px auto;
	padding: 0;
	position: relative;
	clear: both;
}

#foot{
	font-size:12px;
	line-height:160%;
	color:#FFFFFF;
	padding:10px 0;
	margin:0 auto;
	text-align:left;
	height:60px;
	width: 940px;
}

#foot a{
	color:#000;
	line-height:230%;
	text-decoration:none;
}

#foot a:hover{
	text-decoration:underline;
}

#clear {
    clear:both;
}

/* logo component : #header 'logo' link image replacement */
#header{
	height:136px;
	background:url(../images/sub_page_bg.gif) center top no-repeat;
	margin: 0 auto;
	width: 940px;
}

#header h1{
	width:940px;
	z-index: 3;
	margin:0 auto;
}

#logo{
	float:left;
	margin-top:5px;
}

#index-contentcata{
	padding:0;
	width:950px;
	margin:0 auto;
}

/*
===== 4:layout =====
*/

/* main and sub layout */
#main-content{
	width:940px;
	background:#fff;
	margin:0 auto;
	position: relative;
	padding:5px 0;
	float: left;
}

#main-blog{
	width:560px;
	float:left;
	margin:0 0 10px 5px;
}

#main-blog-m{
	width:540px;
	float:left;
	margin:7px 0 10px 4px;
	background-color: #F5F5F5;
	padding: 10px;
}

#main-blog-copy{
	float:left;
	margin:0;
	width: 560px;
	position:relative;
}

#main-blog-wide{
	float:left;
	margin:5px;
	width: 920px;
	position:relative;
}

#main-infomation{
	width:365px;
	padding:0;
	margin:0 5px 0 0;
	float: right;
	position:relative;
	background:url(../images/left_shabg.gif) top left repeat-y;
}

#main-infomation-copy{
	padding:4px 0 4px 6px;
	margin:6px 4px;
	float:right;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	width:335px;
}

#main-infomation-2copy{
	margin:6px 0 6px 6px;
	float:left;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	width:343px;
}

#bolg-span-r{
	width:158px;
	margin:5px 0 5px 5px;
	padding:5px;
	float:left;
}

#bolg-span-l{
	width:150px;
	background-color:#99CC33;
	float:left;
	margin:2px 1px;
	padding:5px;
}

#topic{
	padding:5px;
	font-size:12px;
	color:#333;
	margin: 5px 3px 5px 0;
	position: relative;
	float: left;
	font-weight:normal;
	line-height:180%;
	width: 320px;
}

#topic a{
    color:#006699;
}
#blogpic{
	font-size:12px;
	color:#333;
	position: relative;
	float: left;
	font-weight:normal;
	line-height:180%;
}

#main-content-s{
	width:610px;
	float:left;
	margin: 5px 0 15px 10px;
}

#main-content-s-copy{
	margin:0 0 10px 8px;
	padding:10px 15px;
}

#main-content-copy, #main-content-1copy{
	background-color:#e0e0e0;
	margin:0 0 10px 8px;
	padding:10px 15px;
}

#main-content-1copy{
	width:535px;
}

#main-content-shop{
	width:610px;
	float:left;
	min-height:400px;
	margin:10px 0 0 0;
	position: relative;
}

#main-content-shops{
	width:750px;
	float:left;
	min-height:430px;
}

#main-content-shopcar,,#main-content-wmen{
	clear:both;
	min-height:430px;
	background-color:#fff;
	margin: 15px 0;
	padding: 0 ;
	width: 950px;
}

#main-content-wmen-copy{
    background:url(../images/930bg.gif) 0 0 no-repeat;
	min-height:400px;
	margin:10px 0 0 0;
	position: relative;
	width:910px;
	padding:20px;
}

#sub-content-lotitle{
	background:url(../images/lotitle.gif) top left no-repeat #fff;
	width:235px;
	float:left;
	margin:5px 0 0 0;
	height: 300px;
	position: relative;
}

#sub-content-lotitle-copy{
	padding:30px 0 5px 30px;
	float:left
}

#sub-content-s, #sub-content-stop{
    background-color: #E6E6E6;
    width:212px;
	float:left;
}

#sub-content-s-copy{
	width:200px;
	float:right;
	margin:0 0 6px 1px;
	line-height:200%;
}

#sub-content-s{
    margin:5px 0 0 10px;
}

#sub-content-stop{
    margin:30px 0 0 10px;
}

#sub-content, #sub-content-s,#sub-content-stop{
    clear:both;
	font-size:100%;
	color:#7C7C7C;
	min-height:300px;
}

#sub-content-copy{
	width:300px;
	float:right;
	margin:4px 0 10px 8px;
	line-height:130%;
}

.toptrace{
	padding:5px 10px;
	margin:1px 5px;
	font-size:12px;
	color:#666666;
	width:900px;
}

.toptrace a{
    color:#666;
}

.homenews{
	float:left;
	margin: 0;
}

.links{
    font-size:12px;
	color:#666;
}
.links a{
    font-size:12px;
	color:#006699;
	text-decoration:underline;
	padding:3px;
}

.links a:hover{
    text-decoration:none;
}
.2col,.2col-r{
	width:380px;
	padding:5px;
	float: left;
	position: relative;
}

.title_about,.title_org,.title_six{
	font-weight:bold;
	font-size:12px;
	color:#fff;
	padding: 1px 5px;
	margin: 5px 0;
	width:550px;
}

.title_about{
	background:url(../images/_about/title01_bg.gif) 0 0 repeat-x;
}
.title_org{
	background:url(../images/_org/title01_bg.jpg) 0 0 repeat-x;
}
.title_six{
	background:url(../images/_six/title01_bg.jpg) 0 0 repeat-x;
}

.title02{
	color:#006699;
	padding:2px 0;
	font-size: 12px;
	width: 430px;
	float: left;
}

.title03{
    color:#999;
	font-size:11px;
	padding-left:20px;
}

.title04{
	color:#fff;
	padding:2px 0;
	font-size: 11px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.title05{
	color:#999999;
	text-align:right;
	padding:2px;
	font-size: 9px;
	width: 100px;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 2px 0;
}

.title06, .title06 a{
	color:#333333;
	font-size: 11px;
	text-decoration:none;
	width:88px;
	float: left;
	font-weight: normal;
	margin: 0;
	line-height: 130%;
}

.title06 a:hover{
	text-decoration:underline;
	color: #000000;
}

#spottitle{
    padding:10px 10px 5px 10px;
	font-size:15px;
	font-weight:bold;
	color:#fff;
	margin:5px 0;
	float:left;
	width:540px;
}
#blog-list {
	margin: 3px 0;
	line-height: 180%;
	width:160px;
}

#blog-list .menu{
	background:url(../images/blog_dot.gif) bottom left repeat-x;
	margin: 3px 0;
	font-size:12px;
	padding:3px 0;
	text-align: left;
}

.news-list{
	margin:0 5px;
	padding:0 3px;
	font-size:12px;
	float:left;
	width: 530px;
}

.news-list li{
    border-bottom:1px #ebebeb solid;
	padding:3px 0;
}

.news-list li a{
	color:#006699;
	background:url(../images/ico_bullet_arrow01.gif) 0 4px no-repeat;
	padding-left:13px;
    text-decoration:none;
}

.news-list li a:hover{
    text-decoration:underline;
	font-weight:normal;
	color:#3399CC;
}

.menu{
    color:#6699FF;
}
.menu a{
	color:#FFF;
	text-decoration:none;
}

.menu a:hover{
    color:#FFCC00;
	text-decoration:none;
}
.content-text{
	color:#666666;
	font-size:12px;
	line-height:180%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	float: left;
}

.important_text{
    border:1px dotted #CCCCCC;
	background-color:#EAEAEA;
	font-size:12px;
	color:#CC3333;
	padding:5px;
	margin:8px;
}

.pic{
    float: left;
	border:1px #ccc solid;
	padding:2px;
	background:#fff;
	margin-right:5px;
}

.bigpic,.photopic{
    float: left;
	padding:2px;
	border:1px solid #ebebeb;
}
.bigpic{
	margin:5px;
}
.photopic{
	margin:2px 5px 2px 0;
}

.bigtext{
	float:left;
	color:#666666;
	font-size:12px;
	font-weight:normal;
	width: 900px;
	position: relative;
	border-bottom: 1px solid #CCCCCC;
	margin: 5px;
}

#events{
	float:left;
	width:580px;
	position:relative;
	padding:20px 30px;
	background:url(../images/newscale.gif) top left no-repeat;
}

.q1{
    padding:3px 10px;
	background-color:#669900;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	margin:15px 0;
	width:300px;
}

.q2 a{
    color:#993300;
	font-weight:bold;
}

/* 商品分類*/
#sub-content-item{
	width:173px;
	float:left;
	margin:5px 10px 30px 0;
	border-right: 1px solid #ebebeb;
}

#sub-content-item-copy{
	width:150px;
	margin:0 6px 10px 8px;
}

#sub-content-home{
	width:208px;
	float:left;
	margin:5px 0 10px 0;
	background:url(../images/home_menu_bg.jpg) 0 0 no-repeat;
}

#sub-content-home-copy{
	width:186px;
	margin:10px 6px 10px 8px;
	height: 320px;
}

#shopnote{
	width:289px;
	float:left;
	background-color:#efefef;
	margin:4px 4px 0 4px;
	padding: 6px;
	}

#sub-content .invite{
	margin-left:12px;
}

/* shop component */

.home_heading-alt {
	clear:both;
}

a{
    text-decoration:none;
	color:#0033FF;
}

a:hover{
	text-decoration:underline;
	color:#339999;
}
#homepro {
	padding: 8px 0;
	margin: 0;
	width: 190px;
	float: right;
	position: relative;
	clear: both;
	border-bottom: 1px dotted #ebebeb;
	text-align: center;
}

.doller{
	font:11px/120% Verdana, Arial, Helvetica, sans-serif;
	color: #FF0066;
	font-weight:normal;
}

.dollers{
	font:18px/150% Verdana, Arial, Helvetica, sans-serif;
	color: #FF0066;
	font-weight:bold;
}

.fprice{
	font:100%/150% Georgia, "Times New Roman", Times, serif;
}

.prod {
    margin:0 0 10px 0;
	font-size:125%;
	font-weight:bold;
	color:#333;
}

.prod img {	
    clear:both;
	float:left;
	border:1px solid #ccc;
	background:white;
	margin: 5px 15px 20px 0;
}

.prodtext{
    clear:both;
	margin:10px 0 20px 10px;
	color:#666;
	line-height:220%;
}

.join{
	FONT-SIZE: 12px;
	COLOR: #669900;
	LINE-HEIGHT: 20px;
	FONT-FAMILY: Arial, "新細明體";
	LETTER-SPACING: 1px;
	padding:4px 5px;
}
.joins{FONT-SIZE: 12px; COLOR: #000; LINE-HEIGHT: 20px; FONT-FAMILY: Arial, "新細明體"; LETTER-SPACING: 1px;padding:4px 5px;}
.checkorder{
	padding:15px 10px;
	border:3px solid #C3C3C3;
	float:left;
	position:relative;
	margin:13px;
	width:900px
}
/* blog component */

#next{
	margin: 5px 15px 10px 0;
    clear:both;
	float:right;
    font-size:90%;
	color:#666;
}

#next a {
    font-size:100%;
	color:#e0e0e0;
	text-decoration:underline;
}

#next a:hover {
	text-decoration:none;
}

.invite{
	margin:10px 0;
	background-color:#ccc;
	padding-left: 15px;
	color:#666666;
	font-size:11px;
	line-height:200%;
	clear: both;
}

.invite a, .invite a:visited{
    color:#666;
    text-decoration:none;
}

.invite a:hover{
	color:#f00;
    text-decoration:none;
}

.spages{
     color:#333;
	 font-size:95%;
	 text-align:left;
	 line-height:220%;
	 padding:8px;
	 }

.pages, .spages{
	color:#333;
	text-align:left;
	line-height:220%;
	 }

.pages a, .spages a{
    font-weight:bold;
	color:#60761B;
	text-decoration:none;
}

.pages a:hover, .spages a:hover{
    font-weight:bold;
	color:#60761B;
	text-decoration:underline;
}

.shopinfo{
    color:#0033FF;
	text-decoration:underline;
}

.boardtitle{
    background-color:#fff;
	padding:8px 0 0 0;
	margin-bottom:3px;
}

/* foot component */

.signal{
    clear:both;
    position:absolute;
	float:left;
	text-align:right;
	width:870px;
}

#webhost {
    position:relative;
    font:60%/150% Georgia, "Times New Roman", Times, serif;
	color:#999;
	text-align:right;
	margin-right:20px;
}

webhost a {
    text-decoration:underline;
    color:#036;
}

webhost a:hover {
    text-decoration:none;
    color:red;
}

/* general params */
#trace{
	color:#ccc;
	margin:0 8px;
	line-height:1.6em;
	padding: 0;
	width: 900px;
	z-index: 2;
}

.tracetip{
	color:#666;
	margin:0 8px;
	line-height:1.6em;
	padding: 4px 0 5px 0;
}

#trace a,.tracetip a{
	color:#666;
	text-decoration:none;
}

#trace a:hover,.tracetip a:hover{
	text-decoration:underline;
}

#cainfo{
	background:url(../images/category-bg01.gif) 0 0 repeat-x;
	border-top:1px #ccc solid;
	border-bottom:1px #ccc solid;
	padding:8px 10px;
	margin-top: 10px;
}
/* blog component */

#page a:hover{
	color:#333;
	text-decoration:none;
}

.postdate {
	background: url(../images/mini-date.gif) no-repeat left center;
	padding-left: 15px;
	font-size: 11px;
	color:#333333;
	line-height:220%;
}

.entry, .entry1, entry2 {
    clear:both;
	padding:10px 0 12px 0;
	min-height: 300px;
}

.entry2 {
	clear:both;
	padding:10px 0 12px 0;
	min-height: 300px;
	color: #000000;
}

.entry1 {
	clear:both;
	padding:10px 0 12px 0;
	border-bottom:1px #ccc dotted;
	float:left;
	position:relative;
	width: 539px;
}

.entry p {
    font-size:125%;
	color:#000;
}

.entry font {
}

.entry1 p img{
    clear:both;
	float:left;
	margin:0 15px 20px 0;
	width:160px;
	padding:6px;
	}
	
.entry p img{
    clear:both;
	float:left;
	margin:0 15px 20px 0;
	}
	
.archivelink {
	color:#666;
	font-size:125%;	
	font-weight:normal;
	line-height:180%;
	border-bottom: 1px dotted #cccccc;
	margin-bottom:5px;
	clear:both;
}

.shop{
    font:12px/220% Verdana, Arial, Helvetica, sans-serif normal;
	margin:0.8em 0;
	border:1px solid #333;
	padding:3px;
	text-align: center;
}

.blogtable{
	margin:0.8em 0;
	border-bottom:1px dotted #333;
	padding:3px;
	color:#000;
}

/* text style */

#main-content h2,
#main-content h4,
#main-content h5, h6 {
	font-family:"Verdana", "Arial", "Times New Roman", "Times", "serif";
}

#main-content h4 {
	font-size:105%
}

#events h2, #events h2 a{
    color:#99CC00;
	font-weight:bold;
	padding:5px 0;
}

.wtitle {
	clear:both;
	font-family:"Verdana", "Arial", "Times New Roman", "Times", "serif";
	color:#000000;
	font-size:125%;
	font-weight:bold;
	line-height:180%;
	border-bottom: 1px dotted #cccccc;
	margin-bottom:5px;
	margin-right:25px;
}

.mtitle {
	font-family:"Verdana", "Arial", "Times New Roman", "Times", "serif";
	color:#3366CC;
	font-size:125%;
	font-weight:bold;
	line-height:180%;
	margin-bottom:5px;
	border-bottom: 1px #ebebeb dotted;
}

h3 {
	color:#000000;
	font-size:15px;
	font-weight:bold;
	line-height: 170%;
	padding: 2px 0 0 0;
}

h3 a , h3 a:visited {
	color:#000000;
	text-decoration:none;
	margin-bottom:1px;
}

h3 a:hover {
	color:#339999;
}

h4 {
	line-height:110%;
	margin: 5px 0;
}

h4 a {
	font:11px/140%;
	color: #336699;
	text-decoration: none;
	font-weight:normal;
}

h4 a:hover {
	color: #FF4000;
	text-decoration: underline;
}

h5{
	font-size:12px;
	font-weight:bold;
	line-height:220%;
	margin-bottom:0.6em;
	color: #393826;
	border-bottom: 2px solid #393826;
}

h6{
	color: #7E8244;
	font-size:150%;
	line-height:200%;
	font-weight:bold;
	border-bottom:1px solid #666;
	padding:25px 15px 0 0;
}

.blogword{
    font:100%/175% Verdana, Arial, Helvetica, sans-serif normal;
	color: #000;
}

.blogword a,.blogword a:visited,.entry a,.entry:visited{
	color:#666600;
	border-bottom:1px dotted #666600;
	text-decoration:none;
}

.blogword a:hover,.entry a:hover{
	color:#F30;
	text-decoration:none;
}


.aboutword{
    font:95%/200% Verdana, Arial, Helvetica, sans-serif normal;
	color: #fff;
}

.about1word{
    font:95%/200% Verdana, Arial, Helvetica, sans-serif normal;
	color: #333;
}

#linkword{
	margin:8px auto;
	padding: 5px 10px;
	text-align:center;
	width:920px;
	font-size:12px;
	background-color: #fff;
}

#linkword a{
	color:#000;
}

.shopproc{
	text-align:right;
	border-bottom:1px #ccc dotted;
	margin-bottom: 20px;
}

.infopiec{
	width:410px;
	padding:20px;
	float:left;
	margin:20px 5px;
	background:url(../images/infopiec.gif) 0 0 no-repeat;
	height: 180px;
}

#coincar,#shopcar{
    float:left; 
	position:relative; 
	width:950px; 
	clear:both;
}

#shopcar{
    background:url(../images/mount.gif) top right no-repeat;
}

#coincar{
    background:url(../images/shop.gif) top right no-repeat;
}

.button{
    padding:8px;
}
/* lists style */

ul{
	list-style-type:none;
}

#main-content ul,.sub-list{
	margin:0.3em 0 1em 0px;
}

.inner-list li{
	padding-left:14px;
	background:url(../images/gray_arrow.gif) 2px 4px no-repeat;
	line-height: 150%;
}

.sub-list{
	margin-left:2px;
	float:left;
	width: 148px;
	text-align: left;
}

.sub-list li a:hover{
	color:#ff0000;
}

.sub-list li a,.sub-list li a:visited{
	font-family:"Verdana", "Arial", "Times New Roman", "Times", "serif";
	padding-left:14px;
	background:transparent url(../images/bullet.gif) 0 3px no-repeat;
	line-height:150%;
	text-decoration:none;
	color:#CCFF66;
}

.sub-list li{
	margin:0.1em 0;
	text-decoration:none;
}

.first{ 
    color:#CCCC00;
	background:url(../images/cate_span.gif) bottom left repeat-x;
	font-size:110%; 
    font-weight:bold;
	padding:3px 0;
}

.second{ font-size:small;}

#sub-content-item li a{
	color:#006699;
	text-decoration:none;
}

#sub-content-item li a:hover{
    color:#339999;
	text-decoration:underline;
}

/*
===== 5: search style =====
*/
.message .invite{
	margin-top:20px;
	border-bottom:0 !important;
	padding-bottom:0 !important;
}

#topitem{
	float:right;
	padding:15px 0 0 0;
	font-size: 11px;
	color:#FFFFFF;
	font-weight:normal;
}

#topitem a{
    color:#FFFFFF;
}
/*
------- 2-columns style ----------
*/

.disprod {
    padding:0;
	margin: 2px 0;
	width: 99%
}
.dispatch-r , .dispatch-l,.dispatch-s {
	padding: 0;
	margin: 0 0 1px 0;
}

.dispatch-r{
	float:left;
	width: 130px;
	height: 290px;
	text-align: center;
	position: relative;
}

.dispatch-l {
	float:left;
	width: 135px;
	text-align: center;
	position: relative;
	padding:3px 0 0 0;
	margin: 0 2px;
}

.dispatch-s {
	float:left;
	width: 125px;
	text-align: center;
	position: relative;
	padding:0px;
	margin: 3px 0;
	height: 210px;

}
.patch-r{
	float:right;
	margin:0 5px 0 0;
	position: relative;
}

.sidebar-half {
	width: 144px;
	float:left;		
}

.sidebar-half a{
    font-size:110%;
	color:#333;
	border-bottom:1px dotted #8CAE26;
	}

.separator {
	margin:0 6px 0 0;
}

.saledate{
	background:url(../images/salepice.gif) right top no-repeat;
	color:#FF9900;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	text-align: left;
	padding: 0 5px;
	height: 32px;
}

/*
===== 6: navigation style =====
*/
===== 7: images and gravatars =====
*/
.bigimg {
    clear:both;
    float:left;
	width:300px;
	height:300px;
	padding:3px;
	text-align:center;
}

.grav{
    clear:both;
	width:30px;
	height:30px;
	float:right;
}

.grav img{
	padding:0 !important;
	border:0 !important;
}

.commentlist {
	list-style:none;
	margin:0px 0px 15px;
	padding:0px;
	line-height: 130%;
}

.commentlist li{
	margin: 10px 7px 10px 0;
	padding:5px 0;
	float: left;
	clear: both;
}

.commentlist li a{
    color:#333;
}
.gravatar {
	clear:both;
	padding: 2px;
	float:left;
	border: 1px #000 solid;
	background-color: #fff;
	margin: 8px;
}

.comment-entry {
	width: 520px;
	float:left;
	position:relative;
	margin: 5px 0;
	background-color: #ccc;
	color: #333;
}

.comment-number {
	font-size: 12px;
	color: #CCCCCC;
	float:left;
	position: relative;
	padding: 3px 0;
}

.commentlist a, .commentlist a:visited{
    font-family:"Verdana", "Arial", "Times New Roman", "Times", "serif";
	color: #333;
	text-decoration:underline;
}

.commentlist p{
	margin: 10px 0px;
}

hr.hidden {
	clear:both;
	visibility:hidden;
	margin:0px;
	padding:0px;
}

.about img{	
    padding:5px;
	border:1px solid #cccccc;
	background:white;
	margin: 5px 0 ;
}

.s-ad img{	
	margin: 5px 0  ;
}

img.left, a img.left {
	float:left;
	margin:1px;
	border:0;
	padding:1px;
}

.saleimg {
	float:left;
	width:80px;
	height:80px;
	padding:0;
}

.dispatchimg {
	width:125px;
	height:120px;
	padding:0;
}

.dispatchimg img{
	padding:0;
}

.prodstext {
    clear:both;
    float:right;
	width:140px;
	padding:7px 0 3px 0;
}

.links li{
	padding:2px 5px;
	width:143px;
	margin:4px 2px;
	float:left;
	background-color:#D8EBD8;
	border:1px #fff solid;
	text-align:center;
}
.links li a{
	text-decoration:none;
}

.links li a:hover{
    text-decoration:underline;
}
.dispatch-l img,.dispatch-r img, .home img,.dispatch-s img{
    border:0px;
}

a:hover img.left{
	border:0;
}
/*  
=======8: ad style ========
*/
#salead{
	float:left;
	margin:2px 0 ;
	width: 190px;
}

#subad{
	float:left;
	padding:0;
	margin: 0;
}

#weekad{
	float:left;
	margin:5px 0 5px 0;
	width: 162px;
	padding:1px;
}

#ad{
	float:left;
	margin:0;
}

.adstyle{
    float:left;
	padding:3px 0 3px 8px;
}
.adbot {
	float:left;
	padding:6px 0;
	border-bottom: #EFEFEF solid 2px;
}

.saleword{
	padding:0 0 3px 5px;
	width:100px;
	float: left;
	margin: 0 0 5px 0;
	text-align: left;
}
.left1 , .left , .leftform{
	float:left;
}

.left {
	padding:1px 0;
	width: 135px;
	line-height: 100%;
}

.leftform {
    clear:both;
	padding:0 8px 0 0;
}

.spand{
	padding:2px;
	text-align:left;
}

.bottom {
    clear:both;
	float:right;
	padding-bottom:7px;
}

/*  
======= 9: form style ========
*/
#brandlist{
    margin:32px 5px 0 5px;
	float:left;
    color:#8CAE26;
	font-size:125%;
	font-weight:bold;
	padding:2px 4px;
}

#brandform {
	font: 11px Arial, Helvetica, sans-serif;
    margin:27px 0 0 0;
	background:transparent url(../images/brand_select_bg.gif) 0 0 no-repeat;
	height:33px;
	padding:3px 0;
	float:left;
}

#commentform {
	margin-top: 15px;
	font: 110% Arial, Helvetica, sans-serif;
}

#commentform label, #searchform label{
	font-weight: bold;
	color:#666;
	font-size: 85%;
}

#commentform label span{
	font-weight: normal;
}

#commentform input{
	border-width:1px;
	border-style:solid;
	border-color:#999999;
	padding:1px 5px 0 5px;
	color:#666;
	font-size: 11px;
}

#commentform textarea{
	width: 430px;
	height: 135px;
	background:transparent url(../images/input_back.png) 0 0 no-repeat;
	color:#666;
	border-width:1px;
	border-style:solid;
	border-color:#999999;
	padding:4px 2px 4px 5px;
}
#commentform .submitbutton {
    margin:7px 0 50px 158px;
	width: auto;
	padding: 4px 12px;
	font: bold 12px;
	color: #FFF;
	background: #587683;
	border: none;
}
#commentform .submitbutton:hover {
	background: #779d03;
}

select{
	padding:2px;
}

#orderform {
	margin-top: 10px;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
}

#orderform label{
	font-weight: bold;
	color:#666;
	font-size: 100% ;
	margin:0 3px 5px 7px;
}

#orderform label span{
	font-weight: normal;
}

#orderform input{
	padding:3px 1px 1px 4px;
	color:#666;
	margin:2px 0 0 2px;
}

#orderform .submitbutton {
	margin:7px 0 0 0;
    width: auto;
	padding: 5px 12px 2px 12px;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #587683;
	border: none;
}
#orderform .submitbutton:hover {
	background: #779d03;
}

.form_span {
	color:#fff;
	font-size:10px;
	float:left;
	padding-right: 15px;
}

#trace .form_span {
	PADDING-RIGHT: 0em; DISPLAY: block; PADDING-LEFT: 0.5em; FONT-SIZE: 8pt; FLOAT: left; PADDING-BOTTOM: 1px; VERTICAL-ALIGN: middle; WIDTH: auto; COLOR: #555555; PADDING-TOP: 2px; POSITION: relative; TEXT-ALIGN: left
}

.form_span INPUT {
	PADDING: 2px 2px 1px 2px;
	BACKGROUND-IMAGE: url(../images/input_bg.gif);
	border:1px solid #E3E3E3;
}
.form_span SELECT {
	PADDING-RIGHT: 2px; PADDING-LEFT: 2px; FILTER: alpha(opacity = 0); PADDING-BOTTOM: 2px; WIDTH: auto; PADDING-TOP: 2px; opacity: 0; moz-opacity: 0
}
.form_span SELECT {
	FONT-SIZE: 8pt; VERTICAL-ALIGN: middle
}

.homespan{
	width:265px;
	float: left;
	padding:2px 0;
	border-bottom:1px dotted #fff;
	margin-left:5px;
	color:#336699;
	height:135px;
}

.homespan a{ color:#555;}
