@charset "utf-8";  

* {
    margin: 0px;
    padding: 0px;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size:12px;
}

a {
    color: #973266;
    text-decoration: none; 
}

a:hover {
    color: #973266;
    text-decoration: underline; 
}

li {
    list-style: circle;
    padding: 1px;
    margin:0;
    margin-left: 15px;
}


#header {
    display: block;
    width: 1000px;
    height: 62px;
    background: url(../images/logo_top.jpg) no-repeat;
    background-position: 0px 5px;
    margin: 0 auto;
    -moz-user-select: none;
    -khtml-user-select: none;
    -o-user-select: none;
    user-select: none;
}

#menu_parent {
    display: block;
    width: 100%;
    height: 40px;
    background: url(/images/bck_line.jpg) repeat-x;
}

#menu {
    width: 1000px;
    margin: 0 auto;
    -moz-user-select: none;
    -khtml-user-select: none;
    -o-user-select: none;
    user-select: none;
}

#menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-top: 22px;

}

#menu ul li {
    list-style: none;
    padding: 0;
    margin: 0;
    float: left;
    margin-right: 5px;
}

#menu a {
    color: #973266;
    text-decoration: none;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
}

#menu a:hover {
    color: #973266;
    text-decoration: none;
    font-weight: bold;
    background: url(/images/bck_button_a.jpg) repeat-x;
    padding-left: 9px;
    padding-right: 9px;
    border-left : 1px solid #666;
    border-right : 1px solid #666;
    border-top : 1px solid #888;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}


#menu a.active {
    color: #973266;
    text-decoration: none;
    font-weight: bold;
    background: #FFF;
    padding-left: 9px;
    padding-right: 9px;
    border-left : 1px solid #666;
    border-right : 1px solid #666;
    border-top : 1px solid #888;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}


#footer_parent {
    display: block;
    width: 100%;
    height: 40px;
    background: url(/images/bck_line.jpg) repeat-x;
    -moz-user-select: none;
    -khtml-user-select: none;
    -o-user-select: none;
    user-select: none;
}

#footer {
    width: 1000px;
    margin: 0 auto;
    text-align: right;
    padding: 10px;
    -moz-user-select: none;
    -khtml-user-select: none;
    -o-user-select: none;
    user-select: none;
}

#footer span {
    color: #973266; 
    font-weight: bold;
}

#footer .logo {
    background: url(/images/logo_antik_telecom.png) no-repeat;
    width: 80px;
    display: block;
    height: 20px;
    float: right;
    margin-left: 15px;
    margin-top: 5px;
}

#content_parent {
    background: url(/images/bck_middle.jpg) repeat-x top #e1e1e1;
}

#content_parent_bottom {
    background: url(/images/bck_middle_bottom_shadow.jpg) repeat-x;
    display: block;
    width: 100%;
    height: 5px;
}

#content {
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 25px;
    padding-top: 20px;
    
}

.clear {
    clear:both; height:0; margin: -1px 0 0 0; padding:0; border:none;
}

#content_right {
    width: 800px;
    float: right;
    
}

#content_login_screen {
    width: 1000px;
    margin: 0 auto;
}

#content_login_top {
    background: url(/images/top_corners_1000.png) no-repeat;
    height: 27px;
    display: block;
    
}

#content_login_bottom {
    background: url(/images/bottom_corners_1000.png) no-repeat;
    height: 27px; 
    display: block;
}

#content_login_body 
{
    background: url(/images/middle_bck_content_1000.png) repeat-y;
}




#content_top {
    background: url(/images/top_corners.png) no-repeat;
    height: 6px;
    display: block;
    
}

#content_bottom {
    background: url(/images/bottom_corners.png) no-repeat;
    height: 6px; 
    display: block;
}

#content_body 
{
    background: url(/images/middle_bck_content.png) repeat-y;
}

#container {
    width: 760px;
    display: block;
    margin: 0 auto;
    
}

#content_right .error  , #content_login_screen .error {
    margin: 0 auto;
    margin-bottom: 5px;
    padding: 5px;
    width: 780px;
    
}

#content_right .error span , #content_login_screen .error span{
    display: block;
    font-size: 12px;
    font-weight: bold;
    padding-left: 20px;
    color: #C90202;
    background: url(/images/iconError.png) no-repeat 0 0;
}



#container .login_note {
    width: 500px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
    text-align: center;
}

#container .login_note H1 {
    padding-bottom: 10px;
}

#container .login_note B {
    color: #973266;
}

#container .login_form {
    width: 230px;
}

#container .login_form th {
    color: #973266;
    padding-right: 10px;
}

#content_menu {
    width: 190px;
    background: url(/images/submenu_bck.png);
    -moz-user-select: none;
    -khtml-user-select: none;
    -o-user-select: none;
    user-select: none;
}

#content_menu a {
   display: block;
   text-decoration: none;
   color: white; 
   padding: 4px;
   padding-left: 8px;
   
}

#content_menu a:hover {
    background: url(/images/submenu_bck_hover.png);
    color: white;
}



#container H1 {
    font-size: 18px;
    color: #973266;
}

#container H2 {
    font-size: 15px;
    color: #973266;    
}

#content_menu_top {
    background: url(/images/submenu_top.png);
    width:190px;
    height: 36px;
    color: #FFF;
    -moz-user-select: none;
    -khtml-user-select: none;
    -o-user-select: none;
    user-select: none;
    
    
}

#content_menu_top span {
    font-weight: bold;
    font-size: 15px; 
    padding-left: 8px;
    padding-top: 8px;
    display: block;
}

#content_menu_bottom {
    background: url(/images/submenu_bottom.png);
    width:190px;
    height: 6px;
    margin-bottom: 5px;
    -moz-user-select: none;
    -khtml-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.right {
    float:right;
}

.btn_panel {
    display: block;
    border-top: 1px solid #973266;
    border-top: 1px solid silver;
    padding-top: 10px;
    padding-bottom: 5px;
    margin-top: 25px;
    text-align: left;
    padding-left : 10px;
}

form table {

}

form table th {
    padding-top: 7px;
    padding-bottom: 3px;
    text-align: right;
    padding-right: 10px;
    vertical-align: top;
}

form table td {
    padding-top: 5px;
    padding-bottom: 0px;
}

form table td input, table.list td input{
    border: 1px solid #973266;
    padding: 2px;
    background: #FCF2F2 ;
    padding-left: 4px;
    padding-right: 4px;
}

form table td textarea , table.list td textarea  {
    border: 1px solid #973266;
    padding: 2px;
    background: #FCF2F2;
    padding-left: 4px;
    padding-right: 4px;
}

form table td select, table.list td select {
    border: 1px solid #973266;
    background: #FCF2F2 ;
    padding: 0px; 
    padding-left: 4px;
    
}

table.list {
    padding-top: 10px;
    padding-bottom: 10px;
    

}



table.list tr.header td {
    background: url(/images/bck_tab_header.jpg) repeat-x top #953063;
    color: #FFF;
    font-weight: bold;
    border-bottom: 2px solid #000;
    border-top: 2px solid #000; 
    padding-top: 2px;
    padding-bottom: 0px;
}

table.list tr.footer td {
    background: url(/images/bck_tab_header.jpg) repeat-x top #953063;
    color: #FFF;
    padding-top: 2px;
    padding-bottom: 2px;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}

table.list tr.footer td a {
    color: #FFF;
    text-decoration: none;
}



table.list tr.footer td span.select_page {
    text-decoration: underline;
    font-weight: bold;
}

table.list tr.footer td a:hover {
    color: #FFF;
    text-decoration: underline;
}

table.list tr.even td {
    background: #ececec;
    font-size: 11px;
}

table.list tr.odd td {
    background: #d9d9d9;
    font-size: 11px;
}

table.list tr.even:hover td , table.list tr.odd:hover td {
    background: url(/images/bck_tab_row_hower.jpg) repeat-x #b894a7;

}

table.list tr.even:hover td .silver_note , table.list tr.odd:hover td .silver_note {
    color: #FFF;
}


table.list tr td {
    padding: 5px;
}

table.list tr td a {
    color: #973266;
    text-decoration: none; 
}

table.list tr td a:hover {
    text-decoration: underline; 
}

table.list .btn {
    margin-left: 2px;
    margin-right: 2px;
}

table.list .btn:hover {
    margin-left: 2px;
    margin-right: 2px;
    text-decoration: none; 
}

td.alt {
	background:#EFEFEF repeat-x scroll 0 0;
	color: #797268;
}


tr.alt td {
        background:#EFEFEF repeat-x scroll 0 0;
	color: #797268;
}

#dialog-no-access H1 {
    font-size: 18px;
    color: #973266; 
}

#chat_board {
    margin: 0 50;
    
    display:none;
    z-index:100;
   
    position: absolute;
    top: 120px;

    color:#000;
    width:900px;
    
    padding:5px;
    -moz-box-shadow: 10px 10px 10px #000; /* Firefox */
    -webkit-box-shadow: 10px 10px 10px #000; /* Safari, Chrome */
    box-shadow: 1px 1px 5px #000; /* CSS3 */

    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;	
    -moz-border-radius: 5px;
    border-radius: 5px;

    background: #ccc; /* for non-css3 browsers javascript:ajax_loader('LOL'); */

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#eeeeee'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#eee)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #ccc,  #eee); /* for firefox 3.6+ */ 
     -khtml-opacity:99; -moz-opacity:99; -ms-filter:"alpha(opacity=99)"; filter:alpha(opacity=99); opacity:99; 

}
.chat_posts {
    overflow: auto;
    max-height: 350px;
}

#td {
    border-right: 1px solid #959595;
    border-bottom: 1px solid #959595;
    background: #FFFFFE;
    padding: 6px 6px 6px 12px;
    color: #484848;
}


#chat_box_title{
     color: #973266;
     font-size: 22px;
     padding: 8px;
}

#chat_text{
     
     padding: 8px;  
     width:100px;   
}


#chat_box_page {
    float: right;
    color: #973266;
    background: url("/images/chat_bck.png") no-repeat bottom right;
    display: block;
    width: 130px;
    padding-top: 11px;
    padding-bottom: 14px;
    cursor: pointer;
}

#logout_box {
    
/*    float: right;*/
    color: #999999;
    display: block;
    width: 170px;
    padding-top: 65px;
    margin-left: 830px;
   
/*    padding-top: 11px;
    padding-bottom: 14px;
    margin-right: 15px;*/
}

#kontakt_list td {
    padding: 0px;
    padding-bottom: 5px;
}

#kontakt_list {
    padding-bottom: 5px;
}
.silver_note {
    color: #918F8F;
}

.black_note {
    color: #000000;
}

.red_note {
    color: #973266;
}

.urgent {
    color: #E10000;
    text-transform: uppercase;
    text-decoration:blink;
}

.silver_hard_note {
    color: black;
    font-size: 10px;
}



.created_by {
    font-size: 10px;
    color: #973266;
}

.created {
    font-size: 10px;
}


/*bisniss_pack report*/

.repor_btn{
    padding: 5px 10px !important;
}

.approve{
    color: #FFFFFF !important;
    background: #08ab00 !important;
    border: 1px solid #088000 !important;

}
.refuse{
    color: #FFFFFF !important;
    background: #ff2f31 !important;
    border: 1px solid #C90202 !important;

}


.approve:hover{
    background: #088000 !important;

}
.refuse:hover{
    background: #C90202 !important;

}


/*//bisniss_pack report*/

.bisniss_record {
    border: 1px solid #999999;
    margin-bottom: 10px;
    border-radius: 10px;
    background: white;
    
}

.bisniss_mail {
    border: 1px solid #999999;
    margin-bottom: 10px;
    border-radius: 10px;
    background: white;
    
}

.bisniss_record_detail {
    border-top: 1px solid #999999;
    border-bottom: 0.9px solid #999999;
    padding: 2px;
    padding-left: 10px;
    padding-right: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: #D3D3D3;   
}

.bisniss_mail_detail {
    border-top: 1px solid #999999;
    border-bottom : 1px solid #999999;
    padding: 2px;
    padding-left: 10px;
    padding-right: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: #D3D3D3;   
}

.bisniss_record_text {
    padding: 10px;
}

.bisniss_mail_text {
    padding: 10px;
}

.bisniss_record_text p {
    padding: 0px;
    margin: 0px;
}

.zvyrazneny_produkt {
    /*background: #D3D3D3; */
    color: #973266; 
    font-weight: bold;
}

.none_list {
    font-size: 12px;
    padding: 10px;
    text-align: center;
    border: 1px solid #999999;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 10px;
    color: #973266; 
    background: #d9d9d9;
    
}

.document_text {
    border: 1px solid #999999;
    margin-bottom: 10px;
    border-radius: 10px;
    background: white;
    
}

.document_text_header {
    border: 1px solid #999999;
    margin-bottom: 10px;
    border-radius: 10px;
    background: white;
    
}

.document_text_body {
    border-top: 1px solid #999999;
    border-bottom : 1px solid #999999;
    padding: 2px;
    padding-left: 10px;
    padding-right: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: #D3D3D3;   
}

.upload_form_head {
    height: 12px;
    padding-left: 5px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background:  #D9D9D9;
}

.upload_form  {
    padding-left: 5px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #D9D9D9;
}

.upload_form textarea, input, select{
    border: 1px solid #973266;
    background: #FCF2F2 ;
    padding-left: 4px;
}


#upload_process{
   z-index:100;
   position:absolute;
   visibility:hidden;
   text-align:center;
   width:400px;
   margin:0px;
   padding:0px;
   background-color:#fff;
   border:1px solid #ccc;
}
#status_semafor {
    
   
    width: 15px;
    height:15px;
    margin-left: 610px;
    border-radius:15px;
    border:2px outset #953063 ;
    position: absolute;
    top: 40%;
    z-index: 1;
}

#quicksearch_box {
    float: right;
    color: #973266;
    background: url("/images/search_bck.png") no-repeat bottom right;
    display: block;
    width: 230px;
    padding: 10px;
    padding-top: 8px;
    padding-bottom: 12px;
}

#quicksearch_box input {
    width: 170px;
    padding: 2px;
    padding-left: 8px;
    margin-right: 10px;
    color: #973266;
    border: 1px solid #973266;
}

#quicksearch_box .quicksearch_body
{
    display: block;
    float: right;
    padding-left: 25px;
    background: url("/images/search.png") center left no-repeat;
}

#quicksearch_result {
    position: absolute;
    margin-top: 30px;
    border:1px solid #973266;
    background: #FFF;
    padding: 5px;
    border-radius: 5px;
    z-index: 1000;
    
}

#quicksearch_result .even {
    background: #d9d9d9;
    background: #FFF;
    border-radius: 8px;
    
    
}

#quicksearch_result .odd {
   background: #ececec;
   border-radius: 8px;
}

#quicksearch_result .even:hover, #quicksearch_result .odd:hover { 
    background: url(/images/bck_tab_row_hower.jpg) repeat-x #b894a7; 
}

#quicksearch_result .even:hover H1 , #quicksearch_result .odd:hover H1 { 
    color: white; 
}

#quicksearch_result .even:hover .silver_note , #quicksearch_result .odd:hover .silver_note { 
    color: white; 
}





#quicksearch_result .quicksearch_result_item {
    text-decoration: none;
    padding: 5px;
    display: block;
    color: black;
    
}

#quicksearch_result .quicksearch_result_item H1 {
    color: #973266;
   
}

#quicksearch_result .quicksearch_header {
    padding: 5px;
    padding-top: 0px;
    padding-top: 2px;
    border-bottom: 1px solid #973266;
    margin-bottom: 2px;
}

#quicksearch_result .quicksearch_noresult {
    margin: 15px;
    background: url("/images/otaznik_png.png") center top no-repeat;
    font-size: 13px;
    padding-top: 35px;
    color: #ACACAC;
    font-weight: bold;
}

.person_company_user {
    background-color: #82395E;
    font-weight: bold;
    color: #FFFFFF;
}

.samples_progress_percent {
    font-size: large;
}

table.statistic {
    border: 1px solid #999999;
    border-top: none;
    margin-top: 10px;
}

table.statistic td {
    text-align: center;
    border-bottom: 1px dotted #999999;
    padding: 4px;
}

table.statistic th {
    text-align: left;
    padding: 4px;
    background: #EEEEEE;
    border-bottom: 1px dotted #999999;
}

table.statistic th span.note {
    color: #999999;
    font-weight: normal;
    font-size: 10px;
}


table.statistic tr.last th , table.statistic tr.last td {
    border-bottom: none;
}

table.statistic td a {
    font-size: 13px;
    font-weight: bold;
}

table.statistic td.warning {
    background: url("/images/warning.gif");
}


table.statistic tr.head td {
    border-bottom: none;
    padding: 3px;
    background: url("/images/bck_line.jpg") repeat-x bottom #EEEEEE;
    border-bottom: 2px solid #999999;
    border-top: 1px solid #999999;
}

table.statistic tr.head th {
    border-bottom: none;
    padding: 3px;
    background: url("/images/bck_line.jpg") repeat-x bottom #EEEEEE;
    border-bottom: 2px solid #999999;
    border-top: 1px solid #999999;
    color: #973266;
    text-align: center;
}

.group_list {
    list-style-image: url(/images/group_icon.png);
    margin-left: 25px;

}

.team_list {
    list-style-image: url(/images/team_icon.png);
    margin-left: 25px;
}

.user_list {
    list-style-image: url(/images/person_icon.png);
    margin-left: 60px;

}

.group_item{
    margin: 10px;
    
}

.expired_warning_info {
    background: url("/images/iconError.png") no-repeat center left;
    padding: 3px;
    padding-left: 20px;
}

.profile_logo {
    width: 120px;
}

.profile_logo_info {
    width: 250px;
}

#header_last_login_users {
    display: block;
    padding-top: 10px;
    padding-left: 20px;
    padding-bottom: 20px;
    
}

#header_last_login_users .people {
    font-size: 10px;
    display: block;
    width: 190px;
    float:left;
    padding-bottom: 3px;
}

#header_last_login_users .people .silver_note {
    font-size: 10px;
}

#log_login_list {
    border: 1px solid #999999;
    border-radius: 5px;
    margin-left: 10px;
    font-size: 10px;
    border-top: none;
}

#log_login_list .log {
    height: 150px;
    width: 200px;
    overflow: auto;
}


#log_login_list .log .silver_note {
    font-size: 10px;
    float: right;
    margin-right: 5px;
}

#log_login_list .log .red_note {
    font-size: 10px;
    background: #EEEEEE;
    display: block;
    padding: 2px;
    padding-left: 5px;
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
    border-radius: 0;
}

#log_login_list .log .name {
    font-size: 10px;
    margin-left: 5px;
}

#log_login_list .red_note {
    font-size: 10px;
    background: url("/images/bck_line.jpg") repeat-x ;
    border-bottom: 0.9px solid #999999;
    border-top: 1px solid #999999;
    display: block;
    padding: 3px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    
}

.red_panel {
    /*background: url("/images/ui-bg_gloss-wave_35_973266_500x100.png");*/
    /*background: url("/images/ui-bg_highlight-soft_100_eeeeee_1x100.png") repeat-x scroll 50% top #EEEEEE;*/
    background: url("//images/ui-bg_gloss-wave_35_973266_500x100.png") repeat-x scroll 50% 50% #973266;
    color: white;
    padding: 5px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border-bottom: 1px solid black;
    border: 1px solid #999999;
    border-bottom:none;
    border-top: 1px solid #999999;

}

.silver_panel {
    padding: 5px;
    background: url("/images/ui-bg_highlight-soft_100_eeeeee_1x100.png") repeat-x scroll 50% top #EEEEEE;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    border: 1px solid #999999;
    border-top:none;
    border-bottom: 2px solid #999999;
}

.copy_info {
    color: #918F8F;
    background:url("/images/info.png") no-repeat bottom right;
    
    
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

#list {
    width:95%;

    padding:20px;

    margin-bottom:20px;
    border:1px solid #999;
    margin-top:10px;
  
}

.pdf_mark {
        float:right;
        background:#000;
        color:#fff;
        padding:3px;
    	filter: alpha(opacity=50); /* internet explorer */
	-khtml-opacity: 0.5;      /* khtml, old safari */
	-moz-opacity: 0.5;       /* mozilla, netscape */
        -o-opacity: 0.5;       
	opacity: 0.5;           /* fx, safari, opera */
        -moz-border-radius: 3px; /* Firefox */
        -webkit-border-radius: 3px; /* Safari and Chrome */
        -khtml-border-radius: 3px; /* Linux browsers */
        -o-border-radius: 3px; /* Linux browsers */
        border-radius:3px; /* Opera 10.50, IE and CSS3 */        
        
    
}
 .photo_description{
        margin-top:5px;
        background:#000;
        color:#fff;
        padding:3px;
    	filter: alpha(opacity=50); /* internet explorer */
	-khtml-opacity: 0.5;      /* khtml, old safari */
	-moz-opacity: 0.5;       /* mozilla, netscape */
	opacity: 0.5;           /* fx, safari, opera */
        -moz-border-radius: 3px; /* Firefox */
        -webkit-border-radius: 3px; /* Safari and Chrome */
        -khtml-border-radius: 3px; /* Linux browsers */
        -o-border-radius: 3px;
        border-radius:3px; /* Opera 10.50, IE and CSS3 */        
        
    
}

ul#droporder {
   list-style-type: none; margin: 0; padding: 0; float:left;width:100%;
}

ul#droporder li{
    list-style:none;
    margin: 3px 3px 3px 0; padding: 1px; float: left; width: 250px; height: 90px; text-align: left;cursor:move;text-align:center;
}

.product_logo img{
   /* float:left;*/
    float: left;display:block;max-width: 200px
}

div#response {
   
}

div#listing {
    margin: 30px 0px;padding:0;width:100%;
}

ul#categories {
  list-style-type: none; list-style:none;margin:0;width:100%;
  margin-top:10px;
}
ul#categories li{
  list-style-type: none; list-style:none;
}

ul#categories li p.cat, ul#categories li div.cat {
    float:left;
    padding: 3px;
    width:600px;
}

p.sortable-icon {
    float:left;
}


div.new_entry {
    width:78%;
    padding:5px 5px;
    background:#eee;
    margin:5px 0px;
    border:1px solid #999;
}

div.sub_new_entry {
    width:78%;
    padding:5px 5px;
    background:#eee;
    margin:5px 0px;
    border:1px solid #999;
}


.float-left{
    float:left;
}

#loader{
    padding:10px;
  -moz-box-shadow: 10px 10px 10px #000; /* Firefox */
  -webkit-box-shadow: 10px 10px 10px #000; /* Safari, Chrome */
  -o-box-shadow: 10px 10px 10px #000;
  box-shadow: 1px 1px 5px #000; /* CSS3 */
}

.placeholder_small {
    margin-top:10px;
    margin-bottom: 10px;
}

.placeholder_big {
    margin-top:20px;
    margin-bottom: 20px;
}

.bisniss_mail_text {
    line-height: 120%;
}

.bisniss_mail_text p {
    margin-left: 20px;
 
}

#email_info *{
    vertical-align: top;
    background: none;
    padding: 2px;
    font-size: 11px;
}

#salesteam {
   
    font-size: 14px;
    color:#999999;
    font-weight:normal;
}

#bpdetail_id {
   
    display:block;

    padding: 3px;
    background: url("/images/bck_line.jpg") repeat-x bottom #EEEEEE;
    margin-top: 10px; 
    border: 1px solid #999999;
    border-bottom: 2px solid #999999;
    border-top: 1px solid #999999;
    text-decoration: none;
}

#show_bpdetail_id {
    display:none;
    padding: 20px;
    background: #F9F9F9; 
    border: 1px solid #999999;
}


.state_active {
    background:#ccc;padding:0px;
    
}

.textarea {
    
    background:#fcf2f2;
    border:1px solid #973266;
    margin-bottom:5px;
    width:300px;
    height:50px;
}

#set_home_page {
    float: right;
    clear: both;
    font-size: 11px;
    color: #999999;
    text-decoration: none;
    padding-left: 20px;
    
    background: url("/images/house_small_grey.png") no-repeat;
}


#set_home_page:hover {
    color: #973266;
    background: url("/images/house_small_purple.png") no-repeat;
}

#set_home_page_box {
   
    color: #973266;
    padding-left: 20px;
    background: url("/images/house_bigger_purple.png") no-repeat;
    
    
    
}


#set_home_page_box:hover {
    
    color: #999999;
    background: url("/images/house_bigger_grey.png") no-repeat;
}


#salesscript {
    float:right;
    background:#eee;
    border:1px solid #ccc;
    padding:5px;
}

#home_box_page {
    float: right;
    background: url("/images/home_bck.png") no-repeat bottom right;
    display: block;
    width: 100px;
    padding-top: 11px;
    padding-bottom: 14px;
    cursor: pointer;
}

#chat_box_span
{
    color: #973266;
    padding-left: 20px;
    background: url("/images/unreadmail.png") no-repeat;
    background-position: 0px 2px;
   
}

#chat_box_span:hover {
    
    color: #999999;
    background: url("/images/unreadmail1.png") no-repeat;
    background-position: 0px 2px;
}

#chat_box_span_unread
{
    color: #973266;
    padding-left: 20px;
    background: url("/images/unreadmail.gif") no-repeat;
    background-position: 0px 2px;
   
}

#chat_box_span_unread:hover {
    
    color: #999999;
    background: url("/images/unreadmail.gif") no-repeat;
    background-position: 0px 2px;
}


/*EXCEL okno*/

.excel_okno_inport
{
    font-size: 12px;
    display: none;
}

.inport_excel_container {
    text-align: left;
}

.excel_okno-title{
    font-size: 12pt;
    font-weight: bold;
    padding: 15px;
    display: block;
    
}

.excel_okno-button:hover {
    cursor: pointer;
}

.excel_okno-botom-check {
    font-size: 8pt;
    color: red;
}

.excel_okno-botom {
    text-align: left;
    font-size: 10pt;
}




.excel_inport:hover {
    cursor: pointer;
    text-decoration: underline;
}

.excel_inport_text {
    font-size: 10pt;
    position: relative;
    top: 5px;
}

/*okna end*/

.waiting_sended
{
    margin: 150px;

    display:none;
    z-index:100;

    position: absolute;
    top: 140px;
    text-align: center;
    font-weight: bold;
    color:#973266; 

    -moz-box-shadow: 10px 10px 10px #5F6160; /* Firefox */
    -webkit-box-shadow: 10px 10px 10px #5F6160; /* Safari, Chrome */
    box-shadow: 1px 1px 5px #5F6160; /* CSS3 */

    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;	
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding:25px 25px 25px 25px;
    background: #ccc; /* for non-css3 browsers javascript:ajax_loader('LOL'); */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#eeeeee'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#eee)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #ccc,  #eee); /* for firefox 3.6+ */ 
     -khtml-opacity:99; -moz-opacity:99; -ms-filter:"alpha(opacity=99)"; filter:alpha(opacity=99); opacity:99; 
}

.waiting_sended_span
{
   display: block; 
   font-size: 18px;
   padding: 20px;    

}

#bs_card
{
    margin-top: 25px;
    z-index:100;
    width: 380px;
    position: absolute;
    color:#973266; 
    visibility: hidden;

    -moz-box-shadow: 10px 10px 10px #5F6160; /* Firefox */
    -webkit-box-shadow: 10px 10px 10px #5F6160; /* Safari, Chrome */
    box-shadow: 1px 1px 5px #5F6160; /* CSS3 */

    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;	
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding:25px 25px 25px 25px;
    background: #ccc; /* for non-css3 browsers javascript:ajax_loader('LOL'); */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#eeeeee'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#eee)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #ccc,  #eee); /* for firefox 3.6+ */ 
     -khtml-opacity:99; -moz-opacity:99; -ms-filter:"alpha(opacity=99)"; filter:alpha(opacity=99); opacity:99; 
}



/* PROMO PHOTO ZOOM*/

.enlarge{
    list-style-type:none; /*remove the bullet point*/
    margin-left:0;
}
.enlarge .enlarge_zoom{
    display:inline-block; /*places the images in a line*/
    position: relative;
    z-index: 0; /*resets the stack order of the list items - later we'll increase this*/
    margin:10px 40px 0 20px;
}
.enlarge img{
    background-color:#ccc;
    padding: 6px;
    -webkit-box-shadow: 0 0 6px rgba(132, 132, 132, .75);
    -moz-box-shadow: 0 0 6px rgba(132, 132, 132, .75);
    box-shadow: 0 0 6px rgba(132, 132, 132, .75);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.enlarge span{
    position:absolute;
    left: -9999px;
    background-color:#EEEEEE;
    padding: 10px;
    font-family: 'Droid Sans', sans-serif;
    font-size:.9em;
    text-align: center;
    color: #495a62;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0, .75));
    -moz-box-shadow: 0 0 20px rgba(0,0,0, .75);
    box-shadow: 0 0 20px rgba(0,0,0, .75);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius:8px;
}
.enlarge .enlarge_zoom:hover{
    z-index: 50;
    cursor:pointer;
}
.enlarge span img{
    padding:2px;
    background:#EEEEEE;
}
.enlarge .enlarge_zoom:hover span{
    top: 100px; /*the distance from the bottom of the thumbnail to the top of the popup image*/
    left: -20px; /*distance from the left of the thumbnail to the left of the popup image*/
}
.enlarge .enlarge_zoom:hover:nth-child(2) span{
    left: -100px;
}
.enlarge .enlarge_zoom:hover:nth-child(3) span{
    left: -200px;
}
/**IE Hacks - see http://css3pie.com/ for more info on how to use CS3Pie and to download the latest version**/
.enlarge img, .enlarge span{
    behavior: url(pie/PIE.htc);
}

.ui-autocomplete li
{
    list-style: none !important;
}

.status_btn{
    color: #505050 !important;
    font-size: 11px;
    text-decoration: none !important;
}

.status_btn:hover{
    color: #DD5A5B !important;
}

.silver_note_hard b{
   color: #973266;
}

.price_list_total th{
    text-align: left;
}

.price_list_total td{
    text-align: right;
    font-size: 14px;
}