/* CSS Document */

*{
font-family: "Century gothic";
}
a{
color:#006600;

}
a:hover{
color:#33CC66;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.Style2 { font-size: 12px; }
.Style6 {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}
.Style8 { font-size: 10px; font-style: italic; }
.Style10 {
	font-size: 12px;
	font-weight: bold;

}
.Style14 {font-size: 12px; font-weight: bold;  }

.liensBas:a{
	color: #000000;
	text-decoration: none;

}
.liensBas a:hover {
	color: #669900  ;
	text-decoration: none;

}
.inputs{
	margin-top:3px;
	border: 1px #CCCCCC dotted;
}
.inputs:focus{
background-color: #E9FAC9;
}



	.cartHeaders{display:none;}
	
	.itemContainer{
		
		clear:both;
		width:180px;
		padding:11px 0;
		font-size:11px;
	}
	.itemImage{
		float: left;
		width:63px;
		height:63px;
		text-align:center;
	}
	.itemName{
		float:left;
		width:85px;
	}
	.itemPrice{
		float:left;
		width:85px;
		color:#418932;
	}
	.itemQuantity{
		float:left;
		width:20px;
		
		
	}
	
	
	.itemTotal{
		float:left;
		color:#c23f26;
		margin-top:-6px
	}
	.simpleCart{
	 width:180px;
	}
	.simpleCart_items{
		
		font-size:9px;
		overflow-y:auto;
		overflow-x:hidden;
		
		width:180px;
		height:330px;
		
		border: 1px #C9F192 dotted;
	}
	.simpleCart_totals{
		font-size:10px;
	}
	
	.simpleCart_quantity{
		font-size:10px;<br />
		font-weight:bold;
	}
	
	.simpleCart_total{
		font-size:10px;
		font-weight:bold;
	}
	
	.simpleCart_empty{
		font-size:10px;
		font-weight:bold;
	}
	.simpleCart_checkout{
		font-size:10px;
		font-weight:bold;
	}
	.simpleCart_show{
		font-size:10px;
		font-weight:bold;
	}
	
	#catalog{
	
		
	text-align:left;	
		
	}
	
	.items{ 
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
		width:130px;
		display:block;
		border: 1px    #9AE04E dotted;
		float:left;
		margin-right: 16px;
		margin-bottom: 8px;
		margin-top: 8px;
		padding :10px;
		text-align:center
		
	}
	.price{
		font-size:10px;

	}
	.addtocart{
		font-size:10px;
		font-weight:bold;
	}
	.item_name{
		font-size:14px;
		
	}

