/*!
 * Project:   Prebbles Turf World
 * Date:      20/02/2012
/* ---------------------------------------- */

* { margin: 0; padding: 0; }

html { min-height: 100%; margin: 0 0 1px; font-size: 100.01%; }
body { background: #006731; font-size: 62.5%; }

body, textarea, input, select, option, button { color: #333; font-family: Verdana,Geneva,sans-serif; line-height: 1.5; }
li, dt, dd, p, figure, th, td, caption, pre { font-size: 1.2em; } /*---*/ li *, li p, li li, dt *, dd *, p *, figure *, th *, td * { font-size: 1em; }
div, form, blockquote, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, ul, ol, dl, p, table, pre, h1, h2, h3, h4, h5, h6 { margin: 0 0 15px; } :last-child { margin-bottom: 0 !important; } .last-child { margin-bottom: 0 !important; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

/*! fonts --------- */

@font-face { font-family: 'Lacuna'; src: url('../fonts/lacunreg-webfont.eot'); src: url('../fonts/lacunreg-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/lacunreg-webfont.woff') format('woff'), url('../fonts/lacunreg-webfont.ttf') format('truetype'), url('../fonts/lacunreg-webfont.svg#LacunaRegular') format('svg'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'Lacuna'; src: url('../fonts/lacunita-webfont.eot'); src: url('../fonts/lacunita-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/lacunita-webfont.woff') format('woff'), url('../fonts/lacunita-webfont.ttf') format('truetype'), url('../fonts/lacunita-webfont.svg#LacunaItalic') format('svg'); font-weight: normal; font-style: italic; }
@font-face { font-family: 'HelveticaNeueBdCn'; src: url('../fonts/helveticaneueltstd-bdcn-webfont.eot'); src: url('../fonts/helveticaneueltstd-bdcn-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/helveticaneueltstd-bdcn-webfont.woff') format('woff'), url('../fonts/helveticaneueltstd-bdcn-webfont.ttf') format('truetype'), url('../fonts/helveticaneueltstd-bdcn-webfont.svg#HelveticaNeueLTStd77BdCn') format('svg'); font-weight: bold; font-style: normal; }

/*! layout -------- */

#root { width: 978px; margin: 0 auto; }
 #wrap { margin: 0; background: url(../images/core-bg-a.png) repeat-y; }
  #top { position: relative; z-index: 100; width: 960px; height: 170px; margin: 0 auto; background: url(../images/top-bg-a.jpg) no-repeat; }
   #logo { position: absolute; left: 25px; top: 0px; }
    #logo a { display: block; overflow: hidden; width: 118px; height: 119px; background: url(../images/logo-a.png) no-repeat; font-size: 0; text-indent: -10001px; }
   #skips, #skips ul { position: absolute; top: 0; left: 0; z-index: 9999; list-style: none; list-style-image: none; width: 100%; margin: 0; padding: 0; text-align: center; }
    #skips li { position: absolute; left: 0; top: 0; width: 100%; font: bold 5em/1 Calibri,Myriad Pro,Arial,Helvetica Neue,Helvetica,sans-serif; }
     #skips li a { display: -moz-inline-stack; display: inline-block; position: absolute; left: -10001px; top: 30px; margin: 0 auto; padding: 20px 30px; border: 1px dotted #fff; border-color: rgba(255,255,255,0.7); border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; background: #333; background: rgba(0,0,0,0.6); color: #fff; text-align: center; text-decoration: none; outline: none; }
     #skips li a:focus, #skips li a:active { position: relative; left: 0; }
   #nav { position: absolute; left: 200px; top: 70px; z-index: 100; }
    #nav ul { list-style: none; list-style-image: none; margin: 0; padding: 0; }
     #nav ul li { position: relative; float: left; height: 50px; font: bold 1.3em/40px Helvetica Neue,Helvetica,Arial,sans-serif; }
     #nav ul li.selected { background: url(../images/nav-active-a.png) 50% 100% no-repeat; }
      #nav ul li a { float: left; height: 40px; padding: 0 22px; color: #fff; text-decoration: none !important; }
      #nav ul li a:hover, #nav ul li a:focus, #nav ul li a:active { color: #799f4a; }
      #nav ul li a.parent:hover, #nav ul li a.parent:focus, #nav ul li a.parent:active, #nav ul li.parent:hover > a { background: #9b3300; color: #fff; }
      #nav ul li em { position: absolute; left: -10001px; top: -10001px; }
      #nav ul li ul { display: none; position: absolute; left: 0; top: 40px; width: 200px; padding: 10px 20px 20px; border: 10px solid #9b3300; background: #fff; }
      #nav ul li:hover ul { display: block; }
       #nav ul li ul li { float: none; height: auto; padding: 10px 0; border-bottom: 1px solid #e9e8dc; font-size: 12px; line-height: 1.3; }
        #nav ul li ul li a { float: none; height: auto; padding: 0; font-weight:normal; color: #333; }
   #corner { position: absolute; right: 0; top: 0; line-height: 33px; }
    #corner nav { float: left; margin: 0; }
     #corner nav ul { list-style: none; list-style-image: none; margin: 0; padding: 0; }
      #corner nav ul li { float: left; height: 33px; margin: 0 0 0 10px; padding: 0 0 0 10px; background: url(../images/corner-sep-a.gif) 0 55% no-repeat; font-size: 1.1em; line-height: 33px; text-transform: lowercase; }
      #corner nav ul li:first-child { background: none; }
       #corner nav ul li a { color: #fff; text-decoration: none !important; }
       #corner nav ul li a:hover, #corner nav ul li a:focus, #corner nav ul li a:active { color: #799f4a; }
    #corner p { display: inline; float: left; height: 33px; margin: 0; margin: 0 0 0 10px; padding: 0 10px; background: #004e27; color: #fff; font: 1.3em/33px Helvetica Neue,Helvetica,Arial,sans-serif; }
     #corner p strong, #corner p a.cart { color: #799f4a; font-weight: bold; text-decoration: none; }
     #corner p a.button-a { margin-left: 5px; }
	 #corner h3 { display: inline; float: left; /*text-align:right;*/ margin: 0 20px 0 0; color: #fff; font: 2.0em/33px Lacuna,Helvetica Neue,Helvetica,Arial,sans-serif; }
	 #corner h3 span {font-size: 12px; color: #799f4a; text-transform: uppercase; font-weight:bold; font-family:Helvetica Neue,Helvetica,Arial,sans-serif;}
   #bar { position: absolute; left: 10px; right: 10px; top: 120px; overflow: hidden; height: 50px; }
    #bar h2 { float: left; margin: 0; color: #00733d; line-height: 50px; }
    #bar form.search { float: right; margin: 0; padding: 15px 0; font-size: 1.1em; line-height: 20px; }
	#bar p {line-height: 20px;margin: 0; padding: 15px 0;}
     #bar p label { float: left; padding: 0 5px 0 0; }
     #bar p input { float: left; width: 130px; height: 20px; padding: 0 7px; border: none; background: #e7e7e7; /*color: #00733d;*/ }
     #bar p button { float: left; overflow: hidden; width: 20px; height: 20px; border: none; background: #799f4a url(../images/bar-submit-a.png) 55% 50% no-repeat; text-indent: 20px; }
     #bar p button:hover { background-color: #9b3300; }
    #bar p:first-child { float: left; color: #333; font-size: 1.1em; /*text-transform: lowercase;*/ }
     #bar p:first-child a { color: #9b3300; text-decoration: none; }
     #bar p:first-child a:hover, #bar p:first-child a:focus, #bar p:first-child a:active { text-decoration: underline; }
     #bar p:first-child span { padding: 0 5px; }
     #bar p:first-child strong { color: #333; font-weight: normal; }
  #content { width: 940px; margin: 0 auto; padding: 15px 10px 30px; }
  #sub { width: 960px; margin: 0 auto; background: #003e21 url(../images/subcontent-bg-b.jpg) no-repeat; color: #fff; }
   #sub > .inner { overflow: hidden; width: 100%; margin: 0; padding: 35px 0; background: url(../images/subcontent-bg-a.png) 0 100% repeat-x; }
    #sub .map { float: left; padding: 0 0 0 250px; /*background: url(../images/sub-logo-a.png) 15px 0 no-repeat;*/ }
     #sub .map ul { list-style: none; list-style-image: none; margin: 0; padding: 0; }
      #sub .map > ul > li { float: left; min-width: 120px; padding: 0 20px 0 0; font-size: 1.3em; line-height: 1.2; }
      #sub .map > ul > li + li { min-width: 140px; }
       #sub .map > ul > li > a,
       #sub .map > ul > li > span { color: #799f4a; font: bold 1em Helvetica Neue,Helvetica,Arial,sans-serif; text-transform: uppercase; text-decoration: none; }
	   #sub .map > ul > li > a:hover { text-decoration: underline; }
       #sub .map > ul > li > ul { padding-top: 10px; }
        #sub .map > ul > li > ul li { margin: 0 0 5px; color: #fff; font-size: 11px; line-height: 16px; }
         #sub .map > ul > li > ul li > a { color: #fff; text-decoration: none; }
         #sub .map > ul > li > ul li.icon a { display: block; padding-left: 22px; background: url(../images/sub-icons-a.png) no-repeat; }
         #sub .map > ul > li > ul li.icon.contact a { background-position: 0 0; }
         #sub .map > ul > li > ul li.icon.facebook a { background-position: 0 -50px; }
         #sub .map > ul > li > ul li.icon.twitter a { background-position: 0 -100px; }
         #sub .map > ul > li > ul li > a:hover, #sub .map > ul > li > ul li > a:focus, #sub .map > ul > li > ul li > a:active, #sub .map > ul > li > ul li.selected > a { color: #799f4a; text-decoration:none; }
		 #sub .map li.parent a:hover {text-decoration:none;}
    #sub .newsletter { float: right; width: 200px; margin: 0 50px 0 0; }
     #sub .newsletter h3 { margin: 0 0 10px; color: #799f4a; font: bold 1.3em/1.2 Helvetica Neue,Helvetica,Arial,sans-serif; text-transform: uppercase; }
     #sub .newsletter p { margin: 0 0 10px; font-size: 1.1em; }
     #sub .newsletter p.field { position: relative; width: 100%; margin: 0 0 5px; font-size: 1.1em; }
      #sub .newsletter p.field label { display: block; margin: 0 0 5px; }
      .js #sub .newsletter p.field label { position: absolute; left: 7px; top: 0; color: #00733d; line-height: 20px; }
      #sub .newsletter p.field input { width: 185px; height: 20px; padding: 0 8px 0 7px; border: none; background: #e7e7e7; line-height: 20px; }
     #sub .newsletter p.action { text-align: right; }
 #footer { width: 960px; margin: 0 auto; padding: 10px 0; }
  #footer p { color: #fff; font-size: 1.1em; }
   #footer p a { color: #fff; text-decoration: none; }
   #footer p a:hover, #footer p a:focus, #footer p a:active { text-decoration: underline; }
   #footer p span { padding: 0 5px; }
   #footer p span.auto-copy { padding: 0!important; }

/*! headers ------- */

h1, h2, h3, h4, h5, h6 { color: #9b3300; font: 1em/1.1 Lacuna,Helvetica Neue,Helvetica,Arial,sans-serif; }
h1 { font-size: 3.0em; }
h2 { font-size: 1.8em; }
h3 { font-size: 1.6em; }
h4 { font-size: 1.4em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1.0em; }

.sub-1a { float: right; margin: -48px 0 0; }
 .sub-1a a.feed { display: block; overflow: hidden; width: 28px; height: 28px; background: url(../images/iconset-a-feed-a.png) no-repeat; font-size: 0; text-indent: -10001px; }

/*! grid ---------- */

.cols-a { width: 100%; margin-top: 10px; }
 .cols-a:after { display: block; overflow: hidden; clear: both; content: ""; width: 100%; height: 0; }
 .cols-a > .primary { float: left; width: 700px; }
 .single > .primary { float: none; width: 100%; }
 .cols-a > .secondary { float: right; width: 220px; }

.blog .cols-a { width: 960px; margin: 0 -10px; }
 .blog .cols-a > .primary { display: inline; float: left; width: 690px; margin: 0 0 0 10px; }
 .blog .cols-a > .secondary { float: right; width: 230px; }

/*! containers ---- */

.banner-a { position: relative; overflow: hidden; width: 100%; }
 .banner-a figure { margin: 0; }
  .banner-a figure img { display: block; }
 .banner-a h3 { position: absolute; left: 7px; top: 7px; padding: 7px 13px 5px; background: url(../images/banner-a-bg-a.png); color: #fff; font: bold 3em/1.2 HelveticaNeueBdCn,Helvetica Neue,Helvetica,Arial,sans-serif; text-transform: uppercase; }
 .banner-a p { position: absolute; left: 20px; top: 50px; }

.box-a { padding: 25px 25px 45px; background: #ededed url(../images/navside-a-shadow-a.png) 0 100% no-repeat; }

.box-b { padding: 15px 15px 35px; background: #9b3300 url(../images/navside-a-shadow-a.png) 0 100% no-repeat; }
.box-b a.contact { color:#fff; text-decoration: none; font: 1.8em Lacuna,Helvetica Neue,Helvetica,Arial,sans-serif; }
.box-b a.contact:hover {text-decoration:underline;}

.categories-a { width: 720px; margin: -20px 0 0 -20px; font-size: 0; }
 .categories-a article.entry-a { display: -moz-inline-stack; display: inline-block; width: 220px; overflow: hidden; margin: 20px 0 0 20px; padding: 0; font-size: 10px; vertical-align: top;height: 210px; }
 html* .categories-a article.entry-a { display: inline; }
 .categories-a article.entry-a a {display:block;}

.comments-a { margin: 0 0 25px; }
 .comments-a p.side { float: right; margin: 0; padding: 3px 0 0; font-size: 1.1em; }
 .comments-a h2 { margin-bottom: 15px !important; }
 .comments-a article { margin: 0 0 10px; padding: 20px 25px; border-bottom: 1px solid #e1e1e1; background: #fdfcd1; }
  .comments-a article p.author { margin: 0 0 5px; color: #00733d; font: 1.3em/1.25 Helvetica Neue,Helvetica,Arial,sans-serif; }
   .comments-a article p.author a { color: #00733d; font-weight: bold; }
  .comments-a article blockquote { margin: 0; padding: 0; }
   .comments-a article blockquote p { margin: 0 0 5px; }

.connect-a { overflow: hidden; width: 100%; margin: 30px 0; padding: 5px 0; border: 1px solid #e1e1e1; border-width: 1px 0; }
.connect-a table { margin:0 auto; }
 /*.connect-a > div { float: left; width: 230px; margin: 0; border-right: 1px solid #e1e1e1; line-height: 1; }
 .connect-a > p { float: left; margin: 0; padding-left: 30px; color: #00733d; font: 1.8em/45px Lacuna,Helvetica Neue,Helvetica,Arial,sans-serif; padding-top:10px;}*/

.details-a { overflow: hidden; width: 100%; margin: 0 0 30px; }
 .details-a > .images { float: left; width: 230px; margin: 0; }
   .details-a > .images img { display: block; border: 1px solid #d6d6d6; }
  .details-a > .images figure { margin: 0; }
  .details-a > .images ul { list-style: none; list-style-image: none; width: 230px; margin: 0 0 0 -13px; padding: 0; }
   .details-a > .images ul li { float: left; margin: 13px 0 0 13px; }
 .details-a > .info { margin-left: 258px; width:680px;  }
 .details-a > .info h1 { font-size: 1.8em; }
  .details-a > .info p.price { padding-bottom: 15px; padding-top: 15px; border-bottom: 1px solid #e1e1e1; font-size: 1.3em; }
   .details-a > .info p.price strong { color: #9b3300; }
  .details-a > .info ul.options { list-style: none; list-style-image: none; margin: 0 0 30px; padding: 0; }
   .details-a > .info ul.options li { overflow: hidden; width: 100%; margin: 0 0 10px; }
    .details-a > .info ul.options li label { float: left; width: 60px; }
  .details-a > .info div.extras { }
   .details-a > .info div.extras p { margin: 0 0 5px; }
   .details-a > .info div.extras ul { list-style: none; list-style-image: none; margin: 0; padding: 0; }
    .details-a > .info div.extras ul li { display: inline; padding-right: 30px; color: #9b3300; }
     .details-a > .info div.extras ul li span { color: #333; }
  .details-a > .info p.qty { overflow: hidden; width: 100%; margin: 20px 0; padding: 0px 0 20px 0; /*border-top: 0px solid #e1e1e1; border-bottom: 1px solid #e1e1e1;*/ line-height: 20px; }
   /*.details-a > .info p.qty label { float: left; width: 60px; }
   .details-a > .info p.qty input { height: 20px; width: 100px; padding: 0 5px; border: none; background: #e7e7e7; line-height: 20px; }*/
   .details-a > .info span.qty input { height: 30px; width: 30px; padding: 0 5px; border: none; background: #e7e7e7; line-height: 20px; }
  /*.details-a > .info div.action { overflow: hidden; width: 100%; padding-bottom: 17px; border-bottom: 1px solid #e1e1e1; }*/
  .details-a > .info p.action { overflow: hidden; width: 100%; padding-bottom: 17px; border-bottom: 1px solid #e1e1e1;}
   .details-a > .info div.action p { float: left; margin: 0; font-size: 1.0em; }
   .details-a > .info div.action > div { float: right; margin: 0; }
   .details-a div.share { float: right; margin: 0 !important; padding: 0 20px 0 20px; margin-left: 30px !important; }
   .details-a > .info h4 {padding-top:10px; /*color: #006731;*/ }


.entry-a { overflow: hidden; width: 100%; margin: 0 0 25px; }
.entry-a + .entry-a , td.productItem .entry-a { padding: 20px 0 10px 0px; border-bottom: 1px solid #e1e1e1; }
 .entry-a figure { float: left; width: 220px; margin: 0; padding-bottom: 15px; background: url(../images/entry-a-shadow-a.png) 0 100% no-repeat; font: bold 1.3em/1.3 Helvetica Neue,Helvetica,Arial,sans-serif; text-transform:uppercase; }
  .entry-a figure span { display: block; position: relative; width: 100%; }
   .entry-a figure.sale-1 span:before,
   .entry-a figure.sale-1 span span.before { position: absolute; right: 1px; bottom: 1px; overflow: hidden; content: ' '; width: 68px; height: 67px; background: url(../images/entry-a-sale-a.png) no-repeat; text-indent: -10001px; }
   .entry-a figure img { display: block; border: 1px solid #ccc; }
  .entry-a figure figcaption { display: block; padding: 7px 10px; background: #00733d; color: #fff; }
  
  .entry-a.a figure figcaption { background-color: #00733d; }
  .entry-a.b figure figcaption { background-color: #799f4a; }
  .entry-a.c figure figcaption { background-color: #9b3300; }
  .entry-a.d figure figcaption { background-color: #799f4a; }
  
  td.productItem .entry-a h2 a:hover {text-decoration:underline;}
  
  .entry-a figure a { text-decoration: none !important; color:#fff; }
  
   .entry-a figure figcaption span { display: inline; width: auto; color: #799f4a; }
    .entry-a figure figcaption span strong { color: #799f4a; }
 .entry-a figure ~ * { margin-left: 260px !important; }
 .entry-a h2 { margin-bottom: 10px; font-size: 1.6em; }
 .entry-a h2 a { text-decoration:none; }
 .entry-a div.share { float: right; margin: 0 !important; padding: 0 20px 0 0;}
 .entry-a p.pricing { }
  .entry-a p.pricing strong { color: #9b3300; }
  .entry-a p.pricing span.divider { padding: 0 5px 0 5px; }
  
  .productSmall .entry-a figure {width: 152px !important;}
  .productSmall .entry-a figure ~ * { margin-left: 180px !important; }
  .productSmall .entry-a p.desc {padding-right:10px; font-size:11px !important;}  

.featured-a { overflow: hidden; width: 960px; margin-left: -20px; }
 .featured-a article { display: inline; float: left; width: 220px; margin: 0 0 0 20px !important; padding: 0 !important; border: none !important; } 
 
  .featured-a article figcaption { background: #333333; font-size:13px; }
  
  .entry-a figure  figcaption { padding-right: 20px; background-image: url(../images/entry-a-bullet-a.png); background-position: 203px 10px; background-repeat: no-repeat; }

.hcard-a { color: #00733d; }
 .hcard-a h3 { color: #00733d; font: bold 1.3em/1.3 Helvetica Neue,Helvetica,Arial,sans-serif; }
 .hcard-a p { margin: 0; font-size: 1.1em; }
  .hcard-a p a { color: #00733d; }

.intro-a { overflow: hidden; width: 100%; }
 .intro-a > .one { float: left; width: 700px; margin: 0; }
  .intro-a > .one figure { float: right; margin: 0; padding: 0 0 19px; background: url(../images/navside-a-shadow-a.png) 100% 100% no-repeat; }
   .intro-a > .one figure img { display: block; }
  .intro-a > .one .wrap { width: 185px; min-height: 240px; padding: 20px; background: #9b3300; color: #fff; }
   .intro-a > .one .wrap h2 { color: #fff; font: bold 2.7em/1.25 HelveticaNeueBdCn,Helvetica Neue,Helvetica,Arial,sans-serif; text-transform: uppercase; }
   .intro-a > .one .wrap p { font-size: 1.2em; }
   .intro-a > .one .wrap p a { color: #fff; text-decoration:underline; }
   .intro-a > .one .wrap p a:hover { color: #fff; text-decoration:none; }
 .intro-a > .two { float: right; width: 220px; margin: 0; }
  .intro-a > .two h2 { margin: 0 0 10px; }

.post-a { }
 .post-a header { }
  .post-a header p.date { float: right; margin: 0; font-size: 1.8em; line-height: 23px; font-weight: bold; text-transform: uppercase; }
   .post-a header p.date span { display: inline; float: left; height: 25px; margin: 0 5px 0 0; padding: 0 8px 0 15px; background: #333 url(../images/post-a-date-a.png) 0 50% no-repeat; color: #fff; font-weight: normal; }
  .post-a header h2 { font-size: 2.0em; }
  .post-a header h2 a { text-decoration:none; }
  .post-a header h2 a:hover { text-decoration:underline; }
  .post-a header p.author { margin-top: -8px; font-style: italic; }
   .post-a header p.author a { color: #555; }
 .post-a .content { }
 .post-a footer { overflow: hidden; width: 100%; margin-top: 25px; }
  .post-a footer div { float: right; margin: 0; font-size: 12px; line-height: 20px; }
  .post-a footer div:first-child { float: left; }

.showcase-a { position: relative; width: 100%; margin: 0 0 25px; padding: 0 0 19px; border-top: 5px solid #00733d; background: url(../images/navside-a-shadow-a.png) 100% 100% no-repeat; }
.showcase-a:first-child { margin-top: -15px; }
 .showcase-a ul.items { list-style: none; list-style-image: none; margin: 0; padding: 0; }
 .js .showcase-a ul.items { position: relative; overflow: hidden; height: 270px; }
  .showcase-a ul.items li { position: relative; width: 100%; font: 1.8em/1.3 Lacuna,Helvetica Neue,Helvetica,Arial,sans-serif; }
  .js .showcase-a ul.items li { display: none; position: absolute; left: 0; top: 0; }
  .js .showcase-a ul.items li:first-child { display: block; }
   .showcase-a ul.items li br { display: none; }
   .showcase-a ul.items li img { display: block; }
   .showcase-a ul.items li span { position: absolute; right: 40px; bottom: 40px; width: 300px; min-height: 125px; padding: 0 30px 70px; background: url(../images/showcase-a-box-a.png) 0 100% no-repeat; color: #fff; }
    .showcase-a ul.items li span strong { display: block; margin: 0 -30px 5px; padding: 30px 30px 0; background: url(../images/showcase-a-box-a.png) no-repeat; font-size: 24px; text-transform: uppercase; }
 .showcase-a ul.sf-controls { position: absolute; left: 0; right: 0; bottom: 0; list-style: none; list-style-image: none; margin: 0; padding: 0; font-size: 0; text-align: center; }
  .showcase-a ul.sf-controls li { display: -moz-inline-stack; display: inline-block; overflow: hidden; width: 8px; height: 8px; padding: 0 4px; }
  html* .showcase-a ul.sf-controls li { display: inline; }
   .showcase-a ul.sf-controls li a { float: left; overflow: hidden; width: 8px; height: 8px; background: url(../images/showcase-a-dots-a.png) no-repeat; font-size: 0; text-indent: 8px; }
   .showcase-a ul.sf-controls li a:hover, .showcase-a ul.sf-controls li a:focus, .showcase-a ul.sf-controls li a:active { background-position: -8px 0; outline: none; }
   .showcase-a ul.sf-controls li a.active { background-position: -16px 0; outline: none; }

.sidebar-a { }
 .sidebar-a h3 { margin: 30px 0 0; padding: 0 0 13px; background: url(../images/sidebar-a-shadow-a.png) 0 100% no-repeat; color: #00733d; font-size: 1.8em; }
 .sidebar-a h3:first-child { margin-top: 0; }
  .sidebar-a h3 span { display: block; padding: 10px; border: 1px solid #ededed; border-width: 1px 0; background: url(../images/sidebar-a-header-a.png); }
 .sidebar-a ul { list-style: none; list-style-image: none; margin-left: 10px; padding: 0; }
  .sidebar-a ul li { padding: 10px 10px 10px 0; border-bottom: 1px dotted #ccc; }
  .sidebar-a .tweets ul li { font-size: 1.1em; }
   .sidebar-a .tweets ul li a { font-weight: bold; }
 .sidebar-a .BlogTagCloud { margin-left: 10px; }
  .sidebar-a .BlogTagCloud a { display: block; padding: 10px 10px 10px 0; border-bottom: 1px dotted #ccc; font-size: 12px; }

.split-a { overflow: hidden; width: 100%; margin: 0 0 25px; }
 .split-a > .one { float: left; width: 460px; margin: 0; }
 .split-a > .two { float: right; width: 460px; margin: 0; }

/*! forms --------- */

form { }
 textarea { overflow: auto; }
 button { overflow: visible; padding: 0 10px; cursor: pointer; } button::-moz-focus-inner { padding: 0; border: none; }

/*
.cart-a { }
 .cart-a h1 { margin-bottom: 25px; }
 .cart-a .wrap { border-top: 1px solid #e1e1e1; }
  .cart-a .wrap table { width: 100%; }
    .cart-a .wrap table th, .cart-a .wrap table td { padding: 5px 10px; font-weight: normal; text-align: left; }
   .cart-a .wrap table thead { }
    .cart-a .wrap table thead th { padding-top: 10px; padding-bottom: 10px; border-bottom: 1px dotted #ccc; color: #00733d; font-size: 1.4em; font-style: italic; font-weight: bold; text-align: left; }
   .cart-a .wrap table tfoot { }
    .cart-a .wrap table tfoot tr:first-child > * { padding-top: 10px; border-top: 1px dotted #ccc; }
    .cart-a .wrap table tfoot th { color: #799f4a; font-size: 1.4em; font-weight: bold; font-style: italic; }
   .cart-a .wrap table tbody { }
   .cart-a .wrap table tbody tr:first-child > * { padding-top: 15px; }
   .cart-a .wrap table tbody tr:last-child > * { padding-bottom: 15px; }
   .cart-a .wrap table tbody tr.last-child > * { padding-bottom: 15px; }
    .cart-a .wrap table .col1 { }
     .cart-a .wrap table .col1 a { color: #555; }
    .cart-a .wrap table .col2 { text-align: right; }
    .cart-a .wrap table td.col2 { color: #799f4a; }
    .cart-a .wrap table .col3 { text-align: center; }
     .cart-a .wrap table .col3 input { width: 50px; height: 25px; padding: 0; border: none; background: #e7e7e7; text-align: center; }
    .cart-a .wrap table .col4 { text-align: right; }
    .cart-a .wrap table .col5 { text-align: right; font-weight: bold; }
    .cart-a .wrap table tfoot .col5 { color: #799f4a; font-size: 1.4em; }
    .cart-a .wrap table .col6 { width: 100px; font-weight: bold; text-align: right; }
 .cart-a ul.actions { list-style: none; list-style-image: none; margin: 30px 130px 0 10px; padding: 0; }
  .cart-a ul.actions li { position: relative; overflow: hidden; width: 100%; margin: 0 0 10px; line-height: 25px; }
   .cart-a ul.actions li label { float: left; width: 170px; padding: 0 10px 0 0; font-weight: bold; text-align: right; }
   .cart-a ul.actions span.text {display:inline-block;}
   div.shippingDiv {width:395px; float:left;}
   
   div.catCartDetails ul.actions {width:100%; overflow:hidden; position:relative;}
span#shippingSpan, div.shippingCountryDiv span#shippingCountrySpan, div.shippingStateDiv span#shippingStateSpan {float:left;width:170px;padding:0 10px 0 0;font-weight:bold;text-align:right;}
select#ShippingOptions. select#shippingState {display:inline-block; vertical-align:middle;}

div.shippingDiv,div.shippingStateDiv {display:block; width:100%; clear:both;}
   
   .cart-a ul.actions li input.text { width: 150px; padding: 0 5px; height: 25px; border: none; background: #e7e7e7; line-height: 25px; }
   .cart-a ul.actions li input.update { margin: 0; padding: 0; border: none; background: none; color: #9b3300; font-weight: bold; text-transform: lowercase; cursor: pointer; }
   .cart-a ul.actions li strong { position: absolute; right: 0; top: 0; color: #799f4a; font-size: 14px; }
  .cart-a ul.actions li.total { margin: 30px 0 20px; font-size: 2.4em; }
   .cart-a ul.actions li.total span { font-family: Lacuna,Helvetica Neue,Helvetica,Arial,sans-serif; }
   .cart-a ul.actions li.total strong { font-size: 24px; }
  .cart-a ul.actions li.checkout { font-size: 1.4em; line-height: 55px; }
   .cart-a ul.actions li.checkout a { float: left; text-transform: uppercase; font-family: Helvetica Neue,Helvetica,Arial,sans-serif; }
   .cart-a ul.actions li.checkout button { float: right; height: 55px; padding: 0 20px; font: bold 30px/55px HelveticaNeueBdCn,Helvetica Neue,Helvetica,Arial,sans-serif !important; text-transform: uppercase; }
   
   
   */
   
   /* Cart */
   
	.cart-form { width: 100%; margin-bottom: -18px; }
	 .cart-form .cart-options { padding-bottom: 30px; }
	  .cart-form .cart-options p { overflow: hidden; width: 780px; line-height: 27px; margin-bottom: 7px; /*color: #333;*/ }
	   .cart-form .cart-options p label { float: left; width: 147px; padding-right: 18px; font-weight: bold; text-transform: capitalize; text-align: right; }
	   .cart-form .cart-options p input { float: left; width: 143px; padding: 6px 10px; margin-right: 14px; border: 1px solid #D3D3D3; }
	   html* .cart-form .cart-options p input { padding: 4px 10px 8px; }
	   .cart-form .cart-options p select { width: 224px; padding: 2px 2px 2px 6px; margin-top: 3px; border: 1px solid #D3D3D3; }
	   * html .cart-form .cart-options p select { position: relative; top: 1px; left: -3px; }
	   .cart-form .cart-options p a { font-weight: bold; color: #CF2A83; }
	   .cart-form .cart-options p span { float: left; font-weight: bold; font-size: 14px; text-align: right; /*color: #2489B3;*/ }
	 .cart-form .cart-summary { width: 100%; }
	  .cart-form .cart-summary p { overflow: hidden; width: 863px; /*color: #333;*/ }
	  .cart-form p.total {width:774px;}
	  .cart-form .cart-summary p.total { margin-bottom: 20px; font-size: 2.3em; font-weight: bold; }
	   .cart-form .cart-summary p.total span { float: left; width: 250px; text-transform: uppercase; }
	   .cart-form .cart-summary p.total strong { float: right; width: 200px; text-align: right; color: #799F4A; }



	  .cart-form .cart-summary p.checkout { margin: 0; text-transform: uppercase; letter-spacing: 1px; font: bold 18px/56px Arial,sans-serif; }
	   .cart-form .cart-summary p.checkout a { float: left; width: 250px; }

	   .cart-form .cart-summary p.checkout input, a#catshopbuy, .checkout-form p.summary input, #checkout-form-submit { float: right; overflow: visible; width: 160px; height: 42px; border: 0; text-align: center;  letter-spacing: 1px;  }
	   .cart-form .cart-summary p.checkout input:hover,  a#catshopbuy:hover, .checkout-form p.summary input:hover { cursor: pointer; }
	   a#catshopbuy, .checkout-form p.summary input {text-decoration:none;    line-height: 1.8em; text-transform:lowercase !important; font-size:24px;}
	   
	   
	   .cart-form table { width: 100%; margin: 0 0 35px; }
 .cart-form th, .cart-form td { border: 0; text-align: left; vertical-align: middle; }
 .cart-form th {    border-bottom: 1px dotted #CCCCCC;
    /*color: #00733d;*/
    font-size: 1.2em;
    /*font-style: italic;*/
    font-weight: bold;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: left; }
 .cart-form td { padding: 0 0 7px; /*color: #555555;*/ }
 .cart-form td.blank-1 { line-height: 18px; padding: 0; }
 .cart-form td.blank-2 { line-height: 11px; padding: 0; }
 .cart-form tfoot td { padding: 0px 0 0; border-top: 0px dotted #999; }
 .cart-form .col-1 { width: 370px; }
 .cart-form .col-2 { width: 144px; /*color: #00733d;*/font-weight:strong; }

 .cart-form .col-3 { width: 180px; }
  .cart-form .col-3 input { width: 27px; margin-left: 13px; padding: 6px 7px 6px 5px; text-align: center; border: 1px solid #D3D3D3; }
  html* .cart-form .col-3 input { padding: 4px 7px 8px 5px; }
  /*.cart-form .col-2 .productitemcell {color:#799F4A;}*/
 .cart-form .col-4 { width: 134px; }
 .cart-form .col-5 { width: 70px; padding-right: 83px; font-weight: bold; text-align: left; }
 .cart-form th.col-5 { width: 70px; padding-right: 83px; font-weight: bold; text-align: left; }
 .cart-form tfoot .col-5 { font-size: 1.4em; /*color: #555555;*/ }
 .cart-form .col-6 { width: 76px; font-weight: bold; }
  .cart-form .col-6 a { color: #9b3300; }
 .cart-form .col-7 { /*color: #555;*/  }
 input.discountcodeInput {margin-right:5px;}
 .cart-form fieldset {border:0px;}


   
   
   
    a#catshopbuy { float: right; height: 58px !important; padding: 0 20px; font: bold 30px/55px HelveticaNeueBdCn,Helvetica Neue,Helvetica,Arial,sans-serif !important; text-transform: uppercase; display: -moz-inline-stack; display: inline-block; height: 20px; padding: 0 15px; border: none; background: #799f4a; color: #fff !important;  text-decoration: none !important;  width:150px !important; text-align:center;}

    a#catshopbuy:hover {background:#9b3300 !important;}

.checkout-a { }
 .checkout-a em { color: #9b3300; font-style: normal; }
 .checkout-a > h1 { margin: 0 0 5px; }
 .checkout-a > h1 + p { margin: 0 0 20px; }
 .checkout-a .wrap { }
  .checkout-a .wrap > h2 { margin-top: 25px; padding: 10px 20px; background: #fdfcd1; color: #333; font-size: 1.4em; text-transform: uppercase; }
  .checkout-a .wrap > h2 ~ * { margin-left: 20px !important; }
  .checkout-a .wrap .fields { overflow: hidden; margin: 0 0 10px; }
  html* .checkout-a .wrap .fields { zoom: 1; }
   .checkout-a .wrap .fields p { display: inline; float: left; margin: 0 0 0 20px; }
   .checkout-a .wrap .fields p:first-child { margin-left: 0; }
    .checkout-a label { display: block; margin: 0 0 3px; }
    .checkout-a input.text { width: 265px; height: 25px; padding: 0 8px 0 7px; border: none; background: #e7e7e7; line-height: 25px; }
    .checkout-a select { width: 280px; padding-top: 3px; padding-bottom: 3px; border: none; background: #e7e7e7; }
    .checkout-a .half input.text { width: 115px; }
    .checkout-a .tick label { display: inline; margin: 0; }
 .checkout-a .payment { overflow: hidden; width: 100%; }
  .checkout-a .payment p { float: none; overflow: hidden; margin: 0 0 10px; }
  html* .checkout-a .payment p { zoom: 1; }
   .checkout-a .payment p label { float: left; width: 130px; padding: 0 5px 0 0; text-align: right; line-height: 25px; }
   .checkout-a .payment p img { vertical-align: middle; }
  .checkout-a .payment p.method { line-height: 23px; }
   .checkout-a .payment p.method input { margin-right: 5px; }
   .checkout-a .payment p.expiration span.select { float: left; width: 130px; }
    .checkout-a .payment p.expiration span.select select { width: 100%; }
   .checkout-a .payment p.expiration span.select.one { margin-right: 20px; }
   .checkout-a .payment p.ccv input { width: 115px; }
 .checkout-a .total { overflow: hidden; width: 100%; }
  .checkout-a .total p { float: right; font: 2.4em/55px Lacuna,Helvetica Neue,Helvetica,Arial,sans-serif; }
   .checkout-a .total p strong { padding-left: 5px; color: #799f4a; font-family: Verdana,Geneva,sans-serif; }
   .checkout-a .total p .button-a { height: 55px; padding: 0 35px; font: bold 30px/55px HelveticaNeueBdCn,Helvetica Neue,Helvetica,Arial,sans-serif; text-transform: uppercase; }
  .checkout-a .total p.sum { float: left; }

.form-a { }
 .form-a h2 { margin: 0 0 20px; /*color: #00733d;*/ }
 .form-a.comment h2 { color: #9b3300; }
 .form-a p { margin: 0 0 10px; font-size: 1.2em; }
  .form-a em { color: #9b3300; font-style: normal; }
 .form-a p.field { overflow: hidden; width: 100%; line-height: 20px; }
  .form-a p.field label { float: left; width: 115px; padding: 3px 5px 0 0; text-align: right; }
  .form-a p.field input { width: 200px; height: 20px; padding: 3px 8px 3px 7px; border: none; background: #e7e7e7; line-height: 20px; vertical-align: top; }
  .form-a p.field select { width: 215px; padding: }
  .form-a p.field textarea { width: 200px; padding: 5px 8px 5px 7px; border: none; background: #e7e7e7; vertical-align: top; }
 .form-a p.captcha { }
  .form-a p.captcha img { float: left; margin: 0 5px 0 0; }
  .form-a p.captcha input { width: 90px; }
 .form-a p.action { width: auto; padding-left: 120px; }

/*! tables -------- */

table { display: table; border-collapse: collapse; border-spacing: 0; }
table th, table td { padding: 0; border: 0; }
 
table.tablestyle {border-collapse: collapse;margin-bottom: 15px;}
table.tablestyle th,table.tablestyle td {padding: 5px 10px; font-size:11px; }
table.tablestyle th {text-align: left;border: solid 1px #fff;background-color: #9b3300;color: #fff;}
table.tablestyle td {border: solid 1px #ddd;}

/*! navs ---------- */

nav.side-a { padding-bottom: 18px; background: url(../images/navside-a-shadow-a.png) 0 100% no-repeat; }
 nav.side-a ul { list-style: none; list-style-image: none; margin: 0; padding: 0; background: #ededed; }
  nav.side-a ul li { display: block; width: 100%; border-bottom: 1px solid #fff; font: bold 1.3em/1.25 Helvetica Neue,Helvetica,Arial,sans-serif; }
   nav.side-a ul li a { display: block; padding: 8px 15px; color: #333; text-decoration: none !important; }
   html* nav.side-a ul li a { zoom: 1; }
   nav.side-a ul li a:hover, nav.side-a ul li a:focus, nav.side-a ul li a:active { background-color: #9b3300; color: #fff; }
   nav.side-a ul li.selected a { background-color: #9b3300 !important; color: #fff !important; }

/*! lists --------- */

ul, ol, dd, blockquote { padding-left: 30px; }
 ul ul, ol ol, ul ol, ol ul { margin-bottom: 0; }

ul { list-style-image: url(../images/bullet-a.png); }

ul.files-a { list-style: none; list-style-image: none; margin: 0; padding: 0; }
 ul.files-a li { position: relative; margin: 0 0 5px; padding: 1px 0 1px 30px; background: url(../images/files-a-icons-a.png) 5px 2px no-repeat; }
 ul.files-a li.xls { background-position: 5px -48px; }
 ul.files-a li.pdf { background-position: 5px -98px; }
  ul.files-a li:before,
  ul.files-a li span.before { position: absolute; left: 0; top: 20px; content: ' '; bottom: 0; width: 30px; background: #fff; }

ul.orders-a { list-style: none; list-style-image: none; margin: 0; padding: 25px 30px; border-bottom: 1px solid #e1e1e1; background: #fdfcd1; }
h2 + ul.orders-a { margin-top: -5px; }
 ul.orders-a li { overflow: hidden; width: 100%; margin: 0 0 5px; font-size: 1.1em; }
 ul.orders-a li.header { color: #00733d; font-size: 1.3em; font-weight: bold; }
  ul.orders-a li span, ul.orders-a li a, ul.orders-a li small, ul.orders-a li strong { float: left; width: 410px; }
  ul.orders-a li span ~ span, ul.orders-a li small, ul.orders-a li strong { width: 105px; padding: 0 0 0 10px; font-size: 1em; }
  ul.orders-a li span ~ span ~ span, ul.orders-a li strong { text-align: right; }
  ul.orders-a li strong { font-weight: normal; }

dl { }
 dl dt { position: relative; overflow: hidden; margin: 0 0 10px; padding-left: 30px; color: #9b3300; }
 html* dl dt { zoom: 1; }
  dl dt span { position: absolute; left: 9px; top: 0; font: 14px/1.3 Lacuna,Helvetica Neue,Helvetica,Arial,sans-serif; }
 dl dd { margin: 0 20px 10px 30px; padding: 15px 20px; /*border-bottom: 1px solid #e1e1e1;*/ background: #fdfcd1; }
 .js dl.faq-a dt { cursor: pointer; }
 .js dl.faq-a dd { display: none; }
 
ul.application { margin: 0 0 15px; padding: 0; }
ul.application li {display:inline; background: url(../images/tick-green.png) 2px 0px no-repeat; padding: 2px 6px 2px 21px; text-transform:uppercase; font-size:10px; font-weight:bold;}

ol.blogsitesummary { list-style: none; list-style-image: none; margin:0; padding: 0; }
ol.blogsitesummary li { padding: 10px 10px 10px 0; border-bottom: 1px dotted #ccc; }
/*ol.blogsitesummary li a { text-decoration:none; }
ol.blogsitesummary li a:hover { text-decoration:underline; }*/
ol.blogsitesummary span.author {display:none;}
ol.blogsitesummary span.date { display:none;}

/*! paragraphs ---- */


/*! links --------- */

a { color: #9b3300; text-decoration: underline; }
a:hover, a:focus, a:active { color: #9b3300; text-decoration: none; }

.button-a, input.productSubmitInput { display: -moz-inline-stack; display: inline-block; height: 20px; padding: 0 15px; border: none; background: #799f4a; color: #fff !important; font: 11px/19px Verdana,Geneva,sans-serif; text-decoration: none !important; text-transform: lowercase; }

.form-a .button-a { display: -moz-inline-stack; display: inline-block; height: 30px; padding: 0 15px; border: none; background: #799f4a; color: #fff !important; font: 12px/19px Verdana,Geneva,sans-serif; text-decoration: none !important; text-transform: lowercase; }

table.productLarge input.productSubmitInput { display: -moz-inline-stack; display: inline-block; height: 30px; padding: 0 20px; border: none; background: #799f4a; color: #fff !important; font: 14px/19px Verdana,Geneva,sans-serif; text-decoration: none !important; text-transform: lowercase; margin-right: 35px; }

.details-a .button-a { display: -moz-inline-stack; display: inline-block; height: 30px; padding: 0 20px; border: none; background: #799f4a; color: #fff !important; font: 14px/27px Verdana,Geneva,sans-serif; text-decoration: none !important; text-transform: lowercase; margin-right: 15px; }

.details-a .info p.action a.button-a {background-color: #9b3300 !important; }
.details-a .info p.action a.button-a:hover {background-color: #799f4a !important;}


html* .button-a { display: inline; }
.button-a:hover, .button-a:focus, .button-a:active, input.productSubmitInput:hover, table.productLarge input.productSubmitInput:hover { background: #9b3300;  cursor:pointer;}

.button-b { display: -moz-inline-stack; display: inline-block; position: relative; height: 28px; padding: 0 20px; background: #b62d24 url(../images/button-b-bg-a.png) repeat-x; color: #fff !important; font: bold 12px/28px Helvetica Neue,Helvetica,Arial,sans-serif; text-decoration: none !important; }
.button-b { border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; behavior: url(/styles/pie.htc); }
html* .button-b { display: inline; }
.button-b:hover, .button-b:focus, .button-b:active { background-color: #2d3b48; background-position: 0 -50px; }

/*! images -------- */

img { border-width: 0; image-rendering: optimizeQuality; -ms-interpolation-mode: bicubic; }

/*! other --------- */

pre { font-family: Consolas,Monaco,Courier New,monospace; white-space: pre-wrap; }

hr, div.hr { overflow: hidden; width: 100%; height: 1px; margin: 25px 0; border: none; border-top: 1px solid #e1e1e1; background: none; font-size: 0; }
 div.hr * { display: none; }

/*! helpers ------- */

.offset { position: absolute !important; left: -10001px !important; overflow: hidden !important; }

/*! mobile -------- */

@media only screen and (max-device-width: 480px) { html { -webkit-text-size-adjust: none; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) { html { -webkit-text-size-adjust: none; } }

/*! specific ------ */

div.connect-a div, nav.side-a div {margin-bottom:0px; padding-bottom:0px;}
#bar form.search {padding:0px; margin:0px;}
.cat-desc p {padding-right: 10px;}
.product-form .form .item { margin:10px 0;}
#accordion h3 { font-size: 16px !important; }
#accordion p.action { /*overflow: hidden;*/ width: 300px !important; padding-bottom: 0 !important; border-bottom: none !important;}
#accordion form p { font-size: 1.0em; }
.details-a #accordion h3 { font-size: 19px !important; }
/*ul.popletAction {margin: 0 30px 30px 0;}*/
table.productPoplets {margin-top: 15px;}
td.productPopletsItem {padding: 0 15px 15px 0;}

/* Social */
div.bc-social {width:100%; overflow:hidden; position:relative; margin-bottom:0px; padding-bottom:0px;}
div.bc-fb {width:100px; /*float:left;*/ margin-bottom:0px; padding-bottom:0px; display:inline;}
div.bc-twitter {width:150px; /*float:left;*/ margin-bottom:0px; padding-bottom:0px; display:inline;}

/*Blog Captcha */
div.captcha-wrapper {width:100%; overflow:hidden; position:relative;}
div.captcha-wrapper p.captcha-label {width:115px; float:left;padding:0 5px 0 0;}
div.captcha-wrapper div.captchaimg {width:115px; float:left;}
div.captcha-wrapper .captchaimg img {width:107px; height:30px;}
div.captcha-wrapper input#CaptchaV2 {background:none repeat scroll 0 0 #E7E7E7;border:medium none;height:20px;line-height:20px;padding:3px 8px 3px 7px;vertical-align:top;width:86px !important;}


div.twitHeader, div.twitUser, div.catcrumbs, div.cat-color /*, div.productPopletsItem*/ {display:none;}
div.catProductAttributeGroup,div.product-grouping {width:100%; overflow:hidden; position:relative;}
div.catProductAttributeGroup div.catProdAttributeTitle, div.product-grouping label {width:80px; float:left;}


div.featured-a ul {margin:0px; padding:0px; background:none; width:100%; overflow:hidden; position:relative;}
div.featured-a ul li {list-style-type:none; background:none; float:left;}


/* Log In / Edit Details form */
  
  .comment-form { width: 100%; padding-bottom: 5px; }
 .comment-form p { overflow: hidden; clear: both; width: 358px; line-height: 26px; margin: 0 0 10px 0; }
 .comment-form p.captcha { margin-bottom: 12px; }
  .comment-form p label { float: left; width: 122px; padding-right: 18px; text-align: right; font-weight: bold; font-size: 11px; text-transform: capitalize; color: #333; }
  .comment-form p input, .comment-form p textarea {  background: none repeat scroll 0 0 #E7E7E7;border: medium none;height: 20px;line-height: 20px;padding: 3px 8px 3px 7px;vertical-align: top;width: 200px; }
  .comment-form p input:focus, .comment-form p textarea:focus { border-color: #999; }
  html* .comment-form p input { padding: 4px 10px 8px; }
  .comment-form p textarea { display: block; height: 75px; }
  .comment-form p.captcha img { position: relative; top: 2px; float: left; display: block; max-width: 108px; }
  .comment-form p.captcha input { float: left; width: 144px; margin-left: 8px; }
  * html .comment-form p.captcha input { margin-left: 10px; }
  .comment-form p input.submit { float: right; overflow: visible; width: 92px; height: 28px; margin-right: 5px; padding: 0; border: 0; text-align: center; text-transform: uppercase; letter-spacing: 1px; font: bold 14px/24px Arial,sans-serif; background: #799F4A; color: #FFF; }
  .comment-form p input.submit:hover { background: #9b3300; cursor: pointer; }
  * html .comment-form p input.submit { margin-right: 3px; }



/*     Notices
-------------------------------------*/
#notice-slider { padding: 18px; color: #fff; font-weight: bold; display: none; margin: 0 0 20px 0; font-size: 1.4em;  }
.alarm { background-color: #9b3300; }
.caution { background-color: #9b3300; }
fieldset {border:0px;}

div.primary {min-height:500px;}

/* Testimonials */
div.testimonials-a p.author {text-align:left;  font-weight:bold; color:#2c3a47;}
div.testimonials-a div.item { border-bottom:1px dotted #E1E1E1;margin-bottom:30px !important;overflow:hidden;padding-bottom:20px;width:100%; /*margin-top:30px; padding-top:20px;*/}


/* Our Team */
div.our-staff {margin-top:25px;}
div.our-staff div.entry-a { overflow: hidden; width: 100%; margin: 0 0 30px; padding: 0 0 15px; border-bottom: 1px solid #e1e1e1; }
 div.our-staff div.entry-a p.date { margin-top: -13px; color: #333; font-size: 14px; }
 div.our-staff div.entry-a p.position {  font-size: 15px; }
div.our-staff div.entry-a .left img { float:left; padding-bottom:0px !important; padding-right:20px; }

div#lightbox, div#overlay {z-index:4000;}

/* Our Suppliers */
.our-suppliers {margin-top:25px;}
.our-suppliers .entry-a { overflow: hidden; width: 100%; margin: 0 0 30px !important; padding: 0 0 15px !important; border-bottom: 1px solid #e1e1e1 !important; }
.our-suppliers .entry-a p { padding-right:10px; font-size: 1.1em; line-height: 16px; }
.our-suppliers .entry-a h2 { font-size: 1.8em !important; }

/*Facebook*/
div.connect-a div.facebook-a {display: none; width:220px; position:relative; padding-left:20px;}
div.connect-a div.facebook-a img.left {float:left; padding-right:10px;}
div.connect-a div.facebook-a a {line-height: 15px;font-size: 14px;cursor: pointer; color: #3B5998; font-weight: bold;font-family: "lucida grande",tahoma,verdana,arial,sans-serif;}
div.connect-a div.facebook-a .fb_edge_widget_with_comment {position:absolute; top:24px; left: 80px;}
div.connect-a {display:block; overflow:hidden;height:80px;}

/* Hide/Show Prices */
.details-a > .info p.price, 
.details-a > .info span.qty,
.details-a > .info span.addtocart,
.entry-a p.pricing span { display: none; }

.details-a > .info span.sell,
.entry-a p.sell span { display: inline; }
.details-a > .info p.sell { display: inherit; }

/* Branch Managers */
.profile-a { }
.profile-a .photo { float:left; }
.profile-a .photo img { margin-right: 20px;}
.profile-a .details { float:left; line-height: 20px;}
.profile-a .map img { float:right; margin-right: 10px; }