@charset:utf-8;

h1,h2,h3,h4,h5,h6,p,form,label,ul,ol,li,dl,dt,dd,fieldset,table,tr,th,td,div,body,hr,blockquote {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial,Helvetica,sans-serif;
	background-color: #fff;
	font-size: .8em;
	background-image: url(../images/layout/bodybg_plain.gif);
	background-repeat: repeat-x;
	background-position: left 0;
}

.reduced{
color:#CC0000;
text-decoration:line-through;

}

.codeHeader,.code-java,.codeContent {
	font-size: .8em;
	font-family: "Courier New",Courier,monospace;
}

div#all {
	width: 1000px;
	margin: 0 auto;
}

.downloadoptions {
	height: auto;
	min-height: 65px;
	display: block;
	overflow: visible;
	margin-bottom: 10px;
	clear: both;
}

.downloadoptions .floatleft {
	width: 120px;
	margin: 0 5px 0 0;
}

.downloadoptions .platform {
	margin-top: 10px;
	margin-right: 0;
	width: 100px;
}

.downloadoptions .floatleft.info {
	font-size: 10px;
	width: auto;
}

.downloadoptions .platform img {
	margin-right: 5px;
}

.downloadoptions .floatleft.button {
	text-align: center;
	font-size: 10px;
}

.fullheader {
	display: block;
	margin-bottom: 0;
	height: 100px;
}

.searchbox {
	float: right;
	margin: 5px 0 0;
	display: block;
	position: relative;
}

.searchbox .input {
	display: block;
	position: relative;
	background-color: #FFF;
	margin-left: 5px!important;
	border: solid 1px #ccc;
	width: 115px;
	padding: 0 0 0 20px;
	height: 17px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-image: url(../images/layout/searchback.png);
	background-repeat: no-repeat;
	background-position: 5px center;
}



#confirmDetails label {
	
	display: block;
	font-size: 12px;
	float: left;
	width: 100px;
	line-height: 28px;
	height: 28px;

 }

#confirmDetails textarea {
	font-family: Arial,Helvetica,sans-serif;
	display: block;
	position: relative;
	border: solid 1px #ccc;
	padding: 5px;
	height: 100px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 15px;
	width: 300px;
	margin-bottom: 5px;
}

#confirmDetails input[type="text"] {
	
	display: block;
	position: relative;
	border: solid 1px #ccc;
	padding: 5px;
	height: 18px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 15px;
	width: 200px;
	margin-bottom: 5px;

 }
 
 #confirmDetails select {
	
	display: block;
	position: relative;
	border: solid 1px #ccc;
	padding: 5px;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 15px;
	width: 212px;
	margin-bottom: 5px;

 }

#confirmDetails select:disabled {
	background-color: #ebebeb;
}

#confirmDetails input[type="text"]:disabled {
	background-color: #ebebeb;
}

#showcasesidebar {
	width: 800px;
	display: block;
	float: left;
	height: auto;
	border-left: 1px #ccc solid;
}

#showcasefull {
	width: 1000px;
	display: block;
	float: left;
	height: auto;
}

#showcasecontent {
	width: 630px;
	display: block;
	float: left;
	margin-right: 30px;
	height: auto;
}

#showcasecontent h1,#showcasesidebar h1,#showcasefull h1 {
	padding: 0;
	border: 0;
	margin: 15px 0;
	font-size: 18px;
}

#showcasesidebar h1 {
	padding-left: 10px;
}

#showcasecontent a.downloadbutton,#showcasecontent a.newsletter {
	margin: 0 auto;
	background-repeat: no-repeat;
	width: 250px;
	height: 69px;
	display: block;
	text-indent: -9999px;
}

#showcasecontent a.newsletter {
	background-image: url(/images/newlettersignup_large.png);
}

#showcasecontent a.downloadbutton.temp {
	background-image: url(/images/downloadfr.png);
	background-position:center;
}

#showcasecontent a.downloadbutton.fr {
	background-image: url(/images/downloadbuttonfr.png);
}

#showcasecontent a.downloadbutton.fa {
	background-image: url(/images/downloadbuttonfd.png);
}

#showcasecontent a.downloadbutton.fe {
	background-image: url(/images/downloadbuttonfr.png);
}

#showcasecontent a.downloadbutton.fd {
	background-image: url(/images/downloadbuttonfd.png);
}

.displaybox.top {
	background-color: #f0f0f0;
	height: auto;
	float: left;
	padding: 10px;
}

.displaybox.image {
	width: 330px;
	display: block;
	height: 230px;
	float: left;
}

.displaybox.image img {
	background-color: #fff;
	border: solid 1px #f0f0f0;
	padding: 2px;
}

.displaybox.text {
	width: 280px;
	display: block;
	height: 230px;
	float: left;
}

.displaybox.text li {
	list-style-position: outside;
	list-style-image: url(/images/frontpage/tick.png);
	margin: 5px 0 15px 85px;
	font-size: 14px;
	letter-spacing: 1px;
}

.displaybox.textmore p,.displaybox.text p {
	font-size: 13px;
	line-height: 22px;
}

.displaybox.text p {
	margin: 5px 0 10px 85px;
	font-size: 14px;
}

.displaybox.textmore {
	clear: both;
}

.displaybox.textmore h2 {
	padding-top: 10px;
}

.displaybox.textmore p {
	margin-bottom: 10px;
}

.productbenefits.frontpage,.productbenefits.frontpage.sub {
	clear: both;
	height: auto;
	margin: 10px 0;
	float: left;
}

.productbenefits.frontpage.sub {
	height: auto;
	margin-top: 0;
}

.productbenefits.frontpage div {
	background-color: #f0f0f0;
	width: 210px;
	min-height: 200px;
}

.productbenefits.frontpage.sub div {
	background-color: #fff;
	width: 460px;
	min-height: 100px;
}

.productbenefits.frontpage div,.productbenefits.frontpage.sub div {
	float: left;
	display: block;
	margin: 0 10px;
	padding: 10px;
}

.productbenefits.frontpage div {
	font-size: 12px;
}

.productbenefits.frontpage.sub div {
	font-size: 11px;
}

.productbenefits.frontpage.sub div img,.productbenefits.frontpage.sub div object,.productbenefits.frontpage.sub div embed {
	padding: 2px;
	background-color: #FFF;
	border: solid 1px #ebebeb;
	display: block;
	margin-bottom: 5px;
	margin-right: 10px;
	float: left;
}

.productbenefits.frontpage.sub div img {
	width: 80px;
	height: 80px;
}

.productbenefits h2 {
	margin: 0 0 10px;
}

.productbenefits.frontpage div img {
	padding: 2px;
	background-color: #FFF;
	border: solid 1px #ebebeb;
	display: block;
	margin-bottom: 5px;
}

.productbenefits.frontpage div p {
	letter-spacing: normal;
	font-size: 13px;
}

.productbenefits.frontpage.sub div p {
	letter-spacing: normal;
}

.productbenefits.frontpage div p strong {
	display: block;
}

.productbenefits.frontpage div p a {
	display: block;
}

.liteline {
	height: 1px;
	background-color: #ebebeb;
	clear: both;
	border: 0;
	border-bottom: 1px solid #ccc;
}

.promotion.text {
	width: 150px;
	float: left;
	display: block;
	padding-bottom: 10px;
}

.promotion.text li {
	list-style-image: url(/images/new.png);
	line-height: 15px;
}

.promotion.text li a {
	color: #333;
	text-decoration: none;
	margin: 0;
}

.promotion.text li a:hover {
	text-decoration: underline;
}

#productnotice {
	padding-top: 10px;
	width: 300px;
	float: left;
}

#productnotice .customers {
	margin-bottom: 10px;
}

.productnotice ul. .productnotice a {
	color: #333;
}

.productnotice ul {
	margin-left: 30px;
}

.productnotice li {
	margin-bottom: 5px;
	letter-spacing: 1px;
}

.productnotice a {
	margin-left: 30px;
}

.productnotice a.nomargin {
	margin-left: 0!important;
}

.productnotice a.buybutton,.salesbuttons a.buybutton {
	margin-bottom: 5px;
	background-repeat: no-repeat;
	width: 163px;
	height: 44px;
	display: block;
	text-indent: -9999px;
}

.productnotice a.buybutton,.productnotice a.upgradebutton {
	margin-left: 160px;
}

.productnotice a.upgradebutton,.salesbuttons a.upgradebutton {
	background-repeat: no-repeat;
	width: 163px;
	height: 44px;
	display: block;
	text-indent: -9999px;
}

a.livedemo.fr,a.smldownloadbutton.fr {
	float: left;
	margin-right: 5px;
	background-repeat: no-repeat;
	width: 163px;
	height: 44px;
	display: block;
	text-indent: -9999px;
}

.productnotice a.buybutton.fr,.salesbuttons a.buybutton.fr {
	background-image: url(/images/buyonlinefr_179.png);
}

.productnotice a.buybutton.fe,.salesbuttons a.buybutton.fe {
	background-image: url(/images/buyonlinefe.png);
}

.salesbuttons a.newsletter {
	background-image: url(/images/newlettersignup.png);
}

.salesbuttons a.buybutton.frent {
	background-image: url(/images/buyonlinefrent.png);
}

.productnotice a.buybutton.fd {
	background-image: url(/images/buyonlinefd.png);
}

.livedemo.fr {
	background-image: url(/images/tryonlinefr.png);
}

.smldownloadbutton.fr {
	background-image: url(/images/downloadfr.png);
}

.productnotice a.upgradebutton.frent,.salesbuttons a.upgradebutton.frent {
	background-image: url(/images/upgradefrent.png);
}

.productnotice a.upgradebutton.fr,.salesbuttons a.upgradebutton.fr {
	background-image: url(/images/upgradefr.png);
}

.productnotice a.upgradebutton.fe,.salesbuttons a.upgradebutton.fe {
	background-image: url(/images/upgradefe.png);
}

.productnotice a.upgradebutton.fd {
	background-image: url(/images/upgradefd.png);
}

.productnotice .salesbuttons {
	margin-bottom: 10px;
}

.hotheadlines {
	position: relative;
	height: 18px;
	clear: both;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	padding: 2px 0;
	display: block;
	line-height: 18px;
	margin: 10px 0;
	overflow: hidden;
}

.hotheadlines h4 {
	float: left;
	color: #666;
	line-height: 20px;
	padding: 0 5px;
	margin: 0 20px 0 0;
}

.hotheadlines div {
	margin-right: 10px;
	line-height: 20px;
	padding: 2px 0;
}

.hotheadlines a,.hotheadlines a:visited {
	color: #666;
	text-decoration: none;
}

#topquicks {
	float: right;
	margin-top: 10px;
}

#topquicks li {
	float: left;
	list-style: none;
	margin-right: 10px;
	color: #FFF;
	font-size: 10px;
}

#topquicks li a {
	color: #FFF;
	text-decoration: none;
	background-image: url(/common/images/layout/dropdownpipe.gif);
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 10px;
	font-size: 11px;
}

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

#corelinks li {
	list-style: none;
	float: left;
}

#corelinks li a {
	letter-spacing: 1px;
	margin: 5px 20px 0 0;
	color: #f0f0f0;
	font-size: 13px;
	padding: 2px 5px;
	display: block;
}

#corelinks li a:hover {
	color: #fff;
	text-decoration: none;
}

#corelinks li a.current {
	background-color: #fff;
	color: #01a4de;
	border-color: #ccc;
	border-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-style: solid;
	font-weight: 700;
}

ul.subnav {
	clear: both;
}

#corelinks {
	clear: both;
	margin-left: 50px;
}

ul.subnav li {
	display: block;
	float: left;
	list-style-type: none;
	margin-top: 10px;
}

ul.subnav li a {
	letter-spacing: 1px;
	margin: 0 20px 5px 0;
	color: #333;
	font-size: 13px;
	padding: 0 8px;
	display: block;
	line-height: 20px;
	height: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

ul.subnav li a.subnavcurrent {
	color: #333;
	font-weight: 700;
	background-color: #ebebeb;
}

ul.subnav li a.subnavcurrent:hover {
	background-color: #01a4de;
}

ul.subnav li a:hover {
	text-decoration: none;
	background-color: #01a4de;
}

a,a:visited {
	color: #06C;
	text-decoration: none;
	outline: 0;
}

a:hover {
	text-decoration: underline;
}

a.stayblack {
	color: #000!important;
	text-decoration: none;
	outline: 0;
}

img {
	border: none;
	vertical-align: middle;
}

.marginright img {
	margin-right: 5px;
}

.spanlink {
	color: #06C;
	text-decoration: none;
}

.spanlink:hover {
	cursor: pointer;
	text-decoration: underline;
}

.ui-tabs-nav a,.ui-tabs-nav a span .checkout {
	border: none;
	vertical-align: middle;
}

h1 {
	padding: 10px;
	border-bottom: 2px solid #ccc;
	margin-bottom: 15px;
	font-size: 15px;
	font-weight: 700;
	overflow: visible;
}

h2 {
	font-size: 14px;
	font-weight: 700;
	margin: 20px 0 10px;
}

h3,h2#photos,h2#photos_past {
	font-size: .9em;
	padding: 4px 4px 3px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	clear: both;
	text-transform: uppercase;
	margin-top: 5px;
}

h4 {
	font-size: 1em;
	margin: 5px 0 10px;
}

h4.faqhead {
	clear: both;
	margin-top: 15px;
}

p, .genericlist {
	margin-bottom: 10px;
	line-height: 1.5em;
	font-size: 12px;
}

.leftmodules li,.leftmodules ul {
	list-style: none;
}

.leftmodules li a {
	padding: 5px 0;
	color: #666;
	display: block;
	border-bottom: solid 1px #ebebeb;
	letter-spacing: .1em;
	font-size: 12px;
}

.leftmodules li a:hover {
	color: #00a4de;
	text-decoration: none;
}

.leftmodules {
	margin-bottom: 20px;
}

.listpadding li {
	margin-bottom: 5px;
}

ul.genericlist,ul.aboutus_genericlist {
	list-style: outside url(../images/bullet.gif)!important;
	margin-left: 17px;
}

ol.genericlist {
	list-style-position: outside;
	list-style-image: none;
}

ul.genericlist li {
	margin-bottom: 5px;
}

ol.genericlist {
	margin-left: 25px;
	list-style-position: outside;
}

.seperator,.seperator2,.seperator3 {
	background-color: #ccc;
	margin: 5px auto;
	overflow: hidden;
	clear: both;
}

.seperator {
	height: 1px;
	width: 95%;
}

.seperator2 {
	height: 2px;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}

.seperator3 {
	height: 1px;
	width: 100%;
}

.seperator4 {
	height: 10px;
	width: 100%;
	background: none;
}

#flashquotes {
	padding-top: 10px;
}

.quotes {
	height: 130px;
	background-color: #fff;
}

.flashfile140 {
	height: 140px;
	margin-left: 25px;
	width: 140px;
	display: block;
	z-index: 0;
	position: absolute;
}

.light {
	color: #999;
}

.highlightText {
	color: #01a4de;
}

.highlightText.red {
	color: #C00;
}

div#NavigationLeft {
	width: 195px;
	float: left;
	margin-right: 0;
	margin-top: 30px;
	clear: both;
	padding: 0;
}

div#leftcolumn {
	width: 600px;
	float: left;
	background-color: #fff;
	border-left: solid 1px #ccc;
	margin-top: 10px;
	min-height: 1000px;
}

div#middlecolumn {
	width: 700px;
	width: 65%;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	margin-top: 10px;
	min-height: 1000px;
}

div#rightcolumn {
	width: 190px;
	float: left;
	margin-left: 5px;
	margin-top: 0;
}

.colwrapper {
	clear: both;
	overflow: hidden;
	margin: 10px 0;
}

.frontpage_display {
	clear: both;
	overflow: hidden;
	margin-top: 0;
}

div.halfwidthcolleft,div.halfwidthcolright {
	float: left;
	width: 284px;
}

div.halfwidthcolleft {
	margin-right: 11px;
}

div.buycolleft,div.buycolright {
	float: left;
}

div.buycolleft {
	width: 115px;
}

div.buycolright {
	width: 443px;
}

div.buycolleft {
	margin-right: 11px;
}

div.contentbottomcurve {
	height: 1px;
	overflow: hidden;
	clear: both;
}

div.content {
	padding: 0 10px;
}

div.content p {
	margin: 10px 0;
}

div#footer img {
	float: left;
	margin-right: 10px;
	margin-top: 5px;
}

div#footer {
	width: 1000px;
	clear: both;
	text-align: left;
	color: #ccc;
	font-size: 10px;
	margin: 10px auto;
	border-top: solid 1px #ebebeb;
	float: left;
	padding-top: 5px;
}

div#footer a {
	color: #ccc;
	text-decoration: underline;
}

img.rightgap {
	margin-right: 20px;
}

img.bottomgap {
	margin-bottom: 40px;
}

.formlabel {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 140px;
}

.required {
	color: red;
}

.centered {
	text-align: center;
}

.floatright {
	float: right;
	margin: 5px;
	padding: 3px;
}

.floatleft {
	float: left;
	margin: 5px;
	padding: 3px;
}

.floatleft.clean {
	float: left;
	margin: 0;
	padding: 0;
}

.newoderimproved {
	background-color: red;
	color: #fff;
	font-size: .8em;
}

.important {
	background-color: #FFE6E6;
	padding: 10px;
	border: 1px solid red;
	margin-top: 10px;
}

.important2 {
	background-color: #00A4DE;
	padding: 12px;
	color: #fff;
	font-size: 1.1em;
	text-align: center;
	font-weight: 700;
}

.important2 a {
	font-size: .9em;
	color: #fff;
}

.solution {
	background-color: #E8FFEC;
	border: 1px solid #0F3;
	padding: 5px;
}

.details {
	background-color: #ebebeb;
	border: 1px solid #ccc;
	padding: 5px;
}

.details pre {
	overflow: auto;
	font-family: "Courier New",Courier,monospace;
	font-size: 10px;
}

.highlight {
	background-color: #fff;
	border: 1px outset #666;
	padding: 3px;
}

.nojs {
	background-color: #FFFECA;
	border-bottom: 1px solid #000;
	height: 2.2em;
	line-height: 2.2em;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	margin: 0;
	display: inline;
	padding: 0;
}

.customerinfo {
	list-style: none;
	margin-left: 15px;
	list-style-position: outside;
}

.customerinfo li {
	font-size: .9em;
}

.customerinfo a {
	color: #506068;
	text-decoration: none;
}

.customerinfo a:visited {
	color: #506068;
}

.customerinfo a:hover {
	text-decoration: underline;
}

#onlinebuyimage {
	text-align: right;
	padding: 0;
	width: 238px;
	height: 124px;
}

#onlinebuyimage span {
	margin-right: 8px;
	position: relative;
	top: 26px;
}

#onlinebuyimage a {
	font-size: 1.1em;
	text-decoration: none;
	color: #FFF;
}

#onlinebuyimage img {
	margin-bottom: 3px;
}

.partnerright {
	float: right;
	margin: 10px 0 10px 10px;
}

.partnerleft {
	float: left;
	margin: 10px 10px 10px 0;
}

.resellers {
	border: 1px solid #ccc;
	border-top: none;
	padding: 5px;
}

.resellers img {
	padding: 5px 0 10px 5px;
}

.newsitem {
	clear: both;
	overflow: hidden;
	height: 1%;
}

.newsitem p {
	float: left;
	margin: 10px 0;
	width: 220px;
}

img.newsicon {
	float: left;
	margin: 12px 5px 10px 10px;
}

img.boxart {
	float: left;
	margin: 0 10px 20px 30px;
}

img.boxart2 {
	float: left;
}

ul.info {
	list-style: none;
	margin: 10px 0;
}

ul.info li {
	margin-bottom: 5px;
}

ul.buy {
	list-style: none;
	margin: 10px 0;
}

ul.buy li {
	margin-bottom: 5px;
}

ul.buy img {
	margin-right: 2px;
}

ul.installerlist {
	list-style: none;
	margin: 10px 0;
}

ul.installerlist img {
	vertical-align: top;
}

ul.installerlist .installername {
	padding-left: 10px;
}

ul.installerlist .installermd5hash {
	float: right;
	font-size: .8em;
	color: #aaa;
}

ul.questions {
	list-style: outside url(../images/layout/question_icon.gif)!important;
	padding-left: 23px;
}

ul.questions li {
	padding-left: 10px;
}

ul.questions li a {
	position: relative;
	top: -5px;
}

ul.ticks {
	list-style: outside url(../images/tick2.gif)!important;
	margin-left: 20px;
}

ul.ticks2 {
	list-style: outside url(../images/tick.gif)!important;
	margin-left: 20px;
}

ul.arrow {
	list-style: outside url(../images/layout/grey_bullet_arrow_dbl.gif)!important;
	margin-left: 20px;
}

ul.arrow.blue {
	list-style: outside url(../images/layout/darkblue_bullet_arrow_dbl.gif)!important;
}

ul.arrow li.blue {
	list-style: outside url(../images/layout/darkblue_bullet_arrow_dbl.gif)!important;
}

.cross {
	list-style: outside url(../images/cross.png)!important;
	margin-left: 0;
}

.question {
	list-style: outside url(../images/question.png)!important;
	margin-left: 0;
}

ul.ticks li {
	margin-top: 7px;
}

p.pricing {
	text-align: center;
}

p.pricing span {
	font-size: 1.4em;
	font-weight: 700;
}

.smallertext {
	font-size: 10px;
}

.smalltext {
	font-size: .8em;
}

.bigtext {
	font-size: 1.7em;
}

img.bugimage {
	float: left;
	margin: 0 5px 30px 0;
}

div.bugtext {
	float: right;
	width: 140px;
	margin-top: 20px;
}

div.pricing2 {
	float: left;
	width: 90px;
	margin-left: 10px;
}

.smalltext2 {
	font-size: .9em;
	color: red;
}

.questionsbox,.smalltext2 {
	margin-left: 32px;
}

fieldset.hiddenfieldset,.hidden {
	position: absolute;
	left: -1500em;
}

fieldset.showfieldset {
	display: block;
	background-color: #f3f3f3;
	width: 500px;
	margin: 10px 0 10px 20px;
}

.inputs {
	padding: 10px;
}

img.screenshotthumb {
	margin: 0 auto;
	display: block;
}

img.thumb {
	padding: 5px;
	border: 1px solid #000;
}

blockquote {
	padding: 0 0 10px 30px;
	background: url(../images/layout/plus.gif) no-repeat 0 2px;
}

blockquote p {
	margin: 0!important;
}

.codeblock {
	padding-left: 5px;
	background-color: #DDE3E5;
	font-size: 1.1em;
}

div.gototop {
	float: right;
	margin-bottom: 5px;
	clear: both;
}

tr.oddrow {
}

tr.lightrow{
	background-color: #f4f3f3;
}

tr.evenrow {
	background-color: #dde3e5;
}

table.comparison {
	width: 100%;
}

table.comparison td,table.comparison th {
	padding: 2px 5px;
	text-align: center;
}

table.comparison .firstcol {
	text-align: left!important;
}

table.comparison a {
	color: #01a4de;
	text-decoration: none;
}

table.comparison a:visited {
	color: #01a4de;
}

table.comparison a:hover {
	text-decoration: underline;
}

table.sysrequirements {
	width: 100%;
}

table.sysrequirements td,table.sysrequirements th {
	padding: 2px 5px;
	vertical-align: top;
}

table.sysrequirements th {
	width: 30%;
	text-align: right;
}

table.sysrequirements td {
	background-color: #dde3e5;
}

table.webinardetails {
	width: 100%;
	margin: 10px 0;
}

table.webinardetails td,table.webinardetails th {
	padding: 2px 5px;
	vertical-align: top;
}

table.webinardetails th {
	width: 20%;
	text-align: right;
}

table.webinardetails td {
	background-color: #dde3e5;
}

table.webinardetails2 {
	width: 100%;
	margin: 10px 0;
	border-collapse: collapse;
	border: 1px solid #dde3e5;
}

table.webinardetails2 td {
	padding: 5px;
}

table.webinardetails2 tr.tblhead {
	background-color: #dde3e5;
}

table.webinardetails2 tr.tblhead:hover {
	background-color: #dde3e5;
}

table.webinardetails2 tr:hover {
	background-color: #dde3e5;
	color: inherit;
	cursor: pointer;
}

table.webinardetails2 a {
	text-decoration: none;
}

table.volumepricing {
	margin: 0 auto;
}

table.volumepricing td,table.volumepricing th {
	padding: 2px 5px;
	vertical-align: top;
	text-align: center;
}

table.volumepricing th {
	background-color: #dde3e5;
	font-weight: 400;
}

form.searchform {
	padding: 10px 0;
}

form.searchform .brandandsubmit {
	float: right;
	color: #676767;
	margin: 3px 0 0;
}

form.searchform p {
	clear: left;
	padding: 3px 0;
	margin: 0;
}

form.searchform label {
	float: left;
	width: 5em;
	text-align: right;
	margin-right: 10px;
}

form.searchform input,form.searchform select {
	float: left;
	width: 320px;
}

form.searchform input {
	width: 314px;
}

form.searchform input.submitbtn {
	width: auto;
	margin: 7px 15px 0;
}

form.halfsearchform {
	padding: 5px 0;
}

form.halfsearchform .brandandsubmit {
	float: right;
	color: #676767;
	font-size: .8em;
}

form.halfsearchform p {
	clear: both;
	padding: 8px 0;
	margin: 0;
}

form.halfsearchform label {
	float: left;
	width: 5em;
	text-align: right;
	margin-right: 5px;
}

form.halfsearchform input,form.halfsearchform select {
	float: left;
	width: 190px;
}

form.halfsearchform input {
	width: 186px;
}

form.halfsearchform input.submitbtn {
	width: auto;
	float: right;
	margin: 15px 2px;
}

div.resultitem h3 {
	font-size: 1.1em;
	font-weight: 400;
	padding: 0;
	margin: 0;
	background-color: transparent;
	border-bottom: none;
	clear: none;
	border: none;
	text-transform: none;
}

div.resultitem {
	margin: 10px 0;
}

div.resultitem p {
	margin: 0;
}

div.resultitem p .url {
	color: green;
}

table.kbTable {
	border-collapse: collapse;
	margin: 10px 0;
}

table.kbTable td,table.kbTable th {
	padding: 2px 4px;
	border: 1px solid #000;
}

a.button {
	background: transparent url(../images/button_a.gif) no-repeat scroll top right;
	color: #444;
	display: block;
	height: 24px;
	margin-right: 6px;
	padding-right: 18px;
	text-decoration: none;
	margin-bottom: 5px;
	float: left;
}

a.button span {
	background: transparent url(../images/button_span.gif) no-repeat;
	display: block;
	line-height: 14px;
	padding: 5px 0 5px 18px;
}

a.button:active {
	background-position: bottom right;
	color: #000;
	outline: none;
}

a.button:active span {
	background-position: bottom left;
	padding: 6px 0 4px 18px;
}

p.productimage {
	margin: 8px 10px 5px;
	float: left;
}

p.producttext {
	margin: 10px;
}

.mail {
	background-image: url(/newsletter/images/mail.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
}

.accordion h3,.accordion h4 {
	background: #dde3e5 url(/common/images/arrowupdown.gif) no-repeat right -53px;
	cursor: pointer;
}

.accordion h3.sub,.accordion h4.sub {
	background: #ebebeb;
	cursor: pointer;
	padding-left: 15px;
}

.accordion h3.active,.accordion h4.active {
	background-position: right 3px;
}

.accordion h3:hover {
	background-color: #999;
	color: #fff;
}

img.highlightimage {
	border: 1px solid #01a4de;
	padding: 2px;
	margin: 5px;
	background-color: #fff;
}

img.highlightimage:hover {
	background-color: #01a4de;
}

.clear {
	clear: both;
}

table.generictable,table.featuretable {
	border-collapse: collapse;
	margin: 10px 0;
}

table.generictable td,table.generictable th {
	padding: 2px 4px;
	border: 1px solid #000;
}

table.featuretable td,table.featuretable th {
	padding: 2px 4px;
	border: 1px solid #ebebeb;
}

table.featuretable th {
	background-color: #ebebeb;
	text-align: left;
}

.header {
	margin: 0 0 10px;
}

.artimage {
	float: left;
	margin: 5px 10px 20px 0;
}

.artimage.border {
	border: solid 1px #000;
}

.artimageRight {
	float: right;
	margin: 5px 0 20px 10px;
}

.pressimage {
	float: left;
	margin: 0 10px 15px;
}

#configform .inputForm {
	width: 70px;
	margin-bottom: 2px;
	text-align: center;
}

#configform .inputFormSelect {
	width: 74px;
	margin-bottom: 2px;
	text-align: center;
}

#DeveloperLeftCol {
	width: 150px;
	margin-right: 20px;
	text-align: right;
	float: left;
	height: 100%;
	display: block;
	position: relative;
}

#DeveloperRightCol {
	margin: 0;
	padding: 0;
	width: 368px;
	text-align: left;
	float: left;
	display: block;
	position: relative;
}

#DeveloperRightCol h2 {
	margin-top: 0;
}

#DeveloperLeftCol .devImg {
	display: block;
	margin-bottom: 5px;
	float: right;
}

#DeveloperIndex .devImg {
	display: block;
	margin-bottom: 5px;
	margin-right: 10px;
	float: left;
}

#DeveloperIndex .featuredProduct {
	display: block;
	margin-bottom: 5px;
}

#DeveloperLeftCol .devName,#DeveloperIndex .devName {
	display: block;
	margin-bottom: 0;
	font-weight: 700;
}

#DeveloperLeftCol .devName {
	clear: both;
}

#DeveloperContents h4,#DeveloperIndex h4 {
	font-size: 13px;
	font-weight: 700;
	color: #333!important;
	margin-bottom: 2px;
}

#DeveloperLeftCol .devFunName,#DeveloperIndex .devFunName {
	display: block;
	margin-bottom: 10px;
	font-style: italic;
	color: #666;
}

#DeveloperContents ul {
	list-style-type: none;
}

#DeveloperContents li {
	list-style-type: none;
	font-style: italic;
}

#DeveloperLeftCol hr {
	background-color: #CCC;
	height: 1px;
	width: 150px;
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
	border: none;
}

#ArticleDetails {
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
}

#ArticleDetails li {
	color: #999;
	font-size: 11px;
	margin-bottom: 3px;
	font-style: normal;
}

#DeveloperContents .addthisbutton {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}

#DeveloperRightCol h4 {
	color: #333!important;
	margin-top: 5px;
	margin-bottom: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	background-color: #FFF;
	text-transform: uppercase;
	display: block;
	width: 370px;
	font-weight: 700;
	clear: both;
}

#DeveloperRightCol .versionInline {
	display: block;
	position: relative;
	margin-right: 60px;
	float: left;
}

#DeveloperRightCol .nextline {
	display: block;
	position: relative;
	float: left;
}

.productcode {
	color: #999;
}

.productcodeRC {
	color: #090;
}

.RCdate {
	font-size: 10px;
	color: #000;
}

.Productcloud div {
	width: 265px;
	min-height: 140px;
	position: relative;
	display: block;
	float: left;
	margin: 5px 10px 5px 5px;
	padding: 5px;
}

.PressroomNews {
	width: 530px;
}

.PressroomNewsHolder img {
	float: left;
	margin: 0 10px 0 0;
}

.PressroomNewsText {
	padding-left: 50px;
	margin-bottom: 10px;
}

.Productcloud .theimage {
	float: right;
	margin-top: 0;
	margin-left: 10px;
}

.margintop {
	margin-top: 15px;
}

.marginbottom {
	margin-bottom: 10px;
}

.marginleft {
	margin-left: 10px;
}

.marginright {
	margin-right: 10px;
}

.CFMcode {
	font-family: "Times New Roman",Times,serif;
	font-size: 12px;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

.newsletterImage {
	float: left;
	margin-right: 5px;
	padding: 5px;
}

.newsletterImageP {
	padding-left: 165px;
	display: block;
}

.newsletterImageP.main {
	height: 100px;
}

.explainboxes img {
	vertical-align: top;
	margin-right: 5px;
}

.explainboxes {
	margin-bottom: 25px;
}

.explainboxes .inside {
	margin-right: 5px;
	margin-left: 5px;
	float: right;
	width: 190px;
	top: -15px;
	position: relative;
}

div.rssFeed {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #000;
}

.rssFeed .title {
	font-weight: 700!important;
	text-transform: capitalize;
	font-size: 13px;
}

.rssLink img {
	float: left;
	height: 12px;
	width: 12px;
	margin-right: 5px;
	display: block;
}

.rssIcon img {
	float: right;
	height: 12px;
	width: 12px;
	margin-right: 2px;
}

.resources a img {
	margin-right: 8px!important;
	display: inline;
}

.resources br {
	margin-bottom: 8px!important;
	display: block;
}

.tableborderheader {
	border: 1px solid #000;
	margin-top: 10px;
	text-align: center;
}

.tableborderheader td {
	padding: 5px;
}

.ui-tabs-hide {
	display: none;
}

.left {
	float: left;
	margin-bottom: 5px;
	margin-right: 5px;
}

.right {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
}

.aboutus_eventDate {
	background: none!important;
	border: none!important;
	text-align: center!important;
	width: auto!important;
}

.aboutus_halfs {
	width: 270px;
	margin-right: 6px;
	margin-left: 5px;
	float: left;
	display: block;
	clear: right;
	margin-bottom: 10px;
}

img.centered {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	display: block;
}

ul.aboutus_customerinfo,ul.aboutus_genericlist {
	list-style: none;
	margin-bottom: 15px;
	display: block;
}

ul.aboutus_customerinfo li,ul.aboutus_genericlist li {
	list-style: none;
	margin-bottom: 3px;
	text-align: left;
	padding-left: 15px;
	font-size: 12px;
}

ul.aboutus_customerinfo li a {
	color: #666;
}

ul.aboutus_customerinfo li a:hover {
	color: #666;
	text-decoration: underline;
}

.aboutus_office {
	position: relative;
	display: block;
	margin-bottom: 5px;
	margin-left: 10px;
	float: right;
}

.aboutus_contactform {
	clear: both;
}

.aboutus_contactFormLink {
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
	clear: both;
	position: relative;
}

.aboutus_IntergralPicture {
	float: right;
	margin-bottom: 20px;
	margin-left: 10px;
}

.aboutus_MissionQuote {
	font-style: italic;
}

.aboutus_quoteBy {
	font-style: normal;
	float: right;
}

.aboutus_IntergalName {
	clear: both;
}

.aboutus_managerName {
	display: none;
}

.aboutus_managerPicture {
	width: 100px;
	float: left;
	margin-right: 5px;
	margin-bottom: 1px;
	border: solid 1px #ccc;
}

.aboutus_managerTagline {
	border: none;
	font-size: 13px;
	margin-top: 0;
	top: 0;
}

.managerBox p {
	font-style: italic;
}

.managerBox p + p {
	clear: both;
	font-style: normal;
}

.managerBox {
	width: 275px;
	margin-right: 6px;
	margin-left: 5px;
	float: left;
	position: relative;
	display: block;
	height: auto;
	clear: right;
}

.aboutus_careersCurrent {
	float: right;
	height: 250px;
	width: 150px;
}

.aboutus_careersLink_IMG {
	margin-bottom: 4px;
	text-align: center;
	width: 150px;
}

.aboutus_careersLink_IMG img {
	width: 150px;
}

.aboutus_careersLink {
	clear: both;
	width: 100px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.aboutus_PressRoom h3 {
	margin-bottom: 2px;
}

.aboutus_pressimage {
	float: left;
	margin: 0 10px 5px 0;
	display: block;
}

.aboutus_PressRoom p {
	clear: both;
	margin-bottom: 2px;
}

.loginbox {
	width: 400px;
	display: block;
	position: relative;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ebebeb;
	padding: 10px;
	margin-bottom: 50px;
}

.loginbox .logo {
	width: 150px;
	float: left;
	margin-right: 30px;
	margin-top: 80px;
}

.loginbox .usernamepassword {
	width: 220px;
	float: left;
	margin-top: 20px;
}

.loginbox label {
	font-weight: 700;
	width: 80px;
	display: block;
	height: 40px;
}

.loginbox .loginerror {
	margin-bottom: 2px;
	color: #C00;
	display: block;
}

.aboutus_box_halfs {
	width: 45%;
	float: left;
	display: block;
	margin-right: 5%;
	margin-bottom: 15px;
}

.aboutus_box_halfs p:first-child {
	padding: 0!important;
	margin: 0 0 10px!important;
}

.aboutus_box_halfs p {
	padding: 0!important;
	margin: 0 0 3px!important;
}

.aboutus_box_halfs ul {
	padding: 0!important;
	margin: 25px 0 3px!important;
}

.aboutus_box_halfs ul li {
	padding: 0!important;
	margin: 0 0 3px!important;
}

.clearartimage {
	padding-left: 65px;
}

.clearsmallimg {
	padding-left: 30px;
}

.mimictitle img {
	display: block;
	background-color: #01a4de;
	float: left;
	margin-top: 2px!important;
	border: solid 1px #ccc;
	padding: 5px;
}

.notop {
	margin-top: 0;
	padding-top: 0;
}

.twitter li {
	list-style-image: url(../images/layout/t_twitter.gif);
}

.mailLink a {
	color: #999;
	font-size: 10px;
	font-family: Arial,Helvetica,sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	float: right;
	margin-right: 10px;
	background-image: url(/images/mail_10x10.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 13px;
}

.moreLink a {
	color: #999;
	font-size: 10px;
	font-family: Arial,Helvetica,sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	float: right;
	margin-right: 10px;
	background-image: url(/images/next_10x10.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 13px;
}

#goog-wm h3.other-things,#goog-wm h3.closest-match {
	background: none;
	border-bottom: 2px solid #ccc;
}

#goog-wm h3.closest-match {
	margin-bottom: 5px;
}

#goog-wm li.search-goog {
	margin-top: 5px;
}

.communitypicture {
	float: left;
	padding: 0;
	margin-right: 10px;
	min-height: 130px;
	min-width: 90px;
}

.downloadoptions .actionbutton {
	float: left;
	width: auto;
	margin-top: 10px;
	margin-right: 30px;
	padding-top: 5px;
	width: 225px;
	margin-right: 10px;
}

.Download {
	width: 230px;
}

.downloadoptions .actionbutton img {
	float: left;
	margin-top: -5px;
	margin-left: 0;
	margin-right: 5px;
}

.showcaseSmall {
	font-size: 11px;
	padding-left: 1px;
}

.showcaseBig {
	font-size: 16px;
}

.showcaseSmaller,.showcaseSmaller a,.showcaseSmaller a:hover {
	font-size: 9px;
	padding-left: 1px;
	color: #999;
	font-variant: normal;
	text-decoration: none!important;
}

.md5key {
	text-transform: lowercase!important;
}

.inlineactionbutton {
	width: 150px;
	margin-top: 10px;
	border-left: solid 1px #ccc;
	padding-left: 5px;
}

.inlineactionbutton img {
	float: left;
	margin-top: -5px;
	margin-left: 0;
	margin-right: 5px;
}

h3.shiney {
	background: url(../images/layout/chromebg.gif) center repeat-x;
	clear: both;
	height: 15px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	width: auto;
	margin: 0;
	font-weight: 400;
}

.DisplayBox {
	font-size: .8em;
	padding-left: 90px;
	background-repeat: no-repeat;
	background-position: 5px 5px;
	min-height: 80px;
	padding-top: 5px;
	margin-bottom: 5px;
}

p#topgap {
	margin-top: 25px;
}

div.floatprice {
	float: right;
	margin-top: 10px;
}

.floatcheckout {
	float: right;
	clear: both;
	height: 25px;
	margin: 0;
	padding-top: 2px;
}

.ReccomendProduct {
	background-color: #9cf!important;
	display: block;
	background-image: url(/images/buypage/ReccomendedProductDither.png);
	background-repeat: repeat;
	vertical-align: middle;
}

span.radios {
	clear: both;
	display: block;
}

.QTYbox {
	background-color: #FFF;
	border: 1px solid #666;
	text-align: center;
}

.DisplayProductImage {
	background-color: #369;
	height: 150px;
	width: 150px;
	display: inline;
	float: left;
	clear: none;
}

.cost {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #000;
	display: block;
	position: relative;
	overflow: auto;
	width: 100%;
	height: auto;
	min-height: 100px;
}

.cost Table .products {
	padding-left: 2px;
	vertical-align: top;
}

.cost Table .price {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 16px;
	color: #0C0;
}

.cost Table .costHeader {
	font-weight: bolder;
	text-transform: capitalize;
	color: #000;
	background-color: #EBEBEB;
	height: 15px;
}

.cost Table .costFooter {
	font-weight: bolder;
	text-transform: capitalize;
	color: #693;
	background-color: #EBEBEB;
	height: 20px;
	font-size: 13px;
}

.cost .costTable td {
	padding: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #EBEBEB;
	border-right-color: #EBEBEB;
	border-bottom-color: #EBEBEB;
	border-left-color: #EBEBEB;
}

.checkoutButton {
	color: #444;
	width: 102px;
	display: block;
	height: 24px;
	font-family: Arial,Helvetica,sans-serif;
	text-decoration: none;
	margin-bottom: 5px;
	border: none;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(/images/buypage/buttonNoScript.gif);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: center;
	font-weight: 700;
}

.checkoutButton:active {
	background-position: right bottom;
}

.checkoutButton:hover {
	cursor: pointer;
}

.smallPricetext {
	font-size: .8em;
	display: block;
	text-align: center;
	color: #3083D6;
	margin-top: 5px;
	clear: both;
	width: 100%;
	font-family: Arial,Helvetica,sans-serif;
	font-style: italic;
}

.cartnojavascript {
	background-color: #FFFECA;
	padding: 5px;
	display: block;
	width: 400px;
	height: auto;
}

.DisplayBox ul {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 25px;
}

.DisplayBox .price {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: 700;
	color: #3083D6;
}

.RecomendedProductText {
	background-color: #9cf!important;
	clear: both;
	float: left;
	background-image: url(/images/buypage/ReccomendedProductDither.png);
	background-repeat: repeat;
	height: auto;
	width: 100%;
	display: block;
}

* html .RecomendedProductText {
	width: 96%;
}

.RecomendedProductTextINNER {
	font-size: 11px;
	margin-left: 22px;
	display: block;
	font-weight: 700;
}

.bestbuytext {
	background-color: red;
	color: #FFF;
	padding-left: 2px;
	padding-right: 2px;
	font-size: 10px;
}

.strikeout {
	color: red;
	text-decoration: line-through;
}

div#buylinks {
	width: 190px;
	float: right;
	margin-left: 10px;
	background-color: #fff;
}

.yousave {
	color: red;
	font-size: 11px;
}

.LoadCheckout {
	height: 150px;
	width: 250px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	background-image: url(/images/buypage/spinner.gif);
	background-repeat: no-repeat;
	background-position: center 20px;
	text-align: center;
	padding-top: 90px;
}

#tab_group {
	z-index: 1;
}

.multiselect {
	padding-left: 20px;
	background-image: url(../images/bullet.gif);
	background-position: 8px 5px;
	background-repeat: no-repeat;
}

.platformsFrontpage {
	margin-top: 10px;
}

.platformsFrontpage img {
	margin-right: 5px;
}

.smallfloatleft {
	float: left;
	width: 180px;
	margin-top: 10px;
	margin-right: 10px;
}

.smallfloatleft img {
	float: left;
	margin-right: 5px;
	margin-top: -5px;
}

.nopadding {
	padding: 0!important;
}

.nomargin {
	margin: 0!important;
}

.personbox {
	display: block;
	width: 150px;
	height: 270px;
	margin-left: 10px;
	margin-right: 10px;
	float: left;
}

div.description {
	width: 380px;
	float: left;
	margin: 0;
	padding: 0;
}

div.description h2 {
	margin: 5px 0 0;
	padding: 0;
}

.clientbox a {
	display: block;
	width: 150px;
	height: 270px;
	margin-left: 10px;
	margin-right: 10px;
	border: 1px dashed #ccc;
	float: left;
	color: #CCC;
}

.clientbox a img {
	margin-top: 10px;
}

.reasonsbox {
	height: 270px;
	overflow: visible;
	display: block;
	margin-bottom: 10px;
}

.zoneselector {
	background-color: #DDE3E5;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: 700;
	padding: 0!important;
	text-align: left;
	width: 110px;
}

.zoneselector option {
	background-color: #DDE3E5;
	font-weight: 400;
}

.changeTimeZone {
	padding-left: 10px!important;
}

.caption {
	display: block;
	margin-top: 5px;
	font-size: 11px;
	text-align: center;
}

.newsimage.caption {
	width: 150px;
}

.subscribeLink a {
	color: #999;
	font-size: 10px;
	font-family: Arial,Helvetica,sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	float: right;
	margin-right: 10px;
	background-image: url(/images/rss_10x10.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 13px;
}

.showcaseText .actionbutton a {
	text-align: center;
	float: left;
	width: 80px;
	margin-right: 10px;
	display: block;
	border: solid 1px #fff;
	padding: 3px;
}

.showcaseText .actionbutton a:hover {
	border: solid 1px #ccc;
}

.showcaseText .actionbutton .showcaseBig {
	display: block;
	clear: both;
	font-size: 12px;
	margin-top: 3px;
	font-weight: 700;
}

.howto h4 {
	margin-top: 20px;
}

.boxes {
	width: 250px;
	float: left;
	display: block;
	margin: 0 15px;
}

.goto,.tip {
	background-position: 10px left;
	background-repeat: no-repeat;
	line-height: 20px;
	min-height: 30px;
	padding-left: 35px;
	padding-top: 10px;
}

a.goto,a.tip {
	background-position: center left;
	background-repeat: no-repeat;
	line-height: 20px;
	min-height: 30px;
	padding-left: 35px;
	padding-top: 10px;
	display: block;
}

.goto {
	background-image: url(/images/howto.png);
}

.tip {
	background-image: url(/images/tip.png);
}

.helpimg {
	background-image: url(/images/next_10x10.gif);
	background-repeat: no-repeat;
	background-position: top right;
	padding-right: 12px;
}

form.newslettersignup {
	padding: 5px;
}

form.newslettersignup label {
	font-size: .8em;
}

div.toctopcurve {
	height: 30px;
	overflow: hidden;
}

ul.toc {
	background-color: #fff;
	list-style: none;
}

ul.toc a {
	color: #506068;
	text-decoration: none;
	padding-left: 5px;
	width: 190px;
	display: block;
}

ul.toc a:visited {
	color: #506068;
}

ul.toc a:hover {
	color: #00a4de;
}

ul.toc ul {
	list-style: none;
	padding-left: 10px;
}

ul.toc .menuheader {
	padding-left: 10px;
	color: #506068;
}

.tocseperator {
	height: 1px;
	overflow: hidden;
	margin: 3px 0;
	border-top: solid 1px #ebebeb;
}

.menuheader2 {
	font-size: 1em;
	font-weight: 700;
	margin-left: 8px;
	padding-top: 5px;
	display: block;
}

.menuheader2 a {
	font-size: 1em;
	font-weight: 700;
	padding-top: 3px;
	color: #000!important;
	margin-left: -10px;
}

.menuheader2 a:hover {
	color: #00a4de!important;
	margin-left: -10px;
}

.headlinebox div a.selected {
	background-image: url(../images/layout/newspointer.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	color: #01a4de;
}

.headlinebox {
	min-height: 190px;
	height: 190px;
	overflow: visible;
}

.headlinebox div a {
	background-image: url(../images/layout/newspointer_gray.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	display: block;
	color: #666;
	font-size: 11px;
	text-decoration: none;
	border-top: solid 1px #fff;
	font-weight: 700;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
}

.headlinebox span a {
	display: block;
	font-size: 11px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
	color: #01a4de;
	overflow: hidden;
	height: 25px;
}

.eventbox {
	clear: both;
	margin-top: 5px;
	padding-bottom: 6px;
	color: #666;
	border-bottom: 1px #ebebeb solid;
}

.frontevent {
	clear: both;
	margin-top: 5px;
	padding-bottom: 6px;
	color: #666;
}

.eventbox .date,.frontevent .date {
	width: 40px;
	float: left;
	margin: 0 5px 0 0;
}

.eventbox .date .month,.frontevent .date .month {
	position: relative;
	display: block;
	font-size: 11px;
	height: 10px;
	text-align: center;
	text-transform: uppercase;
}

.eventbox .date .day,.frontevent .date .day {
	position: relative;
	display: block;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
}

.eventbox .eventname a,.frontevent .eventname a {
	margin-top: 2px;
	color: #666;
	font-size: 11px;
	font-weight: 700;
}

.pastevent img {
	border: solid 1px #000;
	margin: 0 auto;
	display: block;
}

.pastevent {
	width: 260px;
	margin: 5px 10px;
	float: left;
	height: 100px;
}

.eventsbox {
	height: 50px;
}

.sideevents {
	float: left;
	width: 150px;
	margin-bottom: 20px;
}

.sideevents .date {
	width: 20px;
	float: left;
	margin: 0 5px 0 0;
	color: #666;
}

.sideevents .date .month {
	position: relative;
	display: block;
	font-size: 11px;
	height: 10px;
	text-align: center;
	text-transform: uppercase;
	float: left;
}

.sideevents .date .day {
	position: relative;
	display: block;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	float: left;
}

.sideevents .eventname img {
	width: 100px;
}

.sideevents .eventname a {
	margin-top: 2px;
	color: #666!important;
	font-size: 11px;
	font-weight: 700;
	float: left;
	margin-left: 15px;
}

.comparitor {
	display: block;
}

.comparitor .all {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0 0 5px #666;
	-webkit-box-shadow: 0 0 5px #666;
	box-shadow: 0 0 5px #666;
	background-repeat: repeat-x;
	background-image: url(/images/price_bg.gif);
	background-color: #efeff0;
	display: block;
	position: relative;
}

.comparitor .all h1,.comparitor .all h2,.comparitor .all h3,.comparitor .all p {
	text-align: center;
}

.comparitor .all a.basebutton {
	height: 40px;
	background-position: 0 0;
	clear: both;
	float: left;
	display: block;
	background-image: url(/images/price_bg_buttons.gif);
	background-repeat: repeat-x;
	width: 100%;
	text-align: center;
	color: #333;
	font-size: 20px;
	line-height: 40px;
	margin-bottom: 10px;
}

.comparitor .all .topsection {
	background-color: #01a4de;
	margin: 0 0 5px;
	padding: 0 0 5px;
}

.comparitor .all h1 strong {
	margin: 0!important;
	padding: 0;
	border: 0;
	font-size: 25px;
	display: block;
}

.comparitor .all h1 {
	border: 0;
	font-size: 12px!important;
	display: block;
	margin-bottom: 0!important;
}

.comparitor .all h2 {
	margin-top: 10px;
	display: block;
	font-size: 20px;
}

.comparitor .all h3 {
	border: 0;
	font-size: 30px;
	color: #01a4de;
	background-color: #e0e0e0;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}

.comparitor .all h3 .text {
	font-size: 15px;
	font-style: normal;
	text-transform: uppercase;
}

.comparitor .all p {
	clear: both;
	font-size: 12px;
	height: 30px;
	padding: 2px;
}
.comparitor .forcedLeft {
	text-align:left !important;
}
.comparitor .features {
	padding: 2px;
}

.comparitor .std h2 {
	padding-top: 8px;
}

.comparitor .plus {
	font-weight: 700;
	font-size: 12px;
	text-align: center;
}

.comparitor .genericlist li {
	font-size: 12px;
	padding: 1px 0;
	list-style-image: url(/images/new.png);
	line-height: 15px;
}

.comparitor .std{
	width: 210px;
	height: 480px;
	margin: 50px 10px 0;
	float: left;
	background-position: 0 -50px;
}

/* Small blue box hacks*/
.comparitor .stdblue{
	background-color: #01a4de !important;
	width: 210px;
	height: 480px;
	margin: 50px 10px 0;
	float: left;
	color: #fff;
	background-position: 0 500px;
}

.comparitor .featuresblue {
	background-color: #01a4de !important;
}
.comparitor .stdblue h3 {
	background-color: #2eb0de!important;
	border-color: #48b7df;
}

.comparitor .stdblue .topsection{
	background: #01a4de!important;
}

.comparitor .stdblue .topsection h1,.comparitor .stdblue .topsection h2,.comparitor .stdblue .topsection h3, .comparitor .stdblue .topsection p{
	color: #fff;
}
/*End blue box hacks*/

/*Big gray box hacks*/
.comparitor .explodegray{
	background-color: #ececec !important;
	width: 210px;
	height: 480px;
	margin: 50px 10px 0;
	float: left;
	color: #000000 !important;
	background-position: 0 500px;
}

.comparitor .featuresgray {
	background-color: #e4e4e4 !important;
}
.comparitor .explodegray h3 {
	background-color: #e0e0e0!important;
	border-color: #cccccc !important;
	color: #01a4de !important;
}

.comparitor .explodegray .topsection{
	background: #ececec!important;
}

.comparitor .explodegray .topsection h1,.comparitor .explodegray .topsection h2, .comparitor .explodegray .topsection p{
	color: #000000 !important;
}
/*End gray box hacks*/

.comparitor .std .topsection{
	background: none!important;
}

.comparitor .explode h3 {
	background-color: #2eb0de;
	border-color: #48b7df;
}

.comparitor .explode .topsection h1,.comparitor .explode .topsection h2,.comparitor .explode .topsection h3,.comparitor .explode .topsection p {
	color: #fff;
}

.comparitor .explode p,.comparitor .explode .plus {
	font-size: 14px;
}

.comparitor .explode .genericlist li {
	font-size: 14px;
	padding: 5px 0;
}

.comparitor .explode {
	width: 250px;
	height: 570px;
	margin: 0 20px;
	float: left;
	background-color: #01a4de;
	background-image: none;
	color: #fff;
}

.comparitor .stdL{
	margin: 0px 0px 0 !important;

}

.errorpage {
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	min-height: 400px;
	display: block;
	margin: 0 auto;
	padding-top: 210px;
}

.errorpage.lost {
	background-image: url(/common/images/404.gif);
}

.errorpage.gone {
	background-image: url(/common/images/410.gif);
}

.errorpage.restricted {
	background-image: url(/common/images/403.gif);
}

.errorpage h1,.errorpage p,#goog-wm h3.other-things,#goog-wm h3.closest-match,#goog-wm,#goog-wm li.search-goog {
	text-align: center;
	color: #666;
	list-style: none;
}
#screenshotshow
{
	position:relative;
	overflow:hidden;
	height:215px;
	width:325px;
	z-index:0;
}
#screenshotshow, #screenshotshow img

{
	margin-bottom:10px;
	overflow:hidden;
	display:block;
}

#screenshotshow li span { background-color: #fff; opacity:0.8; display: none; height: 35px; position: absolute; top: 180px; width: 324px;

padding: 5px 0; margin-left: 1px; font-size: 12px; text-align: center; line-height: 33px; font-weight: bold; border-top: solid #ebebeb 1px;

 }