@charset "utf-8";

/* GENERAL -------------------------------*/
body {
	background-color: #f0f0f0;
	margin: 0;
}

a {
	color: #1B7AB8;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

p {
	margin: 0;
	line-height: 1.5;
}
ul {
	margin: 0;
	padding: 0;
}

/* PAGE ----------------------------------*/
#page {
	font-family: Arial, sans-serif;
	max-width: 900px;
	margin: 20px auto 40px;
	color: #505050;
	font-size: 15px;
}

.space {
	margin-top: 10px;
}
.small-space {
	margin-top: 8px;
}
.big-space {
	margin-top: 15px;
}

/* HEAD ----------------------------------*/
#head {
	padding-bottom: 15px;
	border-bottom: 1px solid #d0d0d0;
	vertical-align: bottom;
}
h1 {
	color: #1B7AB8;
	font-weight: normal;
	font-size: 30px;
	margin: 0;
	display: inline-block;
}

#top-links {
	list-style-type: none;
	float: right;
	margin-right: 18px;
	margin-top: 12px;
}
#top-links li {
	float: left;
	margin-right: 15px;
}
#top-links li:last-child {
	margin-right: 0;
}
.up-arrow {
	width: 10px;
	height: 11px;
	background: url("../img/up-arrow.png") no-repeat center;
	display: inline-block;
	margin-left: 2px;
}

#buy {
	padding: 6px 11px;
	background-color: #64BB34;
	border-radius: 5px;
	float: right;
	display: inline-block;
	margin-top: 2px;
	border: 1px solid #4E9A24;
	font-size: 15px;
	color: #ffffff;
}
#buy:hover {
	text-decoration: none;
}

/* BODY ----------------------------------*/
#body {}

h2 {
	font-weight: normal;
	color: #1B7AB8;
	margin: 0;
	margin-bottom: 15px;
	font-size: 20px;
}
h3 {
	font-weight: normal;
	font-size: 19px;
	color: #707070;
	margin-top: 25px;
	margin-bottom: 15px;
}

.info {
	color: #8a8a8a !important;
	font-style: italic;
}

/* Section */
.section {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #d0d0d0;
	padding: 20px 0 20px;
}

/* Section list */
.section-list {
	list-style-type: none;
	list-style-position: inside;
	margin: 3px 0 3px 20px;
	line-height: 1.5;
}
.section-list li {
	margin: 1px 0;
}

/* TEMPLATES -----------------------------*/
#templates {
	padding-bottom: 15px;
}

/* Screen list */
.screen-list {
	list-style-type: none;
	position: relative;
	margin-top: 20px;
	margin-right: -38px;
}
.screen-list > li {
	float: left;
	position: relative;
	margin-right: 38px;
	margin-bottom: 40px;
}

.screen-image {
	width: 95px;
	height: 115px;
	border-radius: 5px;
	background-color: #fafafa;
	border: 1px solid #d0d0d0;
	padding: 15px 25px;
	margin: 1px;
	cursor: pointer;
}
.screen-image:hover,
.selected .screen-image {
	border: 2px solid #1B7AB8;
	margin: 0;
}
.screen-image.grey {
	background-color: #f5f5f5;
}
.screen-image img {
	max-height: 115px;
}
.screen-image.right img {
	float: right;
}

.screen-desc {
	font-size: 14px;
	margin-top: 5px;
	position: absolute;
	width: 100%;
	text-align: center;
}
.screen-title {
	margin-left: 0px;
	margin-bottom: 5px;
	font-size: 14px;
}
.screen-feat {
	list-style-type: disc;
	margin-top: 5px;
	margin-left: 20px;
	margin-right: -30px;
	font-size: 13px;
	color: #a0a0a0;
}
.screen-feat li {
	margin-bottom: 3px;
}
.screen-feat span {
	color: #707070;
}

/* BUTTONS -------------------------------*/
#buttons {
	padding-bottom: 28px;
}

.b-list {
	list-style-type: none;
	margin: 15px 0;
}
.b-list li {
	margin-bottom: 10px;
	overflow: auto;
	width: 170px;
	float: left;
	margin: 5px 5px;
	white-space: nowrap;
}
.b-list li:last-child {
	margin-bottom: 1px;
}

.b-hlist {
	margin: 15px 0;
}
.b-hlist:last-child {
	margin-bottom: 0;
}
.b-hlist li {
	float: left;
	margin-right: 10px;
	margin-bottom: 0;
}

.b-button {
	background-color: #f8f8f8;
	border: 1px solid #d5d5d5;
	border-radius: 18px;
	padding: 2px 15px 2px 2px;
	margin: 1px;
}
.b-list .sb-icon {
	color: #ffffff;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 15px;
	font-size: 15px;
	display: inline-block;
}
.b-button:hover .sb-icon {
	color: #ffffff;
}
.b-label {
	display: inline-block;
	margin-left: 2px;
	font-size: 14px;
}

.b-feature {
	color: #00AC00;
	font-size: 17px;
	margin-left: 12px;
	margin-top: -8px;
}

#page .plus {
	color: #5BAB05;
}

/* SETTINGS ------------------------------*/
#stable {
	background-color: #ffffff;
	margin: 15px 0 5px 0;
}
table {
	width: 100%;
	border: 1px solid #e0e0e0;
	font-size: 14px;
	padding: 2px 2px 0;
}
th {
	font-weight: normal;
	text-align: left;
	/*color: #505050;*/
	background-color: #f5f5f5;
	padding: 15px;
	border-bottom: 1px solid #e0e0e0;
}
th:not(:last-child) {
	border-right: 2px solid #ffffff;
}

td {
	padding: 17px 12px 12px;
	vertical-align: top;
	line-height: 22px;
}
.comment-row td {
	color: #808080;
	background-color: #f9f9fa;
	border-bottom: 1px solid #e0e0e0;
}
.name-row td:nth-child(1) {
	width: 20%;
	color: #3E50FF;
}
.name-row td:nth-child(2) {
	width: 20%;
	color: #EA0E0E;
	padding-right: 5px;
}
.name-row td:nth-child(3) {
	width: 60%;
	color: #5BAB05;
}
.desc-row td {
	padding-top: 5px;
	padding-bottom: 18px;
	padding-left: 25px;
	border-bottom: 1px solid #e0e0e0;
}
.desc-row:last-child td {
	border-bottom: none;
}

#stable p {
    line-height: 18px;
}
#stable p:not(:last-child) {
    margin-bottom: 7px;
}

.tname {
	color: #3E50FF;
}
.tval {
	color: #EA0E0E;
}
.tinfo {
	color: #8a8a8a;
	font-style: italic;
}

/* FOOTER --------------------------------*/
#footer {
	color: #707070;
	font-size: 15px;
	border-top: 1px solid #ffffff;
	padding-top: 15px;
	position: relative;
}
#copy {
	position: absolute;
	right: 0;
	top: 15px;
}

/* CONTAINER -----------------------------*/
#container {}

/* MARKUP */
#markup {
	display: none;
}

/* GLOBAL --------------------------------*/
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}

.nowrap {
	white-space: nowrap;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
    clear: both;
	height: 0;
}