﻿/*
Theme Name: Laurastar Australia
Description: Custom Built Wordpress Theme For Laurastar.com.au. <a href="http://www.digtalthing.com.au">Designed by Digital Thing and Development </a>
Version: 0.1
Author: Chris Cooper 
Author URI: http://www.digtalthing.com.au/
*/
/*---------------------------------------------------------------------------------

[Table of contents] 

1. CSS Reset - This avoids many common cross-browser issues and is standard on all my work.

2. Initial Styling - General tags, the background, global attributes (overridden by following regions).

	2.1. Typography - These are the base style for all typography.
	
3. Header Region - Styles specific to header region, title, slug, top menu, etc.

	3.1 Main Site Navigation - The Styling for the Main Horizontal Site Navigation.

4. Content Region - Styles for content appearance, blockquotes, posts, pages, wp-caption, etc.

5. Comments Region - Styles for comment thread, forms, etc.

6. Footer Region - Styles specific to the footer region.

7. Misc. & Plugins - Miscellaneous, override plugins, define last rule, fix anomalies, etc.

-----------------------------------------------------------------------------------*/

/*=== START SECTION 1 - CSS Reset ===*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
:focus
{
    outline: 0;
}
body
{
    line-height: 1;
    color: black;
    background: white;
}
ol, ul
{
    list-style: none;
}
table
{
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td
{
    text-align: left;
    font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after
{
    content: "";
}
blockquote, q
{
    quotes: "" "";
}
img
{
    display: block;
}
a img
{
    border: none;
    outline: none;
}
.alignleft
{
    float: left;
}
.alignright
{
    float: right;
}
.aligncenter
{
    text-align: center;
    margin: 0 auto;
}
.clear
{
    clear: both;
    height: 1px;
    overflow: hidden;
}
strong
{
    font-weight: bold;
}
/*=== END SECTION 1 - CSS Reset ===*/

/*=== START SECTION 2 - Initial Styling ===*/
body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 16px;
    color: #231F20;
    background-color: #FFF;
}
#wrapper
{
    width: 980px;
    margin: 0 auto;
}
#header
{
    margin-bottom: 17px;
    border-bottom: 1px solid #231F20;
    padding-bottom: 5px;
    height: 123px;
}
.description
{
    font-style: italic;
    padding-left: 60px;
    padding-top: 10px;
}
.post
{
    margin-bottom: 25px;
}
/*=== START SECTION 2.1 - Typography ===*/


#menu ul li a
{
    color: #231F20;
    text-decoration: none;
    font-size: 14px;
}
#menu ul li a:hover, #menu ul li.current-menu-item a
{
    color: #7082C0;
}
a
{
    color: #7082C0;
    text-decoration: none;
}
a:hover
{
    color: #272f49;
}
h1, h1 a
{
    color: #3f5398;
    font-size: 30px;
    font-weight: normal;
}
h2, h2 a, h3, h3 a
{
    color: #3f5398;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 15px;
}

h2.col-header, h2.widgettitle, h2.page-title, h3.post-title, h2.promotions-title
{
    font-weight: normal;
    padding-bottom: 10px;
    background: url(images/title-underline.png) bottom repeat-x;
}

h2.catalogue-title
{
    font-weight: normal;
    padding-bottom: 10px;
    border-bottom: 2px solid #000;
    margin: 0px;
    text-transform: uppercase;
    font-size: 16px;
    float: left;
    position: absolute;
    z-index: 0px;
    width: 980px;
}

h4, h4 a, h5, h5 a, h6, h6 a
{
    color: #3f5398;
    font-weight: normal;
    margin-bottom: 10px;
}
h4.footer-widgettitle
{
    font-size: 14px;
    padding-bottom: 10px;
    background: url(images/title-underline.png) bottom repeat-x;
}
p
{
    margin-bottom: 20px;
}
.bold
{
    font-weight: bold;
}
em
{
    font-style: italic;
}
strong
{
    font-weight: bold;
}
small, small a
{
    font-size: 0.8em;
}
/*=== END SECTION 2.1 - Typography ===*/

/*=== END SECTION 2 - Initial Styling ===*/


/*=== START SECTION 3 - Header Region ===*/
.customer_service img
{
    margin-top: 0px;
    margin-bottom: 10px;
    float: right;
}


.commercial img
{
    margin-top: 20px;
    float: right;
}

/*=== START SECTION 3.1 Main Site Navigation ===*/
#menu
{
    display: block;
	//margin-top: 40px;
}

#menu ul li
{
    float: left;
    display: inline;
    position: relative;
    padding-bottom: 20px;
}

#menu ul li a
{
    padding: 0;
    overflow: hidden;
    float: left;
    margin: 0 0 0 30px;
}

#menu ul li:hover ul
{
    display: block;
}

#menu ul.sub-menu
{
    position: absolute;
    top: 24px;
    left: -10px;
    display: none;
    z-index: 100;
    float: left;
}

#menu ul.sub-menu li
{
    display: block;
    clear: both;
    float: none;
    margin-left: 5px;
    padding-bottom: 0;
}

#menu ul.sub-menu li a
{
    float: none;
    display: block;
    white-space: nowrap;
    color: #FFF;
    background-color: #827e7f;
    border-bottom: 1px solid #b4b2b3;
    padding: 5px 10px;
    min-width: 120px;
}

#menu ul.sub-menu li a:hover, #menu ul.sub-menu li.current-menu-item a
{
    background-color: #8f8b8c;
}


/*=== START SECTION 3.2 Catalogue Navigation ===*/
#cataloguemenu
{
    margin-top: 12px;
    display: block;
    margin-left: 5px;
}

#cataloguemenu ul li
{
    float: left;
    display: inline;
    position: relative;
}

#cataloguemenu ul li a
{
    padding: 0;
    overflow: hidden;
    float: left;
    margin: 0 35px 0 0px;
    color: #000;
    font-size: 14px;
}

#cataloguemenu ul li a:hover
{
    padding: 0;
    overflow: hidden;
    float: left;
    margin: 0 35px 0 0px;
    color: #7478b9;
    font-size: 14px;
}

#cataloguemenu ul li:hover ul
{
    display: block;
}

#cataloguemenu ul.sub-menu
{
    position: absolute;
    top: 24px;
    left: -10px;
    display: none;
    z-index: 100;
    float: left;
}

#cataloguemenu ul.sub-menu li
{
    display: block;
    clear: both;
    float: none;
    margin-left: 5px;
    padding-bottom: 0;
}

#cataloguemenu ul.sub-menu li a
{
    float: none;
    display: block;
    white-space: nowrap;
    color: #FFF;
    background-color: #827e7f;
    border-bottom: 1px solid #b4b2b3;
    padding: 5px 10px;
}

#cataloguemenu ul.sub-menu li a:hover, #cataloguemenu ul.sub-menu li.current-menu-item a
{
    background-color: #8f8b8c;
}

/*=== END SECTION 3.1 Main Site Navigation ===*/

/*=== END SECTION 3 - Header Region ===*/


/*=== START SECTION 4 - Content Region ===*/


/*=== Catalogue Content Styles ===*/
.catalogue-content
{
    width: 900px;
    float: left;
    overflow: hidden;
}

.catalogue-lhsArea
{
    margin-top: 15px;
    width: 290px;
    float: left;
    text-align: center !important;
}

.catalogue-rhsArea
{
    margin-top: 15px;
    width: 600px;
    float: right;
    padding-left: 30px;
    border-left: 1px solid #b4b4b4;
    min-height: 400px;
}

.advantages img
{
    float: left;
    margin: 10px 0px;
}


.catalogue-rhsArea H2
{
    font-weight: normal;
    padding-bottom: 10px;
    margin: 10px 0px;
    text-transform: uppercase;
    font-size: 16px;
    background: url(images/title-underline.png) bottom repeat-x;
    clear: both;
}


.catalogue-navArea
{
    width: 100%;
    float: left;
    overflow: hidden;
    height: 40px;
    margin-top: 25px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.catalogue-subNavArea
{
    width: 100%;
    float: left;
    overflow: hidden;
    height: 130px;
    margin-top: 3px;
    border-bottom: 2px solid #000;
}


.catalogue-subNavArea a
{
    float: left;
    padding-right: 10px;
    padding-left: 5px;
    padding-top: 10px;
}


.enlarge
{
    color: #c1c4c9;
    font-size: 12px;
}

/*=== Normal COntent Styles ===*/
.navigation a
{
    display: block;
    padding: 5px 10px;
    background-color: #F2F2F2;
    margin-bottom: 10px;
}
.blog-meta
{
    margin-bottom: 10px;
}
#slideshow .slide
{
    overflow: hidden;
    height: 260px;
    width: 100%;
}
#slideshow
{
    background-color: #2a2f31;
    color: #FFF;
    padding: 10px;
    position: relative;
    width: 960px;
    height: 260px;
    display: block;
    overflow: hidden;
}
#slideshow_
{
    height: 260px;
}
#slideshow_pager
{
    position: absolute;
    right: 24px;
    top: 240px;
    z-index: 100;
}
#slideshow_pager a
{
    width: 20px;
    height: 20px;
    border: 1px solid #5e5e5e;
    margin-right: 4px;
    background-color: #000;
    text-align: center;
    line-height: 20px;
    float: left;
    color: #FFF;
}
#slideshow_pager a.activeSlide, #slideshow_pager a:hover
{
    background-color: #222020;
}
#slideshow h4
{
    font-size: 30px;
    margin: 38px 0 12px 0;
    font-weight: normal;
    color: #FFF;
}
#under-slideshow
{
    height: 17px;
    border-bottom: 1px solid #231F20;
    margin-bottom: 15px;
}
.img_container
{
    float: left;
    height: 260px;
}
.img_container.half
{
    width: 475px;
    overflow: hidden;
}
.img_container.full
{
    width: 960px;
}
.img_container.half.right
{
    float: right;
}
.slider_content_half
{
    float: left;
    padding-left: 47px;
    width: 415px;
}
#home-content
{
    /*width:635px;*/
    float: left;
}
.home-content-col
{
    width: 288px;
    float: left;
    margin-right: 15px;
    margin-top: 5px;
}
.margin-none
{
    margin-right: 0;
}
#sidebar
{
    width: 345px;
    float: right;
    position: relative;
}
.copyright
{
    font-size: 10px;
    line-height: 12px;
    margin-top: 20px;
}
.article-home
{
    padding: 0 0 5px 0;
    margin-bottom: 5px;
    border-bottom: 1px solid #e9e9e9;
}

.article-home p
{
    padding: 0px !important;
    margin: 0px !important;
}
#home-content h3.article-home-header a, h3.article-home-header a
{
    margin: 0px !important;
    padding: 0px !important;
    font-size: 12px;
    text-transform: uppercase;
    line-height: normal !important;
}
.search-tool
{
    background: url('images/search.jpg') no-repeat;
    height: 230px;
    margin-top: 0 !important;
    width: 357px;
}

.button_wrapper
{
    float: left;
    height: 37px;
}

.homefix
{
    width: 300px !important;
}


.button_left
{
    float: left;
    width: 9px;
    height: 37px;
    background: url(images/button-left.png) no-repeat;
}
.button_center
{
    float: left;
    padding: 0 10px;
    line-height: 37px;
    height: 37px;
    background: url(images/button-center.png) repeat-x;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
}
.button_center:hover
{
    color: #eee;
}
.button_right
{
    float: left;
    width: 9px;
    height: 37px;
    background: url(images/button-right.png) no-repeat;
}
.widget
{
    margin-top: 10px;
}
.page-content
{
    width: 606px;
    margin-right: 29px;
    float: left;
    overflow: hidden;
}

.page-content ul
{
    padding-left: 10px;
    list-style: none;
    margin-bottom: 10px;
}
.page-content ol
{
    padding-left: 20px;
    list-style: decimal;
    margin-bottom: 20px;
}
.page-content blockquote
{
    padding: 15px;
    background-color: #f2f2f2;
    margin-bottom: 20px;
    font-style: italic;
}
.page-content blockquote p
{
    margin-bottom: 0;
}


.promotions-content
{
    width: 606px;
    margin-right: 29px;
    float: left;
    overflow: hidden;
    color: #0000ff;
}

.promotions-content h1
{
    color: #0000ff !important;
    font-size: 20px !important;
    font-weight: normal !important;
    margin-bottom: 15px !important;
}


.promotions-content h3
{
    color: #ff0000 !important;
    font-size: 18px !important;
    font-weight: normal !important;
    margin-bottom: 15px !important;
    line-height: normal !important;
}


.promotions-content ul
{
    padding-left: 10px;
    list-style: none;
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 18px;
    color: #000;
}
.promotions-content ol
{
    padding-left: 20px;
    list-style: decimal;
    margin-bottom: 20px;
}
.promotions-content blockquote
{
    padding: 15px;
    background-color: #f2f2f2;
    margin-bottom: 20px;
    font-style: italic;
}
.promotions-content blockquote p
{
    margin-bottom: 0;
}
.one_half
{
    width: 47%;
    float: left;
    margin-right: 0%;
}
.one_half_last
{
    width: 47%;
    float: right;
}
.one_third
{
    width: 30%;
    float: left;
    margin-right: 5%;
}
.one_third_last
{
    width: 30%;
    float: left;
}
.page-content ul li
{
    padding-left: 12px;
    background: url(images/footer-arrow.png) 0 50% no-repeat;
}

.promotions-content ul li
{
    padding-left: 12px;
    margin-bottom: 10px;
    background: url(images/footer-arrow.png) 0 50% no-repeat;
}


.ratingblock
{
    float: left;
}

.post-content-inner, ul.commentlist
{
    padding-bottom: 10px;
    background: url(images/title-underline.png) bottom repeat-x;
    margin-bottom: 20px;
}

.comment_number
{
    float: left;
    margin-left: 10px;
    height: 22px;
    width: 26px;
    padding-left: 5px;
    text-align: center;
    line-height: 22px;
    background: url(images/comment_bubble.png) top left no-repeat;
}

.comment_number_text
{
    line-height: 22px;
    color: #7082c0;
}

.post
{
    clear: both;
}

.read_more
{
    padding-left: 20px;
    background: url(images/arrow-icon.png) 5px 2px no-repeat;
}
/*=== END SECTION 4 - Content Region ===*/


/*=== START SECTION 5 - Comment Region ===*/

h4#comments
{
    font-size: 16px;
    margin-bottom: 15px;
}
#respond
{
    padding: 15px;
    background: #f7f7f7;
    border: 1px solid #e8e8e8;
    position: relative;
}
#respond label
{
    display: block;
    float: left;
    margin-bottom: 5px;
}
#respond .required
{
    float: left;
}
#respond input, #respond textarea
{
    display: block;
    clear: left;
}
ul.commentlist, ul.commentlist ul
{
    list-style: none;
}
ul.commentlist li
{
    margin: 0;
    padding: 0;
    background: none;
}
ul.commentlist li ul.children
{
    margin-left: 40px;
}
.comment-author
{
    font-size: 14px;
    color: #000;
}
.comment-meta
{
    margin-top: 3px;
    margin-bottom: 5px;
    font-weight: bold;
}
.comment-author img
{
    float: left;
    padding-right: 10px;
}
li.comment div.comment-body
{
    margin-bottom: 15px;
}
li.comment p
{
    margin: 5px 0;
}
.comment-body
{
    background-color: #f7f7f7;
    padding: 15px;
}

#reply-title
{
    font-size: 14px;
}
/*=== END SECTION 5 - Comment Region ===*/


/*=== START SECTION 6 - Footer Region ===*/
#footer
{
    padding-bottom: 30px;
}
#footer_wrap
{
    padding-top: 15px;
    border-top: 4px double #231F20;
    margin-top: 15px;
}
.footer-widget
{
    float: left;
    width: 326px;
}
.footer_widget_
{
    padding: 0 20px 0 0;
}
.footer-widget:last-child .footer_widget_
{
    padding: 0 0 0 0;
}
.footer-widget ul li
{
    padding-left: 12px;
    background: url(images/footer-arrow.png) 0 50% no-repeat;
}
#social_links li
{
    float: left;
    margin-right: 12px;
}
/*=== END SECTION 6 - Footer Region ===*/


/*=== START SECTION 7 - Misc. & Plugins ===*/

/*==================================================
    7.1 Gravity Forms Styles
  ==================================================*/

input, textarea
{
    border: 0px none;
}
textarea
{
    overflow: hidden;
    height: 50px;
    margin: 0;
    border: 0px none;
    font-family: Arial;
    margin-left: 5px;
}
.contactForm ul li
{
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
}

.referFreind ul li
{
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
}

/* Watermark text field classes */



.inactive
{
    font-size: 12px;
    color: #a19fa0 !important;
    background-color: transparent;
}
.active
{
    font-size: 12px;
    color: #000;
    background-color: transparent;
}
.focused
{
    font-size: 12px;
    color: #000;
    background-color: transparent;
}
#gform_wrapper_1 .gform_edit_link
{
    display: none;
}
/*==================================================

    7.1.1 Contact Form Styles

     ==================================================*/



.gform_title
{
    font-size: 22px !important;
    color: #318fd4;
    z-index: 0;
    font-weight: normal;
}
#gform_wrapper_1, #gform_wrapper_2, #gform_wrapper_5, #gform_wrapper_6, #gform_wrapper_7, #gform_wrapper_8
{
    float: left;
    position: relative;
    min-width: 620px !important;
    width: 620px !important;
    padding-top: 5px;
}
#gform_wrapper_1 ul, #gform_wrapper_2 ul, #gform_wrapper_5 ul, #gform_wrapper_6 ul, #gform_wrapper_7 ul, #gform_wrapper_8 ul
{
    padding: 0 !important;
    margin: 0 ;
    list-style: none !important;
    list-style-image: none !important;
}
#gform_wrapper_1 li, #gform_wrapper_2 li, #gform_wrapper_5 li, #gform_wrapper_6 li, #gform_wrapper_7 li, #gform_wrapper_8 li
{
    padding: 0px !important;
    margin: 0px;
    background: none;
}
#gform_wrapper_1 input, #respond input, #gform_wrapper_2 input
{
    width: 270px;
    display: block;
    background-image: url('images/textbox_bg.png');
    background-repeat: no-repeat;
    background-color: transparent;
    padding: 7px 0px 5px 5px;
}

#gform_wrapper_5 input, #gform_wrapper_6 input, #gform_wrapper_7 input, #gform_wrapper_8 input
{
    float: left;
    width: 270px;
    display: block;
    background-image: url('images/textbox_bg.png');
    background-repeat: no-repeat;
    background-color: transparent;
    padding: 7px 0px 5px 5px;
    margin-left: 20px !important;
    margin-bottom: 5px !important;
}


#gform_wrapper_5 select, #gform_wrapper_6 select, #gform_wrapper_7 select, #gform_wrapper_8 select
{
    float: left;
    width: 270px;
    display: block;
    padding: 7px 0px 5px 5px;
    margin-left: 20px ;
     margin-bottom: 5px !important;
}

#gform_wrapper_5 #input_5_7, #gform_wrapper_5 #field_5_10, #gform_wrapper_6 #input_6_7, #gform_wrapper_6 #field_6_10
{
   
    margin-left: 25px !important;
}

.gform_wrapper .top_label label
{
    display: none;
}

.gchoice_11_1 label, .gchoice_11_1 input, .gchoice_12_1 label, .gchoice_12_1 input{
    float: left;
        display: block !important;
}

.gchoice_11_1 label, .gchoice_12_1 label{
    padding-top: 3px;
}

.gchoice_11_1 input, .gchoice_12_1 input{
    width:  20px !important;
}

.gchoice_11_1, .gchoice_12_1{
    float: left;
    margin-left: 160px !important;
    margin-top: 10px !important;
}

.gform_wrapper input
{
    color: #a19fa0;
    background-color: transparent;
}
.gform_body
{
    float: left;
    position: relative;
    width: 620px;
    min-height: 220px;
}

#gform_7 .gform_body, #gform_8 .gform_body  {
	   min-height: 135px;
	   margin-left: -20px;
}
.gform_body ul
{
    list-style: none;
}
#gform_footer
{
    float: left;
    position: relative;
    width: 620px;
}
.gfield_error input
{
    background-image: url('images/textbox_bg_invalid.png') !important;
    background-repeat: no-repeat;
    z-index: 999;
}
.validation_message
{
    display: none !important;
}
.validation_error
{
    display: none !important;
}
/* Message Field */

li#field_1_7, li#field_2_6
{
    position: absolute;
    top: 0;
    left: 290px;
    width: 391px;
    background-image: url('images/textarea_bg.png');
    background-repeat: no-repeat;
}
#field_1_8, #field_1_12, #field_2_7, #field_5_11
{
    display: none;
}

#gform_wrapper_1 select, #gform_wrapper_5 select, #gform_wrapper_6 select, #gform_wrapper_8 select
{
    width: 270px;
    display: block;
    padding: 0px 0 0px 0px !important;
    height: 25px;
    color: #a19fa0 !important;
}

#field_1_7 .textarea, #field_2_6 .textarea
{
    padding: 5px;
    margin-bottom: 10px;
    color: #a19fa0;
    background-color: transparent;
    height: 236px;
    resize: none;
}
.gfield_error .textarea
{
    background-image: url('images/textarea_bg_invalid.png') !important;
    background-repeat: no-repeat;
    z-index: 999;
}
/* Submit Button */

input#gform_submit_button_1
{
    float: right;
    position: relative;
    margin-bottom: 15px;
    margin-right: 10px;
    top: 20px;
    width: 117px;
    height: 28px;
    background-image: none;
}

input#gform_submit_button_2
{
    float: right;
    position: relative;
    margin-bottom: 15px;
    top: 20px;
    width: 117px;
    height: 28px;
    background-image: none;
}


input#gform_submit_button_5, input#gform_submit_button_6, input#gform_submit_button_7, input#gform_submit_button_8
{
     float: left;
    position: relative;
    margin-bottom: 15px;
    margin-left: -7px;
    margin-top: -100px;
     width: 136px;
    height: 41px;
    background-image: none;
}

input#gform_submit_button_7, input#gform_submit_button_8 {
	    margin-left: -5px !important;
}

input#gform_submit_button_8 {
	
	 margin-top: -0px;
}

.social_links
{
    margin-top: 10px;
    line-height: 22px;
    color: #2c9fd5;
    font-size: 12px;
    width: 100px;
}

.st_facebook_custom
{
    float: right;
    display: inline;
    height: 22px;
    width: 22px;
    background: url(images/fb_icon.jpg) no-repeat;
    cursor: pointer;
}

.st_twitter_custom
{
    margin-left: 10px;
    float: right;
    display: inline;
    height: 22px;
    width: 22px;
    background: url(images/twitter_icon.jpg) no-repeat;
    cursor: pointer;
}


#respond input
{
    color: #676767;
    width: 185px;
    display: block;
    background-image: url('images/comment_input_bg.png');
    background-repeat: no-repeat;
    background-color: transparent;
    padding: 7px 10px 5px 10px;
}

.comment-form-email, .comment-form-author
{
    float: left;
    margin-right: 10px;
}
#respond textarea
{
    width: 399px;
    height: 97px;
    margin: 0;
    padding: 10px;
    background: url( images/respond_txtarea_bg.png ) top left no-repeat;
    resize: none;
    color: #676767;
}

#respond #submit
{
    background: url(images/btn_submit_comment.png) top left no-repeat;
    height: 41px;
    width: 138px;
    margin: 0;
    padding: 0;
    border: 1px solid #f7f7f7;
    outline: none;
    cursor: pointer;
    position: absolute;
    right: 10px;
    bottom: 35px;
}

/*=== Contact Page Map Styles ===*/

#map-view-container
{
    position: relative;
}

#map-container
{
    float: left;
    margin-bottom: 30px;
}

#map-view-container img.map
{
    position: relative;
    z-index: 100;
}

#map-view-container img.region
{
    display: none;
    left: 0px;
    position: absolute;
    top: 0px;
    z-index: 20;
}

#map-view-container img.regionBg
{
    left: 0px;
    position: absolute;
    top: 0px;
    z-index: 19;
}

#practice-container
{
    float: left;
    margin-left: 20px;
    min-height: 400px;
}


#practice-container p
{
    padding: 0px;
    margin: 8px 0px;
}

#practice-container address
{
    font-style: normal;
}


#practice-container h4
{
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    margin-bottom: 5px;
}
#practice-container ul
{
    display: none;
}

#practice-container ul.selected
{
    display: inline;
}

#practice-container ul.default
{
    display: inline;
}

#practice-container ul li
{
    list-style-type: none;
}

#practice-container .selected-list ul li
{
    list-style-type: none;
}



/*=== FAQ page styles ===*/

div.accordian-content
{
    /*display:none;*/
    padding-top: 10px;
}

a.title
{
    cursor: pointer;
}

.faq ul li
{
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
}

/*=== Tablestyles ===*/
.catalogue-rhsArea table, #compare_chart
{
    width: 100%;
    border-spacing: 2px;
}

.catalogue-rhsArea tr th, #compare_chart tr th
{
    padding: 5px 10px;
    font-size: 12px;
    background-color: #ece6e6 !important;
    text-align: right;
    width: 160px;
}

.catalogue-rhsArea tr td, #compare_chart tr td
{
    background-color: #f8f8f8;
    font-size: 12px;
    padding: 5px 10px;
}

/*=== END SECTION 7 - Misc. & Plugins ===*/


/*=== END SECTION 8 SHOPP Styles ===*/

#mask
{
    position: absolute !important;
    z-index: 9000 !important;
    background-color: #000 !important;
    display: none;
    float: left !important;
}


.storepop_description
{
    display: none;
    position: absolute;
    width: 440px;
    z-index: 9999;
    background: #fff;
    border: 1px solid #bfb8b8;
}

.storepop_description .header
{
    background-color: #7175b4 !important;
    color: #FFF;
    padding: 10px;
    font-family: Arial;
    font-weight: bold;
    font-size: 16px;
    min-height: 20px;
}


.storepop_description .windowContent
{
    padding: 10px 10px 10px 10px;
    min-height: 150px;
}

.storepop_description .close
{
    color: #fff;
    float: right;
    cursor: pointer;
    background-image: url('images/closeButton.gif');
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
}
#household, #week, #frequently
{
    color: #7C7B7B;
    font-size: 13px;
    margin-left: 48px;
    width: 233px;
}

#household
{
    margin-top: 77px;
}
#week
{
    margin-top: 28px;
}
#frequently
{
    margin-top: 33px;
}
#TB_ajaxContent
{
    float: left;
    height: 130px;
    margin-top: 3px;
    overflow: hidden;
    width: 100%;
}
#TB_ajaxContent a
{
    background: none repeat scroll 0 0 transparent !important;
    float: left;
    height: 93px !important;
    padding: 0 20px 10px 10px;
    width: 80px !important;
}

#TB_ajaxContent p
{
    color: #414246;
    font-size: 12px;
    margin: 0 13px !important;
}


.cartTable
{
    width: 100%;
    margin-top: 15px;
    text-align: center;
    border-bottom: 1px solid #cdcdcd !important;
}
.cartTable .tb_heading
{
    background-color: #868485;
    color: #FFF;
    font-size: 14px;
    font-weight: bold !important;
}
.cartTable .tb_heading th
{
    padding: 8px !important;
    font-weight: bold !important;
}
.cartTable tr
{
    font-size: 12px;
}
.cartTable tr td
{
    padding: 12px !important;
}

.qty_tb
{
    padding: 0 !important;
    text-align: center;
    width: 140px !important;
}
.qty_tb tr td
{
    padding: 0px !important;
}
.subTotal
{
   
    font-size: 13px;
    height: 160px;
    margin-bottom: 12px;
    margin-top: 12px;
}
.subTotal span
{
    font-size: 14px;
}
.subTotal_right_part
{
    float: right;
}
.subTotal_left_part
{
    float: left;
    background: url('../images/secure_checkout.jpg') no-repeat;
    background-position: left bottom;
    height: 105px;
}
.shipping_country
{
    width: 150px;
}
.subTotal_tb
{
    width: 260px !important;
}
.subTotal_tb th
{
    font-size: 14px;
    font-weight: bold;
    padding: 10px !important;
    text-transform: uppercase;
}
.subTotal_tb td
{
    font-size: 14px !important;
    padding: 10px !important;
    font-weight: normal;
}
.subTotalTR td, .subTotalTR th
{
    border-bottom: 1px solid #CDCDCD !important;
}
.TotalTr
{
    background-color: #f0f0f0;
}
.step_heading
{
    padding: 11px;
    background-color: #f8f6f7;
    border-bottom: 1px solid #000;
    color: #ac1e68;
    margin-top: 10px;
    margin-bottom: 10px;
}
.login_area
{
    width: 1055px;
    margin-top: 15px;
    margin-bottom: 15px;
    overflow: auto;
}
.sign_in
{
    float: left;
    width: 500px;
    font-size: 12px;
}
.sign_in .textbox, #account-login-checkout, #shipping-xaddress, #password-login-checkout, .min2, .min3, #billing-xaddress, .phone, .email, #company, .required
{
    width: 347px;
    height: 20px;
    border: 1px solid #6f6f6f;
    padding: 2px;
    padding-left: 10px;
    color: #7b7b7b;
}
#billing-country, #shipping-country, #shipping-state-menu, #billing-state-menu
{
    height: 26px;
    width: 360px;
}


#promocode{height: 26px;
   
 border: 1px solid #6f6f6f;
}

#apply-code{height: 31px; }

.applycode {
    margin-top: 20px;
}

.applycode #discount-code {
    border: 1px solid #000;
float: left;
width: 180px;
line-height: 23px;
margin-right: 15px;
}

.selectbox
{
    width: 361px;
    height: 27px;
    border: 1px solid #6f6f6f;
    padding: 2px;
    padding-left: 10px;
    color: #7b7b7b;
}
.sign_in ul li
{
    background: none repeat scroll 0 0 transparent !important;
    padding: 5px;
}
.sign_in ul li a
{
    position: relative;
    top: -15px;
}
.registration_part
{
    float: right;
    width: 500px;
    font-size: 12px;
}
.proceed_bt
{
    float: right;
    margin-bottom: 25px;
}
.sameAddress
{
    font-size: 12px;
    color: #000;
    padding-left: 12px;
}
.change_step
{
    font-size: 12px;
    color: #000;
    float: right;
}

.remove
{
    background: url("images/remove_bt.jpg") no-repeat scroll 0 0 transparent;
    border: medium none;
    height: 28px;
    text-indent: -9999px;
    width: 65px;
cursor:pointer
}

#apply-code{ background: url("images/btn_promoCode.gif") no-repeat scroll 0 0 transparent;
    border: medium none;
    height: 29px;
 overflow: hidden;




font-size: 0;






display:block;






line-height: 0;


text-indent: -999px;

    width: 159px;
cursor:pointer}



.labeltext
{
    font-size: 14px;
    font-weight: bold;
}

.totals
{
    border-top: 1px solid #CDCDCD;
}
#shopp #cart big a.right
{
    background: url("images/proceed_to_checkout.jpg") no-repeat scroll 0 0 transparent;
    display: block;
    float: right;
    height: 36px;
    text-indent: -9999px;
    width: 164px;
}

#shopp #cart table
{
    padding: 0 !important;
}

#submit-login-checkout
{
    background: url("images/signin_bt.jpg") no-repeat scroll 0 0 transparent;
    height: 39px;
    text-indent: -9999px;
    width: 105px;
    border: none;
}


.footer_heading
{
    background: url("images/footer_heading_bg.jpg") repeat-x scroll left bottom transparent;
    color: #7181D6;
    font-size: 16px;
    height: 20px;
    margin-bottom: 8px;
    padding: 8px 0;
}
#checkout-button
{
    background: url("images/continue.jpg") no-repeat scroll 0 0 transparent;
    height: 37px;
    text-indent: -9999px;
    width: 104px;
    border: none;
}

#shopp .submit
{
    text-align: left !important;
}
input.addtocart
{
    background: url("images/add_to_cart.jpg") no-repeat scroll 0 0 transparent;
    height: 37px;
    text-indent: -9999px;
    width: 104px;
    border: none;
    cursor: pointer;
}

.LHSDevider
{
    border-top: 1px solid #c7c5c5; 
    clear: both;
    height: 2px;
    width: 330px;
    margin-top: 17px;
}

.selected_image_content_heading
{
    clear: both;
    color: #000000;
    font-size: 16px;
    height: 25px;
    margin-top: 8px;
    padding: 18px 0 0;
    width: 330px;
}

.aqua_content
{
    font-size: 13px;
    width: 340px;
}

.s
{
    display: block;
    margin-top: -8px;
}

form.shopp
{
    margin: 0;
    padding: 0;
}

.aqua_content strong
{
    font-size: 16px;
}
.aqua_content font
{
    font-size: 16px;
}

.view_cart_bt
{
    float: right;
    margin-bottom: 25px;
    width: 976px;
    margin-top: 7px;
    margin-bottom: 7px;
    height: 33px;
}
#view_cart_bt
{
    float: right;
}
.view_cart_bt span
{
    float: left;
    font-size: 14px;
    color: #7181D6;
    margin-top: 10px;
}

.view_cart_divider
{
    border-bottom: 1px solid #000000;
    border-top: 1px solid #000000;
    clear: both;
    height: 2px;
}

#billing-cardtype
{
    width: 200px;
    height: 25px;
}

#billing-cvv, #billing-cardexpires-mm, #billing-cardexpires-yy
{
    width: 50px;
}

#billing-card
{
    width: 273px;
}

li strong
{
    display: block;
    margin-bottom: 10px;
}

.qty_tb td
{
    margin: 0 !important;
    padding: 0 !important;
}


#confirm-button
{
    width: 196px;
    height: 39px; 
    text-indent: 200px;
    overflow: hidden;
    background-image: url('images/btn_chargeCard.png');
    background-color: #FFF;
    cursor:pointer;
}



#shopp #errors 
{
    background-color: #fdede9;
    border: 1px solid #e94f27;
    padding: 10px;
     
}


#shopp #errors h3
{
    color: #852309;
    font-size: 16px;
    font-weight: bold;
    padding: 0px;
    margin: 5px 0px;
    
}

input.error {border:1px solid #ed0000;background-color:#ffdddd}


.benefitsPanel{
    background-color: #e9e6e6;
    padding: 10px;
    width:  300px;
    min-height: 270px;
    
}

.benefitsPanel h2{

 color:  #9b1f65;
 font-size:  16px;   
}

.benefitsPanel .benefits {
    position: absolute;
    z-index: 10;
    width: 117px;
    height: 91px;
    margin-top: -15px;
    margin-left: 197px;
}

.benefitsPanel ul li{
    padding-left: 23px;
background: url(images/point_arrow.png) 0 0 no-repeat;
margin-bottom:  5px;
}


 .signup {
    color:  #9b1f65;
 font-size:  16px;  
}

.page-id-1863 .gform_body {
    margin-left:  -20px;
}

.page-id-1863 .gform_footer {
    margin-left: -25px;
}

.page-id-1863 #gform_wrapper_6 #field_6_10 {
    margin-left: 30px !important;
}

.page-id-1863 #gform_submit_button_6{
    padding-top: 25px;
}

.postid-2947 .catalogue-title, .postid-2947 .catalogue-navArea, .postid-2947 .catalogue-subNavArea, .postid-2947  #menu, .postid-2947  #text-3  {

display: none;
}

.postid-2947  #header {
margin-bottom: 0px
}