/*
 *
 * those styles are mainly for the home page
 *
 */

.hr {
	clear: left;
	padding-top: 10px;
}

#bigscreen {
	float: left;
	padding-left: 100px;
}

#titles {
	margin-bottom: 1em;
	text-align: center;
}

.title {
	font-size: 48px;
}

.subtitle {
	font-size: 12.5px;
}

.tag {
	margin: auto;
	text-align: center;
	font-size: 15px;
}

#price {
	padding-left: 0;
}

#pricetag {
	padding: 0 2px 0 2px;
	border: 1px solid #961513;
}

#buynow {
	background: url("images/dots_buy.gif") no-repeat;
}

#trial {
	background: url("images/dots_download.gif") no-repeat;
}

#info {
	background: url("images/dots_info.gif") no-repeat;
}

#free {
	background: url("images/dots_freeware.gif") no-repeat;
}

#tour {
	font-size: 18px;
}

#icons {
	padding-left: 50px;
}

.buttons {
	margin: auto;
	text-align: center;
}

.button {
	float: none;
	margin: auto;
	margin-top: 15px;
	text-align: center;
}

/*
 *
 * and these ones are for the awards pages
 *
 */

.site_logo {
	margin: 10px;
	padding: 10px;
}

/*
 *
 * and these ones are for the tour pages
 *
 */

.tour_main {
	margin: 40px 0 40px 0;
}

.tour_center {
	margin: auto;
	width: 360px;
}

.tour_left {
	float: left;
	width: 190px;
}

.tour_right {
	float: right;
	width: 190px;
}

.top_row {
}

.center_row {
	height: 300px;
}

.bottom_row {
	clear: both;
}

.close_box {
	text-align: right;
}

.outer { height: 300px; overflow: hidden; position: relative; }
.outer[class] { display: table; position: static; }

.middle { position: absolute; top: 50%; } /* for explorer only*/
.middle[class] { display: table-cell; vertical-align: middle; position: static; }

.inner { position: relative; top: -50%; } /* for explorer only */
/* optional: .inner[class] { position: static; } */

.arrow_left {
	float: left;
	margin-right: 20px;
}

.arrow_right {
	float: right;
	margin-left: 20px;
}

.black {
	color: black;
}