
html{
    /*height: 100%;*/
}

body{
/*    background: #eaebeb;
    
    
    background-size: 100% 100%;
    background-attachment: fixed;*/

    background: url("../../../img/icons/bbg.png");
    
    
    font-family: arial;
    color: #636363;
    
    font-size: 14px;
    /*margin-top: 60px;*/
}

div{
/*    -webkit-border-radius: 3px;
    border-radius: 3px;*/
}


#sitewrapper{
    max-width: 1200px; 
    height: 100%; 
    margin: auto; 
    padding: 0 10px; 
    border: solid 1px #cecece; 
    background: white;
}


.clear:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

#growl{
    position: fixed;
    top: 2em;
    right: 2em;
    min-width: 30%;
}

#growl div.nt_img{
    border: solid 1px gray;    
    background: #444;
    
    margin: .2em;
    padding: 15px;
    color: white;
    
    opacity: .9;
}


#loading_layer {
    background: url("../../../img/icons/loading.gif") no-repeat scroll center center / 150px auto #FFFFFF;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 10000000;
}



.loading_layer_loading {
    height: auto;
    position: relative;
    top: 300px;
    width: 200px;
}

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

a:hover{
    color: #636363;
    text-decoration: none;
}


.search_box{
    background-image: url("../../../img/icons/xmag_20.png");
    background-position: 3px 3px;
    background-repeat: no-repeat;
    margin-right: 5px;
    padding-left: 25px!important;
}




.cd_line{
    margin: 0;
    padding: 0;
}

.cd_line .cd_day, .cd_line .cd_hour, .cd_line .cd_min, .cd_line .cd_sec{
    margin: 0 -2px 0 2px ;
}


.labt_red{
    color: red;
}

.labt_green{
    color: green;
}

.grid{
    /*border: 1px solid #bee7b2;*/
    font-size: 12px;
}

.grid td{
    padding: 5px;
}


.headrow{
    background: none;
    /*color: white;*/

}

.headrow td{
    border-bottom: solid 1px #50b243;
}

.rowhighlight:hover{
    background: #fff8db;
}

.colhighlight:hover{
    /*background: #003f7c;*/
    background: #62cf54;
}

.highlight{
    background: #fff8db!important;
}


.highlight_static{
    background: #d3efff!important;
}

.highlight_static:hover{
    background: #fff8db!important;
}




.highlight_static_open{
    /*background: #d3efff!important;*/
    border: solid 1px #C1E9FF!important;
    
    background: #d3efff; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2QzZWZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ2JSIgc3RvcC1jb2xvcj0iI2QzZWZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjMWU5ZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #d3efff 0%, #d3efff 46%, #c1e9ff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d3efff), color-stop(46%,#d3efff), color-stop(100%,#c1e9ff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #d3efff 0%,#d3efff 46%,#c1e9ff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #d3efff 0%,#d3efff 46%,#c1e9ff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #d3efff 0%,#d3efff 46%,#c1e9ff 100%); /* IE10+ */
    background: linear-gradient(to bottom, #d3efff 0%,#d3efff 46%,#c1e9ff 100%)!important; /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3efff', endColorstr='#c1e9ff',GradientType=0 )!important; /* IE6-8 */

    -webkit-border-radius: 3px!important;
    border-radius: 3px!important;
}

.highlight_static_open:hover{
    background: #fff8db!important;
}






.gs_win{
    
    position: absolute;
    
    color: #444;
    border: none;
    background: white;
    
    padding: 10px;
/*    -webkit-border-radius: 3px;
    border-radius: 3px;*/
}

.gs_win_head{
    
    background: #003466; /* Old browsers */
   
    -webkit-box-shadow: 0 2px 3px 0px #999999; 
    box-shadow: 0 2px 3px 0px #999999;
    
    margin-top: -2px;
    padding: 10px 16px 6px;
}



.gs_win_close, .gs_win_close:hover{
    border: none;
/*    cursor: pointer;
    font-family: arial;
    font-size: 18px;
    padding: 2px 7px;
    position: absolute;*/
    right: 7px;
    top: 7px;
}

.gs_win_content{
    
    padding-top: 15px;
}





#sitecontent a{
    color: #444;
    text-decoration: none;
}

#page_footer{
    
    -webkit-border-radius: 3px;
    border-radius: 3px; 
    
    font-size: 12px;
    color: white;
    /*background: #1c83c9;*/
    /*background: #003466;*/
    background: #003466; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMzQ2NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMjMxNDkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #003466 0%, #323149 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#003466), color-stop(100%,#323149)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #003466 0%,#323149 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #003466 0%,#323149 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #003466 0%,#323149 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #003466 0%,#323149 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003466', endColorstr='#323149',GradientType=0 ); /* IE6-8 */

}

#page_footer a{
    color: white;
}

a:hover{
    text-decoration: underline;
}

table{
    width: 100%;
    border-spacing: 0;
}

td{
    vertical-align: top;
    border-spacing: 0;
}


input[type=text], input[type=password], textarea{
    padding: 5px;
    border: solid 1px #cecece;
}


select{
    padding: 4px;
    border: solid 1px #cecece;
}


input[type="text"]:hover, input[type="password"]:hover, textarea:hover, select:hover, input[type="text"]:active, input[type="password"]:active, textarea:active, select:active  {
    border: solid 1px #003f7c;
}


input[type=submit], input[type=button]{
    
    color: white;
    font-weight: bold;
    -webkit-border-radius: 3px;
    border-radius: 3px; 
    
    padding: 10px 30px;
    cursor: pointer;
    
/*    border: solid 1px #50B243;
    background: #50b243;  Old browsers 
     IE9 SVG, needs conditional override of 'filter' to 'none' 
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzUwYjI0MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMyJSIgc3RvcC1jb2xvcj0iIzUwYjI0MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1MzdhNWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #50b243 0%, #50b243 32%, #537a5d 100%);  FF3.6+ 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#50b243), color-stop(32%,#50b243), color-stop(100%,#537a5d));  Chrome,Safari4+ 
    background: -webkit-linear-gradient(top,  #50b243 0%,#50b243 32%,#537a5d 100%);  Chrome10+,Safari5.1+ 
    background: -o-linear-gradient(top,  #50b243 0%,#50b243 32%,#537a5d 100%);  Opera 11.10+ 
    background: -ms-linear-gradient(top,  #50b243 0%,#50b243 32%,#537a5d 100%);  IE10+ 
    background: linear-gradient(to bottom,  #50b243 0%,#50b243 32%,#537a5d 100%);  W3C 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#50b243', endColorstr='#537a5d',GradientType=0 );  IE6-8 */

    border: solid 1px #39a4e6;
    
    background: #77bde5; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc3YmRlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDhmZTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #77bde5 0%, #008fe2 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#77bde5), color-stop(100%,#008fe2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #77bde5 0%,#008fe2 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #77bde5 0%,#008fe2 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #77bde5 0%,#008fe2 100%); /* IE10+ */
    background: linear-gradient(to bottom, #77bde5 0%,#008fe2 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#77bde5', endColorstr='#008fe2',GradientType=0 ); /* IE6-8 */
}


input[type=submit]:hover, input[type=button]:hover{
    /*background-color: #39a4e6;*/
/*    border: solid 1px #39a4e6;
    
    background: #77bde5;  Old browsers 
     IE9 SVG, needs conditional override of 'filter' to 'none' 
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc3YmRlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDhmZTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #77bde5 0%, #008fe2 100%);  FF3.6+ 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#77bde5), color-stop(100%,#008fe2));  Chrome,Safari4+ 
    background: -webkit-linear-gradient(top, #77bde5 0%,#008fe2 100%);  Chrome10+,Safari5.1+ 
    background: -o-linear-gradient(top, #77bde5 0%,#008fe2 100%);  Opera 11.10+ 
    background: -ms-linear-gradient(top, #77bde5 0%,#008fe2 100%);  IE10+ 
    background: linear-gradient(to bottom, #77bde5 0%,#008fe2 100%);  W3C 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#77bde5', endColorstr='#008fe2',GradientType=0 );  IE6-8 */
    
    border: solid 1px #50B243;
    background: #50b243; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzUwYjI0MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMyJSIgc3RvcC1jb2xvcj0iIzUwYjI0MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1MzdhNWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #50b243 0%, #50b243 32%, #537a5d 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#50b243), color-stop(32%,#50b243), color-stop(100%,#537a5d)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #50b243 0%,#50b243 32%,#537a5d 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #50b243 0%,#50b243 32%,#537a5d 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #50b243 0%,#50b243 32%,#537a5d 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #50b243 0%,#50b243 32%,#537a5d 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#50b243', endColorstr='#537a5d',GradientType=0 ); /* IE6-8 */

}


input[type=submit]:active, input[type=button]:active{
    padding: 10px 29px 10px 31px;
}


.gs_icon_button{
    padding: 10px 25px 10px 35px!important;
    background-size: 20px auto!important;
    background-repeat: no-repeat!important;
    background-position: 10px center!important;
    
    text-align: left;
}


.gs_icon_button:active{
    padding: 10px 24px 10px 36px!important;
    background-position: 11px center!important;
    
    text-align: left;
}

.active_button{
    color: yellow!important;
}


.dc_left_alignLeft{
    text-align: left;
    width: 50px;
}

.dc_left_alignRight{
    width: auto;
}






.pagination_block{
    position: relative;
    text-align: center;
    font-size: 14px;
    margin: 15px 0;
    padding: 5px;
}

.pagination_block .current{
    
    font-size: 14px;
    text-align: center;
    padding: 5px 10px;
    
    /*background: url("../../../img/icons/button_trs_bg.png");*/
    background-size: 100% 100%;
    border: solid 1px #324e74;
    
/*    -webkit-border-radius: 3px;
    border-radius: 3px;
    
    -webkit-box-shadow: 0 0 2px 1px #7A7A7A;
    box-shadow: 0 0 2px 1px #7A7A7A;*/
    
}

.pagination_block span{
    /*margin: 0px 5px;*/
    font-weight: bold;
    padding: 5px;
}

.pagination_block a{
    padding: 5px;
}

.pagination_block a:hover{
    text-decoration: underline!important;
}

.paginationcounter{
    
    font-size: 12px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.paginationtrigger{
    cursor: pointer;
}







.usr_country_select{
    width: 300px;
}

.gray{
    color: gray;
}

.comment{
    margin: 0px;
    font-size: 12px;
}

.field-not-valid{
    border: solid 1px #be0c18!important;
}


#sitecontent{
    position: relative;
    color: #636363;
    /*box-shadow: 0 5px 10px rgba(0, 0, 0, 0.8);*/
}


#headernavi_module.pui-shadow{
    -webkit-box-shadow: none;
    box-shadow: none;
    
}

#headernavi_module{
    position: absolute;
    left: 0;
    top: 150px;
    /*background: #424548;*/
    
    text-align: center;
    
    width: 100%;
    height: 60px;
}

#sticky_navbar{
    background: #003466; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMzQ2NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMjMxNDkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #003466 0%, #323149 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#003466), color-stop(100%,#323149)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #003466 0%,#323149 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #003466 0%,#323149 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #003466 0%,#323149 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #003466 0%,#323149 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003466', endColorstr='#323149',GradientType=0 ); /* IE6-8 */

    
    -webkit-border-radius: 3px;
    border-radius: 3px; 
}

.main_navi{
    
    margin: 0;
    padding: 0px;
    
}

.main_navi a{
    color: white;
    text-decoration: none;
    font-weight: bold;
}

.main_navi li{
    display: block;
    float: left;
    
    cursor: pointer;
    
    padding: 3px;
    /*margin: 5px;*/
    
    /*width: 150px;*/
    text-align: center;
    color: white;
    
    
/*    background: url("../../../img/icons/button_trs_bg.png");
    background-size: 100% 100%;
    
    -webkit-border-radius: 3px;
    border-radius: 3px;
    
    
    /*text-shadow: 0 0 5px #7A7A7A;*/
}


/*.main_navi li:active{
    padding: 14px 23px 14px 26px;
    margin: 6px;
    
}*/

.main_navi li:hover{    
/*    -webkit-box-shadow: 0 0 5px 1px #7A7A7A;
    box-shadow: 0 0 5px 1px #7A7A7A;*/
}

.main_navi li:hover a{
    /*color: #444;*/
    
    text-shadow: 0 0 3px orange;
}

.main_navi .active{
    /*background-image: url("../../../img/icons/button_trs_act_bg.png");*/
}  
.main_navi .active a{
    text-shadow: 0 0 3px greenyellow;
}

.main_navi .gs_icon_box_titled_32, .main_navi .dn-fic{
    width: 60px;
}



.con_sidebar_navi{
    margin: 20px 0px;
    padding: 0 0 5px 0;
}

.con_sidebar_navi a{
    color: black;
    text-decoration: none;
}

.con_sidebar_navi li{
    
   
    display: block;
    
    cursor: pointer;
    
    padding: 8px 15px;
    margin: 8px 5px;
    
    width: 150px;
    
/*    background: url("../../../img/icons/button_trs_bg.png");
    background-size: 100% 100%;
    
    -webkit-border-radius: 3px;
    border-radius: 3px;
    
    -webkit-box-shadow: 0 0 2px 1px #7A7A7A;
    box-shadow: 0 0 2px 1px #7A7A7A;*/
    
}


.con_sidebar_navi li:active{
    padding: 7px 12px 7px 16px;
    margin: 9px 5px;
}

.con_sidebar_navi li:hover{
    /*background-image: url("../../../img/icons/button_trs_act_bg.png");*/
    text-shadow: 0 0 5px orange;
}

.con_sidebar_navi .active{
    /*background-image: url("../../../img/icons/button_trs_act_bg.png");*/
    text-shadow: 0 0 5px greenyellow;
        
}

.top_h2_line{
    /*background: url("../../../img/icons/button_bg.png");*/
    background-size: 100% 100%;
    padding: 10px;
    margin: 0;
    
    font-weight: normal;
    font-family: arial;
    font-size: 16px;
    
    /*border: solid 1px gray;*/
    
    -webkit-border-radius: 3px;
    border-radius: 3px;
    
    -webkit-box-shadow: 0 0 2px 1px #7A7A7A;
    box-shadow: 0 0 2px 1px #7A7A7A;
}



.pro_detail_data_dc{
    font-size: 12px;
}

.pro_detail_data_dcLeft{
    padding: 2px 2px 2px 50px;
    text-align: left;
}


.pro_detail_data_dcRight{
    padding: 2px;
}



.pro_detail_data_s_dc{
    
    width: 350px;
    font-size: 12px;
    margin: 30px 0 0;
}

.pro_detail_data_s_dcLeft{
    padding: 2px;
    text-align: left;
    font-weight: bold;
    width: 50%;
}


.pro_detail_data_s_dcRight{
    padding: 2px;
    width: auto;
}



#pro_img_box img{
    height: 250px; 
    max-width: 340px;
}



.pro_owner_trigger{
    margin: 0;
    padding: 0;
    
    height: 50px;
}


.pro_owner_trigger li{
    width: 120px;
    padding: 5px 20px;
    margin: 0 2px;
    
    text-align: center;
    cursor: pointer;
    
    display: block;
    float: left;
    
    border: solid 1px gray;
    
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}


.pro_owner_trigger li:active{
    padding: 4px 18px 4px 20px;
    margin: 1px 3px;
}



.prod_owner_icon_32{
    margin-right: 10px;
}





.acc_set_access_dc{
    margin: 50px 100px 50px 0;
}

.acc_set_access_dcRight{
    padding: 2px;
}

.acc_set_access_dcLeft{
    padding: 5px;
}





.acc_order_dc{
    margin: 50px 0;
    width: 600px;
    font-size: 14px;
}


.acc_order_dcLeft{
    width: 200px;
    font-weight: bold;
}

.acc_order_dcRight{
    width: auto;
}






.req_det_view_dc{
    margin: 20px 0;
}


.req_det_view_dcLeft{
    width: 150px;
    font-weight: bold;
    text-align: left;
}

.req_det_view_dcRight{
    width: auto;
}



.offer_call_dc{
    margin: 0;
}


.offer_call_dcLeft{
    width: 150px;
    font-weight: bold;
    text-align: left;
    padding-top: 5px;
}

.offer_call_dcRight{
    width: auto;
}



.offer_ctr_dc{
    margin: 0;
    font-size: 12px;
}


.offer_ctr_dcLeft{
    width: 150px;
    font-weight: bold;
    text-align: left;
    padding-top: 5px;
}

.offer_ctr_dcRight{
    width: auto;
    padding-top: 5px;
}




.data_ctr_dc{
    margin: 20px 0 0;
    font-size: 12px;
}


.data_ctr_dcLeft{
    width: 140px;
    font-weight: bold;
    text-align: left;
    padding-top: 8px;
}

.data_ctr_dcRight{
    width: auto;
    padding-top: 5px;
}




.main_top_dc{
    margin: 0 0 20px;
}


.main_top_dcLeft{
    width: 140px;
}

.main_top_dcRight{
    width: auto;
}







.prod_form_type_dc{
    /*margin: 0 0 20px;*/
}


.prod_form_type_dcLeft{
    width: 100px;
    text-align: left;
    padding: 6px 0 5px 5px;
}

.prod_form_type_dcRight{
    width: auto;
    padding: 0 0 10px;
}





.prod_form_sellcond_dc{
    margin: 10px;
}


.prod_form_sellcond_dcLeft{
    width: 170px;
    text-align: left;
    padding: 6px 0 5px 5px;
}

.prod_form_sellcond_dcRight{
    width: auto;
    padding: 0 0 10px;
}




.prod_form_sellcond_prov_dc{
    margin: 8px 10px -20px 10px;
}


.prod_form_sellcond_prov_dcLeft{
    width: 170px;
    text-align: left;
    padding: 0 0 5px;
}

.prod_form_sellcond_prov_dcRight{
    width: auto;
    padding: 0 0 5px;
}









.prod_attr_form_dc{
    /*margin: 0 0 20px;*/
    font-size: 12px;
}


.prod_attr_form_dcLeft{
    /*padding: 6px 0 0;*/
}

.prod_attr_form_dcRight{
    padding: 0 0 10px;
}





.ord_attr_form_dc{
    /*margin: 0 0 20px;*/
    font-size: 12px;
}


.ord_attr_form_dcLeft{
    padding: 6px 0 0;
}

.ord_attr_form_dcRight{
    padding: 0 0 10px;
}





.order_by_form{
    padding: 20px 0;
    text-align: right;
    font-size: 12px;
}

.order_by_form .topmargin{
    float: right;
    margin-top: -25px;
}








.poc_row .ui-widget-content{
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.poc_row .pui-tabview{
    margin: -1px 0 0;
    border: none;
    border-bottom: solid 1px #cecece;
}

.poc_row .pui-tabview-top .pui-tabview-nav {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0)!important;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: none;
    border-bottom: solid 1px #cecece;
    padding: 5px 10px 0;
}

.poc_row .pui-tabview-top .pui-tabview-nav li{
    padding: 5px 10px;
    cursor: pointer;
    font-size: 12px;
    margin: 0 2px;
    border-bottom: solid 1px #cecece;
}

.poc_row .pui-tabview-top .pui-tabview-nav .pui-tabview-selected{
    border-bottom: solid 1px white;
}

.poc_row .pui-tabview .pui-tabview-panel{
    padding: 0;
}



.ui-widget-content{
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.pui-tabview{
    margin: -1px 0 0;
    border: none;
    /*border-bottom: solid 1px gray;*/
    background: transparent;
}

.pui-tabview-top .pui-tabview-nav {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0)!important;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: none;
    border-bottom: solid 1px #cecece;
    padding: 5px 10px 0;
}

.pui-tabview-top .pui-tabview-nav li{
    padding: 5px 10px;
    cursor: pointer;
    font-size: 12px;
    margin: 0 2px;
    border-bottom: solid 1px #cecece;
}

.pui-tabview-top .pui-tabview-nav .pui-tabview-selected{
    border-bottom: solid 1px white;
}

.pui-tabview .pui-tabview-panel{
    padding: 0;
    position: relative;
}






.pui-panel{
    padding: 0;
    border: none;
}

.pui-panel .pui-panel-titlebar{
    border-radius: 0;
    border: none;    
    border-bottom: solid 1px #324e74;
    font-size: 18px;
    padding: 10px 10px 10px 20px;
    background: none;
    
    /*color: white;*/
    text-shadow: none;
}






#prov_img_h, #entry_img_h{
    text-align: center;
}


#prov_img_h img, #entry_img_h img{
    max-height: 190px;
    max-width: 295px;
    margin: 5px 0;
}


#product_main_image_holder{
    text-align: center;
    height: 205px;
}


#product_main_image_holder img{
    max-height: 190px;
    max-width: 295px;
    margin: 5px 0;
}












.sls_order_dc{
    /*margin: 50px 0;*/
    /*width: 100px;*/
    font-size: 12px;
}


.sls_order_dcLeft{
    padding-top: 6px;
    width: 150px;
    text-align: left;
}

.sls_order_dcRight{
    width: auto;
    padding-bottom: 5px;
}



.shop_prod_list_dc{
    /*margin: 50px 0;*/
    /*width: 100px;*/
    font-size: 12px;
}


.shop_prod_list_dcLeft{
    /*padding-top: 6px;*/
    width: 120px;
    text-align: left;
}

.shop_prod_list_dcRight{
    width: auto;
    /*padding-bottom: 5px;*/
}




.shop_eng_prod_list_dc{
    /*margin: 50px 0;*/
    /*width: 100px;*/
    font-size: 11px;
}


.shop_eng_prod_list_dcLeft{
    /*padding-top: 6px;*/
    width: 120px;
    text-align: left;
}

.shop_eng_prod_list_dcRight{
    width: auto;
    /*padding-bottom: 5px;*/
}





.prod_det_attr_dc{
    margin: 10px 0;
    /*width: 100px;*/
    font-size: 12px;
}


.prod_det_attr_dcLeft{
    padding-bottom: 5px;
    width: 200px;
    text-align: left;
}

.prod_det_attr_dcRight{
    width: auto;
    padding-bottom: 5px;
}



.cart_orderform_dc{
    margin: 20px 15px;
    width: 500px;
    font-size: 12px;
}


.cart_orderform_dcLeft{
    padding: 6px 0 5px;
    width: 200px;
    text-align: left;
}

.cart_orderform_dcRight{
    width: auto;
    padding-bottom: 5px;
}




.cart_orderform_addr_dc{
    /*margin: 20px 15px;*/
    margin: 0 -1px;
    width: 330px;
    /*font-size: 12px;*/
}


.cart_orderform_addr_dcLeft{
    /*padding-bottom: 5px;*/
    width: 50%;
    text-align: left;
    
    white-space: nowrap;
}

.cart_orderform_addr_dcRight{
    width: auto;
    /*padding-bottom: 5px;*/
}






.cart_orderform_cont_dc{
    /*margin: 20px 15px;*/
    margin: 0 -1px;
    width: 330px;
    /*font-size: 12px;*/
}


.cart_orderform_cont_dcLeft{
    padding: 6px 0 5px;
    width: 100px;
    text-align: left;
    
    white-space: nowrap;
}

.cart_orderform_cont_dcRight{
    width: auto;
    padding-bottom: 5px;
}






.usr_prt_inner_dc{
    /*margin: 20px 15px;*/
    /*margin: 0 -1px;*/
    /*width: 330px;*/
    font-size: 12px;
}


.usr_prt_inner_dcLeft{
    /*padding: 6px 0 5px;*/
    /*width: 100px;*/
    text-align: left;
    
    white-space: nowrap;
}

.usr_prt_inner_dcRight{
    width: auto;
    padding-bottom: 5px;
}




.usr_prt_ppp_dc{
    /*margin: 20px 15px;*/
    margin: 15px 0;
    /*width: 330px;*/
    /*font-size: 12px;*/
}


.usr_prt_ppp_dcLeft{
    padding: 6px 0 5px;
    /*width: 100px;*/
    /*text-align: left;*/
    
    white-space: nowrap;
}

.usr_prt_ppp_dcRight{
    width: auto;
    padding-bottom: 5px;
}


.dashb_prt_l_dc{
    margin: 20px 0;
    font-size: 14px;
}


.dashb_prt_l_dcLeft{
    padding-bottom: 5px;
    width: 150px;
    text-align: left;
    
    white-space: nowrap;
}

.dashb_prt_l_dcRight{
    width: auto;
    padding-bottom: 5px;
}




.auth_rec_dc{
    margin: 20px auto 0;
    font-size: 14px;
    width: 350px;
    padding: 15px;
    border-top: solid 1px gray;
    border-bottom: solid 1px gray;
}

.auth_rec_dcLeft{
    padding-bottom: 5px;
    padding-top: 5px;
    width: 150px;
    text-align: left;
    font-weight: bold;
    
    white-space: nowrap;
}

.auth_rec_dcRight{
    width: auto;
    padding-bottom: 5px;
}



.sls_com_edit_dc{
    margin: 20px 0;
    font-size: 14px;
}


.sls_com_edit_dcLeft{
    padding: 6px 0 5px;
    width: 150px;
    text-align: left;
    
    white-space: nowrap;
}

.sls_com_edit_dcRight{
    width: auto;
    padding-bottom: 5px;
}




.vc_data_dc{
    margin: 15px 0;
    font-size: 14px;
}


.vc_data_dcLeft{
    padding: 6px 0 5px;
/*    width: 150px;
    text-align: left;*/
    
    white-space: nowrap;
}

.vc_data_dcRight{
    width: auto;
    padding-bottom: 5px;
}





.hrd_mod_info_dc{
    /*margin: 15px 0;*/
    font-size: 12px;
    border-top: solid 1px #cecece;
    padding-top: 3px;
}


.hrd_mod_info_dcLeft{
    /*padding: 6px 0 5px;*/
    width: 120px;
    text-align: left;
    
    white-space: nowrap;
}

.hrd_mod_info_dcRight{
    width: auto;
    /*padding-bottom: 5px;*/
}



.contr_poc_dc{
    /*margin: 15px 0;*/
    font-size: 12px;
    /*border-top: solid 1px #cecece;*/
    padding: 0px;
}

.contr_poc_dc td{
    padding: 2px;
}

.contr_poc_dcLeft{
    /*padding: 6px 0 5px;*/
    text-align: left;
    white-space: nowrap;
    padding: 2px;
    font-weight: bold;
}

.contr_poc_dcRight{
    width: auto;
    padding: 2px;
    /*padding-bottom: 5px;*/
}








/*
.cke_reset_all{
    position: relative!important;
    z-index: 10000001
}

.cke_combopanel{
    position: absolute!important;
    z-index: 10000005
}
*/




