

/** -------------- */
/** elements       */
/** -------------- */

body {
	background-color: #ffffff;
}

li {
/*	background: transparent url(/images/arrow_blue.gif) no-repeat scroll 0pt 0.55em; */
	z-order:2;
	list-style-type:none;
/*	padding-left:20px; */
}

a {
	color:#4477aa;
	font-weight:600;
	text-decoration:none;
}

img {
	border:0;
}

input[type="text"],textarea {
	border:1px solid #888888;
}

input:focus {
	border: 1px solid  #499FbB;
}

input:hover {
	border: 1px solid  #499FbB;
}

input[type="image"]:hover {
	border:0px;
}


/** -------------- */
/** classes        */
/** -------------- */

/** the opinio text washout and other changes in these top few classes **/
.footer {
	width:170px;
}

.footer center font {
	font-size:5pt;
	color:#eeebbb;
}

.footer center font a {
	font-size:5pt;
	color:#eeebbb;
}

.pollBottom2,.pollTop2 {
	background-color: rgb(140, 170, 204);
}

.multiple {
	width:158px;
}

.pollTable2 {
	margin-top:8px;
	margin-left:4px;
	width:170px;
	background-color: rgb(140, 170, 204);
	border:0px;
}

.introduction {
	height:1px;
	font-size:1pt;
}

.error-bullet {
	margin-left:5px;
}

.features-nav {
	color:#4477aa;
	font-weight:900;
}

.features-nav:hover {
	color:#995522;
	font-weight:900;
}

.nav-arrows {
	text-decoration:none;
	color:#4477aa;
}

.nav-arrows:hover {
	text-decoration:none;
	color:#995522;
}




.download-download-now {
	text-decoration:none;
	color:#ffffff;
}

.download-download-now:hover {
	text-decoration:none;
	color:#774411;
}




.home-download-now {
	text-decoration:none;
	color:#ffeeee;
	font-size:11pt;
}

.home-download-now:hover {
	text-decoration:none;
	color:#774411;
	font-size:11pt;
}

.home-bar-word {
	text-decoration:none;
	color:#225599;
}

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


.home-bar-word:hover {
	text-decoration:none;
	color:#995522;
}

.footer-link:hover {
	color:#995522;
	font-weight:600;
	text-decoration:none;
}

.footer-link {
	color:#225588;
	font-weight:600;
	text-decoration:none;
}


.bottom-name {
	padding-bottom:10px;
}

.bottom-value {
	padding-bottom:10px;
}

.top-name {
	padding-top:10px;
}

.name, .top-name, .bottom-name {
	padding-left:10px;
	padding-right:5px;
}

.top-value {
	padding-top:10px;
}

.value, .top-value, .bottom-value {
	padding-left:5px;
	padding-right:10px;
}

.feature-pages-table {
	width:90%;
	padding-top:30px;
	padding-left:0px;
	padding-bottom:60px;
}

.feature-pages-call {
	text-align:right;
	margin-right:50px;
	margin-top:40px;
	font-size:13pt;
}

.download-box {
	background: transparent url(/images/download_box.gif) no-repeat scroll 0pt 0.55em;
}

.editions-table {
	background-color:#ffffee;
	border-top:1px solid #499ab8;
	border-left:1px solid #499ab8;
	border-right:1px solid #499ab8;
	border-bottom:3px double #499ab8;
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
	margin-bottom:30px;
	width:80%;
}

.editions-table-cart-column {
	background-color:#eeeedd;
	padding-left:10px;
	border-bottom:1px solid #499ab8;
	width:65%;
}

.editions-table-left-column {
	background-color:#eeeedd;
	padding:3px;
	border-bottom:1px solid #499ab8;
	width:65%;
}

.editions-table-edition-column {
	background-color:#eeeedd;
	padding:3px;
	padding-right:10px;
	border-bottom:1px solid #499ab8;
}

.editions-table-left-cell {
	padding-left:10px;
	padding-bottom:5px;
}

.editions-table-top-cell {
	padding-left:10px; 
	padding-top:7px;
	padding-bottom:5px;
}

.editions-table-cell {
	padding-left:15px;
	padding-bottom:5px;
	font-size:10pt;
}

.editions-table-bottom-cell {
	padding-left:15px;padding-bottom:15px;
}

.editions-table-bottom-left-cell {
	padding-left:10px;padding-bottom:15px;
}

.editions-table-arrow {
	padding-right:10px;
	vertical-align: 2px;
}

.container {
        width: 500px;
        padding: 15px;
        margin: 3px 0 20px 0;
        border: 1px solid #ccc;
        background: #fff;
}


/** -------------- */
/** IDs            */
/** -------------- */

#nav {
        margin: 0;
        padding: 0 0 0px 0px;
}

#nav li {
        margin: 0;
        padding: 0;
        display: inline;
        list-style-type: none;
}

#nav a:link, #nav a:visited {
        float: left;
        font-size: 10px;
        line-height: 14px;
        font-weight: 300;
        padding: 0 10px 10px 12px;
        text-decoration: none;
		color:#225588;
 		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

#nav a:link.active, #nav a:visited.active, #nav a:hover {
        color: #000;
        background: url(/images/rounded2.gif) no-repeat bottom center;
}

