/*
 * ---- vertical navigation
 */
 .v-nav ul{
	margin:0;
	list-style-type: none;
}
.v-nav li a{
	display: block;
}
.v-nav li ul{
	margin: 0;
}
.v-nav li ul a{
	
}
/*
 * ---- Horizontal Navigation Block ----
 */
.h-nav ul{
	list-style-type: none;
	margin: 0;
}
.h-nav li{
	display: inline;
}
.h-nav li a{
	float: left;
}
/*
 *  ---- Horizontal Navigation Inline--
 */
.h-nav-inline ul{
	display: inline;
	list-style-type: none;
	margin: 0;
}
.h-nav-inline ul li{
	display: inline;
}
/*
 * ---- common styles ----
 */
.titanBody .clear{
	clear: both;
}
.titanBody .alignleft,
img.alignleft {
	display: inline;
	float: left;
  margin-right: 1.5em;
}
.titanBody .alignright,
img.alignright {
	display: inline;
	float: right;
  margin-left: 1.5em;
}
.titanBody .aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.titanBody .purple{
color: #8f5ba6;
}
.data-table{

}
.video{}
.player{

}
.vp{
background: #000 url(images/mammotome/BG-Header.jpg) 50% 0 no-repeat;
no-repeat scroll 50% 0 #000000;
height:320px;
margin-bottom:15px;
text-align:center;
}

.question{margin-right:90px; font-weight:bold; font-style: italic; display:block;}
.answer{margin-left:60px; display:block;}
.breaking-news{
border:1px solid #C3AFD4;
margin-bottom:15px;
padding:15px;
}
.clear{clear: both}
.hidden{display: none;}
.download{}
.registered{}
.border{
border-bottom: 1px solid #6E2A8D;
padding-bottom: 15px;
margin-bottom: 20px;
}

