/* CSS Document */
body {
  margin:0;
  padding:0;
  height:100%;
/*   background: #ffffff;*/
 background:white url(/images/1.jpg) repeat top right; 
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#616161;
  overflow-y:scroll
}
img {border:0}


a:active,
a:visited,
a:link,
a:hover{ color:#555555; text-decoration:underline; outline: none;}
a:hover{text-decoration:none; outline: none;}

a.orange:active,
a.orange:visited,
a.orange:link,
a.orange:hover{ color:#FFA904; text-decoration:underline; outline: none;}
a.orange:hover{text-decoration:none; outline: none;}
/*
a.wname:active,
a.wname:visited,
a.wname:link,
a.wname:hover{ font-size:16px; color:#0987D7; text-decoration:underline; outline: none;}
a.wname:hover{text-decoration:none; outline: none;}
*/
a.wname:active, a.wname:visited, a.wname:link {
    -moz-text-blink: none;
    -moz-text-decoration-color: -moz-use-text-color;
    -moz-text-decoration-line: none;
    -moz-text-decoration-style: solid;
    color:#0987D7;
    margin-bottom: 0;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: medium;
}
a.wname:hover {
    -moz-text-blink: none;
    -moz-text-decoration-color: -moz-use-text-color;
    -moz-text-decoration-line: underline;
    -moz-text-decoration-style: solid;
    color: #4F4F4F;
    margin-bottom: 0;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: medium;
}




a.swname:active,
a.swname:visited,
a.swname:link,
a.swname:hover{ color:#0987D7; text-decoration:underline; outline: none;}
a.swname:hover{text-decoration:none; outline: none;}

a.view:active,
a.view:visited,
a.view:link,
a.view:hover{ color:#FFA904; text-decoration:underline; outline: none;font-weight: bold;}
a.view:hover{text-decoration:none; outline: none;}


h1, h2, ul, li { margin:0; padding:0;}
h1 {color:#4F4D49; font-size:18px;font-weight: normal;text-shadow: 0px 1px 1px #D4CED8; padding: 0px 10px 0px 10px}
h2 {color:#4F4D49; font-size:17px;font-weight: bold; text-shadow: 0px 1px 1px #D4CED8;}
p {
  padding: 0px 0;
}
table{ border:0; border-collapse:collapse; background:white;}
table td { padding:0px; vertical-align:top; font-size:12px}

/* Окно заказа */
#container {
 top:50%;
 position:fixed;
 width:509px;
 height:350px;
 z-index:5001;
 /* hide from IE5/Mac \*/
 left: 50%;
 margin-left: -255px; /* половина значения width */
 margin-top: -175px; /* половина значения height */
 /* End hide from IE5/Mac \*/
 background-color: #FFFFFF;
 border: 1px solid #151515;
 text-align: center;
 padding: 0px;
}

*html #container {
    position:absolute;
    top: expression(
      parseInt(document.body.scrollTop, 10) + parseInt(document.body.clientHeight/2) + "px"
    );
}

#body_div {
  z-index:5000;
  background-color: #000;
  width:0px;
  height:0px;
  position:fixed;
}

*html #body_div {
    position:absolute;
    top: expression(
      parseInt(document.body.scrollTop, 10) + "px"
    );
}

#container span {
    text-align: left;
}

#container div.left {
    padding-left: 8px;
    height:20px;
    line-height:20px;
    background:url(/images/left.gif) no-repeat left center;
}

#container div {
  font-size:12px;
  color:#444444;
  text-align:left;
}

/* Header */
div.bg {
  height: 156px;
  width:100%;
  background: #060201 url(../images/top_bg.jpg) repeat-y left center;
}

div.top-head{
  height:156px;
  width:980px;
  background:#060201 url(../images/top.jpg) no-repeat center top;
  position: relative;
  overflow: hidden;
  left: 50%;
  margin-left: -490px;
}

div.st {
  position: relative;
  top:22px;
  left:21px;
  width:228px;
}

div.tp {
  position: relative;
  top:30px;
  left:85px;
  width:100px;
}

div.top_text {
  width:190px;
  height: 50px;
  position: relative;
  top:15px;
  left:342px;
  color:#C3C3C3;
}

div.webconsultation {
  width:150px;
  height: 40px;
  position: relative;
  top:-95px;
  left:822px;
}

div.webconsultation a:active,
div.webconsultation a:visited,
div.webconsultation a:link,
div.webconsultation a:hover{ color:#FEDA7E; text-decoration:underline; outline: none;}
div.webconsultation a:hover{text-decoration:none; outline: none;}

div.top_bascet {
  width:150px;
  height: 80px;
  position: relative;
  top:-85px;
  left:822px;
}

div.top_bascet b{
  color: #fff;
}

div.top_bascet a:active,
div.top_bascet a:visited,
div.top_bascet a:link,
div.top_bascet a:hover{ color:#fff; text-decoration:underline; outline: none;}
div.top_bascet a:hover{text-decoration:none; outline: none;}

div.close_cart {
  width:150px;
  height: 80px;
  position: relative;
  top:-110px;
  _top:-115px;
  left:822px;
}

/* Top Menu*/
div.top_menu_bg {
  width:100%;
  height: 34px;
  background: #CACACA url(../images/bg_top.gif) repeat-x left center;
}

div.tmenu{
  height: 34px;
  width:980px;
  position: relative;
  left: 50%;
  margin-left: -490px;
}

.main_menu {height: 34px;line-height: 34px;padding-left:23px;}
.main_menu li { list-style:none; float:left; font-size:12px; font-weight:bold; font-family:arial}
.main_menu li a:active,
.main_menu li a:visited,
.main_menu li a:link  { color:#D5D5D5; text-decoration:none;padding: 6px}
.main_menu li a:hover,
.main_menu li a.top_active:active,
.main_menu li a.top_active:visited,
.main_menu li a.top_active:link { background:#606060 url(../images/bg_top_a.gif) repeat-x left center; color:#FFA904; padding: 6px}
.main_menu li span {padding:0 21px 0 21px; color:#9c9c9c}

div.main {
    width:980px;
    position: relative;
    left: 50%;
    margin-left: -490px;
    padding:0;
}



div.border{
 background: url(../images/border.jpg) repeat-x right center;
 height: 20px;
 margin: 0 0px;
}

table.allwatch{
  text-align: center;
  width: 750px;
  padding: 3px 3px 3px 3px;
}

td.watch{
  vertical-align: top;
  padding: 5px 0;
  height:270px;
  border:0px solid red
}

table.info_table{
  padding:0;
  margin:0;
}

div.info_name{
   /* position: relative; */
    top:-60px;
}

div.info_name div{
    padding-bottom: -15px;
    color:#5E5E5E;
}

div.info_sum {
  height:60px;
  width:190px;
 /* position: relative; */
  top:140px;
}


/* Line */
span.line_summa {
 font-size:16px;
}

td.pager_c{
  text-align: center;
  padding: 0 5px 0 10px;
}

div.pg, div.cp {
 font-weight: bold;
 width:20px;
 height:20px;
 line-height:20px;
 text-align: center;
 border:1px solid #ccc;
 margin:0 3px 3px 0;
 float:left;
 color:#333;
}

div.cp {
 color: #FF6600;
}

a.pages:link, a.pages:visited, a.pages:active
{
 color: #4f4f4f;
 font-weight: bold;
 outline: none;
}


a.pages:hover {
 color: #FF6600;
 text-decoration: none;
 font-weight: bold;
 outline: none;
}


/* Left menu*/

#menucase ul.left_menu{
  margin:0;
  padding:0;
  list-style-type:none;
  display:block;
  line-height:165%;
  width:230px;
}
#menucase ul.left_menu li{margin:0 0 0 10px;padding:0;}
#menucase ul.left_menu li.menu_title{font-weight: bold;color: #424242;font-size:16px;padding: 10px 0px 10px 20px; text-shadow: 0px 1px 1px #D4CED8;}
#menucase ul.left_menu li a{display:block;text-decoration:underline; padding:3px 0 3px 20px;width:190px;}
#menucase ul.left_menu li a:hover{color:#FFA904; text-decoration:none; background:#525252 url("../images/ma.gif") no-repeat 8px center;}

div.news {
  padding: 5px 20px 0px 25px;
}


/* Item Info*/
td.topic_name{
    font-size:18px;
    //padding-left:22px;
}

div.t_infos {
    padding: 30px 20px 30px 0px;
    height: 140px;
}

div.full_info {
    padding: 20px;
    margin-top:20px;
    background-color: #F9F9F9;
    width:365px;
}

div.full_info div {
    padding-bottom:3px;
}

div.pagemain {
    width: 720px;
}


/*Cart*/
.cart{
  vertical-align: middle;
  width: 720px;
}

.cart th{
  background: #525252;
  color: #ffffff;
  height: 30px;
  text-align: center;
  font-size: 12px;
}

.cart td{
  text-align: center;
  height: 40px;
  line-height:40px;
  background-color: #F8F8F8;
}

/* shopping_cart */
.cart_forms{
  width: 665px;
  margin-top: 16px;
  text-align: left;
}

.cart_forms td {
  padding: 3px 0;
}

.f_head {
  color: #666666;
  font-weight: bold;
}

td.sp{
  color: #4f4f4f;
  font-weight: bold;
  width: 250px;
}

td.sp_desc{
  text-align: left;
  color: #4f4f4f;
  padding-left: 50px;
}


/* Footer*/
div.ffooter {
    width:100%;
    height: 67px;
    background-color:#525252;
    margin-top:20px;
}

div.brands {
    padding-left:110px;
    width:980px;
    height: 67px;
    position: relative;
    overflow: hidden;
    left: 50%;
    margin-left: -490px;
}

div.brands div{
    float:left;
    margin:0 10px;
    width: 110px;
}

div.foot {
    width:980px;
    height: 100px;
    position: relative;
    overflow: hidden;
    left: 50%;
    margin-left: -490px;
}

div.foot div{
    float:left;
    height: 70px;
    margin-top:20px;
}

table.email{
  margin: 5px;
  width: 450px;
}

table.email td {
  padding: 5px 0;
}

div.divtext {
color: #777777;
font-size: 90%;
text-align:justify;
padding: 0px 20px 0px 20px;
}

#pageflip {
	position: relative;
	right: 0; top: 0;
	float: right;
    z-index: 90;
}
#pageflip img {
	width: 70px; height: 78px;
	z-index: 99;
	position: absolute;
	right: 0; top: 0;
	-ms-interpolation-mode: bicubic;
}
#pageflip .msg_block {
	width: 70px; height: 74px;
	overflow: hidden;
	position: absolute;
	right: 0; top: 0;
	background: url(../images/promo.png) no-repeat right top;
}

.shipping-table td {
padding-bottom:8px;
}

h1, h2, h3 {
color: #424242;
text-shadow: 0 1px 1px #D4CED8;
}

strong {
color: #424242;
}







.tip {
	width: 212px;
	padding-top: 5px;
	overflow: hidden;
	display: none;
	position: absolute;
	z-index: 500;
	background: transparent url(../images/tipTop.png) no-repeat top;}
	
.tipMid {background: transparent url(../images/tipMid.png) repeat-y; padding: 10px;}
.tipBtm {background: transparent url(../images/tipBtm.png) no-repeat bottom; height: 10px;}

label {cursor: pointer;}
input[type=radio] {cursor: pointer; margin: 0;}
.both {clear: both;}

div.price{
	clear: both;
	text-align: left;
	width: 95%;
}

div.summa1{
 font-size:14px;
 margin: 10px 0 0;
 color: #333333;
}

div.summa2{
 font-size:16px;
 margin: 5px 0 0;
 color: #333333;
}

div.summa3{
 font-size:14px;
 margin: 5px 0 15px;
 color: #333333;
}

.summa3 span{
 font-size:14px;
 color: #ff7800;
 padding-left: 5px;
}

.summa1 span{
 font-size:14px;
 padding-left: 5px;
}

.summa2 span{
 font-size:14px;
 font-weight: bold;
 padding-left: 5px;
}

div.note{
 padding-top: 5px;
 padding-bottom: 5px;
 font-weight: normal;
 color: #6a6a6a;
 font-size:12px;
}


