/*
    Project: CrystalX
    URL: http://www.nuvio.cz
    
    Output device: screen, projection
    
    Author: Vit Dlouhy (vit.dlouhy@nuvio.cz); Nuvio (www.nuvio.cz)
    Last revision: 2006-12-05, 12:00 GMT+1
*/


body {border:0; margin:0; padding:0; background:#FFF; font:75% Tahoma; color:#336600;}


/* headers */
h1, h2, h3, h4 {
	font-family: Tahoma;
	font-weight: normal;
}

h1 { font-size: 2.5em; } 
h2 { font-size: 1.9em; }
h3 { font-size: 1.7em; }
h4 { font-size: 1.2em; }

div.subtitle {
    font-size: 16px;
    position:relative;
    top: -1px;
    left: 2px;
}

a, a.plain {
	color: #C87A00;
}

a:hover, a.plain:hover {
	color: #969532;
	text-decoration: underline;
}

a.plain {
	text-decoration: none;
}

ul, ol {
	margin: 5px 0px 5px 30px;
	padding: 0px 15px;
}

li {
	margin-top: 0px;
}

.delete, .purchased, .func {
	cursor: pointer;
	font: bold 11px 'Verdana';
	background: #FFF;
	line-height:19px;
	padding: 1px 2px;
}

.delete {
	margin-left: -1px;
	border: 1px solid #CE090E;
	color: #CE090E;
}

.delete:hover {
	border: 1px solid #FF090E;
	background: #FFDDDD;
	color: #FF090E;
}

.purchased {
	margin: 0px 1px 2px 1px;
	border: 1px solid #208034;
	color: #208034;
}

.purchased:hover {
	border: 1px solid #2A6E00;
	background: #DDFFDA;
	color: #2A6E00;
}

.func {
	margin-left: 0px;
	padding: 0px 2px;
	font: bold 11px 'Arial Narrow';
	border: 1px solid #212B5C;
	color: #212B5C;
}

.func:hover {
	background: #FFEEA0;
	border: 1px solid #212BCC;
	color: #212BCC;
}

/* images */

div.poster, div.thumb {
    position: relative;
    float: left;
    text-align: center;
    margin: 3px;
    white-space: nowrap;
    background: #fff;
    border: 1px solid #D7ECC2;
}

div.poster {
    padding-bottom: 3px;
}

img.poster {
    background: #FFF url('/images/hourglass2.gif') no-repeat center;
    border: 1px solid #FFF;
    margin: 0px auto;
}

a:hover img.poster {  
    border: 1px solid #D7ECC2;
    background: #FFF;
    filter: Alpha(Opacity:80);
    /* CSS3 standard */
    opacity: 0.8;
}

div.thumb {
    padding: 1px;
    font-size: 0.8em;
    line-height: 1.6em;
    text-transform:uppercase;
}

div.thumb a {
	text-decoration:underline;	
}

img.thumb {
    background: #FFF url('/images/hourglass2.gif') no-repeat center;
    border: 0;
}

a:hover img.thumb {  
    background: #FFF;
    filter:Alpha(Opacity:80);
    /* CSS3 standard */
    opacity:0.8;
}

/* form elements */

div.box {
	margin: 10px;
	padding: 5px;
	background: #E9F5DD;
	border: 1px solid #D7ECC2;
	width: 500px;
	font-size: 13px;
}

div.faqq {
	margin:0px 0px 5px 40px;
	font-size: 14px;
	font-weight:bold;
}

div.faqa {
	margin: 10px 10px 10px 30px;
	padding: 5px;
	background: #E9F5DD;
	border: 1px solid #D7ECC2;
	width: 680px;
	font-size: 13px;
}

div.center {
	text-align:center;
	margin: 3px auto;
	font-size: 1.2em;
	clear:both;
}

table.invisible {
	border: 0px;
	margin: 3px auto;
	background: none;
}

table, table.center {
	border: 1px solid #D7ECC2;	 	
	background: #E9F5DD;
	border-collapse: collapse;
	margin: 5px;
}

table.center {
	margin: 5px auto;
}

td {
	text-align: left;
	font-size: 12px;
}

td.header, td.header2, td.label_sep, td.info_sep, td.center_sep, td.detailRow, td.detailRow_r, td.totalRow {
	border-bottom: 1px solid #D7ECC2;
}

td.header, td.header_inherit {
	padding: 2px 8px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

td.header {
	color: #FFF;
	background: #324B19;
}

td.header_inherit {
	color: inherit;
	background: inherit;
}

td.header2 {
	padding: 2px 4px;
	font-weight: bold;
	text-decoration:underline;
	text-align: left;
	background: inherit;
}

td.label, td.label_sep {
	padding: 2px 4px 4px 8px;
	text-align: right;
	vertical-align:top;
	font-weight: bold;
}

td.info, td.info_r, td.info_sep {
	vertical-align:top;
	padding: 2px 8px 4px 4px;
}

td.info_r {
	text-align:right;
}

td.center, td.center_sep {
	padding: 2px;
	text-align:center;
}

td.submit {
	text-align: center;
	padding: 5px 5px;
}

td.detailRow, td.detailRow_r {
	padding: 2px 4px;
	vertical-align:top;
}

td.detailRow_r {
	text-align:right;
}

td.totalRow {
	padding: 4px;
	font-size: 13px;
	font-weight: bold;
	text-align:right;
	vertical-align:top;
}

.optionDetails2 {
	width: 280px;
	text-align: left;
	padding: 0px; 
	margin: -2px 0px 0px 0px;
	font-size: 11px;
}

.optionName {
	font-weight: bold;
}

form {
	padding: 0;
}

select, input, textarea, input.button {
	font: normal 12px Verdana, sans-serif;
	color: #264C00;
	border: 1px solid #D7ECC2;
}

select {
	margin:0px auto;
}

input {
	padding: 2px 2px 1px 2px;
	margin:0px auto;
}

input.checkbox {
	border: 0px;
	vertical-align: middle;
}

input.button {
	background: #f5f5f5;
	cursor: pointer;
	font: 12px Arial, Sans-serif;
	padding: 1px 2px;
}

textarea {
	padding: 1px 2px 1px 2px;
	display:block;
}


.navouter {
	position:relative;
	margin: 0px auto;
	overflow:hidden;
	clear:both;
}

.navinner {
	float:right;
	position:relative;
	right:50%;
	text-align:center;
	margin:0px auto 10px auto;
	clear:both;
}
.navinner ul{
	list-style:none; 
	position:relative;
	right:-50%;
	margin:0px;
	padding:0px;
} 

/* NOTICE FORMATS */

.notice, .notice_error, .notice_warning, .notice_misc {
	width: 550px;
	padding: 10px; 
	margin: 10px;
	font-size: 14px;
	color: #FFF;
}

.notice a, .notice_error a, .notice_warning a, .notice_misc a{
	color: #FFF;
	text-decoration: underline;
}

.notice {
	background: #208034;
	border: 1px solid #5A8E10;
}

.notice_error {
	background: #C44340; 
	border: 1px solid  #CE090E;
}

.notice_warning {
	background: #dc6400;
	border: 1px solid #f68500;
}

.notice_misc {
	background: #737157; 
	border: 1px solid #b0aa64; 
}



/* -----------------...........--------------------------------------------------------------------------------------- */
.block {min-height:1px;}
.block:after {content:"."; display:block; line-height:0px; font-size:0px; visibility:hidden; clear:both;}

#main {position: relative; text-align: center; margin:10px 5px;}

/* Content */
#content { margin:0 0px; text-align:center;}

