/* 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Title : Standard CSS
Author : remka / www.remka.net 
URL : -

Description : A very light CSS for general script projects

Created : 2007/02/14
Modified : 2007/05/08

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/

a {
color:#0066CC;
}

img {
border:0;
}

#container {
width:500px;
}

#cart {
width:400px;
}

#main {
margin-right:20px;
width:500px;
}

#mainShop {
margin:20px 0;
padding:0;
list-style:none;
}

#mainShop li{
float:left;
width:25%;
text-align:center;
height:255px;
}

#mainShop li p {
margin:0;
padding:0;
}

.total{
	font-weight:bold;
	color:#ccc;
	font-size:14px;
	width:300px;
}

.totalPrice{
	font-weight:bold;
	color:#ccc;
	font-size:14px;
	text-align:right;
}

.itemName {
font-weight:bold;
padding:10px 0px 0px 10px;
font-size:12px;
color:#FFF;
}



.itemPrice {
text-align:center;
font-weight:bold;
padding:5px 0px 5px 0px;
font-size:16px;
color:#FFF;
height:25px;

}

.lienCompany{
	color:#70193d;
}

.companyName {
font-weight:bold;
padding:10px 0px 0px 10px;
font-size:12px;
color:#FFF;
}

.imgProfile{
padding:3px 0px 0px 5px;

}

#mainShop li p.itemPrice {
color:#999;
font-weight:bold;
padding:0 0 5px 0;
font-size:16px;
}

/* cart */

#cartCont {
width:543px;
margin:5px 0 0 0;
padding:5px 0 5px 0;
/*border:1px solid #DDDDDD;
background-color:#dedede;*/
font-family:Geneva, Arial, Helvetica, sans-serif;
}

.rmvIcon {
vertical-align:middle;
}

.simpleRemove {
margin-right:5px;
}

/*.cartTableRow {
	border-collapse:collapse;
	width:100%;
	padding:0px;
	color:#70193d;
	font-weight:bold;
	font-size:11px;
}*/

.cartTableRow {   
    border-collapse:collapse;
	width:543px;
	color:#70193d;
	font-weight:bold;
	font-size:11px;
}

.delRow{
	width:20px;
}

.cartRow1{
	background-color:#222222;
	
}

.cartRow2{
	background-color:#444444;
	
}

.cartItemName{
	text-align:left;
	width:300px;
	color:#ccc
}

.cartItemPrice{
	text-align:right;
	color:#ccc
}

.checkTableRow{
	width:543px;
	color:#70193d;
	font-weight:bold;
}


.boutonAdd{
	background-image:url(images/Leaders_qatar_AZ/bouton_pack.png);
	background-repeat:no-repeat;
	height:20px;
	width:120px;
	text-align:center;
	padding:2px 0px 0 0
}
.boutonRem{
	background-image:url(images/Leaders_qatar_AZ/bouton_pack_rem.png);
	background-repeat:no-repeat;
	height:20px;
	width:120px;
	text-align:center;
	padding:2px 0px 0 0
}

.checkRow{
	/*background-color:#FFFFFF;*/
}

.clear{
clear:both;
}
