#textwhere
{
	float: left;
	width: 463px;
	height: 450px;
	margin: 0;
	padding-left: 20px;
	background: white url(../img/BG.jpg) no-repeat;
	background-position: -80px 80px;
	color: #a0a0a0;
	font: bold 8pt 'Trebuchet MS';
	letter-spacing: 1px;
}
#whereheader p a
{
        color: gray;
	text-decoration: none;
}
#whereheader
{
	float: left;
	width: 443px;
        min-height: 70px;
        height:auto !important;
        height:70px;
}
#wherecontent 
{
	clear: left;
	margin: 0;
	/*margin-top: 20px;*/
       /*position: relative;*/
}
#countries 
{
	float: left;
	width: 120px;
	margin-left: 0;
	margin-right: 0px;
        position: relative;
}
#stores
{
	padding: 0;
        width: 343px;
        height: 380px;
        overflow: auto;
       float:left;
       position: relative;
}
#iphonestores
{
	padding: 0;
        width: 343px;
        overflow: auto;
       float:left;
       position: relative;
}
#countries ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#countries ul li a
{
	position: relative;
	display: block;
	text-decoration: none;
	color: #a0a0a0;
	font: bold 8pt 'Trebuchet MS';
	overflow: hidden;
}
#countries ul li a:hover
{
	color: Gray;
	font-weight: bolder;
	cursor: pointer; 
}
/* single item */
.store {
	width: 280px;
	height: 68px;
	border-bottom: solid 1px gray;
	text-decoration:none;
	list-style-type: none;
	text-align: center;	
	margin: 0;
	padding: 0;
	padding-top: 5px;
        margin-left:10px;
}
.store a
{
	/*text-decoration: none;*/
	color: gray;
	font: bold 8pt 'Trebuchet MS';
	margin: 0;
	padding: 0;
}
.store p
{
	margin: 0;
	padding: 0;
}
