/*-------------------------------------------YUI Reset ------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/*-------------------------------------------------------------------------------------- Size reset and general styles */
html, body{margin:0; padding:0;}
body{
	margin:0;
	padding:0;
	font:normal 62.8% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000;
	background-color:#BABFC5;
}
h1, h2, h3, h4, h5, h6, p, li, ul, ol, li{
	margin:0; padding:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	background-color:transparent;
}
h1, h2, h3, h4, h5, h6{
	font:normal 1em Arial, Helvetica, sans-serif;
}
ul, ol, li{
	list-style:none;
}
a img{border:none; position:relative;}
.clr{
	position:relative;
	width:1px;
	height:1px;
	margin:-1px;
	clear:both;
	font-size:1px;
}
.left, .right{position:relative; float:left;}
.right{float:right;}
/*---------------------------------------------------------------------------- FORM  STYLES */
form{padding:10px;}
input, select, textarea {
	font:normal 1.1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	border:1px solid #005599;
	color:#555;
	background-color:#F7F8F9;
}
input.button{
	border:none;
	background-color:#ddd;
	color:#000;
}
label{
	padding:0 5px;
}
/*-------------------------------------------------------------------------------------- Master formatting */
.master{
	position:relative;
	width:980px;
	margin:auto;
}
/*---------------------------------------------------------------------------- Header formatting */
.header{
	position:relative;
	width:980px;
	height:100px;
	padding:0;
	background:url(../images/bg_header.gif) left top repeat-x #fff;
	z-index: 12;
}
.header .left_deco{
	position:absolute;
	width:5px;
	height:100px;
	left:0;
	top:0;
	background:url(../images/bg_deco_left.gif) repeat-y;
	z-index:10;
}
.header .right_deco{
	position:absolute;
	width:5px;
	height:100px;
	right:0;
	top:0;
	background:url(../images/bg_deco_right.gif) repeat-y;
	z-index:10;
}
/*------------------------------------------------------------------ Logo formatting */
a.logo{
	position:absolute;
	top:0px;
	left:0px;
}
/*------------------------------------------------------------------ Searchbar formatting */
.searchbar{
	position:absolute;
	right:10px;
	top:53px;
	width:140px;
	padding:0 0 0 20px;
	height:20px;
	background:url(../images/bg_searchbar.gif) no-repeat;
}
.searchbar form {padding:0;}
.searchbar input.field{
	font:normal 1.1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	height:14px;
	line-height:14px;
	border:1px solid #ccc;
	width:100px;
	margin:0;
	padding:0;
}
.searchbar input.btn{
	position:relative;
	top:3px;
	border:none;
}
/*------------------------------------------------------------------ Top Menu formatting */
ul.topnav{
	position:relative;
	bottom:0px;
	right:0px;
	top: 73px;
	width: 964px;
	padding: 6px 8px 0 8px;
	background:url(../images/bg_topmenu.gif) repeat-x;
	height: 21px;
}
ul.topnav li, ul.topmenu li.selected{
	position:relative;
	height:21px;
	line-height:21px;
	margin:0 1px;
	
	float: left;
}
ul.topnav li a, ul.topnav li.selected a{
	display:block;
	position:relative;
	float:left;
	font:bold 1.1em Arial, Helvetica, sans-serif;
	line-height:20px;
	text-decoration:none;
	padding:1px 10px 0 10px;
	color:#fff;
	background-color:inherit;
}
ul.topnav li a:hover, ul.topnav li:hover ul li a:hover, .ie6subnav li a:hover{
	background:url(../images/bg_topmenu_a_hover.gif);
}
ul.topnav li.selected a{
	color:#003662;
	background:url(../images/bg_topmenu_a_selected.gif);
	border:1px solid #777;
	border-bottom:none;
	padding:0 9px;
}
ul.topnav li ul{
	display:none;
}
ul.topnav li:hover ul, .ie6subnav{
	display:block;
	position:absolute;
	top:21px;
	left:0;
	width:150px;
	background-color:#ccc;
}
ul.topnav li:hover ul li, .ie6subnav li{
	height:20px;
	line-height:20px;
	background:none;
}
ul.topnav li:hover ul li a, .ie6subnav li a{
	display:block;
	width:140px;
	padding:0 5px;
	line-height:20px;
	color:#FFF;
	background:none;
	border:none;
}

/*------------------------------------------------------------------ Side formatting */
.side{
	width:144px;
	padding:10px;
}
/*-------------------------------------------------------- Side panel with rounded corners formatting */
.side_panel_wrapper{
	margin:0 0 10px 0;
	background:url(../images/bg_sidepanel.gif)  center top repeat-y;
}
.side_panel_header, .side_panel_footer{
	width:140px;
	height:22px;
	background:url(../images/bg_topmenu.gif) left top repeat-x;
	margin:auto;
}
.side_panel_header h1{
	font:bold 1.2em "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:left;
	padding:0 0 0 5px;
	line-height:24px;
	color:#fff;
}
.side_panel_footer{
	background:url(../images/bg_topmenu.gif) left bottom repeat-x;
	height:10px;
}
.side_panel_content{
	padding:0 10px 10px 10px;
	background:url(../images/bg_sidepanel_content.gif) center bottom repeat-x;
	margin-left:auto;
	margin-right:auto;
}
/*---------------------------------------------- Side panel navigation formatting*/
/*------------------------------------ Level 1 formatting*/
.side_panel_content ul{ width:100%; overflow:hidden; }
.side_panel_content ul li{}
.side_panel_content ul li a{
	font:normal 1.2em "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#888;
	background-color:transparent;
	line-height:18px;
}
.side_panel_content ul li a{
	padding:0 0 0 10px;
}
.side_panel_content ul li a:hover{
	color:#000;
}
/*------------------------------------------------------------------ Content formatting */
.content{
	padding:0 10px 0 10px;
	background:url(../images/bg_content.gif) center top  repeat-y;
}
/*------------------------------------------------------------------ Content formatting */
.pages { 
	font-size: 1.8em;
}
.title_res{ 
	font-size: 1.2em;
	background-color:#CCCCCC;
}
/*------------------------------------------------------------------ Display formatting */
.display{
	width:786px;
	padding:0 0 0 10px;
}
/*------------------------------------------------------------------ Articles Formatting */
.articles_wrapper{
	width:610px;
	padding:10px 10px 0 0;
}
.articles_wrapper1{
	width:382px;
	padding:10px 10px 0 0;
}
.article{
	background-color:#eee;
	color:#777;
	width:100%;
	margin:0 0 8px 0;
}
.article_title{
	position:relative;
	background:url(../images/bg_topmenu.gif) repeat-x;
	width:100%;
	height:30px;
}
.article p{
	padding:5px;
	font:normal 1.1em "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.article h1, .article h2, .article h3, .article h4, .article h5, .article h6{
	font-weight:bold;
	padding:0 5px;
	color:#555;
	background-color:inherit;
}
.article h1{
	font-size: 1.5em;
	line-height:35px;
	color:#fff;
	padding:0 5px;
}
.article img{
	padding:5px;
}

.article a{
	color:#0066CC;
	background-color:inherit;
	text-decoration:none;
}
.article h2{
	font-size: 1.5em;
}
.article h3{
	font-size: 1.4em;
}
.article h4{
	font-style:italic;
	font-size: 1.3em;
}
.article h5{
	font-style:italic;
	font-size: 1.2em;
}
.article h6{
	font-style:italic;
	font-size: 1.1em;
}
.half{
	width:49%;
}
.ico_login{
	background:url(../images/ico_login.gif) no-repeat 125px center;
}
.ico_phones{
	background:url(../images/ico_phones.gif) no-repeat 125px center;
}
.article .ico_article{
	padding:0 5px 0 30px;
	background:url(../images/ico_article.gif) no-repeat 8px 8px;
	width:inherit;
	height:30px;
	overflow:hidden;
}
.article .ico_article a{
	color:#FFF;
}
/*------------------------------------------------------------------ Phone Brand Formatting */
.phone_thumb_wrapper{
	position:relative;
	float:left;
	width:122px;
	text-align:center;
	padding:10px 0;
}
.phone_thumb_wrapper a{
	font-size:1em;
}
.phone_thumb_wrapper a:hover{
	color:#000;
}
.phone_thumb_wrapper img{
	width:82px;
	height:114px;
	padding:11px 10px;
	background:url(../images/bg_phone_thumb.gif) center center no-repeat;
}
.article_title h1{
	display:block;
	position:relative;
	float:left;
	width:265px;
}
.article_title img{
	position:relative;
	float:right;
}
/*------------------------------------------------------------------ Phone Page Formatting */
table.phone_table td{ 
	padding:2px;
	color:#333;
	background-color:#f1f1f1;
}
table.phone_table th{ 
	padding:2px;
	font:bold 1.3em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#104B76;
	background-color:#d1d1d1;
	width: 70px;
	border-bottom:1px solid #ccc;
}
table.phone_table td.separator{
	border-top:2px solid #999999;
}

table.phone_table td.title{ 
	font:bold 1.3em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#104B76;
	background-color:#d1d1d1;
}
table.phone_table td.ttl{ 
	font:bold 1.1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#006699;
	background-color:#dedede;
	width: 90px;
	border-bottom:1px solid #ccc;	
}
table.phone_table td.nfo{ 
	border-bottom:1px solid #ccc;
	width: 230px;
}
table.phone_table a img{
	border:1px solid #f1f1f1;
}
/*---------------------------------------------------------------------------- Footer formatting */
.footer{
	font:normal 1.1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	position:relative;
	bottom:0;
	height:35px;
	background:url(../images/bg_topmenu.gif) left bottom repeat-x;
	width:980px;
	line-height:35px;
}
.footer .deco_left{
	position:absolute;
	left:0;
	top:0;
}
.footer .deco_left{
	position:absolute;
	width:5px;
	height:35px;
	left:0;
	top:0;
	background:url(../images/bg_deco_left.gif) repeat-y;
	z-index:10;
}
.footer .deco_right{
	position:absolute;
	width:5px;
	height:35px;
	right:0;
	top:0;
	background:url(../images/bg_deco_right.gif) repeat-y;
	z-index:10;
}
.footer ul li{
	position:relative;
	float:left;
	padding:0 0 0 10px;
}
.footer a {
	color:#fff;
	border-right:1px solid #fff;
	padding:0 10px 0 0;
}
.footer a.last{
	border:none;
}
/*------------------------------------------------------------------ Copyright Formatting */
.copyright{
	font:normal 1.1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height:35px;
	padding:0 30px;
	color:#fff;
	height: 35px;
}
/*---------------------------------------------------------------------------- TEXT  STYLES */

.c_white{
	color:#fff;
	background-color:transparent;
}
.c_black{
	color:#000;
	background-color:transparent;
}
.c_gray{
	color:#999;
	background-color:transparent;
}
.c_red{
	color:#CC0000;
	background-color:transparent;
}
.c_blue{
	color:#336699;
	background-color:transparent;
}
.c_yellow{
	color:#FFCC00;
	background-color:transparent;
}
.c_green{
	color:#336600;
	background-color:transparent;
}
.c_orange{
	color:#FF6600;
	background-color:transparent;
}
.c_underline{
	text-decoration:underline;
}
/*---------------------------------------------------------------------------- RATINGS  */
.vot_header
{
	font:normal 1.1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:left;
	padding:0 0 0 5px;
	line-height:24px;
	color:#fff;

}
.vot_line
{
	background-color:#999999;
	text-align:left; 
	vertical-align:middle; 
	height:12px; 
	width:100%;	
	border:1px solid #505050;
}
.vot_design
{
	height:inherit; background-color:#990000; color:#FFFFFF;
}
.vot_perf
{
	height:inherit; background-color:#009900; color:#FFFFFF;
}
.vot_func
{
	height:inherit; background-color:#000099; color:#FFFFFF;
}	
.vot_report
{
	height:inherit; background-color:#999900; color:#FFFFFF;
}	
/*---------------------------------------------------------------------------- TABS  STYLES */
.oferte{
	position:relative;
	float:left;
	width:786px;
	height:180px;
	padding:10px 0 0 0;
}
.indentmenu{
	position:absolute;
	right:10px;
	top:12px;
	font: bold 13px Arial;
	width: 100%; /*leave this value as is in most cases*/
	z-index:11;
	width:200px;
}

.indentmenu ul{
	margin: 0;
	padding: 0;
	float: left;
}

.indentmenu ul li{
	position:relative;
	width:200px;
	height:40px;
	margin:0 0 5px 0;	
}

.indentmenu ul li a{
	font:bold 1.2em "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#3A7AA0;
	display:block;
	width:180px;
	line-height:40px;
	padding: 0 10px;
	background:url(../images/bg_oferte_tab_normal.gif) no-repeat;
}

.indentmenu ul li a.selected{
	background:url(../images/bg_oferte_tab_selected.gif) no-repeat;
	color:#fff;
	width:160px;
	padding:0 10px 0 30px;
}

.tabcontentstyle{ /*style of tab content container*/
	width: 450px;
	margin-bottom: 1em;
	padding: 10px;
}

.tabcontent{
	display:none;
	position:relative;
	height:180px;
	background-color:#fff;
}
.tabcontent .article{
	width:580px;
}
.tabcontent img{
	border:none;
}
/****************************** OTHER STYLES ******************************/
a.button {
	border:1px outset #005599;
	color:#555;
	background-color:#F7F8F9;
}
a.button:hover {
	border:1px inset #005599;
}
@media print {
.tabcontent {
display:block !important;
}
}
