#content {
    margin-right: 0px;
    margin-bottom: 5px;
    background-color: white;
    text-align: left;
    font-size: 8pt;
}

#artistInfoBox {
    float: left;
    margin-bottom: 10px;
    width: 765px;
    border-width: 2px;
    padding-bottom: 40px;
}

#pageContent {
    height: 402px;
}

.column {
    float: left;
}
#column1 {
    width: 136px;
    margin-right: 8px;
}
#column2 {
    width: 453px;
    margin-right: 8px;
}
#column3 {
    width: 160px;
}
#filterForm {
    margin: 10px 0 20px;
}
.box {
    background-color: white;
}

#mapKey {
    margin-bottom: 9px;
    border-width: 0px;
}
#companyInfoBox {
    border-width: 0px;
}
#companyInfoBox #companyInfoContent {
    height: 244px;
    padding: 3px;
}
#companyInfoBox .boxTitle {
    margin: 0 0 5px;
}
#companyInfoBox .boxContent dl {
	margin: 0 0 10px;
	padding: 7px 2px 0;
	border: 1px solid #000000;
	position: relative;
}
#companyInfoBox .boxContent dt {
    position: absolute;
    background-color: #ffffff;
    top: -8px;
    right: 3px;
    font-weight: bold;
    padding: 0 2px 0 3px;
}
#companyInfoBox .boxContent dd {
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
}
#companyInfoBox .boxContent dd span {
    display: block;
}
#companyInfoBox .boxContent dd span em {
	font-style: normal;
	margin-left: 3px;
	color: #0099CC;
}
#mapKey .boxContent ul {
	margin: 0 15px;
}
#mapKey .boxContent ul li {
	list-style: none;
	display: block;
	text-align: right;
	font-weight: bold;
}
#mapKey .boxContent ul li .mapKeyIcon {
	background-image: url(/main/img/sprite_hexagon_key.gif);
	width: 16px;
	height: 16px;
	line-height: 1px;
	float: left;
}
#mapKey .boxContent ul li #mapKeyIcon2 {
	background-position: 0 -16px;
}
#mapKey .boxContent ul li #mapKeyIcon3 {
	background-position: 0 -32px;
}
#mapKey .boxContent ul li #mapKeyIcon4 {
	background-position: 0 -48px;
}
#mapKey .boxContent ul li #mapKeyIcon5 {
	background-position: 0 -64px;
}
#map {
    height: 388px;
}
a.feature {
    width: 104px;
    height: 120px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    float: left;
}
a.feature:hover {
    background-color: #F1B860;
}
a.feature .featureName, a.feature .featureDetail {
    color: black;
    font: 7pt Tahoma;
    margin-top: 3px;
}
a.feature .featureDetail {
    color: red;
    margin-top: 0px;
}
a.feature .featureImage {
    width: 96px;
    height: 72px;
    border-width: 0px;
}
#yourFeedbackBox {
    border-width: 0px;
}
#yourFeedbackBox .boxTitle {
    margin-bottom: 2px;
}
#yourFeedbackBox .boxContent {
    height: 90px;
    padding-top: 0px;
}

a.artist {
    width: 104px;
    height: 120px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    float: left;
}
a.artist:hover {
    background-color: #F1B860;
}
a.artist .artistName, a.artist .artistDetail {
    color: black;
    font: 7pt Tahoma;
    margin-top: 3px;
}
a.artist .artistDetail {
    color: white;
    margin-top: 0px;
}
a.artist .artistImage {
    width: 96px;
    height: 72px;
    border-width: 0px;
}

#artistServicesBox {
    margin-bottom: 9px;
    border-width: 0px;
    height: 167px;
}

#comingSoonBox {
    border-width: 0px;
}
#comingSoonTitle {
    margin-bottom: 0px;
}
#comingSoonContent {
    background: url(../img/live.gif) 0px 30px no-repeat;
    height: 190px;
    padding: 5px;
}

#venuePicture {
    width: 128px;
    height: 96px;
}
#venuename {
   font-weight: bold;
   margin-bottom: 2px;
}
#venuepostcode {
    margin-bottom: 12px;
}

.pageFunctionsTable td {
    text-align: left;
    padding-left: 10px;
}
#pageFunctionsText {
	font-size: 10pt;
	font-weight: bold;
	line-height: 16pt;
}
.urlContainer {
    vertical-align: top;
    height: 16px;
    margin-left: 1px;
    margin-top: 5px;
}
.urlImage {
    float: left;
    margin-right: 4px;
    border-style: none;
}
.url {
    color: #0099CC;
}
#pageDescription {
	_height: 78px;
	min-height: 78px;
}
#pageDescription div {
	width: 66%;
	padding: 10px;
}
#pageDescription div.floatR {
	width: 28%;
	padding: 10px;
}
#pageDescription div p {
	padding: 0;
	margin: 0 0 12px;
}
#pageDescription div p.first {
	font-size: 10pt;
	font-weight: bold;
}
#pageDescription div p.last {
	margin-bottom: 0;
}
#pageDescription div ul {
	margin-bottom: 12px;
}
#pageDescription div ul li {
	margin-bottom: 5px;	
}
#pageDescription div.floatR div {
	padding: 0;
	width: auto;
}
#pageDescription div.floatR div.boxTitle {
	padding: 3px;	
}
#pageDescription div.floatR div.boxContent {
	text-align: center;
	padding: 7px 0;
}
