@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: 0px;
/*	background: url('../images/bg-body.gif') top left;*/
	text-align:center;
	font-family:Verdana,Arial,Helvetica,Geneva,sans-serif;
	font-size:0.7em;
	padding:0px 15px 0px 15px;
  color: #505050;
    background-color: #fff;
	}
a img{border:0;}
a, a:active, a:visited {
    color:#0075d9;
}
a:hover{color:#CC0000;}
/*h2{
	position:relative;
  font-size: 1.4em;
	font-weight:500;
  color: #0275d0;
	margin:0px;
	letter-spacing:-1px;
	padding:8px;
	}*/
.h2, .h2-in, .h2 h2 {
    height: 24px;
    background: url('../images/h1-bg.gif') top left repeat-x;
    margin: 0;
    padding: 0;
}
html>body .h2, html>body .h2-in, html>body .h2 h2 {
    height: 31px;
}
.h2 {
    margin: 0px 0px 5px 0px;
}
.h2-in {
    background: url('../images/h1-right.gif') top right no-repeat;
}
.h2 h2 {
    background: url('../images/h1-left.gif') top left no-repeat;
    font-weight: bold;
    font-size: 1.3em;
    color: #fff;
    padding: 7px 0px 0px 15px;
}
h2 a, h2 a:visited {
    color: #fff;
}
h2 a:hover {
    color: #fff;
    text-decoration: none;
}
h3{ 
	position:relative;
  font-size: 1em;
	font-weight:500;
  color: #0275d0;
	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;
	}
.list_menu {
    position:relative;
    bottom: 2px;
  width: 142px;
  height: 19px;
  background: none;
  border: none;
  background: url('../images/login-input.gif') top left no-repeat;
/*  text-align: center;*/
  margin: 0 2px 0 2px;
  padding-top: 4px;
  padding-left: 5px;
  font-size: 1em;
}
html>body #login .list_menu {
    bottom: 3px;
}
.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;
	border-collapse: collapse;
    border: 1px solid #ccc;
    margin-left: 1px;
	}
table th {
  color: #fff;
  background-color: #007bdb;
  border: 1px solid #dff1f7;
	padding:3px;
	}
table td {
	/*background-color:#ccc;*/
 	border: 1px solid #dff1f7;
	padding:3px;
	}
	
/************************************************/
/******** BASIC LAYOUT STYLES *****************/
/***********************************************/
#holder {
	position:relative;
	background: #fff url('../images/bg-holder.gif') top right repeat-y;
	background-color:#fff;
	width:780px;
	width:850px;
	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 0px 10px;
	}
#header {
    background-color: #fff;
	position:relative;
	margin-bottom:1px;
	padding-top: 30px;
	}	
#header-left {
	position:relative;
	height:139px;
	width:100%;
	background:url("../images/header.jpg") bottom left no-repeat;
	z-index:0;
	/*border-bottom:5px solid #eee;*/
	}
#header h1{
	position:absolute;
	top:1.2em;
	_top:1.5em;
	left:200px;
	width:71%;
	z-index:2;
	color:#fff;
	padding:0px;
	font-size:1.2em;
	font-weight:100;
	text-align:left;
	}
#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:22px;
	left:30px;
	width:127px;
	height:106px;
	z-index:1;
	}
#slogan {
    position: absolute;
    top: 114px;
    left: 7px;
    z-index: 500;
    color: #e13131;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.80em;
}
#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:77%;
	overflow:hidden;
	}
#right {
	float: right;
	width:187px;
	overflow:hidden;
	}
#left-in {
	height: 500px;
	padding-top:0px;
	padding-right:5px;
	}
html>body #left-in {
	height: auto;
	min-height: 500px;
	}
#right-in {
	height:500px;
	}
html>body #right-in {
	height: auto;
	min-height:380px;
	}
#right h2 {
    color: #fff;
    height: 23px;
    font-weight: bold;
    font-size: 1.1em;
    padding: 6px 0px 0px 12px;
    background: #fff url('../images/h2-right-top.jpg') top left no-repeat;
    margin: 0;
}
#content {
	_height:expression("0px");
	margin: 0px 200px 0px 200px; 
	}
#content_center{
	background-color:#CCFFCC;
	}
/********************* FOOTER *****************/
#footer {
    text-align:center;
}
#footer_in {
	clear: both;
	background-color: #d9d9d9;
	height: 37px;
	width: 830px;
	margin: 0 auto;
	overflow: hidden;
}
html>body #footer {
	padding-bottom: 4px;
}
#footer_left {
    width: 229px;
	height: 33px;
    background-color: #f4f4f4;
    float: left;
    padding: 4px 4px 0px 4px;
    text-align:center;
}
#footer_right {
	height: 33px;
    padding: 4px 4px 0px 4px;
    margin-left: 242px;
    text-align: left;
}
#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: url('../images/bg-news.gif') top left repeat-x;
	margin:0px 0px 15px 0px;
	padding:1px 5px 5px 5px;
	height:120px;
	min-height:120px;
	padding-bottom:20px;
	font-size:1em;
	line-height:1.6em;
	}
html>body .news-list {
	height:auto;
	}
/*.news-list div{
	padding:5px 0px 5px 0px;
	}*/
.news-list div.img{
/*	border:8px solid #eee;*/
	margin-right:10px;
	margin-bottom:0px;
	float:left;
	}
.news-list div.text{
    margin-left: 100px;
}
.author {
	position:absolute;
	bottom:5px;
	right:5px;
	color:#0275d0;
	}
#left-in .border {
	position:relative;
	margin:5px 0px 5px 0px;
	font-size:113%;
	line-height:1.6em; 
	}
#left-in .border form{ 
	font-size:100%;
	line-height:1em; 
		}
/************* RIGHT COLUM CONTENT *********/
#fast-search {
    padding-top: 5px;
/*    padding: 9px 9px 9px 19px;*/
}
#fast-search .list_menu {
    width: 115px;
    background: url('../images/input-search.gif') top left no-repeat;
}
#fast-search .submitos {
    position:relative;
    top: -4px;
}
html>body #fast-search .submitos {
    top: 0;
}
#fast-search h3 {
	font-size:1.3em;
	font-weight:bold;
	margin:0px 0px 0px 2px;
	}
/*#searching {
	width:65%;
	font-size:1em;
	}*/
#right .action {
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
/*    background: url('../images/right-bottom.gif') bottom left no-repeat;*/
    padding-bottom: 5px;    
}
#right .action_in {
	padding: 5px 8px 8px 8px;
	margin: 0px;
	text-align: center;
	line-height: 1.2;
/*    background: url('../images/right-bg.gif') top left repeat-y;*/    
}
#right .border {
	/*padding:10px;*/
	text-align: left;
	padding: 0px 5px 5px 5px;
	}
#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: #0275d0 !important;
	text-align:left;
	padding:10px;
	}
.action .border h3{
	font-size:1.2em;
	font-weight:bold;
	text-align:left;
    color: #505050;
	}
.action .border a {
	}
#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 {
	}
/****************************************************/
#static {
  position: absolute;
  top: -27px;
  left: 0px;
  width: 100%;
  height: 24px;
  font-size: 0.85em;
  border-bottom: 2px solid #dc3334;
}
#static_in {
    position:relative;
    top: 0px;
}
.tab {
	float: right;
	font-weight: bold;
	height: 24px;
	margin: 0 0px 0px 2px;
}
.tab span {
	cursor: pointer !important;
}
.tab a {
	display: block;
	text-decoration: none;
	color: #fff;
	background: url('../images/tabs/topmenu/tab-bg-off.gif') repeat-x;
	height: 24px;
	line-height: 20px;
	float: left;
	margin: 0 0px 0 0;
}
.tab a span.text {
	float: left;
	display: block;
	height: 20px;
	padding: 3px 4px 0 4px;
	text-transform: uppercase;
/*	font-size: 13px;*/
}
html>body .tab a span.text {
	padding: 3px 4px 0 4px;
}
.tab a span.text img {
    position: relative;
    top: -1px;
    margin-right: 2px;
}
.tab a span.left, .tab span.right {
	display: block;
	float: left;
	width: 9px;
	height: 24px;
}
.tab a span.left {
	background: url('../images/tabs/topmenu/tab-left-off.gif') no-repeat;
}
.tab a span.right {
	background: url('../images/tabs/topmenu/tab-right-off.gif') no-repeat;
}
.tab a:link, .tab a:visited, .tab a:active{
	color: #fff;
} 
.tab a:hover, .tab a.active, .tab a:link.active, .tab a:visited.active, .tab a:active.active {
	background: url('../images/tabs/topmenu/tab-bg-on.gif') repeat-x;
	color: #fff;
	text-decoration: none;
}
.tab a:hover span.left, .tab a.active span.left {
	background: url('../images/tabs/topmenu/tab-left-on.gif') no-repeat;
}
.tab a:hover span.right, .tab a.active span.right {
	background: url('../images/tabs/topmenu/tab-right-on.gif') no-repeat;
}
#globallink{
	position:absolute;
	/*top:1em;*/
	top: 0px;
	/*left:26%;*/
	left: 160px;
    color: #0275d0;
	/*background: #fff url('../images/header.jpg') top left no-repeat;*/
	text-align:left;
	/*border:1px solid #eee;*/
	width:74%;
	height: 41px;
	/*height: 6em;*/
	}
#globallink p{
  position: absolute;
  bottom: 0.7em;
  /*bottom: 10px;*/
	background-image:url("../images/cor-globallink.gif");
	background-position:left bottom;
	background-repeat:no-repeat;
	}
a.glink, a.glink:visited, a.glink:hover, #user a, #user a:visited{
	display:block;
	float:left;
	padding:2px 10px 2px 10px;
	font-size:1em;
	color:#0275d0;
	font-weight: bold;
	text-decoration: underline;
	}
a.glink:hover {
    text-decoration: none;
}
/************ 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:#0099CC;
	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;
	}