/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 11.09.2014, 16:50:48
    Author     : Dolgih
*/
 body,
 html
 {
  font-family:Arial, Helvetica, sans-serif;
  font-size:13px;
  height:90%;
  color: #666666;
 }
 
 #title
 {
  font-weight:bold;
  border:0px solid #000;
  color: #999999   ;
  /*padding: 5px;*/
  /*background-color: #ff6666 ;*/
 }
 
 .div_main
  {
   border:#999999 0px solid;
   height:80%;
   margin: 0px auto;
   padding:0px 0px;
   position: relative;
   }
   
   #content
   { border:0px solid #666; float:left; margin-top: 10px;}
   
   #div_order_form
   { border:0px solid #000; 
     float:left; 
     padding-right: 50px; 
   }
   
   .box_option
   {
   position:relative;
   padding:10px 10px;
   border:#999999 1px solid;
   }
   .b
   {
   font-weight:bold;
   font-size:13px;
   }
   
   .sto_path
   {
   color:#666666;
   text-decoration:underline;
   font-size:12px
   }

   #draggable
   { 
    top:0px; 
    left:0px; 
    padding:0px; 
    border:1px solid #ddd; 
    background-color: #333; 
    overflow: auto; 
    position:absolute; 
    display: none; 
    cursor: auto; 
    z-index:2;
   }

   .wrap
   {
    border:1px solid #FF0033; 
    margin-top:0px; 
    background-color: #FFFFFF;
   }
 
   #txt_dragg 
   { 
    background-color: #3399FF; 
    color:#FFF; 
    font-weight:bold
   }
 
  #close 
  {
   border:#333333 0px solid; 
   height:5px; 
   position:absolute; 
   top:2px; 
   right:2px;
  }

  #txt_dragg 
  {
   padding:3px 5px; 
   color: #fff;
   background-color: #333; 
   font-size:12px; 
   height:17px; 
   border:#FF0033 1px solid
  }
  
  .map_sto
  {
   width:100%; 
   height:90%
  }
  
 #errors
 {
  background-color: /* #ff6666;*/#CB5D5E;
  padding:5px;
  font-weight:bold;
  border:1px solid #000;
  color: #fff;
 /* width:420px;*/
  
   }
   
  table#errors td
 {
  color:#FFF; 
  border:1px dotted #999;   
 }
 
select, input, textarea
 {
  color: #CB5D5E;
 }
 
.button
 {
background-color: #CB5D5E !important;
padding: 3px 8px;
cursor: pointer;
color: #F5F5F5;
font-weight: bold;
text-transform: uppercase;
 }
 
#STOAddrWorkDay
{float:left; 
 margin-right:10px;
 width: 330px;
}

#googleMap
{
 width:405px;
 height:300px;
}

.STOOK
{
 width:55px;
 margin-bottom: 0;
}

.ui-widget-header 
{
  background: #CB5D5E;  
  background-color:#CB5D5E
}

#divOK
{
  float: left;
  margin-top: 9px;
  margin-left: 2px;
}

img[usemap]
{
  width:380px
}

#imgRefresh
{
   margin: -8px 0px 6px 12px;
   cursor: pointer; 
}