/*
Logo filename: logo.gif
*/
* html {
  filter:expression(document.execCommand("BackgroundImageCache", false, true));
  /*  fix IE6 background flicker  */
}
body {
  font: 12px, Arial, Helvetica, sans-serif;
  font-family: Verdana, "新細明體", Arial, Helvetica, sans-serif;
  /*color: #808080;*/
  background: #dcdcdc url(images/background.gif) top left repeat-x; 
  min-width: 960px;  
  margin:0px;
  padding:0px;
}
img {border: 0px;}
form {
  margin: 0px;
  padding: 0px;
}
div, td, p {
  font: 12px verdana, arail;
  line-height: 150%;
}
input, select, textarea {
  font: 12px "Courier New";
}
a:visited, a:link {
  color: #808080;
  text-decoration: none;
}
a:hover {
  color: #2359B1;
}
.clear {
  clear: both;
}
#globalWrapper {
  width: 933px;
  margin: 0px auto;
}
#wrapper-left {
	/*background: url(images/bkr.gif)  right repeat-y;*/
}
#wrapper-right {
	/*background: url(images/bkl.gif) left repeat-y;*/
}
#wrapper {
  width: 924px;
  border-right:2px #eeeeee solid;
  border-bottom:2px #eeeeee solid;
  border-left:2px #eeeeee solid; 
  margin: 0 auto 50px auto;
  position:relative;
  text-align: left;
  background:#FFF;
  /*margin: 0px 7px 0px 6px;
  width: 920px;*/
  overflow: hidden;
  min-height: 400px;
}
#page-left {
  float: left;
  width: 258px;
  padding: 0px 0px;
  overflow: hidden;
}
#shop-user-login{
	width: 258px;
	background: url(images/login_bg.gif) repeat-y;
}
#ECS_MEMBERZONE{
	padding: 15px 3px 20px 18px;
	width: 236px;
}
#shop-user-login-bottom{
	width: 258px;
	height:14px;
	background: url(images/login_bg_d.gif);
}
#shop-customer{
	width: 258px;
	background: url(images/costomer_bg.gif) repeat-y;
}
#shop-customer-bottom{
	width: 258px;
	height:16px;
	background: url(images/costomer_bg_d.gif);
}
#shop-vote {
	background: url(images/vote.gif) no-repeat;
	height:39px;
}
#shop-vote div{
	padding: 13px 0px 0px 105px;
}
#page-middle {
  padding:10px 0px 0px 12px;
  float: left;
  width: 650px;
  overflow: hidden;
}
#shop_main_content {
	height:204px;
	width:608px;
	background: #81cd13;
	background: url(images/js_phone_bg.gif) repeat-x;
}
#shop_main_bottom {
  width: 650px;
  padding-top:10px;
}
#shop_main_bottom_left {
	float: left;
	width: 300px;
	padding-right:0px;
}
#shop_main_bottom_right {
	float: left;
	width: 300px;
	padding-left:30px;
}
.attach_img {
	padding:5px 0px;
}
#page-right {
  float: left;
  width: 0px;
  padding: 0px 0px;
  overflow: hidden;
}
#container {
  width: 920px;
  /*
  border-bottom: 1px solid #CCC;
  background: url(images/content-bg.gif) repeat-y;
  margin: 0px auto;*/
}
#container2 {
  border-bottom: #CCC solid 1px;
  width: 802px;
  min-height: 415px;
  background: url(images/content-bg2.gif) repeat-y;
  padding-left: 1px;
  margin: 0px auto;
}
#container3 {
  border-bottom: #CCC solid 1px;
  width: 802px;
  background: url(images/content-bg3.gif) repeat-y;
  margin: 0px auto;
}
#container4 {
  border-bottom: #CCC solid 1px;
  width: 802px;
  background: url(images/content-bg4.gif) repeat-y;
  margin: 0px auto;
}
#page-header {
  /*border: 1px solid #DADADA;*/
}
#page-header-above {
	height:10px;
}
#cell-logo {
  background-color: #FFF;
}
#shop_nav_above {
	height:5px;
}
#shop_nav_31 {
	width:190px;
}
#shop_nav_43 {
	width:115px;
}
#shop_nav_47 {
	width:115px;
}
#shop_nav_38 {
	width:146px;
}
#cell-nav {
  background-color: #81cd13;
  height: 24px;
  padding-left: 15px;
  font-size: 14px;
  font-weight:bold;
  color: white;
  z-index:10;
}
#cell-nav ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  z-index:10;
}
#cell-nav ul li {
  float: left;
  position:relative;
  padding: 2px 27px;
  border-right: 1px dotted #FFF;
  z-index:10;
}
#cell-nav li ul li {
  z-index:10;
  float: none;
  border: none;
  border-top: 1px dashed #666;
  min-width:115px;
  padding: 2px 0px;
  text-align:center;
  /*padding: 2px 20px;
  border-right: 1px dotted #FFF;*/
}
#cell-nav li ul{
  position:absolute;
  background-color: #81cd13;
  left:0px;
  top:24px;
  display: none;
  z-index:10;
}
#cell-nav li:hover ul, #cell-nav li.over ul{
  display: block;
  z-index:10;
}
#cell-nav ul li a{
	display:block;
	z-index:10;
	/*border:1px solid #ccc;
	padding:3px;
	color:#777;*/
}
#cell-nav a:visited, #cell-nav a:link {
  color: white;
}
#cell-nav a:hover {
  color:#000000;
}
#search-bar {
  /*background: url(images/bread_bg.gif) repeat-x;*/
  background-color: #DADADA;
  width: 924px;
  height:25px;
}

#search-bar #search-left {
    /*position:absolute;*/
}

#search-bar #search-right {
    float:right;
    position:relative;
    right:0;
}

#search-bar img, #search-bar input {
  vertical-align: middle;
}
.textbox {
  border: 1px solid #959595;
  padding: 0 2px;
}
.textbox-light {
  border: 1px solid #CECECE;
  padding: 0 2px;
}
#main-table {
  background-color: #DADADA;
  table-layout: fixed;
  width: 100%;
}
#main-table td {
  background-color: #FFF;
}
#formLogin ul {
  padding: 0px;
  margin: 8px 8px 8px 30px;
}
#formLogin li {
  color: #2359B1;
  line-height: 16px;
  padding: 3px 0;
}
.cell-cat {
  background-color: #FFFFFF;
  padding: 3px;
}
#cat-div {
  background-color: #FFFFFF;
  background-image: url(images/cat_bg.jpg);
  background-repeat: repeat-x;
  padding: 10px;
  margin: 3px;
}
#cat-div ul {
  padding: 2px;
  margin: 0;
  width:150px;
  list-style-type: none;
}
#cat-div li {
  padding-left: 15px;
  background-image: url(images/cat_arrow.gif);
  background-repeat: no-repeat;
  background-position: 0px 5px;
  line-height: 180%;
}
#cat-div li .parent-cat {
  font-weight: bold;
}
#cat-div a:visited, #cat-div a:link {
  color: #333;
  text-decoration: none;
}
#cat-div a:hover {
  color: #007ED6;
  text-decoration: none;
}
.title-div {
  background-image: url(images/cell_title_bg.gif);
  background-repeat: repeat-x;
  border-bottom: 1px solid #DADADA;
  border-top: 1px solid #DADADA;
  font-size: 14px;
}
#footer-table {
  background-image: url(images/cell_title_bg.gif);
  background-repeat: repeat-x;
  border: 1px solid #DADADA;
}
#footer-logo {
  background-image: url(images/footer_bg.gif);
}
.content-div {
  padding: 5px;
}
.goods-price {
  color: #E44087;
}
.market-price {
  background: url(images/line_through.gif) repeat-x center 8px;
}
.goods-table {
  background-color: #DADADA;
  width: 140px;
  height:200px;
  text-align: center;
  margin: 5px;
}
.goods-table td {
  vertical-align:top;
  background-color: #FFF;
}
.article-list {
  padding: 2px;
  margin: 0px;
  list-style-type: none;
}
.article-list li {
  background-image: url(images/news_arrow.gif);
  background-repeat: no-repeat;
  background-position: 0px 3px;
  padding-left: 1.5em;
  border-bottom: 1px dashed #808080;
  line-height: 180%;
  white-space:nowrap;
  width:265px;
  text-overflow:ellipsis;
  overflow:hidden;
}
.article-list li div{
	width:190px;
}
.top-list {
  padding: 2px;
  margin: 0px;
  list-style-type: none;
}
.top-list li {
  padding-left: 1em;
  line-height: 130%;
}
.history-list {
  padding: 0 0 0 1.5em ;
  margin: 0;
}
.goods-list {
  background-color: #DADADA;
  width: 98%;
  margin: 3px;
}
.goods-list td {
  background-color: #FFF;
}
.cart-div {
  margin: 3px;
  padding: 10px;
  background-image: url(images/cart_bg.gif);
  background-repeat: repeat-x;
}
#login-news {
  /*width: 800px;
  overflow: hidden;
  border-right: 1px solid red;
  border-left: 1px solid red;
  background-color:red;*/
}
#login {
  float: left;
  width: 170px;
}
.cell-news {
  background: url(images/news_bg.gif) repeat-x center bottom;
  float: left;
  width: 242px;
  height: 170px;
}
#tab-title {
  clear:both;
  background:url(images/tab_title.gif) no-repeat left bottom; 
  height:40px;
}
.tab-front,
.tab-back {
  font-weight: bold;
  line-height: 26px;
  height: 26px;
  display: inline;
  margin: 8px -7px 0 8px;
  padding:0 10px;
  float:left;
  border: 1px solid #00508F;
  border-bottom-width: 0;
  cursor: pointer;
}

.tab-front {
  color: #4262AC;
  background: url(images/tab_front.gif) repeat-x;
}

.tab-back {
  color:#FFF;
  background: url(images/tab_back.gif) repeat-x;
}

.cell-normal {
  background-image: url(images/news_bg.gif);
  background-repeat: repeat-x;
}
#flow-region {
  padding-bottom: 20px;
}
#flow-region th {
  background: #F0F0F0;
  padding: 4px 0;
}
#pager {
  text-align: right;
  padding: 3px 12px;
}
img.thumb {
  margin: 10px 0;
}
td.help-cat {
  background-color: #FFFFFF;
  background-image: url(images/cell_title_bg.gif);
  background-repeat: repeat-x;
  font-size: 14px;
  padding-top: 4px;
}
td.help-cat img {
  vertical-align: middle;
}
div.addto_cart {
  margin-top: 5px;
  padding: 5px;
  border-top: 1px dotted #DADADA;
}
div.addto_cart img {
  vertical-align: middle;
}
#compareLink { text-decoration: underline; }

form.sort {
  padding: 15px 5px 5px;
  text-align: right;
}
form.sort img {
  vertical-align: middle;
}
span.modify {
  line-height: 32px;
  float: right;
  padding-right: 10px;
  margin-top: 10px;
  font-size: 14px;
}
#loader {
  background-color: #FFFFCC;
  border: 1px solid #CC0000;
  color: #CC0000;
  z-index: 1000;
  width:185px;
  left: 0px;
  bottom: 0px;
  padding: 5px 15px;
  /*position: fixed;
  display: none;*/
  filter: progid:DXImageTransform.Microsoft.BasicImage(opacity=.65);
  opacity: 0.65;
}
* html #loader {
  position: absolute;
}

a#catalog-list {
  background: url(images/arrow_catalog.gif) no-repeat right top;
  padding-right: 10px;
}

a:hover#catalog-list {
  background: url(images/arrow_catalog.gif) no-repeat right -12px;
}

.catalog-div {
  border: 1px solid #808080; background: #FFF; display: none; position: absolute; padding: 5px 20px;margin:0;z-index:999;
}
.catalog-div ul{
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.catalog-div li {
  white-space:nowrap;
}
.catalog-div .top-cate {
  border-bottom: 1px solid #DADADA; font-weight:bold; margin: 3px auto;
}
.catalog-div .snd-cate {
  padding-left: 1em;
}
span.notice {
  color: #F00;
}

span.promote {
 position: absolute;
 z-index: 1;
 opacity: 0.5;
 width: 100px;
 height: 100px;
 background: url(images/watermark_promote.gif)  50px 70px no-repeat;
}

* +html .photo_largar {
 display:inline !important;
}


.photo_largar {
 position: relative;
 display:block;
}

img.new {
 position: absolute;
 right: 10px;
 top: 0;
}

span.hot {
 position: absolute;
 z-index: 1;
 opacity: 0.5;
 width: 100px;
 height: 100px;
 background: url(images/watermark_new.gif)  50px 70px no-repeat;
}

span.best {
 position: absolute;
 z-index: 1;
 opacity: 0.5;
 width: 100px;
 height: 100px;
 background: url(images/watermark_best.gif)  50px 70px no-repeat;
}
  
#compareBox {
 width:130px;
 background: #FFF;
 padding: 10px 3px 5px;
 border: 1px solid #999;
 position: absolute;
 right:1px;
 top:200px;
 opacity: 0.8;
 filter: progid:DXImageTransform.Microsoft.BasicImage(opacity=0.8);
}

#compareBox input {
  color: #FFF;
  background: #000;
  width: 120px;
  padding-top: 3px;
  margin-bottom: 5px;
  border: 1px solid #000;
}

#compareList {
 margin:0px;
 padding:0px;
 width:120px;
}

#compareList li {
 color: #333;
 text-align:left;
 background: #F1F1F1;
 padding: 3px 5px;
 border: 1px solid #999;
 margin: 3px 0;
}

#compareList li img {
 float:right;
 padding-top:4px;
}

#myship-list {
  background: #F1F1F1;
  padding: 5px 20px;
  margin-top: 20px;
}

#myship {
  margin: 0 auto 30px auto;
}

#myship .myship-title {
  background: #DADADA;
}

#myship td {
  border-bottom: 1px dotted #DADADA;
  padding: 5px 10px;
}

#myship .colum2 {
  background: #F1F1F1;
}
#myship .colum1 {
  background: #F7F7F7;
}

#price-grade {
  list-style: none;
  margin: 0;
  padding: 0;
}
#price-grade li {
  font: 12px Arial;
  background: url(images/arrow_orange.gif) no-repeat left center;
  padding-left: 10px;
  margin: 0 0 5px 8px;
}
#price-grade #price-grade-current {
  color: #333;
  background: url(images/arrow_black.gif) no-repeat left center;
}
#pwd_lower, #pwd_middle, #pwd_high {
  border-bottom: 2px solid #DADADA;
}
.activity-list {
  margin: 10px auto;
  border-collapse: collapse;
  border: 1px solid #DADADA;
  border-top: 3px solid #7fbee1;
}
.activity-list th {
  text-align: left;
  vertical-align: top;
  background: #F1F1F1;
  width: 140px;
  padding: 3px 10px;
}
.activity-list td {
  vertical-align: top;
  padding: 3px 10px;
}
.activity-list td a {
  color: #2359B1;
}
.activity-list td a:hover {
  text-decoration: underline;
}
.table_row_odd {
	background-color:#f2f2f2;
}
.table_row_eve {
	background-color:#e1e1e1;
}
.message {
	text-align:center;
	width:400px;
	height:240px;
	margin:160px auto;
	border:1px #A9C56C solid;
	background: url(images/title_02_bg.gif) repeat-x;
}
.message h3 {
	font-size: 14px;
	font-weight:bold;
	color: red;
	padding-top:60px;
	margin-bottom:10px;
}
.message p {
	padding:10px;
}
.cat_list_sty{
	font-size: 14px;
	font-weight:bolder;
	padding-left:10px;
	padding-top:10px;
	color:#000080;
}
.cat_list_sty a {
  color:#000080;
}
.q_list_sty{
	font-size: 12px;
	font-weight:bold;
	padding-left:10px;
	padding-top:10px;
}
.q_list_sty div{
	padding-left:20px;
}
#left_flash{
	float:left;
	height:100%;
	width:29px;
}
#left_flash img{
	display: block;
	padding: 80px 0 80px 0;
	cursor: hand;
}
#right_flash{
	float:left;
	height:100%;
	width:29px;
}
#right_flash img{
	display: block;
	padding: 80px 0 80px 9px;
	cursor: hand;
}
#center_flash{
	float:left;
	width:550px;
	height:204px;
	padding-top:20px;
	overflow:hidden;
	position:relative;
}
#ul1_flash{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:0;
	margin:0;
	position:absolute;
	width:9999em;
	left:0px;
}
#ul1_flash li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	float:left;
	font-size:12px;
	text-align:center;
	width:110px;
	height:220px;
	padding:0;
	margin:0;
}
#ul1_flash li img {
	display:block;
	margin:15px;
}
#ul1_flash li a {
	color:#333;
	text-decoration:none;
}
#ul1_flash li a:hover {
	text-decoration:none;
}
#ul1_flash li a:hover img, #ul1_flash li a.over img{
	margin:0px;
	width:110px;
}
#ul1_flash li a:hover em, #ul1_flash li a.over em{
	font-weight:bolder;
}
em{
	font-style:normal;
}