body {

}

h1,h2,h3,h4 {
  color:#0063C0;
  padding: 2px 0;
  margin-bottom:10px;
  clear:both;
}

h1 {
  margin-top: 10px;
}

h2,h3,h4 {
  margin-top: 20px;
}

h2.products {
  color:#000;
}

span.small {
  font-size: 0.8em;
}

html body div#wrapper div#content {
  width:1000px;
}

div#header {
  height: 100px;
  /*background: url(/img/shse/banner.jpg) no-repeat;*/
  position:relative;
}

div#header div#changeLocations {
  position:absolute; 
  height:25px;
  top:5px;
  right:10px;
}

div#header div#changeLocations a img {
  border:none;
  float:left;
  padding:2px;
}

div#header div#viewBasket {
  position:absolute;
  top:20px;
  right:0;
  /*    width:130px;
  height:20px;
  *//*    border:1px solid #ccc;*/
  padding:2px;
  text-align:center;
  margin: 0;
}

div#header div#viewBasket a {
  text-decoration:none;
  color:#000;
  width:130px;
  /*    height:20px;*/
  border:1px solid #ccc;
  padding:5px;
  display:block;
}

div#existing {
  position:absolute;
  width:200px;
  height:50px;
  right:0px;
  top:0px;
}

span#existing_head {
  background-color: #FF0000;
  padding:2px 5px;
  color:#FFFFFF;
  font-weight:bold;
}

div#lefticons {
  margin: 30px 0 0 0;
}

div#lefticons p{
  font-size:10px;
}

/*-----------------------------------------------------*/
/*FRONT PAGE */
/*-----------------------------------------------------*/
div#frontWrapper {
  position:relative;
  width: 620px;
  float: left;
}

div#frontTopSection {
  position:relative;
  width:620px;
}

div#frontTopImage {
  top:0;
  left:0;
  width:620px;
  height:236px;
}


div#frontMidSection {
  position:relative;
  width:650px;
  margin-top:10px;
  /*     height:380px; */
  overflow: hidden;
}

div#frontMidBanner {
  top:0;
  left:0;
  width:638px;
  height:93px;
  background:url(/img/shse/fp_midbanner.jpg) no-repeat;
  padding:0px;
  /*        padding-top:30px;*/
}

div#frontMidBanner h1 {
  font-size:1.4em;
  color:#FFF;
  padding:28px 25px 0px;
  text-align:center;
  margin:0;
}

div#frontMidBanner h1 a {
  color:#FFF;
  text-decoration: underline;
  font-size: 1em;
}

div#frontLowerBanner {
/*         position:absolute; */
/*         left:0px; */
/*        height:57px;*/
width:638px;
}

div#frontLowerBanner h2,
div#frontLowerBanner p {
  color:#000;
  margin:20px 0px 0;
  padding:0px 5px;
  text-align:justify;
  font-size:1.2em;
}

div#frontLowerBanner h2 {
  font-size:1.3em;
}

div#frontLowerBanner h2 a, div#frontLowerBanner p a {
  font-size: 1em;
}

div#frontBotSection{
  position:relative;
  width:650px;
  height:230px;
  margin-top:10px;
}

div#frontBotSection div:first-child {
/*    border:none;*/
border-left: 1px solid #0063C0;
}

div.frontBotBox{
  width:195px;
  height:250px;
  float:left;
  padding:8px;
  /*    border-left: 1px solid #0063C0;*/
  border-right: 1px solid #0063C0;
  position:relative;
  overflow:hidden;
}
div.frontBotBox p {
  padding:0pt;
  margin:0pt;
  font-size:1.1em;
  /*    font-weight:bold;*/
}

div.frontBotBox p.arrowlink{
  margin: 20px 0;
}

div.frontBotBox p.arrowlink a{
  background:url(/img/shse/ra.png) no-repeat 0px 3px;
  vertical-align:middle;
  text-decoration:none;
  padding-left:10px;
  color:#000;
}

div.frontBotBox p.arrowlink a:hover{
  text-decoration:underline;
}

/*-----------------------------------------------------*/
/* SITE MAP */
/*-----------------------------------------------------*/

div#siteMap p {
  background-color:#0063C0;
  padding:5px;
  font-size:1.1em;
  color:#fff;
}


div#siteMap ul,div#manuallist ul {
  margin-left:20px;
}

div#siteMap ul li,div#manuallist ul li {
  list-style-image:url(/img/shse/ra.png);
  margin:8px 0px;
}

div#siteMap ul li a,div#manuallist ul li a{
  text-decoration:none;
}

div#manuallist ul li {

}

/*-----------------------------------------------------*/
/*  NEWS*/
/*-----------------------------------------------------*/

div.newssnippet {
  color:#444;
}

p.newsposted {
  color:#888;
}

/*-----------------------------------------------------*/
/*  CHECKOUT*/
/*-----------------------------------------------------*/

span.red {
  color:#F00;
}

/*-----------------------------------------------------*/
/*  */
/*-----------------------------------------------------*/




div#topNav {
  float: right;
  clear: right;
  margin: 10px 0;
}

div#topNav ul li a {
  display: block;
  border-left: 1px solid #eaeaea;
  text-decoration: none;
  color: #7f7f7f;
  font-size: 0.9em;
  padding: 0 5px;
}

div#topNav ul li.home a {
  color: #e57100;
}

div#topNav ul li:first-child a {
  border: none;
}

div#searchdiv {
  width: 200px;
  height: 40px;
  position: absolute;
  right: 21px;
  top: 50px;
  text-align:right;
}

div#searchdiv input[type="text"] {
  width: 120px;
  height: 18px;
  padding: 0 0 0 5px;
  border: 1px solid #888;
  color: #888;
}

input[type="submit"]#quickSearchSubmit {
  color: #000;
  background: url(/img/search_button.gif) no-repeat;
  /*    text-shadow: 0px 0px 2px #333;*/
  font-weight: bold;
  font-size: 0.9em;
  text-align: center;
  width: 54px;
  height: 20px;
  text-indent: -2000px;
  border: none;
  vertical-align:bottom;
  margin: 0 0 0 -3px;
}

input[type="submit"]#submit {
  color: #000;
  background: url(/img/shse/button-x-small.jpg) no-repeat;
  /*    text-shadow: 0px 0px 2px #333;*/
  font-weight: bold;
  font-size: 0.9em;
  text-align: center;
  width: 53px;
  height: 20px;
  border: none;
  vertical-align:bottom;
}

div#left > ul {
  width: 130px;
  padding: 0;
  font-family: arial;
  font-size: 12px;
  margin: 0 0 10px 0;
}

div#left ul a {
  text-decoration: none;
  display: block;
  padding: 3px 6px;
  color: #31a000;
  margin: 0 0 0 10px;
}

div#left > ul > li {
  background-color: #0063c0;
}

div#left > ul > li > a {
  color: #fff;
  font-weight: bold;
  padding-left:2px;
  font-family: arial;
  font-size: 12px;
}

div#left ul li ul {
  background: #fff none;
  margin: 0 0 10px 0;
}

div#left ul li ul a {
  background: url(/img/shse/ra.png) no-repeat 0 5px;
  margin: 0px 0px 0px 2px;
  padding:2px 2px 2px 12px;
  color:#000;
  font-size: 12px;
}

div#left ul li ul li.highlight {
  color:#FF0;
  font-weight:bold;
  background-color: #8cb6df;
}

div#left ul li ul li.highlight a {
  background: url(/img/shse/ra2.png) no-repeat 0 4px;
  padding:2px 2px 2px 20px;
}

div#main {
  width: 855px !important;
  position:relative;
}

div#welcomeText {
  background: transparent url(/img/casa/greenbox-s.gif) no-repeat;
  width: 304px;
  height: 170px;
  padding: 10px 20px;
  float: left;
}

div#welcomeText img {
  display: none;
}

div#welcomeText h2 {
  color: #fff;
  /*    text-shadow: 0 0 2px #060;*/
  margin: 5px 0;
}

div#welcomeText p {
  color: #fff;
  /*    text-shadow: 0 0 2px #060;*/
  line-height: 1.3em;
}

div#featuredProducts {
  width: 206px;
  height: 190px;
  float: right;
  background: transparent url(/img/casa/orangebox-s.gif) no-repeat;
  padding: 0 10px;
  margin: 0 0 10px 0;
}

div#featuredProducts div.featuredRow0 {
  display: block;
}

div#featuredProducts div.featuredRow1,
div#featuredProducts div.featuredRow2,
div#featuredProducts div.featuredRow3,
div#featuredProducts div.featuredRow4,
div#featuredProducts div div.summary {
  display: none;
}

div#featuredProducts h2 {
  display: none;
}

div#featuredProducts p.title {
  padding: 0;
  color: #591900;
  float: right;
  text-align: right;
}

div#featuredProducts p.title a {
  font-size: 0.9em;
  text-decoration: none;
  color: #591900;
}

div#featuredProducts span.price {
  padding: 10px 0;
  text-align: right;
  display: block;
  clear: both;
  color: #591900;
  font-weight: bold;
}

div#featuredProducts span.price:before {
  content: "Online price: ";
}

div#featuredProducts img {
  float: left;
  height: 90px;
  width: 90px;
  margin: 0 0 0 55px;
}

div#featuredProducts p.title:before {
  content: "Product of the month:";
  display: block;
  clear: right;
  font-weight: bold;
  text-align: right;
  padding: 2px 15px;
}

div#topSellers,
div#hotOffers {
  width: 100%;
  height: 160px;
  margin: 10px 0;
  clear: both;
}

div#topSellers h2,
div#hotOffers h2 {
  display: none;
}

div#topSellers div,
div#hotOffers div {
  width: 108px;
  height: 160px;
  float: left;
  margin: 0 5px 0 4px;
}

div#topSellers div img,
div#hotOffers div img {
  width: 108px;
  height: 108px;
}

div#topSellers p.title,
div#hotOffers p.title {
  margin: 0;
  text-align: center;
  height: 38px;
}

div#topSellers p.title a,
div#hotOffers p.title a {
  font-size: 0.8em;
  color: #e57100;
  text-decoration: none;
}

div#topSellers div.summary,
div#hotOffers div.summary {
  display: none;
}

div#topSellers span.price,
div#hotOffers span.price {
  text-align: center;
  display: block;
  color: #909090;
  font-size: 0.8em;
}

div#topSellers span.price:before,
div#hotOffers span.price:before {
  content: "Online price: ";
}

div#footer {
  color: #929292;
  font-size: 0.6em;
}
div#footerNav {
  padding:10px;
}

div#footer a {
  text-decoration:none;
}

div#footer p {
  padding: 0 10px;
}

div#footer p a#datasouth,
div#footer p span#copyright,
div#footer div#footerNav a {
  margin: 0;
  padding: 0 5px;
  height: auto;
  /*    display: inline;*/
  color: #929292;
  text-decoration: none;
  width:50%;
}

div#footer div#footerNav a {
  border-left: 1px solid #d0d0d0;
  color: #000;
}

div#footer div#footerNav a:first-child {
  border: none;
}

div#footer p span#datasouthspan {
  float:right;
  text-align:right;
  width:49%;
}

div#footer p span#copyright {
  float:left;
  text-align:left;
  width:49%;
}


div#footer p a#datasouth {
  color: #000;
  text-decoration: none;
  padding: 7px;
}

div#footer a#datasouth span {
  color: #ff8c00;
}

div#topSellers:after {
  float: left;
  display: block;
  content: url(/img/casa/bottomBlock.gif);
  height: 185px;
  padding: 10px 0;
}


/**********************************************/
/* CONTACT PAGE */
/**********************************************/

form.contactform {
  width:500px;
  margin:0 auto;
  text-align:center;
}

form.contactform span{
  color:red;
}

form.contactform fieldset {
  border:none;
}

/**********************************************/
/* MANUALS PAGE */
/**********************************************/

div.manualdiv {
  padding:10px;
  /*    width:350px;*/
  height:100px;
  overflow:hidden;
  position:relative;
  border-bottom:1px dotted #0063C0;
}


/**********************************************/
/* RIGHT NAV */
/**********************************************/

div#rightWrapper {
  float: right;
  overflow: hidden;
}

div#quickSearchOptionWrapper {
  width: 190px;
  height: 25px;
  margin: 0 0 10px 0;
}

span.select {
  position: absolute;
  width: 158px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
  height: 25px;
  padding: 0 24px 0 8px;
  color: #fff;
  font: 12px/21px arial,sans-serif;
  color: #000;
  background: url(/img/quick_search_option_bg.gif) no-repeat;
  overflow: hidden;
}

div#frontRightNav{
  width:198px;
  /*         position:absolute; */
  /*         top:0; */
  /*         right:0; */
}
div.rightNavWrapper{	
  position:relative;
  border-bottom: 1px solid #cde2f7;
  margin: 7px 0 0 0;
  padding: 0 0 7px 0;
}
div.rightNavWrapper img {
  margin-left:5px;
}

div.rightNavWrapper a {
  text-decoration:none;
  color:#0063C0;
  font-family: arial !important;
  font-size: 13px;
}

div.rightNavWrapper a.moreinfo, a.backlink{
  background: url(/img/shse/ra.png) no-repeat 0 5px;
  margin: 0px 0px 0px 10px;
  padding:2px 2px 2px 12px;
  color:#000;
  text-decoration:none;
}

div.rightNavWrapper a.moreinfo:hover, a.backlink:hover{
  text-decoration:underline;
}

div.rightNavBox{
/*         background: url(/img/shse/fp_rn_box1.jpg) no-repeat; */
height:56px;
width:128px;
position:absolute;
right:0;
top:0px;
}
div.rightNavBox p {
  font-size:1.0em;
  color:#0063C0;
  margin:10px 5px 2px;
  font-weight:bold;
  font-family: arial !important;
  font-size: 13px;
}
div.rightNavBox ul li {
  list-style-image:url(/img/shse/ra.png);
  margin-left:25px;
}

div.rightNavBox ul li a {}

div#frontMidDelivery{
/*  position:absolute; */
width:194px;
height:186px;
/*  top:0; */
/*  right:0px; */
background:url(/img/shse/fp_delivery.jpg) no-repeat;
margin: 20px 0 0 0;
}

div#frontMidDelivery p.main{
  padding: 70px 8px 8px;
  margin:0px;
  font-size:11px;
}

div#frontMidDelivery a.frontDeliverylink{
  width:100%;
  height:100%;
  display:block;
  vertical-align:middle;
  text-decoration:none;
  color:#000;
}

div#frontBotNews{
/*     position:absolute; */
width:198px;
height:250px;
/*     top:0; */
/*     right:0px; */
/*     background: url(/img/shse/newsbg.jpg) repeat-x; */
/*     padding: 0px 5px; */
margin: 30px 0 0 0;
}

div#frontBotNews div.topnewsitem {
  padding:5px 0px;
  border-bottom: 1px solid #cde2f7;
}

div#frontBotNews img{
  padding:0px 2px 0px 0px;
}

div#frontBotNews p.title {
  font-size: 15px;
  font-weight:bold;
  font-family: arial;
  color:#0063C0;
  clear:both;
  border-bottom: 1px solid #cde2f7;
  padding: 0 0 8px 10px;
  margin: 0;
}

div#frontBotNews p {
  font-family: arial;
  font-size: 13px;
  padding: 0 25px 0 10px;
}

div#frontBotNews p.head {
  margin: 0;
}

div#frontBotNews ul li {
  list-style-image:url(/img/shse/ra.png);
  margin-left:25px;
}

div#frontBotNews a {
  color:#000;
  text-decoration:none;
  float: right;
  font-size: 13px;
}

div#frontBotNews a.moreinfo:link,
div#frontBotNews a.moreinfo:visited,
div#frontBotNews a.moreinfo:active {
  background: url(/img/shse/ra.png) no-repeat 0 5px;
  margin: 0px 0px 0px 10px;
  padding:2px 8px 2px 12px;
  color:#000;
  text-decoration:none;
}

div#frontBotNews a.moreinfo:hover {
  text-decoration:underline;
}

div#rightIcons {
  width: 198px;
  overflow: hidden;
  margin: 10px 0 0 0;
  float: right;
}

div#rightIcons p{
  font-size:8px;
  /*     width: 90px; */
}

div#rightIconsLeft {
  margin-left:10px;
  float: left;
  text-align: center;
  margin: 0 10px 0 0;
}

div#rightIconsRight {
  float: right;
  text-align: center;
}


/* Contact Page (reps.php) */

div.contact_us_form {
  overflow: hidden;
}

div.contact_country, div.contact_state {
/*   clear: left; */
/*   float: left; */
  width: 310px;
  margin: 10px 0 5px 0;
/*   margin: 0; */
  padding: 0;
  height: 21px;
  overflow: hidden;
}

div.contact_country label, div.contact_state label {
  margin: 0;
  padding: 0;
  float: left;
}

select.contact_country, select.contact_state {
  width: 250px;
  float: right;
  margin: 0;
}

p.contact_us {
  float: left;
  clear: left;
}

div.contact_us_form p.contact_us a {
  text-decoration: none;
  color: #0069cc;
  font-weight: bold;
}

div.contact_row {
  border-top: 1px #c0c0c0 solid;
  overflow: hidden;
  clear: left;
  width: 850px;
  padding: 0 0 5px 0;
}

div.contact_block {
  float: left;
  margin: 10px;
  width: 260px;
  overflow: hidden;
}

p.contact_address,
p.contact_name,
p.contact_phone,
p.contact_fax,
p.contact_email,
p.contact_url {
  margin: 2px;
  text-align: left;
}

div.contact_address,
div.contact_name,
div.contact_phone,
div.contact_fax,
div.contact_email,
div.contact_url { 
  overflow: hidden;
  margin: 0;
}

p.contact_name_label,
p.contact_phone_label,
p.contact_fax_label,
p.contact_email_label,
p.contact_url_label {
  width: 52px;
  text-align: right;
  float: left;
  margin: 0 5px 0 0;
  clear: left;
  overflow: hidden;
}

p.contact_name_data,
p.contact_phone_data,
p.contact_fax_data,
p.contact_email_data,
p.contact_url_data {
  float: left;
  margin: 0;
  overflow: hidden;
}

/* footer nav */

div#footerSiteMap {
  margin: 0 0 8px 15px;
  overflow: hidden;
}

div#footerSiteMapLeft {
  float: left;
  width: 480px;
}

div#footerSiteMapRight {
  float: right;
  width: 480px;
}

div#footerSiteMap ul {
  list-style: none;
  display: inline;
}

div#footerSiteMap li {
  display: inline;
}

div#footerSiteMap li.parentli {
/*     display: block; */
}

div#footerSiteMap li.parentli, div#footerSiteMap li.parentli a {
  color: #0079cd;
  font-family: arial;
  font-weight: bold;
  font-size: 12px;
}

div#footerSiteMap li.mainnav ul {
  margin: 0 90px 0 0;
}

div#footerSiteMap li.mainnav ul a {
  font-weight: normal;
  color: #000;
}

p#footercopyds {
  clear: left;
}

div.larger-font p,
div.larger-font li,
div.larger-font span {
  font-size: 13px;
}

div#item div.image {
  margin: 0 10px 10px 0;
}

div#item div.description h2 {
  margin-top: 0;
}

div#item * {
  clear: none;
}

