/*
Title:		Roxio.com - Store Stylesheet
Author:		Greg Girton / Sonic Solutions
Updated:	8.30.06
*/

/*STORE NAVIGATION*/
#storeNav {
	width: 188px;
	float: left;
	line-height: 2.2em;
	font-weight: bold;
	text-transform: uppercase;
}

#storeNav ul {
	list-style: none;
}

#storeNav li{
	display: inline;
}

#storeNav a{
	float:left;
	height: 26px;
	width: 178px;
	background: url("/enu/images/188x52_nav.gif") no-repeat left top;
	text-decoration: none;
	font-weight: bold;
	padding-left: 10px;
}

#storeNav a span {
	float: left;
 display: block;
	color: #6a6969;
}

#storeNav .burning a span {
	background: url("/enu/images/14x15_cd_icon.gif") no-repeat;
	background-position: 0 5px;
	padding-left: 20px;
}
#storeNav .burning_on a span {
	background: url("/enu/images/14x15_cd_icon.gif") no-repeat;
	background-position: 0px 5px;
	padding-left: 20px;
}
#storeNav .photo a span {
	background: url("/enu/images/14x15_photo_icon.gif") no-repeat;
	background-position: 0px 5px;
	padding-left: 20px;
}
#storeNav .photo_on a span {
	background: url("/enu/images/14x15_photo_icon.gif") no-repeat;
	background-position: 0px 5px;
	padding-left: 20px;
}
#storeNav .video a span {
	background: url("/enu/images/14x15_video_icon.gif") no-repeat;
	background-position: 0px 5px;
	padding-left: 20px;
}
#storeNav .video_on a span {
	background: url("/enu/images/14x15_video_icon.gif") no-repeat;
	background-position: 0px 5px;
	padding-left: 20px;
}
#storeNav .backup a span {
	background: url("/enu/images/14x15_backup_icon.gif") no-repeat;
	background-position: 0px 5px;
	padding-left: 20px;
}
#storeNav .backup_on a span {
	background: url("/enu/images/14x15_backup_icon.gif") no-repeat;
	background-position: 0px 5px;
	padding-left: 20px;
}
#storeNav .dvdplayers a span {
	background: url("/enu/images/14x15_dvd_icon.gif") no-repeat;
	background-position: 0px 5px;
	padding-left: 20px;
}
#storeNav .dvdplayers_on a span {
	background: url("/enu/images/14x15_dvd_icon.gif") no-repeat;
	background-position: 0px 5px;
	padding-left: 20px;
}
#storeNav .macProd a span {
	background: url("/enu/images/14x15_mac_icon.gif") no-repeat;
	background-position: 0px 5px;
	padding-left: 20px;
}
#storeNav .macProd_on a span {
	background: url("/enu/images/14x15_mac_icon.gif") no-repeat;
	background-position: 0px 5px;
	padding-left: 20px;
}
#storeNav .accessories a span {
	background: url("/enu/images/14x15_acc_icon.gif") no-repeat;
	background-position: 0px 5px;
	padding-left: 20px;
}
#storeNav .accessories_on a span {
	background: url("/enu/images/14x15_acc_icon.gif") no-repeat;
	background-position: 0px 5px;
	padding-left: 20px;
}

	/* Commented Backslash Hack hides rule from IE5-Mac \*/
#storeNav a span {float: none;}
	/* End IE5-Mac hack */
#storeNav a:hover span {
	color: #d98604;
}

#storeNav .burning_on span, #storeNav .video_on span, #storeNav .photo_on span, #storeNav .backup_on span, #storeNav .dvdplayers_on span, #storeNav .macProd_on span, #storeNav .accessories_on span{
	border-width: 0;
	color: #d98604;
}

#storeNav .burning_on a, #storeNav .video_on a, #storeNav .photo_on a, #storeNav .backup_on a, #storeNav .dvdplayers_on a, #storeNav .macProd_on a, #storeNav .accessories_on a{
	background-position: 100% -26px;
	border-width: 0;
	color: #d98604;
}
	
#storeNav a:hover {
	background-position: 0% -26px;
}

#storeNav a:hover span {
}

#storePromo{
	float: left;
	border-top: 1px solid #fff;
	border-left: 2px solid #fff;
	height: 179px;
}
#storeLedge{
	height: 5px;
	background-color: #666;
	overflow: hidden;
		/*width: 758px;
		background-image: url(/enu/images/1x30_ledge.gif);
		border-left: 1px solid #d3d3d3;
		border-right: 1px solid #d3d3d3;
		background-repeat: repeat-x;
		height: 28px;*/
}
.macButton{
	background-image: url(/enu/images/118x28_mac_proucts.gif);
	text-indent: -9999px;
	background-repeat: no-repeat;
	margin-top: 2px;
	height: 28px;
	margin-left: 635px;
	display: block;
}
.macButton a{
	background-image: url(/enu/images/118x28_mac_proucts.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 28px;
	display: block;
	text-decoration: none;
}
.pcButton{
	background-image: url(/enu/images/118x28_mac_proucts.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 28px;
	display: block;
	text-decoration: none;
}

/* GOOD & BEST FEATURED PRODUCTS */ 

#featuredProducts{
	float: left;
	width: 760px;
}
#featuredProductsBurning h3, #featuredProductsPhoto h3, #featuredProductsVideo h3, #featuredProductsBackup h3, #featuredProductsPlay h3, #featuredProductsAccessories h3, #featuredProductsMac h3{
	font-size: 110%;
	font-weight: bold;
	padding-bottom: 5px;
}
#featuredProductsBurning h3 a, #featuredProductsPhoto h3 a, #featuredProductsVideo h3 a, #featuredProductsBackup h3 a, #featuredProductsPlay h3 a, #featuredProductsAccessories h3 a, #featuredProductsMac h3 a{
 text-decoration: none;
	color: #333;
}
#featuredProducts h2{
	background: url("/enu/images/1x27_orange_band.gif") repeat-x;
	background-position: 0 0;
	font-weight: bold;
	font-size: 100%;
	height: 27px;
	padding: 3px 0 0 7px;
	float: left;
}
#best, #good{
	width: 365px;
	padding-right: 10px;
	padding-bottom: 10px;
}

#bestRebate, #goodRebate {
	width: 365px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.boxshot {
	float: left;
}

.boxshot a.boxLink {
	display:block;
	margin: 10px 0 0 35px;
	width: 130px;
	height: 140px;
}

.rebate {
	padding: 0 0 5px 0;
	font-size: 80%; /* For IE5/Win */
	f\ont-size: 80%; /* For other IE versions */
	line-height: 120%;
}

#good{
	float: left;
	background-color: #e9eaea;
}
#best{
	float: right;
	background-color: #fdebd0;
}

#goodRebate{
	float: left;
	background-color: #e9eaea;
}
#bestRebate{
	float: right;
	background-color: #fdebd0;
}

#bestRebate ul, #goodRebate ul{
	width: 183px;
	float: left;
	padding: 10px 0 0 15px;
	list-style: none;
}

#best ul, #good ul{
	padding: 10px 0 0 180px;
	list-style: none;
}

#featuredProductsBurning, #featuredProductsPhoto, #featuredProductsVideo, #featuredProductsBackup, #featuredProductsPlay, #featuredProductsAccessories, #featuredProductsMac{
	float: left;
	width: 760px;
	background: url("/enu/images/760x1_feature_stretch.gif") repeat-y;
	margin-bottom: 3px;
}
#featuredProductsBurning #best{
	background: url("/images/store/375x160_best_prod_creator2011.jpg") no-repeat;
}
#featuredProductsBurning #good{
	background: url("/images/store/375x160_good_prod_lptomp3.jpg") no-repeat;
}
#featuredProductsPhoto #best{
	background: url("/images/store/375x160_best_prod_creator2011.jpg") no-repeat;
}
#featuredProductsPhoto #good{
	background: url("/images/store/375x160_good_prod_creator2011pro.jpg") no-repeat;
}
#featuredProductsVideo #best{
	background: url("/images/store/375x160_best_prod_creator2011.jpg") no-repeat;
}
#featuredProductsVideo #good{
	background: url("/images/store/375x160_good_prod_evideocc.jpg") no-repeat;
}
#featuredProductsBackup #best{
	background: url("/images/store/375x160_best_prod_creator2011pro.jpg") no-repeat;
}
#featuredProductsBackup #good{
	background: url("/eng/images/375x160_good_prod_bot3_ste.jpg") no-repeat;
}
#featuredProductsPlay #good{
	background: url("/ena/images/375x160_good_prod_cp391.jpg") no-repeat;
}
#featuredProductsAccessories #good{
	background: url("/images/store/375x160_good_prod_bdplugin.jpg") no-repeat;
}
#featuredProductsAccessories #best{
	background: url("/eng/images/375x160_good_prod_toastplugin.jpg") no-repeat;
}
#featuredProductsMac #best{
	background: url("/eng/images/375x160_best_prod_toast10pro.jpg") no-repeat;
}
#featuredProductsMac #good{
	background: url("/eng/images/375x160_good_prod_toast10.jpg") no-repeat;
}
#featuredProductsPlay #best{
	background: url("/ena/images/375x160_best_prod_cp391_sur.jpg") no-repeat;
}

#featuredProductsBurning #goodRebate{
	background: url("/enu/images/375x160_good_prod_emc8st.jpg") no-repeat;
}
#featuredProductsPhoto #goodRebate{
	background: url("/enu/images/375x160_good_prod_ps8.jpg") no-repeat;
}
#featuredProductsVideo #goodRebate{
	background: url("/enu/images/375x160_good_prod_vw8.jpg") no-repeat;
}
#featuredProductsBackup #goodRebate{
	background: url("/enu/images/375x160_good_prod_bump2006.jpg") no-repeat;
}
#featuredProductsPlay #goodRebate{
	background: url("/enu/images/375x160_good_prod_cineplayer32.jpg") no-repeat;
}
#featuredProductsAccessories #goodRebate{
	background: url("/enu/images/375x160_good_prod_creatorstyles1.jpg") no-repeat;
}
#featuredProductsMac #goodRebate{
	background: url("/enu/images/375x160_good_prod_popcorn2.jpg") no-repeat;
}
#featuredProductsBurning #bestRebate{
	background: url("/enu/images/375x160_best_prod_emc8dlxst.jpg") no-repeat;
}
#featuredProductsPhoto #bestRebate{
	background: url("/enu/images/375x160_best_prod_emc8stps8.jpg") no-repeat;
}
#featuredProductsVideo #bestRebate{
	background: url("/enu/images/375x160_best_prod_emc8dsvw8.jpg") no-repeat;
}
#featuredProductsBackup #bestRebate{
	background: url("/enu/images/375x160_best_prod_emc8bump.jpg") no-repeat;
}
#featuredProductsPlay #bestRebate{
	background: url("/enu/images/375x160_best_prod_cineplayer_sur.jpg") no-repeat;
}
#featuredProductsAccessories #bestRebate{
	background: url("/enu/images/375x160_best_prod_toaststyles1.jpg") no-repeat;
}
#featuredProductsMac #bestRebate{
	background: url("/enu/images/375x160_best_prod_toast8.jpg") no-repeat;
}
#otherProducts{
	clear: left;
	float: left;
	width: 760px;
}
#otherProducts h2{
	background: url("/enu/images/1x27_grey_band.gif") repeat-x;
	background-position: 0 0;
	font-size: 100%;
	height: 27px;
	padding: 3px 0 0 7px;
}
.productRow {
	clear: left;
}
.productListing{
	float: left;
	width: 250px;
	margin: 10px 0 0 0;
	padding-bottom: 15px;
	font-size: 86%;	
	line-height: normal;
}
.productListing .leftCol{
	float: left;
}
.rightCol .bullet{
	background-position: 0 3px;
}
.productListing .rightCol{
	float: left;
	width: 137px;
	padding-right: 10px;
}
.bullet{
	background: url("/enu/images/6x6_blue_bullet.gif") no-repeat;
	background-position: 0 6px;
	padding-left: 10px;
}
.productListing img{
	padding-right: 10px;
}
.productListing ul{
	list-style-type: none;
	}
.productListing li.bullet{
	padding-bottom: 5px;
}
.title{
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 0 !important; 
	font-size: 110%;
}
.price{
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: none;
	font-size: 180%;
	color: #cc0000;
	font-weight: bold;
	padding: 7px 0 7px 0;
}
.buyGlass{
 margin-bottom: 2px;
 line-height: 18px;
}
.learnGlass{
 margin-bottom: 2px;
 line-height: 18px;
}


