	/* CSS Documet */
@import url('superfish.css');
/* language classes */
@import url('coda-slider.css');

.en, .fr, .de, .it, .jp, .ko, .cn {
	direction: ltr;
}

.iw #content #main{
	direction: rtl;
	text-align: right;
	unicode-bidi: bidi-override;
}

.iw ul li {
	background: url(../img/bullet_2_right.gif) no-repeat top right;
	padding-right: 10px;
	list-style: none;
}

.iw #content h1{
	background-position: right;
}

img { border:none;}

html {
	margin: 0;
	padding: 0;
}

.cols {
	font-family: Arial, sans-serif;
	font-size: 12px;
}
.ie6-upgradebar {
     display: none;
}

body {
	background: #f1f1f1 url(../img/bg_body.jpg) repeat-x;
	margin: 0;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 12px;
	/*line-height: 140%;*/
}

h1 {
	font-family: Arial, sans-serif;
	font-size: 26px;
	font-weight: normal;
	color: #999999;
	margin: 15px 0 20px 0;
	line-height: 1;
}

h2 {
	font-family: Arial, sans-serif;
	font-size: 16px;
	margin-top: 15px;
	margin-bottom: 10px;
}

h3 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 7px;
}

h4 {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 5px;
}

a {
	font-weight: bold;
	color: #ae0000;
	text-decoration: none;
	z-index:0;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #ad6868;
}
pre {
	border: 1px solid #cccccc;
	padding: 5px;
	margin: 10px 0px;
}

td {
	font-size: 12px;
}

td p {
	margin-top: 0px;
}

input, select, textarea {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

input:focus, select:focus, textarea:focus
{
	background: #ffff99;
}

th {
	background: #f0f0f0;
	font-size: 12px;
}

table.form th {
	font-size: 12px;
	background: transparent;
	text-align: right;
	vertical-align: top;
	white-space: nowrap;
}

small {
	font-size: 11px;
}

/************************
 LISTS
*************************/
	/* default UL style */
	ul {
		list-style: none;
		margin: 10px 0px 10px 0px;
		padding: 0 0 0 20px;
	}

	td ul {
		margin: 0;
	}

	blockquote {
		margin: 10px 0px 10px 25px;
	}

	blockquote.quote {
		background: #ebeaea url(../img/bg_quote.gif) no-repeat top right;
		/*border: 1px solid #cccccc;*/
		padding: 10px 85px 10px 10px;

	}
	ul li, ul.tree li li{
		padding-left: 10px;
		padding-bottom: 5px;
		background: url(../img/bullet_2.gif) no-repeat top left;
	}

	ul.clasic li {
		padding-bottom: 0px;
	}

	ul.tree ul {
		margin: 0;
	}

	li li{
		padding-bottom: 0px;
	}

	/* UL style one */
	ul.one {
		margin: 0 0 5px 0px;
		list-style: none;
		padding: 0px;
	}

	ul.one li {
		background: url(../img/bullet_1.gif) no-repeat;
		padding-left: 10px;
	}

	ul.one li ul li {
		background: url(../img/bullet_2.gif) no-repeat top left;
	}

	/* UL style two */
	ul.two {
		margin: 0 0 5px 0px;
		list-style: none;
		padding: 0px;
	}

	ul.two li {
		background: url(../img/bullet_2.gif) no-repeat;
		padding-left: 10px;
	}

	ul.two li a{
		color: #000000;
		font-weight: normal;
	}

	ul.two li ul li a{
		color: #ae0000;
		font-weight: bold;
	}

	/* UL normal bullet */
	ul.normal {
		list-style: disc;
		margin: 0 0 0 30px;
	}

	ul.normal li {
		background: none;
	}

	/* Ul no-list */
	ul.no-list{
		list-style: none;
	}
	ul.no-list li {
		padding-left: 8px;
		padding-bottom: 5px;
		background: none;
	}

	/* directory tree style list */
	ul.tree {
		margin: 0;
		padding: 0;
		padding: 20px 0px 20px 20px;
		background: url("../img/bg_tree_list.gif") repeat-y top left;
	}

	ul.tree li {
		list-style: none;
	}

	/* directory subtree style list */
	ul.subtree {
		margin: 0;
		padding: 0;
		margin-left: 20px;
		padding-top: 1px;
		/*background: url("../img/tree_topmargin.gif") no-repeat;*/
		
	}

	ul.subtree li {
		/*margin-left: 10px;*/
		list-style: none;
		background: url("../img/tree_bullet.gif") no-repeat;
		padding: 11px 0px 0px 25px; 
	}

	ul.subtree li.last {
		background: url("../img/tree_last_bullet.gif") no-repeat top left;
	}

.clear-both {clear: both}
.void {display: none;}
.separator {margin: 0; font-size: 11px; line-height: 11px; background: url(../img/bg_separator.gif) repeat-x top left; clear: both;}
.separator2 {margin: 0; font-size: 7px; line-height: 7px; background: #fff; }
.align-left {text-align: left; }
.align-right {text-align: right }
.center {text-align: center; }
.left {float: left; margin: 0 5px 0 0;}
.right {float: right; margin: 0 0 0 5px;}
.warning { 	font-weight: bold;	color: #ff0000;}

.contacts td {
	width: 200px;
	padding: 5px;
	padding-bottom: 15px;
	vertical-align: top;
	border-bottom: 1px solid #cccccc;
}

/*
 * Tables
 */
	div.wire {
		margin: 0 auto;
		width: auto;
	/*	text-align: center;*/
	}

	table.wire {
		background: #cccccc;
	}

	table.wire td {
		background: #ffffff;
	}

	div.wire table {
		background: #cccccc;
	}

	div.wire table table{
		background: #cccccc;
		margin: 0;
	}

	div.wire table td {
		background: #ffffff;
	}

	.wide {
		margin: 0;
	/*	text-align: center; */
	}

	.wide table {
		width: 768px;
	}

	.wide table table{
		width: 400px;
	}

	.center table {
		margin: 0px auto;
	}

	/*
	.wide table .wire td {
		text-align: center;
	}
	*/

.no-list{
	list-style: none;
}


#container {
	padding: 10px 0 0 0;
	background: none;
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}

/*
 * Header
 */

	#header {
		border-top: 0px solid #d6d6d6;
		border-left: 0px solid #d6d6d6;
		border-right: 0px solid #d6d6d6;
		background: url(../img/bg_header-tagline.png) repeat-x top left;
		height: 80px;
		margin: 0em 0em 0em 0.1em;
	}

	#logo {
		padding: 1.4em 0em 0em 2em;
		float: left;
		width: 350px;
	}

	#logo h1{
		margin: 0;
		padding: 0;
	}

	#logo a {
		float: left;
		display: block;
		height: 39px;
		width: 94px;
		background: url(../img/logo.gif) no-repeat top left;
		padding: 0;
	}

	#logo span {display: none;}

	#login {
		float: right;	
		margin: 1.3em 1.9em 0em 0em;
		padding: 0em 0em 0em 0em;
		font-size: 12px;
		font-weight: bold;
		color: #fff;
		/*width: auto;*/
		height:40px;
		/*background: url(../img/bg_welcome.png) no-repeat top left;*/
	}

	#login #unlogged {
		width: 135px;
	}
	#login #logged {
		width: 350px;
	}

	/* IE hack - these will be ignored by IE */
	html>body #login{
		/*width: auto;*/
	}

	html>body #login #unlogged{
		/*width: auto;*/
	}

	html>body #login #logged {
		width: auto;
	}

	#login h3 {
		display: none;
	}

	#login #curve_innerscreen_top2 {/*width: auto*/; background:url(../img/bg_login.gif) repeat-x; height: 40px; overflow: hidden;}				    
	#login #curve_innerscreen_top2 #inner_topleft2 {float: left; background-image:url(../img/logincurveleft.png);  width: 10px; height: 40px; border: #753a00 0px solid;}
	#login #curve_innerscreen_top2 #inner_topline2 {float: left;  /*width: auto*/; border: 0px solid #000000; margin: 0.4em 0em 0em 0em; padding: 0.8em 0em 0em 0em;}
	#login #curve_innerscreen_top2 #inner_topline2 ul {list-style: none; margin: 0em; padding: 0em; }
	#login #curve_innerscreen_top2 #inner_topline2 li {padding: 0em 0.5em; margin: 0px; background: none; display: inline; }
	#login #curve_innerscreen_top2 #inner_topline2 li.first {border-right: #fff 2px solid;}
	#login #curve_innerscreen_top2 #inner_topline2 a {color: #ffffff;}
	#login #curve_innerscreen_top2 #inner_topright2 {float: right; width: 10px; height: 40px; background-image:url(../img/logincurveright.png); border: #753a00 0px solid;}         

	#search-box {
		float: right;	
		margin: 1.5em 1.9em 0em 0em;
		font-size: 11px;
		color: #666;
		width:15%;
	}
	#search-box #c_innerscreen_top2 {width: auto; background:url(../img/bg_login.gif) repeat-x; height:40px;}				    
	#search-box #c_innerscreen_top2 #i_topleft2 {float:left; background-image: url(../img/logincurveleft.png); width: 10px; height: 40px; border: #753a00 0px solid;}
	#search-box #c_innerscreen_top2 #i_topline2 {float:left;  width:auto; border: 0px solid #000000; margin: 0.2em 0em 0em 0em; padding: 0.8em 0em 0em 0em;}
	#search-box #c_innerscreen_top2 #i_topline2 a {color: #ffffff;}
	#search-box #c_innerscreen_top2 #i_topline2 .query-string {border: 0em #5979A6 solid; margin: 0.2em 0em 0em 0em; padding: 0.1em 0.2em 0.1em 0.2em; background-color: #4D4D4D; color: #fff; line-height: 15px; text-align: center; font-size: 11px; font-family: Verdana, Arial, sans-serif; width: 122px}
	#search-box #c_innerscreen_top2 #i_topright2{float:right; width:10px; height:40px; background-image:url(../img/logincurveright.png); border:#753a00 0px solid;}         



	#lang-user {
		
		float:left;	
		margin: 0em 0em 0em 0em;
		font-size: 11px;
		color: #666;
		width:100%;
		height:25px;
	}

	#lang-user #socialmedia {
		float:left;	
		margin: 0.3em 0em 0em 1em;
		font-size: 11px;
		color: #666;
		height:22px;
		width:40%;
		border: 0px solid #999;
	}

	#socialmedia img {margin: 0em 0em 0em 1em;}
	/* For future use
	#socialmedia ul {list-style: none; margin: 0em; padding: 0em; }
	#socialmedia li {padding: 0px; margin: 0px; background: none; display: inline;}
	#socialmedia li a {display: block;}
	#socialmedia li a span {display: none}
	#socialmedia li a.facebook {background: url(../img/icon_facebook.png) no-repeat; width: 67px; height: 16px; background-position: 0 0; border: 0; margin: 0; padding: 0;}
	#socialmedia li a.likedin {background: url(../img/icon_linkedin.png) no-repeat; width: 59px; height: 16px; background-position: 0 0; border: 0; margin: 0; padding: 0;}
	#socialmedia li a.twitter {background: url(../img/icon_twitter.png) no-repeat; width: 52px; height: 16px; background-position: 0 0; border: 0; margin: 0; padding: 0;}
	#socialmedia li a.share {background: url(../img/icon_share.png) no-repeat; width: 47px; height: 16px; background-position: 0 0; border: 0; margin: 0; padding: 0;}
	#socialmedia li a.newsletter {background: url(../img/icon_ixia.png) no-repeat; width: 70px; height: 16px; background-position: 0 0; border: 0; margin: 0; padding: 0;}
	*/

	#lang-user #number {
		float:right;	
		margin: 0.4em 0em 0em 0em;
		font-size: 12px;
		text-align:right;
		color: #000000;
		width:25%;
		height:22px;
		border: 0px solid #999;
	}


	#lang-user #language {
		float:right;	
		margin: 0.4em 0em 0em 0em;
		font-size: 12px;
		text-align:right;
		color: #CCCCCC;
		width: 220px;
		height: 22px;
		border: 0px solid #999;
	}
	#lang-user h3 {
		display: none;
	}

		#language ul {float: right; list-style: none; margin: 0em 1em 0em 1em; padding: 0em 0em 0em 0em;}
		#language li {background: none; float: left; line-height:15px; padding:0em 0.2em 0em 0.2em; margin: 0px;  }

	.link-delimiter {
		padding: 0 7px 0 4px;
	}


#content {
	clear: both;
	margin: 0em;
	padding: 0px 10px 10px 10px;
	background-color: #ffffff;
}

/*
 * Homepage styles
 */

	#content-homepage {
		clear: both;
		margin: 0em;
		padding: 0px;
		background-color: #000;
	}

	#content-homepage #homepage-top-box {
		width: 1000px;
		height: 274px;
		margin: 0px;
		overflow: hidden;
		z-index: 0;
	}


	/*
	#content-homepage #homepage-top-box ul li {
		background: none;
	}
	*/

	#content-homepage #homepage-bottom-left-box{
		float:left;
		width: 500px;
		height: 200px;
		border: 0px solid #fff;
		background-color: #333;
	}

	#homepage-bottom-left-box .press-items {
		background-image: url('../img/bg_steel_lighter.gif');
		background-color: #cccccc;
		padding: 20px 10px;
		overflow: hidden;
		height: 130px;
		width: 480px;
	}

	#homepage-bottom-left-box .press-items h2{
		font-family: Verdana, Arial, sans-serif;
		font-size: 22px;
		margin: 0px 0px 10px 0px;
	}

	#homepage-bottom-left-box .press-items ul {list-style: none; margin: 0.5em 1em 0em 1em; padding: 0em;}
	#homepage-bottom-left-box .press-items li {background: none; line-height: 15px; padding: 0em 0em 0.5em 0em; margin: 0px;  }

	#homepage-bottom-left-box .press-links {
		text-align: center;
		border-top: 1px solid #fff;
		/*padding: 6px 0px 7px 0px;*/
		padding: 6px 0px;
		text-transform: uppercase;
		font-weight: bolder;
		background-color: #333;
		color: #fff;
		font-size: 12px;
		width: 100%;
		overflow: hidden;
	}

	#homepage-bottom-left-box .press-links a{
		text-decoration: none;
		color: #fff;
	}

	#homepage-bottom-left-box .press-links a:hover{
		text-decoration: underline;
	}

	
	
	#content-homepage #homepage-bottom-right-box{
		float:right;
		width: 500px;
		height: 200px;
		border: 0px solid #fff;
		background-color: #333333;
		color: #ffffff;
	}


	#content-homepage #homepage-bottom-right-box h2 {
		font-family: Verdana, Arial, sans-serif;
		font-size: 22px;
		margin: 0px 0px 10px 0px;
	}

	/*
	#content-homepage #homepage-bottom-right-box #Video-content {
		float:left;
		width:60%;
		font-family: Verdana, Arial, sans-serif;
		font-size: 11px;
		margin: 4px 0px 2px 10px;
		color:#ffffff;
		border: 0px solid #fff;
	}

	#content-homepage #homepage-bottom-right-box #Video-player {
		float:right;
		width:35%;
		margin: 4px 0px 3px 0px;
		color:#ffffff;
		border: 0px solid #fff;
	}

	#content-homepage #homepage-bottom-right-box #navigation {
		float:left;
		text-align:center;
		width:96%;
		margin: 10px 10px 0px 10px;
		color:#ffffff;
		border-top: 1px solid #fff;

	}

   #navigation ul {float:left; list-style: none; margin:1em 0em 0em 7em; padding:0em 0em 0em 0em; }
   #navigation li {background: none; float:left; line-height:14px; padding:0em 0em 0em 0em; margin: 0px;  }
   #navigation li a{font-size:11px; display:block; color: #fff; border-left:#fff 1px solid; padding:0em 1.5em 0em 1.5em; letter-spacing:0.5px; font-weight:bold; text-decoration:none; text-align:left;}
   #navigation li a:hover {color: #fff;}
   #navigation li .first{border-left:#222130; 0px solid;}
   */

/* 
 * Interior styles
 */
	#interior {
		background: url(../img/bg_interiorlines.gif) repeat-y;
	}

	#interior #main {
		float: left;
		width: 790px;
		line-height: 140%;
	}

	#interior #side {
		margin-left: 800px;
	}

	#interior #side p, #interior #side form{
		margin: 5px 0px;
	}

	#interior #side div{
		padding-left: 10px;
		border-bottom: 1px dotted #333333;
	}

	#interior #side div.quote{
		background: url(../img/bg_quote.gif) no-repeat top right;
		padding-top: 35px;
		padding-bottom: 10px;
	}

	#interior #side div div{
		padding-left: 0px;
		border-bottom: 0px;
	}

	#side h3{
		font-size: 16px;
		font-weight: bold;
		color: #999999;
		margin-bottom: 5px;
	}

	#side .options {
		border-bottom: 1px dotted #333333;
		border-top: 1px solid #ffffff;
		text-align: center;
		padding-bottom: 5px;
		width: auto;
	}

	#side .options ul {
		list-style: none;
		margin: 5px 0px 0px 0px;
		padding: 0;
		line-height: 60px;
	}

	#side .options {
		text-align: center;
	}

	#side .options a span{
		display: none;
	}

	#side .options a{
		text-decoration: none;
	}

	#side .options a:hover{
		text-decoration: none;
	}

	#side .options a.pdf{
		background: url(../img/icon_pdf.gif) no-repeat top left;
		display: inline;
		padding: 22px 25px;
	}

	#side .options span.pdf-disabled{
		background: url(../img/icon_pdf_disabled.gif) no-repeat top left;
		display: inline;
		padding: 22px 25px;
	}

	#side .options a.print{
		background: url(../img/icon_print.gif) no-repeat top left;
		display: inline;
		padding: 22px 25px;
	}

	#side .options a.send{
		background: url(../img/icon_recommend.gif) no-repeat top left;
		display: inline;
		padding: 22px 25px;
	}


	#interior #side div.last {
		border: 0px;
	}


	.dimmed {
		padding-bottom: 5px;
	}

	.dimmed a {
		font-size: 11px;
		color: #666;
		font-weight: normal;
	}

	.bordered-1 {
		border: 1px solid #ccc;
		padding: 5px;
	}

	.bordered-1 td.bordered {
		border: 1px solid #ccc;
		background: #e5e5e5;
	}

	.bordered-1 h2 {
		margin: 0;
		background: #000;
		padding: 3px 10px 3px 10px;
		color: #fff;
		font-size: 14px;
		height: 16px;
	}

	.bordered-1 h2 span {display: none}

	.bordered-1 p {
		margin: 5px 5px 0px 5px; 
	}


/*** colums ***/
/*
.c22 {
	clear: both;
}

.c22 .first {
	width: 475px;
	float: left;
}

.c22 .second {
	float: left;
	margin-left: 10px;
	width: 475px;
}

.c22 .second .image-caption {
	background: url(../img/bg_image_caption.gif) repeat-y top left;
}

.c22 .second .image-caption div {
	padding: 5px 25px;
	border-bottom: 1px solid #ccc;
	margin-right: 3px;
}

td.side-image {
	background: url(../img/bg_image_caption_left.gif) repeat-y top left;
	padding: 0;
}

td.side-image .image-caption {
	background: url(../img/bg_image_caption_right.gif) repeat-y top right;
	float: right;
	margin: 0;
	padding: 0;
}

td.side-image .image-caption p {
	padding: 5px 25px;
	border-bottom: 1px solid #ccc;
	margin: 0;
}
*/


/*** home tabs -- now ixrave tabs***/


.anchors {
	height: 19px;
	background: url(../img/bg_tabs.gif) repeat-x;
}

.anchors li {
    float: left;
    margin: 0 1px 0 0;
}

.anchors a {
	float: left;
	display: block;
	text-align: center;
	width: 228px;
	border: 1px solid #ccc;
	background: url(../img/bg_hometabs.gif) repeat-x top left;
	margin-left: 5px;
	color: #666;
	height: 17px;
}

.anchors a:hover {
	color: #000;
	text-decoration: none;
}

.anchors a.crt { 
	border-bottom: 1px solid #fff;
}

#tabs .fragment {
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 5px;
	/*height: 285px;*/
	height: 200px;
	overflow: none;
}

/*************************************
bread crumbs styles
*************************************/
#bread-crumbs {
	font-size: 0.8em;
	padding: 5px 0px;
	background: #fff url(../img/bg_separator.gif) repeat-x bottom left; 
}

/**
 * ASSISTENCE BUTTONS
 */
#interior #side div.assistence {
	background: #ccc;
	padding: 1px;
	text-align: center;
	border: 0px;
	margin: 5px 0px 5px 0px;
}

#interior #side div.assistence div.images {
	padding: 0px;
	background: #fff;
	border: 0px;
}

#interior #side #assistence {
	border: 0px;
	font-size: 10px;
}

#footer {
	clear: both;
	width: 1000px;
	background: url(../img/bg_footer.png) no-repeat;
	height: 28px;
	margin: 0px;
	border-top: 5px solid #000;
	color: #1000;
	font-size: 11px;
	padding-top: 2px;
}

#footer a {
	color: #666;
}

#footer a:hover {
	color: #666;
	text-decoration: underline;
}
#footer  #left {
	float:left;
	/*width: 770px;*/
	margin: 3px 0px 0px 0px;
	border: 0px solid #000;
}

#footer  #right {
	float: right;
	text-align: right;
	/*width: 200px;*/
	margin: 3px 15px 0px 0px;
	border: 0px solid #000;
}

#footer ul {float:left; list-style: none; margin:0em 0em 0em 2em; padding:0em 0em 0em 0em; }
#footer li {float:left; line-height:14px; padding:0em 0em 0em 0em; margin: 0px; background: none; }
#footer li a{display: block; border-left: #000 1px solid; padding:0em 0.8em 0em 0.8em; letter-spacing: 0.2px; font-weight: normal; text-decoration: none; text-align: left;}
#footer li .first{border-left: #222130 0px solid;}



/* for displaying help information */
#dhtmltooltip{
	position: absolute;
	width: 150px;
	border: 1px solid black;
	padding: 3px;
	background-color: #ffffe0;
	visibility: hidden;
	z-index: 100;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;

}

/* DIV used for logout */
#disable-page {
	display: none; 
	bottom:0px; 
	left:0px; 
	width:100%;
	height:100%;
	position:fixed; 
	background: url(../img/disable.gif);
}

* html #disable-page {
	position:absolute;
}

/* Submenu for datasheets */
div.subnav {
	margin-right: auto;
	background: url(../img/subnav_bg.gif) repeat-x;
	background-position: 0 7px;
	height: 22px;
	width: 745px;
	overflow: hidden;
	/*position: absolute;*/
	margin-bottom: 20px;
}

#scroll-left, #scroll-right {cursor: hand}

div.subnav div {
	width: 1000px;
	position: relative;
	height: 22px;
}

div.subnav2 { /* for subnavs that have images on the right*/
	margin-right: 210px;
	background: url(../img/subnav_bg.gif) repeat-x bottom;
	height: 22px;
}

div.subnav a, div.subnav2 a {
	display: block;
	float:left;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #cccccc;
	margin-left: 5px;
	font-size: 13px;
	padding: 2px 5px;
	background: url(../img/tab_bg.gif) repeat-x top;
	height: 16px;
}

div.subnav a:hover, div.subnav2 a:hover, div.subnav a.current, div.subnav2 a.current {
	background: url(../img/tab_bg_on.gif) repeat-x top;
	border-bottom: 1px solid #ffffff;
}

/* alert zone */
div.alert {
	border: 1px solid #ffadad;
	background: #fff2f2;
	padding: 5px;
	margin: 0px;
}

div.alert h2 {
	margin: 0px 0px 10px 0px;
	font-size: 14px;
	color: #990000;
	font-weight: bold;
}

div.alert ul {
	margin: 5px 50px;
	padding: 0;
}

div.alert li {
	font-style: italic;
}

/* action zone */
div.action {
	border: 1px solid #ecec80;
	background: #ffffe5;
	padding: 5px;
	margin: 5px 0px 0px 0px;
}

div.action h2 {
	margin: 0px 0px 10px 0px;
	font-size: 14px;
	color: #cc6600;
	font-weight: bold;
}

div.action ul {
	margin: 5px 50px;
	padding: 0;
}

div.action li {
	font-style: italic;
}

/* success zone */
div.success {
	border: 1px solid #cfe5cf;
	background: #edffed;
	padding: 5px;
	width: 100%;
}

div.success h2 {
	margin: 0px 0px 10px 0px;
	font-size: 14px;
	color: #006600;
	font-weight: bold;
}

div.success ul {
	margin: 5px 50px;
	padding: 0;
}

div.success li {
	font-style: italic;
}

html>body div.alert, html>body div.success, html>body div.action {
	width: auto;
}

/* search results page */
#results .url, #results .url a {
	font-style: italic;
	color: #808080;
	font-size: 10px;
}

#results .weight {
	border: 1px solid #cccccc;
	padding: 3px;
	line-height: 10px;
	float: left;
	width: 100px;
}

table.searchBox {
	border: 1px solid #cccccc;
}
#results .weight img{
}



/************************************
SOLUTIONS PAGE
*************************************/

div.solution-boxes {
	margin-top: 15px;
}

div.solution-boxes a{
	text-decoration: underline;
}

div.solution-boxes div {
	display: block;
	width: 240px;
	float: left;
}

div.solution-boxes div.first {
	width: 505px;
}

div.solution-boxes div.second, div.solution-boxes div.third {
	margin-left: 15px;
}

div.solution-boxes div.second a, div.solution-boxes div.third a{
	font-weight: normal;
	color: #333;
}

div.solution-boxes div.second ul, div.solution-boxes div.third ul {
	padding: 0;
	margin: 0px;
}

div.solution-featuring {
	border: 1px solid #ccc;
	background: #fff url(../img/bg_movie_box.gif) repeat-x top left;
	padding: 5px;
}

div.solution-featuring div.description h3 {
	font-size: 16px;
	font-style: italic;
	line-height: 130%;
}

div.solution-featuring div.description {
	float: left;
	width: 460px;
	text-align: right;
	margin-right: 10px;
}

div.solution-featuring div.movie {
}


/**
 * Loader stuff for AJAX
 */

#div_new_endpoint .loader {
	text-align: center;
	padding: 20px 0 0 0;
	background: url(../img/ajax-loader.gif) no-repeat top center;
}
.form-loader {
	text-align: center;
	padding: 20px 0 0 0;
	background: url(../img/ajax-loader.gif) no-repeat top center;
}
#content #boxes th{
	border-bottom:1px dotted #333333;
	border-right:1px dotted #333333;
	font-size: 12px;
}

#content #boxes td{
	border-right:1px dotted #333333;
	font-size: 12px;
}

/**
 * Technology Seminars
 */

#technology-seminars-roadshow {
	background: #1f2507 url(../img/bg_road_show_masthead.jpg) no-repeat top left;
	/*padding-left: 370px;*/
	padding-top: 20px;
}
#technology-seminars-roadshow td {
	padding-left: 3px;
	padding-right: 3px;
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}
#technology-seminars-roadshow td a {
	font-stretch: condensed;
	color: #FFFFFF;
	font-weight: bolder;
	text-decoration: none;
}
#technology-seminars-roadshow td a:hover {
	color: #FFFFFF;
}

#requestPassword, #registerChassis, #visitLibrary { background: url(../img/spr_support_options.gif) no-repeat top left; display: block; width: 168px; height: 30px; text-indent: -1000em; margin-bottom: 4px;}
#registerChassis { background-position: -168px 0px;}
#visitLibrary { background-position: -336px 0px;}
#requestPassword:hover { background-position: 0px -30px;}
#registerChassis:hover { background-position: -168px -30px;}
#visitLibrary:hover { background-position: -336px -30px;}


.divider{
	width: 80%;
	height: auto;
	margin: 0px;
	padding:4px 5px;
	background-image: url(../img/vertical.gif);
	background-repeat: repeat-y;
	background-position: 40px 10px;
}

#fbcontent {
  width: 70px ;
}

div.preliminary {
	background: url("../img/bg_preliminary.gif") repeat-y;
}

.quote{
margin:10px;
}

.indent {
	padding-left: 20px;
}