html {
    background-color: #fff;
    margin: 0;
    padding: 0;
}

body {
    background-color: #fff;
    color: #333;
    font-size: .85em;
    font-family: Segoe UI;
    margin: 0;
    padding: 0;
}

a {
    color: #333;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: none;
}

    a:link, a:visited,
    a:active, a:hover {
        color: #333;
    }

    a:hover {
        background-color: #c7d1d6;
    }

header, footer, hgroup,
nav, section {
    display: block;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }


/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
    max-width: 960px;
	border-top:1px #CCC solid;
}

#body {
    background-color: #FFF;
    clear: both;
    padding-bottom: 35px;
}

    .main-content {
        padding-top: 30px;
    }

    .featured + .main-content {
        background: url("../images/layout/heroAccent.png") no-repeat;
    }

header .content-wrapper {
    padding-top: 20px; 
}

footer {
    clear: both;
    background-color: #FFF;
    font-size: .8em;
    height: 100px;
}


/* site title
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 2.3em;
    margin: 0;
}

.site-title a, .site-title a:hover, .site-title a:active {
    background: none;
    color: #c8c8c8;
    outline: none;
    text-decoration: none;
}


/* login
----------------------------------------------------------*/
#login {
    display: block;
    font-size: .85em;
    margin: 0 0 10px;
    text-align: right;
}

    #login a {
        background-color: #d3dce0;
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration: none;
    }

    #login a.username {
        background: none;
        margin: 0;
        padding: 0;
        text-decoration: underline;
    }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }


/* menu
----------------------------------------------------------*/
ul#menu {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
}

    ul#menu li {
        display: inline;
        list-style: none;
        padding-left: 15px;
    }

        ul#menu li a {
            background: none;
            color: #999;
            text-decoration: none;
        }

        ul#menu li a:hover {
            color: #333;
            text-decoration: none;
        }


/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
    background-color: #fff;
}

    .featured .content-wrapper {
        background-color: #7ac0da;
        background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
        background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        color: #3e5667;
        padding: 20px 40px 30px 40px;
    }

        .featured hgroup.title h1, .featured hgroup.title h2 {
            color: #fff;
        }

        .featured p {
            font-size: 1.1em;
        }

/* page titles */
hgroup.title {
	margin:0;
}

hgroup.title img {
	width:100%;
}

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

/* ordered list */
ol.round {
    list-style-type: none;
    padding-left: 0;
}

    ol.round li {
        margin: 25px 0;
        padding-left: 45px;
    }

        ol.round li.zero {
            background: url("../images/layout/orderedList0.png") no-repeat;
        }

        ol.round li.one {
            background: url("../images/layout/orderedList1.png") no-repeat;
        }

        ol.round li.two {
            background: url("../images/layout/orderedList2.png") no-repeat;
        }

        ol.round li.three {
            background: url("../images/layout/orderedList3.png") no-repeat;
        }

        ol.round li.four {
            background: url("../images/layout/orderedList4.png") no-repeat;
        }

        ol.round li.five {
            background: url("../images/layout/orderedList5.png") no-repeat;
        }

        ol.round li.six {
            background: url("../images/layout/orderedList6.png") no-repeat;
        }

        ol.round li.seven {
            background: url("../images/layout/orderedList7.png") no-repeat;
        }

        ol.round li.eight {
            background: url("../images/layout/orderedList8.png") no-repeat;
        }

        ol.round li.nine {
            background: url("../images/layout/orderedList9.png") no-repeat;
        }

/* content */
article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }

        aside ul li {
            background: url("../images/layout/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }

.label {
    font-weight: 700;
}

/* login page */
#loginForm {
	float: right;
    width: 40%;
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

    #loginForm .validation-summary-errors ul {
        margin: 0;
        padding: 0;
    }

    #loginForm .validation-summary-errors li {
        display: inline;
        list-style: none;
        margin: 0;
    }

    #loginForm input {
    }

    #loginForm input[type="checkbox"],
    #loginForm input[type="submit"],
    #loginForm input[type="button"],
    #loginForm button {
    }
	
	#loginForm input[type="submit"] {
		clear:left;
	}
	
	#loginForm input[type="button"] {
		border:1px #787878 dashed;
		font-weight:normal;
	}
	
	#loginForm input[type="checkbox"] {
		height:10px;
		width:10px;
		float:left;
	}
	
	#loginForm label.checkbox {
		font-weight:normal;
		font-size:5.5;
		color:#000;
		float:left;
		margin:2px 0 0 5px;
	}
	
	#loginForm input.captcha {
		width:124px;
		float:left;
	}
	
	#loginForm img.captcha {
		float:left;
		height:25px;
		width:100px;
		margin:5px 0px 5px 5px;
		cursor:pointer;
		border:1px #E2E2E2 solid;
	}
	
	#loginForm span.refresh {
		cursor:pointer;
		float:left;
		margin:11px 0px 5px 5px;
		width:16px;
		height:16px;
		background:url(../images/layout/refresh.png) no-repeat;
	}

#socialLoginForm {
    margin-right: 40px;
    float: left;
    width: 50%;
}

    #socialLoginForm h2 {
        margin-bottom:  5px;
    }

#socialLoginList button {
    margin-bottom: 12px;
}

#logoutForm {
    display: inline;
}

/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 0;
		margin:0 0 40px 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 0;
        }

label {
    display: block;
    font-size: 5.5;
}

label.checkbox {
    display: inline;
}

input, textarea {
    border: 1px solid #BABABA;
    background: #fff;
    color: #707070;
    font-size: 5.5;
    margin: 5px 0 6px 0;
    padding: 5px;
    width: 372px;
}

textarea {
    font-family: inherit;
    width: 500px;
}

    input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }

    input[type="checkbox"] {
        background: transparent;
        border: inherit;
        width: auto;
    }

    input[type="submit"],
    input[type="button"],
    button {
        background-color: #ED1F24;
		border:0;
        cursor: pointer;
        font-size: 5.5;
        padding: 6px 10px;
        margin-right: 8px;
		color:#FFF;
        width: auto;
    }

    td input[type="submit"],
    td input[type="button"],
    td button {
        font-size: 1em;
        padding: 4px;
        margin-right: 4px;
    }

/* info and errors */
hgroup.logo {
	margin-bottom:30px;
}

hgroup.logo img {
	width:195px;
}

.forgot-message, .forgot-click-me {
	margin-top:44px;
	color:#ED1F24;
	size:5.5;
	cursor:pointer;
}

.forgot-click-me {
	margin-top:5px;
}

.others-link {
	margin-top:40px;/*62px;*/
}

.others-link label {
	color:#000;
	size:5.5;
	padding-bottom:3px;
}

.others-link a {
	margin:0;
	padding:0;
	background:none;
}

.others-link a:hover {
	background:none;
}

.others-link a button {
	width:90px;
	margin-right:4px;
	size:5;
	color:#FFF;
	background:#01ABDC;
}

.others-link a button.web {
}

.others-link a button.sms {
	background:#55b00d;
}

.others-link a button.pay {
	background:#8C0095;
}

.others-link a button.news {
	background:#E65E20;
	margin-right:0;
}

.others-link a button.save {
    background:#ED1F24;
}

.others-link a button.reset {
   
}

.others-link a button.back {
     background:#55b00d;
	margin-right:0;
}

.message-info {
    clear: both;
	color:#FFF;
	background:#ED1F24;
	margin-top:-3px;
	padding:15px;
}
.message-info ol {
	margin:0 0 0 19px;
	padding:0;
}

.message-info ol li {
	margin-bottom:7px;
}

.message-info ol li a.title {
	font-weight:bold;
	color:#FFF;
	padding:0;
	font-size:12px;
	display:block;
	line-height:18px;
}

.message-info ol li a.title:hover {
	color:#CCC;
	background:none;
}

.message-info ol li div.descr {
	margin-top:8px;
	padding-left:0px;
	font-size:12px;
	text-align:justify;
}

.message-info .maxim {
	padding:15px 10px;
}

.message-info .maxim .author {
	display:block;
	margin-top:10px;
	text-align:right;
}

.message-error {
    clear: both;
    color: #e80c4d;
	width:241px;
	border:1px dashed #787878;
	background:#D3DCE0;
	text-align:center;
	padding:5px 10px;
    font-size: 12px;
    font-weight: bold;
    margin: 0px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.login-error {
	display:inline;
	color:#E80C4D;
	font-weight:bold;
}

.forgot-success, .forgot-error {
	background:none repeat scroll 0 0 #D3DCE0;
    border:1px solid #468847;
    clear:both;
    color:#468847;
    font-size:12px;
    font-weight:bold;
    margin:0 0 10px;
    padding:5px 10px;
    text-align:center;
}

.forgot-error {
	color: #e80c4d;
	border:1px solid #e80c4d;
}

.error {
    color: #e80c4d;
}

a.general_link, a.general_link:active, a.general_link:visited {
}

a.general_link:hover {
	color:#333;
}

.separ_localization {
	font-size:12px;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: normal;
	display:block;
	clear:left;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}


/* tables
----------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0.75em;
    border: 0 none;
}

th {
    font-size: 1.2em;
    text-align: left;
    border: none 0px;
    padding-left: 0;
}

    th a {
        display: block;
        position: relative;
    }

    th a:link, th a:visited, th a:active, th a:hover {
        color: #333;
        font-weight: 600;
        text-decoration: none;
        padding: 0;
    }

    th a:hover {
        color: #000;
    }

    th.asc a, th.desc a {
        margin-right: .75em;
    }

    th.asc a:after, th.desc a:after {
        display: block;
        position: absolute;
        right: 0em;
        top: 0;
        font-size: 0.75em;
    }

    th.asc a:after {
        content: '▲';
    }

    th.desc a:after {
        content: '▼';
    }

td {
    padding: 0.25em 2em 0.25em 0em;
    border: 0 none;
}

tr.pager td {
    padding: 0 0.25em 0 0;
}

footer .float-left {
	float:right;
	width:70%;
	color:#000;
	size:5;
	margin-top:10px;
	text-align:right;
}

footer .float-left a {
	padding-right:5px;
	background:url(../images/layout/line_bg.jpg) no-repeat right center;
}

footer .float-left a:hover {
	background:#CCC;
	color:#333;
}

footer .float-left a {
	padding-left:0;
}

footer .float-left a:last-child {
	background-image:none;
}

footer .float-right {
	float:left;
	margin-top:10px;
	text-align:left;
	font-size:5.5;
	color:#666;
}

footer .float-right span {
	font-weight:bold;
}

footer .float-right span.break {
	display:block;
}

div.header-info {
	margin:0 0 15px 0;
	color:#777;
	text-align:right;
	font-size:12px;
}

div.header-info p {
	margin:0;
}

.clear {
	clear:both;
}

/*
 * alert
 */
.alert{padding:8px 35px 8px 14px;margin-bottom:18px;text-shadow:0 1px 0 rgba(255, 255, 255, 0.5);background-color:#fcf8e3;border:1px solid #fbeed5;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;color:#c09853;}
.alert h4{margin:0;}
.alert .close{position:relative;top:-2px;right:-21px;line-height:18px;}
.alert-success{background-color:#dff0d8;border-color:#d6e9c6;color:#468847;}
.alert-danger,.alert-error{background-color:#f2dede;border-color:#eed3d7;color:#b94a48;}
.alert-info{background-color:#d9edf7;border-color:#bce8f1;color:#3a87ad;}
.alert-block{padding-top:14px;padding-bottom:14px;}
.alert-block>p,.alert-block>ul{margin-bottom:0;}
.alert-block p+p{margin-top:5px;}