@charset "UTF-8";

    body {
        line-height: 1.5;
        font-family:Arial, Helvetica, sans-serif; font-size:18px;
		
    }
    .row {
	display: block;
	margin-top: 1px;
	margin-right: 5px;
	margin-left: 10px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #;
	padding-top: 5px;
	border-top-color: rgb(136,136,136);
	border-right-color: rgb(136,136,136);
	border-bottom-color: rgb(136,136,136);
	border-left-color: rgb(136,136,136);	
    }
    .row::before {
        content: " ";
        display: table;
        box-sizing: border-box;
		
    }
    .row::after {
        clear:both;
        content: " ";
        display: table;
        box-sizing: border-box;
    }
    .info {
        display:inline;
        float:left;
        width: 30px;
        position:relative;
        margin-right: 10px;
		margin-left:20px
    }
    .pict200 {
        display:inline;
        float:left;        
        position:relative;
        margin-right: 10px;
        max-height: 120px;
        margin-top: 5px;
        border: 3px solid  #FFF;
        cursor: pointer;
		
		height:30px 
		  
    }
    .pict200:hover {
        border: 3px solid  #F00;
    }
    .pict-container {
	display: block;
	
        background-color: #;
	padding-left: 10px;
	
	display: table;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #CCC;
	float: left;
    }
.cim200 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	color: #CCC;
	
}
.name200 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #222;
	margin-top: 4px;	
}
  #inf, #inf a{
	color: #ccc;
	font-style: italic;
    }
	#inf a:hover{
     color: #F00     
    }
.fodiv {
	padding-top: 12px;
	padding-bottom: 8px;
	border: thin solid #A00;
	
}
  .rew {
	display: inline;
	position: relative;
	margin-right: 10px;
	margin-top: 1px;
	cursor: pointer;
		
		
		  
    }
	 #rew a {
	color: #AA0000;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 2px;
	background-color: white;
	text-decoration: none;
    }
    #rew a:hover {
	color: #FC6;
	background-color: rgb(221,0,0);
	
	
	   }
