/*

Theme Name: tradeville.bg

Theme URI: http://tradeville.bg/

Description: from scrach

Version: 1.0.5

Author: nix

Author URI: http://nix.bg/

Tags: simple



	The CSS, XHTML and design is released under GPL:

	http://www.opensource.org/licenses/gpl-license.php



*/







body {

	font-size: 62.5%; /* Resets 1em to 10px */

	font-family: Verdana, Arial, Helvetica, Sans-Serif;

	color:#555;

	}



small {

	font-family: Verdana, Arial, Helvetica, Sans-Serif;

	font-size: 0.8em;

	}



h1, h2, h3, h4, h5, h6 {

	font-family: 'Trebuchet MS', Arial, Sans-Serif;

	font-weight: bold;

	text-transform:uppercase;

	text-align:left;

}



h1 { font-size: 2.4em; }

h2 { font-size: 2em; }

h3 { font-size: 1.2em; }

h4 { font-size: 1em; }



.entry h1 { font-size: 2em; }

.entry h2 { font-size: 1.6em; }

.entry h3 { font-size: 1.2em; }

.entry h4 { font-size: 1em; }





pre {

	overflow:auto;

}



acronym, abbr

{

	font-size: 0.9em;

	letter-spacing: .07em;

	cursor: help;

	border-bottom: 1px dashed #999;

}



strong {	

	color:#666;

}



a {

	color: #26a;

	text-decoration: none;

}





a:hover {

	text-decoration: none;

}





hr { display:none; }

.post hr {
 	color:#FFFFFF;
	border-bottom: 1px solid #004F7C;
 }


a img {

	border: none;

	}





/* Layout */



body {

	margin: 0;

	padding: 0;

}



#page {

	margin: 0 auto;

	padding: 0;

	width: 980px;

}



#header {

	float: left;

	width: 980px;

	height:86px;

	position:relative;

}



#wrapper {

	margin: 0 auto 0 auto;

	width: 980px;

	text-align: left;

}



#content {

	float: left;

	width: 700px;

	/*padding-top: 26px;*/

	padding-top: 10px;

}

	

#footer {

	/*clear: both;*/

	width: 980px;

	background: #f3f9fc;
	border:1px solid #c3d2da;
	color: #00537d;
	overflow: auto;

}



/* Header */

#headerimage {

	padding:30px 0;

	/* If you want to add a background image for the header, uncomment and use the following lines of code */

	/*

	background:url('images/logo.jpg') no-repeat;

	padding: 30px;

	*/

}



#header h1 {

	margin:10px 0;

}



#header .description {

	font-size:1.2em;

}



#hmenu {

	margin:0 20px;

	padding:5px 0;

}



#hmenu ul {

	display:inline;

	margin:0;

	padding:0;

}



	

#hmenu ul li {

	padding:0;

	display:inline;

	margin:0 20px 0 0;

}



#hmenu ul li {

	font-size:1.2em;

	font-weight:bold;

	text-transform:uppercase;

}	



#hmenu ul li#hmenu_rss {

	background:url('images/rss.png') no-repeat;

	padding-left:20px;

}	



#header, #hmenu {

	background:url('images/border_h.png') repeat-x bottom;

}





/* End header */



/* Post */

.bullet { list-style-image: url('images/bullet.jpg'); }
.bullet li { margin-top:10px; }

.post {

	margin: 0;

	/*padding:30px 0; */

	text-align: justify; /*left;*/

	overflow:hidden;

	clear:both;

	}



.post h2 {

	margin:0;

	padding:0;

	text-align:left;

}



.post h3.post-title {

	font-weight:bold;

	font-size:1.8em;

	margin:0;

	padding:0;

	text-align:left;

}	





div.archive-title {

	font-size:1.6em;

	font-weight:bold;

}




.postmetadata {

	clear: both;

	font-size:1.1em;

	color:#888;

}



.clear {

	clear: both;

}



/*.entry {

	font-size:1.4em;

	line-height:1.4em;

	margin:20px 0;

}*/

.entry {

	margin:20px 0;

	font-size:1.3em;

}



.entry blockquote {

	border:1px dashed #ccc;

	font-size:0.9em;

	padding:5px 20px;

	margin:10px 0;

	background:#f8f8f8;

}



.entry blockquote blockquote {

	font-size:1em;

}



.entry fieldset {

	border:1px dashed #ccc;

}



.entry fieldset legend {

	font-weight:bold;

	text-transform:uppercase;

}

/*




.entry table {

	border-width:0 1px 1px 0;

	border-style:solid;

	border-color:#ccc;

	font-size:0.9em;

}

.entry table tr td {

	padding:5px 10px;

	border-width:1px 0 0 1px;

	border-style:solid;

	border-color:#ccc;

}


.entry table tr th {

	border-width:1px 0 0 1px;

	border-style:solid;

	border-color:#ccc;

	padding:5px 10px;

	background:#f4f4f4;

	color:#666;

	font-weight:bold;

	text-transform:uppercase;

	text-align:center;

}

*/

.entry table {
	font-size:0.9em;
}
.entry table th {	
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
}


#fragment-1 table {

	border-width:0 1px 1px 0;

	border-style:solid;

	border-color:#004F7C;
	
	}

#fragment-1 table tr td  {

	border-width: 1px 0 0 1px ;

	border-style:solid;

	border-color:#004F7C;

}

/*

.entry table {

	border-width:0 1px 1px 0;

	border-style:solid;

	border-color:#004F7C;

	font-size:0.9em;

}

.entry table tr td {

	padding:5px 10px;

	border-width:1px 0 0 1px;

	border-style:solid;

	border-color:#004F7C;

}


.entry table tr th {

	border-width:1px 0 0 1px;

	border-style:solid;

	border-color:#004F7C;

	padding:5px 10px;

	background:#E4EC62;

	color:#004F7C;

	font-weight:bold;

	text-transform:uppercase;

	text-align:center;

}

*/

.entry ol { list-style-type:decimal; }

.entry ol ol {	list-style-type:lower-alpha; }

.entry ol ol ol {	list-style-type:lower-roman; }



/* tables - COBOS */

.analisys {
	vertical-align:top;
	color:#FFFFFF;
	font-size:1.3em;
	font-weight:bold;
	padding-left:10px;
	padding-top:5px;
	width:215px;
	height:34px;
	background-image: url('images/table_analisys.png');
	background-repeat:no-repeat;
}

.analisystr { 
	padding-top:5px;
	vertical-align:top;
}

.topcobos {
	background:url(top-bg.jpg) no-repeat top;
	height:23px;
	color:#FFFFFF;
	font-weight:bold;
	font-family: 'Trebuchet MS',Arial,Sans-Serif;
	font-size:12px;
	}

.exceptions {
	background:url(exceptions.jpg) no-repeat top;
	height:23px;
	color:#FFFFFF;
	font-weight:bold;
	font-family: 'Trebuchet MS',Arial,Sans-Serif;
	font-size:12px;
	}
	
.cobostax {
	background:url(tax.jpg) no-repeat top;
	height:23px;
	color:#FFFFFF;
	font-weight:bold;
	
	font-family: 'Trebuchet MS',Arial,Sans-Serif;
	font-size:12px;
	}
/* tables - COBOS */


p img {

	padding: 0;

	max-width: 100%;

	}



img.centered {

	display: block;

	margin-left: auto;

	margin-right: auto;

	}



.alignright {

	padding:0;

	margin: 2px 0 5px 10px;

	display: inline;

	float:right;

	}



.alignleft {

	padding:0;

	margin: 2px 10px 5px 0;

	display: inline;

	float:left;

	}



.aligncenter,

div.aligncenter {

	display: block;

	margin-left: auto;

	margin-right: auto;

}



.navigation .alignleft {

	text-align:left;

}

.navigation .alignright {

	text-align:right;

}



.navigation {

	font-size:1.2em;

	clear:both;

	margin:20px 0;

}	





.wp-caption {

	border: 1px solid #ccc;

	text-align: center;

	background-color: #f3f3f3;

	padding-top: 4px;

}





.wp-caption img {

	margin: 0;

	padding: 0;

	border: 0 none;

}



.wp-caption p.wp-caption-text {

	font-size: 11px;

	line-height: 17px;

	padding: 0 4px 5px;

	margin: 0;

}



.searchbox {

	padding:20px;

	text-align:center;

	clear:both;

}



.center {

	text-align: center;

	}



.hidden {

	display: none;

	}





/* Comments*/



#comments {

	font-size:1.4em;

	line-height:1.4em;

}



.commentlist {

	margin:20px 0;

	padding:0 0 1px 0;

	background:url('images/border_h.png') repeat-x bottom;

}



.commentlist li {

	list-style:none;

	margin:0;

	padding:0;

	background:url('images/border_h.png') repeat-x top;

}



li.comment div, li.pingback div {

	padding:20px;

	overflow:auto;

}



li.comment div div, li.pingback div div {

	padding:0;

	overflow:visible;

}



.commentlist li.even {

	background-color:#fafafa;

}



.commentlist li.odd {

	background-color:#f6f6f6;

}



ul.children li {

	list-style:none;

}



img.avatar {

	float:right;

	border:1px solid #eee;

	padding:2px;

	margin:0;

	background:#fff;

}



.comment-meta, .reply {

	margin:0;

	padding:0;

	font-size:0.8em;

}



.comment-author cite {

	font-style:normal;

	font-weight:bold;

}





textarea#comment {

	width:100%;



}



#comments div.navigation {

	font-size:0.8em;

}



/* Sidebar */



#sidebar {

	font: 1.1em Verdana, Arial, Sans-Serif;

	padding-top: 10px;

	float: right;

	width: 260px;

	display: inline;

}	



#sidebar h2 {

	font-family: Verdana, Sans-Serif;

	font-size: 1.1em;

	}



#sidebar h2 {

	padding: 0;

	background:url('images/border_h.png') repeat-x bottom;

	}





#sidebar ul, #sidebar ul ol {

	margin: 0;

	padding: 0;

	}



#sidebar ul li {

	margin:0;

	padding:0;

	list-style-type: none;

	list-style-image: none;

	margin-bottom: 20px;

	}





#sidebar ul p, #sidebar ul select {

	margin: 5px 0 8px;

	}



#sidebar ul ul, #sidebar ul ol {

	margin: 5px 0 0 0;

	}



#sidebar ul ul ul, #sidebar ul ol {

	margin: 0 0 0 20px;

	}



#sidebar ul ol li {

	list-style: decimal outside;

	}



#sidebar ul ul li, #sidebar ul ol li {

	margin: 3px 0 0;

	padding: 0;

	}

	

/* Calendar */

#wp-calendar {

	empty-cells: show;

	width: 155px;

	}



#wp-calendar #next a {

	padding-right: 10px;

	text-align: right;

	}



#wp-calendar #prev a {

	padding-left: 10px;

	text-align: left;

	}



#wp-calendar a {

	display: block;

	font-weight:bold;

	}



#wp-calendar caption {

	font-weight:bold;

	text-transform:uppercase;

	text-align:left;

	margin:0 0 5px 8px;

	color:#666;

	}



#wp-calendar td {

	padding: 3px 5px;

	text-align: center;

	}

	

#wp-calendar td#today {

	background:#eee;

}	



#wp-calendar td#prev a {

	padding: 0;

	text-align:left;

	font-weight:normal;

}



#wp-calendar td#next a {

	padding: 0;

	text-align:right;

	font-weight:normal;

}





/* Custom */



div.menu { 

	background-color: #00547D; 

	color: #ffffff; 

	text-align: right; 

	padding: 0 0 26px 0; 

	margin-top: 28px;

	height:1px;

	width: 100%;

	font-family: Arial, Helvetica, Sans-Serif;

}

div.menu div {

 float:right;

 margin: 0;

 padding:0;

}

div.menu ul {

 margin: 0;

 padding:0;

}



div.menu a { 

	display: inline; 

	color: #ffffff; 

	text-decoration: none;

	font-size: 12px;

}

div.menu a:hover { 

	color: #ffffff; 

	text-decoration: underline;

}



div.menu li {

	list-style: none;

	display: inline;

	float: left;

}



div.menu .page_item {

	margin: 6px;

	text-decoration: none;

}



#nav {

/*	width: 524px;

	height: 26px; */

}

#nav div {

	float: right;

}	



#nav ul {

	list-style: none;

	margin: 0;

	padding: 0 0 0 0;

}



#nav li {

	list-style: none;

	display: inline;

	float: left;

	margin: 0 2px 0 0;

	background: url('images/btn/g_left.jpg') no-repeat left bottom;



}



#nav a{

	

	font: bold 13px/100% Arial, Helvetica, sans-serif;

	display: block;

	color: #ffffff;

	text-decoration: none;

	text-align: center;

	padding: 10px 10px 5px 3px; 

	margin-left: 7px;

	background: url('images/btn/gb_right.jpg') no-repeat right bottom;

}



#nav a:hover, #nav .current_page_item a, #nav .current_page_parent a, #nav .current_page_ancestor a  {

	/*background: url('images/btn/gb_over.jpg') no-repeat right bottom;*/

	color: #085981;



}



#nav .current_page_item a, #nav .current_page_parent a, #nav .current_page_ancestor a {

	font: bold 13px/100% Arial, Helvetica, sans-serif;

	display: block;

	color: #ffffff;

	text-decoration: none;

	text-align: center;

	padding: 10px 10px 5px 3px; 

	margin-left: 7px;

	background: url('images/btn/bb_right.jpg') no-repeat right bottom;

}



#nav li.current_page_item, #nav li.current_page_parent, #nav li.current_page_ancestor {

	background: url('images/btn/b_left.jpg') no-repeat left bottom;

}	

	

#nav .page_item {

	/*float: right;*/

	color: #fff;

}



.menu .current_page_item a, .menu .current_page_parent a, .menu .current_page_ancestor a {

	font-weight: bold;

	text-decoration: underline;

}



div.logo { position:absolute; left:0px; top:0px; z-index:2;}



div.lang { position:relative; top:0px; height:38px; z-index:1; text-align:right;}





#qtrans_language_chooser



{



list-style-type: none;

list-style-image: none;

list-style-position: outside;

text-align: right;



}



/* banner */



a:active {

	outline: none!important;

}

:focus {

	-moz-outline-style: none!important;

}



.panel_1 {

	float: left;

	height: 272px;

	width: 710px;

	background-image: url('bannerHome/4.jpg');

	background-repeat: no-repeat;

	background-position: 0px 0px;

}

a.pica {

	display: block;

	float: left;

	height: 272px;

	width: 310px;

}

.conta {

	height: 272px;

	width: 400px;

	float: left;

}



.titlep {

	float: left;

	text-decoration: none;

	height: 92px;

	width: 390px;

	padding-left: 10px;

	background-image: url('bannerHome/alb_1.png')!important;

	background-image: url('bannerHome/alb_1.gif');

	background-repeat: no-repeat;

	background-position: 0px 0px;

	margin-top: 10px;

}

.subtitu {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;

	font-weight: normal;

	color: #333;

	padding-top: 0px;

	width: 370px;

}





.contj {

	float: left;

	text-decoration: none;

	width: 400px;

}

.blue_1 {

	background-image: url('bannerHome/blue_1.png')!important;

	background-image: url('bannerHome/blue_1.gif');

	

	float: left;

	height: 160px;

	width: 390px;

	background-repeat: no-repeat;

	background-position: 0px 0px;

}

.box_1 {

	float: left;

	height: 65px;

	width: 180px;

	padding-top: 10px;

	padding-left: 10px;

	margin: 0px;

	padding-right: 0px;

	padding-bottom: 0px;

	overflow: hidden;

}

.imgx_1 {

/*	background-color: #4C86A3;

	padding: 1px;

	border: 1px solid #CCC;*/

	float: left;

}

.btx_1 {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;

	color: #000;

	text-decoration: none;

	float: left;

	padding-left: 5px;

	font-weight: bold;

}

a.btx_1 {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;

	color: #FFF;

	text-decoration: none;

	float: left;

	padding-left: 5px;

	font-weight: bold;

	height: 57px;

	overflow: hidden;

	width: 110px;

	padding-top: 4px;

}

a.btx_1:hover {

	color: #F1FF77;

	/*background-image: url('bannerHome/umb.png')!important;

	background-image: url('bannerHome/umb_ie6.jpg');

	background-repeat: no-repeat;

	background-position: right top;*/

}

a.titu {

	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

	font-size: 23px;

	font-weight: normal;

	color: #1C7DBF;

	line-height: 22px;

	padding-top: 3px;

	padding-bottom: 0;

	text-decoration: none;

	display: block;

}

a.titu:hover {

	color: #333;

}

a.a65 {

	display: block;

	float: left;

	height: 65px;

	width: 65px;

}





















a.btx_2

{

	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;

	color: #F1FF77;

	text-decoration: none;

	float: left;

	padding-left: 5px;

	font-weight: bold;

	height: 57px;

	overflow: hidden;

	width: 110px;

	padding-top: 4px;

	/*background-image: url('bannerHome/umb.png')!important;

	background-image: url('bannerHome/umb_ie6.jpg');

	background-repeat: no-repeat;

	background-position: right top;*/

}

a.btx_2:hover {

	color: #F1FF77;

	/*background-image: url('bannerHome/umb.png)!important;

	background-image: url('bannerHome/umb_ie6.jpg');

	background-repeat: no-repeat;

	background-position: right top;*/

}



#qtrans_language_chooser li {

	float:right;

	margin: 5px 5px 0 10px;

}



.breadcrumb {

	font-size: 1.1em;

	padding-top: 20px;

}







div.celsRow { margin:0px; padding:0px; text-align:left; }

div.celsCel { margin:0px; padding:0px; float:left; width:33%}

div.celsCel2 { margin:0px; padding:0px; float:left; width:49.5%}



div.celsInside { margin:0px 10px 10px 0px; padding:10px; }

div.celsHeight { margin:0px; padding:0px; overflow:hidden; height:90px; font-size:0.85em;}

div.celsHeight2 { margin:0px; padding:0px; overflow:hidden; height:150px; font-size:0.85em;}

div.celsHeight3 { margin:0px; padding:0px; overflow:hidden; height:180px; font-size:0.85em;}

div.celsLast { margin-right:0px; }

div.celsInside img.leftFloat { margin:2px 6px 4px 0px; float:left; }





div.celsInside h1 { padding:0px; margin:0px; padding-bottom:10px; font-size: 1em; color:#015581; font-weight:bold; }

div.celsInside h1  a { color:#015581; text-decoration:none; }

div.celsInside h1  a:hover { color:#015581; text-decoration:underline; }

div.celsInside h1 span { font-size:10px; color:#015581; font-weight:normal; }

div.celsInside h6 { clear:both; margin:0px; padding:0px; text-align:right; font-size:0.75em; font-weight:bold; }

div.celsInside h6  a { color:#015581; }

div.celsInside h6  a:hover { color:#015581; }

div.celsInside ul { margin-top:4px; margin-bottom:4px; }





.griBorder { background-color:#f3f9fc; border:1px solid #c3d2da; color: #015581; }





#left-sidebar {

	width: 200px;

	float: left;

	padding-top: 10px;

	margin-left: 10px;

	margin-right: 10px;

}



ul.leftMenu { margin:0px; padding:10px; background-color:#f3f9fc; border:1px solid #c3d2da;/*border:1px solid #cccccc;*/ font-family:Verdana, Arial, Helvetica, sans-serif; }

ul.leftMenu li { margin:0px; padding:2px 6px 8px 12px; list-style-type:none; background:url(images/tri_7y.gif) no-repeat; background-position:1px 4px; }

ul.leftMenu li.titlu { background:none; /*background-color:#ffffff;*/ color:#00537d; font-size:11px; font-weight:bold; padding:0px; /*padding-bottom:4px;*/ margin-bottom:10px; /*border-bottom:1px solid #cccccc;*/ }

ul.leftMenu li.selected { color:#00537d; font-weight:bold; background:url(images/tri_down_7grey.gif) no-repeat; background-position:0px 4px; }

ul.leftMenu li.open { /*font-weight:bold;*/ background:url(images/tri_down_7grey.gif) no-repeat; background-position:0px 4px; }





ul.leftMenu li a { color:#00537d; text-decoration:none; }

ul.leftMenu li.selected a { color:#00537d; }

ul.leftMenu li a:hover { color:#00537d; /*text-decoration:none;*/ }



ul.leftMenu ul { margin:0px; /*margin-left:14px;*/ padding:0px; }

ul.leftMenu ul li { margin:0px; padding:3px; padding-left:10px; list-style-type:none; /*list-style-type:disc;*/ background-image:none; font-weight:normal; color:#666666; font-size:11px; }

ul.leftMenu ul li.selected { color:#00537d; font-weight:bold; background-image:none; }



ul.leftMenu li.selected ul li a { color:#00537d; text-decoration:none; }

ul.leftMenu li.selected ul li.selected a { color:#00537d; }

ul.leftMenu li ul li a:hover { color:#00537d; /*text-decoration:none;*/ }



ul.leftMenu .promo { font-weight:bold; color:#cc0066; }

ul.leftMenu a.promo { font-weight:bold; color:#cc0066; }

ul.leftMenu a.promo:hover { font-weight:bold; /*text-decoration:underline;*/ color:#000000; }



.summary-image {

	float: left;

	padding: 0 4px 4px 0;

}



.serv-desc {

	margin:0 18px 10px 0;

	padding:10px;

	background-color:#f0f0f0;

}



/* Home page */

.topmargin

{

	margin-top:10px;

	margin-right: -10px;	

}



div.homeIndici div.produs h1 { margin:0px; padding:0px; font-size:1.3em;}

div.homeIndici div.produs h1 a { color:#01547E; text-decoration:none; }

div.homeIndici div.produs h1 a:hover { color:#bac84d; text-decoration:none; }

div.homeIndici div.produs p { margin:4px 0px 0px 0px; padding:0px; color:#015581; }





/* homepage - caseta indici burse */

div.homeIndici { margin:0px; padding:0px; border:1px solid #c3d2da; background-color: #f3f9fc; font-size:11px;}

div.homeIndici div.header { background-image:url(images/bgIndici_01.gif); background-repeat:repeat-x; color:#ffffff;}

div.homeIndici div.header h1 { margin:0px; padding:2px 10px 2px 10px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight:bold; color: #ffffff;}

div.homeIndici div.header a { color:#ffffff; text-decoration:underline; }

div.homeIndici div.header a:hover { color:#ccffff; text-decoration:underline; }

div.homeIndici div.tabla { margin:0px; padding:0px; padding-bottom:20px;}

div.homeIndici div.tabla div.produs 

{ 

	margin:20px 0 0 10px;

	padding:0px 0 5px 10px; 

	width:30%; 

	background: url(images/leftBarVert.gif) left top no-repeat; 	

	float:left;

}





.xoxo li, .widget_recent_entries ul li {

	background:transparent url(images/bulletBlue.jpg) no-repeat scroll left 3px;

	margin: 7px 0 7px 10px !important;

	padding: 0 0 0 20px  !important; 

	

}



#footer p {

	text-align: center;

	padding: 10px;

}



#s {

	width:220px;

	font-size:1em;

}





#footer ul.fmenu li.page_item {

	list-style: none;

	display: block;

	float:left;

	margin: 0 50px 10px 0;

	line-height: 14px;

}



#footer ul.fmenu li.page_item a {

	font-weight: bold;

}



#footer ul.fmenu li.page_item ul li{

	display: auto;

	float:none;

	margin: 0 0 0 -40px;

}



#footer ul.fmenu li.page_item ul li a {

	font-weight: normal;

}

#regional, #rsweek, #bgweek {
margin:0;
padding-left:10px;
}

#regional ul{
overflow: hidden;
margin:0;
padding:0;
}

#regional li{
list-style-type:none;
margin:0;
padding:0;
}

#rsweek ul{
overflow: hidden;
margin:0;
padding:0;
}

#rsweek li{
list-style-type:none;
margin:0;
padding:0;
}

#bgweek ul{
overflow: hidden;
margin:0;
padding:0;
}

#bgweek li{
list-style-type:none;
margin:0;
padding:0;
}
