/********************/
/*  GS_PHONE STYLE  */
/********************/
#PhoneFrame {
	position: absolute;
	width: 400px;
	height: 630px;
	bottom: -550px;
	right: 75px;
	z-index: 850;
	border: 5px solid #bebebe;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#222222+0,000000+100 */
	background: #222222; /* Old browsers */
	background: -moz-linear-gradient(top, #222222 0%, #000000 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #222222 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #222222 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
	.PF_CamDot {
		position: absolute;
		width: 20px;
		height: 20px;
		background-color: #2d2d2d;
		border: 3px solid #3f3f3f;
		border-radius: 25px;
		-moz-border-radius: 25px;
		-webkit-border-radius: 25px;
		top: 10px;
		right: 30px;
	}
	.PF_Logo {
		position: absolute;
		width: 400px;
		height: auto;
		top: 19px;
		font-size: 26px;
		letter-spacing: 3px;
		font-family: 'edmondsans_boldregular';
		color: #EEE;
	}
	.PF_HomeBtn {
		position: absolute;
		width: 100px;
		height: 25px;
		bottom: 18px;
		left: 150px;
		border: 4px solid #bebebe;
		border-radius: 25px;
		-moz-border-radius: 25px;
		-webkit-border-radius: 25px;
		cursor: pointer;
	}
	.PF_MenuToggle{
		position: absolute;
		width: 400px;
		height: 65px;
		top: 0px;
		left: 0px;
		cursor: pointer;
	}

#PhoneDisplay {
	position: absolute;
	width: 370px;
	height: 470px;
	bottom: 65px;
	left: 15px;
	background-image:url(../Assets/basic/skyPhoneBG.png);
	overflow: hidden;
}
.PD_Noti{
	position: absolute;
	top: 65px;
	left: 15px;
	width: 370px;
	height: 30px;
	background-color: #000;
}
	#Noti_Clock {
		position: relative;
		float: right;
		width: auto;
		height: 20px;
		margin-top: 5px;
		margin-left: 5px;
		margin-right: 1px;
		font-size: 20px;
		font-family: 'Arial';
		color: #FFF;
		letter-spacing: 2px;
	}
	
	.Noti_Icon{
		position: relative;
		float: right;
		width: 20px;
		height: 20px;
		margin-top: 5px;
		margin-right: 5px;
		background-color:#DDD;
	}

.PD_Icon{
	position: relative;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	width: 110px;
	height: 160px;
	cursor: pointer;
}
	.PD_IconIMG{
		position: relative;
		float: left;
		width: 110px;
		height: 110px;
		background-color: #606;
		border-radius: 15px;
		-moz-border-radius: 15px;
		-webkit-border-radius: 15px;
		-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.5);
		-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.5);
		box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.5);
	}
	.PD_IconText {
		position: relative;
		float: left;
		width: 110px;
		height: auto;
		margin-top: 10px;
		font-size: 20px;
		font-family: 'edmondsans_mediumregular';
		color: #FFF;
	}
	
.PD_Row{
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	width: 350px;
	height: 160px;
	background-color: red;
}