* { 
	margin: 0;
	padding: 0;
}
body {
	font-size: 62.5%;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	text-align: center;
	background-color: #aba9ab;
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
	margin: 0;
	padding: 0;
}
#container {
	margin: 0 auto;
}

/* columns ******************************************************************/

.twoColumn {
	width: 972px;
}
.singleColumn {
	width: 640px;
}
.singleColumnWide {
	width: 893px;
}
#mainContent {
	text-align: left;
}
.twoColumn #mainContent, 
.twoColumn #footer {
	clear: right;
	float: right;
	width: 640px;
}
.singleColumn #mainContent, 
.singleColumn #footer {
	margin: 0 auto;
	width: 640px;
}
#left {
	text-align: left;
	float: left;
	width: 320px;
}

/* header ******************************************************************************/

#header {
	text-align: right;
	margin-bottom: 12px; 
	position: relative;
	min-height: 23px; 
}
#headerMenu {
	position: absolute;
	right: 0;
	bottom: 0;
}
	#headerMenu li {
		float: left;
		border-right: 1px solid #aba9ab;
	}
	#headerMenu li.last {
		border-right: 0 none;
	}
		#headerMenu li a {
			display: block;
			background-position: right -2px;
			background-repeat: repeat-x;
			background-image: url(../images/headerLinkBg.png);
			color: #ffffff;
			text-decoration: none;
			font-size: 12px;
			line-height: 13px;
			padding: 6px 11px;
		}
		#headerMenu li a:hover {
			color: #2c2c2c;
			background-color: #ffffff !important;
			background-position: right -32px;
		}
		#headerMenu li a.sbBasketLink {
			background-repeat: no-repeat;
			background-image: url(../images/basketLink.png);
			padding-right: 41px !important;
		}
		#headerMenu li a.sbBasketLink:hover {
			background-color: #ffffff;
		}
.singleColumn #bannerImage {
	width: 640px;
	overflow: hidden;
}
#bannerImage1 {
	padding:0 0 12px 0;
	float:left;
}
#bannerImage2 {
	padding:0 0 12px 12px;
	float: left;
}

/* Header main navigation *****************************/

.headerMainNav {
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: left;
	height: 25px;
}
.headerMainNav li {
	float: left;
	cursor: pointer;
}

/*********************************************************************/
/* li.hover and level1, level2... classes applied by styleHelpers.js */
/*********************************************************************/
	
	/* Level 1 *******************************************/
	
	.headerMainNav li.level1 {
		border-left: 1px solid #aba9ab;
	}
	.headerMainNav li.level1.first {
		border-left: 0 none;
	}
	
	/* Level 2 *******************************************/
	
	.headerMainNav li ul {
		position: absolute; 
		top: 25px;
		width: 320px;
		background-image: url(../images/navBg.png);
		padding-bottom: 22px;
		visibility: hidden;
	}
	.headerMainNav li.hover ul { 
		visibility: visible; 
		z-index: 100;
	}
	.headerMainNav li.level2 {
		position: relative; 
		width: 320px;
	}
	
	/* Level 2 and below *********************************/
	
	.headerMainNav li.level1 ul li {
		background-color: #191919;
		float: none;
		clear: left;
	}
	
	/* Level 3 and below *********************************/
	
	.headerMainNav li.level2 ul {
		position: absolute;
		top: 0;
		left: 160px;
		display: block;
		width: 160px;
		padding-bottom: 0;
		background-image: none;
		visibility: hidden;
	}
	.headerMainNav li.level2.hover ul {
		visibility: visible;
	}
	
	/* Below Level 3 **************************************/
	
	.headerMainNav li.level3 ul {
		position: static;
	}
			
	/* Links *************************************************/		
			
	.headerMainNav li a {
		display:block;
		line-height: 1.0em;
		text-decoration:none;
		color: #ffffff;
		background-image: url(../images/headerLinkBg.png); 
		background-repeat: repeat-x;
		background-position: 0 -2px;
		font-size: 12px;
		line-height: 13px;
		padding: 6px 12px 6px 12px;
	}
	.headerMainNav li.first a {
		background-image: url(../images/headerLinkBg_first.png); 
		background-repeat: no-repeat;
		padding: 6px 12px 6px 40px;
	}
	.headerMainNav li.hover a {
		background-color: #191919;
		background-position: 0 -62px;
	}
	.headerMainNav li a.current {
		background-position: 0 -92px;
		background-color:#75e2fb;
		color:#000000;
	}
	.headerMainNav li.hover a.current {
		background-position: 0 -122px;
	}
	.headerMainNav li a:hover {
		background-position: 0 -32px !important;
		background-color:#ffffff;
		color:#000000;
	}
	.headerMainNav li.noChildren a:hover {
		background-position: 0 -152px !important;
	}
	.headerMainNav li.level2 a {
		background-image: none !important;
		font-size: 11px;
		line-height: 12px;
		padding: 5px 12px 5px 12px;
	}

/* content ***************************************************************************************/

#mainContent h1 {
	font-family: Helvetica, Arial, sans-serif;
	color: #ffffff;
	background-image: url(../images/navBg.png);
	padding: 12px 12px 8px 12px;
	font-size: 34px;
	line-height: 34px;
	font-weight: bold;
}
.contentInner {
	background-image: url(../images/contentBg.png);
}
.contentInnerSolid {
	background-color: #d2d7da;
	clear: both;
}
.contentBlock {
	padding-top: 11px;
	padding-bottom: 11px;
	border-bottom: 1px solid #aba9ab;
}
	.contentBlock h3 {
		color: #000000;
		font-size: 1.2em;
		line-height: 1.5em;
		font-weight: normal;
	}
	.contentBlock p {
		color: #4c4c4c;
		font-size: 1.1em;
		line-height: 1.45em;
	}
.contentText {
	display: inline;
}
#mainTextContent .contentImg {
	float: left;
	position: relative;
	left: -12px;
	margin-bottom: 3px;
	margin-top: 3px;
}
#mainTextContent .contentBlock {
	padding-top: 8px;
	padding-left: 12px;
	padding-bottom: 5px;
	padding-right: 12px;
}
	#mainTextContent .contentBlock h3, 
	#mainTextContent .contentBlock p {
		margin-bottom: 6px;
	}
	#mainTextContent .contentBlock ul, 
	#mainTextContent .contentBlock ol {
		color: #4c4c4c;
		font-size: 1.1em;
		line-height: 1.45em;
		margin-bottom: 6px;
	}
		#mainTextContent .contentBlock ul li {
			margin-left: 2.5em;
			list-style: disc;
		}
		#mainTextContent .contentBlock ol li {
			margin-left: 2.5em;
			list-style: decimal;
		}

#mailAndSocial {
	height: 32px;
	padding: 5px 11px;
}
	#mailAndSocial ul.imageLinks {
		float: right;
	}
	#mailAndSocial ul.imageLinks li {
		margin-left: 5px;
	}
	
	#mailAndSocial div.mailingListInput {
		float: left;
		padding-top: 5px;
	}
	#mailAndSocial div.mailingListInput label {
		display: none;
	}
	#mailAndSocial div.mailingListInput input {
		width: 183px;
		font-size: 14px;
	}
	#mailAndSocial div.mailingListInput input.prePopulated {
		color: #aba9ab;
	}
	#mailAndSocial div.mailingListSubmit {
		float: left;
		padding-top: 5px;
		margin-left: 6px;
	}
	#mailAndSocial div.mailingListSubmit input {
		float: left;
	}
	#mailAndSocial div.mailingListSubmit p.success {
		float: right;
		padding: 5px;
	}
	
#movieImageLinks {
	padding: 11px 0 5px 0;
}
	#movieImageLinks ul {
		clear: both;
		padding: 11px 5px 0 6px;
	}
	#movieImageLinks li {
		float: left;
		width: 136px;
		padding: 0 5px 33px 6px;
		min-height:237px;
		position:relative;
		cursor:pointer;
	}
		#movieImageLinks li a {
			text-decoration:none !important;
		}
			#movieImageLinks li a span {
				display: block;
			}
			#movieImageLinks li a span.linkImg {
				background: #FFFFFF;
				border: 1px solid #aba9ab;
				margin-bottom:4px;
			}
			#movieImageLinks li a:hover span.linkImg {
				border: 1px solid #75e2fb;
			}
			#movieImageLinks li a span.linkHeadline {
				font-size:1.1em !important;
			}
			#movieImageLinks li a span.linkContentText p {
				font-size:0.9em !important;
			}
			#movieImageLinks li a span.buttonLinkSmall {
				display:inline-block !important;
				background:url(../images/homeMovieLinksSmallLinkBg_right.gif) right 0 no-repeat;
				position:absolute;
				left:7px;
				bottom:10px;
			}
				#movieImageLinks li a span.linkSubHeadline {
					display:inline-block !important;
					background:url(../images/homeMovieLinksSmallLinkBg.gif) 0 0 no-repeat;
					padding:4px 9px 3px;
				}
			#movieImageLinks li a:hover span.buttonLinkSmall {
				background:url(../images/homeMovieLinksSmallLinkBg_right.gif) right -23px no-repeat;
			}
				#movieImageLinks li a:hover span.linkSubHeadline {
					background:url(../images/homeMovieLinksSmallLinkBg.gif) 0 -23px no-repeat;
				}
		

.pagination {

}
	
#buyLinkedSKUs {
	padding: 0;
}
	#buyLinkedSKUs li {
		position:relative;
		min-height: 92px;
		padding: 10px 11px;
		border-bottom: 1px solid #aba9ab;
		margin-bottom: -1px;
	}
/*	#buyLinkedSKUs li.second {
		border-right: 0 none;
		padding-right: 11px;
	}
*/		#buyLinkedSKUs h3 {
			font-size: 1.2em;
			line-height: 1.08em;
			color: #FFFFFF;
			background-color: #2c2c2c;
			padding: 5px 11px;
			float: right;
			width: 490px;
		}
		#buyLinkedSKUs img {
			float: left;
			width: 95px;
			min-height: 20px;
		}
		.skuDetails {
			width: 295px;
			float: right;
			margin-top: 5px;
			margin-right: 217px;
		}
			.skuDetails h4,
			.skuDetails p {
				font-size: 1em;
				line-height: 1.4em;
				font-weight: normal;
			}
				.skuDetails .skuGeo p {
					font-size: 0.9em;
					line-height: 1.33em;
					color: #2c2c2c; 
					margin-top: 6px;
				}
				.skuDetails .skuGeo p span {
					color: #2c2c2c; 
				}
				.skuDetails .skuGeo span.alert {
					text-transform: uppercase;
				}
		.skuAddToBasket {
			width: 208px;
			position: absolute;
			left: 421px;
			bottom: 10px;
		}
			.skuAddToBasket input.tbQty {
				display: none;
			}
			.skuAddToBasket span.error {
				text-align: right;
				margin-bottom: 3px;
			}
			.skuAddToBasket select {
				width: 208px;
				margin-top: 3px;
				margin-bottom: 7px;
			}
			.skuAddToBasket span.price {
				display: block;
				float: left;
				background: url(../images/priceBg.png) no-repeat left 0;
				color: #ffffff;
				font-size: 13px;
				line-height: 14px;
				height: 14px;
				padding: 4px 0 5px 0;
				width: 70px;
				text-align: center;
				clear:left;
			}
			.skuAddToBasket span.outOfStock {
				display: block;
				float: left;
				background: url(../images/outOfStockBg.png) no-repeat right 0;
				color: #ffffff;
				font-size: 13px;
				line-height: 14px;
				height: 14px;
				padding: 4px 28px 5px 0;
				width: 110px;
				text-align: center;
			}
			.skuAddToBasket input {
				width: 138px;
				padding-top: 2px;
				padding-right: 0;
				padding-bottom: 3px;
				padding-left: 5px;
				text-align: left;
				font-size: 13px;
				line-height: 13px;
				border: 0 none;
				background: none;
				background-image: url(../images/basketButton.png);
				background-repeat: no-repeat;
				background-position: right 0;
				cursor: pointer;
			}
			.skuAddToBasket input:hover,
			.skuAddToBasket input.hover {
				background-position: right -23px;
			}
			a.currencyConverter {
				font-size:1em;
				color:#848484;
				padding-bottom:2px;
				clear:both;
				display:block !important;
				text-decoration:none;
			}
			a.currencyConverter:hover {
				text-decoration:underline;
			}
			
/* footer *******************************************************************************/			
			
#footerInner {
	background-image: url(../images/navBg.png);
	color: #FFFFFF;
	padding: 5px 12px;
}
	#footerInner ul {
		float: left;
		padding: 2px 0;
	}
	#footerInner li {
		float: left;
		padding-left: 6px;
		padding-right: 6px;
		line-height: 1.1em;
		border-left: 1px solid #ffffff;
	}
	/* #footerInner li:first-child, */
	#footerInner li.first {
		padding-left: 0;
		border-left: 0 none;
	}
	/* #footerInner li:last-child, */
	#footerInner li.last {
		padding-right: 0;
	}
	#footerInner a {
		color: #FFFFFF;
		text-decoration: none;
	}
	#footerInner a:hover {
		text-decoration: underline;
	}
	#footerInner .addthis_button {
		float: right;
	}
#footerCredits {
	text-align: right;
	color: #000000;
	font-size: 0.9em;
	padding: 6px 0;
}
	#footerCredits a {
		color: #FFFFFF;
		text-decoration: none;
	}
#footerLogos {
	width: 584px;
	height: 33px;
	padding: 10px 0 10px 28px;
	background-color: #ffffff;
	overflow: hidden;
}
	#paymentTypes {
		float: left;
	}
		#paymentTypes li {
			float: left;
			padding-right: 6px;
		}
	#worldpayLink {
		float: right;
	}

/* shadowbox ************************************************************************/

.shadowbox #container {
	position: relative;
	margin: 30px auto;
	width: 640px;
	min-height: 400px;
	padding-bottom: 80px;
	background-color: #d2d7da;
}
.sbActive #container {
	width: 100%;
	margin: 0;
}
.shadowbox #header {
	height: 27px;
	background-color: #aba9ab;
}
.shadowbox #content {
	width: 584px;
	padding: 28px 0 28px 28px;
}
	.shadowbox #content .leftColumn {
		width: 278px;
		clear: left;
		float: left;
	}
	.shadowbox #content .rightColumn {
		width: 278px;
		clear: right;
		float: right;
	}
#shadowboxClose {
	float: right;
	display: none;
	width: 27px;
	height: 27px;
	background: url(../images/sbClose.gif) no-repeat right top;
	cursor: pointer;
}
	#shadowboxClose span {
		display: none;
	}
.shadowbox #headerMenu {
	right: 0;
	top: 0;
	height: 27px;
}
.sbActive #headerMenu {
	right: 28px;
}
	.shadowbox #headerMenu li a {
		padding: 7px 11px;
		background-position: right -1px;
	}
	.shadowbox #headerMenu li a:hover {
		background-position: right -31px;
	}
.shadowbox #footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #ffffff;
}
.shadowbox #footerLogos {
}
.shadowbox #footerInner {
	background-image: none;
	background-color: #2c2c2c;
}
.shadowbox h1, .shadowbox h2 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #000000;
	background-color: #75e2fb;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	padding: 5px 10px 6px 10px;
	position: absolute;
	left: 0;
	top: 0;
}
.shadowbox h3 {
	color: #333333;
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: normal;
	margin-bottom: 20px;
}
	.shadowbox h3 span {
		font-weight: bold;
		color: #4c4c4c;
	}
.shadowbox h4 {
	color: #4c4c4c;
	font-size: 1.1em;
	margin-bottom: 12px;
}
.shadowbox .contentBlock {
	background-color: #e0e3e5;
	padding: 20px 12px 8px 12px;
	border-bottom: 1px solid #d2d7da;
	clear: both;
}
.shadowbox .utilityTextContent {
	border-bottom: 1px solid #d2d7da;
}
	.shadowbox .utilityTextContent .contentBlock {
		border-bottom: 0 none;
		border-top: 1px solid #d2d7da;
	}
	.shadowbox .utilityTextContent .first {
		border-top: 0 none; 
	}
	.shadowbox .utilityTextContent .noH2 {
		padding-top: 0;
		border-top: 0 none;
	}
		.shadowbox .utilityTextContent .contentBlock h2 {
			position: static;
			padding: 0;
			margin-bottom: 20px;
			font-weight: bold;
			color: #4c4c4c;
			background: none;
		}
		.shadowbox .utilityTextContent .contentBlock h3 {
			font-weight: bold;
			color: #4c4c4c;
		}
		.shadowbox .utilityTextContent .contentBlock p {
			margin-bottom: 12px;
		}
		.shadowbox .utilityTextContent .contentBlock ul, 
		.shadowbox .utilityTextContent .contentBlock ol {
			color: #4c4c4c;
			font-size: 1.1em;
			line-height: 1.45em;
			margin-bottom: 12px;
		}
			.shadowbox .utilityTextContent .contentBlock ul li {
				margin-left: 2.5em;
				list-style: disc;
			}
			.shadowbox .utilityTextContent .contentBlock ol li {
				margin-left: 2.5em;
				list-style: decimal;
			}
	.shadowbox .utilityTextContent .contentImg {
		float: left;
		margin-top: 3px;
		margin-right: 12px;
		margin-bottom: 12px;
	}

/* forms **********************************************************/

form {
	text-align: left;
}
label {
	font-size: 1.1em;
}
input, select {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	border: 1px solid #aba9ab;
}
input {
	padding: 2px;
}
select { 
	padding: 1px 0;
}
fieldset {
	background-color: #e0e3e5;
	border: 0 none;
	border-bottom: 1px solid #d2d7da;
}
legend {
	background-color: #FFFFFF;
	color: #2c2c2c;
}
	legend span {
		display: block;
		width: 570px;
		padding: 5px 7px;
		text-align: left;
		border-bottom: 1px solid #d2d7da;
	}
	fieldset ol {
		width: 584px;
		padding-top: 15px;
		margin-bottom: 15px;
	}
	fieldset li {
		width: 310px;
		padding: 0 137px;
		margin-bottom: 4px;
		position: relative;
		text-align: right;
	}
		fieldset li label {
			width: 110px;
			padding-top: 3px;
			margin-right: 10px;
			float: left;
			text-align: left;
		}
		fieldset li input {
			width: 184px;
		}
		fieldset li select {
			width: 190px;
		}
		fieldset li select.ddlCountry {
			width: 309px;
			margin-top: 3px;
		}
		fieldset li span.error {
			line-height: 1.2em;
		}
		fieldset li span.required {
			display: block;
			width: 10px;
			position: absolute;
			top: 3px;
			left: 127px;
			text-align: left;
		}
		fieldset li .checkBoxList label,
		fieldset li .checkBox label {
			padding-top: 0;
			width: 270px;
		}
		fieldset li .checkBoxList input,
		fieldset li .checkBox input {
			width: auto;
			padding: 0;
			border: 0 none;
		}
fieldset.selectAddress {
	border-bottom: 0 none;
}
	fieldset.selectAddress ol {
		padding-top: 0;
		margin: 0;
	}
	fieldset.selectAddress li {
		border-bottom: 1px solid #d2d7da;
		padding-top: 15px;
		padding-bottom: 15px;
		min-height: 23px;
		margin-bottom: 0;
		text-align: left;
	}
span.ltAddress {
	display: block;
	width: 220px;
}
span.rbSelectAddress {
	display: block;
	width: 85px;
	position: absolute;
	right: 137px;
	bottom: 18px;
}
	span.rbSelectAddress label {
		width: auto;
		float: right;
		padding-top: 0;
	}
	span.rbSelectAddress input {
		width: auto;
		float: right;
		padding: 0;
		border: 0 none;
	}
.error, .required, .alert {
	color: #d12c0b;
	font-weight: bold;
}
li.txtCode label {
	float: left;
	display: block;
	width: 244px;
	margin-bottom: 3px;
}
li.txtCode input {
	width: 50px;
}
p.turing {
	width: 310px;
	padding: 0 137px;
	text-align: right;
	margin-top: 15px;
}
p.message {
	width: 310px;
	padding: 0 137px;
	margin-bottom: 15px;
	text-align: right;
}
p.formInformation {
	text-align: right;
	margin-top: 3px;
	color: #4c4c4c;
}
	p.formInformation a:hover {
		text-decoration: none;
	}
p.buttons {
	clear: both;
	height: 23px;
	padding-top: 28px;
}
input.btnDelete {
	width: 98px;
	height: 19px;
	position: absolute;
	right: 10px;
	bottom: 15px;
	border: 0 none;
	background: url(../images/deleteAddressButton.png) no-repeat top center;
	cursor: pointer;
}
input.submit {
	float: right;
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-left: 10px;
	background: none;
	background-image: url(../images/buttonForward.gif);
	background-position: right 0;
	background-repeat: no-repeat;
	border: 0 none;
	font-size: 13px;
	line-height: 13px;
	width: 85px;
	cursor: pointer;
}
	input.submit:hover {
		background-position: right -23px;
	}
input.wide {
	background-image: url(../images/buttonForwardWide.gif);
	width: 139px;
}
input.extraWide {
	background-image: url(../images/buttonForwardExtraWide.gif);
	width: 270px;
}
input.back {
	float: left;
	padding-right: 10px;
	padding-left: 20px;
	margin-right: 10px;
	background-image: url(../images/buttonBack.gif);
	background-position: left 0;
}
	input.back:hover {
		background-position: left -23px;
	}
a.buttonLink {
	float: left;
	text-align: center;
	font-size: 13px;
	line-height: 13px;
	text-decoration: none;
	background-image: url(../images/buttonLinkLeft.gif);
	background-position: left 0;
	background-repeat: no-repeat;
	background-color: #75e2fb;
	margin-right: 10px;
}
a.buttonLink:hover {
	background-color: #ffffff;
	background-position: left -23px;
}
	a.buttonLink span {
		display: block;
		padding: 4px 10px 6px 10px;
		padding-top: 4px;
		padding-right: 10px;
		padding-bottom: 6px;
		padding-left: 10px;
		background-image: url(../images/buttonLinkRight.gif);
		background-position: right 0;
		background-repeat: no-repeat;
	}
	a.buttonLink:hover span {
		background-position: right -23px;
	}
a.back {
	background: none;
}
	a.back span {
		padding-left: 20px;
		width: 55px;
		background-image: url(../images/buttonBack.gif);
		background-position: left 0;
		background-repeat: no-repeat;
	}
a.forwardWide {
	background: none;
	float: right;
}
	a.forwardWide span {
		padding-right: 20px;
		width: 109px;
		background-image: url(../images/buttonForwardWide.gif);
		background-position: right 0;
		background-repeat: no-repeat;
	}

/* pagination ***********************************************************************/

.pagination {
	height: 13px;
	padding: 0 11px;
	float: right;
}
.pagination div {
	float: left;
	margin-left: 7px;
}

/* shopping basket and orders ********************************************************/

.orderHistory td,
#shippingCosts th,
#shippingCosts td,
.itemSummary td,
.basketItems td {
	font-size: 11px;
	background-color: #e0e3e5;
	border-bottom: 1px solid #d2d7da;
	padding-top: 4px;
	padding-bottom: 4px;
}
.orderHistory td,
#shippingCosts th,
#shippingCosts td {
	padding-left: 5px;
	padding-right: 5px;
}
.orderHistory tr.pages td,
.orderHistory td.tableHeader,
#shippingCosts th,
.itemSummary td.tableHeader,
.basketItems td.tableHeader {
	background-color: #ffffff;
	color: #4c4c4c;
	font-size: 10px !important;
	font-weight: normal;
}
.itemSummary td.col0,
.basketItems td.col0 {
	padding-left: 5px;
	padding-right: 7px;
	width: 47px;
}
	.itemSummary td.col0 img,
	.basketItems td.col0 img {
		width: 47px;
	}
.itemSummary td.col1 {
	text-align: left;
	width: 242px;
	padding-left: 0;
	padding-right: 0;
}
.itemSummary tr.Cncl { 
	text-decoration: line-through
	}
.basketItems td.col1 {
	text-align: left;
	width: 188px;
	padding-left: 0;
	padding-right: 0;
}
.itemSummary td.col2,
.basketItems td.col2 {
	text-align: right;
	width: 60px;
	padding-left: 12px;
	padding-right: 12px;
}
.basketItems td.col3 {
	text-align: right;
	width: 65px;
	padding-left: 12px;
	padding-right: 12px;
}
.itemSummary td.col3 {
	text-align: right;
	width: 85px;
	padding-left: 12px;
	padding-right: 12px;
}
.itemSummary td.col4,
.basketItems td.col4 {
	text-align: right;
	width: 70px;
	padding-right: 15px;
	padding-left: 0;
}
.basketItems td.col5 {
	text-align: left;
	width: 64px;
	padding-right: 0;
	padding-left: 0;
}
.itemSummary td.tableFooter,
.basketItems td.tableFooter {
	border-top: 9px solid #d2d7da;
	background: none;
	font-size: 13px;
	line-height: 15px;
	height: 15px;
	padding-top: 3px;
	padding-bottom: 5px;
	white-space: nowrap;
}
.itemSummary td.tableFooter.col3 {
	background-color: #ffffff;
	background-image: url(../images/totalDueBg.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
.basketItems td.tableFooter.col3 {
	background-color: #ffffff;
}
.itemSummary td.tableFooter.col4,
.basketItems td.tableFooter.col4 {
	background-color: #2c2c2c;
	background-image: url(../images/basketTotalBg.gif);
	background-repeat: no-repeat;
	background-position: top right;
	color: #ffffff;
}
.basketInfo {
	padding-left: 212px;
	position: relative;
	top: -24px;
	margin-bottom: -24px;
}
.basketInfo p {
	margin-top: 10px;
	color: #4c4c4c;
}
input.btnUpdate {
	background-image: url(../images/updateQuantityButton.gif);
	background-position: left 0;
	width: 132px;
	padding-right: 15px;
	padding-left: 15px;
	float: none;
}
	input.btnUpdate:hover {
		background-position: left -23px;
	}
.orderDetails {
	margin-top: 27px;
	margin-bottom: 27px;
}
	.orderDetails h3 {
		background-color: #FFFFFF;
		font-size: 10px;
		line-height: 12px;
		color: #4c4c4c;
		padding: 4px 5px;
		border-top: 1px solid #d2d7da;
		border-bottom: 1px solid #d2d7da;
		margin-bottom: 0;
	}
	.orderDetails p {
		padding: 5px 5px 7px 5px;
		font-size: 11px;
		line-height: 14px;
		background-color: #e0e3e5;
	}
.checkoutSummaryTable {
}
	.checkoutSummaryTable th {
		background-color: #e0e3e5;
		font-size: 11px;
		font-weight: normal;
		text-align: left;
		padding: 4px 5px;
		border-bottom: 1px solid #d2d7da;
	}
	.checkoutSummaryTable td {
		background-color: #e0e3e5;
		font-size: 11px;
		text-align: right;
		width: 70px;
		padding: 4px 15px 4px 0;
		border-bottom: 1px solid #d2d7da;
	}
	.checkoutSummaryTable th.tableFooter, 
	.checkoutSummaryTable td.tableFooter {
		border-top: 9px solid #d2d7da;
		background: none;
		font-size: 13px;
		line-height: 15px;
		height: 15px;
		padding-top: 3px;
		padding-bottom: 5px;
		text-align: right;
		white-space: nowrap;
	}
	.checkoutSummaryTable th.tableFooter {
		padding: 0;
	}
		.checkoutSummaryTable th.tableFooter span {
			display: block;
			float: right;
			background-color: #ffffff;
			background-image: url(../images/totalDueBg.gif);
			background-repeat: no-repeat;
			background-position: top left;
			width: 85px;
			padding: 4px 12px;
		}
	.checkoutSummaryTable td.tableFooter {
		background-color: #2c2c2c;
		background-image: url(../images/basketTotalBg.gif);
		background-repeat: no-repeat;
		background-position: top right;
		color: #ffffff;
	}
p.orderInfo {
	margin-top: 10px;
	color: #4c4c4c;
}
#shippingCosts h3 {
	float: left;
}
#shippingCosts select {
	float: right;
}
#shippingCosts table {
	clear: both;
}
.customerNotes p {
	margin-bottom: 20px;
}
.digitalDownloads li {
	list-style: none !important;
	margin-left: 0 !important;
	line-height: 1.2em;
}
.digitalDownloads h3 {
	font-size: 10px;
	line-height: 11px;
	font-weight: normal !important;
	color: #2c2c2c;
	padding: 5px 7px;
	margin-bottom: 0;
	background-color: #FFFFFF;
	border-bottom: 1px solid #e0e3e5;
}
.s3Variants {
	margin-bottom: 0 !important;
}
.s3Variants li {
	font-size: 10px;
	padding: 6px 7px !important;
	margin: 0 !important;
	text-align: right;
	color: #4c4c4c;
	background-color: #e9ecee;
	border-bottom: 1px solid #e0e3e5;
}
	.s3Variants li a,
	.s3Variants li span {
		display: block;
		padding-top: 3px;
		padding-bottom: 3px;
	}
	.s3Variants li span.fileName {
		float: left;
		padding-right: 10px;
		color: #000000;
	}
	.s3Variants input.btnShowLink {
		width: 94px;
		padding-right: 20px;
		border: 0 none;
		font-size: 11px;
		background: none;
		background-image: url(../images/downloadButtonBg.png);
		background-repeat: no-repeat;
		background-position: 0 0;
		border: 0 none;
		cursor: pointer;
	}
	.s3Variants input:hover,
	.s3Variants input.hover {
		background-position: 0 -20px;
	}

/* movie players **************************************************************/

.s3Screener, 
.s3Trailer {
	width: 640px;
	background-color: #000000;
	color: #ffffff;
	margin-bottom: 12px;
}
.s3Screener {
	height: 392px;
}
.s3Trailer {
	height: 417px;
}
	.s3ScreenerLogin {
		width: 584px;
		height: 336px;
		padding: 28px;
		background-color: #d2d7da;
		color: #000000;
	}
		.s3ScreenerLogin h2 {
			display: none;
		}
		.s3ScreenerLogin h3 {
			color: #333333;
			font-size: 1.2em;
			line-height: 1.5em;
			font-weight: normal;
			margin-bottom: 20px;
		}
			.s3ScreenerLogin h3 span {
				font-weight: bold;
				color: #4c4c4c;
			}
		.s3ScreenerLogin p.buttons a {
			display: none;
		}
#trailerPlayerAlt, 
#screenerPlayerAlt {
	padding: 120px;
}
	#trailerPlayerAlt p, 
	#screenerPlayerAlt p {
		margin-bottom: 10px;
		text-align: center;
	}
#trailerPlayer,
#screenerPlayer {
	outline: none;
}
h3.playerHeader {
	background:#191919;
	padding:6px 12px;
	color:#ffffff;
	font-size: 1.2em;
	font-weight: bold;
}

/* gallery **************************************************************************/

#gallery  {
	padding-bottom: 3px;
}
#gallery li {
	width: 95px;
	float: left;
	margin-right: 12px;
	margin-bottom: 8px;
	text-align: right;
	font-size: 0.9em;
	line-height: 1.33em;
	background: url(../images/gallery-thumb-bg.gif) no-repeat 0 0;
}
#gallery li.third {
	margin-right: 11px;
}
	#gallery li a.galleryThumb {
		display: block;
		width: 95px;
		background-position: 2px 2px;
		background-repeat: no-repeat;
	}
	#posGallery li a.galleryThumb {
		height: 95px;
		overflow: hidden;
	}
	#gallery li span.galleryThumbImg {
		display: block;
		width: 91px;
		height: 91px;
		border: 2px solid #ffffff;
		background-repeat: no-repeat;
		background-color: #FFFFFF;
	}
	#gallery li span.galleryCredit {
		display: block;
		color: #4c4c4c;
	}
	#gallery li a.galleryDownload {
		position: relative;
		background: url(../images/downloadIcon.png) no-repeat 0 2px;
		padding-left: 19px;
		padding-bottom: 2px;
	}
	#gallery li a:hover {
		text-decoration: none !important;
	}
		#gallery li a span.downloadTooltip {
			position: absolute;
			top: 18px;
			left: -10px;
			white-space: nowrap;
			display: none;
			padding: 2px 4px;
			background-image: url(../images/navBg.png);
			color: #ffffff !important;
			text-align: left;
		}
		#gallery li a:hover span.downloadTooltip {
			display: block;
		}
	#posGallery li span.galleryCredit,
	#posGallery li a.galleryDownload {
		display: none;
	}

/* links and files ********************************************************/

#linksAndFiles {
	padding: 11px 12px 6px 12px;
	background-image: none;
}
.singleColumn #linksAndFiles ul {
	width: 308px;
	float: left;
}
	#linksAndFiles li {
		margin-bottom: 5px;
		padding-top: 3px;
		padding-left: 22px;
		background-repeat: no-repeat;
		background-position: 0 0;
	}
		#linksAndFiles li a {
			font-size: 1.1em;
			padding: 1px 0 0 0;
		}
		#linksAndFiles li a:hover {
			text-decoration: none;
		}
	#linksAndFiles li.linkIcon {
		background-image: url(../images/linkIcon.png);
	}
	#linksAndFiles li.external {
		background-image: url(../images/extLinkIcon.png);
	}
	#linksAndFiles li.downloadIcon {
		background-image: url(../images/documentIcon.gif);
	}
	#linksAndFiles li.pdf {
		background-image: url(../images/pdfIcon.gif);
	}
	#linksAndFiles li.doc {
		background-image: url(../images/wordIcon.gif);
	}
.imageLinks {
}
	.imageLinks li {
		float: left;
	}
	
/* **********************************************************************/

li {
	list-style: none;
}
a {
	color: #000000;
}
a img {
	border: 0 none;
}
.alignLeft {
	text-align: left !important;
}
.alignRight {
	text-align: right !important;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.floatClear {
	clear: both;
}
