/* rewritten 7/23/2008 */


/******** generic classes *********/

body {
	FONT-FAMILY:  Verdana, Tahoma, Arial;
	font-size:9pt;
	margin:0px;
	padding:0px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #ff6600;
}

h1 a {
	text-decoration: underline;
}

h1 a:hover {
	color:#0033FF;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	color: #ff6600;
}

h3 {
	font-size: 12px;
}

a:hover {
	color:#FF8100;
}

hr {
	color:#CCCCCC;
}

.caption {
	font-size: 10px;
	font-weight: normal;
}

.strongStatement {
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
}

.smallQuote {
	font-size: 11px;
	font-style: italic;
}

.separator {
	height:1px;
	line-height:1px;
	border-bottom:2px solid #ff6600;
}

/******** END generic classes *********/

/************* BASIC CONTAINER declarations **************/
#vat19container {
	margin:0 auto;
	width:100%;
	padding-bottom:0px;
	background-color:#ffffff;
}

#vat19body {
	border-bottom:3px solid #ff6600;
	padding:0px 0px 10px 0px;
	width:850px;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	margin-bottom:0px;
}

#vat19body #vat19productnav {
	width:190px;
	float:left;
	clear:left;
	margin:0px;
	padding:0px;
}

#vat19body .navCell {
	width:180px;
	padding:0px 10px 0px 0px;
	margin:0px;
}

#vat19body .bodyCell {
	width:660px;
}

.cssbreak {
	line-height:0px;
	height:0px;
	clear:both;
	padding:0px;
	margin:0px;
}


#vat19header {
	margin:0 auto;
	padding:0px;
	clear:both;
}

#vat19content {
	width:100%;
	margin:0px;
	padding-top:0px;
}

#vat19footer {
	width:850px;
	margin:0 auto;

}
/*************** END BASIC CONTAINER ********************/


/*******************************/
/* TABLES IN PRODUCT PAGES     */
/*******************************/

#vat19body table .row1 {
	background-color:#FFFFCC;
}

#vat19body table .row2 {
	background-color:#FEFFE5;
}


/************* question and answer for FAQs in product pages **************/

.question, .answer {
	font-size: 9pt;
	color: #333333;
}

.question {
	font-weight: bold;
}
/************** END question and answer for FAQs in product pages **************/

.shoppingCartCells {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	font-size: 12px;
	border-bottom-color: #CCCCCC;
}
.shoppingCartCellsNoRight {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-size: 12px;
	border-bottom-color: #CCCCCC;
}
.shoppingCartCellsleft {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	font-size: 12px;
	border-bottom-color: #CCCCCC;
}
.shoppingCartBorder, .pageBorder, .shoppingcartborder {
	border: 1px solid #999999;
}
.freeShipping {
	font-weight: bold;
	color:#550000;
	font-size: 8pt;
}
.errorMessage {
	font-weight: bold;
	color:#FF0000;
}
.discountPrice {
	color: #FF0000;
	font-weight: bold;
	font-size: 10px;
}
.discountPrice a {
	text-decoration: underline;
	font-size: 8pt;
	color: #FF0000;
	font-weight: bold;
}
.discountPrice a:hover {
	text-decoration: underline;
	color: #FF8700;
	font-weight: bold;
}
.regularPrice {
	color: #AA0000;
	font-weight:bold;

}
.new {
	font-weight: bold;
	color: #990000;
}


.strongStatement {
	color: #ff0000;
	font-weight: bold;
}

.heading {
	font-size: 8pt;
	font-weight: bold;
	margin: 2px;
	padding: 2px;
	border: 1px solid #FF8100;
	background-color: #FFFFCC;	
}

.outOfStockLink {
	font-size: 9pt;
	color: #000000;
	background-color: #ffcccc;
	text-decoration:none;
	font-weight: bold;
	border-top: 1px solid #800000;
	border-right: 3px solid #800000;
	border-bottom: 3px solid #800000;
	border-left: 1px solid #800000;
	display: inline;
	text-align: center;
	padding:3px;
	margin-right:2px;
}

.outOfStockLinkSmall {
	font-size: 7pt;
	color:#000000;
	background-color: #ffcccc;
	text-decoration:none;
	border: 1px solid #800000;
	padding:2px;
	margin:5px;
	display:block;
	width:65px;
	overflow:auto;
	font-weight:bold;
}

.outOfStockLink:hover, .outOfStockLinkSmall:hover {
	color:#ffffff;
	background-color:#800000;
}

.productLinksSmall {
	font-size: 7pt;
	color:#000000;
	background-color: #FFEBD5;
	text-decoration:none;
	border: 1px solid #FF8700;
	padding:2px;
	margin:5px;
	width:70px;
	display:block;
	overflow:auto;
	font-weight:bold;
}

.productLinks:hover, .productLinksSmall:hover {
	color:#FFFFFF;
	background-color:#ff8700;
}

.inStock {
	color:#009900;
	font-size: 8.5pt;
	font-weight: bold;
}
.outofStock {
	color:#990000;
	font-size: 8.5pt;
	font-weight: bold;
}

.feedbackText {
	font-size: 8.5pt;
	text-align: left;
	margin-left: 50px;
	margin-right: 65px;
	
}
.feedbackAuthor {
	text-align: right;
	font-size: 8.5pt;
	font-style: italic;	
	margin-right: 12%;
}
.runningTime {
	font-size: 8pt;
	font-style: normal;
}
.addToCartLink {
	font-size: 8.25pt;
	color: #000000;
	background-color: #E4FFD9;
	text-decoration:none;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	font-weight: bold;
	border-top: 1px solid #00A732;
	border-right: 3px solid #00A732;
	border-bottom: 3px solid #00A732;
	border-left: 1px solid #00A732;
	overflow: auto;
	text-align: center;


}
.addToCartLinkSmall {
	font-size: 7pt;
	color:#000000;
	background-color: #E4FFD9;
	text-decoration:none;
	border: 1px solid #00A732;
	padding:2px;
	margin:5px;
	display:block;
	width:65px;
	overflow:auto;
	font-weight:bold;
}
.addToCartLink:hover,.addToCartLinkSmall:hover {
	color:#FFFFFF;
	background-color:#00a732;
}
.addToCartLink img {
	padding-right: 3px;
	vertical-align: -10%;
}

.paging {
	text-decoration:none;
	font-weight:bold;
	color:#ff8700;
}
.paging:hover {
	color:#000033;
}

/*********** FOOTER *****************/
.copyright {
	font-size: 8pt;
	color:#000000;
}

.footerText {
text-align:center;
padding:4px;
font-size:11pt;
color:#666666;
font-weight:bold;
}

a.footer {
	border:1px solid #ff8700;
	margin-right:5px;
	padding:6px;
	font-size:8.5pt;
	font-weight: bold;
	color:#000000;
	background:#FFEBD5;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height:1.4em;
}

a.footer:hover {
	color:#ffffff;
	background: #FF8700;

}

#footerContainer {
	width:850px;
	margin-top:10px;
	text-align:left;
	border:1px solid #ffffff;
	font-family:Verdana, Arial, Sans-serif;
	clear:both;
	padding-top:3px;
	padding-bottom:3px;
	background-color:#fcfcfc;
	padding-left:3px;
	padding-right:3px;
}

#footerContainer table th {
	background-color:#f1f1f1;
	margin:0px;
	padding:5px 5px 5px 25px;
}

#footerContainer ul {
	list-style-type:none;
	list-style-position:outside;
	padding:0px;
	margin-left:25px;
}

#footerContainer li {
	font-size:8pt;
	font-weight:normal;
	padding-bottom:4px;
}

#footerContainer ul li a {
	text-decoration:none;
	color:#444444;
}

#footerContainer ul li a:hover {
	text-decoration:underline;
	color:#ff8700;
}


.footerBottom {
color:#000000;
width:700px;
margin-left:auto;
margin-right:auto;
margin-top:10px;
margin-bottom:5px;
text-align:center;
padding:0px;
}

/*********** END FOOTER *****************/

/*********** HEADER *********************/

.branding {
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding:0px;
	width:100%;
	border-bottom:6px solid #ff6f06;
}

.branding .topLinks {
	font-size: 9pt;
	color: #AAAAAA;
	text-decoration:none;
	padding:0px;
}

.branding .topLinks a {
	color: #666666;
	text-decoration: none;
}

.branding .topLinks a:hover {
	text-decoration:underline;
	color:#ff8700;
}

.branding a.phoneNumber {
	color: #c58133;
	font-size: 9pt;
}

.searchBox {
	width:850px;
	margin:0 auto;
}

.searchBox .inputBox {
	background-color:#ffffff;
	border:1px solid #FF6600;
	padding:3px;
}

.searchBox .label {
	color:#666666;
	font-size:8pt;
}

/*********** END HEADER *********************/

/************ PRODUCT PANE *******************/
/* CSS Document */

#paneContainer {
margin:0px 4px 4px 4px;
width:100%;
}

#paneContainer .productInfo {

}

#paneContainer h2 {
	color:#ff6600;
	font-size:13pt;
	font-weight:bold;
}

#paneContainer h1.productName {
	font-size:16pt;
	font-weight:bold;
	color:#7e756f;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}

#paneContainer h1.dvdproductName {
	font-size:12pt;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	color:#7e756f;
}

#paneContainer h2.productTagline {
	font-size:12pt;
	color:#333333;
	font-weight:bold;
	margin:0px;
	padding-bottom:5px;
}

#paneContainer h2.dvdproductTagline {
	font-size:9pt;
	margin:0px;
	padding-top:3px;
	padding-bottom:5px;
	color:#333333;
}

#paneContainer .breadCrumb {
	font-size:8.5pt;
	margin:0px 0px 5px 0px;
	font-weight:normal;
}

#paneContainer .breadCrumb a {
	text-decoration:none;
	color:#ff6600;
	font-weight:bold;
}

#paneContainer .breadCrumb a:hover {
	text-decoration:underline;
	color:#CC6600;
}

#paneContainer .productImage {
	margin-right:3px;
	margin-bottom:3px;

}

#paneContainer .productImage img {
	margin-right:3px;
	margin-bottom:5px;
}

#paneContainer .productHighlights {
	list-style-position:outside;
	line-height:1.25em;
	font-size:10pt;
}

#paneContainer .productDescription {
	margin:6px;	
}

#paneContainer .productDescription .content {
	margin-left:2em;
	font-size:10pt;
	width:420px;
}

#paneContainer .watchVideoClipBox {
	padding:4px;
}

#paneContainer .orderBox {
	padding:4px;
	border-top:1px solid #aaaaaa;
	border-bottom:1px solid #aaaaaa;
}

#paneContainer .orderBox .delivery {
	font-size:8pt;
	color:#000000;
}

#paneContainer .orderBox .availability {
	color:#333333;
	font-size:8pt;
	font-weight:bold;
}

#paneContainer .orderBox .shippingCost {
	color:#00A732;
	font-size:8pt;
	font-weight:normal;
}

#paneContainer .productReccos {
	border:1px solid #CCCCCC;
	margin-left:auto;
	margin-right:auto;
	width:290px;
}

#paneContainer .productReccos h3 {
	background-color:#ffebd5;
	font-size:8.5pt;
	font-weight:bold;
	display:block;
	margin:0px;
	padding:3px;

}
/******** END PRODUCT PANE **************/