/* CSS Document */
html {
  height: 100%;
  margin-bottom: 1px;
}

body {
	text-align: center;
	margin:0 auto; 
	color: #202020;
	font: 13px Arial, Helvetica, sans-serif;
}

form {
  margin: 0;
  padding: 0;
}

.clear {
	clear: both;
	height: 0px !important;
}

p span{
	color: #067296;
	font-weight: bold;
}

#tmpl_container {
	background: #000 url('../images/pozadi2.jpg');
	color: #3e3533; 
	padding: 60px 0; 
	text-align:center;
	width: 100%;
	margin: 0 auto;
	padding-bottom:75px;
	margin-top:5px;
}

/*** WRAPPER ***/
#tmpl_wrapper {
	display:block;
	position:relative;
	float:both;
	width:900px;
	text-align:center;
	margin:0 auto;
	padding:0px;
	background: #fff url('../images/bg-left.gif') 0 0 repeat-y;
}

#tmpl_wrapper h1, #tmpl_wrapper h2, #tmpl_wrapper h3 {
	color: #666666;
}

#tmpl_wrapper h2 {
color: #666;
font: bold 16px Arial, Helvetica, sans-serif;
margin: 20px 0 10px 0;
}

#tmpl_wrapper p {
}

#tmpl_wrapper blockquote {
}

#tmpl_wrapper a {
	text-decoration: underline;
	color: #f9a028;
}

#tmpl_wrapper a:hover {
	text-decoration: none;
	color: #f9a028;
}

/*** MOD GALLERY ***/
#tmpl_mod_gallery {
	display: table;
	position: relative;
	float: left;
	width: 260px !important;
	margin: 0;
}

#tmpl_mod_gallery h2 {
	margin: 0;
}

#tmpl_mod_gallery img {
	border:none;
}

/*** HEADER ***/
#tmpl_header {
	/*display:block;*/
	display:table;
	position:relative;
	float:none;
	clear: both;
	width:100%; 
	min-height:202px;
	color:#828282; 
	padding:0;
	margin:0 auto;
	/*background: url('../images/bg-logo.jpg') no-repeat 0 0;*/
	background: url('../images/bg-logo500_light.jpg') no-repeat 0 0;
	border: 0px solid red;
}

/*** LOGO ***/
#tmpl_logo {
	display:block;
	position:relative;
	float: left;
	width: 250px;
	height: 100px;
	padding:0px;
	margin:0;
	top: 25px;
  	left: 25px;
	/*background: url(../images/img01.jpg) no-repeat left top;*/
	background: transparent url(../../../images/ajax-loader.gif) center center no-repeat;
	border:0px solid red !important;
}

#tmpl_logo img {
   position:relative;
   top:0px;
   left:0px;
   max-height: 90px !important;
   max-width: 250px !important;
   border:0px solid red !important;
}

/* Скриваме невидим блок. Суперизвращение за IE! */
div#tmpl_phones_box, 
div#tmpl_phones_box br, 
div#tmpl_phones_box span,
div#tmpl_phones_box span div {
	display:none;
	width:0px;
	height:0px;
	border:0px solid red;
}

/*** COMPANY INFO ***/ 
#tmpl_header #tmpl_company_info_box {
	/*display:block;*/
	display:table;
	float:right;
	position: relative;
	width:500px;
	min-height: 140px !important;
	/*height: auto;*/
	padding: 0px;
	margin: 10px 60px 10px 0 !important;  
	/* background: #DEF3FA; */
	background: transparent !important;
	border: 0px solid lime !important;
}

#tmpl_header #tmpl_company_info_box span
{
	color: #ffffff !important;
	font: 12px Arial, Helvetica, sans-serif;
}

#tmpl_header #tmpl_company_info_box span.company_item
{
	font-weight: bold;
	text-align: right;
}

#tmpl_header table#tbl_company_info {
	display:table;
	height: auto;
	margin:0px !important;
	padding:0px !important;
	border: 0px solid red !important;
}

#tmpl_header #tbl_company_info td, td.company_info, td.company_item {
	margin:0 !important;
	padding:0 !important;
	padding:0px !important;
	height: 10px !important;
	text-align:left !important;
}

#tbl_company_info a {
		color: #fff;
}

/*** JS SCROLLBAR ***/
div.scrollholder
{
	display:none;
    position: relative;
    width: 500px !important; 
    height: 146px !important;
    color: #ffffff !important;
    overflow: auto;
    z-index: 1;
    /*background-color: #DEF3FA !important;*/
    background: transparent !important;
}

/* <Scroll> */
div.track
{
    position: relative;
    float:right;
    top: 0; 
    width: 11px; height: 100%;
    font-size: 0;
    z-index: 3;
    background: #BFE9FA !important;
}

div.drag_bar
{
    position: absolute;
    width: 100%; height: 14px;
    cursor: pointer;
    z-index: 4;
    background: #F58625 !important;
}  

/*** BREADCRUMBS ***/
#tmpl_breadcrumbs	{
	display:block;
	position: relative;
	float:left;
	clear:both;
	width: 510px;
	height:auto;
	left: 0px;
	margin: 0 0 20px 0;
	padding:0;
	border: 0px solid red;
}

#tmpl_breadcrumbs ul	{
	display:block;
	position: relative;
	float:none;
	margin:0;
	padding:0;
	list-style:none;
}
		
#tmpl_breadcrumbs ul li	{
	float:left;
	margin:0 0 0 6px;
	padding:0 0 0 12px;
	color:#8B8B8B;
	font-size:0.95em;
	line-height:0.9em;
	*line-height:1em;
	background:url(../images/brcr.gif) left center no-repeat;
}
		
#tmpl_breadcrumbs ul li.first	{
	margin:0;
	padding:0;
	background:none;
}
				
#tmpl_breadcrumbs ul li a	{
	color:#8B8B8B;
	text-decoration:none;
	padding: 0;
}

#tmpl_breadcrumbs a {
	color:#110404;
	display:block;
	float:left;
	font-size:11px;
	font-weight:bold;
	margin-right:3px;
	padding:5px 6px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
}

#tmpl_breadcrumbs a:hover {
	color: #110404;
	text-decoration: underline;
}

/*** TOPMENU ***/
#tmpl_topmenu {
	/*display:block;
	position: absolute;*/
	
	display:table;
	position: relative;
	clear: both;
	left:0px;
	bottom: 0px;
	width: 900px;
	height: 46px; 
	padding: 0 0px; 
	background: #312b2a url('../images/bg-main-menu.gif') repeat-x; 
	border-top: 1px #8a817e solid; 
	border-right: 0px #8a817e solid; 
	border-bottom: 6px #8a817e solid; 
	border-left: 0px #8a817e solid; 
}

#tmpl_topmenu ul.tmpl_topmenu {
	/*display:block;
	position: absolute;*/
	
	display:table;
	position: relative;
	top: 0px;
	left:25px;
	width:100%;
	float: none;
	clear: both;
	margin: 0;
	padding:0;
	list-style: none;
	height: 46px;
	bottom: 0px;
}

#tmpl_topmenu ul.tmpl_topmenu li {
	display: inline;
	text-align: center;
	position: relative;
	float: left;
	width: auto;
	height: 46px;
	padding: 0px;
	background: url('../images/ico-menu_item.gif') 5px 20px no-repeat;
	border: 0px solid teal;
}

#tmpl_topmenu ul.tmpl_topmenu li a {
	display: block;
	position: relative;
	float: left;
	color: #b59d97;
	/*height: 30px;*/
	height: 46px;
	padding: 16px 15px 0 15px;
}

#tmpl_topmenu ul.tmpl_topmenu li a:hover,
#tmpl_topmenu ul.tmpl_topmenu li a.current {
	color: #FFFFFF;
}
#tmpl_topmenu ul.tmpl_topmenu li a.current
{
/*	padding-top: 9px;*/
	text-decoration: none !important;
	color: #000 !important;
	background: #fff url('../images/bg-main-menu_active.gif') repeat-x;
	border-bottom: 2px #fff solid;
}

/*** MAINBODY ***/
#tmpl_mainbody {
	display: block;
	position:relative;
	float: right;
	text-align:justify;
	width: 530px;
	height:100%;
	margin: 30px 0 0 0;
	padding: 0 40px 0 30px; 
/*	background: Aqua;*/
}

#gallery {
	display: block;
	position:relative;
	float:left;
	width: 520px;
	height:400px;
	margin-bottom: 20px;
	border: 0px solid lime;
}
	
#tmpl_content_box {
	display: block;
	position:relative;
	float:left;
	text-align: justufy !important;
	left: 10px;
	width: auto;
	height:auto;
	line-height: 19px;
	margin:0;
	padding:0;
	border: 0px solid lime;
}

#tmpl_content_box p {
	text-align: left;
}

#tmpl_content_box img {
	display: block;
	position:relative;
	padding:0;
}

/*** CONTENT IMAGES ***/
div.content_img_logo {
	display:block;
	position:relative;
	float:left;
	width: auto !important;
	height: auto !important;
	padding: 0px !important;
	margin: 3px 10px 10px 0px !important;
	border: 0px solid #e2e2e2;
}

div.content_img_left {
	display:block;
	position:relative;
	float:left;
	width: auto !important;
	height: auto !important;
	padding: 0px !important;
	margin: 10px 10px 10px 0px !important;
	border: 0px solid #e2e2e2;
}

div.content_img_right {
	display:block;
	position:relative;
	float:right;
	width: auto !important;
	height: auto !important;
	padding: 0px !important;
	margin: 10px 0px 10px 10px !important;
	border: 0px solid #e2e2e2;
}

img.content_img_left {
	display:block;
	position:relative;
	float:left;
	width: 150px !important;
	height: auto;
	padding: 0px !important;
	margin: 0px !important;
}

img.content_img_right {
	display:block;
	position:relative;
	float:right;
	width: 150px !important;
	height: auto;
	padding: 0px !important;
	margin: 0px !important;
}

#tmpl_content_box ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#tmpl_content_box ul li { 
margin: 5px 0; 
padding-left: 16px; 
background: url('../images/ico-list_item.gif') 0 4px no-repeat; 
}
#tmpl_content_box ul li span { 
font: bold 12px Arial, Helvetica, sans-serif; 
}

#tmpl_content_box .tmpl_box1 { 
	width:230px; 
	height: 100px;
	float:left; 
	margin:10px 5px; 
	padding-right: 10px;
	border-right: 3px solid #EEEEEE;
	text-align: right;
}
#tmpl_content_box .tmpl_box1 p
{
	margin: 0;
	padding: 0;
}
#tmpl_content_box .tmpl_box1 span {
	font-weight: bold;
}

/* Safari/Chrome css hack */
@media screen and (-webkit-min-device-pixel-ratio:0){
	#tmpl_radio .feedback {
		display:block;
		position:absolute;
		z-index: 999;
		width:auto;
		padding: 0;
		margin: 0;
		top: auto;
		left: 0px;
		border:0px solid red;
	}
}


/*** GOOGLEMAP ***/
#tmpl_googlemap {
	display: table;
	position: relative;
	float: left;
	width: 260px !important;
	margin: 0 0 0 0;
}

#map {
    display:block;
    position:relative;
	float:left;
	width: 230px;
	height: 230px;
	margin: 0 0 0 15px;
	border: 3px solid rgb(232, 232, 232);
	padding: 0;
}

/*** RIGHTCOL ***/
#tmpl_rightcol {
	display:block;
	position: relative;
	float: left;
	width: 270px;
	margin: 1px 0 0 0;
	padding: 25px 0 0 0;
	text-align: left;
	border: 0px solid red;
}


tmpl_mod_services
{
	display: table;
	position: relative;
	float: left;
	width: 260px !important;
	margin: 0 0 0 0;
}

#flashvideo {
	display: table;
	position: relative;
	float: left;
	width: 250px !important;
	margin: 0 0 0 10px;
	border: 0px solid red;
}

#tmpl_rightcol ul {
	display: table;
	position: relative;
	float: left;
	margin: 0 0 0 0;
	padding: 0;
	width: 240px !important;
	list-style: none;
	line-height: normal;
	border: 0px solid red;
}

#tmpl_rightcol ul a {
	display:block;
	width: 208px;
	padding: 0px;
	border: 0px solid red;
}

#tmpl_rightcol li {
	margin-bottom: 1px;
}

#tmpl_rightcol li ul {
	display:block;
	position: relative;
	float: none;
	margin-bottom: 10px;
	margin-left: 15px;
	height: auto;
	width: 240px !important;
	border: 0px solid lime; 
}

#tmpl_rightcol li li {
	 display: block; 
	 position: relative;
	 float: none;
	 padding: 7px 0px 8px 32px;
	 height: auto; 
	 margin: -1px 0 0 0;
	 color: #000; 
	 white-space:normal;
	 text-decoration: none;
	 background: transparent url(../images/submenu_intent_arrow.png) 15px 10px no-repeat;
	 border-top: 1px solid #D8D8D8;
	 border-bottom: 1px solid #D8D8D8;
}

#tmpl_rightcol li li:hover
{
	background-color: #efefef; 
	text-decoration: none !important;
}

#tmpl_rightcol li li span {
	width: 238px;
}

#tmpl_rightcol h2 {
	margin-top: 10px !important; 
	margin-bottom: 11px !important;
	padding-left: 15px !important;
	color: #067296 !important;
	font: bold 16px Arial, Helvetica, sans-serif !important;
}


/*** MORE PRODUCTS ***/
ul#more_prods, ul#hideThoseProducts {
	display:block;
	position: relative;
	float:none;
	width: 208px !important;
	margin-top: -11px;
	border: 0px solid yellow !important;
}

ul#more_prods li, ul#hideThoseProducts li {
	position: relative;
	border-top: 0px solid red !important;
}

ul#more_prods li span, ul#hideThoseProducts li span {
	position:relative;
	width: 208px !important;
}

ul#more_prods a {
	display:block;
	width: 208px;
	padding: 0px;
	border: 0px solid red;
}

/*** GALLERY ***/

#tmpl_leftcol img {
    border: none;
}

/*** FILETYPES  ***/
#tmpl_rightcol .filetypes li
{
	list-style: none;
	/*margin: 0 0 0 20px; */
	padding: 0;
}
   
	 a[href$='.pdf'] {
    display: inline-block;
    padding-left: 20px;
    line-height: 18px;
    background: transparent url(../images/PDFIcon.gif) no-repeat center left;
    }

    a[href$='.xls'], a[href$='.csv'], a[href$='.xlt'], a[href$='.xlw'] {
    display:inline-block;
    padding-left:20px;
    line-height:18px;
    background:transparent url(../images/ExcelIcon.gif) center left no-repeat;
    }

    a[href$='.ppt'], a[href$='.pps'] {
    display:inline-block;
    padding-left:20px;
    line-height:18px;
    background:transparent url(../images/PowerPointIcon.gif) center left no-repeat;
    }

 a[href$='.doc'], a[href$='.rtf'], a[href$='.txt'], a[href$='.wps'] {
    display: inline-block;
	 position: relative;
    padding-left: 20px;
    line-height: 18px;
    background: transparent url(../images/wordIco.gif) no-repeat center left;
    }
/** Facebook + Pomogna li vi infoto *****/
#tmpl_block_border{
/*width:470px;*/
height:auto;
background-color:#FFFFFF;
border:1px #E4E4E4 solid;
margin: 20px 0 30px 10px;
}
#tmpl_block_content{
/*width:450px;*/
color:#666666;
margin:5px;
background-color: #EBF1F1;
padding:5px;
}
#tmpl_block_content a, #tmpl_block_content a:hover
{
	text-decoration: none;
}

#fb_like_b {
	display:block;
	position: relative;
	float: none;
	width: auto;
	height: auto;
	margin: 20px 0 0 30px;
}

/*** FEEDBACK ***/
.feedback span {
	display: block;
	position: relative;
	float: left;
	height: 20px;
	width: 30px;
	padding: 3px 0 0 3px;
	margin: 0;
	border: 0px solid red;
}

.feedback input[type="radio"] {
	display: block;
	position: relative;
	float: left;
	height: auto;
	width: auto;
	padding: 0 0 0 0;
	margin: 5px 0 0 0;
	border: 0px solid blue;
}

/*------CONTACT form------*/
#contact_form{
	display: block;
	position: relative;
	float:left;
	width:300px;
	padding:10px 10px 20px 10px;
	color:#666666;
	border: 0px solid red;
}
.contact_input{
	width:290px;
	height:17px;
	font-size:10px;
	float:left;
	border:1px #C8CDD2 solid;
}
label.contact_form{
	width:200px;
	padding:0 0 5px 0;
	font-size:12px;
}
.contact_textarea{
	width:290px;
	height:80px;
	font-size:10px;
	float:left;
	border:1px #C8CDD2 solid;
}

input.submit:hover{
	cursor:pointer;
	background:#eee;
	color:#333;
}

input.submit{
	cursor:pointer;
	background:#eaeaea;
	width:100px;
	height:28px;
	text-align:center;
	color:#666;
	margin: 10px 0 0 0px;
	font-size:10px;
	text-transform:uppercase;
}

#tmpl_contacts{
    display:block;
    position:relative;
    float:left;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
}
#tmpl_contacts p
{
	margin: 0;
	padding: 0;
	line-height: 20px;
}

/*** FOOTER ***/
#tmpl_footer
{
	font-size: 1.2em; 
	clear: both;
	height: 68px; 
	background: #312b2a url('../images/bg-foot.jpg') no-repeat;
	color: #b59d97;
}

#tmpl_footer p
{
	text-align: right;
	padding: 10px;
}

#tmpl_copyright
{
	width: 500px;
	float: left;
	padding: 10px;
	text-align: left;
}

#tmpl_content_box ul.offices, #tmpl_content_box ul.offices li {
	/*list-style: none !important;*/
}


/*** Offices ***/
/*
<div class='offices_holder'>
 <div class='offices_name'>Echo</div>
 <div class='offices_image'><img src='/images/item/small/30602_47815.jpg'> </div>
 <div class='offices_description'>Nokia</div></div><br />
</div>
*/

#tmpl_offices {
	display: block;
	position: relative;
	float:right !important;
	text-align: right;
	width: 100%;
	padding:0;
	margin:10px 0 20px 0 !important;
	height:auto;
	border: 0px solid red;
}

.offices_holder {
	display: block;
	position: relative;
	float:right !important;
	
	text-align: right;
	font: normal 11px Tahoma, Geneva, sans-serif; 
	color:#414141; 
	padding:3px 10px 5px 100px !important;
	width:auto;
	margin:20px 0 0 10px !important;
	border-right: 4px solid #ccc;
}

.offices_description {
	display: block;
	position:relative;
	float:none!important;
	clear: both !important;
	margin:0;	
	padding:0;	
	border: 0px solid #CCCCCC;
}

.offices_image {
	display: table;
	position:relative !important;
	float: none !important;
	clear: both !important;
	width: 100% !important;
	height: auto;
	margin: 0 !important;	
	padding:0px !important;	
	border: 0px solid red !important;
}

.offices_image img {
	display: block;
	position:relative !important;
	float:right !important;
	clear: both !important;
	margin:0px 3px 10px 0 !important;	
	padding:0px !important;	
	border: 0px solid #CCCCCC !important;
}

.offices_name {
	font-weight: bold;
	margin: 0 0 10px 0 !important;
	font-size: 13px;
}

/*** Partners ***/
/*
<div class='partners_holder'>
 <div class='partners_name'>Echo</div>
 <div class='partners_image'><img src='/images/item/small/30602_47815.jpg'> </div>
 <div class='partners_description'>Nokia</div></div><br />
</div>
*/

#tmpl_partners {
	display: block;
	position: relative;
	float:right !important;
	text-align: right;
	width: 100%;
	padding:0;
	margin:10px 0 20px 0 !important;
	height:auto;
	border: 0px solid red;
}

.partners_holder {
	display: block;
	position: relative;
	float:right !important;
	
	text-align: right;
	font: normal 11px Tahoma, Geneva, sans-serif; 
	color:#414141; 
	padding:3px 10px 5px 100px !important;
	width:auto;
	margin:20px 0 0 10px !important;
	border-right: 4px solid #ccc;
}

.partners_description {
	display: block;
	position:relative;
	float:none!important;
	clear: both !important;
	margin:0;	
	padding:0;	
	border: 0px solid #CCCCCC;
}

.partners_image {
	display: table;
	position:relative !important;
	float: none !important;
	clear: both !important;
	width: 100% !important;
	height: auto;
	margin: 0 !important;	
	padding:0px !important;	
	border: 0px solid red !important;
}

.partners_image img {
	display: block;
	position:relative !important;
	float:right !important;
	clear: both !important;
	margin:0px 3px 10px 0 !important;	
	padding:0px !important;	
	border: 0px solid #CCCCCC !important;
}

.partners_name {
	font-weight: bold;
	margin: 0 0 10px 0 !important;
	font-size: 13px;
}

/*** Products ***/
/*
<div class='products_holder'>
 <div class='products_name'>Echo</div>
 <div class='products_image'><img src='/images/item/small/30602_47815.jpg'> </div>
 <div class='products_description'>Nokia</div></div><br />
</div>
*/

#tmpl_products {
	display: block;
	position: relative;
	float:right !important;
	text-align: right;
	width: 100%;
	padding:0;
	margin:10px 0 20px 0 !important;
	height:auto;
	border: 0px solid red;
}

.products_holder {
	display: block;
	position: relative;
	float:right !important;
	
	text-align: right;
	font: normal 11px Tahoma, Geneva, sans-serif; 
	color:#414141; 
	padding:3px 10px 5px 100px !important;
	width:auto;
	margin:20px 0 0 10px !important;
	border-right: 4px solid #ccc;
}

.products_description {
	display: block;
	position:relative;
	float:none!important;
	clear: both !important;
	margin:0;	
	padding:0;	
	border: 0px solid #CCCCCC;
}

.products_image {
	display: table;
	position:relative !important;
	float: none !important;
	clear: both !important;
	width: 100% !important;
	height: auto;
	margin: 0 !important;	
	padding:0px !important;	
	border: 0px solid red !important;
}

.products_image img {
	display: block;
	position:relative !important;
	float:right !important;
	clear: both !important;
	margin:0px 3px 10px 0 !important;	
	padding:0px !important;	
	border: 0px solid #CCCCCC !important;
}

.products_name {
	font-weight: bold;
	margin: 0 0 10px 0 !important;
	font-size: 13px;
}

/*** Special ***/
/*
<div class='special_holder'>
 <div class='special_name'>Echo</div>
 <div class='special_image'><img src='/images/item/small/30602_47815.jpg'> </div>
 <div class='special_description'>Nokia</div></div><br />
</div>
*/

#tmpl_special {
	display: block;
	position: relative;
	float:right !important;
	text-align: right;
	width: 100%;
	padding:0;
	margin:10px 0 20px 0 !important;
	height:auto;
	border: 0px solid red;
}

.special_holder {
	display: block;
	position: relative;
	float:right !important;
	
	text-align: right;
	font: normal 11px Tahoma, Geneva, sans-serif; 
	color:#414141; 
	padding:3px 10px 5px 100px !important;
	width:auto;
	margin:20px 0 0 10px !important;
	border-right: 4px solid #ccc;
}

.special_description {
	display: block;
	position:relative;
	float:none!important;
	clear: both !important;
	margin:0;	
	padding:0;	
	border: 0px solid #CCCCCC;
}

.special_image {
	display: table;
	position:relative !important;
	float: none !important;
	clear: both !important;
	width: 100% !important;
	height: auto;
	margin: 0 !important;	
	padding:0px !important;	
	border: 0px solid red !important;
}

.special_image img {
	display: block;
	position:relative !important;
	float:right !important;
	clear: both !important;
	margin:0px 3px 10px 0 !important;	
	padding:0px !important;	
	border: 0px solid #CCCCCC !important;
}

.special_name {
	font-weight: bold;
	margin: 0 0 10px 0 !important;
	font-size: 13px;
}

#tbl_company_info h2 {
	padding: 0;
	margin: 0;
	color: white;
	font-size: 13px;
	font-weight: normal;
}

#tmpl_contacts h2, #tmpl_contacts a 
{
	color: black !important;	
}

#gplus {margin:10px 0 -10px 30px !important;}

/* Articles styles*/

.linked_article {
    background: none;
}
.sb_middle {
    background: none no-repeat scroll -20px bottom ;
    padding-bottom: 22px;
}

#tmpl_rightcol h3 {
    border-bottom: 2px solid #EBEBEB;
    clear: both;
    color: #110404;
    display: block;
    float: none;
    font-family: "Times New Roman",Times,serif;
    font-size: 160%;
    font-weight: normal;
    margin: 10px 0 !important;
    padding: 0;
    position: relative;
    width: 207px;
    }
    
#other_company_articles_middle .other_articles_list,
#last_articles_by_category_middle .other_articles_list {
	float: left; padding: 0px !important; display: block; margin:0px; background: url('/images/sidebar_v_mid.png') repeat;
}

#linked_article_top .center_bar,
#art_title .center_bar,
#art_text .center_bar,
#linked_article_bottom .center_bar,
#other_company_articles_middle .other_articles_list, 
#other_company_articles_top .center_bar,
#other_company_articles_bottom .center_bar,
#last_articles_by_category_top .center_bar,
#last_articles_by_category_bottom .center_bar,
#last_articles_by_category_middle .other_articles_list{
	width: 210px !important; 
}

#other_company_articles_middle .other_articles_list li,
#last_articles_by_category_middle .other_articles_list li {
	list-style: none outside none;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#other_company_articles_middle .other_articles_list a.article_link,
#last_articles_by_category_middle .other_articles_list a.article_link {
    background: url("/images/sidebar.png") no-repeat scroll right;
    border-top: 1px solid #D4D4D6;
    color: #231F57;
    display: block;
    font-size: 13px;
    padding: 12px 42px 8px 19px;
    width: 150px;
}

#linked_article_top .center_bar{
	float: left; height: 25px; background: url('/images/sidebar.png') no-repeat scroll -311px 0px transparent;
}

#art_title .center_bar{
	float: left; background: url('/images/sidebar.png') no-repeat scroll -311px -40px transparent; float: left;
}

#art_text .center_bar{
	float: left; background: url('/images/sidebar.png') no-repeat scroll -594px -40px transparent;
}

#linked_article_bottom .center_bar{
	float: left; height: 63px; background: url('/images/sidebar.png') no-repeat scroll -877px -147px transparent;
}

#other_company_articles_top .left_bar,
#last_articles_by_category_top .left_bar{
	float: left; width: 30px; height: 30px; background: url('/images/sidebar.png') no-repeat scroll -1395px 0px transparent;
}

#other_company_articles_top .center_bar,
#last_articles_by_category_top .center_bar{
	float: left; height: 30px; background: url('/images/sidebar.png') no-repeat scroll -1425px 0px transparent;
}

#other_company_articles_top .right_bar,
#last_articles_by_category_top .right_bar{
	float: left; width: 30px; height: 30px; background: url('/images/sidebar.png') no-repeat scroll -1639px 0px transparent;
}

#other_company_articles_bottom .left_bar,
#last_articles_by_category_bottom .left_bar{
	float: left; width: 30px; height: 42px; background: url('/images/sidebar.png') no-repeat scroll -1941px -158px transparent;
}

#other_company_articles_bottom .center_bar,
#last_articles_by_category_bottom .center_bar{
	float: left; height: 42px; background: url('/images/sidebar.png') no-repeat scroll -1964px -158px transparent;
}

#other_company_articles_bottom .right_bar,
#last_articles_by_category_bottom .right_bar{
	float: left; width: 30px; height: 42px; background: url('/images/sidebar.png') no-repeat scroll -2185px -158px transparent;
}
/* End Articles styles*/