/* <?php
*/

/* Shop Styles here please
*/
td #f1 {
background-color:#eee;
color:#111;
}

.legalinfo {
	background: lightgray;
	border: 2px solid gray;
	margin: 10px;
	padding: 0px 0px 10px 10px;
}
/*
General Formatting
*/
.formLabel {
	float:left;
	width:30%;
	text-align:right;
	font-weight: bold;
	margin: 2px;
	white-space: nowrap;
	clear: left;
}

.formField {
	float:left;
	width:60%;
	margin: 2px;
		
}
/**
* Administration Styles
*/
.adminListHeader {
	float:left; height: 48px; background-repeat: no-repeat;
	text-align: left; font-size: 18px; font-weight: bold;
	padding-left: 80px;	
}

.labelcell {
	margin-left: auto;
	text-align: right;
	font-weight: bold;
	vertical-align: top;
	width: 30%;
}

/**
* Errors, Warnings and Info formatting
*/
.shop_error, .shop_warning, .shop_info, .shop_debug, .shop_critical, .shop_tip {
	font-size: 120%;
  	margin-top: 0.8em;
  	margin-left: auto;
  	margin-right: auto;
  	width: 70% !important;
  	clear: both;
  	text-align: justify;
  	vertical-align: middle;
  	border-collapse: collapse;
  	padding: 15px 20px 15px 80px;
  	background-position: 20px 50%;
  	background-repeat: no-repeat;
  	-moz-border-radius: 20px;
  	-khtml-border-radius: 20px;
  	/*border-radius: 20px;*/
}
.shop_error {
  	background-color: #fdd;
	background-image: url( ../shop_image/ps_image/log_error.png );
}
.shop_warning {
  	background-color: #ffc;
	background-image: url( ../shop_image/ps_image/log_warning.png );
}
.shop_info {

  	background-color: #eef;
  	background-image: url( ../shop_image/ps_image/log_info.png );
}
.shop_tip {
	background-image: url( ../shop_image/ps_image/info.png );
  	background-color: #dfd;
}
.shop_debug {
	background-color: #F0F8FF;
	background-image: url( ../shop_image/ps_image/log_debug.png );

}
.shop_critical {
	background-color: salmon;
	font-weight: bold;
	background-image: url( ../shop_image/ps_image/log_critical.png );
}

#product_list {
font-size:0.9em;
color:#111;
}

#product_list h3 a{
font-size:0.9em;
color:maroon;
}

#prix {
float:left;
color:#111;
}

#div1 {
margin-top:10px;
padding-left:10px;
padding-top:5px;
padding-right:5px;
padding-bottom:55px;
border:1px solid #ccc;
font-size:1em;
}

#div2 {
float:left;
width:20%;
}

#descript {
float:left;
width:80%;
color:#111;
}

#table_produit {
font-size:0.8em;
color:#111;
}

#table_produit h1 {
color:navy;
font-variant:small-caps;
}

#dispo {
font-size:0.8em;
border:1px solid #111;
}

#addtocart {
text-align:center;
font-size:1em;
}

.parcourir {
display:none;
}

#tri {
display:none;
}

.sectiontableentry1virtu {
font-size:0.8em;
text-align:left;
}

.sectiontableentry1virtu td,th {
border:solid #111 1px;
}
.sectiontableentry2virtu td {
border:solid #111 1px;
}

.sectiontableheadervirtu th {
border:1px solid #ccc;
font-size:0.8em;
text-align:center;
color:maroon;
}
.sectiontableentry2virtu {
font-size:0.8em;
text-align:left;

}
td #nom {
border:1px solid #ccc;
font-size:0.8em;
text-align:left;
vertical-align:middle;
color:teal;
}

td #ref {
border:1px solid #ccc;
font-size:0.9em;
text-align:center;
color:#111;
vertical-align:middle;
}


td #pr {
border:1px solid #ccc;
font-size:1em;
text-align:center;
color:#111;
vertical-align:middle;
width:60px;
}


td #quant {
border:1px solid #ccc;
font-size:1em;
text-align:center;
color:#111;
vertical-align:middle;
}

td #quant form {

font-size:1em;
text-align:center;
color:#111;
vertical-align:middle;
}

td #soutot {
border:1px solid #ccc;
font-size:1em;
text-align:left;
color:#111;
vertical-align:middle;
}

td #quant {
border:1px solid #ccc;
font-size:1em;
text-align:center;
color:#111;
vertical-align:middle;
}

td #modif, td #suppr {
border:1px solid #ccc;
font-size:0.9em;
text-align:center;
color:#111;
vertical-align:middle;
}

td #libsoutot {
border:1px solid #ccc;
font-size:0.9em;
text-align:right;
color:#111;
vertical-align:middle;
}

td #monsoutot {
border:1px solid #ccc;
font-size:0.9em;
text-align:left;
color:#111;
vertical-align:middle;
}

td #tot {
border:1px solid #ccc;
font-size:1.5em;
text-align:right;
color:#111;
vertical-align:middle;
}

td #montot {
border:1px solid #ccc;
font-size:1.5em;
text-align:left;
color:#111;
vertical-align:middle;
}

td #taxe {
border:1px solid #ccc;
font-size:1em;
text-align:right;
color:#c11;
vertical-align:middle;
background-color:#eee;
}

td #montax{
border:1px solid #ccc;
font-size:1em;
text-align:left;
color:#111;
vertical-align:middle;
background-color:#eee;
}

#infoclient {
color:#111;
}

#adrinfo {
color:olive;
font-weight:bold;
}

label {
color:#111;
}

tr .sectiontableentry1, tr.sectiontableheader,
tr .sectiontableentry2, span.sectiontableheader,
div.sectiontableheader, legend.sectiontableheader {
background-color:#eee;
color:#111;
}

td a:hover {
color:green;
}

#table_produit td {
background-color:#eee;
color:#111;
}
@media print {
body {
background-color:white;
}
}

