﻿
/* SGL July 09 */
/* 
/* E5E5E5 Background grey
/* Green H-134 S111 L-13
/* Green #B1BD1B
/* Dot = Alt + 0149
/* Grey Box outline : #BCBCBC
/* Turquoise 0099cc
/* Deep red #AA0000
*/



body
{
    background: none repeat scroll 0 0 #FDF3E4;
    color: #000000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 70%;
    margin: 0 auto;
    position: relative;
}

#template-main-content
{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 0 none;
    box-shadow: 0 6px 18px #B0A99E;
    margin: 0 auto;
    position: relative;
    width: 1000px;
    overflow:hidden;
}

#template-main-content-inner
{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 0 none;
    margin: 0 auto;
    position: relative;
    width: 980px;
}

#template-main-content-nn
{
    width: 911px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 5px;
    padding: 0px;
    text-align: left;
    overflow: hidden;
    background: #fff url(../images/design/back_main_nn.png) repeat-y;
}


.pnlContentStyle
{
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}


.main-menu
{
    width: 911px;
    text-align: center;
    height: 18px;
    background-color: white;
    background: url(../images/design/menu-back.png);
    background-repeat: repeat-y;
}

#frameright
{
    padding: 9px 11px 10px 7px;
    width: 752px;
    float: right;
    overflow: hidden;
}
#framecenter
{
    margin: auto;
    overflow: hidden;
    padding: 9px 11px 10px 7px;
    text-align: center;
    width: 890px;
}
#nncontentframer
{
    padding: 10px 10px 10px 10px;
    width: 888px;
    float: left;
    overflow: hidden;
}


h1
{
    font-size: 16pt;
}
h2
{
    font-size: 14pt;
}
h3
{
    font-size: 12pt;
}
a
{
    text-decoration: none; /*color: #0099cc;*/
    color: Black;
    font-weight: bold;
}
a:hover
{
    /*color: #0099cc;*/
    color: Black;
    text-decoration: underline;
    font-weight: bold;
}

a.linknormal
{
    text-decoration: none;
    font-weight: normal;
}
a.linknormal:hover
{
    text-decoration: underline;
    font-weight: normal;
}



a.linknormalmedium
{
    text-decoration: none;
    font-size: 12px;
    font-weight: normal;
}
a.linknormalmedium:hover
{
    text-decoration: underline;
    font-size: 12px;
    font-weight: normal;
}


a.yearselected
{
    text-decoration: none;
    color: red;
    font-weight: bold;
}
a.yearselected:hover
{
    color: red;
    text-decoration: underline;
    font-weight: bold;
}

a.sitemaptoplevel
{
    color: #ff9900;
    font-weight: bold;
    font-size: 15px;
}
a.sitemaptoplevel:hover
{
    color: #ff9900;
    font-weight: bold;
    font-size: 15px;
}

a.productrange
{
    text-decoration: none;
    color: #ff9900;
    font-weight: bold;
    font-size: 14px;
}

a.productrange:hover
{
    text-decoration: underline;
    color: #ff9900;
    font-weight: bold;
    font-size: 14px;
}

a.redbutton
{
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}
a.redbutton:hover
{
    color: #000;
    font-weight: bold;
}

a.redbuttonsmall
{
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 10px;
}
a.redbuttonsmall:hover
{
    color: #000;
    font-weight: bold;
    font-size: 10px;
}

a.readmorebutton
{
    text-decoration: none; /*color: #0099cc;*/
    font-weight: bold;
}
a.readmorebutton:hover
{
    color: red;
    font-weight: bold;
}

a.link
{
    text-decoration: none; /*color: #0099cc;*/
}
a.link:hover
{
    /*color: #0099cc;*/
    text-decoration: underline;
}

a.turquoiselinkbold
{
    text-decoration: none;
    color: #0099cc;
    font-weight: bold;
}
a.turquoiselinkbold:hover
{
    color: #0099cc;
    text-decoration: underline;
    font-weight: bold;
}

a.faqlink
{
    text-decoration: none;
    font-weight: normal;
    color: #000;
}
a.faqlink:hover
{
    text-decoration: underline;
    font-weight: normal;
    color: #000;
}

a.editlink
{
    color: #0099cc;
    text-decoration: underline;
    font-weight: bold;
    padding-top: 50px;
}
img
{
    border: 0;
}

/* Classes from microsites*/
.floatleft
{
    float: left;
}
.floatright
{
    float: right;
}
.clear
{
    clear: both;
}
.clearleft
{
    clear: left;
}
.clearright
{
    clear: right;
}
.aligncenter
{
    text-align: center;
}

/* Text Styles */
.bold
{
    font-weight: bold;
}
.blacktiny
{
    color: black;
    font-size: 9px;
}
.blacktinybold
{
    color: black;
    font-size: 9px;
    font-weight: bold;
}
.blacksmallbold
{
    color: black;
    font-size: 10px;
    font-weight: bold;
}
.blackmediumbold
{
    color: black;
    font-size: 11px;
    font-weight: bolder;
}
.blacklargebold
{
    color: black;
    font-size: 12px;
    font-weight: bolder;
}
.blackxlargebold
{
    color: black;
    font-size: large;
    font-weight: bolder;
}
.whitetiny
{
    color: #fff;
    font-size: 9px;
}
.whitesmall
{
    color: #fff;
    font-size: 10px;
}
.whitemedium
{
    color: #fff;
    font-size: 11px;
}
.whiteverylargebold
{
    color: #fff;
    font-size: 17px;
    font-weight: bold;
}

.whitelargebold
{
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}

.whitemediumbold
{
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}
.whitesmallbold
{
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}

.redtext
{
    color: red;
    font-size: 10px;
}
.redtext12
{
    color: red;
    font-size: 12px;
    font-weight: bold;
}
.redtext14
{
    color: red;
    font-size: 14px;
    font-weight: bold;
}
.boldred
{
    color: red;
    font-weight: bold;
}

.pricetext
{
    color: #CC0033;
    font-size: 12px;
    font-weight: bold;
}

.turquoisesmall
{
    color: #0099cc;
    font-size: 9px;
}

.turquoise
{
    color: #0099cc;
}

.turquoisebold
{
    color: #0099cc;
    font-weight: bold;
}

.productrange
{
    color: #ff9900;
    font-weight: bold;
    font-size: 16px;
}

.linkname
{
    color: #ff9900;
    font-weight: bold;
    font-size: 14px;
}

.featuredproducts
{
    color: #0099cc;
}
#backtotop
{
    float: right;
    margin-top: -30px;
    padding-right: 5px;
}

#footeraddresscontainer
{
    background: #B1BD1B url(../images/design/back_address_footer.gif);
    width: 725px;
    height: 29px;
    margin-top: 15px;
    margin-bottom: 6px;
    text-align: center;
    float: left;
}

#footeraddress
{
    padding-top: 7px;
}
#footer-links
{
    text-align: center;
    padding-top: 15px;
}
#footer-links a
{
    color: black;
    text-decoration: none;
    font-weight: bold;
    font-size: 10px;
}

#exploregpcontainer
{
    background-color: White;
    overflow: hidden;
    width: 725px;
    border: solid 1px #cccccc;
    margin-bottom: 18px;
    margin-top: -5px;
    padding-bottom: 10px;
}

#exploregpheader
{
    height: 25px;
    background: #B1BD1B url(../images/design/back_header_explore_gp.gif);
    text-align: left;
    padding-top: 5px;
    padding-left: 10px;
    border-left: solid 1px #cccccc;
    border-right: solid 1px #cccccc;
}


#exploregpleft
{
    padding-left: 8px;
    padding-top: 8px;
    width: 360px;
    float: left;
}

#exploregpright
{
    padding-top: 8px;
    padding-right: 10px;
    width: 339px;
    float: right;
}


#exploregpcontainer a
{
    color: black;
    text-decoration: none;
    font-weight: bold;
    font-size: 15px;
}
#exploregpcontainer a:hover
{
    color: black;
    text-decoration: underline;
}

#leftnav
{
    width: 200px;
    float: left;
    padding-left: 18px;
    overflow: hidden;
}

#leftnav img
{
    display: block;
}

.leftnavcontainer
{
    width: 140px;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 2px;
    overflow: hidden;
    background-color: white;
    color: #636466;
    font-size: 8pt;
    font-weight: normal;
    text-decoration: none;
}

.leftnavcontainer a
{
    color: #636466;
    text-decoration: none;
    font-weight: normal;
    font-size: 8pt;
}

.leftnavcontainer a:hover
{
    color: #636466;
    text-decoration: underline;
    font-weight: normal;
}

.leftnavcms a
{
    color: red;
    text-decoration: none;
    font-weight: normal;
}

.leftnavcms a:hover
{
    color: red;
    text-decoration: underline;
    font-weight: normal;
}
.leftnavheadingtop
{
    background: url(../images/design/dots.png);
    background-repeat: no-repeat;
    text-align: left;
    height: 10px;
    overflow: hidden;
}
.leftnavheadingbottom
{
    background-repeat: no-repeat;
    background: url(../images/design/dots.png);
    text-align: left;
    height: 6px;
    overflow: hidden;
}
.leftnavheading
{
    width: 135px;
    border-color: #C0C0C0;
    color: white;
    text-decoration: none;
    font-weight: bolder;
    font-size: 10pt;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    background-color: #666666; /*#68696B;#B1BD1B;*/
    margin-top: 9px;
    margin-bottom: 3px;
    overflow: hidden;
}
.leftnavheadingproducts
{
    width: 135px;
    border-color: #C0C0C0;
    color: white;
    text-decoration: none;
    font-weight: bolder;
    font-size: 10pt;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    background-color: #666666; /*#68696B;#B1BD1B;*/
    margin-top: 9px;
    margin-bottom: 3px;
    overflow: hidden;
}
.left-nav-spacer-8
{
    height: 8px;
}
.left-nav-spacer-10
{
    height: 10px;
}
.spacer10
{
    height: 10px;
}
.left-nav-spacer-12
{
    height: 12px;
}
.left-nav-spacer-15
{
    height: 15px;
}
.dotty
{
    /*background: url(../images/design/smalldots.png); 	background-repeat: no-repeat;*/
    border-bottom: 1px solid #BCBCBC;
    text-align: left;
    height: 3px;
}
.dotty-repeat
{
    background: url(../images/design/smalldotslong.png);
    background-repeat: repeat-x;
    text-align: left;
    height: 3px;
}

/***********************************************************************************************/

/* Buttons */
.buttonleft
{
    float: left;
    text-align: center;
    width: 124px;
}
.buttonright
{
    float: right;
    text-align: center;
    width: 124px;
}
.buttoncenter
{
    text-align: center;
    width: 124px;
}


.rednavbuttonold
{
    width: 125px;
    text-align: center;
    height: 25px;
    padding-bottom: 10px;
}

span.buttonold
{
    position: relative;
    bottom: 20px;
    cursor: pointer;
    text-align: center;
}

.rednavbutton
{
    width: 125px;
    text-align: center;
    height: 35px;
}

span.button
{
    position: relative;
    bottom: 20px;
    cursor: pointer;
    text-align: center;
}


span.buttonrighthandnav
{
    position: relative;
    bottom: 23px;
    cursor: pointer;
    text-align: center;
}

#topheader
{
    background: url("images/header_bg.jpg") no-repeat scroll center bottom #FFFFFF;
    padding-bottom: 0px;
    width: 980px;
}

#header
{
    background: none repeat scroll 0 0 #78A22F;
    border-bottom: 2px solid #FFFFFF;
    width: 980px;
}

#header .header-left
{
    display: inline;
    float: left;
    margin-left: 0;
    padding: 0;
    width: 125px;
}

#header .header-left a
{
    display: block;
    height: 88px;
    width: 125px;
}

#header .header-left a img
{
    height: 113px;
    width: 127px;
}

#header .header-right
{
    float: right;
    width: 853px;
    padding: 0 0 px;
    text-align: right;
    width: 853px;
    background-color: #78A22F;
}

#header .header-right a
{
    display: inline;
    float: left;
    font-weight:normal;
}

#menu-layout
{
    clear: both;
    width: 980px;
    z-index: 1;
}
#menu-layout-inner
{
    background: none repeat scroll 0 0 #77A12E;
    border-radius: 0 0 5px 5px;
    border-top: 1px solid #77A12E;
    display: inline;
    float: left;
    padding: 0;
    position: relative;
    width: 980px;
}

#cssdropdown, #cssdropdown *
{
    background: none repeat scroll 0 0 transparent;
    margin: 0;
    padding: 0;
}

#cssdropdown, #cssdropdown ul
{
    list-style: none outside none;
    width: 980px;
    z-index: 2000;
}

#cssdropdown li.headlink
{
    background-color: transparent;
}

#cssdropdown li.headlink
{
    float: left;
    position: relative;
    text-align: center;
}

#cssdropdown li.headlink .headtitle, #cssdropdown li.headlink .headtitle.normal
{
    color: #FFFFFF;
    font-size: 14px;
    font-weight: normal;
    height: auto !important;
    line-height: 41px;
    min-height: 41px;
    text-align: center;
    text-decoration: none;
    padding-left:15px;
    padding-right:15px;
}

#menu-layout-inner ul
{
    background-color: #77A22F;
    margin: 0;
    border-top: 2px solid #fff;
}

#menu-layout-inner ul li
{
    display: inline;
    padding-left: 10px;
    padding-right: 10px;
    border-right: 2px solid #fff;
}

#menu-layout-inner ul li a
{
    text-decoration: none;
    color: #fff;
    font-size: 10pt;
}

.clearer
{
    clear: both;
}


/* boxes */
.box-top
{
    background-color: White;
    background: url(../images/design/box-top-white.png);
    height: 12px;
    margin-top: 5px;
}
.box-top-newsletter
{
    background: url(../images/design/box-top-newsletter.png);
    height: 28px;
}
.box-top-basket
{
    background: url(../images/design/box-top-basket.png);
    height: 28px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.box-top-search
{
    background: url(../images/design/box-top-search.png);
    height: 33px;
}
.box-middle
{
    background-color: White;
    background-repeat: no-repeat;
    background: url(../images/design/box-middle-white.png);
    padding-left: 8px;
    padding-right: 15px;
    padding-top: 5px;
}
.box-middle-search
{
    background-color: White;
    background-repeat: no-repeat;
    background: url(../images/design/box-middle-white.png);
    padding-left: 8px;
    padding-right: 15px;
    padding-top: 5px;
}
.box-middle-checkout
{
    background-color: White;
    background-repeat: no-repeat;
    background: url(../images/design/box-middle-white.png);
    padding-top: 6px; /*height: 50px;*/
    height: 20px;
}
.box-bottom-checkout
{
    background-color: White;
    background: url(../images/design/box-bottom-white.png); /*background: url(../images/design/box-bottom-checkout.png);*/
    height: 12px; /*height: 33px;*/
    margin-bottom: 0px;
    background-repeat: no-repeat;
    padding-bottom: 0px;
}
.box-bottom
{
    background-color: White;
    background: url(../images/design/box-bottom-white.png);
    height: 12px;
    margin-bottom: 0px;
    background-repeat: no-repeat;
}
.box-content
{
    font-family: Arial;
    color: #000;
    text-decoration: none;
    font-weight: 600;
    font-size: 7pt;
    text-align: center;
    background-repeat: no-repeat;
}

/* Forms */
.text_input_box_template
{
    font-size: 12px;
    height: 18px;
    border-color: #BCBCBC;
    border-style: solid;
    border-width: thin;
    color: Silver;
}


.horizontal_dotted_line
{
    /*border-bottom: 1px dotted #BCBCBC;*/
    border-bottom: 1px solid #BCBCBC;
    width: 100%;
}
.verticle_dotted_lines
{
    border-right: 2px;
    border-top: 0px;
    border-bottom: 0px;
    border-left: 2px;
    border-style: dotted;
    border-color: #BCBCBC;
}


/* Right Hand Nav */

#rightnavawards
{
    height: 156px;
}

#rightnavtestimonials
{
    height: 118px;
}

#rightnavawardpoints
{
    height: 69px;
}

#rightnavloyalty
{
    height: 69px;
}

.rightnavcontainer
{
    overflow: hidden;
    width: 140px;
    border: solid 1px #cccccc;
    margin-bottom: 0px;
    padding-bottom: 16px;
}

.rightnavheader
{
    height: 25px;
    text-align: center;
    padding-top: 5px;
    border-left: solid 1px #cccccc;
    border-right: solid 1px #cccccc;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}

.rightnavcontent
{
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 8px;
    text-align: center;
}


.rightnavbutton
{
    padding-left: 9px;
    padding-top: 8px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-top: -20px;
    overflow: visible;
    position: relative;
    width: 124px;
    text-align: center;
    height: 32px;
}

.rightnavimage
{
    margin-bottom: 5px;
}

.rightnavtext
{
    margin-bottom: 5px;
}
.right-side-info a
{
    font-weight: normal;
    font-size: 12px;
    text-decoration: none; /*color: #0099cc;*/
    color: #636466;
}

/* Default Page centre content stuff */
.panel-container-yellow
{
    padding-left: 12px;
    padding-right: 8px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: Yellow;
    text-align: center;
}
.panel-container-yellow h2
{
    font-family: Arial;
    font-weight: bold;
    font-size: 14px;
}

.panel-container-lp
{
    padding-left: 12px;
    padding-right: 8px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: Tahoma;
    font-size: 12pt;
    color: Gray;
}
.panel-container-lp h1
{
    font-size: 20pt;
    color: #FF6A00;
    font-weight: normal;
    margin-bottom: 1px;
}
.panel-container-lp h2
{
    font-size: 16pt;
    color: #404040;
    font-weight: normal;
    margin-bottom: 1px;
}
.panel-container-lp h3
{
    font-size: 12pt;
    color: #404040;
    font-weight: normal;
    margin-bottom: 1px;
}
.panel-container-lp p
{
    font-size: 11pt;
    margin-bottom: 1px;
    margin-top: 1px;
}
.panel-container-lp a
{
    color: #0099cc;
    font-weight: normal;
}

.panel-container
{
    padding-left: 12px;
    padding-right: 8px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.panel-container h1
{
    font-family: Arial;
    font-weight: bold;
    font-size: 16px;
}
.panel-container h2
{
    font-family: Arial;
    font-weight: bold;
    font-size: 14px;
}
.panel-container h3
{
    font-family: Arial;
    font-weight: bold;
    font-size: 12px;
}
.panel-container h4
{
    font-family: Arial;
    font-weight: bold;
    font-size: 15px;
    margin-top: 2px;
}
/* Special Offer */
.panel-container-so
{
    padding-left: 12px;
    padding-right: 8px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 262px;
}
.prev
{
    border: 0px;
}
.next
{
    border: 0px;
}

panel-container ul li
{
}

panel-container a
{
    color: Black;
}

panel-container a:hover
{
    color: Black;
}
/* top product page content small black*/
.small-content-top
{
    font-family: Arial;
    font-weight: bolder;
    font-size: 11px;
}
.small-content-top a
{
    color: Black;
}

/* sub cat pages----------------------------------*/
#subcattop
{
    width: 578px;
    min-height: 210px;
    float: left;
}
.subcatcontent
{
    /*margin: 10px 165px;*/
    margin: 10px 10px 0px 200px;
}

.subcatcontent a
{
    text-decoration: underline;
    color: black;
    font-weight: bold;
}
.subcatcontent a:hover
{
    text-decoration: underline;
    font-weight: bold;
}
.subcatlistitem a
{
    text-decoration: none;
}
.subcatlistitem
{
    width: 250px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 2px;
    vertical-align: middle; /*height: 15px; 	border-bottom: 1px dotted #BCBCBC;*/
}
.subcatlistitemhead
{
    font-family: Georgia;
    font-size: large;
    font-weight: bold;
    width: 200px;
    border-bottom: 5px solid #B1BD1B;
    padding-bottom: 4px;
}
/* AssociatedItem */
.AssociatedItem
{
    color: Maroon;
}

/* checkout */
.basket-items-text
{
    font-weight: bolder;
    color: black;
    font-size: 12px;
    padding-bottom: 0px;
}
.text_input_box
{
    border: solid 1px #BCBCBC;
    font-weight: bold;
    color: Gray;
    height: 20px;
    width: 200px;
    vertical-align: middle;
}
.text_input_box_numeric
{
    font-size: 11px;
    text-align: right;
    border: solid 1px #BCBCBC;
    font-weight: bold;
    color: gray;
    height: 20px;
    vertical-align: middle;
}
.text_input_box_numeric_short
{
    font-size: 11px;
    text-align: right;
    border: solid 1px #BCBCBC;
    font-weight: bold;
    color: gray;
    height: 20px;
    vertical-align: middle;
    width: 25px;
}
.small-grey-text
{
    color: #666666;
}
/* Account Page */
.ordergridhead
{
    padding: 5px 0px 5px 15px;
    white-space: nowrap;
    border-bottom: 1px solid #ccc;
    background: #BCBCBC;
    vertical-align: middle;
    width: 125px;
    font-weight: bold;
}

.rowitem
{
    padding: 5px 0px 5px 15px;
    white-space: nowrap;
    font-size: 12px;
    font-weight: normal;
    border-bottom: 1px solid Gray;
    background: #efefef;
    vertical-align: middle;
}
.rowitemwhite
{
    padding: 5px 0px 5px 15px;
    white-space: nowrap;
    font-size: 12px;
    font-weight: normal;
    border-bottom: 1px solid Gray;
    background: White;
    vertical-align: middle;
}

.rowitemgrey
{
    padding: 5px 0px 5px 15px;
    white-space: nowrap;
    font-size: 12px;
    border-bottom: 1px solid Gray;
    background: #EEE;
    vertical-align: middle;
    font-weight: bold;
}
.rowitemdkgrey
{
    padding: 5px 0px 5px 15px;
    white-space: nowrap;
    font-size: 12px;
    border-bottom: 1px solid Gray;
    background: #CCC;
    vertical-align: middle;
    font-weight: bold;
}
.rowitemred
{
    padding: 5px 0px 5px 15px;
    white-space: nowrap;
    font-size: 12px;
    border-bottom: 1px solid Gray;
    background: #78A12E;
    vertical-align: middle;
    font-weight: bold;
    color: White;
}
.whiteonred
{
    padding: 5px 0px 5px 15px;
    white-space: nowrap;
    font-size: 12px;
    font-weight: normal;
    border-bottom: 1px solid Gray;
    background: White;
    vertical-align: middle;
    background-color: #BC2929;
    color: White;
}
.bigwhiteonred
{
    padding: 5px 0px 5px 15px;
    white-space: nowrap;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid Gray;
    background: White;
    vertical-align: middle;
    background-color: #BC2929;
    color: White;
}
.whiteonred a
{
    color: White;
}

/* tables */
.table-label
{
    width: 175px;
}
.table-textbox
{
    width: 250px;
}
.offerblackstrikethrough
{
    font-weight: bold;
    font-size: medium;
    text-decoration: line-through;
}
.offerredbold
{
    font-weight: bold;
    font-size: large;
    color: Red;
}
.SpecialOfferHeading
{
    color: Red;
}
.SpecialOffer
{
    color: Red;
    font-weight: bold;
}
.affiliatebox
{
    float: left;
    width: 138px;
    height: 285px;
    border-left: solid 1px #BCBCBC;
    margin-bottom: 17px;
}
.affiliatebox li
{
    list-style-type: circle;
}
.read-more-news
{
    color: #0099cc;
}
.read-more-news a
{
    color: #0099cc;
}
.othersite a
{
    font-weight: bold;
    font-size: 15px;
    color: #0099cc;
}
.textbluebold
{
    color: #0099cc;
    font-weight: bold;
}
.address-label-text
{
    width: 100px;
    text-align: left;
}
.greyblock
{
    padding: 10px;
    background-color: #f1f1f1;
}
.whiteblock
{
    padding: 10px;
}
.greyblock a
{
    color: #0099cc;
}
.whiteblock a
{
    color: #0099cc;
}



/* Video Page Styles */
.videobox
{
    width: 700px;
    padding-bottom: 15px;
}
.videobox tr
{
    vertical-align: top;
}
.videobox a
{
    font-weight: bold;
    font-size: 14px;
    color: #0094FF;
}
.videobox a:hover
{
    color: #7FC9FF;
}
.videobox h1
{
    color: black;
    margin-bottom: -10px;
    margin-top: -5px;
}
.videobox h3
{
    color: black;
    margin-bottom: -10px;
}
.smallblueanchor a
{
    font-weight: normal;
    font-size: 12px;
    color: #0094FF;
}

.smallblueanchor a:hover
{
    font-weight: normal;
    font-size: 12px;
    color: red;
}
.compactpara
{
    margin-bottom: -5px;
    margin-top: -10px;
    font-size: smaller;
}
.tvi9ndex h2
{
    margin-bottom: -10px;
    margin-top: -5px;
}
.tvi9ndex tr
{
    vertical-align: top;
}

.ghanamenu
{
    width: 100%;
    font-size: .9em;
    text-align: center;
}
.ghanamenu td
{
    padding: 1px;
    border: solid 1px gray;
}
.ghanamenu a
{
    color: gray;
}
.facebookhomebox
{
    float: left;
    width: 138px; /*height: 150px; 	border-left: solid 1px #BCBCBC;*/
    margin-bottom: 17px;
}

#HomeBanner_inner
{
    width: 652px;
}
#greenpeople_carousel
{
    width: 652px;
    margin: 0;
    background: #fff; /*border:1px solid #D8D9DA;*/
}
#greenpeople_carousel .jcarousel-pager-container:after
{
    content: "";
    clear: both;
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
#greenpeople_carousel .jcarousel-pager-container
{
    position: absolute;
    top: 0;
    right: 10px;
    height: 20px;
    margin-top: 0;
    z-index: 100;
}
#greenpeople_carousel .jcarousel-pager-container a:focus, #greenpeople_carousel .jcarousel-pager-container a:active
{
    outline: none;
}
#greenpeople_carousel
{
    width: 752px;
}
#greenpeople_carousel .jcarousel-clip-horizontal, #greenpeople_carousel .jcarousel-item
{
    width: 752px;
    height: 355px;
}

#greenpeople_carousel .jcarousel-pager-container ul
{
    list-style-type: none;
    margin: 10px 0 0 0;
    padding: 0;
}
#greenpeople_carousel .jcarousel-pager-container li
{
    float: left;
}
#greenpeople_carousel .jcarousel-pager-container a
{
    display: block;
    width: 15px;
    height: 15px;
    margin: 3px;
    background: url(../images/sprites-buttons.png) -40px 0 no-repeat;
    text-indent: -1000em;
}
#greenpeople_carousel .jcarousel-pager-container a.selected
{
    background: url(../images/sprites-buttons.png) -60px 0 no-repeat;
}

/* Start *** jquery.jcarousel.css **/
/** * This <div> element is wrapped by jCarousel around the list * and has the classname "jcarousel-container". */
.jcarousel-container
{
    position: relative;
    z-index: 100 !important;
}
.jcarousel-clip
{
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
    z-index: 100 !important;
}
.jcarousel-list
{
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    z-index: 100 !important;
}
.jcarousel-list li, .jcarousel-item
{
    float: left;
    list-style: none; /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 1000px;
    height: 300px;
    z-index: 100 !important;
}
/** * The buttons are added dynamically by jCarousel before * the <ul> list (inside the <div> described above) and * have the classnames "jcarousel-next" and "jcarousel-prev". */
.jcarousel-next
{
    z-index: 3;
    display: none;
}
.jcarousel-prev
{
    z-index: 3;
    display: none;
}
.jcarousel-skin-main .jcarousel-container
{
}
.jcarousel-skin-main .jcarousel-container-horizontal
{
    width: 610px;
    padding: 0;
    z-index: 100 !important;
}
.jcarousel-skin-main .jcarousel-clip-horizontal
{
    width: 610px;
    height: 255px;
}
.jcarousel-skin-main .jcarousel-item
{
    width: 610px;
    height: 255px;
}
.jcarousel-skin-main .jcarousel-item-horizontal
{
    margin-right: 0px;
}
.jcarousel-skin-main .jcarousel-item-placeholder
{
    background: #fff;
    color: #000;
}
/** *  Horizontal Buttons */
.jcarousel-skin-main .jcarousel-next-horizontal
{
    position: absolute;
    top: 313px;
    right: 5px;
    width: 18px;
    height: 34px;
    cursor: pointer;
    background: transparent url(../images/sprites-buttons.png) -82px -23px no-repeat;
    z-index: 200;
}
.jcarousel-skin-main .jcarousel-next-horizontal:hover
{
    background-position: -82px -68px;
}
.jcarousel-skin-main .jcarousel-next-horizontal:active
{
    background-position: -82px -68px;
}
.jcarousel-skin-main .jcarousel-next-disabled-horizontal, .jcarousel-skin-main .jcarousel-next-disabled-horizontal:hover, .jcarousel-skin-main .jcarousel-next-disabled-horizontal:active
{
    cursor: default;
    background-position: -82px -200px;
}
.jcarousel-skin-main .jcarousel-prev-horizontal
{
    position: absolute;
    top: 313px;
    left: 5px;
    width: 18px;
    height: 34px;
    cursor: pointer;
    background: transparent url(../images/sprites-buttons.png) 0 -23px no-repeat;
    z-index: 200;
}
.jcarousel-skin-main .jcarousel-prev-horizontal:hover
{
    background-position: 0 -68px;
}
.jcarousel-skin-main .jcarousel-prev-horizontal:active
{
    background-position: 0 -68px;
}
.jcarousel-skin-main .jcarousel-prev-disabled-horizontal, .jcarousel-skin-main .jcarousel-prev-disabled-horizontal:hover, .jcarousel-skin-main .jcarousel-prev-disabled-horizontal:active
{
    cursor: default;
    background-position: 0 -200px;
}
/* End *** jquery.jcarousel.css **/
#Intro_MainBanner
{
    color: #78A22F;
    display: block;
    font-family: Helvetica,Arial;
    font-size: 1.8em;
    font-weight: normal;
    text-align: left;
    width: 750px;
    margin:0;
    padding-bottom:10px;
}
/* JS disabled styles */
.no-js nav li:hover ul
{
    display: block;
}

/* base nav styles */
#topNav
{
    display: block;
    margin: 0 auto 10px;
    position: relative;
}
#topNav ul
{
    padding: 0;
    margin: 0;
    border-top: 1px solid #fff;
    background-color: #78A22F;
    -moz-border-bottom-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-bottom-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
#topNav li
{
    position: relative;
    float: left;
    list-style-type: none;
}
#topNav ul:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#topNav li a
{
    display: block;
    padding: 0px 0px;
    border-left: 1px solid #fff;
    text-decoration: none;
    background-color: #77A12E;
}

#topNav li:first-child a
{
    border-left: 0;
    -moz-border-bottom-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

#topNav li:last-child a
{
    -moz-border-bottom-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.rgba #topNav ul ul li:last-child a
{
    -moz-border-bottom-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-bottom-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

#topNav a span
{
    display: block;
    float: right;
    margin-left: 5px;
}
#topNav ul ul
{
    display: none;
    width: 200px;
    position: absolute;
    left: 0;
    background: #77A12E;
}
#topNav ul ul li
{
    float: none;
}
#topNav ul ul a
{
    padding: 5px 10px;
    border-left: none;
    border-right: none;
    font-size: 14px;
}
#topNav ul ul a:hover
{
    background-color: #77A12E;
}

/* CSS3 */
.borderradius #topNav
{
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.boxshadow.rgba #topNav
{
    
}
.cssgradients #topNav li:hover
{
    
}
.borderradius #topNav ul ul
{
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-rightright-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-rightright-radius: 4px;
    width:200px;
    color:#fff;
    text-align:left;
}
.boxshadow.rgba #topNav ul ul
{
    background-color: #77A12E;
}
.rgba #topNav ul ul li
{
    border-top:1px solid #fff;
    color:#fff;
}
#topNav ul ul li
{
    border-top:1px solid #fff;
    color:#fff;
}
.rgba #topNav ul ul a
{
    color:#fff;
    font-size: 14px;
    font-weight: normal;
}
#topNav ul ul li a
{
    color:#fff;
    font-size: 14px;
    font-weight: normal;
    text-align:left;
}
.rgba #topNav ul ul a:hover
{
    color:#fff;
    font-size: 14px;
    font-weight: normal;
}
.borderradius.rgba #topNav ul ul li.last
{
    border-left: 1px solid rgba(0,0,0,0.1);
    border-bottom: 1px solid rgba(0,0,0,0.1);
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-rightright-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-rightright-radius: 4px;
}
.csstransforms ul a span
{
    
}
/* fallbacks */
.no-cssgradients #topNav, .no-js #topNav
{
    padding-bottom: 4px;
    border: none;
    background: url(../fallback/navBG.gif) repeat-x 0 0;
}
.no-borderradius nav ul, .no-js nav ul
{
    background: url(../fallback/navRight.gif) no-repeat 100% 0;
}
.no-borderradius nav ul ul, .no-js nav ul ul
{
    background: none;
}
.no-borderradius nav li, .no-js nav li
{
    height: 44px;
}
.no-cssgradients nav li:hover, .no-js nav li:hover
{
    background: url(../fallback/navOverBG.gif) repeat-x 0 0;
}
.no-borderradius nav li li, .no-js nav li li
{
    height: auto;
    width: 98%;
    left: -2px;
}
.no-borderradius nav li:first-child, .no-js nav li:first-child
{
    background: url(../fallback/navLeft.gif) no-repeat 0 0;
}
.no-borderradius nav li:first-child:hover, .no-js nav li:first-child:hover
{
    background: url(../fallback/navOverLeft.gif) no-repeat 0 0;
}
.no-borderradius nav li li:first-child, .no-js nav li li:first-child
{
    background: none;
}
.no-rgba nav ul ul, .no-js nav ul ul
{
    left: 1px;
    padding-left: 2px;
    background: url(../fallback/subnavBG.png) no-repeat 100% 100%;
}
.no-rgba nav ul ul a, .no-js nav ul ul a
{
    left: 3px;
}
.no-rgba nav ul ul a:hover
{
    background: url(../fallback/subOverBG.png) repeat 0 0;
}
.no-csstransforms ul a span
{
    overflow: hidden;
    background: url(../fallback/indicator.png) no-repeat 0 0;
}
.no-borderradius ul ul li.last
{
    margin-bottom: 10px;
}
.no-cssgradients.boxshadow nav
{
    box-shadow: none;
}
#banners
{
    
}
#banners a {
    display: block;
    margin: 10px 0;
    overflow: hidden;
}
.newsletter-box
{
    background: none repeat scroll 0 0 #78A22F;
    border-radius: 5px 5px 5px 5px;
    margin-bottom: 3px;
    overflow: hidden;
    padding: 0 0 9px;
    position: relative;
    width: 200px;   
}
.newsletter-box h3
{
    background: none repeat scroll 0 0 transparent;
    border-bottom: 0 none;
    color: #FFFFFF;
    display: block;
    font-size: 1.1em;
    font-weight: bold;
    padding: 0 4px 0 12px;
}
.newsletter-box p
{
background: none repeat scroll 0 0 #78A22F;
    border-bottom: 0 none;
    color: #FFFFFF;
    display: block;
    font-size: 1.1em;
    font-weight: normal;
    padding: 0 4px 0 12px;
}
.newsletter-box-email input
{
    display: inline;
    float: left;
    margin-left: 12px;
    margin-right: 7px;
    width: 128px;
}
#lower-nav 
{
    border-bottom: 1px solid #CCCDCF;
    overflow: hidden;
}
.lower-nav-left
{
    display: inline;
    float: left;
    overflow: hidden;
    width: 706px;
}
.lower-nav-right
{
    
}
#lower-nav-search
{
    background: none repeat scroll 0 0 transparent;
    display: inline;
    float: right;
    width: 253px;
}
#lower-nav-search .searchtext
{
    display: inline;
    float: left;
    font-size: 1.3em;
    font-weight: normal;
    padding: 6px 0 0;
    width: 50px;
    color: #595959;
    line-height:8px;
}
#lower-nav-search input
{
    border: 1px solid #CCCCCC;
    display: inline;
    float: left;
    height: 20px;
    margin: 0 6px !important;
    padding: 0 3px 0 4px !important;
    text-decoration: none;
    width: 130px;
}
#lower-nav-search .searchbutton {
    background: url("../images/icons_sprite.gif") no-repeat scroll 0 0 #FFFFFF;
    border: 0 none;
    color: #FFFFFF;
    display: block;
    float: left;
    font-size: 0;
    height: 24px;
    line-height: 0;
    margin-top: 0;
    overflow: hidden;
    text-indent: -9000px;
    width: 35px;
    cursor:pointer;
}
.lower-nav-left .call 
{
    color: #A6A8AB;
    display: inline;
    float: left;
    font-size: 1.2em;
    font-weight: bold;
    padding: 6px 0 0 10px;
    width: 170px;
    margin-top:0;
}
#lowernavul {
    display: inline;
    float: right;
    list-style: none outside none;
    padding: 0;
    text-align: center;
    width: 490px;
    margin-top:0;
}
#lowernavul li 
{
    display: block;
    float: left;
    list-style: none outside none;
}
#lowernavul .divider
{
    color: #A6A8AB;
    display: inline;
    float: left;
    font-size: 1.5em;
    margin: 0;
    padding: 2px;
}
#lowernavul li a
{
    color: #A6A8AB;
    display: inline;
    float: left;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 2em;
    margin: 0 2px;
    padding: 2px 0;
    text-decoration: none;
    font-style: normal;
}
#lowernavul li a:hover
{
    color:#78A22F;   
}
.header-right-top 
{
    padding: 0 15px 0 0;
    text-align: right;
    width: 853px;
}
.header-right-top ul
{
    display: inline;
    float: right;
    list-style: none outside none;
    padding: 0 12px 0 0;
    text-align: center;
}
.header-right-top ul li 
{
    display: block;
    float: left;
    list-style: none outside none;
    position: relative;
    z-index: 9200;
}
.divider
{
    color: #FFFFFF;
    display: inline;
    float: left;
    margin: 0 2px;
    padding: 2px 5px;
    position: relative;
}
#mainlinks a 
{
    color: #FFFFFF;
    display: inline !important;
    float: left !important;
    font-size: 1.1em;
    margin: 0 2px;
    padding: 2px 0;
    position: relative;
    text-decoration: none;
    font-style: normal;
}
.header-right-bottom
{
    padding: 0 0 14px;
    text-align: right;
    width: 853px;
}
.social
{
    overflow: hidden;
    width: 980px;
    margin-left:20px;
}
.website_msg_left 
{
    margin: 18px 0 10px;
    margin-top:15px !important;
}
.website_msg_left 
{
    color: #6D6E70;
    float: left;
    font-size: 1.2em;
    line-height: 1.4em;
    margin: 4px 5px 10px 10px;
    text-align: center;
    text-transform: uppercase;
    width: 130px;
    margin-top:10px;
}
.blog_large, #homeContent2 .RSS_large, #homeContent2 .facebook_large, #homeContent2 .twitter_large
{
    display: inline;
    float: left;
    height: 26px;
    margin-right: 4px;
    margin-top: 14px;
    text-indent: -9999px;
    width: 26px;
}
.google_large
{
    display: inline;
    float: left;
    height: 26px;
    margin-right: 1px;
    margin-top: 12px;
    text-indent: -9999px;
    width: 26px;
}
a:link {
}
.facebook_large 
{
    background: url("../images/icons_sprite.gif") no-repeat scroll -50px 0 transparent;
}
.google_large 
{
    background: url("../images/gprofile.png") no-repeat;
    width:26px;
    height:26px;
}
.twitter_large {
    background: url("../images/icons_sprite.gif") no-repeat scroll -83px 0 transparent;
}
.blog_large, #homeContent2 .RSS_large, #homeContent2 .facebook_large, #homeContent2 .twitter_large {
    display: inline;
    float: left;
    height: 26px;
    margin-right: 4px;
    margin-top: 14px;
    text-indent: -9999px;
    width: 26px;
}
.blog_large, .RSS_large, .facebook_large, .twitter_large
{
    display: inline;
    float: left;
    height: 26px;
    margin-right: 3px;
    text-indent: -9999px;
    width: 26px;
    margin-top:10px;
}
.plusone_large
{
    display: inline;
    float: left;
    height: 26px;
    margin-right: 3px;
    text-indent: -9999px;
    width: 70px;
    margin-top:10px;
}
.plusone_large iframe
{
    width:70px !important;
}
.blog_large 
{
    background: url("../images/bloglink.jpg") no-repeat scroll -2px -4px transparent;
}
.website_msg .certified_by 
{
    color: #6D6E70;
    display: inline;
    float: left;
    font-size: 1.2em;
    line-height: 1.4em;
    margin-bottom: 10px;
    margin-top: 14px;
    padding-left: 16px;
    text-align: left;
    text-transform: uppercase;
    width: 109px;
}
.website_msg span 
{
    color: #D12438;
    margin-right: 15px;
}
#FooterHolder.bg_foot 
{
    background: url("../images/globalblock_bg.jpg") repeat-x scroll 0 0 transparent;
    padding-top: 20px;
}
#FooterHolder 
{
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 980px;
}
#FooterHolderInner 
{
    margin: 0 auto;
    position: relative;
    width: 980px;
    z-index: 101;
}
.FooterItem {
    border-right: 1px solid #CCCDCF;
    display: inline;
    float: left;
    height: auto !important;
    list-style: none outside none;
    min-height: 158px;
    overflow: hidden;
    padding: 0 0 10px;
    width: 246px;
}
#AddressFooterHolder 
{
    border-top: 1px solid #CCCDCF;
    clear: both;
    color: #000000;
    font-size: 10px;
    font-weight: normal;
    height: auto !important;
    min-height: 92px;
    text-align: center;
}
#AddressFooterHolder a.product_symbols 
{
    background: url("../images/greenpeople_product_symbols.png") no-repeat scroll center 10px transparent;
    display: inline;
    float: left;
    height: auto !important;
    margin: 10px 0 0;
    min-height: 70px;
    text-indent: -9000em;
    width: 560px;
}
.FootliHeader 
{
    color: #6D6E70;
    font-size: 1.3em;
    font-weight: normal;
    padding: 1px 0 10px 16px;
    text-transform: uppercase;
}
.FooterItem li a 
{
    color: #6D6E70 !important;
    font-size: 1em;
    font-weight: normal;
}
.FooterItem li a, .FooterItem ul li span 
{
    background: url("../images/icons_sprite.gif") no-repeat scroll -183px 3px transparent;
    color: #000000;
    display: block;
    overflow: hidden;
    padding: 1px 0 1px 16px;
    text-decoration: none;
    text-transform: uppercase;
}
a:link 
{
}
a:hover, a:active 
{
    outline: medium none;
}
#Footer1, #Footer2, #Footer3, #Footer4 
{
}
.FooterItem 
{
    border-right: 1px solid #CCCDCF;
    display: inline;
    float: left;
    height: auto !important;
    list-style: none outside none;
    min-height: 158px;
    overflow: hidden;
    padding: 0 0 10px;
    width: 246px;
}
#AddressFooterHolder .addresss_copyright 
{
    color: #919293;
    display: inline;
    float: right;
    font-size: 1em;
    height: auto !important;
    margin: 20px 0 0;
    min-height: 70px;
    text-align: left;
    width: 410px;
}
#globalblocks 
{
    border-bottom: 1px solid #CCCDCF;
    margin: 0 auto;
    overflow: hidden;
    width: 980px;
}
#globalblocks .globalblockL 
{
    margin: 0 6px 10px 0;
    width: 235px;
}
#globalblocks .globalblockL, #globalblocks .globalblockMid, #globalblocks .globalblockR 
{
    background: url("../images/globalblock_bg.jpg") repeat-x scroll 0 0 transparent;
    display: inline;
    float: left;
    height: auto !important;
    margin: 0 6px 10px;
    min-height: 213px;
    overflow: hidden;
}
#eKomiGate_widget 
{
    display: block;
    height: 150px;
    margin: -8px 0 0 4px;
    width: 225px;
}
#globalblocks .globalblockMid 
{
    padding-bottom: 5px;
    width: 486px;
}
#globalblocks .globalblockMid {
    position: relative;
}
#globalblocks .globalblockL, #globalblocks .globalblockMid, #globalblocks .globalblockR 
{
    background: url("../images/globalblock_bg.jpg") repeat-x scroll 0 0 transparent;
    display: inline;
    float: left;
    height: auto !important;
    margin: 0 6px 10px;
    min-height: 213px;
    overflow: hidden;
}
#globalblocks .globalblockL h2, #globalblocks .globalblockMid h2, #globalblocks .globalblockR h2 
{
    color: #6D6E70;
    display: block;
    font-size: 1.3em;
    padding: 25px 0 20px 14px;
    text-transform: uppercase;
    font-weight:normal;
}
#globalblocks .globalblockMid .addComment {
    padding: 0 0 2px;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 110px;
}
#globalblocks .globalblockMid .addComment {
    padding: 0 0 2px;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 110px;
}
.addComment 
{
    float: none;
    margin-bottom: 10px;
    margin-top: 5px;
    width: 110px;
}
button, .btn, .btn2, #popsubmit, #CHANGECOUNTRY_CHANGECOUNTRY, #CHANGECOUNTRY_CLOSEWINDOW, .btnBasket, .btnAccount, #GetOldCart, #GetNewCart 
{
    background: none repeat scroll 0 0 #77A12E;
    border: 1px solid #77A12E;
    border-radius: 6px 6px 6px 6px;
    color: #FFFFFF !important;
    display: block;
    float: right;
    font-size: 1.2em;
    overflow: hidden;
    padding: 3px 4px;
    position: relative;
    text-align: center;
    text-decoration: none;
    z-index: 10;
}
.review_block, .moreAbout_detail p {
    padding: 0 14px;
}
.review_block p {
    color: #221F1F;
    padding-bottom: 3px;
}
.review_block a.read_more {
    font-weight: bold;
}
#moreAbout_lnk {
    background: url("../images/icons_sprite.gif") no-repeat scroll -180px -169px transparent;
    display: block;
    font-size: 1.1em;
    font-weight: bold;
    margin-top: 30px;
    padding: 0 0 0 38px;
    width: 440px;
}
#globalblocks .globalblockR {
    margin: 0 0 10px 6px;
    width: 225px;
}

#payment_security {
    display: block;
    height: 151px;
    margin-left: 8px;
    position: relative;
    width: 209px;
}

a {
    color: #78A12E;
    text-decoration: underline;
}
.headerBasket, .headerBasketDisabled 
{
    background: none repeat scroll 0 0 #FFFFFF;
    display: inline;
    float: right;
    list-style: none outside none;
    margin-left: 23px;
    margin-right: 15px;
    margin-top: 20px;
    position: relative;
    width: 314px;
    z-index: 9700;
}
.headerBasket h4, .headerBasketDisabled h4 {
    color: #999999;
    display: none;
    font-size: 1.2em;
    padding: 12px 34px 6px 0;
}
#oDIVYourBasket {
    color: #999999;
}
#ViewBasketLink {
    position: relative;
    width: 314px;
}
#ViewBasketLink span.basketdropper {
    display: block;
    position: relative;
    width: 314px;
}
.basketdropper_left {
    background: url("images/icons/smallBasket.png") no-repeat scroll 8px 50% transparent;
    display: inline;
    float: left;
    padding: 7px 10px 7px 30px;
    text-align: left;
    width: 196px;
}
a.LinkDarkOnLight, a.LinkLightOnDark {
    color: #231F20;
    padding: 0 2px 3px;
    text-decoration: none;
}
#_ctl0_smallbasket_YourBasket_View {
    color: #231F20;
    font-weight: bold;
}
a.LinkDarkOnLight SPAN, a.LinkLightOnDark SPAN {
    color: #231F20;
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: none;
}
span.LinkDarkOnLight, span.LinkLightOnDark {
    color: #231F20;
    font-weight: bold;
    padding: 0 2px 3px;
    text-align: left;
    text-decoration: none;
}
.basketdropper_right {
    display: inline;
    float: right;
    padding: 4px;
    width: 70px;
}
a.LinkDarkOnLight, a.LinkLightOnDark {
    color: #231F20;
    padding: 0 2px 3px;
    text-decoration: none;
}
#_ctl0_smallbasket_YourBasket_Checkout {
    background: none repeat scroll 0 0 #221E1F;
    border: 1px solid #221E1F;
    border-radius: 6px 6px 6px 6px;
    color: #FFFFFF !important;
    display: block;
    float: right;
    overflow: hidden;
    padding: 3px 4px;
    position: relative;
    text-align: center;
    text-decoration: none;
    z-index: 10;
}
a.LinkDarkOnLight SPAN, a.LinkLightOnDark SPAN {
    color: #231F20;
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: none;
}
#ViewBasketLink div.dropdown_basket {
    display: block;
    overflow: hidden;
    position: absolute;
    right: -2px;
    top: 32px;
    width: 318px;
    z-index: 4000;
}
#bpopHolder {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 2px solid #77A12E;
    border-radius: 0 0 10px 10px;
    font-size: 12px;
    overflow: hidden;
    position: relative;
    width: 314px;
    z-index: 9700;
}
#bpopHolderAdded {
    color: #333333;
    font-size: 12px;
    font-weight: normal;
    padding: 10px 0 0;
    text-align: center;
}
#BasketPopUpInner .BasketText {
    color: #FF0000;
    padding: 5px;
}
.BasketText {
    color: #FF0000;
    font-weight: bold;
    margin: 20px 20px 20px 0;
}
#bpopiHolder {
    clear: both;
    color: #000000;
    overflow: hidden;
    padding: 10px;
}
#Basket_Checkout, #Basket_GoTo {
    margin: 0 14px 6px 0;
    width: 106px;
}
#bpopfsHolder {
    clear: both;
    color: #000000;
    padding: 5px 20px 10px;
}
#bpopfsHolderLower {
    clear: both;
    display: none;
    padding: 3px;
}
#oDivCMSContentSubPage ul {
    list-style-type: disc;
    margin-bottom: 10px;
    margin-left: 15px;
}
#PressList {
    display: block;
    margin: 0 0 20px !important;
    overflow: hidden;
    padding-bottom: 10px;
    width: 750px;
}
ul, ol {
}
#oDivCMSContentSubPage ul li, #oDivCMSContentSubPage ol li {
    color: #595959;
    font-size: 1.1em;
    line-height: 150%;
}
#PressList {
    display: block;
    overflow: hidden;
    padding-bottom: 10px;
    width: 750px;
    padding-left:10px;
}
#PressList li {
    display: inline;
    float: left;
    height: 350px;
    margin-right: 25px;
    margin-top: 20px;
    overflow: hidden;
    width: 157px;
}
#PressList li a {
    display: inline;
    float: left;
    width: 157px;
    text-decoration:none;
    font-weight:normal;
}
#PressList li a h3.ttl_press {
    color: #77A12E;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.2em;
    padding: 4px 4px 0;
    text-align: left;
    text-decoration: none !important;
    width: auto;
}
#PressList li a .dateTime {
    display: none;
    text-decoration: none !important;
}
#PressList li a p {
    color: #6D6B54;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 1.2em;
    margin-bottom: 3px;
    padding: 0 4px;
    text-align: left;
    text-decoration: none !important;
    width: 200px;
}
#PressList li a.press_readmore {
    background: url("../images/readmore_arrow.gif") no-repeat scroll 4px 1px transparent;
    color: #77A12E;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 1.2em;
    padding: 0 4px 0 16px;
    text-align: left;
    text-decoration: none !important;
    width: 70px;
}
#PressList li a.press_readmore:hover {
    background: url(../"images/readmore_arrow.gif") no-repeat scroll 4px -28px transparent;
    color: #424F20;
}
#PressList li a:hover {
    text-decoration: none !important;
}
#PressList li a:hover h3 {
    text-decoration: none !important;
}
#PressList li a img {
    border: 1px solid #A4A891;
    width: 155px;
}
#PressList li a:hover img {
    border: 1px solid #424F20;
    text-decoration: none !important;
    width: 155px;
}
#FrontFeatured {
    display: block;
    overflow: hidden;
    padding: 10px 0;
    width: 980px;
}
#ProductList {
    display: block;
    overflow: hidden;
    padding: 10px 0;
    width: 780px;
}
#oDivCMSContentSubPage #FrontFeatured {
    border-bottom: 1px solid #BBBDBF;
    display: block;
    margin-left: 0;
    overflow: hidden;
    padding: 10px 0;
    width: 703px;
}
.FFPLH {
    border-right: 2px solid #BBD097;
    display: inline;
    float: left;
    height: auto !important;
    min-height: 342px;
    overflow: hidden;
    padding: 0 21px;
    text-decoration: none;
    width: 200px;
}
.FFPLH2 {
    border-right: 2px solid #BBD097;
    display: inline;
    float: left;
    height: auto !important;
    min-height: 342px;
    overflow: hidden;
    padding: 0 21px;
    text-decoration: none;
    width: 200px;
    margin-top:20px;
}
.horiz-bar
{
    border-top: 1px solid #BBBDBF;
    height:1px;
    margin-top:10px;
    margin-left:15px;
    margin-right:15px;
}
#oDivCMSContentSubPage #FrontFeatured .FFPLH {
    border-bottom: 1px solid #BBD097;
    border-right: 1px solid #BBD097;
    padding: 10px 16px 0;
}
.FFPLM {
    display: none;
}
#HomepageDisplayBlk .FFPLHI .FFPINF .pp {
    float: none;
    width: 200px;
}
.FFPLHI {
    margin-top: 0;
    padding: 0;
}
.FFPINF {
    width: 200px;
}
.FFProdInfo Span {
    color: #666666 !important;
    font-size: 110%;
    font-weight: bold;
    height: 27px;
    padding: 0;
}
.FFPPRRP, .FFPPRRP strike {
    color: #747577;
    display: block;
    font-size: 1.15em;
}
.FFPPRC {
    color: #F3632B !important;
    float: left;
    font-size: 1.3em;
    font-weight: bold;
    margin: 0;
    padding-left: 3px;
    text-align: left;
    width: 95px;
}
.FFPPRC Span {
    color: #F3632B !important;
}
.FFPSSC {
    color: #A6A8AB !important;
    float: right;
    font-size: 1.2em;
    font-weight: normal;
    margin: 0;
    padding-right: 3px;
    text-align: right;
    width: 95px;
}
.FFPSSC Span {
    color: #A6A8AB !important;
    text-transform: uppercase;
}
.FFPTIT {
    color: #414142 !important;
    font-size: 1.3em;
    height: auto !important;
    min-height: 40px;
    overflow: hidden;
    padding-top: 10px;
    text-align: left;
    width: 200px;
}
.FFPIMG {
    height: 185px;
    margin: 0 auto;
    width: 185px;
    z-index: 10;
    text-align:center;
}
.FFPIMG IMG {
    border: 0 none;
}
.FFPTIT A {
    color: #414142;
    font-size: 1em;
    font-weight: bold;
    text-decoration: none;
}
#oDivCMSContentSubPage #FrontFeatured .FFPTIT A {
    font-size: 0.9em;
}
.FFPTIT A:hover {
    color: #78A22F;
}
.FFPTFD {
    color: #919293 !important;
    font-size: 1.1em !important;
    font-weight: bold;
    height: auto !important;
    margin: 3px 0;
    min-height: 32px;
    overflow: hidden;
    text-align: left;
    text-decoration: none;
    width: 200px;
}
.FFPMIB {
    display: inline;
    float: right;
    height: 30px;
    overflow: hidden;
    padding: 5px 0;
    width: 100px;
}
.FFPMIB A, .FFPMIB A:visited {
    color: #777777;
    font-size: 90%;
    margin-left: 2px;
    text-decoration: none;
}
.FFSS {
    display: none;
}
.FFMore {
    display: inline;
    float: left;
    height: 30px;
    overflow: hidden;
    padding: 5px 0;
    width: 100px;
}
.FFplinpQty {
    border: 1px solid #888888;
    font-size: 13px;
    font-weight: bold;
    margin: 11px 0 0 0;
    padding: 1px 1px 1px 3px;
    width: 18px;
}
.FFimgAdd {
    color: #FFFFFF;
    font-weight: bold;
    height: 25px;
    margin-left: 5px;
    width: 70px;
}
.FFimgAddTransp {
    height: 43px;
    width: 125px;
}
.FFimgAddTranspSmall {
    height: 25px;
    margin-left: 5px;
    width: 45px;
}
.FFimgadd2basketTransp {
    height: 25px;
    margin-left: 5px;
    width: 50px;
}
.FFimgadd2basketTransp2 {
    height: 24px;
    margin-left: 0;
    width: 74px;
}
.FFimgmoreinfoTransp2 {
    height: 43px;
    margin-left: 5px;
    width: 141px;
}
.FFimgmoreinfoTransp {
    height: 25px;
    margin-left: 5px;
    width: 95px;
}
.FFPLH .Price {
    color: #AAAAAA;
    font-size: 110%;
    font-weight: bold;
}
.FFPLH .Price Span {
    color: #000000;
    font-size: 100%;
}
#newProduct {
    width: 183px;
}
#newProduct .FNPLH {
    border-bottom: 1px solid #C5DA39 !important;
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 6px 0;
    position: relative;
    width: 183px !important;
}
#newProduct .FNPLM {
    display: none;
}
#newProduct .FNPLHI {
    margin: 0;
    padding: 0;
    width: 183px;
}
#newProduct .FNPINF {
    width: 183px;
}
#newProduct .FNPINF .pp {
    display: inline;
    float: left;
    width: 72px;
}
#newProduct .FNProdInfo Span {
    color: #01512F !important;
    font-size: 1em;
    font-weight: bold;
    padding: 0;
}
#newProduct .FNINfo {
    display: inline;
    float: right;
    width: 110px;
}
#newProduct .FNPPRRP {
    background: none repeat scroll 0 0 red;
    margin: 0 0 0;
    overflow: hidden;
    text-align: left;
    width: 108px;
}
#newProduct .FNPPRRP strike {
    color: #888888 !important;
    font-size: 12px;
    font-weight: bold;
}
#newProduct .FNPPRC {
    color: #01512F !important;
    font-size: 1em;
    font-weight: bold;
    margin: 0;
    text-align: left;
    width: 108px;
}
#newProduct .FNPPRC Span {
    color: #01512F !important;
    font-family: tahoma,arial,sans serif;
    font-size: 1em;
}
#newProduct .FNPTIT {
    color: #00512F !important;
    font-size: 1em;
    height: auto !important;
    margin: 0;
    min-height: 46px;
    overflow: hidden;
    padding-bottom: 4px;
    text-align: left;
    width: 108px;
}
#newProduct .FNPIMG {
    display: inline;
    float: left;
    height: 72px;
    width: 72px;
    z-index: 10;
}
#newProduct .FNPIMG a {
    border: 1px solid #FFFFFF;
    display: inline;
    float: left;
    height: 70px;
    margin: 0;
    padding: 0;
    width: 70px;
    z-index: 10;
}
#newProduct .FNPIMG a:hover {
    border: 1px solid #004C2C;
}
#newProduct .FNPIMG IMG {
    border: 0 none;
    height: 70px;
    width: 70px;
}
#newProduct .FNPTIT A {
    color: #004D2D;
    font-size: 12px;
    font-weight: bold;
    padding: 0;
    text-decoration: none;
    width: 100px;
}
#newProduct .FNPTIT A:hover {
    color: #C2D82E;
}
#newProduct .FNPMIB {
    float: left;
    height: 24px;
    padding-top: 0;
    width: 72px;
}
#newProduct .FNPMIB A, #newProduct .FFPMIB A:visited {
    color: #777777;
    margin-left: 2px;
    text-decoration: none;
}
#newProduct .FNSS {
    float: left;
    margin: 0 0 8px;
}
#newProduct .FNMore {
    margin: 20px 0 0;
    overflow: hidden;
    padding: 1px 0;
    width: 108px;
}
#newProduct .FNMore a {
    background: url("../../../images/buttons/sprite_MasterArrows.gif") no-repeat scroll 0 -180px transparent;
    display: block;
    font-size: 0.9em;
    margin: 0 !important;
    overflow: hidden;
    padding: 0 10px 1px !important;
    position: relative;
    width: 40px;
    z-index: 10;
}
#newProduct .FNMore a:hover, #newProduct .FNMore a:focus {
    background: url("../../../images/buttons/sprite_MasterArrows.gif") no-repeat scroll 0 -223px transparent;
    color: #B5D319;
}
#newProduct .FNplinpQty {
    border: 1px solid #888888;
    font-size: 13px;
    font-weight: bold;
    margin: 11px 0 0 0;
    padding: 1px 1px 1px 3px;
    width: 18px;
}
#newProduct .FFNimgAdd {
    color: #FFFFFF;
    font-weight: bold;
    height: 25px;
    margin-left: 5px;
    width: 70px;
}
#newProduct .FNimgAddTransp {
    height: 43px;
    width: 125px;
}
#newProduct .FNimgadd2basketTransp {
    height: 25px;
    margin-left: 5px;
    width: 50px;
}
#newProduct .FNimgadd2basketTransp2 {
    height: 24px;
    margin-left: 0;
    width: 74px;
}
#newProduct .FNimgmoreinfoTransp {
    height: 25px;
    margin-left: 5px;
    width: 95px;
}
#newProduct .FNPLH .Price {
    color: #AAAAAA;
    font-size: 1em;
    font-weight: bold;
}
#newProduct .FNPLH .Price Span {
    color: #000000;
    font-size: 100%;
}
#newProduct .FNINfo .FNPMIB, #newProduct .FNINfo .FFListAdd {
    display: none;
}
.but_moreInfo, .btn_Dept_buyNow, .btn_Dept_add2basket {
    width: 90px;
}
.btn_gray {
    background: none repeat scroll 0 0 #929497;
    border: 1px solid #929497;
    border-radius: 6px 6px 6px 6px;
    color: #FFFFFF !important;
    display: block;
    float: left;
    font-size: 1.2em;
    overflow: hidden;
    padding: 3px 4px;
    position: relative;
    text-align: center;
    text-decoration: none;
    z-index: 10;
    font-weight:normal;
    cursor:pointer;
}
.btn_gray:hover {
    background: none repeat scroll 0 0 #221E1F;
    border: 1px solid #221E1F;
    border-radius: 6px 6px 6px 6px;
    position: relative;
    text-decoration: none;
    font-weight:normal;
}
.btn_Dept_buyNow:hover, btn_Dept_add2basket:hover {
    background: none repeat scroll 0 0 #221E1F;
    border: 1px solid #221E1F;
    border-radius: 6px 6px 6px 6px;
    cursor: pointer;
    position: relative;
    text-decoration: none;
}
#ProductHolder {
    height: auto !important;
    margin: 0;
    overflow: hidden;
    padding-bottom: 4px;
}
#ProductHolder {
    height: auto !important;
    margin: 0;
    overflow: hidden;
    padding-bottom: 4px;
}
#mag_glass {
    background: url("../images/icons_sprite.gif") no-repeat scroll -153px 0 transparent;
    height: 40px;
    left: 280px;
    position: absolute;
    text-indent: -9000em;
    top: 50px;
    width: 40px;
}
div.slideshow {
    float: left;
    width: 305px;
}
#ProductImageHolder IMG {
    padding-top:10px;
}
#ProductDescriptionHolder {
    color: #434343;
    float: right;
    width: 440px;
}
#ProductDescriptionHolder h1 {
    float: left;
    width: 320px;
}
#ProductHolder #ProductImageHolder h1, #ProductDescriptionHolder h1 {
    color: #78A22F;
    display: block;
    font-size: 1.7em;
    padding: 0 0 4px;
}
#PDT_STATES {
    display: inline;
    float: right;
    height: 30px;
    margin-bottom: 5px;
    margin-right: 10px;
    width: 63px;
    margin-top:10px;
}
#PDT_NEWPROD img, #PDT_BESTSELLER img, #PDT_ONSALE img {
    padding-right: 8px;
}
#ProductHolder #ProductImageHolder p.sub_desc, #ProductDescriptionHolder p.sub_desc {
    clear: both;
    color: #6D6E70;
    display: block;
    font-size: 1.2em;
    font-weight: bold;
    padding: 0 0 2px;
}
.prodDet_row {
    border-bottom: 1px solid #78A22F;
    clear: left;
    overflow: hidden;
    width: 440px;
}
.DisplayStockCode {
    display: inline;
    float: left;
    padding-bottom: 5px;
    padding-top: 0;
    text-align: left;
    width: 120px;
}
.DisplayStockCode p {
    color: #A6A8AB;
    font-size: 1.3em;
    padding-top: 5px;
}
.DisplayStockCode p.sub_stockcode {
    color: #A6A8AB;
    display: none;
    font-size: 1em;
    padding-top: 4px;
}
.facebook_like {
    float: right;
    padding-bottom: 5px;
    padding-top: 15px;
    text-align: right;
    width: 262px;
}

.prodDet_rowLower {
    clear: left;
    overflow: hidden;
    width: 440px;
}
#CustomerRating {
    color: #434343;
    display: inline;
    float: left;
    overflow: hidden;
    padding-bottom: 1px;
    padding-top: 5px;
    text-align: left;
    width: 215px;
}
#CustomerRating span {
    color: #78A22F;
    display: block;
    float: left;
    font-weight: bold;
    line-height: 20px;
    margin-right: 10px;
    padding-left: 10px;
}
#CustomerRating img {
    float: left;
}
#AddReview {
    float: right;
    overflow: hidden;
    padding-bottom: 1px;
    padding-right: 4px;
    padding-top: 7px;
    text-align: right;
    width: 160px;
}
#AddReview a {
    color: #A6A8AB;
    display: inline;
    float: right;
    font-weight: normal;
    padding-right: 10px;
    width: 160px;
}
#PPTabHolder2 {
    display: inline;
    float: left;
    padding: 0;
    width: 440px;
}
.PDT_ConfHolderOuter {
    background: none repeat scroll 0 0 #FFFFFF;
    overflow: hidden;
}
#PDT_ProductPriceBox {
    background: none repeat scroll 0 0 #E7E8E9;
    padding: 0 0 5px;
    width: 440px;
}
.PDT_ProductTable {
    overflow: hidden;
    padding-bottom: 10px;
    width: 440px;
}
.PDT_ProductTableHeader {
    color: #A6A8AB;
}
.PDT_colL {
    float: left;
    overflow: hidden;
    padding: 14px 0 0 15px;
    width: 170px;
}
#txtPrice, #txtQnty, #txtDespatched {
    color: #78A22F;
    font-size: 1.2em;
}
.PDT_Price {
    color: #747577;
    padding-top: 6px;
}
.PDT_Price .PriceNow {
    display: none;
    font-size: 1.8em;
}
.PDT_Price .Price {
    color: #F3632B;
    font-size: 1.8em;
    font-weight: bold;
}
.PDT_Price #RRPTable {
    color: #747577;
    display: block;
    font-size: 1.2em;
}
.PDT_colR {
    float: right;
    overflow: hidden;
    padding: 14px 0 0;
    text-align: left;
    width: 200px;
}
.PDT_Add {
    text-align: right;
}
#txtQnty {
    padding-left: 4px;
    text-align: left;
}
.ptAddTable {
    background: url("../images/add2basketbg.gif") no-repeat scroll -10px 0 transparent;
    float: right;
    height: 32px;
    margin-top: 10px;
    padding-top: 10px;
    width: 200px;
}
input:valid, textarea:valid {
}
.ptAddTableInput {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    float: left;
    font-weight: bold;
    margin-left: 4px;
    margin-top: 10px;
    padding: 2px 2px 2px 3px;
    width: 25px;
}
#addtable .imgAddTransp {
    height: 43px;
    width: 140px;
}
label, input[type="button"], input[type="submit"], input[type="image"], button {
    cursor: pointer;
}
.imgAddTransp {
    height: 43px;
    width: 160px;
}
.ptAddTableSpinHolder {
    float: left;
    margin-top: 11px;
    width: 21px;
}
.PDT_row {
    clear: both;
    color: #8B8C8E !important;
    padding: 4px 14px;
}
.PDT_row #POINTSFORMAINSHOW, .PDT_row #POINTSTOBUYMAINSHOW {
    color: #78A22F;
}
#TellAFriend {
    background: url("../images/icons_prodDetail.gif") no-repeat scroll 0 -1px transparent;
    color: #A6A8AB;
    display: inline;
    float: left;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    padding-left: 30px;
    text-align: left;
    width: 80px;
}
#AddWishList {
    background: url("../images/icons_prodDetail.gif") no-repeat scroll 0 -158px transparent;
    color: #A6A8AB;
    display: inline;
    float: right;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    padding-left: 30px;
    padding-right: 4px;
    width: 72px;
}
#product_values {
    overflow: hidden;
    width: 390px;
}
#product_values #area_id_1 {
    display: block;
    list-style: none outside none;
    overflow: hidden;
    width: 390px;
    padding-left:0;
}
#product_values #area_id_1 li#area_id_1_11 {
    width: 42px;
}
#product_values #area_id_1 li {
    display: inline;
    float: left;
    height: 49px;
    list-style: none outside none;
}
#product_values #area_id_1 li#area_id_1_11 a {
    background: url("../images/prodSymbols_certified-organic.gif") no-repeat scroll center center #FFFFFF;
    width: 42px;
}
#product_values #area_id_1 li a {
    display: inline;
    float: left;
    height: 49px;
}
#product_values #area_id_1 li#area_id_1_10 {
    width: 43px;
}
#product_values #area_id_1 li#area_id_1_10 a {
    background: url("../images/prodSymbols_Organic-Food-Federation.gif") no-repeat scroll center center #FFFFFF;
    width: 43px;
}
#product_values #area_id_1 li#area_id_1_7 {
    width: 50px;
}
#product_values #area_id_1 li#area_id_1_7 a {
    background: url("../images/prodSymbols_Vegan-Society.gif") no-repeat scroll center center #FFFFFF;
    width: 50px;
}
#TellAFriend:hover {
    background: url("../images/icons_prodDetail.gif") no-repeat scroll 0 -75px transparent;
    color: #221F1F;
}
#SocialLinks {
    color: #434343;
    display: inline;
    float: left;
    height: auto !important;
    min-height: 24px;
    overflow: hidden;
    padding: 10px 5px;
    text-align: left;
    width: 213px;
}
#BreadCrumbHolder {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #CCCDCF;
    font-style: italic;
    margin: 0;
    overflow: hidden;
    width: 755px;
    padding-bottom:10px;
}
#LocationBar {
    display: inline;
    float: left;
    width: 740px;
}
#LocationBar {
    color: #BBBDBF;
}
#LocationBar a.BreadCrumb {
    display: inline;
    padding: 0 5px;
}
#BreadCrumbHolder a:first-child {
    color: #78A22F;
}
#BreadCrumbHolder a {
    color: #BBBDBF;
    font-size: 1em;
    font-style: italic;
    text-decoration: none;
}
#LocationBar span.Seperator {
    display: inline;
    height: 15px;
    margin: 0 4px 0 0;
    padding: 0 2px;
    text-indent: -1000em;
    width: 9px;
}
#LocationBar span {
    display: inline;
}
#PPTabHolder2 {
    display: inline;
    float: left;
    margin-top: 1px;
    padding: 0;
    width: 390px;
}
#PPTabHolder2 {
    display: inline;
    float: left;
    padding: 0;
    width: 390px;
}
#PPTabHolder2Inner {
}
#PPTabs2 {
    overflow: hidden;
}
#PPTabs2UL {
    overflow: hidden;
    width: 390px;
}
#PPTabs2 li {
    display: block;
    float: left;
    font-weight: bold;
    margin-right: 3px;
    overflow: hidden;
}
#PPTabs2 li a {
    background: url("../images/bg_tabs.gif") no-repeat scroll left -210px #CCCCCC;
    color: #FFFFFF;
    display: block;
    overflow: hidden;
    padding: 0 0 0 10px;
    text-decoration: none;
}
#PPTabs2 li a:hover {
    background: url("../images/bg_tabs.gif") no-repeat scroll left 0 #999999;
}
#PPTabs2 li span, #PPTabs2 li span B {
}
#PPTabs2 li span {
    background: url("../images/bg_tabs.gif") no-repeat scroll right -210px #CCCCCC;
    color: #FFFFFF;
    display: block;
    overflow: hidden;
    padding: 2px 10px 2px 0;
}
#PPTabs2 li a:hover span {
    background: url("../images/bg_tabs.gif") no-repeat scroll right 0 #999999;
}
#PPTabs2 li.PPTab2Selected a {
    background: url("../images/bg_tabs.gif") no-repeat scroll left 0 #999999;
}
#PPTabs2 li.PPTab2Selected a span {
    background: url("../images/bg_tabs.gif") no-repeat scroll right 0 #999999;
}
#PPTabs2 li#PPTab2L2 a {
    background: url("../images/bg_tabs.gif") no-repeat scroll left -97px #CCCCCC;
}
#PPTabs2 li#PPTab2L2 a span {
    background: url("../images/bg_tabs.gif") no-repeat scroll right -97px #CCCCCC;
}
#PPTabs2 li#PPTab2L2 a:hover {
    background: url("../images/bg_tabs.gif") no-repeat scroll left 0 #999999;
}
#PPTabs2 li#PPTab2L2 a:hover span {
    background: url("../images/bg_tabs.gif") no-repeat scroll right 0 #999999;
}
#PPTabs2 li#PPTab2L2.PPTab2Selected a {
    background: url("../images/bg_tabs.gif") no-repeat scroll left -97px #999999;
}
#PPTabs2 li#PPTab2L2.PPTab2Selected a span {
    background: url("../images/bg_tabs.gif") no-repeat scroll right -97px #999999;
}
#ProductHolder_lower #PPTabHolder {
    display: inline;
    float: left;
    padding: 0;
    width: 740px;
}
#ProductHolder_lower #PPTabHolderInner {
}
#ProductHolder_lower #PPTabs {
    overflow: hidden;
}
#ProductHolder_lower #PPTabsUL {
    background: url("../images/bg_tabs_bg.gif") no-repeat scroll left bottom transparent;
    overflow: hidden;
    width: 740px;
    margin:0;
}
#ProductHolder_lower #PPTabs li {
    display: block;
    float: left;
    margin-right: 3px;
    overflow: hidden;
}
#ProductHolder_lower #PPTabs li a {
    background: url("../images/bg_tabs.gif") no-repeat scroll left 0 transparent;
    border-bottom: 1px solid #78A22F;
    color: #78A22F;
    display: block;
    overflow: hidden;
    padding: 0 0 0 20px;
    text-decoration: none;
}
#ProductHolder_lower #PPTabs li a:hover {
    background: url("../images/bg_tabs.gif") no-repeat scroll left -67px transparent;
    color: #FFFFFF;
}
#ProductHolder_lower #PPTabs li span, #ProductHolder_lower #PPTabs li span B {
}
#ProductHolder_lower #PPTabs li span {
    background: url("../images/bg_tabs.gif") no-repeat scroll right 0 transparent;
    color: #78A22F;
    display: block;
    font-size: 1.2em;
    font-weight: bold;
    overflow: hidden;
    padding: 10px 20px 4px 0;
}
#ProductHolder_lower #PPTabs li a:hover span {
    background: url("../images/bg_tabs.gif") no-repeat scroll right -67px transparent;
    color: #FFFFFF;
    cursor: pointer;
}
#ProductHolder_lower #PPTabs li.PPTabSelected a {
    background: url("../images/bg_tabs.gif") no-repeat scroll left -139px transparent;
    border-bottom: 1px solid #FFFFFF;
}
#ProductHolder_lower #PPTabs li.PPTabSelected a span {
    background: url("../images/bg_tabs.gif") no-repeat scroll right -139px transparent;
}
#ProductHolder_lower #PPTabs li.PPTabSelected a:hover {
    background: url("../images/bg_tabs.gif") no-repeat scroll left -67px transparent;
    border-bottom: 1px solid #78A22F;
    cursor: pointer;
}
#ProductHolder_lower #PPTabs li.PPTabSelected a:hover span {
    background: url("../images/bg_tabs.gif") no-repeat scroll right -67px transparent;
    cursor: pointer;
}
#ProductHolder_lower #PPTabs li#PPTabL2 a {
    background: url("../images/bg_tabs.gif") no-repeat scroll left 0 transparent;
}
#ProductHolder_lower #PPTabs li#PPTabL2 a span {
    background: url("../images/bg_tabs.gif") no-repeat scroll right 0 transparent;
}
#ProductHolder_lower #PPTabs li#PPTabL2 a:hover {
    background: url("../images/bg_tabs.gif") no-repeat scroll left -67px transparent !important;
    color: #FFFFFF;
    cursor: pointer;
}
#ProductHolder_lower #PPTabs li#PPTabL2 a:hover span {
    background: url("../images/bg_tabs.gif") no-repeat scroll right -67px transparent !important;
    color: #FFFFFF;
}
#ProductHolder_lower #PPTabs li#PPTabL2.PPTabSelected a {
    background: url("../images/bg_tabs.gif") no-repeat scroll left -139px transparent;
    border-bottom: 1px solid #FFFFFF;
    cursor: pointer;
}
#ProductHolder_lower #PPTabs li#PPTabL2.PPTabSelected a span {
    background: url("../images/bg_tabs.gif") no-repeat scroll right -139px transparent;
}
#ProductHolder_lower #PPTabSet {
    -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: #78A22F;
    border-style: solid;
    border-width: 0 1px 1px;
    padding: 20px;
}
#PPTabSetInner h1, #PPTabSetInner h2, #PPTabSetInner h3, #PPTabSetInner h4, #PPTabSetInner h5, #PPTabSetInner p, #PPTabSetInner {
    color: #6D6F71;
}
.blog_large, .RSS_large, .facebook_large, .twitter_large {
    display: inline;
    float: left;
    height: 26px;
    margin-right: 3px;
    text-indent: -9999px;
    width: 26px;
}
#moreAbout_lnk {
    background: url("../images/icons_sprite.gif") no-repeat scroll -180px -169px transparent;
    display: block;
    font-size: 1.1em;
    font-weight: bold;
    margin-top: 30px;
    padding: 0 0 0 38px;
    width: 440px;
}
#moreAbout_lnk:hover {
    background: url("../images/icons_sprite.gif") no-repeat scroll -180px -246px transparent;
}
#addBody {
    position: relative;
}
#addBody #moreAbout_lnk {
    background: url("../images/icons_sprite.gif") no-repeat scroll right -294px transparent;
    display: block;
    font-weight: bold;
    margin-top: 10px;
    padding: 0 22px 0 14px;
    position: absolute;
    right: 30px;
    top: 10px;
    width: 65px;
}
#addBody #moreAbout_lnk:hover {
    background: url("../images/icons_sprite.gif") no-repeat scroll right -371px transparent;
}
.moreAbout_detail {
    background: url("../images/globalblock_bg.jpg") repeat-x scroll 0 0 transparent;
    border-bottom: 1px solid #CCCDCF;
    padding-bottom: 20px;
    padding-top: 40px;
}
.moreAbout_detail h2 {
    color: #6D6E70;
    display: block;
    font-size: 1.3em;
    padding: 0 0 10px 14px;
    text-transform: uppercase;
}
.moreAbout_detail p {
    padding: 0 14px 10px;
    text-align: justify;
}
.review_block, .moreAbout_detail p {
    padding: 0 14px;
}
p {
    color: #595959;
    font-size: 1.1em;
}
#safe_buy {
    height: 56px;
    left: 148px;
    position: absolute;
    top: 103px;
    width: 67px;
}
#Footer4 {
    border-right: 0 solid #CCCDCF;
    position: relative;
    width: 230px;
}
.PTFD
{
    min-height:45px;
    color: #595959;
    padding-bottom:10px;
    font-size: 1.1em;
}
.facebook_like iframe
{
    width:80px !important;   
}
.FFPIMG span {
    background: url("../images/onsale2.png") no-repeat scroll 50% 50% transparent;
    display: block;
    height: 30px;
    width: 63px;
    position:absolute;
}
h1
{
    color: #77A12E;
    font-size: 2em;
    font-weight: normal;
    padding-bottom:10px;
}
.FFPLH2Special {
    border-right: 2px solid #BBD097;
    display: inline;
    float: left;
    height: 385px;
    overflow: hidden;
    padding: 0 21px;
    text-decoration: none;
    width: 200px;
    margin-top:20px;
}
#relateItems {
    padding: 10px 0;
}
.SimilarItem {
    margin: 8px auto 12px;
    position: relative;
    width: 200px;
}
.SimilarItemImage {
    height: 185px;
    margin: 0 auto;
    overflow: hidden;
    width: 185px;
    text-align:center;
}
.SimilarItemImage a {
    border: 0 none;
    height: 185px;
    overflow: hidden;
    width: 185px;
    text-align:center;
}
.SimilarItemImage a img {
    border: 0 none;
}
.SimilarItemImage img {
    display:inline !important;
}
.SimilarItemTitle, .SimilarItemTitle a {
    color: #646465 !important;
    font-weight: bold;
    overflow: hidden;
    text-align: left;
    text-decoration: none;
    width: 200px;
}
.SimilarItemTitle
{
    padding-top:5px;
}
.SimilarItemTitle a:hover {
    color: #3D3935 !important;
}
.SimilarItemPrice {
    color: #F3632B;
    font-size: 1.4em;
    font-weight: bold;
    width: 200px;
}
