
/* ----- Selectors of types ----- */

/** {outline: 1px solid red;}                      *** Check ***   */

* {margin: 0; padding: 0;}

html, * html .main {height: 100%;}

body {
	background: #fff;
	height: 100%;
	font: 12px/1.625em Tahoma, sans-serif;
	color: #61646a;
}

a {color: #2e4e8c; text-decoration: none;}
a:hover {color: #61646a; text-decoration: underline;}
img {border: none;}
table {border-collapse: collapse; text-align: left;}
ul {list-style: none;}

.clear:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.clear {min-height: 1px;}
* html .clear {height: 1px;}

/* ------------------------------------- Main Style ------------------------------------- */

.main {
	position: relative;
	height: auto !important;
	min-height: 100%;
	height: 100%;
	word-spacing: normal;
	overflow: hidden;
}
#index-bg {background: #fff url(/images/index_bg.gif) 0 0 repeat-x;}
#body-bg {background: #fff url(/images/body_bg.gif) 0 0 repeat-x;}

#wrapper {
	position: relative;
	width: 1004px;
	margin: 0 auto;
}

/* --------------------------------------- Header --------------------------------------- */

#header {position: relative; width: 1004px;}
.logo {width:1004px; height: 162px; text-align: center;}
.logo-small {width:1004px; height: 84px; text-align: center; font-size: 0;}

.user-box {position: relative; height: 29px; color: #ebedf2;}
.user {float: left; margin: 0 0 0 30px;}
.user a {
	display: block;
	background: url(/images/user.png) 0 3px no-repeat;
	padding: 0 0 0 40px;
	height: 29px;
	line-height: 29px;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	color: #ebedf2;
}
.log-out {position: absolute; top: 3px; right: 15px;}
.log-out a {color: #abb6cb; text-decoration: underline; font-size: 11px; text-transform: uppercase;}
.log-out a:hover {color: #abb6cb; text-decoration: none;}

.user-box .money {
	float: left;
	margin: 0 0 0 30px;
	padding: 0 0 0 15px;
	background: url(/images/bg_current_money.gif) left center no-repeat;
	height: 29px;
	line-height: 29px;
}

.nav {width: 866px; margin: 0 auto;}
.nav li {display: inline;}
.nav a, .nav span {
	float: left;
	display: block;
	width: 145px;
	background: url(/images/tabs.gif) 0 -130px no-repeat;
	text-align: center;
	height: 65px;
	line-height: 58px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #acacac;
	margin: 0 -1px 0 0;
}
.nav a:hover {background: url(/images/tabs.gif) 0 -65px no-repeat; color: #37a6e6; text-decoration: none;}
#active a {background: url(/images/tabs.gif) 0 0 no-repeat; margin: 0 0 0 1px; color: #fff;}

/* --------------------------------------- Content --------------------------------------- */

#container {
	position: relative;
	width: 1004px;
	/*overflow: hidden;
	padding-bottom: 1000em;
	margin-bottom: -1000em;*/
}
.table-box {
	margin: 20px 0 0 0;
	padding: 20px 20px 40px 20px;
	background: #fff;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
	-moz-box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
	-webkit-box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
/*	border: 1px solid #e1e1e1;*/
}
.title {
	background: url(/images/arrows.png) 12px 7px no-repeat;
	margin: 0 0 10px 0;
	padding: 0 0 15px 35px;
	font-size: 19px;
	color: #2e4e8c;
	border-bottom: 1px dashed #d8d8d8;
}

.prod {width: 100%; margin: 10px auto 25px auto; font-size: 14px; color: #4e5053;}
.prod th {padding: 7px 0; font-size: 12px; text-transform: uppercase; text-align: left;}
.prod td {border-top: 1px solid #e1e1e1; border-bottom: 1px solid #e1e1e1; padding: 7px 0;}
.bg {background: #f9f9f9;}

/* --- Login Form ---*/
.sign-in-box {
	width: 450px;
	margin: 65px auto 25px auto;
	box-shadow: 2px 2px 15px rgba(0,0,0,0.5);
	-moz-box-shadow: 2px 2px 15px rgba(0,0,0,0.5);
	-webkit-box-shadow: 2px 2px 15px rgba(0,0,0,0.5);
}
.login {height: 188px; padding: 27px 0 0 0; background: url(/images/login_top_bg.gif) 0 0 repeat-x;}
.login-cont {padding: 15px 30px;}
.login-cont input {
	width: 370px;
	padding: 0 5px 0 15px;
	border: none;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	color: #b9b9b9;
	text-transform: uppercase;
}
.log-button {height: 72px; background: url(/images/login_bottom_bg.gif) 0 0 repeat-x;}

.button {float: right; width: 140px; padding: 18px 0 0 0;}
.remember-box {float: left; width: 265px; padding: 12px 0 0 45px;}
.remember-box a {font-size: 13px; color: #274682; font-weight: bold; text-decoration: underline;}
.remember-box a:hover {color: #274682; text-decoration: none;}
.remember-chb {color: #fff; font-size: 16px; padding: 0 0 5px 0;}
.remember-chb strong {padding: 0 0 0 10px;}
.indent {margin: 0 0 0 27px;}

/* --------------------------------------- Footer --------------------------------------- */

.balca {height: 130px;}

#footer {
	position: relative;
	height: 90px;
	margin: -90px 0 0 0;
	background: #f8f8f8 url(/images/top_bg_footer.gif) 0 0 repeat-x;
}
.podval {width: 1004px; margin: 0 auto; padding: 20px 0 0 0; text-align: center;}
.podval span {padding: 0 0 0 8px;}

.menu {float: left; width: 600px; padding: 0 0 0 80px; text-align: left;}
.menu li {display: inline; padding: 0 12px;}

.privacy {float: right; width: 320px; text-align: left;}
.privacy span {padding: 0 0 0 10px;}

/* --------------------------------------- Pages --------------------------------------- */

.payment {width: 300px !important;}

.export {position: absolute; top: 17px; right:30px;}
.export a {
	border: 1px solid #37a6e6;
	background: #fff;
	color: #37a6e6;
	padding: 1px 9px;
	font-weight: bold;
	margin: 0 3px;
}
.export a:hover {text-decoration: none; background: #274682; color: #fff; border: 1px solid #274682;}

.order-list {margin: 10px 0 15px 34px;}
.order-list th {padding: 3px 30px 3px 20px;}
.order-list td {padding: 0 25px 0 10px;}
.list-bg {background: #f1f1f1;}

.set-box {width: 400px; padding: 5px; border: 1px solid red;}
.img-button {text-align: right;}

.balancing {margin: 0 auto; width: 840px;}
.box-title-lights {
	background: url(/images/bg_setting_ep.gif) repeat-x;
	height: 32px;
	line-height: 32px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	border-top: 1px solid #2fa1d9;
	border-left: 2px solid #2c99d5;
	border-right: 2px solid #2c99d5;
}
.box-title-lights span {
	display: block;
	padding-left: 32px;
	margin-left: 10px;
}
.edit-profile {background: url(/images/user.png) left center no-repeat;}
.import {background: url(/images/import.png) left center no-repeat;}

.box-title-dark {
	background: url(/images/bg_settings_title.gif) repeat-x;
	height: 32px;
	line-height: 32px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	border-top: 1px solid #3860a7;
	border-left: 2px solid #35599e;
	border-right: 2px solid #35599e;
}
.box-title-dark span {
	display: block;
	background: url(/images/key.png) left center no-repeat;
	padding-left: 32px;
	margin-left: 10px;
}

.settings {background: #ececec url(/images/grad.png) repeat-x; border: 1px solid #d9d9d9; padding: 0 30px;}
.setting-box {float: left; margin: 20px 20px;}
.setting-container {margin: 20px 20px;}
.posit {text-align: right;}

.aligment {width: 440px;}
#contact-txt {width: 30em; height: 12em;}

#file {width: 300px;}

.error_page h1 {
	margin: 20px 0 0 0; 
	color:#2e4e8c; 
	text-align:center
}

.error_page h2 {
	margin: 20px 0 0 0; 
	text-align:center
}