/**
* category List
**/

#rescatlist {
  overflow:hidden;
  height:3em;
  border:solid 2px #cccccc;
  margin-bottom:12px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
}

#rescatlist ul {
  list-style:none;
  margin:0px;
  padding:0px;
}

#rescatlist li {
  float:left;
  font-weight:bold;
  /** TS: 25-FEB width:auto !important;**/
  padding-top: 5px;
  line-height:2.2em;
}



#rescatlist li.active a,
#rescatlist li.over a {
  color:#ff0000;
}

/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    /** TS: 25-FEB position: relative; **/
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    float:left;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    list-style-image:none;
    /* We set the width/height explicitly. No width/height causes infinite loops. width:auto causes errors in Mac Firefox*/
    width:100px; /** TESTING THIS SETTINg TS: 25-FEB **/
    /** TS: 25-FEB height: 3em; **/
    margin:0px;
    padding: 3px 0px;
    text-align:center;
}

.jcarousel-item a {
  /** TS: 25-FEB **/
  padding:0px 6px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    float:right;
    display: block;
    background:url(/img/scroll-right-sml.gif) 6px 3px no-repeat;
    margin-top:3px;
    width:26px;
    height:28px;
}

.jcarousel-prev {
    z-index: 3;
    float:left;
    display: block;
    margin-top:3px;
    background:url(/img/scroll-left-sml.gif) 0px 3px  no-repeat;
    width:26px;
    height:28px;
}

.jcarousel-prev-disabled {
  background:url(/img/scroll-left-sml-inactive.gif) 6px 3px no-repeat !important;
}

.jcarousel-next-disabled {
  background:url(/img/scroll-right-sml-inactive.gif) 0px 3px no-repeat !important;
}



div#links {
  overflow:hidden;
  height:40em;
  padding:12px;
  border:solid 2px #cccccc;
  margin-bottom:12px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  overflow-y:scroll;
}

div#links ul {
  padding:12px;
}


span.rescat {
  font-family:arial;
  font-size: 0.727em;
  color:#6d6e71;
}

/**
* Item Page
**/

#itemcontent{
  padding:12px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
}

div#itemimages {
  float:right;
  overflow:hidden;
  width:260px;
}

.backrow {
  clear:both;
}

p.summary {
  background:#ffffff url(/img/grey2white.jpg) top left repeat-x;
  border:solid 1px #dbdbdb;
  font-style:oblique;
  font-weight:bold;
  padding:6px;
  width:375px;
  w\idth:363px;
}


