@CHARSET "UTF-8";

body, table, td, div, p, h1, h2, form, input, img, ul, li {
    border: 0;
    margin: 0;
    padding: 0;
}

body {
  font-family: verdana;
  background-color: #dcdcdc;
  width: 100%;
}

#main_container {
  max-width: 1200px;
  min-width: 985px;
  margin: 0px auto;
  background-color:white;
  border-top: none;
  border-bottom: none;
  border-left:1px solid #888888;
  border-right:1px solid #888888;
  width: expression(document.body.clientWidth > 1202 ? "1200px" : "auto");
}


#cover_container {
  background-color: #ffffff;
  border-left: 5px solid #eeeeee;
  border-right: 5px solid #eeeeee;
  padding: 20px;
}

td.footer {
  text-align: center;
  vertical-align: bottom;
  padding-bottom: 3px;
  font-size: .7em;
  color: #7e7e7e;
}

/* for text fields */
input {
  border: thin inset;
}


a:link {
  color: #004387;
}

a:hover {
  color: #FF9C00;
}

a:active {
  color: #FF9C00;
}

a:visited {
 color: #898989;
}

input.button {
  background: #A9A9A9;
  color: white;
  padding: 1px 4px;
  border: 1px outset #7b7b7b;
}

table.main {
  width:100%;
  table-layout: fixed;
}

td.left_column {
  width: 259px;
  background: url("img/catalog.jpg") no-repeat;
  vertical-align: top;
  padding-bottom: 30px;
}

td.right_column {
  width: 160px;
  vertical-align: top;
  padding: 30px 5px 0px 0px;
}

td.center_column {
  width: auto;
  padding: 12px 16px 20px 16px;
  vertical-align: top;
}

td.left_column > div {
  width: 100%;
}

p.input_hint {
  color: #004387;
  font-size: 0.7em;
  font-weight: 600;
}

h2.left_header {
  display: inline-block;
  height: 32px;
  color: #6b9b1a;
  font-size: 0.9em;
  font-weight: 600;
  font-family: verdana;
  margin-top: 15px;
  padding: 15px 0px 0px 30px;
  text-transform: uppercase;
  background: url("img/left_header.gif") no-repeat;
  background-position: 10px 0px;
}

h2.left_header a {
  text-decoration: none;
  color: #6b9b1a;
}

h2.left_header a:hover {
  text-decoration: underline;
}

div.left_block {
  background: url("img/left_block.gif") no-repeat;
  background-position: bottom right;
  padding-bottom: 14px;
}

.left_block ul {
  list-style: none;
}

div.left_block a {
  color: #004387;
  text-decoration: none;
  font-weight: 600;
}

div.left_block a:hover {
  text-decoration: underline;
}

div.right_block {
  margin-bottom: 20px;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  margin: 0px 3px 4px 3px;
  background: #eeeeee;
}

.right_block p.caption {
  color: #004387;
  font-size: 0.8em;
  font-weight: 600;
  text-align: left;
  padding: 7px 2px 2px 30px;
}

h2.right_header {
  display: inline-block;
  height: 27px;
  /*160px - left padding to hide border*/
  width: 146px;
  background: url("img/right_header.gif") no-repeat;
  padding: 4px 0px 0px 14px;
  color: #606060;
  font-family: verdana;
  font-size: 0.9em;
  font-weight: 600;
}

ul.forum_preview {
  width: 95%;
  font-size: 0.7em;
  padding: 6px 0px 18px 0px;
}

ul.forum_preview li {
  padding: 0px 0px 8px 30px;
  background: url("img/left_block_marker.gif") no-repeat;
  background-position: 14px 4px;
}

ul.news_preview {
  width: 95%;
  font-size: 0.7em;
  padding: 6px 0px 18px 0px;
}

ul.news_preview li {
  padding: 0px 0px 8px 30px;
  background: url("img/left_block_marker.gif") no-repeat;
  background-position: 14px 4px;
}

td.left {
  width: 50%;
  padding-right: 5px;
}

td.right {
  width: 50%;
  padding-left: 5px;
}

ul.login_menu {
  font-size: 0.8em;
  list-style: none;
  padding: 4px;
}

.login_menu a{
  color: #7b7b7b;
  text-decoration: none;
}

.login_menu a:hover{
  color: #cdcdcd;
  text-decoration: underline;
}

.login_form {
  padding-left: 4px;
}

.login_form input {
  width: 130px;
  margin-left: 4px;
}

input.login {
  width: 5em;
  margin: 2px 0px 0px 70px;
}

table.icq_number {
  table-layout:fixed;
  width: 130px;
  color: #7B7B7B;
  font-size: 0.9em;
}

ul.icq_number h3{
  font-size: 0.8em;
}

.icq_number a {
  text-decoration: none;
  color: #7B7B7B;
}

.icq_number a:hover {
  color: #cdcdcd;
  text-decoration: underline;
}

.icq_number .name {
  font-weight: 600;
}

.icq_number .number {
  font-size: 0.8em;
}

table.wares_catalog {
  width: 100%;
  table-layout: fixed;
  padding-top: 15px;
}

img.announce {
  float: left;
}

div.announce {
  width: 95%;
  padding-right: 30px;
  color: #7B7B7B;
}

div.announce_container {
  width: 99%;
  font-size: 0.8em;
  margin-top: 20px;
  padding: 16px 20px 20px 20px;
}

.center_column .info h2, h3.tiny {
  color: #004387;
  font-size: 1em;
}

div.info {
  padding: 20px 26px;
  font-size: 0.8em;
  color: #7b7b7b;
}

.info p {
  margin: 1em 0px;
}

.contacts ul {
  list-style: none;
}

.contacts li {
  margin-bottom: 4px;
}

table.contacts {
  width: 90%;
}

.contacts td.phone {
  text-align: right;
  vertical-align: top;
  padding-right: 10px;
  font-weight: 600;
  width: 10em;
}

.contacts td.desc {
  width: auto;
  vertical-align: top;
  text-align: left;
}

.contacts td.icq_icon {
  width: 17px;
}

.contacts td.icq {
  vertical-align: top;
  text-align: center;
  font-weight: 600;
  width: 8em;
}

p.image_hint {
  margin: 0;
  border: none;
  padding: 0;
  font-weight: 600;
  font-size: 0.7em;
}

table.feedback {
  width: 100%;
  table-layout: fixed;
}

table.feedback td {
  vertical-align: top;
  padding-top: 4px;
}

.feedback td.desc {
  width: 19em;
  text-align: right;
}

.feedback .value input {
  height: 20px;
}


#services {
  width: 100%;
  border: 1px solid black;
}

div.services {
  padding: 30px 20px;
}

#services td {
  margin: 20px 20px 0px 20px;
  border:1px solid black;
  padding:3px;
}

div.map img{
  float: left;
}

div.market {
  width:120px;
  margin: auto;
}

a.group_card {
  font-size: 1.4em;
  font-weight: 600;
  text-decoration: none;
  color: #7b7b7b;
}

a.group_card:hover {
  text-decoration: underline;
  color: #cdcdcd;
}

div.basket {
  text-align: center;
  height: 55px;
  padding-top: 6px;
}

div.basket a{
  font-size: 0.9em;
  color: #FF9C00;
}

div.basket a:hover{
  font-size: 0.9em;
  color: #FF9C00;
}

div.market {
  text-align: center;
  font-size: 0.8em;
  padding: 6px;
}

div.market img {
  margin: 4px 0px;
}

div.market a {
  font-weight: 600;
  color: #FF9C00;
  text-decoration: none;
}

div.market a:hover {
  color: #FF9C00;
  text-decoration: underline;
}

div.forum_theme {
  padding: 3px 20px 3px 20px;
  margin: 18px 0px 6px 0px;
  color:#CDF29C;
  background: #587B2A;
  font-size: 0.9em;
}

div.forum_theme a {
  color: #cdf29c;
  text-decoration: none;
}

div.forum_theme a:hover {
  color: #cdf29c;
  text-decoration: underline;
}

ul.archive {
  list-style: none;
  padding: 12px 10px;
  font-size: 0.9em;
  color: #7b7b7b;
}

.error {
  color: #FF9C00;
}

span.em {
  font-weight: 600;
  color: #ff9c00;
}

a.card {
  display: block;
  color:#7b7b7b;
  width:100%;
  height: 100%;
  text-decoration: none;
}

a.card:visited {
  color: #7b7b7b;
}

a.card:hover {
  color: #7b7b7b;
  cursor: hand;
}

a.card_inline {
  color:#7b7b7b;
  text-decoration:none;
  cursor: hand;
}

a.card_inline:visited {
  color: #7b7b7b;
}

a.card_inline:hover {
  color: #7b7b7b;
}

tr.odd {
  background-color: #ffffff;
}

tr.even {
  background-color: #eeeeee;
}

td.selected {
  color: #ff9c00;
  font-weight: 600;
}

table.compare {
  width: 100%;
  font-size: 1em;
  color: #7b7b7b;
}

table.compare td {
  padding: 0px 4px 0px 4px;
}

h2.green_header {
  font-size: 1em;
}

span.old_price {
  color: red;
  font-weight:600;
  text-decoration:line-through;
}

div.old_price {
  border: 1px solid #dddddd;
  margin: 0.6em 0;
  width:170px;
  background: #bbbbbb;
  color: white;
}

div.bell {
  position:absolute;
  width:48px;
  height:47px;
  background: transparent url(images/ny/red-bells.gif) no-repeat;
  top:150px;
  left: 290px;
}

#city_delivery td{
  border: 1px solid #dddddd;
}
.forum_answer td {
  padding: .5em 1em;
}
.center_column .news table, .center_column .info table {
	border: 1px solid #ccc;
	border-width: 1px 0 0 1px;
}
.center_column .news table td, .center_column .info th, .center_column .info td {
	border: 1px solid #ccc;
	border-width: 0 1px 1px 0;
	vertical-align: top;
	padding: .25em .5em;
}
