/* RESET ------------------------------- */

div, body, h1, h2, h3, h4, h5, h6, ul, li {margin:0px; padding:0px;}

ol {margin:0 0 0 30px; padding:0px;}

ul {list-style-type:none;}


/* GENERAL DEFINITIONS ------------------------------- */

body {
	font:12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#333;
	background:#9fa5b3;
	}

p, a {font-size:12px;}

p {line-height:1.3em;}

img {border:none;}

a {color:#5f9646;}

a:hover {text-decoration:none;}


.divlink:hover,
.divlink:active {cursor:pointer;}

h1, h2, h3, h4 {color:#553ca0;}


h1 {
	font-family:'Trebuchet MS', Helvetica, Verdana, sans-serif;
	font-size:36px;
	margin:5px 0 15px;
	}

h2 {
	border-bottom:2px solid #cdcdcd;
	font-size:23px;
	margin:0 0 8px;
	padding:10px 0 5px;
	}
	
h3 {
	font-size:14px;
	margin:15px 0 0;
	}

h4, h5, h6 {font-size:12px;}

#promo p {
	color:#999;
	margin:0px;
	}


/* GENERAL LAYOUT ------------------------------- */

#headerwrapper,
#contentwrapper,
#footerwrapper {width:100%;}

#footerwrapper {margin-bottom:20px;}

#header,
#content,
#footer {
	margin:0 auto;
	background:#fff;
	}

#header,
#content {width:896px;}

#header {
	height:150px;
	background:#fff url(/en/images/consumer/bg-general.png) repeat-x 0 -3px;
	}

#footer {
	background:#686187 url(/en/images/consumer/bg-general.png) repeat-x 0 -688px;
	padding:20px;
	width:830px;
	overflow:auto;
	}


/* REUSED ELEMENTS ------------------------------- */

/* trial signup submit button */

.trialsubmit {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	border:1px solid #ddd8ec;
	font-weight:bold;
	}

a.trialsubmit {
	background:#fc4b24 url(/en/images/consumer/bg-buttons.png) repeat-x;
	background-position:0 -4px;
	color:#fff;
	display:block;
	font-size:16px;
	height:38px;
	line-height:18px;
	margin:5px 0;
	padding:3px 6px 3px 11px;
	text-decoration:none;
	width:138px;
	}

input.trialsubmit {
	cursor:pointer;
	background:#fc4b24 url(/en/images/consumer/bg-buttons-trialsignup.png) repeat-x;
	}

.trialsubmit span {
	background:url(/en/images/consumer/bg-icons.png) no-repeat scroll 0 -204px transparent;
	float:left;
	padding:1px 4px 1px 41px;
	}

.trialsubmit span:hover {cursor:pointer;}

.trialsubmit:hover {
	background-position:0 -55px;
	border-color:#c4512f;
	text-decoration:none;
	}

.trialsubmit:active {
	background-position:0 -106px;
	border-color:#bf351b;
	}

.signup input {
	color:#666;
	font-size:10px;
	margin-bottom:9px;
	padding:1px 0 0 2px;
	width:98%;
	}

.signup .trialsubmit,
#signupform .trialsubmit {
	padding:4px 14px 4px 37px;
	font-size:16px;
	color:#fff;
	background-position:0 -9px;
	cursor:pointer;
	}

.signup .trialsubmit:hover,
#signupform .trialsubmit:hover {background-position:0 -60px;}

.signup .trialsubmit:active,
#signupform .trialsubmit:active {background-position:0 -111px;}

.signup .trialsubmit {margin:5px 0 8px;}

.trial-signup .signup .trialsubmit {background-position:38px -9px;}

.trial-signup .signup .trialsubmit:hover {background-position:38px -60px;}

.trial-signup .signup .trialsubmit:active {background-position:38px -111px;}


.signup .legal,
.signup a {font-size:9px;}

.signup a {float:left;}

.signup .legal {
	font-size:9px;
	margin:0;
	padding:0 0 5px;
	float:left;
	width:65%;
	}

.signup .legal a {
	text-decoration:underline;
	float:none;
	}

.signup .secure {float:right;}

.signup .tooltip-anchor {clear:both;}

.signup .tooltip-anchor a {text-decoration:underline;}

.tooltip-anchor {position: relative;}

.tooltip {
	position: absolute;
	top:9px;
	left:0px;
	width:230px;
	display:none;
	z-index: 100;
	border: 1px solid #c0c09f;
	padding: 7px;
	margin-top:13px;
	background-color:#ffc;
	text-align:left;
	}

.tooltip p {
	color: #666;
	margin:3px 0;
	font-size:11px;
	}

.tooltip span {
	font-size:12px;
	color: #6950a3;
	}

#signuperror {
	background:#ffc url(/en/images/consumer/bg-icons.png) no-repeat 6px -282px;
	position:absolute;
	width:240px;
	padding:5px 5px 5px 50px;
	right:268px;
	border:1px solid #c0c09f;
	}

#signuperror p {
	margin:5px 0;
	padding:0px;
	color:#666;
	font-size:12px;
	}

#signuperror .header {
	color:#f00;
	font-weight:bold;
	font-size:14px;
	}


/* how it works button */

.howbuttonsmall {
	background:#8eb980 url(/en/images/consumer/bg-buttons.png) repeat-x 0 -411px;
	border:1px solid #559947;
	color:#fff;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	display:block;
	}

.howbuttonsmall:hover,
.howbuttonsmall:active {
	background:#a2aac8 url(/en/images/consumer/bg-buttons.png) repeat-x 0 -458px;
	border:1px solid #584799;
	text-decoration:none;
	}

.howbuttonsmall,
.howbuttonsmall:link {
	font-size:14px;
	padding:3px 5px;
	}

.howbuttonsmall span {
	padding-right:15px;
	background:transparent url(/en/images/consumer/bg-icons.png) no-repeat 194px -270px;
	}


/* HEADER ------------------------------- */

#header {position:relative;}

#header h1,
#header .carbonitelogo {
	float:left;
	margin:12px 0 0 16px;
	}

#header .carbonitelogo {display:block;}

#header h1 img {width:259; height:54px;}

#header #globalnav li,
#header #globalnav li a,
#header #language a,
#header #primarynav li,
#header #primarynav li a,
#content #secondarynav li,
#content #secondarynav li a{
	font-weight:bold;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}

#header #globalnav li,
#header #primarynav li,
#content #secondarynav li {display:inline;}

#header #globalnav li a,
#header #primarynav li a,
#content #secondarynav li a {float:left; display:block;}

#header #globalnav {
	background:#333 url(/en/images/consumer/bg-general.png) repeat-x 0 -157px;
	float:right;
	margin:0;
	color:#555;
	position:relative;
	}

#header #globalnav a {
	padding:7px 15px;
	color:#fff;
	border-right:1px solid #c5c8d0;
	text-decoration:none;
	}

#header #globalnav a:hover {text-decoration:underline;}

#header #language {
	position:absolute;
	right:18px;
	top:32px;
	}

#header #language a {
	border:0px;
	color:#6654A8;
	display:block;
	font-weight:normal;
	padding:4px 13px 4px 4px;
	background:transparent url(/en/images/consumer/bg-icons.png) no-repeat right -185px;
	text-decoration:underline;
	}

#header #language ul {
	background:#ffc;
	border:1px solid #c0c09f;
	left:0;
	position:absolute;
	top:0;
	width:100%;
	z-index:1000;
	}

#header #language ul a {
	float:left;
	width:89%;
	background-image:none;
	text-decoration:none;
	}

#header #language ul a:hover {
	background:#6654a8;
	color:#fff;
	}

#header #primarynav {
	position:absolute;
	top:85px;
	left:10px;
	}

#header #primarynav li a {
	background:#553ca0 url(/en/images/consumer/bg-general.png) repeat-x 0 -195px;
	color:#fff;
	margin:4px 4px 0 0;
	padding:6px 24px 8px;
	text-decoration:none;
	border-color:#553ca1;
	border-width:1px 1px 0;
	border-style:solid;
	}	

#header #primarynav li a:hover {background:#553ca0 url(/en/images/consumer/bg-general.png) repeat-x 0 -242px;}

#header #primarynav li a:active {background:#553ca0 url(/en/images/consumer/bg-general.png) repeat-x 0 -289px;}

#header #primarynav li a.active {
	color:#553ca1;
	background:#fff;
	}

#header #primarynav li.buy span {
	background:transparent url(/en/images/consumer/bg-icons.png) no-repeat 26px 1px;
	padding-right:20px;
	}

/* CONTENT ------------------------------- */

#content {
	position:relative;
	padding:15px 15px 35px;
	width:866px;
	overflow:auto;
	}

#content #secondarynav {position:absolute; top:0px; left:0px;}

#content #secondarynav li a {padding:12px 15px 12px 0; color:#553ca0;}


/* FOOTER ------------------------------- */

#footer ul {
	float:left;
	font-size:12px;
	width:520px;
	margin-bottom:4px;
	}
	
#footer ul li {float:left;}

#footer ul,
#footer ul a {color:#fff; font-size:11px;}

#footer .logos {float:right; width:280px;}
#footer .logos .first {margin-right:10px;}

#footer .socialmedia {margin-top:15px;}


/* SOURCE SURVEY */
.ui-dialog li {
	float:left;
	width:32.8%;
	padding:1px 0 2px;
	}

#dialog input {margin:4px;}

#dialog input[type="submit"] {
	clear:left;	
	float:left;
	}

#dialog .ui-icon {background-image:none;}

.ui-dialog .ui-dialog-titlebar-close {margin:10px 20px 0 0;}

.ui-dialog .ui-dialog-titlebar-close .ui-icon {padding:2px;}


/* TEMPLATES - ABOUT -------------------------------
nav column on left, main content on right
------------------------------------------------------ */

.about #secondarycontent {float:left; width:23%;}
.about #primarycontent {float:left; width:73%;}


.about #secondarycontent ul {margin-top:5px;}
.about #secondarycontent ul ul {margin-top:0px;}

.about #secondarycontent li {margin:5px 9px 10px;}
.about #secondarycontent li li {margin:0px;}

.about #secondarycontent li a {
	font-weight:bold;
	text-decoration:underline;
	font-size:14px;
	}

.about #secondarycontent li a.active {
	color:#553ca0;
	text-decoration:none;
	}
	
.about #secondarycontent li li a {
	background:transparent url(/en/images/consumer/bg-icons.png) no-repeat 0px -13px;
	font-weight:normal;
	font-size:11px;
	padding-left:10px;
	text-decoration:none;
	color:#5f9646;
	}

.about #primarycontent .firstbox,
.about #primarycontent .secondbox,
.about #primarycontent .thirdbox,
.about #primarycontent .fourthbox {
	border:1px solid #b1a6d4;
	float:left;
	margin:9px;
	padding:0 20px 10px;
	width:40%;
	min-height:150px;
	}

.about #primarycontent .thirdbox {clear:left;}

.about #cj-program {
	width:260px;
	margin:10px auto;
	padding:10px;
	background-color:#cfd7df;
	}

.about .center {
	display:block;
	text-align:center;
	}

.about #affiliate ol li {margin-bottom:6px;}

.about #cj-program ul {
	margin-top:8px;
	padding-left:25px;
	list-style-type:circle;
	}

.about #cj-program .trialsubmit {
	width:120px;
	margin:8px auto;
	}

.about #cj-program .trialsubmit span {
	padding-left:35px;
	background-position:0 -28px;
	}

.about .summary {
	color:#999;
	font-size:15px;
	}

.about .newslist li,
.whyhow .newslist li,
.about .sf_newsList li,
.whyhow .sf_newsList li {margin:10px 0;}

.about .newslist span {display:block;}

.about .in_the_new_list li {margin:8px 0;}

.about .sf_singleNews .sf_NewsTitle {
	border:0px;
	margin:10px 0 0;
	}

.about .sf_singleNews .sf_newsDate {margin-top:2px;}

.about .sf_singleNews ul {
	list-style-type:disc;
	margin:10px 20px;	
	}

.about .sf_singleNews li {margin-bottom:3px;}

.about .sf_newsList {}

/* TEMPLATES - WHYHOW -------------------------------
main column on left, secondary content on right - used for Why Carbonite and How It Works
------------------------------------------------------ */

.whyhow h1 {margin-bottom:3px;}

.whyhow #headline h2 {
	color:#aaa;
	margin:0px 0px 15px;
	border:0px;
	padding:0px;
	}

.whyhow #headline {
	width:100%;
	float:left;
	}

.whyhow #headline h1,
.whyhow #headline h2,
.whyhow #primarycontent {
	width:66%;
	float:left;
	}

.whyhow #promo,
.whyhow #secondarycontent {float:right; width:31%;}

.whyhow #promo {margin-top:15px;}

.whyhow #secondarycontent {
	border-left:1px dashed #b0b0b6;
	padding-left:15px;
	}

.whyhow #secondarycontent h3 {margin:0 0 6px;}

.whyhow #protection-list {
	width:220px;
	float:right;
	padding:10px;
	background:#ebf0f5;
	margin-left:15px;
	}

.whyhow #protection-list h3 {margin-top:0px;}

.whyhow #protection-list ul {
	font-size:12px;
	margin-top:10px;
	}

.whyhow #protection-list ul li {
	margin-bottom:5px;
	padding:0 0 11px 49px;
	}
	
.whyhow #protection-list #deletion,
.whyhow #protection-list #theft,
.whyhow #protection-list #disaster,
.whyhow #protection-list #alert {background:transparent url(/en/images/consumer/why-carbonite-grayicons.gif) no-repeat;}

.whyhow #protection-list #deletion {background-position:0px 2px;}
.whyhow #protection-list #theft {background-position:0px -73px;}
.whyhow #protection-list #disaster {background-position:0px -143px;}
.whyhow #protection-list #alert {background-position:0px -220px;}

.whyhow #protection-list strong {color:#553ca0;}

.whyhow #protection-list h4,
.whyhow #note-from-ceo h4,
.whyhow #rfa h4 {margin-top:0px;}

.whyhow #protection-list,
.whyhow #note-from-ceo,
.whyhow #rfa {color:#666;}


.whyhow #note-from-ceo {
	float:left;
	margin-bottom:20px
	}

.whyhow #note-from-ceo p {
	background:transparent url(/en/images/consumer/thumb-dfriend.gif) no-repeat 0px 0px;
	margin-top:10px;
	padding:0 25px 0 55px;
	line-height:1.2em;
	}

.whyhow #note-from-ceo a {
	background:transparent url(/en/images/consumer/bg-icons.png) no-repeat scroll 70px -246px;
	float:right;
	margin-right:38px;
	padding-right:15px;
	}

.whyhow #rfa {
	width:162px; 
	height:180px;
	background:url(/en/images/consumer/bg_Ycarb.jpg) no-repeat bottom;
	border:1px solid #999;
	letter-spacing:-0.5px;
	color: #333;
	padding:20px;
	float:left;
	}

.whyhow #rfa h4,
.whyhow #rfa a {font-size: 18px;}

.whyhow #rfa h4 {
	font-weight: normal;
	color:#553ca0;
	line-height:20px;
	letter-spacing: -1.0px;
	}

.whyhow #rfa a {
	color:#98be01;
	font-weight:bold;
	display: block;
	line-height:16px;
	letter-spacing: -1.2px;
	text-decoration:none;
	float:right;
	margin:10px 10px 0 0;
	}

.whyhow #rfa a:hover {text-decoration:underline;}
.whyhow #rfa a:active {text-decoration:none;}

.whyhow #rfa a span {font-size:14px;}

.whyhow #steps {
	border:2px solid #b3aed6;
	padding:10px 15px;
	height:358px;
	width:500px;
	position:relative;
	background:#fff url(/en/images/consumer/bg-howitworks-blank.png) -37px 80px no-repeat;
	margin:0 0 110px;
	}

.whyhow #steps h2 {border:none;}

.whyhow #steps div {
	position:absolute;
	top:55px;
	height:458px;
	width:503px;
	left:15px;
	}

.whyhow #steps ul {
	float:left;
	width:99%;
	margin-bottom:15px;
	border:1px solid #999;
	background:#e3e2ea url(/en/images/consumer/bg-howitworks-buttons.png) repeat-x 0 0;
	height:35px;
	}

.whyhow #steps ul li {float:left;}

.whyhow #steps ul a {
	font-size:16px;
	color:#95959f;
	display:block;
	padding:7px 15% 6px 10%;
	text-decoration:none;
	background:url(/en/images/consumer/bg-howitworks-icons.png) no-repeat right -4px;
	}

.whyhow #steps ul a:hover {color:#4e4790;}

.whyhow #steps ul .active a {
	font-weight:bold;
	color:#4e4790;
	}

.whyhow #steps ul a.last {
	background:none;
	padding-right:5px;
	}

.whyhow #steps #tab1 {width:22%;}
.whyhow #steps #tab2 {width:19%;}
.whyhow #steps #tab3 {width:19%;}
.whyhow #steps #tab4 {width:22%;}
.whyhow #steps #tab5 {width:;}

.whyhow #steps .overview {background:url(/en/images/consumer/bg-howitworks-overview.png) no-repeat 0px 39px;}
.whyhow #steps .overview p {width:66%;}

.whyhow #steps .software {background:url(/en/images/consumer/bg-howitworks-software.png) no-repeat 0px 81px;}
.whyhow #steps .software p {width:64%;}

.whyhow #steps .security {background:url(/en/images/consumer/bg-howitworks-security.png) no-repeat 0px 110px;}
.whyhow #steps .security p {width:64%;}

.whyhow #steps .simplicity {background:url(/en/images/consumer/bg-howitworks-simplicity.png) no-repeat 0px 111px;}
.whyhow #steps .simplicity p {width:64%;}

.whyhow #steps .recovery {background:url(/en/images/consumer/bg-howitworks-recovery.png) no-repeat 0px 110px;}
.whyhow #steps .recovery p {width:100%;}

.whyhow #steps h2 {margin:0px;}

.whyhow #steps p {color:#666;}

.whyhow #steps .stepnav {
	top:265px;
	height:50px;
	left:-25px;
	width:550px;
	}

.whyhow #steps .stepnav a {
	display:block;
	height:32px;
	padding:10px 3px 3px;
	background:#599252 url(/en/images/consumer/bg-howitworks-buttons.png) repeat-x 0 -55px;
	text-decoration:none;
	color:#fff;
	border:2px solid #559947;
	}

.whyhow #steps .stepnav a:hover {
	background-position:0 -105px;
	background-color:#57914f;
	}

.whyhow #steps span {
	background:url(/en/images/consumer/bg-howitworks-icons.png) repeat-x;
	height:26px;
	width:26px;
	display:block;
	}

.whyhow #steps .stepback,
.whyhow #steps .stepforward {
	width:29px;
	text-align:center;
	}

.whyhow #steps .stepback {float:left;}
.whyhow #steps .stepforward,
.whyhow #steps .seehow {float:right;}

.whyhow #steps .stepback span {background-position:4px -51px;}
.whyhow #steps .stepforward span {background-position:6px -80px;}

.whyhow #steps a.seehow {
	font-size:18px;
	font-weight:bold;
	padding:10px 3px 3px 11px;
	width:255px;
	}

.whyhow #steps a.seehow span {
	float:right;
	background-position:1px -80px;
	margin-left:8px;
	}

.whyhow #questions h2 {padding-top:0px;}

.whyhow .faqnav li {margin:5px 0;}

.whyhow .faqnav .active,
.whyhow .faqnav .active a {
	color:#553ca0;
	text-decoration:none;
	}

.whyhow .prSection,
.whyhow .newsSection {margin-top:25px;}

.whyhow .sf_postDate {
	color:#666;
	font-size:11px;
	margin:0 0 5px;
	}
	
.whyhow .blogpostlist p {margin-top:5px;}

.whyhow .blogpostlist a {
	font-weight:bold;
	color:#553ca0;
	}

.whyhow .blogpostlist li {margin-top:20px;}

.whyhow .blogpostlist p a {
	font-weight:normal;
	color:#5f9646;}


/* TEMPLATES - FULL -------------------------------
content spans full page width with no other content or navigation
------------------------------------------------------ */

.full #primarycontent {width:98%;}


/* TEMPLATES - RESELLER -------------------------------
main column on left, sign-up form on right
------------------------------------------------------ */

.reseller #primarycontent {float:left; width:39%; padding:0 3%;}

.reseller #secondarycontent {
	float:right;
	width:48%;
	padding:0 3%;
	border-left:1px dashed #b0b0b6;
	}

.reseller h2 {
	font-size:14px;
	margin:15px 0 0;
	border:0px;
	padding:0px;
	}

.reseller ul {margin:12px 0;}

.reseller ul li {
	padding-left:18px;
	margin:10px 0;
	background:url(/en/images/consumer/bg-icons.png) no-repeat scroll 0 -55px transparent;
	}

.reseller label,
.reseller input,
.reseller textarea,
.reseller select {float:left;}

.reseller input,
.reseller textarea {width:200px;}

.reseller label {
	width:120px;
	text-align:right;
	margin:3px 10px 5px 0;
	clear:both;
	}

.reseller input {margin:2px 0;}

.reseller textarea {
	height:150px;
	resize:none;
	}

.reseller .trialsubmit {margin:10px 0 0 130px;}

.reseller .spaced {margin-top:10px;}


/* TEMPLATES - COMPANY PROFILE --------------------------
Company Profile page styling
------------------------------------------------------ */

.whyhow .headline h2 {border-bottom:0px;}

.whyhow #text {
	width:350px;
	float:left;
	}

.whyhow #text ul {
	list-style-type:disc;
	margin:0 0 12px 18px;
	}

.whyhow #detailsbar {
	width:194px;
	float:right;
	margin-top:10px;
	}

.whyhow #accordion {
	font:12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	border:1px solid #ccc;
	width:179px;
	margin-top:15px;
	}
	
.whyhow #accordion h3 {
	border-bottom:1px solid #6f49b5;
	color:#6f49b5;
	font-size:14px;
	margin:0;
	padding:4px;
	}

.whyhow #accordion h4 {
	font-size:14px;
	font-weight:bold;
	padding:4px 4px 4px 18px;
	}

.whyhow #accordion .first {margin-top:0px;}

.whyhow #accordion li {
	margin:5px 0;
	color:#000;
	}

.whyhow #accordion span {color:#666;}

.whyhow .back {
	margin-bottom:10px;
	display:block;
	}

.whyhow blockquote {
	margin:20px 0 0;
	color:#596178;
	font-size:15px;
	text-align:left;
	}

.whyhow #pcworld img {
	float:left;
	margin:5px 0 0;
	}

.whyhow .ceo {
	padding:7px 18px;
	background:#f1f3f6;
	width:143px;
	margin-top:20px;
	border:1px solid #ccc;
	}
	
.whyhow .ceo h3 {margin:0px;}

.whyhow .ceo p {
	color:#666;
	font-style:italic;
	}


/* TEMPLATES - BLOG ---------------------------
Carbonite Blog
------------------------------------------------------ */

.blog h3 {
	font-size:14px;
	margin:3px 0;
	border-bottom:1px solid #ccc;
	}

.blog .sf_postTitle {
	display:block;
	margin:0 0 8px;
	padding:0 0 5px;
	border-bottom:0px;
	}

.blog .sf_postTitle,
.blog .sf_postTitle a,
.blog .searchResults dt a {
	font-size:23px;
	font-weight:bold;
	}

.blog .sf_postTitle a,
.blog .searchResults dt a {color:#553ca0;}

.blog #primarycontent {
	width:64%;
	float:left;
	}

.blog #secondarycontent {
	float:right;
	width:31%;
	border-left:1px dashed #b0b0b6;
	padding-left:15px;
	}

.blog h2.bloghead {
	color:#aaa;
	border-width:1px;
	margin-bottom:20px;
	font-size:18px;
	}
	
.blog .sf_postContent {
	padding:5px 0 20px;
	border-bottom:1px solid #ccc;
	margin-bottom:5px;
	}

.blog .sf_postDate,
.blog .sf_readMore,
.blog .sf_readMore a,
.blog .sf_postComments,
.blog .sf_postComments a,
.blog .sf_postAuthor,
.blog .sf_postAuthor a,
.blog .sf_postCategory,
.blog .sf_postCategory a,
.blog .sf_postTags,
.blog .sf_postTags a {font-size:11px;}

.blog .sf_readMore {margin:15px 0;}

.blog .sf_back {display:none;}

.blog .sf_postBookmark {margin:8px 0 1px;}

.blog .sf_singlePost {border-bottom:1px solid #ccc;}

.blog .sf_postContent ul {list-style-type:disc;}

.blog .sf_postContent ol,
.blog .sf_postContent ul {margin:15px 30px;}

	
.blog .sf_postListing li {
	border-bottom:1px solid #ccc;
	margin-bottom:30px;
	}

.blog ul.sf_postListing .sf_postContent li {
	list-style-type:disc;
	padding-left:0px;
	margin-bottom:3px;
	border-bottom:0px;
	}

.blog #secondarycontent h3 {
	margin:25px 0 7px;
	padding-bottom:3px;
	}

.blog #secondarycontent h3.links {margin:5px 0 0;}

.blog #secondarycontent h3.search {
	border:0px;
	margin:25px 0 0;
	padding:0;
	}

.blog #secondarycontent div p {margin:3px 0;}

.blog #secondarycontent div p {margin:3px 0;}
	

.blog #primarycontent .sf_searchBox {margin-top:10px;}

.whyhow .bloghome,
.whyhow .rss,
.blog .bloghome,
.blog .rss {
	display:block;
	margin:8px 0;
	padding-left:25px;
	}
	
.whyhow .bloghome,
.blog .bloghome {background:url(/en/images/consumer/bg-blog-icons.png) no-repeat scroll 0 2px transparent;}
.whyhow .rss,
.blog .rss {background:url(/en/images/consumer/bg-blog-icons.png) no-repeat scroll 0 -32px transparent;}

.blog .sf_searchBox {
	border:0px;
	padding:0;
	}

.blog .sf_searchBox label {display:none;}

.blog .sf_searchBox .sf_searchText {
	border:1px solid #CCCCCC;
	margin-right:5px;
	width:170px;
	}

.blog .topics li {margin:4px 0;}
	
.blog .tags p {display:none;}
	
.blog .tagCloud li {display:inline; font-size:75%;}
.blog .tagCloud li a {text-decoration:none; padding:2px;}

.blog .signature {color:#0049b6;}
.blog .signature span {padding-right:5px;}
.blog .signature em {font-size:10px;}

.blog .commentpolicy {
	font-size:10px;
	background:#fafafa;
	padding:10px;
	border:3px solid #ccc;
	margin-top:25px;
	}
	
.blog .commentpolicy h4 {color:#333;}

.blog #secondarycontent .commentpolicy p {color:#666; margin:7px 0;}

.blog .results h2 {
	font-size:18px;
	border-bottom:0px;
	padding:5px 0;
	}
	
.blog .searchResults dt {margin-top:25px;}



/* TEMPLATES - TRIAL SIGNUP -------------------------------
Trial Signup page
------------------------------------------------------ */

.trial-signup h2 {
	color:#808080;
	margin:0px 0px 15px;
	border:0px;
	padding:0px;
	}

.trial-signup h3 {margin:0px;}

.trial-signup #primarycontent {
	background:#fff url(/en/images/consumer/trialsignup-bg.png) repeat-x left top;
	border:1px solid #cbcbcb;
	width:49%;
	float:left;
	padding:1% 3% 3%;
	}

.trial-signup #secondarycontent {
	width:40%;
	float:right;
	}

.trial-signup #secondarycontent .signup,
.trial-signup #secondarycontent .faq,
.trial-signup #secondarycontent .customer-support {
	padding:3%;
	border:1px solid #cbcbcb;
	margin-bottom:16px;
	float:left;
	}

.trial-signup #secondarycontent #signuperror {
	padding:5px 5px 5px 50px;
	border:1px solid #c0c09f;
	right:372px;
	}

.trial-signup .signup {background:#b8b3cb;}

.trial-signup .signup h3 {
	font-size:22px;
	color:#fff;
	margin:10px 0 0;
	text-shadow:1px 1px 3px #666;
	}

.trial-signup .freetrial {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-transform:uppercase;
	background:url(/en/images/consumer/bg-icons-medium.png) no-repeat scroll -1px -71px transparent;
	padding:36px 10px;
	position:absolute;
	right:18px;
	top:-15px;
	color:#fff;
	font-weight:bold;
	}

.trial-signup .promo {
	margin:6px 0 8px;
	font-size:11px;
	color:#686C79;
	}

.trial-signup .faq,
.trial-signup .customer-support {width:94%;}

.trial-signup .faq {background:#fff url(/en/images/consumer/trialsignup-bg.png) repeat-x left -88px;}

.trial-signup .faq ul {
	list-style-type:circle;
	margin-left:15px;
	}
	
.trial-signup .faq li {margin:2px 0;}

.trial-signup .faq .tooltip {
	top:10px;
	left:5px;
	}

.trial-signup .customer-support {background:url(/en/images/consumer/chat-icon.gif) no-repeat right bottom;}

.trial-signup .customer-support h3 {margin:0 0 10px;}

.trial-signup ul.carbonite-steps {margin-top:30px;}

.trial-signup .startsteps li {
	padding-left:90px;
	padding-bottom:20px;
	}

.trial-signup .startsteps li.create {background:transparent url(/en/images/consumer/trialsignup-icons.gif) no-repeat left 4px;}
.trial-signup .startsteps li.setup {background:transparent url(/en/images/consumer/trialsignup-icons.gif) no-repeat left -155px;}
.trial-signup .startsteps li.automatic {background:transparent url(/en/images/consumer/trialsignup-icons.gif) no-repeat left -326px;}

.trial-signup .startsteps span {
	background:url(/en/images/consumer/bg-icons.png) repeat-x 2px -371px;
	color:#fff;
	font-weight:bold;
	float:left;
	display:block;
	padding:4px 7px 5px;
	width:5px;
	}

.trial-signup .startsteps h3 {
	color:#68aa33;
	font-family:'Trebuchet MS',Helvetica,Verdana,sans-serif;
	font-size:18px;
	display:block;
	margin:1px 0 0 10px;
	position:relative;
	float:left;
	}
	
.trial-signup .startsteps p {
	clear:both;
	margin:0 0 0 3px;
	}


/* CHOOSE PLANS -------------------------------
purchase flow - Choose your plans
------------------------------------------------------ */

.purchaseflow #primarycontent {width:71.2%; float:left;}
.purchaseflow #secondarycontent {width:27%; float:right;}

.purchaseflow #secondarycontent div {
	margin-bottom:16px;
	float:left;
	width:90%;
	padding:10px;
	}

.purchaseflow #secondarycontent div,
.purchaseflow #planform,
.purchaseflow #codebox,
.purchaseflow #totalbox {border:1px solid #cacaca;}

.purchaseflow #planform {float:left;}

.purchaseflow #planform div {
	float:left;
	width:96%;
	margin:0 2%;
	padding:2.5% 0;
	border-bottom:1px solid #cacaca;
	}

.purchaseflow #planform div.header {
	padding:5px 2%;
	margin:0px;
	background:#f1f1f1;
	}

.purchaseflow #planform div.last {border:0px;}

.purchaseflow #planform input {float:left;}

.purchaseflow .header .computers,
.purchaseflow #planform ul {float:left;}

.purchaseflow .header .computers {width:63%;}

.purchaseflow #planform ul {
	width:53%;
	padding-left:8%;
	background:transparent url(/en/images/consumer/purchase-icons.png) no-repeat 0px -3px;
	margin-right:2%;
	}

.purchaseflow #planform .newcomputer ul {width:48.3%;}
.purchaseflow #planform input[type='checkbox'] {margin:3px 2.5% 0 0}

.purchaseflow #planform .subscriptions {float:left;}

.purchaseflow .price {float:right; text-align:right;}

.purchaseflow #planform .price {width:11%; margin-left:2%;}

.purchaseflow #codebox {
	width:46%;
	float:left;
	margin:3% 0 0;
	padding:0 0 7px;
	}

.purchaseflow #codebox span {
	padding:5px 4%;
	margin:0px 0px 7px;
	background:#f1f1f1;
	display:block;
	}

.purchaseflow #codebox input {
	margin:0 4%;
	width:72%;
	}

.purchaseflow #totalbox {
	width:50.5%;
	float:right;
	border-top:0px;
	}

.purchaseflow #totalbox li {
	padding:4px 10px;
	float:left;
	width:93.5%;
	}

.purchaseflow #totalbox span {
	display:block;
	float:left;
	width:70%;
	text-align:right;
	}

.purchaseflow #totalbox .discount,
.purchaseflow #totalbox .bonusmonth {color:#6d8702;}

.purchaseflow #totalbox .total {
	border-top:1px solid #cacaca;
	font-weight:bold;
	}

.purchaseflow #totalbox .price {width:21.2%; margin-left:4%;}

.purchaseflow #plans {width:200px;}
.purchaseflow #plans li {width:33.3%; text-align:center;}
.purchaseflow .oneyear {float:left;}
.purchaseflow .twoyear {float:left;}
.purchaseflow .threeyear {float:left;}