/*
 * Reset CSS styles
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
{margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: '';content: none;}
/* remember to define focus styles! */
:focus {outline: 1px;}
/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}
/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0; }

/* restore styles to sane values */
h1 {
	color:#000000;
	font-weight: bold;
	font-size:20px;
}
div.componentheading, h3 {
	color:#fff;
	font-weight: bold;
	font-size:15px;
}
p { margin:10px 0px; }
a { text-decoration: none; font-weight: bold; color:#6e6e6e; color:#494949; color:#300; }
a:hover { color:#600; }
div.clear { clear:both ;}

/*
 * Eurontoit starts here
 */
body {
	background:#525252;
	color:#fff;
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
}
body.frontpage a {
	color:#CCB8B8;
}
body.frontpage h4 {
	margin:0px;
	padding:0px;
	background:url(../images/home-section.gif) right 0px no-repeat;
	margin-top:10px;
}
div.page-bg {
	background:#525252 url(../images/bg.gif) center repeat-y;
}
body.frontpage div.page-bg {
	background:#525252 url(../images/home-bg.jpg) center repeat-y;
	height:850px;
}
div.page {
	background:url(../images/main-bg.jpg) top no-repeat;
}
body.frontpage div.page {
	background:none;
}

div.page-bottom {
	background:transparent url(../images/bottom.gif) center bottom no-repeat;
	padding-bottom:85px;
}
body.frontpage div.page-bottom {
	background:none;
	padding-bottom:0px;
}

div.main {
	width:924px;
	margin:0px auto;
	background: url(../images/main-bg.jpg) top no-repeat;
	/*min-height: 805px;*/
}

body.frontpage div.main {
	width:924px;
	margin:0px auto;
	background: none;
	/*min-height: 805px;*/
}

div.header {
	height:96px;
}
div.logo {
	xbackground:#f0f;
	width:183px;
	height:96px;
	float:left;
}
div.search-region {
	float:right;
	margin-top:30px;
}
div.search {
	xbackground:#606;
	width:183px;
	height:20px;
	xfloat:right;
	xmargin-top:30px;
}

div.topnav {
	height:30px;
	background:url(../images/topnav.jpg) no-repeat;
}
div.topnav li {
	float:left;
}
div.topnav a {
	color:#ddd;
	text-decoration: none;
	font-weight:bold;
	padding:5px 9px 7px 12px;
	display:block;
	font-size:12px;
}
div.topnav a span {
	color:inherit;
}
div.topnav li.active a {
	color:#fff;
}
div.topnav a:hover {
	color:#fff;
}

body.frontpage div.home-top {
	margin-top: 20px;
	height: 258px;
	background: url(../images/home-top-bg.jpg) no-repeat;
}

body.frontpage div.home-bot {
	margin-top: 20px;
	height: 322px;
	background: url(../images/home-bot-bg.jpg) no-repeat;
	padding-top:12px;
}

body.frontpage div.home-banner {
	width:587px;
	height:210px;
	background:#000;
	padding:6px;
	float:left;
	margin-left:10px;
	margin-top:12px;
}
body.frontpage div.home-promo {
	width:263px;
	height:210px;
	background:#000;
	padding:6px;
	float:left;
	margin-left:21px;
	margin-top:12px;
}
body.frontpage div.home-promo p {
	text-align:justify;
}

body.frontpage div.home-tagline {
	float:left;
	width:140px;
	padding-left:10px;
	padding-right:50px;
	font-size:14px;
	font-weight:bold;
}
body.frontpage div.home-center {
	float:left;
	width:393px;
	padding:0px 7px;
	background:url(../images/home-solutions-bg.jpg) 0px 20px no-repeat;
}
body.frontpage div.home-news {
	float:right;
	width:259px;
	margin-right:16px;
}
body.frontpage div.home-news p {
	margin:0px;
}
div.pagetitle {
	color:#fff;
	font-size:30px;
	line-height:90px;
	height:73px;
	xbackground:#f0f;
	letter-spacing:-2px;
	padding-left:183px;
}
div.left-col {
	width:183px;
	float:left;
}
div.right-col {
	float:left;
	width:741px;
	background:#fff;
	color:#000;
}
div.section-home.right-col {
	background:none;
	color:#fff;
}
div.right-col-bottom {
	background:url(../images/swirls.jpg) center bottom no-repeat;
	min-height:400px;
	padding-bottom:140px;
}
div.section-home div.right-col-bottom {
	background:none;
}
div.right-col-content {
	padding-left:21px;
	padding-right:42px;
}
div.end-col {
	clear:both;
}

/* left navigation */
div.left-col ul {
	margin-bottom:10px;
}
div.left-col li {
	margin-bottom:3px;
}
div.left-col ul.menu a {
	display:block;
	background:url(../images/lhs-nav.jpg) no-repeat;
	background-position:0px -28px;
	color:#eee;
	height:23px;
	padding-left:10px;
	padding-top:5px;
	line-height:16px;
	padding-right:10px;
}
div.left-col ul.menu li.active a {
	background-position:0px 0px;
}
div.left-col ul.menu li.item154 a {
	background-position:0px -94px;
	height:37px;
	padding-top:2px
}
div.left-col ul.menu li.active.item154 a {
	background-position:0px -56px;
}
div.left-col ul.menu ul a {
	display:block;
	background:none;
	padding-left: 20px;
	height:auto;
}

div.left-col ul.menu a span {
	color:#CCB6B6;
}
div.left-col ul.menu a:hover span,
div.left-col ul.menu li.active a span {
	color:#fff;
}


div.copyright {
	padding-top:0px;
	text-align:center;
	color:#BB4140;
	margin-top:-70px;
	font-size:8pt;
}
body.frontpage div.copyright {
	margin-top:-80px;
}


/*
div.left div.menu {
	font-size: 12pt;
}
div.left ul.menu ul {
	padding-left: 24px;
	background:url(../images/indent.gif) no-repeat 13px 4px;;
}
div.left ul.menu li {
	padding-bottom:10px;
}
div.left ul.menu ul li {
	padding-bottom:0px;
}
div.left li#current li a, div.left a {
	color:#6e6e6e;
}
*/
/* make LHS links which are selected blue, but not their sublinks */
/*
div.left li#current a, div.left a:hover {
	color:#29566b;
}
*/


/* top navigation */
/*
div.topnav {
	height:39px;
	xbackground:#00496c;
}
div.topnav li {
	float:left;
}
div.topnav a {
	color:#ccc;
	text-decoration: none;
	font-weight:bold;
	padding:10px 21px 10px 0px;
	display:block;
	font-size:12px;
}
div.topnav li.active a {
	color:#fff;
}
div.topnav a:hover {
	color:#fff;
}
div.topright {
	float:right;
	width:200px;
	padding-top:10px;
	text-align: right;
}
*/
div.search input.inputbox {
	background: #4B1600;
	color:#fff;
	border: 1px solid #fff;
	margin-right:2px;
/*
	width:103px;
	height:13px;
	border:none;
	margin:none;
	padding: none;
	margin-right: 3px;
	vertical-align: baseline;
	margin-bottom: 5px;
	font:8pt Arial, Helvetica, sans-serif;
	padding:0px 5px;
*/
}
div.search input.button {
	border: 1px solid #fff;
}
/*
div.search input.button {
	vertical-align: middle;
	width:13px;
	height: 13px;
	border:0;
	margin:0;
	padding: 0;
}
*/
/* crumbtrail styling */
div.crumbtrail {
	xheight:62px;
	xbackground:#287395;
	xpadding-left:12px;
}
div.crumbtrail div.pathway img {
	margin: 7px 0px;
}
div.above .pathway a.pathway {
	color: #000;
}

div.banner {
	position:relative;
}
div.banner div.promo {
	position:absolute;
	right:0;
	top:0;
}
/*
div.columns {
	background: #fff url(../images/endcolumns.gif) bottom center no-repeat;
	color:#000;
	padding-bottom:80px;
	min-height:500px;
}
body.frontpage div.columns {
	background: #00395b url(../images/front-bg.gif) repeat-x bottom;
	min-height:0px;
	padding-bottom:16px;
}
*/
/* left column styles - usually for menus */
/*
div.left {
	width:200px;
	float:left;
	xbackground:#fff;
	padding-left:0px;
	padding-top:30px;
	margin-right:0px;
}
div.left div.moduletable {
	margin:0 20px 0 14px;
}
body.frontpage div.left {
	width:217px;
	float:left;
	background:transparent;
	padding-left:0px;
	padding-top:35px;
	margin-right:19px;
}
body.frontpage div.left div.moduletable {
	margin:0;
}

div.left div.menu {
	font-size: 12pt;
}
div.left ul.menu ul {
	padding-left: 24px;
	background:url(../images/indent.gif) no-repeat 13px 4px;;
}
div.left ul.menu li {
	padding-bottom:10px;
}
div.left ul.menu ul li {
	padding-bottom:0px;
}
div.left li#current li a, div.left a {
	color:#6e6e6e;
}
*/
/* make LHS links which are selected blue, but not their sublinks */
/*
div.left li#current a, div.left a:hover {
	color:#29566b;
}

div.precontent, div.postcontent {
	width:733px;
	float:right;
}
*/
/* main content styles */
/*
body.frontpage div.componentheading, body.frontpage h3 {
	color:#fff;
}
div.content {
	width:497px;
	float:left;
	padding-top:30px;
}
div.content img { vertical-align: top}

body.frontpage div.content {
	padding-top:10px;
	width:280px;
	color:#fff;
	margin-left:-1px;
}
body.frontpage div.content p {
	margin:0;
	padding:0;
}
body.frontpage div.content a {
	color:#B3C3CD;
	font-weight:bold;
}
body.frontpage div.content a:hover {
	color:#fff;
}
div.content .contentheading {
	color:#2f5d73;
	font-weight: bold;
}
div.content ul { list-style: disc; padding-left: 2em; }
div.content ul ul { list-style: square; }
div.content ul ul ul { list-style: circle; }
div.content ol { list-style: decimal; padding-left: 2em; }
div.content ol ol { list-style: lower-roman; }
div.content ol ol ol { list-style: lower-alpha; }
div.content ul li, div.content ol li { margin-bottom: 0.5em; }
div.content ul ul li, div.content ol ol li { margin-bottom: 0.25; }
div.content ul ul ul li, div.content ol ol ol li { margin-bottom: 0.1; }
*/
/* right columns styles */
/*
div.right {
	width:200px;
	float:right;
}
div.frontpageright1,
div.frontpageright2
{
	float:right;
	xbackground:#99f;
	padding-top:8px;
}
div.frontpageright1 {
	width:140px;
}
div.frontpageright2 {
	width:217px;
}
div.frontpageright2 div.moduletable {
	padding-left:34px;
}

div.right div.moduletable {
	background:#eee;
	margin-bottom:10px;
	padding:5px 13px;
	margin-right:6px;
}
div.email-and-print div.moduletable {
	background:transparent;
	margin:0px;
	padding:0px;
}
div.right #vip-quote {
	font-size: 8pt;
	line-height: normal;
	margin-top:10px;
	text-align: left;
}
div.vip-quote-link {
	text-align:right;
	padding-top:5px;
}
*/
/* stop floating */
/*
div.endcolumns {
	clear:both;
	border-bottom: 0px solid #002546;
}
div.copyright {
	padding-top:0px;
	text-align:center;
	color:#455d6b;
	margin-bottom:45px;
	font-size:8pt;
}
*/


/* icons for products menu */
/*
div.left div.moduletable.solutions-list ul.menu li,
div.left div.moduletable.product-icons ul.menu li{
	padding-bottom:0px;
}


div.moduletable.product-icons ul {
	padding-top:6px;
}
div.moduletable.product-icons li a {
	display:block;
	height:29px;
	background: url(../images/icon-products.gif) no-repeat 0 0;
	padding-left:44px;
	line-height: 25px;
	margin-bottom:4px;
	text-decoration: none;
	color:#6e6e6e;
	font-weight: bold;
}
div.moduletable.product-icons a:hover,
div.moduletable.product-icons li.active a { color:#29566b; }

body.frontpage div.moduletable.product-icons ul {
	padding-top:6px;
}
body.frontpage div.moduletable.product-icons li a {
	display:block;
	height:28px;
	padding-left:44px;
	line-height: 28px;
	margin-bottom:4px;
	text-decoration: none;
	color:#b3c1ca;
	font-weight: bold;
}
body.frontpage div.moduletable.product-icons a:hover,
body.frontpage div.moduletable.product-icons a.highlight,
body.frontpage div.moduletable.product-icons li.active a {
	color:#29566b;
	color:#fff;
}

div.moduletable.product-icons li.item66 a, div.moduletable.product-icons li.item101 a, div.moduletable.product-icons li a.product-estudio { background-position: 0 -261px; }
div.moduletable.product-icons li.item67 a, div.moduletable.product-icons li.item102 a, div.moduletable.product-icons li a.product-estudio-on-demand { background-position: 0 -290px; }
div.moduletable.product-icons li.item68 a, div.moduletable.product-icons li.item103 a, div.moduletable.product-icons li a.product-estudio-web { background-position: 0 -319px; }
div.moduletable.product-icons li.item69 a, div.moduletable.product-icons li.item104 a, div.moduletable.product-icons li a.product-brainnews { background-position: 0 -348px; }
div.moduletable.product-icons li.item70 a, div.moduletable.product-icons li.item105 a, div.moduletable.product-icons li a.product-aston { background-position: 0 -377px; }
div.moduletable.product-icons li.item71 a, div.moduletable.product-icons li.item106 a, div.moduletable.product-icons li a.product-easyset { background-position: 0 -406px; }
div.moduletable.product-icons li.item72 a, div.moduletable.product-icons li.item107 a, div.moduletable.product-icons li a.product-easy-on-air { background-position: 0 -435px; }
div.moduletable.product-icons li.item73 a, div.moduletable.product-icons li.item108 a, div.moduletable.product-icons li a.product-brainsports { background-position: 0 -464px; }
div.moduletable.product-icons li.item74 a, div.moduletable.product-icons li.item109 a, div.moduletable.product-icons li a.product-easymaps { background-position: 0 -493px; }

div.moduletable.product-icons li.item66 a:hover, div.moduletable.product-icons li.item66.active a, div.moduletable.product-icons li.item101 a:hover, div.moduletable.product-icons li a.product-estudio { background-position: 0 0px; }
div.moduletable.product-icons li.item67 a:hover, div.moduletable.product-icons li.item67.active a, div.moduletable.product-icons li.item102 a:hover, div.moduletable.product-icons li a.product-estudio-on-demand { background-position: 0 -29px; }
div.moduletable.product-icons li.item68 a:hover, div.moduletable.product-icons li.item68.active a, div.moduletable.product-icons li.item103 a:hover, div.moduletable.product-icons li a.product-estudio-web { background-position: 0 -58px; }
div.moduletable.product-icons li.item69 a:hover, div.moduletable.product-icons li.item69.active a, div.moduletable.product-icons li.item104 a:hover, div.moduletable.product-icons li a.product-brainnews { background-position: 0 -87px; }
div.moduletable.product-icons li.item70 a:hover, div.moduletable.product-icons li.item70.active a, div.moduletable.product-icons li.item105 a:hover, div.moduletable.product-icons li a.product-aston { background-position: 0 -116px; }
div.moduletable.product-icons li.item71 a:hover, div.moduletable.product-icons li.item71.active a, div.moduletable.product-icons li.item106 a:hover, div.moduletable.product-icons li a.product-easyset { background-position: 0 -145px; }
div.moduletable.product-icons li.item72 a:hover, div.moduletable.product-icons li.item72.active a, div.moduletable.product-icons li.item107 a:hover, div.moduletable.product-icons li a.product-easy-on-air { background-position: 0 -174px; }
div.moduletable.product-icons li.item73 a:hover, div.moduletable.product-icons li.item73.active a, div.moduletable.product-icons li.item108 a:hover, div.moduletable.product-icons li a.product-brainsports { background-position: 0 -203px; }
div.moduletable.product-icons li.item74 a:hover, div.moduletable.product-icons li.item74.active a, div.moduletable.product-icons li.item109 a:hover, div.moduletable.product-icons li a.product-easymaps { background-position: 0 -232px; }

div.moduletable.product-icons li.item101 a.dimmed { background-position: 0 -522px; }
div.moduletable.product-icons li.item102 a.dimmed { background-position: 0 -551px; }
div.moduletable.product-icons li.item103 a.dimmed { background-position: 0 -580px; }
div.moduletable.product-icons li.item104 a.dimmed { background-position: 0 -609px; }
div.moduletable.product-icons li.item105 a.dimmed { background-position: 0 -638px; }
div.moduletable.product-icons li.item106 a.dimmed { background-position: 0 -667px; }
div.moduletable.product-icons li.item107 a.dimmed { background-position: 0 -696px; }
div.moduletable.product-icons li.item108 a.dimmed { background-position: 0 -725px; }
div.moduletable.product-icons li.item109 a.dimmed { background-position: 0 -754px; }
*/


/* icons for solutions list */
/*
div.moduletable.solutions-list ul {
	margin-top:6px;
	border-top: 1px solid #000;
}
div.moduletable.solutions-list a {
	display:block;
	height:24px;
	background: url(../images/solutions-indicator.jpg) no-repeat right 0;
	padding-left:0px;
	line-height: 20px;
	margin-bottom:0px;
	text-decoration: none;
	color:#6e6e6e;
	font-weight: bold;
}
div.moduletable.solutions-list a:hover,
div.moduletable.solutions-list li.active a { color:#29566b; }

body.frontpage div.moduletable.solutions-list ul {
	margin-top:6px;
	border-top: 1px solid #000;
}
body.frontpage div.moduletable.solutions-list a {
	display:block;
	height:24px;
	background: url(../images/solutions-home.jpg) no-repeat right 0;
	padding-left:0px;
	line-height: 20px;
	margin-bottom:0px;
	text-decoration: none;
	color:#b3c1cb;
	font-weight: bold;
}
body.frontpage div.moduletable.solutions-list a:hover,
body.frontpage div.moduletable.solutions-list a.highlight,
body.frontpage div.moduletable.solutions-list li.active a { color:#fff; }

div.moduletable.solutions-list a.solution-news,
div.moduletable.solutions-list li.item110 a,
div.moduletable.solutions-list li.item75 a { background-position: right 0px; }
div.moduletable.solutions-list a.solution-branding,
div.moduletable.solutions-list li.item122 a,
div.moduletable.solutions-list li.item87 a { background-position: right -24px; }
div.moduletable.solutions-list a.solution-sports,
div.moduletable.solutions-list li.item112 a,
div.moduletable.solutions-list li.item77 a { background-position: right -48px; }
div.moduletable.solutions-list a.solution-weather,
div.moduletable.solutions-list li.item113 a,
div.moduletable.solutions-list li.item78 a { background-position: right -72px; }
div.moduletable.solutions-list a.solution-finance,
div.moduletable.solutions-list li.item114 a,
div.moduletable.solutions-list li.item79 a { background-position: right -96px; }
div.moduletable.solutions-list a.solution-elections,
div.moduletable.solutions-list li.item115 a,
div.moduletable.solutions-list li.item80 a { background-position: right -120px; }
div.moduletable.solutions-list a.solution-entertainment,
div.moduletable.solutions-list li.item116 a,
div.moduletable.solutions-list li.item81 a { background-position: right -144px; }
div.moduletable.solutions-list a.solution-mapping,
div.moduletable.solutions-list li.item117 a,
div.moduletable.solutions-list li.item82 a { background-position: right -168px; }
div.moduletable.solutions-list a.solution-virtualstudios,
div.moduletable.solutions-list li.item118 a,
div.moduletable.solutions-list li.item83 a { background-position: right -192px; }
div.moduletable.solutions-list a.solution-cg,
div.moduletable.solutions-list li.item119 a,
div.moduletable.solutions-list li.item84 a { background-position: right -216px; }
div.moduletable.solutions-list a.solution-filmindustry,
div.moduletable.solutions-list li.item120 a,
div.moduletable.solutions-list li.item85 a { background-position: right -240px; }
div.moduletable.solutions-list a.solution-webgraphics,
div.moduletable.solutions-list li.item121 a,
div.moduletable.solutions-list li.item86 a { background-position: right -264px; }

div.moduletable.solutions-list a.solution-news:hover,
div.moduletable.solutions-list li.item110 a:hover,
div.moduletable.solutions-list li.item110 a.xhighlight,
div.moduletable.solutions-list li.item75 a:hover,
div.moduletable.solutions-list li.item75.active a { background-position: right -288px; }
div.moduletable.solutions-list a.solution-branding:hover,
div.moduletable.solutions-list li.item122 a:hover,
div.moduletable.solutions-list li.item122 a.xhighlight,
div.moduletable.solutions-list li.item87 a:hover,
div.moduletable.solutions-list li.item87.active a { background-position: right -312px; }
div.moduletable.solutions-list a.solution-sports:hover,
div.moduletable.solutions-list li.item112 a:hover,
div.moduletable.solutions-list li.item112 a.xhighlight,
div.moduletable.solutions-list li.item77 a:hover,
div.moduletable.solutions-list li.item77.active a { background-position: right -336px; }
div.moduletable.solutions-list a.solution-weather:hover,
div.moduletable.solutions-list li.item113 a:hover,
div.moduletable.solutions-list li.item113 a.xhighlight,
div.moduletable.solutions-list li.item78 a:hover,
div.moduletable.solutions-list li.item78.active a { background-position: right -360px; }
div.moduletable.solutions-list a.solution-finance:hover,
div.moduletable.solutions-list li.item114 a:hover,
div.moduletable.solutions-list li.item114 a.xhighlight,
div.moduletable.solutions-list li.item79 a:hover,
div.moduletable.solutions-list li.item79.active a { background-position: right -384px; }
div.moduletable.solutions-list a.solution-elections:hover,
div.moduletable.solutions-list li.item115 a:hover,
div.moduletable.solutions-list li.item115 a.xhighlight,
div.moduletable.solutions-list li.item80 a:hover,
div.moduletable.solutions-list li.item80.active a { background-position: right -408px; }
div.moduletable.solutions-list a.solution-entertainment:hover,
div.moduletable.solutions-list li.item116 a:hover,
div.moduletable.solutions-list li.item116 a.xhighlight,
div.moduletable.solutions-list li.item81 a:hover,
div.moduletable.solutions-list li.item81.active a { background-position: right -432px; }
div.moduletable.solutions-list a.solution-mapping:hover,
div.moduletable.solutions-list li.item117 a:hover,
div.moduletable.solutions-list li.item117 a.xhighlight,
div.moduletable.solutions-list li.item82 a:hover,
div.moduletable.solutions-list li.item82.active a { background-position: right -456px; }
div.moduletable.solutions-list a.solution-virtualstudios:hover,
div.moduletable.solutions-list li.item118 a:hover,
div.moduletable.solutions-list li.item118 a.xhighlight,
div.moduletable.solutions-list li.item83 a:hover,
div.moduletable.solutions-list li.item83.active a { background-position: right -480px; }
div.moduletable.solutions-list a.solution-cg:hover,
div.moduletable.solutions-list li.item119 a:hover,
div.moduletable.solutions-list li.item119 a.xhighlight,
div.moduletable.solutions-list li.item84 a:hover,
div.moduletable.solutions-list li.item84.active a { background-position: right -504px; }
div.moduletable.solutions-list a.solution-filmindustry:hover,
div.moduletable.solutions-list li.item120 a:hover,
div.moduletable.solutions-list li.item120 a.xhighlight,
div.moduletable.solutions-list li.item85 a:hover,
div.moduletable.solutions-list li.item85.active a { background-position: right -528px; }
div.moduletable.solutions-list a.solution-webgraphics:hover,
div.moduletable.solutions-list li.item121 a:hover,
div.moduletable.solutions-list li.item121 a.xhighlight,
div.moduletable.solutions-list li.item86 a:hover,
div.moduletable.solutions-list li.item86.active a { background-position: right -552px; }

div.moduletable.solutions-list li.item110 a.dimmed { background-position: right -576px; }
div.moduletable.solutions-list li.item122 a.dimmed { background-position: right -600px; }
div.moduletable.solutions-list li.item112 a.dimmed { background-position: right -624px; }
div.moduletable.solutions-list li.item113 a.dimmed { background-position: right -648px; }
div.moduletable.solutions-list li.item114 a.dimmed { background-position: right -672px; }
div.moduletable.solutions-list li.item115 a.dimmed { background-position: right -696px; }
div.moduletable.solutions-list li.item116 a.dimmed { background-position: right -720px; }
div.moduletable.solutions-list li.item117 a.dimmed { background-position: right -744px; }
div.moduletable.solutions-list li.item118 a.dimmed { background-position: right -768px; }
div.moduletable.solutions-list li.item119 a.dimmed { background-position: right -792px; }
div.moduletable.solutions-list li.item120 a.dimmed { background-position: right -816px; }
div.moduletable.solutions-list li.item121 a.dimmed { background-position: right -840px; }

div.link-arrow a {
	color:#000;
	padding-right: 7px;
	background: url(../images/link-arrow.gif) no-repeat right center;
	font-size:8pt;
	font-weight:normal;
}

div.video-tutorials h3 {
	float:left;
}

div.right ul.jxfilelist a {
	color:#425f68;
	font-size: 8pt;
	font-weight:normal;
}
div.right ul.jxfilelist a:hover {
	color:#000;
}
*/

/* email this page and print this page links */
div.email-and-print {
	position:relative;
	height:50px;
	xmargin-left: 14px;
	xmargin-right: 20px;
	xmargin-top:-8px;
}
div.email-and-print a {
	color: #425f68;
	font-size: 8pt;
	font-weight:normal;
}
div.email-and-print a:hover {
	color: #696969;
}
div.email-this-page a {
	position:absolute;
	display:block;
	top:15px;
	left:14px;
	padding-left:17px;
	background: url(../images/email-this-page.gif) no-repeat left center;
	font-weight:normal;
}
div.print-this-page a {
	position:absolute;
	display:block;
	top:15px;
	left:120px;
	background: url(../images/print-this-page.gif) no-repeat left center;
	padding-left:23px;
	font-weight:normal;
}
div.end-email-and-print {
	clear: both;
	height:10px;
}

div.content .highlight-h4-links h4 a {
	display:block;
	height:27px;
	background:url(../images/highlight-h4-link.gif) repeat-x;
	line-height:28px;
	color:#01496f;
	padding-left:9px;
	width:150px;
	margin-bottom:6px;
}
div.content .highlight-h4-links h4 a:hover {
	color:#000;
}
form.ckForm {
	background:url(../images/form-bg.gif) repeat-x;
	padding:10px 50px 10px 90px;
}
div.categorylistcontainer {
	border: 1px solid #305D74;
	border-width:1px 0px;
}
th {
	text-align:left;
}
table.horizonal-lines th {
	border-top: 1px solid #305D74;
	padding-top:10px;
}
table.horizonal-lines td {
	padding-bottom:15px;
}
table.horizonal-lines {
	border-bottom: 1px solid #305D74;
}

dd {
	border-top:1px solid #fff;
	height:455px;
	overflow:auto;
}
div.jwts_tabbertab {
	height:455px;
	overflow:auto;
}

table.separate-articles span.article_separator {
	display:block;
	border-top: 3px solid #a40200;
}
a.readon {
	color:#000;
	padding-right: 7px;
	background: url(../images/link-arrow.gif) no-repeat right center;
	font-size:8pt;
	font-weight:normal;
}

div.solutions-grid {
	padding: 30px 50px 0;
	background: #fff;
	color:#000;
}


/* Download table */
table.jxfilelist {
	width:100%;
	display:table;
}
table.jxfilelist td {
	background:#ededed;
	border-bottom: 3px solid #fff;
	padding:5px;
}
table.jxfilelist td a {
	background:url(../images/download.gif) no-repeat left center;
	padding:5px;
	padding-left:15px;
}

div.banner {
}

div#article_images {
}
div#article_video {
	display:none;
}

table.brochure-layout { border-collapse: separate; border-spacing: 2px; }
table.brochure-layout td {
	background-color:#0089D0;
	color:#fff;
	padding:2px;
}
.createdate {
	color:#919191;
	font-size: 11px;
}

div.yoo-drawer ul.list {
	width:497px;
}
img.success-story-image {
	float:left;
	margin-right:20px;
}

div.home4 {
	background:url(../images/4home.gif) no-repeat;
	width:289px;
	height:204px;
	padding:20px;
	color:#000;
	margin:5px;
}
div.solutions12 {
	background:url(../images/12solutions.gif) no-repeat;
	width:196px;
	height:145px;
	padding:10px;
	color:#000;
	margin:5px;
}
div.products9 {
	background:url(../images/9products.gif) no-repeat;
	width:642px;
	height:96px;
	padding:14px 18px;
	color:#000;
	margin-bottom:10px;
}

div.real-content {
	padding-top:20px;
}

div.accordion_fixedsize {
	height:130px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
}
div#accordion a {
display:block;
}
