body {
	background-color: #000000;
}

.width_100 {
	width: 100%;
}

.head {
	height: 71px;
	background-color: #000000;
}

#logo {
	padding-top: 15px;
}

#main_menu ul {
	float: right;
	list-style: none;
	margin: 32px 0px 0px 0px;
	padding: 0px;
}

#main_menu ul li {
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 15px;
}

#main_menu ul li a:link, #main_menu ul li a:visited, #main_menu ul li a:active {
	color: #FFFFFF;
}

#main_menu ul li a.selected {
	color: #FF3300;
}

.toolbar {
	height: 60px;
	background-image: url(../images/bg_toolbar.jpg);
	background-repeat: repeat-x;
	color: white;
}

#toolbar_login {
	text-align: right;
	padding-top: 16px;
}

#toolbar_login p {
	margin-bottom: 0px;
}

#toolbar_login input {
	margin-left: 10px;
	display: inline;
}

#toolbar_login label {
	margin-left: 20px;
}

#toolbar_search {
	padding-top: 5px;
}

#toolbar_search select {
	width: 100%;
}

#toolbar_search p {
	margin-bottom: 0px;
}

#toolbar_search a {
	color: white;
}

.home_top {
	height: 390px;
	background-color: #E0E0E0;
	background-image: url(../images/bg_home_top.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

.home_top h2 {
	border: none;
	margin-bottom: 0;
}

.home_top p {
	font-size: 1.3em;
	line-height: 1.384615em;
}

.home_top_padding {
	padding-top: 20px;
}

.home_bottom {
	background-color: #222222;
	background-image: url(../images/bg_home_bottom.gif);
	background-repeat: repeat-x;
}

.main {
	background-color: #222222;
}

.main_inner {
	padding: 20px 0px 10px 0px;
	background-image: url(../images/bg_page.gif);
	background-repeat: repeat-y;
}

.footer {
	height: 70px;
	background-image: url(../images/bg_footer.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
}

.footer_inner {
	height: 70px;
	background-image: url(../images/bg_footer_inner.jpg);
	background-repeat: none;
}

.footer a:link, .footer a:visited, .footer a:active {
	color: #FFFFFF;
}

.footer ul li a.selected {
	color: #FF3300;
}

.footer_top_padding {
	padding-top: 28px;
}

.footer_left_border {
	border-left-style: dotted;
	border-left-width: 1px;
	border-left-color: #FFFFFF;
}

#footer_menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#footer_menu ul li {
	float: left;
	margin: 0px;
	padding: 0px 15px 0px 0px;
}

label {
	display: block;
}

label.inline {
	display: inline;
}

.error {
	color: #FF3300;
	font-weight: bold;
	display: block;
}

.container_12 .thumb {
	margin-bottom: 20px;
	text-align: center;
	width: 294px;
	border: 3px solid #333333;
}

.container_12 .thumb .thumb_menu {
	width: 294px;
	position: absolute;
	bottom: 0;
	line-height: 1em;
	padding-top: 3px;
	padding-bottom: 3px;
	display: none;
	background: url(../images/alpha.png) repeat;
}

.container_12 .thumb .thumb_info {
	width: 294px;
	position: absolute;
	top: 0;
	line-height: 1em;
	padding-top: 3px;
	padding-bottom: 3px;
	display: none;
	background: url(../images/alpha.png) repeat;
}

.container_12 .thumb .thumb_info p {
	margin-bottom: 0;
	font-weight: bold;
}

.container_12 .thumb .thumb_menu a:link, .container_12 .thumb .thumb_menu a:visited, .container_12 .thumb .thumb_menu a:active {
	color: white;
	font-weight: bold;
}

.plans {
	width: 100%;
}

.plans th {
	font-size: 1.1em;
	background-color: #333333;
}

.plans th, .plans td {
	border-bottom: 1px solid silver;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
}

.plans .sale {
	color: #FF3300;
	font-weight: bold;
}

.plans .strike {
	text-decoration: line-through;
	font-weight: normal;
	font-style: normal;
}

.plans .price {
	background-color: #111111;
	font-weight: bold;
}
.right {
	text-align: right;
}
.pagination a:link, .pagination a:visited, .pagination a:active, .pagination strong {
	background-color: #333333;
	border: 1px solid #666666;
	padding: 3px 5px;
	color: white;
}
.pagination a:hover {
	background-color: #666666;
	text-decoration: none;
}
.pagination strong {
	background-color: #FF3300;
	border: 1px solid #FF3300;
	padding: 3px 5px;
	color: white;
}

.black {
	color: #000000;
}

.counter {
	color: #FFFFFF;
	background: #FF3300;
	padding-left: 3px;
	padding-right: 3px;
}

a.logout {
	background-color: #FF3300;
	font-weight: bold;
	padding: 2px 4px;
}
