
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 14px;
	font-family: Arial, sans-serif;
	color: #313131;
	background: #fff;
}

img {
	border: 0;	
}

h1 {
	font-size: 30px;
	font-weight: normal;
}
h2 {
	font-size: 18px;
	font-weight: normal;
}
h3 {
	font-size: 16px;
	font-weight: normal;
}
h4 {
	font-size: 14px;
	font-weight: normal;
}

.n1 {
	font-size: 38px;
	font-weight: normal;
}
.n2 {
	font-size: 24px;
	font-weight: normal;
}
.n3 {
	font-size: 18px;
	font-weight: normal;
}
.n4 {
	font-size: 16px;
	font-weight: normal;
}

a {
	color: #af0505;
	text-decoration: underline;	
}
a:visited {
	color: #696969;
}
a:hover {
	color: #af0505;
	text-decoration: none;
}

.cb {
	clear: both;
	width: 100%;
}
.line {
	clear: both;
	width: 100%;
	font-size: 1px;
	height: 1px;
	background: #a9a9a9;
	margin: 6px 0;
}

.tiny {
	font-size: 10px;
	text-transform: uppercase;
}
.light {
	color: #bbb;	
}
/*************************************************************************************/
.wrapper {
	width: 997px;
	margin: 0 auto;
}

#page_top {
	border-bottom: 1px solid #a9a9a9;
	float: left;
	width: 100%;
}
#antystatyczny {
	margin: 20px;	
	display: block;
	width: 225px;
	float: left;
}
#search_top {
	float: right;
	margin: 20px 0;
}
#search_top input {
	font-size: 16px;
	height: 21px;
	width: 200px;
	border: 1px solid #aaa;
	float: left;
	padding: 4px;
}
#search_top input {
	color: #bbb;
}

#search_top input:focus {
	color: #333;
}

#search_top button {
	width: 46px;
}

/*************************************************************************************/
#page_content {
	width: 100%;
	clear: both;
}
.title {
	background: #e8e8e8;
	line-height: 57px;
	height: 57px;
}
.title h1 {
	margin-left: 20px;
	width: 650px;
	float: left;
	overflow: hidden;
	height: 57px;
}
.title h1 span {
	color: #888;	
}
.title .alert {
	padding: 12px 0;
	float: left;
}
.title .alert_msg {
	float: left;
	padding: 0 3px;
}

.menu {
	height: 45px;
	list-style: none;
	background: #af0505 url('images/tm.png') repeat-x top;
}
.menu li {
	float: left;
}
.menu li a, .menu li span {
	font-size: 18px;
	color: white;
	text-decoration: none;
	display: block;
	height: 45px;
	line-height: 45px;
	float: left;
	padding: 0 2em;
}
.menu li a.active {
	background: url('images/mactive.png') no-repeat center top;
}
/*************************************************************************************/
.info_content {
	width: 653px;
	float: left;
	margin: 5px 0 0 0;
}

.info_title {
	margin-left: 20px;
	width: 900px;
	float: left;
	margin: 5px 20px;
}
.info_content p {
	text-align: justify;
	margin-top: 1em;	
	clear: both;
}
.info_visit {
	float: right; 
	text-align: right;	
	margin: 5px 0px;
}

.info_sidebar {
	width: 336px;
	float: left;
	margin: 5px 0 0 8px;
}
.info_menu {
	width: 316px;
	float: left;
	margin: 20px 20px 40px 0;
	padding: 1em 0;
	background: #fff;
	border-right: 1px solid #ddd;
}
.info_menu ul {
	list-style-position: inside;
}

.info_menu ul li {
	padding: .4em; 
	padding-left: 2em;
}

.info_menu ul li a {
}

/*************************************************************************************/
.box, .box2, .box3, .box336, .box4 {
	width: 210px;
	border: 1px solid #a9a9a9;
	float: left;
	margin-right: 8px;
	margin-bottom: 9px;
}
.box3 {
	width: 650px;
	margin-right: 0;
}
.box336 {
	width: 336px;
	margin: right: 0;	
}
.box4 {
	width: 320px;	
}
.box:hover, .box2:hover {
	border-color: #AF0505;
}
.bhead {
	background: #e8e8e8;
	padding: 5px 6px;
	border-bottom: 1px solid #ccc;
}
.bbody {
	padding: 3px 7px;
	overflow: hidden;
	clear: both;
}
.box .bbody {
	height: 55px;	
}
.box2 .bbody {
	height: 80px;	
}

.bmenu {
	background: #e8e8e8;
	float: left;
	width: 100%;
}
.bmenu div {
	border-bottom: 1px solid #ccc;
	background: #e8e8e8;
	padding: 5px 6px;
	width:  150px;
	float: left;
	cursor: pointer;
}
.bmenu div.active {
	background: #fff;
	border-bottom: 1px solid #fff;
}
.bitem {
	padding: 3px 7px;
	overflow: hidden;
	clear: both;
	display: none;
	height: 100px;
}
.flexible {
	height: auto;	
}
#box_overview .bitem {
	height: 116px;	
}

/*************************************************************************************/
#page_footer {
	clear: both;
	font-size: 11px;
	width: 100%;
	margin-top: 20px;
}
#page_footer a {
	color: #696969;
}
	
.fleft {
	width: 495px; 
	float: left;
	text-align: left;
}
.fright {
	width: 495px; 
	float: right;
	text-align: right;
}


.info {
	background: #fff6bf; 
	margin: 10px 0; 
	padding: 10px; 
	border: 3px solid #ffd324;
}
.error {
	background: #fff6bf; 
	margin: 10px 0; 
	padding: 10px; 
	border: 3px solid #ffd324;
	color: red;
	font-weight: bold;
}
/*************************************************************************************/
.doc p, .doc ul, .doc pre, .doc h3, .doc h2{
	margin: .5em 0;
}
.doc h3 {
	font-weight: bold;	
}
.doc li  {
	margin-left: 2em;
}
.doc pre {
	background: #eee;	
	padding: .3em;
}
/*************************************************************************************/
#flagme {
	float: left;
	position: relative;
	font-size: 12px;
}
#flag {
	float: left;
	position: absolute;
	z-index: 1000 !important;
	width: 250px;
	top: -60px;
	height: 55px;
	border: 1px solid #777;
	background: #eee;
	display: none;
}
#flag a, #flag span {
	line-height: 25px;
	padding: 0 4px;
}

#site_share {
	text-align: right;
	float: right;
}

div.div_share_twitter {
	padding: 5px 5px 5px 0;
	float: left;
}
a.share_twitter {
	background: url('images/twitter.ico') no-repeat 0 0;
	padding: 2px 0 0 20px;
	margin: 5px 5px 5px 0;
}
div.div_share_facebook {
	padding: 5px 5px 5px 0;
	float: left;
}
a.share_facebook {
	background: url('http://static.ak.fbcdn.net/rsrc.php/zAY6U/hash/cue6n9tz.ico') no-repeat 0 0;
	padding: 2px 0 0 20px;
	margin: 5px 5px 5px 0;
}

div.div_share_delicious {
	padding: 5px 5px 5px 0;
	float: left;
}
a.share_delicious {
	background: url('http://delicious.com/favicon.ico') no-repeat 0 0;
	padding: 2px 0 0 20px;
	margin: 5px 5px 5px 0;
}

div.div_share_stumble {
	padding: 5px 5px 5px 0;
	float: left;
}
a.share_stumble {
	background: url('http://cdn.stumble-upon.com/favicon.ico') no-repeat 0 0;
	padding: 2px 0 0 20px;
	margin: 5px 5px 5px 0;
}

div.div_share_rss {
	padding: 5px 5px 5px 0;
	float: left;
}
a.share_rss {
	background: url('http://feedburner.google.com/fb/lib/images/icons/feed-icon-12x12-orange.gif') no-repeat 0 3px;
	padding: 2px 0 0 20px;
	margin: 5px 5px 5px 0;
}


div.div_share_blip {
	padding: 5px 5px 5px 0;
	float: left;
}
a.share_blip {
	background: url('images/blip_small.png') no-repeat 0 1px;
	padding: 2px 0 0 20px;
	margin: 5px 5px 5px 0;
}

/*****************************************************/
legend {
	font-weight: bold;
	padding: 0;
}

fieldset {
	margin: .5em 0;
	border: 0;
}

input,textarea,select {
	border: 1px solid #ddd;
	padding: 0px;
	font-size: 18px;
	font-family: Arial, sans-serif;
}

input:focus,textarea:focus,select:focus {
	border: 1px solid #AE080C;
}

input,textarea,option {
	padding: 2px 4px;
}

textarea {
	font-size: 14px;
}

button  {
	padding: 0 16px;
	height: 31px;
	color: #af0505;
	background: url('images/button2.png') repeat-x;
	border: 0 solid #a3a3a3;
	border-width: 0 1px 0 1px;
	float: left;
	margin-left: 6px;
	font-size: 16px;
	cursor: pointer;
}

button:hover {
	background-position: 0 -31px;
}



input.small {
	font-size: 12px;
	border: none;
	background: none;
}

.buttons {
	clear: both;
	float: right;
}

ul.flist,fieldset ul {
	margin-top: 0;
	list-style: none;
}

ul.flist {
	padding-left: 1em;
}

ul.flist li {
	display: inline;
	float: left;
	margin: 0 1em 1em 0;
}

ul.flist li label {
	display: block;
	font-size: 14px;
}

ul.flist li input, ul.flist li textarea {
	width: 600px;
}

ul.flist li.cl {
	clear: left;
}

ul.flist li.short input {
	width: 288px;
}
ul.flist li #body {
	width: 415px;
}
ul.flist li #score {
	width: 170px;
}

.req {
	font-weight: bold;
	color: #ee3333;
}

/*****************************************************/

.comment {
	float: left;
	width: 630px;
	border-bottom: 1px solid #ddd;
	font-size: 12px;
}
.comm_left {
	width: 520px;
	float: left;	
}
.comm_guy {
	font-weight: bold;
	padding: 4px 8px;
	font-size: 14px;
	color: #AF0505;
}
.comm_guy span {
	font-weight: normal;
	color: #999;
	font-size: 10px;
	margin-left: 10px;
}
.comm_score {
	float: right;	
}
.comm_body {
	padding: 8px;	
}
.comm_rating {
	float:left;
	width: 40px;
	text-align: right;
	padding: 4px 8px;
	font-weight: bold;
	font-size: 14px;
}
.comm_vote {
	float:left;
	width: 30px;
	padding: 4px 8px;
	font-weight: bold;
	font-size: 14px;
	overflow: hidden;
}
.green {
	color: green;
}
.red {
	color: red;	
}


#comment_response {
	text-alignn: right;
	padding: 6px;
	float: right;
	font-weight: bold;
	font-size: 14px;
}

