@charset "utf-8";
/* CSS Document */
*
{
    padding:0;
    margin:0;
}
body {
    background:#ffffff;
    width:100%;
	height:auto;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 13px;
    color: #000000;
}    
img{
    border:medium none;
}
#wraper {
    position:relative;
	height:auto;
    width:960px;
    margin:auto;
    /*text-align:center;*/
}
html>body #wraper {
    height:auto;
}
#header {
    position:absolute;
    top:0px;
    width:960px;
    height:192px;
    z-index:100;
    margin-top: 14px;
}
.logo_pict{
    width:300px;
    height: 119px;
    position:relative;
    float:left;
    padding:0px;
    background: url(pingqast_logo.gif);
}
.right_header{
    position:relative;
    float:right;
    top:0;
    right:0;
    height:119px;
    width:567px;
    background:url(pingqast_login_area.gif) no-repeat;
    padding-bottom: 13px;
}
#clrbottom {
    clear:both;
    height:20px;
}
.bottom {
    margin:0px;
    position:relative;
    right:0;
    text-align:center;
    width:960px;
    height:60px;
}
.bottom a{
    color:#000000;
    text-decoration:none;
}
.menu_block{
	position:relative;
	float:left;
	height:46px;
    width: 960px;
	right:0;
	top:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
    background: black;
}
.top_menu{
	height:31px;
    padding-top: 15px;
    padding-left: 15px;
}
/* =============== login ================== */
.title_login{
    font-size:16px;
    font-weight:bold;
    color:#fff;
    /*text-transform:uppercase;*/
    margin:18px;
}
.title_welcome{
    font-size:16px;
    font-weight:bold;
    color:#ffffff;
    margin:18px;
}
.login_box{
    color:#fff;
    font-size:14px;
    padding:0 18px 0 18px;
    position: relative;
}
.login_box a{
    color: #ffffff;
}
.input_login, .input_email{
    background:url(pingqast_login_input.gif) no-repeat;
    width:206px;
    height:20px;
    color:#000;
    padding:7px 0 0 5px;
    margin-right: 10px;
}
.login_butt{
    background:url(pingqast_login_but.gif) no-repeat;
    padding:0;
    margin:0;
    height:26px;
    width:81px;
}

.remember_me{
    background:url(pingqast_check_input.gif) no-repeat;
    width:25px;
    height:27px;
    border:0;
    padding:0;
    margin:0;
}

.login_box label{
    padding-right: 5px;
}
/* ============================== menu =========================== */
/* Styles for the entire LavaLamp menu */
.lavaLamp {
    position: relative;
    height:31px;
    width: auto;
    overflow: hidden;
    margin:0;
}
/* Force the list to flow horizontally */
.lavaLamp li {
    float: left;
    list-style: none;
}
/* Represents the background of the highlighted menu-item. */
.lavaLamp li.back {
    background:url(pingqast_menu_right.gif) no-repeat right;/*-35px;*/
    height:31px;
    z-index: 8;
    position: absolute;
    color:#000000;
}
.lavaLamp li.back .left {
    background:url(pingqast_menu_left.gif) no-repeat top left;
    height:31px;
    width:auto;
    z-index:9;
}
/* Styles for each menu-item. */
.lavaLamp li a {
    position: relative;
    overflow: hidden;
    text-decoration: none;
    font: bold 15px arial;
    color: #cecece; 
    outline: none;
    text-align: center;
    height:24px;
    top: 7px;
    z-index: 10; 
    letter-spacing: 0;
    float: left; 
    display: block;
    margin: auto 20px;
    padding-top: 5px;
}
.lavaLamp li a:hover{
    color: #7CB218;
}
a.sel{
    color:#000000; 
}
.lavaLamp li.current a, .lavaLamp li.current a:hover{
    color:black;
}
.lavaLamp li a.current-off{
    color:white;
}
/* ============================= end ============================ */
#content {
    position:relative;
    float:left;
    margin:auto;
    text-align:left;
    width:960px;
    height:auto;
    margin-top:192px;
    background: black;
}
.content_in{
    margin:0 15px 15px 15px;
    padding:12px;
    background: #ffffff;
    width:906px;
    height:auto;
    color:black;
}
.corner_1{
    position:absolute;
    padding:0;
    margin:0;
    background:url(pingqast_white_corner1.gif) no-repeat;
    width:5px;
    height:5px;
    bottom:15px;
    left:15px;
}
.corner_2{
    position:absolute;
    padding:0;
    margin:0;
    background:url(pingqast_white_corner2.gif) no-repeat;
    width:5px;
    height:5px;
    bottom:15px;
    right:15px;
}
.corner_3{
    position:absolute;
    padding:0;
    margin:0;
    background:url(pingqast_white_corner3.gif) no-repeat;
    width:5px;
    height:5px;
    top:0px;
    right:15px;
}
.corner_4{
    position:absolute;
    padding:0;
    margin:0;
    background:url(pingqast_white_corner4.gif) no-repeat;
    width:5px;
    height:5px;
    top:0px;
    left:15px;
}

.content_in2{
    padding:12px;
    background: #E3EBEC;
    width:882px;
    height:auto;
    position: relative;
    overflow: auto;
}
.corner_21{
    position:absolute;
    padding:0;
    margin:0;
    background:url(pingqast_blue_corner1.gif) no-repeat;
    width:5px;
    height:5px;
    top:0px;
    left:0px;
}
.corner_22{
    position:absolute;
    padding:0;
    margin:0;
    background:url(pingqast_blue_corner2.gif) no-repeat;
    width:5px;
    height:5px;
    bottom:0px;
    left:0px;
}
.corner_23{
    position:absolute;
    padding:0;
    margin:0;
    background:url(pingqast_blue_corner3.gif) no-repeat;
    width:5px;
    height:5px;
    bottom:0px;
    right:0px;
}
.corner_24{
    position:absolute;
    padding:0;
    margin:0;
    background:url(pingqast_blue_corner4.gif) no-repeat;
    width:5px;
    height:5px;
    top:0px;
    right:0px;
}
.content_in p{
    font-size:13px;
    font-style:italic;
    padding:0 0 15px 0;
    margin:0;
}
.content_in .title_login{
    font-size:16px;
    font-weight:bold;
    color:#000000;
    /*text-transform:uppercase;*/
    margin-top: 15px;
}
.content_in .title{
    font-size:18px;
    padding:15px 0 5px 0;
}
.content_in .text{
    font-size:13px;
    font-style: normal;
    padding:5px 0 5px 0;
}
.content_in a{
    color:black;
}
fieldset{
    border:none;
}
.input_content{
    background:url(pingqast_input_text.gif) no-repeat !important;
    width: 870px;
    height:36px;
    border:none;
    margin:0 0 12px 0px;
    padding:10px 0 0 14px;
    font-size:18px;
    vertical-align:top;
    vertical-align:text-top;
}
.form_delim{
    background: url(pingqast_form_delim.gif) repeat-x;
    height: 5px;
    width:882px;
    margin: 9px 0 6px 0;
}
fieldset input{
    border:none;
}
/*--button--*/
.but_form{
    background:url(pingqast_but.gif) repeat-x;
    height:35px;
    border:0;
    width:148px;
    position:relative;
    float:left;
    color:#fff;
    font-size:18px;
    margin: 15px 0;
}
.lft_but{
    background:url(pingqast_but_left.gif) no-repeat;
    width:4px;
    height:35px;
    border:0px;
    position:relative;
    float:left;
    margin: 15px 0;
}
.rght_but{
    background:url(pingqast_but_right.gif) no-repeat;
    width:4px;
    height:35px;
    border:0;
    position:relative;
    float:left;
    margin: 15px 0;
}
fieldset button{
    vertical-align:middle;
    text-align:center;
}
.button_position{
    position:relative;
    float:none;
    left:360px;
    width:500px;
}
/*--button--*/
.error, .errors{
    color:red;
}
input[type=checkbox]{
    margin:5px 10px 5px 5px;
}
.tool_status_pas
{
    /*height:20px;*/
    /*padding-top:5px;*/
    background: url(pingqast_blue_but_pas.gif) no-repeat left !important;
    padding-left: 26px !important;
    /*font-size: 10px; */
}

.tool_status_act
{
    /*height:20px;*/
    /*padding-top:5px;*/
    background: url(pingqast_blue_but_act.gif) no-repeat left !important;
    padding-left: 26px !important;
    /*font-size: 10px;*/ 
}
/* =============================== statistics and dropdowns============================== */
.small_but{
    font-size:18px;
    margin-left:15px;
    background: #7CB218;
    color: white;
    width:150px;
    border: medium none;
}
.stat_select
{
    height: 30px;
    font-size:18px;
    margin-left: 15px;
    
}
.stat_head
{
    font-size:18px;
}
.stat_types
{
    border-bottom:1px solid #7F9DB9;
}
.stat_tab
{
   cursor: pointer;
   float: left;
   background:#7CB218 none repeat scroll 0 0;
   border-color:#E3EBEC #E3EBEC #7F9DB9;
   border-style:solid;
   border-width:1px;
   /*color:#777777;*/
   color:#ffffff;
   font-weight:bold;
   margin:0 0 -1px 3px;
   padding:7px 20px;
   
}
.stat_tab_act
{
    background:#E3EBEC none repeat scroll 0 0; 
    border-color:#7F9DB9 #7F9DB9 #E3EBEC;
    border-style:solid;
    border-width:1px;
    color:black;
}
.input_targets
{
    /*border:medium none;*/
    font-size:18px;
    height:35px;
    margin:0 0 13px 0;
    padding:10px 0 0 14px;
}
.blue_but{
    position: relative;
    margin-right: 4px;
    float: left;
}
.blue_but a{
    display: block;
    background: url(pingqast_blue_but.gif) no-repeat;
    height: 26px;
    color: #297374;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    line-height:26px;
    padding:0 10px;
    text-decoration: none;
}
.blue_but_right{
    background: url(pingqast_blue_but_right.gif) no-repeat;
    height: 26px;
    width:4px;
    position: absolute;
    right:0px;
    top:0px;
}
.col1_color{
    background: #DBE9EA;
}
.col2_color{
    background: #eeefe9;
}
.col3_color{
    background: #eaefeb;
}
/* =============================== table_list ============================== */
table.table_list
 {
     border-left: 3px solid white;
     border-bottom: 3px solid white;
     border-right: 3px solid white;
 }
.table_list th{
    font-size: 14px;
    border-bottom: 3px solid white;
    border-left:hidden;
    border-right:hidden;
}
.table_list td{
  border-right: 3px solid white;
  padding:12px;
}
.table_list .name
{
    font-size:20px;
    margin:0 0 5px;
    padding:0;
    
}
.table_list .link a
{
    font-size:18px;
    padding-bottom: 5px;
}
.table_list .acts
{
    padding: 15px 0;
}
.table_list .delim{
    height: 1px;
    width:100%;
    background: white;
    margin-top: 25px;
}
/* =============================== end table_list ============================== */
.add_set_p {
    font-size:14px;
    width:150px;
    float:left;
}
.pages .sel
{
    font-weight: bold;
}





/*---------unuseful?----------*/
/*
.img_butt{
    background:url(pingqast_button_login.gif) no-repeat;
    padding:0;
    margin:0;
    height:29px;
    width:81px;
}
tfoot td{
    width:50%;
}
.float_none{
    float:none;
}
.in_out{
    position:relative;
    float:right;
    top:20px;
    right:0px;
    margin-right:40px;
}
.in_out a{
    text-decoration:underline;
}
.in_out a:hover{
    font-weight:bold !important;
}
.logo_title{
    padding:0px;
    margin:0px;
    height:17px;
    padding:5px 0 8px 9px;
    position:relative;
    float:left;
}

a.href_main{
    display:block;
    position:absolute;
    left:0px;
    top: 35px;
    padding:0px;
    text-decoration:none;
}
.top_pict{
    width:950px;
    height:458px;
}

.left_box{
    height:auto;
    position:relative;
    float:left;
    text-align:justify;
}
.left_box p{
    padding:5px 25px 0 25px;
}
.right_box p{
    padding:5px 25px 0 25px;
}
.sel_txt{
    color:#acadab;
}
.title_txt{
    color:#acadab;
    text-transform:uppercase;
    font-size:14px;
    font-weight:bold;
}
.right_box{
    width:205px;
    height:auto;
    background:#45484D url(vert_block_bg.jpg) top repeat-x;
    margin-left:11px;
    position:relative;
    float:right;
    text-align:justify;
}
.box_register{
    position:relative;
    float:left;
    background:url(box_form.jpg) no-repeat;
    width:251px;
    height:209px;
    padding:13px 37px 20px 27px;
}


fieldset input.input_url{
    background:url(stomperping_input.jpg) no-repeat;
    width:564px;
    height:45px;
    padding:25px 0 0 20px;
    margin:0;
    margin-left:4px;
}
.img_butt{
    background:url(stomperping_butt.jpg) no-repeat;
    width:138px;
    height:40px;    
    border:none;
    position:relative;
    float:right;
    text-align:center;
    font-size:16px;
    font-weight:bold;
    font-family:Arial, Helvetica, sans-serif;
    margin: 16px 0 0 0;
    color:#fff;
}
.img_butt p{
    padding:0;
    margin:5px 0 0 0;
}
.right_box a{
    background:url(stomperping_punctuat.gif) bottom repeat-x;
    color:#acadab;
    position:relative;
    display:block;
    padding: 5px 25px 5px 25px;
    margin: 0 10px 0 10px;
}
p.normal
{
    font-style: normal;
}
*/

/* ----- vendors and products ----- */
.products{
    width: 880px;
    background:#f5f7f6;
    border:1px solid #eaeaea;
}
.pict_logo_prod{
    position:relative;
    float:left;
    width: 105px;
    border:1px solid #eaeaea;
    background: #fff;
    margin: 10px;
    margin-bottom: 0px;
    margin-right: 0px;
    padding: 10px;
    text-align:center;
}
.name_prod{
    position:relative;
    float:left;
    width: 700px;
    border:1px solid #eaeaea;
    background: #fff;
    margin: 10px;
    margin-bottom: 0px;
    padding: 10px;
}
.product_name, .descr_vend p.product_name{
    font-weight: bold;
    font-size: 18px;
    color: #7CB218;
}
a.prod_name{
    text-decoration: none;
    color: #7CB218;
    font-weight: bold;
}
a:hover.prod_name{
    text-decoration: underline;
}
.category_name{
    font-weight: bold;
}
a.category_name{
    text-decoration: none;
}
a:hover.category_name {
    text-decoration: underline;
}
.shrt_descr_prod{
    text-align:justify;
}
.categ{
    font-size:11px;
}
.url_prod{
    font-weight: bold;
}
.full_prod_descr p{
    margin-left: 5px;  
    font-style: normal;  
}
.wbt{
    background-color:#F5F5F5;
    border-bottom:1px solid #FFFFFF;
    border-top:1px solid #FFFFFF;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    text-decoration:none;
}
.bbt{
    border-bottom:1px solid #D5D5D5;
    border-top:1px solid #D5D5D5;
}

.bld{
    font-weight:bold;
}
.list_relat_prod{
    padding-left: 120px !important; 
    color:#010044;
}
.href_relat_prod{
    color:#010044;
    text-decoration:none;
}
a.href_relat_prod{
    text-decoration: underline;
}
a:hover href_relat_prod{
    text-decoration: none;
}
.descr_prod{
    font-family:Verdana,Arial,Helvetica,sans-serif;
}
div.cats, ul.cats{
    margin-left: 30px;
    padding:20px 0;
}
.prod_imgs
{
    position: relative;
}
.prod_imgs img{
    display: block;
    float:left;
    
}
.name_vendor_all{
    position:relative;
    float:left;
    width:835px;
    border:1px solid #e1e1e1;
    background: #eee;
    margin: 10px;
    margin-bottom: 0px;
    padding: 10px;
}
.name_vendor{
    position:relative;
    float:left;
    width: 630px;
    border:1px solid #e1e1e1;
    background: #fff;
    margin: 0px 0 0 10px;
    padding: 10px;
}
.pict_logo_vendor{
    position:relative;
    float:left;
    width: 160px;
    border:1px solid #e1e1e1;
    background: #fff;
    padding: 5px;
    min-height:42px;
}
.pos_cnt, table.pos_cnt tr{
    text-align: center;
    vertical-align: middle;
}
.logo_vendor_detail{
    position:relative;
    float:left;
    width: 160px;
    border:1px solid #e1e1e1;
    background: #fff;
    padding: 5px;
    margin:10px;
}
.descr_vend{
    position: relative;
    float:left;
    text-align: justify;
    width:360px;
    padding: 10px;
}
.vend_address{
    color:#4E4E4F;
    font-weight:bold;
}
.shift_adr a{
    color:black;
    font-weight: bold;
    /*text-decoration: none;*/
}