/* colors
color1 : #;
color2 : #;
*/

/* reset */

html,body,h1,h2,h3,h4,h5,h6,p,ol,ul,li,dl,dt,dd,fieldset,form,label,legend,a{margin:0;padding:0;border:0;}
ul li {list-style-type:none;}

/* general */


body {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #383026;
	margin: 0;
	padding: 0;
	border: 0;
	background: #eee url("/img/bkg.gif") repeat-x left top;
}
a {
    color: #f20017;
}
a:visited {
    color: #83070c;
}
a:hover,
a:active {
    text-decoration: underline;
}
a img {
    border: 0;
}
.autocomplete a{
    text-decoration: none;
    color: #333;
}
.autocomplete > div{
    cursor: pointer;
}
img.floatLeft {
    float:left;
    margin-right:5px;
}
.fulllink {
    cursor: pointer;
}
h1 {
    font-size: 24px;
    line-height: 25px;
    font-weight: normal;
    margin: 0 0 5px 0;
    padding: 0;
}
h2, #content h1 {
    font-size: 23px;
    line-height: 26px;
    color: #716b5e;
    font-weight: normal;
    margin: 35px 0 8px 0;
    padding: 0;
}
h3,
h3 a/*,
h3 a:link,
h3 a:visited,
h3 a:hover,
h3 a:active*/ {
    font-family: Arial black, Arial, Verdana, Tahoma, sans-serif;
    font-size: 11px;
    line-height: 15px;
    font-weight: normal;
    margin: 0;
    color: #383026;
    padding: 5px 0 5px 0;	
    text-transform: uppercase;
    text-decoration: none;
}
#footer h3 a  {
    color: #383026;
}
h4 {
    font-size: 13px;
    line-height: 15px;
    color: #f20017;
    margin: 0;
    padding: 5px 0 5px 0;
}
h4 a:link,
h4 a:visited {
    text-decoration: none;
    color:#f20017;
}
h4 a:hover,
h4 a:active {
    text-decoration: underline;
    color:#f20017;
}
#footer h4 a:link,
#footer h4 a:visited {
    color: #f20017;
}
h5 {
    font-size: 11px;
    line-height: 13px;
    color: #383026;
    margin: 0;
    padding: 5px 0 5px 0;
}
h5 a:link,
h5 a:visited {
    text-decoration: none;
    color: #383026;
}
h5 a:hover,
h5 a:active {
    text-decoration: underline;
    color: #383026;
}
h6 {
    font-size: 10px;
    line-height: 16px;
    color: #383026;
    margin: 0 0 4px 0;
    padding: 0;
    text-transform: uppercase;
}
form {
    margin: 5px 0 5px 0;
    padding: 0;
}
input,
textarea {
    font-family: Arial, Verdana, Tahoma, sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: #383026;
    border-top: 1px solid #716b5e;
    border-left: 1px solid #ceccb9;
    border-bottom: 1px solid #ededed;
    border-right: 1px solid #ceccb9;
    background: #f5f4ec;
    margin: 0 5px 3px 0;
    padding: 2px 3px 4px 3px;
    width: 160px;
}
input.reset {
    width: auto;
    border: 0;
    background: none;
}
input.radio {
    border: 0;
    background: none;
}
select {
    font-family: Arial, Verdana, Tahoma, sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: #383026;
    border-top: 1px solid #716b5e;
    border-left: 1px solid #ceccb9;
    border-bottom: 0;
    border-right: 1px solid #ceccb9;
    background: #f5f4ec;
    margin: 0 3px 3px 0;
    padding: 2px 3px 4px 3px;
}
textarea {
    overflow: auto;
}
label {
    margin: 0 5px 0 0;
}
p {
    margin: 5px 0 10px 0;
    padding: 0;
}
ul {
    list-style: none;
    margin: 5px 0 5px 0;
    padding: 0;

}
ul li {
    background: url("/img/bullet_alt_red.gif") no-repeat left 8px;
    padding: 0 0 0 10px;
    margin: 0;
}
ul li ul {
    margin: 5px 0 10px 0;
    padding: 0;
    clear: both;
}
ul li ul li {
    background: url("/img/bullet_dash_dark.gif") no-repeat left 8px;
    padding: 0 0 2px 10px;
    margin: 0;
}

/* classes */

.clear {
    height: 0;
    display: block;
    padding: 0;
    margin: 0;
    clear: both;
    overflow: hidden;
}
.left {
    float: left;
}
.right {
    float: right;
}
.line,
#mainNav .mainNav_content .line,
#mainNav .altNav .line,
#mainNav .special .line {
    height: 0;
    padding: 0;
    margin: 10px 0 10px 0;
    clear: both;
    overflow: hidden;
    border-top: 1px solid #ceccb9;
}
#mainNav .line {
    height: 0;
    padding: 0;
    margin: 10px 15px 5px 15px;
    clear: both;
    overflow: hidden;
    border-top: 1px solid #c20;
}
.small,
.bloc_0 p.small,
.blocs_0 .bloc_1 p.small {
    font-family: Arial, Verdana, Tahoma, sans-serif;
    font-size: 10px;
    line-height: 11px;
}

.smallbold {
    font-family: Arial, Verdana, Tahoma, sans-serif;
    font-size: 11px;
    font-weight: bold;
}
a:link.button, a:visited.button, a:hover.button, a:active.button {
    font-size: 12px;
    font-weight: normal;
    color: #f20017;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    white-space: nowrap;
    background: url("/img/button_left.gif") no-repeat left top;
    text-decoration: none;
    display: block;
    padding: 0 0 0 5px;
    float: left;
}
a.button span {
    height: 28px;
    padding: 0 8px 0 0;
    display: inline;
    float: left;
    cursor: pointer;
    background: url("/img/button_right.gif") no-repeat right top;
}
a:link.button_alt, a:visited.button_alt, a:hover.button_alt, a:active.button_alt {
    font-size: 12px;
    font-weight: normal;
    color: #f20017;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    white-space: nowrap;
    background: url("/img/button_alt_left.gif") no-repeat left top;
    text-decoration: none;
    display: block;
    padding: 0 0 0 5px;
    float: right;
}
a.button_alt span {
    height: 28px;
    padding: 0 8px 0 0;
    display: block;
    float: left;
    cursor: pointer;
    background: url("/img/button_alt_right.gif") no-repeat right top;
}
a:link.button_red,
a:visited.button_red,
a:hover.button_red,
a:active.button_red {
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    white-space: nowrap;
    background: url("/img/button_left_red.gif") no-repeat left top;
    text-decoration: none;
    display: block;
    padding: 0 0 0 5px;
    float: left;
}
a.button_red span {
    height: 28px;
    padding: 0 8px 0 0;
    display: inline;
    float: left;
    cursor: pointer;
    background: url("/img/button_right_red.gif") no-repeat right top;
}
a:link.button_yellow,
a:visited.button_yellow,
a:hover.button_yellow,
a:active.button_yellow {
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    white-space: nowrap;
    background: url("/img/button_left_yellow.gif") no-repeat left top;
    text-decoration: none;
    display: block;
    padding: 0 0 0 5px;
    float: left;
}
a.button_yellow span {
    height: 28px;
    padding: 0 8px 0 0;
    display: inline;
    float: left;
    cursor: pointer;
    background: url("/img/button_right_yellow.gif") no-repeat right top;
}
input.button {
    background: none;
    width: auto;
    border: 0;
    font-weight: bold;
    color: #f20017;
    padding: 0;
    margin: 0;
    cursor: pointer;
}
input.buttonOk {
    background: url("/img/buttonOk_bkg.gif") no-repeat center center;
    width: 30px;
    height: 27px;
    border: 0;
    font-weight: bold;
    color: #fff;
    padding: 0;
    margin: 0;
    cursor: pointer;
}
input.buttonChercher {
    background: url("/img/buttonChercher_bkg.gif") no-repeat center center;
    width: 64px;
    height: 27px;
    border: 0;
    font-weight: bold;
    color: #fff;
    padding: 0;
    margin: 0;
    cursor: pointer;
}
input.button.update {
    width: 16px;
    height: 20px;
    background: url('/img/update.gif') no-repeat center center;
}
input.button.remove {
    width: 18px;
    height: 18px;
    background: url('/img/remove.gif') no-repeat center center;
}
td.center {
    text-align: center;
    /*padding: 0 2px 0 2px;*/
}
td.right {
    float: none;
    text-align: right;
}
img.left {
    float: left;
    margin: 5px 10px 10px 0;
}
.hidden {
    display: none;
}
.price {
    color: #f20017;
    font-weight: bold;
    font-size: 14px;
}
.rss, h3 a.rss {
    padding: 0 0 0 15px;
    background: url("/img/RSS.gif") no-repeat left center;
}
.red, a.red, h3 a.red {
    color: #f20017;
}
.yellow, a.yellow, h3 a.yellow {
    color: #ffab19;
}
p.center, td.center {
    text-align: center;
}
.form td {
    vertical-align: top;
}
.validate {
    color: #f20017;
    font-weight: bold;
}
.large {
    font-family: Arial black, Arial, Verdana, Tahoma, sans-serif;
    font-size: 30px;
    line-height: 35px;
    font-weight: normal;
    margin: 0;
    color: #f20017;
    padding: 5px 0 5px 0;	
    text-transform: uppercase;
    text-decoration: none;
}
.infoPlus {
    background: #ccc;
    padding: 0 2px;
    clear: both;
    display: block;
}
img.bullet {
    margin: 3px;
}
.loxamred {
    background: #f20017;	
    border-right: 1px solid #83070c;
    border-bottom: 1px solid #83070c;
}
.prodIllustration {
    float: left;
    overflow: hidden;
    margin: 0 15px 5px 0;
    border: 1px solid #ceccb9;
    padding: 5px;
}
.prodContent {
    float: left;
    width: 385px;
    overflow: hidden;
}
.altNav {
    padding: 10px 15px 10px 15px;
}
.largeRed {
    font-size: 45px;
    line-height: 42px;
    color: #f20017;
    font-weight: normal;
    letter-spacing: -2px;
}
.largeYellow {
    font-size: 45px;
    line-height: 42px;
    color: #ffab19;
    font-weight: normal;
    letter-spacing: -2px;
}
.large_alt,
.bloc_0 p.large_alt,
.blocs_0 .bloc_1 p.large_alt {
    font-size: 15px;
    line-height: 15px;
}
.strikethrough {
    text-decoration: line-through;
    font-size: 11px;
}
.nano {
    color: #716b5e;
    font-size: 10px;
    line-height: 11px;
    padding: 2px 0 0px 0;
    margin:0;
}
#body .nano2 {
    color: #716b5e;
    font-size: 9px;
    line-height: 11px;
    padding: 2px 0 0px 0;
    margin:0;
}
input.short{
    border:0px;
    font-size: 12px;
    font-weight: normal;
    color: #f20017;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    white-space: nowrap;
    background: transparent url("/img/buttoncourt.gif") no-repeat left top;
    width:70px;
    text-decoration: none;
    display: block;
    padding: 0 5px 0 5px;
    margin: 0 10px 0 0;
    float: left;
}
input.middle{
    border:0px;
    font-size: 12px;
    font-weight: normal;
    color: #f20017;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    white-space: nowrap;
    background: transparent url("/img/button_100.gif") no-repeat left top;
    width:100px;
    text-decoration: none;
    display: block;
    padding: 0 5px 0 5px;
    margin: 0 10px 0 0;
    float: left;
}

/* structure */

#header {
    position: relative;
    color: #383026;
    overflow: hidden;
	 background-color: #FFFFFF;
    border-bottom: 1px solid #DFDFDF;
	 width:100%;  
    margin: auto;        
    zoom: 1;
}
#header #menu_level_0 {
    overflow: hidden;
    font-size: 11px;
    line-height: 13px;
    height: 32px;
    width: 952px;
    margin: 0 auto;
    color: #000;
}
#header #menu_level_0 a:link, #header #menu_level_0 a:visited {
    color: #000;
    text-decoration: none;
}
#header #menu_level_0 a:hover {
    color: #383026;
    text-decoration: underline;
}

#header #menu_level_0 .last {
    background: no-repeat;
}

#nav-promo {
    background: url(/img/bg-nav-promo.png) no-repeat !important;
    border: 0 !important;
    width: 72px;
    text-align: center;
}

#nav-promo a, #nav-promo a:visited {
    color: #FFF !important;
}

#header #menu_level_0 ul {
    float: right;
    zoom: 1;
    overflow: hidden;
}
#header #menu_level_0 li {
    float: left;
    background: url(/img/bg-nav.png) no-repeat right 7px;
    list-style: none;
    padding: 8px 10px 6px 10px;
}
#header #banner {
    background: #fff url("/img/header_banner_bkg.jpg") repeat-x;
    height: 65px;
    width: 100%;
    overflow: hidden;
}

#header #banner .container {
    width: 952px;
    position: relative;
    height: 65px;
    margin: 0 auto;
    background: #fff url("/img/header_banner_container_bkg.jpg") no-repeat;
}
#header #banner #logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 225px;
    height: 65px;
}
#header #banner #logo a {
    display: block;
    width: 225px;
    height: 65px;
    text-decoration: none;
    overflow: hidden;
}
#body {
    width: 952px;
    margin: 0 auto;
    clear: both;
    position: relative;
}
#body #main {
    width: 952px;
    overflow: hidden;
    background: #fff /*url("/img/body_bkg.gif") repeat-y left top*/;
}
#body #main #content {
    width: 922px;
    padding: 10px 15px 10px 15px;
    float: left;
    overflow: hidden;
}
#body .header {
    height: 5px;
    overflow: hidden;
}
#body .footer {
    width: 952px;
    height: 5px;
    padding: 0;
    margin: 0 0 4px 0;
    clear: both;
    overflow: hidden;
    background: url("/img/body_footer.gif") no-repeat left top;
}
#body .footer_alt {
    width: 952px;
    height: 5px;
    padding: 0;
    margin: 0 0 4px 0;
    clear: both;
    overflow: hidden;
    background: url("/img/body_footer_alt.gif") no-repeat left top;
}

/* mainnav */

#body #mainNav {
    float: left;
    overflow: hidden;
    width: 408px;
    padding: 0 0 0 0;        
}
#body #mainNav h2 {
    color: #fff;
    margin: 20px 0 10px 15px;
}
#body #mainNav .search {
    background: url("/img/search_bkg.gif") no-repeat 15px top;
    margin: 10px 143px 0 0;
    padding: 0 0 0 15px;
    height: 27px;
    width: 210px;
    text-align: left;
}
#body #mainNav .search input {
    background: none;
    border: none;
    /*height: 17px;*/
    line-height:17px;
    width: 167px;
    float: left;
    margin: 0;
    padding: 5px 5px 5px 5px;
}

.cat-col1 {
    width: 529px;
    float: left;
    overflow: hidden;
}

.cat-col2 {
    width: 135px;
    float: left;
    display:inline;
    padding: 0 0 0 10px;
    margin: 20px 0 0 5px;
    border-left: 1px solid #C20;
}

.cat-col2 h3 {
    font: bold 12px/14px Arial, Helvetica, sans-serif;
    color: #fff;
    text-transform: none;
    margin: 0 0 12px;
}

.cat-col2 li {
    font-size: 11px;
}

#body #mainNav .search input.field {
    width: 170px;
}
#body #mainNav .search input.button {
    color: #fff;
    border: none;
    height: 27px;
    float:right;
    width: 30px;
    padding: 3px 8px 5px 5px;
}
#body #mainNav #categoriesNav {
    font-family: Arial black, Arial, Verdana, Tahoma, sans-serif;
    font-size: 11px;
    line-height: 12px;
    font-weight: bold;
    font-weight: normal;
    text-transform: uppercase;
    height: 45px;
    margin: 0;
    padding: 0;
    border:0;
    overflow: hidden;
    background: #eee url("/img/categoriesNav_bkg.gif") repeat-x left top;
    list-style: none;
    border-left: 1px solid #d0d0d0;

}
#body #mainNav #categoriesNav li {
    margin: 0;
    padding: 0;
    height: 44px;
    float: left;
    border-right: 1px solid #d0d0d0;border-bottom: 1px solid #ddd;
    overflow: hidden;
    background: none;
}
#body #mainNav #categoriesNav li a {
    display: block;
    padding: 10px 15px 10px 15px;
    height: 25px;
    width: 71px;
    float: left;
}
#body #mainNav .categoriesDetails {
    background: url("/img/categories_shadow.gif") repeat-x left top;
    margin: 0;
    padding: 0;
    width: 408px;
    position: relative;
    float: left;
    overflow: hidden;
    zoom: 1;
}
.module #body #mainNav .categoriesDetails {
    width: 407px;
}
#body #mainNav .categoriesDetails .column,
#body #mainNav .categoriesActions .column {
    font-size: 11px;
    width: 189px;
    margin: 0;
    padding: 0 0 5px 12px;
    float: left;
    list-style: none;
    overflow: hidden;
}
.module #body #mainNav .categoriesDetails .accordion {
    color:#FFF;
    font-size: 11px;
    width: 370px;
    margin: 0;
    padding: 10px 0 7px 12px;
    list-style: none;
    overflow: hidden;
}
#body #mainNav .categoriesDetails ul li,
#body #mainNav .categoriesActions ul li {
    margin: 0;
    padding: 0 0 3px 8px;
    overflow: hidden;
    clear: both;
    background: url("/img/bullet_white.gif") no-repeat left 8px;
}
#body #mainNav .categoriesDetails ul li span {
    color: #fff;
    cursor: pointer;
}
#body #mainNav .categoriesDetails ul li span:hover {
    text-decoration: underline;
}
#body #mainNav .categoriesDetails ul li ul,
#body #mainNav .categoriesActions ul li ul {
    padding: 0;
    margin: 3px 0 0 5px;
    width: auto;
}
#body #mainNav .categoriesDetails ul li ul li {
    margin: 0;
    padding: 0 0 0 8px;
    overflow: hidden;
    background: url("/img/bullet_dash_white.gif") no-repeat left 8px;
}
#body #mainNav .categoriesDetails .special {
    padding: 10px 15px;
}
#body #mainNav .categoriesDetails .special ul {
    float: inherit;
    font-size:12px; 
    padding: 5px 0 5px 0;
    width: auto;
}
#body #mainNav .categoriesActions {
    margin: 0;
    padding: 0;
    overflow: hidden;
    clear: both;
}
#body #mainNav #categoriesNav li a,
.homepage #body #mainNav #categoriesNav li a:hover,
.homepage #body #mainNav #categoriesNav li a:active {
    text-decoration: none;
}
#body #mainNav #categoriesNav li#rental a {
    color: #f20017;
}
#body #mainNav #categoriesNav li#sale a{
    color: #ffab19;
}
#body #mainNav #categoriesNav li#module a{
    color: #0097e5;
}
#body #mainNav #categoriesNav li#network a{
    color: #42a401; width: 70px;
}
#body #mainNav .categoriesDetails .active {
    height: 20px;
    width: 408px;
    position: absolute;
    top: -1px;
    z-index: 999;
    background: url("/img/categoriesNav_active.gif") no-repeat 16px top;
}
#body #mainNav .mainNav_content {
    width: 376px;
    padding: 10px 15px 5px 15px;
    margin: 0 0 0 1px;
    border-top: 1px solid #ceccb9;
    background: url("/img/categories_shadow.gif") repeat-x left top;
}

/**/

#basket {
    text-align: right;
    font-size: 10px;
    border-bottom: 1px solid #cfcfcf;
    padding: 0 0 13px 0;
    z-index: 100;
    font-weight: bold;
    margin: 0 0 5px 0;
    position: relative;
}
#basket a {
    color: #f20017;
    text-decoration: none;
}
#basket #basketContent {
    text-align: left;
    display: none;
    font-weight: normal;
    position: absolute;
    font-size: 11px;
    color: #fff;
    right: -5px;
    top: 36px;
    width: 262px;
    background: url('/img/basketContent_shadow.png') no-repeat left bottom;
    z-index: 99999;
    padding: 0 5px 5px 5px;
    zoom:1;
}
#basketContent h3 {
    margin: 0;
}
#basketContent #basketContent_decoration {
    height: 6px;
    overflow: hidden;
    background: url('/img/basketContent_decoration.gif') no-repeat 240px top;
}
#basketContent ul {
    width: 260px;
    margin: 0;
    padding: 0;
    background: #f20017;
    list-style: none;
    border-right: 1px solid #bd0007;
    border-left: 1px solid #bd0007;
}
#basketContent ul li {
    padding: 2px 10px 2px 10px;
    border-bottom: 1px solid #bd0007;
    border-top: 1px solid #ff4848;
    background: none;
}
#basketContent ul h3 {
    color: #fff;
    border-bottom: 1px solid #bd0007;
    padding: 10px;
}
#basketContent a:link,
#basketContent a:visited,
#body #main #mainNav .categoriesDetails a:link,
#body #main #mainNav .categoriesDetails a:visited {
    color: #fff;
    text-decoration: none;
}
#basketContent a:hover,
#basketContent a:active,
#body #main #mainNav .categoriesDetails a:hover,
#body #main #mainNav .categoriesDetails a:active {
    color: #fff;
    text-decoration: underline;
}

/* navpath */

#navPath {
    font-size: 10px;
    font-weight: bold;
}
#navPath a {
    color:#383026;
    text-decoration:none;
}
#navPath a:hover {
    text-decoration:underline;
}

/* footer */

#footer {
    width: 952px;
    margin: 0 auto;
    font-size: 10px;
    line-height: 14px;
    color: #716b5e;
    font-weight: bold;
    padding: 5px 0 30px 0;
    position: relative;
}
#footer p {
    margin: 0;
    padding: 0;
}
#footer .line {
    margin: 10px 0;
}
#footer #newsletter {
    width: 476px;
    overflow: hidden;
    float: left;
    margin: 0 0 5px 0;
    padding: 0;
}
#footer #newsletter h5 {
    font-size: 11px;
    line-height: 22px;
    margin: 0;
    padding: 0;
    float: left;
}
#footer #newsletter form {
    float: left;
    margin: 0;
    padding: 0;
}
#footer #newsletter form input {
    font-size: 11px;
    width: 145px;
    height: 13px;
    margin: 0 0 0 10px;
    padding-top: 2px;
    float: left;
    background: #fff;
}
#footer #newsletter form input.button {
    color: #716b5e;
    margin: 4px 0 0 5px;
    padding: 0;
    width: auto;
    background: none;
}
#footer #backToTop {
    line-height: 20px;
    text-align: right;
    width: 476px;
    overflow: hidden;
    float: left;
}
#footer a:link,
#footer a:visited {
    color: #716b5e;
    text-decoration: none;
}
#footer a:hover {
    text-decoration: underline;
}
#footer #legals {
    width: 257px;
    margin: 0;
    padding: 0 15px 0 0;
    overflow: hidden;
    float: left;
}
#footer .shortcuts {
    width: 136px;
    overflow: hidden;
    float: left;
}
#footer .shortcuts ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#footer .shortcuts ul li {
    margin: 0;
    padding: 0 0 0 7px;
    background: url("/img/bullet_footer.gif") no-repeat left 7px;
}
#footer .shortcuts ul li a:link,
#footer .shortcuts ul li a:visited {
    color: #716b5e;
    text-decoration: none;
}
#footer .shortcuts ul li a:hover {
    text-decoration: underline;
}

/* homepage */

.homepage h1 {
    font-weight: bold;
}
.homepage #header {
    height: 240px;
    margin:0px auto;
}
.homepage #header #banner {
    height: 220px;position: absolute;
    background: none;
}
.homepage #header #banner .container {
    height: 220px;
    background: none;
}
.homepage  #swf {
    position: absolute;
    background: #fff;
    top:0;
    left: 0;
    height: 220px;
    width: 100%;
}
.homepage #banner .overlayer {
    width: 380px;
    position: absolute;
    top: 15px;
    right: 30px;
    color: #fff;
    text-align: right;
}
.homepage #body #main {
    position:relative;
    height: 280px;
    overflow: hidden;
}
.homepage #body #main #content {
    overflow: visible;
}
.homepage #body #mainNav .line {
    width: 506px;
}
.homepage #body #mainNav {
    width: 680px;
}
.homepage #body #mainNav #categoriesSale .line {
    width: 650px;
    border-top: 1px solid #fff;
}
.homepage #body #mainNav .line {
    margin: 3px 15px 5px 15px;
}
.homepage #body #mainNav h4 {
    color: #fff;
    margin-bottom: 0;
    padding-bottom: 0;
}
.homepage #body #mainNav #categoriesNav li a {
    width: 139px;
}
.homepage #body #mainNav #categoriesNav li#rental {
    background: #fff;
}
.homepage #body #mainNav #categoriesNav li#network a {
    width: 138px;
}
.homepage #body #mainNav .categoriesDetails,
.homepage #body #mainNav .categoriesActions {
    width: 680px;
}
.homepage #body #mainNav .categoriesActions {
    padding: 5px 0 0 0;
}
.homepage #body #mainNav .categoriesDetails .column,
.homepage #body #mainNav .categoriesActions .column {
    width: 155px;
    white-space: -nowrap;
}

.fr #body #mainNav .categoriesDetails .column1 {width: 133px;}
.fr #body #mainNav .categoriesDetails .column2 {width: 122px;}
.fr #body #mainNav .categoriesDetails .column3 {width: 61px;}
.fr #body #mainNav .categoriesDetails .column4 {width: 160px;}

.nl #body #mainNav .categoriesDetails .column1 {width: 135px;}
.nl #body #mainNav .categoriesDetails .column2 {width: 88px;}
.nl #body #mainNav .categoriesDetails .column3 {width: 111px;}
.nl #body #mainNav .categoriesDetails .column4 {width: 145px;}

#categoriesRental {
    overflow: hidden;
    zoom: 1;
}

.homepage #body #mainNav #categoriesRental,
.rental #body #mainNav .categoriesDetails {
    background: #f20017 url("/img/categories_red_bkg.gif") repeat-x left top;
}
.homepage #body #mainNav #categoriesRental .active {
    background: url("/img/categoriesNav_active.gif") no-repeat 16px top;
}
.homepage #body #mainNav #categoriesRental .categoriesActions,
.rental #body #mainNav .categoriesActions .header {
    background: #3b3b3b url("/img/categories_grey_dark_bkg.gif") repeat-x left top;
}
.homepage #body #mainNav #categoriesRental.categoriesDetails ul li {
    background: none;
    padding-left: 0;
}
.homepage #body #mainNav #categoriesRental .categoriesActions ul li {
    background: url("/img/bullet_red.gif") no-repeat left 8px;
}
.rental #body #mainNav .categoriesActions {
    background: #3b3b3b;
}
.homepage #body #mainNav #categoriesSale,
.sale #body #mainNav .categoriesDetails {
    background: #ffab19 url("/img/categories_yellow_bkg.gif") repeat-x left top;
}
.module #body #mainNav .categoriesDetails {
    background: #0097E5 url("/img/categories_blue_bkg.gif") repeat-x left top;
}
.homepage #body #mainNav #categoriesSale {
    display: none;
}
.homepage #body #mainNav #categoriesSale .active {
    background: url("/img/categoriesNav_active.gif") no-repeat 187px top;
}
.homepage #body #mainNav #categoriesSale .categoriesActions,
.sale #body #mainNav .categoriesActions .header,
.module #body #mainNav .categoriesActions .header {
    background: #3b3b3b url("/img/categories_grey_dark_bkg.gif") repeat-x left top;
}
.homepage #body #mainNav #categoriesSale.categoriesDetails ul li {
    background: url("/img/bullet_yellow_dark.gif") no-repeat left 8px;
}
.homepage #body #mainNav #categoriesSale .categoriesActions ul li {
    background: url("/img/bullet_yellow.gif") no-repeat left 8px;
}
.sale #body #mainNav .categoriesActions,
.module #body #mainNav .categoriesActions {
    background: #3b3b3b;
}
.homepage #body #mainNav .mostSearched {
    width: 680px;
    background: #f20017 url("/img/mostSearched_bkg.gif") repeat-y;
}
.homepage #body #main #content {
    width: 241px;
    display: inline;
    overflow: hidden;
}
.rental #body #content .promoBanner {
    width:473px;
    height:71px;
    text-align:center;
    padding-top:59px;
    padding-right:44px;
    background-position:bottom;
    background-repeat:no-repeat;
}
.rental #body #content .promoBanner a {
    font-size:13px;
    color:#f20018;
    text-decoration:underline;
}
.rental #body #content .promoBanner a:hover {
    text-decoration:none;
}
.rental #body #content .fr5001 {
    background-image: url("/img/promos/banner_location_1_fr.jpg");
}
.rental #body #content .nl5001 {
    background-image: url("/img/promos/banner_location_1_nl.jpg");
}
.rental #body #content .fr5002 {
    background-image: url("/img/promos/banner_location_2_fr.jpg");
}
.rental #body #content .nl5002 {
    background-image: url("/img/promos/banner_location_2_nl.jpg");
}
.rental #body #content .fr5003 {
    background-image: url("/img/promos/banner_location_3_fr.jpg");
}
.rental #body #content .nl5003 {
    background-image: url("/img/promos/banner_location_3_nl.jpg");
}
.homepage #body .footer {
    width: 952px;
    height: 5px;
    margin: 0 0 4px 0;
    clear: both;
    overflow: hidden;
    background: url("/img/body_footer_homepage_grey.gif") no-repeat left top;
}

/* blank_alt */

.blank #body #main {
    background: url("/img/body_bkg_alt.gif") repeat-y left top;
}
.blank #body #main #content {
    width: 514px;
}
.rental #body #main {
    background: url("/img/body_bkg_alt.gif") repeat-y left top;
}
.rental #body #main #content {
    width: 514px;
}
.rental #body #mainNav #categoriesNav li#rental {
    background: #fff;
}
.rental #body #mainNav .categoriesDetails ul li {
    background: url("/img/bullet_red_dark.gif") no-repeat left 8px;
}
.rental #body #mainNav .categoriesDetails ul li ul li {
    background: url("/img/bullet_dash_white.gif") no-repeat left 8px;
}
.rental #body #mainNav .categoriesActions ul li {
    background: url("/img/bullet_red.gif") no-repeat left 8px;
}
.sale #body #main {
    background: url("/img/body_bkg_alt.gif") repeat-y left top;
}
.sale #body #main #content {
    width: 514px;
}
.sale #body #mainNav #categoriesNav li#sale {
    background: #fff;
}
.sale #body #mainNav .active {
    background: url("/img/categoriesNav_active.gif") no-repeat 116px top;
}
.sale #body #mainNav .search, .homepage #body #mainNav #categoriesSale .search {
    background: url("/img/search_bkg_yellow.gif") no-repeat 15px top;
}
.sale #body #mainNav .categoriesDetails ul li {
    background: url("/img/bullet_yellow_dark.gif") no-repeat left 8px;
}
.sale #body #mainNav .categoriesDetails ul li ul li {
    background: url("/img/bullet_dash_white.gif") no-repeat left 8px;
}
.sale #body #mainNav .categoriesActions ul li {
    background: url("/img/bullet_yellow.gif") no-repeat left 8px;
}

/* network */

.network #body #main {
    background: url("/img/body_bkg_alt.gif") repeat-y left top;
    position: relative;
}
.network #body #main #content {
    width: 514px;
}
.network #body #mainNav #categoriesNav li#network {
    background: #fff;
}
.network #body #mainNav .active {
    background: url("/img/categoriesNav_active.gif") no-repeat 324px top;
}
.network #body #mainNav .search, .homepage #body #mainNav #categoriesSale .search {
    background: url("/img/search_bkg_yellow.gif") no-repeat 15px top;
}
.network #body #mainNav .categoriesDetails ul li {
    background: url("/img/bullet_yellow_dark.gif") no-repeat left 8px;
}
.network #body #mainNav .categoriesDetails ul li ul li {
    background: url("/img/bullet_dash_white.gif") no-repeat left 8px;
}
.network #body #mainNav .categoriesActions ul li {
    background: url("/img/bullet_yellow.gif") no-repeat left 8px;
}

.network .network_place{
    float:left;
    height:320px;	
    width:244px;
}

.network .network_place .network_place_title{
    background-color: #EA1000;
    color: #ffffff;	
    font: 11px Arial Black;
    margin: 0px;
    margin-bottom: 10px;
    padding: 5px 0px;
    text-align: center;
}

.network .network_place .desc{
    height: 0px;	
    display:none;
}

.network .network_item {
    float: left;
    margin-bottom: 5px;
    width: 240px;
    overflow: hidden;
}

.network .network_item h3{
    cursor: pointer;
    padding: 0;
}

.network .network_item .desc p{	
    margin: 0;
}

.network .network_item b {
    color: #f20017;
}
#high:hover {
    background-color:#efefef;
    cursor:pointer;
}

#high img{
    padding-right:2px;

}
/* prices */

table.prices,table.caracteristics,table.caracteristics_alt {
    width: 100%;
    margin: 10px 0 15px 0;
}
table.caracteristics_alt {
    border-top: 1px solid #ceccb9;
    border-left: 1px solid #ceccb9;
}
table.prices td,table.caracteristics td,table.caracteristics_alt td {
    border-right: 1px solid #ceccb9;
    border-bottom: 1px solid #ceccb9;
    padding: 2px 0 2px 3px;
    font-size: 11px;
}
table.caracteristics_alt td {
    padding: 0 2px 0 2px;
}
table.prices td.red,table.caracteristics td.red {
    color: #fff;
    font-size: 11px;
    background: #f20017;
    white-space: nowrap;
    border-right: 1px solid #83070c;
    border-top: 1px solid #83070c;
    border-bottom: 1px solid #83070c;
    /*padding: 0 2px 0 2px;*/
}
table.caracteristics td.red,table.caracteristics td.darkRed {
    white-space: normal;
    vertical-align: middle;
}
table.prices td.darkRed,table.caracteristics td.darkRed {
    color: #fff;
    font-size: 11px;
    white-space: nowrap;
    background: #83070c;
    border-right: 1px solid #83070c;
    border-bottom: 1px solid #83070c;
}
table.prices td.small,table.caracteristics td.small {
    font-size: 10px;
    padding: 2px;
}
#content small {
    font-size: 10px;
}
table.prices td a,table.caracteristics td a {
    text-decoration: none;
}
table.prices td b,table.caracteristics td b {
    display: block;
    /*padding: 4px 2px 4px 5px;*/
}

table.prices strike {
    font-size: 10px;
}

table.prices em {
    color: #F20017;
    font-style: normal;
    font-weight: bold;
}

/* loxaclub */

#loxaclubtab td {
    vertical-align:top;
    padding:5px;
}

/* module */

.module #body #main {
    background: url("/img/body_bkg_alt.gif") repeat-y left top;
}
.module #body #main #content {
    width: 514px;
}
.module #body #mainNav #categoriesNav li#module {
    background: #fff;
}
.module #body #mainNav .active {
    background: url("/img/categoriesNav_active.gif") no-repeat 220px top;
}
.module #body #mainNav .search, .homepage #body #mainNav #categoriesSale .search {
    background: url("/img/search_bkg_yellow.gif") no-repeat 15px top;
}
.module #body #mainNav .categoriesDetails ul li {
    background: url("/img/bullet_yellow_dark.gif") no-repeat left 8px;
}
.module #body #mainNav .categoriesDetails ul li ul li {
    background: url("/img/bullet_dash_white.gif") no-repeat left 8px;
}
.module #body #mainNav .categoriesActions ul li {
    background: url("/img/bullet_yellow.gif") no-repeat left 8px;
}
.module #body #mainNav .moduleContact {
    padding: 10px 0 8px 12px;
    background:url("/img/categories_shadow.gif") repeat-x left top #FFF;
    border-bottom:1px solid #CECCB9;
}
.module #body #mainNav .moduleContact p {
    padding:0px;
    margin:0px;
}
.module #body #mainNav .moduleContact p .left {
    padding:0px;
    margin:0px 10px 0px 0px;
}

/* blocs_0 */

.home-2col {
    padding: 15px;
    overflow: hidden;
    zoom: 1;
    background: #fff;
}

.home-2col-main {
    width: 679px;
    float: left;
}

.home-2col-side {
    width: 242px;
    float: left;
}

.home-box {
    cursor: pointer;
    display: inline;
    background: url(/img/bg-home-box.png) repeat-x bottom;
    border: 1px solid #dadada;
    width: 308px;
    height: 156px;
    overflow: hidden;
    float: left;
    margin: 0 14px 15px 0;
    padding: 0 0 0 15px;	
}

.home-carousel {
    background: url(/img/bg-home-box.png) repeat-x bottom;
    border: 1px solid #dadada;
    width: 240px;
    height: 303px;
    padding: 15px 0;
}

/* blocs_0 content */

.content-2col {
    padding: 15px;
    overflow: hidden;
    zoom: 1;
    background: #fff;
}

.content-2col-main {
    width: 679px;
    float: left;
}

.content-2col-side {
    width: 242px;
    float: left;
}

/*

	height: 90px;
	padding: 70px 0px 0 20px;
	width: 303px;
	background: #fff;
*/

.promopage .bloc_0{ 
    /*padding: 70px 0px 0 170px;
	width: 153px;
	height: 90px;*/
    height: 160px;
    padding: 0px;
    width: 323px;
    position: relative;
    background-position: 0 0;
    margin: 0 auto;
    float: none;
    display: block;
}
.promopage .bloc_1{ 
    padding: 0;
    width: 323px; 
    height: 160px;
    position: relative;
    background-position: 0 0;
    margin: 0 auto;
    float: none;
    display: block;
}
.promopage .bloc_2{ 
    padding: 0;
    position: relative;
    margin: 0 auto;
    float: none;
    display: block;
    border: 1px solid #DADADA;
    height: 303px;
    padding: 15px 0;
    width: 240px;
}
.promopage .blocs_0 {height: auto;}

.promopage .blocs_0 .bloc_2 .header {
    display: block;
    background: none;
    height: auto !important;
}
.blocPromo {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
.content-2col-side .bloc_2 .header {
    background: none repeat scroll 0 0 #FFFFFF !important;
    color: #FFFFFF;
    height: auto !important;
    padding: 0 10px 4px;
    position: relative;
    width: auto;
}
.content-box {
    cursor: pointer;
    display: inline;
    background: url(/img/bg-home-box.png) repeat-x bottom;
    border: 1px solid #dadada;
    width: 308px;
    height: 156px;
    overflow: hidden;
    float: left;
    margin: 0 14px 15px 0;
    padding: 0 0 0 15px;	
}

.content-carousel {
    background: url(/img/bg-home-box.png) repeat-x bottom;
    border: 1px solid #dadada;
    width: 240px;
    height: 303px;
    padding: 15px 0;
}

.good-to-know {
    background: #eee;
    padding: 7px 15px;
}

.good-to-know a {
    color: #383026 !important;
    margin: 0 0 0 10px;
}

.home-video {
    margin: 12px 0 0;
}

.home-video h3 {
    font: bold 12px Arial, Helvetica, sans-serif;
    text-transform: none;
    color: #fd1700;
    padding: 0;

}

.home-video a {
    text-decoration:none;
    color: #fd1700;
}

.home-video h3 strong {
    color: #000;
    text-transform: uppercase;
}
.home-video a.allvideo {
    color: #3c3c3c !important;
    font-size: 10px;
    text-decoration: none;
    font-family: Arial;
    font-weight: bold;
}

.home-video p {
    margin: 0 0 5px;
}
.home-video .object{
    cursor: pointer;
    visibility: visible;
}
.video-header {
    font-weight: bold;
    color: #fd1700;
    font-size: 11px;
    line-height: 15px;
    padding: 8px 12px;
}

.video-header strong {
    text-transform: uppercase;
    color: #3c3c3c;
}

.fr .novideo {
    display:none;
}

.nl .video {
    display:none;
}

.home-loxcall .phone {
    font-size: 20px;
    color: #fd0005;
    font-weight: bold;
}

.home-loxcall .logo {
    margin: 10px 0 0;
}

.home-loxcall .img {
    float: right;
    margin: 20px 10px 0 0;
}

.home-loxaclub .logo {
    margin: 12px 0 0;
}


.blocs_0 {
    position: relative;
    height: 160px;
    overflow: hidden;
}
.blocs_0 .largeRed,
.blocs_0 .largeYellow {
    font-size: 40px;
    font-weight: bold;
    white-space: nowrap;
}

.blocs_0 .header,
.homepage #body .blocs_0 .header {
    height: 5px;
    overflow: hidden;
    position: absolute;
    width: 952px;
    top: 0;
    z-index: 10;
    background: url("/img/blocs_0_header.gif") no-repeat;
}
.blocs_0 .footer,
.homepage #body .blocs_0 .footer,
.sale #body .blocs_0 .footer {
    height: 5px;
    overflow: hidden;
    position: absolute;
    top: 155px;
    width: 952px;
    z-index: 10;
    background: url("/img/blocs_0_footer.gif") no-repeat;
}
.homepage #body .blocs_0 .header_alt,
.rental #body .blocs_0 .header_alt,
.sale #body .blocs_0 .header_alt {
    background: url("/img/blocs_0_header_alt.gif") no-repeat;
}
.blocs_0 .footer,
.homepage #body .blocs_0 .footer_alt,
.rental #body .blocs_0 .footer_alt,
.sale #body .blocs_0 .footer_alt {
    background: url("/img/blocs_0_footer_alt.gif") no-repeat;
}
.bloc_0 p,
.blocs_0 .bloc_1 p {
    margin: 5px 0 5px 0;
    padding: 0;
    line-height: 14px;
}
.bloc_0 {
    /*	position: absolute;
	top: 0;
	z-index: 1;
	left: 0;*/
    height: 160px;
    /*padding: 70px 0px 0 20px;*/
    padding: 0px;
    width: 323px;
    background: #fff;

}

/*PROMO RENT*/



.bloc_0_fr {background: url("/img/promos/location_FR.jpg") left top no-repeat;}
.bloc_0_nl {background: url("/img/promos/location_NL.jpg") left top no-repeat;}

.promoRent div {
	width:157px;
	height:153px;
	float:left;
	padding:7px 0px 0px 9px;
}
.content-2col .content-2col-main .promoRent p,
.blocs_0 .blocPromo .promoRent p,
.home-2col-main .promoRent p {
	width:157px;
	padding-top:75px;
	height:85px;
	font-size:12px;
	margin:0px;
	float:left;
}

.promoRent p,
.promopage .bloc_0 p,
.content-2col-main .bloc_0 p {
    font-size:14px;
    line-height:18px;
}
.home-box p a,
.promopage .bloc_0 p a,
.content-2col-main .bloc_0 p a {text-decoration: none;}
.home-box p a:hover,
.promopage .bloc_0 p a:hover,
.content-2col-main .bloc_0 p a:hover {text-decoration:underline;}
/*.bloc_0_fr {background: url("/img/promos/location_bkg_FR.jpg") left top no-repeat;}
.bloc_0_nl {background: url("/img/promos/location_bkg_NL.jpg") left top no-repeat;}*/

.bloc_0 ul {float: left; font-size: 11px; margin-right: 7px;}
.bloc_0 ul a {text-decoration: none; color: #000;}

.bloc_1 {
    height: 160px;
    background: #fff;
    padding: 0;
    width: 323px;
}
/*.blocs_0 .bloc_1fr {
	position: absolute;
	top: 0;
	z-index: 1;
	left: 340px;
	height: 160px;
	position: absolute;
	width: 143px;
	padding: 10px 10px 0 180px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	margin: 0;
	background: #fff url("/img/promos/home_prolonge_fr.jpg") no-repeat;
	cursor: pointer;
}
.blocs_0 .bloc_1nl {
	position: absolute;
	top: 0;
	z-index: 1;
	left: 340px;
	height: 160px;
	position: absolute;
	width: 143px;
	padding: 10px 10px 0 180px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	margin: 0;
	background: #fff url("/img/promos/home_prolonge_nl.jpg") no-repeat;
	cursor: pointer;
}
.blocs_0 .bloc_2 {
	position: absolute;
	top: 0;
	left: 680px;
	height: 150px;
	position: absolute;
	width: 270px;
	z-index: 1;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	margin: 5px 0 0 0;
	background: #fff;
	border: 5px solid #3F0;
}*/
.bloc_2 .header,
.homepage #body .bloc_2 .header,
.sale #body .blocs_0 .bloc_2 .header,
.rental #body .blocs_0 .bloc_2 .header {
    position: relative;
    color: #fff;
    width: auto;
    height: auto;
    padding: 0 10px 4px 10px;
    background: #ffab19;
}
.homepage #body .bloc_2 .header {
    background: #FFF;
}
.bloc_2 .header h3 {
    color: #ffa900;
    padding: 0;
    margin: 0;
    font-size: 13px;
    margin: 0 0 5px;
}
.bloc_2 .header p {
    margin: 0;
    padding: 0;
    color: #ffa900;
    font-size: 11px;
}
.fr .promovente {
    background: #fff url("/img/destock01_fr.gif") no-repeat;
    height: 150px;
}
.nl .promovente {
    background: #fff url("/img/destock01_nl.gif") no-repeat;
    height: 150px;
}
.fr .promovente_alt {
    background: #fff url("/img/destock02_fr.gif") no-repeat;
    height: 150px;
}
.nl .promovente_alt {
    background: #fff url("/img/destock02_nl.gif") no-repeat;
    height: 150px;
}
.box-vente {
    width: 224px;
    height: 124px;
    background: #fff url("/img/vente-bloc.png") no-repeat;
    float: left;
    padding: 13px;
    margin-bottom: 14px;
    position: relative;
}
.box-vente-left {
    margin-right: 14px;
}
.box-vente h3{
    font: 12px Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #716B5E;
    padding: 0 0 7px;
    margin: 0;
    border-bottom: 1px solid #ccc;
}
.box-vente img{
    float: left;
    margin: 10px 10px 0 0;
}
.box-vente .product {
    margin-top: 20px;
    font: 11px Arial, Helvetica, sans-serif;
    width: 120px;
    float: left;
}
.box-vente .product strong{
    font: 12px Arial, Helvetica, sans-serif;
    font-weight: bold;
}
.box-vente .product p{
    margin: 2px 0;
}
.box-vente .product a{
    text-decoration: underline;
    background: url("/img/vente-more-arrow.gif") no-repeat 0 5px;
    padding-left: 7px;
    color: #f50000;
}
.box-vente .price{
    font-weight: bold;
    color: #f50000;
    font-size: 14px;
    letter-spacing: -1px;
    text-align: right;
    position: absolute;
    bottom: 5px;
    right: 10px;
}
.box-vente .price span{
    font-size: 20px;
}
/* blocs_1 */

.blocs_1 {
    overflow: hidden;
    margin: 0 0 5px 0;
    font-size: 12px;
    line-height: 17px;
    color: #383026;
    font-weight: normal;
}
.blocs_1 h3 {
    padding-top: 0;
}
.blocs_1 .header,
.homepage #body .blocs_1 .header {
    height: 5px;
    overflow: hidden;
    clear: both;
    background: url("/img/blocs_1_header.gif") no-repeat;
    width: 952px;
    zoom: 1;
}
.blocs_1 .body,
.homepage #body .blocs_1 .body {
    zoom:1;
    background: #fff;
    padding: 10px 0;
}
.blocs_1 .footer,
.homepage #body .blocs_1 .footer {
    height: 5px;
    overflow: hidden;
    clear: both;
    background: url("/img/blocs_1_footer.gif") no-repeat;
    width: 952px;
}
.blocs_1 .bloc_0 {
    float: left;
    overflow: hidden;
    width: 211px;
    height: 190px;
    padding: 0 10px 0 115px;
    border-right: 1px solid #ceccb9;
    background: url("/img/jobs.gif") no-repeat 15px 25px;
}
.blocs_1 .bloc_1 {
    float: left;
    overflow: hidden;
    width: 319px;
    height: 200px;
    margin: 0 10px 0 10px;
    padding: 0 10px 0 0;
    border-right: 1px solid #ceccb9;
}
.blocs_1 .bloc_2 {
    float: left;
    overflow: hidden;
    height: 190px;
    width: 250px;
}

/* slideshow */

.slideshow {
    position: relative;
    padding: 0 1px;
}
.slideshow .item {
    position: absolute;
    background-color: #fff;
}

/* shoes */

.Shoes{
    color: #fff;
    font-size: 11px;
    background: #ffab19;
    border-left: 1px solid #83070c;
    border-bottom: 1px solid #83070c;
    border-top: 1px solid #83070c;
    padding-left:5px;
}
.Shoes2{
    color: #fff;
    font-size: 11px;
    background: #ffab19;
    border-left: 1px solid #83070c	;
    border-bottom: 1px solid #83070c;
    border-top: 1px solid #83070c;
    border-right: 1px solid #83070c;
}
.ShoesResults {
    border-left: 1px solid #ceccb9;
    border-bottom: 1px solid #ceccb9;
    padding-left:5px;
}
.ShoesResults2 {
    border-left: 1px solid #ceccb9;
    border-bottom: 1px solid #ceccb9;
    padding-left:5px;	
    border-right: 1px solid #ceccb9;
}
.ShoesResults3 {
    border-bottom: 1px solid #ceccb9;
    padding-left:5px;	
    border-right: 1px solid #ceccb9;
}

.ShoesResults3 td {
    font-size: 12px;
}

/* products */

.product {
    width: 100%;
}
.product .thumb {
    text-align: center;
    padding: 0 5px 10px 0;
    height: 100px;
}
.product .line, #mainNav .product .line {margin: 0;}
.product_actions {
    background:  #f5f4ec;
    width: 100%;
    margin: 10px 0 10px 0;
}
.product_actions input {background:#fff;}
.product_actions input.button {background: none;}
.product_actions td {padding: 0 10px 0 10px;}

.infoPromo {
    border:1px solid red; 
    width:500px; 
    height:55px; 
    padding:5px; 
    background-color:#eeeeee; 
    font-weight:bold; 
    clear: both;
}
label.error {
    display: block;
    color: red;
}


#home-background{
    height:100%;
    position: fixed;
    text-align: center;
    top: 0px;
    width:100%;

}

#cadre-site{
    background-color: #ffffff;
    position: absolute;
    width: 980px;
}

.loxcall-phone {
    background: #ea1000;
    color: #fff;
    width: 307px;
    padding: 20px 20px;
    font-weight: bold;
}

.loxcall-phone strong {
    display: block;
    font-size: 24px;
    margin: 0 0 15px;
}

.hp_news_thumb {
    float: left;
    border: 1px solid #ccc;
    padding: 2px;
    margin: 0 10px 10px 0;
}

.clearboth {
    clear: both;
}

#body #mainNav .accordion .row h2{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 10px;
}

#body #mainNav .accordion .row .line{
    background-color: #fff;
    border: none;
    height: 1px;
    margin: 0;
    margin-left: 15px;
    margin-right: 15px;
}

#body #mainNav .cat h2{
    font-size: 16px;
    font-weight: bold;
    margin: 0 15px;
}

#body #mainNav .cat{
    float: left;
    width: 335px;
}

.homepage #body #mainNav #categoriesSale .cat .line{
    margin-top: 0px;
    width: 313px;
}

#see-all{
    font-weight: bold;
    margin-bottom: 15px;
    margin-right: 23px;
    text-align: right;
}

.carousel_q {

}


/*







#titreCarte{color:#BBBBBB; font-family:Arial; font-size:14px; padding-left:8px;}
#modulox{ margin:0 0 10px 0; border-bottom:#dfdfdf 1px solid; }
#modulox td{ border-top:#dfdfdf 1px solid; border-right:#dfdfdf 1px solid; vertical-align:top; padding:1px 5px 3px 2px;}
#modulox .description{ background:#fff; color:#f20017; border-left:#dfdfdf 1px solid; }



#formcheck td{ width:150px;}
#panneau td { text-align:left; padding:3px; vertical-align:top; width:150px;}
#panneau  p{ text-align:left;}

#equipement td{text-align:left; padding:3px; vertical-align:top; width:150px;}

#equipement p {background: url("/img/bullet_alt_red.gif") no-repeat left 8px; padding: 0 0 0 10px; margin: 0;}

#cartinfo th, #cartinfo td{text-align:left;}*/



/* ============================ EVENTS  
.eventimg {border: 1px solid #a5a5a5; border-bottom: 1px solid #716b5e;}
.eventsee {background: url('/img/magnifyglass.gif') left 2px no-repeat; text-decoration: none; font-size: 12px; padding-left: 18px;}
.eventback {background: url('/img/arrow_back.gif') left 4px no-repeat; text-decoration: none; font-size: 12px; padding-left: 12px;}

.gallery img{margin-right: 7px;border: 1px solid #a5a5a5; border-bottom: 1px solid #716b5e;}
.box img {margin-bottom: 10px;}*/



.autocomplete-w1 { 
    background:url(../img/autocomplete_shadow.png) no-repeat bottom right;
    position:absolute; 
    top:0px;
    left:0px;
    margin:8px 0 0 6px;
    
    /* IE6 fix: */
    _background:none; _margin:0; 
}
.autocomplete { 
    border:1px solid #999; 
    background:#FFF; cursor:default;
    text-align:left;
    max-height:350px; 
    overflow:auto; 
    margin:-6px 6px 6px -6px;
    
    /* IE6 specific: */
    _height:350px; 
    _margin:0;
    _overflow-x:hidden; 
}
.autocomplete .selected { 
    background:#F0F0F0; 
}
.autocomplete div {
    padding:2px 5px; 
    white-space:nowrap;
}
.autocomplete strong { 
    font-weight:bold; 
    color:#FF0000; 
}
