/* reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
article, aside, dialog, figure, footer, header, hgroup, nav, section {display:block;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* grid */
.container {width:960px;margin:0 auto;}
.column, .span-1, .span-2, .span-3, .span-4, .span-5, .span-6, .span-7, .span-8, .span-9, .span-10, .span-11, .span-12 {float:left;margin-right:24px;}
.last {margin-right:0;}
.span-1 {width:58px;}
.span-2 {width:140px;}
.span-3 {width:222px;}
.span-4 {width:304px;}
.span-5 {width:386px;}
.span-6 {width:468px;}
.span-7 {width:550px;}
.span-8 {width:632px;}
.span-9 {width:714px;}
.span-10 {width:796px;}
.span-11 {width:878px;}
.span-12 {width:960px;margin-right:0;}
.append-1 {padding-right:82px;}
.append-2 {padding-right:164px;}
.append-3 {padding-right:246px;}
.append-4 {padding-right:328px;}
.append-5 {padding-right:410px;}
.append-6 {padding-right:492px;}
.append-7 {padding-right:574px;}
.append-8 {padding-right:656px;}
.append-9 {padding-right:738px;}
.append-10 {padding-right:820px;}
.append-11 {padding-right:902px;}
.prepend-1 {padding-left:82px;}
.prepend-2 {padding-left:164px;}
.prepend-3 {padding-left:246px;}
.prepend-4 {padding-left:328px;}
.prepend-5 {padding-left:410px;}
.prepend-6 {padding-left:492px;}
.prepend-7 {padding-left:574px;}
.prepend-8 {padding-left:656px;}
.prepend-9 {padding-left:738px;}
.prepend-10 {padding-left:820px;}
.prepend-11 {padding-left:902px;}
.prepend-top {margin-top:1.5em;}
.append-bottom {margin-bottom:1.5em;}
.box {padding:1.5em;margin-bottom:1.5em;background:#E5ECF9;}
.clearfix:after, .container:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.clearfix, .container {display:block;}
.clear {clear:both;}
.row {clear:left;float:left;width:100%;}
.no-top {margin-top:0;padding-top:0;}
.no-bottom {margin-bottom:0;padding-bottom:0;}
.small {font-size: 11px;}

/* -----------------------------------------------------------------------
HTML Elements
----------------------------------------------------------------------- */
html{
	height:100%;
}

body{
	height:100%;
	margin:0;
	padding:0;
	background-color: #eee;
	line-height:1.5;
	font-family: Arial, Helvetica, sans-serif;
}

a img{
	border:0;
}

body a:link{
	color:#1283bf;
	text-decoration: none;
}

body a:visited{
	color:#1283bf;
	text-decoration: none;
}

body a:hover{
	color:#1283bf;
	text-decoration: underline;
}

body a:active{
	color:#1283bf;
	text-decoration: none;
}

h1,
h2,
h3
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;

}

h1{
	font-size:23px;
	font-weight:bold;
	line-height:25px;
	margin:0;
	padding: 12px 0 10px 0;
}

h2{
	color: #333;
	font-size:18px;
	padding: 12px 0 0 0;
}
h3{
	color:#000;
	font-size:15px;
	padding: 12px 0 0 0;
}

h2.alt {
	padding-bottom: 5px;
	margin: 25px 0 10px !important;
	border-bottom: 1px solid #ccc;
}
h2.alt2 {
	margin-top: 10px !important;
	background: #fff url(/_media/network_download/heading_line.png) 0 50% repeat-x;
	margin-bottom: 15px;
}
h2.alt2 span {
	padding-right: 10px;
	background: #fff;
}
h4{
	display:inline;
	font-weight:normal;
	margin:0;
	padding:0;
	text-decoration:underline;
}
h5 {
	font-size: 11px;
	text-transform: uppercase;
	color: #a3a3a3;
	font-weight: normal;
	margin-bottom: 0;
}
em {
	font-style: italic;
}

/* -----------------------------------------------------------------------
New additions
----------------------------------------------------------------------- */
.bdd {
	border: 1px solid red;
}

#page-wrap {
	margin: 0 auto;
	width: 990px;
	background-color: #fff;
}

.replaced {
	background-color: transparent;
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	text-align: left;
	text-indent: -9999px;
}

.primary-content ul, .primary-content ol  {
	padding: 10px 0 0 40px;
}

.content-pad {
	padding-left: 19px;
}

.box-grey {
	width: 224px;
	height: 184px;
	background:url(/_media/callout_box_grey.png) 0 0 no-repeat;
	display: block;
	color: #fff;
	line-height: 1.3;
	margin: 12px 0 15px 0;
	font-size: 11px;
}
.box-grey h2 {
	color: #fdb813;
	padding: 20px 50px 0 15px;
	margin-bottom: 10px;
	font-size: 16px;
	margin-bottom: 10px;
}
.box-grey p {
	padding: 0 15px 0 15px;
}
.box-grey div {
	color: #fff;
	padding: 0 0 0 15px;
}
.box-grey div a {
	color: #fff;
	font-weight: bold;
}
.box-grey-wide {
	width: 468px;
	height: 184px;
	background:url(/_media/callout_box_grey_wide.png) 0 0 no-repeat;
	display: block;
	color: #fff;
	line-height: 1.3;
	margin: 12px 0 15px 0;
	font-size: 11px;
}
.box-grey-tall {
	width: 224px;
	height: 384px;
	background:url(/_media/callout_box_grey_tall.png) 0 0 no-repeat;
	display: block;
	color: #fff;
	font-size: 11px;
	margin: 12px 0 15px 0;
}
.box-grey-tall h2,
.box-grey-wide h2 {
	color: #fdb813;
	padding: 20px 15px 0 15px;
	margin-bottom: 10px;
	font-size: 16px;
	margin-bottom: 10px;
}
.box-grey-tall p,
.box-grey-wide p {
	padding: 0 15px 0 15px;
}
.box-grey-tall div,
.box-grey-wide div {
	color: #fff;
	padding: 0 0 0 15px;
	font-weight: bold;
}
.box-grey-tall div a,
.box-grey-wide div a {
	color: #fff;
}

.box-red {
	background:url(/_media/red_box_bottom.png) 0 100% no-repeat;
	color: #fff;
	font-size: 11px;
	margin: 12px 0 15px 0;
	padding-bottom: 10px;
	width: 224px;
	line-height: 1.3;

}
.box-red-inner {
	background:url(/_media/red_box_top.png) 0 0 no-repeat;
	padding: 0 15px;
	overflow: hidden;
	height: 220px;
}
.box-grey-alt {
	background:url(/_media/gray_box_bottom.png) 0 100% no-repeat;
	color: #fff;
	font-size: 11px;
	margin: 12px 0 15px 0;
	padding-bottom: 10px;
	width: 224px;
}
.box-grey-inner {
	background:url(/_media/gray_box_top.png) 0 0 no-repeat;
	padding: 0 15px;
	overflow: hidden;
	height: 223px;
}
.box-red h2,
.box-grey-alt h2 {
	color: #fdb813;
	padding: 20px 0 0;
	margin-bottom: 10px;
	font-size: 16px;
	margin-bottom: 10px;
	line-height: 1.3;
}
.box-red p,
.box-grey-alt p {
	padding: 0;
	color: #fff;
}
.box-red a {
	color: #fff !important;
	font-weight: normal;
}
.box-grey-alt a {
	color: #fff !important;
	font-weight: bold;
}
.box-black-tall {
	background:url(/_media/black_box_tall.png) 0 100% no-repeat;
	color: #fff;
	font-size: 11px;
	margin: 12px 0 15px 0;
	padding-bottom: 9px;
	width: 714px;
}
.box-black-tall-inner {
	background:url(/versionxyz/_media/black_box_tall.png) 0 0 no-repeat;
	padding: 0 15px;
	overflow: hidden;
}
.box-black-short {
	background:url(/_media/black_box_short.png) 0 100% no-repeat;
	color: #fff;
	font-size: 11px;
	margin: 12px 0 15px 0;
	padding-bottom: 9px;
	width: 960px;
}
.box-black-short-inner {
	background:url(/_media/black_box_short.png) 0 0 no-repeat;
	padding: 0 15px;
	overflow: hidden;
}
.no-pad {
	padding: 6px 0 12px 0 !important;
}
h2.box-header {
	font-size: 15px;
	color: #fff;
	font-weight: bold;
}
.global-promo {
	background:url(/_media/promo_global.png) 0 0 no-repeat;
	width: 224px;
	height: 184px;
	display: block;
	color: #fff;
	font-size: 11px;
}
.global-promo h2 {
	color: #fdb813;
	padding: 20px 15px 0 15px;
	margin-bottom: 10px;
}
.global-promo p {
	padding: 0 15px 0 15px;
}
.global-promo div {
	color: #fff;
	padding: 0 0 0 15px;
}
.global-promo div a {
	color: #fff;
	font-weight: bold;
}
.screenshot-right {
	float: right;
	padding: 2px;
	border: 1px solid #b7b7b7;
	margin:0 0 20px 20px;
}
.screenshot-right-plain {
	float: right;
	margin:0 0 20px 20px;
}
.screenshot-left-plain img,
.screenshot-right-plain img {
	display: block;
	margin-bottom: 10px;
}
.screenshot-left {
	float: left;
	padding: 2px;
	border: 1px solid #b7b7b7;
	margin:0 20px 20px 0;
	display: block;
}
.screenshot-left-plain {
	float: left;
	padding: 2px;
	margin:0 20px 30px 0;
}
.sc-left li {
	position: relative;
	left: 40px;
	margin-right: 40px;
}
.admin-feature-2 h2 {
	margin-top: -12px;
}
.admin-feature-3 h2 {
	margin-top: 24px;
}
.admin-feature-4 h2 {
	margin-top: -12px;
}
.admin-feature-5 h2 {
	margin-top: 36px;

}
.user-feature-2 h2 {
	margin-top: 24px;
}
.user-feature-3 h2 {
	margin-top: 12px;
}
.user-feature-4 h2 {
	margin-top: 12px;
}
.user-feature-5 h2 {
	margin-top: 36px;
}
p.sub-head {
	font-weight: bold;
	font-size: 15px;
	font-family:Arial,"Lucinda Grande","Luxi Sans",Verdana,"Bitstream Vera Sans",Helvetica,sans-serif;
	padding-top: 12px;
}
.float-right {
	float: right;
	margin: 12px 0 0 24px;
}
.float-left {
	float: left;
	margin: 12px 24px 0 0;
}
.promo-orange {
	color: #fdb813;
}
.ui-tabs-hide {
	display: none;
}
.ui-tabs .ui-tabs-hide {
	display: none;
}
.fouc-fix {display: none;}

/* content boxes */
.grey-content-box-content,
.blue-content-box-content
{
	margin: 0;
	padding: 6px 24px 12px 24px;
	overflow: auto;
}
.grey-content-box,
.blue-content-box
{
	margin: 12px 0 24px 0;
	padding: 0;
}
.grey-content-box-header h2,
.blue-content-box-header h2
{
	font-size: 15px;
	color: #fff;
	font-weight: bold;
	background: url(/_media/content_box_grey_header_right.png) no-repeat scroll top right;
	margin: 0;
	padding: 7px 12px 6px 24px;
}
.grey-content-box-header h2.alt,
.blue-content-box-header h2.alt {
	padding: 7px 17px 6px 17px;
	margin: 0 !important;
	border: none !important;
}
.grey-content-box {
	background: url(/_media/content_box_grey_left.png) no-repeat scroll bottom left;
}
.grey-content-box-header {
	background: url(/_media/content_box_grey_header_left.png) no-repeat scroll top left;
}
.grey-content-box-header h2 {
	background: url(/_media/content_box_grey_header_right.png) no-repeat scroll top right;
}
.grey-content-box-content {
	background: url(/_media/content_box_grey_right.png) no-repeat scroll bottom right;
}
.blue-content-box {
	background: url(/_media/content_box_blue_left.png) no-repeat scroll bottom left;
}
.blue-content-box-header {
	background: url(/_media/content_box_blue_header_left.png) no-repeat scroll top left;
}
.blue-content-box-header h2 {
	background: url(/_media/content_box_blue_header_right.png) no-repeat scroll top right;
}
.blue-content-box-content {
	background: url(/_media/content_box_blue_right.png) no-repeat scroll bottom right;
}
.content-box-inner h3 {
	text-transform: uppercase;
	color: #717074;
	font-size: 11px;
	margin: 0;
}
.content-box-inner ul {
	padding-left: 0px;
}

.content-box-inner ul li {
	list-style-type: none;
}
.pad {
	padding-left: 17px;
	padding-right: 17px;
}
ul.logo-guidelines {
	margin: 0;
	padding-bottom: 12px;
}
.input-bg-dark {
	background:url(/_media/input_bg_dark.png) no-repeat !important;
	width:398px;
	height:29px;
	margin-top: 3px;
	padding: 0;
	border: 0;
	text-indent: 6px;
}
.label-quiet {
	font-size: 12px;
	color: #CCC;
}
.quiet {
	color: #999;
}
a.large-button {
	background: url(/_media/large_button.png) no-repeat scroll top left;
	width: 209px;
	height: 36px;
	display: block;
	color: #fff !important;
	font: 14px/35px Arial,"Lucinda Grande","Luxi Sans",Verdana,"Bitstream Vera Sans",Helvetica,sans-serif;
	text-decoration: none;
	text-align: center;
}
a:hover.large-button {
	text-decoration: none;
}
.clearer {
	clear: both;
}
.grey-bg {
	background-color: #f1f2f1;
}
/* content boxes */
.no-wrap {
	white-space: nowrap;
}
a.pdf-link {
	background: url(/_media/icon_pdf.png) no-repeat scroll top right;
	padding: 0 20px 2px 0;
	line-height: 20px;
}
.intro {
	font-size: 140%;
	color: #666;
	font-family: Arial, sans-serif;
}
/* -----------------------------------------------------------------------
New additions
----------------------------------------------------------------------- */

/* Homepage
********************************************************************************/
#valprop-tabs {
	width: 990px;
	height: 277px;
	font-family:Arial,"Lucinda Grande","Luxi Sans",Verdana,"Bitstream Vera Sans",Helvetica,sans-serif;
	font-size: 10px;
	margin: 0 0 16px 0;
	padding: 0;
	clear: both;
	position: relative;
}

.valprop-container {
	width: 990px;
	height: 277px;
	background-color: #0b4f73;
	overflow: hidden;
}

.valprop {
	width: 990px;
	height: 277px;
}

#valprop-01 a.learn-more,
#valprop-02 a.learn-more,
#valprop-03 a.learn-more,
#valprop-04 a.learn-more
{
	background: url(/_media/button_learn_more.png) no-repeat scroll top left;
	width: 148px;
	height: 35px;
	display: block;
	position: absolute;
	color: #fff;
	font: 14px/35px Arial,"Lucinda Grande","Luxi Sans",Verdana,"Bitstream Vera Sans",Helvetica,sans-serif;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}

#valprop-01 a.learn-more,
#valprop-02 a.learn-more,
#valprop-03 a.learn-more,
#valprop-04 a.learn-more {
	top:196px;
	left:68px;
}
#valprop-01,
#valprop-02,
#valprop-03,
#valprop-04 {
	background-image: url(/_media/valprop_7.jpg);
	background-repeat: no-repeat;
}
#valprop-01 {
	background-position: 0 0;
}
#valprop-02 {
	background-position: 0 -277px;
}
#valprop-03 {
	background-position: 0 -554px;
}
#valprop-04 {
	background-position: 0 -831px;
}

.valprop-tabs-nav {
	margin: 0;
	padding: 0;
	position: absolute;
	top:28px;
	left:845px;
	z-index: 1;
}
.valprop-tabs-nav ul {
	background: transparent url(/_media/valprop_tabs_nav.png) no-repeat scroll top left;
	float: left;
	display: inline;
	padding: 0 15px;
	list-style-type:none;
}

.valprop-tabs-nav ul li {
	float: left;
}

.valprop-tabs-nav ul li a {
	color: #1283bf;
	text-decoration: none;
	display: block;
	position: relative;
	padding: 5px 6px 6px 6px;
}

.valprop-tabs-nav ul li.ui-tabs-selected a {
	color: #fdb813;
	text-decoration: none;
}

.valprop-tabs-nav a.next {
	background: transparent url(/_media/valprop_tabs_nav_arrow_r.png) no-repeat scroll top left;
	width: 6px;
	height: 6px;
	position: absolute;
	top:9px;
	left:92px;
	z-index: 2;
	display: block;
}

.valprop-tabs-nav a.previous {
	background: transparent url(/_media/valprop_tabs_nav_arrow_l.png) no-repeat scroll top left;
	width: 6px;
	height: 6px;
	position: absolute;
	top:9px;
	left:4px;
	z-index: 2;
}

#highlight-box-header {
	background-color: #575659;
}
#highlight-box-header h2 {
	color: #fdb813;
	font-size: 14px;
	margin: 0;
	padding: 8px 0 5px 19px;
}

#highlight-box-content {
	margin: 0 0 15px 0;
	padding-top: 10px;
	background-color: #717074;
	position: relative;
	font-family: Arial,Helvetica,sans-serif;
}

#highlight-box-content div.separator {
	background: #717074 url(/_media/home_divider.png) no-repeat scroll 100% 50%;
	margin-bottom: 10px;
}


#highlight-box-content img {
	position: absolute;
	top:4px;
	left:450px;
}

#highlight-box-content h3 {
	padding: 0 15px 0 19px;
	font-size: 17px;
	background: #717074 url(/_media/home_promo_arrow.png) no-repeat scroll 100% 7px;
	color: #fff;
	display: inline;
}

#highlight-box-content h3 a {
	color: #fff;
	text-decoration: none;
}

#highlight-box-content p {
	padding: 0 0 0 20px;
	background-color: #717074;
	color: #ccc;
	font-size: 14px;
	margin:0 5px 0 0;
}

#product-bar {
	background-color: #ebebeb;
	margin-bottom: 15px;
}

#product-bar ul {
	list-style-type: none;
}

#product-bar ul li {
	float: left;
	background: #ebebeb url(/_media/home_product_separator.png) no-repeat scroll 100% 50%;
}

#product-bar ul li a {
	height: 44px;
	color: #1283bf;
	display:block;
	float:left;
	font: bold 13px/44px Arial,Helvetica,sans-serif;
	padding: 0 23px;
	margin: 0;
	text-align:center;
	text-decoration:none;
}

#product-bar ul li.products,
#product-bar ul li.products a,
#product-bar ul li.products a:hover {
	background: #ddd url(/_media/products_box_left.png) no-repeat scroll top left;
	color: #000;
	margin-right: 3px;
}

#product-bar ul li.compare,
#product-bar ul li.compare a,
#product-bar ul li.compare a:hover {
	background: #717074 url(/_media/products_box_right.png) no-repeat scroll top right;
	border: none;
	color: #fff;
	float: right;
	margin-right: 0;
}

#product-bar ul li.no-bg {
	background: 0;
	background-image: none !important;
}

#promos	{
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 13px;
}

#promos	.promo-wrap {
	height: 198px;
	background: url(/_media/home_promo_bg.png) no-repeat;
	padding: 20px 0 0 19px;
}

#promos	.promo-wrap h4,
#promos .box-content h4 {
	color: #880024;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
}

#promos	.promo-wrap p {
	margin-right: 40px;
}
#promos .promo-wrap p.subtitle {
	padding-right: 50px;
}
#promos .promo-wrap p.community-links a {
	font-size: 12px;
}

#promos .promo-wrap p.separator {
	border-bottom: 1px dotted #999;
	margin-bottom: 10px;
}

#promos	.promo-wrap a {
	color:#1283bf;
	font: bold 13px/1.3 Arial,Helvetica,sans-serif;
	text-decoration: none;
}

#promos .right-promo {
	background: transparent url(/_media/promo_box_red_home.png) no-repeat scroll 0 0;
	color:#fff;
	height: 198px;
	padding: 20px 20px 5px 20px;
	width: 266px;
}
#promos .right-promo .separator {
	border-bottom: 1px dotted #999;
	padding-bottom: 15px;
}
#promos .right-promo h4 {
	font: bold 18px/32px Arial,Helvetica,sans-serif;
	text-decoration: none;
}
#promos .right-promo p {
	margin-right: 15px;
}
#promos	.right-promo a {
	color: #fff;
	font: bold 13px/1.3 Arial,Helvetica,sans-serif;
	text-decoration: none;
}
#news {
	padding-left: 5px;
}
#news strong {
	color: #333;
}
.home #superfooter-wrap {
	margin-top: 0;
}
#highlight-box-content h3 a:hover,
#product-bar ul a:hover,
#promos	.promo-wrap a:hover,
#promos	.right-promo a:hover
{
	text-decoration: underline;
}
.box-blue {
	background: url(/_media/box_blue.png) 0 0 no-repeat;
	padding-top: 5px;
}
.box-blue .box-inner {
	background-image: url(/_media/box_blue.png);
}
.box-gray {
	background: url(/_media/box_gray.png) 0 0 no-repeat;
	padding-top: 5px;
}
.box-gray .box-inner {
	background-image: url(/_media/box_gray.png);
}
.box-inner {
	background-position: 0 100%;
	background-repeat: no-repeat;
}
.span-4 .box-content {
	width: 266px;
	margin: 0 auto;
	padding: 8px 0 4px 0;
}

ol.top-rated-content {
	margin-bottom: 12px;
}
ol.top-rated-content li {
	font-size: 13px;
	color: #333333;
	border-bottom: 1px dotted #666;
	overflow: hidden;
	padding: 5px 0 6px 0;
	margin: 0;
}
ol.top-rated-content li.last {
	border: none;
	padding-bottom: 0;
}
ol.top-rated-content li a {
	display: block;
	font-weight: bold;
	width: 151px;
	float: left;
}
ol.top-rated-content li span.number {
	display: block;
	float: left;
	width: 20px;
}
.top-rated-content .extension-title {
	width: 171px;
	float: left;
	margin-bottom: 0;
}
.top-rated-content .fivestar-widget-static {
	margin-left: 10px;
	width: 85px;
	float: left;
}
.top-rated-content .reviews {
	display: block;
	margin: 0;
	font-size: 11px;
	font-weight: normal;
	width: 85px;
	padding-left: 20px;
}

.primary-content  .promo-tabs {
	overflow: hidden;
	padding: 11px 12px 11px 21px;
	position: relative;
	margin: 0;
	border-width: 0 1px 1px 1px;
	border-style: none solid solid solid;
	border-color: #d7d7d7;
}
.promo-tabs li {
	float: left;
	list-style-type: none;
}
.promo-tabs li span {
	float: left;
	margin-right: 5px;
	font-family: Arial, Verdana, sans-serif;
	padding-right: 4px;
	display: block;
}
.promo-tabs li a {
	font-size: 15px;
	display: block;
	float: left;
	padding: 5px 10px 0 14px;
	font-weight: bold;
	color: #1283bf;
	height: 22px;
	text-align: center;
	line-height: 15px;
}
.promo-tabs li a:hover {
	text-decoration: none;
}
.promo-tabs li.ui-tabs-selected span,
.promo-tabs li.alt-selected span {
	background: url(/_media/item_nav_active.png) 100% 0 no-repeat;
}
.promo-tabs li.ui-tabs-selected a,
.promo-tabs li.alt-selected a {
	background: url(/_media/item_nav_active.png) 0 0 no-repeat;
	color: #FFF;
}
h3.title {
	margin-bottom: 0;
	position: relative;
	padding: 0 108px 0 0;
	font-size: 18px;
}
.item {
	padding: 16px 21px 12px 21px;
	border-left: 1px solid #D7D7D7;
	border-right: 1px solid #D7D7D7;
	border-bottom: 1px solid #D7D7D7;
	background: url(/_media/item_bg.png) 0 100% repeat-x;
}
.item .thumb-wrap {
	width: 50px;
	float: left;
	margin-right: 11px;
}
.item .content-wrap {
	width: 354px;
	float: left;
}
.item .stars {
	position: absolute;
	right: 0;
	top: 4px;
}
.item .meta {
	font-size: 11px;
	color: #a1a1a1;
	margin-bottom: 0;
}
.item .highlight {
	color: #6ab042;
}
.box-bottom {
	background: url(/_media/box_bottom.png) 2px 100% no-repeat;
	padding: 11px 21px 1px 21px;
}
.slideshow {
}
.gallery-tabs {
	position: relative;
}
.gallery-tabs .icon-rss {
	z-index: 100;
	position: absolute;
	right: 24px;
	top: 20px;
	width: 16px;
	height: 16px;
	background: url(/_media/icon_rss_small.png) 0 0 no-repeat;
}

/*FiveStar*/
/* Plain HTML Version */
form.fivestar-widget {
  clear: both;
  display: block;
}
form.fivestar-widget select,
form.fivestar-widget input {
  margin: 0;
}

/* Combo Static and Rate Widget */
.fivestar-combo-stars .fivestar-static-form-item {
  float: left; /* RTL */
  margin-right: 40px; /* RTL */
}
.fivestar-combo-stars .fivestar-form-item {
  float: left; /* RTL */
}

/* Fivestar form items */
.fivestar-static-form-item .form-item,
.fivestar-form-item .form-item {
  margin: 0;
}

/* Static View-only Star Version */
div.fivestar-widget-static {
  display: block;
}

div.fivestar-widget-static br {
  clear: left; /* RTL */
}

div.fivestar-widget-static .star {
  float: left; /* RTL */
  width: 17px;
  height: 15px;
  overflow: hidden;
  text-indent: -999em;
  background: url(/_media/star.gif) no-repeat 0 0; /* RTL */
}

div.fivestar-widget-static .star span.on {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/_media/star.gif) no-repeat 0 -32px; /* RTL */
}

div.fivestar-widget-static .star span.off {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/_media/star.gif) no-repeat 0 0; /* RTL */
}

/* Javascript Star Version */
div.fivestar-widget {
  display: block;
}

div.fivestar-widget .cancel, div.fivestar-widget .star {
  float: left; /* RTL */
  width: 17px;
  height: 15px;
  overflow: hidden;
  text-indent: -999em;
}
div.fivestar-widget .cancel, div.fivestar-widget .cancel a {
  background: url(/_media/delete.gif) no-repeat 0 -16px; /* RTL */
  text-decoration: none;
}

div.fivestar-widget .star, div.fivestar-widget .star a {
  background: url(/_media/star.gif) no-repeat 0 0; /* RTL */
  text-decoration: none;
}

div.fivestar-widget .cancel a, div.fivestar-widget .star a {
  display: block;
  width: 100%;
  height: 100%;
  background-position: 0 0; /* RTL */
  cursor: pointer;
}

div.fivestar-widget div.on a {
  background-position: 0 -16px; /* RTL */
}
div.fivestar-widget div.hover a, div.rating div a:hover {
  background-position: 0 -32px; /* RTL */
}
form.fivestar-widget div.description {
  margin-bottom: 0;
}

/* Static View-only Star Version */
div.fivestar-widget-static .star {
  background-image: url(/_media/star.png);
}

div.fivestar-widget-static .star span.on {
  background-image: url(/_media/star.png);
}

div.fivestar-widget-static .star span.off {
  background-image: url(/_media/star.png);
}

/* Javascript Star Version */
div.fivestar-widget .cancel,
div.fivestar-widget .cancel a {
  background-image: url(/_media/cancel.png);
}
div.fivestar-widget .star,
div.fivestar-widget .star a {
  background-image: url(/_media/star.png);
}

div.fivestar-widget div.hover a,
div.rating div a:hover {
  background-image: url(/_media/star.png);
}

/* -----------------------------------------------------------------------
Right Sidebar
----------------------------------------------------------------------- */
#column-right{
width: 180px;
}


#column-right .quote{
	float:none;
	margin:0 0 1em 0;
}
div.sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
div.sidebar ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

div.sidebar div.sidebar-products-box {
	background: url(/_media/sidebar-products-top.png) 0 0 no-repeat;
	color: #FDF1CC;
	margin-bottom: 10px;
}
div.sidebar div.sidebar-products-box h2 {
	color: #FDF1CC;
	font-size: 12px;
	margin: 0;
	padding: 0 10px;
	line-height: 32px;
	text-transform: uppercase;
}
div.sidebar div.sidebar-products-box ul {
	background-color: #282828;
}
div.sidebar div.sidebar-products-box ul li {
	background: url(/_media/sidebar-products-arrow.png) right no-repeat;
	border-top: 1px solid #363636;
	width: 180px;
}
div.sidebar div.sidebar-products-box ul li a {
	color: #FFF;
	display: block;
	padding: 0 10px;
	line-height: 40px;
	text-decoration: none;
}
div.sidebar div.sidebar-products-box ul li a:hover {
	text-decoration: underline;
}
div.sidebar div.sidebar-info-box {
	background: url(/_media/sidebar-info-top.png) 0 0 no-repeat;
	color: #505050;
	margin-bottom: 10px;
}
div.sidebar div.sidebar-info-box h2 {
	color: #FFF;
	font-size: 12px;
	margin: 0;
	padding: 0 10px;
	line-height: 32px;
}
div.sidebar div.sidebar-info-box ul {
	background: #FEF4D9 url(/_media/sidebar-info-bottom.png) bottom no-repeat;
	padding-bottom: 8px;
}
div.sidebar div.sidebar-info-box ul li {
	width: 180px;
	border-top: 1px solid #FDE8AE;
}
div.sidebar div.sidebar-info-box ul li a {
	color: #505050;
	display: block;
	font-size: 95%;
	padding: 12px 10px;
	text-decoration: none;
}
div.sidebar div.sidebar-info-box ul li a:hover {
	text-decoration: underline;
}

div.sidebar div.sidebar-happening-box {
	background: url(/_media/sidebar-happening-top.png) 0 0 no-repeat;
	color: #5E5E5E;
	margin-bottom: 10px;
}
div.sidebar div.sidebar-happening-box h2 {
	color: #111;
	font-size: 12px;
	margin: 0;
	padding: 0 10px;
	line-height: 32px;
}
div.sidebar div.sidebar-happening-box ul {
	background: #FFF url(/_media/sidebar-happening-bg.png) top left repeat-x;
	border-left: 1px solid #E2E2E2;
	border-right: 1px solid #E2E2E2;
}
div.sidebar div.sidebar-happening-box li {
	padding: 8px 10px;
}
div.sidebar div.sidebar-happening-box ul li a {
	color: #5E5E5E;
	display: block;
	text-decoration: none;
}
div.sidebar div.sidebar-happening-box ul li a:hover {
	text-decoration: underline;
}
div.sidebar div.sidebar-happening-box div.content {
	background: #FFF url(/_media/sidebar-happening-bg.png) top left repeat-x;
	border-left: 1px solid #E2E2E2;
	border-right: 1px solid #E2E2E2;
	padding: 10px;
}
div.sidebar div.sidebar-happening-box div.content ul {
	background:none;
	border:none;
	margin-bottom: 1em;
}
div.sidebar div.sidebar-happening-box div.content ul li {
	width: 180px;
	list-style-type:disc;
}
div.sidebar div.sidebar-happening-box div.content a {
	color:#666;
}
div.sidebar div.sidebar-happening-box div.bottom {
	background: #FEF4D9 url(/_media/sidebar-happening-bottom.png) bottom no-repeat;
	height: 8px;
}
.column-right {
	float: right;
	width: 250px;
	margin-bottom: 20px;
}

/* -----------------------------------------------------------------------
End Right Sidebar
----------------------------------------------------------------------- */

/* Structural Elements */
#header-wrap {
	margin: 0 auto;
	width: 990px;
	height: 155px;
	border-top: 12px solid #717074;
	background-color: #fff;
}

#header {
	height: 50px;
	margin:24px 0 0 15px;
	display: inline;
}

#header h1{
	background:url(/_media/zimbra_logo2.png) top left no-repeat;
	float:left;
	margin: 11px 22px 0 0;
	padding:0;
	width:224px;
	display: inline;
}

#header h1 a {
	display:block;
	height:22px;
	margin:0;
	padding:0;
	width:224px;
}

#header h1 span{
	display:none;
}

#header #search-form {
	float:right;
}
#header #cse-search-form {
	background:url(/_media/bg-search.gif) no-repeat;
	width:144px;
	height:16px;
	padding: 4px 4px 4px 6px;
	font-size: 10px;
	color: #666;
}
#header input.gsc-input {
	background-color: #ddd;
	border: none;
	height: 18px;
	position: relative;
	bottom: 2px;
}
#header input.gsc-search-button {
	margin:0;
	padding: 0;
	border:none;
	position: relative;
	top:1px;
	right: 0;
	background: url(/_media/btn-search.gif) no-repeat;
	color: transparent;
	overflow: hidden !important;
	width: 20px;
	height: 20px;
	line-height: 0 !important;
	padding-left: 50px;
}
#header .gsc-input input.gsc-input {
	background: none repeat scroll 0% 0% #f5f5f5 !important;
	width: 120px;
}
#header .cse-search-form-label {
	position: relative;
	top: 22px;
	left: 10px;
	z-index: 10;
	font-size: 11px;
	color: #666;
	line-height: 0;
}
#header td.gsc-clear-button,
#header td.gsc-branding-text,
#header td.gsc-branding-img {
	display: none;
}
#cse input.gsc-input {
	border-color: #bebebe;
	background-color: #f5f5f5;
	padding: 4px;
	font-size: 12px;
}
#cse input.gsc-search-button {
	border-color: #bebebe;
	background-color: #f5f5f5;
	padding: 5px;
}
#cse .gsc-input input.gsc-input {
	background: none repeat scroll 0% 0% white !important;
}
.gsc-completion-container {
	z-index: 20 !important;
}

#top-links{
	margin-top: 12px;
	color:#1283bf;
	float:right;
	font-family:Verdana,"Bitstream Vera Sans",arial,"Lucida Grande","Luxi Sans",helvetica,sans-serif;
	font-size:11px;
	white-space:nowrap;
}

#top-links a{
	color:#1283bf;
	font-family:Verdana,"Bitstream Vera Sans",arial,"Lucida Grande","Luxi Sans",helvetica,sans-serif;
	font-size:11px;
	text-decoration:none;
	padding: 0 6px;
}

#top-links a:link{
	color:#1283bf;
}

#top-links a:visited{
	color:#1283bf;
}

#top-links a:hover{
	color:#1283bf;
	text-decoration:underline;
}

#top-links a:active{
	color:#1283bf;
}

#top-links a#buy-zimbra {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #900;
	text-transform: uppercase;
	background: url(/_media/cart.png) no-repeat 0 2px;
	padding: 5px 0;
	padding-left: 25px;
}

trable tr td{
	vertical-align:top;
}
#home-top{
	color:#FFFFFF;
}

#home-top h1{
	line-height:1.25em;
	margin:10px 10px 5px 0;
	padding:0 20px;
}

#home-top h2,#home-top p{
	color:#FFFFFF;
	padding:0 20px;
}

#home-top a{
	color:#FFFFFF;
}

hr{
	clear: both;
	display: block;
	border:none;
	border-top:1px solid #CCCCCC;
	color:#CCCCCC;
	height:1px;
	margin-top:24px;
	padding:0;
}

hr.alt {
	margin-top: 2em;
	padding-bottom: .5em;
}

.img-caption{
	float:right;
	font-style:italic;
	padding-left:25px;
	text-align:center;
	width:200px;
}

p{
	margin:0 0 1em 0;
	padding:0;
}

p.subtext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #898989;
}
.border{
	border:1px solid #999999;
	padding:10px;
}

.clear{
	clear:both;
	height:0;
	overflow:hidden;
}

ol li{
	margin-bottom:15px;
}

ol li li{
	margin-bottom:0;
}

#column-main{
	line-height:1.4em;
	margin-left:210px;
	margin-right:210px;
	margin-top:0;
	padding-bottom:30px;
	padding-left:20px;
	padding-right:20px;
	padding-top:0;
}

#column-main h2{
	margin-bottom:0.5em;
	margin-top:1em;
}

#column-main li{
	margin-bottom:0.25em;
}

#column-main ul.wide li{
	margin-bottom:1em;
}

#side-padding {
	padding: 0 20px;
}

#content-wrap{
	background-color:#ffffff;
}

#content-inner-wrap {
	padding: 0 15px;
}

.primary-content {
	font-family:Verdana,helvetica,sans-serif;
	font-size:12px;
	margin-bottom: 20px;
}

#content-wrap h1,#content-wrap h2,#content-wrap  h3{
	font-family: Arial, Helvetica, sans-serif;
}

#content-wrap td,#content-wrap th{
	vertical-align:top;
}
/* Structural Elements */

/* Sidebar Promo Boxes */
.sidebar-box-white {
	background: url(/_media/box_white_top.png) no-repeat;
	padding:10px 0;
	margin-left:10px;
	text-align: center;
}
.sidebar-box-bottom-white {
	background: url(/_media/box_white_bottom.png) left bottom no-repeat;
	padding: 10px 20px 20px;
}
.sidebar-box-bottom-white p {
	margin: 5px 0 0;
}
/* Gray Callout Boxes */
.callout-wrap {
	float: left;
	width:25%;
	min-width: 246px;
	text-align: center;
}
.callout {
	background: url(/_media/box_small_top.png) no-repeat;
	padding-top: 10px;
	width: 245px;
	text-align: left;
}
.callout-body {
	background: url(/_media/box_small_blank.png) left bottom no-repeat;
	padding: 0 15px 10px;
	height: auto;
}
.equal-height .callout-body {
	height: 135px;
}
.opensource {
	background: url(/_media/box_small_opensource.png) left bottom no-repeat;
}
.connector {
	background: url(/_media/box_small_connector.png) left bottom no-repeat;
}
.desktop {
	background: url(/_media/box_small_desktop.png) left bottom no-repeat;
}
.sourcecode {
	background: url(/_media/box_small_sourcecode.png) left bottom no-repeat;
}
.callout h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #636363;
	font-size: 11px;
	margin-bottom: 5px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.callout h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #111;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 5px;
}
.callout h3 a {
	color: #111;
	text-decoration: none;
}
.callout h3 a:hover {
	color: #600;
	text-decoration: underline;
}
.callout p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #636363;
	line-height: 1.4;
}

.h2 {
	margin-bottom: 10px;
}
.callout-body a p {
	text-decoration: none;
}
.callout-body p {
	line-height: 1.2;
}
.callout-body p a {
	color: #900;
	font-weight: bold;
	text-decoration: none;
}
.callout-body p a:hover {
	text-decoration: underline;
}
.icon-contact a {
	background: url(/_media/icon_email2.png) no-repeat;
	padding-left: 25px;
}
.icon-tools a {
	background: url(/_media/icon_tools.png) no-repeat;
	padding-left: 25px;
	display: block;
}
div#open-ajax-logos{
	float:right;
	padding-left:25px;
	width:200px;
}

div#open-ajax-logos img{
	display:block;
	margin-bottom:3em;
}

div#server-logos{
	float:right;
	padding-left:25px;
	width:100px;
}

div#server-logos img{
	display:block;
	margin-bottom:2em;
}

div#horiz-logos img{
	margin-right:2em;
}

dl,ul,ol{
	margin-bottom:1em;
	margin-top:0;
}

dl dt{
	font-weight:bold;
}

dl dt h3{
	color:#000000;
	display:inline;
	margin-right:8px;/*instead of a space */
}

dl dd{
	margin-bottom:15px;
	margin-left:0;
	margin-right:0;
	margin-top:2px;
}

#feature{
	float:right;
	margin:0 10px 10px 10px;
	text-align:center;
}

#feature p{
	margin-top:5px;
}

#footer{
	background-color:#FFFFFF;
	clear:both;
	color:#999999;
	font-family:Verdana,"Bitstream Vera Sans",arial,"Lucida Grande","Luxi Sans",helvetica,sans-serif;
	font-size:11px;
	text-align:center;
}

#footer a:link,#home-statement a:link{
	color:#999999;
}

#footer a:visited,#home-statement a:visited{
	color:#999999;
}

#footer a:hover, #home-statement a:hover{
	color:#999999;
	text-decoration: underline;
}

#footer a:active,#home-statement a:active{
	color:#999999;
}

#footer p{
	margin-bottom:5px;
	margin-top:5px;
}

#footer hr{
	border-bottom:none;
	border-left:none;
	border-right:none;
	border-top:2px solid #EEEEEE;
	height:0;
	margin:5px auto 0 auto;
	width:100%;
}

#footer div#statement{
	color:#666666;
	font-size:9px;
	padding:10px;
}

/* SUPER FOOTER
*****************************************************/
#superfooter-wrap {
	background-color: #f1f2f1;
	padding-bottom: 50px;
	margin:45px 0 15px 0;
	height: 100%;
}
#superfooter p {
	color: #959595;
	font-size: 11px;
	margin: 20px 19px 10px;
}

#superfooter ul#tabs a {
	font-size: 12px;
	text-decoration: none;
}
#superfooter ul#tabs a:hover {
	text-decoration: underline;
}


.footer-links ul {
	float: left;
	width: 120px;
	margin: 20px 0 0 0;
	padding:0 19px;
	list-style-type: none;
	border-left: 1px solid #d9d7df;
}
.footer-links ul.first {
	margin-left: 0;
	padding:0 19px;
	border: none;
}
.footer-links li {
	margin:0 2px 5px 0;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #959595;
}
.footer-links li a {
	font-size: 11px;
	color: #959595;
	text-decoration: none;
}
.footer-links li a:hover {
	text-decoration: underline;
}

.footer-links li a:visited {
	color: #959595;
	text-decoration: none;
}
.footer-links h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	padding-bottom: 5px;
	margin: 0 0 10px;
}
.footer-links h2 a:link,
.footer-links h2 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
.footer-links h2 a:hover,
.footer-links h2 a:active {
	color: #333;
	text-decoration: none;
}

ul.social-icons {
	width: 63px;
	height: 16px;
	padding: 0;
	border: 0;
}

.social-icons li {
    float: left;
	margin: 0;
	padding: 0 5px 0 0;
    list-style-type: none;
}

.social-icons a {
	width: 16px;
	height: 16px;
	background-image: url(/_media/icons_social_footer.png);
	background-repeat: no-repeat;
}

.twitter {
	background-position: 0 0;
}
.linkedin {
	background-position: 0 -16px;
}
.facebook {
	background-position: 0 -32px;
}

#footer-bottom {
	padding: 20px 0;
	display: inline;
	background-color: #eee;
	height: 20px;
	}
#footer-bottom p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}
#footer-bottom p a {
	color:#1283bf;
	text-decoration: none;
	padding: 0 7px;
}
#footer-bottom p a:hover {
	color:#1283bf;
	text-decoration:underline;
}

#footer-bottom .footer-rss {
	margin-left: 27px;
}

#footer-bottom .footer-rss a {
	background: #eee url(/_media/icon_rss.png) no-repeat scroll 100% 0;
	padding: 0 20px 5px 0;
	white-space: nowrap;
}


/* Footer Tabs
*****************************************************/
#tabs {
	padding:20px 0 5px 0;
	margin-left: 19px;
	list-style: none;
}

#tabs li {
	float: left;
	margin: 0;
	padding: 0;
	line-height: 1;
	color: #444;
}

#tabs li.divider {
	margin: 0 6px;
	padding: 0;
}

#tabs a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1283bf !important;
	text-decoration: none;
	margin:0;
}

#tabs a:hover {
	text-decoration: none;
	color: #959595;
}

#tabs li.ui-tabs-selected {
}

#tabs li.ui-tabs-selected a {
	font-size: 12px;
	color: #333 !important;
	text-decoration: none;
}

#tabs li.ui-tabs-selected a:hover {
	text-decoration: none;
}

.quote{
	border:2px solid #CCCCCC;
	clear:right;
	float:right;
	margin:0 0 10px 10px;
	padding:10px;
	width:160px;
}

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

.quote cite{
	display:block;
	text-align:right;
}

.award{
	width:100px;
}

.award img{
	margin-bottom:0;
}

#home-statement{
	color:#666666;
	font-size:11px;
	line-height:18px;
	margin-top:40px;
	text-align:left;
}

#shadow-of-topnav{
	background-image:url(/_media/shadow-of-topnav.gif);
	background-repeat:repeat-x;
	height:8px;
}

.small-italics{
	font-size:11px;
	font-style:italic;
}

.small-text{
	font-size:9px;
	margin-bottom:20px;
	margin-top:-5px;
}

table.awards{
	width:100%;
}

table.awards img{
	border:1px solid #CCCCCC;
	padding:3px;
}

table#border-left-and-right{
	background-color:#FFFFFF;
	margin-left:5%;
	margin-right:5%;
	width:89.5%;
}

table#border-left-and-right tr td#top-left-corner{
	background-image:url(/_media/top_left_corner.gif);
	background-repeat:no-repeat;
	height:8px;
	vertical-align:top;
	width:3px;
}

table#border-left-and-right tr td#shadow-of-topnav{
	background-image:url(/_media/shadow-of-topnav.gif);
	background-repeat:repeat-x;
	height:8px;
}

table#promo tr td.content h2{
	margin-top:0;
}

table#border-left-and-right tr td#top-right-corner{
	background-image:url(/_media/top_right_corner.gif);
	background-repeat:no-repeat;
	height:8px;
	vertical-align:top;
	width:3px;
}

table#border-left-and-right tr td#gradient-border-left{
	background-image:url(/_media/border-left.gif);
	background-repeat:repeat-y;
	width:2px;
}

table#border-left-and-right tr td#gradient-border-right{
	border-right:2px solid #CCCCCC;
}

table.downloads{
	border-collapse:collapse;
	border-left:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	margin-bottom:1.5em;
	width:100%;
}

table.downloads td,table.downloads th{
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	padding:10px;
}

table.downloads td.no-botborder{
	border-bottom:none;
}

table.downloads td h2{
	margin:0;
}

table.downloads td p{
	margin-bottom:.5em;
}

table.downloads th{
	background-color:#F9F9F9;
}

/* Downloads
********************************************************************************/
.downloads-nav {
    margin: 37px 14px 14px 14px;
    padding: 0;
	float: right;
	font-weight: bold;
}
.downloads-nav span {
    padding: 0 14px;
}
.downloads-nav ul li {
    float: left;
    list-style-type: none;
    padding: 0;
}
.downloads-nav ul li a.selected {
    color: #000;
    text-decoration: none;
}
.toggle {
	background: #e4e4e4 url(/_media/th_bg.png) repeat-x;
    font-weight: bold;
   	border-bottom: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    font-family: Verdana, Geneva, sans-serif;
    color: #333;
    padding: 15px;
	margin-top: 15px;
}
.toggle a {
    color: #0099b9;
    font-weight: bold;
    outline: none;
    display: block;
    width: 100%;
    height: 100%;
}

.toggle-container {
    padding: 0;
    width: 716px;
    overflow: hidden;
    position: relative;
}
.toggle-content {
    padding: 0;
    margin: 0;
}
.direct-import {
	width: 400px;
	display: block;
	border: 0;
	background-color: #fff;
	outline: none;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	margin: 0;
	padding: 0;
}

/* Pricing Page
********************************************************************************/
.pricing-tabs .ui-tabs-selected a span {
	color: #000;
}
table.pricing .no-border {
	border-left: 0;
}
table.pricing-head {
	width:100%;
	margin-top: 20px;
}
table.pricing th {
	text-align: center;
	vertical-align: bottom !important;
	font-weight: bold;
	font-size: 12px;
	background-color: #fafafa;
	border-right: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	padding: 10px 0;
}
table.pricing-head th.tab {
	background: url(/_media/tab_right.png) 100% 100% no-repeat;
}
table.pricing-head th.tab span {
	background: url(/_media/tab_left.png) 0 100% no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	display: block;
	height: 26px;
	padding-top: 13px;
	line-height: 1 !important;
}
table.pricing-head th.starter {
	background: url(/_media/pricing_tab_starter.png) 50% 100% no-repeat;
	min-width: 150px;
}
table.pricing-head th.standard {
	background: url(/_media/pricing_tab_standard.png) 50% 100% no-repeat;
}
table.pricing-head th.pro {
	background: url(/_media/pricing_tab_pro.png) 50% 100% no-repeat;
}

table.pricing {
	margin-bottom: 20px;
	width:100%;
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	border-left: 1px solid #d7d7d7;
}

table.pricing tr td {
	background: #fdfdfd;
}
table.pricing tr.even td {
	background: #f7f7f7;
}
table.pricing td {
	border-right: 1px solid #d7d7d7;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding: 20px;
	vertical-align: middle !important;
	min-width: 110px;
}
table.pricing td p {
	margin-bottom: 5px;
}
table.pricing .left-row {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	border-left: 1px solid #d7d7d7;
}
table.pricing tr.top-row td {
	border-top: 1px solid #d7d7d7 !important;
}
table.pricing .bottom-row td {
	border-bottom: 1px solid #d7d7d7;
}

/* Zimbra Pricing - /products/pricing.html */
.page-products-pricing .promo {
	background: transparent url(/_media/promo_global.png) no-repeat scroll 0 0;
	color:#fff;
	width: 224px;
	height: 184px;
	float: right;
	margin-left: 24px;
}
.page-products-pricing .promo h3 {
	color: #fdb813;
	width: 140px;
	padding: 20px 0 8px 0;
	font-size: 16px;
}
.page-products-pricing .promo p {
	padding: 0px 0px 8px 0px;
}
.page-products-pricing .promo a {
	color: #fff;
	font-weight: bold;
	font-size: 10px;
}


/* LEARN-BENEFITS new table
********************************************************************************/
table.std {
	border-top: 1px solid #e8e8e8;
	border-left: 1px solid #e8e8e8;
	margin-bottom: 10px;
	width: 100%;
}

table.std td,
table.std th {
	border-bottom: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	padding: 15px;
}

table.std h2{
	margin-top: 10px !important;
}

table.std th {
	background: #e4e4e4 url(/_media/th_bg.png) repeat-x;
	font-weight: bold;
}

table.std td {
	vertical-align: top;
}

table.std td.shaded,
table.std th.shaded {
	background-color: #f9f9f9;
	color: #979797;
	font-weight: bold;
}

table.std td.shaded a {
	color: #333;
	font-weight: bold !important;
	text-decoration: underline;
}

table.std td.shaded {
	text-align: left;
}
table.std td.shaded a {
	font-weight: normal;
}

table.std ul {
	margin-left: .5em;
	padding-left: .5em;
	margin-top: -15px;
}

table.std li {
	margin: 0;
	padding: 0;
	list-style: none;
	background:url(/_media/bullet_yellow.png) 0 5px no-repeat;
	padding-left: 10px;
}
table.std li ul li{
	list-style: circle;
	background: none;
	padding-left: 0;
	margin-left: 2em;
}
table.register {
	padding: 0;
	margin: 0;
	border: 0;
}
table.register td {
	border: 0;
	margin: 0;
	padding: 0 12px 0 0;
}
#partners-table th,
#partners-table td {
	text-align: left;
	vertical-align: top;
}
#partners-table th {
	padding:5px 25px 5px 10px;
}
#partners-table td {
	padding:15px 25px 15px 10px;
}
#partners-table td h2 {
	margin-top: 0 !important;
}

#partners-table thead {
	background: #e4e4e4 url(/_media/th_bg.png) repeat-x !important;
	cursor: pointer;
}

#partners-table th.sortable {
	background: url(/_media/partner_table_arrows.png) center right no-repeat;
}

#partners-table th.headerSortDown {
	background: #d5d5d5 url(/_media/partner_table_down_arrow.png) center right no-repeat;
}

#partners-table th.headerSortUp {
	background: #d5d5d5 url(/_media/partner_table_up_arrow.png) center right no-repeat;
}


/* PRODUCT-DOWNLOADS for all the download links in the new table format.
********************************************************************************/
table.product-downloads th{
	text-align: left;
}
table.product-downloads td.platform{
	width:250px;
}
table.product-downloads td.version{
	width:200px;
}
#tagline{
	float:left;
	padding-top:20px;
}
#tagline a {
	display: block;
	width: 288px;
	height: 0;
	font-size: 1em;
	padding-top: 11px;
	text-indent: -2000px;
	overflow: hidden;
	background: url('/_media/zimbra_tagline.png') no-repeat;
}
.dl-recommended {
	background-color: #EAF3F2;
}
.dl-recommended-hover {
	background-color: #E2F3EC;
}
.dl-beta {
	background-color: #FFF3F2;
}
.dl-beta-hover {
	background-color: #FFE7E6;
}
.dl-deprecated {
	background-color: #FFFFF2;
}
.dl-deprecated-hover {
	background-color: #FFFFE6;
}
.dl-notice {
	color: #FF0000;
}

/* Badges
********************************************************************************/
.badges a img{
	margin:0 15px 15px 0;
}

/* HOSTED
********************************************************************************/
#hostedwrap{
	background:url(/_media/hosted_bg_left.png) #990000 65% 0 no-repeat;
	font-family:Arial,sans-serif;
	line-height:23px;
	margin:0;
	margin-bottom:20px;
	min-width:550px;
	padding:0;
	width:100%;
}

#hostedinner{
	background:transparent url(/_media/hosted_bg_right2.png) top right no-repeat;
	margin:0;
	padding:20px;
}

#hostedwrap h1{
	color:#FFFFFF;
	font-size:43px;
	line-height:50px;
	margin:0;
	padding:0;
}

#hostedwrap h2{
	color:#F7B700;
	font-size:19px;
	line-height:23px;
	margin:0 200px 20px 0;
	padding:0;
}

#hostedwrap p.category{
	color:#CC8080;
	font-size:11px;
	line-height:13px;
	margin:30px 0 0 0;
	text-transform:uppercase;
}

#hostedwrap #getzimbra{
	float:right;
	margin-top:0px;
}

#benefitswrap{
	margin:0 350px 0 0;
	max-width:600px;
	padding:0;
}

#hostedwrap #benefits{
	background:#700000;
	margin:0;
	padding:7px;
}

#hostedwrap #benefits p{
	background:#5A0000;
	border-bottom:1px solid #480000;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	margin:0 0 10px 0;
	padding:5px 5px 4px 5px;
}

#hostedwrap #benefits ul{
	margin:0 0 0 5px;
	padding:0;
}

#hostedwrap #benefits ul li{
	background:url(/_media/hosted_bullet.png) 0 10px no-repeat;
	color:#FFFFFF;
	font-size:12px;
	list-style-type:none;
	margin:3px 0;
	padding:0 0 0 8px;
}

#hostedwrap .benefitscorner{
	background:#700000;
}

#hostedwrap .benefitscorner .hd .c,
#hostedwrap .benefitscorner .ft .c{
	font-size:1px;/* ensure minimum height */
	height:6px;
}

#hostedwrap .benefitscorner .ft .c{
	height:6px;
}

#hostedwrap .benefitscorner .hd{
	background:transparent url(/_media/hosted_corner_tl.png) no-repeat 0px 0px;
}

#hostedwrap .benefitscorner .hd .c{
	background:transparent url(/_media/hosted_corner_tr.png) no-repeat right 0px;
}

#hostedwrap .benefitscorner .ft{
	background:transparent url(/_media/hosted_corner_bl.png) no-repeat 0px 0px;
}

#hostedwrap .benefitscorner .ft .c{
	background:transparent url(/_media/hosted_corner_br.png) no-repeat right 0px;
}

/* LEARN
********************************************************************************/
.learn-demo {
	width: 300px;
	background-color: #f5f5f5;
	float: right;
	margin-left: 24px;
}
.learn-demo p, .learn-demo h3
{
	padding: 5px 20px 0 20px;
}

/* Products
********************************************************************************/
#products-valprop {
	width: 990px;
/*	height: 277px;*/
	font-family:Arial,"Lucinda Grande","Luxi Sans",Verdana,"Bitstream Vera Sans",Helvetica,sans-serif;
	font-size: 12px;
	color: #fff;
	margin: 0;
	padding-bottom: 20px;
	clear: both;
	position: relative;
}
#products-valprop h1 {
	background: url(/_media/products_valprop.png) no-repeat scroll top left;
	width: 990px;
	height: 88px;
	font-size: 25px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
#products-valprop h1 span {
	position: absolute;
	top: 40px;
	left: 20px;
}
#products-valprop #products-valprop-header p {
	font-size: 14px;
	text-align: right;
	position: absolute;
	top: 30px;
	left: 810px;
}
#products-valprop #products-valprop-header p a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#products-valprop-content {
	background: url(/_media/products_valprop_bg_top.png) repeat-y scroll top left;
	width: 990px;
	height: 228px;
	margin-bottom: -12px;
	padding: 0;
}

#products-valprop-content-lower {
	background: url(/_media/products_valprop_bg_bottom.png) repeat-y scroll top left;
	width: 990px;
	height: 46px;
	margin: 0;
	padding: 0;
}
#products-valprop-content-lower a:hover {
	text-decoration: underline;
}
#products-valprop-content a.learn-more {
	background: url(/_media/button_learn_more.png) no-repeat scroll top left;
	width: 148px;
	height: 35px;
	display: block;
	position: absolute;
	color: #fff;
	font: 14px/35px Arial,"Lucinda Grande","Luxi Sans",Verdana,"Bitstream Vera Sans",Helvetica,sans-serif;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}
#products-valprop-content div {
	color: #fff;
	line-height: 1.5;
	padding: 30px 0 0 20px;
	width: 225px;
	float: left;
}
#products-valprop-content h2 {
	color: #fff;
	line-height: 1.3;
}
#products-valprop-content h2 a {
	color: #fff;
	line-height: 1.3;
	text-decoration: none;
}
#products-valprop-content #desktop {
	background: url(/_media/products_desktop_icon.png) no-repeat scroll 190px 36px;
}
#products-valprop-content #ose {
	background: url(/_media/products_ose_icon.png) no-repeat scroll 175px 23px;
}
#products-valprop-content #appliance {
	background: url(/_media/products_appliance_icon.png) no-repeat scroll 160px 11px;
}
#products-valprop-content #ne {
	background: url(/_media/products_ne_icon.png) no-repeat scroll 177px 15px;
}
#products-valprop-content p {
	height: 80px;
}
#products-valprop-content p.no-padding {
	padding-bottom: 0px;
	margin-bottom: 8px;
}
#products-valprop-content-lower ul li {
	color: #fff;
	padding: 15px 0 0 20px;
	width: 225px;
	text-decoration: none;
	list-style-type: none;
	float: left;
}
#products-valprop-content-lower a {
	color: #fff;
	text-decoration: none;
	background: transparent url(/_media/arrow_yellow.png) no-repeat scroll 100% 4px;
	padding-right: 15px;
}
.content-header {
	height: 173px;
	margin-bottom: 20px;
}
.zcs {
	background: #880024 url(/_media/zcs_header_right.png) right no-repeat;
}
.zca {
	background: #880024 url(/_media/zca_header_right.png) right no-repeat;
}
.zos {
	background: #880024 url(/_media/zos_header_right.png) right no-repeat;
}
.desktop {
	background: #880024 url(/_media/desktop_header_right.png) right no-repeat;
}
.learn,
.partners-page,
.badge
{
	background: #880024 url(/_media/general_header_right.png) no-repeat 450px 0;
}
.content-header h1 {
	margin: 0 0 5px 0;
	padding: 50px 0 0 30px;
	font-size:32px;
	color: #FFF;
	width: 350px;
	line-height: 1.2;
}
.content-header h2 {
	margin: 0 0 5px 0;
	padding: 0 0 0 30px;
	font-size:20px;
	color: #f7b700;
	width: 350px;
}
.partners-page h1 {
	padding-top:30px;
}
.desktop h1 {
	padding-top:65px;
}
.product-icon {
	float: left;
	margin: 0 15px 120px 0;
	padding: 0 5px;
}
#products-tabs h3 {
	color: #1283bf;
	font-weight: bold;
	font-size: 13px;
	line-height: 1.3;
}
#next-steps {
	background: url(/_media/products_next_steps.png) no-repeat scroll top left;
	width: 225px;
	height: 225px;
	float: right;
	margin: 0 0 20px 15px;
}
#next-steps ul {
	margin: 0;
	padding: 0 0 0 18px;
}
#next-steps ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#next-steps ul li a {
	width: 189px;
	height: 36px;
	display: block;
	padding-left: 40px;
	margin-bottom: 20px;
	color: #fff;
	font: 13px/37px Arial,"Lucinda Grande","Luxi Sans",Verdana,"Bitstream Vera Sans",Helvetica,sans-serif;
	text-decoration: none;
	font-weight: bold;
}
#next-steps a.try,
#next-steps a.buy,
#next-steps a.demo,
#next-steps a.test {
	background-image: url(/_media/products_next_steps_buttons.png);
	background-repeat: no-repeat;
}
#next-steps a.try {
	background-position: 0 0;
}
#next-steps a.buy {
	background-position: 0 -36px;
}
#next-steps a.demo {
	background-position: 0 -72px;
}
#next-steps a.test {
	background-position: 0 -108px;
}
#next-steps p {
	color: #a1a0a4;
	font: 15px Arial,"Lucinda Grande","Luxi Sans",Verdana,"Bitstream Vera Sans",Helvetica,sans-serif;
	padding: 15px 0 0 19px;
}
.iphone td {
	padding: 20px;
	text-align: center;
}
.iphone td p {
	padding: 10px;
	font-weight: bold;
}
.products-screenshot img {
	margin-left: -2px;
}

/* DOWNLOADS
********************************************************************************/
#downloads-valprop {
	width: 990px;
	font-family:Arial,"Lucinda Grande","Luxi Sans",Verdana,"Bitstream Vera Sans",Helvetica,sans-serif;
	font-size: 12px;
	color: #fff;
	margin: 0;
	padding-bottom: 20px;
	clear: both;
	position: relative;
}
#downloads-valprop h1 {
	background: url(/_media/downloads_header.png) no-repeat scroll top left;
	width: 990px;
	height: 88px;
	font-size: 25px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
#downloads-valprop h1 span {
	position: absolute;
	top: 40px;
	left: 20px;
}
#downloads-valprop-content {
	background: url(/_media/downloads_valprop_bg_top.png) repeat-y scroll top left;
	width: 990px;
	height: 228px;
	margin-bottom: -12px;
	padding: 0;
}

#downloads-valprop-content a.download-button {
	background: url(/_media/button_download_now.png) no-repeat scroll top left;
	width: 189px;
	height: 36px;
	display: block;
	color: #fff;
	font: 14px/35px Arial,"Lucinda Grande","Luxi Sans",Verdana,"Bitstream Vera Sans",Helvetica,sans-serif;
	text-decoration: none;
	text-align: center;
}

#downloads-valprop-content div {
	color: #fff;
	line-height: 1.5;
	padding: 30px 0 0 20px;
	width: 475px;
	float: left;
}

#downloads-valprop-content h2 {
	color: #fff;
	line-height: 1.3;
}

#downloads-valprop-content .trial-license {
	font-size: 11px;
	margin-left: 30px;
}

#downloads-valprop-content #appliance {
	background: url(/_media/downloads_appliance_icon.png) no-repeat scroll 280px 15px;
	postion: relative;
	height: 198px;
	overflow: hidden;
}
#downloads-valprop-content #ne {
	background: url(/_media/downloads_ne_icon.png) no-repeat scroll 315px 15px;
}

#downloads-valprop-content p {
	width: 230px;
	padding-bottom: 15px;
}

.promo-zimbra-appliance-beta {
	background: url('/_media/promo_zimbra_appliance_beta.png') no-repeat scroll top left;
	width: 203px;
	height: 133px;
	display: block;
	position: absolute;
	bottom: 8px;
	right: 0;
}

.download-page {
	background: #900 url(/_media/bg_screenshots.png) 100% 50% no-repeat;
	margin-bottom: 1em;
	line-height: normal;
	padding-bottom: 20px;
	min-height: 290px;
}
.download-content {
	padding: 20px 0 0 20px;
	margin-right: 560px;
}
.download-content h1 {
	margin: 0 0 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:28px;
	color: #FFF;
}
.download-content h2 {
	margin: 0 0 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #FFF;
}
.download-content p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #F7B700;
}

.download-button {
	padding-bottom: 5px;
}
.download-button a img {
	float: left;
	margin-right: 10px;
}
.download-button p {
	color: #fff;
	font-size: 11px;
	padding-top: 6px;
	margin: 0;
}
.download-button p a {
	color: #fff;
	font-size: 13px;
	text-decoration: none;
}
.download-button p a:hover {
	text-decoration: underline;
}
.content-sidebar-margin {
	margin-right: 180px;
}

.content-sidebar {
	float: right;
	width: 180px;
	margin: 0 0 10px 10px;
	text-align: left;
}

.content-sidebar blockquote {
	color: #959595;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	margin: 0 10px;
}

.content-sidebar cite {
	display: block;
	margin-top: 10px;
	font-style: italic;
	font-size: 11px;
	line-height: 1.2;
}

.content-sidebar .rounded-blue-box {
	width: 140px;
}

.content-sidebar .rounded-blue-box p,
.content-sidebar .rounded-blue-box li {
	font-size: 11px;
	line-height: 1.2;
	margin-bottom: 10px !important;
}


.jump {
	background: url(/_media/down_arrow.png) 0 8px no-repeat;
	padding-left: 15px;
}

.logo-box {
	float: left;
	border: 1px solid #ccc;
	width: 170px;
	margin: 0 10px 10px 0;
	text-align: center;
}

/* BUY
********************************************************************************/
body.page-buy #downloads-valprop {
	position: static;
}
body.page-buy #downloads-valprop-header {
	background: #830023 url(/_media/red_gradient_header.png) repeat-x scroll top left;
	padding: 25px;
}
body.page-buy #downloads-valprop h1 {
	background: none;
	width: auto;
	height: auto;
	margin-bottom: 5px;
}
body.page-buy #downloads-valprop p {
	margin-bottom: 0;
}
body.page-buy #downloads-valprop-content {
	background: url(/_media/downloads_valprop_bg_top.png) repeat-y scroll top left;
	height: auto;
	margin: 0;
}
body.page-buy #downloads-valprop-content #appliance,
body.page-buy #downloads-valprop-content #ne {
	background: none;
}
body.page-buy #downloads-valprop h2 {
	font-size: 24px;
}
body.page-buy #downloads-valprop p {
	font-size: 15px;
	width: auto;
}
body.page-buy #downloads-valprop-content div {
	padding: 10px 25px 0;
	width: 445px;
}
body.page-buy .grey-content-box h5 {
	margin: 10px 0 5px;
	font-weight: bold;
	color: #666;
}
a.blue-button {
	margin: 10px 0;
	display: block;
	width: 137px;
	height: 36px;
	background: url('/_media/button_blue_bg.png') repeat-x;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: #fff !important;
	font-size: 13px;
	text-decoration: none;
}
a.blue-button span {
	background: url('/_media/icon_cart_blue.png') no-repeat 10px 50%;
	display: block;
	padding-left: 45px;
	width: 92px;
	height: 36px;
	line-height: 36px;
}
a.blue-button span.icon-download-blue {
	background: url('/_media/icon_download_blue.png') no-repeat 10px 50%;
}
a.blue-button:hover {
	text-decoration: none;
}
.editions {
	padding: 0 10px;
	margin: 15px 0 35px;
	overflow: hidden;
}
.editions h3,
.editions h3 a {
	font-size: 17px;
	color: #1283bf;
	font-weight: bold;
}
.editions h3 span {
	font-size: 13px;
	vertical-align: super;
}
.editions p {
	font-size: 13px;
	color: #333;
}

.editions .divider {
	background: url('/_media/dots.png') repeat-x 0 100%;
	padding-bottom: 10px;
}
.editions .span-6 {
	width: 447px;
}
.editions .last {
	padding-left: 24px;
	margin-right: 0 !important;
	border-left: 1px solid #ccc;
	width: 444px;
}

/* Products Tabs
********************************************************************************/
.tabs-nav {
	background: url(/_media/content_tabs_bg.png) repeat scroll top left;
	height: 42px;
	margin-bottom: 20px;
}
.tabs-nav ul {
	padding-left: 20px;
}
.tabs-nav ul li {
	float: left;
	list-style-type: none;
	margin:0;
	padding-right: 2px;
}
.tabs-nav ul li a {
	background: url(/_media/content_tab_bg_left.png) no-repeat scroll 0 0;
	float: left;
	font-weight: bold;
}
.tabs-nav ul li a:hover,
.tabs-nav ul li a.selected,
.tabs-nav ul li.ui-tabs-selected a
{
	background-position: 0 -41px;
	color: #000;
	text-decoration: none;
}
.tabs-nav ul li a:hover span,
.tabs-nav ul li a.selected span
{
	background-position: 100% -41px;
	color: #000;
	text-decoration: none;
}
.tabs-nav ul li a span {
 	float:left;
    background:url(/_media/content_tab_bg_right.png) no-repeat 100% 0;
    padding:0 10px;
    line-height:31px;
    height:31px;
}
.tabs-nav ul li.ui-tabs-selected a span
{
	height: 32px;
}

/* Webinar Registration Page
********************************************************************************/
.page-webinar-form #header-wrap {
	height: 109px;
}
.page-webinar-form .webinar-signup {
	background: url(/_media/webinar_signup_form_bg.png) no-repeat scroll 0 0;
	margin: 15px 0 20px 0;
	padding-top: 15px;
	height: 100%;
}
.page-webinar-form .webinar-signup-inner {
	background: url(/_media/webinar_signup_form_bg.png) no-repeat scroll 0 100%;
	padding: 0 0 125px 25px;
}
.page-webinar-form .button {
	background: url(/_media/button_learn_more.png) no-repeat scroll top left;
	width: 148px;
	height: 35px;
	display: block;
	position: absolute;
	color: #fff;
	font: 14px/35px Arial,"Lucinda Grande","Luxi Sans",Verdana,"Bitstream Vera Sans",Helvetica,sans-serif;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.page-webinar-form .webinar-link {
	margin-top: 17px;
	display: block;
}
.page-webinar-form #webinar_on_demand {
	margin-bottom: 20px;
	height: 100%;
}

/* Customers layout */
.logo-row {
	margin-bottom: 10px;
}

.logo-row ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border-left: 1px solid #e1e1e1;
}

.logo-row li {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	float: left;
	border-right: 1px solid #e1e1e1;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	width: 168px;
	position: relative;
}

.logo-row a {
	background: #fff url(/_media/logo_box_bg.png) repeat-x;
	display: block;
	width: 168px;
	height: 90px;
	cursor: pointer;
	text-align: center;
}

.logo-row p {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	background: #ebebeb;
	padding: 3px;
	padding-top: 4px;
	width: 162px;
	height: 14px;
	margin: 0;
	text-align: right;
}

.logo-row p a {
	background: url(/_media/left_nav_arrow.png) 100% 50% no-repeat;
	text-align: right;
	color: #900;
	font-weight: bold;
	padding-right: 10px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: auto;
	display: inline;
}

/* Awards layout */
.awards-list {
	margin-bottom: 10px;
	border-left: 1px solid #e1e1e1;
}

td.awards-box {
	background: #fff url(/_media/logo_box_bg.png) repeat-x;
	border-right: 1px solid #e1e1e1;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
}

td.awards-box td {
	height: 120px;
	vertical-align: middle !important;
}

td.awards-img {
	width: 120px;
	text-align: center;
}

/* TOPNAV.CSS
********************************************************************************/
#top-nav{
	background: #fff url(/_media/nav_main_bg2.png) no-repeat;
	width: 960px;
	height:42px;
	margin: 23px 0 0 0;
	display: inline;
}

#top-nav ul{
	margin: 0 0 0 18px;
	padding: 0;
}

#top-nav ul li{
	display:inline;
	list-style:none;
}

#top-nav ul li a {
	width: 133px;
	height: 40px;
	color:#fff;
	display:block;/* allows the box of the "button" to be clickable,not just the html text */
	float:left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight:bold;
	line-height:40px;
	padding: 0;
	margin: 0;
	text-align:center;
	text-decoration:none;
}
#top-nav ul li a#current-tn,#top-nav ul li b a{
	background-color:#FF3300;
	color:#fff;
}

#top-nav ul li.selected a {
	background: url('/_media/nav_main_state.png') no-repeat scroll 1px -40px;
}

#top-nav ul li a:hover{
	background: url('/_media/nav_main_state.png') no-repeat scroll 1px 0px;
}

#top-nav p#navPricing {
	display: none;
	margin: 0;
	padding: 0;
	float: right;
	width: 66px;
	margin-right: 23px;
}
#top-nav p#navPricing a {
	display: none;
	background: url(/_media/topnav_pricing.png) no-repeat;
	display: block;
	width: 66px;
	height: 30px;
}
#top-nav p#navPricing span {
	display: none;
}


/* LEFT_NAV.CSS
********************************************************************************/
#left-nav{
	margin:0 0 20px 0;
	padding:0;
	height: 100%;
	font-family:Arial,Helvetica,sans-serif;
}

#left-nav a {
}

#left-nav h1{
	margin:0;
	padding:0;
}

#left-nav h1 a{
	background-color:#474747;
	background-image:url(/_media/left_nav_header.png);
	background-position:0 0;
	background-repeat:no-repeat;
	color:#FFFFFF;
	display:block;
	font-size:12px; /*339999 is the corporate color! */
	font-weight:bold;
	height:42px;
	line-height: 3.5;
	margin:0;
	padding: 0 5px 0 17px;
	text-decoration:none;
	text-transform:uppercase;
}

#left-nav h1 a:hover{
	color:#000000;
	text-decoration:none;
}

#left-nav ul{
	border-left:1px solid #c0bec5;
	border-right:1px solid #c0bec5;
	list-style:none;
	margin:0;
	padding:0;
}

#left-nav ul li{
	display:inline;/* IE hack for displaying line breaks in code */
	font-size:13px;
	margin:0;
	padding:0;
}

#left-nav ul li a{
	background-color:#F5F5F5;
	color:#666;
	display:block;
	margin:0;
	padding-bottom:7px;
	padding-left:17px;
	padding-right:10px;
	padding-top:7px;
	text-decoration:none;
}

#left-nav ul li a:hover{
	color:#1283bf;
	text-decoration:none;
}

#left-nav ul li b a{
	background-color:#FFFFFF;
	font-weight:normal;
	text-decoration:underline;
}

#left-nav ul li.selected a {
	background-color: #a1a0a4;
	color:#fff;
	text-decoration:none;
	height: 1%;
}

#left-nav ul li p{
	background-color:#EAF3F2;
	border-bottom:1px solid #ADD6D6;
	color:#333333;
	display:block;
	margin:0;
	padding-bottom:7px;
	padding-left:17px;
	padding-right:10px;
	padding-top:7px;
	text-decoration:none;
}

.sidebar2-top{
	background:url(/_media/sidebar2_top.gif) 0 0 no-repeat;
	height:11px;
	width:190px;
}

.sidebar2-mid{
	background:url(/_media/sidebar2_mid.gif) 0 0 repeat-y;
	margin-bottom:-5px;
	margin-top:-3px;
	width:190px;
}

.sidebar2-mid h2{
	font-size:100%;
	margin:0;
	padding:5px 0 10px 10px;
}

.sidebar2-bottom{
	background:url(/_media/sidebar2_bottom.gif) 0 bottom no-repeat;
	height:11px;
	margin-top:-15px;
	width:190px;
}

/* Left SUBSUBNAV.CSS
********************************************************************************/
#left-nav ul ul li{
	display:inline;
}

#left-nav ul ul{
	border:none;
	margin-bottom:0;
	padding-bottom:0;
}

#left-nav ul li ul li a, #left-nav ul li.selected ul li a {
	background:#fafafa;
	color:#000000;
	display:block;
	padding:7px 7px 7px 30px;
	text-decoration:none;
}

#left-nav ul li ul li b a{
	background-color:#FFFFFF;
	text-decoration:underline;
}

#left-nav ul li ul li.selected a{
	background: #dcedf5 url(/_media/left_nav_arrow.png) 15px 50% no-repeat;
	text-decoration:none;
}

#left-nav ul li ul li a:hover{
	color:#1283BF;
	text-decoration:none;
}

#left-nav ul li ul li{
	font-size:11px;
	}



/* Left Sidebar Modules */
.sidebar-promo {
	background-color: #e0e0e0;
	padding: 20px 20px 30px 19px;
}

.sidebar-promo h4 {
	color: #880024;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
}

.sidebar-promo h5 {
	color: #000;
	text-transform: none;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
}

.sidebar-promo p {
	color: #666;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
}


.sidebar-promo a, .sidebar-promo a:link  {
	color: #1283bf;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}
.sidebar-promo a:hover  {
	text-decoration: underline;
}

.product-info {
	margin:0 0 20px 0;
	padding:0;
}
.product-info h1 {
	margin:0;
	padding:0;
}

.product-info h1 {
	background-color:#f5f5f5;
	background-image:url(/_media/sidebar_left_product_info_header.png);
	background-position:0 0;
	background-repeat:no-repeat;
	color:#717074;
	display:block;
	font-size:13px; /*339999 is the corporate color! */
	font-weight:bold;
	height:37px;
	line-height: 3.4;
	margin:0;
	padding: 0 5px 0 17px;
	text-decoration:none;
}

.product-info h1 a:hover{
	color:#000000;
	text-decoration:none;
}

.product-info ul{
	border-left:1px solid #dedede;
	border-right:1px solid #dedede;
	list-style:none;
	margin:0;
	padding:0;
}

.product-info ul li{
	display:inline;/* IE hack for displaying line breaks in code */
	font-size:13px;
	margin:0;
	padding:0;
}

.product-info ul li a{
	background-color:#fff;
	color:#666;
	display:block;
	margin:0;
	padding-bottom:7px;
	padding-left:17px;
	padding-right:10px;
	padding-top:7px;
	text-decoration:none;
}

.product-info ul li a:hover{
	color:#1283bf;
	text-decoration:none;
}

.product-info ul li b a{
	background-color:#FFFFFF;
	font-weight:normal;
	text-decoration:underline;
}

.product-info ul li.selected a {
	background-color: #a1a0a4;
	color:#fff;
	text-decoration:none;
	height: 1%;
}

/* EXTRA.CSS
********************************************************************************/
.index-content-header{
	background-color:#329998;
	background-image:url(/_media/index_content_header.gif);
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-family:Arial,"Lucinda Grande","Luxi Sans",Verdana,"Bitstream Vera Sans",Helvetica,sans-serif;
	font-weight:bold;
	line-height:2em;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	padding-left:20px;
	padding-right:10px;
	text-transform:uppercase;
	width:220px;
}

.index-content-grey-box{
	background-color:#EBEBEB;
	margin-left:auto;
	margin-right:auto;
	padding-left:20px;
	padding-right:10px;
	padding-top:5px;
	width:220px;
}

.index-content-bottom-img{
	background-image:url(/_media/index_content_footer.gif);
	background-repeat:no-repeat;
	border-top:1px solid #EBEBEB;
	height:10px;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
	margin-top:-1px;
	width:250px;
}

.index-content-header-lrg{
	background-color:#329998;
	background-image:url(/_media/index_content_lrg_header.gif);
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-family:Arial,"Lucinda Grande","Luxi Sans",Verdana,"Bitstream Vera Sans",Helvetica,sans-serif;
	font-weight:bold;
	line-height:2em;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	padding-left:20px;
	padding-right:10px;
	text-transform:uppercase;
	width:485px;
}

.index-content-grey-box-lrg{
	background-color:#EBEBEB;
	margin-left:auto;
	margin-right:auto;
	padding-left:20px;
	padding-right:10px;
	padding-top:5px;
	width:485px;
}

.index-content-bottom-img-lrg{
	background-image:url(/_media/index_content_bot_lrg_heade.gif);
	background-repeat:no-repeat;
	border-top:1px solid #EBEBEB;
	height:10px;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
	margin-top:-1px;
	width:515px;
}

h2.hr{
	border-bottom:1px solid #000000;
}


ol.nobullet {
	list-style:none;
}
ul.nobullet{
	list-style:none;
	margin-left:0;
	padding-left:0;
}

ul.nobullet ul{
	list-style:none;
}

ul.nobullet ul ul{
	list-style:none;
}

.promo-links{
	margin-top:10px;
	width:150px;
}

.promo-links h2{
	font-size:14px;
}

.promo-links p{
	padding-bottom:10px;
}

li span.file-type{
	font-size:80%;
}

blockquote {
	background-color: #f1f2f1;
	width: 386px;
	padding: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 18px;
	color: #666;
	margin: 0 auto;
}

cite {
	font-style: normal;
	font-size:12px;
	font-weight: bold;
	border-top:1px dotted #CCCCCC;
	display: block;
	padding: 10px;
}

.caseStudy{
	border-bottom:1px solid #CCCCCC;
	clear:both;
	float:left;
	padding-bottom:10px;
	width:100%;
}

/* CASE STUDIES PAGE
********************************************************************************/
.jump-list {
	line-height:1.5em;
	margin: 12px 0;
	padding: 10px 20px;
	background-color: #ebebeb;
	color: #666;
}
.jump-list a {
	padding-right: 20px;
	margin-left: 10px;
	background: #ebebeb url(/_media/home_product_separator.png) no-repeat scroll 100% 50%;
	text-align: center;
}
.jump-list a.last {
	background: none;
}

/* PRODUCT EDITIONS TABLE
********************************************************************************/
#compare-products {
	border: none;
	margin: 0;
	padding: 0;
	border-collapse:collapse;
}
#compare-products th,
#compare-products td
{
	margin: 0;
	padding: 10px;
}
#compare-products h2 a {
	color: #fff;
}
.checked {
	width: 11px;
	height: 11px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/_media/compare_products_dot.png) no-repeat 50% 50%;
}
.product-row td {
	background-color: #7f7f7f;
	white-space: nowrap;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-family:Arial,"Lucinda Grande","Luxi Sans",Verdana,"Bitstream Vera Sans",Helvetica,sans-serif;
}
.product-row .product {
	background-color: #7f7f7f;
}
.product-row .product-zcs {
	background-color: #757575;
	color: #a19fa5;
}
.product-row .product-zca {
	background-color: #787878;
	color: #a19fa5;
}
.product-row .product-network {
	background-color: #7c7c7c;
	color: #a19fa5;
}
.features-row {
	vertical-align: middle;
}
.features-row td {
	border-bottom: 1px solid #8d8d8d;
}

.bg-1 {
	background-color: #eaeaea;
	width: 300px;
}
.bg-2 {
	background-color: #fff8e7;
	width: 150px;
}
.bg-3 {
	background-color: #f3f5d3;
	width: 150px;
}
.editions td {
	text-transform: uppercase;
	font-family:Arial,"Lucinda Grande","Luxi Sans",Verdana,"Bitstream Vera Sans",Helvetica,sans-serif;
	font-size: 11px;
}
.editions-ose {
	background-color: #2b2a2c;
}
.editions-zca {
	background-color: #313133;
}
.editions-zcs {
	background-color: #38383a;
}
.features {
	text-indent: -9999px;
}
.product-note {
	text-indent: 0;
	position: relative;
	top: 24px;
	font-size: 10px;
	padding: 10px 0 5px 0;
	color: #333;
	text-align: center;
}
.centered-text, .centered-text td {
	text-align: center;
}
.header-col-1 {
	width: 60px;
}
.header-col-2 {
	width: 300px;
}
.header-col-3 {
	width: 300px;
}
.header-ose h2 {
	background: #565558 url(/_media/products_ose_icon.png) no-repeat scroll 190px 28px;
}
.header-zca h2 {
	background: #636266 url(/_media/products_appliance_icon.png) no-repeat scroll 175px 15px;
}
.header-zcs h2 {
	background: #717074 url(/_media/products_ne_icon.png) no-repeat scroll 190px 19px;
}
.header-ose {
	background-color: #565558;
	height: 100px;
}
.header-zca {
	background-color: #636266;
}
.header-zcs {
	background-color: #717074;
}
.header-ose h2,
.header-zca h2,
.header-zcs h2
{
	padding: 24px 0 0 12px;
}
.header-zca p {
	padding: 12px 0 0 12px;
	margin: 0 0 -47px 0;
}
.downloads {
	color: #fff;
	font-family:Arial,"Lucinda Grande","Luxi Sans",Verdana,"Bitstream Vera Sans",Helvetica,sans-serif;
	font-size: 11px;
	text-align: center;
}
.downloads a {
    width: 189px;
    height: 36px;
    display: block;
    padding-left: 5px;
    color: #fff;
    font: 13px/37px Arial,"Lucinda Grande","Luxi Sans",Verdana,"Bitstream Vera Sans",Helvetica,sans-serif;
    text-decoration: none;
    font-weight: bold;
}
.download-ose {
	background-color: #565558;
	height: 150px;
	text-align: center;
}
.download-zca {
	background-color: #636266;
	height: 150px;
	text-align: center;
}
.download-zcs {
	background-color: #717074;
	height: 150px;
	text-align: center;
}
.download-ose a.try,
.download-zca a.try,
.download-zcs a.try {
    background-image: url(/_media/products_next_steps_buttons.png);
    background-repeat: no-repeat;
	color: #fff;
	text-align: center;
	margin: 20px auto 0 auto;
}
.download-zca a.buy,
.download-zcs a.buy {
	color: #fff;
	font-weight: normal;
	text-align: center;
	margin: 0 auto;
	font-size: 12px;
}
/* old compare products table styles */
.header {
	background: #880024;
}
.header .header-left {
	float: left;
}
.header .header-middle {
	float: left;
}
.header .header-right {
	float: right;
}
.header-inner,
.compare-inner {
	padding: 25px 25px 15px 25px;
}
.header-separator {
	border-right: 1px solid #7c7b7f;
	border-left: 1px solid #7c7b7f;
}
.compare-inner {
	overflow: hidden;
}
.header h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 15px;
	margin: 0;
	line-height: 1.2
}
.header p {
	font-family: Verdana, Geneva, sans-serif;
	color: #e3b1b1;
	font-size: 13px;
	margin: 0;
}
.header h3.yellow {
	color: #f7b700;
	font-weight: normal;
	margin-top: 5px;
	font-size: 14px;
}
.header h3.yellow span {
	color: #fff;
}

.h4-wrap {
	overflow: hidden;
	margin: 20px 0 0;
}
.header-inner h4 {
	font-size: 13px;
	font-weight: normal;
	line-height: 1;
	color: #f7b700;
	text-decoration: none;
	margin: 0;
}

.product-editions .col-fifth {
	width: 20%;
}

.product-editions .col-2fifth {
	width: 40%;
}
.product-editions .col-half {
	float: left;
	width: 50%;
}
.compare-bottom {
	background: #f5f5f5 url(/_media/dropshadow_bottom.png) 0 100% repeat-x;
	padding-bottom: 10px;
}
.compare {
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
}
.compare h4 {
	clear: both;
	background: url(/_media/row_bg.png) repeat-x;
	display: block;
	text-decoration: none;
	color: #333;
	font-size: 16px;
	margin: 0;
	padding-top: 8px;
	padding-left: 20px;
	height: 27px;
}
.compare-left {
	float: left;
}
.compare-right {
	background: #fbfbfb;
	float: left;
}
.compare ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.compare li {
	background: url(/_media/checkmark.png) 0 0 no-repeat;
	border-bottom: 1px dotted #ccc;
	padding: 0 0 10px 25px;
	margin: 0 0 10px !important;
	font-size: 11px;
}
.compare li.last {
	border-bottom: none;
	margin: 0 !important;
}
.compare .callout {
	background: none;
	padding: 0 !important;
	width: 98%;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 20px;
}
.compare .callout h5 {
	color: #363636;
	font-size: 14px;
	margin: 0 0 44px;
	text-transform: capitalize;
}
.compare .callout h5 {
	margin-bottom: 50px;
}

.compare .callout a.green-button {
	background: url(/_media/button_green.png) 0 0 no-repeat;
	display: block;
	padding: 10px 10px 0 5px;
	width: 169px;
	height: 31px;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	line-height: 1;
}
.compare .callout a.blue-button {
	background: url(/_media/button_get_product_bg.png) 0 0 no-repeat;
	display: block;
	padding: 10px 10px 0 10px;
	width: 110px;
	height: 55px;
	margin: 0 0 0 8px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	line-height:22px;
}
.compare .nobg {
	background: #fff;
}
.compare .nobg .compare-inner {
	padding-top: 10px;
}
p.disclaimer {
	color: #999;
	font-size: 11px;
	padding-left: 12px;
}
.red {
	color: #B44444;
}
.product-editions .callout {
	background-image: url("/_media/box_moreinfo_top.png");
	margin-bottom: 20px;
}
.product-editions .callout-body {
	background-image: url("/_media/box_moreinfo_blank.png");
}
.product-editions .compare-inner .callout {
	background: none;
}
.more-info  {
	margin: 0 auto;
	padding-top: 5px;
}
.more-info h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #363636;
	padding-bottom: 10px;
	text-decoration: none;
	display: block;
	margin: 0;
}
.more-info ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border: none;
}
.more-info ul li {
	display: block;
	margin: 0 0 5px;
	padding: 0 0 5px;
	border-bottom: 1px solid #d7d7d7;
}
.more-info .last {
	border: none;
}
.more-info ul li a {
	display: block;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #636363;
	padding: 5px 0 5px 27px;
	border: none;
}
.more-info ul li a.more-tour {
	background: url(/_media/icon_monitor.png) 0 50% no-repeat;
}
.more-info ul li a.more-pricing {
	background: url(/_media/icon_pricing.png) 0 50% no-repeat;
}
.more-info ul li a.more-features {
	background: url(/_media/icon_features.png) 0 50% no-repeat;
}
.more-info ul li a.more-what {
	background: url(/_media/icon_what.png) 0 50% no-repeat;
}
.more-info ul li a.more-guide {
	background: url(/_media/icon_guide.png) 0 50% no-repeat;
}
.more-info ul li a.more-desktop {
	background: url(/_media/icon_desktop.png) 0 50% no-repeat;
}
.more-info ul li a.more-hosting {
	background: url(/_media/icon_deployment_small.png) 0 50% no-repeat;
}
/* old compare products table styles */


/* CONTACT US PAGE
********************************************************************************/
.contact-us-content-box {
	margin-left: -82px;
}

/* MEDIA PAGE
********************************************************************************/
.logo-container {
	width: 320px;
	background-color: #fafafa;
	float: left;
	border: 1px solid #dedede;
	margin:0 24px 24px 0;
	padding: 5px;
}
.logo-container img {
	margin: 12px 9px 0;
	border: 1px solid #dedede;
}
.logo-container p {
	padding: 12px 0 0 9px;
}
ul.logo-guidelines {
 padding: 0 0 12px 24px;
}
.logowrap{
	border-bottom:1px solid #CCCCCC;
	margin-bottom:20px;
	margin-top:5px;
	padding:10px 0;
}

.logowrap img{
	border:1px solid #999999;
	float:left;
	margin-bottom:10px;
	margin-right:30px;
}

/* RIGHT_COL.CSS
********************************************************************************/
.download-text{
	margin:0;
	padding:0;
	text-align:left;
	width:113px;
}

#downloads-top{
	background:url(/_media/download_top.gif) 0 0 no-repeat;
	height:11px;
	width:180px;
}

#downloads-mid{
	background:url(/_media/download_mid.gif) 0 0 repeat-y;
	margin-bottom:-5px;
	margin-top:-3px;
	text-align:center;
	width:180px;
}

#downloads-mid h2{
	font-size:100%;
	margin:0;
	padding:5px 0 10px 10px;
	text-align:left;
}

#downloads-mid img{
	padding-bottom:10px;
}

#downloads-bottom{
	background:url(/_media/download_bottom.gif) 0 bottom no-repeat;
	height:11px;
	margin-bottom:10px;
	width:180px;
}

#downloads-box{
	margin:0;
	padding:0;
}

#downloads-box p{
	margin:0;
	margin-bottom:5px;
	padding:0;
	text-align:center;
}

.sidebar-box2{
	width:180px;
}

.sidebar-box2 img{
	display:block;
	margin:0 0 10px 46px;
}

.sidebar-box{
	background:url(/_media/grey_box_header.gif) 0 0 no-repeat #F9F9F9;
	border-bottom:1px solid #FFFFFF; /* and ie hack */
	margin-bottom:10px;
	width:180px;
}

.sidebar-box p{
	font-size:10px;
	padding:5px 0 0 5px;
}

.sidebar-box div{
	background:url(/_media/homepage/rb.gif) right bottom no-repeat;
}

.sidebar-box div div{
	background:url(/_media/homepage/lb.gif) left bottom no-repeat;
	padding:10px;
}

.sidebar-box h2{
	font-size:100%;
	margin-bottom:20px;
}

.sidebar-box img{
	display:block;
	margin:10px 0 0 0;
}

.sidebar-box ul{
	list-style:none;
	margin:0;
	padding:0;
}

.sidebar-box ul li{
	margin-bottom:10px;
}

.sidebar-box ul.tight li{
	margin-bottom:0.25em;
}

.sidebar-box-gray {
	text-align: left;
	padding: 10px;
	margin: 12px 0 0 15px;
	display: block;
	background-color: #f1f2f1;
}

.sidebar-box-gray h2 {
	color: #898989;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin-bottom: 0 !important;
}
.sidebar-box-gray h2 a{
	color: #898989;
	text-decoration: none;
}


.sidebar-box-gray h3 {
	color: #900;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	color: #1283bf;
}
.sidebar-box-gray h3 a {
	color: #900;
	text-decoration: none;
	color: #1283bf;
}

.sidebar-box-bottom-gray {
/*	background:url(/_media/sidebar-box-bottom.png) 0 100% no-repeat;*/
	padding:0 15px 10px;
}

#reg-sidebar{
	float:right;
	margin:0 0 0 10px;
}

#reg-sidebar .sidebar-box h2{
	margin:0;
}

#reg-sidebar .sidebar-box li{
	margin-bottom:1em;
}

#reg-sidebar .sidebar-box ul{
	padding:1em;
}

.grey-box{
	background:url(/_media/homepage/lt.gif) left top no-repeat #EBEBEB;
	border-bottom:1px solid #FFFFFF;/* and ie hack */
	margin-bottom:10px;
	width:180px;
}

.grey-box p{
	font-size:10px;
	padding:5px 0 0 5px;
}

.grey-box div{
	background:url(/_media/homepage/rt.gif) right top no-repeat;
}

.grey-box div div{
	background:url(/_media/homepage/rb.gif) right bottom no-repeat;
}

.grey-box div div div{
	background:url(/_media/homepage/lb.gif) left bottom no-repeat;
	padding:10px;
}

.grey-box h2{
	font-size:100%;
}

.grey-box img{
	display:block;
	margin:10px 0 0 0;
}

.grey-box ul{
	list-style:none;
	margin-left:0;
	padding-left:0;
}

.grey-box ul li{
	margin-bottom:10px;
}

.grey-box a:link,.sidebar-box a:link,#downloads-mid a:link{
	color:#666666;
	font-size:11px;
}

.grey-box a:visited,.sidebar-box a:visited,#downloads-mid a:visited{
	color:#666666;
}

.grey-box a:hover,.sidebar-box a:hover,#downloads-mid a:hover{
	color:#666666;
}

.grey-box a:active,.sidebar-box a:active,#downloads-mid a:active{
	color:#666666;
}

#grey-bar-top{
	background-image:url(/_media/grey_column_top.gif);
	background-repeat:no-repeat;
	height:10px;
	width:190px;
}

#grey-bar{
	background-color:#EBEBEB;
	padding:0;
}

#grey-bar-bottom{
	background-image:url(/_media/grey_column_bottom.gif);
	background-repeat:no-repeat;
	height:10px;
	margin-bottom:0;
	width:190px;
}

#grey-bar ul{
	list-style:none;
	margin-left:0;
	padding-left:15px;
}

#grey-bar ul li{
	margin-bottom:10px;
}

#grey-bar ul li a{
	color:#666666;
	font-size:11px;
}

#grey-bar tr td img{
	margin:5px 15px 5px 15px;
}

/* INLINE CSS FROM THE HOME PAGE
********************************************************************************/
#home-main{
	background:none;
}

#home-top{
	background:url(/_media/homepage/home_bg.gif) #FFFFFF bottom left no-repeat;
	color:#666666;
	margin:0;
	padding:0;
}

#home-graybox{
	background:#666666;
	margin:0 12px;
	padding:15px;
}

#home-graybox img{
	margin-right:7%;
}

#home-list{
	padding-top:11px;
	text-align:left;
	vertical-align:bottom;
	width:200px;
}

#home-top ul{
	list-style:none;
	margin:0;
	margin-left:10px;
	padding:0;
	padding-bottom:10px;
}

#home-top li{
	background:url(/_media/homepage/blue_arrow.gif) 0 55% no-repeat;
	margin:0;
	padding:0;
	padding-left:10px;
}

#home-top li a{
	color:#FF3300;
}

#home-links{
	width:100%;
}

.home-box{
	float:left;
	margin-right:7%;
}

.home-box p{
	float:left;
	width:300px;
}

#homePromo{
	height:55px;
	margin:0 auto;
	padding-left:8px;
	padding-top:110px;
	text-align:left;
	width:379px;
}

.bbPromo{
	background:url(/_media/homepage/blackberry_promo.gif) no-repeat;
}

.desktopPromo{
	background:url(/_media/homepage/desktop_promo.gif) no-repeat;
}

.razrPromo{
	background:url(/_media/homepage/razr_promo.gif) no-repeat;
}

.iphonePromo{
	background:url(/_media/homepage/iphone_promo.gif) no-repeat;
}

#homePromo ul{
	margin-left:30px;
	padding-top:0;
}

#homePromo p{
	color:#333333;
	font-size:10px;
	line-height:1;
	margin-bottom:0;
}

#homePromo a{
	font-size:10px;
}

/* jQuery Classes
********************************************************************************/
a.window-external{
}

a.window.news{
}

/* BOXES
********************************************************************************/
/* Rounded Grey Box */
.rounded-grey-box{
	background-color:#F5F5F5;
	margin:2em 0;
	padding:1em;
	clear: both;
}
.rounded-grey-box .tl{
	background:transparent url(/_media/white_bg_corner_tl.png) top left no-repeat;
}

.rounded-grey-box .tr{
	background:transparent url(/_media/white_bg_corner_tr.png) top right no-repeat;
}

.rounded-grey-box .bl{
	background:transparent url(/_media/white_bg_corner_bl.png) bottom left no-repeat;
}

.rounded-grey-box .br{
	background:transparent url(/_media/white_bg_corner_br.png) bottom right no-repeat;
	padding:1em;
}

.rounded-grey-box h3 {
	font-size: 13px;
	margin-bottom: .5em;
}

.rounded-grey-box li {
	margin-bottom: .75em !important;
}

/* Rounded Blue Box */
.rounded-blue-box {
	background: #f0f3f5;
	padding: 15px;
	margin-bottom: 20px;
}
.rounded-blue-box h3 {
	color: #3B6173;
	font-size: 13px;
	margin-bottom: .5em;
}

.rounded-blue-box ul {
	margin-left: .5em;
}

/* New Rounded Blue Box */
.blue-box {
	background:transparent url(/_media/blue_box_bottom.png) 0 100% no-repeat;
	padding-bottom: 10px;
	float: right;
	margin: 0 0 20px 15px;
	width: 225px;
}
.blue-box-inner {
	background:transparent url(/_media/blue_box_top.png) 0 0 no-repeat;
	padding: 15px 19px 5px;
}
.blue-box a.try {
	background-image: url(/_media/products_next_steps_buttons.png);
	background-repeat: no-repeat;
}
.blue-box a.try {
	background-position: 0 0;
}
.blue-box ul {
	margin: 20px auto 0 auto;
	padding: 0;
	width: 189px;
}
.blue-box ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.blue-box ul li a {
	width: 189px;
	height: 36px;
	display: block;
	padding-left: 40px;
	margin-bottom: 10px;
	color: #fff;
	font: 13px/37px Arial,"Lucinda Grande","Luxi Sans",Verdana,"Bitstream Vera Sans",Helvetica,sans-serif;
	text-decoration: none;
	font-weight: bold;
}
.blue-box h2 {
	color: #999;
	font: 17px Arial,"Lucinda Grande","Luxi Sans",Verdana,"Bitstream Vera Sans",Helvetica,sans-serif !important;
	margin: 0 0 10px;
	padding: 0;
	font-weight: bold !important;
}
.blue-box p {
	color: #a1a0a4;
	font: 13px Arial,"Lucinda Grande","Luxi Sans",Verdana,"Bitstream Vera Sans",Helvetica,sans-serif;
	margin-bottom: 10px;
}
.blue-box p.small {
	font-size: 12px !important;
}

/* Error pages
********************************************************************************/
.error-search-bar {
	background-color: #8d8d90;
}
.error-search-bar-inner {
	padding: 12px;
}
.error-search-bar-inner .error-search-bar-input {
	background:url(/_media/error_search_box_bg.png) no-repeat;
	width:308px;
	height:29px;
	margin-top: 3px;
	padding: 0;
	border: 0;
	text-indent: 6px;
}
.error-search-bar-inner form legend {
	float: left;
	padding: 0 24px;
	font: 16px Arial,"Lucinda Grande","Luxi Sans",Verdana,"Bitstream Vera Sans",Helvetica,sans-serif;
	color: #fff;
	margin-top: 9px;
}
.error-search-bar-inner form input {
	float: left;
	padding: 0 24px;
}
.error-search-button {
	background:url(/_media/button_learn_more.png) no-repeat;
	width:148px;
	height:35px;
	margin: 0 24px;
	padding: 0;
	border: 0;
	font: 14px Arial,"Lucinda Grande","Luxi Sans",Verdana,"Bitstream Vera Sans",Helvetica,sans-serif;
	color: #fff;
	font-weight: bold;
}

/* Lightbox
********************************************************************************/
/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:hidden;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/*
    ColorBox user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background-color: #eee;}
#colorbox{}
    #cboxContent{background:#fff; border: 2px solid #999; padding: 24px;}
        #cboxLoadedContent{margin-bottom:24px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494; margin-left: 6px;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0px; background:url(/_media/cb/controls.png) -75px 0px no-repeat; width:25px; height:25px; text-indent:-9999px; margin: 0 0 6px 6px;}
        #cboxPrevious.hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(/_media/cb/controls.png) -50px 0px no-repeat; width:25px; height:25px; text-indent:-9999px; margin: 0 0 6px 6px;}
        #cboxNext.hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background:url(/_media/cb/loading_background.png) center center no-repeat;}
        #cboxLoadingGraphic{background:url(/_media/cb/loading.gif) center center no-repeat;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(/_media/cb/controls.png) -25px 0px no-repeat; width:25px; height:25px; text-indent:-9999px; margin: 0 6px 6px 0;}
        #cboxClose.hover{background-position:-25px -25px;}

/* MESAGES AND ERRORS
********************************************************************************/
div.messages,
div.errors,
div.status {
	border: 1px solid #000;
	color: #000;
	margin: 10px 0;
	padding: 10px;
}

div.messages ul,
div.errors ul,
div.status ul {
	line-height: normal;
	list-style: none;
	margin: 0 0 0 20px;
	padding: 0;
}

div.messages ul li,
div.errors ul li,
div.status ul li {
	line-height: normal;
	list-style: none;
	margin: 0;
	padding: 0 0 0 10px;
}

div.messages ul li pre,
div.errors ul li pre,
div.status ul li pre {
	font-size: 11px;
}

div.status,
div.messages {
	background-color: #C7F2C8;
	border-color: #00DD00;
}

div.errors {
	background-color: #FFCCCC;
	border-color: #DD7777;
}

.alert {
	padding: 10px 20px;
	background-color: #FDF0C7;
}

/************* old styles - some may be removed later **************************/
#valprop{
	background:#990000;
	margin:0;
	min-width:790px;
	padding:0;
	text-align:left;
}

#valpropinner{
	background:url(/_media/valprop_column.png) top right repeat-y;
}

#valpropcontent h1{
	color:#FFFFFF;
	font-size:28px;
	font-weight:bold;
	line-height:28px;
	margin:20px 0 5px 0;
	padding:0;
}

#valpropcontent h2{
	color:#F7B700;
	font-size:18px;
	font-weight:normal;
	margin:0 0 50px 0;
}

#valpropcontent p{
	color:#FFFFFF;
	font-size:15px;
}

#callout{
	left:25%;
	position:relative;
	top:10px;
}

#callout p{
	color:#FFFFFF;
	font-size:11px;
	letter-spacing:-1px;
	margin:0;
	padding:0;
}

#callout p strong{
	font-size:14px;
}

#valpropsidebar{
	float:right;
	width:238px;
	border-left:3px solid #000000;
	border-right:2px solid #000000;
}


#valpropsidebar h2{
	background:url(/_media/valprop_nav_title.png) #000000 top right no-repeat;
	height:40px;
	margin:0;
	padding:0;
}

#valpropsidebar h2 strong{
	display:none;
}

#valpropsidebar ul{
	margin:0;
	padding:0;
}

#valpropsidebar li{
	float:left;
	list-style-type:none;
	margin:0;
	padding:0;
	width:238px;
}

#valpropsidebar li a{
	background:url(/_media/valprop_nav_bg.png) #000000 0 -75px no-repeat;
	border-top:1px solid #313030;
	color:#FFFFFF;
	display:block;
	font-size:13px;
	font-weight:bold;
	margin:0;
	padding:20px 0 20px 20px;
	text-decoration:none;
}

#valpropsidebar li a:hover{
	background:url(/_media/valprop_nav_bg.png) #FFFFFF 0 0 no-repeat;
	text-decoration:none;
}

#valpropsidebar li a span{
	background:url(/_media/valprop_nav_indicator.png) 200px 50% no-repeat;
	display:block;
}

#valpropfooter{
	background:url(/_media/valprop_footer_bg.png) #29383F top right no-repeat;
	clear:both;
}

#valpropfooter p{
	color:#FFFFFF;
	font-size:13px;
	line-height:35px;
	margin:0;
	padding:0;
	padding:0 0 0 10px;
}

#valpropfooter p a{
	color:#FFFFFF;
	text-decoration:none;
}

#valpropfooter p a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}

.promowrap{
	background:url(/_media/promo_bg.png) #FFFFFF 0 0 repeat-x;
	border-top:1px solid #D9D9D9;
	margin:20px auto 0 auto;
	overflow:hidden;
	text-align:left;
	width:96%;
	min-height:100px;
	height:auto !important;
	height:100px;
}

.promo{
	background:transparent;
	color:#666666;
	font-size:11px;
}

.promo p{
	line-height:14px;
	margin:0;
	padding:15px 20px 15px 70px;
}

.promo ul{
	margin:0;
	padding:15px 20px 5px 70px;
}

.promo li{
	list-style-type:none;
	margin:0;
	padding:0;
}

.promo p a,
.promo li a{
	color:#333333;
	font-size:12px;
}

.promo.what{
	background:url(/_media/promo_icon_what.png) 22px 20px no-repeat;
}

.promo.sample{
	background:url(/_media/promo_icon_sample.png) 25px 20px no-repeat;
}

.promo.webinar{
	background:url(/_media/promo_icon_webinar.png) 17px 20px no-repeat;
}

.promo.compare{
	background:url(/_media/promo_icon_compare.png) 18px 20px no-repeat;
}

.promo.badges{
	background:url(/_media/promo_icon_badges.png) 14px 20px no-repeat;
}

#ticker{
	background:#F8F8F8;
	border-top:1px solid #E2E2E2;
	padding:5px 15px;
	text-align:left;
}

.column{
	float:left;
	width:24.95%;
}

.featured-demo {
	margin-bottom: 20px;
}
.featured-demo img {
	float: left;
	margin-right: 25px;
}
.featured-content {
	padding-top: 50px;
}
.featured-content h3 {
	font-size: 16px;
	margin-bottom: 5px;
}
.other-demos {
	float: left;
	width: 108px;
	margin: 10px 20px 10px 0;
}
.other-demos p a {
	text-decoration: none;
}
.other-demos p a:hover {
	text-decoration: underline;
}

.video-tn {
	float: left;
	width: 200px;
	margin-right: 25px;
}
.column-wrap {
	clear: both;
	float: left;
	width: 100%;
	margin-top: 10px;
}
.column-right {
	float: right;
	width: 250px;
	margin-bottom: 20px;
}

.column-left {
	margin-right: 10px;
}

.colHalf,
.colThirds {
	width: 100%;
	clear: left;
	float: left;
}

.colHalf .col {
	float: left;
	width: 48%;
	margin-right: 20px;
}

.colThirds .col {
	float: left;
	width: 32%;
	margin-right: 1%;
}
.last {
	margin-right: 0 !important;
}

.colHalf .border {
	padding: 0;
	border: none;
	border-right: 1px solid #e1e1e1;
}

.colHalf .clear {
	margin-bottom: 10px;
}
.icon-left,
.right	{
	text-align: right;
}
.icon-left img	{
	float: left;
	margin-right: 10px;
}
.col .icon-left	{
	margin-bottom: 10px;
}
.testdrive {
	background: url(/_media/icon_testdrive.png) 0 0 no-repeat;
	padding-left: 55px;
	min-height: 50px;
}
.gallery {
	background: url(/_media/icon_screenshots.png) 0 0 no-repeat;
	padding-left: 59px;
	min-height: 50px;
}
.watch {
	background: url(/_media/icon_webinar.png) 0 0 no-repeat;
	padding-left: 56px;
	min-height: 50px;
}

.rounded-grey-box .tn-demo .icon-left img {
	border: none;
}

.col-content {
	margin-left: 80px;
	padding-right: 20px;
}
.colThirds .col h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 5px;
	margin-bottom:10px;
}
.col-content h3 {
	font-size: 14px;
	margin-bottom: 5px;
}

.col-content-right {
	float: right;
	width: 181px;
	text-align: center;
	margin-bottom: 10px;
}

.lighttext {
	color: #999;
	font-size: 11px;
}
.yellow {
	color: #f7b700;
}
.webinar-60 {
	background: url(/_media/webinar_60.png) no-repeat;
	padding-left: 86px;
}
.webinar-60 a {
	text-decoration: none;
}


/* HOMEPAGE
------------------------------------------------------*/

#blurb div{
	margin:1em 1em 0 1em;
}

#bottom-wrap{
	padding-top:0;
}

#button-row{
	border:0;
	padding:0 10px;
	width:100%;
}

div#bot-right{
	background:url(/_media/homepage/bot_right.gif) bottom right no-repeat;
	margin:0;
	padding:0;
	padding-bottom:10px;
}

#home-bottom th{
	font-weight:bold;
	height:2em;
	margin-top:20px;
	padding:10px 0 10px 20px;
	text-align:left;
	text-transform:uppercase;
	width:33%;
}

#home-bottom td{
	text-align:center;
}

#home-bottom td.partners,#home-bottom th.partners{
	border-left:1px dotted #CCCCCC;
	border-right:1px dotted #CCCCCC;
}

#home-main{
	background:url(/_media/homepage/bot_left.gif) #EBEBEB bottom left no-repeat;
	margin:0;
	margin-bottom:10px;
	padding:0;
}

#home-text{
	width:400px;
}

#home-top{
	background:url(/_media/homepage/main_background.jpg) #EBEBEB top left no-repeat;
	color:#FFFFFF;
	margin:0;
	padding:0;
}

#home-top h1{
	line-height:1.25em;
	margin:10px 10px 5px 0;
	padding:0  20px;
}

#home-top h1 a{
	color:#FFFFFF;
	text-decoration:none;
}

#home-top ul{
	margin:0 0 0 20px;
	padding:0 0 0 40px;
}

p.magnifier{
	background:transparent url(/_media/homepage/magnifier.gif) top left no-repeat;
	color:#000000;
	font-weight:bold;
	margin:5px 0 5px 10px;
	padding-left:20px;
}

.screenshot{
	text-align:right;
}

#ticker{
	color:#666666;
	margin-bottom:10px;
	padding-left:15px;
}

#ticker #ticker-content{
	padding-left:10px;
}

#ticker #ticker-content a{
	color:#990000;
}

.additional-search ul{
	list-style:none;
	margin:0 0 1em 0.5em;
	padding:0;
}

.additional-search p{
	font-size:90%;
	margin:0;
	padding:0;
}

.additional-search ul li{
	font-size:90%;
	line-height:90%;
	margin:0;
	padding:0;
}

.additional-search ul li a{
	color:#FF3300;
	margin:0;
	padding:0;
	text-decoration:none;
}

.additional-search ul li a:hover{
	text-decoration:underline;
}

#zimbra-promo{
	background:url(/_media/zimbra-promo-bg.gif) #F9F9F9 bottom repeat-x;
	color:#666666;
	font-family:Verdana,"Bitstream Vera Sans",arial,"Lucida Grande","Luxi Sans",helvetica,sans-serif;
	font-size:12px;
	margin:0;
	padding:0 110px;
}

#zimbra-promo a.message{
	background:url(/_media/arrow_r.gif) no-repeat;
	color:#666666;
	display:block;
	float:left;
	font-weight:bold;
	line-height:16px;
	margin:10px 0;
	padding-left:20px;
	text-decoration:underline;
}

#zimbra-promo a.close{
	background:url(/_media/delete.gif) no-repeat;
	color:#666666;
	display:block;
	float:right;
	line-height:16px;
	margin:10px 0;
	padding-left:20px;
	text-decoration:none;
}
/************* old styles - some may be removed later **************************/

