/* Style sheet authored by niXer. nixer@ndevix.com */

button, code, h1, h2, h3, h4, h5, h6, input, pre, select, table, td, textarea, th { font-size: 1em; }

blockquote, body, br, button, dd, fieldset, form, h1, h2, h3, h4, h5, h6, embed, object, html, label, legend, p, pre, table, tr, td, input, div, img { 
	margin: 0; 
	padding: 0; }

img { border: 0; }

blockquote, dl, dd, ol, p, pre, textarea, ul, li { margin-bottom: 1.5em; }

a {
	color: #ac211b;
	text-decoration: none; }

a:hover { text-decoration: underline; }

body, html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #fff url(design/bkgpat.jpg);
	font: normal 11px "lucida grande", verdana, tahoma;
	color: #000;
	line-height: 1.5em; }

h1 { font-size: 2.5em; }

h2 {
	font-size: 1.5em;
	color: #F27687; }

h3 { font-size: 1.4em; }

h4 { font-size: 1.3em; }

h5 { font-size: 1.1em; }

/* h1, h2, h3, h4, h5 { } */

td { vertical-align: top; }

/* 
input:focus, input:hover, select:hover, select:focus, textarea:hover, textarea:focus { background-color: #E5F0F6; }

input.button:focus, input.button:hover { background-color: #0076BE; }
*/

/*	----------------------------------------------
	CLASSES
	------------------------------------------- */

.row { padding: 2px 4px; }

.fineprint { font-size: 85%; }

.underline { text-decoration: underline; }

.noline { text-decoration: none; }

.caps { text-transform: capitalize; }

.widthauto, div.widthauto, input.widthauto { width: auto; }

/* Margins */

.center { margin: 0 auto; }

.marginnone { margin: 0; }

.bump { margin-top: 5px; }

.bumpright { margin-right: 5px; }

.bumpbottom { margin-bottom: 10px; }

/* Alignment */

.textleft, td.textleft, th.textleft, div.textleft { text-align: left; }

.textright, td.textright, th.textright, div.textright { text-align: right; }

.textcenter, td.textcenter, th.textcenter, div.textcenter { text-align: center; }

.textjustify, td.textjustify, th.textjustify, div.textjustify { text-align: justify; }

.top { vertical-align: top; }

.middle { vertical-align: middle; }

.bottom { vertical-align: bottom; }

/* Display */

.none { display: none; }

.block { display: block; }

.inline { display: inline; }

/* Float */

.clear { 
	clear: both;
	visibility: hidden; }

.floatl { 
	float: left;
	width: auto; }

.floatr { 
	float: right;
	width: auto; }

.picfloatr {
	float: right;
	margin-left: 5px;
	text-align: center; }

.box {
	padding: 5px;
	margin: 10px auto;
	border: 1px dotted #ddd;
	color: #444; }

.smbox {
	width: 65%;
	height: auto;
	padding: 5px;
	margin: 2px auto;
	background: #fff;
	border: 1px dotted #ddd;
	color: #444; }

.photoflt {
	float: left;
	margin: 5px;
	text-align: center; }

.photoflt img {
	border: 2px solid #511f1b;
	cursor: pointer; }

.photoflt a { 
	text-decoration: underline;
	color: #53211d; }
	
input.button, input.login {
	width: auto;
	height: auto;
	margin: 0;
	padding: 1px;
	background: #53211D;
	border: 1px solid #fff;
	color: #fff;
	cursor: pointer; }
	
input, textarea {
	width: 158px;
	margin: 0;
	padding: 3px 4px;
	border: 1px solid #cecece;
	font: normal 11px "lucida grande", tahoma, verdana, arial, sans-serif;
	color: #444; }
	
select {
	width: auto;
	height: auto;
	margin: 0;
	padding: 3px;
	border: 1px solid #cecece;
	font: normal 11px "lucida grande", tahoma, verdana, arial, sans-serif; }

/*	----------------------------------------------
	STRUCTURE
	------------------------------------------- */
	
#header {
	width: 990px;
	height: 135px;
	margin: 0 auto; }

#menu {
	width: 990px;
	height: 65px;
	margin: 0 auto;
	background: url(design/header_bottom.png) no-repeat; }
	
#searchmenu {
	width: 924px;
	margin: 0 auto;
	background: url(design/pnk_bkg.png) repeat-y; }

#inner_menu { 
	height: 25px;
	padding: 17px 0 0 55px; }

#inner_menu a {
	margin: 0 5px;
	padding: 0;
	font-weight: bold;
	color: #53211d; }

#wrap {
	width: 924px;
	height: auto;
	margin: 0 auto;
	background: url(design/pnk_bkg.png) repeat-y; }

#rht, #lft {
	float: left;
	width: 180px;
	height: auto;
	padding: 0 10px; }

#mdl {
	float: left;
	width: 500px;
	height: auto;
	padding: 10px 12px;
	/*background: #fff url(design/mdl_bkg.jpg) no-repeat center center;*/ }

#footer {
	width: 924px;
	height: 15px;
	margin: 0 auto;
	background: url(design/footer_bkg.png) no-repeat; }

#lightbox {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background: url(design/images/lightbox_bk.png) repeat;
	overflow: auto;
	z-index: 1; }
	
#plightbox {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background: url(design/images/lightbox_bk.png) repeat;
	overflow: auto;
	z-index: 1; }
	
.closelink {
	margin-bottom: 10px;
	padding: 20px;
	background: #fff;
	border-bottom: 3px solid #AC211B;
	font: bold large Arial;
	text-align: center;
	color: #AC211B; }
	
.lbin { text-align: center; }

.lbin img {
	display: block;
	margin: 0 auto;
	border: 2px solid #fff; }

#largewatch {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 400px;
	height: 350px;
	margin-top: -180px;
	margin-left: -205px;
	padding: 5px;
	background: #AC211B; }
	
/*	----------------------------------------------
	SIDES
	------------------------------------------- */

.bgsideheader {
	margin-bottom: 5px;
	padding: 1px 3px;
	/*background: #AC211B;
	background:#7F352F;	*/
	background: #53211D;
	border: 1px dotted #84261C;
	border-width: 1px 0; 
	text-align: center;
	font: bold large Arial, Helvetica, sans-serif;
	color: #fff; }

.bgsideheader a { color: #fff; }

.bgsideheader a:hover { text-decoration: none; }
	
.sideheader {
	margin: 5px 0;
	padding: 1px 3px;
	/*background: #AC211B;*/
	background: #53211D;
	border: 1px dotted #84261C;
	border-width: 1px 0; 
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #fff; }

.sideheader a { 
	text-decoration: none;
	color: #fff; }

.sidelink {
	padding: 2px 4px;
	text-indent: 4px;
	color: #fff; }

.sidelink a {
	font: normal small Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: capitalize;
	color: #fff; }

.sidelink a:hover { 
	text-decoration: underline;
	color: #84261C; }
	
.moviesnap {
	float: left;
	width: 240px;
	height: 225px;
	margin: 10px 5px;
	overflow: hidden;
	cursor: pointer; }

.channel {
	float: left;
	width: 230px;
	margin: 2px 5px;
	padding: 5px;
	text-align: center;
	background: #FEE8DE;
	font: bold small Arial;
	color: #AC211B; }

.print_container {
	width: 486px;
	margin: 0 auto; }
	
.printsnap {
	float: left;
	width: 152px;
	margin: 10px 5px; }
	
.printsnap img {
	border: 1px solid #AC211B;
	cursor: pointer; }
	
.printsnap:hover, .moviesnap:hover {
	filter: alpha(opacity=75);
	opacity: 0.75; }

#checkout th {
	padding: 2px;
	background: #AC211B;
	border: 1px dotted #84261C;
	border-width: 1px 0; 
	font: bold 11px Arial, Helvetica, sans-serif;
	text-align: center;
	text-decoration: none;
	color: #fff; }

#checkout .items td {
	padding: 2px;
	background: #fff;
	text-align: center; }