/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #233343;
	margin: 0px;
	background: #F8F8F8;
	font-size: 11px;
	padding: 0px;
}

input.login2 {
	width: 80%;
	border: 1px solid #000000;
	font-size: 12px;
	/* color:#ffffff;
	background-color : #6A6877; */
}
input { text-indent : 2px; }
input.mainoption {
	background-color: #38374A;
	border: 1px solid #000000;
	color : #ffffff;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bolder;
}

input.liteoption {
	background-color: #38374A;
	border: 1px solid #000000;
	color : #ffffff;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}
hr {
	height:1px;
}
PRE {
	FONT-SIZE: 10px; FONT-FAMILY: Verdana,Tahoma,Arial,Sans-Serif;
}
.t8 {
 font-size: 8px;
}
.t9 {
 font-size: 9px;
}
.t10 {
 font-size: 10px;
}

.t11 {
 font-size: 11px;
}
.t12 {
 font-size: 12px;
}
.t14 {
 font-size: 14px;
}
.t18 {
	font-size: 18px;
	text-align: left;
}
.bold{
 font-weight:800;
}
.orange {
 color: #ff5500;
}
.green {
 color: #9db840;
}
.green2 {
 color: #58731e;
}
.orange_zaglavie {
 color: #fea754;
}
.bordo {
 color: #CD0131;
}
.dark {
 color: #434343;
}
.white {
 color: #ffffff;
}
.news {
 color: #4f4f4f;
}
.black {
 color: #111111;
}
.s12 {
 font-size: 12px;
}

a {
/*	font-family: Verdana, Arial, Helvetica, sans-serif;*/
	color: #233343;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #fea754;
}

.bullets {color: #999999;}
.bull {
	margin-left: 5px;
	padding: 2px 0 2px 12px;
	background: url(r.gif) no-repeat 0 5px;
}
.header {color: #000000}
.style29 {color: #CCCCFF}
.body_back {
	background-color: #000000;
}
.body_front {
	background-color: #666666;
}
.text_fields {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFCC00;
	background-color: #000000;
}
.body_back_pic {
	background-color: #000000;
	background-image: url(/bg.jpg);
	background-repeat: repeat-x;
}

.light_back {
	/*color: #000000;*/
	background-image: url(light.jpg);
	background-repeat: repeat;
}
.dark_back {
	/*color: #FFFFFF;*/
	background-image: url(dark2.jpg);
	background-repeat: repeat;
}
.backgr_bordo {	background-color: #CD0131;}
.backgr_green {	background-color: #58731e;}
.linkseperation { text-decoration: none; color:#FFCC99 ; }
.inline { display: inline; }
.dotsLine {
	background-image: url(dots.gif);
	background-repeat: no-repeat;
	width: 754px; 
	height: 1px;
	margin-bottom:0px;
	line-height: 1px;
}

#content_table {
	padding:10px;
}

#main {
	margin: 0px auto auto; 
	width: 804px; 
	/* height: auto;  */
	text-align: left;
}

#main_bg {
	background: url(bg.png) #f9f9f9 repeat-y;
	position: relative;
}

#hdr_topbar {
	position: relative;
	background: url(../sys/pic.php?cache&q=100&w=756&h=98&crop&img=../UserFiles/banners/site_head.jpg) no-repeat center;
	margin: 0 auto; 
	width: 756px; 
	height: 98px
}

#main_content {
	position: relative;
	width: 756px; 
	margin-left: 24px
}

#capBottom {
	background: transparent url(cap_bottom.gif) no-repeat center top;
}

#menunavcontainer {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px;
	padding: 75px 0 0 0;
	width: 756px;
	position: relative;
	}
	
#globalnav {
	padding: 0;
	margin: 7px auto 0;
	background: #ccc url(labs_gnav_captop.gif) no-repeat center top;
	position: relative;
	min-height: 1em;
	width: 100%;
}
	
#menunav, #menunav ul { /* all lists */
	margin:0 auto 10px;
	padding:0;
	list-style: none;
	line-height: 11px;
	font-size: 10px;
	}

#menunav {
	margin: 0px 0 0px 70px; /* added 10 here */
	}
	
#menunav a {
	display: block;
	/*width: 10em;*/
	text-decoration: none;
	color: #FFFFDD;
	border: none;
	padding: 3px 5px 4px 5px;
	}

#menunav a:hover {
	color: #001C33;
	}	
	
#menunav li { /* all list items */
	/*background-color:#f3f3f3;
	background: transparent url(pipe.gif) no-repeat right 8px;*/
	float: left;
	border-right: 1px solid #DDDDDD;
	/*min-width: 4em; /* width needed or else Opera goes nuts */
	margin:1px 1px 0 1px;
	list-style-type:none;
	list-style-image:none !important;
	}

#menunav li ul { /* second-level lists */
	position: absolute;
	background: #cdd2db;
	width: 20em; /*10.5em*/
	top: 94px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	text-align: left;
	list-style-image:none !important;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#565656,direction=135,strength=2);
	}

#menunav li ul li {
	width: 19.75em; 
	border: none;
	margin: 1px;
	}

#menunav li:hover ul, #menunav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	}
	
#menunav li:hover, #menunav li.sfhover {
	background-color: #F0F0F0;
	}
	
#menunav li:hover a, #menunav li.sfhover a {
	color: #353A44;
	}
#menunav li:hover ul a, #menunav li.sfhover ul a {
	color: #353A44;
	border-bottom: 1px solid #c1c0dB;
	}

#menunav-capBottom {
	height: 7px;
	clear: both;
	display: block;
	top: 0px;
	left: 0;
}

#menunav-capTop {
	height: 7px;
	clear: both;
	display: block;
	top: 0px;
	left: 0;
}

#footer {
	background: url(footer.png) #f9f9f9 no-repeat; 
	width: 804px; 
	position: relative; 
	height: 100px; 
	text-align: center;
	vertical-align: top;
}
#footer_links {
	margin: 20px auto; width: 756px; font-size:9px; text-align: center;
}

#cart_table {
}
#cart_table #line_title {
	background-color: #CCCCCC;
	font-weight: bold;
}
#cart_table #line_data {
	background-color: #E9EDF5;
}
#cart_table #line_total {
	background-color: #D3DBEA;
	font-weight: bold;
}

.btnShort {
	float:right;
	width:91px;
	height:21px;
	margin-left:10px;
	padding-top:3px;
	cursor:pointer;
	color:#fb0b03;
	font-size:12px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image:url(btn_short.png);
	background-repeat:no-repeat;
}
.btnLong {
	float:right;
	width:128px;
	height:21px;
	margin-left:10px;
	padding-top:3px;
	cursor:pointer;
	color:#fb0b03;
	font-size:12px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image:url(btn_long.png);
	background-repeat:no-repeat;
}

/*-------------[ page navigator ]---------------*/
.line_title {
	color:#535c63;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}
.page_normal {
	padding-left:4px;
	padding-right:4px;
	color:#2b1100;
	border:solid 1px #bec6d0;
	background-color:#ffffff;
	cursor:pointer;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}
.page_normal_o {
	padding-left:4px;
	padding-right:4px;
	font-weight:bold;
	color:#2b1100;
	border:solid 1px #bec6d0;
	background-color:#ffffff;
	cursor:pointer;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}
.page_select {
	padding-left:4px;
	padding-right:4px;
	font-weight:bold;
	color:#ffffff;
	border:solid 1px #535c63;
	background-color:#535c63;
	cursor:default;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}
.page_inactive {
	padding-left:4px;
	padding-right:4px;
	color:#aaaaaa;
	background-color:#ffffff;
	border:solid 1px #bec6d0;
	cursor:default;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}
