
html {
	height: 100%;
	background-color: #B6B6B6;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 800px;
	margin: 0 auto;
	background-color: #19092e;

	font-family: Arial, sans-serif;
	color: #fff;
	font-size: 11px;
	position: relative;
}

body.welcome {
	width: 615px;
	background-color: transparent;
	height: 1px;
}

form {
	margin: 0;
}

img {
	border: none;
}

p {
	margin: 0 0 1.5em 0;
}

a {
	color: #fff;
}

a:hover {
	color: #009ee0;
	text-decoration: underline; /* #453 */
}

a:active, a:focus {
	outline: 0;
}

div.welcome {
	/*background-image: url(../images/bg_welcome.jpg);
	background-repeat: no-repeat;*/
	width: 615px;
	height: 340px;
	margin-top: 160px;
	position: relative;
}

#flash_welcome {
	position: absolute;
	left: 0;
	top: 0;
	width: 615px;
	height: 340px;
}

div.welcome div.country {
	position: absolute;
	left: 18px;
	top: 163px;
}

div.welcome div.country h1 {
	margin: 0 0 6px 0;
	padding: 0 0 4px 0;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	border-bottom: 1px solid #fff;
}

div.welcome div.country select {
	font-size: 10px;
	width: 166px;
}

div.welcome div.country label.remember_welcome {
	display: block;
	text-align: right;
	margin-top: 3px;
}

div.welcome div.country input {
	vertical-align: middle;
}

ul.country_select_text {
	display: none;
}

div#site {
	background-color: #19092e;
	padding: 15px;
}

div#header {
	position: relative;
	width: 770px;
	height: 69px;
	background-image: url(../images/bg_top.gif);
	background-repeat: no-repeat;
}

div#header img.moodmedialogo {
	width: 166px;
	height: 26px;
	position: absolute;
	left: 16px;
	top: 18px;
}

div#header div.search {
	position: absolute;
	right: 13px;
	top: 9px;
}

div#header div.search input.search_text {
	border: none;
	background-color: #fff;
	height: 14px;
	width: 121px;
	font-size: 10px;
	padding: 0 0 0 4px;
	float: right;
}

div#header div.search input.search_button {
	border: none;
	background-color: #fff;
	margin-left: 2px;
	background-image: url(../images/searchbutton.gif);
	height: 14px;
	float: right;
	width: 38px;
}

div#header div.langselect {
	position: absolute;
	right: 13px;
	top: 28px;
	width: 400px;
}

div#header div.langselect label.langselect_text {
	color: #fff;
	font-size: 10px;
	float: right;
	padding-top: 2px;
	padding-right: 5px;
}

div#header div.langselect select {
	font-size: 10px;
	width: 165px;
	float: right;
}

div#header div.remember {
	clear: right;
	text-align: right;
}

div#header div.remember label.remember_text {
	color: #fff;
	font-size: 10px;
	vertical-align: middle;
}

div#header div.remember input {
	vertical-align: middle;
	margin: 0;
}

img#headervisual {
	display: block;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #19092e;
}

#flashvisual {
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #19092e;
	width: 770px;
	height: 193px;
	background-color: white;
}

div#mainmenu {
	background-color: #000;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #3a3a3a;
	height: 31px;
}

div#mainmenu ul {
	margin: 8px 0 0 0;
	padding: 0;
	list-style: none;
}

div#mainmenu ul li {
	float: left;
	display: inline;
	margin-left: 15px;
	margin-right: 6px;
}

div#mainmenu a {
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
}

div#mainmenu a:hover  {
	text-decoration: underline;
}

div#mainmenu a.active {
	text-decoration: underline;
}

div#submenu {
	clear: left;
	background-color: #fff;
	border-top: 1px solid #b0b0b0;
	min-height: 23px;
	overflow: auto;
}

div#submenu ul {
	margin: 4px 0 0 11px;
	padding: 0;
	list-style: none;
}

div#submenu ul li {
	float: left;
	display: inline;
	margin-left: 4px;
	margin-right: 8px;
}

div#submenu a {
	text-decoration: none;
	font-size: 11px;
	color: #000;
	text-transform: uppercase;
}

div#submenu a:hover  {
	text-decoration: underline;
}

div#submenu a.active {
	text-decoration: underline;
}

div#content {
	background-image: url(../images/bg_content.png);
	background-repeat: repeat-x;
	overflow: auto;
}

div#proposition {
	padding: 13px;
}

div#proposition h1, div#proposition h2, div#proposition h3 {
	margin: 0;
}

div#propflash {
	height: 75px;
}

img#banner_home {
	float: right;
}

div.contentblock h4 {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #11aaea;
	padding: 3px 0 3px 15px;
	margin: 0;
}


div.contentrow {
	margin-bottom: 30px;
	overflow: auto;
	clear:both;
}


div.contentrow.news {
    clear: left;
}

div.contentblock.home1 {
	width: 257px;
	float: left;
	background-image: url(../images/bg_content.png);
	background-position: 0 21px;
	background-repeat: repeat-x;
	min-height: 130px;
}

div.contentblock.home2 {
	width: 256px;
	float: left;
	background-image: url(../images/bg_content.png);
	background-position: 0 21px;
	background-repeat: repeat-x;
	min-height: 130px;
}

div.contentblock.next1 {
	width: 256px;
	float: left;
	min-height: 130px;
}

div.contentblock.next2 {
	width: 257px;
	float: left;
	min-height: 130px;
}

div.contentblock.products1 {
	width: 257px;
	float: left;
	background-image: url(../images/bg_blue.png);
	background-position: 0 21px;
	background-repeat: repeat-x;
	min-height: 140px;
}

div.contentblock.products2 {
	width: 256px;
	float: left;
	background-image: url(../images/bg_blue.png);
	background-position: 0 21px;
	background-repeat: repeat-x;
	min-height: 140px;
}

div.contentblock.articles {
	width: 257px;
	float: left;
	background-image: url(../images/bg_content_arrows_right.gif);
	background-repeat: no-repeat;
	background-position: 0 20px;
	min-height: 196px;
}

div.contentblock.careers {
	width: 257px;
	float: left;
}

div.contentblock.contact {
	width: 256px;
	float: left;
	background-image: url(../images/bg_content_arrow_top.gif);
	background-repeat: no-repeat;
	background-position: 0 20px;
	min-height: 179px;
}

div.contentblock.contact h4 {
	color: #ea68a0 !important;
}

div.contentblock div.content {
	padding: 10px 10px 10px 15px;
	line-height: 1.3em;
}

div.contentblock div.content2 {
	padding: 0 10px 10px 15px;
	line-height: 1.3em;
}

div.contentblock div.content2.noh5 {
	padding: 25px 10px 10px 15px;
}

div.contentblock div.newstext {
	float: right;
	width: 140px;
}

div.contentblock div.newstext.noimg {
	float: none !important;
	width: 100% !important;
}

img.newsimg {
	margin-top: 3px;
	float: left;
}

div.newsdescription.noimg {
	float: none !important;
	width: 100% !important;
}

div.contentblock.articles ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div.contentblock.articles ul li {
	margin-bottom: 5px;
}

div.contentblock.articles a {
/*	text-decoration: underline #453 */
}

div.contentblock.careers ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div.contentblock.careers ul li {
	margin-bottom: 5px;
}

div.contentblock.careers a {
/*	text-decoration: underline #453 */
}

img.readmore {
	width: 57px;
	height: 9px;
	margin-top: 10px;
}

div#footer {
	clear: both;
}

div#footer div.footerline {
	clear: both;
	background-image: url(../images/bg_footer.gif);
	background-repeat: no-repeat;
	background-position: 0 18px;
	padding-top: 18px;
	height: 17px;
	overflow: hidden;
	text-align: center;
}

div#footer div.footerline a {
	text-decoration: none;
}

div#footer div.footerline a:hover {
	text-decoration: underline;
}

div.hometabs {
	margin-bottom: 30px;
}

div#home_tabs {
    height: 28px;    
}

div.tabs {
	border-bottom: 1px solid #11aaea;
}

div.tabs img {
	vertical-align: bottom;
}

img.activetab {
	cursor: pointer;
	cursor: hand;
}

div#content_markets {
	padding: 15px;
	background-image: url(../images/bg_content.png);
	background-repeat: repeat-x;
	min-height: 110px;
	position: relative;
	width: 740px;
}

div#content_solutions {
	padding: 15px;
	background-image: url(../images/bg_content.png);
	background-repeat: repeat-x;
	min-height: 110px;
	position: relative;
	width: 740px;
}

div.contentbox_purplehome {
	border-top: 1px solid #11aaea;
	padding: 14px;
	background-image: url(../images/bg_content.png);
	background-repeat: repeat-x;
	min-height: 110px;
	width: 200px;
}

div.contentbox_purplehome ul {
	margin: 7px 0 10px 0;
	padding: 0;
	list-style: none;
}

div.contentbox_purplehome ul li {
	margin-top: 3px;
}

div.contentbox_callme {
	border-top: 1px solid #11aaea;
	padding: 14px 14px 0 14px;
	background-image: url(../images/bg_content_arrows_left.png);
	background-repeat: repeat-x;
	background-position: -360px top;
	min-height: 140px;
	float: right;
	width: 172px;
}

div.contentbox_callme ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div.contentbox_callme ul li {
	margin-bottom: 2px;
}

a.largelink {
	background-image: url(../images/bullet_large.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding: 2px 0 3px 20px;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	display: block;
}

a.largelink:hover {
	text-decoration: underline;
}

a.morelink {
	background-image: url(../images/link_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding-left: 8px;
	color: #11aaea;
	text-transform: uppercase;
	font-size: 9px;
/*	text-decoration: underline !important;           #453 */
	display: block;
	margin-top: 0.8em;
}

a.morelink.second {
	margin-top: 0.2em;
}

a.morelink.article {
	margin-bottom: 2em;
}

a.lesslink {
	background-image: url(../images/link_bullet_close.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding-left: 8px;
	color: #11aaea;
	text-transform: uppercase;
	font-size: 9px;
	display: block;
	margin-top: 0.8em;
}

div.home-flv {
    width: 284px;
    height: 160px;
    left:257px;
    overflow:hidden;
    position:absolute;
}

div.autoslider_parent {
	width: 284px;
	height: 160px;
}

div.autoslider.homelarge {
	width: 284px;
	height: 160px;
	position: absolute;
	left: 257px;
	top: 15px;
	overflow: hidden;
}

div.autoslider.large {
	width: 284px;
	height: 160px;
	overflow: hidden;
}

div.autoslider.small {
	width: 160px;
	height: 124px;
	overflow: hidden;
}

div.autoslider_centered {
	padding: 6px 0 6px 38px;
	width: 322px;
	height: 160px;
	position: absolute;
	left: 165px;
	top: 0;
	background-image: url(../images/bg_slideshow.gif);
	overflow: hidden;
}

div.contentblock h5 {
	margin: 0;
	padding: 6px 0 4px 15px;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 12px;
	min-height: 10px;
}

div.contenttop {
	background-image: url(../images/bg_content.png);
	background-repeat: repeat-x;
	border-top: 1px solid #11aaea;
	margin-bottom: 30px;
	padding: 15px;
}

div.contentbox_top {
	background-image: url(../images/bg_content.png);
	background-repeat: repeat-x;
	background-position: 0 18px;
	min-height: 140px;
	float: right;
	width: 200px;
	margin-right: 15px;
}

div.contentbox_top h4, div.flatcontent h4 {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #11aaea;
	padding: 0 0 0 15px;
	margin: 0;
	min-height: 18px;
	line-height: 1.3em;
}

div.contentbox_callme.follow {
	margin-top: 18px;
}

div.contentbox_callme.flat {
	margin-top: 18px;
	width: 228px;
	background-position: -320px top;
}

div.contentbox_extra {
	clear: right;
	border-top: 1px solid #11aaea;
	padding: 14px;
	background-image: url(../images/bg_content_arrows_left.png);
	background-repeat: repeat-x;	
	background-position: -320px top;
	min-height: 140px;
	float: right;
	width: 228px;
}

div.contentbox_title {
	clear: right;
	float: right;
	width: 241px;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	padding: 0 0 3px 14px;
}

div.contentbox_top div.content {
	padding: 8px 15px 15px 15px;
}

div.contentbox_top.right div.content,
div.contentbox_top.bottomcenter div.content,
div.flatcontent div.contentflat {
	padding: 15px;
}

div.flatcontent {
	background-image: url(../images/bg_content_pink_arrows_left.png);
	background-repeat: no-repeat;
	background-position: right 18px;
	width: 500px;
	min-height: 260px;
	margin-bottom: 30px;
}

ul.searchresults {
	margin: 0 0 1.5em 0;
	padding: 0;
	list-style: none;
}

ul.searchresults li {
	margin-bottom: 10px;
	padding-left: 20px;
	background-image: url(../images/bullet_large.gif);
	background-repeat: no-repeat;
}

ul.searchresults a {
	display: block;
	text-transform: uppercase;
}

a.download, a.print, a.send, a.apply {
	background-repeat: no-repeat;
	color: #11aaea;
	text-transform: uppercase;
	font-size: 9px;
/* 	text-decoration: underline !important;              #453 */
	margin-right: 20px;
}

a.download {
	background-image: url(../images/bullet_download.gif);
	padding-left: 18px;
}

a.print {
	background-image: url(../images/bullet_print.gif);
	padding-left: 18px;
}

a.send {
	background-image: url(../images/bullet_mail.gif);
	background-position: 0 1px;
	padding-left: 18px;
}

a.apply {
	background-image: url(../images/bullet_apply.gif);
	padding-left: 18px;
}

div.article {
	overflow: auto;

}

img.article {
	float: left;
	margin-right: 15px;
}

div.clear {
	clear: left;
}

div.flatcontent div.contentflat h5 {
	margin: 0 0 10px 0;
	font-weight: bold;
	font-size: 12px;
}

div.contentblock.two {
	width: 250px;
	float: left;
}

div.contentblock.two div.newstext {
	float: right;
	width: 130px;
}

div.contentblock.two h5 {
	padding: 0 0 10px 0;
	text-transform: none;
	font-weight: bold;
}

div.contentrow.itemlisting {
	margin-bottom: 15px;
}

div.paging {
	border-top: 1px solid #11aaea;
	padding: 5px 5px 30px 9px;
}

div.paging a {
	font-size: 12px;
	display: block;
	float: left;
	padding: 3px 6px 3px 6px;
}

div.paging a.active {
	background-color: #fff;
	color: #000;
}

ul.joblisting {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.joblisting a.jobtitle {
	display: block;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 3px;
}

ul.joblisting li {
	margin-bottom: 30px;
}

ul.countrylisting {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.countrylisting li {
	margin-bottom: 30px;
}

ul.countrylisting div.countryname {
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 3px;
}

form.contactform ol {	
	margin: 0;
	padding: 0;
	list-style: none;
}

form.contactform li {
	margin-bottom: 6px;
}

form.contactform label.text {
	display: block;
	font-size: 11px;
	font-weight: bold;
}

form.contactform input {
	vertical-align: middle;
}

form.contactform input.text, form.contactform textarea.text {
	width: 220px;
	border-width: 0;
	border-top: 1px solid #756b82;
	background-color: #fff;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

form.contactform textarea.text {
	height: 100px;
}

form.contactform input.submit {
	border-width: 0;
	background-color: #fff;
	color: #3f1f6f;
	font-weight: bold;
	font-family: Arial, sans-serif;
	font-size: 11px;
	padding: 3px 10px 3px 10px;
}

div.contentbox_top.left {
	float: none;
	margin-right: 0;
	width: 150px;
}

div.contentbox_top.left.mediaplayer {
    background:none;    
    padding: 18px 0 0 8px;
}

div.contentbox_top.blue {
	background-image: url(../images/bg_blue.png);
	background-repeat: repeat-x;
	min-height: 180px;
}

div.contentbox_top.pink {
	background-image: url(../images/bg_pink.png);
	background-repeat: repeat-x;
	min-height: 249px;
}

div.contentbox_top.right {
	margin-right: 0;
	float: right;
	background-image: url(../images/bg_content_arrows_left.png);
	background-repeat: repeat-x;
	background-position: -360px 18px;
}

div.contentrow.products {
	position: relative;
	min-height: 172px;
	margin-bottom: 0;
}

div.contentrow.productrow div.contentblock {
	background-image: url(../images/bg_blue.png);
	background-position: 0 45px;
	background-repeat: repeat-x;
	min-height: 140px;
}

div.contentblock a.producttab {
	display:block;
	margin-right:5px;
	height:45px;
	background-image:url(../images/producttab-bg.png);
	background-repeat:no-repeat;
	text-decoration:none;
}


div.product-tab-content {
    border-top:1px solid #FFFFFF;    
}

div.contentblock a.producttab span {
	float:left;
	display:inline;
	padding:8px 20px 0px 9px;
}

div.contentblock a.producttab h4 {
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	line-height:0.7em;
	padding: 10px 0 0 0;
	margin: 0;
	text-decoration:none;
	border:none;
}

div.contentblock a.producttab h5 {
	margin:0;
	padding:5px 0 0 0;
	font-size:9px;
	color: #fff;
	line-height:1.0em;
	text-transform: uppercase;
	text-decoration:none;
}

div.contentblock.adblock {
	float: left;
	width: 257px;
}

ul.links {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.links li {
	margin-bottom: 3px;
}

ul.links a {
	font-size: 12px;
}

img.case {
	float: left;
	margin: 0 5px 3px 0;
}

div.contentbox_top.bottomright {
	margin-right: 0;
	background-image: url(../images/bg_content_arrows_left.png);
	background-repeat: repeat-x;
	background-position: -360px top;
	border-top: 1px solid #11aaea;
}

div.contentbox_top.bottomleft {
	float: left;
	width: 150px;
	background-position: 0 0;
	border-top: 1px solid #11aaea;
}

div.contentbox_top.bottomcenter {
	width: 360px;
	background-position: 0 0;
	border-top: 1px solid #11aaea;
	margin-top: 18px;
}

div.contentbox_top.bottomcenter h6 {
	margin-bottom: 1em;
}

div.productlinks {
	float: right;
}

div.boxes {
	margin-top: 30px;
	background-color: #f00;
}

div.productbox {
	float: left;
	width: 120px;
	margin-bottom: 30px;
	min-height: 100px;
}

div.productbox div.content {
	padding: 10px 0 0 0;
	border-top: 1px solid #11aaea;
}

div.productbox img {
	display: block;
}

div.productbox h5 {
	margin: 0;
	padding: 2px 0 2px 0;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

ul.newslisting {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.newslisting a.newstitle {
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 3px;
	text-decoration: underline;
	display: block;
}

ul.newslisting li {
	overflow: auto;
	margin-bottom: 20px;
}

div.newsdescription {
	float: right;
	width: 380px;
}

ul.sitemap {
	margin: 0 0 1.5em 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
}

ul.sitemap li a {
	text-decoration: none;
	font-weight: bold;
}

ul.sitemap li a:hover {
	text-decoration: underline;
}

ul.sitemap ul {
	margin: 0 0 0 15px;
	padding: 0;
	list-style: none;
}

ul.sitemap ul li a {
	text-decoration: none;
	font-weight: normal;
}

h6 {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
}

ul.faq {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
}

ul.faq li {
	margin-bottom: 10px;
}

ul.faq li div {
	font-weight: bold;
	cursor: hand;
	cursor: pointer;
	font-size: 14px;
}

ul.faq li div.hover {
	text-decoration: underline;
}

ul.faq dl {
	margin: 0;
}

ul.faq dt, ul.faq dd {
	display: block;
	margin: 0;
}

ul.faq dd {
	margin-bottom: 5px;
	margin-left: 12px;
}

ul.faq dt {
	text-decoration: underline;
	cursor: hand;
	cursor: pointer;
	margin-bottom: 5px;
}

ul.faq dt.hover {
	text-decoration: underline;
}

ul.jobscountrylisting {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.jobscountrylisting li {
	margin-bottom: 2px;
}

ul.jobscountrylisting a {
	text-decoration: underline;
}

ul.jobscountrylisting a.active {
	text-decoration: none;
}

form.posted label.invalid {
   color: red;
}

div.overview_more {
	border-top: 1px solid #11aaea;
	background-image: url(../images/bg_content.png);
	background-repeat: repeat-x;
	padding: 15px;
	margin-bottom: 15px;
}

div.content div.overview_more {
    background: none;
    min-height: auto;
    border:none;
    padding:0;
}


/* Google search */
form.gsc-search-box, table.gsc-resultsHeader {
	display: none;
}
.gsc-control {
	width: 100% !important;
}
div.gsc-trailing-more-results {
	display: none !important;
}
div.gs-webResult.gs-result {
	padding-left: 20px;
	background-image: url(../images/bullet_large.gif);
	background-repeat: no-repeat;
}
a.gs-title, a.gs-title b {
	color: #fff !important;
}
div.gs-visibleUrl-short {
	display: none;
}
div.gs-visibleUrl-long {
	display: inline !important;
	color: #009ee0 !important;
}
div.gsc-cursor {
	display: block !important;
	border-top: 1px solid #11aaea;
	padding: 8px 5px 30px 9px;
	margin-top: 2em !important;
}
div.gsc-cursor div {
	font-size: 12px;
	color: #fff !important;
	padding: 3px 6px 3px 6px;
	margin: 0 !important;
}
div.gsc-cursor div.gsc-cursor-current-page {
	background-color: #fff;
	color: #000 !important;
	font-weight: normal !important;
	text-decoration: underline !important;
}

embed:focus, object:focus {
    outline: 0;
}


*.print-only {
    display:none !important;    
}

div.text-content a {
    text-decoration: underline;
}

div.text-content a.morelink, 
div.text-content a.lesslink {
    text-decoration: none;
}

table.clients {
    border-collapse: collapse;
    width: 500px;
    font-family: Verdana, Tahoma, sans-serif;
    font-size: 11px;
}

table.clients thead th {
    padding-bottom: 3px;    
}

table.clients th,
table.clients td {
    vertical-align:top;    
}

table.clients thead th {
    border-bottom: 1px solid #11aaea !important;
    text-align: left;
}


table.clients th.first,
table.clients td.first {
    padding-left: 15px;
}

table.clients td.title {
    padding-left: 10px;
    width: 150px;
}

table.clients tbody td {
    padding-top: 14px;
    padding-bottom: 14px;
    border-bottom:1px solid #6d396b
}

table.clients td.image {
    width: 40px;
}

table.clients td.title a {
    text-decoration: underline;
}

table.clients td.image img {
    border:1px solid #fff;
}

table.clients td.image a img {
    border:1px solid #009ee0;
}

table.clients td.title {
    padding-top: 14px;
    font-weight: bold;
}

table.clients td.demo {
    text-align: center;
}

img.print {
	float: right;
}