@CHARSET "UTF-8";

#detailTitle {
    width: 639px;
    height: 24px;
    background: url(/templates/public/wireframe/images/xlsDirectory/detail/divTitle.jpg) no-repeat;
    padding-left: 45px;
    padding-top: 10px;
    color: #FFFFFF;
}

#detailAddress {
    width: 639px;
    height: 20px;
    background: url(/templates/public/wireframe/images/xlsDirectory/detail/divAddress.jpg) no-repeat;
    padding-left: 45px;
    padding-top: 10px;
    color: #555555;
}

#detailContainer {
    padding-left: 45px;
    padding-top: 10px;
}

#detailContainer ul {
    list-style: none;
    margin-left: 15px;
}

#detailRightPane {
    float: right;
    width: 255px;
    background: #EDEEE2;
    margin-top: -57px;
    margin-right: 47px;
}

#detailRightPane .inside {
    margin: 0px;
    padding: 16px;
    clear: both;
}

#detailRightPane a {
	color: #006666;
}

h4.detailHeading {
	color: #777773;
}

#detailImgWrapper {
    width: 255px;
    text-align: center;
}

#detailImgWrapper img {
    max-width: 253px;
    border: 1px solid #FFFFFF;
    max-height: 185px;
}

#print {
	width: 30px;
	height: 32px;
	display: block;
	float: left;
	margin-left: 340px;
	margin-top: -30px;
}

.searchLinks {
	color: #006666;
	margin-left: 45px;
	font-size: 10px;
}

.searchLinks:hover {
    cursor: pointer;
}