﻿*
{
}

body
{
    background-image: url('images/bgd_main.gif');
    background-repeat: repeat; /*padding-left: 50%;*/
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #525252;
}
ul
{
    list-style: square;
}
img, fieldset
{
    border: none;
}
input, select, textarea, option
{
    font-size: 13px;
    color: #525252;
}
a
{
    color: #e2635c;
    text-decoration: none;
}
a:hover
{
    color: #e2635c;
    text-decoration: underline;
}
h1
{
    margin: 0 0 10px 0;
    font-size: 24px;
    font-weight: normal;
}
h2
{
    font-size: 16px;
    color: #525252;
    margin: 5px 0 5px 0;
}
h3
{
    font-size: 16px;
}

hr
{
    color: #999999;
    background-color: #999999;
    height: 1px;
}

/************************************************
 *  Global Layout
 ************************************************/
#frame_center
{
    width: 786px;
    margin: 0 auto;
}

#frame
{
    float: left;
    width: 786px; /*margin-left: -390px;*/
    position: relative;
}

*html #frame
{
    display: inline;
}

#header
{
    width: 786px;
    height: 176px;
    background-image: url('images/bgd_header.png');
}

#main
{
    /* Width + padding is 786px */
    width: 726px;
    background-image: url('images/bgd_content.png');
    min-height: 400px;
    padding: 10px 40px 25px 20px;
    float: left;
}

*html #main
{
    height: 400px;
}

/*Modified by GuavaArt*/
#ctl00_menu, #ctl00_ctl00_menu
{
    width: 190px;
    float: left;
}
#ctl00_menu ul, #ctl00_ctl00_menu ul
{
  list-style: none;
  margin: 0;
  padding: 0;
}
#ctl00_menu li, #ctl00_ctl00_menu li
{
  width: 190px;
  height: 30px;
  padding: 1px 0px 1px 0px;
}/*eom*/

#submenu ul
{
  list-style: none;
  margin: 0;
  padding: 0;
}
#submenu li
{
  width: 150px;
  height: auto;
  padding: 0px 0px 4px 15px;
  margin-left: 25px;
  background-image: url('images/bullet_list.gif');
  background-position: center left;
  background-repeat: no-repeat; /*font-family: Verdana, Geneva, sans-serif;*/
  font-size: 15px;
}
#submenu a
{
  color: #888888;
}
#submenu a:hover
{
    text-decoration: none;
    color: #FF766F;
}

/* Modified by GuavaArt*/
#ctl00_main_right, #ctl00_ctl00_main_right
{
    width: 531px;
    float: left;
    margin: 8px 0 0 0;
}/*eom*/

#title
{
    height: 50px;
    width: 100%;
}
#title h1
{
    background-image: url('images/title_flower.gif');
    background-repeat: no-repeat;
    background-position: left;
    height: 50px;
    padding: 0 0 0 50px;
    margin: 0;
    display: table-cell;
    vertical-align: middle;
    font-size: 24px;
    font-weight: normal;
}
#search_bar
{
    width: 100%;
    clear: both;
    float: left;
    padding-bottom: 10px;
}
#search
{
  float: left;
  padding-left: 25px;
  background-image: url('images/icons/search.gif');
  background-position: left center;
  background-repeat: no-repeat;
  margin-left: 10px;
}
#search tr
{
    vertical-align: middle;
}
#icon_mybasket
{
    float: right;
}

#content
{
    width: 100%;
    padding: 10px 0 0 10px;
}

#footer
{
    float: left;
    width: 786px;
    height: 111px;
    background-image: url('images/bgd_footer.png');
    background-repeat: no-repeat;
    text-align: center;
    font-size: 10px;
}

.footer_row
{
    padding: 0 0 5px 0;
}

.footer_highlight
{
    color: #E2635C;
    margin: 0 0 0 5px;
}
#footer a
{
    color: #525252;
}

/*Modified by GuavaArt: Sitemap link in Footer section*/
 #footer #ctl00_sitemap
 {
    color: #E2635C;
 }/*eom*/

#newsletter_popup
{
    width: 400px;
    height: 200px;
    padding: 10px;
    background-color: #ffefec;
    border: solid 3px #e2635c;
    text-align: center;
    position: relative;
}

#newsletter_popup .form_row
{
    width: 250px;    
    clear: both;
    margin: 5px auto;
    overflow: hidden;
    text-align: left;
}

#newsletter_popup .form_label
{
    float: left;    
    width: 70px;
    line-height: 1.6em;
}

#newsletter_popup .form_field
{
    float: left;
    width: 170px;
}

#locale_selector
{
    float: right;
    margin-right: 60px;
    padding: 0;         
}

#locale_selector ul
{
    margin: 0;
    padding-left: 0;
}

#locale_selector li
{
    display: inline;    
    list-style-type: none;
    list-style-image: none;
}

#locale_selector a
{
    color: Black;
}

/*Modified by GuavaArt: Breadcrumb*/
#breadcrumb
{
    font-size: 12px;
}
.breadcrumb_separator
{    
    margin-left: 5px;
    margin-right: 5px;
}/*eom*/

/*Modified by GuavaArt: Search Watermark*/
#ctl00_txtSearchBox
{
    height: 16px;
}
.watermarkOn 
{    
    color: #CCCCCC;
    font-style: italic;    
    font-size: 12px;
}/*eom*/

/*Modified by GuavaArt: Sort By to sort a list of products*/
#ctl00_ContentMain_SortBy
{
    float: right;
    margin-bottom: 10px;
    font-size: 12px;
}
#ctl00_ContentMain_SortBy #ctl00_ContentMain_ddlSortBy
{         
    font-size: 12px;
}/*eom*/


/************************************************
 *  General Styles
 ************************************************/
.padding_small
{
    padding-top: 1px;
    padding-right: 3px;
    padding-bottom: 1px;
    padding-left: 3px;
}

.padding_medium
{
    padding-top: 3px;
    padding-right: 6px;
    padding-bottom: 3px;
    padding-left: 6px;
}

.padding_large
{
    padding-top: 6px;
    padding-right: 12px;
    padding-bottom: 6px;
    padding-left: 12px;
}

.clear_float
{
    clear: both;
}

.section_header
{
    font-size: 16px;
    font-weight: bold;
}

.feedback_success
{
    color: #009900;
    font-size: 16px;
}
.feedback_fail
{
    color: #FF0000;
    font-size: 16px;
}
.bold
{
    font-weight: bold;
}

.highlight_blue_bold
{
    font-weight: bold;
    color: #0099FF;
}
.paragraph
{
  padding: 3px 0 3px 0;
}

/************************************************
 *  home.aspx
 ************************************************/
#home_welcome
{
  background-image: url('images/home/welcome.gif');
  background-repeat: no-repeat;
  width: 500px;
  height: 288px;
  position: relative;
  margin-bottom: 10px;
}
#home_welcome_content
{
  position: absolute;
  top: 170px;
  left: 55px;
  width: 430px;
  text-align: center;
}
.home_sub_heading
{
  padding-top: 10px;
}
#home_top_brands
{
  background-image: url('images/home/brands_box.jpg');
  width: 500px;
  height: 280px;
  padding: 50px 25px 0 25px;
  background-repeat: no-repeat;
}
#home_top_brands_table
{
  width: 450px;
}
#home_top_brands_table td
{
  width: 150px;
  height: 65px;
  vertical-align: middle;
  text-align: center;
}
#home_gift_services
{
  background-image: url('images/home/gift_services_box.gif');
  width: 506px;
  height: 144px;
  background-repeat: no-repeat;
  position: relative;
}
#home_gift_services_title
{
  position: absolute;
  top: -15px;
}
#home_gift_services_content
{
  padding: 40px 0 10px 15px;
  width: 440px;
}
#home_links
{
  float: right;
  padding-top: 30px;
}
/************************************************
 *  ProductListing.ascx
 ************************************************/
.productlist_item
{
    width: 175px;
    vertical-align: top;
    margin: 0 6px 10px 0px;
    text-align: center;
}
.productlist_image_frame
{
    margin: 0 auto;
    width: 150px;
}
.productlist_image
{
    width: 150px;
    height: 150px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    background-image: url('images/product_thumbnail_image_frame.gif');
    background-repeat: no-repeat;
}
* + html .productlist_image
{
    display: block;
}
* + html .productlist_image *
{
    vertical-align: middle;
}
* + html .productlist_image span
{
    display: inline-block;
    height: 100%;
    width: 1px;
}

.productlist_price_before_discount
{
    text-decoration: line-through;
}
.productlist_page_selector
{
    font-size: 14px;
    text-align: center;
    padding: 10px 0 10px 0;
    font-weight: bold;
}
.productlist_page_selector a
{
    font-weight: normal;
    color: #0099FF;
}
/************************************************
 *  product.aspx
 ************************************************/
.product_large_image_popup_background
{
    background-color: #666666;
    filter: alpha(opacity=70);
    opacity: 0.7;
}
.product_large_image_popup
{
    width: 500px;
    height: 500px;
    background-image: url('images/product_large_image_popup_frame.gif');
    text-align: center;
    position: relative;
}
a.product_image_selector_current, .product_image_selector_current:hover
{
    cursor: default;
    color: Black;
    text-decoration: none;
}
#product_large_image_popup_close
{
    position: absolute;
    top: 10px;
    right: 10px;
}
#product_large_image_popup_image
{
    padding-top: 30px;
    width: 500px;
    height: 450px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
* + html #product_large_image_popup_image
{
    display: block;
}
* + html #product_large_image_popup_image *
{
    vertical-align: middle;
}
* + html #product_large_image_popup_image span
{
    display: inline-block;
    height: 100%;
    width: 1px;
}
#product_image_wrapper1
{
    float: right;
    left: -50%;
    position: relative;
}

#product_image_wrapper2
{
    position: relative;
    left: 50%;
}
#product_image
{
    float: left;
    margin: 0 20px 20px 10px;
    width: 206px;
    padding: 3px;
    border: solid 1px #E2635C;
    position: relative;    
    text-align: center;
}
#product_image_larger_icon
{
    position: absolute;
    bottom: 3px;
    right: 0px;
}
#product_price
{
    font-weight: bold;
    margin-top: 5px;
}
.product_price_before_discount
{
    text-decoration: line-through;
}
#product_description
{
    margin-top: 10px;
}
.product_sizes_size
{
    padding: 3px 30px 3px 10px;
}
.product_sizes_addtobasket
{
    width: 150px;
    padding: 3px 0 3px 0;
}
.product_sizes_row
{
    vertical-align: middle;
}

.product_relatedproducts_item
{
    width: 100px;
    vertical-align: top;
    margin: 0 3px 10px 3px;
    text-align: center;
}
.product_relatedproducts_image_frame
{
    margin: 0 auto;
    width: 100px;
}
.product_relatedproducts_image
{
    width: 100px;
    height: 100px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
* + html .product_relatedproducts_image
{
    display: block;
}
* + html .product_relatedproducts_image *
{
    vertical-align: middle;
}
* + html .product_relatedproducts_image span
{
    display: inline-block;
    height: 100%;
    width: 1px;
}

/************************************************
 *  manageproducts.aspx
 ************************************************/
.manageproducts_table
{
    float: none;
    width: 520px;
    border-collapse: separate;
    margin: 5px auto;
}
.manageproducts_table tbody td
{
    padding: 2px;
}
.manageproducts_id_item
{
    width: 80px;
    text-align: left;
}
.manageproducts_title_item
{
    width: 200px;
    text-align: left;
}
.manageproducts_price_item
{
    width: 120px;
    text-align: left;
}
.manageproducts_discounted_price_item
{
    width: 80px;
    text-align: left;
}
.manageproducts_edit_product_item
{
    width: 30px;
    text-align: left;
}
.manageproducts_remove_product_item
{
    width: 30px;
    text-align: left;
}
.manageproducts_filter_row
{
    float: left;
    width: 100%;
    padding: 3px 0 3px 0;
}
.manageproducts_filter_label
{
    float: left;
    width: 200px;
}
.manageproducts_filter_field
{
    float: left;
    width: 300px;
}
.manageproducts_filter_radio_button_table td
{
    padding-right: 10px;
}
.manageproducts_price_original
{
    text-decoration: line-through;
}

/************************************************
 *  manageproduct.aspx
 ************************************************/
.manageproduct_row
{
    padding: 5px 0 5px 0;
}
.manageproduct_header
{
    padding: 5px 0 5px 0;
    width: 140px;
    font-weight: bold;
    text-align: left;
}
.manageproduct_size_availabilities
{
    margin: 5px 0 0 10px;
}
.manageproduct_size_availabilities_label
{
    padding-right: 10px;
}
.manageproduct_image_frame
{
    display: table-cell;
    vertical-align: bottom;
    width: 150px;
    height: 150px;
    text-align: center;
}
.manageproduct_image
{
    margin: 0 auto;
}

/************************************************
 *  managecategories.aspx
 ************************************************/
.managecategories_category_row td
{
    padding: 5px 0 5px 0;
}
.managecategories_selected_row
{
    border: solid 1px #000000;
}
.managecategories_manage_category_header
{
    padding: 3px 0 3px 0;
    width: 140px;
    font-weight: bold;
    text-align: left;
}
.managecategories_manage_category_row
{
    padding: 3px 0 3px 0;
}

/************************************************
 *  manageproductgroups.aspx
 ************************************************/
.manageproductgroups_selected_row
{
    border: solid 1px #000000;
}
.manageproductgroups_row td
{
    padding: 3px 0 3px 0;
}
.manageproductgroups_row
{
    padding: 3px 0 3px 0;
}
.manageproductgroups_manage_group_header
{
    padding: 3px 0 3px 0;
    width: 140px;
    font-weight: bold;
    text-align: left;
}

/************************************************
 *  managecurrencies.aspx
 ************************************************/
.managecurrencies_selected_row
{
  border: solid 1px #000000;
}
.managecurrencies_row td
{
  padding: 3px 0 3px 0;
}
.managecurrencies_row
{
  padding: 3px 0 3px 0;
}
.managecurrencies_manage_group_header
{
  padding: 3px 0 3px 0;
  width: 140px;
  font-weight: bold;
  text-align: left;
}

/************************************************
 *  emailsubscribers.aspx
 ************************************************/

/************************************************
 *  inhome_events.aspx
 ************************************************/
#inhome_events_hostbonus table
{
    background: #FFFFFF;
    margin: 0 0 20px 0;
}
#inhome_events_hostbonus td, #inhome_events_hostbonus th
{
    background: #FDA092;
    padding: 5px;
    vertical-align: top;
}

/************************************************
 *  ordering_delivery.aspx
 ************************************************/
#ordering_delivery_returns_policy
{
    list-style-type: decimal;
}
#ordering_delivery_returns_policy li
{
    padding: 2px 0 2px 0;
}
#ordering_delivery_damage_list
{
    list-style-type: lower-alpha;
}

/************************************************
 *  basket.aspx
 ************************************************/
.basket_items_row td
{
    padding: 0 0 5px 0;
}
.basket_product_image
{
    display: block;
    margin: 0 auto;
}
.basket_item_size_col
{
    width: 130px;
}
.basket_item_qty_col
{
    width: 40px;
}
.basket_item_subtotal_col
{
    width: 60px;
}
.basket_item_remove_col
{
    width: 20px;
}
.basket_item_discount_price_orig
{
    text-decoration: line-through;
}
#basket_delivery
{
    width: 100%;
    clear: both;
    float: left;
}
.basket_delivery_row
{
    width: 100%;
    clear: both;
    padding: 3px 0 3px 0;
}
.basket_delivery_option
{
    float: left;
    width: 440px;
}
.basket_delivery_option_label
{
    float: left;
    width: 110px;
    font-weight: bold;
}
.basket_delivery_option_field
{
    float: left;
    width: 330px;
}
.basket_delivery_subtotal
{
    width: 60px;
    text-align: center;
    float: left;
}
.basket_basket_total_row
{
    clear: both;
    width: 100%;
    padding: 2px 0 2px 0;
}
.basket_basket_label
{
    width: 440px;
    float: left;
}
.basket_basket_field
{
    width: 60px;
    float: left;
    text-align: center;
}
.basket_address_label
{
    float: left;
    width: 150px;
    font-weight: bold;
}

/************************************************
 *  contactus.aspx
 ************************************************/
.contactus_contact_image
{
    width: 200px;
    float: left;
    padding: 0 5px 5px 0;
}
.contactus_content
{
    float: left;
    width: 300px;
}

/************************************************
 *  sizing_guides.aspx
 ************************************************/
.sizing_guides_table
{
    background: #FFFFFF;
    margin: 0 0 20px 0;
}
.sizing_guides_table td, .sizing_guides_table th
{
    background: #FDA092;
    padding: 5px;
    vertical-align: top;
}

/************************************************
 *  subscribe.aspx
 ************************************************/
.subscribe_row
{
  width: 100%;
  clear: both;
}
.subscribe_label
{
  font-weight: bold;
  width: 100px;
  float: left;
}
.subscribe_field
{
  width: 300px;
  float: left;
}

/************************************************
 *  sitemap.aspx (Modified by GuavaArt: Sitemap)
 ************************************************/
 #ctl00_ContentMain_fairyblossom_sitemap
 {
     width: 100%;
 }
 
 #ctl00_ContentMain_fairyblossom_sitemap div
 {
     width: 220px;
     float: left;
 }
 
#ctl00_ContentMain_plProducts_msgNoProducts #searchTip
{
    border-style: solid;
    border-width: 0.5px;
    padding: 5px;
}

