body {
    width: 925px;
    margin: auto;
    padding-top: 0px;
    font-family: helvetica;
    font-size: 11px;
}

textarea, body {
    background-color:#FBFDFD;
}

img {
    border: none;
}

#menu {
    padding: 0px;
    margin:0 0 -10px;
}

#menu {
    margin-left: 20px;
}

#menu li {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    display: inline;
    padding: 0px;
    margin: 0px;
    font-size: 1.5em;
}

#header {
	height:52px;
	padding-bottom:10px;
	padding-top:75px;
}

#logo {
	position:relative;
	top:-100px;
	left: 700px;
}

#submenu {
	position:relative;
	top:-100px;
}

a.current {
	text-decoration: none;
}

#detectIE7 #submenu {
	position:relative;
	top:-95px;
	left: 0px;
	line-height: 20px;
}

#detectIE6 #submenu {
	position:absolute;
	top:115px;
}

#header li.current {
    font-weight: bold;
}

a {
    color: black;
    text-decoration: none;
	outline-style: none;
}

#submenu-left, #submenu-right {
    color: #A1A1A1;
    font-size: 1.1em;
    padding: 0px;
}

#detectIE7 #submenu-right  {
    float: right;
    margin-right:-45px;
}

#detectIE6 #submenu-right {
    float: right;
    margin-right:45px;
}

#submenu-right {
    float: right;
    margin-right:-10px;
}

#detectIE6 #submenu-left {
	position: relative;
	left: -170px;
	height:12px;
	y-overflow: hidden;
}

#submenu-left {
    float: left;
	height:12px;
	max-width:630px;
	y-overflow: hidden;
}

#submenu-left li, #submenu-right li {
    float: left;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
	list-style: none;
    padding: 0px;
    padding-right: 15px;
}

#submenu-left a {
	color: inherit;
}

#submenu-left a:hover {
	text-decoration: underline;
}

#content {
	background-image:url(/public/images/top-bar.gif);
	background-position:87% 1%;
	background-repeat:no-repeat;
	height:1px;
	margin-top:5px;
	position:absolute;
	top:126px;
	width:925px;
}

.content-menu, .product-menu {
    padding: 0px;
}

.product-menu a:hover, .product-menu .current a {
    text-decoration: underline;
}

#submenu-right a, .content-menu, .content-menu a {
    color: #A1A1A1;
}

.content-menu a:hover {
    color: #000;
}

.content-menu .current-category, .content-menu .current-product, .content-menu .current {
    color: #000;
	margin-bottom:20px;
}

.content-menu {
    list-style: none;	
	margin-left: 0px;
}

.content-menu > li {
    list-style: none;
    font-size: 1.3em;
}

.content-left, .content-middle, .content-right {
    display: inline;
    float: left;
}

.content-left {
    padding-right:18px;
	width:140px;
}

.product-menu li, .menu-news li {
    list-style-type:none;
}

.menu-news {
    padding: 0px;
}

.menu-news a:hover, .product-menu a:hover, .menu-news .current, .product-menu .current {
    color: #888 !important;
    text-decoration: underline;
}

#orders-table, #basket-table {
    min-width: 580px;
}

#basket-table td {
    border: 1px solid black;
}

#basket-comment {
    border: none;
}

#basket-comment textarea {
	border:1px solid #A1A1A1;
	height:200px;
	padding:5px;
	width:587px;
	color: #444444;
}

.action-basket.final a {
	width: 100px;
}

.action-basket.final {
	height:10px;
}

.action-basket.final #btn_buy {
	left:100px;
	position:relative;
	top:-10px;
}

textarea {
    border:medium none;
    color:#797979;
    font-family:arial;
    font-size:1.1em;
    height:300px;
}

h1 {
    font-size: 1.6em;
}

h1.my-account-title {
    font-weight: bold !important;
}

h2 {
    font-size: 1.3em;
    font-weight:normal;
}

.hidden {
    visibility: hidden;
    height: 0px;
	display: none;
}

.form-line {
    height:25px;
}

.form-line label {
    display:block;
    float:left;
    margin-right:20px;
    text-align:left;
    width:130px;
}

.form-line input[type=text],.form-line input[type=password] {
    border:1px solid black;
}

.form-line input[type=text]:focus,.form-line input[type=password]:focus {
    background-color: #EEEEEE;
}

.form-line input, .form-line select {
    width:180px;
}

.error {
    color: red;
    font-weight: bold;
    line-height: 15px;
    margin-bottom: 20px;
}

.login-error {
	
}

.success {
    color: green;
    font-weight: bold;
    line-height: 15px;
    margin-bottom: 20px;
	width:200px;
}

#orders-table th {
	text-align: left;
}

#basket-table td, #basket-table th {
    padding-left: 30px;
}

#basket-table th {
    font-size: 12px;
    font-weight: normal;
    text-align:left;
}

#workflow-billing {
    padding: 0px;
    margin-top: 15px;
}

#workflow-billing th  {
    background-image:url(/public/images/bar.gif);
    background-position:87% 8px;
    background-repeat:no-repeat;
}

#workflow-billing th {
    font-weight: normal;
    padding: 0px;
}

#workflow-billing th span {
    background-color: white;
    padding:4px;
    margin-bottom: 10px;
}

#workflow-billing td, #workflow-billing th {
    font-size: 12px;
    color: #A1A1A1;
    width: 120px;
    text-align: center;
}

#workflow-billing td.active, #workflow-billing th.active {
    color: #000;
}

#workflow-billing {
    margin-bottom: 30px;
}

#stage {
    line-height:27px;
}

#detectIE6 .photo-product {
	width: expression( document.body.clientWidth > 369 ? "370px" : "auto" );
}

.photo-product {
	margin-left:5px;
	margin-top:25px;
	max-height:310px;
	max-width:370px;
}

.no-photo-product {
	margin-bottom:30px;
	margin-left:0;
}

.price {
	color:black !important;
	display:block;
	font-size:14px;
	left:20px;
	position:relative;
	text-align:left;
	width:100%;
}

#product-properties {
    padding: 0px;
	margin-left: 0px;
}

#product-properties li {
    list-style-type:none;
    margin-left:0px;
}

#product-info {
    width:220px;
    position:absolute;
    right:54px;
    top:16px;
}

img.language {
	cursor: pointer;
	opacity: 0.6;
	filter:alpha(opacity=60); /* for IE */
}

.form-line .required {
	color: red;
	margin-right: 4px;
}

img.language:hover {
	opacity: 1;
	filter:alpha(opacity=100); /* for IE */
}

form .propertie-description {
	font-size: 1.1em;
}

.propertie-description {
    font-weight: bold;
	color:#000;
}

.propertie-content, #product-description {
    color: #A1A1A1;
}

#content-pane  a, #product-description a, #category-description a {
	color: inherit;
	text-decoration: underline;
}

.action-basket-header, .action-basket {
    width:580px;
	padding-left:5px;
}

.action-basket {
    border:1px solid #A1A1A1;
    padding: 5px;
    margin-top: 5px;
}

.action-basket-header div, .action-basket .line-elem  div, .action-basket  a, .line-total div {
    display: table-cell; /* For FireFox and Opera */
    display: inline-block; /* For Opera and IE */
    width: 88px;
    vertical-align: top; /* For IE */
	padding-right:5px;
}

#detectIE6 .action-basket-header div, .action-basket .line-elem  div, .action-basket  a, .line-total div {
	display:inline;
}

.line-elem {
	line-height:18px;
}

.line-price span {
	padding-right:50px;
}

.clear {
    clear: both;
}

.image-account {
    margin-top: 80px;
    float: right;
}

.ban-flash {
    position: absolute;
    top: 330px;
    margin-top: 50px;
    left:-15px;
}

#background {
    position:absolute;
    right:-121px;
    top:1px;
}

#detectIE6 #background {
	position:absolute;
    right:-121px;
    top:5px;
}

#content h1 {
    font-weight: normal;
    font-size: 1.3em;
}

.page-content {
    left:150px;
}

.action-basket .remove {
	left:586px;
	position:relative;
	top:-8px;
	height: 0px;
}

#basket-comment span {
	display:block;
	margin:15px 0 5px 20px;
}

.action-basket.total {
	font-weight: bold;
	border-color: black;
}

.action-basket.line {
	line-height: 10px;
}

#content-pane {
    height: 350px;
    width: 410px;
}

.remove a {
    color: red;
}

#delivery-address {
    margin-top: 20px;
    margin-bottom: 20px;
}

#delivery-address a {
	margin-left: 20px;
	color: inherit;
}

#delivery-address a:hover {
	text-decoration: underline;
}

#home-logos {
    margin-top: 5px;
    padding: 0px;
    margin-left:-5px;
}

#home-logos img {
	margin-top: 10px;
}

#content-pane {
    margin-top: 0px;
}

#category-description {
    left:652px;
    position:absolute;
    top:22px;
    width:208px;
}

.absolute {
    position: absolute;
}

li {
    color: #888888;
}

#list-nupieds  span {
	color: black;
	font-weight: bold;
}

#list-nupieds  a {
	color: #A1A1A1;
}

.root.current, .current-category {
    margin-bottom: 20px;
}

#btn_addbasket {
    background: transparent url(/public/images/btnPANIER.png) no-repeat center center;
    border: none;
	outline-style: none;
    width:165px;
    height:30px;
}

#btn_addbasket:hover, .btn_valid:hover, #btn_buy:hover, .btn_pay:hover {
    cursor: pointer;
}

.btn_valid {
    background: transparent url(/public/images/btn_valider.png) no-repeat right center;
    border: none;
	outline-style: none;
    width:170px;
    height:30px;
}

.btn_pay {
    background: transparent url(/public/images/btnCB.png) no-repeat right center;
    border: none;
	outline-style: none;
    width:170px;
    height:30px;	
}

#btn_buy {
	background: transparent url(/public/images/btn_acheter.png) no-repeat right center;
    border: none;
	outline-style: none;
    width:170px;
    height:30px;
}

.link.current {
    text-decoration: underline;
}

.thumbnail {
    /*display: inline-block;*/
	float: left;
    width:115px;
	height:145px;
    margin-left:20px;
	margin-bottom: 35px;
}

.thumbnail.last {
	margin-bottom: 30px;
}

.thumbnail .link {
    display:block;
    height:45px;
	width:100%;
	margin-top: 10px;
    text-align:center;
}

.thumbnail a {
	text-decoration:none !important;
	color: #A1A1A1;
	height: 110px !important;
}

.thumbnail .link strong {
	color: black;
	font-weight:normal;
}

.thumbnail .link em {
	font-style: normal;
	color: #A1A1A1;
}

.thumbnail a:hover {
	text-decoration: none;
}

.thumbnail .img-wrapper {
	display:table-cell;
	height:120px;
	vertical-align:middle;
}

/* Permet de simuler le max-width pour IE6: non utilisé car réduit fortement la qualité du rendu
#detectIE6 .thumbnail img {
	width: expression( document.body.clientWidth > 109 ? "110px" : "auto" );
}*/

.thumbnail img {
	max-height:110px;
	max-width:110px;
	margin-top:15px;
	overflow: hidden;
}

.model_description {
    color: #595858;
    width: 215px;
}

.model_title {
    font-weight: bold !important;
}

#semelles_small {
	display:inline;
	float:left;
	margin-top:-2px;
}

.semelle_small {
	display: block;
	padding: 2px;
	height: 52px;
	margin-left: 10px;
	cursor: pointer;
}

.semelle-big-img {
	margin-left: 90px;
	display: block;
	height: 350px;
	max-width:300px;
}

#detectIE6 .semelle-big-img {
	width: auto;
	height: expression( document.body.clientHeight > 249 ? "250px" : "auto" );
}

.semelles_info {
	display:inline;
	float:left;
}

.autres-semelles {
	position:absolute;
	right:296px;
	top:32px;
}

.autres-semelles img {
	margin:-3px;
	padding:0;
	cursor:pointer;
	border: 2px solid #d4d4d4;
	display:inline;
}

.autres-semelles ul li {
	display: inline;
}

.semelle-big-img.profil {
	height: inherit;
	margin-top:100px;
}

#carousel {
	margin-top: 10px;
}

#video-univers {
    margin-top: 14px;
}

#cgv {
	color:#B2B2B2;
	padding-top:20px;
	position:absolute;
	text-decoration:underline;
}

.shipmentIncluded {
	font-weight: normal;
	font-style: italic;
}

#CMCICFormulaire {
	margin-top:20px;
}
