/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

BODY {
  margin: 20px auto;
  padding: 0 0 0 0;
  width:1024px;
  font-family:verdana;
  font-size:12px;
  background-color: #F8E498;
}

img
{
border: 0;
}

A {
  color : #000000; 
  text-decoration: none;
}

A.discArtist {
  color : #881705; 
  font-size : 12pt; 
  margin-top : 0;
  margin-bottom : 0;  
  text-decoration: none;
}

A.discAlbum { 
  color : #cd7a02; 
  font-size : 10pt; 
  margin-top : 0;
  margin-bottom : 0;  
}

A:hover {
  color: #AABBDD;
  text-decoration: underline;
}

FORM {
	display: inline;
}

H1.starArtist { 
  margin-top : 0;
  margin-bottom : 0;  
}

H2.starAlbum { 
  margin-top : 0;
  margin-bottom : 0;  
}

H3.newArtist { 
  margin-top : 0;
  margin-bottom : 0;  
}

H3.newPrix { 
  color : red; 
  font-size : 14pt; 
  margin-top : 0;
  margin-bottom : 0;  
}

H3.special { 
/*   color : brun; */
  color : brown;
  font-size : 14pt; 
  margin-top : 0;
  margin-bottom : 0;  
}

H4.newAlbum { 
  color : #881705; 
  font-size : 14pt; 
  margin-top : 0;
  margin-bottom : 0;  
}

H3.discArtist {
  color : #881705; 
  font-size : 12pt; 
  margin-top : 0;
  margin-bottom : 0;  
  text-decoration: none;
}

H4.discAlbum { 
  color : #cd7a02; 
  font-size : 10pt; 
  margin-top : 0;
  margin-bottom : 0;  
}

p {
  position:relative; 
}

P.newDesc {
  color : black; 
  font-size : 10pt; 
  margin-top : 0;
  margin-bottom : 0; 
}

p img {
  position:relative; 
}

/*************** CSS stylesheet for Header  **************/

div#Header {
  position:relative; 
  width: 1024px;
	height: 160px;
	margin : 0 0 0 0;
  padding : 0 0 0 0; 
}

p#imgLogo {
	position: absolute;
	margin : 0 0 0 0;	
	top: 0px;
	left: 30px;
}

p#imgBanner {
	position: absolute;
	margin : 0 0 0 0;	
	top: 0px;
	right: 0px;
}

p#effetBanner {
	position: absolute;
	margin : 0 0 0 0;	
	top: 0px;
	left: 50px;
}

p#imgSax {
	position: absolute;
	margin : 0 0 0 0;		
	top: -22px;
	left: 230px;
}

p#imgGuitar {
	position: absolute;
	margin : 0 0 0 0;		
	top: -25px;
	left: 320px;
}

p#imgSing {
	position: absolute;
	margin : 0 0 0 0;		
	top: -10px;
	left: 450px;
}

p#imgDjembe {
	position: absolute;
	margin : 0 0 0 0;		
	top: -20px;
	left: 580px;
}

p#sloganDebride {
	position: absolute;
	margin : 0 0 0 0;		
	top: 30px;
	left: 720px;
}

p#sloganDiffusons {
	position: absolute;
	margin : 0 0 0 0;		
	top: 60px;
	left: 820px;
}

table#imgSearchBox {
	position: absolute;
	top: 105px;
	right: 5px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;

}

p#imgSearchBox {
	position: absolute;
	margin : 0 0 0 0;		
	top: 100px;
	right: 5px;
}

p#imgSearch {
	position: absolute;
	margin : 0 0 0 0;		
	top: 110px;
	right: 155px;
}

p#imgSearchBouton {
	position: absolute;
	margin : 0 0 0 0;		
	top: 141px;
	right: 15px;
}

p#SearchBox {
	position: absolute;
	margin : 0 0 0 0;		
	top: 141px;
	right: 45px;
}

/*************** CSS stylesheet for Menu box  **************/

div#boxeMenu {
  height: 370px;
	width: 180px ;
	background: transparent url(MenuBack.png) left top no-repeat ;	
	list-style: none ;
	margin: 0 ;
	padding: 0 ;
}

div#placeMenu {
  height: 16px;
	width: 180px ;
	margin: 0 ;
	padding: 0 ;
}

#navigation {
	width: 180px ;
	list-style: none ;
	margin: 0 ;
	padding: 0 ;
	}

#navigation li {
	color: #fff ;
	margin: 0 ;
	padding: 0 ;
	}

#navigation li a {
	display: block ;
	background: transparent url(lienCoulissant.png) left top no-repeat ;
	color: #fff ;
  font-family:verdana;
  font-size:14px;	
  font-weight : bold;  
	line-height: 36px ;
	text-align: center ;	
	margin: 0 ;
	padding: 0 ;
	}	
	
#navigation li a:hover, #navigation li a:focus, #navigation li a:active {
	background: transparent url(lienCoulissant.png) right top no-repeat ;
	color: #481705 ;
  font-family:verdana;
  font-size:14px;	
  font-weight : bold;  	
	}
	
/*************** CSS stylesheet for Most Popular box  **************/	

div#mostPopular {
  position:relative; 
	width: 180px;
	height: 340px;
	background-image: url(boxemostpopular.png);
	background-position: left top;
	background-repeat: no-repeat;		
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

h3#TitlePopular { 
	position: absolute;
	color: #fff;	
  font-family:verdana;
  font-size:14px;	
  font-weight : bold;  
	top: 20px;
	left: 30px;
	margin: 0 0 0 0;
}

p#imgPopular01 {
	position: absolute;
	top: 70px;
	left: 10px;
	margin: 0 0 0 0;
}

p#Popular01 { 
	position: absolute;
  font-family:verdana;
  font-size:12px;	
	top: 70px;
	left: 30px;
	margin: 0 0 0 0;
}

p#imgPopular02 {
	position: absolute;
	top: 95px;
	left: 10px;
	margin: 0 0 0 0;
}

p#Popular02 { 
	position: absolute;
	font-family:verdana;
  font-size:12px;
  top: 95px;
	left: 30px;
	margin: 0 0 0 0;
}

p#imgPopular03 {
	position: absolute;
	top: 120px;
	left: 10px;
	margin: 0 0 0 0;
}

p#Popular03 { 
	position: absolute;
  font-family:verdana;
  font-size:12px;	
	top: 120px;
	left: 30px;
	margin: 0 0 0 0;
}

p#imgPopular04 {
	position: absolute;
	top: 145px;
	left: 10px;
	margin: 0 0 0 0;
}

p#Popular04 { 
	position: absolute;
  font-family:verdana;
  font-size:12px;	
	top: 145px;
	left: 30px;
	margin: 0 0 0 0;
}

p#imgPopular05 {
	position: absolute;
	top: 170px;
	left: 10px;
	margin: 0 0 0 0;
}

p#Popular05 { 
	position: absolute;
  font-family:verdana;
  font-size:12px;	
	top: 170px;
	left: 30px;
	margin: 0 0 0 0;
}

p#imgPopular06 {
	position: absolute;
	top: 195px;
	left: 10px;
	margin: 0 0 0 0;
}

p#Popular06 { 
	position: absolute;
  font-family:verdana;
  font-size:12px;	
	top: 195px;
	left: 30px;
	margin: 0 0 0 0;
}

p#imgPopular07 {
	position: absolute;
	top: 220px;
	left: 10px;
	margin: 0 0 0 0;
}

p#Popular07 { 
	position: absolute;
  font-family:verdana;
  font-size:12px;	
	top: 220px;
	left: 30px;
	margin: 0 0 0 0;
}

p#imgPopular08 {
	position: absolute;
	top: 245px;
	left: 10px;
	margin: 0 0 0 0;
}

p#Popular08 { 
	position: absolute;
  font-family:verdana;
  font-size:12px;	
	top: 245px;
	left: 30px;
	margin: 0 0 0 0;
}

p#imgPopular09 {
	position: absolute;
	top: 270px;
	left: 10px;
	margin: 0 0 0 0;
}

p#Popular09 { 
	position: absolute;
  font-family:verdana;
  font-size:12px;	
	top: 270px;
	left: 30px;
	margin: 0 0 0 0;
}

p#imgPopular10 {
	position: absolute;
	top: 295px;
	left: 10px;
	margin: 0 0 0 0;
}

p#Popular10 { 
	position: absolute;
  font-family:verdana;
  font-size:12px;	
	top: 295px;
	left: 30px;
	margin: 0 0 0 0;
}

/*************** CSS stylesheet for Star Product box  **************/

div#starProduct {
  position:relative; 
  top: 10px;
	left: 15px;
	width: 650px;
	height: 250px;
	background-image: url(boxeStarProduct.png);
	background-position: left top;
	background-repeat: no-repeat;	
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

p#imgArtist {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0 0 0 0;
}

p#imgEffect {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0 0 0 0;
}

p#imgCasque {
	position: absolute;
	top: 20px;
	left: 240px;
	margin: 0 0 0 0;
}

h1#starArtist { 
	position: absolute;
	color: #481705;	
	font-family: verdana;
  font-size: 30px;	
  font-weight : bold;    	
	top: 20px;
	left: 320px;
	margin: 0 0 0 0;
}

a.starArtist {
	color: #481705;	
	font-family: verdana;
  font-size: 30px;	
  font-weight : bold;  
  margin-top : 0;
  margin-bottom : 0;  
}

a.starArtist:hover {
  color: #AABBDD;
  font-family: verdana;
  font-size: 30px;	
  font-weight : bold;  
  margin-top : 0;
  margin-bottom : 0;  
  text-decoration: underline;
}

h2#starAlbum { 
	position: absolute;
	color: #cd7a02;	
	font-family: verdana;
  font-size: 24px;	
  font-weight : bold;    	
	top: 65px;
	left: 320px;
	margin: 0 0 0 0;
}

a.starAlbum { 
	color: #cd7a02;	
	font-family: verdana;
  font-size: 24px;	
  font-weight : bold;   
  margin-top : 0;
  margin-bottom : 0;  
}

a.starAlbum:hover {
  color: #AABBDD;
  font-family: verdana;
  font-size: 24px;	
  font-weight : bold;  
  margin-top : 0;
  margin-bottom : 0;  
  text-decoration: underline;
}

p#playStarArtist { 
	position: absolute;
	top: 70px;
	left: 230px;
	margin: 0 0 0 0;
}

p#descStarArtist { 
	position: absolute;
	top: 100px;
	left: 230px;
  font-family:verdana;
  font-size:12px;	
  text-align: justify;
	width: 370px;
	margin: 0 0 0 0;
}

p#moreStarArtist { 
	position: absolute;
	top: 210px;
	left: 460px;
	margin: 0 0 0 0;
}

p#gotoStarArtist { 
	position: absolute;
	color: #ffffff;		
	font-family: verdana;
  font-size: 12px;	
  font-weight : bold;    
  text-align: center;	
	width: 125px;		
	top: 215px;
	left: 460px;
	margin: 0 0 0 0;
}

a.gotoStarArtist { 
	color: #ffffff;	
	font-family: verdana;
  font-size: 12px;	
  font-weight : bold;    
  text-align: center;	
	width: 125px;	
	top: 215px;
	left: 460px;	
  margin-top : 0;
  margin-bottom : 0;  
}

a.gotoStarArtist:hover {
  color: #AABBDD;
	font-family: verdana;
  font-size: 12px;	
  font-weight : bold;    
  text-align: center;	
	width: 125px;	
	top: 215px;
	left: 460px;	
  margin-top : 0;
  margin-bottom : 0;  
  text-decoration: underline;
}

/*************** CSS stylesheet for New Product box  **************/

div#newProduct {
  position:relative;
	top: 10px;
	left: 10px;   
	width: 315px;
	height: 150px;
	background-image: url(boxeNewProduct.png);
	background-position: left top;
	background-repeat: no-repeat;		
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

h1#TitleNew { 
	position: relative;
	font-family: verdana;
  font-size: 18px;	
  font-weight : bold; 	
	top: 10px;
	left: 20px;
	margin: 0 0 0 0;
}

p#imgAlbum {
	position: absolute;
	top: 10px;
	left: 10px;
	margin: 0 0 0 0;
}

p#playAlbum { 
	position: absolute;
	top: 100px;
	left: 20px;
	margin: 0 0 0 0;
}

h3#newAlbum { 
	position: absolute;
	top: 5px;
	left: 120px;
	margin: 0 0 0 0;
}

h3#newAlbum a {
  color : #cd7a02; 
	font-family: verdana;
  font-size: 16px;	
  font-weight : bold; 
  margin-top : 0;
  margin-bottom : 0;  
  text-decoration: none;
}

h3#newAlbum a:hover {
  color: #AABBDD;
	font-family: verdana;
  font-size: 16px;	
  font-weight : bold; 
  margin-top : 0;
  margin-bottom : 0;  
  text-decoration: none;
}

h4#newArtist { 
	position: absolute;
	top: 30px;
	left: 120px; 	
	margin: 0 0 0 0;
}

h4#newArtist a { 
  color : #881705; 
	font-family: verdana;
  font-size: 14px;	
  font-weight : bold; 
  margin-top : 0;
  margin-bottom : 0;  
}

h4#newArtist a:hover { 
  color: #AABBDD;
	font-family: verdana;
  font-size: 14px;	
  font-weight : bold; 
  margin-top : 0;
  margin-bottom : 0;  
}

p#imgEtiquette { 
	position: absolute;
	top: 30px;
	left: 220px;	
	margin: 0 0 0 0;
}

h3#newPrix { 
	position: absolute;
	color: white;
	top: 38px;
	left: 230px;
	font-family: verdana;
  font-size: 12px;	
  font-weight : bold;    	
	margin: 0 0 0 0;
}

p#newDesc { 
	position: absolute;
	top: 60px;
	left: 120px;
	font-family: verdana;
  font-size: 11px;	
  text-align: justify;	
	width: 170px;
	margin: 0 0 0 0;
}

p#moreNewArtist { 
	position: absolute;
	top: 120px;
	left: 160px;
	margin: 0 0 0 0;
}

p#gotoNewArtist { 
	position: absolute;
	color: #ffffff;		
	font-family: verdana;
  font-size: 12px;	
  font-weight : bold;    
  text-align: center;	
	width: 125px;		
	top: 125px;
	left: 160px;
	margin: 0 0 0 0;
}

p#gotoNewArtist a { 
	color: #ffffff;	
	font-family: verdana;
  font-size: 12px;	
  font-weight : bold;    
  text-align: center;	
	width: 125px;	
	top: 125px;
	left: 160px;
  margin-top : 0;
  margin-bottom : 0;  
}

p#gotoNewArtist a:hover {
  color: #AABBDD;
	font-family: verdana;
  font-size: 12px;	
  font-weight : bold;    
  text-align: center;	
	width: 125px;	
	top: 125px;
	left: 160px;
  margin-top : 0;
  margin-bottom : 0;  
  text-decoration: underline;
}

/*************** CSS stylesheet for Welcome box  **************/

div#welcome {
  position:relative; 
	width: 180px;
	height: 180px;
	background-image: url(boxeWelcome.png);
	background-position: right top;
	background-repeat: no-repeat;		
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

h3#titleWelcome { 
	position: absolute;
	color: #ffffff;
	font-family: verdana;
  font-size: 14px;	
  font-weight : bold;      
	top: 25px;
	left: 70px;
	margin: 0 0 0 0;
}

p#guestWelcome { 
	position: absolute;
	color: #000000;
	font-family: verdana;
  font-size: 12px;	  
  text-align: left;	
	width: 140px;	    
	top: 65px;
	left: 30px;
	margin: 0 0 0 0;
}

p#loginWelcome { 
	position: absolute;
	color: #000000;
  font-family:verdana;
  font-size:12px;	
  text-align: left;	
	width: 140px;	    
	top: 85px;
	left: 55px;
	margin: 0 0 0 0;
}

a#loginWelcome { 
	position: absolute;
	color: #000000;
  font-family:verdana;
  font-size:12px;	
	top: 0px;
	left: 0px;
	margin: 0 0 0 0;
}

p#joinUsWelcome { 
	position: absolute;
	color: #000000;
  font-family:verdana;
  font-size:12px;	
  text-align: left;	
	width: 140px;	    
	top: 105px;
	left: 55px;
	margin: 0 0 0 0;
}

a#joinUsWelcome { 
	position: absolute;
	color: #000000;
  font-family:verdana;
  font-size:12px;	
	top: 0px;
	left: 0px;
	margin: 0 0 0 0;
}

div#languages {
	position: absolute;
	top: 140px;
	left: 60px;
	margin: 0 0 0 0;
}

/*************** CSS stylesheet for Shopping Cart box  **************/

div#cart {
  position:relative; 
	width: 180px;
	height: 180px;
	background-image: url(boxeCart.png);
	background-position: right top;
	background-repeat: no-repeat;		
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

h3#titleCart { 
	position: absolute;
	color: #000000;
	font-family: verdana;
  font-size: 14px;	
  font-weight : bold;    
	top: 25px;
	left: 60px;
	margin: 0 0 0 0; 
}

p#articleCart { 
	position: absolute;
	color: #000000;
  font-family:verdana;
  font-size:12px;		
	top: 75px;
	right: 40px;
	margin: 0 0 0 0;
}

p#totalCart { 
	position: absolute;
	color: #000000;
  font-family:verdana;
  font-size:12px;		
	top: 105px;
	left: 40px;
	margin: 0 0 0 0;
}

p#imgBoutonCart {
	position: absolute;
	top: 140px;
	left: 60px;
	margin: 0 0 0 0;
}

p#checkCart { 
	position: absolute;
	color: #000000;
	font-family: verdana;
  font-size: 12px;	
  font-weight : bold; 
	top: 145px;
	left: 80px;
	margin: 0 0 0 0;
}

/*************** CSS stylesheet for Discovery box  **************/

div#discover {
  position:relative; 
	width: 180px;
	height: 230px;
	background-image: url(boxeDiscover.png);
	background-position: right top;
	background-repeat: no-repeat;		
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

h3#titleDiscover { 
	position: absolute;
	color: #ffffff;
	font-family: verdana;
  font-size: 14px;	
  font-weight : bold;    
  text-align: center;	
	width: 160px;	  
  top: 10px;
	left: 10px;
	margin: 0 0 0 0;
}

p#imgDiscAlbum {
	position: absolute;
	top: 60px;
	left: 50px;
	margin: 0 0 0 0;
}

h3#discArtist {
	position: absolute;
  color : #cd7a02; 
	font-family: verdana;
  font-size: 12px;	
  font-weight : bold;
  text-align: center;	
	width: 160px;	  
	top: 40px;
	left: 10px;
	margin: 0 0 0 0;
}

h3#discArtist a {
	position: absolute;
  color : #cd7a02; 
	font-family: verdana;
  font-size: 12px;	
  font-weight : bold;    
  text-align: center;	
	width: 160px;	  
	top: 0px;
	left: 0px;
	margin: 0 0 0 0;
}

h3#discArtist a:hover {
	position: absolute;
  color : #AABBDD; 
	font-family: verdana;
  font-size: 12px;	
  font-weight : bold;    
  text-align: center;	
	width: 160px;	  
	top: 0px;
	left: 0px;
	margin: 0 0 0 0;
  text-decoration: underline;	
}

h3#discAlbum { 
	position: absolute;
  color : #881705; 	
	font-family: verdana;
  font-size: 12px;	
  font-weight : bold;    
  text-align: center;	
	width: 160px;	  
	top: 150px;
	left: 10px;
	margin: 0 0 0 0;
}

h3#discAlbum a { 
	position: absolute;
  color : #881705; 	
	font-family: verdana;
  font-size: 12px;	
  font-weight : bold;    	
  text-align: center;	
	width: 160px;	  
	top: 0px;
	left: 0px;
	margin: 0 0 0 0;
}

h3#discAlbum a:hover { 
	position: absolute;
  color : #AABBDD; 	
	font-family: verdana;
  font-size: 12px;	
  font-weight : bold;    	
  text-align: center;	
	width: 160px;	  
	top: 0px;
	left: 0px;
	margin: 0 0 0 0;
  text-decoration: underline;		
}

p#imgTicketDiscover {
	position: absolute;
  font-family:verdana;
  font-size:12px;		
	top: 180px;
	left: 50px;
	margin: 0 0 0 0;
}

h3#discPrix { 
	position: absolute;
	color: #ffffff;
	font-family: verdana;
  font-size: 12px;	
  font-weight : bold;    	
	top: 195px;
	left: 70px;
	margin: 0 0 0 0;
}

/*************** CSS stylesheet for Payment box  **************/

div#payment {
  position:relative; 
	width: 180px;
	height: 80px;
	background-image: url(boxePayment.png);
	background-position: right top;
	background-repeat: no-repeat;		
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

p#titlePayment { 
	position: absolute;
	color: #000;
	font-family: verdana;
  font-size: 14px;	
  font-weight : bold;    
  text-align: center;	
	width: 160px;	 	
	top: 10px;
	left: 10px;
	margin: 0 0 0 0;
}

p#paypalPayment { 
	position: absolute;
	top: 35px;
	left: 20px;
	margin: 0 0 0 0;
}

p#visaPayment { 
	position: absolute;
	top: 45px;
	left: 60px;
	margin: 0 0 0 0;
}

p#mcPayment { 
	position: absolute;
	top: 45px;
	left: 100px;
	margin: 0 0 0 0;
}

p#amexPayment { 
	position: absolute;
	top: 45px;
	left: 140px;
	margin: 0 0 0 0;
}

/*************** CSS stylesheet for Category Page  **************/

div#Category {
  position:relative;
	top: 0px;
	left: 10px;   
	background-image: url(boxeCategory.png);
	background-position: left top;
	background-repeat: no-repeat;			
	width: 310px;
	height: 350px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

h3#pageStyle { 
  color: #481705;
	font-family: verdana;
  font-size: 20px;	
  font-weight : bold;    	
	margin: 0 0 0 0;
}

h3#pageArtist { 
  color: #481705;
	font-family: verdana;
  font-size: 20px;	
  font-weight : bold;    	  	
	margin: 0 0 0 0;
}

h3#pageAlbum { 
  color: #cd7a02;
	font-family: verdana;
  font-size: 20px;	
  font-weight : bold;    	   	
	margin: 0 0 0 0;
}

p#imgCategory {
	position: absolute;
	top: 50px;
	left: 30px;
	margin: 0 0 0 0;
}

h3#CatArtist { 
	position: absolute; 		
	top: 20px;
	left: 30px;
	margin: 0 0 0 0;
}

h3#CatArtist a { 
  color: #481705;
	font-family: verdana;
  font-size: 16px;	
  font-weight : bold;    	
	margin: 0 0 0 0;
}

h3#CatArtist a:hover { 
  color: #481705;
	font-family: verdana;
  font-size: 16px;	
  font-weight : bold;    	
	margin: 0 0 0 0;
}

h3#CatAlbum { 
	position: absolute; 		
	top: 20px;
	left: 30px;
	margin: 0 0 0 0;
}

h3#CatAlbum a { 
  color: #cd7a02;
	font-family: verdana;
  font-size: 16px;	
  font-weight : bold;    	
	margin: 0 0 0 0;
}

h3#CatAlbum a:hover { 
  color: #cd7a02;
	font-family: verdana;
  font-size: 16px;	
  font-weight : bold;    	
	margin: 0 0 0 0;
}

/*************** CSS stylesheet for Resume Product box  **************/

div#ResumeProduct {
  position:relative; 
  top: 10px;
	left: 15px;
	width: 650px;
	height: 250px;
	background-image: url(boxeStarProduct.png);
	background-position: left top;
	background-repeat: no-repeat;	
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

p#imgResumeArtist {
	position: absolute;
	top: 10px;
	left: 10px;
	margin: 0 0 0 0;
}

h1#ResumeArtist { 
	position: absolute;
	color: #481705;	
	font-family: verdana;
  font-size: 30px;	
  font-weight : bold;    	
	top: 20px;
	left: 240px;
	margin: 0 0 0 0;
}

a.ResumeArtist {
	color: #481705;	
	font-family: verdana;
  font-size: 30px;	
  font-weight : bold;  
  margin-top : 0;
  margin-bottom : 0;  
}

a.ResumeArtist:hover {
  color: #AABBDD;
  font-family: verdana;
  font-size: 30px;	
  font-weight : bold;  
  margin-top : 0;
  margin-bottom : 0;  
  text-decoration: underline;
}

h2#ResumeAlbum { 
	position: absolute;
	color: #cd7a02;	
	font-family: verdana;
  font-size: 24px;	
  font-weight : bold;    	
	top: 65px;
	left: 320px;
	margin: 0 0 0 0;
}

a.ResumeAlbum { 
	color: #cd7a02;	
	font-family: verdana;
  font-size: 24px;	
  font-weight : bold;   
  margin-top : 0;
  margin-bottom : 0;  
}

a.ResumeAlbum:hover {
  color: #AABBDD;
  font-family: verdana;
  font-size: 24px;	
  font-weight : bold;  
  margin-top : 0;
  margin-bottom : 0;  
  text-decoration: underline;
}

p#descResumeArtist { 
	position: absolute;
	top: 80px;
	left: 230px;
  font-family:verdana;
  font-size:12px;	
  text-align: justify;
	width: 370px;
	margin: 0 0 0 0;
}

p#moreResumeArtist { 
	position: absolute;
	top: 210px;
	left: 460px;
	margin: 0 0 0 0;
}

p#gotoResumeArtist { 
	position: absolute;
	color: #ffffff;		
	font-family: verdana;
  font-size: 12px;	
  font-weight : bold;    
  text-align: center;	
	width: 125px;		
	top: 215px;
	left: 460px;
	margin: 0 0 0 0;
}

a.gotoResumeArtist { 
	color: #ffffff;	
	font-family: verdana;
  font-size: 12px;	
  font-weight : bold;    
  text-align: center;	
	width: 125px;	
	top: 215px;
	left: 460px;	
  margin-top : 0;
  margin-bottom : 0;  
}

a.gotoResumeArtist:hover {
  color: #AABBDD;
	font-family: verdana;
  font-size: 12px;	
  font-weight : bold;    
  text-align: center;	
	width: 125px;	
	top: 215px;
	left: 460px;	
  margin-top : 0;
  margin-bottom : 0;  
  text-decoration: underline;
}

/*************** CSS stylesheet for Product Listing box  **************/

div#headListing {
  position:relative;
	top: 0px;
	left: 15px;   
	background-image: url(headProductList.png);
	background-position: right top;
	background-repeat: no-repeat;	
	width: 620px;
	height: 34px;
	margin: 0;
	padding: 0;
	border: 0;
}

h3#headProduct { 
	position: absolute;
	top: 10px;
	left: 10px;
	font-family: verdana;
  font-size: 12px;	
  font-weight : bold;    
	margin: 0;
	padding: 0;
}

h3#headModel { 
	position: absolute;
	top: 10px;
	left: 230px;
	font-family: verdana;
  font-size: 12px;	
  font-weight : bold;    
  margin: 0;
	padding: 0;
}

h3#headImage { 
	position: absolute;
	top: 10px;
	left: 360px;
  font-family: verdana;
  font-size: 12px;	
  text-align: center;	
  font-weight : bold;    
	width: 80px;  
	margin: 0;
	padding: 0;
}

h3#headPrice { 
	position: absolute;
	top: 10px;
	left: 440px;
	font-family: verdana;
  font-size: 12px;	  
  text-align: center;	
  font-weight : bold;    
	width: 80px;	  
	margin: 0;
	padding: 0;
}

h3#headOrder { 
	position: absolute;
	top: 10px;
	left: 520px;
	font-family: verdana;
  font-size: 12px;	
  font-weight : bold;    
  text-align: center;	
	width: 100px;		
	margin: 0;
	padding: 0;
}

div#oneListing {
  position:relative;
	top: 0px;
	left: 15px;   
	background-image: url(oneProductList.png);
	background-position: right top;
	background-repeat: no-repeat;	
	width: 620px;
	height: 30px;
	margin: 0;
	padding: 0;
	border: 0;	
}

div#twoListing {
  position:relative;
	top: 0px;
	left: 15px;   
	background-color: #222;
	background-image: url(twoProductList.png);
	background-position: right top;
	background-repeat: no-repeat;	
	width: 620px;
	height: 30px;
	margin: 0;
	padding: 0;
	border: 0;	
}

p#headProduct { 
	position: absolute;
	top: 10px;
	left: 10px;
  font-family: verdana;
  font-size: 12px;	
	margin: 0;
	padding: 0;
}

p#headModel { 
	position: absolute;
	top: 10px;
	left: 230px;
  font-family: verdana;
  font-size: 12px;	
	margin: 0;
	padding: 0;
}

p#headImage { 
	position: absolute;
	top: 10px;
	left: 360px;
  font-family: verdana;
  font-size: 12px;	
  text-align: center;	
	width: 80px;  
	margin: 0;
	padding: 0;
}

p#headPrice { 
	position: absolute;
	top: 10px;
	left: 440px;
	font-family: verdana;
  font-size: 12px;	  
  text-align: center;	
	width: 80px;	  
	margin: 0;
	padding: 0;
}

p#moreOrder { 
	position: absolute;
	top: 5px;
	left: 520px;
  text-align: center;	
	width: 100px;	
	margin: 0;
	padding: 0;
}

p#gotoOrder { 
	position: absolute; 		
	top: 10px;
	left: 520px;
	font-family: verdana;
  font-size: 12px;	
  font-weight : bold;    
  text-align: center;	
	width: 100px;	
	margin: 0 0 0 0;
}

p#gotoOrder a { 
  color: #000000;
	top: 10px;
	left: 520px;
	font-family: verdana;
  font-size: 12px;
  font-weight : bold;  	  
  text-align: center;	
	width: 100px;	   	
	margin: 0 0 0 0;
}

p#gotoOrder a:hover { 
  color: #AABBDD;
	top: 10px;
	left: 520px;
	font-family: verdana;
  font-size: 10px;
  font-weight : bold;  	  
  text-align: center;	
	width: 100px;	  	
	margin: 0 0 0 0;
}

/*************** CSS stylesheet for Product Resume Box  **************/

div#topProductResume {
  position:relative;
  height: 110px;
	width: 650px ;
	list-style: none ;
	margin: 0 ;
	padding: 0 ;
}

a#moreBack { 
	position: absolute;
	top: 0px;
	left: 10px;
  text-align: center;	
	width: 120px;	
	margin: 0;
	padding: 0;
}

p#gotoBack { 
	position: absolute; 		
	top: 5px;
	left: 10px;
	font-family: verdana;
  font-size: 14px;	
  font-weight : bold;    
  text-align: center;	
	width: 120px;	
	margin: 0 0 0 0;
}

p#gotoBack a { 
  color: #000000;
	top: 5px;
	left: 10px;
	font-family: verdana;
  font-size: 14px;
  font-weight : bold;  	  
  text-align: center;	
	width: 120px;	   	
	margin: 0 0 0 0;
}

p#gotoBack a:hover { 
  color: #AABBDD;
	top: 5px;
	left: 10px;
	font-family: verdana;
  font-size: 14px;
  font-weight : bold;  	  
  text-align: center;	
	width: 120px;	  	
	margin: 0 0 0 0;
}

a#gotoAddCart { 
	position: absolute;
	top: 0px;
	right: 10px;
  text-align: center;	
	width: 120px;	
	margin: 0;
	padding: 0;
}

p#nameProductResume {
  position:absolute;
	top: 50px;
	left: 10px;
  font-family: verdana;
  font-size: 14px;	
  font-weight : bold; 	
	margin: 0 0 0 0;
}

p#imageProductResume {
  position:absolute;
	top: 0px;
	left: 260px;
	margin: 0 0 0 0;
}

p#priceProductResume {
  position:absolute;
	top: 70px;
	right: 10px;
  font-family: verdana;
  font-size: 14px;	
  font-weight : bold; 	
	margin: 0 0 0 0;
}

div#bottomProductResume {
  position:relative;
  height: 30px;
	width: 620px ;
	list-style: none ;
	margin: 0 ;
	padding: 0 ;
}

div#boxeHeadDesc {
  position:relative;
  height: 45px;
	width: 620px ;
	list-style: none ;
	top: 0px;
	left: 15px;		
	margin: 0 ;
	padding: 0 ;
}

ul#description {
	margin: 0 ;
	padding: 0 ;

	}

#description li {
	float: left;
	background: transparent url(headerDescription.png) left bottom no-repeat;		
	list-style-type: none ;		
	}

#description li a {
  display: block;
  width: 155px;
  height: 45px;
	color: #000000;
  font-family:verdana;
  font-size:14px;	
  font-weight : bold;  
	line-height: 45px ;
	text-align: center ;
	}	
	
#description li a:hover, #description li a:focus, #description li a:active {
	color: #481705 ;
	background: transparent url(headerDescription.png) left top no-repeat ;	
  font-family:verdana;
  font-size:14px;	
  font-weight : bold;  	
	}

div#boxeDescription {
  position:relative;
  height: 820px;
	width: 620px ;
	top: -5px;
	left: 15px;	
	background: transparent url(boxeDescription.png) left top no-repeat ;	
	list-style: none ;
	margin: 0 ;
	padding: 0 ;
}

p#descArtist {
	position: absolute;
	top: 20px;
	left: 20px;
  font-family:verdana;
  font-size:12px;	
  text-align: justify;
	width: 580px;
	margin: 0 0 0 0;
}	

p#descAlbum {
	position: absolute;
	top: 20px;
	left: 20px;
  font-family:verdana;
  font-size:12px;	
  text-align: justify;
	width: 580px; 
	margin: 0 0 0 0;
}	

p#imgArtist1 {
	position: absolute;
	top: 20px;
	left: 40px;
	margin: 0 0 0 0;
}	

p#imgArtist2 {
	position: absolute;
	top: 20px;
	left: 330px;
	margin: 0 0 0 0;
}	

p#imgArtist3 {
	position: absolute;
	top: 280px;
	left: 40px;
	margin: 0 0 0 0;
}	

p#imgArtist4 {
	position: absolute;
	top: 280px;
	left: 330px;
	margin: 0 0 0 0;
}	

p#imgArtist5 {
	position: absolute;
	top: 550px;
	left: 40px;
	margin: 0 0 0 0;
}	

p#imgArtist6 {
	position: absolute;
	top: 550px;
	left: 330px;
	margin: 0 0 0 0;
}	

div#descConcert {
	position: relative;
	top: 20px;
	left: 10px;
	background-image: url(headConcertList.png);
	background-position: left top;
	background-repeat: no-repeat;	
	width: 600px;
	height: 34px;
	margin: 0;
	padding: 0;
	border: 0;	
}	

h3#concertDate { 
	position: absolute;
	top: 10px;
	left: 10px;
  font-family: verdana;
  font-size: 12px;	
  font-weight : bold;  
  text-align: center;	
	width: 80px;	  
	margin: 0;
	padding: 0;
}

h3#concertCity { 
	position: absolute;
	top: 10px;
	left: 90px;
  font-family: verdana;
  font-size: 12px;	
  font-weight : bold; 
  text-align: left;	
	width: 140px;	   
	margin: 0;
	padding: 0;
}

h3#concertPlace { 
	position: absolute;
	top: 10px;
	left: 230px;
  font-family: verdana;
  font-size: 12px;	
  font-weight : bold;  
  text-align: left;	
	width: 210px;	  
	margin: 0;
	padding: 0;
}

h3#concertTime { 
	position: absolute;
	top: 10px;
	left: 440px;
  font-family: verdana;
  font-size: 12px;	
  font-weight : bold;  
  text-align: center;	
	width: 80px;	  
	margin: 0;
	padding: 0;
}

h3#concertPrice { 
	position: absolute;
	top: 10px;
	left: 520px;
  font-family: verdana;
  font-size: 12px;	
  font-weight : bold;  
  text-align: center;	
	width: 80px;	  
	margin: 0;
	padding: 0;
}

div#oneConcertListing {
  position:relative;
	top: 0px;
	left: 10px;   
	background-image: url(oneConcertList.png);
	background-position: right top;
	background-repeat: no-repeat;	
	width: 620px;
	height: 30px;
	margin: 0;
	padding: 0;
	border: 0;	
}

div#twoConcertListing {
  position:relative;
	top: 0px;
	left: 10px;   
	background-color: #222;
	background-image: url(twoConcertList.png);
	background-position: right top;
	background-repeat: no-repeat;	
	width: 620px;
	height: 30px;
	margin: 0;
	padding: 0;
	border: 0;	
}

p#dateConcert { 
	position: absolute;
	top: 10px;
	left: 10px;
  font-family: verdana;
  font-size: 12px;	
  text-align: center;	
	width: 80px;	   
	margin: 0;
	padding: 0;
}

p#townConcert { 
	position: absolute;
	top: 10px;
	left: 90px;
  font-family: verdana;
  font-size: 12px;	
  text-align: left;	
	width: 140px;	   
	margin: 0;
	padding: 0;
}

p#placeConcert { 
	position: absolute;
	top: 10px;
	left: 230px;
  font-family: verdana;
  font-size: 12px;	
  text-align: left;	
	width: 210px;  
	margin: 0;
	padding: 0;
}

p#timeConcert { 
	position: absolute;
	top: 10px;
	left: 440px;
	font-family: verdana;
  font-size: 12px;	  
  text-align: center;	
	width: 80px;	  
	margin: 0;
	padding: 0;
}

p#priceConcert { 
	position: absolute;
	top: 10px;
	left: 520px;
	font-family: verdana;
  font-size: 12px;	  
  text-align: center;	
	width: 80px;	  
	margin: 0;
	padding: 0;
}

/*************** CSS stylesheet for Shipping Page  **************/

h4#TitleA1 { 
	color: #000;
  font-family:verdana;
  font-size:14px;
  text-align: left;	
  font-weight : bold;  
	width: 600px;	
	margin: 0 0 0 0;
}

p#TexteA1 {
	color: #000;
  font-family:verdana;
  font-size:11px;  
  text-align: justify;	
	width: 600px;	
	margin: 5px 5px 5px 5px;
}	

/*************** CSS stylesheet for Privacy Page  **************/

h4#TitleC1 { 
	color: #000;
  font-family:verdana;
  font-size:14px;
  font-weight : bold;    
  text-align: left;	
	width: 600px;	
	margin: 0 0 0 0;
}

p#TexteC1 {
	color: #000;
  font-family:verdana;
  font-size:11px;
  text-align: justify;	
	width: 600px;	
	margin: 5px 5px 5px 5px;
}	

/*************** CSS stylesheet for Conditions Page  **************/

h4#TitleO1 { 
	color: #000;
  font-family:verdana;
  font-size:14px;
  text-align: left;	
  font-weight : bold;    
	width: 600px;	
	margin: 0 0 0 0;
}

p#TexteO1 {
	color: #000;
  font-family:verdana;
  font-size:11px;
  text-align: justify;	
	width: 600px;	
	margin: 5px 5px 5px 5px;
}	

/*************** CSS stylesheet for Empty Category and Product  **************/

div#emptyStyle {
  position:relative; 
  top: 10px;
	left: 15px;
	width: 650px;
	height: 250px;
	background-image: url(boxeStarProduct.png);
	background-position: left top;
	background-repeat: no-repeat;	
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

h1#emptyCategory { 
	position: absolute;
	color: #481705;	
	font-family: verdana;
  font-size: 30px;	
  font-weight : bold;    	
	top: 20px;
	left: 20px;
  text-align: justify;
	width: 500px;	
	margin: 0 0 0 0;
}

h2#emptyProduct { 
	position: absolute;
	color: #cd7a02;	
	font-family: verdana;
  font-size: 24px;	
  font-weight : bold;    	
	top: 20px;
	left: 20px;
  text-align: justify;
	width: 500px;		
	margin: 0 0 0 0;
}

/*************** CSS stylesheet for Maintenance Page  **************/

div#boxeDescription {
  position:relative;
  height: 820px;
	width: 620px ;
	top: -5px;
	background: transparent url(boxeDescription.png) left top no-repeat ;	
	list-style: none ;
	margin: 0 ;
	padding: 0 ;
}

p#descArtist {
	position: absolute;
	top: 20px;
	left: 20px;
  font-family:verdana;
  font-size:12px;	
  text-align: justify;
	width: 580px;
	margin: 0 0 0 0;
}	

/*************** CSS stylesheet for ??? Page  **************/

TD#rowOrder {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 2;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight : bold;  
  background: #bbc3d3;
  color: #ffffff;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

A.headerNavigation:hover {
  color: #ffffff;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.mostPopular {
	background-image: url(images/boxemostpopular.jpg);
	background-position: left top;
  background: #f8f8f9;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  margin-top : 5px;
  margin-bottom : 5px; 
}

.infoBox {
  background: #b6b7cb;
}

.infoBoxContents {
  background: #f8f8f9;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #bbc3d3;
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.star-product-title {
  font-family: Verdana, Arial, sans-serif;
  text-align : center;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}

.star-product {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #000000;
}

.star-product-price{
  font-family: Verdana, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #ff0000;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #f8f8f9;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #f8f8f9;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  white-space: pre;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.newPrix {
  color : red; 
  font-size : 14pt; 
  margin-top : 0;
  margin-bottom : 0;  
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

/*************** CSS stylesheet for Debug    **************/

table {
  border: 0px solid red; 
  margin: 0px;
}

td {
  border:  0px dotted purple; 
  padding: 0px;
}

div#siteDown {
  position:relative; 
	width: 600px;
	height: 60px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

h1#siteDownText1 { 
	position: absolute;
	color: #481705;	
	font-family: verdana;
  font-size: 30px;	
  font-weight : bold;    
	top: 10px;
	left: 10px;  	
	margin: 0 0 0 0;
}

h1#siteDownText2 { 
	position: absolute;
	color: #481705;	
	font-family: verdana;
  font-size: 30px;	
  font-weight : bold;   
	top: 60px;
	left: 10px;   	
	margin: 0 0 0 0;
}

/*************** CSS stylesheet for .......  **************/

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: auto; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }
