/* CART */
body {
	background:#666;
}
.realbutton {
    -moz-border-radius: 4px;
    border-radius: 4px;
/*border: 2px solid #686868;*/
background:#E0E0B0;
margin:20px;
text-transform:uppercase;
cursor:pointer;
font-weight:bold;
padding: 2px;
            font-family: Trebuchet MS, Arial, Sans, sans-serif;
            font-size: 95%;
}

.cartstatus {
text-align:center;
display:block;
background: #CFCFF0;
font-size:bold;
}
#cart {
right:0;width:20%;
display:block;
position:fixed;
text-align:center;
height:200px;
margin-right:20px;
top:140px;
}
.cartajax {
border:1px;
display:block;
background-color:#F0F0FF;
}
#list.table {
	width:100%;

}
#list {
width:100%;
height:200px;
overflow:auto;
}
.checkout {
}
.cartmenu {
	display:inline;
	clear:both;
}
.button:hover {
   -moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #686868;
	padding: 2px;
	font-family: Trebuchet MS, Arial, Sans, sans-serif;
	font-size: 95%;
	background-color: #c8c8d8;
	color: black;
}
.button {
   -moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #686868;
	padding: 2px;
	font-family: Trebuchet MS, Arial, Sans, sans-serif;
	font-size: 95%;
	background-color: #d8d8d8;
	color: black;
}

BODY      	{ 
	font-family: 'Courier New',monospace;
	font-size: 12px; 
	background: #FFFFFF; 
	color: #000000 ; 
	text-align: justify;
}
P		{  font-size: 12px; color: #000000 ;
}
img { border:0;
}
#menu {
	width:100%;
}
#rightcol {
	float:right;
	width:25%;
}
#leftcol {
	float:left;
	display:block;
	width:25%;
}
#central {
	float:left;
	width:50%;
}
.dontshow {
display:none;
padding: 0 10em 0 10em;
}
.key {
	font-weight: bold;
	font-size: 110%;
}
.value {
	font-family: 'Verdana','arial';
}
.fb_required { 
	color:red;	
}
A:visited {
       color: #404060;
}

.cartouche {
	display:block;
	text-align:left;
	position:relative;
	margin:0;
	width: 100%;
	height:120px;
}
.product {
	display:block;
	width: 100%;
}
.label {
	display:inline;
	margin-left:0px;
	font-weight:bold;
	font-size:120%;
}
.desc {
	display:block;
	margin-left:60px;
	color:#404040;
	left:60px;
	font-weight:bold;
	font-size:120%;
}
.price {
	font-weight:bold;
	text-align:right;
	float:right;
	right:0;
	font-size:150%;
}
					    
:visited {  color:#432A90; font-style: oblique; }
A.T3:visited {  color:#733A70; font-style: oblique; }
					

.black { color: green; background: #000000; font-family: 'Courier New', monospace, courier, Courier ; border:0; }

.error {
	padding: 2em;
	margin:2em;
	border: 1px solid black;
	background-color:#D0D0F0;
	color:#802020;
	font-weight: bold;
	text-align: left;

}



