/*******************************/
/********** Boulder wall ********/
/*******************************/

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

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

/******* box3 (like box1 - complementary) *****/
.box3 {border-top: 5px #6d2660 solid;}
.box3 a {color: #9f378c;}

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

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

/********** SubMenu ****************/
#subMenu a span {color:#dca7d3;}
#subMenu {background:#6d2660;}
#subMenuLeft {background:url("../images/bgSbmPrpLeft.gif") no-repeat left top;}
#subMenuRight {background:url("../images/bgSbmPrpRight.gif") no-repeat left top;}

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


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