/***-----reset css------***/

body {
    margin: 0;
    padding: 80px 0;
    color: inherit;
    background: url(../images/background_site.jpg) top center repeat-x #000;
    font-family: Arial, Helvetica, sans-serif;
}

p, ul, li, h1, h2, h3, h4, h5, h6, form, textarea, label, select, input, img, div, a, fieldset, legend, object, embed, table, table tr, table tr th, table tr td, span{
    margin: 0;
    padding: 0;
}

h1{display:none;}

img, fieldset, table, tr, td {border:none;}

a {text-decoration: none;}

a:focus { outline:none; }

legend, caption {display:none;}

ul {list-style-type:none;}

table {border-collapse:collapse;}

/***-----general style------***/

.clear_both {clear:both;}

.hide {display:none;}

p, ul {font-size:12px;}

h3{
    font-size:22px;
    color:#ff680f;
}

h4{
    font-size:15px;
    color:#ff680f;
}

div.round_corner_top{
    width:625px;
    padding:20px 0 0 0;
    background: url(../images/round_corner_top.gif) top left no-repeat;
}

div.round_corner_legal_top{
    background: url(../images/round_corner_legal_top.gif) top left no-repeat;
}

div.round_corner_bottom{
    position:relative;
    padding:0 20px 20px 20px;
    background: url(../images/round_corner_bottom.gif) bottom left no-repeat;
}

div.round_corner_small_top{
    width:445px;
    padding:10px 0 0 0;
    background: url(../images/round_corner_small_top.gif) top left no-repeat;
}

div.round_corner_small_bottom{
    position:relative;
    padding:0 10px 10px 10px;
    background: url(../images/round_corner_small_bottom.gif) bottom left no-repeat;
}

div.round_corner_big_top{
    width:840px;
    padding:20px 0 0 0;
    background: url(../images/round_corner_big_top.gif) top left no-repeat;
}

div.round_corner_big_bottom{
    position:relative;
    padding:0 20px 20px 20px;
    background: url(../images/round_corner_big_bottom.gif) bottom left no-repeat;
}

span.button_grey {
    display:block;
    margin-top:5px;
    padding:0 0 0 5px;
    font-size:10px;
    background: url(../images/bt_grey_left.gif) top left no-repeat;
}

span.button_grey a{
    display:block;
    height:17px;
    line-height:17px;
    padding:0 5px 0 0;
    color:#fff;
    background: url(../images/bt_grey_right.gif) top right no-repeat;
}

span.back {
    background: url(../images/bt_grey_left_back.gif) top left no-repeat;
    padding-left:20px;
}

span.next a{
    background: url(../images/bt_grey_right_next.gif) top right no-repeat;
    padding-right:20px;
}

span.print a {
    background: url(../images/bt_grey_right_print.gif) top right no-repeat;
    padding-right:20px;
}

p.info_pager{
    height:17px;
    line-height:17px;
    margin-top:5px;
    padding:0 10px;
    color:#ff711e;
    font-size:12px;
    font-weight:bold;
}

/*content navigation*/
div.content_nav{
    margin:10px 21px 10px 24px;
}

div.content_nav span.next {
    float:right;
    display:inline;
}

div.content_nav span.next a{
    float:left;
    display:inline;
}

div.content_nav span.back {
    float:right;
    display:inline;
}

div.content_nav span.back a{
    float:left;
    display:inline;
}

div.content_nav span.print {
    float:left;
    display:inline;
}

div.content_nav span.print a{
    float:left;
    display:inline;
}

div.content_nav p.info_pager{
    float:right;
    display:inline;
}

/***-----PAGE------***/

div#page {
    width:984px;
    margin:0 auto;
}

/***-----global_container------***/

div#global_container {
    background:url(../images/background_global_container.jpg) top left repeat-x #1c1b19;
    padding:4px 5px 5px 5px;
}

/***-----header------***/

div#header {
    position:relative;
    height:39px;
    background:url(../images/background_header.jpg) top left repeat-x;
}

a.logo{
    display:block;
    position:absolute;
    width:155px;
    height:155px;
    top:-35px;
    left:-6px;
}

a.logo img{
    display:block;
    position:relative;
}

div#top_search {
    position:absolute;
    top:-27px;
    right:0;
    font-size:11px;
    color:#fff;
}

div#top_search form{
    display:inline;
    margin:0 15px 0 0;
}

div#top_search form label{ font-weight:bold; }

div#top_search form input.text{
    width:65px;
    font-size:12px;
}

div#top_search form input.submit{
    background:url(../images/bt_submit_ok_mini.gif) top left no-repeat;
    border:none;
    font-size:11px;
    width:22px;
    height:19px;
}

a.dealer_locator {
    /*position:absolute;
	top:-22px;*/
    color:#fff;
    padding:0 0 0 15px;
    font-weight:bold;
    background:url(../images/picto_dealer_locator.gif) top left no-repeat;
    font-size:12px;
}

a.dealer_locator:hover{
    color:#f08e44;
}

/***-----DROPDOWN MENU------***/

/*** essential style ***/
.sf-menu, .sf-menu * {
    margin:			0;
    padding:		0;
    list-style:		none;
}
.sf-menu {
    line-height:	1.0;
}
.sf-menu ul {
    position:		absolute;
    top:			-999em;
    width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
    /*width:			100%;*/
}
.sf-menu li:hover {
    visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
    float:			left;
    position:		relative;
}
.sf-menu a {
    display:		block;
    position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
    left:			0;
    top:			29px; /* match top ul list item height */
    z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
    top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
    left:			10em; /* match ul width */
    top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
    top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
    left:			10em; /* match ul width */
    top:			0;
}


/*** demo skin ***/
.sf-menu {
    float:			right;
}
.sf-menu a {
    height:34px;
    text-decoration:none;
    text-indent:-9999px;
    background-position:top left;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/}

.sf-menu li {}

ul.sf-menu li a:hover, .sf-menu li:hover a, .sf-menu li.sfHover a, ul.sf-menu li.current a {
    background-position:bottom left;
}

.sf-menu li li {}

.sf-menu li ul {width:auto;}

#header .sf-menu li li a{
    text-indent:0px;
    /*height:22px;*/
    height:auto;
    line-height:22px;
    display:block;
    font-size:12px;
    background:#ccc;
    text-align:center;
    background:url(../images/background_nav_submenu.jpg) top right repeat-x;
    color:#74756f;
}

#header .sf-menu li.my_profession li h2{
    width:223px;
    height:20px;
    line-height:20px;
    font-size:11px;
    padding-left:10px;
    background:#dad4be;
    color:#74756f;
    border-bottom:1px solid #c9c6b5;
}

#header .sf-menu li.my_profession li a {
    text-align:left;
    width:215px;
    height:20px;
    line-height:20px;
    padding:0 0 0 18px;
    background:url(../images/background_nav_submenu_myprofession.gif) top left no-repeat;
    border-bottom:1px solid #c9c6b5;
}

#header .sf-menu li.my_profession li a:hover {
    background:url(../images/background_nav_submenu_myprofession_over.gif) top left no-repeat;
}

#header .sf-menu li li a:hover, #header .sf-menu li li.current a{
    background:url(../images/background_nav_submenu_over.jpg) top left repeat-x;
    color:#fff;
}

/*** arrows **/
.sf-menu a.sf-with-ul { /* trigger IE7 hasLayout so spans position accurately */}
.sf-sub-indicator {
    position:		absolute;
    display:		block;
    right:			.75em;
    top:			1.05em; /* IE6 only */
    width:			10px;
    height:			10px;
    text-indent: 	-999em;
    overflow:		hidden;
    /*background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px;*/
    /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
    top:			.8em;
    background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
    background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
    background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
/*.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}*/
.sf-shadow ul.sf-shadow-off {
    background: transparent;
}

/***-----CONTENT------***/
div#content {}

div.allaboutstandards{
    background-color:#fff;
    color:#000;
}

div.allaboutstandards h2{
    color:#000;
    font-size:12px;
    font-weight:bold;
    text-decoration:underline;
    margin:5px 0;
}


div.allaboutstandards table tr.highlighted{
    background-color:#FF9900;
}

div.allaboutstandards table tr th{
    border:1px solid #FF6600;
    background-color:#CCCCCC;
}

div.allaboutstandards table tr td{
    border:1px solid #FF6600;
    text-align:center;
}

div.allaboutstandards table tr td.title{
    background-color:#CCCCCC;
    font-weight:bold;
}
div.my_timberland,
div.winter_collection,
div.my_selection
{ background:url(../images/background_mytimberland_top.jpg) top left no-repeat #d16c21; }

div.my_timberland { padding:275px 0 0 0; }

div.winter_collection { padding:257px 0 0 0;}



div.my_selection { padding:50px 0 0 0; }

/*div.product {
	background:url(../images/background_product_top.jpg) top left no-repeat;
}*/

div.product_accessories {
    background:url(../images/background_product_top_accessories.jpg) top left no-repeat;
}

div.product_casual {
    background:url(../images/background_product_top_casual.jpg) top left no-repeat;
}

div.product_general_handling {
    background:url(../images/background_product_top_general_handling.jpg) top left no-repeat;
}

div.product_hiking {
    background:url(../images/background_product_top_hiking.jpg) top left no-repeat;
}

div.product_jackets {
    background:url(../images/background_product_top_jackets.jpg) top left no-repeat;
}

div.product_pants {
    background:url(../images/background_product_top_pants.jpg) top left no-repeat;
}

div.product_parkas {
    background:url(../images/background_product_top_parkas.jpg) top left no-repeat;
}

div.product_polar {
    background:url(../images/background_product_top_polar.jpg) top left no-repeat;
}

div.product_specifics {
    background:url(../images/background_product_top_specifics.jpg) top left no-repeat;
}

div.product_summer {
    background:url(../images/background_product_top_summer.jpg) top left no-repeat;
}

div.product_tshirts {
    background:url(../images/background_product_top_tshirts.jpg) top left no-repeat;
}

div.product_winter {
    background:url(../images/background_product_top_winter.jpg) top left no-repeat;
}

div.product_women {
    background:url(../images/background_product_top_women.jpg) top left no-repeat;
}

div.product_workboots {
    background:url(../images/background_product_top_workboots.jpg) top left no-repeat;
}

div.product_simple {
    background:url(../images/background_product_top_simple.jpg) top left no-repeat;
}

div.product div#content_bottom {
    clear:both;
    height:23px;
    background:url(../images/background_product_bottom.jpg) top left no-repeat;
}

div.range_value {
    background:url(../images/background_rangevalue_top.jpg) top left no-repeat;
}
div.range_value div#content_bottom {
    clear:both;
    height:23px;
    background:url(../images/background_product_bottom.jpg) top left no-repeat;
}

div.corporate {
    background:url(../images/background_corpo_top.jpg) top left no-repeat;
}

div.fondlegal {
    background:url(../images/background_legal_top.jpg) top left no-repeat;
}

div.corporate div#content_bottom{
    clear:both;
    height:40px;
    background:url(../images/background_dealer_bottom.jpg) top left no-repeat;
}

div.focus {
    background:url(../images/background_focus_top.jpg) top left no-repeat;
}
div.focus div#content_bottom {
    clear:both;
    height:40px;
    background:url(../images/background_dealer_bottom.jpg) top left no-repeat;
}

div.dealer {
    background:url(../images/background_dealer_top.jpg) top left no-repeat;
}
div.dealer div#content_bottom {
    clear:both;
    height:40px;
    background:url(../images/background_dealer_bottom.jpg) top left no-repeat;
}

/***-----home------***/

div#home_flash {
    float:left;
    display:inline;
    width:974px;
    height:450px;
    background:#CCC;
}

div#home_highlight_01 {
    float:left;
    display:inline;
    width:321px;
    height:102px;
    margin:5px 5px 0 0;
    background:#CCC;
}

a.innerborder, a.innerborder img {
    float: left;
    overflow:hidden;
}

a.innerborder:hover {
    border:2px solid #ef8a3e;
}

a.innerborder:hover img {
    margin: -2px;
}

div#home_highlight_02 {
    float:left;
    display:inline;
    width:322px;
    height:102px;
    margin:5px 5px 0 0;
    background:#CCC;
}

div#home_highlight_03 {
    float:left;
    display:inline;
    width:321px;
    height:102px;
    margin:5px 0 0 0;
    background:#CCC;
}

div#home_highlight_01 img, div#home_highlight_02 img, div#home_highlight_03 img{
    float:left;
}

/***-----my selection------***/

img.banner_myprofession {
    float:left;
}

div#my_profession_sliders {
    float:left;
    width:974px;
    height:262px;
    background: url(../images/background_myprofession_sliders.jpg) top left no-repeat;
}

div#my_profession_sliders table{
    margin:10px 0 0 45px;
    text-align:center;
}

div#my_profession_sliders table tr th{
    height:30px;
}

div#my_profession_sliders table tfoot tr th{
    height:45px;
    vertical-align:bottom;
    text-align:center;
}


div#my_profession_sliders table tr td{
    width:206px;
    padding:0 20px 0 0;
}

.stripViewer .panelContainer .panel ul {
    text-align: left;
    margin: 0 15px 0 30px;
}

.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
    position: relative;
    width: 206px;
    height:146px;
}

/* These 2 lines specify style applied while slider is loading */
.csw {width: 148px; margin-left: 29px; height: 146px; background:url(../images/background_slider.jpg) top left no-repeat; overflow: hidden}
.csw .loading {margin: 55px 0 80px 0; text-align: center}

.stripViewer { /* This is the viewing window */
    position: relative;
    overflow: hidden;
    margin: auto;
    width: 148px; /* Also specified in  .stripViewer .panelContainer .panel  below */
    height: 170px;
    clear: both;
    background:url(../images/background_slider.jpg) top left no-repeat;
}

.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
    position: relative;
    left: 0; top: 0;
    width: 100%;
    list-style-type: none;
    background:transparent;
    /* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
}

.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
    float:left;
    height: 139px;
    position: relative;
    width: 146px; /* Also specified in  .stripViewer  above */
}

.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
    padding: 10px 0px 33px 0px;
}

.stripViewer .panelContainer .panel .wrapper span.description{
    display:block;
    position:absolute;
    width:133px;
    height:33px;
    padding:0 5px;
    top:104px;
    left:2px;
    background:#2a2a2a;
    color:#fff;
    font-size:11px;
    text-align:center;
    filter : alpha(opacity=50);
    -moz-opacity : 0.5;
    opacity : 0.5;
}

.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
    display:none;
}


.stripNavL, .stripNavR { /* The left and right arrows */
    position: absolute;
    top: 27px;
    text-indent: -9000em;
    outline:none;
}

.stripNavL a, .stripNavR a {
    display: block;
    height: 88px;
    width: 30px;
}

.stripNavL {
    left: 0;
}

.stripNavR {
    right: 0;
}

.stripNavL {
    background: url(../images/bt_slider_left.jpg) no-repeat top left;
}

.stripNavR {
    background: url(../images/bt_slider_right.jpg) no-repeat top left ;
}

a.profession_add{
    position:absolute;
    bottom:-28px;
    left:53%;
}

a.profession_see{
    position:absolute;
    bottom:-28px;
    right:51%;
}

/***-----my timberland------***/

div#my_timberland ,
div#winter_collection
{
    padding:0 40px 20px 40px;
    min-height:580px;
}

div#my_timberland{ background: url(../images/background_mytimberland_bottom.jpg) bottom left no-repeat; }

div.my_timberland h3{
    padding:0 0 50px 40px;
    font-size:35px;
    color:#fff;
}

div#my_timberland div.row_left,
div#winter_collection div.row_left
{
    float:left;
    display:inline;
    width:400px;
    color:#fff;
}
div#my_timberland div.row_left{ margin:60px 40px 0 0; }

div#my_timberland div.row_left a, div#my_timberland div.row_left a:hover, div#my_timberland div.row_left a:visited{
    color:#fff;
    text-decoration: underline;
}

div#my_timberland div.row_left h4
{
    font-size:20px;
    margin:0 0 10px 0;
    color:#fff;
    font-weight:lighter;
}

div#my_timberland div.row_left p
{
    font-size:12px;
    margin:10px 0 0 0;
}

div#my_timberland div.row_left ul,
div#winter_collection div.row_left ul
{
    font-size:14px;
    font-weight:bold;
    margin:0 0 15px 0;
}

div#my_timberland div.row_left ul li,
div#winter_collection div.row_left ul li
{
    margin:0 0 0 25px;
    list-style-type:disc;
    font-size:12px;
    font-weight:normal;
}


div#my_timberland div.row_right,
div#winter_collection div.row_right
{
    float:left;
    display:inline;
    width:450px;
    margin:20px 0 0 0;
    color:#4e4b45;
}

div#my_timberland p.error{
    color:#D26C22;
}

div#my_timberland div.row_right p.error{
    color:#D26C22;
}

div.my_timberland ul.form{
    margin:20px 0 0 0;
    padding:0 0 20px 0;
    border-top:1px dotted #bdbab4;
}

div.my_timberland ul.form li{
    padding:5px 0;
    border-bottom:1px dotted #bdbab4;
    clear:both;
}

div.my_timberland ul.form li label{
    float:left;
    width:150px;
    padding:4px 0 0 0;
}

div.my_timberland ul.form li label.radio{
    float:none;
}

div.my_timberland input.text,
div.winter_collection input.text{
    width:255px;
    height:20px;
    border:1px solid #b7ada1;
    background: url(../images/background_input_text.jpg) top left repeat-x;
}

div.my_timberland ul.form li select{
    width:258px;
    height:20px;
    border:1px solid #b7ada1;
}

div.my_timberland p.checkbox{
    font-size:10px;
    margin:10px 0 0 0;
}

div.my_timberland p.checkbox a{
    color:#4e4b45;
    text-decoration:underline;
}

div.my_timberland p.required{
    font-size:10px;
    margin:10px 0 0 0;
    color:#ff6409;
}

div.my_timberland input.submit{
    float:right;
    width:83px;
    height:22px;
    background: url(../images/bt_submit_confirm.jpg) top left no-repeat;
    border:none;
    cursor:pointer;
    font-weight:bold;
    color:#fff;
    margin-top:-18px;
}

div.hiddenlist p{
    margin-left:158px;
}

div.hiddenlist p label{
    float:none;
}

div#my_timberland div.hiddenblock{
    display:none;
}

div#my_timberland div.hiddenblock p.alert{
    color:#ff0000;
    margin-left:158px;
}

div#my_timberland div.hiddenblock p.alert_box{
    color:#ff0000;
    margin-left:8px;
}

.hiddencheckbox {
    margin-right:3px;
}

/***-----winter collection------***/

div#winter_collection div.row_left{margin: 46px 40px 0 0;}

div.winter_collection h3{
    padding:0 0 50px 40px;
    font-size:35px;
    color:#fff;
}

div.winter_collection span.sub_title
{
	display:block;
	font-size:23px;
}

div#winter_collection .hightlight
{
	font-size:14px;
	font-weight:bold;
}


div#winter_collection div.row_center{
	margin:0 auto;
	width:515px;
}

div#winter_collection div.row_center h4,
div#winter_collection div.row_left h4,
div#winter_collection div.row_center p,
div#winter_collection div.row_center a
{ color:#fff;}

div#winter_collection div.row_center p.explanation,
div#winter_collection div.row_center a#download_leaflet
{ font-weight:bold;}

div#winter_collection div.row_center div.description_content
{
	float:left;
	width:302px;
}

div#winter_collection div.row_center a#download_leaflet
{
	background-image:url(../images/bt_download.png);
	display:block;
	font-size:14px;
	margin-left:25px;
	padding:5px 0;
	text-align:center;
	text-transform:uppercase;
	width:224px;
}

div#winter_collection div.row_center p.explanation
{
	clear:right;
	font-style:italic;
	margin-bottom:60px;
	padding-top:35px;
}

div#winter_collection div.row_center h4,
div#winter_collection div.row_left h4
{
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
	text-transform:uppercase;
}

div#winter_collection div.row_left p,
div#winter_collection div.row_left h4,
div#winter_collection div.row_left ul
{ margin-bottom:15px; }

div#winter_collection div.row_center h4
{
	clear:both;
	text-align:center;
}

div#winter_collection div.img_content{ float:left; }

div#winter_collection{ background:#d26c22 url(../images/background_winter_bottom.png) bottom left repeat-x; }

/***-----my timberland access------***/

div.my_timberland .my_timberland_access
{
	margin-top:15px;
}

div.my_timberland .my_timberland_access form,
div.winter_collection .my_timberland_access form
{
    text-align:center;
}

div.my_timberland .my_timberland_access input.text,
div.winter_collection .my_timberland_access input.text{
    display:block;
    margin:5px auto 0 auto;
    color:#000;
}

div.my_timberland .my_timberland_access h4,
div.winter_collection .my_timberland_access h4
{
    font-size:20px;
    font-weight:lighter;
    color:#4e4b46;
    padding:24px 0 12px 0;
}

div.my_timberland .my_timberland_access p.lost_password,
div.winter_collection .my_timberland_access p.lost_password{
    width:255px;
    height:20px;
    margin:12px auto 0 auto;
    text-align:left;
}

div.my_timberland .my_timberland_access p.lost_password a,
div.winter_collection .my_timberland_access p.lost_password a
{
    display:block;
    color:#4e4b46;
}

div.my_timberland .my_timberland_access p.lost_password input,
div.winter_collection .my_timberland_access p.lost_password input{
    float:right;
    width:56px;
    height:19px;
    background: url(../images/bt_submit_ok.gif) top left no-repeat;
    color:#FFF;
    border:none;
    margin-top:-15px;
    cursor:pointer;
}

div.my_timberland .my_timberland_access p.join,
div.winter_collection .my_timberland_access p.join{
    clear:both;
    width:390px;
    margin:30px auto 0 auto;
    padding:30px 0;
    border-top:1px dotted #7c766a;
    font-size:18px;
}

div.my_timberland .my_timberland_access p.join a,
div.winter_collection .my_timberland_access p.join a
{
    display:block;
    color:#fff;
    width:133px;
    height:42px;
    line-height:42px;
    background: url(../images/bt_inscription.jpg) top left no-repeat;
    margin:30px auto 0 auto;
}

/***-----my selection------***/

div#my_selection {
    padding:0 0 150px 65px;
    background: url(../images/background_myselection_bottom.jpg) bottom left no-repeat;
    min-height:160px;
}

div#my_selection img.title{
    display:block;
    margin:0 0 8px 20px;
}

div.my_selection h3{
    padding:0 0 50px 160px;
    font-size:35px;
    color:#fff;
}

div.my_selection h3 span{
    font-size:13px;
    vertical-align:top;
}

div.my_selection h4{
    padding:30px 0 0 0;
}

div.my_selection h4.first{
    padding:0 0 0 0;
}

ul#nav_myselection {
    height:70px;
    margin:30px 0 0 0;
    padding:0 0 0 75px;
    background: url(../images/background_menu_myselection.jpg) bottom left repeat-x;

}

ul#nav_myselection li{
    float:left;
    display:inline;
    height:26px;
    padding:0 0 0 25px;
    margin:0 20px 0 0;
    background: url(../images/background_tabs_myselection_left.jpg) top left no-repeat;
}

ul#nav_myselection li a, ul#nav_myselection li span{
    float:left;
    display:inline;
    height:26px;
    line-height:26px;
    padding:0 25px 0 0;
    color:#fff;
    font-size:12px;
    font-weight:bold;
    background: url(../images/background_tabs_myselection_right.jpg) top right no-repeat;
}

table.my_selection{
    width:100%;
    text-align:left;
    color:#4e4b45;
    font-size:12px;
    margin:3px 0 0 0;
}

table.my_selection a{
    color:#4e4b45;
}

table.my_selection tr th{
    font-size:13px;
    height:26px;
    background: url(../images/background_table_header_myselection.jpg) top left repeat-x;
    border-bottom:1px dotted #bdbab4;

}

table.my_selection tr td{
    padding:3px 7px;
    border-bottom:1px dotted #bdbab4;
}

table.my_selection tr th.reference{
    width:110px;
}

table.my_selection tr th.product_range{
    width:170px;
}

table.my_selection tr th.catalog_links{
    width:100px;
}

table.my_selection tr th.download, table.my_selection tr td.download{
    width:100px;
    text-align:center;
}

table.my_selection tr th.firstcol, table.my_selection tr td.firstcol{
    padding-left:10px;
}

table.my_selection tr td.image{
    text-align:center;
    width:65px;
}

table.my_selection tr td.image img{
    border:1px solid #a6a5a2;
}

table.my_selection tr td.image_catalogues{
    text-align:center;
    vertical-align:top;
    width:160px;
    padding-top:10px;
}

table.my_selection tr td.image_catalogues img{
    border:1px solid #a6a5a2;
}

div.my_selection form{
    color:#4E4B45;
}

div.my_selection ul.form{
    margin:20px 0 0 0;
    padding:0 0 20px 0;
    border-top:1px dotted #bdbab4;
}

div.my_selection ul.form li{
    padding:5px 0;
    border-bottom:1px dotted #bdbab4;
    clear:both;
}

div.my_selection ul.form li label{
    float:left;
    width:150px;
    padding:4px 0 0 8px;
}

div.my_selection ul.form li label.radio{
    float:none;
}

div.my_selection input.text{
    width:255px;
    height:20px;
    border:1px solid #b7ada1;
    background: url(../images/background_input_text.jpg) top left repeat-x;
}

div.my_selection ul.form li select{
    width:258px;
    height:20px;
    border:1px solid #b7ada1;
}

div.my_selection p.checkbox{
    font-size:10px;
    margin:10px 0 0 0;
}

div.my_selection p.checkbox a{
    color:#4e4b45;
    text-decoration:underline;
}

div.my_selection p.required{
    font-size:10px;
    margin:10px 0 0 0;
    color:#ff6409;
}

div.my_selection input.submit{
    float:right;
    width:83px;
    height:22px;
    background: url(../images/bt_submit_confirm.jpg) top left no-repeat;
    border:none;
    cursor:pointer;
    font-weight:bold;
    color:#fff;
    margin-top:-18px;
}


#btn-telecharger{
    text-align: right;
    margin-top: 10px;
}

#select_all{
    float: right;
    font-size: 12px;
    margin-top:-15px;
    position:absolute;
    right:20px;
}

#select_all a{
    color: #4E4B45;
    text-decoration: underline;
}

#select_all a:hover{
    color: #FF680F;
}

/***-----MENU LEFT------***/

div#menu_left {
    float:left;
    display:inline;
    width:190px;
    margin:94px 0 0 20px;
    padding-bottom:80px;
}

div#menu_left h2{
    font-size:11px;
    margin:0 0 0 5px;
    color:#312a1e;
}

ul#nav_range {
    list-style-type: none;
    width: 188px;
    font:normal 0.7em Arial, Helvetica, sans-serif;
    border-bottom:1px solid #febe68;
    padding-bottom:4px;
}

ul#nav_range a {color:#000000;}

ul#nav_range li{list-style-type: none;}

ul#nav_range a, ul#nav_range span {
    display: block;
    text-decoration: none;
}

ul#nav_range li.toggleSubMenu, ul#nav_range li.noSubMenu{font-weight:bold;}

ul#nav_range li.toggleSubMenu a.opened{background: url(../images/background_nav_left_open.jpg) center left no-repeat;}

ul#nav_range li.noSubMenu{
    padding:0 0 0 13px;
    background: url(../images/background_nav_left_close.jpg) center left no-repeat;
}

#nav_range .toggleSubMenu a, #nav_range .toggleSubMenu span, #nav_range .simple_link a {
    background: url(../images/background_nav_left_close.jpg) center left no-repeat;
    padding:0 0 0 20px;
    margin:2px 0;
    height:39px;
    line-height:39px;
    color:#fff;
    text-transform:uppercase;
    font-size:9px
}

#nav_range .toggleSubMenu a.category_new{
    background: url(../images/background_nav_left_new_close.jpg) center left no-repeat;
}

#nav_range a.category_access{
    font-size: 1em !important;
}


#nav_range .open a.category_access{
    background: url(../images/background_nav_left_on.jpg) center left no-repeat !important;
}

#nav_range .open a.category_new{
    background: url(../images/background_nav_left_open.jpg) center left no-repeat;
}

#nav_range .simple_link a {font-weight:bold;}

#nav_range .open a, #nav_range .open span {background: url(../images/background_nav_left_open.jpg) center left no-repeat;}

#nav_range ul.subMenu {
    font-weight:normal;
    background:none;
}

#nav_range ul.subMenu a{
    background: url(../images/background_nav_left_submenu.gif) top left repeat-x;
    height:20px;
    line-height:19px;
    font-size:11px
}

#nav_range ul.subMenu li a:hover{
    background: url(../images/background_nav_left_submenu_current.jpg) top left no-repeat;
    color:#fff;
}

#nav_range ul.subMenu a.link_on {background: url(../images/background_nav_left_submenu_current.jpg) top left no-repeat;color:#fff;}
#nav_range ul.subMenu a.link_off {color:#534e4a;}

/***-----combobox search standard------***/

form#standard_list {
    margin:25px 0 0 0;
}

form#standard_list h2{
    padding:0 0 3px 0;
}

form#standard_list a{
    font-size:11px;
    color:#312a1e;
    padding:0 0 0 5px;
}

form#standard_list a:hover{
    text-decoration:underline;
}

.comboboxContainer_standard {
    background: url(../images/background_combobox_standard.jpg) top left no-repeat;
    outline:none;
    color:#fff;
    font-size:12px;
    font-weight:bold;
    width:188px;
}

.comboboxValueContainer_standard { }

.comboboxValueContent_standard {  padding:0 0 0 8px; }

.comboboxDropDownContainer_standard {
    background: transparent;
    overflow:hidden;
    cursor: pointer;
    outline:none;
    width:163px;
    border:1px solid #606060;
}

.comboboxDropDownButton_standard {
    width: 23px;
    height: 22px;
    background-image: url(../images/bt_combobox_standard.jpg);
    cursor:pointer;
}

.comboboxGroupItemHeader_standard {
    background: transparent;
    color: #fff;
}

.comboboxGroupItemContainer_standard {}

.comboboxItem_standard {
    background: #fff;
    color: #2d2d2d;
    text-transform:lowercase;
    padding:3px 4px;
}

.comboboxItemHover_standard {
    background-color: #ee8937;
    color: #fff;
}

/***product_nav***/

div.product_nav a.bt_zoom{
    float:left;
    height:27px;
    line-height:27px;
    padding-left:34px;
    font-size:11px;
    color:#000;
    background: url(../images/bt_zoom.jpg) top left no-repeat;
}

div.product_nav span.back {
    float:left;
    display:inline;
}

div.product_nav span.back a{
    float:left;
    display:inline;
}

div.product_nav span.print {
    float:right;
    display:inline;
}

div.product_nav span.print a{
    float:left;
    display:inline;
}

/***-----content_left------***/

div#content_left {
    float:left;
    display:inline;
    width:670px;
    margin:30px 0 0 35px;
}

/***-----dealer search - datasheet search------***/

form#search_dealer, form#search_datasheet {
    width:625px;
    height:136px;
    margin:60px 0 0 23px;
    background: url(../images/background_form_search_dealer.png) top left no-repeat;
}

form#search_dealer h3, form#search_datasheet h3{
    font-size:18px;
    font-weight:lighter;
    color:#fff;
    padding:18px 0 0 15px;
}

form#search_dealer span.black{
    color:#000;
}

form#search_dealer h3 acronym {
    font-size:11px;
    vertical-align:top;
}

form#search_dealer p {
    margin:8px 0 0 15px;
    color:#fff;
}

form#search_dealer ul, form#search_datasheet ul{
    margin:0 0 0 15px;
}

form#search_dealer li, form#search_datasheet li{
    float:left;
    display:inline;
}

form#search_dealer li label, form#search_datasheet li label{
    display:block;
    font-size:12px;
    font-weight:bold;
    color:#fff;
    padding:20px 0 3px 3px;
}

form#search_datasheet li input{ 
    margin:38px 5px 0 0;
    height:20px;
}
form#search_datasheet li label{ display:inline; }

form#search_dealer li input, form#search_datasheet li input#submit{
    display:block;
    position:absolute;
    width:90px;
    height:22px;
    line-height:22px;
    margin:38px 0 0 0;
    color:#fff;
    border:none;
    font-weight:bold;
    font-size:12px;
    cursor:pointer;
    background: url(../images/background_dealer_search_submit.jpg) top right no-repeat;
}

/***-----dealer search result------***/

div#dealer_search_result {
    margin:5px 21px 0 24px;
    border-top:1px dotted #605d58;
}

div#dealer_search_result p.required{
    padding:5px 0 0 10px;
    font-size:11px;
    color:#605d58;
}

div#dealer_search_result p.info_result{
    position:relative;
    height:19px;
    padding:10px 0 0 25px;
    font-size:16px;
    color:#000;
    font-weight:bold;
}

div#dealer_search_result p.info_result span{
    display:block;
    position:absolute;
    bottom:0;
    right:35px;
    font-size:11px;
    color:#000;
    font-weight:bold;
    text-transform:uppercase;
}

div#dealer_search_result p.info_result acronym {
    font-size:11px;
    vertical-align:top;
}

div#dealer_search_result div.round_corner_top{
    margin-top:10px;
}

div#dealer_search_result table tr td.info{
    width:370px;
    vertical-align:top;
    border-right:1px solid #b4a99d;
}

div#dealer_search_result table tr td.info a{
    color:#ff711e;
}

div#dealer_search_result table tr td.family{
    height:105px;
    padding:0 0 0 10px;
    vertical-align:middle;
}

div#dealer_search_result table tr td.family img{
    display:block;
}

div#dealer_search_result table tr td h4{
    font-size:15px;
    color:#ff711e;
}

div#dealer_search_result table tr td p{
    font-size:12px;
    padding:4px 0 0 0;
}

div#dealer_search_result table tr td p.address{
    padding:4px 0 15px 0;
}

/***-----combobox dealer country------***/

.dealercountry_container {
    background: url(../images/background_combobox_dealer_country.jpg) top left no-repeat;
    outline:none;
    color:#000;
    font-size:11px;
    font-weight:normal;
    width:145px;
    margin:0 1px 0 0;
    padding:0;
}

.dealercountry_container #country_item{
    overflow: hidden;
    position: relative;
    width: 145px;
    height: 22px;
}

.dealercountry_container #country_item #dealercountry_content{
    padding:0 0 0 8px;
    overflow: hidden;
    float: left;
    position: absolute;
    cursor: default;
    width: 114px;
    height: auto;
    top: 3.5px;
}

.dealercountry_container #country_item #dealercountry_button{
    width: 23px;
    height: 22px;
    background-image: url(../images/bt_combobox_search_dealer.jpg);
    cursor:pointer;
    background-repeat: no-repeat;
    float: right;
    background-position: 0px 0px;
}

.dealercountry_container ul#dealercountry_select{
    background-color:#fff;
    margin: 0pt;
    overflow: auto;
    list-style-type: none;
    min-height: 15px;
    padding-top: 0pt;
    height: 300px;
    position: absolute;
    z-index: 20000;
    /*left: 218px;*/
    display: none;
    /*top: 318px;*/
    cursor: pointer;
    outline:none;
    width:144px;
    border:1px solid #606060;
    font-size:11px;
}

.dealercountry_container ul#dealercountry_select li{
    display:block;
    float:none;
    padding:2px;
}

.dealercountry_container ul#dealercountry_select li.on {
    background-color: #ee8937;
    color: #fff;
}

/***-----combobox dealer region------***/

div#dealerregion_container{
    background: url(../images/background_combobox_dealer.jpg) top left repeat-x;
    outline:none;
    color:#000;
    font-size:11px;
    font-weight:normal;
    /*width:225px;*/
    width:200px;
    margin:0 1px 0 0;
    padding:0;
    position:relative;
    z-index:99999;
}

div#dealerregion_container div#region_item{
    width: 23px;
    height: 22px;
    cursor:pointer;
    overflow: hidden;
    position: relative;
    /*width: 225px;*/
    width: 200px;
    height: 22px;
}

div#dealerregion_container div#region_item div#dealerregion_content{
    overflow: hidden;
    float: left;
    position: absolute;
    cursor: default;
    width: 114px;
    height: auto;
    top: 3.5px;
    padding:0 0 0 8px;
}

div#dealerregion_container div#region_item div#dealerregion_button{
    width: 23px;
    height: 22px;
    background-position: 0px 0px;
    background-image: url(../images/bt_combobox_search_dealer.jpg);
    cursor:pointer;
    float: right;
}

div#dealerregion_container ul#dealerregion_select{
    background-color:#fff;
    margin: 0pt;
    overflow: auto;
    list-style-type: none;
    min-height: 15px;
    padding-top: 0pt;
    max-height: 300px;
    position: absolute;
    z-index: 99999;
    /*left: 218px; */
    display: none;
    /*top: 318px;*/
    top:22px;
    cursor: pointer;
    outline:none;
    width:199px;
    border:1px solid #606060;
    font-size:11px;
}

div#dealerregion_container ul#dealerregion_select li{
    display:block;
    float:none;
    padding:2px;
}

div#dealerregion_container ul#dealerregion_select li.on {
    background-color: #ee8937;
    color: #fff;
}


/***-----combobox dealer range------***/
div#dealerrange_container{
    background: url(../images/background_combobox_dealer.jpg) top left repeat-x;
    outline:none;
    color:#000;
    font-size:11px;
    font-weight:normal;
    /*width:132px;*/
    width:157px;
    margin:0 1px 0 0;
}

div#dealerrange_container div#range_item{
    overflow: hidden;
    position: relative;
    /*width: 132px;*/
    width: 157px;
    height: 22px;
}

div#dealerrange_container div#range_item div#dealerrange_content{
    overflow: hidden;
    float: left;
    position: absolute;
    cursor: default;
    width: 130px;
    height: auto;
    top: 3.5px;
    padding:0 0 0 8px;
}

div#dealerrange_container div#range_item div#dealerrange_button{
    width: 23px;
    height: 22px;
    background-position: 0px 0px;
    background-image: url(../images/bt_combobox_search_dealer.jpg);
    cursor:pointer;
    float: right;
}

div#dealerrange_container ul#dealerrange_select{
    background-color: #fff;
    cursor: pointer;
    outline:none;
    width:156px;
    border:1px solid #606060;
    margin: 0pt;
    overflow: auto;
    list-style-type: none;
    min-height: 15px;
    padding-top: 0pt;
    position: absolute;
    z-index: 20000;
    /*left: 565px;*/
    display: none;
    font-size:11px;
}

div#dealerrange_container ul#dealerrange_select li{
    display:block;
    float:none;
    padding:2px;
}

div#dealerrange_container ul#dealerrange_select li.on {
    background-color: #ee8937;
    color: #fff;
}

/***-----focus------***/

div#focus {
    margin:55px 21px 0 24px;
}

div#focus h3{
    margin:0 0 10px 24px;
}

div.news_preview {
    margin-top:10px;
    padding:15px 28px 0 28px;
    border-top:1px dotted #7c7669;
}

div.news_preview p{
    color:#605D58;
    font-size:12px;
}

div.news_preview a{
    display:block;
    color:#FF680F;
    font-size:12px;
    text-decoration:underline;
}

div.news{
    margin-top:10px;
    padding:15px 26px 0 26px;
}

div.news h4{
    border-bottom:1px dotted #7c7669;
}

div.news a{
    color:#FF680F;
}

div.news p{
    margin:20px 0 0 0;
    font-size:12px;
    color:#605d58;
    clear:both;
}

div.news p img{
    float:left;
    margin:0 20px 20px 0;
}

div.news_nav {
    padding:10px 20px 0 20px;
}

div.news_nav span.back {
    float:left;
    display:inline;
}

div.news_nav span.back a{
    float:left;
    display:inline;
}

/***-----corporate------***/

div#corporate {
    margin:220px 21px 0 24px;
}

div#corporate table li {
    color:#605d58;
    font-size:12px;
    margin:0 0 0 40px;
}

div#corporate table li table {
    width:320px;
    margin:20px 0 0 30px;
}

div#corporate table li table tr td {
    padding:0 0 0 15px;
}

div#corporate table img {
    margin:0 0 0 10px;
}

div#corporate table img.left {
    margin:0 10px 0 0;
}

div#corporate h3 {
    position:relative;
}

div#corporate h3 sup {
    font-size:12px;
}

div#corporate h3 img{
    display:block;
    position:absolute;
    top:-47px;
    right:0;
}

div#corporate h3 img.inbox{
    top:-10px;
}

div#corporate h4{
    margin:20px 0 0 0;
}

div#corporate p{
    margin:20px 0 0 0;
    color:#605d58;
    text-align:justify;
}

div#corporate ul{
    margin:20px 0 0 15px;
    color:#605d58;
    text-align:justify;
    font-size:14px;
}

div#corporate p img{
    float:left;
    margin:0 20px 0 0;
}

div#corporate p.image_right img{
    float:right;
    /*margin:0 0 0 20px;*/
    margin:0;
    padding:0 0 0 20px;
}

/***-----legal contact, sitemap et credits ------***/

div#corporate div.legal p, div#corporate div.contact p, div#corporate div.credits p {
    margin-top:8px;
}

div#corporate div.legal h4, div#corporate div.contact h4, div#corporate div.sitemap h4, div#corporate div.credits h4 {
    margin-top:30px;
    border-bottom:1px dotted #ccc;
}

div#corporate div.legal ul, div#corporate div.contact ul, div#corporate div.sitemap ul {
    font-size:12px;
    color:#605D58;
    margin-top:20px;
}

div#corporate div.legal ul li, div#corporate div.contact ul li, div#corporate div.sitemap ul li {
    padding:1px 0;
}

div#corporate div.legal ul span, div#corporate div.contact ul span {
    text-decoration:underline;
}

div#corporate div.legal a, div#corporate div.contact a, div#corporate div.credits a {
    color:#FF680F;
}

div#corporate div.legal a:hover, div#corporate div.contact a:hover, div#corporate div.credits a:hover{
    text-decoration:underline;
}

div#corporate div.legal h5, div#corporate div.contact h5, div#corporate div.sitemap h5, div#corporate div.credits h5 {
    margin-top:16px;
    color: #605D58;
    font-size:12px;
}

/***-----legal credits ------***/

div#corporate div.credits p {
    margin-top:12px;
}


div#corporate div.credits h6{
    margin-top:20px;
    color: #605D58;
    font-size:18px;
}

div#corporate div.credits ul{
    font-size:12px;
    color:#605D58;
    margin:12px 0 0 0px;
}

div#corporate div.credits ul li{
    padding:4px 0;
}


/***-----sitemap------***/

div#corporate div.column {
    float:left;
    display:inline;
    width:267px;
    margin:0 0 10px 0;
}

div#corporate div.sitemap div.first {
    margin-right:50px;
}

div#corporate div.column h4 a{
    color:#FF680F;
}

div#corporate div.column ul{
    margin-top:8px;
    padding-left:3px;
    color:#605D58;
}

div#corporate div.column ul a{
    color:#605D58;
}

div#corporate div.column ul a:hover{
    color:#FF680F;
}

div#corporate div.column ul.sousliste{
    margin-top:0px;
    padding-left:3px;
    color:#605D58;
}

div#corporate div.column ul.sousliste a{
    color:#605D58;
}

div#corporate div.column ul.sousliste a:hover{
    color:#FF680F;
}

/***-----highlight------***/

div#highlight {
    float:right;
    display:inline;
    width:210px;
    margin:18px 15px 20px 0;
}

div#highlight img{
    display:block;
    margin:0 0 10px 0;
}

/***-----content_right------***/

div#content_right {
    float:left;
    display:inline;
    width:670px;
    margin:30px 0 0 52px;
}

div#content_right h3{
    margin:20px 0 0 0;
}

div#content_right p.product_name, div#content_right p.family_baseline{
    font-size:16px;
    font-weight:bold;
    padding:8px 0;
}

div#content_right p.product_name span{
    display:block;
}

div#content_right #datasheet_img{
    float:left;
    margin-top:15px;
    position: relative;
    zoom:1;
}

div#content_right #datasheet_img span#top{
    display: block;
    background-image: url(../images/border_img_top.png);
    position: absolute;
    top:0;
    left:0;
    width: 56px;
    height: 59px;
}

div#content_right #datasheet_img span#bottom{
    display: block;
    background-image: url(../images/border_img_bottom.png);
    position: absolute;
    bottom:0;
    right:0;
    width: 56px;
    height: 59px;
}

div#content_right .product_nav{
    clear:both;
}

div#content_right p.family_description {
    padding-right:200px;
}

div#content_right p.instruction {
    font-size:12px;
    font-weight:bold;
    margin:35px 0;
}

/***product tools***/
table.product_tools{
    width:100%;
    margin:10px 0 0 0;
}

table.product_tools tr th{
    font-size:11px;
    font-weight:bold;
    text-align:left;
}

table.product_tools tr td{
    font-size:12px;
    text-align:left;
    vertical-align:top;
}

table.product_tools tr td.details{
    font-size:12px;
    font-weight:bold;
    vertical-align:bottom;
    width:355px;
}

table.product_tools tr td.details span{
    display:block;
    margin-top:3px;
    font-size:15px;
    color:#ff5f04;
}

table.product_tools tr th.selection{
    width:60px;
    padding:0 10px 0 0;
    border-right:1px solid #000;
}

table.product_tools tr th.selection span{
    padding:0 0 0 13px;
    background: url(../images/picto_selection.gif) center left no-repeat;
}

table.product_tools tr td.selection{
    padding:0 0 0 10px;
    border-right:1px solid #000;
    padding:0 10px 0 0;
}

table.product_tools tr th.download{
    width:240px;
}

table.product_tools tr th.download span{
    display:block;
    margin-left:10px;
    padding:0 0 0 13px;
    background: url(../images/picto_download.gif) center left no-repeat;
}

table.product_tools tr td.download{
    width:240px;
}

table.product_tools tr td.download span.button_grey{
    float:left;
    display:inline;
    margin-left:10px;
}

table.product_tools tr td.download span.button_grey a{
    float:left;
    display:inline;
    width:100px;
}

/***product spec***/

table.product_spec{
    width:100%;
    margin:10px 0 20px 0;
    background: url(../images/background_table_spec.gif) top left no-repeat;
}

table.product_spec tfoot{
    background: url(../images/background_table_spec_footer.gif) top left no-repeat;
}

table.product_spec tr th{
    text-align:left;
    font-size:12px;
    padding:27px 13px 0 13px;
}

table.product_spec tr td{
    font-size:11px;
    padding:7px 13px;
    vertical-align:top;
}

table.product_spec tfoot tr td{
    padding:0;
    margin:0;
}

table.product_spec tr td.color_images, table.product_spec tr td.size_images, table.product_spec tr td.technolohie_images{
    padding:0 13px 7px 13px;
}

table.product_spec tr td.technolohie_images img.tool {
    cursor: pointer;
    float:left;
    display:block;
    padding:0 4px 4px 0;
}

table.product_spec tr td.color_images div {
    float:left; 
    margin-right:4px; 
    width:45px; 
    height:45px; 
    background-color: #FFFFFF;
}

table.product_spec tr td.color_images div.current {
    float:left;
    margin-right:4px;
    width:41px;
    height:41px;
    border:2px solid #EE7D28;
    background-color: #FFFFFF;
}

table.product_spec tr th.color, table.product_spec tr th.size{
    background: url(../images/table_spec_border.gif) top right no-repeat;
}

table.product_spec tr td.color, table.product_spec tr td.size,
table.product_spec tr td.color_images, table.product_spec tr td.size_images {
    background: url(../images/table_spec_border_pix.gif) top right repeat-y;
}

table.product_spec tr td.color_images div.color_border {
    background:none;
    height:35px;
    width:35px;
    float:left;
    overflow:hidden;
    border:2px solid #FF6600;
}

table.product_spec tr td.color_images div.sister_color_container {
    /*border:2px solid #ccc;*/
    width: 35px;
    height: 35px;
    margin: 0 8px 4px 0;
}

table.product_spec tr td.color_images div.sister_color_container a {
    display: block;
    height: 35px;
}

table.product_spec tr td.color_images div.sister_color_container a img {
    width: 35px;
    height: 35px;
    border:2px solid #ccc;
}

table.product_spec tr td.size{
    font-size:16px;
    font-weight:bold;
    color:#ff9805;
}

table.product_spec tfoot tr td{
    padding:0;
}

table.product_spec tr td.color span, table.product_spec tr td.technologie span{
    display:block;
}

div#content_right h4{
    font-size:18px;
    font-weight:lighter;
    padding:0 0 20px 0;
    color:#000;
    background: url(../images/background_h4.jpg) bottom left repeat-x;
}

div#content_right div.description{
    font-size:12px;
    margin:20px 0;
    color:#5b5653;
}

/***sub family gellery***/

div.thumb_container {
    float: left;
    position: relative;
    height: 215px;
}

div.thumb_container ul{
    bottom: 20px;
    left: 28px;
    position: absolute;
}

div.thumb_container ul li{
    float: left;
}

div.thumb_container ul li a{
    border: 1px solid #fff;
    display: block;
    float: left;
    height: 15px;
    margin: 0 3px 0 0;
    overflow: hidden;
    width: 15px;
}

a.thumb {
    float:left;
    display:inline;
    width:178px;
    height:170px;
    margin:0 0 10px 20px;
    background: url(../images/background_thumb.jpg) top left no-repeat;
}

a.thumb_big {
    float:left;
    display:inline;
    width:178px;
    height:203px;
    margin:0 0 10px 20px;
    background: url(../images/background_thumb_big.jpg) top left no-repeat;
    position: relative;
}

a:hover.thumb {
    background: url(../images/background_thumb_over.jpg) top left no-repeat;
}

a:hover.thumb_big,
a.thumb_on {
    background: url(../images/background_thumb_over_big.jpg) top left no-repeat;
}

a.thumb img,
a.thumb_big img{
    display:block;
    position:absolute;
    margin:5px 0 0 20px;
}

a.thumb_big img.new_product{
    margin: 0;
    top: 12px;
    left: -1px;
}

a.thumb_big img.femmes{
    margin: 0;
    top: 12px;
    left: -1px;
}

span.new_product{
    position: relative;
}

span.new_product img{
    left:-21px;
    top:23px;
}

a.thumb span.description,
a.thumb_big span.description,
div#content_right a.thumb div.description,
div#content_right a.thumb_big div.description{
    display:block;
    position:absolute;
    width:164px;
    height:38px;
    margin:126px 0 0 2px;
    padding:4px 5px 0 5px;
    font-size:11px;
    background:#000;
    filter : alpha(opacity=50);
    -moz-opacity : 0.5;
    opacity : 0.5;
    color:#fff;
}

div#content_right a.thumb_big div.description{
    background: #777;
    filter : alpha(opacity=80);
    -moz-opacity : 0.8;
    opacity : 0.8;
}

div#content_right a.thumb_big div.description p{
    overflow: hidden;
}

a.thumb_big span.description,
div#content_right a.thumb_big div.description { height: 71px; }

a:hover.thumb span.description,
a:hover.thumb_big span.description,
div#content_right a:hover.thumb_big div.description{
    background:#fd5f02;
    filter : alpha(opacity=75);
    -moz-opacity : 0.75;
    opacity : 0.75;
}

div#content_right a.thumb_on div.description{
    background:#fd5f02;
    filter : alpha(opacity=75);
    -moz-opacity : 0.75;
    opacity : 0.75;
}

a.thumb span.description span,
a.thumb_big span.description span{
    display:block;
    margin:4px 0 0 0;
    color:#ff9404;
}

div#content_right a.thumb_big div.description span{
    color:#000;
}

a:hover.thumb span.description span,
a:hover.thumb_big span.description span{
    color:#fff;
}

div.gallery_nav{
    margin:10px 76px 10px 20px;
}

div.gallery_nav span.next {
    float:right;
    display:inline;
}

div.gallery_nav span.next a{
    float:left;
    display:inline;
}

div.gallery_nav span.back {
    float:left;
    display:inline;
}

div.gallery_nav span.back a{
    float:left;
    display:inline;
}


/***-----footer------***/

div#footer {
    position:relative;
    margin:1px 0 0 0;
    clear:both;
}

ul#menu_footer {
    height:27px;
    background: url(../images/background_menu_footer.jpg) top right no-repeat;
}

ul#menu_footer li{
    float:left;
    display:inline;
    line-height:27px;
    text-align:center;
}

ul#menu_footer li a{
    display:block;
    width:114px;
    height:27px;
    text-indent:-9999px;
    background-position: top left;
}

ul#menu_footer li a:hover{
    background-position: bottom left;
}

ul#menu_footer li.language a.active{
    background-position: 0 54px;
}

ul#menu_footer li.language a{
    width:167px;
    margin-right:1px;
}

li.language div#choose_language {
    position:absolute;
    width:167px;
    /*height:42px;*/
    /*padding:8px 0 0 0;*/
    height:50px;
    background:#fff;
    top:-53px;
    left:-1px;
    text-align:left;
    border:1px solid #333;
}

ul#menu_footer li.language div#choose_language span{
    margin:0 0 0 22px;
    padding:0 0 0 20px;
    display:block;
}

ul#menu_footer li.language div#choose_language table img{
    display:inline;
    margin:0 5px 0 0;
}

ul#menu_footer li.language div#choose_language a{
    width:123px;
    height:20px;
    line-height:20px;
    background: none;
    color:#000;
    text-indent:0px;
    /*margin:0 0 0 22px;*/
    /*padding:0 0 0 20px;*/
    display:inline;
}

ul#menu_footer li.language div#choose_language a:hover{
    text-decoration:underline;
}

ul#menu_footer li.language div#choose_language a.france{
    background: url(../images/flag_france.gif) center left no-repeat;
}

ul#menu_footer li.language div#choose_language a.emea{
    background: url(../images/flag_emea.gif) center left no-repeat;
}

div#footer p{
    clear:both;
    text-align:center;
    margin:18px 0 0 0;
    color:#7c766a;
    font-size:10px;
}

div#footer p a, div#footer p a:hover {
    color:#7c766a;
    text-decoration:none;
}

img.baseline{
    vertical-align:middle;
    margin:0 2px 2px 0;
}

div.my_timberland div.hiddenlist label{
    float:none;
}

#easyTooltip{
    padding:5px;
    border:1px solid #ccc;
    background:#f1f1f1;
}


.picto_nouveaute{
    margin-left:-3px;
    margin-top:35px;
    position:absolute;
    z-index:1;
}

.picto_femme{
    margin-left:-3px;
    margin-top:5px;
    position:absolute;
    z-index:1;
}

#logo_red_honeywell_footer{
	float: right; 
	margin: 5px 33px 5px 0pt;
}

#logo_red_honeywell_footer img {width: 97px;}
/**** expoprotection page ****/

div.expoprotection {
    background:url(../images/background_expoprotection_top.jpg) top left no-repeat;
}

div.expoprotection div.round_corner_bottom {
    padding:0 15px 20px;
}

div.expoprotection div#content_bottom {
    clear:both;
    height:40px;
    background:url(../images/background_dealer_bottom.jpg) top left no-repeat;
}

div.expoprotection div#content_left {
    display:inline;
    float:left;
    margin:78px 0 0 58px;
    width:670px;
}

div.expoprotection div#content_left h4{
    font-size: 17px;
    margin-left:3px;
}

div.expoprotection div#content_left #logo_salon{
    background:url("../images/expoprotection_logo_salon.jpg") no-repeat;
    display:block;
    height:55px;
    left:100px;
    position:absolute;
    top:58px;
    width:172px;
}

div.expoprotection div#content_left #infos_salon{
    color:#4e4b4b;
    font-size: 14px;
    margin-top:45px;
}

div.expoprotection div#content_left #infos_salon a{
    color:#4e4b4b;
}

div.expoprotection div#content_left #infos_salon a:hover{
    color:#FF680F;
}

div.expoprotection div#content_left #infos_salon span{
    font-size: 12px;
}

div.expoprotection div#content_left #venez_jouer{
    background:url("../images/expoprotection_venez_jouer.jpg") no-repeat;
    display:block;
    height:104px;
    position:absolute;
    right:10px;
    top:68px;
    width:315px;
}

div.expoprotection div#content_left .title{
    color:#FF680F;
    font-size: 16px;
    font-weight: bold;
    margin-top: 42px;
}

div.expoprotection div#content_left #products_img{
    height: 170px;
    margin-top: 15px;
    width: 595px;
}

div.expoprotection p{
    color: #4e4b4b;
    font-size: 12px;
    margin-top: 15px;
    text-align: justify;
}

div.expoprotection div#content_left .link{
    font-size:12px;
    margin-top:15px;
    text-align:right;
}

div.expoprotection div#content_left .link a{
    color:#FF680F;
    text-decoration: underline;
}

div.expoprotection div#content_left .link a:hover{
    color: #4e4b4b;
}

div.expoprotection div#content_left #hampton .img{
    float: left;
    margin-left: -14px;
    margin-top:95px;
    width:217px;
}

div.expoprotection div#content_left #hampton .description{
    float: left;
    width:392px;
}

div.expoprotection div#content_left #eurohiker .img{
    float: right;
    margin-top:30px;
    width:150px;
}

div.expoprotection div#content_left #eurohiker .description{
    float: left;
    width:430px;
}

div.expoprotection div#content_left #waterville .img{
    float: left;
    margin-left: -14px;
    margin-top:85px;
    width:217px;
}

div.expoprotection div#content_left #waterville .description{
    float: left;
    width:392px;
}

div.expoprotection div#content_left .title_bottom{
    clear: both;
    color:#FF680F;
    font-size: 16px;
    font-weight: bold;
    padding-top:35px;
    margin-top: 50px;
    text-align:center;
}

div.expoprotection div#content_left .title_bottom a{
    color:#FF680F;
    display:block;
    font-size:16px;
    font-weight:normal;
    margin-top:10px;
    text-decoration:underline;
}

div.expoprotection div#content_left .title_bottom a:hover{
    color:#4e4b4b;
}


#imgLibrairy{
    position:absolute;
    border:1px solid #000;
    background:#333;
    padding:5px;
    display:none;
    color:#fff;
}

.library_image td{
    width: 185px;
    vertical-align: top;
    padding: 15px 7px 10px !important;
}

.library_image td img.visuel{
    width: 180px;
}

