 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color: white;
	scrollbar-face-color: white;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: silver;
	scrollbar-3dlight-color: silver;
	scrollbar-arrow-color:  green;
	scrollbar-track-color: white;
	scrollbar-darkshadow-color: silver;
}

/* General font families for common tags */
body,font,th,td,p,li { font-size:12px;  font-family: Times, serif }
/*a { font-weight:bold; }*/
HR	{ height: 0px; border: solid gray 0px; border-top-width: 1px;}

P { text-align:left; margin: 5px 0px 5px 0px; text-indent:0px; }

/* Form elements */
FORM { margin:0px; }
INPUT,SELECT, BUTTON { height:18px;}

input,textarea, select, BUTTON {
	BORDER-RIGHT: green 1px solid; BORDER-TOP: green 1px solid; FONT-SIZE: 12px; BORDER-LEFT: green 1px solid; BORDER-BOTTOM: green 1px solid; BACKGROUND-COLOR: white;	
	color : #000000;
	font: normal 12px Times, serif;
	border-color : green;
}


UL,OL { margin: 5px 0px 5px 20px; list-style-position:outside;}
UL { list-style-type:square; }
LI { margin: 5px 5px 5px 10px; }

H1,H2,H3,H4,H5,H6 { font-family:Times, sans-serif; margin: 5px 0px 5px 0px; text-indent:0px; }

H1 { font-family: Times, serif; font-size:140%; color: darkorange;}
H2 { font-family: Times, serif; FONT-SIZE:14px; font-style:italic; margin:0px; }
H3 { font-size:11px; font-family: Tahoma, Arial, Helvetica, sans-serif; }
H4 { font-size:100%; color:green;  }
H5 { font-size:100%; font-style:italic; }
H6 { font-size:100%; font-variant:small-caps; }


a { color: green; }
a:hover	{ color: darkorange }

caption { font-style:italic; font-weight:bold; }

small {font-family: Tahoma, Arial, Helvetica, sans-serif;  FONT-SIZE: 10px; color:gray; }

/*-------------------------------------*/



input.button {BACKGROUND-COLOR: green ; color: white; }
a.button { text-decoration: none; font-weight:bold; font-family: Tahoma, Arial, Helvetica, sans-serif; FONT-SIZE: 10px;}
a.b { text-decoration: none; font-weight:bold; font-family: Tahoma, Arial, Helvetica, sans-serif; FONT-SIZE: 10px;}

.price { font-size:24px; color: red ; font-family: Times, serif }
.accent { color: darkorange; }

.selecttitle {BACKGROUND-COLOR: #EEEEEE; }


.icons { WIDTH: 15px; HEIGHT: 15px }
.ico { WIDTH: 15px; HEIGHT: 15px }

.reklama_title { font-size:24px; color:black; font-style:italic;  font-family: Tahoma, Arial, Helvetica, sans-serif;  text-decoration: none; font-weight:bold;}
.price_title { padding:8px; font-size:13px; color:black; font-family: Tahoma, Arial, Helvetica, sans-serif;  text-decoration: none; font-weight:bold;}

.md {display: table; _height: 0; padding-left:5px;}
.mi {text-align:right; width:85px; height:85px; FLOAT:left;}

.header p { font-family: Tahoma, Arial, Helvetica, sans-serif;  FONT-SIZE: 10px; margin:5px; } 
.menu {WIDTH: 980px;font-weight:bold;}


.cleared{
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
     }
.left{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 49%;
      }
.right{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: right;
	overflow: hidden;
	width: 49%;
	}

