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

#storecontainer2 {
	clear:left;	
	float:left;	
	width:100%;	
	overflow:hidden;	
	background: url(/images/store/store-subheader.jpg) no-repeat top #FFF;
}

#store-bar  {
	width:100%;
	padding: 5px 0px 5px 5px;
	margin-top: 7px;
	background-color:#fffff;
	display: inline-block;
	}

#store-bar ul {
	list-style: none;
	display:block;
	}

#store-bar li {
	font-size:11px;
	float:left;
	list-style:none;
	cursor: pointer;
	display:block;
	border-right:1px solid #ccc;
	width:29%;
	padding: 5px 7px;
	margin:  0px 2px; 
	background-color:#ececec;
	text-align:center;
	}
	
#store-bar h1 {
	font-size:17px;
	color:#2b2b2b;
	padding-left: 10px;	
	font-weight: bold;
	margin: 0px;
	line-height:18px;
	text-align:left; 	
	}	
#store-bar h3 {
	font-family:arial,verdana,sans-serif;
	font-size:15px;
	color:#666666;
	padding: 5px 15px 0px 15px;	
	font-weight: bold;
	margin: 0px;
	line-height:18px;
	text-align:left; 	
	}				
	
#store-bar p {
	padding: 5px 10px 5px 10px;
	margin: 0px;
	font-size:10px;
	text-align:left;
	}	

#store-bar a {
  color:#333333;
	text-decoration:none;
	}	
		

</style>
