html, body, fieldset{height:100%;}

/*custom*/


/* general rules */
li {
  list-style: none;
}

table {
  width: 100%;
}

br.clear {
  clear: both;
  float: none;
}

strong {
  font-weight: bold;
}
a{
	text-decoration: none;
	color: #666;
}
#container .center a {
	text-decoration: underline;
	color: #666;
}
a.red_arrow {
  font-weight: bold;
  padding-left: 12px;
  background: url(/images/bullets/arrow_right_red.gif) no-repeat left center;
}
a:hover {
  color: black !important;
}

p {
  margin: 10px 0;
}

table.dotted {
  margin-bottom: 5px;
}
table.dotted th {
  font-weight: bold;
  padding-right: 3px;
  width: 1px;
}
table.dotted th span {
  white-space: nowrap;
}
table.dotted td {
  background: url(/images/shared/dots_grey.gif) repeat-x right 10px;
}

ul.red {
  padding-left: 10px;
}
ul.red.bold {
  font-weight: bold;
}
ul.red li {
  line-height: 13px;
  padding: 5px 0 0 12px;
  background: url(/images/bullets/arrow_right_red.gif) no-repeat left 8px;
}
ul.red li a:hover {
  color: black;
}
ul.red li.active a {
  color: #AC0414;
}
ul.red li ul li {
  line-height: 12px;
  padding: 6px 0 0 10px;
  font-weight: normal;
  background: url(/images/bullets/dots_subitem.gif) no-repeat left top;
}
ul.red li ul li.active a {
  color: #ac0414;
}
ul.red li ul li.plus a {
  color: #666;
  padding-left: 12px;
  background: url(/images/bullets/plus.gif) no-repeat left 2px;
}

ul.rel_dl {
  padding-bottom: 15px;
}
ul.rel_dl li {
  background: url(/images/icons/mimes.gif) no-repeat;
  padding-left: 25px;
  margin: 5px 0 11px;
}
ul.rel_dl li.pdf {
  background-position: 0 0;
}
ul.rel_dl li.cad {
  background-position: 0 -50px;
}
ul.rel_dl li.video {
  background-position: 0 -100px;
}

h2 {
  background: url(/images/gradients/h2_gradient.png) repeat-x center bottom;
  font-size: 1.63em;
  font-weight: bold;
  color: black;
  padding: 10px 15px;
  margin: 0 5px 10px;
}

h3 {
  color: black;
  font-size: 1.36em;
  font-weight: bold;
  margin-bottom: 10px;
}
h3.option {
  padding-left: 18px;
  background: url(/images/bullets/asterisk.gif) no-repeat left 2px;
}

h4 {
  font-weight: bold;
  font-size: 1em;
}
h4.ceiling {
  background: url(/images/features/ceiling.gif) no-repeat left center;
  line-height: 42px;
  padding-left: 54px;
}

.img_border {
  float: left;
  padding: 1px;
  border: 1px solid #ccc;
  margin-right: 10px;
  line-height: 0;
  font-size: 0;
  display:inline
}

/* boxes */
.box1 {
  border: 1px solid;
  border-color: #ccc;
}
.box1 a {
  padding-right: 9px;
}
.box1 a strong {
  font-weight: normal;
  color: #AC0414;
}
.box1 .box1_inner {
  border: 1px solid white;
  padding: 7px 20px 7px 7px;
}
.box1 .box1_inner#people {
  background: url(/images/boxes/people.jpg) no-repeat left center;
}
.box1 .box1_inner#robot {
  background: url(/images/boxes/robot.jpg) no-repeat left center;
}

/* HEADER STYLES WITH LEFT COLUMN */ 

.box2 .top {
  height: 10px;
  background: url(/images/boxes/product_top.png) no-repeat center bottom;
}
.box2 .content {
  padding: 8px 15px;
  background: url(/images/boxes/product_middle.png) repeat-y center center;
}
.box2 .bottom {
  height: 10px;
  background: url(/images/boxes/product_bottom.png) no-repeat center top;
}

/* HEADER STYLES WITH NO LEFT COLUMN */ 
h2.large {
  background: url(/images/gradients/h2_gradient.png) repeat-x center bottom;
  font-size: 1.63em;
  font-weight: bold;
  color: black;
  padding: 10px 15px;
  margin:  0 5px 10px 185px;
}
.boxLarge
{
    margin-left: 180px;    
}
.boxLarge .top {
  height: 10px;
  background: url(/images/boxes/product_top.png) no-repeat center bottom;
}
.boxLarge .content {
  padding: 8px 26px;
  background: url(/images/boxes/product_middle.png) repeat-y center center;
}
.boxLarge .bottom {
  height: 10px;
  background: url(/images/boxes/product_bottom.png) no-repeat center top;
}

/* base */
html {
  height: 100%;
}

/*body {
  background-color: #eee;
  color: #666;
  font-family: arial, helvetica, sans-serif;
  font-size: 11px;
  height: 100%;
}*/
body {
  color: #666;
  font-family: arial, helvetica, sans-serif;
  font-size: 11px;
  height: 100%;
  background: #eee url(../images/shared/background.gif) repeat-y center top;
}
/* maincontainer 
#maincontainer {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  min-height: 100%;
}*/

#maincontainer {
  position: relative;
  width: 1000px;
  /*margin: 0 auto;*/
  /*min-height: 100%;*/
	min-height:100%;
	height:auto !important;
	height: 100%;
	margin:0 auto -70px;

}

/* header */
#header {
  background: url(/images/shared/background_header.gif) no-repeat left top;
  height: 92px;
  position: relative;
}
#header #fanuc {
  position: absolute;
  left: 10px;
  top: 24px;
}
#header #yellow {
  position: absolute;
  right: 9px;
  top: 17px;
}

/* top menu */
#menu_top {
  margin: 1px 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #ccc;
  padding: 10px 0;
  position: relative;
  z-index: 2;
  /* level 1 submenu */
}
#menu_top li {
  color: #666;
  float: left;
  font-weight: bold;
  padding: 0 10px;
  border-right: 1px solid;
  border-color: #666;
  position: relative;
}
#menu_top li.last {
  border: none;
}
#menu_top li.country, #menu_top li.active a, #menu_top li a:hover {
  color: black;
}
#menu_top li.parent a {
  background: url(/images/bullets/arrow_down_grey.gif) no-repeat right center;
  padding-right: 12px;
}
#menu_top li.parent.active a, #menu_top li.parent a:hover {
  background-image: url(/images/bullets/arrow_down_black.gif);
}
#menu_top li a {
  color: #666;
}
#menu_top li.hover ul.submenu, #menu_top li.hover .arrow_up {
  display: block !important;
}
#menu_top ul.left li {
  float: left;
}
#menu_top ul.right li {
  float: right;
}
/*#menu_top .arrow_up {
  height: 13px;
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: 11px;
  background: url(/images/bullets/arrow_up_white.gif) no-repeat 6px bottom;
  z-index: 3;
}*/
#menu_top .arrow_up {
  height: 13px;
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: -1000px;
  background: url(../images/bullets/arrow_up_white.gif) no-repeat 6px bottom;
  z-index: 3;
}
/*#menu_top ul.submenu {
  position: absolute;
  background-color: white;
  left: 0;
  top: 23px;
  border: 1px solid #e0e0e0;
  z-index: 2;
}
#menu_top ul.submenu li {
  white-space: nowrap;
  float: none;
  position: relative;
  padding: 5px;
  border: none;
}*/
#menu_top ul.submenu {
  position: absolute;
  background-color: white;
  left: 0;
  top: -1000px;
  border: 1px solid #e0e0e0;
  z-index: 2;
}
#menu_top ul.submenu li {
    border:medium none;
    float:none;
    padding:1px; /*(espace entre le bord du menu et le lien qui change de couleur au survol)*/
    position:relative;
    white-space:nowrap;
}
#menu_top ul.submenu li a {
  display: block;
  color: #666;
  background: url(/images/bullets/arrow_right_red.gif) no-repeat 8px center !important;
  padding-left: 17px;
  line-height: 20px;
}
#menu_top ul.submenu li.hover a {
  background-color: #ddd !important;
  color: black;
}
#menu_top ul.submenu li .arrow_side {
  display: none;
  background: url(/images/bullets/arrow_right_white.gif) no-repeat left top;
  width: 9px;
  height: 16px;
  position: absolute;
  right: -9px;
  top:2px;/*5px Frederick */
  z-index: 2;
}
#menu_top ul.submenu li.hover .subsubmenu, #menu_top ul.submenu li.hover .arrow_side {
  display: block !important;
}
#menu_top ul.submenu ul.subsubmenu {
  position: absolute;
  top: 0;
  background-color: white;
  border: 1px solid #ccc;
}
#menu_top ul.submenu ul.subsubmenu li {
  float: none;
}
#menu_top ul.submenu ul.subsubmenu li a {
  background-color: white !important;
  color: #666;
}
#menu_top ul.submenu ul.subsubmenu li.hover a {
  background-color: #ddd !important;
  color: black;
}

/* container */
#container {
  width: 1000px;
  margin: 0 auto;
  line-height: 15px;
  position: relative;
  z-index: 1;
  background: url(/images/gradients/background_container.gif) repeat-x center 1px;
  /* right column */
  /* center column */
  /* floating lis */
}
#container .right {
  float: right;
  width: 175px;
  border-left: 1px solid white;
  background: url(/images/gradients/right_bottom_gradient.gif) no-repeat left bottom;
  background-color: #ccc;
  padding-left: 1px;
  margin-left: 8px;
  position: relative;
  top: -1px;
  /* left column */
}
#container .right .inner {
  border: 1px solid white;
  background: white url(/images/gradients/background_right.gif) repeat-x center 1px;
  padding: 20px 5px 0 5px;
}
#container .right form#search {
  padding: 5px 0 10px;
}
#container .right form#search input.submit {
  float: right;
}
#container .right form#search input.string {
  width: 130px;
  border: 1px solid;
  border-color: #ddd;
  height: 18px;
}
#container .left {
  float: left;
  width: 180px;
  padding: 30px 10px 0 5px;
}
#container .left #ask_support, #container .ask_support {
  display: block;
  line-height: 45px;
  padding-left: 50px;
  background: url(/images/buttons/ask_support.gif) no-repeat left center;
  font-weight: bold;
  color: black;
  margin-bottom: 25px;
}
#container .left #ask_support strong, #container .ask_support strong {
  color: #ac0414;
}
#container .center {
  overflow: hidden;
  padding-top: 30px;
  /* tabs */
}
#container .center .dotted_block {
  background: url(/images/shared/dots_grey.gif) repeat-x center bottom;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
#container .center .dotted_block.top {
  background-position: center top;
  padding-bottom: 30px;
  margin-bottom: 0;
  padding-top: 15px;
}
#container .center #breadcrumb {
  padding: 3px 2px;
}
#container .center #breadcrumb a, #container .center #breadcrumb span {
  font-weight: bold;
  text-decoration:none;
}
#container .center #breadcrumb span {
  color: #ac0414;
}
#container .center .print_link {
  float: right;
  font-size: 0.82em;
  color: #999;
  padding-left: 15px;
  margin-top: 3px;
  background: url(/images/icons/printer.gif) no-repeat left center;
  margin-left: 20px;
  text-decoration: none;
}
#container .center #product_summary {
  min-height: 200px;
  padding: 0 5px 0 301px;
  border-bottom: 1px solid #ccc;
  /*margin-bottom: 35px;*/
  position: relative;
  background: url(/images/backgrounds/summary.jpg) no-repeat left bottom;
}
#container .center #product_summary ul#features {
  position: absolute;
  right: 0;
  bottom: -9px;
}
#container .center #product_summary ul#features li {
  float: right;
  display: block;
  padding-top: 7px;
  margin: 0 10px;
  font-size: 1.09em;
  font-weight: bold;
}
#container .center #product_summary ul#features li.kg {
  background: url(/images/features_tabs/kg.gif) no-repeat left top;
  padding-left: 26px;
}
#container .center #product_summary ul#features li.mm {
  background: url(/images/features_tabs/mm.gif) no-repeat left top;
  padding-left: 31px;
}
#container .center #product_summary ul#features li.axes {
  background: url(/images/features_tabs/axes.gif) no-repeat left top;
  padding-left: 31px;
}
#container .center #product_summary ul#features li span {
  float: left;
  display: block;
  background: url(/images/features_tabs/right.gif) no-repeat right top;
  padding-right: 6px;
}
#container .center #product_summary ul#features li span span {
  float: left;
  display: block;
  line-height: 25px;
  padding: 0 5px;
  background: white none;
  border-top: 1px solid #ccc;
}
#container .center #product_tabs {
  margin-bottom: 20px;
  padding-top:1px;  
}
#container .center #product_tabs ul#tabs {
  margin-bottom: 20px;
  height: 31px;
  font-size: 1.09em;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
}
#container .center #product_tabs ul#tabs li {
  display: block;
  float: left;
  /* gallery & 3D model */
}
#container .center #product_tabs ul#tabs li a {
  line-height: 31px;
  display: block;
  text-decoration:none;
}
#container .center #product_tabs ul#tabs li.left_li {
  background: url(/images/tabs/left.gif) no-repeat left top;
  padding-left: 6px;
  margin-right: 2px;
}
#container .center #product_tabs ul#tabs li.left_li span {
  display: block;
  float: left;
  background: url(/images/tabs/right.gif) no-repeat right top;
  padding-right: 6px;
}
#container .center #product_tabs ul#tabs li.left_li span a {
  float: left;
  background: url(/images/tabs/center.gif) repeat-x center top;
  padding: 0 4px;
}
#container .center #product_tabs ul#tabs li.left_li.ui-state-active {
  position: relative;
  top: 1px;
  background-image: url(/images/tabs/left_active.gif);
}
#container .center #product_tabs ul#tabs li.left_li.ui-state-active span {
  background-image: url(/images/tabs/right_active.gif);
}
#container .center #product_tabs ul#tabs li.left_li.ui-state-active span a {
  background-image: url(/images/tabs/center_active.gif);
  color: #ac0414;
}
#container .center #product_tabs ul#tabs li.right_li {
  background: none;
  float: right;
  margin: 0 5px 0 15px;
}
#container .center #product_tabs ul#tabs li.right_li.gallery a {
  padding-left: 30px;
  background: url(/images/icons/widescreen.gif) no-repeat left center;
}
#container .center #product_tabs ul#tabs li.right_li.model a {
  padding-left: 26px;
  background: url(/images/icons/lego.gif) no-repeat left center;
}
#container .center #center_left {
  float: left;
  width: 300px;
}
#container .center #center_right {
  float: right;
  width: 300px;
}
#container .center h4 {
  margin-top: 10px;
  margin-bottom: 5px;
}
#container .center .feature {
  padding-bottom: 20px;
  background: transparent url(/images/shared/dots_grey.gif) repeat-x left bottom;
  margin-bottom: 10px;
  /*padding:20px;
  border:1px dotted #CCC;
  margin-bottom: 10px;*/
}
#container .center .feature.last {
  background: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
/*#container .center li {
  padding-left: 13px;
  background: url(/images/bullets/dot_yellow.gif) no-repeat left 5px;
  line-height: 18px;
}
#container .center li li {
  background: url(/images/bullets/square_grey.gif) no-repeat left 8px;
  padding-left: 7px;
}*/
#container .center .no_h3 {
  margin-top: 15px;
}
#container .ui-tabs-hide {
  display: none;
}
#container .gradient_box {
  background: url(/images/gradients/right_bottom_gradient.gif) repeat-x center bottom;
  background-color: #ccc;
  padding: 1px;
  margin-bottom: 15px;
}
#container .gradient_box .inner {
  padding: 10px;
  background-color: white;
  position: relative;
}
#container .gradient_box .inner ul.red {
  padding-left: 0;
}
#container .gradient_box h4 {
  border: 1px solid white;
  padding: 2px 10px 1px;
  background: #f2f2f2 url(/images/gradients/background_context_h4.gif) repeat-x center bottom;
  margin: 0 0 1px 0;
  color: black;
}
#container .reset_selection {
  background: url(/images/filter/reset_button.gif) no-repeat left top;
  padding-left: 6px;
  position: absolute;
  top: -18px;
  right: 6px;
  float: right;
}
#container .reset_selection div {
  background: url(/images/filter/reset_button.gif) no-repeat right top;
  padding-right: 6px;
  float: left;
}
#container .reset_selection div a {
  margin: 0 2px;
  display: block;
  line-height: 24px;
  float: left;
  background: url(/images/filter/arrows.gif) no-repeat right center;
  padding-right: 17px;
  text-decoration: none;
}
#container ul.floating li {
  width: 185px;
  margin-right: 5px;
  float: left;
}
#container ul.floating li.serieMetaData { 
  padding-left: 13px;
  background: url(/images/bullets/dot_yellow.gif) no-repeat left 5px;
  line-height: 18px;
}
/*downloads */
ul.downloads li{
	border-bottom:1px dotted #CCCCCC;
	margin-bottom:10px;
	padding-bottom:10px;
	padding-left:0 !important;
	background:none !important;
}

/* spacer */
#spacer {
  /*height: 70px;*/
  height:70px;
}

/* footer */
#footer {
  overflow: hidden;
  height: 42px;
  width: 620px;
  position: relative;
  /*margin: -61px auto 0;*/
  margin:0 auto;
  border-top: 1px solid #ccc;
  background: white url(/images/gradients/background_footer.gif) repeat-x center 1px;
  padding: 18px 195px 0 185px;
  text-align: right;
  color: #999;
}
#footer a {
  color: #999;
}
#footer img {
  float: left;
}
#footer #footer_text {
  padding-top: 6px;
}
#footer #footer_text li {
  float: right;
  padding-left: 10px;
  border-left: 1px solid #999;
  margin-left: 10px;
  font-weight: bold;
}

/* country */
#menu_top li {
  color: #666;
  float: left;
  padding-right: 10px;
}
#menu_top li.change {
  font-weight: normal;
}
#menu_top li.country {
  font-weight: bold;
  border-right: 1px solid;
  border-color: #666;
}
#menu_top li.country a {
  padding-right: 23px;
}
#menu_top li.change {
  padding-left: 10px;
}
#menu_top li.change a {
  color: #666;
}
#menu_top ul.right .arrow_up {
  background-position: 70% bottom;
}
#menu_top ul.right ul.submenu {
  left: auto;
  right: 10px;
}
#menu_top ul.right ul.submenu li.other_country {
  border-top: 1px solid #ccc;
  background-color: #eee;
}
#menu_top ul.right span.language {
  font-weight: normal;
  color: #666;
  font-size:9px;
}

/* pagination */
.pagination {
  float: right;
  color: #999;
  cursor: default;
  line-height: 32px;
}
.pagination span.current {
  font-weight: bold;
  color: #ac0414;
}
.pagination .previous, .pagination .next {
  color: #666;
}
.pagination .previous {
  margin-right: 5px;
  padding-left: 9px;
  background: url(/images/bullets/arrow_left_red.gif) no-repeat left center;  
}
.pagination .next {
  margin-left: 5px;
  padding-right: 9px;
  background: url(/images/bullets/arrow_right_red.gif) no-repeat right center; 
}
#container .center .pagination a  
{
    text-decoration: none;
    color: #999;
}

/* Series */
.sliders {
  margin-top: 30px;
  margin-bottom: -1px;
  height: 24px;
}
.sliders .slider {
  background: url(/images/filter/table_slider.gif) no-repeat left top;
  padding-left: 6px;
  margin-bottom: -1px;
}
.sliders .slider {
  float: right;
}
.sliders .slider.next a {
  background: url(/images/bullets/arrow_next.gif) no-repeat right center;
  padding-right: 20px;
}
.sliders .slider.previous a {
  background: url(/images/bullets/arrow_previous.gif) no-repeat left center;
  padding-left: 20px;
}
.sliders .slider div {
  background: url(/images/filter/table_slider.gif) no-repeat right top;
  padding-right: 6px;
  float: left;
}
.sliders .slider div a {
  margin: 0 2px;
  display: block;
  line-height: 24px;
  float: left;
}
#table_slider {
  border-width: 1px 0 0 1px;
}
#fixed-part {
 float:left;
 width:150px;
 overflow:hidden;
}
#fixed-part thead th {
  height:50px !important;
  padding:0;
}
#fixed-part thead th div {
  padding:5px;
}
#fixed-part tbody th a {}

table.series tbody td{
	vertical-align: middle;
	width:auto;
	white-space:nowrap;
	padding-left:5px;
	padding-right:5px;
}
#fixed-part tbody th{
	vertical-align: middle;
	width:auto;
	padding-left:5px;
	padding-right:5px;
}
#variable-part {
  margin-left:91px;
  overflow:auto;
}
table.series {
  border-collapse: collapse;
}
table.series th, table.series td {
  border: 1px solid #ccc;
  padding-left:5px;
  padding-right :5px;
}
table.series thead th, table.series thead td {
  vertical-align: bottom;
  
}
table.series thead th {
  background: url(/images/backgrounds/series_table_grey.gif) repeat-x center bottom;
    padding:0 5px 5px 5px;
  }
table.series thead th.model {
  background-image: url(/images/backgrounds/series_table_yellow.gif);
}
table.series thead th.model div {
  width: 70px;
}
table.series thead th.load div {
  width: 65px;
}

table.series thead td {
  text-align: center;
}
table.series tbody tr.robot.hover th a {
  color: #ac0414 !important;
}
table.series tbody tr.robot.hover th, table.series tbody tr.robot.hover td {
  background-color: #fdf9cc;
}
table.series tbody th {
  padding: 0;
  text-align: left;
}
table.series tbody th a {
  padding: 0 5px;
  width: 100%;
}
table.series tbody td {
  text-align: center;
}
table.series tbody td.control {
  background-color: #f8f8f8 !important;
}
/* add TP */
#container .center .dotted_block .description.fullwidth {
  min-height: 0px;
}
#container .center .dotted_block .description {
  min-height: 119px;
}
h4.option {
  padding-left: 18px;
  background: url(/images/bullets/asterisk.gif) no-repeat left 2px;
}
/* FANUC Styles */
.RedColor
{
color:Red;
}

.GrayColor
{
color:#999;
}

.GrayColorAndBold
{
color:#999;
font-weight:bold;
}

.SubTitle {
font-size:13px;
font-weight:bold;
}

.GraySubTitle {
font-weight:bold;
color:#999;
font-size:13px;
}


