<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */

.scripts{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
   	line-height: normal;
	color: #333;
	float: left;
	margin-left: 0px;
	margin-right: 15px;
	width: 140px;
	height: 117px;
	padding-top:10px;
	padding-left:15px;
	padding-right:5px;
	padding-bottom:10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	margin-bottom: 20px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	background-color: #F0F0F0;
    text-align: center;
}
.scripts:hover{
	background-color: #F7F7F7;
	box-shadow: 0px 2px 4px #666;
    transition: all 0.2s;    
}
.scripts.pop{
	background-color:#FFF9D9;
	background-image: url('../images/script_pop.gif');
	background-repeat: no-repeat;
	background-position: right bottom;
}
.scripts.pop:hover{
	background-color: #FFFCED;
	box-shadow: 0px 2px 4px #666;
    transition: all 0.2s;
}
.scripts.new{
	background-color:#E2FF9F;
	background-image: url('../images/script_new.gif');
	background-repeat: no-repeat;
	background-position: right bottom;
}
.scripts.new:hover{
	background-color:#D8FF7D;
	box-shadow: 0px 2px 4px #666;
    transition: all 0.2s;    
}
.scripts:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #006699;
	text-decoration: none;
	border-bottom-color: #444;
}
.scripts hr{
	color: #E0E0E0;
	background-color: #E0E0E0;
	height:1px;
	border: 1px solid #E0E0E0;
}
.scripts img {
	margin-top: 6px;	
	margin-bottom: 5px;	
	
}
.sortSelector {
	font-weight: bold;
	color: #000;
	font-size: 14px;	
	margin-bottom:20px; 
	margin-top:15px;
}
.sortSelector a{
	color: #999;
	text-decoration: underline;
}
.sortSelector a:hover{
	color: #333;
	text-decoration: underline;
}


@media only screen and (max-width: 600px) {
    
    .scripts{
        width: 130px;
    }
    
}

@media only screen and (max-width: 370px) {
    
    .scripts{
        width: 120px;
    }
    
}
</pre></body></html>