body {
    background: #a9afaa;
    margin: 0;
    padding: 0;
    font-family: arial, helvetica, sans-serif;
    text-align: center;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 10px 0;
  padding: 0;
}

h1 {
  border-bottom: 1px solid #DDD;
  padding-bottom: 10px;
  font-size: 16px;
}

h2 {
  font-size: 14px;
}

h1 span, h2 span {
  font-size: 12px;
  font-weight: normal;
  color: #555;
}
table{
  font-size:12px;
}
a {
  color: #333;
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: underline;
  outline: 0;
}

blockquote {
  background: url("/media/images/bg/blockquote.gif") no-repeat;
  margin: 20px 20px 40px;
  padding: 0 50px;
  color: #575757;
}

em {
  font-style: normal;
}

fieldset {
  border: 0;
  margin: 15px 0 25px;
  padding: 0;
}

fieldset label {
  display: block;
  padding: 2.5px 0;
  clear: both;
}

fieldset label span {
  display: block;
  float: left;
  width: 150px;
}

img {
  border: none;
}

#wrapper {
    background: url("/media/images/bg/page-bg.gif") repeat-y left top;
    margin: auto;
    text-align: left;
    width: 996px;
}

#header {
  padding: 15px 0 20px;
}

#header .logo {
  float: left;
  display: inline;
  margin: 10px;
}

#header div {
  float: right;
  display: inline;
  margin-right: 10px;
  font-size: 11px;
  color: #026c2b;
  text-align: right;
  width: 240px;
}

#header div span {
  margin: 0 5px;
}

#header div a {
  color: #026c2b;
  font-weight: bold;
  text-decoration: underline;
}

#header div a:hover, #header div a:focus {
  text-decoration: none;
}

#header div form {
  padding: 7px 0;
  margin-top: 25px;
  background: url("/media/images/bg/search.gif") no-repeat left top;
  float: right;
  clear: both;
}

#header div form div {
margin: 0;
}

#header div form input {
  width: 182px;
  font-size: 13px;
  color: #d0d0d0;
  font-family: arial, tahoma, verdana, sans-serif;
  line-height: 100%;
  padding: 0px 5px;
  font-weight: bold;
  float: left;
  display: inline;
  border: none;
  background: white;
  margin: 2px 0 0 8px;
}

#header div form button {
  padding: 0;
  margin: 0 10px 2px;
  float: right;
  display: inline;
  background: none;
  border: none;
  text-align: left;
  cursor: pointer;
  width: 20px;
  height: 20px;
  font-size: 9px;
  list-style: 100%;
}

#header .nav {
  background: #e96c06 url("/media/images/bg/main-menu.jpg") repeat-x left top;
  display: inline;
  float: left;
  width: 930px;
  margin: 14px 0 18px;
  padding: 0;
  list-style: none;
  font-size: 12px;
  color: white;
  text-transform: uppercase;
  border-top: 1px solid #ea700c;
  border-bottom: 1px solid #974c0c;
}

#header .nav li {
  display: inline;
  float: left;
  margin-left: 2px;
}

#header .nav li.first { margin-left: 15px; }

#header .nav li a {
  color: white;
  float: left;
  padding: 8px 40px 8px 15px;
  background: none;
}

#header .nav li a:hover,
#header .nav li a:focus,
#header .nav li.active a {
  background: url("/media/images/bg/menu-item-bg.jpg") repeat-x left top;
  text-decoration: none;
}

#content {
  margin: 0 14px;
  padding: 0 20px 20px 20px;
}

.left-nav {
  display: inline;
  float: left;
  width: 161px;
  margin: 0 0 0 10px;
  padding: 0;
  list-style-type: none;
}

.left-nav li {
  background: url("/media/images/bg/left-column-widget-bg.gif") repeat-y left top;
  border-top: 1px solid #ececec;
  margin-bottom: 15px;  
  clear:both;
  float:left;
  width:100%;
}

.left-nav h2 {
  background: #048316 url("/media/images/bg/left-column-widget-top.gif") no-repeat left top;
  margin: 0;
  padding: 5px;
  font-size: 14px;
  color: white;
}

.left-nav ul {
  background: url("/media/images/bg/left-column-widget-bottom.gif") bottom left no-repeat;
  margin: 0 0 10px;
  padding: 0 0 6px 0;
  list-style: none;
  width: 100%;  
  clear:both;  
  float:left;
  width:100%;
}

.left-nav ul ul {
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
}

.left-nav ul li {
  margin-bottom: 0;
  border:0px solid red;
  float:left;
  width:100%;   
  clear:both;
}

.left-nav .more {
  border-top: 0;
}

.left-nav a {
  display: block;
  font-size: 12px;
  padding: 7px 10px;
}

.left-nav a.toggle {
  color: #e96c06;
  text-decoration: underline;
}

.left-nav a.toggle:hover, .left-nav a.toggle:focus {
  text-decoration: none;
}

.left-nav .dropdown {
  background-image: url("/media/images/buttons/expand.gif");
  background-position: top right;
  background-repeat: no-repeat;
  cursor: pointer;
}

.left-nav .dropdown a {
  margin-right: 30px;
}

.left-nav .sub a {
  background: url("/media/images/buttons/sub.gif") 15px 10px no-repeat;
  margin-right: 0;
  padding-left: 32px;
  color: #555;
}

.central-column {
  display: inline;
  float: left;
  width: 524px;
  margin-left: 15px;
  font: 12px verdana, arial;
}

.central-column .billboard {
  margin-bottom: 15px;
}

.central-column .billboard img {
  border: 1px solid #dbdbdb;
}

.central-column .home-box {
  border: 1px solid #dbdbdb;
  background: #f2f2f2;
  width: 225px;
  min-height:200px;
  margin-bottom: 10px;
  padding: 18px 10px 0 18px;
  font-size: 12px;
  color: #333;
}

.central-column .left-col {
  float: left;
}

.central-column .right-col {
  float: right;
}

.central-column .home-box h2, .central-column .home-box a {
  color: #007207;
}

.central-column .home-box h2 {
  margin-bottom: 15px;
}

.central-column .home-box p {
  margin-left: 100px;
}

.central-column .home-box .imagelink {
  float: left;
  display: inline;
  margin: 0 20px 20px 0;
}

#content .right-column {
  float: left;
  width: 191px;
  display: inline;
  margin-left: 15px;
}

#content .right-column .widget {
  width: 100%;
  border-top: 2px solid #ea6f0a;
  background: url("/media/images/bg/right-column-widget-bg.gif") repeat-y left top;
  margin-bottom: 15px;
  text-align: center;
}

#content .right-column .widget .bottom {
  padding: 12px 0;
  background: url("/media/images/bg/right-column-widget-bottom.gif") no-repeat left bottom;
}

#content .right-column .widget h3 {
  display: block;
  clear: both;
  font-size: 17px;
  color: #010101;
  font-family: georgia, 'times new roman', times;
  font-weight: normal;
  text-align: left;
  margin: 0 12px;
  padding: 0;
}

#content .right-column .widget .basket {
  background: #f2f2f2;
  font-size: 11px;
  color: #333;
  padding: 10px;
  margin: 12px;
  text-align: left;
}
#content .right-column .widget .basket p{
}
#content .right-column .widget .pic {
  padding: 20px 0;
}

.category .cat-nav {
  border-bottom: 1px solid #DDD;
  padding-bottom: 12px;
}

.category .cat-nav ul {
  margin: 0;
  padding: 0;
  list-style-type: square;
  color: #555;
}

.category .cat-nav ul li {
  float: left;
  margin-left: 22px;
  padding-left: 0px;
}

.category .product {
  border-bottom: 1px solid #DDD;
  padding: 10px;
  clear: both;
}
.category .product .more-info a{
  float:right;
}
.category .product h2 {
  float: left;
  width: 400px;
  padding-bottom: 5px;
}

.category .product p {
  margin-top: 0;
}

.category .product .price {
  float: right;
  width: 100px;
  margin: 2px 0;
  text-align: right;
  color: #777;  
}
.category .product .price-wrapper{
  padding-bottom:10px;
  display:block;
  float:right;
  width:100px;
  margin-top:-0px;
}
.category .product .image {
  float: left;
  margin: 0 20px 20px 0;
}

#product .options {
  float: right;
  /*width: 300px;*/
  width:100%;
}

#product .options ul {
  padding: 0;
  margin:10px 0 0 0;  
  list-style-type: none;
  clear:both;
  float:left;
  border:0px solid red;   
}
#product .options ul li{
  float:left;
  clear:left;
  width:100%;
}
#product .options ul li label {  
  width:280px;
  border:0px solid red;
  float:left;
}
#product .options ul li input{
  margin-top:0px;
}
#product .options li span {
  /*float:right;*/
  color: #555;
}

#product .description {
  padding: 20px 0;
  clear: both;
}

#product table {
  border-bottom: 1px solid #CCC;
  border-right: 1px solid #CCC;
  border-collapse: collapse;
  width: 100%;
  margin: 10px 0;
}

#product table td {
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
  padding: 0 5px;
}

#product table tr:first-child {
  font-weight: bold;
}

#product table tr:nth-child(even) {
  background: #EEE;
}

#product table td:empty {
  background: #CCC;
  height: 2px;
}

.action {
  /*text-align: center;*/
  float:left;
  clear:both;
  padding-top:10px;
  border: 0px solid green;
  width:100%;
}
.action label{
  float:left;
  display:block;
  border:0px solid red;
}
.action input {
  margin: 0 5px;  
  float:left;
}

.pagination a, .pagination em {
  padding: 2px 6px;
}

.pagination div {
  border-bottom: 1px solid #DDD;
  padding: 5px 0;
  font-weight: bold;
  text-align: center;
}

.pagination p {
  margin: 5px 0;
  color: #686868;
  text-align: right;
}

.submit {
  margin-top: 5px;
}

#article h1 {
  border-top:2px solid #CCC;
  padding-top:4px;
}

.text { line-height: 100%; }

.text h2 {
  font-size: 16px;
  color: black;
  display: block;
  margin: 18px 0;
}

.text p {
  font-size: 12px;
  color: #333;
  margin-bottom: 20px;
}

.submit input, .newbutton, .accountFormButtons2 {
  background: url("/media/images/buttons/action.gif");
  border: 0;
  width: 160px;
  height: 36px;
  padding-bottom: 5px;
  color: #FFF;
  font-weight: bold;
}

#footer {
  background: url("/media/images/bg/page-bottom.gif") #a9afaa no-repeat;
  font-size: 11px;
  color: white;
  padding: 20px 0 15px 15px;
  line-height: 100%;
}

#footer span {
  margin: 0 5px;
}

#footer a {
  color: white;
  font-weight: bold;
}

.clear {
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0;
}