/* SVN FILE: $Id$ */
/**
 *
 * @filesource
 * @copyright     Copyright 2005-2008, Cake Software Foundation, Inc. (http://www.cakefoundation.org)
 * @link          http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project
 * @package       cake
 * @subpackage    cake.app.webroot.css
 * @since         CakePHP(tm)
 * @version       $Revision$
 * @modifiedby    $LastChangedBy$
 * @lastmodified  $Date$
 * @license       http://www.opensource.org/licenses/mit-license.php The MIT License
 */


/* Layout */

#logo {
	margin:5px 0 -43px;
}

ul#mainMenu {
	font-size:13px;
	list-style-type:none;
	margin:24px 0 0 10px;
}

ul#mainMenu li {
	margin: 0;	
	padding: 0;
	overflow: hidden;
	text-align: center;
	border-right: 1px solid #eee;
	float: left;
	
}

ul#mainMenu li.set {
	font-weight: bold;
}

ul#mainMenu li.set a {
	color: #333;
}

ul#mainMenu li.nb { border: 0; }

#container {
	text-align: left;
	width: 1024px;
	background-color: #fff;
}

.header{
	border-bottom: 5px solid #eee;
	margin: 0 10px 45px;
}

.header h1 {
	background: #003d4c url('../img/cake.icon.gif') no-repeat left;
	color: #fff;
	padding: 0px 30px;
}
.header h1 a {
	color: #fff;
	background: #003d4c;
	font-weight: normal;
	text-decoration: none;
}
.header h1 a:hover {
	color: #fff;
	background: #003d4c;
	text-decoration: underline;
}

#footer {
	border-top: 5px solid #eee;
	padding-top: 10px;
	clear: both;
	text-align: left;
	margin: 10px 10px;
}
#footer p {
	width: 50%;
	overflow: hidden;
}

#footer p.fr {
	text-align: right;
	color: #ccc;
	 font-size: 10px;
}

/* Tables */
table {
	font-size: 11px;
	border: 1px solid #bbb;
	
	clear: both;
	color: #333;
	
	margin: 5px;
	width: 98%;
	margin: 1px;
	padding: 0;
		border-collapse: collapse;
}

tr {
	margin: 0;
	padding: 0;
}
th {
	background: #f2f2f2;
	text-align: center;
	height:25px;
	font-size: 10px;
}
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 {
	border-collapse: collapse;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;

	
	height:16px;
	line-height:16px;
	
	padding: 5px;
	text-align: left;
}
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;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
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;
}

/* Forms */
form {
	clear: both;
	margin: 0;
	padding: 10px;
	background-color: #fafafa;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;	
}
fieldset {
	border: 1px solid #eee;
	margin-top: 10px;
	padding: 10px 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;		
}

fieldset input {
	clear: none;
}

fieldset label {
	width: 109px;
	 cursor: pointer;
}

fieldset legend {
	font-weight:bold;
	padding:0 10px;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}

fieldset fieldset div.yui-toolbar-subcont, fieldset fieldset div.yui-toolbar-subcont div {
	margin: 0;
}

form div {
	clear: both;
	margin-top: 5px;
}

form div.input {
	color: #444;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.submit {
	border:0 none;
	clear:both;
	margin-left:171px;
	margin-top:10px;
	width:400px;
}
label {
	display:inline;
	float:left;
	height:25px;
	line-height:25px;
	padding: 0 10px;
	margin-right: 5px;
	background-color: #f1f1f1;
	width: 150px;	
	 cursor: pointer;	
	/*border: 1px solid #ddd;*/
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;		
}
input,div.input.textarea textarea {
	font-family: "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,sans-serif;
	font-size:115%;
	line-height:22px;
	margin-top:0;
	padding:3px 4px 0;
	width:350px;
	border: 1px solid #aaa;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;		
}

input {
	height:22px;
}

option {
	font-size: 100%;
	padding: 0 3px;
}

div.radio label {
	margin: 0 0 6px 20px;
}
input[type=submit] {
	
	display: inline;
	font-size: 110%;
	width: 90%;
	vertical-align: middle;
	height: 35px;
	
	padding: 2px 4px;
	margin: 0 4px;
	border: #999 1px solid;
	background-color:#ddd;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;	
	font-weight: bold;
	cursor: pointer;	
	color: #297dd3;
}

input[type=submit]:hover {
	border: #297dd3 1px solid;
	background-color:#fff;	
}


/* Notices and Errors */
div.message {
	clear: both;
	color: #5f5f28;
	font-weight: bold;
	padding: 5px;
	background-color: #fffb8e;
}
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;
}


div.preislist  {
width: 560px;
	text-align: center;
}

div.preislist div {
	clear: none;
	margin: 0;
}

div.preislist input {
	width: 100px;
	float: left;
}
/* YUI */
form div .yui-toolbar-group { clear: none; } 
.yui-editor-container iframe.editor-hidden,
.editor-hidden {
    visibility: hidden;
    top: -9999px;
    left: -9999px;
    position: absolute;
}
textarea {
    border: 0;
    margin: 0;
    padding: 0;
}

#specialOptionDiv {
background-color: #fff;	
	
}

#sortShow .tech p,
#sortShow .preis p{
	height: 20px;
	line-height: 20px;
	padding: 5px;
	border-bottom: 1px dotted #ccc;
}


ul#tarifaShow li div.pricetab.big div.swbg div.fixprice table tr,
ul#tarifaShow li div.pricetab.big div.swbg div.fixprice table tr td
{
height: 20px;
line-height: 20px;
padding: 0;
	margin: 0;
	
	overflow: hidden;
}

	ul#tarifaShow li .pricetab div.preis table tr td
	{
		border: 1px dotted #ccc;
		font-size: 12px;
		height: 20px;
		line-height: 20px;
		padding: 0 5px;
		margin: 0;
		text-align: center;
		width: 100px;		
	}

	ul#tarifaShow li .pricetab div.preis table tr td.tar
	{
		text-align: right;
	
	}

	ul#tarifaShow li .pricetab div div.preis p 
	{
		font-size: 10px;
		clear: both;
		height: 20px;
		line-height: 20px;
		padding: 0 5px;
		border-bottom: 1px dotted #ccc;
		margin: 0;
		width: 100%;
	}
	
	ul#tarifaShow li .pricetab div.preis table
	{
		margin: 4px 0 0 0;
		border-color: #ffe200;
	}

#sortShow .tech p {
	font-size:11px;
	line-height:16px;
	padding:2px 5px;
	height: 16px;
}

ul#tarifaAddShow li div.tech p {
	padding: 2px 5px;
	border-bottom: 1px dotted #ccc;
	line-height: 16px;
	 font-size: 11px;
}

ul#tarifaAddShow li div#preis table {
	border: 0;
	border-collapse:collapse;
	clear:both;
	color:#333333;
	font-size: 10px;
	margin:0;
	padding:0;
	width: 152px;
}

ul#tarifaAddShow li div#preis table tr td {
	border: 2px solid #fff;
	border-bottom: 1px dotted #ccc;
	border-top: 0;
	text-align: center;
	line-height: 20px;
	width: 76px;
}

table tr.bg, p.bg {
	background-color: #eee;
}

p.topHead {
	text-align: left;
	border-bottom: 1px dotted #ccc;
	line-height: 25px;
	height: 25px;
	 font-size: 14px;
	font-weight: bold;
	padding: 5px;
}



ul#tarifaAddShow li div.tech p.no, ul#tarifaAddShow li div.tech p.yes, ul#tarifaAddShow li div.tech p.tip {
	margin: 0 auto;
}

div.tech p.no {
	background-position: 70px -163px;
}
div.tech p.yes {
	background-position: 70px 4px;
}
div.tech p.tip {
	background-position: 70px -84px;
}

div.tech p.no2 {
	padding-left: 25px;
	background-position: 12px -163px;
}
div.tech p.yes2 {
	padding-left: 25px;
	background-position: 12px 4px;
}
div.tech p.tip2 {
	padding-left: 25px;
	background-position: 12px -84px;
}

ul#tarifaShow {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul#tarifaShow li {
	border:1px solid #EEEEEE;
	clear:both;
	height:64px;
	margin:0 0 2px;
	overflow:hidden;
	padding:1px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;		
	
}
/*
ul#tarifaShow li:hover,ul#tarifaShow li:focus {
	border: 1px solid #ffe200;
	background: #fff6ae;
}
*/
ul#tarifaShow li p ,ul#tarifaShow li div {
	float: left;	
	margin: 3px 0 0 5px;
}

ul#tarifaShow li div.head {
	border-right:1px dashed #eee;
	height:72px;
	width:225px;
}

ul#tarifaShow li div.head h3{
margin: 0;
}

div.head span{
font-size: 10px;
	line-height: 10px;
	height: 20px;
	overflow: hidden;
	display: block;
}

ul#tarifaShow li div.tech {
	font-size:11px;
	height:35px;
	line-height:15px;
	margin: 5px 0;
	overflow:hidden;
	width:330px;
}

ul#tarifaShow li div.tech p {
	padding:2px 0 0 14px;
	margin: 0;
	overflow:hidden;
	width:150px;
}

ul#tarifaShow li div.price {
width: 130px;
	float: left;
}

ul#tarifaShow li div.post {
	float:left;
	height:37px;
	margin:13px 0 0 84px;
	overflow:hidden;
	padding:0;
	width:140px;
}
ul#tarifaShow li div.price {
	margin: 11px 0 0 0;
}

.btn-one,
ul#tarifaAddShow li .SubSend3,
ul#tarifaShow li .SubSend3,
ul#tarifaAddShow li .SubSend,
ul#tarifaShow li div.post .SubSend {
	background-color: #ff5d00;
	background-image:none;
	border:2px outset gray;
	height:30px;
	line-height: 30px;
	text-align: center;
	width:125px;
	color: #000;
	padding: 0;
	font-size: 14px;
		-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	font-weight: bold;
}

ul#tarifaAddShow li .SubSend {
	display: block;
	margin-left: 23px;
}

div.post a {
	display: inline;
}

.btn-one.SubSend2,
ul#tarifaAddShow li .SubSend3.SubSend2,
ul#tarifaShow li div.post .SubSend3.SubSend2,
ul#tarifaAddShow li .SubSend.SubSend2,
ul#tarifaShow li div.post .SubSend.SubSend2 {
	border:2px inset gray;
}

ul#tarifaAddShow li .SubSend3,
ul#tarifaShow li .SubSend3 {
	background-color: #ffcc00;
	border:2px outset gray;
	width:75px;	
	cursor: pointer;
	position: absolute;
	margin:16px 0 0 755px;	
}

ul#tarifaShow li img {
	float: left;	
	margin: 4px;	
}

ul#tarifaShow li div.pricetab {
padding: 10px;
	margin: -100px 0 0 20px;
	position: absolute;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	width: 360px;
	margin: -100px 0 0 -405px;
}

ul#tarifaShow li div.pricetab div.swbg {
	padding: 0;
	margin: 0;
	width: 360px;
	overflow: hidden;	
}

ul#tarifaShow li div.pricetab div.swbg .infoSTxt {
	width: 320px;
}

ul#tarifaShow li .pp ,ul#tarifaShow li .pp2 {
	width: 130px;
	height: 35px;
	overflow: hidden;
	text-align: center;

	font-size: 20px;
	line-height: 25px;
	font-weight: bold;
	float:right;
	cursor: pointer;
	margin: 0;	
}

ul#tarifaShow li .pp span, ul#tarifaShow li .pp2 span {
	display:block;
	line-height: 12px;
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
}

ul#tarifaShow li .pp2 span {
	line-height: 10px;
	font-size: 9px;

}

ul#tarifaShow li .pp sup {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

ul#tarifaShow li .pp2 {
	height: 31px;	
	color: #777;
	font-size: 16px;
}

ul#tarifaShow li .pp2 sup {
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
}

.searchCheck {
	line-height: 22px;
	cursor: default;
}

/* Preis option */
.preistitle { width: 400px; margin-right: 20px; font-weight: bold;}
.preistd { width: 70px; margin-right: 20px; background-position:0 -532px; }
.preistd.on { width: 70px; margin-right: 20px; background-position:0 -559px; }
.preisheadline { text-align:center; width: 70px; margin-right: 50px;font-weight: bold; }


div#images p {
display: inline;
}

div#images p img {
	border: 1px solid #eee;
	padding: 1px;
	margin: 5px;
	max-width: 200px;
}


div#content ul#tarifaShow a { color: #000; text-decoration: none;}
div#content ul#tarifaAddShow a { color: #000; text-decoration: none;}