/*------------------------------------------------------------

* Filename: base.css
* Version: 1.0.0 (2009-07-06)
* Website: http://www.hola.com.tw
* Description: base elements

== STRUCTURE: ==============================
* Page width: 950 px
* Number of columns: x

+ WRAPPER
	+ HEADER
	  - h1(logo)
	  - main-nav
	  - txt-ad
	  - search

	+ CONTENT
	  - main-article

	+ FOOTER
	  - contact-ft
	  - txt-ft
	  - ft-nav

============================================

-------------------------------------------------------------*/
/* CONTAINER */
#wrapper {
margin:0 auto;
text-align:left;
width:950px;
}

/* HEADER */
#header {
height:65px;
position:relative;
padding:5px 0 0;
margin:0 0 20px;
}

.txt-hello {
font-size:12px;
height:17px;
line-height:17px;
position:absolute;
bottom:35px;
left:130px;
top:13px;
}

.txt-ad {
font-size:13px;
height:17px;
line-height:17px;
position:absolute;
bottom:35px;
left:250px;
top:13px;
}

.txt-ad a:link,.txt-ad a:visited {
color:#c29471;
text-decoration:none;
padding-left:22px;
background:url(../img/html/icon/plus_icon01.jpg) no-repeat left top;
display:block;
}

.txt-ad a:hover {
color:#000;
text-decoration:underline;
background-position:left -18px;
}

.facebook {
line-height:10px;
position: absolute;
font-size:12px;
right:320px;
top:13px;
width:43px;
height:17px;
bottom:35px;
}
.facebook a,
.facebook img,
.facebook span {
 color:#c29471;
 float:left;
 line-height:17px;
 cursor:pointer;
 text-decoration:none; 
}
.facebook a:hover span,
.facebook a:hover {
 color:#b50000;
 text-decoration:none;
}
.search {
position:absolute;
right:0;
top:5px;
background:url(../img/html/bg/search_bg.gif) no-repeat left top;
width:290px;
height:27px;
padding:5px 10px 0;
}

.search label {
font-size:12px;
padding-top:3px;
display:block;
float:left;
width:220px!important;
margin:0 0 0 21px!important;
margin:0 0 0 11px;
width:224px!important;
width:221px;
}

.search input {
width:165px;
height:15px;
border:1px solid #e4ddd5;
vertical-align:middle;
margin:-2px 2px 0;
margin:-2px 2px 0;
color:#c0b5ac;
}

.search img {
vertical-align:middle;
}

#main-nav {
position:absolute;
bottom:0;
right:0;
height:28px;
}

/* CONTENT */
#content {
}

#main-visual {
margin:20px 0;
}

.main-visual-view {
position:relative;
width:950px;
height:400px;
z-index:100;
}

/* 2009-10-06 新增全景導覽，故隱藏原來的寫法
.main-visual-mark {
position: absolute;
top:250px;
left:180px;
z-index:200;
}
.main-visual-pic {
position:inherit;
z-index:1
}
*/
.main-visual-left-btn {
position:absolute;
top:0;
left:0;
z-index:200;
}

.main-visual-right-btn {
position:absolute;
top:0;
right:0;
z-index:200;
}

.main-visual-pop {
position:absolute;
/* 2009-10-06 新增全景導覽，故隱藏原來的寫法
left:50%;
top:50%;
margin:-180px 0 0 -140px;
*/
background:url(../img/html/bg/mainvisual_pop_bg.png) no-repeat left top;
width:225px;
height:330px;
padding:20px;
z-index:250;
}

.main-visual-pop-title {
background:url(../img/html/icon/arrow_gray_icon.gif) no-repeat left 6px;
padding-left:7px;
color:#333;
font-weight:700;
}

.main-visual-close-btn {
position:absolute;
top:0;
right:0;
}

.main-visual-menu {
margin:10px 0 0;
height:80px;
widows:950px;
}

.main-visual-menu li {
margin:0 7px 0 0;
display:block;
width:80px;
height:80px;
float:left;
position:relative;
z-index:100;
}

.main-visual-menu li a {
cursor:pointer;
}

.main-visual-menu li.last {
margin:0;
}

/* 2009-10-06 新增全景導覽，故隱藏原來的寫法
#main-visual-menu01,#main-visual-menu02,#main-visual-menu03,#main-visual-menu04,#main-visual-menu05,#main-visual-menu06,#main-visual-menu07,
#main-visual-menu08,#main-visual-menu09,#main-visual-menu10,#main-visual-menu11 {
position:relative;
width:80px;
height:80px;
}

#now01,#now02,#now03,#now04,#now05,#now06,#now07,#now08,#now09,#now10,#now11 {
background: url(../img/html/dec/mainvisual_over.gif) no-repeat left top;
width:80px;
height:80px;
display:block;
position:absolute;
top:0;
left:0;
visibility:hidden;
}
*/

/* 2009-10-06 新增全景導覽用 */
.panoramaLiSet {
position:relative;
width:80px;
height:80px;
}

.panoramaIconSet {
background:url(../img/html/dec/mainvisual_over.gif) no-repeat left top;
width:80px;
height:80px;
display:block;
position:absolute;
top:0;
left:0;
visibility:hidden;
}

/* product list */
.product-list {
margin:10px 0 0;
}

.product {
width:225px;
height:82px;
margin:6px 0;
_display:inline;
}

.product ul {
margin-left:87px;
}

.product-pic {
float:left;
width:80px;
height:80px;
border:1px solid #efe7e1;
margin:0 5px 0 0;
}

.product-icon img {
margin-right:5px;
}

.product-sprice {
margin-top:5px;
color:#ff4c1f;
line-height:16px;
padding-left:14px;
background:url(../img/html/icon/price_red_icon.gif) no-repeat left 4px;
_padding-left:10px;
}

.product-price {
padding-left:14px;
line-height:16px;
color:#333;
background:url(../img/html/icon/price_nom_icon.gif) no-repeat left 4px;
_padding-left:10px;
}

.exchange-point {
padding-left:0;
line-height:16px;
height:20px;
color:#C00;
position:relative;
}

.product-add {
margin-top:5px;
color:#1c5180;
line-height:16px;
text-align:right;
padding-right:10px;
}

/* Cart */
#Cart_steps {
margin:0 0 30px;
padding:0;
height:100px;
}

#Cart_message,#Cart_note {
border-top:1px dotted #d7cfc2;
padding:0 0 10px;
margin-top:10px;
}

.message_inputer {
width:100%;
heigh:100px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
background:#f9f9f9;
border:1px solid #cdbca0;
}

#Cart_btn {
margin-top:10px;
padding-top:10px;
border-top:1px dotted #d7cfc2;
}

.Cart_title {
heigh:25px;
margin-bottom:10px;
margin-top:10px;
position:relative;
}

.Cart_title_AD {
heigh:45px;
margin-bottom:10px;
margin-top:10px;
position:relative;
}

.Cart_title_AD img,.Cart_title img {
vertical-align:bottom;
}

.AD_banner {
position:absolute;
bottom:0;
right:0;
}

.cart_list_table {
border:1px solid #d7cfc2;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

.cart_list_table2 {
border:1px solid #e0c483;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

.cart_list_table th {
height:30px;
background:url(../img/html/bg/cart_list_thbg.gif) repeat-x;
border-right:1px solid #c4bdb7;
text-align:center;
color:#FFF;
line-height:30px;
}

.cart_list_table2 th {
height:30px;
background:url(../img/html/bg/cart_list_thbg2.gif) repeat-x;
border-right:1px solid #b0812c;
text-align:center;
color:#FFF;
line-height:30px;
}

.cart_list_table td,.cart_list_table2 td {
font-size:12px;
padding:10px 0;
text-align:center;
}

.cart_note {
border:1px solid #d7cfc2;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

.cart_note2 {
border:1px solid #e0c483;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

.cart_note td,.cart_note2 td {
font-size:12px;
padding:10px;
text-align:left;
color:#000;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

.cart_note td em,.cart_note2 td em {
color:#C00;
font-style:normal;
}

.cart_note td img,.cart_note2 td img {
vertical-align:middle;
margin-right:10px;
}

.cart_coupon_table {
border:1px solid #9a7f52;
border-top:5px solid #9a7f52;
width:100%;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-align:center;
}

.cart_coupon_table th {
background:#f7f2ec;
color:#50412a;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
text-align:center;
height:25px;
line-height:25px;
}

.cart_coupon_table td {
border-top:1px solid #9a7f52;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
padding:5px;
}

.cart_list_table td.plus,.cart_list_table2 td.plus {
font-size:12px;
padding:10px 0;
text-align:left;
background:#e4e1d8;
border-top:1px dotted #d7cfc2;
padding-left:70px;
font-weight:700;
color:#000;
}

.cart_list_table td.result,.cart_list_table2 td.result {
font-size:12px;
padding:10px 0;
text-align:center;
background:#e4e1d8;
border-top:1px dotted #d7cfc2;
font-weight:700;
color:#C00;
}

.cart_list_table td.num,.cart_list_table2 td.num {
width:50px;
}

.cart_list_table td.name,.cart_list_table2 td.name {
text-align:left;
padding-left:20px;
}

.cart_info_table {
border:1px solid #d7cfc2;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

.cart_info_table td {
border-bottom:1px dotted #d7cfc2;
font-size:12px;
padding:10px 0;
}

.cart_info_table td img {
vertical-align:middle;
}

.cart_info_table td.same {
border-bottom:1px solid #d7cfc2;
background:#ece4d9;
font-size:12px;
padding:10px 0 10px 10px;
}

.cart_info_note {
font-family:Verdana, Arial, Helvetica, sans-serif;
text-align:right;
}

.cart_info_note em {
color:#C00;
font-style:normal;
}

/* Member */
#Bonus_name {
float:left;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#9d6340;
background-color:#fff;
border:1px solid #c8aa96;
margin-bottom:7px;
padding-top:4px;
padding-right:7px;
padding-bottom:4px;
padding-left:7px;
}

#Member_sidebar {
float:left;
width:250px;
}

#Member_sidebar .note_table,#Member_sidebar .function_table {
border:0;
width:250px;
margin-bottom:10px;
}

.note_table td.note_top {
height:10px;
background:url(../img/html/dec/note_top.gif) repeat-y;
}

.note_table td.note_main {
background:url(../img/html/dec/note_main.gif) repeat-y;
padding:5px 15px;
color:#9d6340;
font-family:Verdana, Arial, Helvetica, sans-serif;
line-height:20px;
}

.note_table td.note_bom {
height:180px;
}

.function_table td.function_top {
height:40px;
background:url(../img/html/dec/function_title.gif) no-repeat;
}

.function_table td.function_main {
background-color:#8b7869;
padding:0 10px;
margin:0 auto;
}

#menu ul {
list-style-type:none;
margin:0;
padding:0;
}

#menu li {
border-bottom:1px dotted #e8e4e1;
height:25px;
margin:2px 0;
display:block;
}

#menu li.bom {
border-bottom:0 dotted #e8e4e1;
height:25px;
margin:2px 0;
display:block;
}

#menu li img {
vertical-align:middle;
margin-right:2px;
}

#menu a {
cursor:pointer;
text-decoration:none;
color:#e8e4e1;
}

#menu a:hover {
color:#FC0;
text-decoration:none;
}

.function_table td.function_bom {
height:10px;
background:url(../img/html/dec/function_bom.gif) no-repeat;
}

.functions li.nom {
color:#e8e4e1;
height:27px;
border-bottom:0 dotted #e8e4e1;
/*下方邊框線*/
}

#Member_mainContent {
float:left;
margin-left:20px;
margin-bottom:20px;
width:680px;
}

#Member_mainContent #customer_center {
float:left;
width:640px;
min-height:400px;
background:url(../img/html/bg/customer_center.gif) no-repeat top;
margin-bottom:10px;
padding:20px;
font-family:Verdana, Arial, Helvetica, sans-serif;
line-height:20px;
}

#Member_mainContent #customer_center strong {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:15px;
line-height:25px;
font-weight:700;
color:#79364f;
}

#Member_mainContent #customer_center hr {
color:#960;
margin:15px 0;
}

#Member_mainContent #customer_center blockquote {
margin-left:10px;
}

#Member_mainContent #customer_center ul.txt {
list-style-type:decimal;
margin-left:25px;
margin-left:30px;
}

#Member_mainContent #customer_center em {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:700;
font-style:normal;
color:#666;
}

#customer_center #customer_center_tabs {
float:left;
width:640px;
height:55px;
background:url(../img/html/btn/customer_tabs_line.gif) no-repeat left 40px;
margin-bottom:10px;
}

#customer_center_tabs img {
margin-right:2px;
}

.rolinList {
width:640px;
margin:0 auto;
padding:0;
text-align:left;
}

.rolinList li {
margin-bottom:0;
list-style:none;
}

.rolinList li h2 {
width:630px;
height:35px;
background:url(../img/html/bg/Qbg.gif) no-repeat;
font-size:14px;
line-height:35px;
padding-left:10px;
color:#333;
cursor:pointer;
margin:5px 0;
margin:0;
}

.rolinList li h2.start {
width:630px;
height:35px;
background:url(../img/html/bg/Qbg2.gif) no-repeat;
font-size:14px;
line-height:35px;
padding-left:10px;
color:#333;
cursor:pointer;
margin:0;
}

.Ans {
height:80px;
height:100px;
width:585px;
width:590px;
background:url(../img/html/bg/ans_bg.gif) #f5f4f0 no-repeat top left;
padding:10px 10px 0 45px;
padding:0 10px 0 40px;
font-size:13px;
line-height:24px;
margin:5px 0;
margin:1px 0 5px;
}

.Ans2 {
height:50px;
height:70px;
width:585px;
width:590px;
background:url(../img/html/bg/ans_bg.gif) #f5f4f0 no-repeat top left;
padding:10px 10px 0 45px;
padding:0 10px 0 40px;
font-size:13px;
line-height:24px;
margin:0 0 5px;
}

.Ans3 {
height:140px;
height:160px;
width:585px;
width:590px;
background:url(../img/html/bg/ans_bg.gif) #f5f4f0 no-repeat top left;
padding:10px 10px 0 45px;
padding:0 10px 0 40px;
font-size:13px;
line-height:24px;
margin:0 0 5px;
}

.Ans4 {
height:110px;
height:130px;
width:585px;
width:590px;
background:url(../img/html/bg/ans_bg.gif) #f5f4f0 no-repeat top left;
padding:10px 10px 0 45px;
padding:0 10px 0 40px;
font-size:13px;
line-height:24px;
margin:0 0 5px;
}

.Ans5 {
height:30px;
height:50px;
width:585px;
width:590px;
background:url(../img/html/bg/ans_bg.gif) #f5f4f0 no-repeat top left;
padding:10px 10px 0 45px;
padding:0 10px 0 40px;
font-size:13px;
line-height:24px;
margin:0 0 5px;
}

.Ans6 {
height:180px;
height:200px;
width:585px;
width:590px;
background:url(../img/html/bg/ans_bg.gif) #f5f4f0 no-repeat top left;
padding:10px 10px 0 45px;
padding:0 10px 0 40px;
font-size:13px;
line-height:24px;
margin:0 0 5px;
}

.Ans7 {
height:280px;
height:300px;
width:585px;
width:590px;
background:url(../img/html/bg/ans_bg.gif) #f5f4f0 no-repeat top left;
padding:10px 10px 0 45px;
padding:0 10px 0 40px;
font-size:13px;
line-height:24px;
margin:0 0 5px;
}

.Ans_coupon{
font-size:13px;
line-height:24px;
font-family: Verdana, Geneva, sans-serif;
}
.Ans_coupon_no{
font-size:13px;
line-height:24px;
font-family: Verdana, Geneva, sans-serif;
font-weight: bold;
color: #520808;
}

.Ans p,.Ans2 p,.Ans3 p,.Ans4 p,.Ans5 p,.Ans6 p,.Ans7 p, {
margin:12px;
}

#Member_mainContent .draw_visual,#Member_mainContent .coupon_visual, {
float:left;
heigh:165px;
width:680px;
margin-bottom:10px;
}

#Member_mainContent .draw_note {
float:left;
width:640px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
padding:0 20px;
margin-bottom:10px;
}

#Member_mainContent .draw_steps {
float:left;
width:680px;
height:65px;
margin-bottom:10px;
}

#Member_mainContent .coupon_steps {
float:left;
width:680px;
height:100px;
margin-bottom:10px;
}

#Member_mainContent .draw_input {
float:left;
width:650px;
height:105px;
background:url(../img/html/bg/draw_input_bg.jpg) no-repeat;
padding:15px;
margin-bottom:10px;
}

#Member_mainContent .draw_input span {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#f60;
}

#Member_mainContent .title {
heigh:25px;
margin-bottom:10px;
}

#Member_mainContent .list_table {
border:1px solid #e4dfd6;
border-bottom:0 solid #e4dfd6;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

.list_table td {
border-bottom:1px solid #e4dfd6;
font-size:12px;
text-align:center;
padding:5px 0;
}

.list_table td img {
vertical-align:middle;
}

.list_table td.pages {
background:#e2e2e2;
}

.list_table td.coupon_enable a {
color:#4c88b7;
}

.total {
padding-left:15px;
font-family:Verdana, Arial, Helvetica, sans-serif;
float:left;
}

.pages_number {
float:right;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

/*CSS grayr style pagination*/
DIV.grayr {
padding-right:2px;
padding-left:2px;
font-size:11px;
padding-bottom:2px;
padding-top:2px;
font-family:Tahoma, Arial, Helvetica, Sans-serif;
}

DIV.grayr A {
padding-right:5px;
padding-left:5px;
padding-bottom:2px;
margin:0;
color:#000;
padding-top:2px;
background-color:#e2e2e2;
text-decoration:none;
}

DIV.grayr A:hover {
color:#000;
background-color:#b7a08b;
}

DIV.grayr A:active {
color:#000;
background-color:#b7a08b;
}

DIV.grayr SPAN.current {
padding-right:5px;
padding-left:5px;
font-weight:700;
padding-bottom:2px;
margin:0;
color:#303030;
padding-top:2px;
}

DIV.grayr SPAN.disabled {
padding-right:5px;
padding-left:5px;
padding-bottom:2px;
margin:0;
color:#797979;
padding-top:2px;
background-color:#e2e2e2;
}

.list_table th {
border-bottom:1px solid #e4dfd6;
background:#6b6259;
color:#FFF;
height:25px;
line-height:25px;
text-align:center;
}

#Member_mainContent .outer {
background:#fff;
border:3px solid #e5e1d9;
padding:7px;
margin:0 0 20px;
}

#Member_mainContent .inner {
background:#fff;
border:1px solid #e5e1d9;
padding:15px;
margin:0;
font-family:Verdana, Arial, Helvetica, sans-serif;
line-height:22px;
}

#Member_mainContent .inner strong {
color:#C00;
font-size:15px;
font-weight:700;
}

.inner .login_table {
border:0;
}

.login_table td {
padding:0;
}

.login_table td.input_area {
width:50%;
}

.login_table td.join_area {
background-color:#e5e1d9;
}

.inner .input_table {
border:0;
}

.input_table td.nom {
padding:5px;
border-bottom:0 dotted #CCC;
}

.input_table td.note {
padding:5px 15px;
border-bottom:0 dotted #CCC;
background-color:#e5e1d9;
}

.input_table td strong {
color:#C00;
font-weight:700;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

.input_table td {
padding:8px 2px;
border-bottom:1px dotted #CCC;
}

.input_table td.nom {
padding:8px 2px;
border-bottom:0 dotted #CCC;
}

.input_table td img {
vertical-align:top;
}

/* FOOTER */
#footer {
}

#copyright {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#666;
text-align:center;
}

#main-article {
margin:20px 0 0;
}

/* LEFT COLUMN */
.store_items {
float:left;
width:280px;
height:330px;
margin:0 20px 0 0;
padding:0;
background:url(../img/html/bg/store_items_bg.jpg) no-repeat;
}

.store_items-title {
margin:0 0 1px;
margin:0 0 7px;
}

.store_items-banner {
margin:0 4px;
margin:4px;
}

.store_visual {
float:left;
width:650px;
height:330px;
margin:0;
background:#f0ece6;
padding:0;
_padding:10px 20px 0;
}

#myjQuery {
float:left;
overflow:hidden;
width:650px;
position:relative;
height:330px;
margin:0;
padding:0;
}

#myjQueryContent {
overflow:hidden;
width:650px;
height:300px;
margin:0;
padding:0;
}

#myjQueryContent div {
position:absolute;
height:300px;
}

#myjQueryContent .smask {
z-index:-1;
}

#myjQueryContent img {
width:650px;
height:300px;
}

#myjQueryNav {
display:block;
overflow:hidden;
width:650px;
height:30px;
background:url(../img/html/bg/store_visual_navbg.gif) no-repeat;
}

#myjQueryNav LI {
display:block;
float:left;
width:160px;
cursor:pointer;
padding-top:10px;
height:30px;
text-align:center;
}

#myjQueryNav .nbg {
background:none transparent scroll repeat 0 0;
}

#myjQueryNav a {
display:block;
z-index:12;
margin:0 auto;
text-transform:uppercase;
width:120px;
color:#c29471;
line-height:16px;
position:relative;
height:30px;
text-decoration:none;
}

#myjQueryNav .current {
background:none transparent scroll repeat 0 0;
}

#myjQueryNav .current a {
color:#fff;
font-weight:700;
text-decoration:none;
}

#myjQuery #flow {
margin-top:-30px;
z-index:10;
background:url(../img/html/fcurrent.gif);
left:5px;
width:160px;
position:absolute;
height:30px;
}

.new-arrival {
float:left;
width:250px;
margin:0 20px 0 0;
padding:10px 0 0;
}

.new-arrival-banner {
margin:12px 0 0;
margin:16px 0 0;
}

.new-arrival_store {
float:left;
width:950px;
margin:0;
padding:20px 0 0;
}

.new-arrival-product-list {
float:left;
height:200px;
width:950px;
padding:0;
background:#fff url(../img/html/bg/new-arrival-list_bg.gif) no-repeat center;
}

.new-arrival-product {
float:left;
width:120px;
height:170px;
padding:15px 19px 10px;
cursor:pointer;
}

.new-arrival-product img {
float:none;
border:none;
width:120px;
height:120px;
}

.new-arrival-product .product-pic {
float:none;
border:none;
width:120px;
height:120px;
}

.new-arrival-product .product-name {
margin-top:10px;
line-height:16px;
padding-left:14px;
background:url(../img/html/icon/price_red_icon.gif) no-repeat left 4px;
_padding-left:10px;
}

.new-arrival-product .product-name a:link,.new-arrival-product .product-name a:visited {
text-decoration:none;
}

.new-arrival_more {
float:left;
width:950px;
margin:0 auto;
padding:20px 0 0;
}

.new-arrival-more-list {
float:left;
width:950px;
margin:10px 0;
padding:0 5px;
_padding:0 0;
}

.holastore {
float:left;
width:425px;
height:290px;
margin:0 20px 0 0;
background:#f0ece6;
padding:10px 20px 20px;
_padding:10px 20px 0;
}

.holastore_L {
float:left;
width:425px;
height:290px;
margin:10px 10px 10px 0;
background:#f0ece6;
padding:10px 20px 20px;
_padding:10px 20px 0;
}

.holastore_R {
float:left;
width:425px;
height:290px;
margin:10px 0 10px 10px;
background:#f0ece6;
padding:10px 20px 20px;
_padding:10px 20px 0;
}

.gife_exchange {
float:left;
width:660px;
height:160px;
margin:10px 0;
background:#f0ece6;
padding:10px 10px 20px;
_padding:10px 10px 0;
}

.holastore_series {
float:left;
width:910px;
height:290px;
margin:10px 0;
background:#f0ece6;
padding:10px 20px 20px;
_padding:10px 20px 0;
}

.holastore_series .title_R {
heigh:22px;
line-height:22px;
color:#867264;
margin-bottom:15px;
text-align:right;
}

.holastore .title,.holastore_L .title,.holastore_R .title,.holastore_series .title,.gife_exchange .title {
heigh:22px;
line-height:22px;
color:#867264;
margin-bottom:15px;
}

.holastore .title img,.holastore_L .title img,.holastore_R .title img,.holastore_series .title img,.gife_exchange .title img {
vertical-align:middle;
margin-right:5px;
}

.holastore_series .title_R img {
vertical-align:middle;
margin-left:5px;
}

.holastore-visual {
float:left;
width:160px;
height:255px;
}

.holastore-visual_R {
float:right;
width:160px;
height:255px;
}

.holastore-product-list {
float:right;
height:255px;
width:235px;
padding:0 10px;
background:#fff url(../img/html/bg/holastore_product_bg.jpg) no-repeat center;
}

.holastore-product-blist {
float:right;
height:255px;
width:705px;
padding:0 15px;
background:#fff url(../img/html/bg/holastore_product_bgb.gif) no-repeat center;
}

.gife-product-list {
float:left;
height:135px;
width:660px;
padding:0;
background:#fff url(../img/html/bg/gife_product_bg.gif) no-repeat;
}

.holastore-product-blist_L {
float:left;
height:255px;
width:705px;
padding:0 15px;
background:#fff url(../img/html/bg/holastore_product_bgb.gif) no-repeat center;
}

.holastore-product {
float:left;
width:79px;
height:115px;
padding:2px 19px 10px;
cursor:pointer;
}

.exchange-product {
float:left;
width:80px;
height:115px;
padding:2px 15px 10px;
cursor:pointer;
}

.holastore-product_a {
float:left;
width:79px;
height:115px;
padding:2px 18px 9px;
cursor:pointer;
border-right:1px solid #d6d3ce;
border-bottom:1px solid #d6d3ce;
}

.holastore-product_b {
float:left;
width:79px;
height:115px;
padding:2px 19px 9px;
cursor:pointer;
border-bottom:1px solid #d6d3ce;
}

.holastore-product_c {
float:left;
width:79px;
height:115px;
padding:2px 18px 10px;
cursor:pointer;
border-right:1px solid #d6d3ce;
}

.holastore-product img,.holastore-product_a img,.holastore-product_b img,.holastore-product_c img {
float:none;
border:none;
margin-top:5px;
}

.holastore-product .product-pic,.holastore-product_a .product-pic,.holastore-product_b .product-pic,.holastore-product_c .product-pic {
float:none;
border:none;
}

.holastore-product .product-name,.holastore-product_a .product-name,.holastore-product_b .product-name,.holastore-product_c .product-name {
margin-top:-5px;
margin-top:0;
}

.holastore-product .product-name a:link,.holastore-product .product-name a:visited,.holastore-product_a .product-name a:link,.holastore-product_a .product-name a:visited,.holastore-product_b .product-name a:link,.holastore-product_b .product-name a:visited,.holastore-product_c .product-name a:link,.holastore-product_c .product-name a:visited {
text-decoration:none;
}

.holastore-product .product-sprice,.holastore-product_a .product-sprice,.holastore-product_b .product-sprice,.holastore-product_c .product-sprice {
margin-top:0;
}

.info {
float:right;
width:195px;
}

.hotitem {
position:relative;
height:170px;
width:195px;
margin:5px 0 0;
}

.hotitem .product {
width:195px;
margin-top:10px;
}

.hotitem .product-name {
word-wrap:break-word;
width:100px;
}

.hotitem-price {
display:block;
background:url(../img/html/dec/specialprice_dec.gif) no-repeat left top;
width:72px;
height:72px;
position:absolute;
right:0;
bottom:0;
}

.hotitem-price p {
font-size:18px;
position:relative;
top:18px;
text-align:center;
color:#fff;
text-decoration:underline;
}

.hotitem .title,.hotitem .pic {
margin:0 0 10px;
margin:0 0 14px;
}

.myhola {
line-height:15px;
}

.myhola-visual {
float:left;
margin:0 5px 0 0;
}

.myhola-title {
margin:0 0 10px;
}

.myhola-title a:link,.myhola-title a:visited {
color:#c27b44;
text-decoration:none;
}

.myhola-title a:hover {
color:#000;
text-decoration:underline;
}

.myhola .title,.myhola .pic {
margin:0 0 7px;
margin:0 0 10px;
margin:0 0 11px!important;
_margin:0 0 9px 0;
}

#footer {
clear:both;
height:66px;
position:relative;
margin:30px 0 5px;
}

.contact-ft {
position:absolute;
top:0;
left:0;
}

.txt-ft {
position:absolute;
right:0;
top:0;
}

.ft-nav {
position:absolute;
right:0;
bottom:0;
}

/* group */
.group-visual {
width:950px;
height:200px;
margin:0;
float:left;
}

.recommended_share {
background:#ffeef3;
width:910px;
height:340px;
padding:20px;
margin:10px 0 15px!important;
margin:5px 0 13px!important;
margin:-2px 0 9px;
}

.recommended_share .title {
height:35px;
line-height:17px;
position:relative;
margin:0 0 12px;
}

.recommended_share .title img {
vertical-align:middle;
}

.more-btn {
position:absolute;
right:0;
bottom:0;
}

.recommended_share .photo-list {
background:#fff;
padding:20px;
margin:0;
width:870px;
height:250px;
}

.recommended_share .photo-list .style_A {
margin:0 5px 0 0;
padding:0;
background:url(../img/html/bg/share_bg1.gif) no-repeat;
width:340px;
height:250px;
text-align:center;
float:left;
/* Firefox, Chrome */
line-height:250px;
white-space:nowrap;
/* IE */
font-size:225px;
overflow:hidden;
}

.style_A:after {
content:".";
font-size:0;
}

.style_A img {
border:0;
vertical-align:middle;
}

.recommended_share .photo-list .style_B {
margin:0;
padding:0;
width:340px;
height:250px;
float:left;
}

.recommended_share .photo-list .style_B .photos {
margin:0 4px 10px;
padding:0;
background:url(../images/bg/share_bg1.gif) no-repeat;
width:160px;
height:120px;
text-align:center;
float:left;
/* Firefox, Chrome */
line-height:120px;
white-space:nowrap;
/* IE */
font-size:108px;
/* 220 * 0.9 = 180 */
overflow:hidden;
}

.photos:after {
content:".";
font-size:0;
}

.photos img {
border:0;
vertical-align:middle;
}

.recommended_share .photo-list .style_C {
margin:0 0 0 5px;
padding:0;
width:180px;
height:250px;
float:left;
}

.featured_share {
width:950px;
margin:10px 0 5px!important;
margin:5px 0 13px!important;
margin:-2px 0 9px;
}

.featured_share .title {
height:35px;
line-height:17px;
position:relative;
margin:0 0 12px 15px;
}

.featured_share .title img {
vertical-align:middle;
}

.featured_share .featured-list {
padding: 15px 5px 15px 15px;
margin:0;
width:930px;
}

.featured-list .photos {
margin:5px;
width:220px;
height:220px;
text-align:center;
float:left;
/* Firefox, Chrome */
line-height:220px;
white-space:nowrap;
/* IE */
font-size:198px;
/* 220 * 0.9 = 180 */
overflow:hidden;
background-color: #FFF;      
border: 1px solid #EFEFEF;
}

.photos:after {
content:".";
font-size:0;
}

.photos img {
border:0;
vertical-align:middle;
}

/* group_input */
.upload_share {
background:#ffeef3;
width:910px;
height:240px;
padding:20px;
margin:10px 0 15px!important;
margin:5px 0 13px!important;
margin:-2px 0 9px;
}

#upload_area,#select_area {
width:250px;
height:200px;
float:left;
margin:0 20px 0 0;
}

#upload_area .title,#select_area .title {
height:35px;
line-height:17px;
position:relative;
margin:0 0 12px;
}

#select_area .area {
height:180px;
width:250px;
background-color:#FFF;
border:1px solid #e3c9d1;
}

#select_area .area .left {
text-align:left;
width:50%;
padding-left:15px;
}

#upload_area .title img,#select_area .title img {
vertical-align:middle;
}

.browse-btn {
position:absolute;
right:0;
bottom:0;
}

#share_area {
width:370px;
height:240px;
float:left;
}

#share_area .title {
height:35px;
line-height:17px;
position:relative;
margin:0 0 12px;
}

#share_area .title img {
vertical-align:middle;
}

#share_area .title .note {
position:absolute;
color:#c72a5c;
bottom:0;
}

#share_area .sharetxt {
border:1px #e3c9d1 solid;
background:#fff url(../img/html/bg/sharetxt_bg.gif) bottom right no-repeat;
width:369px;
width:366px;
height:140px;
}

#share_area .btnn {
height:38px;
line-height:17px;
position:relative;
margin:0 0 12px;
}

.safe_code {
position:absolute;
left:0;
bottom:0;
}

.safe_code img {
vertical-align:top;
margin-left:2px;
}

.safe_code input {
border:1px #e3c9d1 solid;
}

.send-btn {
position:absolute;
right:0;
bottom:0;
}

/* group_content */
.group_content {
background:url(../img/html/bg/group_content_bg.gif) top repeat-y;
width:910px;
padding:20px;
margin:10px 0 15px!important;
margin:5px 0 13px!important;
margin:-2px 0 9px;
}

.group_content .title {
height:35px;
line-height:17px;
position:relative;
margin:0 0 12px;
}

.group_content .title img {
vertical-align:middle;
}

.title ul {
position:absolute;
left:45%;
top:3px;
}

.title ul li {
float:left;
margin:0 3px;
}

.title ul li.number {
vertical-align:middle;
font-weight:700;
}

.more-btn {
position:absolute;
right:0;
bottom:0;
}

.group_content .photos {
width:810px;
height:465px;
position:relative;
margin:0 auto;
}

.group_content .photos .share_img {
position:absolute;
left:0;
bottom:0;
width:600px;
height:465px;
text-align:center;
}

.group_content .photos .share_img img {
max-height:465px;
max-width:600px;
}

.group_content .photos .selections {
position:absolute;
right:0;
bottom:0;
width:155px;
height:435px;
background:url(../img/html/bg/group_content_rbg.png) no-repeat;
padding:10px;
text-align:center;
}

.group_content .info_dot {
margin:0 auto;
margin-top:10px;
width:760px;
}

.group_content .info_dot img {
vertical-align:bottom;
}

.group_content .info_txt {
background:#FFF;
border:3px solid #aaa;
padding:15px;
margin:0 auto;
margin-bottom:10px;
width:730px;
}

.group_content .info_txt .head_image {
width:90px;
height:125px;
float:left;
margin:10px 20px 0 0;
}

.group_content .info_txt .txtarea {
width:710px;
float:left;
padding:10px;
margin:0;
font-size:12px;
line-height:1.8em;
position:relative;
}

.group_content .info_txt .btnb {
width:620px;
height:35px;
float:left;
margin:0 0 0 110px;
text-align:right;
position:relative;
}

.respond-btn {
position:absolute;
right:0;
bottom:0;
color:#999;
}

.group_content .counts {
height:25px;
margin:0 0 20px;
text-align:center;
position:relative;
}

.counts ul {
position:absolute;
left:45%;
top:3px;
}

.counts ul li {
float:left;
margin:0 3px;
}

.counts ul li.number {
vertical-align:middle;
font-weight:700;
}

#respond {
width:950px;
margin:20px 0;
position:relative;
}

#respond .respond_area {
width:530px;
float:left;
margin-right:20px;
}

#respond .respond_input {
width:400px;
height:360px;
background:#faeef2;
position:absolute;
right:0;
top:0;
}

.respond_input_table {
border:0;
margin:15px auto;
}

.respond_input_table td {
padding:5px 3px;
padding:8px 2px;
}

.respond_input_table td img {
vertical-align:top;
}

.input_type {
border:1px solid #a5acb2;
background-color:#FFF;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}

.respond_table {
width:530px;
border:0;
margin:10px 0;
}

.respond_table td {
border-bottom:1px dotted #aaa;
padding:10px 5px;
}

.respond_table td.name {
color:#c72a5c;
font-weight:700;
width:100px;
vertical-align:top;
}

.respond_table td.reporting {
width:50px;
text-align:right;
vertical-align:top;
}

/* PAGEBAR */
.pagebar {
}

.clear {
clear:both;
height:0;
line-height:0;
}

.product-detail {
width:950px;
height:441px;
}

.product-detail-view {
width:410px;
height:439px;
border:1px solid #e2e2e2;
position:relative;
float:left;
/* 2009-10-16 修正商品詳情頁多圖切換時造成的 css 錯誤 */
background-color:#FFF;
background-position:20px 20px;
background-repeat:no-repeat;
}

.product-detail-pic {
margin:20px 20px 0;
}

.product-detail-view ul {
position:absolute;
right:19px;
bottom:16px;
}

.product-detail-view ul li {
float:left;
margin-right:1px;
}

.product-detail-content {
float:right;
width:520px;
height:130px;
}

.product-detail-txt-list {
float:left;
width:520px;
margin-right:0;
margin-top:15px;
position:relative;
}

.product-detail-txt-list .product-name {
padding-bottom:5px;
position:relative;
border-bottom:1px solid #e6e6e6;
}

.product-detail-txt-list .product-name a:link,.product-detail-txt-list .product-name a:visited {
color:#c00000;
font-size:15px;
font-weight:700;
text-decoration:none;
}

.product-detail-txt-list .product-name a:hover {
color:#000;
text-decoration:underline;
}

.product-detail-txt-list .product-icon {
position:relative;
left:10px;
}

.product-detail-txt-list .prodetail_btn {
position:absolute;
right:0;
bottom:0;
bottom:5px;
}

.product-detail-txt-list ul {
margin:7px 5px;
padding:7px 0;
color:#333;
float:left;
}

.product-detail-txt-list ul li span {
float:left;
width:70px;
font-weight:700;
}

.product-detail-txt-banner {
float:right;
margin-top:20px;
}

.product-detail-btn {
margin-top:20px;
float:right;
margin-bottom:0;
}

.product-detail-btn a {
margin-right:0;
_margin-right:0;
}

.product-detail-btn a.last {
margin-right:0;
}

.set-item {
background:#f6f3ef;
width:490px;
height:220px;
padding:10px 15px 15px;
margin:7px 0 15px!important;
margin:5px 0 13px!important;
margin:-2px 0 9px;
}

.set-item .title {
height:17px;
line-height:17px;
position:relative;
margin:0 0 7px;
_margin:0 0 5px 0;
}

.set-item .title img {
vertical-align:middle;
}

.more-btn {
position:absolute;
right:0;
bottom:0;
}

.set-item .product-list {
background:#fff;
padding:10px;
margin:0;
width:470px;
height:181px;
}

.set-item .product-list .product-pic {
border:none;
margin:0 5px;
}

.set-item .product-list .product {
width:234px;
height:80px;
float:left;
margin:0;
}

.set-item .product-list .product .product-name {
margin-top:5px;
}

.set-item .product-list .a {
border-right:1px solid #d6d2cd;
border-bottom:1px solid #d6d2cd;
padding:0 0 10px;
background:#fff;
display:inline;
}

.set-item .product-list .b {
border-bottom:1px solid #d6d2cd;
padding:0 0 10px;
}

.set-item .product-list .c {
border-right:1px solid #d6d2cd;
padding:10px 0 0;
}

.set-item .product-list .d {
padding:10px 0 0;
}

.set-item {
clear:both;
}

.pdnav-main table,.pdnav-main td {
border-collapse:collapse;
padding:0;
}

.pdnav-main table,.pdnav-main tr {
border:1px solid #e6e2df;
}

.pdnav-main img {
vertical-align:middle;
vertical-align:bottom;
}

.pdnav-list {
padding:0;
}

.pdnav-list ul {
float:left;
width:100px;
height:100px;
margin:0;
padding:0;
line-height:16px;
text-align:center;
}

.pdnav-list ul li a:link,.pdnav-list ul li a:visited {
color:#aca49e;
}

.pdnav-list ul li a:hover {
color:#000;
}

.pdnav {
height:75px;
width:950px;
position:relative;
z-index:200;
margin-bottom:20px;
}

#pdnav01,#pdnav02,#pdnav03,#pdnav04,#pdnav05,#pdnav06,#pdnav07,#pdnav08,#pdnav09,#pdnav10,#pdnav11,#pdnav12 {
position:relative;
float:left;
}

.sub-pdnav-topbg {
width:141px;
background:url(../img/html/pdnav/bg_top.png) no-repeat left top;
margin-top:-5px;
height:5px;
}

.sub-pdnav-btmbg {
width:141px;
background:url(../img/html/pdnav/bg_btm.png) no-repeat left top;
margin-bottom:-10px;
height:10px;
}

#sub-pdnav01,#sub-pdnav02,#sub-pdnav03,#sub-pdnav04,#sub-pdnav05,#sub-pdnav06,#sub-pdnav07,#sub-pdnav08,#sub-pdnav09,#sub-pdnav10,#sub-pdnav11,#sub-pdnav12 {
width:141px;
position:absolute;
top:74px;
left:-2px;
background:url(../img/html/pdnav/bg_body.png) repeat-y left top;
z-index:500;
visibility:hidden;
}

#sub-pdnav01 ul li,#sub-pdnav02 ul li,#sub-pdnav03 ul li,#sub-pdnav04 ul li,#sub-pdnav05 ul li,#sub-pdnav06 ul li,#sub-pdnav07 ul li,#sub-pdnav08 ul li,#sub-pdnav09 ul li,#sub-pdnav10 ul li,#sub-pdnav11 ul li,#sub-pdnav12 ul li {
height:27px;
width:131px;
line-height:27px;
padding:0 4px;
}

#sub-pdnav01 a:link,#sub-pdnav01 a:visited,#sub-pdnav02 a:link,#sub-pdnav02 a:visited,#sub-pdnav03 a:link,#sub-pdnav03 a:visited,#sub-pdnav04 a:link,#sub-pdnav04 a:visited,#sub-pdnav05 a:link,#sub-pdnav05 a:visited,#sub-pdnav06 a:link,#sub-pdnav06 a:visited,#sub-pdnav07 a:link,#sub-pdnav07 a:visited,#sub-pdnav08 a:link,#sub-pdnav08 a:visited,#sub-pdnav09 a:link,#sub-pdnav09 a:visited,#sub-pdnav10 a:link,#sub-pdnav10 a:visited,#sub-pdnav11 a:link,#sub-pdnav11 a:visited,#sub-pdnav12 a:link,#sub-pdnav12 a:visited {
color:#9f8978;
display:block;
padding:0 5px;
text-decoration:none;
}

#sub-pdnav01 a:hover,#sub-pdnav02 a:hover,#sub-pdnav03 a:hover,#sub-pdnav04 a:hover,#sub-pdnav05 a:hover,#sub-pdnav06 a:hover,#sub-pdnav07 a:hover,#sub-pdnav08 a:hover,#sub-pdnav09 a:hover,#sub-pdnav10 a:hover,#sub-pdnav11 a:hover,#sub-pdnav12 a:hover {
color:#fff;
background:url(../img/html/pdnav/over_bg.png) repeat-x left top;
}

.singleproduct-list {
clear:both;
position:relative;
z-index:100;
}

.singleproduct-list td,.singleproduct-list table {
border-collapse:collapse;
}

.singleproduct-list td {
text-align:center;
border:1px solid #e7e7e7;
padding:18px 0;
}

.singleproduct-list ul {
position:relative;
width:200px;
margin:0 auto;
text-align:left;
}

.singleproduct-btn {
position:absolute;
bottom:0;
right:0;
}

.singleproduct-name a:link,.singleproduct-name a:visited {
font-size:13px;
color:#333;
font-weight:700;
text-decoration:none;
}

.singleproduct-name a:hover {
color:#000;
text-decoration:underline;
}

.singleproduct-list .product-price {
margin-top:10px;
}

.singleproduct-list .product-sprice {
background-image:url(../img/html/icon/price_red_icon02.gif);
color:#ae1f1f;
margin:0;
}

.pagebar {
height:25px;
position:relative;
}

.pagebar ul {
position:absolute;
right:0;
top:3px;
}

.pagebar ul li {
float:left;
margin:0 5px;
}

.pagebar ul li a:link,.pagebar ul li a:visited {
color:#868686;
text-decoration:none;
}

.pagebar ul li a:hover {
color:#ff5400;
text-decoration:underline;
}

.num-page a {
display:block;
float:left;
width:20px;
height:20px;
text-align:center;
}

.pre-page {
border-right:1px solid #dbdad8;
padding-right:10px;
}

.next-page {
border-left:1px solid #dbdad8;
padding-left:10px;
}

.page-visual {
width:950px;
height:180px;
margin:0 0 1px;
}

.series-visual {
width:950px;
height:300px;
margin:0;
float:left;
}

.breadcrumb {
height:25px;
}

.breadcrumb li {
float:left;
}

.breadcrumb li a:link,.breadcrumb li a:visited {
color:#999;
background:url(../img/html/icon/arrow_gray_icon02.gif) no-repeat right 3px;
padding-right:13px;
margin-right:5px;
text-decoration:none;
}

.breadcrumb li a:hover {
color:#f60;
text-decoration:none;
}

.breadcrumb li.now a:link,.breadcrumb li.now a:visited {
color:#f60;
background:none;
}

.breadcrumb li.now a:hover {
text-decoration:underline;
}

#popup_set {
width:600px;
margin:0 auto;
padding:10px;
background:#a58f7e;
}

#popup_set .title {
height:40px;
border-bottom:1px solid #cfbeb2;
line-height:17px;
position:relative;
margin:5px 0 12px;
}

#popup_set .title img {
vertical-align:top;
}

.close-btn {
position:absolute;
right:0;
bottom:10px;
}

#popup_set .outer {
background:#fff;
border:3px solid #e5e1d9;
padding:7px;
margin:0;
}

#popup_set .inner {
background:#fff;
border:1px solid #e5e1d9;
padding:10px;
margin:0;
}

#popup_set .inner a {
color:blue; 
text-decoration:underline;
}

.popup_txt_TopL {
width:30px;
height:20px;
background:url(../img/html/bg/popup_txt_TL.gif) no-repeat;
}

.popup_txt_TopM {
height:20px;
background:url(../img/html/bg/popup_txt_Top.gif) repeat-x;
}

.popup_txt_TopR {
width:20px;
height:20px;
background:url(../img/html/bg/popup_txt_TR.gif) no-repeat;
}

.popup_txt_BomL {
width:30px;
height:20px;
background:url(../img/html/bg/popup_txt_BL.gif) no-repeat;
}

.popup_txt_BomM {
height:20px;
background:url(../img/html/bg/popup_txt_Bom.gif) repeat-x;
}

.popup_txt_BomR {
width:20px;
height:20px;
background:url(../img/html/bg/popup_txt_BR.gif) no-repeat;
}

.popup_txt_Left {
width:30px;
background:url(../img/html/bg/popup_txt_Lbg.gif) repeat-y;
}

.popup_txt_Right {
width:20px;
background:url(../img/html/bg/popup_txt_Rbg.gif) repeat-y;
}

.popup_txt_main {
background:#e7dbae url(../img/html/bg/popup_txt_mainbg.gif) repeat-x top;
color:#66534c;
padding:15px;
font-size:13px;
line-height:24px;
}

.popup_txt_main strong {
font-size:15px;
font-weight:700;
}


.inputer {
border:1px #a5acb2 solid;
}

.sex span {
margin-left:30px;
}

#search_result {
width:950px;
margin:15px 0;
}

#search_result .search_info {
float:left;
width:30%;
}

#search_result .pagebar.toTop {
float:right;
width:70%;
}

.result_list {
border-top:3px solid #888481;
border-bottom:3px solid #888481;
width:950px;
float:left;
overflow:hidden;
}

#search_keyword {
float:left;
}

.keyword,.num {
color:#900;
font-weight:700;
}

.search-list {
float:left;
width:950px;
border-top:3px solid #d888481;
}

.search-product_a {
float:left;
width:119px;
height:190px;
padding:15px 19px 10px;
cursor:pointer;
border-right:1px solid #d6d3ce;
border-bottom:1px solid #d6d3ce;
}

.search-product_b {
float:left;
width:119px;
height:190px;
padding:15px 19px 10px;
cursor:pointer;
border-bottom:1px solid #d6d3ce;
}

.search-product_c {
float:left;
width:119px;
height:190px;
padding:15px 19px 10px;
cursor:pointer;
border-right:1px solid #d6d3ce;
}

.search-product img,.search-product_a img,.search-product_b img,.search-product_c img {
float:none;
border:none;
margin-top:5px;
}

.search-product .product-pic,.search-product_a .product-pic,.search-product_b .product-pic,.search-product_c .product-pic {
float:none;
border:none;
}

.search-product .product-name,.search-product_a .product-name,.search-product_b .product-name,.search-product_c .product-name {
margin-top:5px;
margin-top:10px;
}

.search-product .product-name a:link,.search-product .product-name a:visited,.search-product_a .product-name a:link,.search-product_a .product-name a:visited,.search-product_b .product-name a:link,.search-product_b .product-name a:visited,.search-product_c .product-name a:link,.search-product_c .product-name a:visited {
text-decoration:none;
}

.search-product .product-sprice,.search-product_a .product-sprice,.search-product_b .product-sprice,.search-product_c .product-sprice {
margin-top:0;
}

#about {
width:950px;
background:#edeae3;
margin:15px 0;
padding:30px 0;
float:left;
}

#about .left {
width:180px;
background:#edeae3;
float:left;
}

#about .main {
width:770px;
background:#edeae3;
float:left;
}

#store_info_a {
width:670px;
height:150px;
background:url(../img/html/bg/store_info_bg1.jpg) no-repeat;
margin:0;
padding:20px 50px;
float:left;
position:relative;
}

#store_info_b {
width:670px;
height:150px;
background:url(../img/html/bg/store_info_bg2.jpg) no-repeat;
margin:0;
padding:20px 50px;
float:left;
position:relative;
}

#store_info_c {
width:670px;
height:150px;
background:url(../img/html/bg/store_info_bg3.jpg) no-repeat;
margin:0;
padding:20px 50px;
float:left;
position:relative;
}

#store_info_d {
width:670px;
height:360px;
background:url(../img/html/bg/store_info_bg4.jpg) no-repeat;
margin:0;
padding:20px 50px;
float:left;
position:relative;
}

#store_info_e {
width:670px;
height:180px;
background:url(../img/html/bg/store_info_bg5.jpg) no-repeat;
margin:0;
padding:20px 50px;
float:left;
position:relative;
}

#store_info_f {
width:670px;
height:280px;
background:url(../img/html/bg/store_info_bg6.jpg) no-repeat;
margin:0;
padding:20px 50px;
float:left;
position:relative;
}

#store_info_g {
width:670px;
height:560px;
background:url(../img/html/bg/store_info_bg7.jpg) no-repeat;
margin:0;
padding:20px 50px;
float:left;
position:relative;
}

#store_info_title {
position:relative;
float:left;
width:430px;
margin:10px 0 20px 20px;
color:#664d38;
}

#store_info_title strong {
font-size:15px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:700;
}

#store_info_btn {
position:absolute;
right:0;
top:0;
}

#store_info_ditail {
float:left;
width:430px;
margin-left:20px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#664d38;
}

#store_info_pic {
width:200px;
height:150px;
position:absolute;
right:50px;
top:20px;
}

#security_info {
float:left;
width:630px;
margin-left:20px;
margin-bottom:10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#664d38;
line-height:22px;
}

#privacy_title {
position:relative;
float:left;
width:620px;
height:30px;
margin:0 0 10px 20px;
padding-left:10px;
color:#664d38;
background:#ddd8cb;
font-size:12px;
line-height:30px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:700;
}

#sitemap {
width:690px;
background:#FFF;
margin:0 30px;
padding:10px;
float:left;
}

.sitemap_table {
width:690px;
font-family:Verdana, Arial, Helvetica, sans-serif;
border:1px solid #edeae3;
}

.sitemap_table td {
padding:10px;
}

.sitemap_table td.classify3 {
border-bottom:1px solid #edeae3;
}

.sitemap_table td.classify2 {
border-bottom:1px solid #FFF;
background:#edeae3;
color:#66584b;
font-size:15px;
font-weight:700;
width:150px;
}

.sitemap_table td.classify2bom {
background:#edeae3;
color:#66584b;
font-size:15px;
font-weight:700;
width:150px;
}

.sitemap_table td.classify1 {
border-right:3px solid #FFF;
background:#ddd8cb;
color:#66584b;
font-size:15px;
font-weight:700;
text-align:center;
width:100px;
}

.about_classify {
color:#66584b;
font-size:15px;
font-weight:700;
}

/* sharer 分享+ */
.sharer_border {
	border: 1px solid #cdd1d4;
}
.sharer_t16 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #ed500b;
}
.sharer_t12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2b2b2b;
	line-height: 24px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #cbcbcb;
}

.sharer_box {
    background:#EAE7E2;
    margin-left:15px;
    padding:10px 30px;
    border:1px solid #cbc5b9;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.sharer_box label input {
    height:19px;
    width:105px;
}


