body {
	margin: 0;
	padding: 0;
	min-width: 1020px;
	font-family: tahoma, 'lucida grande', verdana, arial, sans-serif;
	color: #333;
	font-size: 12px;
	-webkit-text-size-adjust:100%;
}

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
}

a {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#header {
	background-color: #333;
	height: 100px;
	border-bottom: #006699 5px solid;
	color: #cccccc;
	font-size: 13px;
}

#header.small {
	height: 65px;
}

#header a {
	color: #ffffff;
}

#header div.logo-wrapper {
	float: left;
	margin-top: 20px;
}

#header.small div.logo-wrapper {
	float: left;
	margin-top: 18px;
}

#header div.logo {
	background: transparent url(/img/v2/logo.png) no-repeat scroll 0 0;
	width: 218px;
	height: 50px;	
	float: left;
}

#header.small div.logo {
	background: transparent url(/img/v2/smalllogo.png) no-repeat scroll 0 0;
	width: 142px;
	height: 35px;	
	float: left;
	margin: 0 10px 0 0;
}

#header div.tagline {
	float: left;
	clear: left;
	margin: 0 5px;
}

#header div.status {
	float: right;
	vertical-align: top;
	margin-top: 20px;
}

#header div.status.loggedin {
	margin-top: 15px;
	background: #484848;
	padding: 5px 10px;
	color: #fff;
	font-size: 11px;
}

#header div.sectionname {
	margin-top: 28px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	float: left;
}
#header div.businessname {
	margin-top: 5px;
	font-size: 10px;
	color: #fff;
	float: right;
	clear: both;
	padding: 0 10px;
}

#header span.spacer {
	color: #ccc;
	padding: 0 5px;
}

#overview {
	background: #B3E2FF url(/img/v2/overview-bg.png) repeat-x scroll 0 0;
	height: 352px;
}

#overview div.visual {
	float: left;
	width: 380px;
	margin-top: 20px;
}

#overview div.textual {
	float: left;
	width: 560px;
	margin: 20px 0 0 40px;
}

div.inner {
	margin: 0px auto;
	width: 980px;
}

div.inner.frontend {
	padding: 40px 10px 40px 10px;
	width: 960px;
}

div.inner.middle {
	padding: 40px 10px 0px 10px;
	width: 960px;
}
#overview div.try {
	margin-top: 30px;
}

#overview h1 {
	font-size: 28px;
	font-weight: normal;
	margin-bottom: 10px;
	line-height: 120%;
}

#overview h2 {
	font-size: 18px;
	font-weight: normal;	
	color: #555;
	line-height: 140%;
}

#overview h3 {
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 10px;
}

#overview span.pricing {
	float: left;
	font-size: 15px;
	clear: both;
	margin-top: 10px;
}

#overview span.pricingnote {
	float: left;
	font-size: 9px;
	clear: both;
	margin-top: 3px;
	font-style: italic;
	color: #555;
}

#overview div.nobrowsebar {
	height: 10px;
}

#browsebar {
	background: transparent url(/img/v2/browsebar-bg.png) repeat-x scroll 0 0;
	height: 60px;
	line-height: 48px;
	font-size: 18px;
}

#browsebar.empty{
	height: 30px;
	background: transparent url(/img/v2/browsebar-bg.png) repeat-x scroll 0 -31px;
}

#browsebar.smallerlinks a {
	font-size: 14px;
}

#browsebar a {
	float: left;
	margin: 0 15px;
	text-decoration: none;
	height: 60px;
}

#browsebar a:hover{
	color: #333;
	text-decoration: none;
}

#browsebar a.active{
	color: #333;
	font-weight: bold;
	background: transparent url(/img/v2/downarrow.png) no-repeat scroll center 49px;
}
#browsebar .padleft {
	padding-left: 10px;
}

#browsebar a.businessname{
	color: #333;
	font-weight: bold;
	float: none;
	margin: 0 0 0 8px;
}

#browsebar a.little{
	float: none;
	font-size: 11px;
	margin: 0 0 0 5px;
}

#browsebar img.favicon{
	width: 16px;
	height: 16px;
	vertical-align: middle;
	border: 2px solid white;
}

#browsebar.withactions, #browsebar.withactions a {
	height: 51px;
}

#browsebar.withactions  a.active{
	color: #333;
	font-weight: bold;
	background: transparent url(/img/v2/actionuparrow.png) no-repeat scroll center 43px;
}

#actions {
	background: transparent url(/img/v2/actions-bg.png) repeat-x scroll 0 0;
	height: 50px;
	line-height: 40px;
	font-size: 14px;
}

#actions.empty{
	display: none;
}

#actions a {
	font-size: 12px;
	float: left;
	margin: 0 15px;
	text-decoration: none;
	height: 50px;
}

#actions a:hover{
	color: #333;
	text-decoration: none;
}

#actions a.active{
	color: #333;
	font-weight: bold;
	background: transparent url(/img/v2/actiondownarrow.png) no-repeat scroll center 39px;
}

#content-wrapper {
	background-color: #fff;
}

#content {
	margin: 0px auto;
	width: 980px;
}

#content h1 {
	font-size: 18px;
	font-weight: bold;
}

#content h3 {
	font-size: 14px;
	font-weight: bold;
}

#content div.smallbox{
	width: 180px;
	float: left;
}

#content div.medbox{
	width: 230px;
	float: left;
}

#content div.tribox{
	width: 293px;
	float: left;
}

#content .rightspace {
	margin-right: 40px;
}

#content div.boxcontent {
	float: left;
	margin: 10px 0 0 0;
	font-size: 12px;
	line-height: 150%;
}

#content div.boxcontent.largetext {
	font-size: 14px;
}

#content div.row {
	margin: 0 0 5px 0;
}

#content .section {
	margin-top: 20px;
}

#footer-wrapper {
	border-top: solid 1px #bbb;
	margin: 0px auto;
	width: 980px;
	clear: both;
}

#footer {
	border-top: solid 1px #eee;
	font-size: 11px;
	color: #666;
	padding: 5px 10px 40px 10px;
}

#footer a {
	padding: 0 0 0 10px;
}


#content div.list {
	float: left;
	clear: both;
	width: 100%;
	margin: 20px 0 0 0;
}

#content div.list ul {
	margin: 0;
	padding: 0;
}

#content div.list li { display:-moz-inline-box; -moz-box-orient:vertical;
            display:inline-block; vertical-align:top; word-wrap:break-word; margin: 0; padding: 0;}
* html div.list li { display:inline; }
* + html div.list li { display:inline; }
div.list li > * { display:table; table-layout:fixed; overflow:hidden; }

#content div.list ul li {
	list-style-type: none;
	margin: 10px 0;
	padding: 0;
	width: 317px;
	min-height: 60px;
}

#content div.list ul li img {
	float: left;
	width: 30px;
	height: 30px;
}

#content div.list ul li span {
	float: left;
	margin: 0 0 0 10px;
	width: 260px;
}

#content div.list ul li span p{
	float: left;
	margin: 4px 0 0 0;
	line-height: 18px;
	font-size: 13px;
}

#content  p{
	float: left;
	margin: 4px 0 0 0;
	line-height: 18px;
	font-size: 13px;
}


div.whiteline {
	height: 1px;
	background-color: #fff;
}

div.left {
	float: left;
}

div.right {
	float: right;
}

a.button, a.button:hover {
	background: transparent url(/img/v2/button.png) repeat-x scroll 0 0;
	height: 44px;
	width: 279px;
	float: left;
	line-height: 38px;
	font-size: 18px;
	text-align: center;
	color: #fff;
	text-decoration: none;
}

a.button.green, a.button.green:hover {
	background: transparent url(/img/v2/greenbutton.png) repeat-x scroll 0 0;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

img.icon-toolbox {
	height: 30px;
	width: 30px;
	background: transparent url(/img/icons.png) repeat-x scroll 0 0px;
}

img.icon-location {
	height: 30px;
	width: 30px;
	background: transparent url(/img/icons.png) repeat-x scroll 0 -30px;
}

img.icon-lock {
	height: 30px;
	width: 30px;
	background: transparent url(/img/icons.png) repeat-x scroll 0 -60px;
}

img.icon-heart {
	height: 30px;
	width: 30px;
	background: transparent url(/img/icons.png) repeat-x scroll 0 -90px;
}

img.icon-idcard {
	height: 30px;
	width: 30px;
	background: transparent url(/img/icons.png) repeat-x scroll 0 -120px;
}

img.icon-stats {
	height: 30px;
	width: 30px;
	background: transparent url(/img/icons.png) repeat-x scroll 0 -150px;
}

img.icon-envelope {
	height: 30px;
	width: 30px;
	background: transparent url(/img/icons.png) repeat-x scroll 0 -180px;
}

img.icon-stopwatch {
	height: 30px;
	width: 30px;
	background: transparent url(/img/icons.png) no-repeat 0 -210px;
}

img.icon-group {
	height: 30px;
	width: 30px;
	background: transparent url(/img/icons.png) no-repeat 0 -240px;
}

img.icon-comment {
	height: 30px;
	width: 30px;
	background: transparent url(/img/icons.png) no-repeat 0 -270px;
}

img.icon-flag {
	height: 30px;
	width: 30px;
	background: transparent url(/img/icons.png) no-repeat 0 -300px;
}

img.icon-photos {
	height: 30px;
	width: 30px;
	background: transparent url(/img/icons.png) no-repeat 0 -330px;
}

img.icon-todo {
	height: 30px;
	width: 30px;
	background: transparent url(/img/icons.png) no-repeat 0 -360px;
}

img.icon-bullhorn {
	height: 30px;
	width: 30px;
	background: transparent url(/img/icons.png) no-repeat 0 -390px;
}

img.icon-download {
	height: 30px;
	width: 30px;
	background: transparent url(/img/icons.png) no-repeat 0 -420px;
}

img.icon-signpost {
	height: 30px;
	width: 30px;
	background: transparent url(/img/icons.png) no-repeat 0 -450px;
}

img.icon-gift {
	height: 30px;
	width: 30px;
	background: transparent url(/img/icons.png) no-repeat 0 -480px;
}

img.icon-stats {
	height: 30px;
	width: 30px;
	background: transparent url(/img/icons.png) no-repeat 0 -510px;
}

img.icon-gears {
	height: 30px;
	width: 30px;
	background: transparent url(/img/icons.png) no-repeat 0 -540px;
}

img.icon-palette {
	height: 30px;
	width: 30px;
	background: transparent url(/img/icons.png) no-repeat 0 -570px;
}

img.icon-mobile {
	height: 30px;
	width: 30px;
	background: transparent url(/img/icons.png) no-repeat 0 -600px;
}

img.icon-compose {
	height: 30px;
	width: 30px;
	background: transparent url(/img/icons.png) no-repeat 0 -630px;
}

img.icon-html {
	height: 30px;
	width: 30px;
	background: transparent url(/img/icons.png) no-repeat 0 -660px;
}

#pricing {
	border-collapse:collapse;
	margin-top: 10px;
}

p.lh {
	line-height: 150%;
}

#pricing tr.info td{
	font-weight: bold;
	font-size: 14px;
	padding:10px;
}

#pricing td.info, #pricing tr.info td.center {
	border-top: 1px dotted #ddd;
	border-bottom: 1px dotted #ddd;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#pricing tr.info td.highlight {
	font-size: 16px;
}

#pricing tr.feature {
	font-size: 10px;
	line-height: 12px;
	background-color: #f4f4f4;
}

#pricing tr.feature td, #pricing tr.app td {
	font-size: 12px;
	padding: 10px;
	border-top: 1px dotted #ddd;
	border-bottom: 1px dotted #ddd;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#pricing tr.feature td.feature {
	padding: 10px 10px 10px 20px;
	
}

#pricing td.center {
	text-align: center;
	
	border: solid #ccc;
	border-width: 0px 1px 0 1px;
}

#pricing tr.app td {
	padding-top: 20px;
	font-weight: bold;
	font-size: 14px;
}

#pricing tr.expandable td {
}

#pricing tr.expand-bottom td {
}

#pricing .highlight {
	background-color: #d1edfe;
	border-left: 2px solid #006090 !important;
	border-right: 2px solid #006090 !important;
	border-top: 1px dotted #b1cdde !important;
	border-bottom: 1px dotted #b1cdde !important;
	color: #003363;
}

#pricing tr.bottom td.highlight {
	border-bottom: 2px solid #006090 !important;
}

#pricing th.highlight {
	font-size: 20px;
	border-top: 2px solid #006090 !important;
}

#pricing .right {
	text-align: right;
}

#pricing tr.big {
	font-size: 18px;
	font-weight: bold;
}

#pricing th{
	font-size: 18px;
	text-align: center;
	background-color: transparent;
	padding-top: 8px;
}

#pricing th.featurename {
	width: 270px;
}

#pricing th.package {
	width: 100px;
	border:none;
}

#pro-ribbon {
	position: relative;
}
#pro-ribbon img {
	position: absolute;
	left: -12px;
	top: -14px;
	display: inline-block;
	padding: 0px 4px;
	width:80px;
}

/* HELP page css start */
#help {
	margin: 20px;
}

#help h1 {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	border-bottom: 1px solid #D0D0D0;
	padding: 0 0 10px 0;
}

#help h2 {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 10px 0;
	margin: 0;
}

#help div.field {
	margin: 10px 0;
	border-bottom: 1px solid #d9d9d9;
	padding: 0 0 10px 0;
}

#help div.field div.options {
	font-weight: bold;
	margin: 0 0 10px 0;
}

#help div.field div.instructions {
	margin: 0 0 5px 5px;
}

#help img.preview {
	max-height: 150px;
	max-width: 300px;
	display: block;
	border: 2px solid #DDD;
}

#help div.step {
	padding: 10px 0px;;
	border-bottom: 1px solid #D0D0D0;
	float: left;
	width: 100%;
}

#help div.step-last {
	border-bottom: 0px solid #D0D0D0;
}

#help div.screenshot {
	margin: 10px 0;
}
#help div.steprow {
	margin: 10px;
}

#help pre.code {
	background-color: #fff;
	padding: 10px;
	border: 1px solid #efefef;
	width: 480px;
}

/* HELP page css end */

span.subheading {
	font-style:italic;
	font-size: 16px;
	color: #999;
	font-weight: normal;
	margin-top: 10px;
	float: left;
	width: 100%;
}

div.examples {
	float: left;
	clear: both;
	width: 100%;
	margin: 20px 0 0 0;
}

div.example {
	float: left;
	width: 450px;
	margin: 0 15px 0 15px;
}
div.examplerow {
	width: 100%;
	margin-bottom: 20px;
}
div.examples img.shareimage {
	max-width: 90px;
	max-height: 90px;	
	float: left;
	margin-right: 10px;
}

div.examples div.sharetext {
	display: table-cell;
	zoom: 1;
}

div.examples div.sharetitle {
	margin: 0 0 5px 0 ;
}

div.examples div.sharedescription {
	color: #999;
	font-size: 11px;
}

div.example img.businessthumb {
	width: 40px;
	height: 40px;
	float: left;
	margin-right: 10px;
	
}
div.examples div.businessname {
	display: block;
	margin-bottom: 5px;
}
div.example a {
	font-weight: bold;
}

div.flashmessage {
	float: left;
	margin-bottom: 20px;
	color: red;
	padding: 10px;
	width: 100%;
	border-bottom: 1px solid #FF7F7F;
	border-top: 1px solid #FF7F7F;
	background-color: #FFE5E5;
}