/*                                                                              
    Couffin - A simple PHP shopping basket.                                    
                                                                              
    Copyright 2005 by Georges Auberger                                            
	http://www.auberger.com/couffin
                                                                                                                                                           
    Couffin is free software; you can redistribute it and/or modify               
    it under the terms of the GNU General Public License as published by      
    the Free Software Foundation; either version 2 of the License, or         
    (at your option) any later version.                                       
                                                                              
    Couffin is distributed in the hope that it will be useful,                    
    but WITHOUT ANY WARRANTY; without even the implied warranty of            
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the              
    GNU General Public License for more details.                              
                                                                                                                                                            
    You should have received a copy of the GNU General Public License         
    along with this program; if not, you can find it here:                    
    http://www.gnu.org/copyleft/gpl.html                                      
*/

hr {
	clear: both;
	border-style: none;
}

.info  { font-size: 12px; margin: 1em 0; padding: 0.3em 1em; border: solid 2px #006600 }

.warning  { font-size: 12px; margin: 1em 0; padding: 0.3em 1em; border: solid 2px #ff6600 }

.error  { font-size: 12px; margin: 1em 0; padding: 0.3em 1em; border: solid 2px #cc0000 }

#header  { background-color: #e2f6f6; margin: 0; padding: 5px 0 0 8px; height: 35px }

#header h1 {
	font-size: 1.3em;
	color: #1883ff;
	margin: 8px 0px 0px 0px;
}

#header .tagline {
	font-size: 0.7em;
}

#header img {
	float: left;
	margin: 0px 15px 0px 5px;
}

#footer  { text-align: center; margin: 5px 0 0; clear: both }

.copyright   { font-size: 12px; font-family: Arial, Verdana, Helvetica, Geneva, SunSans-Regular, sans-serif; font-weight: bold; line-height: 18px }
.product {
	width: 195px;
	height: 110px;
	float: left;
	padding: 8px;
	background: #f6f6f6;
	margin: 0px 10px 10px 0px;
	font-size: 9pt;
}

.product h3 {
	font-size: 1.2em;
	margin: 0px 1px 4px 1px;
	text-align: left;
	color: #1883ff;
}

.product h3 a {
	color: #1883ff;
}

.product h3 a:hover {
	color: #f1300b;
}

.product img {
	float: left;
	margin: 0px 4px 0px 0px;
	border: none;
}

.product-price {
	font-weight: bold;
	display: block;
}

.product form {
	float: right;
}

#navmenu	  { background-color: #e2f6f6; text-align: right; margin-left: 0; padding: 2px 5px; clear: both }

#navmenu ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: outside none;
}

#navmenu ul li {
	margin: 0px 0px 0px 0px;
	padding: 0px 2px 0px 5px;
	display: inline;
	border-left: 1px solid #1883ff;
}

#navmenu ul li.first {
	padding-left: 0px;
	border-left: none;
}

#navmenu ul li.last {
	padding-right: 0px;
}

#navmenu a  { color: #f30; font-size: 14pt }

#navmenu a:hover  { color: #800080; font-style: normal; text-decoration: none }

.button    { color: white; font-size: 8pt; font-weight: bold; background-color: #538eaa; margin: 0; padding: 2px 4px; border-style: solid; border-width: 1px; border-color: #ffffff #6c6c6c #6c6c6c #ffffff }

.button:active {
	border-bottom-color: #ffffff;
	border-right-color: #ffffff;
	border-top-color: #6c6c6c;
	border-left-color: #6c6c6c;
	padding: 3px 3px 1px 5px;
}

tr.a  { background: #dbf6f6 }

tr.b  { background: #aedcdc }

.currency {
	text-align: right;
}

#cart th, #items th  { background: #aedcdc }

#cart td, #items td {
	padding: 2px;
}

#cart table, #items table  { font-size: 12px; width: 100%; height: auto }

#cart form {
	display: inline;
}

#catalog  { font-size: 12px; margin: 1.8em 0 0; padding: 0 1em; border: solid 1px #1883ff }

#catalog h2 {
	position: relative;
	background-color: #ffffff;
	width: 4em;
	margin: 0px 0px 0px 0px;
	top: -0.9em;
}

.req:after {
	content: "*";
}

fieldset input, fieldset select, fieldset textarea  { background-color: white; margin: 0; width: 60%; border: solid 1px #1883ff }

fieldset .checkbox {
	width: auto;
}

fieldset  { font-size: 12px; margin: 1em 0; padding: 0.3em 1em; border: solid 1px #1883ff }

legend a  { font-size: 12px }


legend, #catalog h2  { color: #1883ff; font-size: 12px; font-weight: bold; padding: 0.2em 0.5em; border: solid 1px }

fieldset div {
	clear: both;
	margin-top: 2px;
	padding: 2px;
	position: relative;
}

label {
	margin: .2em .5em;
	display: block;
	width: 6em;
	text-align: right;
	float: left;
	font-weight: bold;
}

.validation-error  { background: #ffa142 }

#billing {
	width: 49%;
	float: left;
}

#shipping {
	width: 49%;
	float: right;
}
body  { font-family: Arial, Verdana, Helvetica, Geneva, SunSans-Regular, sans-serif; background-color: #ff9 }
.warenkorbtext { font-size: 12px; font-family: Arial, Verdana, Helvetica, Geneva, SunSans-Regular, sans-serif }
input { background-color: white }
