/***********************************
*	Default stylesheet for commerce
*	last changes: 20.09.2007
***********************************/




/**************************
* Listview for Category
**************************/

div.com-category {}

div.com-category-title {}
div.com-category-subtitle {}
div.com-category-desc {}
div.com-category-img {}

/**************************
* Listview for Products
**************************/

table.com-list { 
	border-collapse:collapse;
	border-spacing:0px;
	border: 0px; /* Added */
	margin-bottom:8px;
	margin-top:5px;
	width:100%;	
}
tr.com-list-header { }

tr.com-list-header th { 
	padding:5px;	
}

tr.com-list-header-img { }
tr.com-list-header-title { }
tr.com-list-header-teaser { }
tr.com-list-header-price { }
tr.com-list-header-action { }
	      
	      
table.com-list td { 
	padding:5px;
}
tr.com-list-even {}

tr.com-list-odd {}

td.com-list-col-img { 
	padding:5px;	
}

td.com-list-col-title { 
	text-align:left;
}

td.com-list-col-teaser { 
	text-align:left;
}

td.com-list-col-price { 
	text-align:right;
}

td.com-list-col-action {
	text-align:right;	
 }

div.com-list-action-entry {
	text-align:left;
 }

input.com-input-qty { 
	text-align:right;
	border: solid 1px #AAAAAA
} 

/**************************
* Singleview for Products
**************************/


div.com-single { }

div.com-single-desc { }

div.com-single-aticle { }

div.com-single-action-entry {}



/**************************
* Attributes for Articels
**************************/

table.com-select-attributes { }

tr.com-select-even {}

tr.com-select-odd {}

div.com-basket-sel-att { }

/**************************
* Basket
**************************/

tr.com-basket-header-list { border: 0px;}

th.com-basket-header-art-nr { 
width: 50px;
}
th.com-basket-header-title { 
width: 40%;
}
th.com-basket-header-price-gross { 
	width: 85px;
	/*background-color:#FF0000;*/
	text-align: center;
}
th.com-basket-header-count { 
	width: 85px;
	/*background-color:#000000;*/
	text-align: center;
}
th.com-basket-header-price-sum {
	width: 85px;
	/*background-color:#000000;*/
	text-align: right;
}
th.com-basket-header-basket { }


table.com-basket-list { 	
	border-collapse:collapse;
	border-spacing:0px;
	margin-bottom:8px;
	margin-top:5px;
	width:100%;	
}
tr.com-basket-header { }

tr.com-basket-header th { 
	padding:5px;
}
table.com-basket-list td { 
	padding:5px;
}
tr.com-basket-even { }

tr.com-basket-odd { }


.com-basket-payment {}

.com-basket-payment label { float:left; }

.com-basket-delivery {}

.com-basket-delivery label { float:left; }

.com-text-right {
	text-align:right;
	}

.com-text-left {
	text-align:left;
	}
.com-text-bold {
	font-weight:bold;
	}
.com-text-center {
	text-align:center;
	}
/**************************
* Basket Quickview
**************************/
div.com-basket-qv {
	background-image: url("../images/resumepanier1.jpg");
	width: 230px;
	height: 58px;
	background-repeat: no-repeat;
}
div.com-basket-qv-value {
	padding-top: 5px;
	height: 58px;
	width: 138px;
	float: right;
}
div.com-basket-qv-link { 
	padding-top: 15px;
	height: 58px;
	width: 92px;
	float:left;
}
div.com-basket-qv-value dt{
	float: left;
	clear: left;
	text-align: right;
	width: 80px;
	padding-top: 10px;
}
div.com-basket-qv-value dd{
	float: right;
	width: 58px;
	padding-top: 10px;
}
div.com-basket-qv-link-img{
	background-image: url("../images/panier.png");
	background-repeat:no-repeat;
	background-position:center;
	height: 23px;
	widht:26px; 
	
}
div.com-basket-qv-link-zone{
	text-align: center;
	width: inherit;
}
a.com-basket-qv-basket { }
a.com-basket-qv-chkout { }


/**************************
* Checkout
**************************/

dl.com-chkout-address-items { }

div.com-chkout-address { }

p.com-chkout-address-desc {}

div.com-chkout-address-fields {}

div.com-chkout-address-fields dl {
  clear:both; 
  width: 100%;
  margin:15px 0px;
  }

div.com-chkout-address-fields dt, 
div.com-chkout-address-fields dd { padding-bottom: .5em; }

div.com-chkout-address-fields dt { 
	float: left; 
	width: 30%; 
}
div.com-chkout-address-fields dd { 
	text-align: left; 
}
div.com-chkout-address-fields dd.com-chkout-address-radio,
dd.com-chkout-address-item-select {
	clear: left;
	float: left;
	width: 5%;
}

div.com-chkout-address-fields dt.com-chkout-address-radiolabel {
	float: none;
	width: auto;
}

dt.com-chkout-address-item-data {
	float:none;
	width:auto;	
	margin-left:5%;	
}
div.com-chkout-address-new { clear:both; width:100%; }
p.com-chkout-address-fields-submit { clear:both; }

tr.com-chkout-sum {} 

div.com-chkout-listing-billing-address
div.com-chkout-listing-delivery-address {
	clear: both;
}
div.com-chkout-listing-delivery-address {
	margin: 40px 0;
	position: relative;
}
div.com-chkout-listing-delivery-address h3{
	align: left;
}

div.com-chkout-listing dt {
	clear: left;
	float: left;
	width: 30%;
}

div.com-chkout-listing-footer {
	clear: left;
}
dl.com-chkout-listing-comment{
	margin: 10px 0;
}
dl.com-chkout-listing-comment dd textarea {
	border: 1px solid #AAAAAA;	
}

/********************
* Address Management
*********************/

div.com-address-items dl,
div.com-address-list dl {
  clear:both; 
  width: 100%;
  margin:15px 0px;
  }

div.com-address-items dt, 
div.com-address-items dd,
div.com-address-list dt,
div.com-address-list dd { padding-bottom: .5em; }

div.com-address-items dt,
div.com-address-list dt { 
	float: left; 
	width: 30%; 
}
div.com-address-items dd,
div.com-address-list dd { 
	text-align: left; 
}



/**************************
* Invoice
**************************/

table.com-invoice-order {	
	border-collapse:collapse;
	border-spacing:0px;
	margin-bottom:8px;
	margin-top:5px;
	width:100%;	
}

tr.com-invoice-order-header th { 
	padding:5px;
}

th.com-invoice-customer-address {
	width:auto;	
}
th.com-invoice-additional {
	width:200px;	
}
table.com-invoice-order td { 
	padding:5px;
}




/******************************************************************
* Default Color Set
******************************************************************/



/**************************
* Listview for Products
**************************/

table.com-list { 
	border: 0px; /* Added */
	/*border:1px solid #444; /* Modified */
	border-right:none;
}
tr.com-list-header {
	background-color:#f2f2f2;	
}

tr.com-list-header th { 
	/* DEFAULT 
	border-bottom:1px solid #444;	
	border-right:1px solid #444;
	*/
	border-right:0;
}
table.com-list td { 
	/*border-right:1px solid #444; /* Defautlt*/
	/*border-right:0;*/
}
tr.com-list-even {
	vertical-align: top;
}

tr.com-list-odd {
	vertical-align: top;	
}

tr.com-list-container-left{
	vertical-align:top;
	width: 355px;
}

.com-list-col-img { 
	float: left;
	margin-right: 20px;
	margin-top: 20px;
}
.com-list-col-title {
	clear: both;
}
.com-list-col-teaser { 

}

td.com-list-col-title a:link,
td.com-list-col-title a:active,
td.com-list-col-title a:hover,
td.com-list-col-title a:visited { 
	
}



td.com-list-col-price { 

}

td.com-list-col-action {
width: 235px;
 }

div.com-list-action-entry {
	
 }


/**************************
* Singleview for Products
**************************/


div.com-single { }

div.com-single-aticle { }

div.com-single-cat { }


/**************************
* Attributes for Articels
**************************/


table.com-select-attributes { }

tr.com-select-even {
	background-color:#fff;
}

tr.com-select-odd {
	background-color:#f7f7f7;	
}


div.com-basket-sel-att { }

/**************************
* Basket
**************************/

tr.com-basket-header-list { border: 0px;}

th.com-basket-header-art-nr { 
width: 50px;
}
th.com-basket-header-title { 
width: 40%;
}
th.com-basket-header-price-gross { 
	width: 85px;
	/*background-color:#FF0000;*/
	text-align: right;
}
th.com-basket-header-count { 
	width: 85px;
	/*background-color:#000000;*/
	text-align: right;
}
th.com-basket-header-price-sum {
	width: 85px;
	/*background-color:#000000;*/
	text-align: right;
}
th.com-basket-header-basket { }

table.com-basket-list { 
	/*border:1px solid #444;*/
	border-right:none;
	border-collapse: collapse;
	width: 100%;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
}
tr.com-basket-header {
	/* background-color:#f2f2f2; */	
}

tr.com-basket-header th { 
	font-weight: normal;
	/*border-bottom:1px solid #444;	
	border-right:1px solid #444;*/
}
table.com-basket-list td { 
	/*border-right:1px solid #444;
	border-bottom:1px solid #444;*/
}
tr.com-basket-even {
	background-color:#fff;
}

tr.com-basket-odd {
	background-color:#f7f7f7;	
}


tr.com-basket-noborder {
	
	}

/**************************
* Basket Quickview
**************************/
div.com-basket-qv { }
div.com-basket-qv-value { }
div.com-basket-qv-link { }
a.com-basket-qv-basket { }
a.com-basket-qv-chkout { }




/**************************
* Checkout
**************************/

tr.com-chkout-sum { border-top:3px double #444;} 

dl.com-chkout-address-items dt,
dl.com-chkout-address-items dd {border-bottom:3px double #444;}


div.address-item-link {
	padding: 3px 0;
	}
div.address-item-link a:link,
div.address-item-link a:hover,
div.address-item-link a:active,
div.address-item-link a:visited {
	background-color:#57636F;
	color:#fff;
	padding:5px;
	}		
div.address-item-link a:hover {
	text-decoration:underline;
	}	


/********************
* Address Management
*********************/

p.com-address-question {

	font-weight:bold;
	color:red;
	}
div.com-address-link a:link,
div.com-address-link a:hover,
div.com-address-link a:active,
div.com-address-link a:visited {
	background-color:#57636F;
	color:#fff;
	padding:5px;
	}		
div.com-address-link a:hover {
	text-decoration:underline;
	}

/********************
* Commerce navigation
*********************/
#cadrepublication {
    width: 170px;
    margin-left:0;
	margin-bottom:0;
}

#cadremargeinterne {
	/*background-image: url("../images/commerceCatBrowser/bg-sous-menu.gif");*/
	/*width: 168px;*/
	/*height: 295px;*/
	/*min-height: 295px;*/
	/*padding:5px;*/
	margin-right:3px;
}
#cadremargeinterne,
#cadremargeinterne a {
	color:#333333;
	font-family:arial,sans-serif;
	font-size:10px;
	font-weight:normal;
	line-height:20px;
	text-decoration:none;
}

#cadremargeinterne ul{
list-style:none;
list-style-type:none;
margin: 0px;
padding: 0px;
}

.com-nav-level-2{
	text-indent: 20px;
}
.com-nav-level-3{
	text-indent: 40px;
}



#principale .com-nav-state-cur a {
	color: #c6ce07;
}

#principale .com-nav-state-cur .com-nav-level-2 li a {
	background-color: transparent; 
	text-decoration:none;
	color:#000;
}

#principale .com-nav-state-cur a ,
#principale #cadremargeinterne a:hover {
	text-decoration:underline;
	background-color:#F6F6DF;
	background-color:#f2f3e4;
	display:block;
	width:100%;
	color:#fe7a0d;
	color:#FDC601;
	color:#CC6600;
}

#principale .loginWarning #cadremargeinterne a:hover { 
	display:inline;
	background-color:#f7f7f7;
	color: #c6ce07;
}

.com-nav-state-act{
	/* background-color: #ff9c3a; */
	background-color: transparent;
}

/*
.com-fil-ariane{
 	margin-top: 50px;
	width: 168px;
	height: 100px;
	min-height: 100px;
}
*/

/********************
* Statistic Module
*********************/
table.com-stat-list{
	width: 100%;
	border: 0;
	border-collapse:collapse;
}
tr.com-stat-row-summary{
	background-color:#999999;
}

td.com-stat-attributes{
	vertical-align:top;
}

tr.com-stat-row-total{
	background-color:#FFFFFF;
}

tr.com-stat-row-header{
	background-color:#c0d7fa;
}

/*Payment */
input#payment-cc_checksum{
	width: 35px;
}
input#payment-cc_expirationMonth{
	width: 20px;
}
input#payment-cc_expirationYear{
	width: 35px;
}
input#payment-cc_number{
	width: 120px;
}


/*stRedirectformTable*/
table.stRedirectformTable{
	margin: 10px 0;
}

/*test*/
table.productList{
	border-collapse: collapse;
	width: 100%;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
}

table.productList th{
	font-weight: normal;
}
table.productList tbody tr td span a{
	text-decoration: none;
	font-weight: bold;
}

tr.productRowEven, tr.cmrc_ProdList2Container_even{
	background-color:#F2F2F2;
	
	padding: 0px 0px 10px 0px;
	height: 50px;
}
tr.productRowOdd, tr.cmrc_ProdList2Container_odd{
	background-color:#FFFFFF;
	padding: 0px 0px 10px 0px;
	height: 50px;
}
.productColumn{
	width: 300px;
	/*background-color:#FFCCFF;*/
	text-align: left;
}
td.productColumn div h3 a{
	text-decoration: none;
}

.priceColumn{
	width: 150px;
	/*background-color:#FF0000;*/
	text-align: center;
}
.quantityColumn{
	width: 85px;
	/*background-color:#000000;*/
	text-align: center;
}
.totalColumn{
	width: 85px;
	/*background-color:#000000;*/
	text-align: right;
}
.actionColumn{
	/*background-color:#0000FF;*/
	text-align: center;
	width: 95px;
}

.leftPadding{
	/*background-color:#0000FF;*/
	padding-left: 15px;
}

.cmrc_mb_next{
	display: inline;
	text-align: right;
	margin-top: 25px;
	float: right;
}

.cmrc_chkout_tax{
	text-align: right;
}

input#searchValue{
	width:125px;
}

.pagebrowser{
	text-align: center;
}

.priceWorth{
	text-decoration:line-through;
	display: inline;
}
