html, body, div, span, td, th, p, h1, h2, h3, h4, h5, h6, dl, dd, label, img, object, form {
	margin: 0;
	padding: 0;
	border: 0;
}

body, h6, input, select, textarea, button {
  font-size: 12px;
}

html {
    margin-bottom: 0.01em;
    height: 100%;
}

body {
    text-align: center;
    padding-bottom: 30px;
    background: #FFFFFF;
    font-family: Arial,Helvetica,FreeSans,"Luxi-sans","Nimbus Sans L",sans-serif;
    color: #000000;;
}

p,div,td {
	text-align: left;
}

a:link, a:visited, a:active {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

input:focus { outline: none; }

.errors {
  color: #FF0000;
  border: 5px solid #FF0000;
  margin: 0 0 20px 0;
}
.errors img {
  float: left;
  margin: 0 15px 0 0;
}
.errors legend {
  font-weight: bold;
}

form table {
  width: 320px;
}

form table td {
  padding: 5px;
  font-size: 13px;
}

form table td span {
  color: #FF0000;
}

form input[type="text"],form input[type="password"] {
  font-size: 13px;
  border: 1px solid #CEA5CD;
  background: #EDF6FD;
  width: 175px;
}

form table td input[type="submit"], form table td input[type="button"] {
  background: #D6ACBF;
  border: #EDF6FD 1px solid;
  color: #FFFFFF;
  font-weight:bold;
}

form table td.label {
  width: 100px;
}

textarea {
  background: #EDF6FD;
  border:1px solid #CEA5CD;
  width: 100%;
  font-size: 13px;
}


#center .fs {
  border: 1px solid #CEA5CD;
  margin: 10px 0;
}

#center .fs legend {

}

.container {
  width: 960px;
  margin: 0 auto;
  overflow:hidden;
}

#header {
  height: 127px;
}

#topmenu {
  height: 24px;
}

#topmenu a {
  display:block;
  float: left;
  padding: 4px 10px 5px 10px;
  font-weight:bold;
  font-size: 13px;
  color: #7C5269;
}

#topmenu .login {
  float: right;
  margin: 4px 80px 0 0;
  color: #2A312C;
}

#topmenu .login input {
  height: 16px;
  width: 84px;
  font-size: 11px;
  padding: 0 2px;
  border: 1px solid #000000;
  background: #FFFFFF;
}

#topmenu .login a {
  display:inline;
  float:none;
  font-size: 12px;
  color: #FFFFFF;
  font-weight: bold;
  padding: 0;
}

#topmenu img {
  float: left;
}

#breadcrumps {
  height: 32px;
  padding: 15px 0 0 0;
}

#left {
  width: 197px;
  float: left;
}

#content {
  width: 678px;
  float: left;
  margin: 0 0 0 27px;
}

#left .menu {
  list-style-type:none;
  margin:0 0 0 9px;
  overflow:hidden;
  padding-left:0;
  padding-top: 2px;
}

#left .menu li {
  height: 30px;
  margin: 0 0 2px 0;
}

#left .menu li.first a {
  padding: 12px 0 6px 10px;
}

#left .menu a {
  display: block;
  padding: 9px 0 6px 10px;
  color: #000000;
  text-decoration: none;
}

#content h1 {
  font-size: 18px;
  margin: 0 0 20px 0;
}

.subcats {
  width: 100%;
}

.subcats td {
  width: 25%;
  text-align: center;
  vertical-align:bottom;
  font-size: 16px;
}

.subcats td img {
  margin: 0 0 8px 0;
}

.product_list {
  width: 100%;
  border-collapse:collapse;
}

.product_list td {
  width: 50%;
  vertical-align:top;
  padding: 10px;
}

.product_list td.odd {

}

.product_list td img {
  float: left;
  margin: 0 10px 0 0;
}

.product_list a {
  font-size: 14px;
  font-weight: bold;
}

.product_list table td {
  padding: 0;
  border: 0;
}

.price {
  font-size: 15px;
  text-align: right;
  margin: 10px 0 0 0;
}

.price span {
  font-size: 12px;
  text-decoration:line-through;
}

#center .prodpic {
  float: left;
  margin: 0 10px 10px 0;
}

#product_desc .price {
  font-size: 18px;
  font-weight: bold;
}

#product_desc .price span {
  font-weight:normal;
}

.promoted {
  height: 324px;
}

.promoted h2 {
  font-size: 18px;
  height: 33px;
  padding: 13px 0 0 24px;
}

#mainpromo {
  margin: 0 9px 0 13px;
  height: 265px;
  overflow: hidden;
  position: relative;
}


.promo {
  padding: 10px;
  overflow:hidden;
  position:absolute;
  top:0;
  left:0;
  width: 635px;
}

.promo img {
  float: left;
  margin: 0 10px 10px 0;
}

.promo .price {
  font-size: 18px;
  font-weight: bold;
}

.promo .price span {
  font-weight:normal;
}


#cart {
  text-align: center;
}

#cart a {
  display:block;
  color: #000000;
  padding: 10px 0 10px 0;
  margin: 0 0 10px 0;
  text-align: center;
}

#cart a:hover {
  text-decoration: none;
}

#cartlist{
  width: 100%;
  border-collapse:collapse;
}

#cartlist td {
  padding: 10px 0 10px 0;
}

#cartlist .even td {
  background: #F7D9E8;
}

#cartlist td.pic {
  padding: 10px;
}

#cartlist td.pic, #cartlist td.pic img {
  width: 50px;
}

#cartlist th {
  text-align: center;
  border-bottom: 1px solid #000000;
  padding: 10px;
}

#cartlist td input[type="text"] {
  width: 40px;
  text-align: right;
  border: 1px solid #CEA5CD;
  font-size: 12px;
  background: #EDF6FD;
}

#cartlist td.name {

}

#cartlist td.price {
  text-align: right;
  color: #000000;
  font-size: 12px;
}


#cartlist td.icon {
  padding: 0 10px 0 10px;
  text-align: right;
  width: 34px;
}

#cartlist .sum td {
  font-size: 14px;
  text-align: right;
  border-top: 3px double #000000;
}

.steps {
  width: 100%;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #8961AA;
}

.steps td {
  width: 33%;
  text-align: center;
  vertical-align:bottom;
  padding: 0 0 10px 0;
  color: #8961AA;
}

.steps td a {
  color: #989793;
  text-decoration: none;
}

.steps td span {
  font-size: 20px;
  font-weight: bold;
}

.steps td.active a{
  color: #77528E;
}

.steps td.active span {
  font-size: 25px;
}

#indexproducts {
  width: 678px;
  height: 293px;
  overflow:hidden;
  margin: 15px 0 0 0;
  padding: 12px 0 16px 0;
}


#indexproducts .product {
  width: 320px;
  float: left;
  margin: 0 4px 0 11px;
  height: 123px;
  overflow: hidden;
  padding-top: 11px;
  padding-bottom: 18px;
  color: #000000!important;
}

#indexproducts .product h4 {
  font-size: 12px;
  font-weight: bold;
}

#indexproducts .product .pic {
  width: 137px;
  height: 123px;
  float: left;
  padding: 0 10px;
  text-align: center;
  overflow: hidden;
}

#indexproducts .product .btn {
  font-size: 11px;
}

#footer {
  margin-top:20px;
  text-align:right;
  padding: 4px 10px 5px;
  width:940px;
}

#left .search {
  margin: 0 0 10px 0;
  text-align:center;
}


#left .search input  {
  width:188px;
  margin: 0 0 0 9px;
}

.pager {
  margin: 10px 0;
  overflow:hidden;
}

.pager a {
  display:block;
  padding:4px 6px;
  font-size: 13px;
  font-weight:bold;
  float:left;
  margin:0 3px 0 0;
}

.pager a:hover {
  text-decoration:none;
}
