/* B2BE
>><<>><<>><<>><<>><<>><<>><<>><<>><<>><<>><<>><<>><<>><<>><<>><<>><<>><<>><< */

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;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html, body, #page {
    height: 100%;
    font: 11px Arial, Helvetica, sans-serif;
    color: #666;
}

body {
    background: #fff url('img/header_bg.jpg') repeat-x;
}

body > #page { 
    height: auto;
    min-height: 100%;
}

#page {
    background: url('img/header_shadow.png') no-repeat;
    margin-right: auto;
    margin-left: auto;
    width: 900px;
}

#header {
    margin-right: auto;
    margin-left: auto;
    width: 805px;
    padding-left: 1px;
}

#bluebar {
    background: #005E9F;
    height: 8px;
}

#nav {
    background: #fff;
    height: 61px;
    font: 11px Arial, Helvetica, sans-serif;
}

#flashObject {
    width: 805px;
    height: 154px;
}

#content {
    background: url('img/header_bottomshadow.png') no-repeat 1px 0;
    margin: 10px auto 0 auto;
    width: 805px;
    min-height: 18px;
    padding: 18px 1px 24px 0;
}

#sidebar {
    width: 155px;
    float: left;
    padding-left: 1px;
}

#main {
    width: 599px;
    float: right;
    padding-right: 1px;
}

#footer {
    clear: both;
    position: relative;
    z-index: 10;
    width: 900px;
    height: 24px;
    margin: -24px auto 0 auto;
}

#inner {
    background: #005D9D url('img/footer.jpg') repeat-x;
    width: 805px;
    margin: 0 auto;
    height: 24px;
}

#footer a {
    color: #fff;
    text-decoration: none;
}

#footer span {
    padding: 6px 25px 0;
    display: inline;
    float: left;
    color: #fff;
    font: 9px Verdana, Arial, Helvetica, sans-serif;
}

#footer .left {
    display: inline;
    float: right;
}

#nav ul { 
    opacity: 0.90;
    z-index: 1000000;
}

#nav li {
    float: left;
    filter: alpha(opacity=90);
}

#nav a {
    display: block;
}

/* parent and child */
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.b2behover ul ul, #nav li.b2behover ul ul ul {
    left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.b2behover ul, #nav li li.b2behover ul, #nav li li li.b2behover ul { 
    left: auto;
}

#nav li ul {
    width: 170px;
    position: absolute;
    margin-left: -1px;
    left: -999em;
    opacity: 1;
    z-index: 10000000;
}

#nav li li a, #nav li li:hover li a, #nav li li li:hover li a, #nav li li.b2behover li a, #nav li li li.b2behover li a {
    width: 150px;
    color: #005E9F;
    text-decoration : none;
    background-color : #fff;
    padding: 3px 5px 3px 15px;
}

#nav li li a:hover, #nav li li:hover a, #nav li li li:hover a, #nav li li li li:hover a, #nav li li.b2behover a, #nav li li li.b2behover a, #nav li li li li.b2behover a {
    color: #fff;
    background: #005E9F;
}

/* parent */
#nav > ul > li:hover > ul, #nav > li.b2behover > ul {
    border: 1px solid #F4F4F4;
}

/* child */
#nav li ul ul {
    margin-left: 170px;
    margin-top: -21px;
    border: 1px solid #F4F4F4;
    z-index: 10000000;
}

/* root */
#nav > ul > li {
    display: block;
    border-left: 1px solid #F4F4F4;
    border-bottom: 1px solid #F4F4F4;
    height: 59px;
    padding-top: 1px;
}

#nav > ul > li > a > img {
    height: 58px;
}

#nav > ul > li > a {
    margin-bottom: -2px;
}

#nav li li li a.daddy {
    background: #fff url('img/nav_arrow.gif') no-repeat right center;
}

#nav li li li:hover a.daddy {
    background: #005E9F;
}

#nav a.daddy {
    background: #fff url('img/nav_arrow.gif') no-repeat right center;
}

.hr {
    height: 2px;
    background: url('img/dot_blue.png') repeat-x;
    border: none;
    width: 100%;
    margin: 6px 0 3px 0;
}

.clear {
    clear: both;
}

.left {
    float: left;
}

#sidebar h1 {
    font: 11px Arial, Helvetica, sans-serif;
    color: #005E9F;
}

#sidebar h2 {
    font: bold 11px Arial, Helvetica, sans-serif;
    color: #666;
}

#sidebar p {
    font: 11px Arial, Helvetica, sans-serif;
    color: #666;
    text-align: justify;
    line-height: 12px;
}

#sidebar a {
    font: 11px Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #005E9F;
}

#sidebar a:hover {
    text-decoration: underline;
}

#sidebar form {
    margin-bottom: 3px;
}

#sidebar label {
    color: #666;
    font: 11px Arial, Helvetica, sans-serif;
}

#sidebar input {
    border: 1px solid #999;
    width: 170px;
    font-size: 11px;
    padding-bottom: 2px;
    margin-bottom: 11px;
}

#sidebar input.last {
    margin-bottom: 5px;
}

#sidebar .login {
    background: url('img/button_login.png');
    width: 69px;
    height: 30px;
    border: 0;
    margin-bottom: 11px;
}

#sidebar .login:hover {
    background-position: 0 30px;
}

#sidebar #flags {
    margin-top: 6px;
}

#sidebar #flags li {
    display: inline;
}

#main p {
    font: 11px Arial, Helvetica, sans-serif;
    color: #666;
    text-align: justify;
}

#main h1 {
    color: #005E9F;
    font: bold 11px Arial, Helvetica, sans-serif;
}

#main h2 {
    font: bold 11px Arial, Helvetica, sans-serif;
    color: #666;
}

#main h2.italic {
    font-style: italic;
}

#main a {
    font: 11px Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #005E9F;
}

#main a:hover {
    text-decoration: underline;
}

#main a.readMore {
    background: url('img/button_readmore.gif') no-repeat;
    width: 93px;
    height: 32px;
    display: block;
    float: right;
}

#main a:hover.readMore {
    background-position: 0 -32px;
}

#main a.search {
    background: url('img/button_search.png') no-repeat;
    width: 93px;
    height: 32px;
    display: block;
    float: right;
}

#main a:hover.search {
    background-position: 0 -32px;
}

#featureProduct {
    background: url('img/index_feature_bg.jpg') no-repeat;
    float: left;
    height: 168px;
    width: 409px;
    margin-bottom: 27px;
}

#featureProduct h1 {
    color: #005E9F;
    font: bold 11px Arial, Helvetica, sans-serif;
}

#featureProduct #productLeft {
    float: left;
    padding: 35px 0 0 20px;
    width: 100px;

}

#featureProduct #productRight {
    float: left;
    padding: 35px 10px 0 10px;
    height: 101px;
    width: 250px;
}

#featureProduct a.readMore {
    position: relative;
    vertical-align: bottom;
    padding-right: 10px;
}

#searchContents {
    background: url('img/Index_search.jpg') no-repeat;
    float: right;
    width: 169px;
    height: 168px;
    margin-bottom: 27px;
}

#searchContents #searchBox
{
    height: 101px;
    padding: 35px 10px 0 10px;
}

#searchContents a.search
{
    position: relative;
    vertical-align: bottom;
    padding-right: 10px;
}
#featureSolutions {
    background: url('img/index_solutions_bg.jpg') no-repeat;
    float: left;
    width: 409px;
    height: 295px;
}

#featureSolutions #solutionLeft {
    float: left;
    width: 165px;
    padding: 35px 0 0 25px;
}

#featureSolutions #solutionRight {
    float: right;
    width: 165px;
    padding: 35px 25px 0 0;
}

#productEnquiry {
    background: url('img/index_enquire_bg.jpg') no-repeat;
    float: right;
    width: 140px;
    height: 295px;
    padding: 35px 15px 0 15px;
}

#productEnquiry a.readMore {
    position: relative;
    vertical-align: bottom;
}
#main form fieldset.searchFiltersfieldset {
border:1px solid #2F6FAB;
line-height:1.5em;
margin:1em 0;
padding:0 1em 1em;
}

#main form div.searchFilterCheckBox {
    float: left;
    padding: 5px 0 5px 5px;
    height: 30px;
    width: 32%;
    clear: none;
	border: 0;
}

.imgbreak {
    margin-bottom: 15px;
}

#main .breadcrumbs li {
    display: inline;
    font-size: 11px;
    margin-left: 0;
}

#main .breadcrumbs a {
    color: #005E9F;
}

#main .breadcrumbs li.last span {
    font: bold 14px Arial, Helvetica, sans-serif;
    color: #005E9F;
}

#main .breadcrumbs a:hover {
    text-decoration: underline;
}

#main .downloadButtons {
    width: 100%;
    text-align: right;
    margin-bottom: 10px;
}

#main .downloadButtons a {
    margin-left: 20px;
}

#main .downloadButtons a:hover {
    text-decoration: underline;
}

#main .downloadButtons .left {
    margin-left: 0;
    margin-right: 3px;
}

#menuLeft {
    float: left;
    font: italic 11px Arial, Helvetica, sans-serif;
    color: #666;
    margin-top: 1px;
    padding-bottom: 4px;
}

#menuLeft select {
    border: 1px solid #999;
    font-size: 11px;
}

#menuCollaspe {
    float: right;
    font-size: 11px;
    color: #005E9F;
    margin-top: 6px;
    margin-bottom: 3px;
}

.mandatory {
    float: left;
    font: italic 11px Arial, Helvetica, sans-serif;
    color: #666;
}

.mandatory b {
    color: #FF0000;
}

.formError {
    font-style: normal;
}

.toggle-plus {
    background: url('img/plus.gif') no-repeat;
    cursor: pointer;
    width: 13px;
    height: 13px;
}

.toggle-minus {
    background: url('img/minus.gif') no-repeat;
    cursor: pointer;
    width: 13px;
    height: 13px;
}

.box {
    clear: both;
    margin: 10px 0;
}

.box .header {
    padding: 2px;
    border: 1px solid #999;
    background: #f4f4f4;
}

.box .header img {
    margin-top: 2px;
}

.box .header div {
    float: right;
    margin: 2px 1px 0 0;
}

.box img {
    float: left;
    margin-right: 5px;
}

.box .imagePane {
    float: left;
    width: 135px;
    padding-top: 15px;
}

.box .textPane {
    float: right;
    width: 460px;
    padding-top: 15px;
}

#main .box .textPane span {
    font: 11px Arial, Helvetica, sans-serif;
    color: #666;
    text-align: justify;
}


#main .box .textPane span a {
    font-weight: bold;
}

#main .box .textPane span a:hover {
    text-decoration: underline;
}


#main .box h1 {
    color: #666;
    display: inline;
    font: bold 11px Arial, Helvetica, sans-serif;
}

#main .box li {
    font: 11px Arial, Helvetica, sans-serif;
    color: #666;
    text-align: justify;
    list-style: disc;
    margin-left: 12px;
    padding-left: 10px;
}

#main form div {
    clear: both;
}

#main label {
    color: #666;
    font: bold 11px Arial, Helvetica, sans-serif;
    display: block;
    float: left;
    text-align: left;
    width: 120px;
}

#main #customer-centre label {
    width: 80px;
    padding-top: 3px;
}

#main input, #main select, #main textarea {
    background: #fff;
    border: 1px solid #999;
    color: #333;
    font: 11px Arial, Helvetica, sans-serif;
}

#main select, #main input {
    margin: 1px 0;
}

#main textarea {
    margin-top: 1px;
    width: 250px;
    height: 100px;
}

#main form button, #main form .button {
    background: #005E9F;
    border: 1px solid #0B4065;
    color: #fff;
    font: 11px Arial, Helvetica, sans-serif;
    padding: 1px 7px;
    margin-right: 3px;
}

#main form .button {
    padding: 1px 0;
    margin-right: 2px;
}





#main li {
    font: 11px Arial, Helvetica, sans-serif;
    color: #666;
    text-align: justify;
    list-style: disc;
    margin-left: 15px;
}

#main .list-top {
    margin-left: 140px;
}

#main .list-top li {
    font: bold 11px Arial, Helvetica, sans-serif;
    color: #666;
    text-align: justify;
    list-style: disc;
}

#main .list-top li ul {
    margin-bottom: 15px;
}

#main .list-top li li {
    margin-left: 40px;
    font: 11px Arial, Helvetica, sans-serif;
    color: #666;
    text-align: justify;
    list-style: circle;
}

#main .inner-list {
    margin-left: 13px;
}

#main .inner-list li {
    list-style: square;
}

#main .tdn-list {
    display: block;
    float: left;
    padding-right: 70px
}

#productBrochures {
    background: url('img/interac_bg_print.jpg') no-repeat;
    float: left;
    width: 173px;
    height: 275px;
    margin-right: 10px;
    padding: 170px 10px 10px 10px;
}

#productBrochures .readMore {
    margin-top: 15px;
    float: left;
}

#videos {
    background: url('img/interac_bg_video.jpg') no-repeat;
    float: left;
    width: 173px;
    height: 275px;
    margin-right: 10px;
    padding: 170px 10px 10px 10px;
}

#interactivities {
    background: url('img/interac_bg_interac.jpg') no-repeat;
    float: left;
    width: 173px;
    height: 275px;
    padding: 170px 10px 10px 10px;
}

.contenttitle {
    font-family: arial;
    color:#FF0000;
    font-size:12px;
    font-weight:bold;
}

#webportaldemo {
    background: url('img/interac_bg_webportaldemo.jpg') no-repeat;
    float: left;
    width: 280px;
    height: 200px;
    padding: 80px 10px 10px 10px;
    /*padding: 170px 10px 10px 10px;*/
}

#webportaldemo .login {
    background: url('img/but_interactive_login.png');
    width: 69px;
    height: 30px;
    border: 0;
    margin-bottom: 11px;
    margin-right:10px;
}

#webportaldemo .fieldsearch
{
    background-color: #ffffff;
    border: 1px solid #e3eaee;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #666666;
}
#webportaldemo_footer {
    width: 280px;
    height: 100px;
}

#webportaldemo .login:hover {
    background-position: 0 30px;
}
.InteractiveTitle{
    /*font-family: Futura BdCn BT;*/
    font-family: Arial;
    font-size: 18px;
    color: #029dd9;
}

#ecatdemo {
    background: url('img/interac_bg_ecatdemo.png') no-repeat;
    float: left;
    width: 270px;
    height: 200px;
    padding: 80px 10px 10px 10px;
}

#user_registration .fieldsearch
{
	background-color: #ffffff;
	border: 1px solid #e3eaee;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

#user_registration .mandatory {
    float: left;
    font: bold 11px Arial, Helvetica, sans-serif;
    font-style: normal;
    color: #FF0000;
}

#user_registration .formButtons {
	border: 1px solid #0b4065;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #005E9F;
	padding-top: 1px;
	padding-bottom: 1px;
	font-weight: normal;
}
#user_registration .fieldsearch
{
	background-color: #ffffff;
	border: 1px solid #e3eaee;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

#user_registration .error_text
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: red;
	text-align: left;
}

#main .split {
    width: 280px;
    padding: 15px 0;
    float: left;
}

#main .split li {
    list-style: none;
    margin-left: 0;
    height: 20px;
    padding: 2px 0;
}

#main .address {
    width: 280px;
    padding: 5px;
    float: left;
}

#main .address h1 {
    color: #005E9F;
    font: bold 11px Arial, Helvetica, sans-serif;
}

#main .address span {
    font: 11px Arial, Helvetica, sans-serif;
    color: #666;
    display: block;
}

#main .address .map {
    margin: 10px 0;
}

#main .address .map a {
    margin-top: 25px;
}

#main .imgLeftInline {
    float: left;
    padding: 0 15px 15px 0;
}

.news {
    clear: both;
}

.news .image {
    float: left;
    padding: 12px 12px 12px 0;
}

.news p {
    padding: 12px 0 0 0;
}

.lightbox-bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 10000001;
    opacity: .80;
    filter: alpha(opacity=80);
}

.lightbox {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    padding: 26px 10px 10px 10px;
    overflow: auto;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    background: #fff url('img/close.png') top right no-repeat;
    cursor: pointer;
    z-index: 10000002;
}

* html .lightbox-bg, * html .lightbox { /* ie6 */
                                        position: absolute;

}

.red {
    color: #FF0000;
}

#privacy p {
    font: 11px Arial, Helvetica, sans-serif;
    color: #666;
    text-align: justify;
}

#privacy h1 {
    color: #005E9F;
    font: bold 14px Arial, Helvetica, sans-serif;
}

#privacy a {
    font: 11px Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #005E9F;
}

#privacy a:hover {
    text-decoration: underline;
}

#main .loginFailed {
    color: #FF0000;
}

.newsBody {
    clear: both;
}

.boxBody {
    font: 11px Arial, Helvetica, sans-serif;
    color: #666;
    text-align: justify;
}

#noJobs {
    display: none;
    margin-top: 40px;
}

#noB2BEJobs {
    display: none;
    margin-top: 40px;
}

.products {
    display: block;
    height: 24px;
    clear: both;
}

/** apply for button inside yui dialog **/
.yuiDialogButton {
    background: #005E9F;
    border: 1px solid #0B4065;
    color: #fff;
    font: 11px Arial, Helvetica, sans-serif;
    padding: 1px 7px;
    margin-right: 3px;
}

.formLabel{
    font-weight: bold;
}

/* >><<>><<>><<>><<>><<>><<>><<>><<>><<>><<>><<>><<>><<>><<>><<>><<>><<>><<>><<
*/