@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
body{
	color: #333333;
	font-size: 13px;
}
a:focus {outline:none;}
a {
	/*color: #ED137A;*/
	color: #930F25;
	text-decoration: none;
}
.hidden{
	visibility:hidden;
}
.disappear{
	display:none!important;
}
a img {
border: none;
border-image: initial;
}
form {
    display: inline;
}
.inline {
    display: inline;
}
.disappear{
	display:none;
}
div.wrapper {
	margin: auto;
	width: 100%;
}
.radius5{
	-moz-border-radius: 5px; /* Firefox */ -webkit-border-radius: 5px; /* Safari, Chrome */ -khtml-border-radius: 5px; /* Konqueror */ border-radius: 5px; /* Opera 10.50 and later (CSS3 standard) */ /*behavior: url(border-radius.htc); /* IE6, IE7, IE8 */
}
#system_message {
	background: none repeat scroll 0 0 #A9A9A7;
	border-bottom: 2px solid #ED137A;
	color: white;
	font-size: 12px;
	padding: 3px 0;
}
#system_message_wrapper {
	margin: auto;
	width: 960px;
}
#system_message #message {
	text-align: right;
}
h1 {
	/*color: #ED137A;*/
	color: #7b0210;
	/*font-family: 微軟正黑體,"HelveticaNeue-Light", "Helvetica Neue Light", "Arial", "sans-serif";*/
	font-family: 微軟正黑體, "Microsoft JhengHei", sans-serif;
	font-size: 34px;
	font-weight: lighter;
	letter-spacing: 2px;
	line-height: 31px;
	margin:3px 0;
}
h2 {
	/*color: #ED137A;*/
	/*font-family: 微軟正黑體,"HelveticaNeue-Light", "Helvetica Neue Light", "Arial", "sans-serif";*/
	font-family: 微軟正黑體, "Microsoft JhengHei", sans-serif;
	font-size: 22px;
	
	letter-spacing: 2px;
	line-height: 30px;
}
h4 {
    color: #333333;
    /*font-family: "HelveticaNeue","Helvetica Neue","Arial","sans-serif";*/
    font-family: 微軟正黑體, "Microsoft JhengHei", sans-serif;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 2px;
    line-height: 20px;
    text-transform: uppercase;
}
ul, ol {
	list-style: none outside none;
}
.dark {
	background-color: #F5F3F4;
}
.shadow{
	background-color: #fff;
	-moz-box-shadow:    3px 3px 5px 6px #ccc;
    -webkit-box-shadow: 3px 3px 5px 6px #ccc;
    box-shadow:         3px 3px 5px 6px #ccc;
	filter:   
           progid:DXImageTransform.Microsoft.Shadow(color='#f1f1f1',direction=0,strength=3)   
           progid:DXImageTransform.Microsoft.Shadow(color='#f1f1f1',direction=90,strength=4)   
           progid:DXImageTransform.Microsoft.Shadow(color='#f1f1f1',direction=180,strength=4)   
           progid:DXImageTransform.Microsoft.Shadow(color='#f1f1f1',direction=270,strength=4);  
}
.main {
    width: 920px;
}
.clear{
	clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
}
.float_left {
    float: left;
}
.float_right {
    float: right;
}

button.button, input.button {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    cursor: pointer;
    margin: 0;
    overflow: visible;
    padding: 0;
    vertical-align: middle;
}
.button.generic {
    background: none repeat scroll 0 0 #780210;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    display: inline-block;
    font: 12px/25px HelveticaNeue,Arial,Sans-Serif;
    height: 28px;
    padding: 0 15px;
	
}
button.generic:hover{    background: none repeat scroll 0 0 #FF5097;
}
/*-----------header-----------*/
#header {
	/*margin-bottom: 20px;*/
	clear: both;
}
#main_header_wrapper {
	background: url("/images/logo_bg3.jpg") no-repeat scroll center top #FFFFFF;
}
#main_header_wrapper.light{
	/*background: url("/images/logo_bg3.jpg") no-repeat scroll center top #FFFFFF;*/
}
#main_header {
	height: 60px;
	margin: auto;
	padding: 11px 32px;
	width: 960px;
}
#main_header_right {
	float: right;
	/*font-family: 'helvetica', 'arial', 'sans-serif';*/
	font-family: 微軟正黑體, "Microsoft JhengHei", sans-serif;
	margin-top: 14px;
	overflow: hidden;
	text-align: right;
	text-transform: uppercase;
	width: 350px;
}
#main_nav_wrapper {
	
	/*background:#F7F5F8;*/
	background:#231815;
	height: 34px;
	min-width: 100%;
	float:left;
}
#main_nav {
	margin: auto;
	width: 1024px;
	
}
#main_nav_links {
	padding: 7px 32px;
}
#main_nav .nav{
	position: relative;
	left: 0;
	display: block;
	float: left;
}
#main_nav_links ul li {
	background: url("/images/NavLines_2x13.png") no-repeat scroll left center transparent;
	float: left;
	height: 30px;
	margin-bottom: -1px;
	/*padding: 0 55px 1px 57px;*/
	/*padding: 0 20px 1px ;*/
	padding: 0 10px 1px ;
	display:block;
}
#main_nav_links ul li:hover a,#main_nav_links ul li:hover {
	color: #DBCA65;
	cursor:pointer;
}
#main_nav_links a {
	/*color: #333333;*/
	color:#fff;
	/*font-family: 微軟正黑體, "HelveticaNeue", "Helvetica Neue", Arial, sans-serif;*/
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 2px;
	text-decoration: none;
	text-transform: uppercase;
	/*width:170px;*/
	width:136px;
	display:block;
	height:25px;
	text-align:center;
}
#main_nav_links a.highlight {
	color: #DBCA65;
}
/*-----------header-----------*/
/*-----------bd_container-----------*/
div#bd_container {
	background: none repeat scroll 0 0 #FFFFFF;
	margin: auto;
	width: 950px;
	clear:both;
}
body, .bd_text_1 {
	color: #333333;
	/*font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Arial", "sans-serif";*/
	font-family: 微軟正黑體, "Microsoft JhengHei", sans-serif;
	font-size: 15px;
	font-weight: lighter;
	letter-spacing: 1px;
	line-height: 20px;
}
.button_pink_small {
	width:120pt;
	padding:6px;
	background-color:#780210;
	-moz-border-radius: 20px; /* Firefox */ -webkit-border-radius: 20px; /* Safari, Chrome */ -khtml-border-radius: 20px; /* Konqueror */ border-radius: 20px; /* Opera 10.50 and later (CSS3 standard) */ /*behavior: url(border-radius.htc); /* IE6, IE7, IE8 */
	color: #FFFFFF;
	font-size: 13px;
	
}
.button_pink_small.small{
	height: 18pt;
    width: 75pt;
	margin-top:3px;
	padding-bottom:3px;
}
.button_pink_small.small:hover{
	background:none repeat scroll 0 0 #E085AA;
}
.button_pink_small.disabled{
	background:none repeat scroll 0 0 #ABABAB;
	border-radius: 5px ;
}
.button_pink_medium,#addProduct {
	
	font-size: 14px;
	/*font-weight: bold;*/
	/*height:22pt;*/
	width:85pt;
	line-height: 28px;
	background-color:#780210;
	-moz-border-radius: 15px; /* Firefox */ -webkit-border-radius: 15px; /* Safari, Chrome */ -khtml-border-radius: 15px; /* Konqueror */ border-radius:15px; /* Opera 10.50 and later (CSS3 standard) */ /*behavior: url(border-radius.htc); /* IE6, IE7, IE8 */
	float:right;
}
#addProduct.adj{
	background-color: #780210;
    -moz-border-radius: 10px;  
	-webkit-border-radius: 10px;  
	-khtml-border-radius: 10px; 
	border-radius: 10px; 
    float: right;
    font-size: 18px;
    line-height: 42px;
    width: 125pt;
}

.button_pink_medium:hover,#addProduct:hover{
	margin-top:1px;
	background-color:#600010;
}
.button_pink_small, .button_pink_medium, .button_pink_large {
	-moz-font-feature-settings: inherit;
	-moz-font-language-override: inherit;
	border: medium none;
	color: #FFFFFF;
	cursor: pointer;
	/*font-family: 微軟正黑體,"HelveticaNeue-Light", Arial, Sans-Serif !important;*/
	font-family: 微軟正黑體, "Microsoft JhengHei", sans-serif;
	letter-spacing: 1px;
	text-align: center;
}
div.home-join-box {
	margin-bottom: 50px;
	margin-right: 25px;
	margin-top: 50px;
	padding: 5px 15px;
	width: 300px;
}
div.carousel {
	height: 375px;
	position: absolute;
}
/*-----------bd_container-----------*/

/*-----------touts-----------*/
div#touts ,a#touts{

	height: 160px;
	margin-bottom: 0px;
	margin-top: 5px;
	padding-top: 2px;
	width: 950px;
}
div.gift_tout ,a.gift_tout {
		color:#000;
	padding-left: 47px;
	width: 267px;
}
div.tout ,a.tout{
	float: left;
	height: 88px;
	padding-top: 0;
}
div.gift_tout img,a.gift_tout img {
	margin-top: 15px;
}
div.tout img,a.tout img {
	float: left;
	margin-right: 13px;
}
/*-----------touts-----------*/

/*-----------footer-----------*/
#page-footer {
	clear: both;
	margin-bottom: 20px;
}
#main-footer-wrapper {
	/* 改版新的footer,將舊版註解
	height: 31px;
	*/
	background-color:#231815;
	height: 31px;
	margin: 5px auto;
	min-width: 960px;
}
#main-footer {
	height: 14px;
	margin: auto;
	padding: 7px 32px;
	width: 960px;
}
#main-footer ul li {
	background: url("") no-repeat scroll left center transparent;
	color:#fff;
	float: left;
	height: 14px;
	padding: 0 20px;
	width:100px;
}
#main-footer ul li ul li{
	float: left;
	width:50px;
}
div.sub-footer {
    margin: auto;
    padding: 0px 32px 0;
    width: 960px;
}
div.sub-footer ul li:not(.last) {
    background: url("") no-repeat scroll right center transparent;
}
div.sub-footer ul li {
    float: left;
    padding: 0 132px;
}
div.sub-footer a {
    color: #333333;
    /*font-family: "HelveticaNeueLight","Helvetica Neue Light",Arial,sans-serif;*/
    font-family: 微軟正黑體, "Microsoft JhengHei", sans-serif;
    font-size: 13px;
    letter-spacing: 2px;
    text-decoration: none;
}
/*-----------footer-----------*/
div#bd {
    overflow: hidden;
    padding: 0 15px 15px;
}
.col1-layout {
    background-position: -1000px 0;
    width: 920px;
}
.col1-layout .col-main {
    float: none;
    min-height: 200px;
    padding-top: 20px;
    width: 920px;
}
/*-----------login-----------*/
.account-login {
    font-size: 12px;
    margin-bottom: -20px;
    min-height: 350px;
    position: relative;
}
.col1-layout .col-main .page-title {
    margin-top: -20px;
}
.page-popup .page-title, .col-main .page-title {
    margin-right: -20px;
}
.page-title {
    padding: 10px 20px 5px 0;
}
.account-login .fieldset {
    margin: 0;
}
.fieldset {
    font-size: 12px;
    margin: 0 0 16px;
}
.account-login div.col2-set {
    border-top: 1px solid #F5F3F4;
}
.account-login .new-users, .account-login .registered-users {
    float: left;
    padding: 30px 32px;
    width: 381px;
}
.float_right {
    float: right;
}
.account-login .registered-users h2 {
    color: #ED137A;
}
.account-login .fieldset h2 {
    color: #333;
    line-height: 22px;
    margin-bottom: 0;
}
.dashboard .welcome-msg, div.general-content-dark {
    background-color: #F5F3F4;
    line-height: 18px;
    margin-bottom: 15px;
    padding: 15px;
}
body, .bd_text_1 {
    color: #333333;
    /*font-family: "HelveticaNeue-Light","Helvetica Neue Light","Arial","sans-serif";*/
    font-family: 微軟正黑體, "Microsoft JhengHei", sans-serif;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 20px;
}
.form-list label {
    color: #282828;
    display: block;
    /*font-family: HelveticaNeue,Arial,Sans-Serif;*/
    font-family: 微軟正黑體, "Microsoft JhengHei", sans-serif;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 4px;
    padding: 2px 15px 0 0;
    width: auto;
}
.form-list .input-box {
    position: relative;
}
.account-login .form-list input.input-text {
    border: 1px solid #829DB8;
    padding: 3px;
    width: 85%;
}
.form-list input.input-text, .form-list textarea {
    vertical-align: top;
    width: 374px;
}
.account-login p.required, .account-login .btn-only {
    margin-top: 10px;
    padding-left: 0;
    text-align: right;
    width: 230px;
}
.registered-users div.buttons-set {
    width: 260px;
	margin-bottom:50px;
}
.registered-users div.buttons-set a {
    margin: 10px 0 0 90px;
}
div#bd p {
    margin-bottom: 15px;
}
.buttons-set {
    clear: both;
    margin: 15px 0;
}
/*-----------login-----------*/
.product-options dt:after, #bundleProduct:after, .events-slider:after, .product-image-popup .nav:after, .gift-item:after, .block-content:after, .block-list li.item:after, .block-poll li:after, .currently li:after, .order-info:after, .top-cart .actions:after, .header .quick-access:after, .product-view .box-related li.item:after, .bundle-summary .product:after, .collateral-tabs:after, .block-cart .block-content .item:after, .clearer:after, .header-container:after, .header-container .top-container:after, .header:after, .header-panel:after, #nav:after, .main:after, .footer-before-container:after, .footer-container:after, .footer:after, .col-main:after, .col2-set:after, .col3-set:after, .col4-set:after, .search-autocomplete li:after, .block li.item:after, .block .actions:after, .mini-products-list li:after, .cms-index-index .block-featured li.item:after, .title-buttons:after, .pager:after, .sorter:after, .ratings:after, .add-to-box:after, .add-to-cart:after, .products-grid:after, .products-list li.item:after, .product-view:after, .product-view .product-img-box .more-views ul:after, .product-view .box-tags .form-add-tags:after, .product-options .options-list li:after, .options-container-small .product-options:after, .product-options-bottom:after, .product-review:after, .box-collateral:after, .box-collateral .box-content:after, .account-login:after, .cart .cart-collaterals:after, .cart:after, .opc .step-title:after, .checkout-progress:after, .form-list li:after, .form-list li.fields .field:after, .clearfix:after, .buttons-set:after, .buttons-set2:after, .page-print .print-head:after, .new-product-spotlight .more-new .item:after, .addresses-list .col-2 li:after, .product-view .product-shop:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
}
#main_nav_links a:hover, #shop_nav a:hover{
    /*color: #ED137A;*/
	color:#DBCA65;
}
.page-title {
    padding: 10px 20px 5px 0;
}
.page {
    width: 100%;
}

/*-----------join-----------*/
#join_option_wrapper {
    margin: 0;
    padding: 0;
}
div.join_option_box {
    float: left;
    margin: 10px 25px 20px 0;
    width: 290px;
}


div.new_join_option_box {  /* new added on 2014/1/21 */
    float: left;
    margin: 10px 0px 0px 20px;
    width: 430px;
}

div.join_option_box_inner {
    background-color: #F5F3F4;
    height: 165px;
    padding: 15px;
	margin-top:20px;
}
div.join_option_box_inner ul {
    height: 95px;    
    /*padding: 2px 0 15px 20px;*/
}
div.dark_link_wrapper {
    /*background-color: #ED137A;*/
    background-color: #231b15;
    height: auto;
    margin: 10px 0 0;
    padding: 5px 10px;
    text-transform: uppercase;
    width: 100%;
}
div.dark_link_wrapper p, div.dark_link_wrapper a {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2px;
    margin: 0 !important;
    padding: 0;
    text-align: center;
}
/*-----------join-----------*/
.cms-home .col1-layout, .cms-index-index .col1-layout {
    border: 0 none;
}
div.left_col {
    width: 200px;
}
div.left_col.basic{
	
}
.sidebar .block-layered-nav {
    background: none repeat scroll 0 0 transparent;
}
.sidebar .block-layered-nav.BB{
	margin: 20px 0 0 25px;
}
.sidebar .block-layered-nav .block-title{
    /*background: none repeat scroll 0 0 #F5F3F4;*/
	background-color:#F3F7F6;
    margin-bottom: 10px;
    margin-left: -25px;
    padding: 0 0 0 25px;
    text-transform: uppercase;
    width: 100%;
}
div.left_col.basic h3, div.left_col.basic h3 a{
	line-height:25px;
}
.sidebar .block-layered-nav dt, div.left_col h3, div.left_col a {
    color: #333333;
    /*font-family: "HelveticaNeue","Helvetica Neue","Arial","sans-serif";*/
    font-family: 微軟正黑體, "Microsoft JhengHei", sans-serif;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 2px;
    line-height: 24px;
}.sidebar .block-layered-nav dt.BB{
	    line-height: 35px;
}
div.left_col h3,div.left_col h3 a{
    line-height: 35px;
	
}
.sidebar .block-layered-nav ol li{
	line-height: 30px;
	margin-left:20px;
	    margin-bottom: 6px;
	color:#898989;
}
.sidebar .block-layered-nav.basic ol li{
	line-height: 20px;

}
.sidebar .block-layered-nav.basic ol li a{
	color:#333;
	
}
.sidebar .block-layered-nav ol li a{
	color:#898989;
}
.sidebar .block-layered-nav ol li a:hover,.sidebar .block-layered-nav dt a:hover{
	color:#930F25;font-weight:bold;
}
.sidebar .block-layered-nav ol li.active,.block-layered-nav ol li.active a{
	/*color:#E4007F;*/
	/*color:#930F25;*/
	color:#333;
	font-weight:bold;
}
.sidebar .block-layered-nav ol li.active{
	text-decoration:underline;
}
div#featured_marquee {
    border-bottom: 2px solid #F5F3F4;
    padding-bottom: 5px;
    padding-top: 8px;
    width: 100%;
}
.category-products {
    width: 100%;
}
ul.inline {
    display: block;
    overflow: hidden;
}
.col1-layout ul.product_listing li {
    /*border: 2px solid white;
    padding: 10px 7px;*/
}
ul.product_listing a {
    width: 195px;
}
ul.inline li {
    display: inline;
    float: left;
}
ul.featured_list li {
    height: auto;
    padding: 10px;
    position: relative;
    width: 205px;
}
ul.featured_list{
	width:1000px;
	margin-left:-10px;
	margin-top:20px;
}
/*-----------account-create-----------*/
.account-create {
    width: 385px;
}
div.account_wrapper .account-create div.buttons-set button {
    float: right;
}
div.account_wrapper .account-create p.required {
    text-align: right;
    width: 383px;
}
div.account_wrapper p.required {
    clear: both;
    color: #780210;
    font: 10px HelveticaNeue,Arial,Sans-Serif;
    margin-bottom: 0 !important;
    text-align: left;
}
p.required {
    color: #F02800;
    font-size: 11px;
    margin: 0;
    padding: 5px 0 7px;
    text-align: left;
    width: auto;
}.buttons-set p.back-link a {
    color: #999999;
}
div#bd p {
    margin-bottom: 15px;
}
.form-buttons p.back-link {
    float: left;
    padding: 2px 15px 0 0;
    width: 225px;
}
.buttons-set p.back-link {
    float: left;
    font: bold 11px HelveticaNeue,Arial,Sans-Serif;
    margin: 0;
    padding: 2px 15px 0 0;
}
.required em {
    color: #ED137A;
    margin-right: 4px;
}
/*-----------account-create-----------*/
/*-----------shopping_cart-----------*/
.cart .messages, .cart .messages li {
    margin: 0;
}
.messages {
    margin-top: 10px;
    overflow: hidden;
    text-align: left;
    width: 100%;
}
.cart .messages, .cart .messages li {
    margin: 0;
}
.messages li.success-msg {
}
.messages li.error-msg, .messages li.success-msg, .messages li.note-msg, .messages li.notice-msg {
    font-size: 12px !important;
}
.messages li {
    background: none repeat scroll 0 0 #FFE7F2;
    color: #282828;
    display: inline;
    font: 14px/18px "HelveticaNeueLight","Helvetica Neue Light",Helvetica,Arial,sans-serif;
    padding: 0;
}
fieldset {
    border: 0 none;
}
.cart-table {
    background: none repeat scroll 0 0 #FFFFFF;
    clear: both;
    width: 920px;
}

.data-table {
    border-collapse: separate;
    width: 100%;
}
table {
    border: 0 none;
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    font-size: 100%;
}
.data-table thead {
    font-size: 11px;
}
.data-table tr.last th, .data-table tr.last td {
}
.nobr {
    white-space: nowrap !important;
}
.data-table tfoot td {
    padding: 15px 15px 0 5px;
}
.a-right {
    text-align: right !important;
}
.cart-table thead th {
    padding-left: 0;
    text-align: left !important;
    vertical-align: middle;
}
.data-table th {
    border-bottom: 1px solid #F5F3F4;
    font-size: 14px;
    padding: 5px 12px 3px;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
    vertical-align: middle;
}
.cart-table .btn-continue {
    float: left;
}
.cart-table .btn-update {
    float: right;
}
button.lesser {
    background: none repeat scroll 0 0 #E4E4E4;
    border-radius: 5px 5px 5px 5px;
    color: #671E41;
    display: inline-block;
    font: 12px/25px HelveticaNeue,Arial,Sans-Serif;
    height: 25px;
    padding: 0 15px;
}
.data-table tr.odd {
    background-color: #FFFFFF;
}
.cart-table tbody td {
    padding: 12px 0;
}
.data-table td {
    padding: 5px 12px;
}
.cart-table td.remove {
    width: 95px;
}
.cart-table td.product_name h2, .cart-table td.remove, .cart-table td.product_name a {
    color: #333333;
    font: 12px HelveticaNeue,Arial,Sans-Serif;
    text-decoration: none;
}
.cart-table td.product_image {
    width: 95px;
}
.cart-table td.product_name {
    width: 470px;
}
.cart-table td.product_price {
    color: #ED137A;
    font: 11px HelveticaNeue,Arial,Sans-Serif;
    text-align: left !important;
    width: 130px;
}
.cart-table td.product_subtotal {
    color: #ED137A;
    font: 11px HelveticaNeue,Arial,Sans-Serif;
    text-align: left !important;
    width: 80px;
}
.cart-table td.product_name dl.item-options dt {
    background: none repeat scroll 0 0 transparent;
    list-style: none outside none !important;
    padding-left: 0;
}
.data-table .item-options dt {
    background: url("../images/bkg_bulletsm.gif") no-repeat scroll 0 0.8em transparent;
    padding: 3px 0 0 10px;
}
.item-options dt {
    font-weight: bold;
    padding: 7px 0;
}
.product-name {
    color: #333333;
    font-size: 12px;
    font-weight: bold;
}
.cart-table td.product_name dl.item-options {
    color: #63605C;
    font: 11px HelveticaNeue,Arial,Sans-Serif;
}
.cart-table td.product_qty input {
    border: 1px solid #829DB8;
    color: #7C7C7C;
    font: 11px HelveticaNeue,Arial,Sans-Serif;
    padding: 2px;
    width: 15px !important;
}
input.qty {
    width: 2.5em !important;
}
.cart .cart-collaterals {
    padding: 35px 0 10px;
    width: 930px;
}
.cart .deals {
    display: inline;
    float: left;
    font-size: 12px;
    margin: 0 30px 0 0;
    position: relative;
    width: 295px;
}
.cart .giftcard {
    margin: 0 0 20px;
}
.cart-collaterals div.col2-set h4 {
    color: #ED137A;
}
.cart .giftcard {
    position: relative;
    z-index: 1;
}
.cart-collaterals div.col2-set {
    float: left;
    width: 620px;
}
.cart .giftcard button.check-gc-status {
    clear: both;
}
.cart .deals p, .cart .deals label {
    color: #282828;
    display: block;
    font: 11px HelveticaNeue,Arial,Sans-Serif;
    margin: 5px 0 7px;
}
.cart .giftcard button.check-gc-status span span {
    font-size: 12px !important;
    text-decoration: underline;
}
.cart .giftcard button.check-gc-status span {
    background: none repeat scroll 0 0 transparent !important;
    font-weight: normal !important;
    height: auto !important;
    line-height: 1.3 !important;
    padding: 0 !important;
    text-transform: none !important;
}
.cart .deals label button span span span {
    color: #ED1B79 !important;
}
a.button span, button.button span span {
    background-position: 100% 0;
    color: #C73615;
    display: inline-block;
    font: bold 11px/20px Arial,Helvetica,sans-serif;
    height: 20px;
    padding: 0 15px 1px 5px;
    text-transform: uppercase;
    white-space: nowrap;
}
a.button, button.button span, a.button span, button.button span span {
    background-color: transparent;
    
    background-repeat: no-repeat;
}
a.button, button.button span {
    background-position: 0 0;
    border: 0 none;
    color: #C73615;
    cursor: pointer;
    display: inline-block;
    height: 21px;
    margin: 0;
    padding: 0 0 0 10px;
    text-decoration: none;
}
a.button, button.button span, a.button span, button.button span span {
    background-color: transparent;
    
    background-repeat: no-repeat;
}
.cart .deals .input-text {
    border: 1px solid #829DB8;
    float: left;
    margin: 1px 5px 3px 0;
    padding: 3px;
    width: 160px;
}
.cart .totals {
    float: right;
    font-size: 14px;
    padding: 0 25px 0 15px;
    width: 225px;
}
div#bd p {
    margin-bottom: 15px;
}
.cart .shipping form#shipping-zip-form ul.form-list li {
    margin-bottom: 2px;
}
.form-list li {
    margin: 0 0 9px;
    vertical-align: top;
}
.cart .shipping {
    font-size: 12px;
}
.cart .shipping .form-list label {
    color: #282828;
    float: none;
    margin-bottom: 0;
    padding: 0;
    text-align: left;
    width: auto;
}
.cart .totals table {
    width: 100%;
}
.cart .checkout-types {
    float: right;
    text-align: center;
}
.cart .totals table th, .cart .totals table td {
    color: #282828;
    font: 13px HelveticaNeue,Arial,Sans-Serif;
    padding: 0 5px;
}
.cart .totals table td span {
    color: #ED1B79;
}
.cart .totals table tfoot strong {
    display: block;
    font-weight: normal;
    margin: 10px 0 15px;
}
.cart .totals table tfoot td .price {
    font-weight: bold;
}
.cart .totals table tfoot strong span {
    color: #282828;
}
.cart .shipping .form-list label {
    color: #282828;
    float: none;
    margin-bottom: 0;
    padding: 0;
    text-align: left;
    width: auto;
}
.form-list .input-box {
    position: relative;
}
.form-list label {
    color: #282828;
    display: block;
    /*font-family: HelveticaNeue,Arial,Sans-Serif;*/
    font-family: 微軟正黑體, "Microsoft JhengHei", sans-serif;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 4px;
    padding: 2px 15px 0 0;
    width: auto;
}
.cart-collaterals div.col2-set .col-2_shipping {
    float: left;
    overflow: hidden;
    width: 290px;
}
.form-list select {
    float: left;
    vertical-align: top;
    width: 380px;
}
.cart .shipping .form-list select {
    display: block;
    float: none;
    width: 280px;
}
.cart .shipping .form-list .input-text {
    border: 1px solid #829DB8;
    float: left;
    padding: 3px;
    width: 150px;
}
.cart .shipping button {
    float: right;
    margin: -40px -25px 0 0;
}
.buttons-set a.button, .buttons-set button.button {
    float: right;
    margin-left: 7px;
}
.cart .shipping .buttons-set {
    width: 256px;
}
.buttons-set {
    clear: both;
    margin: 15px 0;
}
.cart .deals p.error-msg {
    background: none repeat scroll 0 0 #FFE7F2;
    border: medium none !important;
    display: inline;
    padding: 0;
}
p.error-msg {
    background-color: #FFF5F3;
    border-color: #E9581F;
    color: #D91A00;
}
.cart .deals p, .cart .deals label {
    color: #282828;
    display: block;
    font: 11px HelveticaNeue,Arial,Sans-Serif;
    margin: 5px 0 7px;
}
p.error-msg {
    border-style: solid !important;
    border-width: 1px !important;
    font-size: 12px !important;
    margin: 10px 0;
    padding: 10px;
}
/*-----------shopping_cart-----------*/
/*-----------faq-----------*/
#newbd {
    height: 850px;
    position: relative;
}
.cl {
    background-color: #EEEEEE;
    float: left;
    line-height: 1.5em;
    margin-right: 10px;
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 24px;
    position: relative;
    width: 49%;
}
.newa {
    color: black;
    font-size: 15px;
    line-height: 1.5em;
    text-decoration: none;
}
#arrow {
    background-image: url("https://storage.googleapis.com/static.butybox.com/img/FAQ_arrow_22x45.png");
    height: 44px;
    position: absolute;
    right: 0;
    width: 22px;
    z-index: 999;
}
.newh2 {
    color: #ED137A;
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 10px;
    padding-bottom: 0;
}
.activeLink {
    color: #ED137A !important;
}
.cr {
    float: right;
    position: relative;
    width: 45%;
}
.answer {
    background-color: #EEEEEE;
    margin-bottom: 0;
    padding: 15px 15px 5px;
    position: relative;
}
div#bd p {
    margin-bottom: 15px;
}
.answer p:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
/*-----------faq-----------*/

/*-----------shop-----------*/
.col2-left-layout {
    background-position: -573px 0;
}
.col2-left-layout .col-main {
    float: right;
}
div.main_col_right {
    width: 710px;
	margin-top:20px;
}
div.main_col_right .breadcrumbs{
	line-height:40px;
	font-size:0.9em;
	text-indent:1em;
}
div#marquee {
    border-bottom: 2px solid #F5F3F4;
    height: auto;
    padding-bottom: 10px;
    position: relative;
    z-index: 3;
}
.category-products {
    width: 100%;
}
.sidebar .block-layered-nav {
    background: none repeat scroll 0 0 transparent;
}
h1.page_heading {
    margin-bottom: 10px;
}
div#marquee p {
    font-size: 13px;
    margin-top: 10px;
    position: relative;
    width: 100%;
    z-index: 2;
}
div#product_sort {
    height: 45px;
    margin-bottom: 20px;
	padding:10px;
}
ul.inline {
    display: block;
    overflow: hidden;
}
div#bd p {
    margin-bottom: 15px;
}
div#product_sort {
    height: 45px;
    margin-bottom: 20px;
}
.toolbar {
    overflow: hidden;
    padding: 25px ;
	min-height:30px;
}
.pager {
    float: right;
    font-size: 11px;
    width: 450px;
}
.pager .pages {
    color: #333;
    float: right;
    font: 14px HelveticaNeue,Arial,Sans-Serif;
    margin-right:30px;
    text-align: center;
}
.pager .pages {
    padding-left: 12px;
}
.pager .amount, .pager .viewall {
    color: #BABABA;
    float: right;
    font: 14px/20px HelveticaNeue,Arial,Sans-Serif;
    padding: 0 12px;
}
.pager .pages ol, .pager .pages li {
    display: inline;
    padding: 0 2px;
}
.pager .pages .current {
    /*font-family: HelveticaNeue;*/
    font-family: 微軟正黑體, "Microsoft JhengHei", sans-serif;
}
.pager .pages a {
    color: #ED8AA9;
    /*font-family: HelveticaNeue;*/
    font-family: 微軟正黑體, "Microsoft JhengHei", sans-serif;
    line-height: 18px;
    text-decoration: none;
}
.pager .pages ol, .pager .pages li {
    display: inline;
    padding: 0 2px;
}
ul.product_listing li:not(.last) {
    border-right: 5px solid #FFFFFF;
}
ul.product_listing li {
    height: 300px;
    padding: 20px 20px;
    position: relative;
    width: 190px;
    background: url("/images/product_bg.jpg") no-repeat scroll 0 0 transparent;
}
ul.product_listing li:hover .product_name{
	text-decoration:underline;
}
ul.inline li {
    display: inline;
    float: left;
}
ul.product_listing span.product_brand{
	/*color: #B5B5B6;*/
	color:#555;
    font:  lighter 11px Helvetica Neue Light,Arial,Sans-Serif;
    letter-spacing: 1px;
	font-size:1em!important;
    text-align: center;
	display:block;
}
ul.product_listing .out-of-stock{
	color: #FF3333;
    font:  bold 11px Helvetica Neue Light,Arial,Sans-Serif;
    letter-spacing: 1px;
    text-align: center;
	display:block;
	
}
ul.product_listing span.product_price {
    /*color: #FF6EC4;*/
	color:#930F25;
    font:  lighter 11px Helvetica Neue Light,Arial,Sans-Serif;
    letter-spacing: 1px;
	font-weight:bold;
	font-size:1.1em;
    text-align: center;
	display:block;
}
div.price-box {
    display: inline;
}
ul.product_listing li img {
    cursor: pointer;
}
ul.product_listing a.product_name {
    /*color: #702861;*/
	color:#000;
    font: lighter 14px Helvetica Neue Light,Arial,Sans-Serif;
    letter-spacing: 1px;
	margin:25px auto 5px auto;
	display:block;
	text-align:center;
	text-indent:-5px;
	/*border-bottom:1px solid #aaa;
	padding-bottom:5px;*/
	width:90%;
	
	}
a img {
    border: medium none;
}
.sidebar.bg{
	min-height:700px;
	width:210px;
	margin-left:-20px;
	overflow:visible;
    /*background: url("/images/bg_big.jpg") no-repeat scroll 0 0 transparent;*/
}
#marquee{
	padding:10px;
}
/*-----------shop-----------*/
/*----------footer-----------*/
.toolbar-bottom{
    background: url("/images/pager.jpg") no-repeat scroll 10px 0 transparent;
}
/*----------footer-----------*/
/*----------account-----------*/
.twoCol .leftHalf {
    float: right;
    width: 48%;
}
.sixty-forty .twothirds {
    width: 61.7% !important;
}
.shadow {
    -moz-box-shadow: 0 0 10px #DADADA;
	-webkit-box-shadow: 0 0 10px #DADADA;
	box-shadow: 0 0 10px #DADADA;
}
.bg-white {
    background-color: #FFFFFF;
	min-height:600px;
}
.twothirds {
    width: 65.7% !important;
}
.twoCol .rightHalf {
    float: left;
    width: 48%;
}
.sixty-forty .onethird {
    width: 35% !important;
}
.onethird {
    width: 33% !important;
}
.border-ltgry {
    border: 2px solid #FCFCFC;
    margin: 12px;
    padding: 10px;
}
.border-lt-blue {
   border: 3px solid #EAF4F5;
    /* border: 3px solid #B8F4E9;*/
	margin: 0 0 25px;
    margin-bottom: 15px;
}



.border-lt-blue h3 {
      background-color: #EAF4F5;
	/* background-color: #B8F4E9;*/
    color: #3C3C3C;
    font-size: 100%;
    padding: 7px 10px;
    text-transform: uppercase;
}
.border-lt-blue h3 span {
    font-size: 85%;
    font-weight: bold;
    text-transform: lowercase;
}
.border-lt-blue a, .border-lt-blue a:active, .border-lt-blue a:visited {
    color: #ED8AA9;
	cursor:pointer;
}
.order-history {
	word-wrap:break-word;
    width: 80%;
	line-height: 2.5em;
	table-layout:fixed ;
	
}
.order-history .controls{
	width:210px;

}
.order-history.order_record .control-label,.order-history.order_record .controls{
	float:left;
	width:250px;
	display:block;
	
}
.order-history td {
    padding: 0px 0px 5px 8px;
    vertical-align: middle;
	font-size:11px;
	width:18em;
}
.order-history.order_record td{
	width:16em;	

}
.stitch-title {
    background: none repeat scroll 0 0 white;
    padding: 5px 5px 15px;
	font-size:11px;
}
.border-wt-sm{
    border: 5px solid #F5F3F4;
}
.border-wt-sm.white {
    border: 5px solid #fff;
	filter:   
           progid:DXImageTransform.Microsoft.Shadow(color='#f1f1f1',direction=0,strength=3)   
           progid:DXImageTransform.Microsoft.Shadow(color='#f1f1f1',direction=90,strength=4)   
           progid:DXImageTransform.Microsoft.Shadow(color='#f1f1f1',direction=180,strength=4)   
           progid:DXImageTransform.Microsoft.Shadow(color='#f1f1f1',direction=270,strength=4);  
}
.stitch-title h3 {
    color: #3C3C3C;
    font-size: 140%;
    font-weight: bold;
    letter-spacing: 0.05em;

    margin: 5px 10px;
}
.twoCol.sixty-forty{
	margin-top:20px;
}
.hr-dashed {
    border-top: 1px dashed #F8DEE6;
    margin: 0px ;
    position: relative;
}
.hr-darkPink {
    border-color: #EBA0B8;
}
.hr-white {
    border-color: #fff;
}
.hr-darkGrey {
    border-color: #cfcfcf;
}
table.product {
    width: 100%;
	margin:10px 0;
}
table.product .img, table.product .info p {
    letter-spacing: 0.05em;
}
table.product .img, table.product .info {
    color: #615F60;
    text-align: left;
}
table.product .buyme {
    width: 50px;
}
#you-may-like .product h4 {
    color: #B82B57;
    font-size: 138.5%;
    font-weight: normal;
    letter-spacing: 0.05em;
    margin-bottom: 0;
}
#you-may-like{
	/*background:#F5F3F4;*/
	background:#F6f6f6;*/	
}
table.product .img, table.product .info h4 {
    margin-bottom: 10px;
}
table.product .img, table.product .info {
    color: #615F60;
    text-align: left;
}
table.product .img, table.product .img {
    padding-right: 5px;
    width: 70px;
}
table.product .img, table.product .img {
    padding-right: 5px;
    width: 70px;
}
table.product td {
    vertical-align: middle;
	
}
table.product p.price {
    color: #000000;
}
.rating_9 {
    background-position: 0 -90px;
}
table.product h4 a, table.product h4 a:active {
    color: #ED137A;
    text-decoration: none;
}
button.btn-img {
    background-color: transparent;
    border: 0 none;
    padding: 0;
}
.rating {
  
    display: block;
    height: 10px;
    margin-top: 8px;
    text-indent: -999em;
    width: 55px;
}
#title {
	background-color: #F5F3F4;
	position: relative;
	height: 40px;
	padding: 0 12px;
	margin-bottom: 10px;
	
}
.vcenter .sIFR-flash {
    vertical-align: middle;
}
.sIFR-flash {
    margin: 0;
    padding: 0;
    visibility: visible !important;
}
#title h4 {
    /*color: #BDDBDB;*/
	color:#ED137A;
    font-size: 150%;
    font-weight: normal;
    letter-spacing: 0.15em;
    line-height: 40px;
}
.nav-ctr{
	/*margin-top:20px;*/
}
.border-white {
    background-color: white;
    padding: 12px;
}
.innerBorder {
    border: 2px solid #FBFBFB;
    height: 100%;
    padding: 0;
}

.padding-inner {
    padding: 10px;
}
#profile input {
    width: 260px;
}
#profile input.radio{
	width:3em;
	margin-left:80px;
}
.formArea label {
    font-size: 90%;
    text-transform: uppercase;
}
label, input[type="button"], input[type="submit"], button {
    cursor: pointer;
}
.formArea p, .formArea label {
    display: block;
    letter-spacing: 0.1em;
    line-height: 1.2em;
    margin-bottom: 5px;
}
select {
	-webkit-appearance: menulist;
	box-sizing: border-box;
	-webkit-box-align: center;
	border: 1px solid;
	border-image: initial;
	white-space: pre;
	-webkit-rtl-ordering: logical;
	color: black;
	background-color: white;
	cursor: default;
}
select.styled { position: relative; width: auto; opacity: 0; filter: alpha(opacity=0); } 

#profile{
	/*font-family: 'PerspectiveSansRegular',sans-serif;*/
	font-family: 微軟正黑體, "Microsoft JhengHei", sans-serif;
}
.formArea input, .formArea select, .formArea textarea, .productShipTo input, .productShipTo select {
margin: 0;
padding: 0.2em;
text-align: left;
border: 1px solid #ECE6D5;
vertical-align: middle;
width: 97%;
border-image: initial;
}
.custom-sel {
    display: inline;
    position: relative;
}
#profile .select, .select-btn {
   /* bottom: -7px;*/
}
#profile .select {
   
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    padding: 0 0 0 8px;
    position: absolute;
    text-align: left;
}
#profile .select-btn {
    height: 26px;
    position: absolute;
    width: 29px;
}
#profile .custom-sel {
	cursor:pointer;
}
.halfContent {
    padding: 15px;
}
.formArea li {
    padding-bottom: 15px;
}
.repeat_bg_white{
	background: url("/images/background_white.png") repeat scroll 0 0 transparent;
}
#title.repeat_bg_white{
	background-position: 0px -30px ;
}
.heading{
	background: url("/images/heading.png") no-repeat scroll 0 0 transparent;
	height:35px;
	display:block;
	width:200px;
}
.heading.orderdetailH{
	background-position:0 -100px;
}
.heading.checkout{
	background-position:0 -51px;
}
.deco{
	background: url("/images/small_icon.png") no-repeat scroll 0 3px transparent;
	height:20px;
	display:inline-block;
	width:30px;
}
.deco.box{
	background-position:0 -46px;
}
.deco.setting{
	background-position:0 -140px;
}
.deco.profile{
	background-position:0 -116px;
}
/*----------account-----------*/
.carouselA, .carouselB, .carouselC {
    margin-bottom: 10px;
    position: relative;
}
.carouselA .featureContent, .carouselB .featureContent{    
    height:240px;
}
.carouselC .featureContent{
	min-height:350px;
	height:auto;
	padding:20px;
}
.carouselC .featureHead{
	background: url("/images/header.png") no-repeat scroll 0 -30px transparent;
	border-bottom:2px solid #333;
	text-indent:-999px;
}
.carouselC .featureContent ul{
	margin-top:2px;
	border-top:1px dashed #333;
}
.carouselC .featureContent li{
	/*color:#702861;*/
	color:#231815;
	font-size:1.2em;
	margin-top:10px;
	margin-left:10px;
	border-bottom:1px dashed #666;
}
.carouselC .featureContent dt{
	color:#60585E;
	font-size:0.8em;	
	margin:10px 30px 30px 40px;
}
.carouselC .featureContent dt .pink{
	color:#FF0055;
}
.carouselC .featureContent dt .bold{
	font-weight:bold;
	font-size:15px;
	line-height:2em;
}
.carouselC .pinkFrame{
	background:#FFF5FD;
	padding:10px 10px 10px 0;
}
.border-thick {
    /*border: 10px solid #FFF8FD;*/
	border: 10px solid #F3F7F6;
}
.border-thin {
    /*border: 10px solid #FFF8FD;*/
	border: 7px solid #F3F7F6;
}
.carousel-img-half {
	top: 15px;
	height: 200px;
	position: absolute;
	left: 50px;
	width: 200px;
}
.featureContent .frame,.featureContent .info{
	top: 8px;
	position: absolute;
	right:73px;
}
.featureContent .info {
	/*margin-top:60px;*/
	/*text-align:center;*/
	width:322px;
}
.featureContent .info h4{
	line-height:2em;
	font-size:12px;
	/*line-height:28px;*/
}
.featureContent .info .heroFrame{
	/*color:#702861;*/
	font-size:1.3em;
	font-weight:bold;
	color:#930F25;
	/*font-family:微軟正黑體;*/
}
.featureContent .info .heroHeader{
	text-indent:-9999px;
    background: url("/images/header.png") no-repeat scroll 0 0 transparent;
	height:30px;	
	border-bottom:2px solid #000;
	margin-bottom:10px;
}
.featureContent .info .heroHeader.sample{
	background-position:0 -60px;
}
.featureContent .info .heroPrize{
	/*font-family: "HelveticaNeue-Light","Helvetica Neue Light","Arial","sans-serif";*/
	font-family: 微軟正黑體, "Microsoft JhengHei", sans-serif;
}
.relative {
    position: relative;
}
.carouselA ul li, .carouselB ul li {
    display: inline;
}
.featureContent .select {

    height: 26px;
    line-height: 26px;
    overflow: hidden;
    padding: 0 0 0 8px;
    position: absolute;
    text-align: left;
}
.featureContent .select-btn {

    height: 26px;
    position: absolute;
    width: 29px;
}
.featureContent em{
	font-size:0.7em;
}
.featureContent .buy-me{
	line-height:30px;
}
.btn-buy-me-scrpt {
    /*background: url("/images/Bicon.png") no-repeat scroll 0 0px transparent;
	width: 150px;
	height: 50px;
	*/
    border: 0 none; 
    padding: 0;
	color:#fff;
	font-size:1.2em;
	/*font-family:微軟正黑體;*/
	font-family: 微軟正黑體, "Microsoft JhengHei", sans-serif;
}
.input-box .star td{
	padding:20px;
}
.input-box .star td img{
	border:10px solid #EAF4F5;
}
.input-box .star td img:hover,.input-box .star td img.active{
	border:10px solid #A7CCCE;
}
.field.text.medium{
    background: none repeat scroll 0 0 transparent;
    border: 1px solid #AAAAAA;
    border-radius: 3px 3px 3px 3px;
    color: #333333;
    /*font-family: "HelveticaNeue-Light","Helvetica Neue Light","Arial","sans-serif";*/
    font-family: 微軟正黑體, "Microsoft JhengHei", sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding: 6px 10px;
	width:80%;
	margin:10px 0;
}
.FBlogin .fb_button,.FBlogin .fb_button_text{
	text-indent:-99999px\9;
	background:none!important;
	border:none!important;
	color:transparent!important;
}
.FBlogin .fb_button_text{
	width:100px;
	height:39px;
}
.FBlogin{
	float:left;
	width:140px;
	height:41px;
	background: url(/images/Bicon.png) no-repeat -5px -79px;
}
.FBlogin:hover{
	background: url(/images/Bicon.png) no-repeat -5px -121px;
}
.nav-pink {
    /*background: none repeat scroll 0 0 #F7F5F8;
	background:#5E2754;*/
    height: 30px;
    width: 100%;
	/*background-image:-moz-linear-gradient(center top, #75326C,#5E2754);*/
	background-color:#fff;
	/*-moz-box-shadow:    3px 1px 3px 1px #ccc;
    -webkit-box-shadow: 3px 1px 3px 1px #ccc;
    box-shadow:         3px 1px 3px 1px #ccc;*/
}

.sub-links a{
	line-height:20px!important;

}
.shop .snav {
    display: inline;
	
}
.shop .sub-links {
    left: 18px;
    width: 920px;
	display: block;
	float: left;
    margin: 0;
	position: absolute;
    top: 26px;
	height: 32px;
}

.shop dl {
	float: left;
}
.shop dl a {
    color: white;
    font-size: 85%;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    width: auto;
}
.shop dl a.ir {
	overflow: hidden;
    background-position: 0 0;
    display: block;
    float: left;
    /*text-indent: -999em;
    background: url("/images/nav.png") no-repeat scroll 0 0 transparent;*/
    width: 128px;
	line-height:30px;
	text-align:center;
}
#main_nav_links .sub-links a{
	color:#8C6628 !important;	
}
#main_nav_links .sub-links a:hover{
	color:#DBCA65!important;
}
.shop dl a.ir:hover{
	/*background: url("") no-repeat scroll left center #BA3179;*/
	/*border-top:2px solid #9E5193;
	margin-top:-2px;
	border-bottom:5px solid #492043;*/
	color:#DBCA65;
	/*background-image:-moz-linear-gradient(center top,#5E2754, #893D7E);*/
}
.shop dl  {
    background: url("") no-repeat scroll left center transparent;
}
/*.shop #skincare a.ir {
	width:128px;
}
.shop #cosmetics a.ir {
    background-position: -129px 0;
	width:118px;
}
.shop #hair a.ir {
    background-position: -247px 0;
	width:113px;
}
.shop #body a.ir {
    background-position: -360px 0;
	width:111px;
}
.shop #fragrance a.ir {
    background-position: -471px 0;
	width:106px;
}
.shop #tool a.ir {
    background-position: -577px 0;
	width:111px;
}
.shop #others a.ir {
    background-position: -686px 0;
	width:106px;
}*/
.col1-layout .col-main {
    float: none;
    min-height: 200px;
    padding-top: 20px;
    width: 920px;
}
#login-form .input-text{
    border: 1px solid #829DB8;
    padding: 3px;
    width: 270px;
}
.checkout.text{
	font-size: 11px;
}
/*checkout*/
.Lcat_ckheaderbtm {
    clear: both;
    padding: 10px 0 0;
    width: 100%;
}
ul.Lcheckoutstepindicators {
    font-size: 0.92em;
    margin-left:200px;
    text-transform: uppercase;
}
ul.Lcheckoutstepindicators li {
    float: left;
    height: 10px;
    margin-right: 10px;
	width:15em;
}
li.checkoutStep1On {
    /*  */
    width: 146px;
}
li.checkoutStep4On, li.checkoutStep3On, li.checkoutStep2On, li.checkoutStep1On, li.checkoutBasketOn, li.checkoutLoginOn {
    color: #8F8F8F;
}
#checkoutcontainer {
    float: left;
}
#singleshipping.checkout, #billing.checkoutbilling, .checkoutplaceorder {
    
    float: left;
    margin-bottom: 50px;
    min-height: 750px;
    padding: 0 30px 100px 20px;
    width: 620px;
}
.checkoutshipping, .checkoutbilling, .checkoutplaceorder {
    margin-top: 20px;
    padding-bottom: 40px;
}
body h1 {
    /*font-family: "Times New Roman",Times,serif;*/
    font-family: 微軟正黑體, "Microsoft JhengHei", sans-serif;
    font-size: 24px;
    font-weight: normal;
    text-transform: uppercase;
}
#singleshipping.checkout h3, .checkoutbilling h3 {
    border-top: 2px solid #000000;
    font-size: 13px;
    text-transform: lowercase;
}
#addressform .formfield {
    float: left;
    margin-bottom: 10px;
    width: 100%;
}
.addressform .label {
    float: left;
    text-transform: lowercase;
    width: 115px;
}
.requiredindicator {
    color: #75275C;
}
.label {
    float: left;
    margin-right: 10px;
    padding-top: 4px;
    text-align: right;
    width: 110px;
}
#addressform .value {
	margin-top:5px;
    float: left;
    width: 400px;
}
.value {
    float: left;
}
.textinput, .textinputpw {
    height: 16px;
    width: 170px;
}
.textinput, .textinputpw {
    height: 18px;
    width: 183px;
}
.txtField, .textinput, textarea, .textinputpw,#edit-panes select {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #909090 #CECECE #CECECE;
    border-right: 1px solid #CECECE;
    border-style: solid;
    border-width: 1px;
    padding: 1px;
}
.clear:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
}
.collapsible{
	background-color:#000;
	color:#fff;
	width:80%!important;
	height:2.2em;
	line-height:2em;
	margin-top:10px;
}
.collapsible a{
	color:#fff;
	text-decoration:underline;
}
#tooltip {
    font-size: 11px;
    padding: 5px;
    position: absolute;
	top:0;
	left:0;
    width: 268px;
    z-index: 1000;
}
.formfieldtooltip{
	position:relative;
}
.formfieldtooltip .tooltip{
	color:#333333;
}
.formfieldtooltip:hover .tooltip-body{
	display:block;
}
.tooltip_top {
 
    height: 14px;
}
.tooltip_bottom {

    height: 24px;
}
.tooltip_content {
   
    padding: 10px 15px;
}
.checkoutshipping .continuecheckoutbutton {
    float: right;
}
.continuecheckoutbutton {
    text-align: right;
}
.cancel, .largebutton {
    height: 23px;
}
.mediumbutton, .largebutton, .addtocartbutton, .notifyme, .sharebutton, .quickviewbutton a, .addtocartLink a, .pdpWishlistTooltip a {
  
    border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    /*font-family: "Times New Roman",Times,serif;*/
    font-family: 微軟正黑體, "Microsoft JhengHei", sans-serif;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.08em;
    outline: 0 none;
    overflow: visible;
    padding: 2px 10px 4px;
    text-transform: lowercase;
    white-space: nowrap;
}
#rightcolumn.checkout {
}
#rightcolumn {
    float: right;
    width: 230px;
}
.minisummary {
    margin-top: 53px;
    padding-right: 20px;
}
.checkoutsummaryheader h3 {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #000000 -moz-use-text-color;
    border-left: 0 none;
    border-right: 0 none;
    border-style: solid none;
    border-width: 2px 0 1px;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: lowercase;
}
.orderedit {
    text-align: right;
}
.orderedit a {
    text-transform: lowercase;
}
.editdetails a, .orderedit a {    
    color: #000000;
    font-weight: bold;
    padding: 2px 0 0 15px;
}
.ordersummarycarousel {
    width: 100%;
}
.ordersummarycarousel li {
    border-bottom: 1px solid #CCCCCC;
    margin-top: 10px;
    padding-bottom: 10px;
}
.lastproduct {
    border-bottom: 1px solid #000000 !important;
}
.ordersummarycarousel .col1 {
    float: left;
    width: 77px;
}
.ordersummarycarousel .summaryproduct img {
    height: 70px;
    margin: 0 5px 0 0;
    width: 70px;
}
img, fieldset {
    border: 0 none;
}
.ordersummarycarousel .col2 ,{
    float: right;
    line-height: 16px;
    width: 120px;
	font-size: 11px;
}
.ordersummarycarousel .summaryproduct .name {
    font-size: 11px;
    margin-right: 5px;
    text-transform: lowercase;
}
.ordersummarycarousel .summaryproduct .attribute {
    color: #444444;
    margin-right: 5px;
}
.ordersummarycarousel .summaryproduct .attribute .swatch {
    float: left;
}
span.swatch {
    margin: 1px;
    text-decoration: none;
}
.ordersummarycarousel .summaryproduct .attribute .swatch img {
    height: 15px;
    width: 15px;
}
.ordersummarycarousel .summaryproduct img {
    height: 70px;
    margin: 0 5px 0 0;
    width: 70px;
}
span.swatch img {
    height: 15px;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    width: 15px;
}
img.swatchimage {
    height: 12px;
    margin: 0;
    padding: 0;
    width: 12px;
}
.summaryproduct .pricing {
    font-weight: bold;
}
.ordersummarycarousel .summaryproduct .quickviewqty {
    float: left;
    font-weight: normal;
    margin-right: 5px;
}
.ordersummarycarousel .summaryproduct .pricingtotal {
    float: right;
}
#bd_container.check_out{
	width:990px;
}
#bd_container.check_out .main{
	width:970px;
}
.checkoutordertotals{
	font-size:11px;

}
.checkoutordertotals .label{
	text-align:left;
}
.ordertotalstable .value {
    float: right;
    text-align: right;
	width:90px;
}
#rightcolumn.checkout .helpline {
    margin: 20px 20px 0 0;
}
.helpline {
    border-top: 2px solid #000000;
    padding: 5px 0;
}
.helpline h2 {
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 12px;
	/*font-family:新細明體;*/
	font-family: 微軟正黑體, "Microsoft JhengHei", sans-serif;
}
.contentasset p{
    font-size: 11px;
}
.errorform, .errorclient, .errormessage {
    color: red !important;
    display: block;
	font-size:11px;
}
.featureContent .wording{
	text-indent:-999px;
    background: url("../images/wording.png") no-repeat scroll left top transparent;
}
.featureContent .wording.composition{
	background-position:0 -30px;
}
.featureContent .wording.brand{
	background-position:0 -90px;
}
.featureContent .wording.size{
	background-position:0 -60px;
}
.featureContent .wording .expand,.featureContent .wording .minimize{
    background: url("../images/icon2.png") no-repeat scroll left top transparent;
	display:block;
	width:17px;
	height:18px;
	float:right;
	cursor:pointer;
}
.featureContent .wording .minimize{
	background-position:0 -20px;
}
/*Head*/
.Head{
    background: url("/images/Head1.png") no-repeat scroll left top transparent;
	text-indent:-999px;
	width:500px;
}
.Head.beauty{
	background-position:0 -90px;
}
.Head.year{
	background-position:0 0px;
}
.Head.month{
	background-position:0 -30px;
}
.Head.gift{
	background-position:0 -60px;
}
.Head.subscription{
	background-position:0 -600px;
}

.Head.NeWebsubscription{
	background: url("/images/Head_old.png") no-repeat scroll 0 -600px transparent; 
}

.Head.login{
	width:200px;
	background-position:0 -240px;
}
.Head.register{
	width:200px;
	background-position:0 -270px;
}
.Head.info{
	width:200px;
	background-position:0 -150px;
}
.Head.registerInfo{
	width:200px;
	background-position:0 -180px;
}
.Head.samplebox{
	width:200px;
	background-position:30px -500px;	
}
.Head.FB{
	background-position:0 -210px;
}
.Head.selection{
	background-position:0 -120px;
}
.Head.registerH{
	width:150px;
	background-position:0 -330px;
}
.Head.FBH{
	background-position:0 -300px;
}
.Head.experienceH{
	/*background-position:0 -360px;*/
	background-position:0 -541px;
	height:50px;
}
.Head.registerBH{
	background-position:0 -390px;
}
/*Head*/


/*FAQ*/
.faqs{
	margin-top:-40px;
}
.faqs .faqsleft {
    /**/
    float: left;
    margin: 0;
    padding: 0;
    width: 200px;
}
.faqs .faqsright {
    float: right;
    margin: 0 0 80px 10px;
    padding-right: 20px;
    width: 660px;
}
.faqs h4{
	font-size:1em;
    font-weight: bold;
    margin: 10px 0;
    text-transform: uppercase;
}
.faqs .faqsleft div {
    margin-bottom: 20px;
}
.faqs p {
    margin: 5px 0;
}
.faqs ul {
    margin: 10px 0;
}
.faqs ul li {
    margin: 10px 0 20px;
}
.faqs ul li a {
    /*background: url("../images/bt_go_search.gif") no-repeat scroll right 4px transparent;*/
    display: block;
    padding-right: 10px;
}
.faqs .breadcrumbs{
	margin:0 0 -10px 0;
}
/*FAQ*/
.feedback fieldset label {
    float: left;
    width: 33%;
}
.feedback input, .feedback select, .feedback textarea {
    background-color: transparent;
    border: 1px solid #9FAAA8;
    width: 280px;
}
.feedback fieldset div, .feedback p {
    padding-bottom: 15px;
}
.feedback h4{
	padding-bottom: 25px;
}
fieldset div {
    clear: both;
}
.faqsright .form-buttons p.back-link{
	width:600px;
}
.terms .faqsright{
	line-height:2em;
}
.brands01 li {
    display: inline;
    float: left;
    margin: 4px 2px 0;
    width: 297px;
}
.brands01 a{
	color:#fff;
}
.brands_p01{
	/*font-family: proxima-nova,sans-serif;*/
	font-family: 微軟正黑體, "Microsoft JhengHei", sans-serif;
	color:#ccc;
	background:#111; 
}
#mth_box{
	width:400px;
	height:267px;
}
.grid{
    display: inline;
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    position: relative;
}
.photo_bar_fivequestions {
    /*background-color: #BCA474;*/
	background-color: #B5B9BA;
    height: 265px;
    margin: 0;
    padding: 0;
    width: 10px;
}
.grid_1{
	width: 30px;
}
#intro_fivequestions {
    height: 265px;
    margin: 0 0 60px;
    padding: 0;
	 width: 500px;
}
.intro_top {
    /*border-top:2px solid #BCA474;*/
    
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
	 width: 500px;
}
.title_alt {
    color: #BCA474;
    margin: 0;
	width:500px;
	height:60px;
    padding: 20px 0 0;
	text-indent:-9999px;
	background: url("/images/Head1.png") no-repeat scroll 0px -425px transparent;
}
.intro_bottom {
    font-size: 12px;
    height: 36px;
    line-height: 16px;
    margin: 15px 0 0;
    padding: 0;
    width: 510px;
}
.intro_bottom img{
	margin-right:10px;
}
.intro_location {
    float: left;
    font-size: 12px;
    height: 36px;
    line-height: 16px;
    margin: 0;
    padding: 2px 0 0;
    width: 150px;
}
.decoration.line{
	background: url("/images/decoration.png") no-repeat scroll 0px -43px transparent;
	width:100%;
	height:40px;
}
.frame_shadow{
	margin:30px auto 50px;
	background: url("/images/frame_shadow2.png") no-repeat scroll 0px 0px transparent;
	/*不同layout
	height:160px;
	*/
	width:900;	
	/*height:290px;
	padding:25px;*/
	height:240px;
	padding:85px 25px 25px;
}
.frame_shadow dd{
	width:140px;
	/*不同layout
	float:left;*/
	margin:0 auto;
	text-align:center;
}

.frame_shadow dt{
	/*不同layout
	float:left;*/
	font-size:1.1em;
	font-weight:bold;
	/*不同layout
	width:130px;*/
	width:200px;
	line-height:1.5em;
	text-align:center;
}
.frame_shadow li{
	/*不同layout
	width:280px;
	*/
	width:204px;
	float:left;
	position:relative;
	height:150px;
	
}
.frame_shadow dl{
	text-align:right;
	position:absolute;
	bottom:5px; 
	right:5px;
	font-weight:bold;
}
.frame_shadow .separate_line{
	margin:0 5px;
	float:left;
}
.brands_p01{
	/*font-family:"Courier New", Courier, monospace;*/
	font-family: 微軟正黑體, "Microsoft JhengHei", sans-serif;
}
.input-text.qty{
border: 1 solid;
/*font-family: "Arial","verdana";*/
font-family: 微軟正黑體, "Microsoft JhengHei", sans-serif;
font-size: 8pt;
background: #F2F2F2;
border-color: #D3DCD7;
}
/*blog*/
.blog #content {
    float: right;
    width: 620px;
	margin-top:20px;
}
.module.single {
    /*background: url("http://queerlisboa.pt/sites/queerlisboa.pt/themes/queerlisboa/assets/images/layout/px-pttrn-4x1s-cocoa-bean-100.png") repeat-x scroll 0 9px transparent;*/
	border-top:1px solid #000;
    padding: 20px 0 0;
    display:block;
}
.entry.node .entry-main-title {
    font-size: 30px;
    letter-spacing: -1px;
    line-height: 50px;
}
.entry .entry-main-title {
    color: #333333;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
}
.entry.node .entry-meta {
    font-size: 13px;
    line-height: 24px;
    margin: 0 0 30px;
}
.entry .entry-meta {
    color: #666666;
    font-size: 12px;
    line-height: 20px;
    margin: 0 0 20px;
}
.entry .entry-meta a, .entry .entry-meta a:visited {
    color: #338190;
}
#primary-sidebar {
    background: none repeat scroll 0 0 transparent;
    clear: left;
    float: left;
    margin: 20px 20px 0 0;
    min-height: 100px;
    width: 300px;
}
.blog .module {
    /*background: url("http://queerlisboa.pt/sites/queerlisboa.pt/themes/queerlisboa/assets/images/layout/px-pttrn-4x1s-cocoa-bean-100.png") repeat-x scroll 0 9px transparent;*/
	border-top:1px solid #000;
    display: inline-block;
    margin: 0 0 40px;
    padding: 20px 0 0;
    width: 100%;
}
.blog .separate{
	/*background: url("http://queerlisboa.pt/sites/queerlisboa.pt/themes/queerlisboa/assets/images/layout/px-pttrn-4x1s-cocoa-bean-100.png") repeat-x scroll 0 9px transparent;*/
	border-top:1px dotted #333333;
    width: 100%;
	height:10px;
	margin-top:40px;
}
.module-main-title{
	font-size:13px;
	/*font-family:新細明體;*/
	font-family: 微軟正黑體, "Microsoft JhengHei", sans-serif;
	font-weight:normal;
}
.module .module-sup-title {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #E76588;
    float: left;
    font-size: 13px;
    line-height: 20px;
    margin: -20px 0 0;
    padding: 0 10px 0 0;
    text-transform: uppercase;
}
.node-content{
	font-size:15px;
	line-height:1.8em;
}
.node-content .pink{
	color:#E76588;
}


#Sbanner {
    float: left;
    height: 80px;
    margin-bottom: 10px;
   /* margin-left: 4px;
    margin-right: 4px;*/
    width: 652px;
}
#Ebanner {
    float: left;
    height: 80px;
    margin-bottom: 10px;
    width: 270px;
}
.cart div.col2-set {
	background-image: url("/images/sidebar_bg.gif");
    background-repeat: repeat;
	padding:10px;
}
.cart div.col2-set .deals{
	/*border: 2px solid #E8E8E8;*/
	background:#fff;
	width:100%;
}
.cart div.col2-set .deals td.head{
	/*background:#E8E8E8;*/
	
	font-size:1.2em;
	line-height:2em;
	color:#555;
}
.cart div.col2-set .deals .module{
	
	padding:20px 0px 0 0;
	width:95%;
	margin:10px auto 0;
}
.cart div.col2-set .deals td.content{
	padding:10px;
	padding-left:100px;
}
.cart div.col2-set .module .module-sup-title{
	color:#000;
}
.tenten.bg{
	 background: url("http://www.shabbyblogs.com/images/shabbybluedotback-1.jpg") repeat scroll center top transparent;
	 width:100%;
}
.sasa.bg{
	 background: url("https://storage.googleapis.com/static.butybox.com/img/sasa/body_bg.png") repeat scroll center top transparent;
	 width:100%;
}
.blogger.bg{
	 /*background: url("https://storage.googleapis.com/static.butybox.com/images/bg_hp_paper.jpg") repeat scroll center top transparent;*/
	 background: url("https://storage.googleapis.com/static.butybox.com/images/pink_bg.png") repeat-x scroll center top transparent;
	 width:100%;
}
.sasa div#bd_container {
	background:transparent;
}
.blog.campaign{
	background:#fff;	
	position:relative;
	display:block;
	padding:0 20px;
}
.campaign dd,.campaign dt{
	float:left;
	width:60%;
}
.campaign dd{
	width:39%;
}

.slider_wrapper{
	position:relative;
}
#prevButton{
	
}
#prevButton, #nextButton {
    background: url("/images/slider-arrow-left.png") no-repeat scroll 0px 0px transparent;
    display: block;
    height: 43px;
    left: -18px;
    overflow: hidden;
    position: absolute;
    text-align: left;
    text-indent: -9999px;
    top:250px;
    width: 35px;
    z-index: 101;
	cursor:pointer;
}
#nextButton{
	background: url("/images/slider-arrow-right.png") no-repeat scroll 0px 0px transparent;
    left: 915px;
	cursor:pointer;
}
.questionnaire li.choice:hover{
	background:#ddd;
}
.questionnaire li.choice{
	line-height: 30px;
}
.drop-down{
	color:#fff!important;
	height:35px!important;
	line-height:31px;
}

.drop-down:hover{
	color:#DBCA65!important;
}
.order-history.order_record .title{
	width:6.5em;
	vertical-align:top;
}
.itemInfo{
	 width: 225px;
}
/*修改bootstrap*/
.border-lt-blue label{
	font-size:11px;
}
.border-lt-blue .form-horizontal .control-label{
	text-align:left;
}
.order_record .form-horizontal .controls{
	margin:0;

}
/*修改bootstrap*/
.hoverElmnt {
    background: none repeat scroll 0 0 #ddd;
    border-radius: 25px 25px 25px 25px;
    display: inline-block;
    height: 26px;
    padding: 0 !important;
    width: 26px;
	
}
.hoverElmnt:hover{
	background-color:#ED8AA9;
}
.greyPencil1, .timeGreyIcon {
    display: inline-block;
    height: 10px;
    margin-left: 8px;
    margin-top: 8px;
    width: 10px;
}
.fabShopSprite, .spriteIcon {
    background: url("/images/fabshop_images.png") no-repeat scroll 0 0 transparent;
}
.greyPencil1 {
    background-position: -75px -51px;
}


.btn-danger.pink {
  background-color: #F489C3;
  *background-color: #EA78B1;
  background-image: -ms-linear-gradient(top, #FF92C4, #EA78B1);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FF92C4), to(#EA78B1));
  background-image: -webkit-linear-gradient(top, #FF92C4, #EA78B1);
  background-image: -o-linear-gradient(top, #FF92C4, #EA78B1);
  background-image: -moz-linear-gradient(top, #FF92C4, #EA78B1);
  background-image: linear-gradient(top, #FF92C4, #EA78B1);
  background-repeat: repeat-x;
  border-color: #EA78B1 #EA78B1 #D868A5;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#FF92C4', endColorstr='#EA78B1', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-danger.pink:hover,
.btn-danger.pink:active,
.btn-danger.pink.active,
.btn-danger.pink.disabled,
.btn-danger.pink[disabled] {
  background-color: #EA78B1;
  *background-color: #E271AF;
}

.control-group.error.pink > label{
	color:#E271AF;
}
.control-group.error.pink input{
	border-color: #E271AF;
}
.orderdeatil .graybg{
	min-height:600px;
}
.orderdeatilH{
	background-position:0 -100px;
}
.orderdeatil .no-order{
	color: #333333;
    font-size: 16px;
    font-weight: lighter;
    letter-spacing: -0.04em;
    margin-bottom: 17px;
	/*font-family:微軟正黑體;*/
	font-family: 微軟正黑體, "Microsoft JhengHei", sans-serif;
}
#my-account .onethird{
	margin:0;
	/*border-right:6px solid #EAF4F5;*/
	min-height:300px;
}
.views-field-title .field-content{
	line-height:2em;
	font-size:17px;
	color:#000;
	text-decoration:underline;
}
.pressthumb, .pressthumb-right {
    float: left;
    margin: 0 20px 20px 0;
    
}
.chap1,.chap2,.chap3,.chap4,.chap5,.chap6,.chap7{
	margin:0px auto;
	padding:130px 0;
	height:450px;
	font-size:13px;
	position:relative;
}
.chap1{
	height:300px;
	padding:50px 0;
}
chap7{
	padding:150px 0;
	height:300px;
}
.chap3{
	height:450px;
}
.chap4{
	margin-top:50px;
	height:400px;
}
.chap5{
	height:420px;
}
.sasa .button_pink_small:hover{
	background:#A80000;
}
.product-holder {
    display: inline;
    float: left;
    height: 240px;
    padding: 0 14px 15px;
    position: relative;
    text-align: center;
    width: 30%;
    z-index: 1;
}
.product-holder .outline:hover .discription{
	background:#000;
	color:#fff;
}

.product-holder .outline{
	border:1px solid #fff;
}
.product-holder .outline:hover{
	border:1px solid #000;
}

.product-holderRandom {
    display: inline;
    float: left;
    height: 240px;
    padding: 0 14px 15px;
    position: relative;
    text-align: center;
    width: 30%;
    z-index: 1;
}
.product-holderRandom .outline:hover .discriptionRandom{
	background:#000;
	color:#fff;
}

.product-holderRandom .outline{
	border:1px solid #fff;
}
.product-holderRandom .outline:hover{
	border:1px solid #000;
}

.bg-texture.home {
    
}
.bg-texture {
    display: block;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -99;
}
#con_head {
    background: url("http://www.begbicycles.com/images/main_bg_head.png") no-repeat scroll 0 0 transparent;
    height: 19px;
    padding: 0 40px;
    width: 900px;
}
#container {
    background: url("http://www.begbicycles.com/images/main_bg.png") repeat-y scroll 0 0 transparent;
    height: auto;
    padding: 10px 40px;
    width: 900px;
}
.wall .item{
	-moz-border-radius: 5px; /* Firefox */ -webkit-border-radius: 5px; /* Safari, Chrome */ -khtml-border-radius: 5px; /* Konqueror */ border-radius: 5px; /* Opera 10.50 and later (CSS3 standard) */ /*behavior: url(border-radius.htc); /* IE6, IE7, IE8 */
	-moz-box-shadow:    0 0 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow:         0 0 3px rgba(0, 0, 0, 0.3);
	border:transparent;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#cccccc', Direction=135, Strength=2);
	
	 /* ie */
}
.ttl a{
	color:#8D584C!important;
}
.wall .ttl a pre{
		white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
display:inline-block;
}
.wall .ribbon {
    height: 28px;
    margin: 10px auto 20px;
    width: 145px;
}）
.wall .ribbon {
    display: block;
    margin: 0 0 25px 31px;
    padding-bottom: 15px;
}
.wall .ribbon:hover{
	cursor:pointer;
}
.wall .ribbon:hover .ribbon-left,.wall .ribbon:hover .ribbon-right{
	background-position:0 -27px;
}
.wall .ribbon:hover .ribbon-middle{
	background: none repeat scroll 0 0 #C82600;
}
.wall .ribbon-left {
    background: url("http://thelitpub.com/wp-content/themes/thelitpub/images/ribbon-black-left.png") no-repeat scroll 0 0 transparent;
    display: block;
    float: left;
    height: 27px;
    width: 9px;
}
.wall .ribbon-middle {
    background: none repeat scroll 0 0 #1F1E1C;
    color: #FFFAE9;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: bold;
    height: 27px;
    line-height: 28px;
    min-width: 100px;
    padding: 0 10px;
    text-transform: uppercase;
}
.wall .ribbon-right {
    background: url("http://thelitpub.com/wp-content/themes/thelitpub/images/ribbon-black-right.png") no-repeat scroll 0 0 transparent;
    display: block;
    float: left;
    height: 27px;
    width: 8px;
}
body#home .ribbon.big {
    height: 34px;
    margin-top: 53px;
    width: 158px;
}
.wall .ttl{
	font-size:13px;
}
.wall .item .button {
	margin:0 auto;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
-webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.4);
-moz-box-shadow: inset 0 1px 4px rgba(0,0,0,0.4);
box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.4);
border: none;
color: white;
cursor: pointer;
display: block;
float: left;
background: #FF9CCE ;
font-size: 14px;
line-height: 18px;
text-transform: uppercase;
white-space: nowrap;
font-weight: bold;
margin-bottom:20px;
padding: 4px 13px;
}
.wall .actions {
    display: none;
    
    position: absolute;
    /*top: 8px;
	left: 8px;*/
    z-index: 3;
	top:0;
	width:100%;
	background-color: #161616;
    background-image: -moz-linear-gradient(center top , #383838, #000000);
	opacity:0.9;
	background-color: rgba(0, 0, 0, 0.9);
}
.Button.WhiteButton.ContrastButton {
    /*border: 0 none;
    box-shadow: 0 1px rgba(255, 255, 255, 0.35) inset, 0 0 0 1px rgba(140, 126, 126, 0.5);
	border-radius: 6px 6px 6px 6px;
    padding: 7px 9px;
	background-color: #F0EDED;
    background-image: -moz-linear-gradient(center top , #FDFAFB, #F9F7F7 50%, #F6F3F4 50%, #F0EDED);
    color: #524D4D;
    text-shadow: 0 1px rgba(255, 255, 255, 0.9);
	 -moz-transition: all 0.05s ease-in-out 0s;
    */
	width:100%;
	color:#ccc;
    display: inline-block;
    /*font-family: "helvetica neue",arial,sans-serif;*/
    font-family: 微軟正黑體, "Microsoft JhengHei", sans-serif;
    font-weight: bold;
	cursor: pointer;
    line-height: 3em;
    text-align: center;
	font-size:13px;
	    font-weight: normal;
    text-shadow: 0 0 0 transparent, 0 -1px 1px rgba(0, 0, 0, 0.5);
}
.Button.WhiteButton.ContrastButton:hover{
	  
	  background-color: #FF9CCE;
    background-image: -moz-linear-gradient(center top ,  #FF9CCE, #FC7EC4);
    color: #FFFFFF;
	 /* box-shadow: 0 1px rgba(255, 255, 255, 0.35) inset, 0 0 0 1px rgba(140, 126, 126, 0.5), 0 1px 2px rgba(35, 24, 24, 0.75);*/
}
#wall-content .menu1.fav em{
	background: url("https://storage.googleapis.com/static.butybox.com/img/icon.png") no-repeat scroll 0 0 transparent;
	background-position: 0 -29px;
    padding: 0 5px 0 8px;
	position: relative;
	margin-right:5px;
top: 1px;
left: 3px;
display: inline-block;

    height: 12px;
}
#wall-content .menu1.fav {
	border-bottom: 1px dashed #dddddd;
    padding-bottom:10px;
	
}
.Button.WhiteButton.ContrastButton:active{
	border-top:1px #fff solid;
	position:relative;
}
.wall .item .WhiteButton.Button11 em{
	background-image: url("/images/fabshop_images.png");
    display: inline-block;
    height: 25px;
    left: -8px;
    position: relative;
    top: 10px;
    width:25px;background-position: -153px -444px;
}

.wall .item:hover .actions {
    display: block;
}
.wall .item .button:hover{
	background: #36BAF9;
}
.menu1 a:hover, .menu2 a:hover{
	color: #FF9CCE;
    text-decoration: underline;
}
.menu2 a:hover{
	color:#fff!important;
}
.menu2 a:hover{
	background:#FF9CCE!important;
}
.reebonz_btn{
	 background: url("https://storage.googleapis.com/static.butybox.com/images/reebonz/button2.gif") no-repeat scroll 0 0 transparent;
	 width:423px;
	 height:90px;
	 cursor:pointer;
}
.withdraw28{
	background: url("https://storage.googleapis.com/static.butybox.com/images/reebonz/withdraw_28.jpg") no-repeat scroll 0 0 transparent;
	width:940px;
	 height:417px;
	 margin-left:10px;
	 position:relative;
}
.absolute{
	position:absolute;
	width: 407px;
}
.refer-gift{
	background: url("/images/fabshop_images.png") no-repeat scroll -40px -332px transparent;
    height: 10px;
    padding-top: 10px;
    width: 18px;
}
.nav .dropdown{
	visibility:hidden;
}
.nav .monthbox:hover .dropdown,.nav .discountdrop:hover .dropdown,.nav .babybox:hover .dropdown{
	visibility:visible;
}
.blogger div#bd_container{
	background:transparent;
}
.blogger #primary-sidebar{

}
.blogger .block-block{
	padding:20px;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 0 3px rgba(0,0,0,0.2);
box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
background-color:#fff;
border:1px solid #ccc\9;
}
.blogger a{
	color:#E87199;
	display:inline;
}
.blogger .block-block .status{
overflow: hidden;
margin-bottom:10px;
}
.blogger .block-block .status a{

color:#8D584C;
text-align:center;
}


.blogger .block-block .status li{
	width: 85px;
	height: 40px;
	background: url("https://storage.googleapis.com/static.butybox.com/blogger/line_08.png") right no-repeat scroll  transparent;
	text-align: center;
	float: left;
}

.blogger .block-block .status li.last{
	background:none;
}
.blogger .icon-blogger{
	width:13px;
	height:13px;
	background: url("https://storage.googleapis.com/static.butybox.com/blogger/icon_10.png") no-repeat scroll  transparent;

	display: inline-block;
}

.blogger .icon-blogger.save{
	background-position:0 -13px;
}
.blogger .icon-blogger.articles{
	background-position:0 -26px;
}
.blogger .follow{
	width:189px;
	height:55px;
	background: url("https://storage.googleapis.com/static.butybox.com/blogger/button_10.png") no-repeat scroll  transparent;
	display:block;
	margin:20px auto 0;
	
}
.blogger .follow:hover{
	background-position:0 -53px;
}
.blogger .blog #content{
	width: 730px;
	padding:5px 20px;
	background:#FFF;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 0 3px rgba(0,0,0,0.2);
box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.blogger .blog .module{
	border:none;	
}
.blogger .img_wrap{
	padding:10px;
	background:#fff;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 0 3px rgba(0,0,0,0.3);
box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
background: #FCFCFC;
position:relative;
	width:400px;
}
.blogger .picShadow{
	position:absolute;
	bottom:-20px;
	left:0;
	z-index:0;
}
.blogger .featureContent .info{
	width:286px;
	width:280px\9;
	min-height:65px;
	float:right;
	position:relative;
	right:0;
	top:0;
	margin-left:-2px\9;
}
.blogger .featureContent .info pre{
		white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
		width:280px;
		display:block;
		font-size:16px;
		line-height:1.8em;
}
.blogger .featureContent .info p{
		white-space: pre-wrap; /* css-3 */
		white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
		white-space: -pre-wrap; /* Opera 4-6 */
		white-space: -o-pre-wrap; /* Opera 7 */
		word-wrap: break-word; /* Internet Explorer 5.5+ */
		width:280px;
		display:block;
		font-size:16px;
		line-height:1.8em;	
}
.blogger .description pre{
		white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
		width:370px;
		display:block;
		margin-top:25px;	
}
.blogger .featureContent .info .title{
	line-height:3.5em;
	text-align:center;
	font-size:19px;
	font-weight:bold;
}
.blogger{
	color:#8D584C;
}
.blogger .featureContent .info p{
	font-weight:bold;
	font-size:15px;
	padding:20px 10px 10px;
	line-height:1.5em;
	margin-bottom:20px;
	
}
.blogger .follow.save{
	background-position:0 -112px;
	position:absolute;
	top:330px;;
	right:100px;
}

.blogger a.follow.save:hover{
	background-position:0 -166px;
}
.blogger .description{
	font-size:17px;
	width:50%;
	background: url("https://storage.googleapis.com/static.butybox.com/blogger/icon_blogger2_44.jpg") no-repeat scroll;

	border-top:1px dashed #ffffff;
	padding-top:20px;
	height:200px;
	vertical-align:middle;
	line-height:1.5em;
}
.blogger .featureContent .picture{
	position:relative;
	/*background: url("https://storage.googleapis.com/static.butybox.com/blogger/shadowpic_28.jpg") no-repeat scroll;*/
	max-width:300px;
	max-height:230px;
	margin-left:-10px;
}
.blogger .featureContent .picture img{
	background: white;
	padding:8px;
	-webkit-box-shadow: 0 1px 3px rgba(51, 51, 51, 0.8);
-moz-box-shadow: 0 1px 3px rgba(51,51,51,0.8);
box-shadow: 0 1px 3px rgba(51, 51, 51, 0.8);
-webkit-transform: rotate(1deg);
-moz-transform: rotate(4deg);
-ms-transform: rotate(4deg);
-o-transform: rotate(4deg);
transform: rotate(4deg);
margin-left:22px;
z-index:9;

		    filter: progid:DXImageTransform.Microsoft.Matrix(/* IE6–IE9 */ 
 M11=0.9975640502598242, M12=-0.0697564737441253, M21=0.0697564737441253, M22=0.9975640502598242, sizingMethod='auto expand')
           progid:DXImageTransform.Microsoft.Shadow(color='#dddddd',direction=0,strength=3)   
           progid:DXImageTransform.Microsoft.Shadow(color='#dddddd',direction=90,strength=4)   
           progid:DXImageTransform.Microsoft.Shadow(color='#dddddd',direction=180,strength=4)   
           progid:DXImageTransform.Microsoft.Shadow(color='#dddddd',direction=270,strength=4);  
		   margin-left:-20px\9;
}
.blogger .title{
	/*font-family:新細明體;*/
	font-family: 微軟正黑體, "Microsoft JhengHei", sans-serif;
	font-weight:bold;
	line-height:2em;
	font-size:20px;
	 background-color: #FFF3F9;
	 text-shadow: 0 1px 0 rgba(255, 255, 255, 1);

	 
}
.blogger .block-block{
	-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px 5px 5px 5px;
border: 1px solid #EEE;
-moz-box-shadow:2px 1px 6px #eee;
-webkit-box-shadow: 2px 1px 6px #eee;
}
.blogger .tools,.blogger .category{
	background-color:#FFF3F9;
	width:94%;
	/*height:32px;*/
	padding:20px 10px 20px 0;
	margin-bottom:20px;
}
.blogger .tools.finish{
	padding:20px 10px 50px 0;
}
.blogger .tools span{
	display:block;
	-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px 5px 5px 5px;
border: 2px solid #FFC0DA;
background-color:#fff;
padding:5px 25px;
float:left;
margin:-2px 0 15px 10px;
cursor:pointer;
}
.blogger .tools span:hover{
border: 2px solid #FF9CC9;	
color:#6D433C;
}
/**/
#my-account h4 b {
    color: #FF7BAC;
}

#my-account .aggregatebtm .profilepic:hover{
	background-color: #FC7EB2;
	margin-top:1px;
}

#my-account .aggregatebtm .profilepic {
-webkit-border-radius: 4px;
border-radius: 4px;
cursor: pointer;
text-align: center;
background-color: #FF97BF;
color: white;
}

#my-account .aggregatebtm .profilepic , #my-account .aggregatebtm .followed {

height:40px;
line-height: 19px;
width: 70%	;
margin:0 auto;
display:block;
line-height:40px;
}
#editNickName{
	background: url("https://storage.googleapis.com/static.butybox.com/blogger/icon_blogger_09.png") no-repeat 0 -28px scroll;
	width:12px;
	padding-right:2px;
	cursor:pointer;
	margin-right:-20px;
	margin-left:10px;
	margin-bottom:2px;
	height:12px;
	vertical-align:middle;
	background-position:1px -26px\9;
	display:inline-block;
}
#editNickName:hover{
	background-position:-13px -28px;
	background-position:-12px -26px\9;
}
a.module-main-title:hover{
	cursor:pointer;

	text-decoration:none;
}
a:hover #nickName{
		color:#FF97BF;
}
.module.single{
	display:block;
}
.FL{
	float:left;
}
.FR{
	float:right;
}
.correction{
	background:#ffffff;
	width:950px;
	height:350px;
	margin:0px auto;

}
.fontcss{
	text-align:center;line-height:350px;	
}
.leftpart{
	width:700px;
	float:left;

	position:relative;
}
.rightpart{
	width:220px;
	float:right;
		margin-right:20px;
	position:relative;
	text-align:center;
}
.leftpart a .laytop{
	position: absolute;
	display: block;
	height: 27px;
	width: 100%;
	bottom: 0;
	left: 0;
	line-height: 27px;
	background: url("https://storage.googleapis.com/static.butybox.com/blogger/translucence_v3.png") no-repeat 0 0;
	_background-image: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="https://storage.googleapis.com/static.butybox.com/blogger/translucence_v3.png",sizingMethod="crop");
	color: #B79346;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}
.leftpart .summary a {
    position: relative;
}
.headline-ornament{
	color: #B79346!important;
    font: italic 24px/20px "Times New Roman",Times,serif;
    margin-bottom: 15px;
    margin-top: -5px;
    text-align: center;
    text-transform: uppercase;
}
.headline-ornament:before {
     background-color: #E2DCCD;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    top: 1px;
    width: 100%;
}
.leftpart .masonry-brick,.rightpart .masonry-brick,#intro_fivequestions .masonry-brick{
    border-top: 1px solid #CCCCCC;
    clear: both;
    margin-bottom: 50px;
    position: relative;
}
.rightpart .promotions img{
	/*margin:0 auto;*/
	border:10px solid #F5F5F5;
	margin-bottom:20px;
}
input::-ms-clear{display:none;}

a{
	background-color: rgba(204,204,204,0.01)\9;
}
.neww_ctrl {
position: absolute;
right: 0;
bottom: 0;
z-index: 3;
}
.neww_ctrl li {
float: left;
width: 20px;
height: 20px;
background: #f9f9f9;
padding: 11px;
margin-left: 1px;
display: block;
transition: all 0.4s;
}
.icon_prev {
width: 20px;
height: 20px;
display: block;
margin: 0 auto;
}
.neww_ctrl li svg {
transition: all 0.2s;
-webkit-transform: scale(1);
transform: scale(1);
}
.icon_next {
width: 20px;
height: 20px;
display: block;
margin: 0 auto;
}
/*----------新版的banner-----------*/
#neww_slider_wrapper {
width: 100%;
position: relative;
min-height: 539px;
}
#neww_slider {
width: 100%;
height: 800px;
overflow: hidden;
z-index: 1;
min-height: 550px;
}
#neww_slider .gotonext {cursor: e-resize;}
#neww_slider .gotoprev {cursor: w-resize;}
.newworks_slide .newworks_main {
opacity: 1;
filter: alpha(opacity=100);
cursor:auto;
}
html|* > svg {
-webkit-transform-origin-x: 50%;
-webkit-transform-origin-y: 50%;
-webkit-transform-origin-z: initial;
}
svg:not(:root), symbol, image, marker, pattern, foreignObject {
overflow: hidden;
}
.svg_img {
display: none!important;
}
a:hover .icon_plus {-webkit-transform: rotate(90deg); transform: rotate(90deg); }
.neww_ctrl li:hover {background: #99B1F5;}
.neww_ctrl li svg       {transition: all 0.2s; -webkit-transform: scale(1); transform: scale(1); }
.neww_ctrl li:hover svg {fill:#fff; -webkit-transform: scale(1.2); transform: scale(1.2);}
.newworks_slide .newworks_main img {
padding: 30px;
opacity: 0.2;
transition: opacity 0.4s;
filter: alpha(opacity=20);
}
.newworks_slide.current .newworks_main img {
opacity: 1;
filter: alpha(opacity=100);
}
.newworks_slide {
position: relative;
}
/*----------新版的bannerhttp://www.nikyniky.com/-----------*/


/*----------新版的banner2-----------*/
.newbanner2 .bg-other {
background-image: url(https://storage.googleapis.com/static.butybox.com/website/tag_bandeau.jpg?itok=MZpLphQx);
width:932px;
margin-top:20px;
}

.newbanner2 ::selection {
background: #ffb7b7;
}
.newbanner2 .section-other-products {
background-position: center top;
text-align: center;
background-color: #ffffff;
background-repeat: no-repeat;
}
.newbanner2 .section-text-color-white, .section-text-color-white a, .section-text-color-white .in-section {
color: #ffffff;
}
.newbanner2 .section-with-background {
position: relative;
background-repeat: repeat;
background-position: 0 0;
background-size: cover;
background-color: #696969;
}
.newbanner2 .section-text-color-white .title-section {
color: #ffffff;
}
.newbanner2 .title-section, .section-with-background .title-section {
color: #7b7b7b;
}
.newbanner2 .title-section {
color: #d81f2c;
}
.newbanner2 .title-section, .section-with-background .title-section {
color: #7b7b7b;
}
.newbanner2 .title-section {
padding-bottom: 9px;
padding-top: 65px;
}
.newbanner2 .title-big {
font: 31px/31px 'Futura PT W01 Medium',arial,sans-serif;
text-transform: uppercase;
letter-spacing: 0.25em;
color: #000000;
}
.newbanner2 .section-other-products .list-other {
text-align: center;
padding-top: 30px;
padding-bottom: 67px;
margin-left: 13%;
}
.newbanner2 .title-14 {
text-transform: uppercase;
font: 14px/142% 'Futura PT W01 Medium',arial,sans-serif;
letter-spacing: 0.075em;
}
.newbanner2 .line:before, .line:after {
content: "";
display: table;
}
.newbanner2 .section-other-products .col-3 {
width: 50%;
}

.newbanner2 .unit {
float: left;
}
.newbanner2 .section-other-products .col-3 .list {
width: 100%;
}
.newbanner2 .section-other-products .list {
text-align: left;
margin: 0 auto;
}
.newbanner2 .section-other-products .list li {
padding-bottom: 5px;
}
.newbanner2 .section-other-products .list li a {
padding-bottom: 2px;
}
/*----------新版的banner2http://www.kenzoparfums.com/en/collection-womens-fragrance/flower-tag-----------*/