
/******************************************************************************
Feuille CSS dynamique pour le contexte du e-commerce dans TeamZone.

@author kprykorn <kprykorn@teamzforge.org>
@date 25/05/07
******************************************************************************/

/* --------------------------------------------------- definition generale **/

div#vpc_view {
	font-family: arial, sans-serif;
	color: #4F2057;
	font-size: 11px;
}

div#vpc_view h2,h3{
	font-family: arial, sans-serif;
}

div#vpc_view h2{
	font-size: 12px;
	margin-bottom: 10px;
}

div#vpc_view h3, h4{
	font-size: 10px;
}

div#vpc_view p{
	margin: 10px 0;
}


div#vpc_view table.fiche_production {
	margin: 5px 0 5px 130px;
}

div#vpc_view ul {
	margin: 5px 0;
	padding: 0;
    width:520px;
}

div#vpc_view input.box_chk {
	margin:0;
	padding:0;
	vertical-align:middle;
}
/******************************************************************************/

/* --------------------------------------------------- definition des class **/

div#vpc_view h3.box_title{
	background : #4F2057;
    padding: 3px 5px;
	text-transform: uppercase;
	color: #4F2057;
	margin:0;
	font-weight:bold;
	cursor: pointer;
}

div#vpc_view p.bloc_bouton {

}

div#vpc_view div.sub_view {
	padding: 5px 0 5px 0;
	margin-bottom: 10px;
}

div#vpc_view div.sub_view h3{
	background : #4F2057;
	margin: 0 0 5px 0;
    padding: 3px 5px;
	color: #4F2057;
}

div#vpc_view div.sub_view h4{
	margin: 5px 0;
    padding: 3px 5px;
}

div#vpc_view div.sub_view table h3{
	background : #F1EBDB;
	margin: -5px -5px 5px -5px;
    padding: 5px;
	color: #4F2057;
	font-size: 11px;
}

div#vpc_view div.sub_view table.sub_tbl{
	margin: 0px -5px 5px 0px;
}

div#vpc_view div.sub_view table.sub_tbl td{
	border: 0px solid #F1EBDB;
}

div#vpc_view table.tbl_auth h3{
	background : #4F2057;
	margin: -5px -5px 5px -5px;
    padding: 5px;
	text-transform:uppercase;
	color: #4F2057;
}

div#vpc_view .form-input,.form-bouton {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	border: solid 1px #444;
	vertical-align: middle;
	margin: 1px 0;
}

div#vpc_view .form-input {
	width: 200px;
	background-color: #FFFFFF;
	color: #444;
}

div#vpc_view .form-bouton {
	background-color: #4F2057;
	font-size: 10px;
	color: #EEE;
	border: 1px outset #555;
	cursor: pointer;
}

div#vpc_view .form-select {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	border: solid 1px #444;
	vertical-align: middle;
	margin: 1px 0;
}

div#vpc_view .form-bouton:hover {
	background: #9A005E;
	color: #EEE;
}

div#vpc_view table.tbl_auth {
	margin: 0px -5px 5px -5px;
}

div#vpc_view table.tbl_auth td{
	border: 1px solid #F1EBDB;
}

div#vpc_view table#vpc_auth_form td{
	border: 0;
	padding:0;
}

/* --------------------------------------------------- styles pour les fieldset de formulaire **/

div#vpc_view fieldset {
	padding: 0px 10px 0px 10px;
	border: solid 1px #F1EBDB;
	margin: 5px;
}

div#vpc_view fieldset legend {
	padding: 0px 6px;
	font-variant: small-caps;
	font-weight: bold;
	color: #4F2057;
	font-size: 11px;
}

div#vpc_view th.form-label {
	font-weight: bold;
	text-align: left;
	color: #4F2057;
	background: #F1EBDB;
}

div#vpc_view .form-label-error {
	font-weight: bold;
	text-align: left;
	color: #FF0000;
	background: #F1EBDB;
}

div#vpc_view .form-label-error span {
	font-weight: normal;
	font-size: 9px;
}

div#vpc_view td.form-td {
	background: #F1EBDB;
}

/* --------------------------------------------------- styles pour les listing sous forme de tableau **/

div#vpc_view table.listing {

}

div#vpc_view table.listing tr {
	background: #F1EBDB;
}

/*div#vpc_view table.listing tr:hover {
	background:  #4F2057 !important;
	cursor: pointer;
}*/

/*div#vpc_view table.listing tr.tr_on {
	background:#4F2057 !important;
}*/

div#vpc_view table.listing th {
	text-align: left;
	background: #4F2057;
	font-weight: bold;
	padding: 4px .5em;
	vertical-align: bottom;
}

div#vpc_view table.listing td {
	font-size: 11px;
	padding: .33em .5em;
	vertical-align: top;
	/*border: 1px solid #F1EBDB;*/
}

div#vpc_view table.listing td a:hover {
	background-color: transparent;
}

/* --------------------------------------------------- styles pour les visualisation sous forme de tableau **/

div#vpc_view table.visualisation th {
	text-align: left;
	background: #4F2057;
	font-weight: bold;
	padding: 0px .2em;
	color: #4F2057;
}

div#vpc_view table.visualisation td{
	border-bottom: 1px solid #F1EBDB;
}

div#vpc_view table.visualisation td img.ico{
	float:left;
	margin: 0 5px 5px 0;
}

div#vpc_view table.visualisation a.btn_kill{
	display: block;
	border: 1px solid #F1EBDB;
	width: 20px;
	text-decoration: none;
}

div#vpc_view table.visualisation a.btn_kill:hover{
	background: #E72019;
}

div#vpc_view table.visualisation a.btn_choice{
	display: block;
	border: 1px solid #F1EBDB;
	width: 20px;
    height:70px;
    float:left;
    margin:12px 60px 0 0;
	text-decoration: none;
}

div#vpc_view table.visualisation a.btn_choice:hover{
	background: #F1EBDB;
}

div#vpc_view p.msg_closed {
	text-align:center;
	border: 1px solid #F1EBDB;
	padding:15px;
	font-weight:bold;
}

/* --------------------------------------------------- styles pour le rendu boutique **/

div#vpc_view p.fil_arianne {
    margin:0;
}

div#vpc_view p.fil_arianne a{
    text-decoration:underline;
}

div#vpc_view p.fil_arianne a:hover{
    text-decoration:none;
}

div#vpc_view ul.categorie_line li {
    float: left;
    border: 1px solid #F1EBDB;
    padding: 10px;
    width: 44%;
    margin-right:2%;
    margin-bottom: 2%;
	font-size: 10px;
}

div#vpc_view ul.categorie_line li span.title{
	display: block;
	text-transform: uppercase;
	font-weight: bold;
}

div#vpc_view ul.categorie_line li img{
    float:left;
    margin: 0 10px 0 0;
    border: 1px solid #F1EBDB;
}

div#vpc_view ul.product_line li {
    float: left;
    list-style:none;
    border: 0px solid #F1EBDB;
    padding: 10px;
    width: 44%;
    margin-right:2%;
    margin-bottom: 2%;
	font-size: 10px;
}

div#vpc_view span.product_name{
	display: block;
	text-transform: uppercase;
	font-weight: bold;
}

div#vpc_view span.tarif_ttc{
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 5px;
}

div#vpc_view span.add_to_basket{
	display: block;
	margin-bottom: 10px;
}

div#vpc_view ul.product_line li img{
    float:left;
    margin: 0 10px 0 0;
    border: 1px solid #F1EBDB;
}

div#vpc_view ul.product_line li h5{
	font-family: arial, sans-serif;
	font-size: 10px;
	background: #F1EBDB;
    padding : 3px 0;
}

div#vpc_view ul.product_line li p{
	text-align: center;
}

div#vpc_view ul.product_line li img{
    border: 1px solid #F1EBDB;
}

div#vpc_view table.fiche_produit {
	width:300px;
    height:350px;
}

div#vpc_view table.fiche_produit th{
    font-weight: normal;
	font-size: 10px;
}

div#vpc_view table.fiche_produit th.visuel{
    width: 20%;
}

div#vpc_view table.fiche_produit th.visuel img{
    margin-bottom: 10px;
    border: 1px solid #F1EBDB;
}

div#vpc_view table.fiche_produit td{
    border-top: 0px solid #F1EBDB;
}

div#vpc_view table.stage_status {
    margin-bottom: 10px;
}

div#vpc_view table.stage_status tr{
	text-align: center;
	background: url("../img/back_stage_status.jpg") repeat-x left center;
	color: #4F2057;
}

div#vpc_view table.stage_status td.status_on{
	color: #4F2057;
	font-weight: bold;
}

div#vpc_view table.stage_status td.status_passed{
	font-weight: bold;
}

/* --------------------------------------------------- styles pour les "remote" **/

div.remote_view {
    margin: 5px 0;
    border: 1px solid #F1EBDB;
    padding: 3px;
	color: #4F2057;
}

span.remote_title {
    display: block;
    padding: 3px;
    font-weight: bold;
	background : #4F2057;
	color: #4F2057;
	margin:0;
}

div.remote_view a.remote_link {
    display: block;
    padding: 5px 0;
    font-weight: bold;
	margin:0;
}

/* --------------------------------------------------- styles pour les resultats **/

div#vpc_view h3.box_search{
	margin: 0 0 5px 0;
    padding: 3px 5px;
	color: #4F2057;
}
div#vpc_view table.search {
	background: #F1EBDB;
	margin-left:10px; 
	
}

div#vpc_view table.calendar {
	width:480px;
	height:250px;
	margin-left:auto; 
	margin-right:auto;
	
}

div#vpc_view table.calendar caption{
	color:#4F2057;
	margin:0 0 5px;
	padding:3px 5px;
	font-size:12px;
	font-weight:bold;
}

div#vpc_view table.calendar th {
	text-align: center;
	font-weight: bold;
	padding: 0px .2em;
	color: #4F2057;
	border: 1px solid black;
}

div#vpc_view table.calendar td{
	text-align: center;
	border: 1px solid black;
}

div#vpc_view table.calendar td.info{
	border-color: #600;
	margin: 0;
	border: 1px solid black;
    background: #F0469E;
	text-align: center;
}

div#vpc_view p.bloc_retour {
	text-align:center;
}

div#vpc_view p.error_muse {
	text-align:left;
	color:#FF0000;
	font-size:9px;
	min-height:20px;
}

div#vpc_view h3.title{
	padding: 3px 5px;
	text-transform: uppercase;
	color: #4F2057;
	margin:0;
	font-weight:bold;
	font-size:14px;
}

div#vpc_view table.liste_muses {
	background:#F1EBDB;
}

div#vpc_view table.liste_muses th{
	text-align: left;
}

div#vpc_view ul.amis{
	padding-left:10px;
}

div#vpc_view ul.amis li{
	list-style-type: none;
}

div#vpc_view ul.amis li:before{
	content: " - ";
}


