/*******************************/
/********** Sport Climbing *****/
/*******************************/

/******* box (main) ********/
.box {border-top: 5px #814204 solid;}
.box h2 {color: #814204;}

/******* box2 (other) ******/
.box2 h2 {background: #814204;color:#FFFFFF;background:url("../images/bgHdBrnBox.gif") repeat-x right top;}
.box2 .container {background:#ECEFF5; border:1px #CCC solid;}

/******* box3 (like box1 - complementary) *****/
.box3 {border-top: 5px #814204 solid;}
.box3 a {color: #ad5905;}

/******* box4 (like box2 - complementary) *****/
.box4 h2 { background: #cc0001;background:url("../images/bgHdRedBox.gif") repeat-x right top; }
.box4 span {color:#cc0001;}

/******* box5 (like box1 - mixta) *****/
.box5 {border: 1px #814204 solid;}
.box5 a {color:#814204;}

/********** SubMenu ****************/
#subMenu a span {color:#e5984e;}
#subMenu {background:#814204;}
#subMenuLeft {background:url("../images/bgSbmBrnLeft.gif") no-repeat left top;}
#subMenuRight {background:url("../images/bgSbmBrnRight.gif") no-repeat left top;}

/********** Others ************/
.lastLink a {color:#814204;background:url("../images/arrowBrnRight.gif") no-repeat 0px 4px;}

/********** Table List  ************/
#tablelist tbody tr:hover {
  background: #e5984e;
  border: 1px solid #03476F;
  color: #FFFFFF;
  }
  
#tablelist tbody tr:hover th,
#tablelist tbody tr.odd:hover th {
  background: #e5984e;
  color: #FFFFFF;
  }
  
/********** Rating ************/  
.star-rating {background: url(../images/rating/star_brown.png) top left repeat-x;_background: url(../images/rating/star_brown.gif) top left repeat-x;}
.star-rating li a:hover {background: url(../images/rating/star_brown.png) left bottom;_background: url(../images/rating/star_brown.gif) left bottom;}
.star-rating li.current-rating {background: url(../images/rating/star_brown.png) left center;_background: url(../images/rating/star_brown.gif) left center;}    
