body {
	text-align: center;
	margin: 0 0 15 0;
	font-family: georgia;
	background-color: maroon;
	background-image: url('../bg_stripe.png');
        background-position: center;
	background-repeat: repeat-y;
}
a:link,a:visited,a:hover,a:active {
color: red;
}
#title h1 {
background-color: maroon;
margin-top: 0px;
margin-bottom: 0px;
}
#title p {
margin-top: 0px;
padding: 5px;
margin-bottom: 20px;
font-size: 15px;
font-family: courier;
color: #FFF;
background-color: #000;
}
#content {
width: 475px;
text-align: left;
margin: 0 auto;
float: right;
}
#container {
width: 905;
margin: 0 auto;
text-align: left;
background-color: #FFF;
padding: 5px;
border-style: solid;
border-width:3px;
}
#navigation_bar {
color: #fff;
text-align: left;
margin: auto;
padding:5px;
width: 920px;
//width:915px;
}
#logo_bar {
text-align: left;
margin: auto;
padding:5px;
width: 920px;
//width:915px;
}
#navigation_bar a:link,#navigation_bar a:visited {
color:white;
padding:3px;
text-shadow: #000 1px 1px 1px;
}
#navigation_bar a:hover,#navigation_bar active {
background-color:black;
padding:3px;
}
#navigation_bar {

}
#navigation_bar img {
margin-bottom: 10px;
}
#navigation_bar span {
text-align:right;
float:right;
}
#featured {
width: 400px;
text-align: center;
float: left;
}
#featured img {
padding: 2px;
}
.header {
letter-spacing: 2px;
border-style: solid;
border-width: 0px;
border-bottom-width: 1px;
text-align: left;
margin-bottom: 5px;
font-family: georgia;
font-weight: lighter;
}
.header2 {
font-size: 25px;
border-style: solid;
border-width: 0px;
border-bottom-width: 1px;
font-weight: lighter;
}
.image {
float: left;
margin-right: 10px;
padding: 1px;
border-style: solid;
border-width: 1px;
}
.clear {
clear: both;
}
.module {
margin-top: 0px;
padding: 3px;
background-color: #FFFFFF;
border-bottom-style: dotted;
border-bottom-width: 1px;
border-bottom-color: #000;
}
.module:hover {
background-color: #e0e0e0;
border-bottom-style: dotted;
border-bottom-width: 1px;
border-bottom-color: #000;
}
.module small {
font-size: 12px;
}
#login {
float: left;
}
#register {
float: right;
}
label {
width: 150px;
float: left;
text-align: left;
margin-right: 20px;
}
.submit input {
margin: 0 0 0 170px;
font-size: 40px;
color: #000;
background: #e0e0e0;
border: 1px solid #F38248;
}
input {
	background-color: #FFF;
	border: 1px solid red;
}
fieldset {
	margin-top: 40px;
	border: 1px solid red;
}
legend {
	background-color: red;
	color: #FFF;
}
.active {
background-color:black;
}

#about_bar {
text-shadow: #000 0px 1px 1px;
color: white;
text-align: center;
margin: auto;
margin-top: 15px;
width: 905;
}
#about_bar a:link,#about_bar a:visited {
	color: #FFF;
	background-color: #000;
	padding:4px;
}
#sort a:link,#sort a:visited {
	color: #FFF;
	background-color: #000;
	padding:4px;
}
dl {
    border: 1px dotted black;
    padding: 0.5em;
	background-color: #E0E0E0;
  }
  dt {
    float: left;
    width: 150px;
    text-align: left;
    font-weight: bold;
    margin-left: 20px;
    margin-right: 10px;
    background-color: #CCCCCC;
  }
  dt:after {
    content: ":";
  }
  dd {
    margin: 0 0 0 150px;
    padding: 0 0 0.5em 0;
  }
dl img {
	float: left;
	border: 1px double;
	padding: 1px;
}

.good {
color: green;
}
.bad {
color: red;
}
.error {
	background-color: #FF0000;
	padding: 10px;
	color: white;
}
.success {
	background-color: green;
	padding: 10px;
	color: white;
}
li#searchBox form {
	border: 1px solid #ddd;
	background: #fff;	
	height: 20px;
	width: 180px;
}
li#searchBox input {
	border-left:1px solid #ddd;
	vertical-align: top;
}
li#searchBox input.search {
	border: 0;
	margin: 0;
	padding: 4px;
	line-height: 1;
	height: 12px;
	width: 151px;
	background: #fff;
}
.pagination div {
	float: right;
}
.pagination ul {
	float: right;
}
.pagination li {
	margin-left: 10px;
	display: inline;
}
li#searchBox form {
	border: 1px solid #ddd;
	background: #fff;	
	height: 20px;
	width: 180px;
}
li#searchBox input {
	border-left:1px solid #ddd;
	vertical-align: top;
}
li#searchBox input.search {
	border: 0;
	margin: 0;
	padding: 4px;
	line-height: 1;
	width: 151px;
	background: #fff;
}
.mainForm {
	background: transparent url(../img/bottom.gif) no-repeat bottom;
	padding-bottom: 8px;
	margin-bottom: 16px;
}
.mainForm h3 {
	color: #777;	
	margin:0;
	background: transparent url(../img/tabletop.png) no-repeat left top;
	padding: 12px 8px;
}
.mainForm table {
	width: 100%;
}
.mainForm table th {
	color: #ccc !important;
	text-align: right
}
.mainForm table th, .mainForm table td {
	background: #222222 url(../img/row.gif) repeat-x top;
	padding: 6px 10px 9px;
	border-top: 1px solid #252525;
	border-bottom: 1px solid #151515;
	color: #777;
	vertical-align: middle;
	font-size: 13px;
}
.mainForm table input {
	width: 200px;
	border:0;
	padding: 4px;
	vertical-align: middle;
	margin-right: 4px;
	border-top: 1px solid #252525;
	border-bottom: 1px solid #151515;
	border-left: 1px solid #252525;
	border-right: 1px solid #151515;
	margin-top: 0;
}
.mainForm table .submit {
	width: auto;
	cursor: pointer;
	background: #EE5C00;
	color: #fff;
	border: 2px solid #A94100;
	padding: 8px 12px;
	font-weight: bold;
}

/* Auto-complete */
.ac_results {
	padding: 0px;
	border: 1px solid #fff;
	background-color: #fff;
	overflow: hidden;
	text-align: left;
}
.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}
.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	border-top: 1px solid #999;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}
.ac_loading {
	background : #fff url('../img/indicator.gif') right center no-repeat;
}
.ac_over {
	background-color: Highlight;
	color: HighlightText;
}
th {
}
.badge {
	background-color: black;
	color: white;
	padding-left: 15px;
}
.badge {
	color:#fff;
	background-color:#000;
	border:1px solid #333;
	margin:0 3px 3px 0;
	padding:4px 8px 4px 3px;
	color:#fff!important;
	text-decoration:none;
	line-height:1.9;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	width:150px;
}
.badge:hover{
	border:1px solid #555;
	background-color:#555;
	text-decoration:none;
}
.badge a {
	text-decoration:none;
	color: #fff;
}
