/* 
	Nom du projet 			:	Store for DotNetNuke
	Date de realisation 	:	2007
	URL 					:	www.dotnetnuke.com
	
	Realisateur 			:	Sebastien FICHOT
	Contact 				:	abcd@hotmail.fr - www.takethewave.net
	
	Societe 			 	:	Aricie - www.aricie.net
	
	Derniere modification 	:	03/05/2007
	
*/
/*****************/
/* Nested Import */
/*****************/
@media screen {
 @import url(./StyleSheet/Common.css);
 @import url(./StyleSheet/SkinObjects.css);
 @import url(./StyleSheet/MiniCart.css);
 @import url(./StyleSheet/Cart.css);
 @import url(./StyleSheet/StoreFront.css);
}
@import url(./StyleSheet/FontStyles.css); /* Font styles everytime */
.ProductDetail-AddToCart { padding-top: 6px }
.NewProduct-Title, .NewProduct-Title *, .ProductDetail-Title, .ProductDetail-Title * { font-weight: bold; color: #da660a; font-size: 12px; }
.ProductDetail-Title, .ProductDetail-Title * { font-size: 20px }
.ProductDetail-Title { margin-top: 10px; margin-bottom: 10px }

.SalePriceText { color: gray }

.HP_FeaturedProduct-Entity {background-image:url(images/featuredBG.jpg); background-repeat:repeat-x;}
.HP_FeaturedProduct-Entity .SalePriceText {color:red}
.HP_FeaturedProduct-Entity .StoreProductModelName {color:#e99201; font-size:16px; font-weight:bold}
.HP_FeaturedProduct-Entity TABLE {width:317px; }
.HP_FeaturedProduct-Entity .thumbnail {width:130px; text-align: center}
.HP_FeaturedProduct-Entity .info {padding-left:13px;}

 .HP_FeaturedProduct-Entity .StoreProductPrice {font-size:12px;font-weight:bold; color:#333; }
.HP_FeaturedProduct-Entity .SalePriceText { font-size:12px;font-weight:bold; color:#000;text-decoration:line-through}

.HP_FeaturedProduct-Entity .StoreProductSpecialOffer B  {font-weight:bold; font-size:12px; color:#fd3232; }
.NewProduct-Price * { font-size: 13px }

