/*                                                                              
    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 {
	
	margin: 1em 0;	padding: .3em 1em;	border: 2px solid #006600;
}

.warning {
	
	margin: 1em 0;	padding: .3em 1em;	border: 2px solid #ff6600;
}

.error {
	
	margin: 1em 0;	padding: .3em 1em;	border: 2px solid #cc0000;
}

#header
{
	background: url('/images/store_header.jpg') no-repeat center top;
	height: 176px;
	text-align: center;
	width: 100%;
}


#header h1 {
	color: #000000;
	margin: 8px 0px 0px 0px;
}

#header_top
{
	z-index: 20;
	background: url('/images/translucent_black.png');
	width: 100%;
	overflow: auto;
}

#header_top_content
{
	width: 1001px;
	margin: 0 auto;	
}

#nav_menu
{	
	float: left;
	color: #FFFFFF;
}

#header_top a 
{
	text-decoration: none;
	font-size: .9em;
	color: #FFFFFF;
}


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

.copyright 
{
	
}

body {
	font-family: Arial, sans-serif;
	text-decoration: none;
	margin: 0;
	background: #E9E9D8;
}

a {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: underline;
}


.product1
{
	width: 342px;
	height: 250px;
	padding: 8px;
	margin: 0px 10px 10px 0px;	
}

.product2
{
	width: 342px;
	height: 603px;
	padding: 8px;
	margin: 0px 10px 10px 0px;	
}


.product1 .product_name, .product2 .product_name
{
	margin-left: 14px;
	width: 220px;
	font-weight: bold;
	line-height: 18px;
	height: 35px;	
}

.product1 .product_info
{	
	margin-left: 145px;
	margin-right: 20px;
	height: 120px;
	font-size: .9em;
}

.product2 .product_info
{	
	margin-left: 150px;
	margin-right: 20px;
	height: 200px;
	font-size: .9em;
}

.product2 .product_info2
{	
	margin-left: 10px;
	margin-right: 20px;
	height: 200px;
	font-size: .9em;
}

.product_info2 ul
{
	padding-left: 20px;
}

.product_info2 ul li
{
	padding-top: 4px;	
}

.buzz .product_info
{
	margin-left: 165px;
}

.product1 .button, .product2 .button
{
	margin-top: 30px;
	margin-right: 17px;
}

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

.product1 form, .product2 form 
{
	float: right;
}

#navmenu	 {
	border-top: 2px solid #000000;
	clear: both;
	background-color: #E9E9D8;
	padding: 2px 5px 2px 5px;
	text-align: right;
	margin-left: 0px;
}

#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 #000000;
}

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

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

#navmenu a {
	color: #000000;
}

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

tr.a {
	background: #FFFFFF;
}

tr.b {
	background: #E9E9D8;	
}

.currency {
	text-align: right;
}

#cart th, #items th {
	background: #572309;
	color: #FFFFFF;
}

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

#cart table, #items table {
	width: 100%;
	height: auto;
}

#cart form {
	display: inline;
}

#catalog {
		padding: 0em 1em 0em 1em;	border: 1px solid #000000;
}

#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 {	margin: 0;
	width: 60%;
}

fieldset .checkbox {	width: auto;}
fieldset {	margin: 1em 0;	padding: .3em 1em;	border: 1px solid #000000;
}

legend a {	
}legend, #catalog h2 {	font-weight: bold;	
	color: #000000;
	padding: .2em .5em;
	border: 1px solid #000000;}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: #fcffbb;
}

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

#shipping {
	width: 49%;
	float: right;
}

#cart
{
	width: 960px;
	margin: 0 auto;	
}

#cart fieldset, #cart legend, #sidebar_shopping_cart fieldset, #sidebar_shopping_cart legend
{
	background: #FFFFFF;	
}

#cart_checkout_link
{
	text-align: right;
	font-weight: bold;	
}

#cart_checkout_link a:hover, #cart_checkout_link a 
{
	text-decoration: none;
	border: none;
}

#cart_checkout_link img
{
	vertical-align: middle;
}

#confirm_checkout
{
	width: 960px;
	margin: 0 auto;
	background: #FFFFFF;
	padding: 10px;
}

#confirm_checkout .header
{
	font-size: 1.2em;
	font-weight: bold;
}

#confirm_checkout #checkout_user_info
{
	float: left;
	padding: 10px;
}

#confirm_checkout #checkout_price_info
{
	float: right;
	text-align: right;
	padding: 10px;
}


.float_clear
{
	clear: both;
}

#total_price
{
	font-size: 1.4em;
	font-weight: bold;
	color: #572309;
}

#purchase_end, #purchase_error, #purchase_message
{
	font-size: 1.4em;
	font-weight: bold;
	width: 960px;
	text-align: center;
	margin: 0 auto;
}

#purchase_error
{
	font-weight: normal;
}

#sidebar_shopping_cart
{	
	font-size: .9em;
	vertical-align: top;
	width: 300px;
	border-left: 1px solid #000000;
}

#sidebar_shopping_cart table
{
	width: 100%;	
}

#product_nav
{
	text-align: center;
	border-bottom: 1px solid #000000;
	padding-bottom: 10px;
}

#product_nav img
{
	border: none;
}

#product_catalog
{
	margin: 0 auto;
	border: 1px solid #FF0000;
}