@import url("layout.css"); /*layout css file*/
@import url("customize.css"); /*Use this file to customize your website*/


/*image to right with border for all pictures in articles with lezanta*/
.image-border-right {
 background-color:#f1f1ed;
 padding: 4px;
 padding-bottom:6px;
 border: 1px solid black;
 margin-top:2px;
 margin-bottom:2px;
 margin-left:10px;
 margin-right:10px;
 font-size        : 9px;
overflow:hidden;
}




/*image  with border for all pictures in articles with lezanta*/
.image-border {
 background-color:#f1f1ed;
 padding: 4px;
 padding-bottom:6px;
 border: 1px solid black;
 margin-top:2px;
 margin-bottom:2px;
 margin-left:10px;
 margin-right:5px;
 font-size        : 9px;
overflow:hidden;
}

/*image to left with border for all pictures in articles with lezanta*/
.image-border-left {
 background-color:#f1f1ed;
 padding: 4px;
 padding-bottom:6px;
 border: 1px solid black;
 float: left; 
 margin-top:2px;
 margin-bottom:2px;
 margin-left:5px;
 margin-right:10px;
 font-size        : 9px;
overflow:hidden;
}

.bookmarks  {
            color: #000000;
     background: #dddddd;
     font-weight: normal;
}

.bookmarks a:link, .bookmarks a:visited  {
     color: #000000;
     background: #dddddd;
     text-decoration: none;
     font-weight: normal;
}

.bookmarks a:hover  {
     color: #000000;
     background: #dddddd;
     text-decoration: underline;
     font-weight: normal;
}

.moduletabletable-border {
 width: 96%;
 background-color:#f1f1ed;
 padding: 4px;
 padding-bottom: 6px;
 border: 1px solid #999;
 margin: 5px;
 font-size: 11px;
}

.moduletabletablecenter-border {
 width: 98%;
 background-color:#f1f1ed;
 padding: 4px;
 padding-bottom: 6px;
 border: 1px solid #999;
 margin: 5px;
 font-size: 11px;
font-weight: bold;
text-align:center;
}


#cpgThumbnailFader{
position: relative;
height: 300px;
/*overflow: hidden;*/
text-align: center;

}



#cpgThumbnailFader img{
       /*margin-left: 17px;*/
	max-width:225px;
    display: none;
      position: absolute;
      border: 1px solid #000;
      padding: 4px;
      background-color: #E3E3DE;


}


.moduletableheader-hot {
background: url(../images/flash.gif) 150px  16px no-repeat; 
background-color: #F8F8E9 ;
padding-left: 0px;
padding-top: 0px;
padding-bottom:0px;
border-top: 2px groove #D5D5BD;
border-bottom: 1px groove #D5D5BD;
}

