@charset "UTF-8";
/* CSS Document */

/*.item_div {
	/* width: 864px; */
	/*width: 100%;
	/*background-color:#EBEBEB;
	/*padding: 4px;
	/*float: left;
	/*margin-bottom: 16px;
} */

/*.item_div_2 {
	width: 868px;
	float: left;
	margin-bottom: 16px;
} */

/*
.container_div {
	width: 440px;
	height: 96px;
	float: left;
	background-color:#CCCCCC;
}

.container_wide {
	width: 640px;
	height: 200px;
	float: left;
	background-color:#CCC;
}

.container_full {
	width: 100%;
	height: 200px;
	float: none;
	background-color:#CCC;
}
*/

.poster_div {
	width: 200px;
	height: 200px;
	background-color:#999999;
	margin: 8px;
	float: left;
	overflow:hidden;
}

.illustration_div {
	float: left;
	overflow:visible;
	width: auto;
	padding: 0em;
	margin: 0em 0em 0em 1em;
}

.download_div {
	width: 120px;
	margin-left: 8px;
	float: left;
	background-color:#CCCCCC;
}

.payment_div {
	width: 50%;
	margin: 0em auto 0em auto;
	float: left;	
}

.viewfont_div { 
	width: 50%;
	margin: 0em auto 0em auto;
	float: left;
}

.info_div {
	display:block;
	max-width: 100%;
	margin: 0em 0em 1em 1em;
	padding: .5em;	
	background-color:#E4E4E4;
}

.font_alphabet {
	margin:8px auto 0px auto;
	font-size:48pt;
	overflow:hidden;
	padding: 0px 0px 0px 16px;
}

.download_div a:link {
	display:block;
	width:120px;
	height: 16px;
	margin: 0px 0px 5px 0px;
	padding: 2px;
	background-color:#999999;
    font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #FFF;
	text-align:center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border:2px solid #000;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#333333'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#666666), to(#333333)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #666666,  #333333); /* for firefox 3.6+ */
} 

.download_div a:hover {
	background-color:#666666;
	text-align:center;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CCCCCC', endColorstr='#666666'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#CCCCCC), to(#666666)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #CCCCCC,  #666666); /* for firefox 3.6+ */
}

.description_div {
	float:left;
	margin:8px;
	text-align: left;
	width:824px;
	height:200px;
	/*display:inline;*/
}

.desc2_div {
	float: left;
	text-align:left;
}

.fontfaces_box {
	width: 100%;
	float:none;
	clear: both;
}

/*
.white18 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #FFF;
}
*/

.title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:oblique;
	display: block;
	margin: 0px 0px 4px 0px;
	padding: 2px 4px 2px 4px;
	background-color:#CCCCCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	width: 432px;
}

.description {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;	
}

.poster {
	width: 200px;
	height: 220px;
	background-color:#EBEBEB;
	margin: 1em;
	padding: 1em;
	float: left;
}

.poster:hover {
	width: 200px;
	height: 220px;
	background-color:#CCC;
	margin: 1em;
	padding: 1em;
	float: left;
}

.poster_thumb {
	width: 200px;
	height: 220px;
	background-color:#CCC;
	margin: 4px 4px 4px 4px;;
	padding: 6px;
	float: left;
}

.poster_thumb:hover {
	width: 200px;
	height: 220px;
	background-color:#999;
	margin: 4px 4px 4px 4px;
	padding: 6px;
	float: left;
}

.title_link {
	color:#000;
	text-decoration:none;
}

.font_title {
	font-size:48px;
}

.toptitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top:10px;
	margin-right: 20px;
	text-decoration:none;
	color:#000;
	font-style: bold;
}

.topcount {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top:10px;
	margin-right: 20px;
	text-decoration:none;
	color:#333;
}

.toplist ul {
}

.toplist li {
}


/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-width : 320px) 
and (max-width : 640px) 
{
	
	.info_div { margin: 1em 0em 1em 0em;}
	.payment_div { padding: 1em 0em 1em 0em; }
	.viewfont_div { padding: 1em 0em 1em 0em; }
	.illustration_div { margin:0em; float:center; text-align:center; }
	.font_alphabet { padding:0em; margin:.5em auto 0em auto;}	
}





