/* SVN FILE: $Id: cake.generic.css 7118 2008-06-04 20:49:29Z gwoo $ */
	/**
 *
 * PHP versions 4 and 5
 *
 * CakePHP(tm) :  Rapid Development Framework <http://www.cakephp.org/>
 * Copyright 2005-2008, Cake Software Foundation, Inc.
 *								1785 E. Sahara Avenue, Suite 490-204
 *								Las Vegas, Nevada 89104
 *
 * Licensed under The MIT License
 * Redistributions of files must retain the above copyright notice.
 *
 * @filesource
 * @copyright		Copyright 2005-2008, Cake Software Foundation, Inc.
 * @link				http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project
 * @package			cake
 * @subpackage		cake.app.webroot.css
 * @since			CakePHP(tm)
 * @version			$Revision: 7118 $
 * @modifiedby		$LastChangedBy: gwoo $
 * @lastmodified	$Date: 2008-06-04 13:49:29 -0700 (Wed, 04 Jun 2008) $
 * @license			http://www.opensource.org/licenses/mit-license.php The MIT License
 */ /* --------------------------------------------------------------
 
 reset.css
 
 -------------------------------------------------------------- */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,code,del,dfn,em,img,q,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
	{
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 98%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	line-height: 1.5em;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,th,td {
	text-align: left;
	font-weight: normal;
}

table,td,th {
	vertical-align: middle;
}

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before,blockquote:after,q:before,q:after {
	content: "";
}

blockquote,q {
	quotes: "" "";
}

/* Remove annoying border on linked images. */
a img {
	border: none;
}

/* clear */
.clear {
	clear: both;
}
p {
	text-align: justify;
}
/* --------------------------------------------------------------
 
 typographi.css
 
 -------------------------------------------------------------- */
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
}

/* --------------------------------------------------------------
 
 Link Styles
 
 -------------------------------------------------------------- */
a:link,a:visited {
	color: #429497;
	text-decoration: none;
}

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

a:active {
	color: #429497;
	text-decoration: none;
}

a img {
	border: none;
}

/* --------------------------------------------------------------
 
 Layout Styles
 
 -------------------------------------------------------------- */
body {
	background: #565d6f url(../img/background_admin.jpg) repeat-x top left;
}

/* ----------------- container -------------- */
#container {
	position: relative;
	width: 945px;
	height: auto;
	margin: 0 auto;
	text-align: left;
}
/* ----------------- info User -------------- */
#infoUser {
	width: auto;
	height: auto;
	margin: 5px 0 5px 0;
	padding: 0;
	text-align: right;
	font-family: Verdana;
	color: #fff;
	font-size: 100%;
}

#infoUser em {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: rgb(255, 175, 0);
	font-size: 1.5em;
	margin: 0 30px 0 10px;
}

#infoUser span {
	color: #fff;
	font-size: 100%;
	margin: 0 7px 0 7px;
}

#infoUser a:link {
	font-family: Verdana;
	color: #fff;
	text-decoration: none;
}

#infoUser a:visited {
	font-family: Verdana;
	color: #fff;
	text-decoration: none;
}

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

#infoUser a:active {
	color: #fff;
	text-decoration: none;
}
/* ----------------- header -------------- */
#header {
	width: auto;
	height: auto;
	margin: 5px 0 5px 0;
}

#header h1 {
	font-size: 1.5em;
	line-height: 2em;
	color: rgb(255, 175, 0);
}
/* ----------------- menu top -------------- */
#menuTop {
	
}
#menuTop ul#menuTop {
	width: auto;
	height: auto;
	list-style: none;
	margin: 0 0 5px 0;
}

#menuTop ul#menuTop li {
	display: inline;
}

#menuTop ul#menuTop li a {
	width: auto;
	height: auto;
	display: block;
	float: left;
	color: #fff;
	font-family: Verdana;
	line-height: 1.5em;
	font-size: 95%;
	font-weight: bold;
	text-align: center;
	margin: 0 10px 0 10px;
}

#menuTop ul#menuTop li a:hover {
	text-decoration: underline;
}

/* ----------------- content -------------- */
#content {
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 10px;
	color: #333;
	background-color: #fff;
}

#content h1 {
	font-size: 1.5em;
	line-height: 2em;
	color: #8dce01;
}

#content #baner {
	border: dashed 1px #e5e5e5;
}
#content #contentCenter{
	width: auto;
	height: auto;
	margin: 5px 0 5px 0;
}

#content #contentLeft{
	width: auto;
	height: auto;
	margin: 5px 255px 5px 0;
}
#content #contentRight{
	width: 250px;
	height: auto;
	float: right;
	margin: 5px 0 5px 0;
}
#content #contentLeftDistributors{
	width: 400px;
	height: auto;
	float: left;
	margin: 5px 5px 5px 0;
}
#content #contentRightDistributors{
	width: 500px;
	height: auto;
	float: right;
	margin: 5px 0 5px 5px;
}
#content #contentLeftContacts{
	width: auto;
	height: auto;
	margin: 5px 325px 5px 0;
}
#content #contentRightContacts{
	width: 320px;
	height: auto;
	float: right;
	margin: 5px 0 5px 0;
}
#content #contentLeftMenu{
	width: 260px;
	height: auto;
	float: left;
	margin: 5px;
}
#content #contentRightMenu{
	width: auto;
	height: auto;
	margin: 5px 5px 5px 265px;
}
/* ----------------- footer -------------- */
#footer {
	width: auto;
	height: auto;
	color: rgb(255, 175, 0);
	line-height: 30px;
	margin: 5px 0 0 0;
	clear: both;
	text-align: right;
}

/* ---------------- Tables ---------------- */
table {
	background: #fff;
	border: 1px solid #ccc;
	border-right: 0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}

th {
	background: #f2f2f2;
	border: 1px solid #bbb;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: center;
}

th a {
	background: #f2f2f2;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}

th a:hover {
	background: #ccc;
	color: #333;
	text-decoration: none;
}

table tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	padding: 4px;
	text-align: center;
	vertical-align: top;
}

table tr.altrow td {
	background: #f4f4f4;
}

td.actions {
	text-align: center;
	white-space: nowrap;
}

td.actions a {
	margin: 0px 6px;
}

.cake-sql-log table {
	background: #f4f4f4;
}

.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}

/* --------------------- Paging ------------------- */
div.paging {
	background: #fff;
	color: #ccc;
	margin-bottom: 2em;
	text-align: center;
}

div.paging div.disabled {
	color: #ddd;
	display: inline;
	text-align: center;
}

div.paging span {
	
}

div.paging span.current {
	color: #000;
}

div.paging span a {
	
}

/* ----------------- Scaffold View ------------------ */
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 60%;
}

dl.altrow {
	background: #f4f4f4;
}

dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}

dd {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}
/* ------------- user register Forms --------------- */
.userRegisterForm{
	width: auto;
	height: auto;
	margin: 10px auto;
	background-color: #f1f3f3;
	border-top: solid 2px #e1e5e5;
	border-bottom: solid 2px #e1e5e5;
}
.userRegisterForm ul{
	width: 580px;
	height: auto;
	margin: 10px auto 10px auto;
	list-style: none;
}
.userRegisterForm ul li{
	clear: both;
	background: none;
}
.userRegisterForm ul li label{
	display: block;
	float: left;
	width: 160px;
	padding: 3px 0;
}
.userRegisterForm .textField{
	display: block;
	float: left;
	padding: 3px;
	width: 260px;
	margin: 5px 10px 7px 0;
	font: 1em "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	color: #477500;
	border: 1px solid rgb(172, 172, 172);
	outline: none;
}
.userRegisterForm .textField:hover,.textField:focus,.textField:active {
	border-color: #67a800;
	background: #edffd1;
}
.userRegisterForm .textFieldCaptcha{
	display: block;
	float: left;
	padding: 3px;
	width: 135px;
	margin: 0 10px 0 5px;
	font: 1em "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	color: #477500;
	border: 1px solid rgb(172, 172, 172);
	outline: none;
}
.userRegisterForm .textFieldCaptcha:hover,.textFieldCaptcha:focus,.textFieldCaptcha:active {
	border-color: #67a800;
	background: #edffd1;
}
.userRegisterForm img{
	float: left;
}
.userRegisterForm em{
	color: #c50202;
	line-height: 1em;
	margin: 5px 0 0 0;
}
/* ------------- Contacts Forms --------------- */
.contactsForm {
	width: auto;
	height: auto;
}

.contactsForm fieldset {
	border: none;
}

.contactsForm fieldset legend {
	font-size: 1.5em;
	line-height: 2em;
	color: rgb(255, 175, 0);
}

.contactsForm ul {
	margin: 0;
	list-style: none;
}

.contactsForm ul li {
	clear: both;
	background: none;
}

.contactsForm ul li label {
	display: block;
	float: left;
	width: 140px;
	padding: 3px 0;
}

.contactsForm .txtField {
	display: block;
	float: left;
	padding: 3px;
	width: 260px;
	margin: 5px 0 7px 0;
	font: 1em "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	color: #477500;
	border: 1px solid rgb(172, 172, 172);
	outline: none;
}

.contactsForm .txtField:hover,.txtField:focus,.txtField:active {
	border-color: #79abff;
	background: #ebf2fd;
}

.contactsForm input[type=submit] {
	margin: 25px 0 0 0;
}

.contactsForm em {
	margin: 0 0 0 5px;
	color: red;
}

.captcha {
	float: left;
	margin-top: 5px;
}

.captcha img {
	float: left;
	border: 1px solid rgb(172, 172, 172);
}

.captcha input {
	margin: 0 auto 12px 12px;
	font: 1em "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	color: #477500;
	border: 1px solid rgb(172, 172, 172);
	outline: none;
	padding: 3px;
	width: 125px;
}
.ePic{
	vertical-align: middle;
}
/* ----------------- Posts ------------------- */
.comment {
	position: relative;
	width: 600px;
	height: auto;
	margin: 10px auto;
	background-color: #f1f3f3;
	border-top: solid 2px #e1e5e5;
	border-bottom: solid 2px #e1e5e5;
}
.comment ul {
	list-style: none;
	float: left;
	width: 100px;
	height: auto;
	margin: 10px 0 0 0;
}

.comment ul li {
	text-align: center;
}

.comment .postParagraf {
	margin: 10px 10px 10px 160px;
	padding: 20px;
	border: solid 1px #e1e5e5;
	background-color: #fff;
	text-align: justify;
}
.comment .postParagraf a{
	color: #429497;
	text-decoration: none;
}
.comment .postParagraf a:hover{
	color: #429497;
	text-decoration: underline;
}
.comment .comment_pic {
	position: absolute;
	top: 30px;
	left: 130px;
}

.postText {
	padding: 20px;
	border: solid 1px #e1e5e5;
	background-color: #fff;
	text-align: justify;
}

.commentHeader {
	width: 600px;
	height: auto;
	margin: 10px auto;
	list-style: none;
}
.commentHeader #commentHeaderTextPost {
	border: solid 2px #e1e5e5;
	padding: 30px;
	text-align: justify;
	background-color: #f1f3f3;
}
/* ----------------- Posts Form ------------------- */
.postsForm {
	width: auto;
	height: auto;
	margin-left: 20px;
}

.postsForm fieldset {
	border: none;
}

.postsForm fieldset legend {
	font-size: 1.5em;
	line-height: 2em;
	color: rgb(255, 175, 0);
}

.postsForm ul {
	margin: 0;
	list-style: none;
}

.postsForm ul li {
	clear: both;
	background: none;
}

.postsForm ul li label {
	display: block;
	float: left;
	width: 140px;
	padding: 3px 0;
}

.postsForm .txtField {
	display: block;
	float: left;
	padding: 3px;
	width: 260px;
	margin: 5px 0 7px 0;
	font: 1em "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	color: #477500;
	border: 1px solid rgb(172, 172, 172);
	outline: none;
}

.postsForm .txtField:hover,.txtField:focus,.txtField:active {
	border-color: #67a800;
	background: #edffd1;
}

.postsForm input[type=submit] {
	margin: 25px 0 0 0;
}

.postsForm em {
	margin: 0 0 0 5px;
	color: red;
}

.komentar {
	width: 600px;
	height: auto;
	margin: 10px auto;
	background-color: #f1f3f3;
	border-top: solid 2px #e1e5e5;
	border-bottom: solid 2px #e1e5e5;
}

/* ----------------- Distributors Form ------------------- */
ul.userLoginForm {
	background-color: #f1f3f3;
	border-top: solid 2px #e1e5e5;
	border-bottom: solid 2px #e1e5e5;
	padding: 20px;
	list-style: none;
}

ul.userLoginForm li {
	background: none;
	clear: left;
}

ul.userLoginForm li label {
	display: block;
	float: left;
	width: 100px;
	padding: 3px 0;
}

ul.userLoginForm .txtField {
	display: block;
	float: left;
	padding: 3px;
	width: 200px;
	margin: 5px 0 7px 0;
	font: 1em "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	color: #477500;
	border: 1px solid rgb(172, 172, 172);
	outline: none;
}

ul.userLoginForm .txtField:hover,.txtField:focus,.txtField:active {
	border-color: #67a800;
	background: #edffd1;
}

ul.userLoginForm .checField {
	float: left;
	margin: 9px 5px 0 100px;
}

ul.userLoginForm input[type=submit] {
	margin: 25px 0 0 0;
}

ul.userLoginForm  em {
	margin: 0 0 0 7px;
	line-height: 28px;
}

.distrDownload ul{
	list-style: none;
	margin: 20px 0 0 0;
}
.distrDownload ul li{
	width: auto;
	height: 41px;
	line-height: 40px;
	background: url(../img/excel_icon.jpg) no-repeat left;
	padding-left: 50px;
	margin-bottom: 20px;
}

/* ----------------- Categories view ------------------- */
ul.catView {
	width: auto;
	height: auto;
	list-style: none;
}
ul.catView li{
	display: inline;
}
ul.catView li #category_2{
	display: block;
	float: left;
	width: auto;
	height: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	color: rgb(255, 175, 0);
	margin: 0 10px 0 10px;
}
ul.catView li #category_2:hover{
	text-decoration: underline;
}
ul.catView li #category_1{
	display: block;
	float: left;
	width: auto;
	height: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	color: rgb(255, 175, 0);
	margin: 0 10px 0 10px;
}
ul.catView li #category_1:hover{
	text-decoration: underline;
}
ul.catView li #category_3{
	display: block;
	float: left;
	width: auto;
	height: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	color: rgb(255, 175, 0);
	margin: 0 10px 0 10px;
}
ul.catView li #category_3:hover{
	text-decoration: underline;
}
/* ----------------- Produkts View  ------------------- */
ul.produktView{
	width: auto;
	height: auto;
	list-style: none;
}
ul.produktView li{
	display: block;
	width: 280px;
	height: 280px;
	float: left;
	margin: 5px 0 10px 5px;
	padding: 5px;
	border-bottom: dashed 1px #e5e5e5;
	border-right: dashed 1px #e5e5e5;
	overflow: hidden;
}

/* ----------------- Compani simle pages  ------------------- */
ul.companySimpleLinks{
	list-style: none;
}
ul.companySimpleLinks li{
	margin-bottom: 5px;
	width: auto;
	height: auto;
	border: dashed 1px #e5e5e5;
}
ul.companySimpleLinks li a{
	color: #000;
	font-family: Verdana;
	font-size: 1em;
	text-decoration: none;
}
ul.companySimpleLinks li a:hover{
	color: #000;
	font-size: 1em;
	text-decoration: underline;
}
/* Notices and Errors */
div.message {
	clear: both;
	width: 600px;
	height: auto;
	color: #900;
	font-size: 100%;
	font-weight: bold;
	margin: 0 0 0 20px;
}

div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
}

p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}

p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}

.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}

.success {
	background: green;
	color: #fff;
}

/*  Actions  */
div.actions ul {
	margin: 0px 0;
	padding: 0;
}

div.actions li {
	display: inline;
	list-style-type: none;
	line-height: 2em;
	margin: 0 2em 0 0;
	white-space: nowrap;
}

div.actions ul li a {
	background: #fff;
	color: #003d4c;
	text-decoration: none;
}

div.actions ul li a:hover {
	color: #333;
	text-decoration: underline;
}

/* Related */
div.related {
	clear: both;
	display: block;
}

/* Debugging */
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}

pre.cake-debug {
	background: #ffcc00;
	font-size: 120%;
	line-height: 140%;
	margin-top: 1em;
	overflow: auto;
	position: relative;
}

div.cake-stack-trace {
	background: #fff;
	border: 4px dotted #ffcc00;
	color: #333;
	margin: 0px;
	padding: 6px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
}

div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}

div.cake-stack-trace pre,div.cake-code-dump pre {
	color: #000;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 1em;
	overflow: auto;
}

div.cake-code-dump pre,div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}

div.cake-code-dump span.code-highlight {
	background-color: #ff0;
	padding: 4px;
}

div.code-coverage-results div.code-line {
	padding-left: 5px;
	display: block;
	margin-left: 10px;
}

div.code-coverage-results div.uncovered span.content {
	background: #ecc;
}

div.code-coverage-results div.covered span.content {
	background: #cec;
}

div.code-coverage-results div.ignored span.content {
	color: #aaa;
}

div.code-coverage-results span.line-num {
	color: #666;
	display: block;
	float: left;
	width: 20px;
	text-align: right;
	margin-right: 5px;
}

div.code-coverage-results span.line-num strong {
	color: #666;
}

div.code-coverage-results div.start {
	border: 1px solid #aaa;
	border-width: 1px 1px 0px 1px;
	margin-top: 30px;
	padding-top: 5px;
}

div.code-coverage-results div.end {
	border: 1px solid #aaa;
	border-width: 0px 1px 1px 1px;
	margin-bottom: 30px;
	padding-bottom: 5px;
}

div.code-coverage-results div.realstart {
	margin-top: 0px;
}

div.code-coverage-results p.note {
	color: #bbb;
	padding: 5px;
	margin: 5px 0 10px;
	font-size: 10px;
}

div.code-coverage-results span.result-bad {
	color: #a00;
}

div.code-coverage-results span.result-ok {
	color: #fa0;
}

div.code-coverage-results span.result-good {
	color: #0a0;
}
.treemenu_class{
	list-style: none;
	height: auto;
	width: auto;
}
#treemenuelementlink_1{
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 40px;
	display: block;
	line-height: 30px;
	color: #20aef8;
	background: url(../img/icon_theme.png) no-repeat left;
}
#treemenuelementlink_9{
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 40px;
	display: block;
	color: #20aef8;
	line-height: 30px;
	background: url(../img/icon_theme.png) no-repeat left;
}
#treemenuelementlink_17{
	font-family: verdana;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 40px;
	display: block;
	color: #20aef8;
	line-height: 30px;
	background: url(../img/icon_theme.png) no-repeat left;
}
#treemenuelementlink_21{
	font-family: verdana;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 40px;
	color: #20aef8;
	display: block;
	line-height: 30px;
	background: url(../img/icon_theme.png) no-repeat left;
}
.treemenuelement{
	line-height: 30px;
	background: url(../img/box_grid.gif) repeat-x;
	list-style: none;
}
.treemenuelement li a {
	display: block;
	width: auto;
	padding-left: 50px;
	background: url(../img/icon_category.png) no-repeat 15px;
}
.logoCompany{
	list-style: none;
	margin-bottom: 10px;
}
.logoCompany li{
	display: block;
	float: left;
	margin: 5px;
}