/*CSS Document*/
/*
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
*/

.opton-click-wrap {
	background-color:white;
	width:150px;
	height:auto;
	padding:0px 0px 0px;
	margin: 0px 0px 0px 5px;
	border:2px #cccccc solid;
	/*overflow:hidden;*/
	text-align:left;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	z-index:1;
	position:absolute;
}


.opton-click-buddies {
	background-color:white;
	width:150px;
	height:auto;
	padding:0px 0px 0px;
	margin: 20px 0px 0px 5px;
	border:2px #cccccc solid;
	/*overflow:hidden;*/
	text-align:left;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	z-index:0;
	position:absolute;
}

.opton-click-wrap-settings {
	background-color:white;
	width:150px;
	height:auto;
	padding:0px 0px 0px;
	margin: 20px 0px 0px 240px;
	border:2px #cccccc solid;
	/*overflow:hidden;*/
	text-align:left;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	z-index:1;
	position:absolute;
}

.opton-section {
	width:150px;
	height:auto;
	display:block;
	border-bottom:1px	#ccc dotted;
	/*overflow:hidden;*/
	color:#898989;
	cursor:pointer;
}
.opton-section a, .opton-section a:link, .opton-section a:active, .opton-section a:visited {
	color:#898989;
	height:100%;
	width:150px;
	display:block;
	padding:7px 4px 3px;
	margin:1px 0px 3px;
	text-decoration:none;
}
.opton-section a:hover {
	width:95%;
	background-color:#fff799;
	text-decoration:underline;
}

