/*                                                                              
    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                                      
*/
body {
	font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	text-decoration: none;
	scrollbar-base-color : #FFcc99;
	background-color : White;
	margin-bottom : 0;
	margin-left : 5;
	margin-right : 5;
	margin-top : 0;
	padding : 0;
	padding-bottom : 0;
	padding-right : 0;
	padding-top : 0;
	scrollbar-arrow-color : black;
}

.cd ul {
	float: none;
	display: list-item;
}

.cd table ul li {
	display: list-item;
	float: none;
}

.cd img {
	float: none;
	margin: 0px 4px 0px 0px;
	border: none;
}

h1 {
	font-size: 1.3em;
	color: #ffcc99;
	margin: 8px 0px 0px 0px;
}

a:link, a:visited {
	color: #1883ff;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #ffcc99;
	font-weight: bold;
	text-decoration: underline;
}

#navigation	 {
	clear: both;
	background-color: #ffcc99;
	padding: 2px 0px 2px 0px;
	text-align: left;
	margin-left: 5px;
}

#navigation ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 6px;
	list-style: outside none;
}

#navigation ul li {
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 2px 6px;
	display: inline;
	border-left: 1px solid Black;
}

#navigation ul li a {
	background: #ffcc99;
	color: white;
	text-decoration: none;
}

#navigation ul li a:link {
	background: #ffcc99;
	color: white;	
	text-decoration: none;
}

#navigation ul li a:visited {
	background: #ffcc99;
	color: white;	
	text-decoration: none;
}

#navigation ul li a:link:hover, #navigation ul li a:visited:hover {
	background: white;
	color: black;		
	text-decoration: none;
}

#header {
	height: 35px;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 8px;
	background-color: ffcc99;
}

#footer {
	margin: 5px 0px 0px 0px;
	text-align: left;
	clear: both;
}

.copyright {
	font-size: 8pt;
}

#catalog {
	margin: 1.8em 0 0 0;
	padding: 0em 1em 0em 1em;
	border: 1px solid #1883ff;
	font-size: 10pt;
}

#catalog h2 {
	position: relative;
	background-color: #ffffff;
	width: 16em;
	margin: 0px 0px 0px 0px;
	top: -0.9em;
}

.product {
	width: 200px;
	height: 200px;
	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;
}

hr {
	clear: both;
	border-style: none;
}

#navmenu	 {
	background-color: #f6f6f6;
	padding: 2px 5px 2px 5px;
	margin-left: 0px;
	text-align: right;
}

#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: #1883ff;
	font-size: 9pt;
}

#navmenu a:hover {
	color: #f1300b;
	text-decoration: underline;
}

#cart th, #items th {
	background: #dcdcdc;
}

#cart td, #items td {
	padding: 2px;
}

#cart table, #items table {
	width: 100%;
	height: auto;
	font-size: 9pt;
}

#cart form {
	display: inline;
}

.button {
	border: 1px solid #000000;
	border-top-color: #ffffff;
	border-left-color: #ffffff;
	border-right-color: #6c6c6c;
	border-bottom-color: #6c6c6c;
	background-color: #dcdcdc;
	color: #000000;
	padding: 2px 4px 2px 4px;
	margin: 0px 0px 0px 0px;
	font-size: 8pt;
}

.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: #f6f6f6;
}

tr.b {
	background: #dcdcdc;
}

.currency {
	text-align: right;
}

fieldset input, fieldset select, fieldset textarea {
	margin: 0;
	width: 60%;
}

fieldset .checkbox {
	width: auto;
}

fieldset {
	margin: 0em 0;
	padding: .3em 1em;
	font-size: 10pt;
}

legend a {
	font-size: 0.8em;
}


legend, #catalog h2 {
	font-weight: bold;
	font-size: 10pt;
}

fieldset div {
	margin-top: 2px;
	padding: 2px;
}

label {
	margin: .2em .5em;
	
	width: 6em;
	text-align: right;
	float: left;
	font-weight: bold;
}

.validation-error {
	background: #fcffbb;
}

#contentContainer h2{	/* No margins above <h2> tags */
	margin-top:0px;
}


#mainContainer{
	width:1200px;
	margin:0 auto;
	text-align:left;
	padding:5px;
	margin-top:20px;
	border:0px solid #ffcc99;
	background-color: #FFF;
}
#contentContainer{
	float:left;
	border:1px solid #ffcc99;
	background-color: #fff;
	overflow:auto;
	margin-right:10px;
	padding:10px;
	
	/* CSS HACK */
	width: 500px;	/* IE 5.x */
	width/* */:/**/600px;	/* Other browsers */
	width: /**/600px;
	
	/* CSS HACK */
	height: 412px;	/* IE 5.x */
	height/* */:/**/550px;	/* Other browsers */
	height: /**/550px;
			
}


#contentContainer .openingText{
	color:red;
}

#articleListContainer{	/* <ul> container for article list */
	float:left;
	height:550px;
	overflow:auto;	
	width:240px;
	border:1px solid #ffcc99;
	background-color:#FFF;	
}

.articleList{
	margin:0px;
	padding:2px;
}
.articleList li{	/* General layout article in list */
	list-style-type:none;
	border:1px solid #999;
	background-color:#EEE;
	height:60px;
	margin:1px;
	padding:2px;
	color:#333;
	cursor:pointer;
	size:10;
}
.articleList li.articleMouseOver{	/* Mouse over article in list - layout */
	border:1px solid #000;
	color:#000;
}
.articleList li.articleClick{	/* Active article in list - layout */
	border:1px solid #000;
	color:#000;
	background-color:#ffcc99;
	color:#FFF;
}

.keyText{	/* Just a column I use for key text inside articles - the one with the light blue bg and dotted border */
	background-color:#FFF;
	border:1px dotted #000;
	float:right;
	margin-top:5px;
	margin-left:5px;
	margin-bottom:5px;
	width:150px;
	padding:3px
}

