html {
    color: #000;
    background: #FFF;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

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

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

li {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
    text-transform: capitalize
}

h2 {
    font-size: 100%;
    font-weight: normal;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

legend {
    color: #000;
}

/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
version: 3.0.0
build: 1549
*/

/* base.css, part of YUI's CSS Foundation */

h1 {
    /*18px via YUI Fonts CSS foundation*/
    font-size: 138.5%;
}

h2 {
    /*16px via YUI Fonts CSS foundation*/
    font-size: 123.1%;
}

h3 {
    /*14px via YUI Fonts CSS foundation*/
    font-size: 108%;
}

h1, h2, h3 {
    /* top & bottom margin based on font size */
    margin: 1em 0;
}

h1, h2, h3, h4, h5, h6, strong {
    /*bringing boldness back to headers and the strong element*/
    font-weight: bold;
}

abbr, acronym {
    /*indicating to users that more info is available */
    border-bottom: 1px dotted #000;
    cursor: help;
}

em {
    /*bringing italics back to the em element*/
    font-style: italic;
}

ol li {
    /*giving OL's LIs generated numbers*/
    list-style: decimal outside;
}

ul li {
    /*giving UL's LIs generated disc markers*/
    list-style: disc outside;
}

dl dd {
    /*giving UL's LIs generated numbers*/
    margin-left: 1em;
}

th, td {
    /*borders and padding to make the table readable*/
    padding: .5em;
}

th {
    /*distinguishing table headers from data cells*/
    font-weight: bold;
    text-align: center;
}

caption {
    /*coordinated marking to match cell's padding*/
    margin-bottom: .5em;
    /*centered so it doesn't blend in to other content*/
    text-align: center;
}

p, fieldset, table {
    /*so things don't run into each other*/
    margin-bottom: 1em;
}

.red {
    color: #d2143c;
}

#container {
    margin: 10px auto 0px;
    font-family: "Arial";
    margin: 0 auto;
}

#topbar * {
    z-index: 200;
}

#header #topbar {
    height: 30px;
    width: 805px;
    vertical-align: middle;
    clear: both;
    margin-left: 145px;
}

#header #topbar .tbleft {
    float: left;
    width: 577px;
    margin-right: 25px;
    text-align: left;
    vertical-align: middle;
    height: 20px;
    position: relative;
}

#header #topbar .tbmid {
    float: left;
    width: 40px;
    height: 20px;
    padding-right: 10px;
    text-align: right;
    position: relative;
}

#header #topbar .tbright {
    float: right;
    width: 140px;
    height: 20px;
    padding-right: 10px;
    text-align: right;
    position: relative;
}

.topbar_contact {
    padding-right: 10px;
    font-family: arial;
    font-size: 16px;
    font-weight: bolder;
    color: #00467d;
}

.topbar_red_text {
    padding-left: 10px;
    color: #d2143c;
    font-family: arial;
    font-size: 12px;
    font-weight: bolder;
}

.tbleft a, .tbmid a {
    color: #00467d;
    font-size: 11px;
    margin-left: 20px;
    text-decoration: none;
}

#header #feedback {
    font-family: "Arial";
    font-size: 11px;
    color: #999;
    margin-top: 5px;
}

#header #feedback a, #header #feedback a:link, #header #feedback a:visited {
    text-decoration: none;
    color: #999;
}

#header #feedback a:hover {
    text-decoration: underline;
}

#header #feedback a:active {
    text-decoration: none;
}

#header #logo, #header #topnav, #header #rheadbox {
    float: left;
}

#header #logo {
    /* margin-right: 25px; */
    margin-top: 0px;
    display: block;
    background: #fff;
}

#nav_top_links {
    width: 550px;
    float: left;
    margin-left: 20px;
    margin-top: 12px;
}

#nav_top_links a, #nav_top_links a:visited {
    color: #fff;
    font-family: arial;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    margin-right: 45px;
}

#nav_top_links a:hover {
    color: #ddd;
}

#nav_top_links a.last {
    margin-right: 0;
}

#nav_top_links a.active_category {
    color: #ddd;
}

#nav_top_search {
    width: 170px;
    margin-right: 20px;
    float: right;
    height: 38px;
    /*border: red 1px solid;*/
    padding: 8px 0 0 0;
}

/* - BEGIN: Search form styles - */

#search {
    width: 173px;
    height: 20px;
    position: relative;
}

#search #s {
    float: left;
    width: 150px;
    height: 15px;
    line-height: 11px;
    font-family: "Arial";
    font-size: 11px;
    color: #333;
    font-weight: normal;
    padding: 4px 0px 2px 10px;
    border: 0;
    background-color: #fff;
}

#search #searchbutton {
    position: relative;
    left: -5px;
    cursor: pointer;
    float: right;
    height: 21px;
    width: 23px;
    background: url('/assets/shared/images/search-icon.png') no-repeat 0 4px;
    font-size: 0px;
    color: #FFF;
    background-color: #fff;
    vertical-align: baseline;
    border: 0;
    top: -21px;
}

/* - END: Search form styles - */

#top_logo {
    width: 150px;
    height: 38px;
    float: left;
}

#logo_nav {
    width: 960px;
    clear: both;
    position: relative;
}

.nav_pointer {
    display: none;
    position: absolute;
    height: 8px;
    width: 15px;
    top: 27px;
    background: transparent;
}

#pointer_hProducts {
    left: 40px;
}

#pointer_hPartners {
    left: 160px;
}

#pointer_hResources {
    left: 377px;
}

#pointer_hMy_account {
    left: 505px;
}

#topnav * {
    z-index: 100;
}

#topnav {
    margin: 0px;
    padding: 0px;
    margin-top: 8px;
    margin-right: 18px;
    width: 630px;
    height: 27px;
    font-family: "Arial";
    font-size: 13px;
    color: #fff;
    font-weight: bold;
}

#topnav li {
    float: left;
    list-style: none;
    width: 124px;
    margin: 0px;
    padding: 0px;
    margin-right: 2px;
    height: 27px;
}

#topnav li a {
    display: block;
    width: 100%;
    height: 27px;
    text-align: center;
    height: 100%;
    font-family: "Arial";
    font-size: 13px;
    line-height: 24px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    background: url('../images/topnav_grads.gif') repeat-x left 0px;
}

#topnav li.first a {
    background: url('../images/head_sprite.gif') repeat-x left 0px;
}

#topnav li.last a {
    margin-right: 0px;
    background: url('../images/head_sprite.gif') repeat-x -132px -30px;
}

#topnav li a:link, #topnav li a:visited {
    text-decoration: none;
}

#topnav li a:hover {
    text-decoration: none;
    background: url('../images/topnav_grads.gif') repeat-x left -30px;
}

#topnav li.first a:hover {
    text-decoration: none;
    background: url('../images/head_sprite.gif') repeat-x left -30px;
}

#topnav li.last a:hover {
    text-decoration: none;
    background: url('../images/head_sprite.gif') repeat-x -132px 0px;
}

/* fly-out styles */

#fly_hProducts {
    height: auto;
    display: none;
    top: 38px;
    left: 185px;
}

#fly_hPartners {
    height: auto;
    display: none;
    top: 38px;
    left: 285px;
}

#fly_hResources {
    height: auto;
    top: 38px;
    left: 225px;
    display: none;
}

#fly_hMy_account {
    height: auto;
    top: 38px;
    left: 275px;
    display: none;
}

.box_fly * {
    margin: 0;
    padding: 0;
}

.box_fly {
    margin-top: 0;
    width: auto;
    z-index: 120;
    position: absolute;
    background-color: #e1e1e1;
    padding-left: 10px;
    box-shadow: 5px 5px 10px #888888;
}

.fly_column {
    width: 220px;
    margin: 10px 0;
    float: left;
}

.fly_column_last {
    width: 230px;
    margin: 10px 0;
    float: left;
}

.first_col {
    padding-left: 10px;
}

.last_col {
    padding-right: 10px;
}

ul.fly_list li {
    font-family: arial;
    font-size: 13px;
    line-height: 16px;
    margin: 5px 0 3px 15px;
}

div.fly_column ul.fly_list li a {
    margin-bottom: 10px;
    font-size: 12px;
    color: #00467d;
    text-decoration: none;
}

div.fly_column ul.fly_list li a:hover {
    text-decoration: underline;
}

div.fly_column a.fly_head {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #00467d;
    text-decoration: none;
}

div.fly_column a.fly_head:hover {
    text-decoration: underline;
}

.box_fly ul.fly_main {
    float: left;
    width: 100%;
    height: 193px;
    margin: 0px;
    padding: 15px 0px 20px;
    display: block;
    list-style: none;
    border: #000 1px solid;
}

box_fly ul.fly_main li {
    width: 220px;
    float: left;
}

box_fly ul.fly_main li ul li {
    list-style: none;
}

/* Generic - but specific to products flyout */

#topnav .flyBox .flyLeft {
    float: left;
    width: 25px;
    height: 228px;
    background: url('../images/flyout/fly_large.png?d=042811') no-repeat left top;
}

.flyBox ul.mainfly {
    float: left;
    width: auto;
    height: 193px;
    margin: 0px;
    padding: 15px 0px 20px;
    background: url('../images/flyout/fly_large.png?d=042811') repeat-x left -232px;
}

#topnav .flyBox .flyRight {
    float: left;
    width: 25px;
    height: 228px;
    background: url('../images/flyout/fly_large.png?d=042811') no-repeat -30px top;
}

/* ---- */

/* Partner flyout */

#topnav .wPartner {
    width: 250px;
    height: 140px;
    margin-left: -5px;
}

#topnav .wPartner .flyLeft {
    height: 140px;
    width: 20px;
    background: url('../images/flyout/fly_small.png') no-repeat left top;
}

#topnav .wPartner ul.mainfly {
    height: 105px;
    background: url('../images/flyout/fly_small.png') repeat-x left -145px;
}

#topnav .wPartner .flyRight {
    height: 140px;
    width: 20px;
    background: url('../images/flyout/fly_small.png') no-repeat -25px top;
}

/* ---- */

/* Support flyout */

#topnav .wSupport {
    margin-left: -5px;
}

/* ---- */

/* Resources flyout */

#topnav .wResources {
    width: 825px;
    margin-left: -380px;
}

/* ---- */

/* My Account flyout */

#topnav .wMyAccount {
    margin-left: -300px;
    width: 435px;
}

#topnav .wMyAccount .flyLeft {
    float: left;
    width: 25px;
    height: 228px;
    background: url('../images/flyout/fly_large.png?d=042811') no-repeat -55px top;
}

#topnav .wMyAccount ul.mainfly {
    float: left;
    width: auto;
    height: 187px;
    margin: 0px;
    padding: 15px 0px 20px 10px;
    background: url('../images/flyout/fly_large.png?d=042811') repeat-x left -232px;
}

#topnav .wMyAccount .flyRight {
    float: left;
    width: 25px;
    height: 228px;
    background: url('../images/flyout/fly_large.png?d=042811') no-repeat -85px top;
}

/* ---- */

/* 2nd level styles */

#topnav .flyBox ul.mainfly li a {
    background: none;
    display: inline;
}

#topnav .flyBox ul.mainfly li, #topnav .flyBox ul.mainfly ul {
    margin: 0px;
    padding: 0px;
    width: 174px;
}

#topnav .flyBox ul.mainfly ul, #topnav .flyBox ul.mainfly ul li {
    width: 174px;
}

#topnav .flyBox ul.mainfly>li, #topnav .flyBox ul.mainfly>li a {
    font-family: "Arial";
    font-size: 11px;
    line-height: 14px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    white-space: nowrap;
    text-align: left;
}

#topnav .flyBox ul.mainfly li ul li {
    margin-bottom: 5px;
    margin-top: 5px;
}

#topnav .flyBox ul.mainfly ul li, #topnav .flyBox ul.mainfly ul li a {
    font-weight: normal;
    text-decoration: none;
    white-space: normal;
    text-align: left;
}

#topnav .flyBox ul.mainfly>li {
    height: 192px;
    border-right: 1px solid #fff;
    padding-right: 10px;
    margin-left: 10px;
}

#topnav .flyBox ul.mainfly>li.first {
    margin-left: 0px;
}

#topnav .flyBox ul.mainfly>li.last {
    border-right: none;
    padding-right: 0px;
}

#topnav .flyBox ul.mainfly>li li {
    height: auto;
}

#topnav .flyBox ul.mainfly a, #topnav .flyBox ul.mainfly a:link, #topnav .flyBox ul.mainfly a:visited {
    text-decoration: none;
    background: none;
}

#topnav .flyBox ul.mainfly a:hover {
    text-decoration: underline;
    background: none;
}

#topnav .flyBox ul.mainfly a:active {
    text-decoration: none;
    background: none;
}

/* - END: Topnav styles - */

/* - BEGIN: Country selector styles - */

#cselector {
    font-family: "Arial";
    font-size: 11px;
    color: #00467D;
    cursor: pointer;
    z-index: 110;
}

#cselector .current {
    padding-left: 15px;
    margin-top: 5px;
    margin-left: 10px;
    margin-bottom: 0px;
    padding-right: 7px;
}

#cselector .list {
    text-align: left;
    display: none;
    height: 45px;
    width: 113px;
    padding: 10px 10px 10px 10px;
    margin: 0px;
    background-color: #f4f4f4;
    position: absolute;
    top: 20px;
    right: 3px;
}

#cselector .list li {
    list-style: none;
    margin: 0px;
    padding: 2px 0 0 0;
}

#cselector .list li a, #cselector .list li a:link, #cselector .list li a:visited {
    font-family: "Arial";
    font-size: 11px;
    color: #00467d;
    text-decoration: none;
}

#cselector .list li a:hover {
    text-decoration: underline;
}

#cselector .list li a:active {
    text-decoration: none;
}

/* - END: Country selector styles - */

/* - BEGIN phone selector styles - */

#phoneselector {
    font-family: "Arial";
    color: #00467D;
    cursor: pointer;
    z-index: 110;
    float: left;
}

#phoneselector .current {
    padding-left: 5px;
    margin-top: 5px;
    /*margin-left: 10px;*/
    margin-bottom: 0px;
    padding-right: 7px;
    width: 340px;
}

#phoneselector .list {
    cursor: text;
    text-align: left;
    display: none;
    height: auto;
    width: 220px;
    padding: 10px 10px 10px 10px;
    margin: 0px;
    background-color: #f4f4f4;
    position: absolute;
    left: 20px;
    z-index: 1000;
    color: #00467d;
    font-size: 14px;
    font-weight: bolder;
}

.selectorPhone {
    color: #d2143c;
}

#phoneselector .list li {
    list-style: none;
    margin: 0px;
    padding: 2px 0 0 0;
}

#phoneselector .list li a, #phoneselector .list li a:link, #phoneselector .list li a:visited {
    font-family: "Arial";
    font-size: 13px;
    color: #00467d;
    text-decoration: none;
}

#phoneselector .list li a:hover {
    text-decoration: underline;
}

#phoneselector .list li a:active {
    text-decoration: none;
}

/* - END phone selector styles - */

/* - BEGIN: Chat selector styles - */

#chatselector {
    font-family: "Arial";
    font-size: 11px;
    color: #666;
    cursor: pointer;
}

#chatselector .current {
    background: url('../images/head_sprite_chat.gif') no-repeat left -80px;
    padding-left: 15px;
    margin-top: 5px;
    margin-left: 10px;
    margin-bottom: 0px;
}

#chatselector .current a, #chatselector .current a:link, #chatselector .current a:visited, #chatselector .current a:hover, #chatselector .current a:active {
    font-family: "Arial";
    font-size: 11px;
    color: #666;
    text-decoration: none;
}

#chatselector .list {
    display: none;
    height: 45px;
    width: 113px;
    padding: 10px 20px 20px 15px;
    margin: 0px;
    background: url('../images/flyout/country_back.png') no-repeat left top;
    position: absolute;
}

#chatselector .list li {
    list-style: none;
    margin: 0px;
    padding: 2px 0px 4px 0px;
}

#chatselector .list li a, #chatselector .list li a:link, #chatselector .list li a:visited {
    font-family: "Arial";
    font-size: 11px;
    color: #FFF;
    text-decoration: none;
}

#chatselector .list li a:hover {
    text-decoration: underline;
}

#chatselector .list li a:active {
    text-decoration: none;
}

/* - END: Country selector styles - */

.clrfloats {
    clear: both;
}

.floatl {
    float: left;
}

.floatr {
    float: right;
}

/* - START: Content Styles - */

#content {
    width: 960px;
    clear: both;
}

#leftcol {
    width: 220px;
    float: left;
    clear: right;
    margin-right: 15px;
}

#centercol {
    width: 698px;
    float: left;
}

#centercol div#el_indent {
    margin-bottom: 40px;
}

#rightcol {
    float: left;
    display: block;
    width: 153px;
    margin-left: 18px;
}

/* - END: Content Styles - */

/*-- Left Navigation Styles --*/

#leftnav {
    width: 220px;
    font-size: 13px;
    background: #f6f6f6;
    border: 1px solid #d7d7d7;
    color: #000;
}

#leftnav h3 {
    margin: 0px;
    font-size: 16px;
    padding: 6px 0px 6px 12px;
    text-align: left;
    font-weight: bold;
    border-bottom: 1px solid #e4e4e4;
    border-top: 1px solid #e4e4e4;
    background-color: #fff;
}

#leftnav h3 a {
    color: #00467d;
    text-decoration: none;
    text-transform: capitalize;
}

#leftnav h3 a:hover {
    text-decoration: underline;
}

#leftnav ul {
    margin: 0px;
    padding: 0;
    font-size: 11px;
    background-color: #f6f6f6;
}

#leftnav ul ul {
    background: none;
    display: none;
}

#leftnav ul li {
    color: #00467d;
    padding-left: 15px;
    margin: 5px 0px;
    padding-right: 5px;
    /* padding-bottom: 7px; */
    list-style-position: inside;
    list-style: none;
    /* border-bottom: 1px solid #d7d7d7; */
}

#leftnav ul li.last {
    border: none;
}

#leftnav ul li.active {
    font-weight: bold;
    color: #000;
    background: none;
}

#leftnav ul li ul li.active {
    /*
	background: url('../images/leftnav_button_act.gif') no-repeat -2px top;
	*/
    color: #000;
}

#leftnav li a {
    color: #00467d;
    text-decoration: none;
    line-height: 14px;
}

#leftnav li a:hover {
    text-decoration: underline;
}

#leftnav li li a {
    line-height: 14px;
    color: #333;
    font-family: sans-serif;
    font-weight: 300;
}

#leftnav ul li.activechild ul {
    display: block;
}

#leftnav ul li li {
    margin-left: -13px;
    margin-right: 0px;
    padding-left: 20px;
    padding-right: 4px;
    border: none;
    list-style-position: inside;
    list-style-type: disc;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#leftnav ul li.active a {
    color: #000;
    font-weight: normal;
}

#leftnav ul li.active ul li a {
    color: #00467d;
    font-weight: normal;
}

/*-- Left Navigation Styles END --*/

/* -- Utility Nav Styles -- */

.rounded_5 {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.rounded_3 {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

#util-nav {
    font-size: 11px;
    color: #999;
    font-weight: normal;
    line-height: 13px;
    margin-top: 5px;
    height: 25px;
}

#util-nav #bc, #util-nav #nobc {
    float: left;
    /* width: 425px; */
    margin-bottom: 5px;
}

#util-nav #btns {
    float: right;
}

#util-nav #bc a, #util-nav #nobc a {
    text-decoration: none;
    color: #999;
}

#util-nav #bc a:hover {
    text-decoration: underline;
}

#util-nav #btns #email, #util-nav #btns #share, #util-nav #btns #print {
    float: left;
    height: 20px;
    margin-right: 15px;
}

#util-nav #btns a {
    font-size: 11px;
    color: #666;
    font-weight: normal;
    line-height: 13px;
    text-decoration: none;
    display: inline-block;
    padding-left: 25px;
    height: 20px;
}

#util-nav #btns a:hover {
    text-decoration: underline;
}

#btns #email a {
    background: url('../images/util-email.gif') no-repeat left top;
}

#btns #share a {
    background: url('../images/util-share.gif') no-repeat left top;
}

#btns #print a {
    background: url('../images/util-print.gif') no-repeat left top;
}

/* -- Utility Nav Styles END -- */

h1 {
    font-family: Arial;
    font-size: 38px;
    color: #000;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    line-height: 40px;
    clear: both;
    letter-spacing: -1px;
}

img.header_new_price {
    float: right;
}

h2 {
    font-family: Arial;
    font-size: 24px;
    line-height: 28px;
    color: #666;
    margin: 0px;
    margin-top: 16px;
    padding: 0px;
    font-weight: normal;
}

h3 {
    /* font-family: Arial; */
    /* font-weight: bold; */
    /* font-size: 21px; */
    /* margin: 0px; */
    /* margin-bottom: 10px; */
    /* padding: 0px; */
    /* padding-left: 15px; */
    /* padding-top: 20px; */
    /* color: #000; */
    /* text-transform: capitalize; */
}

#prod_container h3 a {
    font-family: Arial;
    font-weight: bold;
    font-size: 20px;
    color: #00467d;
    text-decoration: none;
}

#prod_container h3 a:link, #prod_container h3 a:visited {
    text-decoration: none;
}

#prod_container h3 a:hover {
    text-decoration: underline;
}

#prod_container h3 a:active {
    text-decoration: none;
}

div#centercol p {
    font-family: Arial;
    font-size: 14px;
    /* color:#666; */
    line-height: 21px;
    margin-bottom: 25px;
    margin-top: 25px;
}

select {
    font-family: Arial;
    font-size: 12px;
    color: #666;
}

#prod_container {
    margin-bottom: 20px;
}

.prod_container {
    margin-bottom: 20px;
}

/* - START: Rightcolumn Styles - */

/*Contact box */

#contact_us {
    background-color: #e8e8e8;
    margin-bottom: 20px;
    height: 100%;
    padding: 10px;
    text-transform: capitalize;
    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -webkit-border-radius: 6px;
    /* Firefox 1-3.6 */
    -moz-border-radius: 16px;
    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border-radius: 6px;
    line-height: 47px;
}

div#contact_us p.heading {
    font-family: Arial;
    font-size: 14px;
    color: #000;
    font-weight: bold;
    margin-bottom: 8px;
}

div#contact_us a:link, div#contact_us a:visited, div#contact_us a:hover, div#contact_us a:active {
    font-family: Arial;
    font-size: 12px;
    color: #00467d;
    margin-bottom: 0px;
    line-height: 19px;
    font-weight: normal;
    text-decoration: none;
}

div#contact_us a, div#contact_us a:link, div#contact_us a:visited {
    font-family: Arial;
    font-size: 12px;
    color: #00467d;
    margin-bottom: 0px;
    line-height: 19px;
    font-weight: normal;
}

div#contact_us p {
    font-family: Arial;
    font-size: 12px;
    color: #000;
    margin-bottom: 0px;
    line-height: 19px;
}

div#contact_us a:hover {
    text-decoration: underline;
}

div#contact_us a:active {
    text-decoration: none;
}

.textbox_small {
    background-image: url(/assets/shared/images/grey_grad_back.gif);
    background-repeat: repeat-x;
    width: 206px;
    height: 38px;
    display: block;
    float: left;
    margin-right: 6px;
}

.textbox_small_noimage {
    background: none;
    width: 206px;
    display: block;
    float: left;
    margin-right: 6px;
    margin-bottom: 15px;
}

.textbox_small_noimage ul {
    margin-top: 10px;
    margin-bottom: 0px;
}

.textbox_small_noimage ul li {
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    margin: 3px 0px;
}

.textbox_small_noimage ul li a, .textbox_small_noimage ul li a:link {
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    color: #004276;
    text-decoration: none;
}

.textbox_small_noimage ul li a:visited {
    color: #00467d;
}

.textbox_small_noimage ul li a:hover {
    color: #00467d;
    text-decoration: underline;
}

.textbox_small_noimage ul li a:active {
    color: #004276
}

.closeHead {
    margin-bottom: 0;
    padding-bottom: 0;
}

.closeText {
    margin-top: 0;
}

/*Contact box */

div#rightcol img {
    margin-bottom: 20px;
    display: block;
}

#livechat p a, #livechat p a:visited {
    color: #004177;
    font-size: 11px;
    margin-left: 11px;
    text-decoration: none;
    line-height: 25px;
}

#livechat p a:hover {
    text-decoration: underline;
}

#livechat span {
    color: #777878;
}

/* - END: Rightcolumn Styles - */

.res_title {
    padding: 0px 0px 20px 0px;
}

.res_heading {
    padding-left: 0px;
    color: #777878;
    font-weight: bold;
}

div#centercol p.res_p {
    margin-top: 5px;
}

#tabs .tabtext p, #tabs .tabtext ul, #tabs .tabtext ul li {
    font-size: 12px;
}

/* - START: Footer Styles - */

#siteseal {
    float: left;
}

#kpmg_seal {
    width: 100%;
    padding-left: 10px;
    background: #FFF;
}

#kpmg_seal a {
    text-decoration: none;
}

#kpmg_seal a+a {
    margin-left: 10px;
}

#footer {
    position: relative;
    clear: both;
    /*top: -30px;*/
    text-align: center;
    margin: 10px auto;
    /* width: 960px; */
}

#mainFooterContent {
    width: 730px;
    text-align: center;
    margin: 0 auto;
    clear: both;
}

#mainFooterContent a {
    font-size: 11px;
    color: #00467d;
    text-decoration: none;
}

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

#footer_seal {
    /* width: 120px; */
    display: inline-block;
}

#footer_sprites {
    position: relative;
    width: 110px;
    float: left;
}

#sub_footer_text {
    width: 960px;
    clear: both;
    padding-top: 10px;
    text-align: left;
}

#sub_footer_text p {
    padding: 0px 20px 0px 20px;
    text-align: center;
}

.sprite_link {
    background: transparent;
    cursor: pointer;
    position: absolute;
    display: block;
    height: 30px;
    width: 30px;
    top: 0;
}

#sprite_0 {
    left: 0;
}

#sprite_1 {
    left: 40px;
}

#sprite_2 {
    left: 80px;
}

#bottom_links * {
    font-size: 10px;
    color: #888;
    margin: 0 5px;
}

div#footer p.links {
    margin-top: 5px;
}

div#footer p.links a, #sub_footer_text a {
    font-family: arial;
    font-size: 11px;
    color: #999;
    text-decoration: none;
}

div#footer p.links a, #sub_footer_text a:hover {
    text-decoration: underline;
}

div#footer p.text, #sub_footer_text {
    font-family: arial;
    font-size: 11px;
    color: #999;
    line-height: 14px;
}

div#footer p {
    font-family: arial;
    font-size: 11px;
    color: #999;
}

div#footer p.text a {
    font-family: arial;
    font-size: 10px;
    color: #999;
    line-height: 14px;
    text-decoration: none;
}

div#footer p.links a:link, div#footer p.links a:visited, div#footer p.text a:link, div#footer p.text a:visited {
    text-decoration: none;
}

div#footer p.links a:hover, div#footer p.text a:hover {
    text-decoration: underline;
}

div#footer p.links a:active, div#footer p.text a:active {
    text-decoration: none;
}

#footer .socialbutton_outer {
    font-family: arial;
    font-size: 10px;
    color: #999;
    text-align: center;
    height: 16px;
    padding-left: 300px;
    width: 415px;
}

#footer .socialbutton_text {
    height: 14px;
    vertical-align: middle;
    float: left;
    padding-top: 2px;
    margin-right: 5px;
}

#footer .socialbutton_btns {
    height: 16px;
    width: 40px;
    float: left;
}

#footer .socialbutton_btns a {
    margin-right: 5px;
    outline: 0;
}

#footer .socialbutton_btns a+a {
    margin-right: 0px;
}

.ft_div {
    padding-left: 5px;
    padding-right: 5px;
    color: #c2c3c4;
}

/*Start Annoucment privacy popup CSS */

body {
    padding-bottom: 0 !important
}

.toolbar-pad {
    margin-bottom: 80px !important
}

#toolbar {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    color: #fff;
    background: #00467D;
    z-index: 9;
}

.container.toolbarContent {
    padding: 13px 0px;
    margin: 0px auto;
    color: #fff;
    position: relative;
    /* width: 970px; */
}

.container.toolbarContent p {
    padding-right: 100px;
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
    line-height: 1.2;
}

.widget-close {
    right: 0;
    position: absolute;
    top: 17px;
    cursor: pointer;
    background: #d2143c;
    padding: 10px 20px;
    font-weight: 700;
    color: #fff;
}

#toolbar a {
    font-size: 12px;
    font-weight: 700
}

.widget-close span {
    text-align: center;
    color: #fff;
    font-size: 15px;
    line-height: normal;
    cursor: pointer;
}

#toolbar a {
    font-size: 12px;
    font-weight: 700;
    color: #d2143c;
}

li ul .caption {
    margin: 0 0 0 5px;
    line-height: 30px;
}

#content {
    width: 970px;
}

.no-corner {
    border-radius: 0!important;
}

#inputCsr {
    font-family: monospace;
}

.no-select {
    user-select: none;
}

.margin-left-sm {
    margin-left: 10px;
}

#comodoca-seal img {
    width: 109px;
    height: 47px;
}

#tl_popupCL1, #tl_popupSC7 {
    height: 0;
}

.modal button, .modal a.btn {
    border-radius: 2px;
}

.margin-bottom {
    margin-bottom: 10px;
}

.margin-top {
    margin-top: 10px;
}

.margin-bottom-sm {
    margin-bottom: 5px;
}

.margin-top-sm {
    margin-top: 5px;
}

.margin-left-sm {
    margin-left: 5px;
}

.sidebar-list li a img {
    height: 12px !important;
}

@media (min-width: 992px) {
    .matrix-item {
        display: inline-block;
        width: calc(50% - 2px) !important;
    }
}

.matrix-item .panel {
    border: 0;
    box-shadow: 0 0 2px rgba(0, 0, 10, 0.3);
}

.matrix-item .head {
    padding: 15px;
}

.matrix-item .body a {
    color: #333;
}

.matrix-item .price a {
    color: #fff;
}

.matrix-item .price {
    color: #fff;
    padding: 3px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.matrix-item .price a {
    text-decoration: none;
}
.matrix-item.matrix-globalsign .price {
    background-color: #2f78b9;
}

.matrix-item.matrix-sectigo .price {
    background-color: #00b373;
}

.matrix-item.matrix-positive .price {
    background-color: #00b373;
}

.matrix-item.matrix-trustocean .price {
    background-color: #2f78b9;
}

.matrix-item.matrix-digicert .price {
    background-color: #0096ff;
}

.matrix-item.matrix-rapidssl .price {
    background-color: #eb5525;
}

.matrix-item.matrix-geotrust .price {
    background-color: #eb5525;
}

.matrix-item.matrix-geotrust .price {
    background-color: #046cb2;
}

.matrix-item.matrix-trustasia .price {
    background-color: #e8305a;
}

.matrix-item.matrix-certum .price {
    background-color: #e8305a;
}

.matrix-item.matrix-cfca .price {
    background-color: #e8305a;
}

.matrix-item.matrix-sheca .price {
    background-color: #e8305a;
}

.matrix-item.matrix-alphassl .price {
    background: #046eb0;
}

.matrix-item.matrix-wosign .price {
    background-color: #e8305a;
}

.matrix-item.matrix-thawte .price {
    background-color: #e8305a;
}

.matrix-item.matrix-symantec .price {
    background-color: #efb714;
}

.matrix-item .panel-footer .btn-primary {
    filter: saturate(1);
}

.matrix-item .panel-footer .btn-primary:hover {
    filter: saturate(1.5);
}

.matrix-item.matrix-globalsign .panel-footer .btn-primary {
    background-color: #2f78b9;
}

.matrix-item.matrix-sectigo .panel-footer .btn-primary {
    background-color: #00b373;
}

.matrix-item.matrix-positive .panel-footer .btn-primary {
    background-color: #00b373;
}

.matrix-item.matrix-trustocean .panel-footer .btn-primary {
    background-color: #2f78b9;
}

.matrix-item.matrix-digicert .panel-footer .btn-primary {
    background-color: #0096ff;
}

.matrix-item.matrix-rapidssl .panel-footer .btn-primary {
    background-color: #eb5525;
}

.matrix-item.matrix-geotrust .panel-footer .btn-primary {
    background-color: #eb5525;
}

.matrix-item.matrix-geotrust .panel-footer .btn-primary {
    background-color: #046cb2;
}

.matrix-item.matrix-trustasia .panel-footer .btn-primary {
    background-color: #e8305a;
}

.matrix-item.matrix-certum .panel-footer .btn-primary {
    background-color: #e8305a;
}

.matrix-item.matrix-cfca .panel-footer .btn-primary {
    background-color: #e8305a;
}

.matrix-item.matrix-sheca .panel-footer .btn-primary {
    background-color: #e8305a;
}

.matrix-item.matrix-wosign .panel-footer .btn-primary {
    background-color: #e8305a;
}

.matrix-item.matrix-thawte .panel-footer .btn-primary {
    background-color: #e8305a;
}

.matrix-item.matrix-symantec .panel-footer .btn-primary {
    background-color: #efb714;
}

.matrix-item .price .type-note {
    font-size: 12px;
    line-height: 20px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

#leftnav li a, #leftnav b {
    color: #333;
}

.navbar .navbar-nav .open .dropdown-submenu .dropdown-menu {
    border-top: 1px solid #f3f3f3;
}

.navbar .dropdown-menu li:hover>a>img {
    filter: brightness(0) invert(1);
}

.navbar .dropdown-menu li:hover>a>.text-muted {
    color: #fff;
}

.text-normal {
    font-weight: normal;
}

.pricing-container .brand-list li a img {
    filter: brightness(0);
    opacity: 0.5;
}

.pricing-container .brand-list li.active a img {
    opacity: 1;
}

.pricing-container .brand img {
    height: 16px !important;
}

.pricing-container .price {
    line-height: 1.5em;
}

.pricing-container .text-black {
    color: #333;
}

.pricing-container .text-no-underline {
    text-decoration: none;
    cursor: pointer;
}

.pricing-container .whitelabel-tool {
    margin-bottom: 15px;
}

.pricing-container .no-border-top {
    border-top: 0;
}

.pricing-container .price .label {
    margin-left: 5px;
}
