@import url(/CPH/css/cph_main.css);
@import url(/CPH/css/cph_pagetop.css);
@import url(/CPH/css/cph_sectionmenu.css);

#mainPlaceholder {
	width: 585px; /* 770 - 159 - 11 - 15 */
	padding-right: 15px;
}

#mapTop {
	position: relative;
}

img#MapOverview {
	display: block;
}

#mapLeft {
	float: left;
	width: 156px;
	margin: 10px 0 0;
}

#mapCenter {
	float: left;
	width: 156px;
	margin: 10px 0 0 10px;
}

#mapRight {
	float: right;
	width: 253px;
}

#mapLeft ul, #mapCenter ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#mapLeft li, #mapCenter li {
	line-height: normal;
	margin: 2px 0;
}

#mapLeft .current, #mapCenter .current {
	font-weight: bold;	
}

#mapCenter li {
	clear: left;
	height: 17px; /* Used to make some space between one-line shops in list */
}
div[id=mapCenter] li {
	min-height: 17px;
	height: auto !important;
}

#mapCenter img {
	float: left; /* Makes images float left of links to shop (and shop to stand right of images) */
	width: 15px;
	clear: left;
}

#mapCenter a {
    color: #001c54;
    display: block;
    margin: 0px 0px 0px 23px;
}

/*	Shop
*/
#shop {
	background-color: #deddd0;
	margin-top: 10px;
	padding: 8px;
}
	
#shopLeft {
	float: left;
}	

#shopInfo {
	float: right;
	width: 131px;
}
#shopInfo img {
	float: left;
}
#shopInfo h1 {
	font-size: 100%;
	margin: 0 0 8px 23px;
}
#shopInfo span {
	color: Red;
}
#shopInfo span p {
	margin-bottom: 0; /* Override default to avoid having to edit all postings */
}

#shopDescription {
	clear: both;
	margin-top: 8px;
}


