@charset "utf-8";
/* CSS Document */
/* normallizes margin,padding */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
/* normalizes font-size for headers */
h1, h2, h3, h4, h5, h6 {
    color: inherit;
    font-family: inherit;
    font-weight: 600;
    line-height: 20px;
    margin: 10px 0;
    text-rendering: optimizelegibility;
}

h4 {
    font-size: 17.5px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Tahoma,Verdana,Geneva,sans-serif;
    font-weight: 700;
}
h1 {
    font-size: 1.5em;
}
h4 {
    font-size: 1em;
}
/* Removes list-syle from lists */
ol,ul {
	list-style: none;
}
/* Normalizes font-style and font-weight to normal */
address,caption,cite,code,dfn,var {
	font-style: normal;
	font-weight: normal;
}
/* Removes border from fieldset and img */
fieldset,img {
	border: 0;
}
/* Removes table style */
/* Removes quotation marks from q */
q:before,q:after {
	content: '';
}

.cl {
	clear: both;
}

.fr{
	float:right;
}

a {
	text-decoration: none;
	color: #000000;
	outline: none;
	blr: expression(this.onFocus=this.blur());
}

a:hover, .more a {
	color: #4493BC;
}
a:hover{
	text-decoration:underline;
}
p {
    color: #333333;
    margin: 0 0 10px 0;
}

.clear {
	clear: both;
	width: 100%;
	height: 1px;
}
.red{
	color:#4493BC;
}
* {
	margin: 0;
	padding: 0;
}


select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	border-radius: 1px 1px 1px 1px;
	color: #343331;
	display: inline-block;
	font-size: 14px;
	height: 20px;
	line-height: 20px;
	margin-bottom: 10px;
	padding: 4px 6px;
	vertical-align: middle;
}

/* Clear Fix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}
/* Hide from IE Mac */
.clearfix {
	display: block;
}

/*h1隐藏*/
.hidden {
	display: none;
}

li {
	line-height: 20px;
}

img {
	border: 0 none;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

body {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: Verdana,Geneva,sans-serif;
	margin: 0 auto;
	font-size: 12px;
	height: 100%;
	overflow-x: hidden;
	width: 100%;
	color: #333333;
	line-height: 20px;
}

.wrapper {
	width: 1170px;
	margin: 0 auto;
	position: relative;
	clear: both;
}
/*head*/
#header {
	height: 87px;
}

#header .user-menu {
	text-align: right;
	padding: 2px 0 4px 0;
	position: relative;
	font-size: 0.833333em;
}

#header .user-menu ul, ol {
	margin: 0 0 0.5em 35px;
	padding: 0;
}

#header .user-menu li {
	display: inline;
	list-style: none outside none;
	margin: 0 0 2px;
	padding: 0 0 0 0;
}

#header .user-menu li a {
	color: #888888;
	font-size: 0.9em;
	margin: 0 4px;
	text-transform: none;
}

#header .user-menu li a:hover {
	color: #4493BC;
}

.row {
	margin-left: -30px;
}

.row:after {
	clear: both;
}

#header .brand {
	float: left;
	margin-top:10px;
	position:relative;
}

#header .search {
	float: right;
	margin-top: 4px;
}

.input-append, .input-prepend {
	display: inline-block;
	font-size: 0;
	margin-bottom: 10px;
	vertical-align: middle;
	white-space: nowrap;
}

.input-append input {
	border-radius: 0 1px 1px 0;
	margin-bottom: 0;
	position: relative;
	vertical-align: top;
	font-size: 14px;
}

input.span2 {
	width: 156px;
	height: 20px;
	-moz-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	margin-bottom: 0;
	margin-left:0;
}

.btn {
	background-color: #F5F5F5;
	background-image: -moz-linear-gradient(center top , #FFFFFF, #E6E6E6);
	border-color: #BBBBBB #BBBBBB #A2A2A2;
	width: 48px;
	height: 30px;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
	color: #333333;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 0;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}

.input-prepend .btn {
	border-radius: 0 0 0 0;
	vertical-align: top;
	margin-right: -1px;
}

.btn:hover, .btn:focus {
	background: #eaeaea;
}

.btn img {
	margin-top: -3px;
}

.xx-small {
	font-size: 0.75em;
}
.mute{
	margin: -10px 0 0 10px;
}

/*nav*/


#navigation {
    background: url(../images/nav-bg.png) repeat-x;
	z-index: 2;
	height:43px;
	position:relative;
}

.dropup, .dropdown {
    position: relative;
}

#navigation #main-menu > li {
    float: left;
}

#navigation #main-menu > li:hover{
	background:url(../images/nav-li-bg1.png) repeat-x;
}

#navigation #main-menu > .on, #navigation #main-menu > .on:hover{
	background:url(../images/nav-li-bg.png) repeat-x;
}

#navigation #main-menu li {
    list-style: none outside none;
    margin: 0;
}
#navigation #main-menu .dropdown-menu li a:hover{
	color:#4493BC;
}

#main-menu > li > a {
    display: block;
}

#navigation #main-menu > li > a {
    color: #343331;
    float: none;
    padding: 20px 15px;
    text-decoration: none;
    text-shadow: 1px 1px 3px #444444;
}

#navigation #main-menu li a {
    -moz-transition: all 0.4s ease-out 0s;
    font-weight: 600;
}

#navigation #main-menu li a.top-level,#navigation #main-menu .on a.top-level:hover {
    border-radius: 0 0 0 0;
    color: #EFEFEF;
    font-size: 1.16667em;
    font-weight: 600;
    height: 43px;
    line-height: 40px;
    padding: 0 18px;
}

#navigation #main-menu li a.top-level:hover {
    color: #4493BC;
}

.pad-down-arrow {
    margin-left: 0.2em;
}
#main-menu > li > a > img {
    max-width: none;
}

.dropdown-menu {
    background-clip: padding-box;
    background-color: #fefafa;
	border:1px solid #cccccc;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    float: left;
    left: 0;
    list-style: none outside none;
    margin: 2px 0 0;
    min-width: 180px;
    padding: 5px 0;
    position: absolute;
    top: 100%;
    z-index: 1000;
	display:none;
}
.on .dropdown-menu{
	display:block;
}

.open > .dropdown-menu {
    display: block;
}
#navigation #main-menu .dropdown-menu {
    background: -moz-linear-gradient(center top , #fef8f9 0%, #FFFFFF 100%) repeat scroll 0 0 transparent;
    border-top: 4px solid #4493BC;
    margin-top: 0;
    padding: 1em;
    right: 0;
}

.dropdown-menu li > a {
    clear: both;
    color: #333333;
    display: block;
    font-weight: normal;
    line-height: 20px;
    padding: 3px 20px;
    white-space: nowrap;
}

#navigation #main-menu .dropdown-menu li a {
    border: medium none;
    color: #333333;
    display: block;
    font-weight: 400;
    left: -5px;
    list-style: none outside none;
    margin: 0 0 3px;
    padding: 5px;
    position: relative;
    text-transform: uppercase;
	font-size: 1em;
    line-height: 1.1;
	min-width:160px;
}

.row-fluid .span4 {
    width: 30%;
}
#navigation #main-menu .dropdown-menu.mega-menu {
    min-width: 790px;
}
#navigation #main-menu .dropdown-menu.mega-menu li {
	color:#444444;
	padding:0 6px;
}
#navigation #main-menu .dropdown-menu.mega-menu li a:hover{
	color:#4493BC;
}
#navigation #main-menu .dropdown-menu.mega-menu .menu-title {
    font-weight: 400;
    text-transform: uppercase;
	color:#333333;
	font-size:14px;
	padding:0;
}
/*main*/
#banner {
    color: #555555;
	border-bottom: 1px solid #ccc;
	padding: 0;
	min-height:170px;
}

.row-fluid, .row-w {
    width: 100%;
}

.row-fluid .span6 {
    -moz-box-sizing: border-box;
    display: block;
    float: left;
    margin-left: 2.5641%;
    min-height: 30px;
    width: 100%;
}

.row-fluid .span6 {
    width: 48.5%;
}

.margin-top {
    margin-top: 1em;
}

.row-fluid .span5 {
    width: 40.1709%;
}
#hp-feature-text {
    font-family: Tahoma;
}
#hp-feature-text {
    padding-top: 40px;
}

#hp-feature-text h4 {
    border-bottom: 1px solid #006196;
    padding: 0 0 10px;
}
#hp-feature-text h1 {
    color: #006196;
    font-size: 2em;
}
#hp-feature-text h1 {
    line-height: 140%;
}

/*content*/
#content {
    background: url(../images/bg-debut_light.png) repeat;
    padding: 10px 0;
}
#content >.features{
	padding:20px 0;
}

.thumbnails {
    list-style: none outside none;
}

.thumbnails > li:first-child{
    margin-left: 0;
}

.thumbnails > li {
    float: left;
    margin-bottom: 20px;
    margin-left: 30px;
}

.bottom-shadow {
    box-shadow: 0 8px 6px -6px #777777;
}
.thumbnails .span2 img{
	width:170px;
	height:95px;
}
.span2 {
    width: 170px;
}

.span2 h2{
	line-height:8px;
}

.bg-white {
    background: #FFFFFF;
}

.bg-white h4{
	line-height: 18px;
	margin: 0;
}

.bg-white .small{
	text-overflow: ellipsis;
}

.thumbnails .span2.features .pad-fixheight {
    height: 260px;
    padding: 6px 4px 2px;
}

.nav {
    list-style: none;
    margin-left: 0;
}
.nav-tabs {
	height:37px;
    border-bottom: 1px solid #DDDDDD;
}
.nav-tabs {
    margin-bottom: 0;
}
.nav-tabs > li:hover, .nav-tabs > li:focus {
    text-decoration: none;
	background:#E3E3E3;
	color:#000000;
}
.nav-tabs > li, .nav-pills > li {
    float: left;
}
.nav-tabs > li {
    margin-bottom: -1px;
}

.nav-tabs > li, .nav-pills > li > a {
    line-height: 14px;
    margin-right: 2px;
    padding-left: 12px;
    padding-right: 12px;
}
.nav-tabs > li{
    background: #F7F7F7;
    border: 1px solid #EAEAEA;
    border-radius: 4px 4px 0 0;
    line-height: 20px;
    padding-bottom: 8px;
    padding-top: 8px;
	cursor: pointer;
}

.nav-tabs > li:hover, .nav-tabs > li:focus {
    border-color: #E3E3E3 #E3E3E3 #DDDDDD;
}
.nav-tabs > .active, .nav-tabs > .active:hover, .nav-tabs > .active:focus {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #FFFFFF;
    border-color: #DDDDDD #DDDDDD transparent;
    border-style: solid;
    border-width: 1px;
    color: #555555;
    cursor: default;
}
#myTabContent {
	background:#ffffff;
    background: -moz-linear-gradient(center top , #FFFFFF 0%, #F7F7F7 48%, #FFFFFF 100%) repeat scroll 0 0 transparent;
    border-bottom: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    padding: 15px 8px 8px;
}
#myTabContent .tab-pane{
	display:none;
}

.tab-content {
    overflow: auto;
}

h3 {
    font-size: 1.16667em;
}
h1, h2, h3 {
    line-height: 25px;
}
.border-bottom {
    border-bottom: 1px dotted #DCDCDC;
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
}
.border-top{
	border-top: 1px dotted #DCDCDC;
	margin-top: 0.5em;
    padding-top: 0.5em;
}
.date {
    color: #696969;
    font-size: 0.833333em;
}

.tabs-footer a {
	color:#4493BC;
}
.small {
    font-size: 0.916667em;
}
.tabs-footer {
    opacity: 0.7;
}
.x-small {
    font-size: 0.833333em;
}
.light {
    color: #555555;
}
.dotted-line {
    border-bottom: 1px dotted #DCDCDC;
    margin-bottom: 0.8em;
    padding-bottom: 1em;
}

.span12 .small{
	color:#4493BC;
}
#tleadership img{
	height: 110px;
}

/*footre*/
#footer {
	background:#464646;
    border-top: 2px solid #cccccc;
    color: #ffffff;
    min-height: 200px;
    padding: 10px 0;
}

#footer .span3 {
    width: 18%;
}

#footer .col:first-child {
    margin-left: 0;
}

#footer .col {
    padding: 20px 0;
    display: block;
    float: left;
    margin-left: 2%;
    min-height: 30px;
}

.divider-line {
    border-top: 1px solid #D2D2D2;
    margin-top: 0.8em;
    padding-top: 1em;
}

#footer .divider-line {
    border-color: #55595b;
}

#footer a {
    text-decoration: none;
}

#footer .wrapper .span3.col p, #footer .wrapper .span3.col h3, #footer .wrapper .span3.col a {
    color: #EFEFEF;
}

#footer .wrapper .span3.col a:hover {
	color:#4493BC;
}

.margin-left-half {
    margin-left: 0;
}
#footer .wrapper .span3.col p{
	margin:0;
}
.subfooter {
    background: none repeat scroll 0 0 #F1F1F1;
    border-top: 1px solid #434546;
    font-size: 0.916667em;
    padding: 0.25em 0;
}
.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

[class*="span"] {
    float: left;
    margin-left: 30px;
    min-height: 1px;
}

.span5 {
    width: 470px;
}

.subfooter .wrapper .span5 p{
	margin:0 0 10px 0;
}

.muted{
	color:#9f9f9f;
}

.inline {
    display: inline;
}

.span6 {
    width: 570px;
}
.span12 {
    width: 1170px;
}
ul.inline, ol.inline {
    list-style: none outside none;
    margin-left: 0;
}

ul.inline > li, ol.inline > li {
    display: inline;
    padding-left: 5px;
    padding-right: 5px;
}


ul.inline > li:first-child {
    padding-left: 0;
}

h2 {
    font-size: 1.33333em;
}

/*product*/
#breadcrumb-container {
	background:url(../images/line-bg.png) repeat-x;
	min-height:25px;
}
.breadcrumb {
    border-radius: 1px 1px 1px 1px;
    list-style: none outside none;
    font-size: 0.833333em;
    margin: 3px 0 0.5em;
    overflow: hidden;
    padding: 0 6px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.breadcrumb > span {
    color: #888888;
    text-shadow: 0 1px 0 #FFFFFF;
}
.breadcrumb > span a{
    color: #4493BC;
    text-shadow: 0 1px 0 #FFFFFF;
}

#subcontent{
    padding: 10px 0;
}

.pull-right {
    text-align: right;
	float: right;
	margin: -2px 0 0 10px;
}
.pull-right a{
	color:#4493BC;
}
.addthis {
    float: right;
	min-width:140px;
}
.addthis a{
	cursor: pointer;
	padding: 0 2px;
	float: left;
}

.at_a11yspan{
	background-image:url(../images/widget-top.png);
	display: block;
    height: 16px;
    line-height: 16px;
    overflow: hidden;
    width: 16px;
	margin-left:2px;
	margin-right:2px;
}
.at_a11yspan1{
	background-position: 0 -208px;
}
.at_a11yspan2{
	background-position: 0 -400px;
}
.at_a11yspan3{
	background-position: 0 -95px;
}
.at_a11yspan4{
	background-position: 0 0;
}
.at_a11y {
    height: 1px;
    overflow: hidden;
    position: absolute;
    top: auto;
    width: 1px;
}
.addthis .addthis_bg{
	font-size: 11px;
    height: 16px;
    line-height: 16px;
    width: 34px;
	text-align:center;
	background:url(../images/widget-top1.png) no-repeat;
}
.page-title {
    border-bottom: 1px dotted #E4E4E4;
    color: #4493BC;
    margin: 8px 0 0.6em;
    padding-bottom: 0.2em;
}
.page-title .subtitle {
    color: #696969;
    font-size: 12px;
    font-weight: normal;
    margin-left: 8px;
}

.pad-left-large {
    padding-left: 1.5em;
}
.img-polaroid {
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    padding: 4px;
}
.pull-center {
    text-align: center;
}
.strong{
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	font-size: 1.83333333333333em;
	line-height: 25px;
}

.p-right{
	text-align: right;
}
.p-right img{
	width: 33px;
	height: 33px;
}
.p-right a{
	color:#4493BC;
}
.well4 {
    margin: 15px 0;
    padding: 15px 15px 10px;
	width:1080px;
}
.tab-pane .well4{
	min-height:20px;
}
.span10 {
    width: 970px;
}

.well4 .span10 a{
	color:#4493BC;
}

.catalog-categories {
    padding-bottom: 4px;
}
.catalog-categories .expanded {
    background-image: url("../images/drop-arrow1.gif");
    background-repeat: no-repeat;
    display: inline-block;
    height: 21px;
    width: 21px;
	text-decoration: none;
}
.on .expanded {
    background-image: url("../images/drop-arrow.gif");
}
.catalog-categories-header {
    color: #333333;
    font-weight: bold;
    padding-left: 4px;
	vertical-align: top;
}
.content{
	display:none;
	margin: 0 0 15px 35px;
}
.content li{
	margin-left: 17px;
	list-style: url(../images/point.png);
}
.content li a{
	color: #4493BC;
}
.row:before, .row:after {
    content: "";
    display: table;
    line-height: 0;
}
.on .content{
	display:block;
}

/*solutions*/
.span8 {
    width: 770px;
	margin-left:0;
}
.margin-top-bottom-half {
    margin: 0.5em 0;
}
.margin-top-bottom {
    margin: 1em 0;
}
.well7 {
    border-bottom: 1px solid #EFEFEF;
    border-top: 1px solid #4493BC;
    box-shadow: 0 3px 5px rgba(50, 50, 50, 0.1);
    margin: 1.8em 0;
    padding: 2px 8px 1em 1em;
}
.table {
    border-spacing: 0;
    max-width: 100%;
}
.table li{
	padding:3px;
}
.table li a{
	color:#4493BC;
	font-weight:400;
}

.gradient-1 {
	background:#daeffa;
}
.pad-half {
    padding: 0.5em;
}
.red a, .accordion-heading a, .accordion-inner a{
	color:#4493BC;
}
.well3 {
    background:#006196;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    color: #FFFFFF;
    margin: 1em 0 20px;
    min-height: 20px;
    padding: 10px 35px 12px 35px;
}
/*...right*/
.span4 {
    width: 370px;
}
.sidebar {
    margin-top: 27px;
    min-height: 450px;
    padding: 0;
}
.sidebar-right {
	background:#FCFCFC;
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#fcfcfc',GradientType=0 );
    background: -moz-linear-gradient(center top , #FCFCFC 1%, #F7F7F7 80%, #FCFCFC 100%) repeat scroll 0 0 transparent;
    border-bottom: 3px solid #F3F3F3;
    border-radius: 4px 4px 4px 4px;
    border-top: 3px solid #E1E1E8;
}
.sidebar .inner {
    padding: 1em;
}
#solutions-side ul {
    margin-left: 4px;
    margin-top: 10px;
}
.row-fluid .span2 {
    width: 14.5299%;
}
.row-fluid .span10 {
    width: 82.906%;
	margin-left: 2.5641%;
}

.row-fluid:before, .row-fluid:after {
    content: "";
    display: table;
    line-height: 0;
}
.row-fluid:after {
    clear: both;
}
#solutions-side h3 {
    color: #333333;
}
#solutions-side .widget {
    font-size: 11px;
}
#solutions-side .widget li {
    border-bottom: 1px solid #E4E4E4;
    color: #444444;
    list-style: none outside none;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
#solutions-side li a {
    color: #4493BC;
    text-decoration: none;
}

.blue-top-line {
    border-top: 1px solid #DAEFFA;
    margin-top: 1.2em;
    padding-top: 0;
}

/*resources*/
.span9 {
    width: 820px;
	margin-left:0;
}
.span3 {
    width: 270px;
}
.media, .media-body {
    overflow: hidden;
}
.media, .media .media {
    margin-top: 15px;
}
.media:first-child {
    margin-top: 0;
}

.media {
    border-bottom: 1px dotted #999999;
    margin-bottom: 1em;
    padding-bottom: 1em;
}
.pull-left {
    float: left;
}
.media-object {
    display: block;
}
.media > .pull-left {
    margin-right: 10px;
}
.media-object {
    max-width: 120px;
}
.media-heading {
    color: #4493BC;
    font-weight: bold;
    margin: 0;
}
.media-body strong, .media-body span{
	font-size: 10pt;
}

.accordion-group {
    border: 1px solid #E5E5E5;
    border-radius: 1px 1px 1px 1px;
}
.accordion-group {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #EFEFEF;
    border-style: none none solid;
    border-width: 0 0 1px;
    margin-bottom: 22px;
}
.accordion-heading {
    border-bottom: 0 none;
}
.accordion-heading .accordion-toggle {
    padding: 4px 5px 4px 4px;
	display:block;
	cursor:pointer;
}
.collapse {
    -moz-transition: height 0.35s ease 0s;
    height: 0;
    overflow: hidden;
    position: relative;
}
.in .collapse{
	height:auto;
}
.accordion-inner {
    border-top: 1px solid #E5E5E5;
    padding: 9px 15px;
}
.accordion-inner ul{
	margin: 0 0 15px 35px;
}
.accordion-inner ul li{
	font-size: 10pt;
	list-style:disc;
	margin-bottom: 0.5em;
}
.accordion-inner span{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10pt;
}
/*company*/
.company li{
	list-style:disc;
	margin:10px 0 10px 30px;
}

.lx{
	width:100%;
	margin-top:50px;
}

.lx li{
	float:left;
	margin-left:3%;
	width:30%;
	text-align:center;
	padding-bottom:10px;
}
.lx li:first-child{
	margin-left:-20px
}
.lx li p{
	text-align:center;
}
.lx li p a{
	color:#4493BC;
}

.img-w{
	width:200px;
}
/*news*/
p.pages {
    margin: 0 auto;
    padding: 20px 0 0;
    text-align: right;
}
p.pages a {
    border: 1px solid #C6C6C6;
    color: #333333;
    margin: 0 3px;
    padding: 3px 7px;
}
p.pages a:hover {
    color: #a62700;
}
p.pages a.cur {
    background: #F2A49F;
    border: 1px solid #E96058;
    font-weight: bold;
}

.top-level{cursor:pointer; display:block;}

.promotionList li{float:left; margin-right:10px; width:150px; padding-left:10px;}
.blueH3{color:#0070c0;}
.promotionList img{margin-bottom:10px;}