﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background-color:#f3f3f3; 
    font-family: Arial;
	font-size: 13px; 
	color: #313138;
    margin: 0px;
    padding: 0px;
    
   /* background-size: 100% 1080px, auto, 100% 1080px, auto !important; */
    
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 1610px;
    margin: 0px auto 0px auto; 
}
.divmain
{
    width: 1610px;  
}

.header
{
    position: relative; 
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    /*padding: 0px 12px;
    margin: 12px 8px 8px 8px;*/
    /*min-height: 420px;*/
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#3a4f63;
    width:100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

select.textEntry 
{
    width: 322px;
    border: 1px solid #ccc;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    min-height:64px;
    display: block;
    float: left;
    text-align: left;
    width: 1610px;
}

.loginDisplay
{
    display: block;
    text-align: right;
    border-bottom: 1px solid #C7C7C5;
    color: #C7C7C5;
    font-family: Arial;
    font-size: 13px;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.loginDisplay a:link
{
    color: #C7C7C5;
}

.loginDisplay a:visited
{
    color: #C7C7C5;
}

.loginDisplay a:hover
{
    color: #C7C7C5;
    text-decoration:none;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}
.price_header 
{
    color:#6d6c6c;
    padding-left:5px;
    padding-right:5px;
    text-align:left;
}

.price_item
{
    height:20px;
    border: 1px solid #F4EBE2;
    font-size:10pt;
    padding-left:5px;
    padding-right:5px;
    color:#313138;
}
.price_table
{
    width:1585px;
    border: 1px solid #F4EBE2;
    border-collapse: collapse; 
    table-layout:fixed; 
    font-family:verdana,arial,helvetica,sans-serif;
}
.price_div
{
    text-align:right;
    width:1585px;
    padding:20px 0px 10px 0px;
    border-collapse: collapse; 
    table-layout:fixed; 
    font-family:verdana,arial,helvetica,sans-serif;
    vertical-align: middle;
    height:24px;
}
.align_right
{
    text-align:right;
}
.price_body
{
    background-color:White;
}
.url_body
{
    background-color:White;
    text-align:center;
    width:100%;
}
.div_url
{
    text-align:left; 
    width:1310px; 
    vertical-align:middle; 
    height:60px; 
    padding-left:40px; 
    background-color:#696969;
}
.lbl_url
{
    padding-bottom:10px; 
    color:White;
}
.txt_url
{
    width:1230px; 
    border:0px;
}
.titletable 
{
    width:100%;
	border: 0px;
	height: 71px;
	font-size: 8pt;
	padding-right:4px;
	background-color:#313138;
}
.logoimage {
	width:200px;
	background-image:url("../img/bork.png");
	background-repeat:no-repeat;
	display:inline-block;
	height:39px;
}

.titlelogo 
{
	text-align: left;
	vertical-align: middle;
	padding-left: 30px;
}
.titledrop
{
    float:right; 
    padding-top:20px;
}
.drpaffiliate 
{
    background: transparent;
    color:white;
    width:650px; 
    height:30px; 
    vertical-align:middle;
    border: 0px;
    font-size: 25px;
    line-height: 1;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    direction: rtl;
    padding-right:30px;
}
select::-ms-expand {
    display: none; /* hide default arrow in IE10 */
}
.drpaffiliate option
{
    background-color: #313138;
    color:white;
    font-size: 25px;
}
.styled-select 
{
    width:650px; 
    height:30px; 
    color:white;
    overflow: hidden;
    background: transparent url('../img/icon-arrow-down.png') no-repeat right;
    background-size: 4%;
}
.title-head
{
    color:#313138;
    font-size:12pt;
    font-weight:bold;
    padding-bottom:20px;
}
.title-head2
{
    color:#6d6c6c;
    text-align:right;
}
.title-head3
{
    color:#6d6c6c;
    text-align:right;
    padding-bottom:20px;
}
.header-gray-bold
{
    color:#6d6c6c;
	font-weight:bold;
    font-size:16px;
    padding-bottom: 5px;
}
.modalBackground {
    background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.txt
{
    width:70%; 
    text-align:right;
    /*height:21px; */
    color:#313138; 
    border: 0px;
    border: 1px solid #C7C7C5;
}
.headerLV
{
    text-align:left;
    padding: 30px 5px 15px 5px;
    color:#6d6c6c;
	font-weight:bold;
    font-size:16px;
}
.headerLV2
{
    text-align:left;
    padding: 0px 5px 15px 0px;
    color:#6d6c6c;
	font-weight:bold;
    font-size:16px;
}
.txtBox 
{
    color: #6d6c6c;
    padding: 0px 5px 0px 5px;
    border: 0px;
    height:20px;
    width:200px;
    border: 1px solid #C7C7C5;   
}
.txtBox-readonly
{
    color: #6d6c6c;
    padding: 0px 5px 0px 5px;
    background-color:transparent;
    border: 1px solid #C7C7C5;
    height:20px;
    width:200px;
}
   
.csspanel 
{
    width:400px;
    height:228px;
    padding:10px;
    background-color:White;
    color:#313138;
}
.tditemstyle
{
    padding: 0px 5px 1px 5px;
}
.td-dates
{
    width:250px;
    padding-bottom:20px;
}
.zp_aspbutton_disabled 
{
    font-size:14pt;
    font-weight:bold;
    background-color:transparent;
    display: inline-block;
    cursor:pointer;
    text-align:left; 
    color:#313138;
    border:0px;
    height:27px;
    padding-bottom:3px;
    padding-right:20px;
    /*width:172px;*/
    
}
.zp_aspbutton_disabled:hover
{
    font-size:14pt;
    font-weight:bold;
    background-color:transparent;
    display: inline-block;
    cursor:pointer;
    text-align:left; 
    color:#e97118;
    border:0px;
    border-bottom: 2px solid #e97118;
    padding-bottom:1px;
    height:27px;
    padding-right:20px;
    /*width:172px;*/
}
.zp_aspbutton_enabled
{
    font-size:14pt;
    font-weight:bold;
    background-color:transparent;
    display: inline-block;
    cursor:pointer;
    text-align:left; 
    color:#e97118;
    border:0px;
    border-bottom: 2px solid #e97118;
    padding-bottom:1px;
    height:27px;
    padding-right:20px;
    /*width:172px;*/
}
.innerbuttons 
{
    position: relative;
    z-index: 2;
    width:1610px;
    padding-bottom:1px;
    border-bottom: 1px solid #313138;
    height:25px;
}
.zp_innerbuttons 
{
    position: relative;
    z-index: 1;
    width:1610px;
    padding-bottom:4px;
    /*border-bottom: 1px solid #313138;*/
    display:inline;
    height:25px;
}
.comments_pay
{
    color:#6d6c6c;
    border-bottom: 1px solid #6d6c6c;
    padding: 3px 5px 3px 5px;
}
.comments_pay2
{
    color:#6d6c6c;
    border-bottom: 1px solid #6d6c6c;
    padding: 3px 5px 3px 0px;
}
.sum_pay
{
    text-align:right;
    color:#313138;
    border-bottom: 1px solid #6d6c6c;
    padding: 3px 5px 3px 5px;
}
.techno-sos-button-td 
{
    width:120px;
    text-align: center;
    padding: 5px 9px 5px 9px;
    background-color: #e97118;
    vertical-align: middle;
    color: white;
    cursor: pointer;
    border: 0px;
}
.zp_itog
{  
    color: #e97118;
    font-size: 12pt;
    padding-top: 5px;
}

.etp-nri-allitems-td {

}
.etp-nri-allitems-td a {
	padding:5px 9px 5px 9px;
	background-color:#e97118;
	color:white;
	display:inline-block;
	text-align:center;
	width:102px;
}

.poplight
{
    text-decoration:none;
}
.popup_block{
	display: none; /*--по умолчанию скрыты--*/
	background: #fff;
	padding: 10px;
	float: left;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	/*--CSS3 Тени для Блока--*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	
}

img.btn_close {
	float: right;
    height: 40px;
    margin: -30px -30px 0 0;
    border: 0px;
	}

    #fade { /*--Transparent background layer--*/
	display: none; /*--hidden by default--*/
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 9999;
}
.shadow {
    box-shadow:4px 4px 10px #857373;
    -webkit-box-shadow:4px 4px 10px #857373;
    -moz-box-shadow:4px 4px 10px #857373;
    padding:0;
}


.txtBoxSt2
{
	resize:none;
	width:610px;
    border:1px solid #e97118;
}

.numeric_button
{
    color:#00133D!Important;    
    font-weight:bold;    
    padding:2px;  
    border:none;  
    text-decoration:underline!Important;
    font-size:10pt!Important;
}
.current_page
{
    
    color:#E97118;    
    font-weight:bold;    
    padding:2px;    
    font-size:10pt!Important;
}
.next_button
{
    color:#00133D;    
    font-weight:bold;    
    padding:2px;    
    font-size:10pt!Important;
}
.group_head
{
    color: #e97118;
    font-weight: bold;
    padding: 15px 5px 5px 5px;
}
