/* CART */
.cartstatus {
text-align:center;
display:block;
background: #CFCFF0;
font-size:bold;
}
.label {
	width:120px;
}
.restable  {
	font-size:13px;
}
table.restable th { 
	text-align:left;	
}
table.restable td { 
	text-align:right;	
}
.bgGreen {
	background: yellow;
}
.input {
	width:40;
}
#cart {
right:0;width:20%;
display:block;
position:fixed;
text-align:center;
height:430px;
margin-right:20px;
border:1px solid black;
top:128px;
}
.cartajax {
opacity:.7;
filter : alpha(opacity=70); 
display:block;
background-color:#F0F0FF;
}
#list.table {
	width:100%;

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

.realbutton {
	-moz-border-radius: 6px;
	cursor:pointer;
	border-radius: 6px;
	border: 3px solid #686868;
	padding: 3px;
	font-family: Trebuchet MS, Arial, Sans, sans-serif;
	font-size: 150%;
	font-weight: bold;
	text-align: center;
		text-transform: uppercase;
	background-color: #D0D0F0;

	color: black;
	margin:10px;
}
.realbutton:hover {
	background-color: #E0E0E0;
}
BODY      	{ 
	font-family: 'Courier New',monospace;
	font-family: Trebuchet MS, Arial, Sans, sans-serif;
	font-size: 12px; 
	background: #FFFFFF; 
	color: #000000 ; 
	text-align: justify;
}
}
img { border:0;
}
.res { 
	background:#F0F0F0;
	font-size:10px;
	height:300px;
	border: 1px solid black;
}
#rightcol {
	float:right;
	width:25%;
}
#leftcol {
	float:left;
	display:block;
	width:25%;
}
#central {
}
.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;

}



