/* Top banner */

#HeaderBanner {
	width: 350px;
	height: 70px;
	margin: 0;
	border: 0;
	padding: 0;
	text-align: left;
	float: left;
}

#HeaderLogo {
	width: 90px;
	height: 70px;
	border: 0;
	padding: 0;
	margin: 0;
	text-align: right;
	float: right;
}

#HeaderBanner img,
#HeaderLogo img {
	border: 0;
}

/* Main sections on front (index) page */

.IndexSections {
	display: block;
	float: left;
	width: 140px;
	height: 140px;
	text-align: center;
	margin: 0 0 0 20px;
}

/* IE6 tweak */
* html .IndexSections {
	width: 132px;
}

.IndexSections a img {
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
	width: 100px;
	height: 100px;
}

.IndexSections h2 {
	font-size: 1.1em;
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	font-weight: normal;
}

.IndexSections h2 a {
	color: #000;
	text-decoration: none;
}

.IndexSections h2 a:hover {
	text-decoration: underline;
}

/* Digital section page sections and products */

.SecDigList {
	font-weight: bold;
	font-size: 11pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	list-style-type: disc;
	padding-bottom: 2px;
}

.SecDigList a {
	color: #00d;
	text-decoration: none;
} 

.SecDigList a:hover {
	text-decoration: underline;
} 

.SecDigListDesc {
	font-family: Verdana, Geneva, Arial, "DejaVu Sans", Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000;
}


.SecDigProduct {
	float: left;
	width: 315px;
	height: 100px;
	display: block;
	border: 1px solid #ccc;
	margin: 0 0 10px 10px;
	background-color: #f8f8f8;
}

.SecDigProduct img {
	width: 100px;
	height: 100px;
	float: left;
	padding: 0;
	border-width: 0 1px 0 0;
	border-style: solid;
	border-color: #ccc;	
	margin-right: 5px;
}

.SecDigProduct h2 {
	font-size: 11pt;
	font-family: Arial, Helvetica, sans-serif;
	margin: 5px 0 0 0;
	color: #00d;
}

.SecDigProduct h2 a {
	color: #00d;
	text-decoration: none;
}

.SecDigProduct h2 a:hover {
	text-decoration: underline;
}

.SecDigProduct h3 {
	font-size: 1em;
	font-weight: normal;
	font-style: italic;
	margin: 3px 0 0 0;
	color: #000;
}

.SecDigProduct h4 {
	font-size: 10pt;
	font-weight: bold;
	margin: 3px 0 0 0;
	color: #d00;
}

.SecDigProduct h4 a {
	color: #d00;
	text-decoration: none;
}

.SecDigProduct h4 a:hover {
	text-decoration: underline;
}

.SecDigProduct h5 {
	font-size: 1em;
	font-weight: normal;
	margin: 12px 0 0 0;
}

/* Digital product page styles */

#DigProductColumn1 {
	width: 252px;
	margin: 10px;
	border: 0;
	float: left;
}

#DigProductColumn1 img {
	width: 250px;
	height: 250px;
	border: 1px solid #ccc;
}

#DigProductColumn2 {
	width: 410px;
	float: left;
	display: block;
}


#DigProductColumn2 a {
	color: #00a;
	text-decoration: none;
}

#DigProductColumn2 a:hover {
	text-decoration: underline;
}

/* Hack for correct display on IE6 */
* html #DigProductColumn2 {
	width: 390px;
}

#DigProductColumn2 h1,
#DigProductColumn2 p,
#DigProductColumn1 p {
	margin-left: 0;
}

.DigProductNote {
	font-weight: bold;
	font-size: 10pt;
	color: #d00;
	padding: 10px 0 0 0;
}

.DigProductWasPrice {
	font-size: 10pt;
	text-align: center;
	padding: 5px;
}

.DigProductOurPrice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #d00; 
	text-align: center;
	padding: 5px 0 10px 0;
}

.DigFormBorder {
	float: left;
	display: block;
	width: 300px;
	border: 1px solid #ccc;
	padding: 10px 0 15px 0;
	margin: 15px 0 0 0;
	text-align: center;
	background-color: #f8f8f8;
}

.DigProductInCart {
	font-size: 8pt;
	font-weight: normal;
	padding: 4px;
}

/* Normal Products */

#ProductColumn1 .ProductPhotoCD {
	width: 300px;
	height: 282px;
	border: 1px solid #ccc;
}

#ProductColumn1 .ProductPhotoDVD {
	width: 300px;
	height: 420px;
	border: 1px solid #ccc;
}

#ProductColumn1 .FormTitle {
	width: 70px;
}

#ProductColumn1 .FormItem {
	width: 168px;
}

#ProductColumn1 .FormField {
	width: 50px;
}

#ProductColumn1 .FormBorder {
	margin-top: 20px;
}

.ProductInCart {
	font-size: 8pt;
	font-weight: bold;
	padding: 6px 0 6px 28px;
}

.ProductInCart a {
	color: #00a;
	text-decoration: none;
}

.ProductInCart a:hover {
	text-decoration: underline;
}

/* Instant Downloads Banner */

.InstantBanner {
	float: left;
	display: block;
	width: 640px;
	border: 1px solid #ccc;
	padding: 3px 0 2px 0;
	margin: 5px 0 20px 8px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #00d;
	background-color: #f8f8f8;
	clear: both;
}

.InstantBanner a {
	color: #00d;
	text-decoration: none;
}

.InstantBanner a:hover {
	text-decoration: underline;
}


/* THESE STYLES REPLACE STYLES IN THE MAIN STYLES.CSS FILE */

#HeaderRightSearch {
	width: 230px;
}

.HeaderFormField {
	width: 120px;
}

#MenuContent {
	text-transform: none;
}

#MenuContent .selected {
	color: #00d;
}

.SecProduct {
	width: 100px;
	height: 150px;
}

.SecSection {
	width: 100px;
	height: 135px;
}

.ProdRec {
	width: 100px;
	height: 190px;
}

.SecProduct a img, 
.SecSection a img,
.ProdRec a img {
	width: 100px;
	height: 100px;
}

.SecSaleProduct h4 {
	margin: 2px 5px 6px 1px;
}

/* Hack for correct display on IE6 */
* html #ProductColumn2 {
	width: 390px;
}

.CartFormTable img,
.CartFormTable2 img {
	width: 50px;
	height: 50px;
	border: 1px solid #ccc;
}

.CheckoutConfirm {
	width: 270px;	
}

.CheckoutConfirm2 {
	border: 0;
	padding: 0;
	margin: 0;
	width: 458px;	
}

.SearchResultsTableCell img {
	width: 60px;
	height: 60px;
}

#FooterLogos {
	padding: 10px 0 0 0;
}

