/* Place new or modified custom styles here. */ /* GLOBAL STYLES */
body {
	font-size: 85%;
}

a {
	color: #0653a0;
}

h1 {
	font-size: 180%;
	padding-top: 80px;
}

td,th {
	vertical-align: top;
}

/* LAYOUT STYLES */
div#panel {
	width: 20em;
}

div#content {
	margin-left: 19.5em;
}

div#crumbs {
	font-weight: bold;
	position: absolute;
	top: 155px;
	left: 2.25em;
	font-size: 0.9em;
}

div#crumbs a {
	font-weight: normal;
}

div#outerWrapper {
	background: #fff;
}

div#innerWrapper {
	width: 95%;
}

div#footer {
	padding: 0 1em 4em 1em;
}

/* GLOBAL HEADER STYLES */
div#storeLogo {
	margin-bottom: 1em;
}

ul#toolsNavigation {
	top: 41px;
	right: 20px;
}

div#navcontainerwrapper {
	margin-top: 10px;
	padding-bottom: 10px;
	position: relative;
	background: url(images/nav-secondary-left_cap.gif) bottom left no-repeat;
}

body#welcomePage div#navcontainerwrapper {
	margin-top: 0;
	padding-bottom: 0;
	background: none;
}

div#navcontainer {
	margin-bottom: -10px;
	padding-bottom: 10px;
	background: url(images/nav-secondary-right_cap.gif) bottom right no-repeat;
}

body#welcomePage div#navcontainer {
	margin-bottom: 0;
	padding-bottom: 0;
	background: none;
}

div#pageNavigation {
	padding: 0 0 1px 0;
	margin: 0;
	border: none;
	height: 26px;
	line-height: 16px;
}

div#pageNavigation a {
	padding-left: 25px;
	padding-right: 25px;
}

/*
div#pageNavigation li a.active {
	background: #EAC31E none repeat scroll 0 0;
	border-bottom: 1px solid #EAC31E;
	color: #FFFFFF;
}

div#pageNavigation li#welcomeLink a.active {
	border: none;
	border-right: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
}
*/

div#pageNavigation li a.active {
	background: #EAC31E;
	margin-top: -1px;
	border-bottom: 2px solid #EAC31E;
	color: #FFFFFF;
}

div#pageNavigation li#welcomeLink a.active {
	border-left: none;
}

/* GLOBAL SIDE PANEL STYLES */
div#categoryTree {
	margin-top: 40px;
	font-size: 9pt;
}

div#categoryTree li,strong#categoryTreeHeading {
	background-color: #f2f4f8;
	border-bottom: 1px solid #b7bece;
	border-right: 1px solid #b7bece;
	margin: 0;
	padding: 0 0 0 2em;
	background-image: url(images/bullet-arrow-nav_secondary.gif);
	background-repeat: no-repeat;
	background-position: 0.6em 1.1em;
	line-height: 1.4em;
}

strong#categoryTreeHeading {
	background-color: #fff;
	background-image: none;
	padding-left: 10px;
	color: #0653a0;
	font-weight: bold;
	padding: 30px 9px 7px 10px;
	color: #484848;
}

strong#categoryTreeHeading a {
	text-decoration: none;
}

strong#categoryTreeHeading a:hover {
	text-decoration: underline;
}

div#categoryTree .active {
	background-color: #FFFFFF;
	border-right: 1px solid #FFFFFF;
	color: #484848;
}

div#categoryTree li a {
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 8px 9px 7px 0;
}

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

div#categoryTreeBottom {
	padding: 2em 0;
	border-right: 1px solid #b7bece;
}

/* GLOBAL BODY STYLES */
table.chart th,table.chart td {
	border: 1px inset #333333;
}

div.innerContent h2 {
	color: #484848;
	font-size: 135%;
	font-weight: bold;
	margin-bottom: 4px;
	padding-top: 15px;
}

div.innerContent ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

div.innerContent li {
	background-image: url(images/bullet-arrow.gif);
	background-position: 0 0.5em;
	background-repeat: no-repeat;
	margin-bottom: 5px;
	padding-left: 15px;
}

div.innerContent ul.normal {
	list-style-type: disc;
}

div.innerContent ul.normal,div.innerContent ol.normal {
	margin: 0 0 0 15px;
}

div.innerContent ul.normal li,div.innerContent ol.normal li {
	background: none;
	margin-bottom: 0;
	padding-left: 0;
}

div.bodybutton {
	width: 160px;
	text-align: center;
	margin: 0 0 0 0px;
	padding: 0 6px 0 0px;
	background: url("images/body_btn_off_right.gif") no-repeat right top;
}

div.bodybutton a {
	font-weight: bold;
	text-decoration: none;
	color: white;
	display: block;
	padding: 8px 0 8px 8px;
	background: url("images/body_btn_left.gif") no-repeat left top;
}

div.bodybutton a:hover {
	color: white;
	background-position: 0 -35px;
	text-decoration: none;
}

div.bodybuttonBlue {
	display: block;
	float: left;
	width: 130px;
	text-align: center;
	margin: 0 0 0 0px;
	padding: 0 6px 0 0px;
	background: url("images/body_blue_off_right.gif") no-repeat right top;
}

div.bodybuttonBlue a {
	font-weight: bold;
	text-decoration: none;
	color: white;
	display: block;
	padding: 8px 0 8px 8px;
	background: url("images/body_blue_left.gif") no-repeat left top;
}

div.bodybuttonBlue a:hover {
	color: white;
	background-position: 0 -37px;
	text-decoration: none;
}

.yesNo {
	text-indent: -2.25em;
	margin-left: 2.25em;
}

div#errors {
	margin-top: 50px;
	float:left;
	width: 100%;
}

/* CHECKOUT STYLES */
table#checkoutBreadcrumbs {
	float: left;
	border-bottom: none;
	margin-top: .5em;
}

table#checkoutBreadcrumbs td.active {
	background: none;
}
	
div#checkoutAddressesContent fieldset.sideBySide {
	text-align: center;
	float: none;
	margin: 0;
	width: 95%;
	padding:0 1em 1em;
}

div#checkoutAddressesContent form.centeredForm input.checkbox {
	float: none;
	margin: 0 0 0 8px;
}

div#checkoutAddressesContent form.centeredForm select.selectboxWide {
	width: auto;
}

div.paymentButton {
	margin-top: 1em;	
	width: 90%;
	text-align: center;
}

div.checkoutButtonContainer {
	width: 95%;
	text-align: center;
}
	

/* WELCOME PAGE STYLES */
#messagingouter, #messagingouter #messaging {
	height: 141px;
}

#messagingouter {
	margin-bottom: 30px;
	background: url(images/messaging-right.jpg) bottom right no-repeat;
}

#messagingouter #messaging {
	position: relative;
	background: url(images/messaging-left.jpg) bottom left no-repeat;
}

#messaging h1 {
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	width: 50%;
	position: absolute;
	top: 25px;
	left: 26px;
	padding-top: 25px;
}

#messaging #explore {
	width: 275px;
	position: absolute;
	top: 18px;
	right: 35px;
}

#messaging #explore h2 {
	font-size: 14px;
	margin-bottom: 3px;
	color: #484848;
	font-weight: bold;
	padding-top: 5px;
}

#messaging #explore p {
	font-size: 11px;
}

div#welcomeGuts {
	padding: 0 .5em;
}

div#welcomeGuts h2 {
	font-weight: normal;
	color: #cc6828;
	font-size: 159%;
	margin-bottom: 0;
}

table.welcomeTable {
	border-collapse: collapse;
}

table.welcomeTable th {
	text-align: left;
	font-weight: normal;
}

table.welcomeTable td {
	padding-right: 20px;
	padding-bottom: 20px;
}

td.divider,th.divider {
	border-left: 1px solid #ccc;
	padding-right: 0;
	padding-left: 20px;
}

th.leftTopDivider {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding-left: 20px;
}

th.topDivider {
	border-top: 1px solid #ccc;
}

table.welcomeTable  td.welcomeNote {
	font-size: 90%;
	padding-bottom: 0;
}

div#welcomeGuts p.more {
	margin:0 0 .25em 0;
}

div.offering,div.news {
	margin: .25em .5em 0 .5em;
	padding: .25em .5em 0 .5em;
}

div.offering ul,div.news ul {
	font-size: 90%;
	padding: 0 20px 0 30px;
	margin-bottom: 0;
}

div.offering p,div.news p {
	font-size: 90%;
	padding: 0 20px 0 15px;
}

div.offering div,div.news div {
	margin: 5px 0 0 10px;
}

div.offering p.more {
	padding-top: 5px;
}

h4.price {
	font-size: 129%;
	font-weight: bold;
	padding: 0 20px 8px 15px;
}

span#sites_outer_button,span#demo_outer_button,span#download_outer_button
	{
	display: block;
	float: left;
	width: 120px;
	text-align: center;
	margin: 0 0 0 0;
	padding: 0 8px 0 0;
	background: url("images/header_btn_off_right.gif") no-repeat right top;
}

span#download_outer_button {
	width: 130px;
	margin: 0 0 0 0;
}

span#sites_outer_button a,span#demo_outer_button a,span#download_outer_button a
	{
	text-decoration: none;
	color: white;
	font-weight: bold;
	display: block;
	padding: 6px 0 8px 8px;
	background: url("images/header_btn_left.gif") no-repeat left top;
}

span#sites_outer_button a:hover,span#demo_outer_button a:hover,span#download_outer_button a:hover
	{
	background-position: 0 -33px;
	text-decoration: none;
}

/* SHOWCASE PAGE STYLES */
div#category-sites table,div#category-partners table {
	border-collapse: collapse;
}

div#category-sites td,div#category-partners td {
	border: 1pt solid #CCCCCC;
	padding: 10px;
}

table#communitySites {
	width: 100%;
}

td.siteimage {
	text-align: center;
}

td.communitySite {
	border: 1pt solid #CCCCCC;
	padding: 2em;
	width: 33%;
	text-align: center;
	vertical-align: middle;
}

/* TESTIMONIAL PAGE STYLES */
div.testimonial {
	margin-top: 3em;
}

div.testimonialBody {
	border: 1px solid #ccc;
	padding: 2em;
	font-size: 110%;
}

div.testimonialName {
	text-align: right;
	margin: .5em 2em 0 2em;
}

div.testimonialAffiliation {
	text-align: right;
	padding: 0;
	margin: 0 2em 0 2em;
	font-size: 95%;
	font-style: italic;
}

/* DOCS PAGE STYLES */
ul#documentationLinks {
	margin: 0 0 20px 40px;
}

/* PURCHASE PAGE STYLES */
table#purchaseTable th {
	font-weight: bold;
	color: #CC6828;
	padding: 8px;
}

table#purchaseTable td {
	font-size: 90%;
	padding: 8px;
}


li#contactLink { background: #fff url('images/phone.gif') top center no-repeat; }

