﻿/* GLOBALS */
HTML, BODY { background:#FFFFFF; margin:0px; padding:0px; }
HTML, BODY TD, A, DIV, P, B, SPAN, TABLE, TH {
	font-family: Arial,Century Gothic,Verdana;
	font-size: 10pt;
	color: #000000;
}
A {
	color: #000000;
	text-decoration: underline;
}
A:hover {
	color: #000080;
	text-decoration: none;
}
IMG { border:0px }
TEXTAREA, INPUT, SELECT {
	border: 1px #808080 solid;
	background: #FFFFFF;
}
P#symbols {
	color: #000000;
	margin-bottom: 0px;
	font-weight: Bold;
}
/* PAGE */
.name{ text-transform: uppercase; }
#logo { background:url("images/logo.jpg") no-repeat; background-position: 50% 50%; width:530px; height:270px; vertical-align:bottom; text-align:center; padding-bottom:15px; font-size:11pt; }
#logo DIV { margin-bottom:200; height:260px; text-align:left; margin-left:60px; font-size:8pt; font-family: Arial; }
TABLE.foot TD {
	padding-left: 30px;
	color: #000000;
	font-size: 9pt;
	font-weight: 300;
	vertical-align: top;
}
TABLE.foot TD#line { border-left:1px solid #8080B0; width:2px; margin:0px; padding:0px; }
/* REQUEST */
.request TEXTAREA, .request INPUT, .request SELECT { width:400px; }
/* CATALOG */
DIV#catitem { padding:5px; height:110px; width:130px; text-align:center; float:left; }
DIV#catitem DIV {background:url("images/catpic.jpg") no-repeat; height:96px; width:128px; text-align:center; vertical-align:middle; padding-top: 3px; }
DIV#catpic {background:url("images/catpic.jpg") no-repeat; height:96px; width:128px; text-align:center; vertical-align:middle; padding-top: 3px; float:left; margin-right:15px;}
DIV#catitem IMG { border:0px }
B#catname { color:#FF4444; margin-top:10px; margin-bottom:5px; text-transform:uppercase; }
B#catprice { color:#FF4444; margin-top:10px; margin-bottom:5px; }
/* TOP MENU */
#top_menu { color: #000000;text-align:right; pagging:30px; margin-top:30px; background:url("images/menu_top_bg.jpg") repeat-x; background-position: bottom center; text-transform:uppercase; font-size:11pt; }
#top_menu a { font-size:11pt; text-decoration:none; }
#top_menu DIV#menu { margin-right:30px; }
#top_menu DIV#strelka { background:url("images/polosa_up_men_02.jpg") repeat-x; width:100px; height:35px; }
/* LEFT MENU */
TABLE TD#menu_left { padding-left:30px; vertical-align:top; }
TABLE TD#menu_left HR {
	border: 1px #808080 solid;
	margin-right: 20px;
}
TABLE TD#menu_left A B {
	text-decoration: none;
	line-height: 1.8;
	color: #000000;
}
TABLE TD#menu_left A {
	text-decoration: none;
	line-height: 1.8;
	color: #000000;
}
TABLE TD#menu_left A:hover B {
	text-decoration: none;
	line-height: 1.8;
	color: #800000;
}
TABLE TD#menu_left A:hover {
	text-decoration: underline;
	line-height: 1.8;
	color: #800000;
}
.child { display:none; padding-left:10px; }
/* BOTTOM MENU */
TD.bottom_menu { background:url("images/polosa_down_men_01.gif") repeat-x; text-align:center; text-transform:uppercase; font-size:11pt; }
TD.bottom_menu DIV { float:right }
TD.bottom_menu P { margin-top:30px; }
TD.bottom_menu P A { font-size:11pt; text-decoration:none; }
/* SUBMENU */
div.submenu{ position:absolute; visibility: hide; visibility: hidden; filter:Alpha(opacity=85); float : left;z-index:100; }
div.submenu table{
	background-color: #FFFFFF;
	border: 1px solid #000000;
}
div.submenu table td a{
	padding: 3px 8px 3px 8px;
	color: #000000;
	display : block;
	font-size: 10pt;
	TEXT-DECORATION: none;
}
div.submenu table td a:hover{
	padding: 3px 8px 3px 8px;
	color: #000000;
	display : block;
	font-size: 10pt;
	TEXT-DECORATION: underline;
}