﻿
#bootssml {
	background-image: url('../images/walkingbootssml.png');
 	background-repeat: no-repeat; 
 	background-position:right bottom;
 	line-height: 18px;
 	font:bold 11px Tahoma, Arial;
 	padding-bottom:10px;
 	margin:0;
 	border-bottom: 1px solid #345C7C;	
}

#robinsml {
	background-image: url('../images/robinhoodsml.png');
 	background-repeat: no-repeat; 
 	background-position:left bottom;
 	width:160px;
 	line-height: 18px; 
 	font:bold 11px Tahoma, Arial;
 	padding:10px 0;
 	border-bottom: 1px solid #345C7C;
}

#flowersml {
	background-image: url('../images/flower.jpg');
 	background-repeat: no-repeat; 
 	background-position:right top;
 	line-height: 18px; 
 	font:bold 11px Tahoma, Arial;
 	padding:10px 0;
 	border-bottom: 1px solid #345C7C;
}


.train {
	background-image: url('../images/train.png');
 	background-repeat: no-repeat; 
 	background-position: bottom right; 
 	width:50%;
	border-right:1px solid #133D8D; 
	border-bottom:1px solid #133D8D; 
	border-top:1px solid #133D8D;	
	padding:3px 5px 30px 10px;
 	line-height: 18px; 
 	font:normal 14px Tahoma, Arial;	
}
.directory {
	background-image: url('../images/directory.png');
 	background-repeat: no-repeat; 
 	background-position: bottom right;
 	width:50%; 	
	border-bottom:1px solid #133D8D; 
	border-top:1px solid #133D8D;	
	padding:3px 5px 30px 10px;
 	line-height: 18px; 
 	font:normal 14px Tahoma, Arial;		
}
