html, body {
	height: 100%;
	margin: 0; padding: 0;
}

body {
	background-color: white;
	background-image: url('/images/lines_bg.gif');
	color: black;
	text-align: center;
	font-family: arial, verdana, sans-serif;
	font-size: 76%;
}
input, select, textarea {
	font-family: arial, verdana, sans-serif;
	font-size: 1em;
}
#content input, textarea {
	border: solid 1px #666;
}

table {
	font-size: 1em;
}

a:link,
a:visited {
	text-decoration: none;
	color: #F09;
}
a:visited,
a:active {
	color: #C06;
}
a:hover {
	text-decoration: underline;
}

a.read_feedback {
	float: right;
	font-weight: bold;
}

.textonly { display: none }

div#container {
	position: relative;
	min-width: 770px;
	width: expression(this.parentNode.offsetWidth <= 770 ? 770 : 'auto');
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

div#top_background {
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 326px;
	background: url('/images/top_bg.gif');
}

div#top_left {
	position: absolute;
	top: 64px; left: 0;
	width: 50%; height: 164px;
	background: url('/images/top_left.gif') repeat-x right top;
}

div#top_center {
	position: absolute;
	top: 64px; left: 0;
	width: 100%; height: 164px;
	background: url('/images/top_lines.gif') repeat-y center top;
}

div#top_container {
	position: relative;
	margin: 0 auto;
	width: 770px; height: 326px;
}

div#mama_logo {
	position: absolute;
	top: 109px; right: 0;
	width: 219px; height: 70px;
	background: url('/images/logo.gif') repeat-x left top;
	cursor: pointer;
}

div#mama_picture {
	position: absolute;
	top: 56px; left: 10px;
	width: 213px; height: 172px;
	background: url('/images/miss.jpg') no-repeat left top;
}

ul#top_navigation {
	position: absolute;
	top: 25px; left: 0;
	text-align: left;
	margin: 0; padding: 0;
	font-weight: bold;
	color: #F09;
	font-size: .9em;
}
ul#top_navigation li {
	display: block;
	padding: 0 10px;
	float: left;
	background: url('/images/vpixel.gif') repeat-y right top;
}
ul#top_navigation li.last {
	background: none;
}
ul#top_navigation a:link,
ul#top_navigation a:visited {
	position: relative;
	display: block;
	padding: 10px 0 10px 43px;
	text-decoration: none;
	color: #F09;
	background: no-repeat left center;
}
ul#top_navigation a:visited,
ul#top_navigation a:active {
	color: #C06;
}
ul#top_navigation a:hover {
	text-decoration: underline;
}

ul#quick_navigation {
	position: absolute;
	top: 25px; right: 0;
	margin: 0; padding: 0;
}
ul#quick_navigation li {
	display: inline;
	padding: 0 8px;
}
ul#quick_navigation img {
	border: 0;
}

ul#cat_navigation {
	position: absolute;
	top: 234px; left: 0;
	margin: 0 -50px; width: 900px; padding: 0;
	font-size: .9em;
}
ul#cat_navigation li {
	display: block;
	float: left;
	padding: 0 6px 0 7px;
}
ul#cat_navigation a:link,
ul#cat_navigation a:visited {
	position: relative;
	display: block;
	padding: 72px 0 0;
	width: auto !important;
	min-width: 80px;
	width: 80px;
	color: #928;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
	background: no-repeat center top;
}
ul#cat_navigation a:visited,
ul#cat_navigation a:active {
	color: #807;
}
ul#cat_navigation a:hover {
	text-decoration: underline;
}
ul#cat_navigation div {
	width: 100px;
	height: 38px;
}
div#middle_container {
	background: url('/images/lines_top_bg.gif') repeat-x;
	padding-bottom: 56px;
}

div#content_container {
	position: relative;
	margin: 0 auto;
	padding: 10px 0;
	width: 770px;
}

div#left_column {
	float: left;
	width: 224px;
	text-align: left;
	font-size: .9em;
}
div#left_column div.hardcoded_ad {
	padding-bottom: 10px;
}
div#left_column div.header {
	background: url('/images/left_h.gif') no-repeat left top;
}
div#left_column div.header h2 {
	margin: 0; padding: 12px 10px 14px 46px;
	color: #F09;
	font-size: 1em;
	background: no-repeat left top;
}
div#left_column div.box {
	position: relative;
	padding: 6px 17px 1px;
	background: #FFF url('/images/left_box_bg.gif');
}
div#left_column form#login {
	padding: 0; margin: 0;
}
div#left_column input.text {
	height: 18px !important;
	width: 100px; height: 16px;
	font-size: 1em;
	border: 0;
	border-style: solid;
}
div#left_column input.submit {
	position: absolute;
	left: 165px !important;
	top: 20px; left: 145px;
}
div#content div.input input.text {
	height: 18px !important;
	width: 100px; height: 16px;
	font-size: 1em;
	border: 0;
	border-style: solid;
}
div.input {
	width: 123px;
	background: #FFF url('/images/input_bg.gif');
	text-align: center;
	margin-bottom: 10px;
}
div.input div {
	background: url('/images/left_input.gif') no-repeat left top;
}
div.input div div {
	padding: 2px 0;
	background: url('/images/right_input.gif') no-repeat right top;
}
div.wrong {
	color: #F00;
	margin: 3px 0;
}
div#left_column div.box_bottom {
	padding-bottom: 9px;
	background: url('/images/left_bottom.gif') no-repeat left bottom;
	margin-bottom: 10px;
}
div#left_column a:link,
div#left_column a:visited {
	color: #000;
	text-decoration: none;
}
div#left_column a:active,
div#left_column a:hover {
	text-decoration: underline;
}

div#content {
	width: 535px;
	float: right;
	padding-bottom: 9px;
	background: url('/images/box_bottom.gif') no-repeat left bottom;
}
div#content div.header {
	text-align: left;
	background: transparent url('/images/content_h.gif') no-repeat left top;
}
div#content div.header h2 {
	margin: 0; padding: 12px 23px 14px;
	color: #F09;
	font-size: .9em;
}
div#content div.header h2.catalog {
	color: #666;
}
ul.cats {
	color: #666;
}
ul.cats li {
	margin-bottom: 5px;
}
div#content div.box_top {
	padding-top: 9px;
	background: url('/images/content_top.gif') no-repeat left top;
}
div#content div.box {
	position: relative;
	padding: 6px 0 1px;
	background: #FFF url('/images/content_bg.gif');
}
div#content div.content_text {
	width: 501px;
	margin: 0 auto;
	text-align: left;
}
div#footer {
	position: absolute;
	bottom: 0; left: 0;
	width: 100%;
	color: #FFF;
	background: #89C620 url('/images/lines_bottom_bg.gif') repeat-x;
}
div#footer a {
	color: #FFF;
}
div#footer-inside {
	width: 770px;
	margin: 0 auto;
	padding: 23px 0 17px;
	text-align: left;
}
div#copy {
	float: left;
}
div#project {
	float: right;
}

div.clear {
	font-size: 1px;
	clear: both;
}

form.default dt {
	width: 150px;
	text-align: right;
	margin-top: 10px;
}
form.default dd {
	margin-left: 160px;
	margin-top: -1.4em;
}
form.default dd.text {
	margin-left: 160px;
	margin-top: 10px;
}
form.default dd.error {
	margin-left: 160px;
	margin-top: 0px;
	color: red;
}

form.default textarea {
	width: 300px;
}
form.default span.red,
form.default dt span {
	color: red;
}

#content input.submit {
	border: solid 1px #666;
	background: transparent;
	font-size: .9em;
	font-family: verdana;
	font-weight: bold;
	cursor: pointer;
}

dl.default dd {
	margin: 10px 0;
	padding-bottom: 5px;
	background: url('/images/hpixel.gif') repeat-x left bottom;
}

#content input.bag {
	background: transparent url('/images/krepselis.gif') no-repeat right center;
	padding-right: 17px !important;
	padding-right: 3px;
	border: 0;
	border-style: solid;
	font-size: .8em;
	font-family: verdana;
	color: #F09;
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
}
#content input.bag:hover {
	text-decoration: none;
}

div.index_table_top {
	padding-top: 3px;
	background: url('/images/hpixel.gif') repeat-x left top;
}
div.index_table_bottom {
	padding-bottom: 3px;
	background: url('/images/hpixel.gif') repeat-x left bottom;
}

table.list {
	border-collapse: collapse;
	color: #555;
	width: 100%;
}
table.list td {
	clear: both;
	vertical-align: top;
	padding: 10px 3px 14px;
	background: url('/images/hpixel.gif') repeat-x left top;
}
table.list tr.first td {
	padding-top: 3px;
	background: none;
}
table.list h3 {
	font-size: 1em;
	margin: 0 0 5px;
	color: #F80;
}
table.list h3 a {
	color: #F80;
}
table.list h3 a:visited {
	color: #F60;
}
table.list td.picture {
	width: 48px;
}
table.list td.picture img {
	border: 0;
	margin: 0 14px 14px 0;
}
table.list td.text {
	font-size: .9em;
}
table.list td.prices {
	text-align: right;
}
table.list td.prices table {
	font-size: .87em;
	width: 100%;
	margin-bottom: 10px;
	border-collapse: collapse;
	color: #F90;
	font-weight: bold;
}
table.list td.prices table div {
	white-space: nowrap;
}
table.list td.prices table td {
	padding: 3px 12px;
	width: auto;
	vertical-align: bottom;
	text-align: center;
	background: url('/images/vpixel.gif') repeat-y right top;
}
table.list td.prices table td.last {
	background: none;
}
table.list td.prices img {
	margin: 3px 0;
}
table.list td.prices div.count img {
	display: inline;
	vertical-align: middle;
	cursor: pointer;
}
#content table.list div.count input {
	vertical-align: middle;
	width: 20px;
	font-weight: bold;
	text-align: center;
	padding: 0;
	border: 0;
	font-size: 1.1em;
	border-style: solid;
	color: #000;
}
table.list p {
	margin: 0 0 .9em 0;
}






table.index_table {
	background: url('/images/vpixel.gif') repeat-y center top;
	width: 500px;
}
table.index_table div.text {
	margin-left: 80px;
	margin-right: 7px;
}
table.index_table {
	border-collapse: collapse;
	color: #555;
}
table.index_table td {
	clear: both;
	vertical-align: top;
	width: 50%;
	background: none;
	padding: 0 7px 10px;
}
table.index_table tr.first td {
	padding-top: 10px;
}
table.index_table h3 {
	font-size: 1em;
	margin: 0 0 5px;
	color: #F80;
}
table.index_table h3 a {
	color: #F80;
}
table.index_table h3 a:visited {
	color: #F60;
}
table.list td.picture img {
	border: 0;
	margin: 0 14px 14px 0;
}
table.index_table td.text {
	font-size: .9em;
}
table.index_table td.text img {
	float: left;
	border: 0;
}
table.index_table td.prices table {
	font-size: .87em;
	width: 100%;
	margin-bottom: 10px;
	border-collapse: collapse;
	color: #F90;
	font-weight: bold;
}
table.index_table div.prices {
	margin-top: 20px;
	float: left;
	width: 50px;
	text-align: center;
	font-size: .87em;
	color: #F90;
	font-weight: bold;
}
table.index_table td.prices table div {
	white-space: nowrap;
}
table.index_table td.prices table td {
	padding: 3px 12px;
	width: auto;
	vertical-align: bottom;
	text-align: center;
	background: url('/images/vpixel.gif') repeat-y right top;
}
table.index_table td.prices table td {
	padding: 3px;
}
table.index_table td.prices table td.last {
	background: none;
}
table.list td.prices img {
	margin: 3px 0;
}
table.index_table td.prices img {
	margin: 0;
}
table.index_table td.prices div.count img {
	display: inline;
	vertical-align: middle;
	cursor: pointer;
}
#content table.index_table div.count input {
	vertical-align: middle;
	width: 20px;
	font-weight: bold;
	text-align: center;
	padding: 0;
	border: 0;
	font-size: 1.1em;
	border-style: solid;
	color: #000;
}
table.index_table div.border_top_left,
table.index_table div.border_top_right {
	font-size: 1px;
	line-height: 1px;
	height: 10px;
	background: url('/images/hpixel.gif') repeat-x left top;
}
table.index_table div.border_top_left {
	margin-left: -7px;
}
table.index_table div.border_top_right {
	margin-right: -7px;
	margin-left: 2px;
}
table.index_table tr.first div.border_top_left,
table.index_table tr.first div.border_top_right {
	display: none;
}

dl.news {
	
}
dl.news dt {
	color: #F80;
	font-weight: bold;
}
dl.news dt a {
	color: #F80;
}
dl.news dt a:visited {
	color: #F60;
}
dl.news dd {
	margin: 3px 10px;
}

h3 {
	font-size: 1em;
	margin: 0 0 5px;
	color: #F80;
}
h3 a {
	color: #F80;
}
h3 a:visited {
	color: #F60;
}
div.shoppingcart dl {
	padding: 0; margin: 0;
}
div.shoppingcart dt {
	margin: 0 0 5px;
	color: #F80;
	font-weight: bold;
	font-size: 1em;
	padding-top: 5px;
	background: url('/images/hpixel.gif') repeat-x left top;
}
div.shoppingcart dt.first {
	background: none;
}
div.shoppingcart dd {
	clear: both;
	margin: 0;
	padding: 0;
}
div.shoppingcart dd span {
	position: relative;
	float: right;
	color: #F80;
	font-weight: bold;
}
div.shoppingcart dt a {
	position: relative;
	float: right;
	color: #F80;
}
div.shoppingcart img {
	border: 0;
}
div.shoppingcart dt a:visited {
	color: #F60;
}
h3.viso {
	clear: both;
	padding: 3px;
	text-align: right;
	background: url('/images/hpixel.gif') repeat-x left top;
}
h3.title {
	color: #F09;
	padding: 5px 0 0;
	border-bottom: solid 1px #F09;
	font-size: 1.08em;
}
