body {
	background: #202 url(images/pathcel3.jpg) fixed top right no-repeat;
        font-family: Arial, Tahoma, sans-serif;
	font-size: 1em;
        margin: 10;
        padding: 0;
}



.thumb_list {
   position: relative;
   float: left;
   top: 10px;
   width: 95%;
}

.thumb {
   float: left;
   height: 65px;
   width: 70px;
   margin: 2px;
   border: 0;
   
}

img {
     border: 0;
}


.pending {
   border: 0;
   margin: 4px;
}

.current {
   border: 4px double #ff0;
}


.cel {
     position: relative;
     float: left;
     padding: 20px;
     background-color: #222;
     margin-top: 20px;
     margin-left: 10px;
     border: 0px solid #f00;

}

.show_title {
   color: #c9c;
   font-size: 1.5em;
   line-height: 2em;
}

.description {
   color: #fff;
   font-size: 1em;
   position: relative;
   float: left;
   margin-top: 20px;
   margin-left: 30px;
   width: 300px;
   border: 0px solid #0f0;
}

.specification {
   color: #c0c;
   font-size: .8em;
   line-height: 1em;
   padding-top: 20px;
}