/* 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;
}
p span{
	color: #067296;
	font-weight: bold;
}

#tmpl_container {
	display: table;
	position:relative;
	text-align: center;
	width: 100%; 
	padding: 0; 
	margin: 0 auto !important;
	/*background:#ffffff url(../images/main_bg.gif) 0px 56px repeat-x;*/
	border: 0px solid red !important;
	padding-bottom:75px;
	margin-top:5px;
}

/*** WRAPPER ***/

#tmpl_wrapper {
	margin: 0 auto !important;
	text-align:center;
	width:100%;
}

#tmpl_wrapper h2 {
	clear:both;
}

#tmpl_wrapper h1, #tmpl_wrapper h2, #tmpl_wrapper h3 {
	color: #666666;
}

#tmpl_wrapper h2 {
color: #666;
font: bold 16px Arial, Helvetica, sans-serif;
margin: 10px 0;
}

#tmpl_wrapper a {
	text-decoration: underline;
	color: #f9a028;
}

#tmpl_wrapper a:hover {
	text-decoration: none;
	color: #f9a028;
}

/*** HEADER ***/
#tmpl_header {
	margin:0 auto; 
	text-align:center;
	hight: auto;
	width:100%;
	background: #fff url(../images/hdr_bg.png) left bottom repeat-x;
	border: 0px solid red;
}

#tmpl_header_inner {
	text-align:left;
	margin:0 auto; 
	width:1000px;
	border: 0px solid lime;
}

#tmpl_logo {
	float:left; 
	padding:0; 
	margin:0; 
	width:320px; 
	height: 135px;
	border:0px solid red !important;
}

div#tmpl_logo img {
	position:relative;
   	top:0px;
   	left:0px;
   	max-height: 100px !important;
   	max-width: 300px !important;
   	border: none;
}

/*** BREADCRUMBS ***/
#tmpl_breadcrumbs	{
	display:block;
	position: relative;
	width: 500px;
	top: 0px;
	left: 30px;
	margin: 0px;
	float:left;
}

#tmpl_breadcrumbs ul {
	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;
}

/*** MOD GALLERY ***/
#tmpl_mod_gallery img {
	border:none;
}

/*** GALLERY ***/
#tmpl_gallery .entry div, #tmpl_gallery td div {
	display:block;
	position: relative;
	float: left;
	
	width: 110px !important;
	height: 91px !important;
	
	background: #C3BFC3;
	margin: 10px 0 0 10px;
	padding: 0;
	
	overflow: hidden;
	border: 4px solid #fff;
}


div#tmpl_gallery .entry img, div#tmpl_gallery div img {
	/*
	position: absolute;
	height: 91px !important;
	width: auto !important;
	top:0px;
	border: solid 0px #FFBA00;
	cursor: pointer;
	*/
	
	display:block;
	position: relative;
	float:none;
	
	height: 91px !important;
	width: auto !important;
	
	margin-left:auto !important; 
	margin-right:auto !important;
	text-align: center !important;
	border: 0px solid #FFBA00;
	cursor: pointer !important;
}

#tmpl_gallery .entry div.cleaner, #tmpl_gallery td div.cleaner  {
	display:block;
	position: relative;
	float: none;
	clear: both;
	width: 400px !important;
	height: 1px !important;
	border: 0px solid lime;
}

/*** MAINMENU ***/
#tmpl_mainmenu { 
	/*padding:0; 
	margin:15px 0 15px 0; 
	float:left; 
	width:1000px; 
	height:67px;*/
	
	width:100%;
	height: 97px;
	background:url(../images/menu_bg.png) left repeat-x; 
	border: 0px solid yellow;
}

#tmpl_mainmenu_inner {
	display: block;
	position: relative; 
	padding:15px 0 15px 0; 
	margin: 0 auto !important;
	width:1000px; 
	height:67px;
}
#tmpl_mainmenu ul {
 padding:0; 
 margin:0; 
 list-style:none; 
 border:0;
 }
#tmpl_mainmenu ul li { 
	float:left; 
	margin:0; 
	padding:0; 
	border:0; 
	border-left:1px solid #1567C3; 
	border-right:1px solid #21A0D9;
}
#tmpl_mainmenu ul li a { 
	float:left; 
	padding:24px 20px; 
	color:#fff; 
	font: normal 14px Arial, Helvetica, sans-serif; 
	text-decoration:none; 
	text-transform:uppercase;
	}
#tmpl_mainmenu ul li a:hover { 
	color:#dfd292; 
	background:url(../images/hover_bg.gif) left repeat-x; 
	text-transform:uppercase;
	}
#tmpl_mainmenu ul li a.current { 
	color:#dfd292; 
	background:url(../images/hover_bg.gif) left repeat-x; 
	font:bold 14px Arial, Helvetica, sans-serif; 
	text-transform:uppercase;
	}
	
#tmpl_slideshow
{
	 margin:0 auto !important; 
	 width:1000px;
	 height:198px; 
	 padding:0; 
	 text-align: center;
	 background: Grey;
}

/*** MAINCONTENT ***/
#tmpl_maincontent {
	 margin:0 auto !important; 
	 width:100%;
	 background: url(../images/menubody_bg.png) left top repeat-x #ffffff;
	 border: 0px solid green;
}

/*** MAINBODY ***/
#tmpl_mainbody { 
	display: block;
	position:relative;
	width:1000px; 
	margin:0 auto !important; 
	padding:20px 0 0 0; 
	background: #DEF3FA;
	}
#tmpl_mainbody img {	
	border: 1px solid #414141; 
	}
#tmpl_mainbody h2 { 
	font:normal 24px Arial, Helvetica, sans-serif; 
	color:#1B83CE; 
	padding:15px 10px 15px 60px; 
	margin:0;
	}
#tmpl_mainbody p { 
	/* OZ: http://inter/it/Lists/Tasks/DispForm.aspx?ID=7513 */
	/*font:normal 11px Tahoma, Geneva, sans-serif; 
	color:#414141; 
	line-height:1.8em; 
	padding: 0 5px;*/
	}
#tmpl_mainbody a { 
	font:normal 11px Tahoma, Geneva, sans-serif; 
	color:#f58625; 
	text-decoration:none;
	}
#tmpl_mainbody a:hover { 
	text-decoration:underline;
	}

#tmpl_content_box { 
	display:block;
	position: relative;
	float:right;
	width:630px; 
	/*margin:5px 10px; */
	padding:5px 10px; 
	text-align: left !important;
	}
#tmpl_content_box h2 { 
	background:#BFE9FA url(../images/phone_book_edit.png) 10px center no-repeat;
	}
#tmpl_content_box h3 { 
	font:normal 22px Tahoma, Geneva, sans-serif; color:#4e4a38;
	}
#tmpl_content_box img { 
	float:left; padding:0; border: none;
	}
	
/*** 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: 200px !important;
	height: auto;
	padding: 0px !important;
	margin: 0px !important;
}

img.content_img_right {
	display:block;
	position:relative;
	float:right;
	width: 200px !important;
	height: auto;
	padding: 0px !important;
	margin: 0px !important;
}


#tbl_company_info h2 {
	padding: 0;
	margin: 0;
	color: #1B83CE;
	font-size: 12px;
	font-weight: normal;
}

#tmpl_content_box ul {
	margin:15px auto; 
	padding:0; 
	list-style:none;
	}
#tmpl_content_box li { 
	background: url(../images/ul_li.gif) left no-repeat; 
	font: normal 11px Tahoma, Geneva, sans-serif; 
	color:#414141; 
	padding:3px 0 5px 30px; 
	margin:0;
	}

/*** FEEDBACK ***/
#tmpl_radio{
	display: block;
	position:relative;
	float:left;
	text-align: left;
	/*top:0px;
	left: 0px;*/
	width:100%;
	height:auto;
	margin:10px 0 0 0;
	padding:0 0 0 0;
	border-top:1px solid #c2c2c2; 
	
}

#tmpl_radio .feedback {
	border:0px solid red !important;
}

.feedback #tmpl_mainbody span { 
	/*font:bold 15px Tahoma, Geneva, sans-serif; */
	color:#898989;
}
	
/* 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: 15px;
		border-top:0px solid #ccc;
	}
}

.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;
}

/*** PARTNERS ***/
#tmpl_partners {
	display: block;
	position:relative;
	float:none;
	left: 0px;
	width: 100%;
	height:auto;
	margin:0;
	padding:0;
	border: 0px solid lime;
}
.right_partner{
	float:left;
	margin:20px 0 0 0px;
	width:100%;
	border-bottom:1px #CCCCCC dashed;
	padding:10px 0 8px 0;
}
.partner_icon{
	width:48px;
	height:48px;
	float:left;
	background:url(../images/partner.png) no-repeat center;
}

.partner_content{
	float:left;
	text-align:justify;
	line-height:15px;
	padding:0 0 0 10px;
}

/*** OFFICES ***/
#tmpl_content_box ul.offices li{
	float:left;
	background:url(../images/address.png) no-repeat 0 center;
	font: normal 11px Tahoma, Geneva, sans-serif; 
	color:#414141; 
	padding:3px 10px 5px 50px; 
	width: 250px;
	margin:0;
}
/*** COMPANY INFO ***/ 
#tmpl_company_info_box {
	display:table;
	float:right; 
	width:500px; 
	/*height: 170px !important;*/
	height: auto !important;
	padding: 5px;
	margin: 1px 0 10px 0 !important;  
	background: #DEF3FA;
	border: 0px solid lime !important;
}

#tmpl_company_info_box span
{
	color: #1B83CE;
	font: 12px Arial, Helvetica, sans-serif;
}

#tmpl_company_info_box span.company_item
{
	font-weight: bold;
	text-align: right;
}

table#tbl_company_info {
	margin:0px !important;
	padding:0px !important;
}

#tbl_company_info td, td.company_info, td.company_item {
	margin:0 !important;
	padding:0 !important;
	padding:0px !important;
	height: 10px !important;
}


/*** JS SCROLLBAR ***/
/*
div.scrollholder
{
    position: relative;
    width: 500px !important;
    height: 170px !important;
    color: #1B83CE !important;
    overflow: auto;
    z-index: 1;
    background-color: #DEF3FA !important;
}
*/
div.scrollholder
{
	display:none;
    position: relative;
    width: 500px !important;
    height: 200px !important;
    color: #1B83CE !important;
    overflow: auto !important;
    z-index: 1;
    background-color: #DEF3FA !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;
} 

/*** GOOGLEMAP ***/
#map {
   display:block;
   position:relative;
   border: 3px solid rgb(232, 232, 232);
   width: 322px !important;
   height: 322px !important;
   margin: 20px auto;
   text-align: center;
   padding: 0;
}

/*** RIGHTCOL ***/
#tmpl_rightcol { 
	display: inline;
	position: relative;
	float:left;
	text-align: left !important;
	width:330px; 
	/*margin:5px 10px; */
	padding:5px 10px; 
	}
#tmpl_rightcol h2 {
	display: block;
	position: relative;
	background:#BFE9FA url(../images/phone_book_edit.png) 10px center no-repeat !important;
	clear:both;
	border: 0px solid red;
}
#tmpl_rightcol .prser { display: none; }
#tmpl_rightcol span {
	font: normal 11px Tahoma, Geneva, sans-serif;
	color: #1B83CE; 
}
#tmpl_rightcol ul { 
	margin: 15px auto; 
	padding:0; list-style:none;}
#tmpl_rightcol li { 
	background: url(../images/bullet_orange.png) left no-repeat; 
	font: normal 11px Tahoma, Geneva, sans-serif; 
	color:#1B83CE; 
	padding:8px 0 4px 20px; 
	margin: 3px 0; 
	}
#tmpl_rightcol a { 
	text-decoration:none; 
	color:#f58625; 
	font:normal 11px Tahoma, Geneva, sans-serif;
	}
#tmpl_rightcol a:hover { text-decoration:underline;}

/*** MORE PRODUCTS ***/

ul#more_prods, ul#hideThoseProducts {
	display:block;
	position: relative;
	float:none;
	clear: both;
	width: 100%;
	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;
}

ul#more_prods a {
	padding: 0px;
	border: 0px solid red;
}

/*** 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 *****/
#tmpl_fbcode { 
	float:right; 
	width:400px; 
	padding: 0px 0 10px 40px; 
	margin: 1px 0 0 0;  
	background: #BDE8F8;
	border: 0px solid lime !important;
}

.tmpl_fbcode { 
	float:right; 
	width:330px; 
	padding: 20px 0 10px 0px;
	margin: 1px 0 0 0; 
	
	background:transparent;
	border: 0px solid lime !important;
}

.tmpl_fbcode span, .tmpl_fbcode span:hover {
	color: #ffffff !important;
	text-decoration: none;
}

/*
#tmpl_fbcode h2
{
	font-size: 12px;
}
#tmpl_fbcode a {
	text-decoration: none;
}
*/
/*------CONTACT FORM------*/
#contact_form{
	margin: 20px 0 0 0; 
	padding:5px 10px;
	/*float:left;
	width:300px;
	padding:10px 10px 0 0px;
	color:#666666;*/
}

.contact_input{
	width:440px; 
	border: 1px solid #dcdcdc; 
	margin: 0; 
	padding: 5px 2px; 
	height: 25px; 
	float:left;
}
label.contact_form{
	margin: 5px 0; 
	width:120px; 
	display:block; 
	height: 25px;
	font:bold 12px Arial, Helvetica, sans-serif; 
	color:#6e6e6e; 
	float:left;
}
.contact_textarea{
	width:440px;
	height:80px;
	font-size:12px;
	float:left;
	border:1px #dcdcdc solid;
}

input#sec_code {
	display:block;
	float:left;
	position:relative;
	width: 200px !important;
	margin: 0 10px 0 -5px;
	padding:0;
}

input.submit {
	cursor:pointer;
	background:#F9A028;
	width:100px;
	height: 25px;
	text-align:center;
	color:#fff;
	margin: 20px 0 20px 122px;
	font: bold 12px Arial, Helvetica, sans-serif;
	border: 1px solid #D38332;
}

input.submit:hover {
	cursor:pointer;
	background:#FFB10F;
	color:#333;
}

/*** FOOTER ***/
#tmpl_footer
{
	font-size: 12px; 
	/*clear: both;
	height: 68px; */
	background: #1B83CE; 
	padding:0;
	margin: 0;
	color: #b59d97;
}

#tmpl_footer p
{
	margin: 0;
	text-align: right;
	padding: 10px;
}

#tmpl_copyright
{
	width: 500px;
	float: left;
	padding: 10px;
	text-align: left;
}

/*** ACCORDION ***/

/*#feature_wrap{
width:1000px;
position: relative;
}*/

#featured, .featured, .fadeout, .newsselect{ 
height:198px;/*this changes the height of the image slider*/
}

#featured{
position: relative;
width:998px;
overflow: hidden;
border:0px solid #BFE9FA;
border-top:none;
}

#featured .fadeout{
	position:absolute;
	width:200px;
	display:block;
	right:0px;
	z-index: 3;
	/*background: transparent url(../images/overlay0.png) repeat-y right top;*/
	border: 0px solid red !important;
}

div.featured{
width:412px;
height: 198px !important;
position:absolute;
top:0;
left:0;
overflow: hidden;
display:none;
border: 0px solid lime;
}

.fadeslider .featured{
width:100%;
border:none;
}

.featured img{
display:block;
position: relative;
z-index: 1;
} 
.featured a, .featured a img, .featured img{
text-decoration: none;
border:none;
}
.featured{
background: #fff url(../images/preload0.gif) no-repeat center center;
}

.preloading_background{
background: transparent url(../images/preload0.gif) no-repeat 50% 50%;
}


/*** 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;
}

#gplus {margin:0 0 10px 20px !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; 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: 222px !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;
}

#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*/