@font-face
{
	font-family: 'PT Sans Narrow';
	font-style: normal;
	font-weight: 400;
	src: url('../font/woff/pt_sans_narrow.woff') format('woff2'),
	     url('../font/truetype/pt_sans_narrow.ttf') format('truetype');

}

@font-face
{
	font-family: 'PT Mono';
	font-style: normal;
	font-weight: 400;
	src: url('../font/woff/pt_mono.woff') format('woff2'),
	     url('../font/truetype/pt_mono.ttf') format('truetype');

}

BODY
{
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: normal;
	line-height: 1.2;
	background-color: #dddddd;
	margin: 10px 10px 20px 10px;
}

IMG, INPUT[type=image]
{
	vertical-align: middle;
}

INPUT[type=image]
{
	width: 960px;
	height: 540px;
	background-color: #fafafa;
}

INPUT[type=submit], BUTTON
{
	font-family: 'PT Mono Narrow', sans-serif;
	font-size: 13px;
}

PRE
{
	font-family: 'PT Mono', monospace;
	font-size: 10px;
	margin: 0px 0px 7px 0px;
	white-space: pre-wrap;
}

.search
{
	width: 100px;
	box-shadow: 2px 2px 2px #bbbbbb;
	border: 1px solid #aaaaaa;
	border-radius: 2px;
	padding: 0px 25px 0px 10px;
	font-family: 'PT Sans Narrow';
	font-size: 14px;
	color: #cccccc;
	letter-spacing: 0.04em;
	background-image: url('../image/search.png');
	background-repeat: no-repeat;
	background-position: 115px 4px;
}

.search:focus
{
	background-color: #F2F8FF;
}

.thumb
{
	margin: 3px 10px 3px 10px;
	box-shadow: 2px 2px 2px #cccccc;
	width: 100px;
	height: 56px;
}

.thumb:hover
{
	filter: sepia(65%);
}

.menu
{
	color: #000000;
	text-decoration: none;
	margin-right: 13px;
}

.menu:hover
{
	color: #4773cc;
}

.logo
{
	box-shadow: 2px 2px 2px #bbbbbb;
	width: 18px;
	height: 18px;
	margin: 0px 0px 4px 5px;
}

.main
{
	width: 960px;
	box-shadow: 2px 2px 2px #bbbbbb;
}

.header_bar
{
	display: table;
	width: 960px;
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 1px;
}


.big_header
{
	font-weight: bold;
	font-size: 25px;
	line-height: 1.7;
	text-align: center;
	background-color: #fafafa;
	color: #000000;
}

.blue_bar
{
	background-color: #4773cc;
	height: 25px;
	color: #fff;
	font-size: 16px;
	line-height: 1.4;
}

.blue_bar A
{
	color: #ffffff;
	text-decoration: none;
	font-size: 16px;
	line-height: 1.4;
}

.blue_bar A:hover
{
	color: #FFF6A5;
}

.c_table
{
	display: table;
	background-color: #fafafa;
}

.c_table IMG
{
	box-shadow: 2px 2px 2px #ccc;
	width: 100px;
	height: 133px;
}

.bdinfo
{
	width: 960px;
	box-shadow: 2px 2px 2px #bbbbbb;
	background-color: #fafafa;
	margin-top: 20px;
}

.bdinfo IMG
{
	box-shadow: 2px 2px 2px #bbbbbb;
}

.image_quality_active
{
	width: 48px;
}

.image_quality_inactive
{
	width: 48px;
	opacity: 0.35;
}

.feedback_header
{
	font-size: 24px;
	font-weight: bold;
	margin: 20px 0px;
}

.feedback
{
	box-shadow: 2px 2px 2px #bbbbbb;
	width: 960px;
	margin-bottom: 20px;
}

.feedback_bar
{
	color: #fafafa;
	background-color: #000000;
	height: 25px;
	padding: 0px 7px;
	line-height: 1.4;
}

.feedback_content
{
	background-color: #fafafa;
	padding: 10px;
}

.mt_admin
{
	background-color: #eeeeee;
	box-shadow: 2px 2px 2px #bbb;
	padding: 10px;
	border-radius: 5px;
}

.mt_admin_header
{
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 5px;
	text-shadow: 1px 1px 1px #bbbbbb;
}

.mt_link
{
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

.feedback_form
{
	width: 960px;
	box-shadow: 2px 2px 2px #bbbbbb;
	background-color: #fafafa;
}

.feedback_form INPUT[type=text]
{
	width: 200px;
	border: 1px solid #ddd;
	box-shadow: 2px 2px 2px #eee;
	margin-bottom: 5px;
	font-family: 'PT Sans Narrow';
	font-size: 14px;
	padding: 3px;
	border-radius: 3px;
}

.feedback_form INPUT[type=text]:focus
{
	background-color: #f8f8f8;
}

.feedback_form TEXTAREA
{
	height: 10em;
	width: 600px;
	border: 1px solid #ccc;
	box-shadow: 2px 2px 2px #eee;
	margin-bottom: 5px;
	font-family: 'PT Sans Narrow';
	font-size: 14px;
	padding: 3px;
	border-radius: 3px;
}

.feedback_form TEXTAREA:focus
{
	background-color: #f8f8f8;
}

/* TOP 50 LISTS */

.top
{
	display: table;
	width: 100%;
	border-spacing: 1px 1px;
	background-color: #ffffff;
}
.top .row:nth-child(odd)
{
	display: table-row;
	background-color: #fafafa;
}

.top .row:nth-child(even)
{
	display: table-row;
	background-color: #eeeeee;
}

.top .cell_left
{
	display: table-cell;
	width: 50%;
	padding: 2px 4px;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

.top .cell_right
{
	display: table-cell;
	width: 50%;
	padding: 2px 4px;
	border-bottom: 1px solid #dddddd;
}

.top .cell_left:hover, .top .cell_right:hover
{
	cursor: pointer;
	background-color: #FFFFF4;
}

.top .sum
{
	float: right;
}

.top IMG
{
	height: 24px;
	margin-right: 5px;
	box-shadow: 2px 2px 2px #bbbbbb;
}

.top A
{
	text-decoration: none;
	color: #000000;
}

.top A:hover
{
	color: #4773cc;
}

/* FRONT PAGE LIST */

.front
{
	width: 100%;
	display: table;
	border-spacing: 0px 1px;
	background-color: #ffffff;
}

.front .row:nth-child(odd)
{
	display: table-row;
	background-color: #fafafa;
}

.front .row:nth-child(even)
{
	display: table-row;
	background-color: #eeeeee;
}

.front .row:hover
{
	cursor: pointer;
	background-color: #FFFFF4;
}

.front .row .cell1
{
	display: table-cell;
	width: 50px;
	padding: 5px;
	border-bottom: 1px solid #dddddd;
}

.front .row .cell2
{
	display: table-cell;
	width: 650px;
	vertical-align: middle;
	padding: 5px 5px 5px 0px;
	border-bottom: 1px solid #dddddd;
}

.front .row .cell3
{
	display: table-cell;
	width: 260px;
	text-align: right;
	padding: 5px;
	border-bottom: 1px solid #dddddd;
}

.front .row .cell3 IMG
{
	width: 45px;
	box-shadow: 2px 2px 2px #bbbbbb;
	margin-left: 5px;
}

.front .row .cell1 IMG
{
	width: 45px;
	box-shadow: 2px 2px 2px #aaaaaa;
}

.front .row .cell3 IMG:first-of-type
{
	margin-left: 0px;
}

.front A
{
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.front A:hover
{
	color: #4773cc;
}

/* ALL THE DISCS IN COMPARISON LIST */

.list
{
	display: table;
	width: 100%;
	background-color: #ffffff;
	border-spacing: 0px 1px;
}

.list .row:nth-child(odd)
{
	display: table-row;
	background-color: #fafafa;
}

.list .row:nth-child(even)
{
	display: table-row;
	background-color: #eeeeee;
}

.list .row:hover
{
	cursor: pointer;
	background-color: #FFFFF4;
}

.list .row_selected
{
	display: table-row;
	cursor: auto;
	background-color: #BDEDBD;
}

.list .cell1
{
	display: table-cell;
	width: 860px;
	vertical-align: middle;
	padding: 5px;
	border-bottom: 1px solid #dddddd;
}

.list .cell2
{
	display: table-cell;
	width: 100px;
	text-align: right;
	padding: 5px;
	border-bottom: 1px solid #dddddd;
}

.list .cell2 IMG
{
	width: 45px;
	box-shadow: 2px 2px 2px #bbbbbb;
}

.list .header
{
	font-weight: bold;
	font-size: 24px;
}

.list .bottom
{
	font-size: 14px;
}

/* ALL COMPARISON LIST */

.all:nth-child(odd)
{
	background-color: #fafafa;
	padding: 4px 0 4px 10px;
	margin: 5px 0px 1px 0px;
	border-bottom: 1px solid #dddddd;
}

.all:nth-child(even)
{
	background-color: #eeeeee;
	padding: 4px 0 4px 10px;
	margin-top: 0px;
	border-bottom: 1px solid #dddddd;
}

.all:hover
{
	cursor: pointer;
	background-color: #FFFFF4;
	text-shadow: 2px 2px 1px #bbbbbb;
}

.all .link
{
	margin-left: 7px;
	text-decoration: none;
	color: #000000;
	font-size: 17px;
}

.all .link:hover
{
	color: #4773cc;
}

.faq_q
{
	font-size: 20px;
	font-weight: bold;
}

.faq_a
{
	padding-left: 15px;
}

.faq_q A, .faq_a A 
{
	font-weight: bold;
	color: #000000;
}

.faq_q A:hover, .faq_a A:hover
{
	font-weight: bold;
	color: #4773cc;
}


/* LATEST COMMENTS */


.lc
{
	width: 100%;
	display: table;
	border-spacing: 0px 1px;
	background-color: #ffffff;
}

.lc .row:nth-child(odd)
{
	display: table-row;
	background-color: #fafafa;
}

.lc .row:nth-child(even)
{
	display: table-row;
	background-color: #eeeeee;
}

.lc .row:hover
{
	cursor: pointer;
	background-color: #FFFFF4;
}

.lc .row .cell1
{
	display: table-cell;
	width: 910px;
	padding: 5px;
	vertical-align: top;
	border-bottom: 1px solid #dddddd;
}

.lc .row .cell2
{
	display: table-cell;
	width: 50px;
	text-align: right;
	padding: 5px;
	border-bottom: 1px solid #dddddd;
}


.lc .row .cell2 IMG
{
	height: 60px;
	box-shadow: 2px 2px 2px #cccccc;
	margin-left: 5px;
}