@import "style.css";      /* hidden from nearly all v4 browsers  */
@import url('style.css'); /* IE4 can understand, but not NN4 */

body,img,form,h1 {
	border: none;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 12px;
	font-family: Arial;
	float: left;
	margin-left: 20px;
}
a {
	color: #227AFF;
}

#layout {
	position: absolute;
	top: 158px;
	width: 100%;
}

#layout .main {
	width: 758px;
	margin: auto;
	position: relative;
}

#layout .main .left {
	width: 144px;
	float: left;
	margin-top: 10px;
}
#layout .main .right {
	float: right;
	width: 613px;
	margin-top: 5px;
}

#layout .main .right .top {
	width: 613px;
	height: 149px;
	background: url(../images/layout/box_list_top.gif) 0px 10px no-repeat;
	text-align: center;
}
#layout .main .right .content {
	width: 583px;
	background-image: url(../images/layout/box_list_bg.gif);
	padding: 0px 15px;
}
#layout .main .right .content .title{
	color: #000000;
	width: 317px;
	height: 20px;
	float: left;
	overflow: hidden;
	float: left;
}
#layout .main .right .content title:hover{
	color: #FF0000;
}
#layout .main .right .bottom {
	width: 613px;
	height: 103px;
	background-image: url(../images/layout/box_list_bottom.gif);
}

.box_banner_bottom {
	width: 775px;
	height: 70px;
	margin: 10px auto;
	background-image: url(../images/layout/box_banner_bottom.gif);
	text-align: center;
	padding-top: 10px;
}

#box_bottom {
	width: 773px;
	height: 43px;
	background-image: url(../images/layout/box_bottom.gif);
	margin: 10px auto;
}

#bottom {
	width: 100%;
	height: 81px;
	background: url(../images/layout/top_menu_bg.gif) repeat-x;
	margin-bottom: 10px;
}

#bottom .content {
	width: 771px;
	height: 71px;
	background-image: url(../images/layout/bottom.gif);
	margin: auto;
	padding: 5px;
	text-align: center;
}

.box_white {
	width: 437px;
	margin: 2px auto;
}

.box_white .box_white_top {
	height: 7px;
	overflow: hidden;
	background: url(../images/layout/box_white_top.gif) bottom;
}

.box_white .box_white_content {
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	background-color: #FFFFFF;
	text-align: center;
	padding: 5px;
}

.box_white .box_white_bottom {
	height: 7px;
	overflow: hidden;
	background-image: url(../images/layout/box_white_bottom.gif);
}

.box_center {
	width: 457px;
	margin: auto;
}

.box_center .top {
	height: 40px;
	text-align: center;
	background-image: url(../images/layout/box_center_top.gif);
}

.box_center .content {
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	background-color: #EFEEEE;
	padding: 0px 5px;
}

.box_center .bottom {
	height: 9px;
	background-image: url(../images/layout/box_center_bottom.gif);
	overflow: hidden;
}

.box_left {
	width: 143px;
	clear: both;
	display: block;
	margin: 5px 0px;
}

.box_left .top_empty {
	width: 143px;
}

.box_left .top {
	width: 143px;
	height: 10px;
	background-image: url(../images/layout/box_left_top.gif);
	overflow: hidden;
}

.box_left .content {
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	background-color: #EFEEEE;
	padding: 2px 8px;
}

.box_left .content a {
	font-size: 11px;
	font-family: Arial, Tahoma;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	display: block;
}

.box_left .content a:hover {
	background-image: url(../images/layout/box_link_bg.gif);		
}

.box_left .bottom {
	width: 143px;
	height: 10px;
	background-image: url(../images/layout/box_left_bottom.gif);
	overflow: hidden;
}

.box_right {
	width: 153px;
	clear: both;
	display: block;
	margin: 5px 0px;
}

.box_right .top_empty {
	width: 153px;
}

.box_right .top {
	width: 153px;
	height: 10px;
	background-image: url(../images/layout/box_right_top.gif);
	overflow: hidden;
}

.box_right .content {
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	background-color: #EFEEEE;
	padding: 2px 8px;
}
.box_right .content a {
	font-size: 11px;
	font-family: Arial, Tahoma;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	display: block;
	line-height: 140%;	
}

.box_right .content a:hover {
	background-image: url(../images/layout/box_link_bg.gif);
}

.box_right .bottom {
	width: 153px;
	height: 10px;
	background-image: url(../images/layout/box_right_bottom.gif);
	overflow: hidden;
}

#top_menu {
	position: absolute;
	top: 88px;
	width: 100%;
	height: 25px;
	background-image: url(../images/layout/top_menu_bg.gif);
}

#top_menu .content {
	position: relative;
	width: 786px;
	text-align: left;
	margin: auto;
	background-color: #FFFFFF;
}

#top_menu .content .home {
	background-image: url(../images/layout/button_home_off.gif);
	width: 61px;
	height: 25px;
	display: block;
	float: left;
}

#top_menu .content .home:HOVER {
	background-image: url(../images/layout/button_home_on.gif);
}

#top_menu .content .dvd {
	background-image: url(../images/layout/button_dvd_off.gif);
	width: 52px;
	height: 25px;
	display: block;
	float: left;
}

#top_menu .content .dvd:HOVER {
	background-image: url(../images/layout/button_dvd_on.gif);
}

#top_menu .content .toys {
	background-image: url(../images/layout/button_toys_off.gif);
	width: 142px;
	height: 25px;
	display: block;
	float: left;
}

#top_menu .content .toys:HOVER {
	background-image: url(../images/layout/button_toys_on.gif);
}

#top_menu .content .video {
	background-image: url(../images/layout/button_video_on_demande_off.gif);
	width: 144px;
	height: 25px;
	display: block;
	float: left;
}

#top_menu .content .video:HOVER {
	background-image: url(../images/layout/button_video_on_demande_on.gif);
}

#top_menu .content .rentals {
	background-image: url(../images/layout/button_dvd_rentals_off.gif);
	width: 110px;
	height: 25px;
	display: block;
	float: left;
}

#top_menu .content .rentals:HOVER {
	background-image: url(../images/layout/button_dvd_rentals_on.gif);
}

#top_menu .content .apparel {
	background-image: url(../images/layout/button_apparel_off.gif);
	width: 77px;
	height: 25px;
	display: block;
	float: left;
}

#top_menu .content .apparel:HOVER {
	background-image: url(../images/layout/button_apparel_on.gif);
}

#top_menu .content .preorders {
	background-image: url(../images/layout/button_preorders_off.gif);
	width: 98px;
	height: 25px;
	display: block;
	float: left;
}

#top_menu .content .preorders:HOVER {
	background-image: url(../images/layout/button_preorders_on.gif);
}

#top_menu .content .valentine {
	background-image: url(../images/layout/button_valentine_off.gif);
	width: 102px;
	height: 25px;
	display: block;
	float: left;
}

#top_menu .content .promotion {
	background-image: url(../images/layout/button_promotionhq.gif);
	width: 102px;
	height: 25px;
	display: block;
	float: left;
}

#top_banner {
	background-color: #1572D0;
	text-align: center;
	position: absolute;
	width: 100%;
}

#top_account {
	width: 100%;
	background-color: #1572D0;
	position: absolute;
	top: 60px;
	text-align: right;
	height: 27px;
}

#top_account .content {
	width: 780px;
	position: relative;
	text-align: right;
	margin: auto;
}

#top_account .content a {
	float: right;
}

#top_submenu {
	width: 100%;
	background-image: url("../images/layout/top_submenu_bg.gif");
	position: absolute;
	top: 114px;
	text-align: right;
	height: 23px;
}

#top_submenu .content {
	width: 780px;
	position: relative;
	margin: auto;
}

#top_submenu .content a {
	float: left;
}

#call_us {
	position: absolute;
	width: 100%;
	height: 20px;
	top: 137px;
	background-image: url("../images/layout/call_us_bg.gif");
	text-align: center;
}
.dvd_box_list{
	width: 565px;
	height: 165px;
	margin: auto;
	background-image: url("../images/layout/dvd_list_bg.gif");
	overflow: auto;
	padding: 4px 5px 0px 5px;
}
.dvd_box_list .dvd_left{
	float: left;
	width: 400px;
	height: 155px;
}
.dvd_box_list .dvd_left img{
	margin-right: 7px;
}
.dvd_box_list .dvd_left a{
	font-weight: bold;
}
.dvd_box_list .dvd_left p{
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	font-family: Verdana;
	line-height: 150%;
	float: left;
	width: 315px;
}
.dvd_box_list .dvd_right{
	float: right;
	width: 160px;
	height: 135px;
	text-align: center;
	margin: 10px 0px;
	font-size: 18px;
	font-family: Arial;
}
.dvd_box_list .dvd_right .price{
	color: #003366;
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
}
.gri{
	color: #808080;
	font-weight: bold;
}
.view_details{
	font-family: Arial;
	font-size: 18px;
	color: #FF7920;
	font-weight: bold;
}

.bc{
	width: 580px;
	margin: 5px auto;
	font-weight: bold;
	font-family: Arial;
	line-height: 200%;
}
.bc a{
	background-color: #CCCCCC;
	color: #003366;
	text-decoration: none;
	font-size: 12px;
	padding: 3px;
	margin: 0px 5px;
}
.bc span{
	background-color: #CCCCCC;
	color: #808080;
	font-size: 12px;
	padding: 3px;
	margin: 0px 5px;
}