body
{ 
	margin: 0; 
	padding: 0;
	min-width: 1250px;
	background-color: black;
}

#main_title
{
	width: 100%;
	height: 1px;
	background-color: black;
}

#top_area
{
	width: 100%;
	height: auto;
}

#top_center_area
{
	float: left;
	width: 60%;
	height: auto;
	background-color: White;
}

.top_side_area
{
	float: left;
	width: 20%;
	height: auto;
}

.img-wrap-left
{
	float: right;
	width: 250px;
	height: auto;
}

.img-wrap-right
{
	float: left;
	width: 250px;
	height: auto;
}

#header
{
	float: left;
	width: 100%;
	height: 64px;
	text-align: center;
	color: White;
	font-size: 40px;
	font-family: Impact;
	line-height: 60px;
	background-color: LightGray;
	text-shadow: 5px 5px 5px black;
    border-bottom: 1px solid black;
}

#footer
{
	float: left;
	width: 100%;
	height: 64px;
	text-align: center;
	color: black;
	font-size: 18px;
	/*font-family: Impact;*/
	line-height: 60px;
	background-color: LightGray;
    border-top: 1px solid black;
    
	position:absolute;
	bottom:0;
	left:0;
}

#main_area
{
	float: left;
	width: 100%;
	height: 2509px;
	text-align: center;
	background-color: WhiteSmoke;
	font-family: Tahoma;
	font-size: 14px;
	
	position:relative;
}

.image-regular-left
{
	width: 250px;
	float: right;
}

.image-regular-right
{
	width: 250px;
	float: left;
}

.image-top-left
{
	width: 250px;
	border-top-left-radius: 14px;
	float: right;
}

.image-top-right
{
	width: 250px;
	border-top-right-radius: 14px;
	float: left;
}

.image-bottom-left
{
	width: 250px;
	border-bottom-left-radius: 14px;
	float: right;
}

.image-bottom-right
{
	width: 250px;
	border-bottom-right-radius: 14px;
	float: left;
}

.price-div
 { 
    position: absolute;
    top: 230px;
    cursor: pointer;
    color: white;
    background-color:black;
    height:20px;
    line-height:20px;
    padding-left: 3px;
    padding-right: 3px;
    display: none; 
}

.price-div-right
 { 
 	left: 0;
 }
 
 .price-div-left
 { 
 	right: 0;
 }
 
.yt-div
 { 
    position: absolute;
    top: 230px;
    cursor: pointer;
    color: white;
    background-image:  url('../images/youtube.png');
    background-repeat: no-repeat;
    width: 52px;
    height:20px;
    line-height:20px;
    display: none; 
}

.yt-div-right
 { 
 	right: 0;
 }
 
 .yt-div-left
 { 
 	left: 0;
 } 

.item-div
{
	width:250px;
	height:251px;
	position: relative;
}

.img_next
{
	float:right;
	cursor:pointer;
	background-image: url('../images/next.png');
	width:64px;
	height:64px;
}

.img_prev
{
	float:left;
	cursor:pointer;
	background-image: url('../images/prev.png');
	width:64px;
	height:64px;	
}

.img_next:hover
{
	background-image: url('../images/next_hover.png');
}

.img_prev:hover
{
	background-image: url('../images/prev_hover.png');
}


.link
{
	cursor: pointer;
	color: blue;
	text-decoration: underline;
	float: left;
	margin-left: 10px;
}

.link:hover
{
	color:red;
}

.sub-title
{
	font-size: 22px;
	width: 100%;
}

.bold-link
{
	cursor: pointer;
	color: blue;
	float: left;
	margin-top: 5px;
	margin-left: 5px;
	text-decoration: underline;
	font-size: 16px;
}

.bold-link:hover
{
	color:red;
}

.config-link
{
	cursor: pointer;
	color: blue;
	float: left;
	font-weight:bold;
	margin-top: 15px;
	margin-left: 10px;
	text-decoration: underline;
}

.config-link:hover
{
	color:red;
}

.config-link-al
{
	cursor: pointer;
	color: blue;
	float: left;
	font-weight:bold;
	text-decoration: underline;
	text-align: left;
	margin-left: 10px;
}

.config-link-al:hover
{
	color:red;
}

.config-link-inspan
{
	cursor: pointer;
	color: blue;
	font-weight:bold;
	text-decoration: underline;
}

.config-link-inspan:hover
{
	color:red;
}


.btn
{
	border: 1px solid black;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	cursor: pointer;
	border-radius: 5px;
	height: 20px;
	line-height: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    width: 50px;	
	
}

.btn:hover
{
	color: red;
}

td > img
{
	cursor: pointer;
}

.tdc
{
    padding-right: 10px;
	text-align: left;
}

.modal-dialog
{
	background-color: white;
	border: 1px solid black;
	width:340px;
	height:390px;
	position: fixed;
	z-index:3;
	display: none;
	left:50%;
	top:50%;
	border-radius: 8px;
	font-weight: normal;
	font-size: 14px;
	margin-left: -170px;
	margin-top: -195px;
}

.details-title
{
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
} 

.fb-div
{
	width: 668px; 
	overflow: auto; 
	margin-left: auto; 
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px; 
}

.ratings
{
	width: 500px;
	height: 350px; 
	overflow: auto; 
	margin-left: auto; 
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 5px;	
}

#main_title_a:link 
{
    color: white;
    text-decoration: none;
}

#main_title_a:visited 
{
    color: white;
}

#main_title_a:hover 
{
    color: red;
}

#main_title_a:active 
{
    color: red;
}

.download-title
{
	font-size: 18px;
	font-weight: bold;
	width: 100%;
	color: red;
}

.download-sub-title
{
	font-size: 18px;
	font-weight: bold;
	width: 100%;
}

.download-btn
{
	border: 1px solid black;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	cursor: pointer;
	border-radius: 5px;
	height: 30px;
	line-height: 16px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    font-size: 12px;	
	font-weight: bold;
	background-color: green;
	color: white;
}