body {
	margin: 0px;
	background-color: #999;
	color: #000;
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	text-align: center;
}

/*** BEGIN Color Picker Styles ***/

.presets_colors_container {
	float: left;
	width: 266px;
	height: 101px;
	top: 41px;
	overflow: hidden;
	position: relative;
}

#color_slider {
	width: 230px;
	height: 56px;
	position: absolute;
	top: 30px;
	left: 266px;
	background: #fff url(images/panel.bg.jpg) repeat-x 0px -30px;
	border: 1px solid #69c;
	display: inline;
}

.colorcode {
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	text-align: center;
	width: 50px;
	height: 14px;
	border: 1px solid #000;
	margin-top: 2px;
}

.clear {
	clear: both;
}

.colorbox {
	width: 32px;
	height: 16px;
	border: 1px solid #000;
	cursor: pointer;
}

#colorsOK {
	width: 46px;
	height: 18px;
}

#colorsCancel {
	width: 46px;
	height: 18px;
	margin-top: 4px;
}

/*** END Color Picker Styles ***/

/*** BEGIN THREE COLUMN LAYOUT styles ***/

#container {
	padding-left: 160px;   /* LC width */
	padding-right: 200px;  /* RC width */
	margin: auto;
	overflow: hidden;
	min-width: 370px;
}

#container .column {
	position: relative;
	float: left;
}

#center {
	width: 100%;
}

#left {
	width: 160px;          /* LC width */
	right: 160px;          /* LC width */
	margin-left: -100%;
}

#right {
	width: 200px;          /* RC width */
	margin-right: -200px;  /* RC width */
}

.footer {
	clear: both;
	padding: 2px 0px 8px 0px;
}
.footerlink { color:#f00 }
.footerlink:hover { text-decoration:none }

/*** IE6 Fix ***/
* html #left {
	left: 200px;           /* RC width */
}

/*** END THREE COLUMN LAYOUT styles ***/

#custom_theater {
	position: relative;
	margin: auto;
	width: 980px;
	min-width: 850px;
}

#custom_theater input {
	font-size: 11px;
}

#custom_theater button {
	margin:1px 2px;
	vertical-align: middle;
}

.button {
	border: 1px solid #88a;
	background-color: #88a;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
	margin-right:4px;
}

.button:hover {
	background-color: #eef;
	/*color: #88a;*/
}

.header {
	color: #fff;
	text-align: center;
/*	background: url(images/header_gradient.png) repeat-y right;*/
	position: relative;
	overflow: hidden;
}

.flag {
	position: absolute;
	bottom: 8px;
	right: 10px;
}

.flag a {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.flag a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.top_menu_bar {
/*	background-color: #eef;*/
	padding: 0px;
	margin: 0px;
	border-bottom:4px solid #eef;
}

.menu_horiz {
	float: left;
/*	padding: 0 34px 2px 0;*/
	padding: 0 34px 0 0;
	margin: 0px;
	list-style: none;
	position: relative;
	display: block;
}

.menu_horiz a {
	text-decoration: none;
}

.menu_horiz_item_bg {
	float: left;
	margin:0 4px;
}

.menu_horiz_item {
	padding:6px 6px 4px 6px;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	background-color:#eef;
	cursor: pointer;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
}
*+html .menu_horiz_item { padding-top:4px }
.menu_horiz_item:hover {}

.menu_horiz_item_bg b.rtop {display: none} /* turn off "fake" rounded corners by default */
/** turn them ON for IE7 only
	if template doesn't use rounded cornders just remove this line and the following b styles
	also, each li has to have width defined, otherwise rounded corners in IE don't work */
*+html .menu_horiz_item_bg b.rtop { display:block; height:3px }
*+html li.mh-home { width:42px }
*+html li.mh-new { width:92px }
*+html li.mh-buy { width:88px }
*+html li.mh-support { width:64px }
*+html li.mh-help { width:96px }
*+html li.mh-account { width:86px }
*+html li.mh-custom { width:92px }
.menu_horiz_item_bg b.rtop { background-color:transparent }
.rb { display:block; height:1px; overflow:hidden; background-color:#eef }
.menu_horiz_item_bg b.r1 { margin:0 4px/*; position:relative; top:-2px*/ }
.menu_horiz_item_bg b.r2 { margin:0 2px/*; position:relative; top:-4px*/ }
.menu_horiz_item_bg b.r3 { margin:0 1px/*; position:relative; top:-6px*/ }
/* end of "fake rounded corners" styles */

#menu_vert {}

.menu_vert {
	overflow: hidden;
	position: relative;
}

.menu_vert ul, .menu_vert li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.menu_vert a {
	border-bottom: 1px solid #88a;
	width: 100%;
	padding: 2px 0px 1px 0px;
	cursor: pointer;
	margin-top: 2px;
	display: block;
	color: #000;
	text-decoration: none;
}

.menu_vert a:hover {
	background-color: #88a;
	color: #fff;
}

.login_horiz {
	position: relative;
	float: right;
	margin: 0px;
	padding: 0px;
	margin-top: 5px;
/*	padding-bottom: 4px;*/
}

.login_input-horiz {
	float: left;
	padding: 0px 6px 0px 6px;
}

.textfield-login-horiz {
	width: 60px;
	font-size: 11px;
}

.button-login-horiz {
}

.button-login-horiz:hover {
}

.login_vert {
	display: block;
}


.login_input-vert {
	padding: 0px 6px 0px 6px;
}

.textfield-login-vert {
	font-size: 11px;
	width: 120px;
}

.button-login-vert {
	margin-bottom: 4px;
}

.button-login-vert:hover {
}

/*** BEGIN Styles For Modules ***/

#left_column div.module {
	position: relative;
	width: 160px;
	margin: 2px 4px 12px 0px;
}	

#right_column div.module {
	position: relative;
	width: 200px;
	margin: 2px 0px 12px 4px;
}


.module {
	border: 1px solid #88a;
	position: relative;
	display: block;
	padding: 2px;
	text-align: left;
	padding: 2px;
	background: #eef url(images/box_gradient.png) repeat-x;
	background-position: bottom center;
}

.module_header {
	cursor: move;
	background-color: #88a;
	color: #fff;
}

.header_left {
}

.header_middle {
	font-weight: bold;
	height: 17px;
	text-align: center;
	font-size: 12px;
}

.header_right{
}

/* use this style if need to define simple borders */
.module_body {
	padding: 1px;
}

/* use these styles to define more complex borders with background and special corners and such */
.body_top_left {
}

.body_top_middle {
}

.body_top_right {
}

.body_left {
}

.body_middle {
}

.body_right {
}

.body_bottom_left {
}

.body_bottom_middle {
}

.body_bottom_right {
}

.module_footer {
	display: none;
}

.footer_left {
}

.footer_middle {
}

.footer_right{
}

/*** Any unique module properties go here ***/

.menu {
}

.login {
}

.search {
	position: relative;
}

.search .textfield {
	width: 90%;
}

.search .button {
	margin: 4px;
}

.search hr {
	border: none;
	border-bottom: 1px solid #88a;
}

.search select {
	font-size: 11px;
	width: 90%;
	margin-bottom: 4px;
}

.packages {
}

.packages a, .packages a:visited {
	display: block;
	padding: 2px;
	margin: 0px;
	text-align: right;
	text-decoration: underline;
	border-top: 1px dotted #ccc;
}

.packages a:hover, .packages a:active {
	text-decoration:none;
}

.toplist {
}

.toplist ol, .toplist ul {
	margin: 0px;
	padding: 4px 0px 4px 26px;
}

.toplist li {
	padding: 2px 0px;
}

.toplist a, .toplist a:visited {
	display: block;
	text-decoration: none;
}

.toplist a:hover, .toplist a:active {
	text-decoration: underline;
}

.fmovie {
}

.fm_title, .fm_title:visited {
	display: block;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 2px;
}

.fm_title:hover, .fm_title:active {
	text-decoration: underline;
}

.fmovie td img {
	border: 1px solid black;
}

.fmovie td img:hover {
	border-color: #88a;
}

.fm_details {
	text-align: left;
}

.fm_details a {
	display: block;
	float: left;
	padding: 0px 3px;
	text-decoration: none;
}

.fm_details a:link, .fm_details a:visited {
}

.fm_details a:hover, .fm_details a:active {
	text-decoration: underline;
}

.dvdcovers {
	width: 98%;
}

select.featured_studio {
	width: 120px;
	font-size: 11px;
	background-color: #88a;
	color: #fff;
	font-weight: bold;
	font-family: Arial, Sans-Serif;
	border: none;
}

select.featured_studio:hover {
	background-color: #a0a0d0;
}

.dvdcovers select {
	font-size: 10px;
	width: 70px;
	height: 16px;
}

.dvdcovers .searchcontrols {
}

.dvdmovieinfo {
}

.dvdmovieinfo-cover {
	width: 200px;
	border-width: 2px;
	padding: 0px;
	float: none;
}

.dvdmovieinfo-info {
}

.dvdmovieinfo-title {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

.dvdmovieinfo-title a {
	padding:1px 3px;
	border: 1px solid #88a;
	font-size: 11px;
	width: 94px;
	text-decoration: none;
	display: block;
	float: left;
	margin-left: 5px;
}

.dvdmovieinfo-title a:hover {
	background-color: #88a;
	color: #fff;
}

.dvdmovieinfo-info span {
	display: block;
	margin-bottom: 10px;
}

.dvdmovieinfo-info span a {
}

.dvdmovieinfo-scene {
	float: left;
	margin: 6px;
	padding-bottom: 12px;
	border-bottom: 1px solid #88a;
}

.dvdmovieinfo-scene img{
	width: 272px;
}

.dvdmovieinfo .scene button {
	padding:0 3px;
}

.dvdmovieinfo a.button {
	padding: 0 6px 1px 6px;
	text-decoration: none;
	font-size: 12px;
}

.dvdmovieinfo .scene-ipod {
	float: left;
	margin: 6px;
	padding-bottom: 12px;
	border-bottom: 1px solid #88a;
}

.dvdmovieinfo .scene-ipod img{
	width: 272px;
}

.dvdmovieinfo .scene-ipod button{
	padding: 0 6px;
	margin: 0 auto;
}

.presignup {
	padding: 4px 12px;
}

.presignup .bigtext {
	font-size: 26px;
	font-family: Impact;
	letter-spacing: -1px;
}

.ipod-search-results-movies {
}

.ipod-search-results-movies .body_middle img.cover {
	width: 200px;
	border: 2px solid #990000;
	padding: 0px;
	float: none;
}

.ipod-search-results-movies .info {
}

.ipod-search-results-movies .info .title {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

.ipod-search-results-movies .info .title a {
	padding:1px 3px;
	border: 1px solid #88a;
	color: #88a;
	font-size: 11px;
	width: 94px;
	text-decoration: none;
	display: block;
	float: left;
	margin-left: 5px;
}

.ipod-search-results-movies .info .title a:hover {
	background-color: #88a;
	color: #fff;
}

.ipod-search-results-movies .info span {
	display: block;
	margin-bottom: 10px;
}

.ipod-search-results-movies .info span a {
	color: #f00;
}

.ipod-search-results-movies .info .scene {
	float: left;
	margin: 6px;
	padding-bottom: 12px;
	border-bottom: 1px solid #88a;
}

.ipod-search-results-movies .info .scene img{
	width: 160px;
}

.ipod-search-results-movies  .info.scene button{
	padding:0 3px;
}

.ipod-search-results-movies .searchcontrols {
	margin-top: 6px;
	padding-bottom: 8px;
	margin-bottom: 8px;
	border-bottom: 1px solid #88a;
}

.ipod-search-results-movies .searchcontrols td {
	white-space: nowrap;
}

.ipod-search-results-movies .searchcontrols select {
	font-size: 10px;
	width: 90px;
}
.ipod-search-results-movies .searchcontrols .keywordsfield {
	width: 180px;
}


.ipod-scene-search {
}

.ipod-scene-search .body_middle img.cover {
	width: 200px;
	border: 2px solid #990000;
	padding: 0px;
	float: none;
}

.ipod-scene-search .info {
}

.ipod-scene-search .info .title {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

.ipod-scene-search .info .title a {
	padding:1px 3px;
	border: 1px solid #88a;
	color: #88a;
	font-size: 11px;
	width: 94px;
	text-decoration: none;
	display: block;
	float: left;
	margin-left: 5px;
}

.ipod-scene-search .info .title a:hover {
	background-color: #88a;
	color: #fff;
}

.ipod-scene-search .info span {
	display: block;
	margin-bottom: 10px;
}

.ipod-scene-search .info span a {
	color: #f00;
}

.ipod-scene-search .info .scene {
	float: left;
	margin: 6px;
	padding-bottom: 12px;
	border-bottom: 1px solid #88a;
}

.ipod-scene-search .info .scene img{
	width: 160px;
}

.ipod-scene-search  .info .scene button{
	padding:0 3px;
}

.ipod-scene-search .searchcontrols {
	margin-top: 6px;
	padding-bottom: 8px;
	margin-bottom: 8px;
	border-bottom: 1px solid #88a;
}

.ipod-scene-search .searchcontrols td {
	white-space: nowrap;
}

.ipod-scene-search .searchcontrols select {
	font-size: 10px;
	width: 90px;
}
.ipod-scene-search .searchcontrols .keywordsfield {
	width: 180px;
}

.ipod-scene-search .sceneshot {
	float: left;
	width: 35.4%;
	min-width: 90px;
	max-width: 188px;
	min-height: 155px;
	overflow: hidden;
	padding-top: 4px;
	padding-bottom: 8px;
}

.ipod-scene-search .sceneshot a {
	color: #ff4111;
}

.ipod-scene-search .sceneshot a:hover {
	color: #c70000;
	text-decoration: none;
}

.ipod-scene-search .sceneshot img {
	width: 88%;
	min-width: 80px;
	min-height: 50px;
	border: 2px solid #777777;
}

.account {
}

.account .table {
	border: 1px solid #88a;
	font-size: 12px;
	padding: 4px;
	margin-top: 8px;
}

.account .table tr.header td {
	background-color: #88a;
	color: #fff;
	font-weight: bold;
	height: 18px;
}

.account .table td {
	height: 16px;
}

.account .table tr.alt-row td {
	background-color: #fff;
}

.account .table a {
	display: block;
	color: #88a;
	padding-left: 6px;
	font-weight: bold;
	border-right: 1px solid #88a;
}

.account .table a:hover {
	color: #fff;
	background-color: #88a;
	text-decoration: none;
}

.account .table hr {
	padding:0; margin:0; border:0;
	border-bottom:1px solid #88a;
	margin-top: 6px;
}

.account .alt a {
	border: none;
}

.email-friend {
	color: #ffc;
	font-size: 11px;
	font-family: Arial, Helvetica;
}

.email-friend input, .email-friend textarea {
	color: #000;
	font-size: 11px;
	font-family: Arial, Helvetica;
	background-color: #fff8d5;
	border: solid 2px #aaa;
}
.email-friend .textfield { width: 116px; }
.email-friend .textarea { width: 206px; }

.buy input {
	vertical-align: top;
}

.buy label {
	vertical-align: bottom;
}

.buy .textarea {
	padding: 8px;
	font-size: 12px;
}

/* describes styles for generic info/text pages, such as support, how to, etc. */
.info_text {
	font-size: 12px;
}

.info_text input {
	width: 280px;
}

.info_text textarea {
	width: 280px;
	height: 120px;
}

.info_text button {
	width: 80px;
	margin:0 6px;
}

.headline {
	background: #88a;
	font-size: 13px;
	font-weight: bold;
	padding: 4px;
	margin-top: 6px;
}

.info_text p {
	padding-left: 8px;
}

.myfavorites {
	font-size: 12px;
}

.fav_title {
	padding:4px; margin:4px;
	width: 46%;
	max-width: 280px;
	float: left;
	border: 1px solid #999;
	position: relative;
}

.fav_title img {
	width: 40%;
	float: left;
	padding-right: 6px;
}

.fav_title a.title {
	font-weight: bold;
	text-align: center;
	margin-bottom: 4px;
	display: block;
	color: #ea4;
}

.fav_title .tags a {
	padding:0 4px;
	color: #e00;
	text-decoration: none;
}

.fav_title .tags a:hover {
	text-decoration: underline;
}

.fav_title .notes {
	margin-top: 8px;
}

.fav_title button {
	position: absolute;
	bottom: 4px;
}

.fav_title button.right {
	right: 4px;
}

ul.account_menu {
	list-style: none;
}

ul.account_menu li {
	float: left;
}

ul.account_menu li a {
	padding: 1px 3px;
	margin:0 2px;
	color: #fff;
	text-decoration: none;
}

/*** END Styles For Modules ***/

.cover {
	float: left;
	width: 19.9%;
	min-width: 90px;
	max-width: 200px;
	min-height: 155px;
	overflow: hidden;
	padding-top: 4px;
	padding-bottom: 8px;
	white-space: nowrap;
}

.cover a {
}

.cover a:hover {
	text-decoration: none;
}

.cover img {
	width: 75%;
	min-width: 80px;
	min-height: 50px;
	border: 2px solid #777777;
}

#modTopRelease{}
img { -ms-interpolation-mode:bicubic }

#modTextAd .header_middle { font-size:14px }
.textad p { padding:3px 5px; margin:0px }
.textad .big { font-size:16px }
.textad .med { font-size:12px }
* html .textad p, *+html .textad p { margin:0 }

#modTextAd .textad { padding:0 }
/* new 1click code */
.pkgs { padding:14px 0 0 10px; }
.pkgs .big { padding:0 0 6px 20px; margin-bottom:6px; border-bottom:1px solid #ccc; font-weight:bold; }
.textad form { padding-left:20px; width:250px; }
.textad form label {
	display:block;
	font-size:11px;
	margin:2px 0 2px 2px;
	padding:2px;
	background:#eee;
	border:1px solid #ccc;
	color:#000;
	overflow:hidden;
}
.textad form label.float { float:left; width:216px; margin-bottom:0; }
.textad form label:hover { background:#f6f6f6; }
.textad form label strong { font-size:14px; }
.textad form #showmore {
	font-size:12px;
	display:block;
	border:1px solid #ccc;
	border-width:1px 1px 1px 0;
	cursor:pointer;
	width:13px;
	height:13px;
	text-align:center;
	padding:5px 6px;
	margin-top:2px;
	background:#eee;
	color:#000;
	float:left;
}
.textad form #showmore:hover { background:#fff; }
.textad form #showmore.disabled img { opacity:.4; filter:alpha(opacity=40); }
.textad form #showmore.disabled:hover { background:#eee; cursor:default; }
.textad form #morepackages { font-size:11px; display:none; }
.textad form .radio { }
#custom_theater .textad form .bttn1click { font-size:14px; }