@charset "UTF-8";
/* CSS Document */

#shadow-container {
	position: relative;
	left: 5px;
	top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	height: 139px;
	width: 130px;
}
 
#shadow-container .shadow2,
#shadow-container .shadow3,
#shadow-container .container {
	position: relative;
	left: -2px;
	top: -2px;
	height: 139px;
	width: 130px;
}
 
	#shadow-container .shadow1 {
	background: #F1F0F1;
	height: 139px;
	width: 130px;
	}
 
	#shadow-container .shadow2 {
	background: #DBDADB;
	height: 139px;
	width: 130px;
	}
 
	#shadow-container .shadow3 {
	background: #B8B6B8;
	height: 139px;
	width: 130px;
	}
 
	#shadow-container .container {
	background: #ffffff;
	border: 0px solid #848284;
	height: 139px;
	width: 130px;
	}

/*THIS IS THE 2ND SHADOW T*/
#shadow-containerT {
	position: relative;
	left: 5px;
	top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	height: 139px;
	width: 130px;
}
 
#shadow-containerT .shadow2,
#shadow-containerT .shadow3,
#shadow-containerT .container {
	position: relative;
	left: -2px;
	top: -2px;
	height: 139px;
	width: 130px;
}
 
	#shadow-containerT .shadow1 {
	background: #F1F0F1;
	height: 139px;
	width: 130px;
	}
 
	#shadow-containerT .shadow2 {
	background: #DBDADB;
	height: 139px;
	width: 130px;
	}
 
	#shadow-containerT .shadow3 {
	background: #B8B6B8;
	height: 139px;
	width: 130px;
	}
 
	#shadow-containerT .container {
	background: #ffffff;
	border: 0px solid #848284;
	height: 139px;
	width: 130px;
	}
	
	/*THIS IS THE 3RD SHADOW*/
	
	#shadow-containerU {
	position: relative;
	left: 5px;
	top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	height: 139px;
	width: 130px;
}
 
#shadow-containerU .shadow2,
#shadow-containerU .shadow3,
#shadow-containerU .container {
	position: relative;
	left: -2px;
	top: -2px;
	height: 139px;
	width: 130px;
}
 
	#shadow-containerU .shadow1 {
	background: #F1F0F1;
	height: 139px;
	width: 130px;
	}
 
	#shadow-containerU .shadow2 {
	background: #DBDADB;
	height: 139px;
	width: 130px;
	}
 
	#shadow-containerU .shadow3 {
	background: #B8B6B8;
	height: 139px;
	width: 130px;
	}
 
	#shadow-containerU .container {
	background: #ffffff;
	border: 0px solid #848284;
	height: 139px;
	width: 130px;
	}