body {
	background-color: #e6e6e6;
	margin:0;
	padding:0;
	font:13px Verdana, Arial, sans-serif;
	color:#555555;
}

a {
	color: #00a0c6;
}

p {
	margin: 0 0 15px 0;
	line-height: 1.5em;
}
li {
	line-height: 1.5em;
}
h1,h2,h3 {
	color: #000000;
	font-family: "Lucida Grande", "Lucida Sans", Arial, Verdana;
	font-weight: bold;
}
h1 {
	font-size: 30px;
	border-bottom: 1px solid #cccccc;
	margin: 0 0 20px 0;
	padding: 0 0 10px;
	text-align: left;
}
h2 {
	font-size: 20px;
	margin: 0;
	padding: 8px 0 3px 0;
	text-align: left;
}
h3 {
	font-size: 14px;
	display: block;	
	margin: 0;
	padding: 8px 0 2px 0;
	text-align: left;
}
blockquote {
	font-family: Courier New, Courier, Lucida Console;
	margin-left: 20px;
	color: #664411;
}
#header{
	background-color: #ffffff;
	margin: 0 auto 0 auto;
	padding: 20px 0 15px 0;
}
#logo {
	margin: 0 auto 0 auto;
	width: 1005px;
}
#logo a img{
	margin-left: 20px;
	border: 0;
}
#menubar {
	background-color: #ffffff;
	border-bottom: 4px solid #00a0e6;
	margin: 0;
	padding: 0;
	height: 30px;
	overflow: hidden;
}
#menubar #menu {
	width: 1005px;
	margin: 0px auto 0px auto;
}
#menubar #menu ul {
	display: inline;
	margin-left: 20px;
	padding-left: 0px;
	line-height: 30px;
}
#menubar #menu li {
	display: inline;
	float: left;
	line-height: 30px;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}
#menubar #menu li.first{
	border-left: 1px solid #cccccc;
}
#menubar #menu a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	line-height: 30px;
	float: left;
	padding: 0 10px;
}
#menubar #menu li.active{
	background-color: #00a0e6;
	border-left: 1px solid #00a0e6;
	border-top: 1px solid #00a0e6;
	border-right: 1px solid #00a0e6;
}
#menubar #menu li.active a{
	color: #ffffff;
}
#menubar #menu a:hover{
	text-decoration:underline;
}

#footer {
	clear: both;
	display: block;
	padding: 0;
	margin-top: 40px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 10px;
	color: #888888;
}
#footer #line {
	margin: 0 auto 8px auto;
	border-bottom: 1px solid #cccccc;
	display: block;
	width: 96%;
	height: 1px;
}

#page {
	background-color: #ffffff;
	width: 1005px;
	margin: 10px auto 0 auto;
	padding: 0;
	height: 100%;
}

#content{
	text-align: justify;
	float: left;
	width: 640px;
	padding: 20px 0 20px 20px;
	margin: 0;
}

#sidebar {
	width: 276px;
	float: right;
	padding: 18px 20px 20px 0;
	margin: 0;
}
#sidebar p{
	margin:5px 0 0;
}
#sidebar .col-square{
	border: 1px solid #e8e8e8;
	background-color: #f6f6f6;
	width:276px;
	margin:0 0 15px 0;
	overflow:hidden;
}
#sidebar .col-square div{
	padding:0 10px 10px 10px;
}
#sidebar .col-top-round{
	border: 0;
	display: block;
	width:278px;
	height: 7px;
	background:url(../../images/merchant/9e740b84bb48a64dde25061566299467/col-top-round.gif?20090915183022) no-repeat 0 0;
}
#sidebar .col-bottom-round{
	border: 0;
	display: block;
	width:278px;
	height: 7px;
	background:url(../../images/merchant/9e740b84bb48a64dde25061566299467/col-bottom-round.gif?20090915183021) no-repeat 0 0;
	margin-bottom: 15px;
}
#sidebar .col-round{
	border-left: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
	background-color: #f6f6f6;
	width:256px;
	margin:0;
	overflow:hidden;
	padding:0 10px 10px 10px;
}
#sidebar .nobox{
	padding:0px 10px 25px 10px;
	margin-top: -15px;
	width:256px;
	overflow:hidden;
	float:left;
}

#sidebar .download{
	border: 0;
	width: 278px;
	height: 79px;
	cursor: pointer;
	background:url(../../images/merchant/9e740b84bb48a64dde25061566299467/download-big-button.gif?20090915183022) no-repeat 0 0;
	color: #fff;
	text-align: center;
	padding-top: 2px;
	margin:0 0 15px 0;
}
#sidebar .download:hover a{
	text-decoration: underline;
}
#sidebar .download h2{
	margin-top: 6px;
	font-size: 18px;
	text-align: center;
	color: #fff;
}
#sidebar .download a{
	color: #fff;
	text-decoration: none;
}

.boxed-section {
	border: 1px solid #cccccc; 
	padding-left: 10px; 
	padding-right: 10px; 
	background-color: #f4f4f4;
}

.post h1 a {
	font-size: 26px;
	text-decoration: none;
	color: #047391;
}
.post h1 a:hover{
	font-size: 26px;
	text-decoration:underline;
	color: #047391;
}

.post .posted-by {
	background-color: #f0f0f0;
	width: 100%;
	color: #333333;
	display: block;
	font-size: 10px;
	padding: 3px;
}
.post .num-comments {
	color: #333333;
	display: block;
	font-size: 10px;
	margin-top: 7px;
}
.post .message {
	margin-top: 15px;
	margin-bottom: 15px;
}
.post .links {
	margin-top: 5px;
	border-top: 1px dashed #cccccc;
	margin-bottom: 35px;
	padding-top: 8px;
	font-size: 10px;
}
.comment .posted-by {
	background-color: #f0f0f0;
	width: 100%;
	color: #333333;
	display: block;
	font-size: 10px;
	padding: 3px;
}
.comment .message {
	margin-top: 10px;
	margin-bottom: 14px;
}

.wikitext{
	line-height: 1.5em;
}
.wikitext h1{
	text-align:left;
	display: block;
	float: none;
	font-size:2.0em;
	color:#000000;
	margin:56px 0 10px 0;
	padding-bottom: 5px;
}
.wikitext h2{
	text-align:left;
	display: block;
	float: none;
	font-size:1.5em;
	color:#000000;
	margin:16px 0 4px 0;
}
.wikitext h3{
	text-align:left;
	display: block;
	float: none;
	font-size:1.1em;
	color:#000000;
	margin:10px 0 3px 0;
}
.wikitext h4{
	text-align:left;
	display: block;
	float: none;
	font-size:1.0em;
	color:#585958;
	margin:6px 0 3px 0;
}
.wikitext ul{
	list-style-type: disc;
	display: block;
	margin: 3px 0px 3px 30px;
	padding: 0px;
}
.wikitext ul li{
	margin-top: 3px;
}
.wikitext ol{
	list-style-type: decimal;
	display: block;
	margin: 3px 0px 3px 30px;
	padding: 0px;
}
.wikitext ol li{
	margin-top: 3px;
}
.wikitext .float-image-right{
	clear: right;
	float: right; 
	text-align: right;
	padding: 8px;
	margin: 0px 0px 2px 8px;
	border:1px solid #F0EFEF;
	background:#F8F6F6;
}
.wikitext .float-image-right .caption{
	padding: 1px 0px 2px 0px; 
	font-weight: bold; 
	font-style: italic;
	line-height: 1em;
	margin: 0px;
}
.wikitext .float-image-left{
	clear: left;
	float:left; 
	padding: 8px;
	margin: 0px 8px 2px 0px;
	border:1px solid #F0EFEF;
	background:#F8F6F6;
}
.wikitext .float-image-left .caption{
	padding: 1px 0px 2px 0px; 
	font-weight: bold; 
	font-style: italic;
	line-height: 1em;
	margin: 0px;
}
input.wikitoolbarbutton {
	padding: 0px 5px 0px 5px;
	font-size: 11px;
}

.greenwidebutton{
	position: relative;
	display: inline-block;
	width: 154px;
	height: 40px;
	overflow: hidden;
	background:url(../../images/merchant/9e740b84bb48a64dde25061566299467/green-wide-button.gif?20090915183024) no-repeat 0 0;
	text-align: center;
}

.greenwidebutton a.arrow{
	position: absolute;
	top: 11px;
	left: 9px;
	display: block;
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
}
.greenwidebutton a.link{
	display: block;
	width: 140px;
	padding-left: 14px;
	color: #fff;
	line-height: 40px;
	text-decoration: none;
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	height: 40px;
	text-align: center;
}
.greenwidebutton a.link:hover{
	text-decoration: underline;
}

.downloadbutton{
	position: relative;
	float: left;
	margin: 18px 14px 15px 0;
	padding: 0px;
	background:url(../../images/merchant/9e740b84bb48a64dde25061566299467/download-button.gif?20090915183023) no-repeat 0 0;
	width: 48px;
	height: 48px;
	border: 0;
}
.downloadbutton a{
	position: absolute;
	top: 0;
	left: 0;
	width: 48px;
	height: 48px;
}
.downloadbutton a .invisi{
	display: none;
}
.downloadlink {
	margin: 25px 0 1px 0;
}
.downloadlink a{
	display: inline-block;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bold;
}
.downloadlink a:hover{
	text-decoration: underline;
}
.graydivider{
	clear: both;
	float: none;
	background:url(../../images/merchant/9e740b84bb48a64dde25061566299467/graydivider.gif?20090915183023) repeat-x 0 0;
	height: 9px;
	width: 100%;
	margin: 10px 0 9px 0;
}

.greensmallbutton{
	position: relative;
	display: inline-block;
	width: 101px;
	height: 32px;
	overflow: hidden;
	background:url(../../images/merchant/9e740b84bb48a64dde25061566299467/green-small-button.gif?20090915183024) no-repeat 0 0;
	text-align: center;
}

.greensmallbutton a.arrow{
	position: absolute;
	top: 7px;
	left: 7px;
	display: block;
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
}
.greensmallbutton a.link{
	display: block;
	width: 89px;
	padding-left: 10px;
	color: #fff;
	line-height: 32px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	height: 32px;
	text-align: center;
}
.greensmallbutton a.link:hover{
	text-decoration: underline;
}

table.comparison {
font-size: 12px;
font-weight: bold;
background: #dddddd;
}
table.comparison th {
background: #f4f4f4;
text-align: left;
}
table.comparison td {
text-align: center;
background: #ffffff;
width: 100px;
height: 20px;
}

