body {
	background-image:url('images/bg.jpg');
	padding:0px;
	margin:0px;
	font-family:tahoma;
}
/*div {
border:1px solid #ff0000;
padding:5px;
margin:5px;
}*/

#container {
	margin-top:10px;
}

#header1,#header2,#header3 {
	width:770px;
}

#header3 {
text-align:left;
background-image:url('images/b2.jpg');
background-position:166px 0px;
background-repeat:no-repeat;*/
background-color:#ffffff;

}

#contentcontainer {
	width:770px;
	HEIGHT:1120px;
	background-image:url('images/contentbg.jpg');
	background-repeat:repeat-y;
}

/* Left column: sidebar links */
	#sidebar{
		width:166px;
		height:100%;
		float:left;
	}

	#menu1 {
		background-image:url('images/menubg.jpg');
		width:162px;
		height:74px;
		text-align:left;
	}

	#menu2 {
		background-image:url('images/menubg.jpg');
		width:162px;
		height:124px;
		text-align:left;
	}
/* end left column*/

/* begin content area*/
	#content{
		width:602px;
		text-align:left;
		float:left;
		/*background-image:url('images/gradientbg.jpg');*/
	}

		#content_top{
			width:585px;
			text-align:left;
			
		}

			/* Left col, images */
			#content_top_leftcol {
				width:210px;
				margin-left:5px;
				text-align:left;
				float:left;
			}
						/* ProductImage */
						
						#divProductImages {
							width:210px;
							height:301px;
							background-image:url('http://images.vcx.com/ProductImages/ImageFrontSmall/Default-F-S.jpg');
						}

						#divProductImage_Front {
							display:block;
							width:210px;
							height:301px;			
						}

						#divProductImage_Back {
							display:none;
							width:210px;
							height:301px;					
						}

						#divProductImageCaption {
							font-family:tahoma;
							font-size:10px;
							text-align:center;
						}

						img.ProductImage {
							width:210px;
							height:301px;
							border:1px solid #000000;
						}

						img.LargeImage {
							width:372px;
							height:520px;
						}
						/* end ProductImage */

			/* right col buy box, rating, etc */
			#content_top_rightcol {
				width:342px;
				text-align:left;
				margin-left:10px;
				margin-top:35px;
				float:left;
			}

				#buy {
					margin:0px;
					padding:0px;
					background-image:url('images/buy_bg.jpg');
				}

				img.buyboxbuttons {
					width:120px;
					height:20px;
					padding:3px;
				}


					/* vod boxes */
					#buy_box_VOD_Streaming {
						margin:0px;
						margin-left:10px;
						padding:0px;
					}

					#buy_box_VOD_Download {
						margin:0px;
						margin-left:10px;
						padding:0px;
					}

					.buyboxheader {
						font-family:tahoma;
						font-size:16px;
						font-weight:bold;
					}

					.buyboxsubheader {
						font-family:tahoma;
						font-size:14px;
						font-weight:bold;
					}

					#buy_box_VOD_Prices {
						margin:0px;
						margin-left:20px;
						padding:0px;
					}
					/* end vod boxes */

					/* dvd boxes */
					#buy_box_DVD {
						margin:0px;
						margin-left:10px;
						padding:0px;
					}

					#buy_box_DVD_Prices {
						margin:0px;
						margin-left:20px;
						padding:0px;
					}
					/* end dvd boxes */


					/* rating */
					#rate {
						margin:0px;
						padding:0px;
						background-image:url('images/rate_bg.jpg');
					}

					#divRateCaption {
						margin:0px;
						margin-left:10px;
						padding:0px;
						text-align:center;
					}

					.smalltext {
						font-family:tahoma;
						font-size:10px;
					}
					/* end rating */


	/* productinfo */
	#divProductInfo {
		width:565px;

		margin-left:15px;
		padding-top:20px;
	}

	.subblockheader {
		font-family:tahoma;
		font-size:13px;
		font-weight:bold;
	}

	.subblock {
		border:1px solid #000000;
		width:565px;
	}

	.subblocktable {
		margin-left:15px;
		width:550px;
	}
	/* end productinfo */

	/* related products */
	#divRelatedProducts {
		width:565px;
		margin-left:15px;
		padding-top:20px;
	}
	/* end related products*/

	/* reviews */
	#divReviews {
		width:565px;
		margin-left:15px;
		padding-top:20px;
	}
	/* end reviews */
/* end content area */

#footer1 {
	width:770px;
}


/* various classes */
a.sidebar {
	margin-left:4px;
	font-family:tahoma;
	font-size:13.2px;
	font-weight:bold;
	color:#ffffff;
}

a.sidebar:hover {
	font-family:tahoma;
	font-size:13.2px;
	font-weight:bold;
	font-style:italic;
	color:#ffffff;
}

.movietitle {
	font-family:arial;
	font-size:18px;
	font-weight:bold;
}

.studio {
	font-size:12px;
	font-family:tahoma;
}

a.studiolink{
	color:#ff0000;
	font-size:13px;
	font-family:tahoma;
}

th {
	text-align:right;
	font-family:tahoma;
	font-size:12px;
	font-weight:bold;
}

.thdetail {
	font-family:tahoma;
	font-size:12px;
	font-weight:normal;
}

img.relatedthumb {
	width:88px;
	height:125px;
	border:1px solid #cdcdcd;
}
