/* Styles for the Mobile Page */


#mainContentHeader {
	width:658px;
	height:25px;
	display:block;
	padding: 22px 0 0 0;
}

#mainContentHeader h2{
	background: url(../images/mobileTitle.gif);
	width: 90px;
	height: 21px;
	text-indent:-9999px;
	margin: 0 0 0 20px;
}

.mobileTopImg {
	background-image: url(../images/mobileHeaderImg.jpg);
	height: 262px;
	position: relative;
}
.mobileTopImg .mobileIntroCopy {
	position: absolute;
	left: 311px;
	top: 25px;
	width: 323px;
	height: 149px;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
}
.mobileIntroCopy .firstLetter {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 48px;
	font-weight: bold;
	margin: 4px 2px 0px 0px;
	color: #850077;
	float: left;
	height: 48px;
	display: block;
	line-height: 28px;
}
.mobileContent .one_Col_Row {
	padding: 10px 20px 10px 20px;
	font-size:12px;
	line-height:18px;
	color:#333333;
}

.mobileContent .one_Col_Row  a.rowImage{
	background: url(/common/images/_global/imgFrame.jpg) 0px 0px;
	height: 122px;
	width: 182px;
	padding: 16px 11px 14px 15px;
	margin: 0px 20px 25px 0px;
	display:block;
	float:left;
}

.mobileContent .one_Col_Row  a.rowImage:hover{
	background: url(/common/images/_global/imgFrame.jpg) 0px -154px;
}
.mobileContent .one_Col_Row:hover a.rowImage{ /* not supported in IE6*/
	background: url(/common/images/_global/imgFrame.jpg) 0px -154px;
}
.mobileContent .one_Col_Row:hover a{ /* not supported in IE6*/
text-decoration:underline;
}

.mobileContent .one_Col_Row:hover a.purpleBtn{ /* not supported in IE6*/
text-decoration:none;
}

.mobileContent  a.purpleBtn {
	color: #fff;
	display: block;
	width: 80px;
	text-align: right;
	padding: 2px 18px 2px 0;
	background: #850077 url(/common/images/_global/buttonArrow.gif) no-repeat center right;
	font-size: 1.1em;
	margin: 5px 0 10px 0;
	font-size:12px;
	float:left;
}

.mobileContent  a.purpleBtn:hover {
	background: #424242 url(/common/images/_global/buttonArrowHover.gif) no-repeat center right;
	text-decoration: none;
}



.one_Col_Row h4 a{
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0px 5px 0px;
	display:block
}

.wapTout {
	background-image: url(../images/WapTout.jpg);
	background-repeat: no-repeat;
	height: 134px;
	width: 310px;
	position: relative;
}
.wapTout span {
	display: none;
}
.wapTout a {
	background: url(../images/WapBTN.jpg) no-repeat 0px 0px;
	display: block;
	height: 26px;
	width: 153px;
	position: absolute;
	left: 140px;
	top: 75px;
}
.wapTout a:hover {
	background: url(../images/WapBTN.jpg) no-repeat 0px -26px;
}

small {	
		display: block;
		margin: 16px 0 0 0;
}
.mobileIntroCopy a {
	font-weight: bold;
}
.mobileIntroCopy strong {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	line-height: 24px;
}
.mobileIntroCopy p {
	margin: 5px;
}

