/*
Web Designer: Erickson
Web Developer: Mark Rowell Verar (Certified HTML Developer by: W3C School, Certified Web Developer by: Phoenix-One Institute)
Company and Owned by: Wolfpac Mobile Inc. and Smart Telecoms
*/

/*
.option-gchat {
	width:101px;
	height:auto;
	padding:0px 4px 8px;
	border:2px #cccccc solid;
	overflow:hidden;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	position:absolute;
	right:45.3%;
	background:white;
}
.option-section-gchat {
	width:150px;
	height:auto;
	display:block;
	border-bottom:1px	#ccc dotted;
	overflow:hidden;
	color:#898989;
	cursor:pointer;
}
.option-section-gchat a, .option-section-gchat a:link, .option-section-gchat a:active, .option-section-gchat a:visited {
	color:#898989;
	height:100%;
	width:100%;
	display:block;
	padding:7px 4px 3px;
	margin:1px 0px 3px;
	text-decoration:none;
}
.option-section-gchat a:hover {
	background-color:#fff799;
	text-decoration:underline;
}
*/

.option-gchat, .option-gchat-v2 {
	width:150px;
	height:auto;
	padding:0px 4px 8px;
	border:2px #cccccc solid;
	overflow:hidden;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	position:absolute;
	right:45.3%;/*575px*/
	background:white;
}
.option-section-gchat, .option-section-gchat-v2 {
	width:150px;
	height:auto;
	display:block;
	border-bottom:1px	#ccc dotted;
	overflow:hidden;
	color:#898989;
	cursor:pointer;
}
.option-section-gchat a, .option-section-gchat a:link, .option-section-gchat a:active, .option-section-gchat a:visited, 
div.option-section-gchat-v2 a, div.option-section-gchat-v2 a:link, div.option-section-gchat-v2 a:active, div.option-section-gchat-v2 a:visited {
	color:#898989;
	height:100%;
	width:100%;
	display:block;
	padding:7px 4px 3px;
	margin:1px 0px 3px;
	text-decoration:none;
}
div.option-section-gchat-v2 a, div.option-section-gchat-v2 a:link, div.option-section-gchat-v2 a:active, div.option-section-gchat-v2 a:visited {
	font-weight:normal;
}
.option-section-gchat a:hover, div.option-section-gchat-v2 a:hover {
	background-color:#fff799;
	text-decoration:underline;
}
.option-gchat-v2 {
	right:59.6%;/*575px*/
	background:white;
	z-index:100;
}
