/* CONTACT DETAILS IE6 */
.selectedTab {
	border:			#cccccc solid 1px;
}
div.divContacts {
	position:               absolute;
	top:                    320px;
	bottom:                 0px;
	left:                   0px;
	margin:                 0px;
	padding:                0px;
	width:                  175px;
	vertical-align:         bottom;
}
div.divContacts div.divContact {
	margin:                 0px 0px 15px 0px;
	padding:                0px;
	width:                  175px;
	color:                  #363636;
	font-size:              10px;
	text-align:             right;
}
div.divContacts div.divContact h1 {
	margin:                 0px;
	padding:                0px;
	padding-bottom:          5px;
	width:                  175px;
	color:                  #363636;
	font-size:              13px;
	text-align:             right;
}
div.divContacts div.divLine {
	margin:                 0px;
	padding:                0px;
	font-size:              10px;
	color:                  #363636;
	font-weight:            normal;
	width:                  100%;
	text-align:             left;
	background-image:       none;
	background-position:    center right;
	background-repeat:      no-repeat;
}
div.divContacts div.divLine span {
	margin:                 0px;
	padding:                0px;
	visibility:             hidden;
	font-size:              11px;
}

/* CONTACT DETAILS REST BROWSERS */
a.cTitle {
	margin:                 10px;
	padding:                10px;
	font-size:              16px;
	background-image:       none;
	background-repeat:      no-repeat;
	background-position:    center right;
}
a.cTitle span {
	margin:                 0px;
	padding:                0px;
	visibility:             hidden;
}
a.cLine {
	margin:                 0px;
	padding:                0px;
	font-size:              11px;
	line-height:            16px;
	background-image:       none;
	background-repeat:      no-repeat;
	background-position:    center right;
	text-decoration:        none;
}
a.cLine span {
	margin:                 0px;
	padding:                0px;
	visibility:             hidden;
}

/* legal text */
div.divContacts div.divLegalText {
	margin:                 0 0 5px 0;
	padding:                0px;
	width:                  175px;
	color:                  #808080;
	font-size:              10px;
	text-align:             right;
}

/* links */
div.divLinks ul {
	margin: 0 0 15px 0;
}
div.divLinks ul li {
	list-style: none;
	text-align: right;
	line-height: 15px;
}
div.divLinks ul li a {
	color: #363636;
	font-size: 10px;
	text-decoration: none;
}
div.divLinks ul li a:hover {
	text-decoration: underline;
}