/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @copyright  Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/******************************************/
/***********[ Mage_CSS_A Reset ]***********/
/******************************************/

* { margin:0; padding:0; }

a { color:#1e7ec8; text-decoration:underline; }
a:hover { color:#1e7ec8; text-decoration:underline; }
a img { border:0;}
:focus { outline:0; }

/* Heading */
h1, h2, h3, h4, h5, h6, .head { margin-bottom:.4em; line-height:1.3em; color:#0A263C; }
h1 { font-size:2em; line-height:1.17; }
h2 { font-size:1.5em; }
h3 { font-size:1.35em; }
h4 { font-size:1.05em; }
h5 { font-size:1.05em; }
h6 { font-size:.95em; }

/* Table */
th { padding:0; text-align:left; vertical-align:top; }
td {padding:0;vertical-align:top;}

/* Paragraph */
p { margin-bottom:.8em; }
address { margin-bottom:.4em; }
address { font-style:normal; line-height:1.4em;}
cite { font-style:normal; font-size:10px;}
q:before, q:after{content:'';}

/* Form */
form { display:inline;}
fieldset { border:none; }
legend {display:none;}
label { color:#666; /*font-size:.95em;*/  font-weight:bold; }
input, select, button { vertical-align:middle; }

/* Lists */
dt { display:block; font-weight:bold; }
ul,ol { list-style:none; }

/* Size */
small { font-size:.92em; }
big { font-size:1.1em; }

hr { height:0; margin:8px 0; overflow:hidden; visibility:hidden; }
.nowrap { white-space:nowrap; }
.bold { font-weight:bold; }

/************************************************************************************
CSS
*************************************************************************************/
body {
	padding: 0px;
	margin: 0px;
	background: url(../images/pattern.jpg) top left repeat;
	font-family: arial, helvetica;
}
/**************************
	ORGANISATION DE BASE
***************************/
#maxi {
	width: 100%;
	text-align: center;
}
#wrapper {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	background: #252324;
	padding: 0px 10px 10px 10px;
}
#header {
	background: #FFF;
	height: 189px;
	margin-bottom: 10px;
	background: url(../images/header.jpg) top left no-repeat;
}
#headermenu {
	background: url(../images/headerbot.jpg) top left no-repeat;
	position:relative;
	top: 164px;
	height: 25px;
	font-size: 10px;
	padding-top: 0px;
	padding-right: 7px;
	color: #FFF;
}
#headermenu li {
	display: inline;
	list-style-type: none;
	margin-left: 10px;
}
#header li a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
#header li a img {
	vertical-align: middle;
  	display: inline-block; 
  	width: 16px;
  	height: 16px;
  	border: 0px;
}
#header li a:hover {
	color: #ff8400;
	text-decoration: none;
	font-weight: bold;
}
.floatl {
	float:left;
}
.floatr {
	float: right;
}
#menutop {
	padding-top: 7px;
}
#bread {
	color: #FFF;
	height: 25px;
	padding-top: 7px;
}
#content {
	overflow:auto;
}
#contentmax {
	background: #FFF;
	overflow:auto;
}
#blocleft {
	width: 230px;
	float:left;
	overflow:hidden;
}
#blocright {
	width: 700px;
	margin-left: 240px;
	background: #FFF url(../images/bgcontent.jpg) bottom left repeat-x;
	overflow:hidden;
}
#blocleft2 {
	width: 700px;
	background: #FFF url(../images/bgcontent.jpg) bottom left repeat-x;
	overflow:auto;
	float:left;
}
#blocright2 {
	width: 230px;
	margin-left: 710px;
}
#footer {
	margin-top: 10px;
	background: #FFF;
	width: 920px;
	font-size: 10px;
	padding: 10px;
}
#footer li {
	display:inline;
}
ul.bread, ul.bread li {
	margin:0px;
	padding: 0px;
	font-size: 9px;
}
li.bready {
	margin: 0px;
	padding: 0px;
	width: auto;
}
/******************************
LES BOXS
******************************/
.boxall {
	background: #252324;
	margin-bottom: 5px;
}
.boxhead {
	width: 230px;
	height: 28px;
	text-align: left;
	padding: 0px;
	margin: 0px;
}
.boxhead img {
	border: 0px;
	margin: 0px;
	width: 230px;
	height: 28px;
}
.boxcontent {
	background:#eeeeee url(../images/bgbox.jpg) bottom left repeat-x;
	padding: 5px;
	font-size: 12px;
	border: 0px;
	overflow:auto;
}
.boxcontent a {
	color : #1e1e1e;
}
.boxcontent p {
	margin:0px;
	padding:0px;
}
input.input-text, input.equired-entry, input.validate-email {
	background: url(../images/inputtext.png) top left no-repeat;
	width:218px;
	height: 24px;
	border:0px;
}
input.input-text-qty {
	background: url(../images/inputqty.png) top left no-repeat;
	width:55px;
	height: 24px;
	border:0px;
	padding-top: 3px;
	padding-left: 3px;
	font-weight: bold;
}
input.input-text-qty:hover {
	background: url(../images/inputqty2.png) top left no-repeat;
}
fieldset.content {
	margin:0px;
	padding: 0px;
}
button.continue-shopping {
	background: url(../images/input150.png) top left no-repeat;
	border: 0px;
	font-size: 8px;
	text-transform: uppercase;
	font-weight: bold;
	height: 24px;
	width: 150px;
	cursor: pointer;
}
button.continue-shopping:hover {
	background: url(../images/input1502.png) top left no-repeat;
}
p.moyen {
	font-size: 10px;
}
#vertical_container {
	overflow:hidden;
}
.accordion_content {
	overflow:auto;
}
.accordion_toggle:hover {
	cursor: pointer;
}
/******************************************
CONTENT
*******************************************/
.page-head {
	height: 27px;
	text-align:left;
	width:700px;
	overflow:hidden;
}
.page-head2 {
	background: url(../images/content/produits.jpg) top left no-repeat;
	height: 27px;
	width: 700px;
}
.page-megahead {
	height: 27px;
	width: 940px;
}
.page-content {
	padding: 10px;
}
.page-subhead {
	padding: 10px;
}
#page-tri {
	color: #FFF;
	font-size:10px;
	text-align:right;
	padding-top: 8px;
	padding-right: 5px;
}
.page-cate {
	float:left;
	margin-left: 175px;
}
#page-tri li {
	display:inline;
	margin-left: 50px;
}
#page-tri li.cate {
	
}
/* Category list heading */
.category-head {
    font-size: 10px;
	font-style:italic;
	float:left;
    }
.category-head h2, p.category-description {
    margin:0;
    padding:0;
    font-size:10px;
    }
/* List Type */
.listing-type-list .listing-item { padding:10px }
.listing-type-list .product-image { float:left; width:135px; }
.listing-type-list .product-shop { width:305px; }
.listing-type-list .product-shop .description { margin:.5em 0 1.2em 0; }
.listing-type-list .product-shop .price-box { float:left;text-align:left; white-space:nowrap; margin:3px 13px 5px 0; padding:0; }
.listing-type-list .product-shop .form-button {margin:0.5em 0 0; }
.listing-type-list .product-shop .product-reviews { margin:15px 0; font-size:.95em; }
.listing-type-list .product-shop .product-reviews a, .listing-type-list .product-shop .product-reviews a:hover { color:#6e6969; }
.listing-type-list .listing-item .rating-box { margin-bottom:6px; }

.longtitre {
	overflow:hidden;
}
.longpad {
	padding: 10px;
}
.page-subtitle {
	width: 662px;
	padding: 5px;
	background: #212121;
	color: #FF8400;
	border-top: 1px dashed #FF8400;
	border-bottom: 1px dashed #FF8400;
	margin-bottom: 10px;
}
.page-subtitle h2 {
	font-size: 14px;
	font-weight:bold;
	margin:0px;
	padding: 0px;
	color: #FF8400;
	text-transform: uppercase;
}
/*********************************
PRODUITS + TOOLBAR
*********************************/
.toolbar, .toolbar select {
	font-size: 10px;
	background: #e1e1e1;
}
.toolbar {
	padding: 5px;
}
.toolbar span {
	margin-right: 20px;
}
.prod-img {
	width: 235px;
	float:left;
	font-size: 10px;
}
.prod-desi {
	width: 215px;
	margin-left: 10px;
	font-size: 10px;
	float:left;
	text-align:justify;
}
.prod-desi a {
	color : #ff8400;
}
.prod-prix {
	font-size: 10px;
	width: 95px;
	float:left;
	margin-left: 10px;
	text-align:right;
}
.prod-more {
	width: 85px;
	margin-left: 10px;
	text-align:right;
	float:left;
	font-size: 10px;
}
.prod-more a, .prod-more:visited {
	text-decoration:none;
	color: #ff8400;
}
.prod-more a:hover {
	text-decoration:underline;
}
.prod-more img, .prod-prix img, .listing-type-grid img  {
	vertical-align: middle;
  	display: inline-block; 
}
span.outstock, span.outstock2 {
	color: #FF0000;
}
p.special-price {
	color: #ff8400;
	font-weight: bold;
}
p.medium {
	font-size: 10px;
}
.cartcart {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 5px;
	border-bottom: 2px solid #e1e1e1;
}
.cartcart2 {
	margin-bottom: 5px;
}
.bord {
	border-bottom: 1px solid #FF8400;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.listing-type-grid a, span.outstock2 {
	text-decoration:none;
	font-size: 10px;
}
.listing-type-grid h5 a {
	font-size: 12px;
	font-weight: bold;
}
.price {
	font-size: 12px;
}
.add-to-cart-box .thecart a {
	text-decoration:none;
	color: #FF8400;
	font-weight: bold;
}
.add-to-cart-box .thecart img {
	vertical-align: middle;
  	display: inline-block; 
}
span.thecart {
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.availability {
	font-size: 10px;
}
.product-shop img {
	vertical-align: middle;
  	display: inline-block; 
}
.product-shop a {
	text-decoration:none;
	color : #FF8400;
	font-size: 11px;
}
span.orange {
	color: #FF8400;
	font-weight: bold;
	padding-top: 5px;
	border-top:1px solid #FF8400;
}
.minidel {
	margin-bottom: 10px;
	margin-top: 5px;
}
.minidel a {
	text-decoration:none;
}
 .minidel img {
	text-decoration:none;
	vertical-align: middle;
  	display: inline-block; 
 }
/***********************
COMPARER
***********************/
li.block-compare-item, {
	font-size: 10px;
	text-align:left;
}
div.block-compare-item {
	margin-bottom: 10px;
}
li.block-compare-item img, img.mid {
	vertical-align: middle;
  	display: inline-block; 
}
.actions a {
	text-decoration:none;
	color: #ff8400 ;
}
/**********************
CART
********************/
h4.carttitle a {
	color: #FF8400;
	font-size: 12px;
}
h4 {
	padding: 0px;
	margin:0px;
}
/*********************
FEAT
********************/
.frontads {
	width: 669px;
	margin-bottom:10px;
	overflow:hidden;
}
.featured {
	margin-bottom: 10px;
}
.frontads img {
	border:0px;
}
.itemfeat {
	margin-right: 10px;
	margin-bottom: 10px;
}
.itemtext {
	width: 180px;
	margin-left: 10px;
}
.itemtext h5 {
	margin: 0px;
	padding: 0px;
}
.itemtext a {
	color: #FF8400;
	font-size: 12px;
	font-weight:bold;
}
.itemtext img {
	vertical-align: middle;
  	display: inline-block; 
}
.itemtext .old-price {
	float:left;
	margin-right: 5px;
	padding-right: 5px;
	border-right: 1px solid #1e1e1e;
}
/*******************
NEWS PRODS SIDEBAR
*******************/
.newprodmid {
	margin-left: auto;
	margin-right: auto;
}
.newprod {
	margin-left: 10px;
	margin-right: 10px;
}
.newprod a {
	color: #FF8400;
}
.newprod img {
	vertical-align: middle;
  	display: inline-block; 
}
td.img img {
	vertical-align: middle;
  	display: inline-block; 
}
td.img a {
	text-decoration:none;
}
div.img img, div.button-set img, #footer img {
	vertical-align: middle;
  	display: inline-block; 
}
.imagealign img {
	vertical-align: middle;
  	display: inline-block; 
}
button.form-button {
	background: url(../images/input150.png) top left no-repeat;
	border: 0px;
	font-size: 8px;
	text-transform: uppercase;
	font-weight: bold;
	height: 24px;
	width: 150px;
	cursor: pointer;
	color: #000;
}
button.form-button:hover {
	background: url(../images/input1502.png) top left no-repeat;
}
a.back {
	border: 0px;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	color: #000;
}
.shopping-cart-item-message {
	font-size: 10px;
}
