/* Main Sttyles ******************/
html {
  height:100%;
}

body {
	font-family: Arial;
	font-size: 78%;
	color: #eee;
	padding:0;
	margin:0;
	background: #000;
}
.mceContentBody {
background: white;
color: #000;
}
h1 {
	color: #000;
	font-weight: normal;
	font-size: 1.40em;
	margin: 10px 0;
}

h2 {
	color: #FF6633;
	margin: 10px 0;
	font-weight: normal;
	font-size: 1.5em;
	background: #EFEFEF;
	padding-left: 15px;
}

h3 {
	color: #FF6633;
	margin: 10px 0;
	font-size: 1.4em;
	text-transform: uppercase;
}

a {
	text-decoration: underline;
	color: #FF6633;
}
p {
	margin: 10px 0;
}

img {
	border: 0;
}

#page {
	margin: 0 auto;
	width: 100%;
}
#logo {
	position: relative;
	z-index: 10;
	margin-top: -100px;
	margin-right: 15px;
}
#header {
	background: url('/images/header_bg.jpg') top left no-repeat;
}
#header_menu {
	height: 80px;
	border-bottom: 1px solid #676767;
	margin-right: 45px;
	margin-left: 570px;
	padding-top: 20px;
}
#header_menu strong {
	color: #FF6600;
	font-size: 1.6em;
	font-weight: normal;
	line-height: 1.6em;
}
#header-sub_menu {
	margin-left: 570px;
	height: 51px;
	border-right: 1px solid #676767;
	margin-right: 45px;
	text-align: right;
}
#header-end {
	margin-left: 570px;
	line-height: 25px;
	border: 1px solid #D0D0D0;
	border-left: none;
	margin-right: 25px;
}
#menu-top {
	line-height: 20px;
	color: #B5B5F3;
	padding-left: 10px;
	font-weight: bold;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 5px 0;
}
#menu-top a {
	color: #B5B5F3;
	text-decoration: none;
}
#menu-top a:hover {
	color: #F5F227;
}
div.sub-menu {

}
div.sub-menu p a {
	text-decoration: none;
}
div.sub-menu p {
	margin: 5px 0;
	padding: 0;
}
div.sub-menu p.first {
	margin-top: 15px;
}
div.sub-menu p.first a {
	text-transform: uppercase;
}
div.sub-menu p.second {
	padding-left: 17px;
	background: url(/images/marker-orrange.gif) left no-repeat;
	margin-left: 10px;
}
div.sub-menu p.second a {
	color: #FE9A44;
}
div.sub-menu p a:hover {
	color: #eee;
}
div.sub-menu p.second:hover {
	background: url(/images/marker-white.gif) left no-repeat;
}
div.sub-menu p.second-active {
	padding-left: 17px;
	background: url(/images/marker-white.gif) left no-repeat;
	margin-left: 10px;
}
div.sub-menu p.second-active a {
	color: #eee;
	font-weight: bold;
}
div.sub-menu p.active a {
	color: #eee;
	font-weight: bold;
}
#breadcrumb {
	background: #444;
	line-height: 20px;
	padding-left: 10px;
	padding-bottom: 2px;
}
#breadcrumb a {
	color: #eee;
}
#main-content {

}
#main-content td.left {
	padding: 0px 10px 20px 10px;
	width: 225px;
	background: #333;
}
#main-content td.main {
	background: #fff url(/images/main-td_bg.gif) top no-repeat;
	color: #000;
	padding: 0 10px 20px 10px;	
	border-right: 5px solid #000;
	font-size: 1.08em;
}
#main-content td.main p {
	margin: 15px 0;
}
#main-content td.main h1 {
	text-align: center;
}
#main-content td.right {
	padding: 5px 0;
	width: 1%;
}
td.right img.thumb {
	border: 1px solid #fff;
	margin-bottom: 5px;
	margin-right: 5px;
}
td.right p {
	margin:0 0 5px 0;
	padding: 0;
}
div.news p {
	background: #444;
	padding: 5px;
}
div.news span.title {
	color: #CBCCEA;
	display: block;
	padding-bottom: 0;
	margin-bottom: 10px;
	text-align: left;
	font-weight: bold;
}
div.news span.title a {
	color: #CBCCEA;
	text-decoration: none;
}
div.news span.date {
	color: #CBCCEA;
	display: block;
	padding-bottom: 0;
	margin-top: 5px;
	text-align: right;
	font-style: italic;
}
div.attention {
	border: 2px solid #FF6633;
	padding: 2px 10px;
}
div.attention span {
	font-weight: bold;
}
div.important {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;	
	padding: 10px 0;
	margin: 20px 0;
	font-weight: bold;
}
table.marker span {
	font-size: 1.5em;
	border-left: 1px solid #FF6633;
	padding-left: 5px;
	color: #444;
}
table.marker td {
	padding-bottom: 20px;
}
div.articles span {
	display: block;
	font-weight: bold;
}
div.articles div.more {
	margin: 0;
	padding: 0;
	text-align: right;
}
div.articles img {
	margin-right: 15px;
}
div.articles td {
	padding-bottom: 15px;
}
table.pictures {
}
table.pictures td {
	padding: 0 15px 15px 0;
}
span.bold {
	font-weight: bold;
	font-size: 13px;
	border: 0;
}
#bottom {
	background: #444;


	height: 90px;
	padding-left: 15px;
	padding-top: 10px;
}
#bottom div {
	float: left;
}
#bottom div.bottom-left {
	width: 25%;
	font-size: 0.92em;
}
#bottom div.bottom-right {
	width: 19%;
	text-align: right;	
}
#bottom div.bottom-middle {
	width: 53%;
	padding: 0 10px;
	text-align: center;
}
p.bottom-menu {
	margin: 0;
	padding: 0;
}
p.bottom-menu a {
	color: #eee;
}
ul.products-categories {

}
ul.products-categories li {
	font-size: 1.45em;
	font-weight: normal;
	line-height: 1.7em;
}

/* Some Hacks ******************/
.clearer {
	clear: both;
	line-height: 1px;
}
p.product_icons img{
	margin-right: 10px;
}
div.galery_icons{
	margin: 0;
}
div.galery_icons p{
	margin: 0;
	padding-right: 10px;
	float: left;
	height: 120px;
}
.date
{
	color: #9e987b;
	font-size: 8pt;
}
p.news_title
{
	font-size: 11pt;
	font-weight: bold;
	padding: 3px 0px;
	margin: 0;
}
.rss_4_ie
{
	width: 16px;
	height: 16px;
	position: absolute;
	z-index:-1;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/rss/rss_2.0.png');
}
.archives_4_ie
{
	width: 16px;
	height: 16px;
	position: absolute;
	z-index:-1;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/archives.png');
}
.news_img{
	margin-right: 10px;
}
.stars

{
	margin: 0px;

	padding: 0px;

}
.stars li

{

	margin: 0px;

	padding: 0px;

	width: 16px;

	height: 16px;

	float: left;

	background: url('/hostcmsfiles/images/stars_gray.gif') no-repeat 0 0;

	cursor: pointer;

	list-style-type: none;

}
.stars .curr

{
	margin: 0px;

	padding: 0px;

	width: 16px;

	height: 16px;

	float: left;

	background: none;

	background: url('/hostcmsfiles/images/stars_single.gif') no-repeat 0 0;

}
.comment
{
	background-color: #eae4df;

	padding: 30px;

	margin: 15px 0px 5px 0px;

	width: 450px;

	zoom: 1;

	position: relative;

	padding: 20px;
}

.comment p

{
	margin: 0px 0px 5px 0px;
}

.comment_desc

{
	margin: 0px 0px 10px 20px;
}


