img {
	border: 0;
}

input[type=text] {
	border: 1px solid black;
	font-size: 12px;
	height: 16px;
}
input.text {
	border: 1px solid black;
	font-size: 12px;
	height: 16px;
}

select {
	border: 1px solid black;
}

a.noline {
	text-decoration: none;
}

a.bmenu {
	margin-left: 7px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
}
a.bmenu:hover {
	background-color: #0000AA;
}

div.spacer {
	height: 10px;
	clear: both;
}

/**************************************************************************************************/

div.sidescene_container {
	width: 246px;
	margin-bottom: 5px;
	margin-left: -1px;
	margin-right: 5px;
	text-align: left;
}

div.sidescene_header {
	border: 1px solid #888888;
	border-bottom: none;
	background-color: #0172be;
	font-size: 12px;
	height: 15px;
}
div.sidescene_number {
	float: right;
	width: 65px;
	text-align: right;
}
div.sidescene_title {
	font-weight: bold;
	float: left;
	width: 175px;
}
div.sidescene_screen {
	clear: both;
	text-align: center;
	border-left: 1px solid #888888;
	border-right: 1px solid #888888;
	background-color: #000000;
}
div.sidescene_footer {
	padding-left: 5px;
	border: 1px solid #888888;
	border-top: none;
	background-color: #666666;
	font-size: 12px;
	height: 15px;
}
div.sidescene_duration {
	width: 150px;
	float: left;
}
div.sidescene_link {
	width: 80px;
	float: right;
	text-align: center;
	background-color: #5ac10e;
	font-weight: bold;
}

div.sidescene2_header {
	border: 1px solid #999999;
	border-bottom: none;
	background-color: #0172be;
	font-size: 13px;
	height: 17px;
	padding: 2px 0px 2px 4px;
}
div.sidescene2_title {
	font-weight: bold;
}
div.sidescene2_screen {
	clear: both;
	float: left;
	text-align: left;
	border-left: 1px solid #999999;	
	border-bottom: 1px solid #999999;
	background-color: #000000;
	width: 180px;
	height: 136px;
}
div.sidescene2_footer {	
	border-right: 1px solid #999999;	
	border-bottom: 1px solid #999999;
	color: #FFFFFF;
	background-color: #666666;
	font-size: 12px;
	height: 15px;
	float: right;
	width: 64px;
	height: 136px;
	position: relative;
}
div.sidescene2_number {
	position: absolute;
	top: 9px;
	width: 64px;
	text-align: center;
}
div.sidescene2_downloads {
	position: absolute;
	top: 51px;
	width: 64px;
	text-align: center;
}
div.sidescene2_link {
	position: absolute;
	bottom: 0px;
	width: 64px;
	text-align: center;
	background-color: #5ac10e;
	background-image: url(images/download_gradient.gif);
	font-weight: bold;
	height: 32px;
	padding-top: 13px;
}



/**************************************************************************************************/

div.sidebar_container {
	width: 250px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
div.sidebar_header {
	height: 33px;
}
div.sidebar_body {
	width: 246px;
	margin-left: 3px;
	background-color: #555555;
	position: relative;
}

div.sidebar_spacer {
	height: 6px;
	position: absolute;
	background-color: #777777;
	width: 100%;
}

div.sidebar_button {
	background-image: url(images/sidebar_button.gif);
	height: 30px;
	width: 240px;
	color: #FFFFFf;
	font-weight: bold;
	font-size: 12px;
	position: relative;
}
span.sidebar_buttontext {
	position: absolute;
	top: 7px;
	left: 5px;
}

/**************************************************************************************************/

div.header_icon {
	 height: 35px;
	 width: 46;
	 float:left;
}
div.header_bar {
	height: 35px;
	width: 644px;
	background-image:url(images/header2_02.jpg);
	float: left;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
span.header_text {
	position: relative;
	top: 10px;
	color: #0000CC;
	font-weight: bold;
	font-size: 14px
}

/**************************************************************************************************/

div.page_container {
	text-align: center;
	margin: 0px auto;
	background-color: #FFFFFF;
	height: 49px;
}

span.page_number {
	display: table-cell; 
	display: inline-block; 
	width: 45px; 
	background-color: #0172be;
	height: 35px;
	border: 1px solid #FFFFFf;
	font-size: 22px;
	font-weight: bold;
	margin-right: 10px;
	padding-top: 7px;
	margin-top: 2px;
	text-align: center;
}
span.page_number:hover {
	background-color: #5bc20f;
}

/**************************************************************************************************/

div.content_container {
	width: 690px;
	background-color: #FFFFFF;
	color: #000000;
	margin: 0px;
	padding: 0px;
	clear: both;
}

/**************************************************************************************************/

div.dvd_container {
	color: #000000;
	background-color: #FFFFFF;
	width: 690px;
	text-align: left;
	background-image: url(images/bgblock.jpg);	
	position: relative;
}

div.dvd_cover {
	float: left;
	width: 210px;
	text-align: right;
}

div.dvd_info {
	float: left;
	width: 285px;
}
div.dvd_title {
	background-color: #0172be;
	color: #FFFFFF;
	font-size: 16px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-weight: bold;
	text-align: center;
}

table.dvdinfotable {
	font-size: 11px;
}
td.dvdinfotd {
	color: #0172BE;
	font-size: 11px;
}
.dvd_titletd {
	font-weight: bold;
	color: #0172BE;
}
.dvd_infotd {
	color: #0172BE;
}
div.dvd_description { 
	padding: 8px;
	color: #0172BE;
}

div.dvd_screens {
	float: left;
	width: 170px;
	position: relative;
}

div.dvd_downloadbutton {
	position: absolute;
	top: 240px;
}

img.dvd_screentop {
	position: absolute;
	top: 0px;
	border: 2px solid #000000;
	height: 138px;
	width: 180px;
}
img.dvd_screenbottom {
	position: absolute;
	border: 2px solid #000000;
	top: 138px;
	height: 138px;
	width: 180px;
}

/**************************************************************************************************/

div.horiz_container {
	width: 161px;
	border: 1px solid #000000;
	background-image:url(images/bgblock.jpg);
	float: left;
	text-align: center;
	margin-right: 3px;
	margin-left: 3px;
}

div.horiz_title {
	height: 28px;
	width: 100%;
	background-color: #0172BE;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	overflow: hidden; position: relative;
	display: table;
}
div.vcenter_mid {
	display: table-cell;
	vertical-align: middle;
}

div.horiz_cover {
	text-align: center;
	height: 194px;
	overflow: hidden;	
}
div.horiz_added {
	text-align: center;
	background-color: #d2f3fa;
	color: #0172BE;
	width: 139px;
	margin: 0 auto;
}
div.horiz_downloaded {
	text-align: center;
	background-color: #d2f3fa;
	color: #0172BE;
	font-weight: bold;
	width: 139px;
	margin: 0 auto;
}
div.horiz_link {
	background-color: #0172BE;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}

/**************************************************************************************************/

span.faq_q {
	font-weight: bold;
}
p.faq_a {
}

/**************************************************************************************************/

div.sm_container {
	float: left;
	width: 110px;
	text-align: center;
}
div.med_container {
	float: left;
	width: 140px;
	text-align: center;
}

div.sm_title {
	text-align: center;
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
}
div.med_title {
	text-align: center;
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
}

