@charset "utf-8";
/* CSS Document */

/* 基本樣式
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	border:0;
	font-size: 13px;
}
body {
	font-family: "Courier New", Courier, monospace;
	color: #333333;
	height:100%;
	background:#ffffff; /* for firefox */
	*background:#ffffff;  /* for IE6 */
	/*font-size: 75%;
	text-align:center;
	line-height: 1.4;
	background: #F4F4F4 url(../images/body_bg.gif) left top repeat-x;*/
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,select{
	margin: 0;
	padding: 0;
	border:0;
}

body,div,dl,dt,dd,ul,ol,li,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,select{
	font-size: 13px;
}

select,input,textarea {
	border: 1px solid #7f9db9;
}
.inputNone{
	border:0px;
}

a:link      {text-decoration: none; color: #003399;}
a:visited   {text-decoration: none; color: #333333;}
a:active    {text-decoration: none; color: #333333;}
a:hover     {text-decoration: none; color: #0066CC;}

img {
	border: none;
	vertical-align: top;
}
li{
	list-style:none;
}
#wrapper {
	width: 950px;
	/*background: #fbf8e1;*/
	margin: 0 auto;
	padding-top:8px;
}


/* LOGO與搜尋列與圖片跑馬燈
---------------------------------------------*/
#topLeft{
	float:left;
	height:159px;
	width:288px;
}
#topLeft ul{
	margin-top:7px;
}
#topLeft li{
	display: inline;
}
#logo {
	height:110px;
	width:288px;
	border-bottom: 1px solid #c6bd84;
	padding-top:3px;
}
#banner{
	float:left;
	width:660px;
	height:159px;
}
#banner img{
	border:1px solid #c6bd84;
}
#search{
	clear:both;
	height:33px;
}
#picMov{
	height:136px;
}
#picMov h2{
	float:left;
}
#picMovLeft{
	float:left;
}
.picMovCenter{
	float:left;
	width:712px;
	height:134px;
	border-top: 1px solid #c6bd84;
	border-bottom: 1px solid #c6bd84;
	overflow:hidden;
}
.picMovCenter img{
	height:120px;
	border:1px solid #999999;
	margin-top:6px;
	margin-left: 5px;
}
#picMovRight{
	float:left;
}


/* 二欄式的主內容區塊
---------------------------------------------*/
#content {
	margin-top:12px;
	overflow: auto !important;
	overflow /**/: hidden;
	width: 100%;
	/*padding-bottom: 30px;*/
	background-color:#f8f8f8;
}
#leftMenu {
	float: left;
	width: 211px;
}
#main {
	float: left;
	width: 736px;
	padding-left:3px;
	background-color:#ffffff;
}
#footer {
	margin-top:10px;
	clear: both;
	text-align:center;
	margin-bottom: 15px;
}


/* 左邊區塊
---------------------------------------------*/
.leftMenuBtn li{
	padding-bottom: 6px;
	background-color:#ebebeb;
	padding-left:8px;
}


#informationTop{/*店家資訊區域*/
	background: #FFFFFF url(../image/informationTop.gif) left top no-repeat;
	height:17px;
}
#informationBg{
	background: #FFFFFF url(../image/informationBg.gif) left top repeat-y;
}
#informationDown{
	background: url(../image/informationDown.gif) left top no-repeat;
	height:10px;
	font-size:0px;
}
.informationLine{
	border-bottom:1px dotted #30343c;
	height: 3px;
	_margin-top: -14px;/*IE6*/
	margin-left: -35px;
	width:189px;
}
.mailFont{
	font-size:12px;
	color:#FFFFFF;
	padding-left:43px;
	background-image: url(../image/iconMail.gif);
	background-repeat: no-repeat;
	background-position:8px 4px;
	height:19px;
}
.mailFont a:link      {text-decoration: none; color: #FFFFFF; font-size:12px;}
.mailFont a:visited   {text-decoration: none; color: #FFFFFF; font-size:12px;}
.mailFont a:active    {text-decoration: none; color: #FFFFFF; font-size:12px;}
.mailFont a:hover     {text-decoration: none; color: #ffde00; font-size:12px;}

.iconFont{
	font-size:12px;
	color:#FFFFFF;
	padding-left:43px;
	padding-top: 5px;
	background: url(../image/iconArrow.gif) no-repeat;
	background-position:9px 8px;
	height:19px;
}



#categoryBg{/*商品分類*/
	background: #FFFFFF url(../image/categoryBg.gif) left top repeat-y;
	overflow: auto !important;
	overflow /**/: hidden;
	width: 211px;
}
#category{
	background: url(../image/categoryTop.gif) left top no-repeat;
	overflow: auto !important;
	overflow /**/: hidden;
	width:211px;
}
#category dl{
	padding-top:55px;
	padding-left:23px;
}
/*大分類*/
#category dt{
	background: url(../image/iconCategory1.gif) left top no-repeat;
	background-position:0px 4px;
	padding-left:23px;
	padding-top: 5px;
	color:#ffffff;
	font-size:15px;
	font-weight:bold;
	cursor:pointer;
}
#category dt a{
    color:#ffffff;
	font-size:15px;
}
#category dt a:hover{ color:#FFCC00;}

/*小分類*/
.ulBottom{
	padding-top:4px;
	padding-bottom: 5px;
	margin-bottom: 12px;
	border-bottom:1px dotted #e6ce00;
}
.liTitle{
	background: url(../image/iconCategory2.gif) left top no-repeat;
	background-position:0px 4px;
	color:#fff;
	margin-left: 23px;
	padding-left: 15px;
	padding-top:1px;
	font-size:12px;
}
.liTitle a:link      {font-size:12px;text-decoration: none; color: #ffffff;}
.liTitle a:visited   {font-size:12px;text-decoration: none; color: #ffffff;}
.liTitle a:active    {font-size:12px;text-decoration: none; color: #ffffff;}
.liTitle a:hover     {font-size:12px;text-decoration: none; color: #FFCC00;}

#categoryDown{
	background: url(../image/categoryDown.gif) left top no-repeat;
	width:211px;
	height:37px;
}




#explainTop{/*說明*/
	background: url(../image/linde_15.gif) left top no-repeat;
	width:211px;
	height:17px;
}
#explainBg{
	background: url(../image/index_05.gif) left top repeat-y;
	overflow: auto !important;
	overflow /**/: hidden;
}
#explainBg li a{
	font-size:12px; color:#666666;
}
#explainBg li a:hover{
	font-size:12px; color:#6699ff;
}
.bd{position:relative;z-index:1;}
.clearfix{zoom:1;}
.left, .right{width:49%; float:left;}

#explainDown{
	background: url(../image/index_07.gif) left top no-repeat;
	height:27px;
	clear:both;
}

.exService{
	background: url(../image/index_92.gif) left top no-repeat;
	background-position:23px 4px;
	padding-left:42px;
	padding-top:3px;
	font-size:12px;
	color:#666666;
}
.exNews{
	background: url(../image/index_93.gif) left top no-repeat;
	background-position:3px 4px;
	padding-left:22px;
	padding-top:3px;
	font-size:12px;
	color:#666666;
}
.exSave{
	background: url(../image/index_95.gif) left top no-repeat;
	background-position:23px 12px;
	padding-left:42px;
	padding-top:11px;
	font-size:12px;
	color:#666666;
}
.exShow{
	background: url(../image/index_95.gif) left top no-repeat;
	background-position:3px 12px;
	padding-left:22px;
	padding-top:11px;
	font-size:12px;
	color:#666666;
}
.exQa{
	background: url(../image/index_97.gif) left top no-repeat;
	background-position:23px 12px;
	padding-left:42px;
	padding-top:11px;
	font-size:12px;
	color:#666666;
}
.exLeftLine{
	background: url(../image/exLine.gif) left top no-repeat;
}
.exrightLine{
	background: url(../image/exLine.gif) left top no-repeat;
	background-position: -103px 0px;
}




/* 右邊內容區塊
---------------------------------------------*/
/**路徑**/
#route{
	color:#666666;
	padding-bottom:2px;
	float:left;
	letter-spacing: -1px;
	font-size:13px;
}
#route a:link      {text-decoration: none; color: #666666; letter-spacing: -1px; font-size:13px;}
#route a:visited   {text-decoration: none; color: #666666; letter-spacing: -1px; font-size:13px;}
#route a:active    {text-decoration: none; color: #666666; letter-spacing: -1px; font-size:13px;}
#route a:hover     {text-decoration: none; color: #666666; letter-spacing: -1px; font-size:13px;}
#loveStore{
	float:right;
}


.mainLine {
	background-image: url(../image/hre.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height:6px;
	background-color:#3333CC;
	_font-size: 0px;/*IE6*/
	clear:both;
}

/**文字跑馬燈**/
#marquee{
	background: url(../image/articleview_1.gif) left top no-repeat;
	background-position: 0px 5px;
	height:21px;
	padding-top:15px;
	margin-bottom:5px;
}
#textdiv1{
	overflow:hidden;
	margin-left: 90px;
	width:630px;
}
#textdiv1 div{
	overflow:hidden;
	height:20px;
}

/**中間大banner**/
#midBanner{
	margin-top:5px;
	width:736px;
	height:300px;
}

.clearBoth{
	clear:both;
	padding-top:5px;
}


/**熱門商品**/

#hotProductTitle{
	margin-top:5px;
	margin-bottom:5px;
	background: url(../image/title_01.gif) left top no-repeat;
	height:27px;
	text-align:right;
	color:#FFFF33;
	font-weight:bold;
	padding-top:13px;
	padding-right:12px;
}
#newProductTitle{
	margin-top:5px;
	margin-bottom:5px;
	background: url(../image/title_02.gif) left top no-repeat;
	height:27px;
	text-align:right;
	color:#FFFF33;
	font-weight:bold;
	padding-top:13px;
	padding-right:12px;
}
#downProductTitle{
	margin-top:5px;
	margin-bottom:5px;
	background: url(../image/title_03.gif) left top no-repeat;
	height:27px;
	text-align:right;
	color:#FFFF33;
	font-weight:bold;
	padding-top:13px;
	padding-right:12px;
}
#upProductTitle{
	margin-top:5px;
	margin-bottom:5px;
	background: url(../image/title_04.gif) left top no-repeat;
	height:27px;
	text-align:right;
	color:#FFFF33;
	font-weight:bold;
	padding-top:13px;
	padding-right:12px;
}
.imgboxOut{
	width:150px;
	float:left;
	/*background-color:#FFFF33;*/
	margin-left:27px;
	_margin-left:13px;/*IE6*/
	_margin-right:13px;/*IE6*/
}

.imgBox{
	height: 150px;
	text-align:center;
	overflow: hidden;

	/*非IE的主流瀏覽器識別的垂直居中的方法*/
	display: table-cell;
	vertical-align:middle;

	/*設置水平居中*/
	text-align:center;

	/* 針對IE的Hack */
	*display: block;
	*font-size: 90px;/*約為外框高度的0.873，110*0.873 約為130*/
	*font-family:Arial;/*防止非utf-8引起的hack失效問題，如gbk編碼*/
}
.imgBox img {
	/*設置圖片垂直居中*/
	vertical-align:middle;
}



.imgBoxTitle{
	text-align:center;
	color:#324055;
	margin-top:8px;
	margin-bottom:5px;
}
.imgBoxMoneyA{
	color:#bc0000;
	text-align:center;
	font-size:12px;
}
.imgBoxMoneyB{
	color:#bc0000;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
}
.imgcarr{
	position:relative;
	text-align:right;
	margin-top:-23px;
}


/***轉寄推薦***/
#mailto{
	width: 100%;
	margin-top: 15px;
}
#mailto1 td{
	text-align:left;
}
#mailto1 h1{
	font-size:20px;
	font-weight:bold;
}


/***圖片陰影***/
.shadow {
float: left;
width: auto;
background: url(../image/fuzzy_shadow.png) no-repeat bottom right;
}
.shadow div {
background: url(../image/fuzzy_shadow1.png) no-repeat right top;
}
.shadow div a {
background: url(../image/fuzzy_shadow2.png) no-repeat left bottom;
padding: 0 6px 6px 0;
display: block;
}
.shadow img {
background-color: #fff;
padding: 4px;
vertical-align: bottom;
}



/***文字方塊的長度控制****/
.btn350{
	width:350px;
	height: 20px;
}
.btn400{
	width:400px;
}