@IMPORT url("main.css");

body {
	margin: 0px;
	background-color: #d5e0f4;
}

.header_bg {
	background-image: url('/images/elements/segment_02.jpg');
}

.header_name, a:link.header_name, a:visited.header_name, a:active.header_name, a:hover.header_name  {
	font-weight: bold;
	color: white;
	text-decoration: none;
}

h1, td.h1, div.h1 {
	color: #484848;
	font-family: Arial, Trebuchet MS, Arial, Verdana;
	font-size: 22px;
	text-align: left;
}

a:link.menu, a:visited.menu, a:active.menu {
	color: white;
	font-family: Arial, Verdana;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}

a:hover.menu {
	color: white;
	font-family: Arial, Verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}

a:link.submenu, a:visited.submenu, a:active.submenu {
	color: #006699;
	font-family: Arial, Verdana;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

a:hover.submenu {
	color: #006699;
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

span.lang {
	font-family: Arial, Verdana;
	font-size: 12px;
	color: #0d6298;
}

a:link.lang, a:visited.lang, a:active.lang, a:hover.lang {
	color: #0d6298;
	font-family: Arial, Verdana;
	font-size: 12px;
	text-decoration: underline;
}

p,body,td {
	color: #484848;
	font-family: Arial, Verdana;
	font-size: 12px;
}

a:link, a:visited, a:active, a:hover {
	color: #006c94;
	text-decoration: underline;
	font-size: 12px;
}

input,textarea {
	font-family: MS Sans Serif;
	font-size: 11px;
	border: 1 outset #0d6298;
	background-color: white;
}

img {
	border-color: #000000;
}

form {
	margin: 0px;
}

.mn {
	position: absolute;
	visibility: hidden;
}

li {
	list-style-image: url('/images/dot.jpg');
}

td.submenu, div.submenu2 {
	text-align: left;
	border-bottom: 1px solid white;
	white-space: nowrap;
	padding: 5px;
	min-width: 150px;
}

table.px1 {
	border-collapse: collapse;
}

table.px1 tr td {
	border: 1px solid #77c9ff;
}

table.px0 tr td {
	border: 0px solid gray;
}


.cart_info {
	/* устанавливаем верхний левый угол слоя посередине окна */
	position: absolute;
	left: 50%;
	top: 50%;
	/* задаем размеры слоя */
	width: 200px;
	/*height: 50px;*/
	/* корректируем положение слоя, делим длину и высоту на 2 */
	margin-left: -100px;
	margin-top: -25px;
	/* остальное рюшечки */
	z-index: 1;
	text-align: center;
	border: 1px solid #0a6c23;
	vertical-align: middle;
	background-color: #118A2F;;
}

.cart_header {
	border-bottom: 1px solid #0a6c23;
}

table.px1cart {
	border-collapse: collapse;
	border-left: 1px solid #0a6c23;
}

table.px1cart tr th {
	background-color: #0a6c23;
	padding: 3px;
}

table.px1cart tr td {
	border-right: 1px solid #0a6c23;
	border-bottom: 1px solid #0a6c23;
	padding: 3px;
}

