@charset "utf-8";
/* CSS Document */

/* ---------------------
-- About
----------------------*/
.microAbout {
	background:url(../images/shell/contentBG.jpg) top center no-repeat #FFF;
}

#modelContent .modelBox {
	margin: 0px 5px 25px 5px;
	width: 150px;
	height: 130px;
	float:left;
	display:inline;
	text-align:center;
	color:#3863a4;
	font-size:14px;
}

.modelBox .sparkleBG_1, .modelBox .sparkleBG_1:visited, .modelBox .sparkleBG_1:link {
	display:block;
	background:url(../images/shell/toutBG1.png) 0 0 no-repeat;
	padding:9px 5px 8px 5px;
	margin: 0 0 5px 0;
	width:140px;
}

.modelBox:hover .sparkleBG_1{
	background-position:0 -110px;
}

/* ---------------------
--  Model BIO Pages
----------------------*/
#modelContent 
{
	width:646px;
	background:url(../images/about/aboutBG.png);
}
#modelPhotoBox {
	display:inline;
	float:left;
	width:275px; 
	margin: 0 0 0 0px;
}

#modelBioContent {
	display:inline;
	float:left;
	width:371px;
	font-size:12px;
	line-height:17px;
	
}

#modelBioContent img {
	display:block;
	}

#modelBioCopy, #modelQACopy {
	text-align:justify;
	margin: 4px 0 0 20px;
}

#modelBioCopy img
{
	margin:0 0 7px 0;
}

#modelBioCopy p,#modelQACopy p
{
	padding:0 0 7px 0;
}

.longCopy {
display:none;
}

#modelQACopy {
 font-weight:bold;
 color:#e73a70;
 line-height:1.5em;

}

#modelQACopy #q {
 margin-top:1.5em;
 font-weight:bold;
	display:block;
	color:#3863a4;
}

#paginationLinks
{
	padding:15px 0pt 15px 0px; 
	text-align:right;
	font-size:1.2em;
}

a.pageLink 
{
	border:1px solid #DDCBA2;
	font-size:18px;
	padding:4px 6px;
	text-decoration:none;	
	clear: both;	
}

#morePix {
	padding: 15px 130px;;
}


a.morePixBtn {
	background: url(../images/bios/btnAboutProducers.gif) 0px 0px;
	background-repeat: no-repeat;
	display:block;
	width:168px;
	height:26px;
}

a.morePixBtn:hover {
	background: url(../images/bios/btnAboutProducers.gif) 0px -26px;
}

a.morePixBtn span{
	display:none;
}

/* ---------------------
-- QA PAGE CSS
----------------------*/

.microQA {
	background:url(../images/shell/CRLS_HPcontentBG.jpg) top center no-repeat #FFF;
	height:710px;
}


#QABlock {
font-family:arial,verdana;
font-size:14px;
line-height:1.2em;
padding:0 10px 0 0;
}
#QABlock .question {
color:#CC9933;
font-weight:bold;
padding:10px 0pt 15px;
}
#QABlock .answer {
color:#000000;
}
