@import "../javascripts/highslide/highslide.css";

html {
	overflow-y: scroll;
}

body, form {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4f4f4f;
	background: #3f4649 url(../images/background.png) center top repeat;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	border-bottom: solid 1px #6c3;
	text-indent: 15px;
	padding: 20px 5px 5px 5px;
	clear: both;
}

h1,
h2.h1 {
	background: #6c3;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 17px 0;
	font-weight: bold;
	font-size: 12px;
	line-height: 25px;
	padding: 2px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

a {
	outline: none;
	text-decoration: underline;
	color: #39c;
}

a:hover,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	text-decoration: none;
}

code {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
}

label {
	text-transform: lowercase;
	color: #00713e;
	margin: 0 4px;
}

input,
select,
option,
textarea {
	color: #4f4f4f;
	font-size: 11px;
	margin: 0;
}

input[type=text],
input[type=password],
select,
textarea {
	border: solid 1px #4f4f4f;
	padding: 2px;
	width: 250px;
}

select {
	width: 256px;
}

input[type=button],
input[type=submit],
input[type=reset]{
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #959595;
	border-bottom: 1px solid #959595;
	background: #6c3;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	text-transform: lowercase;
	display: block;
	width: 157px;
}

input.medium {
	width: 122px;
}

select.medium {
	width: 124px;
}

select.small {
	width: 70px;
}

input.int {
	text-align: center;
	width: 30px;
}

img {
	border: none;
}

.alert,
.alert_on {
	color: #f00;
}

a.remove {
	color: #f00;
	text-decoration: none;
	font-weight: bold;
}

.level_2 {
	padding-left: 1.5em;
}

.level_3 {
	padding-left: 3em;
}

.level_4 {
	padding-left: 4.5em;
}

.single_line_menu,
.single_line_menu_active {
	margin: 0 auto 15px auto;
	width: 188px;
	height: 24px;
	padding: 9px 20px 12px 12px;
}

.single_line_menu {
	background: url(../images/single_line_menu.png) no-repeat;
}

.info_container a {
	display: block;
	text-align: left;
	background:url(../images/bullet_orange.png) right bottom no-repeat;
}

.single_line_menu_active .info_container a {
	display: block;
	text-align: left;
	background: #f00 url(../images/bullet_white.png) right bottom no-repeat;
}

.b_m_m .info_container {
	margin-top: 10px;
}

.b_m_m .info_container a {
	height: 27px;
	line-height: 25px;
}

.single_line_menu .info_container a,
.single_line_menu_active .info_container a {
	height: 27px;
	line-height: 25px;
	vertical-align: middle;
	font-size: 14px;
}

.info_container img {
	vertical-align: middle;
}

.in_line {
	float: left;
	padding: 10px;
}

.clear {
	clear: both;
}
#main {
	background: #fff;
	width: 1000px;
	margin: 20px auto;
}

#header {
	height: 100px;
	background: #6c3 url(../images/header.png) no-repeat left top;
}

#logo {
	margin: 25px 0 0 25px;
	float: left;
	display: block;
	width: 327px;
	height: 60px;
}

#top_menu {
	height: 25px;
	background: #41ac20;
/* 	border-bottom: 2px solid #6c3; */
	clear: both;
}

#top_menu .left {
	padding-top: 5px;
	float: left;
	padding-left: 20px;
	color: #fff;
	font-weight: bold;
}

#top_menu a,
#login_form a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#top_menu a:hover,
#login_form a:hover,
#login_form a.active {
	text-decoration: underline;
}

#top_menu .right {
	padding-top: 5px;
	float: right;
	padding-right: 20px;
}

/* Login form */

#login_form {
	border-collapse: collapse;
	border-spacing: 0px;
	float: right;
	width: 282px;
	height: 91px;
	margin-right: 20px;
	background:url(../images/login_form.png) center bottom no-repeat;
}

#login_form td {
	color: #fff;
	font-weight: bold;
}

#login_form tr:first-child td {
	height: 26px;
	line-height: 26px;
	padding: 0 15px;
	text-align: right;
}

#login_form tr:first-child td a:first-child {
	float: left;
}

#login_form tr:first-child td a:last-child {
	float: right;
}

#login_form tr:first-child + tr td:first-child a,
#login_form tr:first-child + tr + tr td:first-child a  {
	height: 20px;
	line-height: 20px;
	background: url(../images/bullet_white_green.png) left center no-repeat;
	padding-left: 25px;
}

#login_form td.logout {
	text-align: right;
}

#login_form tr:first-child + tr td:first-child + td a {
	height: 29px;
	line-height: 29px;
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 34px;
	margin-right: 10px;
	display: inline-block;
	text-decoration: none;
}

#login_form tr:first-child + tr td:first-child,
#login_form tr:first-child + tr + tr td:first-child {
	padding-left: 15px;
}

#login_form tr:first-child + tr td:first-child,
#login_form tr:first-child + tr td:first-child + td {
	padding-top: 5px;
}

#login_form tr:first-child + tr + tr td:first-child,
#login_form tr:first-child + tr + tr td:first-child + td {
	padding-bottom: 5px;
}


#login_form tr:first-child + tr td:first-child + td + td {
	width: 50px;
	text-align: right;
}

#login_form input[type=text],
#login_form input[type=password] {
	width: 100px;
	height: 16px;
	border: 1px solid #f8c955;
}

#login_form label {
	color: #fff;
	font-weight: normal;
}

#login_form input[type=submit],
#login_form tr:first-child + tr td:first-child + td a {
	background-image: url(../images/bullet_orange_green.png);
}

#login_form input[type=submit] {
	padding-left: 3px;
	width: 29px;
	height: 29px;
	float: right;
	border: none;
	margin-right: 10px;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: transparent;
	cursor: pointer;
}

#login_form tr:first-child + tr td:first-child + td + td label {
	cursor: pointer;
	font-weight: bold;
}

#splash {
	margin: 14px 0 0 6px;
	width: 715px;
	height: 493px;
	border-collapse: collapse;
	border-spacing: 0px;
}

/* container top */

.b_l_t {
	width: 12px;
	height: 12px;
	background: url(../images/table_b_l_t.png) no-repeat;
}

.b_m_t,
.b_l_m {
	background-image: url(../images/table_b_m_t_b_l_m.png);
}

.b_m_t {
	background-repeat: repeat-x;
}

.b_r_t {
	width: 12px;
	height: 12px;
	background: url(../images/table_b_r_t.png) no-repeat;
}

/* container top orange */

.b_l_t_o {
	width: 12px;
	height: 26px;
	background: url(../images/table_b_l_t_o.png) no-repeat;
}

.b_m_t_o {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	width: 195px;
	height: 26px;
	background: url(../images/b_m_t_o.png) repeat-x;

}

.b_r_t_o {
	width: 12px;
	height: 26px;
	background: url(../images/table_b_r_t_o.png) no-repeat;
}

/* container middle */

.b_l_m {
	background-repeat: repeat-y;
}

.b_m_m {
/* 	text-transform: lowercase; */
}

.b_r_m {
	width: 2px;
	background: url(../images/table_b_r_m.png) repeat-y;
}

/* container bottom */

.b_l_b {
	width: 12px;
	height: 12px;
	background: url(../images/table_b_l_b.png) no-repeat;
}

.b_m_b {
	width: 195px;
	height: 12px;
	background: url(../images/table_b_m_b.png) repeat-x;
}

.b_r_b {
	width: 12px;
	height: 12px;
	background: url(../images/table_b_r_b.png) no-repeat;
}

/* Banner */

#banner {
	width: 219px;
	display: block;
	margin: 10px auto 0 auto;
}

#row {
	background: #fff;
}

#left_column {
	float: left;
	margin-top: 15px;
	width: 252px;
	font-weight: bold;
	font-size: 12px;
}

#left_column table {
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0 auto 15px auto;
}

#left_column table th,
#left_column table td {
	padding: 0;
}

.login_form {
	line-height: 25px;
}

#left_column a {
	color: #00713e;
	text-decoration: none;
}

#left_column a:hover {
	color: #00713e;
	text-decoration: underline;
}

#left_column form {
	margin: 0px;
}

#left_column input {
	display: block;
	margin-top: 4px;
}

.form_left {
	float: left;
	width: 60px;
}

.form_left label {
	display: block;
}

.form_right {
	float: left;
	width: 100px;
}

#left_column div.menu {
	margin: 0 auto 15px auto;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	border: solid 2px #68b92e;
	width: 195px;
	padding: 10px;
}

#left_column .menu a {
	display: block;
	padding-left: 22px;
	margin-bottom: 4px;
	margin-top: 4px;
	line-height: 18px;
	font-size: 14px;
}

#left_column .menu a.level1,
#news_line .menu a {
	background: url(../images/bullet_small_orange.png) no-repeat;
}

#left_column .menu a.level1_active,
#left_column .menu a.level1:hover,
#news_line .menu a:hover {
	background: url(../images/bullet_small_orange_active.png) no-repeat;
	text-decoration: none;
}

#left_column .menu a.level2,
#left_column .menu a.level2_active {
	font-size: 12px;
	padding-left: 14px;
	margin-left: 22px;
}

#left_column .menu a.level2_active,
#left_column .menu a.level2:hover {
	background: url(../images/bullet_small.png) no-repeat center left;
	text-decoration: underline;
}

#left_column .menu a.level3,
#left_column .menu a.level3_active {
	font-size: 12px;
	padding-left: 14px;
	margin-left: 35px;
}

#left_column .menu a.level3_active,
#left_column .menu a.level3:hover {
	background: url(../images/bullet_small.png) no-repeat center left;
	text-decoration: underline;
}

#right_column {
	float: right;
	width: 748px;
}

#content_box_clean {
	height: 425px;
	width: 748px;
	float: right;
}

#content_box_clean img {
/* 	height: 425px; */
/* 	width: 748px; */
}

#content_box {
	padding: 15px 15px 15px 0;
	float: right;
	width: 733px;
}

.right_row_left {
	margin-bottom: 10px;
	float: left;
	width: 30%;
}

.right_row_right {
	margin-bottom: 10px;
	float: left;
	width: 70%;
}

.right_row ul {
	padding-left: 100px;
}

.right_row ul #no_pad  {
	padding-left: 20px;
}

.right_row .no_space li {
	padding-top: 0px;
}

.leftColumn {
	width: 230px;
	float: left;
	padding-bottom: 40px;
}

.right_row .help .leftColumn {
	width: 430px;
	float: left;
	padding-bottom: 40px;
}

.right_row .help table,
.right_row .help table td {
	text-align:center;
	border: 1px solid #b3b3b3;
	width: 490px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 20px auto 0px ;
	padding: 5px;
}

.catalog {
	border-collapse: collapse;
	border-spacing: 0px;
	width: 100%;
}

.catalog td{
	border: solid #6c3 1px;
	padding: 2px 20px 2px 20px;
}

.catalog td img {
	padding: 10px;

}

.asterix {
	color: #f00;
	font-size: 10px;
	display: block;
}

.button_table tr.operation_buttons {
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px dotted;
	border-bottom:1px dotted;
	border-color: darkgray;
	background-color: lightyellow;
}

table.order,
table.info,
table.confirm,
table.button_table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
}

table.confirm {
	margin: 20px auto;
}

table.button_table {
	margin-top: 10px;
}

table.button_table td {
	padding: 3px 0;
}

table.order caption {
	font-size: 120%;
	padding: 10px 0;
	font-weight: bold;
	text-align: left;
	color: #39c;
}

table.order caption div {
	font-size: 80%;
	padding: 3px 0;
	font-weight: normal;
	text-align: left;
	color: #999;
}

table.order caption div b {
	font-size: 120%;
	padding: 3px;
	font-weight: bold;
	color: #39c;
	cursor: help;
	text-decoration: underline;
}

table.order tfoot {
	background: #6c3;
	color: #fff;
	font-weight: bold;
}

table.order tfoot td {
	padding: 3px;
}
table.order tfoot td.info {
	font-weight: normal;
	font-size: smaller;
	color: #4f4f4f;
	background: #ffcd5b;
	text-align: center;
}

.total {
	text-align: right;
}

.order select {
	width: 80px;
}

table.order td,
table.order th,
table.grid th,
table.grid td,
table.list th,
table.list td,
#border {
	border: #6c3 1px solid;
}

table.order td.clean {
	border: none;
}

table.order td,
table.info td {
	padding: 10px 5px;
}

table.order th {
	text-align: center;
	background: #6c3;
	color: #fff;
	padding: 5px;
}

.thumb {
	width: 220px;
	height: 220px;
	background: #6c3;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
 
.thumb img {
	vertical-align: middle;
}

#progres_bar {
	width: 100%;
	height: 500px;
	background: url(../images/progress_bar.gif) center center no-repeat;
	display: none;
}

#progres_bar h2 {
	padding: 0;
	margin: 0;
	border: none;
	text-indent: 0;
	text-align: center;
}

table.confirm tr.row_dark {
	background: #e0f4d6;
}

table.confirm tr.row_light {
}

table.confirm td {
	padding: 8px;
}

.red {
	color: #f00;
}

.green {
	color: #070;
}


table.grid,
table.base,
table.list,
table.center {
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 20px auto;
}

table.list {
	width: 100%;
}

table.grid,
table.base {
	width: 360px;
}

table.grid th,
table.grid td,
table.base th,
table.base td,
table.list th,
table.list td,
table.center td,
table.center th {
	padding: 5px;
}

table.grid th,
table.list th {
	color: #fff;
	background: #6c3;
}

table.center td input.int {
	margin: 0 15px;
}

table.center td input.int2,
table.center td input.int3 {
	margin: 0 15px;
	width: 40px;
	border: none;
	color: #00713e;
	font-size: 12px;
	text-align: right;
}

table.center td input.int3 {
	width: 60px;
}

#delivery {
	margin-left: auto;
	margin-right: auto;
}

.delivery_point {
	border: 1px solid #6c3;
	padding: 5px;
	margin-top: 15px;
	height: 110px;
}

.delivery_point .content {
	float: left;
	margin: 2px;
}

.delivery_point .img {
	float: right;
	margin: 2px;
}

.delivery_point h4 {
	background: #6c3;
	padding: 2px;
	margin: 2px;
}

#profile {
	margin-left: 105px;
}

#profile th {
	color: #fff;
	text-align: left;
	background: #6c3;
	padding: 0.2em 0.4em 0.2em 0.4em;
}

#profile th a {
	font-family: "Courier New", Courier, monospace;
	color: #ffcd5b;
}

.map {
	width: 732px;
	height: 500px;
	overflow: hidden;
}

/* News line */

#news_line {
	clear: both;
	height: 175px;
	padding: 20px 0 0 15px;
}

#news_line div {
	float: left;
	height: 174px;
	width: 219px;
	background: url(../images/news_line_block.png) center center no-repeat;
	margin: 0 19px 0 10px;
}

#news_line a {
	display: block;
	text-decoration: none;
}

#news_line a.header:hover {
	text-decoration: underline;
}

#news_line a.date {
	color: #fff;
	font-weight: bold;
	margin: 18px 0 0 43px;
	height: 14px;
	line-height: 14px;
	letter-spacing: 1px;
}

#news_line a.title {
	color: #00713e;
	font-weight: bold;
	width: 185px;
	height: 14px;
	line-height: 14px;
	margin: 14px 0 0 17px;
	overflow: hidden;
}

#news_line a.header {
	width: 185px;
	height: 86px;
	color: #7f7f7f;
	overflow: hidden;
	line-height: 14px;
	margin: 10px 17px 0 17px;
}

#news_line table {
	float: left;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0 15px 0 0;
	height: 174px;
	width: 219px;
}

#news_line table th,
#news_line table td  {
	padding: 0;
}

#news_line .menu span {
	color: #7f7f7f;
	padding-left: 0px;
}

#news_line .menu a {
	font-weight: bold;
	color: #00713e;
	padding-left: 22px;
	margin-bottom: 4px;
	margin-top: 4px;
	line-height: 18px;
	font-size: 14px;
	text-decoration: none;
}

/* Footer */

.clean {
	clear: both;
}

#footer {
	clear: both;
	height: 65px;
	line-height: 65px;
	margin-top: 15px;
	background: #6c3 url(../images/footer.png) left top no-repeat;
	color: #000;
}

#footer a {
	color: #fff;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}

#copyright {
	padding-left: 25px;
	height: 20px;
}

#direct_feedback_link {
	padding-left: 25px;
	font-weight: bold;
	color: #fff;
}

div.border {
	border: 1px solid #6c3;
	margin: 2em;
	padding: 2em;
}

.errors {
	border: 1px solid #f00;
	margin: 2em 0;
	padding: 2em;
}

table.border {
/* 	border: 1px solid #6c3; */
	border-collapse: collapse;
	border-spacing: 0px;
	width: 100%;
}

table.border td {
	padding: 10px 3px;
}

table.border th {
	background: #f0f0f0;
/* 	font-weight: normal; */
/* 	color: #000; */
	padding: 10px 1px;
	font-size: 11px;
}

.display_none {
	display: none;
}

/* Publications */

.publications_list {
	float: left;
	display: inline-block;
	margin: 0 10px 10px 0;
}

.publications_list h2 {
	border: none;
	padding-left: 0;
	text-indent: 0;
}

.publications_list img.icon {
	margin: 2em 2em 0 0;
	float: left;
}

/* Order items */

.order_item {
	float: left;
	display: block;
	margin: 0 10px 10px 0;
	padding: 10px;
	border: 1px solid #6c3;
}

.order_item img {
	display: block;
	margin: auto;
}

.order_item span {
	display: block;
	text-align: center;
	margin-top: 10px;
}

/* Order form multiple */

#order_form_multiple,
#order_form_flash,
#order_form_flash_head {
	display: none;
}

.quality_prefect {
	color: #080;
}

.quality_good {
	color: #ac0;
}

.quality_average {
	color: #09f;
}

.quality_bad {
	color: #f00;
}

.hintsClass {
	font-size: 12px;
	background-color: #f0f0f0;
	color: #000;
	border: 2px solid #6c3;
	padding: 5px;
	width: 400px;
}

#user_form input[type=button],
#user_form input[type=submit],
#user_form input[type=reset]{
	display: inline-block;
}

.fileupload label {
	text-transform: initial;
	display: block;
	margin: 1em auto;
	text-align: center;
}

.fileupload input {
	margin: 1em auto;
	display: block;
}

.fileupload div {
	text-align: center;	
}

.center {
	text-align: center;
}

/* Conteiner */

.conteiner {
	
}

ul.conteiner-menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #6c3;
}

ul.conteiner-menu > li {
	float: left;
}

ul.conteiner-menu li a {
	display: block;
	color: white;
	text-align: center;
	padding: 10px 7px;
	text-decoration: none;
	font-weight: bold;
}

ul.conteiner-menu li a:hover {
	background-color: #f8c955;
	color: #00814a;
}

.conteiner-section {
	padding: 1em;
}

.conteiner-section #user_form,
.conteiner-section > .page > p {
	display: block;
	width: 420px;
	margin: auto;
}