/* Sidebar basket */

#basket {
	float: left;
	width: 160px;
	border: 2px dashed #D2D1CE;
	padding: 10px 10px 12px;
	background: #FFF;
}

#basket h3 {
	background: url(/images/bg_basket-h3.gif) no-repeat left top;
	color: #33958E;
	padding: 15px 0 15px 45px;
	font-size: 14px;
}

#basket ul {
	margin: 5px 0 10px;
}

#basket li {
	background: url(/images/bg_li.gif) no-repeat left 5px;
	padding: 0 0 4px 10px;
}

#basket li a {
	color: #525252;
	text-decoration: none;
}
#basket li a:hover {
	text-decoration: underline;
}

#basket .editBasket {
	text-align: center;
	margin-top: 15px;
}

#basket .editBasket a {
	color: #E1480B;v
}

#basket .submit {
	margin: 10px 0 0;
	text-align: center;
}

#basket .submit span {
	padding: 4px 8px 6px;
}


/* Content basket */

#content #basket {
	border: none;
	width: 100%;
	margin: 15px 0 30px;
	padding: 0;
}

#content #basket #addToCart {
	background: #F3F6F5;
	padding: 10px;
	margin-top: 10px;
}

#content #basket #addToCart .price {
	font-size: 20px;
	font-family: arial;
	color: #789D05;
	margin-top: 0;
}

#content #basket table.productsList {
	width: 100%;
	margin-bottom: 10px;
}

#content #basket table.productsList th {
	background: url(/images/bg_dottedLine-1.gif) repeat-x left bottom;
	padding: 0 5px 10px;
}

#content #basket table.productsList td {
	background: url(/images/bg_dottedLine-1.gif) repeat-x left bottom;
	padding: 10px 5px;
}

#content #basket table.productsList .totalPrice {
	color: #799A05;
}

#content #basket .subTotal,
#content #basket .specialCharges {
	padding-bottom: 5px;
}


/* Order recap : commande step 2 */

#content #orderRecap #basket {
	margin-bottom: 20px;
}

#content #orderRecap #basket td {
	background: url(/images/bg_dottedLine-1.gif) repeat-x left top;
	padding: 10px 5px 10px;
}

#content #orderRecap #basket th {
	padding: 0 5px 10px;
}

#content #orderRecap #basket .line {
	background: url(/images/bg_dottedLine-1.gif) repeat-x left top;
	padding: 10px 5px;
}

#content #orderRecap form {
}

#content #orderRecap form #adresses:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#content #orderRecap form #adresses {
	height: 1%;
	background: url(/images/bg_verticalLine.gif) repeat-y 440px top;
	clear: both;
}

#content #orderRecap form #adresses h3 {
	margin-top: 0;
}

#content #orderRecap form #adresses fieldset {
	float: left;
	width: 450px;
	border: none;
}

#content #orderRecap form #adresses .billing {
	clear: left;
	margin-right: 15px;
}

#content #orderRecap form #adresses .delivery {
}

#content #orderRecap form #adresses .input {
	padding-bottom: 8px;
}

#content #orderRecap form #adresses .input input {
	padding: 3px 2px;
	border: 1px solid #ACB7B5;
	color: #33958E;
}

#content #orderRecap form #adresses label {
	width: 150px;
	display: inline-block;
	text-align: right;
	padding-right: 5px;
}

#content #orderRecap form .comment {
	font-size: 10px;
	padding: 10px 0 15px;
}


/* Product list */

#ecommerceProducts {
	float: left;
	margin: 15px 0 0;
}

#ecommerceProducts .item {
	background: #F3F6F5;
	width: 146px;
	float: left;
	margin: 0 0 17px 17px;
	padding: 0 10px 10px;
	position: relative;
}

#ecommerceProducts .item.nb1,
#ecommerceProducts .item.nb5,
#ecommerceProducts .item.nb9,
#ecommerceProducts .item.nb13 {
	clear: left;
	margin-left: 0;
}

#ecommerceProducts .item h3 {
	font: bold 12px arial;
	height: 40px;
}

#ecommerceProducts .item h3 a {
	color: #E1480B !important;
}

#ecommerceProducts .item .picture {
	text-align: center;
	padding-bottom: 5px;
}

#ecommerceProducts .item .picture img {
	border: 1px solid #C9C9C9;
}

#ecommerceProducts .item .price {
	font-size: 16px;
	font-weight: bold;
	font-family: arial;
	color: #789D05;
	float: left;
	display: inline-block;
	padding-top: 13px;
}

#ecommerceProducts .item .new {
	position: absolute;
	left: 10px;
	top: 100px;
}

.addToBasket {
	float: right;
}

#productDetail {
	margin: 15px 0 0;
}

#productDetail .pictures {
	float: left;
	background: #F3F6F5;
	padding: 8px 10px;
	text-align: center;
	margin: 0 15px 10px 0;
}

#productDetail .detail {
	float: left;
	width: 560px;
	padding: 0;
}

#productDetail .detail h2 {
	margin: 0 !important;
	padding: 0;
}

#productDetail .detail .reference {
	color: #7A7A7A;
}

#productDetail .detail .description {
	margin: 10px 0;
}

#productDetail .detail #addToCart {
	background: #F3F6F5;
	text-align: right;
	margin-top: 10px;
}

#productDetail .detail #addToCart td {
	padding: 5px;
	vertical-align: middle;
}

#productDetail .detail #addToCart td select {
	vertical-align: middle;
}

#productDetail .detail #addToCart .price {
	font-size: 20px;
	font-family: arial;
	color: #789D05;
	margin-top: 0;
}