﻿* {
	font-family: Tahoma;
	font-size: 1em;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	text-decoration: none;
	vertical-align: baseline;
	white-space: normal;
	direction:rtl;
}

html {overflow: -moz-scrollbars-vertical}
html, body {line-height: 1}
hr {display: none}
blockquote:before, blockquote:after, q:before, q:after {content: ''}
blockquote, q {quotes: "" ""}
ul {list-style-type: none}
ol {list-style-type: decimal}

body {
	width: 100%;
	text-align: center;
	font-size: 0.75em;
}

body a:hover {text-decoration:underline}

#wrap {
	width: 900px;
	margin: 0 auto 0 auto;
	text-align: left;
}

.header {
	position: relative;
	display: block;
	width: 900px;
	height: 70px;
}

.logo {
	position: absolute;
	bottom: 10px;
	left: 0;
}

.logo a {
	display: block;
	width: 200px;
	height: 36px;
}

.navi {
	position: absolute;
	bottom: 0;
	right: 18px;
	float:right;
}

.navi li, .navi li a {
	float: left;
	display: block;
}

.navi li a {
	margin: 0 2px 0 0;
	font-weight: bold;
	padding: 0 8px 0 8px;
	height: 20px;
	line-height: 20px;
}
.navi li a:hover, .navi li a.active {
	text-decoration: none;
}

.preview {
	display: block;
	height: 300px;
	position: relative;
}
.preview img {display:block;overflow: hidden;}

.preview .buynow {
	position: absolute;
	bottom: 0;
	right: 510px;
	font-weight: bold;
	padding: 6px 8px 6px 8px;
	font-size: 0.9em;
	text-transform: uppercase;
	text-align:right;
}

.preview .demo {
	position: absolute;
	bottom: 0;
	right: 760px;
	font-weight: bold;
	padding: 6px 8px 6px 8px;
	font-size: 0.9em;
	text-transform: uppercase;
	text-align:right;
}
.preview .demo:hover, .preview .buynow:hover {text-decoration:none}

.preview .productlist {
	position: absolute;
	top: 0;
	left: 0;
}

.preview .productlist li, .preview .productlist li a {
	float: left;
	display: block;
}

.preview .productlist li a {
	margin: 0 2px 0 0;
	padding: 0 8px 0 8px;
	height: 22px;
	line-height: 22px;
	font-size: 0.9em;
}

.preview .productlist li a:hover, .preview .productlist li a.active {
	text-decoration: none;
}

.bhead {
	float: right;
	margin: 20px 0 0 20px;
	font-weight: bold;
	line-height: 1.4em;
	padding: 5px 8px 5px 8px;
	font-size: 0.9em;
	text-transform: uppercase;
}

.features {
	display: block;
	overflow: hidden;
	width: 900px;
	padding: 15px 0 15px 0;
}

.features li {
	float: right;
	display: inline;
	width: 30%;
	height: 130px;
	margin: 0 15px 0 15px;
}

.features h2 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0 15px 0;
	text-align:right;
}

.features img {
	float: right;
	display: block;
	width: 32px;
	height: 32px;
	overflow: hidden;
	margin-left: 10px;
}

.features p {
	display: block;
	font-size: 0.9em;
	line-height: 1.5em;
	margin-right: 42px;
	direction:rtl;
	text-align:right;
}

.purchase {
	display: block;
	overflow: hidden;
	width: 858px; /* +2 +40 = 900 */
	padding: 20px;
}

.purchase .lic {
	float: left;
	width: 50%;
	text-align: center;
}

.purchase h3 {
	text-transform: uppercase;
	font-size: 1.0em;
	line-height: 1.5em;
	margin: 0px 0 5px 0;
}

.purchase .price {
	display: inline;
	font-weight: bold;
	padding: 0 0 3px 0;
}

.purchase p {
	display: block;
	margin: 20px 20px 0 20px;
	font-size: 0.9em;
	line-height: 1.5em;
	height: 120px;
}

.purchase .supayments {
	clear: both;
	display: block;
	text-align: center;
	padding: 20px 0 0 0;
	overflow: hidden;
}

.purchase .supayments img {
	display: block;
	margin: 0px auto 0 auto;
	text-align: center;
	overflow: hidden;
}

.purchase .button-buy {
	display: block;
	margin: 0 auto 0 auto;
	width: 87px;
	height: 23px;
	line-height: 23px;
	font-weight: bold;
	font-size: 0.9em;
}
.purchase .button-buy:hover {text-decoration:none}

.footer {
	display: block;
	padding: 10px 0 0 0;
	margin: 0 0 40px 0;
	font-size: 0.9em;
	line-height: 1.5em;
}

.footer a:hover {
	text-decoration: none;
}

.copy, .terms {
	margin: 10px 0 0 0;
	direction:ltr;	
}

/* fix */
.clearfix {
	display: inline-table;
/* Hides from IE-mac \*/
	height: 1%;
	display: block;
/* End hide from IE-mac */
}

html>body .clearfix {
	height: auto;
}

.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.txtform {
	border: 1px solid #ccc;
	color: #444;
}
.btnform {
	BORDER: #666666 1px solid;
	font-family:Tahoma;
	font-size: 8pt;
	background-color:#AAAAAA;
}