/*---------------------------------------------------------------------
   Lovely Hut Basic Style Sheet
   Version 1.0
   Author  Lai, Chan Huai
   Email   chanhuai@gmail.com
   website thinkingpx.com
---------------------------------------------------------------------*/

/* =Typography
---------------------------------------------------------------------*/
/*html, body, form, fieldset, a, h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address, div { */
* {
    margin: 0;
    padding: 0;
}

body {
    font-family:  "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 62.5%;
    text-align: left;
    color: #333333;
    margin: 0px auto;
    background: #BA9FAD url('/images/flower_bg.gif') repeat top left; /*#B4CDB3*/
}

h1 {
    font-size: 25px;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 13px;
}

h5 {
    font-size: 11px;
}

.georgia {
	font-family: georgia;
}

.georgia_italic {
	font-family: georgia;
	font-style: italic;
}

.med_purple {
	color: #8F5065;
}

/* =Element
---------------------------------------------------------------------*/
hr {
	height: 2px;
	margin: 0px;
	padding: 0px;
	border: none;
}

a {
    text-decoration: none;
}

img {
    border: none;
}

ul {
    list-style: none;
}

label {
	float: left;
	width: 100px;
	text-align: right;
	margin: 3px 15px 0 0;
	font-weight: bold;
	color: #8F5065;
}

input {
	width: 200px;
	padding: 3px 5px;
	margin: 0 0 5px 0;
}

input.submit {
	width: auto;
	margin: 0 0 0 115px;
}

input#remember_me {
	margin: 0 0 0 115px;
}

input.login_submit {
	margin: 0 0 0 115px;;
}

/* =Layout
---------------------------------------------------------------------*/
#wrapper {
    width: 960px;
    margin: 0px auto;
    padding: 0px;
    background: #56283D url('/images/wrapper_bg.gif') repeat-x top left;
    text-align: left;
}

#header {
    background: transparent;
    padding: 0;
    margin: 0 20px;
}

#logo {
	width: 170px;
	float: left;
	background: #8F455C;
	height: 166px;
}

#logo a {
	color: #666666;
}

#logo h1 {
    height: 166px;
    margin: 0px;
    padding: 0px;
    position:relative;
    text-align: center;
	width: 170px;
}

/* mac hide \*/
h1{overflow:hidden;}
/* end hide*/

#logo h1 span {
	background: transparent url('/images/logo.jpg') no-repeat top center;
	position:absolute;
	left:0;
	top:0;
	display: block;
	height: 166px;
	width: 170px;
}

.alignright {
        text-align: right;
}

#nav {
	float: left;
	width: 750px;
}

#news {
	height: 116px;
	text-align: center;
	padding: 10px;
}

#back_to_admin {
	text-align: right;
	padding: 0 0 10px 0;
}

#back_to_admin a {
	color: #BA9FAD;
}

#tabs {
	margin: 0px;
	padding: 0px;
	float: left;
	text-align: center;
	background: transparent;
}

#tabs ul {
    margin:  0;
    padding: 0;
    list-style: none;
    background: transparent;
}

#tabs ul li {
    display: inline;
    background: transparent;
}

#tabs li a {
	display: block;
	float: left;
	height: 30px;
	padding: 0;
	margin: 0;
	background-repeat: no-repeat;
	color: green;
	text-decoration: none;
	line-height: 230%;
	font-size: 12px;
}

#tabs li a#store_tab {
	background-image: url('../images/store_tab.jpg');
	background-color: #95B768;
	width: 62px;
}

#tabs li a#about_tab {
	background-image: url('../images/about_tab.jpg');
	width: 69px;
	background-color: #D8DD5C;
}

#tabs li a#contact_tab {
	background-image: url('../images/contact_tab.jpg');
	width: 78px;
	background-color: #95B768;
}

#tabs li a#delivery_and_help_tab {
	background-image: url('../images/faq_tab.jpg');
	width: 121px;
	background-color: #D8DD5C;
}

#tabs li a:hover {
	background-position: 0px -40px;
}

#tabs li a.active_tab {
	background-position: 0px -80px;
}

/* Search Form */
#search_form {
	float: right;
	height: 30px;
	margin: 0px;
}

#search_form input.search {
	height: 23px;
	width: 130px;
	border: none;
	float: left;
	font-size: 1.2em;
	color: #BA9FAD;
	padding: 7px 0 0 10px;
	background-color: #FDF3EC;
	background-image: url('/images/search.jpg');
	background-repeat: no-repeat;
}

#search_form input.go {
	height: 30px;
	background-color: #BA9FAD;
	background-image: url('/images/go.jpg');
	background-repeat: no-repeat;
	border: none;
	width: 40px;
	color: #56283D;
	padding: 0px;
	text-align: center;
	float: left;
}

/* Content */
#content, #content_store_index, #content_store_others {
    background: #ffffff;
	margin: 0 20px;
}

#content_store_index {
	background: #ffffff url('/images/right_sidebar_bg.gif') repeat-y top right;
}

#content_store_others, #content {
	background: #ffffff url('/images/store_others_bg.gif') repeat-y 179px 300px;
}

/* Content: Left Sidebar */
#left_sidebar {
	float :left;
 	width: 170px;
	margin: 40px 0 0 0;
	padding: 0 0 20px 0;
	color: #666666;
	background: #fff;
	display: inline;
}

.left_box {
   	padding: 10px;
}

.left_box p {
        font-size: 11px;
}

.left_box_class {
    padding: 0px
    overflow: hidden;
    text-align: center;
}

.cat_box {
	padding: 0 10px;
}

.cat_box ul li {
	font-size: 15px;
	font-weight: bold;
	font-family: "georgia", serif;
	color: #56283D;
	padding: 0 0 25px 0;
	margin: 0px;
        border-bottom: 1px solid #fff;
}

.cat_box ul li ul{
	padding: 5px 0 0 0;
}

.cat_box ul li ul li{
	font-size: 12px;
	font-weight: normal;
	font-family: "lucida grande", "lucida sans unicode", sans-serif;
	color: #BA9FAD;
	margin: 0px;
	padding: 0px;
}


.cat_box ul li ul li a{
	color: #BA9FAD;
	display: block;
}

.cat_box ul li ul li a:hover {
	color: #8F5065;
}

.cat_box ul li ul li a.active_link {
	color: #8F5065;
	font-weight: bold;
}

.left_box h5{
    font-weight: normal;
    text-transform: uppercase;
    margin: 0 0 7px 0;
    padding: 0px;
}

.hr_grey {
    color: #e5e5e5;
    background-color: #e5e5e5;
    font-size: 0;

}

/* Content: Right Sidebar */
#right_sidebar {
    width: 180px;
    background: #BA9FAD;
    float: right;
    padding: 0;
    margin: 0 0 10px 10px;
    display: inline;
}

#right_sidebar h3 {
    background: #fff url('/images/sunflower_8.jpg') no-repeat bottom left;
    color: #56283D;
	font-weight: normal;
	font-size: 17px;
    padding: 20px 0 0 47px;
    height: 43px;
    line-height: 200%;
    border-bottom: 2px solid #BA9FAD;
}

.right_box {
    padding: 10px;
    background: #E9EDC9;
    margin: 0 0 2px 0;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
}

.hr_purple {
    color: #BA9FAD;
    background: #BA9FAD;
    font-size: 0;
}

.special_offer {
	padding: 0;
}

.special_offer_title {
	padding: 10px 0;
}

.special_offer_title h4 {
	text-align: center;
	color: #8F5065;
	font-family: georgia;
}

.special_offer_price {
	float: left;
	padding: 0;
	color: #8F0000;
}

.buy_now {
    float: right;
    padding: 0 0 0 0;
}

.buy_now img {
         vertical-align: bottom;
}

#member {
	padding: 10px;
    background: #E9EDC9;
}

#member h4 a {
	color: #7DA261;
}

/* Content: Main */
#main, #main_2_cols {
	width: 550px;
	float: left;
	display: inline;
	padding: 0 0 30px 0;
	margin: 0 0 0 10px;
}

#main_2_cols {
	width: 740px;
	margin-right: 0px;
	background: transparent;
}

#main p, #main_2_cols p {
    font-size: 1.2em;
}

#main_2_cols h1 {
	color: #669966;
	margin: 0;
	padding: 25px 0 5px 10px;
	border-bottom: 1px solid #BA9FAD;
	background: #fff;
}

#main_2_cols a {
	color: #7DA261;
	text-decoration: underline;
}

#main_2_cols h3 {
	color: #000;
}

#main_2_cols h4 {
	color: #8f0000;
	font-family: georgia;
	font-style: italic;
}

.links {
	font-size: 12px;
	color: #8F5065;
	font-weight: normal;
	margin: 0 0 10px 50px;
}

#main_2_cols .links a {
	text-decoration: underline;
	color: #BA9FAD;
}

.bold {
	font-weight: bold;
}

.wide {
	padding: 30px 0 0 15px;
}

.narrow {

}

/* Index Page advertisement */
#main_ads {
	position: relative;
	margin: 10px 0 0 0;
	width: 550px;
	text-align: right;
	overflow: hidden;
}

#ads_link {
	position: absolute;
	bottom: 30px;
	right: 35px;
}

#two_col_ads {
	margin: 0 0 5px 0;
}

#two_col_ads_right {
    width: 271px;
	height: 180px;
    border: 1px solid #BA9FAD;
    float: right;
	overflow: hidden;
}

#two_col_ads_left {
	width: 269px;
	height: 180px;
	border: 1px solid #BA9FAD;
	float: left;
	overflow: hidden;
	position: relative;
}

.three_col_ads {
	float: left;
	width: 178px;
	border: 1px solid #BA9FAD;
	text-align: center;
	padding: 1px 0 5px 0;
	margin: 0 5px 0 0;
	color: #8f0000;
}

.no_bold {
	font-weight: normal;
}

.three_col_ads a {
	color: #8f0000;
}

#tca_image {
	margin: 0 0 5px 0;
	position: relative;
}

#tca_image_tag {
	position: absolute;
	z-index: 1;
	top: 3px;
	left: 3px;
}

#tca_name {
	position: relative;
}

#tca_name a{
	color: #8F5065;
}

#tca_price {
	position: relative;
}

#tca_price h4 {
	font-size: 16px;
	font-family: "georgia", sans-serif;
}

.no_right_margin {
	margin: 0px;
}

/* Product Listing Section */
#product_listing {
	padding: 5px 7px 5px 5px;
	background: transparent;
	height: expression(this.height < 30 ? 300 : true);
	min-height: 490px;
}

#product_listing h4 {
	color: #000;
	padding: 0 0 0 5px;
}

/* Slide Show */
#DHTMLgoodies_largeImage {
	float: left;
	width: 415px;
	overflow: hidden;
	position: relative;
	background: transparent url('/images/loading.gif') no-repeat center center;
	height: expression(this.height < 30 ? 554 : true);
	min-height: 554px;
}

#product_details_button {
	position: absolute;
	z-index: 1;
	bottom: 0px;
	right: 0px;
	background: #333 url("/images/f1ooter_bg.gif") repeat-x top left; /*8F5065*/
	padding: 5px 10px;
	font-family: georgia;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	font-style: italic;
}

#product_details_button a {
	color: #fff;
	font-size: 12px;
	text-decoration: none;
}

#DHTMLgoodies_panel_one {
	float: right;
	width: 298px;
	padding: 13px 0 0 0;
	text-align: right;
}

.strip_of_thumbnails{
	float: left;
	padding: 0;
	margin: 0;
	text-align: center;
	width: 76px;
}

.strip_of_thumbnails img{
        border: 3px solid #fff;
}

.strip_of_thumbnails .activeImage{	/* Active thumbnail */
	border: 3px solid #666666;	/* Green border around active thumbnail */
}

#DHTMLgoodies_thumbs{
	overflow:hidden;	/* Don't change this */
	position:relative;	/* Never change this */
        width: 298px;
}

#DHTMLgoodies_thumbs_inner{
	position:relative;	/* Never change this */
	width:1000px;
}

#DHTMLgoodies_arrows {
	margin: 0;
        width: 298px;
}

.leftArrow{
	float:left;
}
.rightArrow{
	float:right;
}

/* Show product */
#product_show {
	float: left;
	width: 415px;
	overflow: hidden;
}

#product_desc {
	float: right;
	margin: 0;
	width: 298px;
}

#product_desc h3 {
	color: #000;
	margin: 15px 0 0 0;
	padding: 0 0 3px 4px;
}

#product_desc h4 {
	color: #8F0000;
	margin: 35px 0 0 0;
	padding: 0 0 3px 7px;
}

#product_desc p {
	font-size: 1.2em;
	color: #333333;
	padding: 0 0 0 7px;
	line-height: 125%;
}

#product_desc ul {
	list-style: inside square;
	font-size: 1.3em;
	margin: 5px 0 10px 20px;
	color: #8F5065;
	font-style: italic;
	font-family: georgia, serif;
}

#product_desc strong {
	color: #666666;
}

#show_price {
	background: #E0ECBC;
	padding: 10px;
	color: #56283D;
	font-weight: bold;
	font-family: georgia, serif;
}

#show_price table {
	text-align: center;
	vertical-align: center;
	width: 100%;
}

#show_price table thead {
	font-size: 1.2em;
}

#show_price td {
        vertical-align: center;
}

.price {
	font-size: 16px;
}

.size {
	font-size: 15px;
	background: #fff; /*7DA261*/
	border: 1px solid #95B768;
	padding: 3px 10px 5px 10px;
	color: #5A9246;
	margin: 0 10px 5px 0;
	display: block;
}

.strikeout_small {
	text-decoration: line-through;
	color: #8F5065;
	font-size: 13px;
	display: block;
}

#continue_shopping {
	margin: 25px 0 0 0;
	text-align: right;
}

/* How to order */
#order_info {
	border-top: 1px solid #C1C4C2;
	border-left: 1px solid #C1C4C2;
	padding: 5px 0 0 0;
	background: transparent url('/images/order_info_bg.gif') repeat-x center left;
}

#order_info h4 {
	text-transform: uppercase;
	margin: 0 0 0 15px;
	font-family: "lucida grande", "lucida sans unicode", sans-serif;
	font-style: normal;
	color: #56283D;
}

#order_info a {
	color: #BA9FAD;
}

.order_box {
	float: left;
	width: 30%;
	margin: 0 0 0 10px;
	font-family: georgia, serif;
	float: left;
}

.order_step {
	font-size: 150px;
	font-weight: bold;
	color: #BA9FAD;
	float: left;
}

.order_desc {
	font-size: 1.3em;
	margin: 50px 0 0 0;
}

.strikeout {
        text-decoration: line-through;
        color: #BA9FAD;
}

/* FAQ */
#faq {
	padding-bottom: 30px;
	font-family: "arial", "helvetica", sans-serif;
}

#faq ul {
	list-style:;
	margin: 0 0 0 10px;
	font-size: 1.2em;
}

#faq h3 {
	border-bottom: 1px solid #bbbbbb;
	padding: 0 0 3px 0;
	margin: 50px 0 0 0;
}

#faq h3 a {
	color: #000;
	text-decoration: none;
}

#faq h4 {
	margin: 20px 0 5px 0;
	padding: 0 20px 0 0;
	font-family: "arial", "helvetica", sans-serif;
	font-style: normal;
	font-size: 15px;
}

#faq h4.choose_section {
	color: #333333;
	margin: 0;
}

#faq table {
	width: 90%;
	font-size: 1.2em;
	border-top: 1px solid #bbb;
	border-left: 1px solid #bbb;
	border-collapse: collapse;
}

.italic {
	font-style: italic;
}

#faq th {
	text-transform: uppercase;
	background: #ddd;
}

#faq th, #faq td {
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	padding: 7px 5px;
	vertical-align: top;
}

.blue {
	color: #6699cc;
}

#faq p {
	padding: 0 20px 10px 0;
	font-size: 13px;
}

#faq strong {
	color: #000;
}

/* About */
#about {
	padding-right: 10px;
}

#about_info {	
	float: left;
	width: 535px;
}

#about_info h3 {
	color: #8f0000;
	margin: 0 0 10px 0;
}

#about_info p {
	margin: 0 0 50px 0;
}

#about_info a {
	color: #669966;
}

#about_photo {
	float: right;
	width: 160px;
	text-align: center;
	padding: 10px 0 0 0;
}

#about_photo img {
	margin: 0 0 10px 0;
}

/* Contact */
#contact {
    border-left: 1px solid #BA9FAD;
    color: #333333;
    padding: 5px 0 0 0;
}

#contact_map {
    margin: 0 0 0 5px;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #BA9FAD;
}

#map {
	width: 730px;
    height: 300px;
	overflow: hidden;
}

#contact_info {
    padding: 5px 5px 10px 15px;
}

#contact_info h3 {
    color: #000;
    padding: 10px 0 5px 0;
}

#contact_info h4 {
    color: #8f0000;
    margin: 30px 0 0 0;
}

#contact_info a {
    color: green
}

#contact_form {
    margin: 25px 0 0 0;
    padding: 0 0 25px 15px;
}

#contact_form input, #contact_form textarea {
	width: 300px;
}

#contact_form input.submit {
	width: auto;
}

#contact_form label {
    font-weight: bold;
    color: #8F5065;
    float: left;
    width: 100px;
}

#contact_form p {
    margin: 0 0 5px 0;
}

#contact_form p.submit {
    padding: 0 0 0 31em;
}

#contact_form h4 {
    color: #8f0000;
    margin: 0 0 10px 0;
}

/* Search */
#search {
	padding-right: 15px;
}

.search {
	padding: 0 0 15px 0;
}

#search_thumbnail {
	float: left;
	text-align: center;
	border: 1px solid #bbb;
}

#search_thumbnail img {
	padding: 5px;
}

#search_desc {
	float: left;
	padding: 0 0 0 10px;
}

#search_desc h4 {
	margin: 0 0 5px 0;
}

#search_desc a {
	color: #8f0000;
}


/* Login */
#login {
	padding-right: 15px;
}

#login fieldset {
	border: none;
}

/* Footer Section */
#footer {
    background: transparent url('/images/footer_bg.gif') repeat-x bottom left;
    padding: 10px 0 20px 30px;
    color: #F4F1D2;
	margin: 0;
}

#footer p {
    font-size: 1.2em;
}

#footer a {
    color: #BA9FAD;
}

.clear {
    clear: both;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    background: #2f2f4f;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */






/* Error Handling*/
#page_not_found {
	padding: 30px 15px 0 15px;
}

#error {
	background: #fff;
	padding: 20px 10px 0 0;
}

#notice {
    background-color: #E6EFC2;
    border: 1px solid #C6D880;
    color: #529214;
    padding: 10px;
    margin: 0;
    font-size: 1.2em;
}

#warning {
    background: #fbe3e4;
    border: 1px solid #fbc2c4;
    color: #d12f19;
    padding: 10px;
    margin: 0;
    font-size: 1.2em;
}


#error {
        width: 545px;
}

#errorExplanation {

  border: 2px solid #be0000;
  padding: 0px 15px 15px 15px;
  margin-bottom: 20px;
  background-color: #DBDBB7;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  margin: 0 -15px;
  font-size: 12px;
  background-color: #be0000;
  color: #fff;
}

#errorExplanation p {
  color: #333333;
  margin: 10px 0px;
  padding: 0px;
  font-weight: bold;
}

#errorExplanation ul li {
  font-size: 12px;
  color: #333333;
  list-style: inside square;
}

.fieldWithErrors {
  padding: 1px;
  background-color: red;
  display: inline;
}

