/*
html5doctor.com Reset Stylesheet
v1.4.1
2010-03-01
Author: Richard Clark - http://richclarkdesign.com
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted #000;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}


/* =================== */
/* = PAGE STYLESHEET = */
/* =================== */
body {
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 15px;
  padding: 10px 0;
}
a {
  color: #039;
  text-decoration: none;
}
a:hover {
  color: #f60;
}
.rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.button {
  display: block;
  height: 23px;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background: url(../images/bg-button-orange.png) repeat-x;
}
.button span {
  font-weight: bold;
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
  font-size: 12px;
  cursor: pointer;
}
.button:hover {
  -webkit-box-shadow: 0 0 4px #fd8f2d;
  -moz-box-shadow: 0 0 4px #fd8f2d;
  -o-box-shadow: 0 0 4px #fd8f2d;
  -ms-box-shadow: 0 0 4px #fd8f2d;
  box-shadow: 0 0 4px #fd8f2d;
}
a.more {
  height: 25px;
  background: url(../images/bg-button-more.png) repeat-x;
}
a.more span {
  padding: 6px 10px;
  font-size: 13px;
}
.button:hover span {
  color: #555;
}
.justifyRight {
  text-align: right;
}
.clear {
  clear: both;
}

/* ========= */
/* = icons = */
/* ========= */
.icon-lang-us {
  display: inline-block;
  height: 22px;
  width: 22px;
  background: url(../images/icons-sprite.png) no-repeat -44px 0;
}
.icon-lang-ca {
  display: inline-block;
  height: 22px;
  width: 22px;
  background: url(../images/icons-sprite.png) no-repeat -22px 0;
}

/* =================== */
/* = LAYOUT / HEADER = */
/* =================== */
#pageContainer {
  width: 820px;
  margin: 0 auto;
}
#logotype {
  float: left;
}
#languages {
  float: left;
  padding: 18px 0 0 10px;
}
#languages li {
  padding-right: 5px;
  float: left;
  text-indent: -9999px;
}
#languages a {
  display: block;
  height: 22px;
  width: 22px;
  background: url(../images/icons-sprite.png) no-repeat;
}
#languages li.uk a {
  background-position: 0 0;
}
#languages li.us a {
  background-position: -44px 0;
}
#languages li.ca a {
  background-position: -22px 0;
}
#contactAndAccount {
  float: right;
  padding-top: 10px;
}
#contactAndAccount li {
  float: right;

  padding-left: 25px;
}
#contactAndAccount .phone {
  font-size: 22px;
}
#contactAndAccount .hours {
  font-size: 12px;
}

/* ======== */
/* = MENU = */
/* ======== */
menu {
  clear: both;
  padding: 5px 0;
}
menu nav {
  height: 36px;
  -moz-box-shadow: 0 4px 5px #c2c2c2;
  -webkit-box-shadow: 0 4px 5px #c2c2c2;
  -o-box-shadow: 0 4px 5px #c2c2c2;
  -ms-box-shadow: 0 4px 5px #c2c2c2;
  box-shadow: 0 4px 5px #c2c2c2;
  background: url(../images/bg-menu.png) repeat-x;
}
menu li {
  float: left;
  background: url(../images/bg-menu-separator.png) 0 0;
  padding-left: 1px;
}
menu li:first-child {
  padding-left: 0;
}
menu li a {
  display: block;
  height: 36px;
  color: #fff;
  background: url(../images/bg-menu.png) repeat-x;
  font-size: 13px;
}
menu li a:hover {
  color: #fff;
}
menu li.special,
menu li.special a {
/*  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-right-radius: 5px;
*/
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  float: none;
  text-align: center;
  display: block;
}
menu li.special a {
  background: url(../images/bg-menu-special.png) repeat-x;
}
menu li.special a span {
  padding: 11px 0;
}
menu li.special a:hover {
  background: #744646;
}
menu li a span {
  display: block;
  padding: 11px 17px;
}
menu li:first-child,
menu li:first-child a {
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
}
menu li.savanah {
  padding-right: 1px;
}
menu li a:hover {
  background: #286097;
  text-shadow: 1px 1px 1px #000;
}
menu li.sonaris a span,
menu li.revoreach a span,
menu li.savanah a span {
  background: url(../images/logo-menu-companies.png) no-repeat 15px 5px;
  width: 65px;
}
menu li.revoreach a span {
  background-position: 15px -68px;
  width: 90px;
}
menu li.savanah a span {
  background-position: 15px -142px;
  width: 75px;
}

/* ============== */
/* = SEARCH BAR = */
/* ============== */
#searchBar {
  height: 48px;
  background: url(../images/bg-search-bar.png) repeat-x;
}
#searchBar div {
  height: 48px;
  background: url(../images/bg-search-bar-banner.png) no-repeat;
}
#searchBar form {
  margin: 0;
  padding: 13px 19px;
}
#queryInput {
  width: 150px;
  border: none;
  outline: none;
  background: none;
  font-size: 13px;
}
#queryInput.focused {
  background: #fff;
}
#searchButton {
  margin: 1px 0 0 10px;
  visibility: hidden;
}

/* =============== */
/* = BREADCRUMBS = */
/* =============== */
#breadcrumbs {
  clear: both;
  padding: 10px 0;
}
#breadcrumbs ul {
  height: 21px;
  background: #e8e7e7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
#breadcrumbs li {
  height: 21px;
  float: left;
  overflow: hidden;
  background: url(../images/bg-breadcrumbs-splitter.png) no-repeat top right;
  padding-right: 8px;
  margin-left: -8px;

}
#breadcrumbs li:first-child {
  margin-left: 0;
}
#breadcrumbs .current {
  margin-left: 0;
  background: none;
}
#breadcrumbs li a {
  display: block;
  height: 21px;
  padding-left: 8px;
  background: url(../images/bg-breadcrumbs-splitter-both.png) no-repeat;
}
#breadcrumbs li:first-child a {
  background: none;
  padding-left: 0;
}
#breadcrumbs li a span {
  display: block;
  padding: 0 5px;
  line-height: 22px;
  color: #fff;
  font-size: 14px;
  background: url(../images/bg-breadcrumbs.png) repeat-x;
}
#breadcrumbs .current span {
  display: block;
  padding: 0 5px;
  line-height: 22px;
  color: #000;
  font-size: 14px;
  background: none;
}
#breadcrumbs .home span {
/*  width: 20px;*/
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
#breadcrumbs .home span.icon {
  width: 16px;
  height: 21px;
  background: url(../images/icons-sprite.png) no-repeat 5px -91px;
}
#breadcrumbs li a:hover {
  text-shadow: 1px 1px 1px #000;
}
#breadcrumbs .cart {
  float: right;
  background: #d6d6d6;
  padding:  25px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  text-align: center
}
#breadcrumbs .cart a {
  display: block;
  padding-left: 10px;
  margin: 3px 0;
  overflow: hidden;
  background: url(../images/icons-sprite.png) no-repeat 0 -90px;
  font-size: 14px;
  font-weight: bold;
  color: #000;
  -text-decoration: none;
  text-shadow: 1px 1px 1px #fff;
}
#breadcrumbs .cart:hover {
  -webkit-box-shadow: inset 2px 2px 4px #aaa;
  -moz-box-shadow: inset 2px 2px 4px #aaa;
  -o-box-shadow: inset 2px 2px 4px #aaa;
  -ms-box-shadow: inset 2px 2px 4px #aaa;
  box-shadow: inset 2px 2px 4px #aaa;
}
#breadcrumbs .cart:hover a {
  text-shadow: 1px 1px 1px #fff;
}


/* ====================== */
/* = CATEGORIES SIDEBAR = */
/* ====================== */
#categoriesPane {
  float: left;
  width: 190px;
  background: #ebebeb;
  line-height: 14px;
}
#categoriesPane ul {
  list-style: none;
  padding: 10px;
}
#categoriesPane ul ul {
  padding: 5px 10px;
}
#categoriesPane > ul > li {
  padding: 5px 0;
}
#categoriesPane > ul > li:first-child {
  padding-top: 0;
}
#categoriesPane > ul > li {
  font-size: 11px;
  font-weight: bold;
}
#categoriesPane a {
  font-weight: normal;
}
#categoriesPane ul ul li {
  font-size: 12px;
}
#categoriesPane ul ul li.additional {
  display: none;
}

#categoriesPane > ul > li > a {
  color: #f60;
  text-decoration: none;
}
#categoriesPane > ul > li > a:hover {
  color: #000;
}
#categoriesPane > ul > li > a:before {
  content: " ";
}

/* ================ */
/* = CONTENT PANE = */
/* ================ */
#contentPane {
  margin-left: 200px;
}
#contentPane.fullTextPane,
#contentPane.cart {
  margin-left: 0;
}
#contentPane header {
  background: #def0f9;
  height: 79px;
}
#contentPane.fullTextPane footer {
  width: auto;
}
/* ============= */
/* = HOME PAGE = */
/* ============= */
#categoriesGrid {
  background: url(../images/grid-categories.png) no-repeat center center;
  height: 385px;
}
article.category {
  float: left;
  height: 136px;
  width: 200px;
  background-position: center right;
  background-repeat: no-repeat;
}
article#catMobility         {  background-image: url(../images/category-mobility.png); }
article#catBathing           {  background-image: url(../images/category-bathing.png); }
article#catToileting         {  background-image: url(../images/category-toileting.png); }
article#catBedChair         {  background-image: url(../images/category-bed-chair.png); }
article#catPressureCare     {  background-image: url(../images/category-pressure-care.png); }
article#catComfortDressing   {  background-image: url(../images/category-comfort-dressing.png); }
article#catFallsManagement   {  background-image: url(../images/category-falls-management.png); }
article#catKitchenDining     {  background-image: url(../images/category-kitchen-dining.png); }
article#catHousehold         {  background-image: url(../images/category-household.png); }
article#catWellbeing         {  background-image: url(../images/category-wellbeing.png); }
article#catPediatrics       {  background-image: url(../images/category-pediatrics.png); }
article#catMedicalTherapy   {  background-image: url(../images/category-medical-therapy.png); }
article.category ul {
  list-style: none;
  padding: 15px 0 0 15px;
}
article.category a {
  font-size: 11px;
}
article.category .main a {
  font-size: 16px;
  color: #000;
  font-weight: bold;
}
article.category .main a:hover {
  color: #f60;
}
article.category .more a {
  padding-left: 10px;
  background: url(../images/icons-sprite.png) no-repeat 0 -79px;
  color: #f60;
}
article.category .more a:hover {
  color: #000;
}

/* =================== */
/* = CATEGORIES PAGE = */
/* =================== */
#subCategories {
  border: 1px #cfcfcf solid;
  overflow: auto;
  width: 485px;
  float: left;
}
#subCategories article {
  width: 160px;
  height: 185px;
  float: left;
  text-align: center;
}
#subCategories article a.more {
  padding-left: 10px;
  background: url(../images/icons-sprite.png) no-repeat 0 -79px;
}
#subCategories article a.more span {
  font-size: 14px;
  border-bottom: 1px #039 dotted;
  font-weight: bold;
}
#subCategories article p {
  font-size: 12px;
}

#subCategoriesPromo {
  float: right;
  width: 125px;
}
#subCategoriesPromo article {
  width: 120px;
  text-align: center;
  border: 1px #cfcfcf solid;
  margin-bottom: 10px;
}
#subCategoriesPromo article a {
  padding: 5px;
}
#subCategoriesPromo article a.title {
  display: block;
  text-decoration: underline;
  font-size: 13px;
  padding-bottom: 10px;
}
#subCategoriesPromo article p {
  color: #f60;
  font-size: 14px;
  font-weight: bold;
  padding: 3px 10px;
}
#subCategoriesPromo article p strong {
  font-size: 18px;
}
#subCategoriesPromo article.testimony p {
  font-size: 11px;
  font-style: italic;
  color: #333;
  font-weight: normal;
}
#subCategoriesPromo article.testimony span {
  color: #858585;
  font-size: 11px;
}

/* =========== */
/* = LISTING = */
/* =========== */
#productListing header {
  background: #e8e7e7;
  height: 40px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  padding: 0 10px;
  font-family: Arial;
  color: #6d6d6d;
  font-size: 11px;
  font-weight: bold;
}
#productListing header .resultsCount {
  float: left;
  padding-top: 20px;
}
#productListing header .listOptions {
  float: right;
  padding-top: 20px;
}
#productListing header .listOptions li {
  float: left;
  margin: 0 3px;
}
#productListing header .listOptions a {
  border-bottom: 2px #039 solid;
  display: block;
}
#productListing article {
  border: 1px #cfcfcf solid;
  display: block;
  padding: 1px;
  margin: 10px 0 0 0;
}
#productListing table {
  width: 100%;
}
#productListing td {
  vertical-align: middle;
  border: 1px #fff solid;
  height: 35px;
}
#productListing td.last {
  text-align: center;
  width: 145px;
}
#productListing td.photo {
  width: 150px;
}
#productListing td.price {
  font-weight: bold;
  color: #f60;
  font-size: 16px;
}
#productListing table td.moreInfo {
  padding: 0 15px;
  background: #f2f2f5;
  font-size: 11px;
  color: #23668c;
}
#productListing td.specs {
  padding: 0 5px;
  background: #f2f2f5;
  font-size: 11px;
  width: 115px;
}
#productListing h3 {
  color: #000;
  font-weight: bold;
  line-height: 18px;
  font-size: 16px;
  padding: 0 0 0 10px;
}
#productListing h4 {
  color: #9e9e9e;
  font-weight: normal;
  line-height: 12px;
  font-size: 11px;
  padding: 0 0 0 10px;
}
#productListing h5 {
  color: #9e9e9e;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 12px;
  font-size: 11px;
}

/* =============================== */
/* = PRODUCT LISTING - GRID VIEW = */
/* =============================== */
#productListing.grid article {
  margin: 5px;
  float: left;
  padding: 2px;
  position: relative;
}
#productListing.grid table {
  width: 190px;
  text-align: center;
}
#productListing.grid table tr.specs td {
  background: #f2f2f5;
  height: 20px;
  text-align: left;
  border: none;
}
#productListing.grid table tr.specs td:first-child {
  width: 70px;
}
#productListing.grid h5 {

  padding: 0 5px;
  text-transform: none;
  color: #555;
}
#productListing.grid h4 {
  position: absolute;
  left: 0;
  top: 5px;
}
#productListing.grid h3 {
  padding: 10px;
}
#productListing.grid img {
  margin-top: 10px;
}
#productListing.grid p {
  line-height: 12px;
  font-size: 11px;
}
#productListing.grid .moreInfo {
  background: #fff;
  padding: 0 40px;
}


/* ================ */
/* = PRODUCT PAGE = */
/* ================ */
#product {
  border: 1px #ccc solid;
  padding: 10px;
  overflow: auto;
}
#product .topLinks {
  float: right;
  list-style: none;
}
#product .topLinks li {
  float: right;
  padding: 0 10px;
}
.printPage a,
.emailFriend a {
  display: block;
  padding-left: 20px;
  font-size: 11px;
  background: url(../images/icons-sprite.png) no-repeat;
}
.printPage a {
  background-position: 0 -119px;
}
.emailFriend a {
  background-position: 0 -138px;
}
#product img {
  float: left;
}
#product .detailsBox {
  float: right;
  margin: 40px 0 0 0;
}
#product .detailsBox h1 {
  font-size: 18px;
  line-height: 30px;
}
#product .detailsBox h2 {
  font-size: 12px;
  line-height: 14px;
}
#product .detailsBox table {
  border: none;
  margin: 10px 0;
  width: 310px;
}
#product .detailsBox td {
  vertical-align: middle;
  padding: 8px 15px;
  border-top: 2px #ebebeb dotted;
  border-bottom: 2px #ebebeb dotted;
}
#product .detailsBox td:first-child {
  border: 1px #f60 solid;
  padding: 8px 10px;
}
#product .detailsBox .price {
  color: #f60;
  font-size: 16px;
  font-weight: bold;
}
#product .detailsBox .sugPrice {
  color: #f60;
  font-size: 11px;
  font-weight: normal;
}
#product .detailsBox .thumbs {
  list-style: none;
}
#product .detailsBox .thumbs li {
  float: left;
  margin: 0 10px 10px 0;
}
#product .detailsBox .thumbs a {
  border: 1px #ccc solid;
  display: block;
  width: 50px;
  height: 50px;
}
#product .detailsBox .thumbs a:hover {
  border: 1px #f60 solid;
  -webkit-box-shadow: 0 0 4px #fd8f2d;
  -moz-box-shadow: 0 0 4px #fd8f2d;
  -o-box-shadow: 0 0 4px #fd8f2d;
  -ms-box-shadow: 0 0 4px #fd8f2d;
  box-shadow: 0 0 4px #fd8f2d;
}
#product .detailsBox .thumbs img {
  width: 50px;
  height: 50px;
}
#productTabs {
  float: left;
  width: 590px;
}
#productTabs ul.tabs {
  list-style: none;
  margin: 0 10px;
  z-index: 5;
  overflow: auto;
}
#productTabs .tabs li {
  float: left;
  background: #fff;
  padding: 9px 20px 5px 20px;
  margin: 0 5px 0 0;
  border: 1px #ccc solid;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  border-bottom: none;
  z-index: 5;
  background: url(../images/bg-tabs-inactive.png) repeat-x;
  cursor: pointer;
}
#productTabs .tabs li a {
  font-size: 12px;
  color: #c15300;
}
#productTabs .tabs li:hover a {
  color: #000;
}
#productTabs .tabs li.active {
  background: #fff;
  background-image: none;
  padding-bottom: 6px;
}
#productTabs .tabPanel {
  clear: both;
  padding: 10px;
  border: 1px #ccc solid;
  display: none;
  z-index: 4;
  margin-top: -1px;
  overflow: auto;
}
#productTabs .active {
  display: block;
}
#productTabs h3 {
  margin-top: 18px;
  font-size: 14px;
  line-height: 18px;
  color: #7f7f7f;
}
#productTabs p {
  color: #000;
  line-height: 18px;
}
#productTabs .tabPanel ul {
  padding: 0 0 0 20px;
}
#productTabs .tabPanel li {
}
#productTabs .tabPanel table {
  border: 1px #f0f0f0 solid;
}
#productTabs .tabPanel td {
  padding: 2px 10px;
  font-weight: bold;
  vertical-align: middle;
}
#productTabs .tabPanel td:first-child {
  width: 155px;
  padding: 2px;
  border-right: 1px #e5e5e5 solid;
  font-weight: normal;
}
#productTabs .tabPanel .even td {background: #f0f0f0;}
#productTabs .tabPanel tr:nth-child(even) td {background: #f0f0f0;}
#customize .pricePanel {
  width: 140px;
  float: right;
  margin-right: 20px;
}
.pricePanel .price {
  border: 1px #ccc solid;
  text-align: center;
  padding: 10px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 14px;
}
.pricePanel .price strong {
  font-size: 18px;
  line-height: 20px;
  color: #f60;
}
#customize dl {
  display: block;
  margin: 16px;
  border: 1px #ccc solid;
}
#customize dt {
  background: url(../images/bg-tabs-inactive.png) repeat-x;
  padding: 8px 10px 4px 10px;
  border-top: 1px #ccc solid;
  border-bottom: 1px #ccc solid;
}
#customize dt:first-child {
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  border-top: none;
}
#customize dt span {
  font-weight: bold;
  color: #6d6d6d;
  font-size: 14px;
}
#customize dd {
  padding: 5px;
}
#productTabs #customize dd table {
  border: none;
  width: 100%;
}
#productTabs #customize dd table td {
  border: none;
}
#productTabs #customize dd table td:first-child {
  width: 135px;
  text-align: center;
}
#productTabs #customize dd table td:first-child img {
  float: none;
}
#productTabs #customize dd ol {
  list-style: none;
}
#customize dd input[type=checkbox],
#customize dd input[type=radio] {
  float: left;
  margin: 5px;
}
#customize dd label {
  float: left;
  color: #039;
  text-decoration: underline;
  padding: 5px 0 0 10px;
}
#customize dd ol li {
  display: block;
  height: 24px;
  width: 380px;
}
#customize dd ol li.active {
  background: #e3f3fd;
}


/* ================= */
/* = SHOPPING CART = */
/* ================= */
#cartContainer {
  border: 1px #ccc solid;
  padding: 30px 10px 20px 10px;
  margin-top: 10px;
}
.checkoutPanel {
  float: right;
  clear: right;
  list-style: none;
  margin: 10px 3px;
}
.checkoutPanel li {
  float: right;
  margin-left: 10px;
}
#contentPane.cart footer {
  width: 100%;
  float: none;
}
#cartContainer h1 {
  float: left;
  padding: 8px 20px;
  background: #ff7300;
  color: #fff;
  font-size: 20px;
  margin-left: 10px;
}
#cartContainer header {
  clear: both;
  background: url(../images/bg-cart-header.png) repeat-x;
  height: auto;
  float: left;
  width: 100%;
}
#cartContainer header h2 {
  color: #ff7300;
  font-size: 14px;
  padding: 15px 5px;
  float: left;
}
#cartContainer table {
  width: 100%;
  border: 1px #e5e5e5 solid;
  margin-bottom: 20px;
}
#cartContainer tfoot tr td {
  padding: 10px;
}
#cartContainer tfoot td.strong {
  font-weight: bold;
}
#cartContainer thead th,
#cartContainer tfoot tr:first-child td {
  background: #e3f3fd;
  border: none;
  vertical-align: middle;
  font-weight: bold;
  padding: 3px 5px;
  font-size: 12px;
}
#cartContainer tbody td {
  vertical-align: middle;
  padding: 5px;
  border-bottom: 1px #e5e5e5 solid;
  border-right: 1px #e5e5e5 solid;
}
#cartContainer tbody td:first-child {
  border-right: none;
}
#cartContainer table h3 a {
  text-decoration: underline;
  font-weight: bold;
}
#cartContainer table h4 {
  background: #e5e5e5;
  padding: 3px 0;
  margin: 3px;
}
#cartContainer table h4 a {
  text-decoration: underline;
  font-weight: normal;
}
#cartContainer table h4 a small {
  font-size: 10px;
}
#cartContainer tbody td:first-child {
  text-align: center;
}
#cartContainer tbody ul {
  list-style: none;
  padding: 3px;
}
.checkoutBtn {
  height: 25px;
  background: url(../images/bg-button-more.png) repeat-x;
}
.checkoutBtn span {
  padding: 4px 10px;
  font-size: 14px;
}
.checkoutBtn span span {
  padding: 0 10px 0 5px;
  margin: 0;
/*  text-indent: -9999px;*/
  background: url(../images/icons-sprite.png) no-repeat 8px -156px;
}
.continueShoppingBtn {
  height: 25px;
  background: #fff;
  border: 1px #f16b03 solid !important;
}
.continueShoppingBtn span {
  padding: 4px 10px 0 25px;
  font-size: 14px;
  color: #f16b03;
  background: url(../images/icons-sprite.png) no-repeat 10px -173px;
}

/* =================== */
/* = FULL TEXT PAGES = */
/* =================== */
#contentPane section.fullText {
  border: 1px #eee solid;
  padding: 20px;
}
#contentPane section.fullText article {
  padding: 0 0 20px 0;
}
#contentPane.contact section.fullText article {
  padding: 0 0 20px 250px;
}
section.fullText {
  background: #fff url(../images/fulltext-bg.png) repeat-x 0 0;
}
section.fullText h2 {
  color: #f60;
  font-size: 22px;
  line-height: 40px;
}
section.fullText h3 {
  color: #444;
  font-size: 18px;
  line-height: 30px;
}
section.fullText ul,
section.fullText ol {
  padding: 5px 40px;
}
section.fullText p {
  padding: 5px 0;
}

.grayColumnBox {
  float: left;
  width: 210px;
  background: #dedede;
  color: #000;
  padding: 15px;
}

/* =================== */
/* = CONTACT US FORM = */
/* =================== */
section .form ol {
  list-style: none;
  padding: 5px;
  margin: 0;
}
section .form ol li {
  padding: 5px 0;
}
.form label {
  width: 140px;
  float: left;
  font-weight: bold;
}
.form input[type=text],
.form textarea {
  width: 180px;
  border: 1px #cfcfcf solid;
  border-radius: 3px;
}
.form input[type=text] {
  height: 20px;
}
.form textarea {
  height: 50px;
}
.form select {
  width: 180px;
}
.contact aside p {
  padding: 2px 0;
}
.contact aside h4 {
  padding: 10px 0 0 0;
}
.form .submit {
  margin-left: 140px;
}
.form .submit a.button {
  width: 180px;
}
.formLegend {
  float: right;
}
/* ========== */
/* = FOOTER = */
/* ========== */
#contentPane footer {
  width: 620px;
  float: left;
}

/* =============================== */
/* = NEWSLETTER SUBSCRIPTION BAR = */
/* =============================== */
#newsletterSignup {
  padding: 10px 0;
}
#newsletterSignup div.wrapper {
  height: 37px;
  background: url(../images/bg-menu.png) repeat-x;
}
#newsletterSignup form {
  display: block;
  width: 516px;
  padding: 7px 0;
  margin: 0 auto;
}
#newsletterSignup label {
  float: left;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  padding: 3px 10px 0 0;
}
#newsletterSignup input.text {
  border: 1px #fd8116 solid;
  font-size: 12px;
  line-height: 18px;
  height: 18px;
  outline: none;
  float: left;
}
#newsletterSignup input.submit {
  background: url(../images/icons-sprite.png) no-repeat 0 -30px;
  height: 22px;
  width: 22px;
  border: none;
}
#newsletterSignup .submitContainer {
  float: left;
  padding: 1px 0 0 5px;
}

/* ==================== */
/* = USEFUL LINKS BOX = */
/* ==================== */
#usefulLinks {
  border: 1px #65b8e9 solid;
  background: #e6f3fa;
  overflow: auto;
}
#usefulLinks ul {
  list-style: none;
  width: 33%;
  float: left;
  margin: 10px 0;
  background: url(../images/bg-useful-links-separator.png) repeat-y center left;
  min-height: 108px;
}
#usefulLinks ul:first-child,
#usefulLinks ul.customerService {
  background: none;
}
#usefulLinks ul li {
  padding: 0 20px;
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
}
#usefulLinks a {
  font-weight: normal;
  text-decoration: underline;
}
#usefulLinks a span {
  text-decoration: none;
}

/* ================== */
/* = SITE SIGNATURE = */
/* ================== */
#siteSignature {
  padding: 10px 0;
  font-size: 11px;
  color: #3c4544;
  text-align: center;
}

#cartContainer.checkout { border: none; padding: 0;}
#cartContainer.checkout header { background: none;}
#cartContainer.checkout header ul { list-style: none; float: right; }
#cartContainer.checkout header li { float: left; margin-left: 10px; }
#cartContainer.checkout header li { color: #000;}
#cartContainer.checkout header li.disabled  { color: #ccc;}
#cartContainer.checkout header li span { display: inline-block; padding: 3px 5px; background: #00bbe0; font-weight: bold; color: #fff !important; font-size: 15px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; margin: 0 5px; }
#cartContainer.checkout header li.disabled span { background: #e0e1e1; color: #c9cccc;}
#cartContainer.checkout article { clear: both; padding: 15px; border: 1px #ccc solid; background: url(../images/bg-checkout.png) repeat-x; float:left;}
#cartContainer.checkout article > .wrapper { border: 1px #ccc solid; background: #fff; padding: 10px;}

form fieldset {padding: 30px 0;}
form fieldset:first-child {padding-top: 0;}
form fieldset legend { color: #003068; font-weight: bold; font-size: 13px; display: block; border-bottom: 1px #ccc solid; width: 100%; clear: none;}
form fieldset small { color: #bbb; font-size: 11px; font-weight: normal; }
form fieldset span.note { float: right; color: #bbb; font-size: 10px; }
form fieldset ol { list-style: none; }
form fieldset.billing ol { padding: 30px 0 0 0;}
form fieldset li { padding: 1px 0; clear: both; }
form fieldset label { width: 120px; display: inline-block; padding: 2px 0 0 10px; font-size: 13px; }
form fieldset label a { text-decoration: underline; }
form fieldset input { border: 1px #ccc solid; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; padding: 2px 5px; font-size: 13px; width: 200px; margin-right: 5px;}
form fieldset select { width: 200px; padding: 2px 5px;}

form .required label { background: url(../images/icon-required.jpg) no-repeat 0 5px; }

form fieldset li.radios input { width: auto; padding: 0 10px 0 0; float: left; }
form fieldset li.radios label { width: auto; display: inline-block; color: #000;}

div.payments { width: 500px; background: #fbfbfb; border: 1px #b3b3b3 solid; padding: 10px;}
div.payments fieldset legend { border: none; }
div.payments fieldset { padding: 0;}
div.checkoutSubmitBtn { float: right; margin-top: -30px;}
div.checkoutSubmitBtn span { padding: 4px 30px;}
div.payments fieldset label { width: 160px; }
#cctype_month, #cctype_from { width: auto;}
#card_csc { width: 100px;}

.icon { display: inline-block; width: 16px; height: 16px; background: url(../images/icons-sprite.png) no-repeat;}
.icon.arrowE { background-position: -3px -159px; width: 10px; height: 11px;}
.icon.lock { background-position: -186px -182px;}

#cartContainer article div.checkoutNote { background: #e5edf2 !important; border: none; padding: 20px;}
.checkoutNote p { text-align: center; padding: 5px 0;}
.checkoutNote p a { text-decoration: underline;}
div.sendMyOrderBtn { width: 200px; margin: 10px auto 0 auto;}
div.sendMyOrderBtn a span { font-size: 18px; }

#cartContainer.checkout.step2 article { padding-top: 40px;}

#cartContainer article hgroup { width: 170px; float: left; }
#cartContainer article h2 { color: #f26d07; font-size: 18px; font-weight: bold; padding: 0 0 10px 0;}
#cartContainer article h3 { color: #f26d07; font-size: 12px; font-weight: normal; }
#cartContainer article h5 { font-size: 13px; font-weight: normal; padding: 15px 0 25px 0;}

#cartContainer article div.blueBox { float: right; width: 170px; height: 120px; margin: 0 0 0 20px; background: #00bbe0;  -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; position: relative; font-size: 12px; border: none;}
#cartContainer article div.blueBoxNote { float: left; width: 150px; font-size: 11px; line-height: 1.1;}
#cartContainer.checkout.step3 article div.blueBox { float: left; margin: 0 20px 0 0; }
#cartContainer article div.blueBox h4 { font-weight: normal; font-size: 14px; padding: 10px;}
#cartContainer article div.blueBox p { padding: 0 10px 10px 10px; font-size: 12px;}
#cartContainer article div.blueBox strong { font-size: 21px;}
#cartContainer article div.blueBox a { color: #fff; font-weight: bold; float: right; position: absolute; top: 148px; right: 10px;}

#cartContainer table.checkoutList { margin: 20px 0; clear: both; border: none; }
#cartContainer table.checkoutList th { font-weight: bold; background: #676767; color: #fff;
  border-left: 1px #4f4f4f solid;
  border-bottom: 1px #4f4f4f solid;
  border-top: 1px #676767 solid;
}
#cartContainer table.checkoutList th:first-child {
  border-left: none;
}
#cartContainer table.checkoutList th:first-child,
#cartContainer table.checkoutList td:first-child { width: 85px;}
table.checkoutList th.price { text-align: right; }
table.checkoutList td.price { text-align: right; font-weight: bold; }
#cartContainer table.checkoutList tfoot tr td { padding: 5px; font-size: 13px; text-align: right; background: #efefef;}
table.checkoutList th.itemDesc { width: 490px; text-align: left;}
#cartContainer table.checkoutList tbody td { padding: 10px 5px;}
#cartContainer table.checkoutList tr.total td { font-weight: bold; color: #f26d07; }

#cartContainer table.checkoutList tr td:first-child { background: none; border-right: 1px #4f4f4f solid; }
#cartContainer table.checkoutList tbody tr td,
#cartContainer table.checkoutList tfoot tr:first-child td { border: none; border-top: 1px #4f4f4f solid;}
#cartContainer table.checkoutList tfoot td.totals { border-left: 1px #4f4f4f solid !important; }
#cartContainer table.checkoutList tbody tr td { border-left: 1px #4f4f4f solid;}
#cartContainer table.checkoutList tbody tr td:first-child { border-left: none;}
/*#cartContainer table.checkoutList tr:first-child td { border-top: none;}*/

#cartContainer .checkoutNote.tracking h5 { border-bottom: 1px #a1a1a1 solid; padding: 0 0 10px 0; font-size: 14px; font-weight: bold;}
#cartContainer .checkoutNote.tracking p { text-align: left; padding: 10px 0 0 0;}

.checkoutBox { height: 140px; width: 386px; background: #e9ebea; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; float: right;}
.checkoutBox:first-child { float: left;}

.checkoutBox table { padding: 0; border: none !important; width: 280px !important; margin: 0 auto;}
.checkoutBox table td { height: 130px; vertical-align: middle; border: none !important; padding: 0;  text-align: left !important;}
.checkoutBox table td a.forget { text-decoration: underline; font-size: 10px; position: absolute;}
.checkoutBox table td h3 { position: absolute; margin-top: -20px; font-size: 14px !important; font-weight: bold !important; color: #ff6c00;}
.checkoutBox table td a.button span { font-size: 13px;}
.checkoutBox table input { width: 160px; font-size: 13px; border: 1px #ddd solid; color: #6c6c6c;}
/*.checkoutBox:first-child table td { height: 60px;}*/
.newCustomerBtn { width: 160px; margin: 60px auto;}
.newCustomerBtn a.button span { font-size: 13px; }

.myaccount dl { border: 1px #cbcbcb solid;}
.myaccount dt { color: #000; background: #cdecff; font-weight: bold; padding: 2px 5px;}
.myaccount dd { padding: 10px 20px 10px 40px; overflow: auto;}
.myaccount dd div.blueBox { float: left !important; margin: 0 20px 0 0 !important; }
.myaccount dd table { float: left; width: 520px !important; border: none !important;}
.myaccount dd table td { width: 135px; border: none !important; text-align: left !important; font-size: 11px;}
.myaccount dd table th { text-align: left; background: #f2f3f5 !important; border-bottom: 1px #d3d4d6 solid !important;}
.myaccount article h2 { color: #0c4983 !important; font-size: 18px; padding: 20px 0 !important;}

.myaccount dd table.full { float: none; width: 100% !important; }
.myaccount dd table.full tbody td { height: 45px; border-top: 2px #f2f3f4 solid !important; font-weight: bold; font-size: 12px;}
table.full tbody td a.button { background: #32a43a; padding: 2px 10px; height: auto; display: inline-block; color: #fff; }
.myaccount dd table.full tbody tr:first-child td { border-top: none !important;}
table.full tbody td:last-child { width: 100px;}
table.full tbody td a,
table.plain tbody td a { text-decoration: underline; }
table.full tbody td a.print { font-size: 12px; font-weight: normal; }

.icon.loupe { background-position: -184px 0; width:; 16px; height: 14px;}
