/*
 * YOOtheme CSS file
 *
 * @author yootheme.com
 * @copyright Copyright (C) 2007 YOOtheme Ltd. & Co. KG. All rights reserved.
 */ 

p {
	margin: 1em 0;
}

td, th { 
  padding: 1px;
}

a:link, a:visited {
	color: #ff0096;
	text-decoration: underline;
}

a:hover {
	color: #ffffff;
	text-decoration: underline;
}

ul, ol {
	margin: 10px 10px 10px 20px;
	padding: 0px 0px 0px 15px;
}

ul.arrow, ul.arrow-big, ul.checkbox, ul.checkbox-big {
	margin: 10px 10px 10px 20px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}

ul.checkbox li {
	margin: 5px 0px 5px 0px;
	padding: 2px 0px 5px 25px;
	background: url(../images/list_checkbox.png) 0 0 no-repeat;
	font-size: 125%;
	color: #c8c8c8;
}

ul.checkbox-big li {
	margin: 15px 0px 15px 0px;
	padding: 15px 0px 20px 60px;
	background: url(../images/list_checkbox_big.png) 0 0 no-repeat;
	font-size: 250%;
	color: #c8c8c8;
	font-weight: bold;
}

ul.arrow li {
	margin: 5px 0px 5px 0px;
	padding: 6px 0px 10px 40px;
	background: url(../images/list_arrow.png) 0 0 no-repeat;
	font-size: 125%;
	color: #c8c8c8;
}

ul.arrow-big li {
	margin: 15px 0px 15px 0px;
	padding: 27px 0px 30px 90px;
	background: url(../images/list_arrow_big.png) 0 0 no-repeat;
	font-size: 250%;
	color: #c8c8c8;
	font-weight: bold;
}

ul.arrow a:link, ul.arrow a:visited, ul.arrow-big a:link, ul.arrow-big a:visited {
	color: #969696;
}

ul.arrow a:hover {
	color: #ffffff;
}

form {
	border: 0;
	margin: 0;
	padding: 0;
}

div.note {
	margin: 10px 0px 10px 0px;
	padding: 5px 10px 5px 10px;
	border: 1px solid #3c3c3c;
	background: #1e1e1e;
	text-align:justify;
}

div.alert {
	margin: 10px 0px 10px 0px;
	padding: 7px 10px 7px 35px;
	border: 1px solid #3c3c3c;
	background: #1e1e1e url(../images/div_alert.png) 3px 3px no-repeat;
	text-align:justify;
}

div.download {
	margin: 10px 0px 10px 0px;
	padding: 7px 10px 7px 35px;
	border: 1px solid #3c3c3c;
	background: #1e1e1e url(../images/div_download.png) 3px 3px no-repeat;
	text-align:justify;
}

div.info {
	margin: 10px 0px 10px 0px;
	padding: 7px 10px 7px 35px;
	border: 1px solid #3c3c3c;
	background: #1e1e1e url(../images/div_info.png) 3px 3px no-repeat;
	text-align:justify;
}

div.tip {
	margin: 10px 0px 10px 0px;
	padding: 7px 10px 7px 35px;
	border: 1px solid #3c3c3c;
	background: #1e1e1e url(../images/div_tip.png) 3px 3px no-repeat;
	text-align:justify;
}

blockquote {
	margin: 10px 0px 10px 0px;
	padding: 10px 35px 10px 35px;
	background: url(../images/blockquote_start.png) 0 0 no-repeat;
	text-align:justify;
}

blockquote div {
	margin: 0px -35px -10px 0px;
	padding: 0px 35px 10px 0px;
	background: url(../images/blockquote_end.png) 100% 100% no-repeat;
}

blockquote.big {
	margin: 10px 0px 10px 0px;
	padding: 50px 50px 50px 50px;
	background: url(../images/blockquote_big_start.png) 0 0 no-repeat;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 300%;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 100%;
	text-align: left;
}

blockquote.big div {
	margin: 0px -50px -50px 0px;
	padding: 0px 30px 50px 0px;
	background: url(../images/blockquote_big_end.png) 100% 100% no-repeat;
}

pre {
	margin: 2px 0px 2px 0px;
	padding: 10px 10px 10px 10px;
	border: 1px solid #505050;
	border-left: 20px solid #505050;
	background: #323232;
	font-size: 90%;
	color: #c8c8c8;
	/* Browser specific (not valid) styles to make preformatted text wrap */
	/* white-space: pre-wrap;       /* css-3 */
	/* white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
}

em.box, em.file, em.directory {
	font-family: "Courier New", Courier, monospace;
	font-style: normal;
}

em.box { 
	padding: 0px 2px 0px 2px;
	background:#1e1e1e;
	border: 1px #3c3c3c solid;
}

em.file { 
	padding: 0px 0px 0px 13px;
	background: transparent url(../images/em_file.png) 0 1px no-repeat;
	color: #c8c8c8;
}

em.directory { 
	padding: 0px 0px 0px 16px;
	background: transparent url(../images/em_directory.png) 0 1px no-repeat;
	color: #c8c8c8;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 5px;
	line-height: 100%;
}

h1 {
	font-size: 100%;
	font-weight: normal;
	color: #d20073;
}

h2 {
	font-size: 250%;
	color: #c8c8c8;
}

h3 {
	font-size: 200%;
}

h4 {
	font-size: 175%;
	font-weight: normal;
	color: #c8c8c8;
}

h5 {
	font-size: 150%;
	color: #c8c8c8;
}

h6 {
	font-size: 125%;
	color: #d20073;
}