/*
	mo-devices.css
	Device Table, required when using the mo.ui/devices module.
	Version 2

	(c) 2010 MasterObjects, Inc. (http://www.masterobjects.com)
	All Rights Reserved. Use is subject to a commercial software license.
*/


/*
	GENERAL TABLE
*/

.moDevice {
	position: relative;
	height: 100%;
	width: 100%;
	overflow: hidden;
}

.moDevice div.row, .moDevice div.column {
	position: absolute;
	z-index: 100;
	overflow: hidden;
}

.moDevice div.row {
	height: 160px;
	width: 100%;
	background-repeat: repeat-x !important;
}

.moDevice div.column {
	height: 100%;	
	width: 160px;
	margin: 160px 0px;
	background-repeat: repeat-y !important;
}

.moDevice .row div, .moDevice .column div {
	position: absolute;
	width: 160px;
	height: 160px;
	background-repeat: no-repeat !important;
}

.moDevice .l {
	left: 0px;
}

.moDevice .c {
	left: 50%;
	margin-left: -80px
}

.moDevice .r {
	right: 0px;
	background-position: top right !important;
}

.moDevice .r2 {
	top: 0px;
}

.moDevice .r4 {
	bottom: 320px;
}

.moDevice div.r5 {
	bottom: 0px;
}

.moDevice .titleCell {
	position: absolute;
	width: 100%;
	z-index: 101;
}

.moDevice .title {
	padding: 0px 160px;
	text-align: center;
}

.moDevice .contents {
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 160px;
}

/*
	IPHONE
*/

div.moDevice.iPhone {
	min-width: 437px;
	min-height: 590px;
	background: #fff;
}

.moDark div.moDevice.iPhone {
	background: #000;
}

div.moDevice.iPhone .titleCell {
	top: 141px;
}

div.moDevice.iPhone .title {
	font: 14px Helvetica, Arial, sans-serif;
	font-weight: bold;
	line-height: 16px;
	color: black;
	text-shadow: rgba(238, 238, 238, 0.8) 0px 1px 0px;
}	

.moDark div.moDevice.iPhone .title {
	color: #bfbfbf;
	text-shadow: none;
}

.moDevice.iPhone .contents {
	padding: 160px 57px 320px 60px;
}

div.moDevice.iPhone .r1 {
	background: url(iphone/1s.gif);
}

.moDark div.moDevice.iPhone .r1 {
	background: url(iphone/1s-dark.gif);
}

div.moDevice.iPhone div.r1 .l {
	background: url(iphone/1l.gif);
}

.moDark div.moDevice.iPhone div.r1 .l {
	background: url(iphone/1l-dark.gif);
}

div.moDevice.iPhone .r1 .c {
	background: url(iphone/1c.gif);
}

div.moDevice.iPhone .r1 .r {
	background: url(iphone/1r.gif);
}

.moDark div.moDevice.iPhone .r1 .r {
	background: url(iphone/1r-dark.gif);
}

div.moDevice.iPhone div.cl {
	width: 60px;
	background: url(iphone/3l.gif);
}

div.moDevice.iPhone div.cr {
	width: 57px;
	background: url(iphone/3r.gif);
}

div.moDevice.iPhone .cl .r2 {
	background: url(iphone/2l.gif);
}

div.moDevice.iPhone .cr .r2 {
	background: url(iphone/2r.gif);
}

div.moDevice.iPhone .r4 {
	bottom: 298px;
}

div.moDevice.iPhone .cl .r4 {
	background: url(iphone/4l.gif);
}

div.moDevice.iPhone .cr .r4 {
	background: url(iphone/4r.gif);
}

div.moDevice.iPhone .r5 {
	height: 138px;
	background: url(iphone/5s.gif);
}

div.moDevice.iPhone .r5 .l {
	background: url(iphone/5l.gif);
}

div.moDevice.iPhone .r5 .c {
	background: url(iphone/5c.gif);
}

div.moDevice.iPhone .r5 .r {
	background: url(iphone/5r.gif);
}

/*
	End of mo-devices.css
*/