/* general style start */
body {
  font-family:  verdana, arial, sans-serif;
  background: #1A1A1A;
  
}
/* IE 7 - 8 hacks */

*+html * {
  line-height : 1em;
}

/*    */


a, h1, h2 { color: #fff; }

.left  { float: left; }
.right { float: right; }
.clr   { clear: both; }

p{
  padding : 5px;
}
/* general style end */

/* -------------------------- */

/* general font style start */

.font_red, .error, .error *, .error_list *, .FAQ { color: #FF0000; }
.font_white { color: #fff; }
.font_black { color: #000; }
.font_grey  { color: #ccc; }
.font_pink  { color: #CA0725; }

.notice, .error { text-align: center; background: #EFEFEF; padding: 5px 0; }
.notice { color: #20922b; }

.uppercase { text-transform: uppercase; }

.button_bold { font-weight: bold; color: #d0d0d0; }
.bold { font-weight: bold; }
.odd { background: #F6F6F6; }

.hidden { display: none; }
.center { text-align : center; }
.no_pad{
  margin : 0;
  padding : 0;
}
.cleaner { margin-bottom: 30px; }

.align_right{
  text-align : right;
}
.align_justify{
  text-align : justify;
}


h3, h1{
  padding-left : 20px;
  background : url('/images/general/puce.png') no-repeat #000;
  font-size : 130%;
  font-weight: bold;
  line-height : 120%;
  color: #fff;
  width : 80%;
}

h1.header_title{
  background : none;
  width : 20%;
}

h4{
  font-size: 100%;
  line-height: 100%;
  font-weight: bold;
}

#product_h3 {
  padding-left : 20px;
  padding-bottom: 5px;
  background : url('/images/product/puce_h3.png') no-repeat;
  font-weight: bold;
  color: #000;
  border-bottom: 2px solid #8C8C8C;
}

.product_h4 {
  color: #4A4A4A;
  font-weight: bold;
}
/* -------------------------- */

/* structure style start */

#global, #footer {
  width: 992px;
  margin: 0 auto;
}

#footer, #header{
  
}
.copyright {
    margin:0;
    padding : 0 0 0 10px;
    color:#ffffff;
    line-height : 39px;
}
#global {
  position: relative;
  left: 50%;
  top: 0;
  margin-left: -496px;
  margin-top : 10px;
  background : url('/images/general/background.png') bottom center no-repeat;
}

.header_title {
  float: left;
  margin: 15px 0 0 10px;
}

#header {
  margin: 0 0 5px 0;
  position: relative;
  background : url('/images/boxes/header.png') no-repeat;
  height : 84px;
}

a#switch {
  float: right;
  display: block;
  width: 139px;
  height: 23px;
  padding-top: 3px;
  margin-top: 2px;
  margin-right: 210px;
  text-align: center;
  text-decoration: none;
  background: url('/images/general/switch_back.png') bottom;
}

#login_header {
  position: absolute;
  right: 20px;
  top: 5px;
  text-align: right;
}

#login_header p {
  margin: 0px;
  padding: 2px;
  color: #fff;
}

#login_header a {
  text-decoration: none;
}

#login_form {
  width: 230px;
  border: 1px solid #ccc;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 10px;
  margin: 20px auto;
}

#register_link {
  position: relative;
  display: block;
  text-align: right;
  width: 250px;
  margin: -10px auto 10px;
}

a#switch:hover {
  background: url('/images/general/switch_back.png') top;
}

#main_navigation {
  position: absolute;
  z-index : 30;
  top: 50px;
  right: 0px;
  width: 637px;
  height: 25px;  
  margin: 0 10px; 
  background: #1d1a1e url('/images/general/bckg_nav.png') no-repeat left;
  list-style: none;
}

.main_navigation_item {
  display: list-item;
  float: left;
}

#item_1 { width: 134px; }
#item_2 { width: 61px;  border-left: 1px solid #000; }
#item_3 { width: 99px;  border-left: 1px solid #000; }
#item_4 { width: 145px; border-left: 1px solid #000; }
#item_5 { width: 83px;  border-left: 1px solid #000; }
#item_6 { width: 108px; border-left: 1px solid #000; }

/* squash fix  */
ul.squash #item_1 { width: 160px; }
ul.squash #item_2 { width: 90px;  border-left: 1px solid #000; }
ul.squash #item_3 { width: 120px;  border-left: 1px solid #000; }
ul.squash #item_4 { width: 155px; border-left: 1px solid #000; }
ul.squash #item_5 { width: 113px;  border-left: 1px solid #000; }
ul.squash #item_6 { width: 135px; border-left: 1px solid #000; }


.main_navigation_link {
  display: block;
  height: 25px;
  font-weight: bold;
  line-height : 25px;
  text-align: center;
  text-decoration: none;
}

.main_navigation_link:hover {
  color: #DDDDDD;
  /* padding: 0 10px; */
}

.main_subnavigation {  
  z-index: 1000;
  position: absolute;
  padding: 5px 0px;
  background : #000;
  opacity : 0.76;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  width : 150px;
}

.main_subnavigation a {
  display: block;
  padding: 5px 10px;
  text-decoration: none;
}

.main_subnavigation a:hover {
  background : #4D4D4D;
  color: #83dee1;
}

#left_column{
  width : 230px;
  margin-right : 4px;
}

.middle_box, .right_box {
  padding : 0 10px 15px;
}
.middle_box h3{
  width : 90%;
}
.left_box_head{
  width : 230px;
  display : block;
  margin : 0;  
  padding : 0;
  background : url('/images/boxes/left_box_head.png') no-repeat left top ;
}

.left_box{
  width : 230px;
  padding-bottom : 10px;
  background : url('/images/boxes/left_box_back.png') no-repeat left bottom;
}

.right_box {
  width : 293px;
  height: 121px;
  background : url('/images/boxes/right_box_back.png') bottom;
  position: relative;
  overflow: hidden;
}

.right_box_head{
  display : block;
  width : 313px;
  margin : 0;  
  padding : 0;
  background : url('/images/boxes/right_box_head.png') no-repeat top ;
}

.middle_box{
  width : 418px;
  height: 250px;
  background : url('/images/boxes/middle_box_back.png') bottom;
}

.middle_box_head{
  width : 438px;
  display : block;
  background : url('/images/boxes/middle_box_head.png') no-repeat top ;
}

#left_navigation{
  z-index : 1000;
  margin : 0 auto;
  width: 226px;
}

#left_navigation ul {
  display: none;
}

#left_navigation ul.open {
  display: block;
} 

#left_navigation a {
  text-decoration : none;
  font-size : 14px;
  cursor : pointer;
  display : block;
  padding : 0 10px 5px 10px;
}

.left_navigation_puce {
  margin-right: 10px;
  vertical-align: middle;
}

#left_navigation li ul li a {
  background-color: #333333;
  font-size: 13px;
  padding-left: 20px;
  margin-left: 1px;
}

#left_navigation li ul li ul li a {
  background-color: #4D4D4D;
  font-size: 12px;
  padding-left: 30px;
}

#left_navigation li ul li ul li ul li a, #left_navigation li ul li a.left_navigation_product {
  background-color: #666666;
  font-size: 11px;
  padding-left: 40px;
}

#left_navigation a:hover, .opened {
  color: #83dee1;
}

.vignettes {
  float: left;
  margin-right: 5px;
}

#middle_column {
  color: #fff;
  width : 430px;
  margin-right : 15px;
}

#right_column{
  color: #fff;
  width : 313px;
}

.right_box #box {
  position: absolute;
}

.slider_news {
  float: left;
  width: 283px;
  height: 50px;
  padding: 0px 10px 10px 10px;
}

.slider_news a {
  display: block;
  width: 283px;
  height: 50px;
  text-decoration: none;
}

#news_box {
  position: relative;
/*   float: left; */
  width: 273px;
  height: 66px;
  margin-bottom: 5px;
}

#rss_subscription {
  display: table-cell;
  position: relative;
  float: right;
  top: -35px;
  font-size: 10px;
  text-decoration: none;
  padding-right: 25px;
  padding-top: 8px;
  padding-bottom: 8px;
  background: url('/images/general/rss.png') right no-repeat;
}

#news_more {
  position: relative;
  left: 210px;
  top: 5px;
  display: block;
  width: 78px;
  height: 15px;
  padding: 1px 0px;
  text-align: center;
  text-decoration: none;
  background: url('/images/general/more_news.png');
}

#product_column, #full_column {
  width: 736px;
  min-height: 143px;
  padding: 0px 10px;
  background: url('/images/boxes/product_box_back.png') bottom no-repeat;
}
#product_column h3{
  width : 702px;
}
#full_column {
  background: url('/images/boxes/page_box_back.png') bottom no-repeat;
}

#product_column_head {
  width : 756px;
/*   height: 15px; */
  display : block;
  background : url('/images/boxes/product_box_head.png') no-repeat top ;
}

#full_column_head {
  width : 746px;
  height: 15px;
  padding: 10px 0px 10px 10px;
  background : url('/images/boxes/page_box_head.png') no-repeat top ;
}

#full_column_head h3, #selector h3 {
  background : url('/images/general/puce.png') no-repeat;
  font-size : 130%;
  color: #fff;
}
#selector h3 {
  margin:5px 0 0 20px;
}
#footer{
  margin-top : 10px;
}
#footer div{
  background: url('/images/general/footer.png') center no-repeat;
  height : 39px;
}

#footer-optimisation {
  position: relative;
  float: right;
  top: -40px;
  right: 0;
  color: #fff;
  font-size: 9px;
}

#bottom_navigation{
  line-height : 39px;
  float : right;  
  padding : 0 20px 0 0;
  color : #fff;
}

#bottom_navigation li{
  display : inline;
  
}

#bottom_navigation li a{
  z-index : 3000;
  text-decoration : none;
}

#social_navigation li{
  display : inline;
}

#social_navigation{
  margin-top : 5px;
}
/* structure style end */

/* -------------------------- */

/* start category page style */
#category_list {
  float: left;
  width: 516px;
  color: #4A4A4A;
}

#category_list h2, #full_column h2 {
  width: 712px;
  margin-top: 5px;
  margin-left: -8px;
  padding: 5px 20px;
  background: #aaa;
  color: #fff;
  text-transform: uppercase;
}

#category_list ul {
  float: left;
  margin-bottom: 20px;
}

#category_list li {
  float: left;
  margin: 5px 4px;
}

.product_link_label {
  display: block;
  position: relative;
  font-weight: bold;
  padding: 5px 10px;
}

a.link_small, a.link_medium, a.link_big, a.link_thin {
  display: block;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  width: 224px;
  height: 110px;
  padding: 10px;
  background: url('../images/product/link_back_small.png') no-repeat;
}
a.link_small img, a.link_medium img, a.link_big img, a.link_thin img{
  display: block;
  margin: 5px auto 0px;
}
a.link_medium {
  height: 149px;
  background: url('../images/product/link_back_medium.png') no-repeat;
}

a.link_big {
  height: 295px;
  background: url('../images/product/link_back_big.png') no-repeat;
}

a.link_thin {
  width: 160px;
  height: 189px;
  padding: 10px 0;
  background: url('../images/product/link_back_thin.png') no-repeat;
}

#category_column, #news_column {
  float: left;
  width: 219px;
}
#strings_links{
  width : 183px;
  margin : 106px 0 0 28px;
}
#strings_links li a{
  display : block;
  width : 183px;
  height : 56px;
  font-size : 14px;
  font-weight : bold;
  text-align : center;
  text-decoration : none;
  line-height : 56px;
  margin-bottom : 8px;
}
#strings_links li a.item_1{
  background : url(/images/string/button_string_1.png);
}
#strings_links li a.item_2{
  background : url(/images/string/button_string_2.png);
}
#strings_links li a.item_3{
  background : url(/images/string/button_string_3.png);
}
#strings_links li a.item_4{
  background : url(/images/string/button_string_4.png);
}
/* category page style end */

/* -------------------------- */

/* start product page style */
#product_apercu {
  float: left;
  width: 332px;
}

.product_overview  { opacity: 1; }
.product_thumbnail { margin: 0 5px; cursor : pointer;}

#product_zoom, #product_360 {
  line-height: 60px;
  cursor: pointer;
}

#product_zoom img, #product_360 img {
  vertical-align: middle;
}

#product_zoom {
  margin-right: 50px;
  margin-left: 20px;
}

#product_description {
  float: left;
  width: 389px;
}

table {
  width: 100%;
}

table tr th {
  border: none;
  border-top: 1px solid #D1D1D1;
  border-bottom: 1px solid #D1D1D1;
  background-color: #F2F2F2;
  text-align: left;
  color: #4A4A4A;
}

table tr td {
  width: auto;
  border: none;
  border-bottom: 1px solid #D1D1D1;
  color: #8C8C8C;
}

.product_description table sup {
  color: #8C8C8C;
}
 
.player_link {
  color: #CA0725;
}

#product_compare {
  position: relative;
  float: right;
  display: block;
  width: 77px;
  line-height: 18px;
  padding-left: 30px;
  margin: 5px 0;
  text-decoration: none;
  background: url('/images/product/compare.png') no-repeat bottom left;
}

#product_compare:hover {
  background: url('/images/product/compare.png') no-repeat top left;
}

.product_line {
  position: relative;
  width: 100%;
  min-height: 50px;
  _height: 50px; /* ie hack */
  margin: 50px 0;
}

#product_pdf {
  display: block;
  width: 174px;
  height: 48px;
  padding: 10px;
  _padding: 13px 10px;
  text-align: center;
  text-decoration: none;
  background: url('/images/general/button.png') no-repeat;
}

#product_finder {
  float: right;
  margin-top: 10px;
}

.product_header {
  padding: 5px 0 5px 5px;
  border-top: 1px solid #D1D1D1;
  border-bottom: 1px solid #D1D1D1;
  background-color: #F2F2F2;
  text-align: left;
  color: #4A4A4A;
  font-size: 80%;
  font-weight: bold;
}

label.product_header {
  position: relative;
/*   padding-right: 20px; */
  width: 100%;
}

div.product_line form#frm_finder {
  float: right;
  width: 48%;
  padding: 0;
}

div.product_line form#frm_finder p label{
  display : block;
  
}

div.product_line form#frm_finder p{
  float: left;
  width: 100%;
  padding: 0;
  margin: 0 0 10px 0;

}
.input_text {
  color: #818181;
  text-align: center;
  border: 1px solid #D1D1D1;
}

.input_submit {
  margin-left: 10px;
  border: 1px solid #707070;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  color: #fff;
  background: #818181 no-repeat;
}
          
/* product slider */
#product_information {
  position: relative;
  float: left;
  width: 720px;
  min-height: 186px;
  _height: 186px;
  margin: 53px 6px 0;
  border-top: 1px solid #e7e7e7;
}

ul#product_info_navigation {
  position: absolute;
  z-index: 100;
  width: 719px;
  height: 33px;
  margin: -28px 0 auto 0;
  list-style: none;
}

#product_info_content,
#product_info_content_high {
  position: relative;
  width: 719px;
  min-height: 170px;
  _height: 170px;
  margin: 0 auto 30px;
  /* border-top: 1px solid #e7e7e7; */
  background: url('/images/product/carousel_back.png') no-repeat left bottom;
  overflow-x: hidden;
}

#product_info_content table,
#product_info_content table tr,
#product_info_content table tr td {
  border: none;
  color: #000;
}

#product_info_content table {
  margin: 0 0;
}

#product_info_navigation li,
#partners_navigation li,
#partners_balls_navigation li {
  display: block;
  float: left;
}

#product_info_navigation li a {
  display: block;
  width: 162px;
  line-height: 28px;
  margin-right: 2px;
  text-align: center;
  text-decoration: none;
  color: #9C9C9C;
  font-size: 12px;
  font-weight: bold;
  background: url('/images/product/carousel_onglet.png') top left;
}

#product_info_navigation li a:hover,
#product_info_navigation li a#product_information_on {
  color: #4A4A4A;
  background: url('/images/product/carousel_onglet.png') top right;
}

.info_technology {
  float: left;
  width: 200px;
  height: auto;
  margin: 0 10px 10px 0;
}


#product_info_content #box,
#product_info_content_high #box,
#partners_content #box,
#partners_balls_content #box_balls  {
  position: absolute;
}

#product_info_content #box .ligne,
#product_info_content_high #box .ligne,
#partners_content #box .ligne,
#partners_balls_content #box_balls .ligne {
  float: left;
  width: 689px;
  height: 150px;
  padding: 10px;
  overflow-y: auto;
}


#product_info_content_high {
  height: 365px;
}

#product_info_content_high #box .ligne {
  height: 345px;
}

/* partners sliders */

#partners_information, #partners_balls_information {
  position: relative;
  width: 697px;
  min-height: 186px;
  _height: 186px;
  margin: 48px auto;
}

ul#partners_navigation,
ul#partners_balls_navigation {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  width: 697px;
  height: 25px;
  margin: -28px auto 0;
  list-style: none;
  border-bottom: 3px #b8bec0 solid;
}

#partners_navigation li, #partners_balls_navigation li{
  margin : 0 2px 0 0;
  padding: 0 1px;
  background: url('/images/general/partners_onglet.gif') top left;
}

#partners_navigation li a, #partners_balls_navigation li a {
  display: block;
  padding: 0 5px;
  line-height: 25px;
  text-align: center;
  text-decoration: none;
  color: #4A4A4A /* 9C9C9C */;
  font-size: 12px;
  font-weight: bold;  
}

#partners_navigation li a:hover,
#partners_balls_navigation li a:hover,
#partners_navigation li a#partners_information_on,
#partners_balls_navigation li a#partners_balls_information_on {
  color: #4A4A4A;
  padding-bottom: 3px;
  background: #fff top right;
}

#partners_content,
#partners_balls_content  {
  position: relative;
  float: left;
  z-index: 100;
  width: 697px;
  height: 185px;
  margin: 0 auto 30px;
  background: url('/images/general/background_partners.png') no-repeat left bottom;
  overflow: hidden;
}


#product_comment_left {
  float: left;
  width: 489px;
}

#product_comment_left li {
  padding: 5px 0;
  border-bottom: 1px solid #ccc;
}

.product_comments_count {
}

#product_comment_right {
  float: left;
  text-align: right;
  width: 200px;
}

#product_comment_leave {
  float: right;
  display: block;
  width: 150px;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
  background-color: #CA0725;
  border: 1px solid #707070;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

table#list_comment tr td {
  padding: 10px;
}

#main_modal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  z-index: 1000;
}

#modal {
  position: relative;
  background: #000;
  Border: 2px solid #999;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

a.product_slider {
  margin-top: 70px;
}

#product_slider {
position: relative;
  width: 692px;
  height: 175px;
  text-align: center;
  overflow: hidden;
}

#product_slider img {
  height: 150px;
  width: auto;
}

#product_box {
  position: absolute;
}

.product_slider_list {
  width: 692px;
  height: 150px;
  float: left;
  text-align: center;
}

.product_slider_item {
  width: 230px;
  text-align: center;
  margin-bottom: 10px;
}

#racket_selector {
  display: block;
  width: 183px;
  margin: 100px 25px;
}
#frm_finder input.input_submit {
  -moz-border-radius-bottomleft:2px;
  -moz-border-radius-bottomright:2px;
  -moz-border-radius-topleft:2px;
  -moz-border-radius-topright:2px;
  background:#818181 none no-repeat scroll 0 0;
  border:1px solid #707070;
  margin: 0px;
  color:#FFFFFF;
  width : 30px;
}
#frm_finder input#store_search,
#frm_finder input#store_search_2{
  width : 120px;
  margin-right:10px;
}
#frm_finder input#store_search_2{ margin-top: 5px; }
#frm_finder select{
  width : 120px;
  margin-top: 5px;
}
/* end product page style */

/* -------------------------- */

/* start news page style */

#news_list, #news_content {
  position: relative;
  float: left;
  width: 516px;
}

#news_content { margin: 10px auto; }

#news_list {
  margin-bottom: 50px;
}

#news_list h2, #news_content h2 {
  width: 94%;
  margin-top: 5px;
  margin-left: -9px;
  padding: 5px 0px 5px 50px;
  background: #aaa;
  color: #fff;
  text-transform: uppercase;
}

#news_content a{
  color : #FF0000;
}

#news_list li {
  min-height: 10px;
  _height: 10px;
  padding: 5px 0 5px 20px;
  border-bottom: 1px solid #ccc;
}

#news_list img {
  margin-right: 20px;
}

a.read_more {
   float: right;
   text-decoration: underline; 
}

h2#news_title {
  padding-left: 10px;
  margin-bottom: 0px;
  background: none;
  color: #000;
}

div#news_date {
  margin-bottom: 5px;
  color: #FF0000;
}

.news_title { color: #333; }
.news_body { color: #555;}

#news_content form {
  margin-top: 40px;
}
/* news page style end */

/* -------------------------- */

/* start newsletter page style */
#newsletter_link {
  display: block;
  width: 190px;
  height: 50px;
  margin:6px 0 0 14px;
  padding: 15px 10px 10px 10px;
  background: url('/images/general/button_newsletter.png') no-repeat;
  text-decoration: none;
  text-align: right;
  font-size: 12px;
}
/* newsletter page style end */

/* content  */
#full_column_content, #full_column_content a {
  color : #6D6C6E;
  
}
#full_column_content p, #full_column_content h3, , #full_column_content h4{
  line-height : 30px;
}
#full_column_content{
  width: 736px;
  padding: 0px 10px 10px;
  background: url('/images/boxes/product_box_back.png') bottom no-repeat;
}
.technology_list_item{
  border-bottom : 1px #B3B3B3 solid;
}
#full_column_content div.technology_list_item h3{
  background : none;
  color : #E0011B;
  padding : 0 0 0 5px;
  font-weight : bold;
}
.technology_list_item_image{
  width : 200px;
}
.technology_list_item_content{
  width : 450px;
  margin : 0 0 0 50px;
}
#full_column_content h2, .title_contact {
  background:#AAAAAA none repeat scroll 0 0;
  color:#FFFFFF;
  margin-left:-8px;
  margin-top:5px;
  padding:5px 20px;
  text-transform:uppercase;
  width:712px;
  font-weight:bold;
}
#full_column_content h3#head_technology_image {
  background:none;
  text-align : center;
  border:none;
}
#full_column_content table.history_list th{
  color : #E20122;
}
#full_column_content table.history_list tr, #full_column_content table.history_list td, #full_column_content table.history_list th{
  border : 0;
  vertical-align:top;
  background-color:#FFFFFF;
}
#full_column_content table.history_list tr{
  height : 50px;
}

.FAQ { text-decoration:none;}
#faq_information a{
  color : #E20122;
}

.item1 { width: 100px; white-space:nowrap;}
.item_stringing { width: 120px; white-space:nowrap;}
.item { width: 115px; white-space:nowrap; border-left: 1px solid #000; }
.item2 { width: 155px; white-space:nowrap; border-left: 1px solid #000; }
.item_team { border-left: 1px solid #000; white-space:nowrap;width:105px;}
.item_technology_1 { width:145px;}
.item_technology_all { border-left: 1px solid #000; white-space:nowrap;width:139px;}
/* squash fix */
ul.squash .item_team{
  width : 133px;
}



#about_us_navigation{
  background : #ffffff url(/images/general/about_us_navigation.gif) no-repeat center;
  width : 743px;
  height : 39px;
  text-align:center;
}
#tennis_techno_navigation,
#squash_techno_navigation,
#team_navigation { 
  background : #ffffff url(/images/general/team_navigation.gif) no-repeat center;
  height:28px;
  left:200px;
  position:relative;
  text-align:center;
  top:-36px;
  width:536px;
}

#tennis_techno_navigation { 
  background : #ffffff url(/images/general/team_navigation_big.gif) no-repeat center;
  width:575px;
  left: 161px;
}

#team_navigation li,
#about_us_navigation li,
#tennis_techno_navigation li,
#squash_techno_navigation li {
  float:left;
  color : #fff;
}
#about_us_navigation li{
  padding-top:6px;
}
#about_us_navigation li a, #team_navigation li a{
  color : #fff;
  font-weight : bold;
}
#about_us_navigation li a{
  line-height:22px;
}
.right_content {
  padding-left:30px;
}
.right_content a{
  color:#ff0000;
  text-decoration:none;
  font-weight:bold;
}
ul#vertical li, ul#vertical li a {
    color:#C63D53;
    font-size:110%;
}
#container h3 {
    background:transparent url(images/heading.gif) no-repeat scroll center top;
    cursor:pointer;
    line-height:40px;
    margin:5px 0;
    position:relative;
}
#container h3 a {
    text-decoration:none;
}
#container h3 span {
    font-size:0.8em;
    font-weight:bold;
    position:absolute;
    right:25px;
    top:0;
}
div.heading {
    margin:10px 0 0;
    padding:5px;
}
div.collapse {
    background:url(images/section-medium-top.gif) no-repeat scroll center top;
    margin:5px 0;
}
div.collapse-container {
    background:transparent url(images/section-medium-bottom.gif) no-repeat scroll center bottom;
    height:100%;
}
div.collapse-container p {
    color:#666;
}

#full_column_content table.history_list th.grey, #full_column_content table.history_list td.grey, #full_column_content div.player_profile tr.grey, #full_column_content .list_player tr.grey, .grey {
    background-color:#F2F2F2;
}
#full_column_content h3, #full_column_content div.stringing_service h2{
  background : url('/images/general/puce_rouge.gif') left center no-repeat;
  color : #E20122;
  margin-top : 20px;
  border-top : 1px #ccc solid;
  border-bottom : 1px #ccc solid;
  width : 97%;
}

table.list_player a{
  color : #8C8C8C;
}


div.player_profile, div.player_profile table{
  width : 450px;
  float : left;
  padding-left : 25px;
}
#full_column_content .list_player th{
  background-color:#CCCCCC;
}
#full_column_content .list_player td h4 a{
  text-decoration:none;
  font-weight:bold;
  font-size:110%;  
}
#full_column_content .list_player td h4 {
  background:transparent none repeat scroll 0 0;
  margin: 0px;
  padding:4px;
  width:auto;
}
#full_column_content .pagination a {
  text-decoration:none;
  color:#E0011B;
}
#full_column_content div.player_profile h3,#full_column_content div.technology_list_item_content h3{
  color:#666;
  margin:0;
  padding:0;
  background:none;
  border:0;
  font-size:160%;
  font-weight:bold;
}
#full_column_content div.player_profile h4{
  color:#E20122;
  border-top : 1px #ccc solid;
  border-bottom : 1px #ccc solid;
  font-size:120%;
  margin:10px 0;
  padding:10px 0;
}
#full_column_content div.image {
    padding-bottom:20px;
}
#full_column_content div.technology_list_item_content h3, #box .ligne h3, #box_balls .ligne h3{
  color:#E0011B;
  margin:4px 0 10px;
}
#box .ligne h3, #box_balls .ligne h3{
  background:none;
  border:0;
  width:auto;
}
#box .ligne p, #box_balls .ligne p{
  width:500px;
  margin:0 20px;
  padding:0;
}

#selector {
    background:transparent url(/images/general/selector_div.png) no-repeat scroll center top;
    height:196px;
    padding:10px 0 0 0;
    width:756px;
    margin:1px 0 0 2px;
}
#selector h4 {
    top:100px;
    font-size:140%;
    text-align:center;
    padding-top:50px;
}
#selector p {
    top:120px;
    font-size:140%;
    text-align:center;
}
/*faq*/
#news_list h2.faq_h2 {
  font-weight:bold;
  padding:5px 0 5px 20px;
  width:515px;
}
h3.faq_title {
  background:none;
  font-size:110%;
  font-weight:normal;
  width:515px;
  padding:10px 0 0 10px;
  text-decoration:underline;
  color : #E20122;
}
.faq_content p {
  width:515px;
  padding-left:10px;
}
/*end faq */


/* stringing services */
.stringing {
  padding-left:20px;
  width:700px;
}
.stringing_picture {
  text-align:center;
}
#full_column_content .stringing  h3, #full_column_content div.stringing_service h2 {
  border:none;
  background:none;
  padding:0;
}
#full_column_content .stringing  h4 {
  border-top : 1px #ccc solid;
  border-bottom : 1px #ccc solid;
  margin:5px 0;
  padding:5px 0 5px 10px;
  font-weight:bold;
  background-color:#F2F2F2;
}
#full_column_content .stringing  p {
  padding:10px  0;
}
#full_column_content .stringing  p.padd {
  padding:10px 0 10px 10px;
}
#full_column_content div.stringing_event, #full_column_content div.stringing_service {
  width:48%;
  padding:0;
}
#full_column_content div.stringing_service{
  width : 97%;
  margin-bottom : 20px;
}

#full_column_content div.stringing_service h2 {
  font-weight:bold;
  padding-left:10px;
}
#full_column_content div.stringing_service p {
  padding:10px  0;
}
#full_column_content div.stringing_service {
  padding:20px 0 0 10px;
}
#full_column_content div.stringing_separator {
  width:4%;
  float:left;
}
/*end stringing services */


/* newsletter page style end */


/* store finder */

#frm_finder{
  text-align : center;
}
div.div_finder{
  padding : 50px 0;
}
div.div_finder *{
  text-align : center;
  color : #606060;

}
div.div_finder h4{
  font-weight : bold;  
}
div.store_list h4{
  color : #000;
  font-weight : bold;
}
div.store_list h4 i{
  font-weight : normal;
}
div.store_list div{
  border-bottom : 1px #ddd solid;
  margin : 0 0 10px 0;
}
div.store_list h3{
  background : none;
  color : #E20122;
  background : url(/images/general/puce_rouge.gif) left no-repeat; 
}
#frm_finder input{
  width: 170px;
  padding : 3px;
  background : #fff;
}
#frm_finder input.search{
  background : url(/images/general/search.png); 
  border : 0;
  width : 106px;
  height : 27px;
  padding-top : -5px;
  color : #fff;
}
#town_list a{
  color : #606060;
}
/* -------------------------- */

/* start forms style */

form table th, form table td {
  background: none;
  border: none;
}

form input, form textarea {
  color: #000;
  background-color: #e6e6e6;
  border: 1px solid #949494;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

form label { color: #888; }

form input, form label, form textarea { position: relative; vertical-align: middle; }

form #phpcaptcha { vertical-align: middle; }

form #submit {
  width: 76px;
  height: 15px;
  padding: 5px 0 25px 0;
  color: #fff;
  font-weight: bold;
  border: none;
  background: url('/images/general/button_submit.png') no-repeat;
}

form .form_line {
  position: relative;
  min-height: 25px;
  _height: 25px;
  padding: 5px 0;
}

form .half {
  float: left;
  width: 49%;
}
/* comparator */
div.comparator_item{
  width : 206px;
}
div.comparator_item p.string{
  padding : 80px 0 0 0;
}
div.comparator_item div{
  height : 478px;
  border-right : 1px #D1D1D1 solid;
}
div.comparator_item div select{
  margin : 20px 0 0 0;
}
div#comparator_left{
  width : 132px;
  margin : 0 0 0 3px;
}
#full_column_content.comparator{
  padding : 0;
  width : 756px;
}
div#comparator table{
  border-right : 1px #D1D1D1 solid;
}
div#comparator tr td, div#comparator tr th{
  height : 14px;
  line-height : 14px;
}
div#comparator tr td.two_lines{
  height : 40px;
  line-height : 14px;  
}
div#comparator a.product_link{
  background : transparent url(/images/general/large_button.png) no-repeat scroll 0 0;
  color:#FFFFFF;
  font-weight:bold;
  height:25px;
  line-height : 15px;
  padding : 5px 0 0 0;
  width:104px;
  text-decoration:none;
  font-size : 9px;
  display : block;
  margin : 0 auto;
  text-align : center;
}
/********/


/*** pro area ****/

div.file_item{
  float : left;
  width : 150px;
  height : 180px;
}
div.file_item p.thumbnail{
  height : 70px;
}
div.file_item p{
  text-align : center;
}
div.slide h3{
  cursor : pointer;
}
/*****************/

/* sitemap */

.sitemap_list ul {
  margin-left: 20px;
}

/*****************/

/* sponsorship form */
#sponsorship, #register {
  width: 516px;
}

#sponsorship, #sponsorship label, #sponsorship table tr td {
  color: #333;
}

.small_input  { width: 35%; }
.medium_input { width: 80%; }
.full_input   { width: 99%; }

div.form_parts {
  padding-left: 20px;
  font-size : 130%;
  line-height : 120%;
  background : url('/images/general/puce_rouge.gif') left center no-repeat;
  color : #E20122;
  margin-top : 20px;
  margin-bottom: 10px;
  border-bottom : 1px #ccc solid;
}

.head_ranking_column, .ranking_column {
  width: 20%;
  background: #eee;
  text-align: center;
}

#sponsorship table tr td.ranking_type {
  color: #888;
}

.ranking_line td {
  border-bottom: 1px solid #C7C7C7;
}

.add_info {
  position: relative;
  width: 100%;
}

.add_info label { margin-right: 20px; }
.equipment_column { width: 70px; }
.contract_column { text-align: center; width: 60px; }

.width_100 { width: 100%; }
.width_80  { width: 80%;  }
.width_75  { width: 75%;  }
.width_70  { width: 70%;  }
.width_65  { width: 65%;  }
.width_60  { width: 60%;  }
.width_50  { width: 50%;  }
.width_45  { width: 45%;  }
.width_40  { width: 40%;  }
.width_35  { width: 35%;  }
.width_30  { width: 30%;  }
.width_25  { width: 25%;  }
.width_20  { width: 20%;  }


/* slideshow */
#slide_displayer{
  width : 960px;
  height : 336px;
  margin-bottom : 5px;
} 
.slideshow-loader{
  margin : 150px auto 0 auto;
  right : 485px;
}

/*ie 7 hacks*/
*+html *{
  font-size : 11px;
  
}
*+html #footer div{
  width : 994px;
}
*+html #bottom_navigation{
  padding-top : 10px;
}
*+html div.right_box{
  width:293px;
  background:transparent url(/images/boxes/right_box_back.png) left bottom no-repeat;
}
*+html #news_box{
  margin-top : -27px;
}
*+html p.no_pad{
  margin-bottom : 6px;
}
*+html #news_list p{
  width : 400px;
}
*+html #news_list h2{
  color : #fff;
}
*+html #news_content{
  padding-bottom : 20px;
}
*+html form #submit{
  height : 29px;
}
*+html a.link_small{
  /*height : 110px;*/
  display : block;
}
*+html a.link_medium{
  display : block;
}
*+html a.link_thin{
  display : block;
}
*+html a.link_small img{
  margin : 0;
}
*+html table.list_player tr td{
  padding : 0;
}
*+html td.ranking_column input{
  width : 80%;
}
*+html #full_column_content p{
  line-height : 1em;
}
*+html #full_column_content table tr, 
*+html #full_column_content table *{
  line-height : 0.9em;
  height : 15px;
} 
*+html #left_navigation *{
  font-size : 15px;
  line-height : 18px;
}
*+html #header{
  z-index : 200;
}

