@charset "utf-8";

/* Predefined Reset START */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
}
input,textarea,select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
/*to enable resizing for IE*/
/*
input,textarea,select {
	*font-size:100%;
}
*/


* {font-size:100.01%}
html {font:normal 62.5%/1.6 Arial, Geneva, Verdana, Tahoma, sans-serif}
body {font-size:1em;}

/* Predefined Reset END */






/* ------------------------------------
Generic
------------------------------------ */
body {
	text-align:center;
	color:#333;
	font-family:"Trebuchet MS";
}
#skip {
	display:none;
}
a {
	text-decoration:none;
	color:#06c;
	padding:0 2px;
}
a:hover {
	background:#06c;
	color:#fff;
}
h1, h3, h4 {
	/*font:bold 2.8em Trebuchet MS;*/
	font:bold 2.8em/1.4 Arial;
	color:#000;	
	padding:0 0 20px 0;
}
h3, h4 {
	padding:0 0 10px 0;
}
h3 {
	font-size:2.2em;
}
h4 {
	font-size:1.6em;
	margin:1em 1em 0 0;
}
h5 {
	font:1.1em Arial;
	color:#888;
	padding:0 0 10px 0;
}
p {
	font:1.4em/1.8 Trebuchet MS;
	padding:0 1em 1em 1em;
}
.db-desc {
	font-size:1.45em;
}
.db-more-meta {
	font-family:Arial;
}
.clear-both {
	clear:both;
}
.padding-btm {
	padding-bottom:1em;
}
.align-right {
	text-align:right;
}
.align-left {
	text-align:left;
}
.float-right {
	float:right;
}
.float-left {
	float:left;
}
.prepend-20 {
	margin-left:20px;
}
.append-20 {
	margin-right:20px;
}
.smaller-font {
	font-size:0.9em;
}
.bold {
	font-weight:bold;
}
.underline {
	text-decoration:underline;
}
.italic {
	font-style:italic;
}
.ampersand {
	font:italic 1.4em/0 Baskerville, Palatino, Palatino Linotype, Georgia, serif;
	color:#cccbca;
}
.ampersand.small {
	font-size:1.2em;
}






/* ------------------------------------
Layout
------------------------------------ */
#header {
	background:#eeeee7;
	border-bottom:1px solid #bbb;
}
#header .main, #primary .main {
	width:960px;
	text-align:left;
	margin:0 auto;
}
#header .main {
	height:136px;
	position:relative;
	padding:34px 0 0 0;
}
#primary {

}
#primary .main {
	width:960px;
	padding:40px 0 0 0;
	
}
#footer {
	background:#eeeee7;
	clear:both;
	width:100%;
	float:left;
	margin:24px 0 0 0;
}
#footer .main {
	padding:20px 0;
	font:1.2em Arial;
}
#footer .main p {
	font-family:Arial;
}









/* ------------------------------------
Header
------------------------------------ */
#header h2 a {
	font:bold 2.3em Arial;
	color:#665f59;
	padding:0;
}
#header h2 a .logo {
	height:118px;
	width:128px;
	float:left;
	background:url(/images/logo.png) no-repeat 0 -118px;
}
#header h2 a:hover .logo {
	background-position:0 0;
}
#header h2 a .text {
	position:absolute;
	top:50px;
	left:120px;
	width:498px;
	height:43px;
	overflow:hidden;
	text-indent:1000em;
	line-height:1000em;
	background:url(/images/logo_text.png) no-repeat 20px 0;
}
#header h2 a:hover {
	background:none;
	color:#000;
}
#header h3 {
	font:1.2em Verdana;
	position:absolute;
	top:100px;
	left:141px;
	color:#996633;
	margin:2px 0 0 0;
	padding:2px 0 0 0;
}
#header img {
	position:absolute;
	top:0;
	left:0;
}
#header ul {
	position:absolute;
	bottom:-1px;
	right:0;
}
* html #header ul {
	bottom:-2px;
}
#header li {
	float:left;
	margin:0 0 0 6px;
}
#header li a:hover {
	color:#000;
}
#header li a {
	font:bold 1.3em Trebuchet MS;
	color:#888;
}
#header li, #header li a, #header li a span {
	display:block;
	height:34px;
	cursor:pointer;
}
#header li {
	background:url(../images/tab_mid.gif) repeat-x 0 0;
}
#header li a {
	padding:0 0 0 1em;
	background:url(../images/tab_left.gif) no-repeat 0 0;
	width:9em;
}
#header li a.standout {
	color:#000;
}
#header li a span {
	padding:0 1em 0 0;
	background:url(../images/tab_right.gif) no-repeat 100% 0;
	/*width:8em;*/
	text-align:center;
	line-height:2.6;
}
#header li.current {
	background:url(../images/selected_tab_mid.gif) repeat-x 0 0;
}
#header li.current a {
	color:#fff;
	background:url(../images/selected_tab_left.gif) no-repeat 0 0;
}
#header li.current a:hover {
	color:#fff;
}
#header li.current a span {
	background:url(../images/selected_tab_right.gif) no-repeat 100% 0;
}

/* sub-menu */
/*
#header li {
	position:relative;
}
#header ul ul.sub-menu {
	display:none;
	background:#fff;
	border:4px solid #ddd;
}
#header ul ul.sub-menu li {
	margin:0;
	position:static;
}
#header ul ul.sub-menu li a {
	background:#fff;
	padding:10px 10px 0;
	float:none;
	margin:0;
}
#header ul ul.sub-menu li a:hover {
	text-decoration:none;
	background:#f3f3f3;
}
#header ul li ul.sub-menu {
	display:block;
	position:absolute;
	top:33px;
	left:0;
}
*/








/* ------------------------------------
Primary
------------------------------------ */
#primary h2 {
	font:2.4em Times New Roman;
	color: #003399;
	padding:0 0 2px 0;
	border-bottom:2px dotted #e5efff;
	margin:1em 1em 8px 15px;
}
#primary h2.category {
	font:2.2em Verdana;
	letter-spacing:-1px;
	color:#42403e;
	padding:6px 0 6px 0;
	border-bottom:2px dotted #999;
	margin:1em 0 0.8em 0;
}
#primary h2.category a {
	background:none;
	color:#42403e;
}
#primary h2.category a:hover {
	color:#62606e
}
.go-top {
	float:right;
	font:0.7em Tahoma;
}
#primary h2.category .go-top {
	font:0.6em Tahoma;
	background:none;
	text-decoration:underline;
	color:#06c;
}
#primary h3 {
	
}
.pane {
	float:left;
	width:618px;
	border-right:2px dotted #e5efff;
	font-size:1.1em;
}
.pane strong {
	font-weight:bold;
}
.pane ol, .pane ul {
	margin:0 20px 0 60px;
	font-size:1.4em
}
.pane ul.general {
	margin-bottom:18px;
}
.pane ul ul, .pane ul ol, .pane ol ul, .pane ol ol {
	font-size:1em;
	margin-left:30px;
	list-style:circle;
}
.pane ul p, .pane p ul {
	font-size:1.1em;
}
.pane ol {
	list-style: lower-roman;
}
.pane ul {
	list-style:square;
}
.pane li {
	margin:0 0 6px 0;
}
.sidebar {
	float:right;
	width:310px;
	padding:0 0 0 30px;
}
.sidebar li a:hover {
	background:#e5efff;
	color:#06c;
	font-weight:bold;
}
.sidebar li.current, .sidebar li a {
	font:bold 1.3em Trebuchet MS;
	padding:4px 8px;
}
.sidebar li a {
	display:block;
	width:294px;
	font-weight:normal;
}
.sidebar li.current {
	background: #D2E3FF;
	color:#000;
}
.sidebar li.category {
	font:bold 1.7em Arial;
	background:;
	margin:12px 0 0 0;
	padding:4px 6px;
	background:#f2f7ff;
	color:#555;
}










/* ------------------------------------
Primary - Content
------------------------------------ */
.payments {
	padding:2px;
	border:1px solid #ddd;
	margin:1em 0 1em 1em;
}
.payments p {
	font:bold 1.1em Tahoma, Arial;
	color:#000;
	text-align:center;
}













/* ------------------------------------
Primary - Sidebar
------------------------------------ */














/* ------------------------------------
Footer
------------------------------------ */
#footer .main {
	width:960px;
	margin:0 auto;
	text-align:left;
}
#footer .main span {
	
}
#footer .main span strong {
	font-weight:bold;
}











/* ------------------------------------
Contact Page
------------------------------------ */
#contact-page .form-wrap ol, #home .form-wrap ol {
	list-style:none;
	padding:0;
	margin:0;
}
.form-wrap {

}
.form-wrap textarea {
	width:400px;
	height:16em;
}
#home .form-wrap textarea {
	height:10em;
}
.form-wrap li .text-box {
	width:400px;
}
.form-wrap li {
	
}
.form-wrap li label {
	display:block;
}

.sidebar .form-wrap textarea, .sidebar .form-wrap li .text-box {
	width:97%;
}

.sidebar .contact {
	font:1.2em Arial;
	margin:0;
}
.sidebar .contact li {
	margin:0 0 10px 0;
}
.sidebar .contact label {
	display:block;
}
.sidebar .contact textarea, .sidebar-contact .text-box {
	width:300px;
}
.sidebar .contact label {
	color:#000;
}

.hint {
	color:#aaa;
}




.error, .warning {
	color:#c30;
}
.success {
	color:#360;
}
.central-warning {
	text-align:center;
	font-size:2.4em;
	color:#f30;
}
code {
	background:#f0f0f0;
	padding:0 3px;
	font-size:1.05em;
}











.contact {
	margin:0 0 0 14px;
}
.contact label strong {
	font:1.2em Courier New;
	margin:0 4px 0 0;
	color:#CC3300;
}
.contact .button {
	margin:10px 0 0 0;
}

.feedback {
	width:193px;
	float:right;
	position:relative;
}
.feedback p {
	padding:0;
	margin:0;
	text-indent:0;
}
.feedback .contact-message-error {
	position:absolute;
	top:120px;
	left:0;
}
.feedback .contact-email-error {
	position:absolute;
	top:280px;
	left:0;
}
.feedback .contact-answer-error {
	position:absolute;
	top:335px;
	left:0;
}













/* ------------------------------------
Databases Page
------------------------------------ */
.db-meta {
	display:block;
	margin:0 26px 0 20px;
	font:1.1em Tahoma;
	/*background:#f6f6f6;*/
	color:#666;
}
.more {
	margin:-10px 0 10px 0;
}
.more a {
	float:right;
	text-decoration:underline;
	background:none;
	font:0.9em Verdana;
	color: #663300;
}
.more a:hover {
	background:none;
	color:#000;
}
.db-item {
	padding:8px 12px;
	margin:0 0 20px 0;
	position:relative;
}
.db-item .count {
	position:absolute;
	right:6px;
	bottom:4px;
	font:1.2em Tahoma;
	color:#999;
}
#primary h3.db-list {
	font:1.9em/1.6 Arial;
	padding:0 0 4px 22px;
	margin:0 0 0.4em 0;
	background:url(../images/db-item-2.png) no-repeat 0 9px;
	margin-bottom:0;
}
#primary h3.db-list a {
	border-bottom:1px dotted #06c;
}
#primary h3.db-list a:hover {
	background:none;
	color:#06c;
	border-bottom:1px solid #06c;
}
.screenshot {
	text-align:center;
	padding-left:0;
	padding-right:0;
}
.screenshot img {max-width:100%;}
.pane .tables {
	list-style:none;
	margin:0 30px;
}
.tables li {
	padding:10px 14px 30px 44px;
	background:url(../images/database-24x24x8b.gif) no-repeat 14px 10px;
}
.tables ol li {
	background:none;
	padding:0;
	margin:5px 0 0 0;
	list-style:none;
	font:1em/1.5 Arial;
}
.tables ol li strong {
	color:#CC3300;
}
.tables div {
	height:1%;
	overflow:hidden;
	margin:0 0 10px 0;
}
.tables div h5 {
	font:1.25em Verdana;
	float:left;
}
.tables div span {
	float:right;
	width:128px;
	text-align:right;
}
.tables div span strong {
	float:left;
}
.tables li.odd {
	background-color:#f6f6f6;
}
.heading {
	font-family:Georgia;
	font-weight:bold;
	padding-bottom:0;
	padding-left:0;
	margin-left:17px;
	color:#bbb;
	border-bottom:1px dotted #3366FF;
}







.paypal {
	margin:0 auto;
	height:1%;
	overflow:hidden;
}
.pane .paypal {
	width:500px;
}
.sidebar .paypal {
	width:300px;
}
.paypal .cart-add {
	margin:3px 0 0 0;
	float:left;
}
.paypal .cart-view {
	float:right;
}
p.current {
	border-top:1px dotted #ccc;
	padding:20px 0 20px 0;
	font:bold 1.6em Verdana;
	line-height:2;
	color:#666;
}
p.current .price, h2 .price {
	font:italic bold 28px Arial;
	letter-spacing:-1px;
}
.paypal.top {
	border-bottom:1px dotted #ccc;
	padding:0 0 16px 0;
	margin:0 0 18px 0;
}
.top p.current {
	border:none;
	padding:0 0 10px 0;
}
.nav_state {
	margin-bottom:40px;
}
.price {
	color:#449900;
	font-weight:bold;
}




.inquiry {
	text-align:center;
	font:small-caps bold 3em Georgia;
	letter-spacing:-2px;
	padding:15px 0 15px 0;
}
.inquiry a {
	color:#CC3300;
}
.inquiry a:hover {
	background:none;
	color:#000;
}







ul.ordinary {
}
ul.ordinary li {
}
ul.ordinary li.current {

}
ul.ordinary a, ul.ordinary a:hover {
	padding:4px 4px 4px 20px;
	margin:4px 0;
	background:url(../images/bullet22.gif) no-repeat 0 50%;
	color: #336600;
	font:1.6em Arial;
	white-space:nowrap;
	overflow:hidden;
}
ul.ordinary a:hover {
	text-decoration:underline;
}
.nomargin {
	margin:0;
	padding:0;
}
.nav {
	padding:4px 0;
}
.nav a {
	display:block;
	width:64px;
	height:64px;
	overflow:hidden;
	text-indent:-1000em;
}
.nav.previous a {
	background:url(../images/scroll_up.png) no-repeat 0 0;
}
.nav.next a {
	background:url(../images/scroll_down.png) no-repeat 0 0;
}
.nav.end a {
	background:url(../images/scroll_end.png) no-repeat 0 0;
}
.topborder {
	border-top:1px dotted #ccc;
}
.underline {
	text-decoration:underline;
}
.black {
	color:#000;
}
li.section {
	font:bold 1.2em Verdana;
	letter-spacing:-1px;
	color:#000;
	list-style:none;
	position:relative;
	left:-32px;
	margin-top:20px;
}
ul.triple {

	clear:both;
	float:left;
	display:inline;
}
ul.triple li {
	width:170px;
	float:left;
}
.industry-nav {
	clear:both;
	padding-top:12px;
	margin-bottom:-20px;
}

#primary .notice {
	padding:7px 10px;
	border:1px dotted #ccc;
	border-width:1px 0;
	margin:0 0 10px 0;
	background:#f9f9f9;
}
#primary .notice p {
	margin:0;
	padding:0;
	font:1.1em/1.5 Tahoma;
	color: #777;
}
#primary .notice .outstanding {
	font-weight:bold;
}












.coupon {
	height:1%;
	overflow:hidden;
	padding:2px 0 0 0;
}
.coupon, .coupon input, .coupon button {
	font:1.2em Arial;
}
.coupon label {
	font-weight:bold;
	color:#000;
	font-size:1.1em;
	position:relative;
	bottom:1px;
}
.coupon input {
	width:120px;
}
.coupon button {
	width:50px;
}



.home-promo {
	width:280px;
	float:right;
	display:inline;
	margin:0 0 0 10px;
	border:2px dotted #ccc;
	padding:7px 3px 10px 10px;
	margin:0 10px 10px 0;
	background:#f6f6f6 url(../images/coupon-scissor.png) no-repeat 3px 3px;
}
.home-promo ul {
	margin:0 0 0 32px;
}
.home-promo h5 {
	margin:0 0 0 24px;
}
.home-promo .more-promos {
	margin:0;
	font:1.1em Arial;
}



.home-arrow {
	float:right;
	margin:0 0 0 10px;
}

#category_index {
	border-width:2px 0 2px 2px;
	border-style:solid;
	border-color:#f7f5f3;
}
#category_index .inner {
	background:#f7f5f3;
	margin:2px 0 2px 2px;
	padding:6px 10px;
}
#category_index h3 {
	font:bold 1.7em Arial;
	color:#999;
}
ul.index {
	list-style:none;
	font:1.4em Arial;
	margin: 0 0 0 20px;
	overflow:hidden;
}
ul.index a {
	padding:0;
}
ul.index a:hover {
	background:none;
	text-decoration:underline;
	color:#06c;
}
ul.index li {
	margin:0 0 5px 0;
	padding:0 0 0 20px;
	background:url(/images/icon-arrow.gif) no-repeat 0 1px;
	float:left;
	width:260px;
}

.even {
	background:#f4f4f4;
	border-style:dotted;
	border-color:#ddd;
	border-width:1px 0 1px 1px;
}

.addthis_toolbox a {
	background:none;
}

.crumb {
	font-size:1.27em;
	margin:-20px 0 32px 0;
	
}
.crumb a {
	background:none;
	color:#0066CC;
}
.crumb a:hover {
	text-decoration:underline;
}




.pane ul.general.download ul {
	font:1em Arial;
	margin-bottom:24px;
}
.pane ul.general.download ul li {
	margin-bottom:4px;
}
ol.download_log {
	font:1.1em Arial;
	list-style:decimal;
}
table {
	font:1.3em Arial;
	width:100%;
	border-spacing:2px;
	border-collapse:separate;
}
table th {
	background:#e6e6e6;
}
table td {
	background:#f0f0f0;
}
table th, table td {
	padding:4px 8px;
}
