@charset "utf-8";
/***************************************************************************************************/
/******************** ORANGE LandingPage, (c) 2005, created by ORANGEpro s.r.o., www.orangepro.cz **********/
/***************************************************************************************************/
html {
	height:100%;
	padding:0px;
	margin:0px;
	}
body {
	position:relative;
	height: 100%; 
	margin: 0;
	background-color:#33FFFF;
	text-align:center;
	font-family:Verdana,Arial,Helvetica,Geneva,sans-serif;
	font-size:0.7em;
	padding:0px 15px 0px 15px;
	color:#000;
	background: #000 url("../images/bg-body.jpg") top left;
	}
a {
	color: #006699;
	}
a:active {
	color: #006699;
	}
a:visited {
	color: #006699;
	}
a:hover {
	color: #CC0000;
	}
h2{
	position:relative;
	font-size:1.5em;
	font-weight:500;
	color:#fff;
	margin:0px;
	letter-spacing:-1px;
	background-color: #999;
	padding:8px;
	}
h3{ 
	position:relative;
	font-size:1.8em;
	font-weight:500;
	color:#000;
	margin:10px 0px 10px 0px;
	letter-spacing:-1px;
	font-size:1.5em;
	}
h4, #border h4 {
	font-size:1em;
	margin:10px 0px 10px 0px;
	}
h5 { }
label {}
legend {}
textarea {}
select {
	margin:1px 0px 1px 0px;
	}
fieldset {
	border:0px;
	}
a img {
	border: 0px;
	}
h4,h5,h6,p,form,fieldset{
	margin:0;
	padding:0;
	}
hr {
	visibility:hidden;
	}
.oddelovac {
	visibility:visible;
	background-color:#ff8000;
	}
/*.not_visible{
	visibility:hidden;
	}*/
.cleaner {
	background-color:#FF0000;
	clear:both;
	margin:0px;
	padding:0px;
	height:1px;
	font-size:0px;
	line-height:0px;
	}
.link {
	border:1px solid #ccc;
	height:1px;
	}
.cross-link {
	text-decoration:line-through;
	}
.red {
	color:#FF0000;
	}

.under-link-help {
	border-bottom:1px dashed #ccc; cursor:help;
	}

.error {
	color:#fff;
	width:60%;
	padding:20px 20px 20px 50px;
	margin-top:10px;
	background:url("../images/error-triangle.gif") 10px 10px;
	background-repeat:no-repeat;
	background-color:#FF0000;
	}
.dashed-line {
	margin:6px 0px 6px 0px;
	font-size:0px;
	border-bottom:1px solid #eee;
	}
#confirm {
	min-width:70%;
	padding:20px 20px 20px 60px;
	background:url("../images/confirm.jpg") 10px 10px;
	background-repeat:no-repeat;
	text-align:center;
	font-weight:bold;
	color:#FF0000;
	margin-bottom:15px;
}

.text_form {
	display:block;
	width: 170px;
	padding:5px 0px 5px 0px;
	float:left;
	padding-left:5px;
	}
.text-form-close {
	display:block;
	width: 100px;
	padding:5px 0px 5px 0px;
	float:left;
	}
.list_menu {
	width: 150px;
	background-color:#fff;
	font-size:0.9em;
	margin:2px;
	margin-left:0px;
	}
.list_menu-area {
	background-color:#fff;
	margin:2px;
	margin-left:0px;
	}
html>body .list_menu {
	}
.radio {
	margin:4px;
	_margin:2px;
	}
.inline {
	display:inline;
	background-color:#eee;
	}
.center {
	text-align:center;
	}
table {
	width:100%;
	font:0.9em;
	}
table th {
    color: #fff;
	background-color:#666;
	padding:3px;
	}
table td {
	background-color:#eee;
	padding:3px;
	}
	
/************************************************/
/******** BASIC LAYOUT STYLES *****************/
/***********************************************/
#holder {
	position:relative;
	background:url("../images/bg-right-colum.gif") top right repeat-y;
	background-color:#fff;
	width:83em;
	margin:0px 0px 0px 0px;
	text-align:left;
	height:auto;
	}
html>body #holder {
	height: auto;
	min-height: 100%;
	margin:0px auto 0px auto;
	/*padding:0px 14px 0px 0px;*/
	}
#holder-in {
	margin:0px 10px 10px 10px;
	}
#header {
	position:relative;
	margin-bottom:10px;
	}	
#header-left {
	position:relative;
	height:7em;
	width:100%;
	background-image:url("../images/bg-header-left.gif");
	z-index:0;
	border-bottom:5px solid #eee;
	}
#header h1{
	position:absolute;
	top:3.5em;
	_top:3.8em;
	left:10px;
	width:99%;
	height:45px;
	z-index:2;
	color:#000;
	padding:0px;
	font-size:1.2em;
	font-weight:100;
	text-align:right;
	}
#header-left #text p {
	padding: 8px 0px 5px 90px;
	font-size:2em;
	color:#990000;
	}
#right-in  form{
	width:100%;
	z-index:10;
	}
#right-in form select{
	font-size:0.9em;
	/*display:none;*/
	width:50%;
	}
#header-logo {
	position:absolute;
	top:0px;
	left:0px;
	height:114px;
	width:150px;
	/*background-image:url("../images/bg-logo.gif");*/
	z-index:1;
	}
#logo{
	position:absolute;
	left:0px;
	top:12px;
	}
#header-image-center {
	position:absolute;
	background-image:url("../images/");
	background-repeat:no-repeat;
	top:0px;
	left:200px;
	height:90px;
	width:530px;
	z-index:2;
	}	
#header-logo .cor-left-bott {
	position:absolute;
	bottom:0px;
	_bottom:-1px;
	left:-1px;
	}
#left {
	float: left;
	width:75%;
	overflow:hidden;
	
	}
#right {
	float: right;
	width:25%;
	overflow:hidden;
	}
#left-in {
	height: 500px;
	padding-top:0px;
	padding-right:10px;
	}
html>body #left-in {
	height: auto;
	min-height: 500px;
	}
#right-in {
	height:500px;
	}
html>body #right-in {
	height: auto;
	min-height:380px;
	}
#right-in h2  {
	color:#fff;
	font-size:1.2em;
	font-weight:bold;
	padding: 5px 0px 5px 10px;
	margin-bottom:0px;
	letter-spacing:normal;
	background: url("../images/bg-h2.jpg") top left;
	}
#right-in h2  {
	}
/*#right-in a, #right-in a:visited  {
	color:#ff9900;
	}*/
#content {
	_height:expression("0px");
	margin: 0px 200px 0px 200px; 
	}
#content_center{
	background-color:#CCFFCC;
	}
/********************* FOOTER *****************/
#bottom-spacer {
	background-color:#fff;
	position:relative;
	clear:both;
	text-align:center;
	width:83.05em;
	margin:0px auto 0px auto;
	}
html>body #bottom-spacer {
	width:83em;
}
#bottom {}
#bottom p {
	background-color:#fff;
	position:relative;
	padding:10px 10px 10px 10px;
	color:#000;
	}
#card-logo {
	position:absolute;
	top:10px;
	left:10px;
	height:34px;
	width:140px;
	background-color:#ccc;
	background-image:url("../images/cards.gif");
	background-repeat:no-repeat;
	display:none;
	}	
/************* LEFT COLUM CONTENT **********/
.news-list {
	position:relative;
	background-image:url("../images/bg-navigator.gif"); 
	background-repeat:repeat-x;
	border-bottom:1px solid #eee;
	margin:0px 0px 15px 0px;
	padding:5px;
	height:120px;
	min-height:120px;
	padding-bottom:20px;
	font-size:113%;
	line-height:1.6em;
	}
html>body .news-list {
	height:auto;
	}
.news-list p{
	padding:5px 0px 5px 0px;
	}
.news-list p img{
	border:8px solid #eee;
	margin-right:10px;
	margin-bottom:10px;
	float:left;
	}
.author {
	position:absolute;
	bottom:5px;
	right:5px;
	color:#666;
	}
#left-in .border {
	position:relative;
	margin:5px 0px 5px 0px;
	font-size:107%;
	line-height:1.6em; 
	}
#left-in .border form{ 
	font-size:100%;
	line-height:1em; 
		}
/************* RIGHT COLUM CONTENT *********/
#fast-search {
	text-align:left;
	color:#000;
	font-size:0.8em;
	padding: 15px 5px 10px 10px; 
	border-bottom:2px solid #fff;
	background-color:#dbdbdb;
	}
#fast-search h3 {
	font-size:1.3em;
	font-weight:bold;
	margin:0px 0px 0px 2px;
	}
#searching {
	width:65%;
	font-size:1em;
	}
.action {
	position:relative;
	background-image:url("../images/bg-action.gif");
	background-repeat:repeat-x;
	margin-bottom:10px;
	background-color:#fff;
	color:#666;
	border:1px solid #ccc;
	}
.border {
	padding:10px;
	}
#right-in .action .border ol{
	margin:0px;
	padding:0px;
	margin-left:25px;
	}
.login {
	padding:10px;
	}
.login strong {
	display:block;
	margin-left:10px;
	margin-top:5px;
	}
#login_1 {
	padding:10px;
	}
.action .border img {
	margin:10px 0px 10px 10px;
	}
.action .border p{
	color:#666666;
	text-align:left;
	padding:10px;
	}
.action .border h3{
	font-size:1.2em;
	font-weight:bold;
	text-align:left;
	color:#000;
	}
.action .border a {
	}
.action .login {
}
#right-in .action .border ul{
	margin:0px;
	padding:0px;
	margin-left:25px;
	}
/************* PROMO ACTION BLOCK **********/
.promo-action-block {
	margin:10px 0px 0px 0px;
	width:100%;
	overflow:hidden;
	}
.promo-action-block div a {
	margin-left:1px;
	}
.promo-action-block p{
	padding:8px;
	}
.promo-action-block h4 {
	font-size:1em;
	font-weight:bold;
	text-align:left;
	width:100%; 
	}
.promo-action-block a {
	margin-left:8px;
	}
.promo-action-block div object {
	}
/****************************************************/
#globallink{
	position:absolute;
	top:1em;
	left:24%;
	color:#000;
/*	background-color:#ff8000;*/
	text-align:left;
	border:1px solid #eee;
	width:76%;
	padding-top:10px;
	padding-bottom:10px;
	background: url("../images/bg-menu.gif") top left;
    font-weight: bold;	
	}
#globallink p{
	color:#000;
	background-image:url("../images/cor-globallink.gif");
	background-position:left bottom;
	background-repeat:no-repeat;
	}
a.glink, a.glink:visited, #user a, #user a:visited{
	display:block;
	float:left;
	padding:2px 8px 2px 8px;
	font-size:1em;
	color:#000;
	border-right:1px solid #000;
    text-decoration: none;	
	}
a.glink:hover {
    text-decoration: underline;	
}
/************ FORUM ****************/
#fast-search-tema {
	position:relative;
	margin:10px 0px 10px 0px;
	}
.navigator-forum {
	margin:0px 0px 10px 0px;
	}
.new-tema {
	position:absolute;
	right:0px;
	_right:10px;
	top:0px;
	display:block;
	padding:2px 10px 4px 10px;
	background-color:#ff8000;
	font-weight:bold;
	}
.forum-border{
	border:1px solid #fff;
	padding:5px;
	padding-right:0px;
	margin-top:5px;
	}
/**************** ACTION PRODUCTS **************/
#similar-product-box {
	height:50px;
	}
html>body #similar-product-box {
	height:auto;
	min-height:50px;	
	overflow:auto;
	}
.similar-product {
	text-align:center;
	float:left;
	width:29%;
	margin:1%;
	background-color:#eee;
	padding:1%;
	}
.similar-product img {
	margin:10px;
	width:90px;
	vertical-align:middle;
	}
.similar-product p{
	text-align:left;
	}

