﻿body 
{
	margin: 0px;
	font-family: Tahoma;
	color: #333333;
	font-size: 10pt;
}
.width_div 
{
	width: 960px;
	text-align: left;
}
.master_table 
{
	width: 100%;
	text-align: center;
}
.module_blue 
{
	width: 100%;
	border: 1px solid #9ed6f6;
	margin-bottom: 10px;
}
.mod_blue_header 
{
	background-image: url(images/header_blue.jpg);
	background-position: top left;
	padding-top: 10px;
	background-repeat: no-repeat;
	height: 6px;
	width: 100%;
	font-weight: bold;
	font-size: 11pt;
	
}
.header 
{
	
	width: 100%;
	border-bottom: 1px solid #e1e1e1;
}
.sample_table 
{
	width: 100%;
}
.search_pos 
{
	
	width: 528px;
}
.login_pos 
{

	width: 304px;
}
.logo_pos 
{

	width: 128px;
}
a 
{
	
}
a:hover
{
	text-decoration: underline;
	color: #0033dd;
}
.main_content 
{
	width: 640px;
}
.right_content 
{
	width: 320px;
}
.thumbs 
{
	border: 1px solid #D58400;
	height: 90px;
	width: 140px;
}
.btn
{
	
	height: 16px;
	width: 16px;
}
.singer 
{
	
	padding: 0px;
	margin: 0px;
	height: 10px;
	width: 100%;
	background-color: #eff7fd;
	border-bottom: 1px solid #e2f2fd;
	vertical-align: middle;
}
.footer 
{
	font-size: 10pt;
}


ul.thumb {
	float: left;
	list-style: none;
	margin: 0; padding: 10px;
	width: 300px;
}
ul.thumb li {
	margin: 0; padding: 5px;
	float: left;
	position: relative;  /* Set the absolute positioning base coordinate */
	width: 140px;
	height: 120px;
}
ul.thumb li img {
	width: 135px; height: 90px; /* Set the small thumbnail size */
	-ms-interpolation-mode: bicubic; /* IE Fix for Bicubic Scaling */
	border: 1px solid #ddd;
	padding: 5px;
	background: #f0f0f0;
	position: absolute;
	left: 0; top: 0;
}
ul.thumb li img.hover {
	background:url(thumb_bg.png) no-repeat center center;  /* Image used as background on hover effect
	border: none; /* Get rid of border on hover */
}

#pageflip {
	position: relative;
}
#pageflip img {
	width: 50px; height: 52px;
	z-index: 99;
	position: absolute;
	right: 0; top: 0;
	-ms-interpolation-mode: bicubic;
}
#pageflip .msg_block {
	width: 50px; height: 50px;
	position: absolute;
	z-index: 50;
	right: 0; top: 0;
	background: url(images/subscribe.png) no-repeat right top;
	text-indent: -9999px;
}