﻿html
{
  color: #292828;
  font-size: 12px;
  font-family: Segoe UI,Arial,sans-serif;
  background-color: #333;
}

body
{
  background: none repeat scroll 0 0 #333;
}

h2
{
  font-size: 1.2em;
  font-weight: bold;
}

h3
{
  font-size: 1.1em;
  font-weight: bold;
}

h4
{
  font-size: 1.1em;
  font-weight: bold;
}

hr
{
  color: #7A8366;
}

p
{
  margin: 8px 0;
  line-height: 20px;
}

em
{
  font-style: italic;
}

a
{
  color: #7A8366;
  text-decoration: none;
  outline: none;
  -moz-outline-style: none;
}

*:focus
{
  outline: none;
}

a:hover
{
  text-decoration: underline;
}

.fleft
{
  float: left;
}

.fright
{
  float: right;
}

.progress
{
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-image: url(../Images/Progress.gif) !important;
}

div.cleared-panel
{
  width: 100%;
  overflow: hidden;
}

.rounded-corners
{
  padding: 2px;
  border: solid 1px #000;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

input.small-button, a.small-button, button.small-button
{
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  border: 1px solid #666;
  background-color: #7A8366 !important;
  margin-left: 4px;
}

input.black-button, a.black-button, button.black-button
{
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  border: 1px solid #666;
  background-color: #000;
}

input[type=submit]:hover
{
  text-decoration: underline;
}

a.small-button
{
  padding: 2px !important;
}

div.price
{
  color: #000;
}

div.sale-price
{
  color: #ff0000;
}

div.sale-price span.sale
{
  color: #000;
  text-decoration: line-through;
}

/* layout */
div.wrapper
{
  width: 960px;
  padding: 15px;
  margin: 0 auto;
  background-color: #fff;
}

div.wrapper div.container
{
}

div.header
{
  text-align: right;
  white-space: nowrap;
}

div.header div.logo
{
  float: left;
}

div.header span.impersonation-mode
{
}

div.header span.impersonation-mode span.spacer
{
  color: #ff0000;
}

div.header div.preview-mode
{
  margin-top: 8px;
}

div.header div.preview-mode span
{
  color: #ff0000;
  font-weight: bold;
}

div.header ul.navigation
{
  color: #292828;
  font-weight: bold;
}

div.header ul.navigation li
{
  display: inline;
  font-size: 0.9em;
}

div.header ul.navigation li span.spacer
{
  margin: 0 3px;
}

div.header ul.navigation li a
{
  color: #292828;
  text-decoration: underline;
}

div.header div.search
{
  margin-top: 10px;
}

div.header div.search a.rounded-corners
{
  color: #fff;
  font-weight: bold;
  padding-left: 20px;
  background-color: #000;
  background-image: url(../Images/BasketIcon.gif);
  background-repeat: no-repeat;
}

div.header div.search input#searchText
{
  width: 160px;
  text-align: center;
}

div.header div.search form
{
  display: inline;
}

div.header h1.checkout-status
{
  font-size: 2em;
  font-weight: bold;
}

div.incorrect-website
{
  float: right;
  padding: 8px 55px 8px 8px;
  background-repeat: no-repeat;
  background-position: right center;
}

div.incorrect-website.rohanuk
{
  background-image: url('../Images/UkFlag.png');
}

div.incorrect-website.rohanus
{
  background-image: url('../Images/UsFlag.png');
}

div.incorrect-website-popup
{
  background-color: #fff !important;
}

div.incorrect-website-popup .popup-content
{
  color: #000;
  background-color: #fff;
  text-align: center;
  background-repeat: no-repeat;
  background-position: left top;
}


div.incorrect-website-popup .popup-content h4
{
  margin-bottom: 18px;
  text-align: left;
  margin-left: 55px;
  padding-top: 3px;
}

div.incorrect-website-popup .popup-content *
{
  color: #000;
}

div.incorrect-website-popup.rohanuk .popup-content
{
  background-image: url('../Images/UkFlag.png');
}

div.incorrect-website-popup.rohanus .popup-content
{
  background-image: url('../Images/UsFlag.png');
}

div.incorrect-website-popup.rohanau .popup-content
{
  background-image: url('../Images/AusFlag.png');
}

div.incorrect-website-popup.rohanie .popup-content
{
  background-image: url('../Images/EireFlag.png');
}

div.categories
{
  padding: 8px 0;
  margin-top: 5px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

div.categories ul.menu
{
  display: inline;
}

div.categories ul.menu li
{
  display: inline;
  position: relative;
}

div.categories ul.menu li.current a
{
  font-weight: bold;
}

div.categories ul.menu li span.department
{
  color: #292828;
  font-size: 16px;
}

div.categories ul li span.spacer
{
  margin: 0 15px;
}

div.categories ul li a
{
  color: #292828;
}

div.categories ul.menu li:hover a, div.categories ul.menu li a:hover
{
  background-position: left bottom;
}

div.categories ul.menu li .sub
{
  left: 0;
  float: left;
  display: none;
  z-index: 1000;
  position: absolute;
  padding: 35px 20px 20px;
  background-repeat: repeat;
  background-image: url(../Images/MenuBg.png);
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -khtml-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -khtml-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  top: 20px;
  text-align: left;
}

div.categories ul.menu li .sub ul
{
  width: 150px;
  float: left;
}

div.categories ul.menu .sub ul li
{
  width: 100%;
}

div.categories ul.menu .sub ul li span.classification
{
  color: #7A8366;
  font-weight: bold;
}

div.categories ul.menu .sub ul li a
{
  float: none;
  height: auto;
  color: #292828;
  display: block;
  text-indent: 0;
  font-size: 0.9em;
  font-weight: normal;
  padding: 5px 5px 5px 0px;
}

div.content
{
  padding-top: 10px;
}

div.content ul.breadcrumb
{
  margin-bottom: 10px;
}

div.content ul.breadcrumb li
{
  display: inline;
}

div.content ul.breadcrumb li:last-child
{
  font-weight: bold;
}

div.content div.menu-column
{
  float: left;
  width: 130px;
  border-right: solid 1px #ddd;
}

div.content div.menu-column span.classification
{
  color: #7A8366;
  font-weight: bold;
}

div.content div.menu-column label
{
  font-size: 0.9em;
}

div.content div.menu-column ul.menu
{
  text-align: right;
  margin-bottom: 20px;
}

div.content div.menu-column ul.menu li
{
  padding: 3px 5px 3px 0;
}

div.content div.menu-column ul.menu li a
{
  color: #292828;
  font-size: 0.9em;
}

div.content div.menu-column ul.menu li.current a
{
  color: #7A8366;
}

div.content div.content-column
{
  margin-left: 140px;
}

div.content div.content-column div.content-info
{
  float: left;
  padding: 8px;
  width: 572px;
  margin-right: 5px;
  background-color: #C2A19B;
}

div.footer
{
  margin-top: 40px;
  padding-top: 10px;
  border-top: 1px solid #ddd;
}

div.footer div.links
{
  width: 88%;
  overflow: auto;
  margin: 0 auto;
}

div.footer div.links ul
{
  float: left;
  padding: 0 20px;
}

div.footer div.links ul li:first-child
{
  font-weight: bold;
}

div.footer div.links ul li
{
  line-height: 18px;
  margin-right: 20px;
}

div.footer div.links ul li a, a.small-link
{
  font-size: 0.9em;
}

div.footer div.copyright
{
  margin-top: 10px;
  padding-top: 10px;
  color: #737373;
  font-size: 0.9em;
  text-align: right;
  border-top: 1px solid #ddd;
}

