* {
  margin: 0px;
  padding: 0px;
}

body {
  background: #ccc;
  font: 80%/1.5em Verdana, Tahoma, arial, sans-serif;
  color: #333;
}

img {
  border: none;
}

a {
  color: #4f82cb;
}

a:hover {
  color: #88ac0b;
}

/******************************/

.wrapper {
  margin: 30px auto;
  width: 960px;
  background: #fff;
}

/******************************/

.header {
  background: #4277cd;
  height: 100px;
  color: #fff;
}

.header a {
  color: #fff;
}

.logo {
  text-decoration: none;
  font-weight: bolder;
  font-size: 30px;
  letter-spacing: 0px;
  margin-left: 40px;
  margin-top: 40px;
  display: block;
  float: left;
}

.shopping_cart {
  margin-top: 20px;
  margin-right: 50px;
   /*background: url(icons/shopping_cart.png) no-repeat; */
  line-height: 1.3;
  padding-left: 64px;
  min-height: 44px;
}

.login_form {
  margin-top: 20px;
  margin-right: 50px;
   /*background: url(icons/shopping_cart.png) no-repeat; */
  line-height: 1.3;
  padding-left: 64px;
  min-height: 64px;
}

.login_form .login {
  width: 100px;
  border: 1px solid #fff;
  padding: 2px;
  margin-bottom: 5px;
}

.login_form .password {
  width: 100px;
  border: 1px solid #fff;
  padding: 2px;
  margin-bottom: 5px;
}

.login_form .submit {
  padding: 2px 10px;
  border: 1px solid #ccc;
  margin-bottom: 5px;
  background: #ccc;
}

.login_form .remember {
  border: 1px solid #fff;
  margin-bottom: 5px;
  padding: 1px;
}

.login_form label {
  vertical-align: top;
}

/******************************/

.top-menu {
  height: 30px;
  padding-left: 50px;
}

.top-menu a {
  font-weight: bold;
  color: #45812B;
  line-height: 30px;
  padding: 0 8px;
  text-decoration: none;
  display: inline-block;
}

.top-menu a:hover {
  background-color: #eee;
  color: #000;
}

.top-menu a.active {
  background-color: #fff;
  color: #333;
}

/******************************/

.sidebar {
  width: 250px;
  float: left;
  margin-left: 30px;
  margin-top: 30px;
}

/******************************/

.search_form {
  margin-bottom: 30px;
  padding: 0px;
}

.search_form .query {
  border: 1px solid #666;
  padding: 2px;
  width: 120px;
}

.search_form .submit {
  border: 1px solid #666;
  padding: 2px 10px;
}

/******************************/

.block {
  border: 1px solid #4277cd;
  margin-bottom: 30px;
}

.block .block_header {
  background: #4277cd;
  color: #fff;
  height: 30px;
  font-weight: bold;
  line-height: 30px;
  padding: 0 10px;
}

/******************************/

.categories {
  padding-left: 0px;
  margin: 10px 0px 10px 10px;
  list-style: none;
}

.categories ul {
  padding-left: 30px;
  list-style: none;
}

a.active {
  font-weight: bold;
  color: #000;
}

/******************************/

.recent_goods {
  padding: 10px 10px 20px 10px;
  font-size: 10px;
  line-height: 1.3;
}

.recent_goods a {
  display: block;
  padding-left: 60px;
  margin-bottom: 15px;
  text-decoration: none;
  clear: both;
  color: #333;
}

.recent_goods a img {
  display: block;
  margin-left: -60px;
  max-width: 50px;
  max-height: 50px;
  float: left;
  margin-bottom: 15px;
}

.recent_goods span {
  display: block;
  font-weight: bold;
  text-align: right;
  white-space: nowrap;
}

/******************************/

.recent_news {
  padding: 10px 10px 0px 10px;
  font-size: 10px;
  line-height: 1.3;
}

.recent_news dt {
}

.recent_news dd b {
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}

.recent_news dd {
  margin-bottom: 15px;
}

/******************************/

.content {
  padding: 30px;
  overflow: hidden;
}

.content ul, ol {
  padding-left: 30px;
}

.content h1 {
  font-size: 150%;
  font-weight: normal;
  color: #88ac0b;
  margin-bottom: 15px;
}

.content h2 {
  font-size: 140%;
  font-weight: normal;
  margin-bottom: 10px;
}

.content h3 {
  font-size: 120%;
  margin-bottom: 5px;
}

/******************************/

.content form {
}

.content form small {
  color: #999;
}

label {
  font-weight: bold;
}

input {
  padding:2px;
  border:1px solid #ddd;
  font: inherit;
  color: #333;
}

input[type=submit] {
  padding:2px 10px;
  border:1px solid #ddd;
  font: inherit;
  color: #000;
  background: #ccc;
  margin-top: 15px;
  display: block;
}

select {
  padding:2px;
  border:1px solid #ddd;
  font: inherit;
  color: #333;
}

textarea {
  padding: 2px;
  font: inherit;
  border: 1px solid #ddd;
  color: #333;
}

a.button {
  padding:2px 10px;
  border:1px solid #ddd;
  font: inherit;
  color: #000;
  background: #ccc;
  text-decoration: none;
  display: inline-block;
}

fieldset {
  border: 1px solid #ddd;
  padding: 20px;
  padding-top: 10px;
  background-color: #fafafa;
}

label {
  display: block;
  font-weight: normal;
  margin-top: 10px;
}

div.checkbox {
  margin-top: 10px;
}

div.checkbox label {
  display: inline-block;
  font-weight: normal;
  margin-top: 0px;
}

/******************************/

.content .table {
  border-collapse: collapse;
}

.content .table td {
  border: 1px solid #4f82cb;
  padding: 3px;
}

.content .table th {
  border: 1px solid #4f82cb;
  background: #4f82cb;
  color: #fff;
  padding: 3px;
}

.content .table td small {
  color: #999;
}

.content .table td small a {
  color: #666;
}

/******************************/

.clear {
  clear: both;
}

.footer {
  background: #fff;
  height: 45px;
  line-height: 45px;
  font-size: 10px;
  color: #666;
  text-align: center;
}

.footer a {
  color: #666;
}

/******************************/

.sort {
  margin: 15px 0;
  text-align: right;
}

ul.catalog {
  margin: 0 -15px -20px 0;
  padding: 0;
  overflow: hidden;
  list-style: none;
}

ul.catalog li {
  width: 195px;
  min-height: 330px;
  margin-right: 15px;
  margin-bottom: 20px;
  vertical-align: top;
  display: -moz-inline-box;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  border: 1px solid #000;
  padding: 5px;
  text-align: center;
}

ul.catalog li img {
  display: block;
  max-width: 195px;
  max-height: 195px;
  border-bottom: 1px solid #000;
  margin-bottom: 10px;
}

ul.catalog .to-cart {
  margin-top: 50px;
  margin-right: 10px;
  display: block;
  color: #9A1E2E;

}

ul.catalog .old-price {
  text-decoration: line-through;
  white-space: nowrap;
  display: block;
}

ul.catalog .price {
  font-size: 150%;
  white-space: nowrap;

}

/******************************/

.thread_icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  position: relative;
  top: 3px;
  background: none;
}

.thread_avatar {
  max-width: 32px;
  max-height: 32px;
}

.user_avatar {
  max-width: 64px;
  max-height: 64px;
}

/******************************/

.highlight {
  color: red;
  background-color: yellow;
}

/******************************/

.paginator {
  text-align: center;
  padding: 10px;
}

.paginator a {
  color: #000;
  background-color: #eee;
  border: #000 1px solid;
  border-radius: 30px;
  padding: 5px;
  text-decoration: none;
}

.paginator a:hover {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
}

.paginator span {
  font-weight: bold;
  text-decoration: none;
  padding: 5px;
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
    border-radius: 30px;

}

/******************************/

.align_left {
  float: left;
  margin-right: 10px;
}

.align_center {
  display: block;
  margin: 0 auto;
}

.align_right {
  float: right;
  margin-left: 10px;
}

/******************************/

.error {
  color: #DE4704;
  border: 1px solid #FEAA85;
  padding: 5px;
  padding-left: 30px;
  background: #FDDBCC url(icons/action_error.png) 8px 7px no-repeat;
  margin: 10px 0px;
}

.success {
  color: #366536;
  border: 1px solid #90B090;
  padding: 5px;
  padding-left: 30px;
  background: #D1FFD1 url(icons/action_success.png) 8px 7px no-repeat;
  margin: 10px 0px;
}

/******************************/

.required {
  color: #DE4704;
}

/******************************/

.shopping-cart-plus {
  width: 16px;
  height: 16px;
  background: url(icons/cart_plus.png) no-repeat;
  position: relative;
  top: 2px;
  display: -moz-inline-box;
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.shopping-cart-minus {
  width: 16px;
  height: 16px;
  background: url(icons/cart_minus.png) no-repeat;
  position: relative;
  top: 2px;
  display: -moz-inline-box;
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.price {
  font-size: 11px;
  color: #999;
}

.good-old-price {
  text-decoration: line-through;
  color: #000;
}

.good-current-price {
  color: #c00;
  font-weight: bold;
  font-size: 14px;
}

.good-yousave {
  color: #c00;
}

/******************************/

.nowrap
{
  white-space: nowrap;
}

/******************************/

.path {
  margin-bottom: 15px;
}

/******************************/

.comment_name {
  margin-top: 5px;
  font-weight: bold;
  padding-left: 20px;
}

.comment_text {
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
  margin-left: 20px;
  padding-bottom: 5px;
}

/******************************/

.albums {
  margin-right: -16px;
  margin-bottom: -20px;
  overflow: hidden;
}

.albums a {
  width: 171px;
  margin-right: 16px;
  margin-bottom: 20px;
  vertical-align: top;
  display: -moz-inline-box;
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.albums a img {
  display: block;
  max-width: 171px;
  max-height: 171px;
}

.album_photos {
  margin-right: -15px;
  margin-bottom: -20px;
  overflow: hidden;
}

.album_photos a {
  width: 125px;
  margin-right: 15px;
  margin-bottom: 20px;
  vertical-align: top;
  display: -moz-inline-box;
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.album_photos a img {
  display: block;
  max-width: 125px;
  max-height: 125px;
}

/******************************/

.cart_image {
  max-width: 50px;
  max-hight: 50px;
}

/******************************/

.edit-panel {
  float: right;
  background: #ccc;
  padding: 5px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #999;
  opacity: .8;
  filter: alpha(opacity=80);
}

.edit-panel a {
  margin: 0 3px;
  display: block;
  float: left;
}

.edit-panel img {
  display: block;
}