<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CORE styles for Lexmark.com No style in here should be used on less than 5 pages */ 
/* Start with a clean slate as in Eric Meyer's reset.css */
@charset "utf-8";
html,body {
    height: 100%;
}

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: bottom; 
    background: transparent;
}

body {
	line-height: 1.1;
    font-family:'TPHeroRegular', sans-serif;
}

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;
}
/* End reset.css */
body {
   
    font-size: 75%;
    text-align:center;
    }
    
/* sorry for lame "fancy-wrapper" class name - but trying to avoid name collision.
 once fixed width headers are gone from fancy pages we can remove this */
#wrapper, div.fancy-wrapper {
    margin:0 auto;
    text-align:left;
    width:970px;
    }

sup {
    vertical-align:text-top;
    font-size: .7em;
    }
    
.left {
    float: left;
    }
    
.shadow-wrapper {
    margin-bottom: 3px;
    padding-bottom: 1px;
    width: auto;
	position:relative;
    }
    
.round-input {
    background: url("../images/backgrounds/inputs.gif") no-repeat top left;
    display: -moz-inline-stack;
    display: inline-block;
    height: 25px;
    position: relative;
    width: 155px;
}

round-input input,
.round-input select {
    background-color: transparent;
    border: 0;
    color: #828282;
    font-size: 11px;
    padding-left: 5px;
}

.round-input select {
    position: absolute;
    top: 3px;
    left: 5px;
    height: 23px;
    width: 145px;
}
     
.round-input select option {
    background-color: #fff;
}

/* rounded corners */
.round_bottom {
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.round_top {
    -webkit-border-top-right-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.round_all,
.footer-callout {
    /*-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;*/
}

/* Header styles */
#header{
    background: url("../images/backgrounds/header.png") left bottom no-repeat;
    position:relative;
}    

#header #logonav-container {
    padding-left: 20px;
    padding-top: 8px;
    position:relative;
}

#header #logonav-container #header-logo{
    float: left;
    margin-right: 10px;
    height:45px;
    width:170px;
}

#header-logo a {
    display: block;
    height:45px;
    width:170px;
}

#header-logo span {
    display: none;
}

#logonav-container {
    position: relative;
    z-index: 85;
}

#logonav-container #header-selectbox {
    left: 200px;
    position: absolute;
}

#header-selectbox a:link.country-link,
#header-selectbox a:visited.country-link,
#header-selectbox a:hover.country-link,
#header-selectbox a:active.country-link {
    color: #454545;
    cursor: pointer;
    display: block;
    font-size: 10px;
    font-weight: bold;
    height: 36px;
    line-height: 36px;
    padding: 0;
    position: relative;
    text-decoration: none;
    vertical-align: middle;
    z-index: 170;
}
#logonav-container span.country-wrapper {
    display: block;
    margin: 0 -3px 0 12px;
    padding: 0;
    position: relative;
    z-index: 1;
}

#logonav-container .active a:link.country-link,
#logonav-container .active a:visited.country-link,
#logonav-container .active a:hover.country-link,
#logonav-container .active a:active.country-link {
    background: url("../images/backgrounds/country-tab-long.gif") no-repeat left top;
    }

#logonav-container .active span.country-wrapper {
    background: url("../images/backgrounds/country-tab-long.gif") no-repeat right top;
}

.country-flag {
    vertical-align: none;
}

.country-label {
    padding: 0 1px 0 3px;
	font-size: 12px;
}

#header-selectbox a img {
    margin: 13px 0;
    vertical-align: middle;
}
#header-selectbox-ul li#img {
    margin-top:3px;
    width:20px;
}

#country-language {
    font-size: 12px;
    left: 350px;
    position: absolute;
    top: 21px;
    z-index: 200;
    text-align: left;
}

#country-language a:link,
#country-language a:visited {
    color: #454545;
    padding: 0 5px;
    text-decoration: underline;
}

#country-language a:hover,
#country-language a:active {
    text-decoration: none;
}

#header-ul {
    float: right;
    overflow: hidden;
    text-align: right;
    width: 760px;
}
#header-ul li {
    background:url("../images/icons/arrow-gray.gif") no-repeat left bottom;
    color: #828282;
    display: inline-block;
     *display:inline;
    padding: 0 16px 0 10px;
    white-space: nowrap;
}

#header-ul li a:link,
#header-ul li a:visited,
#header-ul li a:hover,
#header-ul li a:active {
    color: #828282;
    font-size: 12px;
    text-decoration: none;
}

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

#topnav-container{
    background: url("../images/backgrounds/topnav.png") no-repeat bottom;
    clear: both;
    position: relative;
    z-index: 11;
}
#topnav-container.noBg {
    background-image:none;
}

ul#topnav{
    clear: both;
    position: relative;
    z-index: 10;
}

ul#topnav .topnav-item {
    position:relative;
    top:0px;
    width:194px;
    float: left;
    text-align: center;
    z-index: 15;
}
ul#topnav .small {
    border-right:1px solid #e0e0e0;
    width:149px;
}
ul#topnav .support {
    width:215px;
    border-right:0;
}

ul#topnav li a:link,
ul#topnav li a:visited,
ul#topnav li a:hover,
ul#topnav li a:active {
    color: #000;
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
    padding: 6px 0 7px;
    position: relative;
    z-index: 20;
    text-decoration: none;
}

ul#topnav li ul.content-list a { padding: 0; }

ul#topnav li a:hover,
ul#topnav li a.hover,
ul#topnav li a:link.active,
ul#topnav li a:visited.active,
ul#topnav li a:hover.active,
ul#topnav li a:active.active {
    text-decoration: underline;
}

ul#topnav li li a:link,
ul#topnav li li a:visited,
ul#topnav li li a:hover,
ul#topnav li li a:active {
    display: inline;
    position: static;
    white-space: normal;
    z-index: auto;
}

ul#topnav .footer-callout li a:link,
ul#topnav .footer-callout li a:visited,
ul#topnav .footer-callout li a:hover,
ul#topnav .footer-callout li a:active {
    white-space: nowrap;
}

#searchcart-container{
    border-top: 1px solid #cbcbcb;
    height: 42px;
    position:relative;
    clear:both;
    padding: 0 0 0 13px;
}
#search-ul {
    clear: both;
    float: left;
    height: 25px;
    line-height: 25px;
    margin-top: 10px;
    overflow: hidden;
    width: 550px;
}

#search-ul li{
    margin-right:9px;
    float: left;
    width: 155px;
}

#search-ul li input {
    font-family:'TPHeroRegular', sans-serif;
    margin-left:5px;
    margin-top:2px;
    border:0;
    width:128px;
}

#search-ul a.button {
    background-color: #454545;
    margin-top: 2px;
    vertical-align: top;
}

.ui-menu {
    position: relative;
    z-index: 100;
}
.ui-menu .topnav-item{
    position: relative;
}

.ui-menu .country-link {
    position: relative;
}
    
.ui-menu-item {
    background: url("../images/backgrounds/menu-sm.png") no-repeat left bottom;
    display: none;
    left: 0;
    overflow: hidden;
    padding: 0 0 2px;
    position: absolute;
    text-align: left;
    top: 30px;
    width: 194px;
    z-index: 500;
}

.ui-menu-content {
    background: url("../images/backgrounds/menu.jpg") repeat-x left top;
    border-top: 1px solid #cdcdcd;
    margin: 0 1px;
    overflow: hidden;
    padding: 20px !important;
}
/* New product menu header definitions */
.ui-menu-content {

}

.ui-menu-item h2 {
    color:#231f20;
    font-size:14px;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 6px;
}

.ui-menu-item h3 {
    color:#000;
    line-height: 1;
    margin-bottom: 0;
}

.ui-menu-item a:link,
.ui-menu-item a:visited,
.ui-menu-item a:hover,
.ui-menu-item a:active {
    text-decoration:none;
    color:#828282;
}

.ui-menu-item a:hover {
    text-decoration:underline;
}

div.content-column {
    float:left;
    color:#828282;
    margin-right: 20px;
    width: 200px;
}
.content-list li {
    background: url("../images/icons/whitebgarrowimg.png") no-repeat left 5px;
    padding-left:10px;
	margin-top: 4px;
}

.content-list {
    margin-bottom: 15px;
}

.content-list li.showall {
    background: none;
    padding-left: 0;
}

.content-list li a:link,
.content-list li a:visited,
.content-list li a:hover,
.content-list li a:active {
    color: #828282 !important;
    display:inline !important;
    line-height: 14px !important;
    font-weight: normal !important;
    font-size: 12px !important;
    white-space: nowrap;
}
    
#countrylayer {
    width: 968px;
    z-index: 1;
    background: #fff;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-radius: 0px 0px 3px 3px;
    border-radius: 0px 0px 3px 3px;
    border-left: 1px solid gray;
    border-bottom: 1px solid gray;
    border-right: 1px solid gray;
}

#countrylayer .content-column {
    width: 210px;
}

#countrylayer .content-list {
    margin-bottom: 20px;
}

#countrylayer .select-country {
    margin-bottom: 10px;
}

#countrylayer h3 {
    margin-bottom: 5px !important;
    color: #828282;
}

#shipping-disclaimer {
    margin: 10px 0 20px;
    }
    
#shipping-disclaimer .select-country {
    display: inline;
    padding-right: 50px;
}

#shipping-disclaimer p {
    display: inline;
}
    
#productlayer{
    background: url("../images/backgrounds/menu-lg.png") no-repeat left bottom;
    width: 970px;
}
/* New product drop down menu for Summer Refresh */
#productRefresh {
    background:#fff;
    border-bottom: 1px solid #919191;
    border-right: 1px solid #919191;
    border-left: 1px solid #919191;
    width:280px;
}
    #productRefresh .ui-menu-content {
        padding:0 !important;
    }
    #productRefresh .ui-menu-content ul#products li {
        background:none !important;
    }
    #productRefresh .ui-menu-content .footer-callout {
        text-align:right;
    }
    #productRefresh .ui-menu-content .footer-callout a {
        color:#004a80 !important;
        padding:2px 0;
    }
    
ul#products{
    overflow: hidden;
}

ul#products li {
    background: transparent url("../images/backgrounds/menu-product-divider.gif") no-repeat scroll right top;
    float:left;
    text-align: center;
    width: 136px;
}

ul#topnav ul#products li a:link,
ul#topnav ul#products li a:visited,
ul#topnav ul#products li a:hover,
ul#topnav ul#products li a:active {
    display: block;
}

ul#products li.last {
    background: none;
    margin-right: 0;
}

ul#products li div{
    margin-top:-2px;
    margin-bottom:-1px;
}

#products li a:link,
#products li a:visited,
#products li a:hover,
#products li a:active {
    display: block;
    text-align: center;
    text-decoration: none !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
}

#products a:link span,
#products a:visited span,
#products a:hover span,
#products a:active span {
    color:#000;
    display: block;
    text-transform: uppercase;
    font-size: 12px;
	word-wrap:break-word; /* added to incorporate larger texts */
}

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

#solutionslayer{
    background: url("../images/backgrounds/menu-lg.png") no-repeat left bottom;
    width: 970px;
}

#solutionslayer .column-wrapper {
    clear: both;
    overflow: hidden;
}
	
#solutionslayer .content-list {
    }
 
/* TODO:Styles are called .footer but are in the header. */    
.footer-callout{
    background-color: #f1f1f1;
    clear:both;
    margin-top: 10px;
    overflow: hidden;
    padding: 10px;
}    
    
.footer-callout div {
    float:left;
    margin-right: 20px;
}

.footer-callout #shop-for {
    width: 480px;
}

.footer-callout #find-dealer {
    margin-top: 20px;
    width: 140px;
}
.footer-callout #awards {
    margin-right: 0px;
    width: 245px;
}

.footer-callout ul {
    overflow: hidden;
}

.footer-callout ul li {
    color:#828282;
    display: inline;
    padding-left: 10px;
    padding-right: 16px;
    background: url("../images/icons/whitebgarrowimg.png") no-repeat left center;
}
.footer-callout a:link,
.footer-callout li a:visited,
.footer-callout li a:hover,
.footer-callout li a:active {
    color: #828282 !important;
    font-weight:normal !important;
    font-size: 12px !important;
    line-height: 14px !important;
    text-decoration: none;
}

.footer-callout a:hover{
    text-decoration: underline;
}

#links .facebook a,
#links .twitter a,
#links .youtube a,
#links .rss a {
     float: left;
     width: 136px;
     height: 20px;
     margin-bottom: 6px;
     background-image: url(/common/images/backgrounds/social-media-sprite.png);
     background-repeat: no-repeat;
}

#links .facebook a {
     background-position: 0 -80px;
}

#links .facebook a:hover {                    
     background-position: 0 -100px;
}

#links .twitter a {
     background-position: 0 0;
}

#links .twitter a:hover {                 
     background-position: 0 -20px;
}

#links .youtube a {
     background-position: 0 -40px;
}

#links .youtube a:hover {                 
     background-position: 0 -60px;
}

#links .rss a {
     background-position: 0 -120px;
}

#links .rss a:hover {                 
     background-position: 0 -140px;
}

#pencil-unit {
    display:none !important;
    }
    
#shop-now {
	float: right;
	height: 42px;
	position: relative;
	text-align: right;
	top: 0;
	width: 100px;
	z-index: 5;
}
	#shop-now a:link,
	#shop-now a:visited,
	#shop-now a:hover,
	#shop-now a:active {
	    color: #000;
	    display: inline-block;
	    font-size: 12px;
	    font-weight: bold;
	    height: 22px;
	    line-height: 20px;
	    padding: 10px 5px;
	    text-decoration: none;
	    overflow: hidden;
	    position: relative;
	    right: 2px;
	    z-index: 20;
	}
	#shop-now a:hover {
		text-decoration: underline;
	}

#cart-ul, #no-cart-ul {
     float: right;
     height: 42px; /* added */
     /* left: 10px; */
     position: relative;
     text-align: right;
     top: 0;
     min-width: 100px;
     max-width: 400px; /* changed from  max-width: 238px; to accommodate bigger texts for my cart in non-EN countries*/
     z-index: 5;
}

/* Add to Cart Popup */

.added-cart .item-breakdown {
    float: left;
    margin: 5px 0;
    width: 190px;
}
.added-cart .in-the-box {
    background-color: #eee;
    clear: both;
    font-size: 12px;
    margin: 5px 0 10px;
    padding: 1px 0;
    }
    #TB_ajaxContent .in-the-box h3 {
        margin: 5px 10px 0;
        text-transform: uppercase;
    }
    .added-cart .in-the-box p {
        margin: 0 10px 10px;
    }
.added-cart p {
    padding: 0 !important;
    }
.added-cart .product-img {
    float: left;
    padding: 20px 0;
    text-align: center;
    width: 550px;
    }/* overwritten in rtl.css */
.added-cart h2.related {
    clear: both;
    }
.added-cart .aside {
    float: right;
    width: 350px;
    }/* overwritten in rtl.css */
    .added-cart .aside .button {
        margin-left: 0;
        }/* overwritten in rtl.css */
    .added-cart .aside .part,
    .added-cart .aside .price,
    .added-cart .aside .quantity {
        color: #000;
        font-size: 12px;
        line-height: 1.4;
        }
    .added-cart .total {
        border-top: 1px solid #828282;
        font-size: 12px;
        font-weight: bold;
        line-height: 1 !important;
        margin-top: 10px;
        padding-top: 10px;
        text-transform: uppercase;
        }
        .added-cart .total span {
            font-size: 13px;
            }
        .added-cart .total sup {
            font-size: 16px;
            }
    .added-cart .page-action {
        text-align: left;
        white-space: nowrap;
        }
        .added-cart .page-action a {
            margin-left: 0!important;
            }/* overwritten in rtl.css */
    .added-cart .cart-size {
        clear: both;
        color: #828282;
        font-size: 11px;
        }
    .added-cart .related-products {
        border: 1px solid #828282;
        clear: both;
        height: 310px;
        _height: 290px;
        _width: 97%;
        overflow: auto;
        padding: 10px;
        }
        .added-cart .related-products table {
            margin-bottom: 20px;
            }
            .added-cart .related-products table a:link,
            .added-cart .related-products table a:visited,
            .added-cart .related-products table a:hover,
            .added-cart .related-products table a:active {
                color: #004A80 !important;
                }
            .added-cart .related-products label {
                margin-bottom: 0;
                }
            .added-cart .related-products label.select-select {
                display: inline;
                }
        .added-cart .related-products .price {
            margin-bottom: 0;
            }
.added-cart .product-rows {
    width: 100%;
    }
    .added-cart .product-rows col.img {
        width: 105px;
        }
    .added-cart .product-rows col.product {}
    .added-cart .product-rows col.price {
        width: 145px;
        }
    .added-cart .product-rows col.quantity {
        width: 120px;
        }
    .added-cart .product-rows th {
        line-height: 20px;
        vertical-align: middle;
        }
        .added-cart .product-rows th h2 {
            color: #231f20 !important;
            float: left;
            font-size: 18px;
            line-height: 1;
            margin-bottom: 20px;
            }/* overwritten in rtl.css */
        .added-cart .product-rows th a:link.view-all,
        .added-cart .product-rows th a:visited.view-all,
        .added-cart .product-rows th a:hover.view-all,
        .added-cart .product-rows th a:active.view-all {
            display: block;
            float: right;
            font-size: 11px;
            line-height: 20px;
            text-decoration: underline !important;
            text-transform: uppercase;
            }/* overwritten in rtl.css */
    .added-cart .product-rows td {
        vertical-align: middle;
        }
        .added-cart .product-rows td.price {
            color:#000000;
            font-size:21px;
            font-weight:bold;
            }
            .added-cart .product-rows td.price sup {
                font-size: 12px;
                }
        .added-cart .product-rows td input {
            vertical-align: middle;
            }
            .added-cart .product-rows td label {
                color: #828282;
                display: block;
                font-size: 11px;
                margin-bottom: 5px;
                }
            .added-cart .product-rows td .quantity-box {
                border: 1px solid #808080;
                padding: 3px 10px;
                text-align: right;
                width: 40px;
                }
                

#cart-ul a:link.cart-a,
#cart-ul a:visited.cart-a,
#cart-ul a:hover.cart-a,
#cart-ul a:active.cart-a {
    color: #000;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    height: 22px;
    line-height: 20px;
    padding: 10px 20px;
    text-decoration: none;
    overflow: hidden;
    position: relative;
    right: 2px;
    z-index: 20;
}

#no-cart-ul a:link.cart-a,
#no-cart-ul a:visited.cart-a,
#no-cart-ul a:hover.cart-a,
#no-cart-ul a:active.cart-a {
    color: #000;
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: 22px;
    line-height: 20px;
    padding: 10px 20px;
    text-decoration: none;
    overflow: hidden;
    position: relative;
    z-index: 20;
}

.open-cart a.cart-a {
    background-color: #fff;
    position: relative;
    z-index: 20;
}
		
#cart-ul a:hover.cart-a, #no-cart-ul a:hover.cart-a {
    text-decoration: underline;
}

#cart-ul a img, #no-cart-ul a img {
    padding: 4px 0;
    vertical-align: middle;
}
		    
#cart-ul a img.shim, #no-cart-ul a img.shim {
    height: 100%;
    left: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

#mini-cart {
    background: url("../images/backgrounds/mini-cart.png") no-repeat left bottom;
    display: none;
    padding-bottom: 2px;
    position: absolute;
    right: 1px;
    text-align: left;
    top: 52px;
    z-index: 6;
}

#mini-cart-wrapper {
    background: #fff url("../images/backgrounds/menu.jpg") repeat-x left top;
    border: 1px solid #c7c7c7;
    border-top-color: #cdcdcd;
    padding: 20px;
    width: 358px;
}

#mini-cart h4 {
    color: #b93e1d;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 20px;
}

table.mini-cart {
    width: 100%;
    table-layout: fixed;
    word-wrap: break-word;
}
.mini-cart col.item {
    width: 96px;
}
.mini-cart col.total {
    width: 90px;
}
.mini-cart td {
    padding: 10px 0;
    vertical-align: top;
}
.mini-cart td.item {
}

.mini-cart td.item .img {
    /*float: left;*/
    /*margin-right: 20px;*/
}

.mini-cart td.item-info {
    padding-left: 20px;
    color: #828282;
    font-size: 11px;
}

.mini-cart td.item-info h3 {
    font-size: 13px;
    margin-bottom: 0 !important;
}

.mini-cart td.item-info h3 a:link,
.mini-cart td.item-info h3 a:visited,
.mini-cart td.item-info h3 a:hover,
.mini-cart td.item-info h3 a:active {
    background: none;
    color: #000 !important;
    margin-right: 10px;
    text-decoration: none !important;
}

.mini-cart td.item-info h3 a:hover {
    text-decoration: underline !important;
}

.mini-cart td.item-info .price {
    font-weight: bold;
}

.mini-cart td.item-info .price span {
    font-weight: normal;
}

.mini-cart td.item-info .price ins {
    color: #5174a6;
    margin-left: 13px;
    text-transform: uppercase;
}/* overwritten in rtl.css */

.mini-cart td.item-info .savings {
    color: #5174a6;
    font-size: 12px;
    font-weight: bold;
}

.mini-cart td.total {
    color: #000;
    font-size: 21px;
    font-weight: bold;
    text-align: right;
}

.mini-cart td.total sup {
    font-size: 12px;
}

#mini-cart-count {
    background-color: #f1f1f1;
    margin: 8px 0;
    overflow: hidden;
    padding: 10px;
}

#mini-cart-count p {
    color: #828282;
    float: left;
    line-height: inherit !important;
    margin: 0 !important;
}

#mini-cart-count a:link,
#mini-cart-count a:visited,
#mini-cart-count a:hover,
#mini-cart-count a:active {
    color: #004a80 !important;
    float: right;
    font-weight: normal;
}

#mini-cart p.total {
    font-size: 30px;
    font-weight: bold;
    text-align: right;
    text-transform: uppercase;
}

#mini-cart p.total sup {
    font-size: 16px;
}

#mini-cart p.total span {
    font-size: 11px;
    font-weight: bold;
}

#mini-cart .page-action .button {
    margin-left: 20px;
}

/* end Header styles */

/* Leftnav styles */
.nav-container {
    background: url("../images/backgrounds/nav-container.png") repeat-x left top;
    padding-top: 4px;
}

.nav-container h2 {
    background: url("../images/backgrounds/nav-container.png") repeat-x left top;
    border: 1px solid #d8d8d8;
    border-top: none;
    color: #454545;
    line-height: 27px !important;
    padding: 0 0 4px 20px;
}

.nav-sibling ul {
  background: url("../images/backgrounds/side-gradiant.jpg") repeat-x scroll left top #FFFFFF;
  border-left: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
  padding: 10px 20px 20px 20px;
}

.nav-parent ul {
  background:white;
  border: 1px solid #d8d8d8;
  border-top: none;
  padding-bottom:20px;
}

.nav-parent li.current,
.nav-parent h2 {
    display:none;
}

.nav-sibling li.current a:link,
.nav-sibling li.current a:visited,
.nav-sibling li.current a:hover {
    color: #828282 !important;
    text-decoration:none !important;
    cursor: default;
}

.nav-sibling li {
    line-height:18px;
}

.nav-parent li {
    font-size: 14px;
    font-weight:bold;
    line-height: 20px;
    padding: 3px 0 3px 10px;
}

.nav-parent a:link,
.nav-parent a:visited {
    text-decoration:none !important;
}

/* needed for footer.html (TODO: there's more style than HTML here!) */
#footer{
    background: url("../images/backgrounds/footer.png") no-repeat;
    clear: both;
    height: 100%;
    overflow: hidden;
    padding: 15px 20px;
}

#footer-nav-container {
    float: left;
    width: 595px;
}

#footer-nav-ul {
    margin-bottom: 3px;
    overflow: hidden;
}

#footer-nav-ul li {
    background:url("../images/icons/arrow-gray.gif") no-repeat left bottom;
    display: inline;
    padding: 0 15px 0 10px;
}

#footer-nav-ul li a:link,
#footer-nav-ul li a:visited,
#footer-nav-ul li a:hover,
#footer-nav-ul li a:active {
    color: #828282;
    font-size: 11px;
    text-decoration: none;
    white-space: nowrap;
}

#footer-nav-ul li a:hover {
    text-decoration: underline;
}

#footer-nav-container p {
    color: #454545;
    font-size: 11px;
    padding-right: 25px;
}

#footer-signup-container{
    float:right;
    width: 335px;
}

#footer-signup-container #signup-form {
    line-height: 21px;
    margin-bottom: 5px;
    overflow: hidden;
}

#signup-form .callout {
    color: #454545;
    float: left;
    font-size: 12px;
    font-weight: bold;
    margin-right: 5px;
    text-transform: uppercase;
}

#signup-form .email-form {
    float: left;
}

#signup-form a.button {
    background-color: #454545;
}

#footer-signup-container #signup-form img,
#footer-signup-container #signup-form input {
    line-height: 1;
    margin: 0;
    padding: 5px 10px;
}

#footer-signup-container .round-input {
    background: url("../images/backgrounds/footerinputimg.png") no-repeat top left;
    margin-right: 5px;
    }

#email.inError {
    color:red;
}

#footer-signup-container .footer-text {
    background-color: transparent;
    border: 0;
    padding-left: 5px;
    width: 145px;
}    
    
#footer-signup-container #signup-form a:link,
#footer-signup-container #signup-form a:visited,
#footer-signup-container #signup-form a:hover,
#footer-signup-container #signup-form a:active {
    line-height: 23px;
}

#footer-signup-container p {
    color: #828282;
    clear: both;
    font-size: 11px;
}
/* end footer */

/* button styles (used in header and footer) */
.button {
    color: #fff;
    display: -moz-inline-stack;
    display: inline-block;
    font-size: 10px;
    font-weight: bold;
    line-height: 1!important;
    padding: 4px 10px 5px;
    text-decoration: none;
    vertical-align: middle;
}

.button, .button-alt, p.compare a {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

a:link.button,
a:visited.button,
a:hover.button,
a:active.button {
    background-color: #b93e1d;
    color: #fff !important;
    cursor:pointer !important;
    border: 1px hidden transparent;
    text-decoration: none !important;
    text-transform: uppercase;
}
    
span.button {
    background-color: #b93e1d;
    color: #fff !important;
    text-decoration: none !important;
    text-transform: uppercase;
}

/* Body Styles */
#body-cap {
    background: url("../images/backgrounds/content-top.png") no-repeat left top;
    clear: both;
    font-size: 1px;
    height: 10px;
    line-height: 1;
    margin: 0;
    padding: 0;
}

#body {
    background-color: #fff;

    clear: both;
    color: #454545;
    font-size: 12px;
    overflow: hidden;
    /*padding: 7px 21px;*/
    position: relative;
	width:926px;
	/*height:400px;*/
	margin:0 auto;
	
	margin: 4px auto 0;
	
}

#body a:link,
#body a:visited,
#body a:hover,
#body a:active,
#body-confirm a:link,
#body-confirm a:visited,
#body-confirm a:hover,
#body-confirm a:active {
    color: #004A80;
    text-decoration: underline;
}

#body-close {
    background: url("../images/backgrounds/content-bottom.png") no-repeat left bottom;
    clear: both;
    font-size: 1px;
    height: 10px;
    line-height: 1;
    margin: 0;
    padding: 0;
}

.right-width #aside {
    clear: left;
    float: left;
    width: 220px;
}

.right-width #article {
    clear: right;
    float: right;
    width:690px;
}

#breadcrumb {
    color: #545454;
    font-size: 11px;
    margin-bottom: 15px;
}

#breadcrumb li {
    display:inline;
}

/* IE7 and below */
#breadcrumb li+li {
    *padding-left: 10px;
    *background: white url('../images/backgrounds/caret.png') no-repeat top left;
}

#breadcrumb li+li:before {
    content: "&gt; ";
}

#breadcrumb a:link,
#breadcrumb a:visited,
#breadcrumb a:hover,
#breadcrumb a:active {
    color: #545454;
    font-size: 11px;
    text-decoration: underline;
}

a.print:link,
a.print:visited,
a.print:hover,
a.print:active {
    background: url("../images/icons/printer.gif") no-repeat left center;
    font-size: 11px;
    font-weight: bold;
    line-height: 14px;
    padding-left: 29px;
    position: absolute;
    right: 20px;
    text-decoration: underline !important;
    text-transform: uppercase;
    top: 6px;
}

h1 {
    color: #231f20;
    font-size: 28px;
    font-weight: normal;
}

h1.intro-free {
margin-bottom: 15px;
}

h2 {
    font-size: 20px;
    font-weight: normal;
    line-height: 24px;
    }

h3 {
    color: #000;
    text-transform: uppercase;
    margin-bottom: 8px;
    line-height: 1.5;
    letter-spacing: 1px;
    }
	
h3.in-section {
	margin-top: 15px;
}

h3 a:link,
h3 a:visited,
h3 a:hover,
h3 a:active {
    text-decoration: underline !important;
}

p {
    line-height: 18px;
    margin:4px 0px 10px 0px;
}

.info-container {
   border: 1px solid #D8D8D8;
	clear: both;
	
	margin-bottom: 5px;
	overflow: hidden;
}
    
.info-container h2 {
  	color:#008945;
    padding: 8px 0 8px -5px;
}    

.left-width #article .info-container {
    background: url("/common/images/backgrounds/left-width-article-info-container.png") no-repeat left bottom;
    margin-bottom: 20px;
}

.left-width #aside .info-container {
    background: url("../images/backgrounds/left-width-aside-info-container.png") no-repeat left bottom;
}

.login-width .info-container {
    background: url("../images/backgrounds/login-width-info-container.png") no-repeat left bottom;
}

.right-width .info-container {
    background: url("../images/backgrounds/right-width-info-container.png") no-repeat left bottom;
}

.full-width .info-container {
    background: url("../images/backgrounds/right-width-section-container.png") no-repeat left bottom;
}

.full-width .info-header-wrapper {
   /* background: url("../images/backgrounds/right-width-section-header.png") no-repeat scroll left top transparent;*/
	background-color:#eff0f6;
}

.right-width-section .info-container {
    background: url("../images/backgrounds/right-width-section-container.png") no-repeat left bottom;
}

.split-width .info-container {
    background: url("../images/backgrounds/split-width-info-container.png") no-repeat left bottom;
}


/******************************Marketing Template Styles**************************/

.article-promo-3col ul {
	overflow:hidden;
	width:100%;
	border-bottom:1px solid #D8D8D8;
}

.article-promo-3col ul.noborder {
	border:none;
}

.article-promo-3col ul li {

	min-height:155px;
	padding:20px 10px 10px 10px;
	width:210px;
	float:left;
}

.article-promo-3col ul li ul li {
	min-height:inherit;
}

.article-promo-3col ul li.last {
	padding-right:0px;
}

.article-promo-3col .learn {
	margin-left:20px;
}

.article-promo-3col .learn.flush {
	margin-left:0;
}

.article-promo-image {
	float:left;
	margin-left:20px;
}

.article-promo-image-alt {
	float:center;
	/*margin:0 16px 16px 0;*/
}

.article-promo-wide {
	margin-top:10px;
	padding:5px 0 5px 0;
	border-top:1px solid #D8D8D8;
	border-bottom:1px solid #D8D8D8;
	overflow:hidden;
}

.article-promo-wide-alt {
	margin-top:10px;
	padding:5px 0 5px 0;
	overflow:hidden;
}


#iso, .tabular {
	margin:1px;
}

#iso td,
#iso th,
.tabular td,
.tabular th {
	padding:3px;
}

#iso thead tr th,
.tabular thead tr th {
	background-color:#666;
	border:1px solid #666;
	color:#fff;
	vertical-align:middle;
}

#iso tbody tr th,
.tabular tbody tr th {
	background-color:#ccc;
}

#iso tbody tr th,
#iso tbody tr td,
.tabular tbody tr th,
.tabular tbody tr td {
	border:1px solid #666;
}

#iso tbody tr td.model,
.tabular tbody tr td.model {
	background-color:#f5f5f5;
	font-weight:bold;
}

.article-promo-wide-noborder {
	margin-top:10px;
	padding:5px 0 5px 0;
	overflow:hidden;
}

.article-promo-2col ul, .article-promo-4col ul {
	overflow:hidden;
	width:100%;
}

.article-promo-2col ul li.parent {
	*display:inline;
	display:-moz-inline-stack;
	display:inline-block;
	float:left;
	_height:115px;
	min-height:115px;
	padding:10px 5px 10px 0;
	margin-right:10px;
	width:45%;
	vertical-align:top;
	border-top:1px solid #D8D8D8;
}

.article-promo-4col ul li.parent {
	*display:inline;
	display:-moz-inline-stack;
	display:inline-block;
	float:left;
	_height:115px;
	min-height:115px;
	padding:10px 5px 10px 0;
	margin-right:10px;
	width:22%;
	vertical-align:top;
}

.article-2col-list {
	margin-bottom:15px;
}

.article-2col-list ul {
	overflow:hidden;
	width:100%;
}

.article-2col-list ul li {
	float:left;
	padding:10px 5px 5px 0;
	margin-right:10px;
	width:45%;
}

.article-2col-list ul li.active a {
	color:#6d6d6d !important;
	font-weight:bold;
	text-decoration:none !important;
}

.article-browse-list {
	
}

.article-browse-list ul {
	overflow:hidden;
	width:100%;
}

.article-browse-list ul li {
	float:left;
	padding:5px 10px;
}


.article-success-heading h2 {
	float:left;
}

.article-success-heading p {
	float:right;
	margin-top:10px;
	margin-right:14px;
}
#navi {
	padding: 10px 5px;
	background-color: #FFFFFF;
	margin: 12px 12px 0;
}
#navi ul li {
	float: left;
	padding: 3px 10px 3px 9px;
}
#navi ul li h3 {
	font-size: 15px;
	font-weight: normal;
	margin-bottom: 0;
	margin-right: 30px;
	text-transform: none;
}
#navi .content-list li {
	float: none;
	padding: 3px 0px;
}
#navi ul li ul li {
	background-image: none;
}
p.marketing-feature {
	font-size:20px;
	font-weight:normal;
	line-height:1.3;
	margin-bottom:10px;
}

.tia h2 {
	color:#b93e1d !important;
	font-size:18px;
	line-height:1;
	margin-bottom:5px;
	margin-top:10px;
}

.tia .article-promo-image-alt {
	margin:4px 16px 0 0;
}

.article-promo-3col.tia ul.noborder {
	border-top:1px solid #D8D8D8;
}

.article-promo-3col.tia li.centered {
	text-align:center;
}

#body .tia li a.active,
#body .tia li a:visited.active,
#body .tia li a.active:visited {
	color:#6d6d6d;
}

.article-promo-3col.tia li.centered a {
	margin:0 10px;
}
.list li {
	background:transparent url("../images/icons/arrow-gray.gif") no-repeat scroll left center;
	line-height:18px;
	padding-left:15px;
	_width:95%;
}

.list li a:link,
	.list li a:visited,
	.list li a:hover,
	.list li a:active {
	color:#828282 !important;
	font-weight:bold;
	text-decoration:none !important;
}

.list li a:hover {
	text-decoration:underline !important;
}

.bulleted {
	list-style:disc;
	padding-left:15px;
	width:100%;
}

.bulleted li {
	line-height:18px;
}
.bulleted-privacy {
	list-style:disc;
	padding-left:15px;
	width:100%;
}

.bulleted-privacy li {
	line-height:18px;
}
.gray-bg-style {
    background-color: #EBEBE4;
    padding: 5px 5px 15px;
}

ul.products-ul {
	border-bottom: 1px solid #D8D8D8;
	clear: both;
	overflow: hidden;
	position: relative;
	margin-top: -3px;
	width: 100%;
}

ul.products-ul li {
    background: url(/common/images/backgrounds/product-list-divider.gif) no-repeat scroll right bottom transparent;
    display: inline-block;
    float: left;
    min-height: 210px;
    overflow: visible;
    padding: 20px 11px 10px 10px;
    position: relative;
    vertical-align: top;
    width: 207px;
}

ul.products-ul li.last {
	background: none;
}

ul.products-ul li .product-info h2 {
	background: none;
	line-height: 0.8;
	margin-bottom: 5px;
	padding: 0;
	width: 120px;
}
ul.products-ul li .product-info h2 a:link, ul.products-ul li .product-info h2 a:visited, ul.products-ul li .product-info h2 a:hover, ul.products-ul li .product-info h2 a:active {
	color: black !important;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
ul.products-ul li .action .buy {
	clear: right;
	float: right;
	line-height: 1;
	margin: 0;
	text-align: right;
}
.product-shop .price {
	color: black;
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: right;
}
.original {
	color: #5174A6 !important;
	font-size: 13px !important;
	line-height: 14px !important;
	margin: 0;
	text-align: right;
	text-decoration: line-through;
}
#body .left {
    float: left;
}

#body .right {
    float: right;
}

/* Added styles for new solutions layouts */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.right-width #gutter {
	width: 286px;
	position: absolute;
	right: 0px;
}

#featured-success-stories .promo-inner {
	padding: 15px 10px 15px 15px;
}

#featured-success-stories h3 {
	color: #454545;
	font-size: 16px;
	text-transform: none;
	margin-bottom: 20px;
}

.left {
	float:left;
}

.featured-story {
	width: 180px;
}

.featured-story-wrap {
	margin: 10px 0px 20px; 0px;
	border-bottom: 1px solid #EFEFEF;
}

.featured-story-wrap h5, .all-success-stories h5 {
	color: #666;
	font-size: 11px;
	margin-bottom: 5px;
}

.featured-story-wrap .img-wrap {
	margin-top: 10px;
	float: right;
}

#featured-success-stories .story {
	width: 120px;
	margin-left: 12px;
}

.right-width #feat-content {
	width: 361px;
}

.ui-tab-panel-wrapper .tab-content {
	padding: 10px;	
}

.ui-tab-wrapper {}
.box-tab .ui-tab-header {
    clear: both;
    list-style: none;
    overflow: hidden;
    padding-left: 11px;
    position: relative;
    top: 1px;
    z-index: 4;
}
.box-tab .ui-tab-header li {
	border-bottom: 1px solid #d8d8d8;
	float: left;
	margin-right: 6px;
	position: relative;
}
.box-tab .ui-tab-header li a:link,
.box-tab .ui-tab-header li a:visited,
.box-tab .ui-tab-header li a:hover,
.box-tab .ui-tab-header li a:active {
	background: url(/common/images/backgrounds/tab-sliders.png) no-repeat 100% -200px;
	color: #454545 !important;
	display: block;
	font-weight: bold;
	margin-left: 3px;
	padding: 11px 13px 11px 10px;
	text-decoration: none;
}
.box-tab .ui-tab-header li span {
	background: url(/common/images/backgrounds/tab-sliders.png) no-repeat 0 -200px;
	display: block;
	left: 0;
	padding: 11px 0;
	position: absolute;
	top: 0;
	width: 3px;
}
.box-tab .ui-tab-header li.hover a:link,
.box-tab .ui-tab-header li.hover a:visited,
.box-tab .ui-tab-header li.hover a:hover,
.box-tab .ui-tab-header li.hover a:active {
	background-position: 100% 0;
}
.box-tab .ui-tab-header li.hover span {
	background-position: 0 0;
}
.ui-tab-header li.ui-tab-active {
	border-bottom: 1px solid #ebebe4;
}
.box-tab .ui-tab-header li.ui-tab-active a:link,
.box-tab .ui-tab-header li.ui-tab-active a:visited,
.box-tab .ui-tab-header li.ui-tab-active a:hover,
.box-tab .ui-tab-header li.ui-tab-active a:active {
	background-position: 100% 0;
	color: #000 !important;
}
.box-tab .ui-tab-header li.ui-tab-active span {
	background-position: 0 0;
}
.ui-tab-panel {
	display: none;
}
.ui-tab-panel-wrapper {
}
.ui-tab-panel-active {
	background: url(/common/images/backgrounds/right-width-info-container.png) no-repeat left bottom;
	color: #666;
	display: block;
	overflow: hidden;
	padding-bottom: 10px;
}
.login-width .ui-tab-panel-active {
    background:url("/common/images/backgrounds/right-width-section-container.png") no-repeat left bottom transparent;
}

/* 3 column marketing feature layout */
.selling-point h2 {
    color: #b93e1d;
    font-size: 21px;
    font-weight: normal;
    line-height:1.1;
    margin: 15px 0;
}
.selling-point ul {
	overflow: hidden;
	width: 100%;
}
.selling-point ul li{
	background: url(/en_US/common/img/product-divider.gif) no-repeat 104% 100%;
	float:left;
	padding-right: 23px;
	width:214px;
}
.selling-point ul li.last{
	background:none;
	padding-right: 0;
}
.selling-point ul li img{
	margin-bottom: 10px;
}
.selling-point ul li h3 {
	color: #000;
	font-size: 18px;
	font-weight: normal;
	text-transform:none;
}
.selling-point ul li p {
	color: #828282;
}
#logout-form{font-size:0;line-height:0}

/*
	LINK SECTION
*/
#links {
  margin-top: 5px;
  overflow: auto;
  padding: 20px;
  background: #EBEBE4;
  border-top: 1px solid #919191;
  border-left: 1px solid #919191;
  border-right: 1px solid #919191;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
}
#links .column {
  list-style-type: none;
  float: left;
  width: 170px;
  margin-right: 15px;
  font-size: 11px;
  color: #333;
  line-height: 1.5;
}
#links .column .heading {
  font-weight: 700;
  font-size: 14px;
}
#links .column.last {
  margin: 0;
}
#links .column a {
  color: #333;
  text-decoration: none;
}
#links .column a:hover {
  text-decoration: underline;
}
#links .column .copyright {
  color: #555;
}

/* 'Old' Button Styles */
a.newButton {
	height: 22px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 7px 10px 0;
	color: #fff;
	font-size: 14px;
	font-family: 'TPHeroLight', sans-serif;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
	background: #23499E url('/en_US/images/business-index/cta-bg.png') 0 0 repeat-x;
	border: 1px solid #23499E;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
	letter-spacing: 1px;
	text-decoration: none;
    float:left;
    display: block;	
}
a.newButton .arrow {
	float: right;
	width: 19px;
	height: 18px;
	margin: -1px 0 0 10px;
	background: transparent url('/en_US/images/business-index/button-arrow.png') 0 0 no-repeat;
}
a.newButton:hover {
  background: #5b77b6 url('/en_US/images/business-index/cta-bg.png') 0 -29px repeat-x;
  border: 1px solid #5b77b6;
  cursor: pointer;
}

/* NEW Button Styles */
.btn {
    padding: 6px 10px 8px 10px;
    color: #fff;
    font-family:'TPHeroRegular', sans-serif;
    font-size:13px;
    line-height:1;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
    letter-spacing: 1px;
    text-decoration: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    background: #234a9e; /* Old browsers */
    background: -moz-linear-gradient(top, #4b8ecb 0%, #234a9e 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4b8ecb), color-stop(100%,#234a9e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #4b8ecb 0%,#234a9e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #4b8ecb 0%,#234a9e 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #4b8ecb 0%,#234a9e 100%); /* IE10+ */
    background: linear-gradient(top, #4b8ecb 0%,#234a9e 100%); /* W3C */
    border: 1px solid #23499E;
    display: inline-block;  
}
    .btn:hover {
        cursor: pointer;
        color:#fff;
        background: #3C7BB2;
    }
    .btn:active {
        border: 1px solid #23499E;
        cursor: pointer;
        color:#fff;
        background: #29689b; /* Old browsers */
        background: -moz-linear-gradient(top,  #29689b 0%, #3c7bb2 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#29689b), color-stop(100%,#3c7bb2)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  #29689b 0%,#3c7bb2 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  #29689b 0%,#3c7bb2 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  #29689b 0%,#3c7bb2 100%); /* IE10+ */
        background: linear-gradient(top,  #29689b 0%,#3c7bb2 100%); /* W3C */
    }
.btn-gray {
    color:#222;
    border:1px solid #aaa;
    text-shadow: none;
    background: #f4f4f4; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #E8E8E8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#E8E8E8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#E8E8E8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#E8E8E8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#E8E8E8 100%); /* IE10+ */
    background: linear-gradient(top, #ffffff 0%,#E8E8E8 100%); /* W3C */
}
    .btn-gray:hover {
        color:#222;
        background:#E8E8E8;
        border:1px solid #aaa;
        cursor:pointer;
    }
    .btn-gray:active {
        background: #c4c4c4; /* Old browsers */
        background: -moz-linear-gradient(top, #c4c4c4 0%, #e8e8e8 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c4c4c4), color-stop(100%,#e8e8e8)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #c4c4c4 0%,#e8e8e8 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #c4c4c4 0%,#e8e8e8 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #c4c4c4 0%,#e8e8e8 100%); /* IE10+ */
        background: linear-gradient(top, #c4c4c4 0%,#e8e8e8 100%); /* W3C */
    }
.btn-small {
    font-size:11px;
    padding:4px 8px;
}

@font-face {
  font-family: 'TPHeroBold';
  src: url('../fonts/TPHero-Bold.otf');
  src: url('../fonts/TPHero-Bold?#iefix') format('embedded-opentype'),
       url('../fonts/TPHero-Bold.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'TPHeroRegular';
  src: url('../fonts/TPHero-Regular.otf');
  src: url('../fonts/TPHero-Regular.otf?#iefix') format('embedded-opentype'),
       url('../fonts/TPHero-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'TPHeroBoldItalic';
  src: url('../fonts/TPHero-BoldItalic.otf');
  src: url('../fonts/TPHero-BoldItalic.otf?#iefix') format('embedded-opentype'),
       url('../fonts/TPHero-BoldItalic.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'TPHeroSemiBoldItalic';
  src: url('../fonts/TPHero-SemiBoldItalic.otf');
  src: url('../fonts/TPHero-SemiBoldItalic.otf?#iefix') format('embedded-opentype'),
       url('../fonts/TPHero-SemiBoldItalic.otf.woff') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'TPHeroSemiBold';
  src: url('../fonts/TPHero-SemiBold.otf');
  src: url('../fonts/TPHero-SemiBold.otf?#iefix') format('embedded-opentype'),
       url('../fonts/TPHero-SemiBold.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'TPHeroRegularItalic';
  src: url('../fonts/TPHero-RegularItalic.otf');
  src: url('../fonts/TPHero-RegularItalic.otf?#iefix') format('embedded-opentype'),
       url('../fonts/TPHero-RegularItalic.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'TPHeroLight';
  src: url('../fonts/TPHero-Light.otf');
  src: url('../fonts/TPHero-Light.otf?#iefix') format('embedded-opentype'),
       url('../fonts/TPHero-Light.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'TPHeroLightItalic';
  src: url('../fonts/TPHero-LightItalic.otf');
  src: url('../fonts/TPHero-LightItalic.otf?#iefix') format('embedded-opentype'),
       url('../fonts/TPHero-LightItalic.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'TPHeroExtraBold';
  src: url('../fonts/TPHero-ExtraBold.otf');
  src: url('../fonts/TPHero-ExtraBold.otf?#iefix') format('embedded-opentype'),
       url('../fonts/TPHero-ExtraBold.otf.woff') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'TPHeroExtraBoldItalic';
  src: url('../fonts/TPHero-ExtraBoldItalic.otf');
  src: url('../fonts/TPHero-ExtraBoldItalic.otf?#iefix') format('embedded-opentype'),
       url('../fonts/TPHero-ExtraBoldItalic.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
/* 
    Icons by GlyphIcons 
    
    How to Use:
    &lt;i class="icon-search"&gt;&lt;/i&gt;
    &lt;i class="icon-search icon-white"&gt;&lt;/i&gt;

    Place tag before or after text in a button
*/
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("http://www.lexmark.com/common/images/icons/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
  *margin-right: .3em;
  margin-top: 0px;
  *margin-top: 0;
}
[class^="icon-"]:last-child,
[class*=" icon-"]:last-child {
  *margin-left: 0;
}
.icon-white {
  background-image: url("http://www.lexmark.com/common/images/icons/glyphicons-halflings-white.png");
}
.icon-glass {
  background-position: 0      0;
}
.icon-music {
  background-position: -24px 0;
}
.icon-search {
  background-position: -48px 0;
}
.icon-envelope {
  background-position: -72px 0;
}
.icon-heart {
  background-position: -96px 0;
}
.icon-star {
  background-position: -120px 0;
}
.icon-star-empty {
  background-position: -144px 0;
}
.icon-user {
  background-position: -168px 0;
}
.icon-film {
  background-position: -192px 0;
}
.icon-th-large {
  background-position: -216px 0;
}
.icon-th {
  background-position: -240px 0;
}
.icon-th-list {
  background-position: -264px 0;
}
.icon-ok {
  background-position: -288px 0;
}
.icon-remove {
  background-position: -312px 0;
}
.icon-zoom-in {
  background-position: -336px 0;
}
.icon-zoom-out {
  background-position: -360px 0;
}
.icon-off {
  background-position: -384px 0;
}
.icon-signal {
  background-position: -408px 0;
}
.icon-cog {
  background-position: -432px 0;
}
.icon-trash {
  background-position: -456px 0;
}
.icon-home {
  background-position: 0 -24px;
}
.icon-file {
  background-position: -24px -24px;
}
.icon-time {
  background-position: -48px -24px;
}
.icon-road {
  background-position: -72px -24px;
}
.icon-download-alt {
  background-position: -96px -24px;
}
.icon-download {
  background-position: -120px -24px;
}
.icon-upload {
  background-position: -144px -24px;
}
.icon-inbox {
  background-position: -168px -24px;
}
.icon-play-circle {
  background-position: -192px -24px;
}
.icon-repeat {
  background-position: -216px -24px;
}
.icon-refresh {
  background-position: -240px -24px;
}
.icon-list-alt {
  background-position: -264px -24px;
}
.icon-lock {
  background-position: -287px -24px;
}
.icon-flag {
  background-position: -312px -24px;
}
.icon-headphones {
  background-position: -336px -24px;
}
.icon-volume-off {
  background-position: -360px -24px;
}
.icon-volume-down {
  background-position: -384px -24px;
}
.icon-volume-up {
  background-position: -408px -24px;
}
.icon-qrcode {
  background-position: -432px -24px;
}
.icon-barcode {
  background-position: -456px -24px;
}
.icon-tag {
  background-position: 0 -48px;
}
.icon-tags {
  background-position: -25px -48px;
}
.icon-book {
  background-position: -48px -48px;
}
.icon-bookmark {
  background-position: -72px -48px;
}
.icon-print {
  background-position: -96px -48px;
}
.icon-camera {
  background-position: -120px -48px;
}
.icon-font {
  background-position: -144px -48px;
}
.icon-bold {
  background-position: -167px -48px;
}
.icon-italic {
  background-position: -192px -48px;
}
.icon-text-height {
  background-position: -216px -48px;
}
.icon-text-width {
  background-position: -240px -48px;
}
.icon-align-left {
  background-position: -264px -48px;
}
.icon-align-center {
  background-position: -288px -48px;
}
.icon-align-right {
  background-position: -312px -48px;
}
.icon-align-justify {
  background-position: -336px -48px;
}
.icon-list {
  background-position: -360px -48px;
}
.icon-indent-left {
  background-position: -384px -48px;
}
.icon-indent-right {
  background-position: -408px -48px;
}
.icon-facetime-video {
  background-position: -432px -48px;
}
.icon-picture {
  background-position: -456px -48px;
}
.icon-pencil {
  background-position: 0 -72px;
}
.icon-map-marker {
  background-position: -24px -72px;
}
.icon-adjust {
  background-position: -48px -72px;
}
.icon-tint {
  background-position: -72px -72px;
}
.icon-edit {
  background-position: -96px -72px;
}
.icon-share {
  background-position: -120px -72px;
}
.icon-check {
  background-position: -144px -72px;
}
.icon-move {
  background-position: -168px -72px;
}
.icon-step-backward {
  background-position: -192px -72px;
}
.icon-fast-backward {
  background-position: -216px -72px;
}
.icon-backward {
  background-position: -240px -72px;
}
.icon-play {
  background-position: -264px -72px;
}
.icon-pause {
  background-position: -288px -72px;
}
.icon-stop {
  background-position: -312px -72px;
}
.icon-forward {
  background-position: -336px -72px;
}
.icon-fast-forward {
  background-position: -360px -72px;
}
.icon-step-forward {
  background-position: -384px -72px;
}
.icon-eject {
  background-position: -408px -72px;
}
.icon-chevron-left {
  background-position: -432px -72px;
}
.icon-chevron-right {
  background-position: -456px -72px;
}
.icon-plus-sign {
  background-position: 0 -96px;
}
.icon-minus-sign {
  background-position: -24px -96px;
}
.icon-remove-sign {
  background-position: -48px -96px;
}
.icon-ok-sign {
  background-position: -72px -96px;
}
.icon-question-sign {
  background-position: -96px -96px;
}
.icon-info-sign {
  background-position: -120px -96px;
}
.icon-screenshot {
  background-position: -144px -96px;
}
.icon-remove-circle {
  background-position: -168px -96px;
}
.icon-ok-circle {
  background-position: -192px -96px;
}
.icon-ban-circle {
  background-position: -216px -96px;
}
.icon-arrow-left {
  background-position: -240px -96px;
}
.icon-arrow-right {
  background-position: -264px -96px;
}
.icon-arrow-up {
  background-position: -289px -96px;
}
.icon-arrow-down {
  background-position: -312px -96px;
}
.icon-share-alt {
  background-position: -336px -96px;
}
.icon-resize-full {
  background-position: -360px -96px;
}
.icon-resize-small {
  background-position: -384px -96px;
}
.icon-plus {
  background-position: -408px -96px;
}
.icon-minus {
  background-position: -433px -96px;
}
.icon-asterisk {
  background-position: -456px -96px;
}
.icon-exclamation-sign {
  background-position: 0 -120px;
}
.icon-gift {
  background-position: -24px -120px;
}
.icon-leaf {
  background-position: -48px -120px;
}
.icon-fire {
  background-position: -72px -120px;
}
.icon-eye-open {
  background-position: -96px -120px;
}
.icon-eye-close {
  background-position: -120px -120px;
}
.icon-warning-sign {
  background-position: -144px -120px;
}
.icon-plane {
  background-position: -168px -120px;
}
.icon-calendar {
  background-position: -192px -120px;
}
.icon-random {
  background-position: -216px -120px;
}
.icon-comment {
  background-position: -240px -120px;
}
.icon-magnet {
  background-position: -264px -120px;
}
.icon-chevron-up {
  background-position: -288px -120px;
}
.icon-chevron-down {
  background-position: -313px -119px;
}
.icon-retweet {
  background-position: -336px -120px;
}
.icon-shopping-cart {
  background-position: -360px -120px;
}
.icon-folder-close {
  background-position: -384px -120px;
}
.icon-folder-open {
  background-position: -408px -120px;
}
.icon-resize-vertical {
  background-position: -432px -119px;
}
.icon-resize-horizontal {
  background-position: -456px -118px;
}
</pre></body></html>