/* CSS Document */
#mn_retail {
	text-decoration:line-through;
}

body {
	background-image: none;
	background-color: #FFF;
}

.retail {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.retail_store {
	width: 20%;
	height: 500px;
	float: left;
	position: relative;
}
* html .retail_store{
	width: 19.9%;
}
* +html .retail_store{
	width: 19.9%;
}

.retail_store .retail_copy {
	position: absolute;
	left: 15px;
	top: 220px;
}

.retail_store .hold{
	overflow: hidden;
	width: 100%;
	height: 100%;
	display:none;
}

.retail_store .hold img{
	position:relative;
	top:50%;
	left:50%;
	margin:-300px 0 0 -250px;
	display:block;
}

.retail_store:hover .hold{display: block !important;}

.retail h1 {
	font-size: 18px;
}

.retail_copy p{
	width: 125px;
	font-size: 13px;
	font-height: 18px;
	padding: 0px 2px 0px 2px;
	margin: 2px;
	color: #FFF;
}

.retail_email {
	padding: 8px 0px 10px 30px;
	color: #000;
	font-weight: bold;
}


.b_cbd {
	background-color: #ef5994;
}
.b_cbd:hover {
	background: #ef5994 url(/images/retail/WORLD_BeautyAKL.jpg) no-repeat center center;
}
.ponsonby {
	background-color: #00aadd;
}
.ponsonby:hover {
	background: #00aadd url(/images/retail/WORLD_Ponsonby.jpg) no-repeat center center;
}
.b_ponsonby {
	background-color: #e6c8a5;
}
.b_ponsonby:hover {
	background: #e6c8a5 url(/images/retail/WORLD_BeautyPons.jpg) no-repeat center center;
}

.capital {
	background-color: #f36f21;
}
.capital:hover {
	background: #f36f21 url(/images/retail/WORLD_FashCap.jpg) no-repeat center center;
}

.b_capital {
	background-color: #a65e34;
}
.b_capital:hover {
	background: #a65e34 url(/images/retail/WORLD_BeautyCap.jpg) no-repeat center center;
}

.newmarket {
	background-color: #00ac9f;
}

.christchurch {
	background-color: #5b57a6;
}

.deluxe {
	background-color: #f8ab9e;
}
.deluxe:hover {
	background: #f8ab9e url(/images/retail/WORLD_Deluxe-Auckland.jpg) no-repeat center center;
}

.man {
	background-color: #b41d8d;
}
.man:hover {
	background: url(/images/retail/WORLD_High-Street.jpg) no-repeat center center;
}

.sydney {
	background-color: #ffc20e;
}
.sydney:hover {
	background: #ffc20e url(/images/retail/WORLD_Sydney.jpg) no-repeat center center;
}

.map {
	background-image: url(/images/retail/worldstores_map.gif);
}
.map a{
	text-decoration: underline;
	color: #FFF;
}

