@CHARSET "UTF-8";

div.radioBlock table {
	margin-right: 10px;	
	margin-left: 10px;	
}
div.lastBlock  table {
}

div.radioBlock  {
	 height:12.5em;
	 display: inline-block;
	 border:1px solid black;
}
 

.titleRadioBlock{
 	text-align: center;
 	font-weight: bold;
 	width:100%
 }

.dropdownDiv{	
	display: inline-block;
	}
	
.dropdownMargin{	
	margin-left: 80px;
	}
	
	
body {
  	font-size: 14pt;
}
select, option  {
  	font-size: 0.9em;
}
input {
	font-size:inherit; 
	
}
table {
	font-size:inherit;	
}
	

 
.coversViewDetails{	
		width:100%;  
}
.coversViewDetailsColumnOrderNumber{	
		width:30px; 
		
}
.coversViewDetailsColumnImage{	
		 
}
.coversViewDetailsColumnDetails{	
		text-align: left;	 
		vertical-align:top;
}
.coversViewDetailsColumnDetails_genre{	
		  
}

.mainResultTable{
	width: 100%;
	border:2px solid #000000;
	border-collapse: collapse;
	}

.mainResultTable-td{
	width:50%;
	vertical-align:top;
	border:2px solid #000000;
	text-align: center;
}
 



.button-tab {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #c4c4c4) );
	background:-moz-linear-gradient( center top, #ededed 5%, #c4c4c4 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#c4c4c4');
	background-color:#ededed;
	
	-webkit-border-top-left-radius:4px;
	-moz-border-radius-topleft:4px;
	border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px;
	-moz-border-radius-topright:4px;
	border-top-right-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	-moz-border-radius-bottomright:4px;
	border-bottom-right-radius:4px;
	-webkit-border-bottom-left-radius:4px;
	-moz-border-radius-bottomleft:4px;
	border-bottom-left-radius:4px;
	
	#text-indent:0;
	border:1px solid #595759;
	display:inline-block;
	color:#2b2b2b;
	#font-weight:bold;
	font-style:normal; 
	text-align:center;
	font-family:arial;
	text-decoration:none;
	
	padding:2px 10px;
	#font-size:1.1em;
	margin:4px 0;
} 
 
 .button-tab:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #efefef), color-stop(1, #fdfdfd) );
	background:-moz-linear-gradient( center top, #efefef 5%, #fdfdfd 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#fdfdfd');
	background-color:#efefef;
}.button-tab:active {
	position:relative;
	top:1px;
}

.button-tab.selected  {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #b6cdfa), color-stop(1, #b8b8ff) );
	background:-moz-linear-gradient( center top, #b6cdfa 5%, #b8b8ff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b6cdfa', endColorstr='#b8b8ff');
	background-color:#b6cdfa;
	font-weight:bold;
	
	color:#000000;
}
.button-tab.link, .button-tab.underline, .button-tab.underlined {
	text-decoration:underline;
	}


