/*
Qworum values:
--------------
color: #06c;
background: #e6e6ff;
*/

/* general */
body {
	padding: 0 15px 0 15px;
	font-family: Verdana, Arial, sans-serif; 
	font-size: 10.5pt; 
	background: white; 
	color: black;
	word-spacing: 0.1em;
}
.surface {
	padding: 0 10% 1em 10%;
	text-align: left;
	font-size: 80%;
}
.figure {
	padding: 1em 1em 2em 1em;
	text-align: center;
	font-style: italic;
	font-size: smaller;
}
img {
	border: 0;
	padding: 0; /*1em;*/
}
a { 
	color: #06c; /* decimal: R=0,G=102,B=204 */ /* 06c 069 06f 30f 03f 33f 339 09c 09f 009 399 (99f) */ 
	text-decoration: none;
} 
em {
	
}
div {
	margin:0; 
	padding:0;
}
.subscription-fee {
	color: gray;
}
.price {
	font-family: Courier, serif; 
}
/* layout  */
.header {
	font-weight: bold; 
}
.user {
	height: 1em;
	padding: 2px 1em 0 0;
	text-align: right;
	font-size: 90%;
	font-weight: normal;
	word-spacing: 0;
}
.user-id {
	font-weight: bold;
}
.banner {
	padding: 0 0 0 10%;
}
.logo {
	color: #06c;
	font-size: 220%; 
}
.menu {
	padding: 0 0 0 2em;
	font-size: 110%;
	word-spacing: 0.0em;
	color: #e6e6ff;
}
.submenu {
	padding: 0.3em 0 0 20em;
	color: #e6e6ff;
	font-size: 90%;
}
.item, .selected {
	padding-right: 1em;
}
.selected > a {
	border-bottom: 3pt solid #e6e6ff;
}
.item > a:hover, .selected > a:hover {
	background: #e6e6ff;
}
.content {
	padding: 1em 1em 1em 1em;
}
.footer {
	clear: both;
	padding: 3em 0;
	height: 4em;
	text-align: center;
	font-size: 90%;
}
/* index */
.pitch {
	font-family: Verdana, Arial, sans-serif; 
	font-weight: normal;
	line-height: 1.4em;
	margin: 0 20%;
	padding: 0 1em 2em 1em;
	text-align: center; 
	font-size: 110%; 
	color: black;
}
.big-button {
	margin: 0.5em;
	border: thin outset #06c;
	padding: 0.2em;
	background: #e6e6ff;
	font-size: 110%;
	font-weight: bold;
}
.second-part {
	padding: 0 20%;
	font-size: 90%;
}

/* install */
.firefox {
	padding: 2em 20%;
}

/* about */
.about {
	width: 40em;
	margin: 3em 10%;
}
/* partners */
.partners {
	width: 40em;
	margin: 3em 10%;
}
/* documentation */
.question {
	font-style: italic;
}
.answer {
	margin-left: 2em;
}
/* shop */
.pane {
	float: left;
	width: 65%;
}
.sidebar {
	float: right;
	width: 30%;
	font-size: 90%;
}
.column1of2 {
	float: left;
	width: 45%;
}
.column2of2 {
	float: right;
	width: 45%;
}
.page {
	clear: both;
	text-align: center;
	font-size: 90%;
}

.form-comment {
	font-size: 80%;
}
.comment {
	border-left: 0.2em solid silver;
	margin: 0 0 2em 0;
	padding: 0 0 0 0.5em;
	font-size: 90%;
}
.comment-meta {
	color: gray;
	font-size: 90%;
}
.cart {
	border: thin solid silver;
	/*background: #e6e6ff; /*#eee;*/
	padding: 0.5em 1em;
}
.cart > .title {
	font-size: 120%;
	font-weight: bold;
}
.add-to-cart {
	display: inline;
	background: transparent;
	color: black;
}
.paypal-form {
	background: white;
	color: black;
	border: thin solid silver;
	/*background: #e6e6ff; /*#eee;*/
	padding: 0.5em 1em;
	margin: 0 10%;
}
.checkout-button {
	text-align: center;
	font-weight: bold;
}
.tips > .title {
	font-weight: bold;
}



.ref {
	font-size: 80%;
	font-weight: bold;
}






.submit {
	color: #06c;
	font-weight: bold;
	border-style: none;
	cursor: pointer;
}

.h1 {
	font-size: 120%;
	font-weight: bold;
}
.h2 {
	font-size: 100%;
	font-weight: bold;
}
h1 {
	font-size: 120%;
	font-weight: bold;
	color: #555;
}
h2 {
	font-size: 120%;
	font-weight: bold;
	color: #555;
}
h3 {
	font-size: 100%;
	font-weight: bold;
}
pre {
	padding-left: 3em;
}
table {
	margin: 0; padding: 0; vertical-align: top;
}
td {
	vertical-align: top;
}

form {
	padding: 1em;
	background: #e6e6ff; /*#eee;*/
}
dt {
	font-weight: bold;
}
.fieldWithErrors input, .fieldWithErrors textarea {
	border: thin solid red;
}

.flash {
	color: #f00;
	font-weight: bold;
}
.flash_ok {
	color: #0c0;
	font-weight: bold;
}

.req {
	border: thin solid silver;
	margin: 15px 5px;
	padding: 0 5px;
}
.req_subject {
}
.req_descr {
	border-bottom: thin solid silver;
	padding-bottom: 5px;
}
.resp {
	padding-top: 5px;
	padding-bottom: 5px;
}
.inactive {
	color: silver;
}
/*
.sidebar {
	padding-top: 0;
	font-size: 90%;
}
*/
.sidebar_title {
	font-weight: bold;
}
