@charset "UTF-8";

body {
	margin: 0px;
	padding: 0px;
	background-color: #40425e;
	font-family: "Lucida Grand", Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/* -------  PAGE HEAD  --------- */

.pg_head_wrapper {
	background-image: url(images/pg_hd_bg.png);
	background-repeat: repeat-x;
	height: 81px;
}

.pg_hd {
	background-image: url(images/pg_hd-bg2.png);
	background-position: right top;
	height: 81px;
	background-repeat: no-repeat;
	margin-right: 18px;
}
.pg_hd img.logo {
	float: left;
	margin-left: 18px;
	margin-top: 12px;
}
.tag {
	float: left;
	font-size: 14px;
	color: #3c3e5b;
	margin-top: 37px;
	margin-left: 12px;
}
.search_wrapper {
	float: right;
	margin-left: 6px;
	margin-top: 32px;
}
.search_field {
	background-image: url(images/search_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 3px;
	float: right;
}
.search_field input {
	font-size: 11px;
	/*background-image: url(images/trans.png); TODO: image doesn't exist */
	background-repeat: repeat;
	background: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 5px;
	width: 140px;
	color: #999999;
	margin-right: 8px;
    outline:none;
}

.search_field input.userValue {
    color: black;
}


/* -------  NAVBAR  --------- */

.navbar_wrapper {
	background-color: #000000;
}
.navbar {
	background-color: #000000;
	color: #FFFFFF;
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	height: 29px;
}
.selected {
	background-color: transparent;
	background-image: url(images/tab_bg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.selected div.tab_head{
	background-color: transparent;
	background-image: url(images/tab_bg.png);
	background-repeat: no-repeat;
	background-position: top right;
}
.selected div.tab_head h2{
	background-color: transparent;
	background-image: url(images/tab_bg.png);
	background-repeat: no-repeat;
	background-position: top left;
	color: #FFFFFF;
}
.tab, .tab_head, .tab_head h2 {
	background-color: transparent;
	background-image: none;
	background-repeat: no-repeat;
	background-position: right bottom;
}
.tab {
	padding-right: 14px;
	float: left;
	margin-top: 4px;
}

.tab .tab_head {
    cursor: pointer
}

.selected .tab_head {
    cursor: default;
}

.tab_head {
	background-position: top right;
	margin-right: -14px;
	padding-right: 10px;
	height: 25px;
} 
.tab_head h2 {
	background-position: top left;
	margin: 0; /* reset main site styles*/
	border: 0; /* padding-left = image gap + interior padding ... no padding-right */
	height: 24px !important;
	height: 1%; /* IE Holly Hack */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
	color: #9fa2c7;
} 


/* -------  PAGE CONTENT  --------- */

#app_container_container {
    /* put in simple centering code here */
    margin: 0 auto;
    width: 885px;
}

.pg_content {
	background-image: url(images/content_bg.png);
	background-repeat: no-repeat;
	background-position: center -4px;
}

.simple-module {
    background-image: url(images/module_bg.png);
    background-repeat: no-repeat;
    height: 193px;
    width: 238px;
    position: relative;
    padding: 10px;
    color: #FFFFFF;
    float: left;
    margin: 18px;
    line-height: 14px;
}

.module {
    height: 193px;
    width: 238px;
    position: relative;
    color: #FFFFFF;
    float: left;
    margin: 28px;
    line-height: 14px;
    -webkit-perspective: 1000;
}

.app-card {
    width: 100%;
    height: 100%;
    -webkit-transform-style: preserve-3d;
    -webkit-transition: -webkit-transform 0.5s;
    -webkit-transform-origin-x: 129px;
}

.rotate {
    -webkit-transform: rotateY(180deg);
}

.card {
    background-image: url(images/module_bg.png);
    background-repeat: no-repeat;
    position: absolute;
    padding: 10px;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-backface-visibility: hidden;
}

.back2 {
    display: block;
    -webkit-transform: rotateY(180deg);
    /*-webkit-box-sizing: border-box;*/
}

.module_crnr {
	height: 35px;
	width: 35px;
	position: absolute;
	top: 1px;
	right: 1px;
}
.module_hd {
	vertical-align: middle;
	line-height: 32px;
	font-size: 13px;
	margin-bottom: 10px;
}
.module_hd img {
	vertical-align: middle;
	margin-right: 12px;
}
.module h1, .simple-module h1 {
	font-size: 15px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.module img.screen, .simple-module img.screen {
	float: right;
}

.back h1 {
    padding-bottom: 0.5em;
}

.back img.screen {
	float: left;
	margin-right: 10px;
}
.back div.description {
	height: 135px;
	overflow-x: hidden;
	overflow-y: auto;
	padding-right: 5px;
}
.device {
    margin-top: 8px;
    font-style: italic;
}
.module img.icon, .simple-module img.icon {
	float: left;
}
.module_foot {
	position: absolute;
	left: 0px;
	bottom: 10px;
	width: 257px;
	text-align: center;
}
.module_foot  img {
	margin-right: 4px;
	margin-left: 4px;
}
.module_rating {
	margin-top: 5px;
	margin-bottom: 5px;
}
.clearing {
	clear: left;
	height: 1px;
	font-size: 0px;
}
.sort {
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
	padding-top: 16px;
}
.sort td {
	padding-right: 2px;
	padding-left: 2px;
}
.sort table {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#more {
	color: #FFFFFF;
	text-align: center;
	margin-top: 12px;
    margin-bottom: 12px;
}
#more img {
    cursor: pointer;
}
#loading, #noapps {
    margin: 0 auto;
    width: 885px;
    text-align: center;
    vertical-align: middle;
    clear: both;
    font-size: x-large;
    color: #FFFFFF;
    padding: 20px;
}
.pg_foot {
	color: #FFFFFF;
	text-align: center;
	margin: 18px;
    font-size: larger;
}

.hidden {
    display: none;
}

.dimmer {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: black;
    opacity: 0.7;
    filter: alpha(opacity = 70);
}

.shown-popup {
    display: block;
    position: absolute;
    background: white;
    z-index: 10;
    font-size: 12pt;
}

#popupClose {
    position: absolute;
    top: 4px;
    right: 4px;
    font: bold 10pt Arial;
    color: blue;
    cursor: pointer;
}