/* CONTAINER */

#container {
	width: 800px;
	margin: 0 auto;
	font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.6em;
	color: #666;
	background-color: #FFF;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 32px;
	color: #CC6633;
	margin-bottom: 30px;
	background-color: #FFF;
}

h2 {
	color: #666666;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
	margin-top: 20px;
}

a {
	color:#CC6714;
	text-decoration: none;
}

a:hover {
	color:#CC6714;
	background-color: #F5F5F5;
}

form {
	float:right;
	margin-top: 30px;
	font-size: 9px;
}

input {
	background-color: #FFF;
	color: #999999;
	border: 1px solid #CCC;
	font-size: 11px;
	padding: 3px;
}

.button {
	padding: 2px;
}
		
/* HEADER */

#header {
	border-bottom: 1px solid #c4cbc2;
	padding-top: 10px;
	clear: both;
	margin-bottom: 10px;
	background: #fff url(http://www.ss7.pl/images/back_ss7.png) no-repeat;
	height: 100px;
}

#header p { 
	margin-top: -20px;
	margin-left: 30px;
	color: #999999;
}

#flags {
	margin-left: 746px;
	visibility: hidden;
}

#logo {
	width: 294px;
	height: 70px;
	float: left;
	clear: both;
}
		
/* MENU */

 #menu ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;			
	float: left;
	width: 180px;
}

 #menu li {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-weight: bold;			
	float: left;
	width: 180px;
}

#menu ul li a {
	display: block;
	padding: 5px;
	width: 180px;
	border-bottom: 1px solid #CCC;
}

#menu ul li ul li a {
	display: block;
	padding: 5px;
	padding-left: 20px;
	width: 165px;
	font-weight: normal;
	border-bottom: 1px solid #CCC;
}


#menu a:link, #menu a:visited {
	color:#CC6714;
	text-decoration: none;
}

#menu a:visited {
	color: #c19775;
	text-decoration: none;
}

#menu a:hover {
	background: #000000 url(http://www.ss7.pl/images/arrow.gif) 96% 50% no-repeat;
	background-color: #F5F5F5;
	color:#CC6714;
}

#menu p {
	margin-top: 20px;
	padding: 5px;
	text-align: center;
	border-bottom: 1px dotted #CCC;
	border-top: 1px dotted #CCC;
}

/* CONTENT */

#content {
	padding-top: 0;
	width: 372px;
	margin-left: 220px;
	margin-right: 200px;
}

#content p {
	padding-bottom: 10px;
	border-bottom: 1px solid #DDDDDD;
}

#content span {
	font-size: 13px; 
	font-weight:bold; 
	width: 270px; 
	height: 32px; 
	float:left; 
	display:block; 
	padding: 0px; 
	line-height: 2.2em;
}

#content a span {
	font-size: 13px; 
	font-weight:bold; 
	width: 230px; 
	height: 32px; 
	float:left; 
	display:block; 
	padding: 0px; 
	line-height: 2.2em;
}

#content a em {
	font-size: 11px; 
	color: #666666; 
	font-style: normal;
	height: 29px; 
	float:left; 
	display:block; 
	padding-top: 3px; 
	line-height: 2.2em;
}

#content .icon {
	border: 0;
	float: left;
	padding: 0; 
	width: 32px; 
	margin-right: 7px;
}

#dict {
	text-align: center;
}

#dict a {
	background-color: #FFF;
	color: #999999;
	border: 1px solid #CCC;
	font-size: 11px;
	padding: 5px;
}

#items h3.item {
	border: 0;
	color: #CC6714;
	font-weight: bold;
	font-size: 11px;
	width: auto; 
	height: auto;
	float:left; 
	display:block;
	padding: 0;
	margin: 0;
	padding-right: 5px; 
}

#items p.item {
	border: 0;
	font-size: 11px;
	line-height: 1.6em;
	padding-bottom: 10px;
	border-bottom: 1px solid #DDDDDD;
}

#framez {
	font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;	
}

#framez form {
	float: left;
	margin-top: 10px;
	font-size: 11px;
}

#framez input {
	background-color: #FFF;
	color: #999999;
	border: 1px solid #CCC;
	font-size: 11px;
	padding: 3px;
}
#framez form table {
	font: 11px Lucida Grande, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	width: 354px;
	margin-top: 0px;
}

#framez tr.yellow td {
	color: #666;
	font-size: 11px;
	border-top: 1px solid #FB7A31;
	border-bottom: 1px solid #FB7A31;
	background: #FFC;
}

#framez td {
	color: #666;
	font-size: 11px;
	border-bottom: 1px solid #CCC;
	padding: 0 0.5em;
}

#framez td:first-child {
	width: 150px;
}

#framez td+td {
	border-left: 1px solid #CCC;
	text-align: center;
}


/* SIDEBAR */

#sidebar {
	margin-top: 10px;
	float: right;
	width: 175px;
}

#sidebar p {
	padding-bottom: 10px;
	padding-right: 10px;
	border-bottom: 1px solid #DDDDDD;
}

#sidebar h2 {
	color: #666666;
	margin-bottom: 10px;
	margin-top: 0px;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
}

#sidebar a {
	padding: 0px 5px 10px 5px;
	display: block; 
	width: 175px; 
}

#sidebar a:hover {
	padding: 0px 5px 10px 5px;
	display: block; 
	width: 175px;
	background: #fff url(http://www.ss7.pl/images/active_orange.png) no-repeat top right;
}

#sidebar a:visited {
	padding: 0px 5px 10px 5px;
	display: block; 
	width: 175px;
	color: #c19775;
}

#sidebar a span {
	font-size: 13px; 
	font-weight:bold; 
	width: 130px; 
	height: 10px; 
	float:left; 
	display:block; 
	padding-bottom:0px; 
	line-height: 1.6em;
}

#sidebar a em {
	font-size: 11px; 
	color: #666666; 
	font-style: normal; 
	padding-top: 20px; 
	display: block;
}

#sidebar .icon {
	float: left; 
	padding: 0; 
	width:32px; 
	margin-right: 7px; 
	border: 0;
}

/* FOOTER */

#footer {
	margin-top: 20px;
	clear: both;
	background-color: #e2e1de;
	padding: 0px 5px 0px 5px;
}

#footer p {
	text-align: center;
	color:#89817f;
	padding: 5px;
}

#footer p a {
	color: #89817f;
	border-bottom: 1px dotted #89817f;
}

#footer p a:hover {
	color: #FFFFFF;
	background-color: #d0cfcd;
}
