﻿#navbar
{
	height: 45px;
	border-top: solid 1px #939391;
	border-bottom: solid 1px #939391;
	margin: 10px 0px 0px 0px;
	background: #444;
	color: #fff;
}
#left
{
	height: 1000px;
	background: #fff url(../img/bk_left.png) repeat-y;
}
#wrap
{
	overflow: hidden;
}
#left_1
{
	background: #fff url(../img/bk_left.png) repeat-y;
}
#bodybk
{
	background: #d7d7d7;
}
.mainbody
{
	background: url(../img/bk_body.jpg) repeat-y;
}
#middle
{
	/*background: #fff;*/
}
#right
{
	height: 100%;
	background: #fff url(../img/bk_right.png) repeat-y;
}
#right_1
{
	background: #fff url(../img/bk_right.png) repeat-y;
}
#title
{
	padding-top: 20px;
}
#price
{
	padding-top: 100px;
}
.screenshot
{
	padding-top: 15px;
}
#adimage
{
	height: 368px;
}
.image_title
{
	padding-top: 50px;
	font-weight: bold;
	font-family: Arial;
}
#logo
{
	margin-top: 15px;
}
.button
{
	float: right; /*padding-left:500px;*/
}
#mainmenu
{
	padding: 15px 0px 0px 0px;
}
#mainmenu ul
{
	float: left;
	color: #fff;
	padding: 0px;
}
#mainmenu ul li
{
	display: inline;
	padding: 0px 16px;
}
#mainmenu ul li a
{
	color: #fff;
	font: 12px Helvetica,Arial,sans-serif;
	font-weight: bold;
	text-decoration: none;
}
#mainmenu ul li a:visited
{
	color: #fff;
}
#mainmenu ul li a:hover
{
	color: #0179a5;
	text-decoration: none;
}
#footer
{
	border-top: dotted 1px #939391;
	color: #ccc;
}
.title
{
	background-image: url(../img/dotted.gif);
	background-position: center bottom;
	background-repeat: repeat-x;
	font-weight: bold;
	margin: 0;
	padding: 0 0 3px;
	width: 120px;
}
.version
{
	padding: 20px 20px 0;
	width: 580px;
	clear: both;
}
.version ul
{
	padding: 0 0 0 5px;
	margin: 0 0 0 5px;
}
.version ul li
{
	list-style-type: none;
	margin-left: 10px;
	font-size: 12px;
}
.data
{
	padding-left: 5px;
	width: 200px;
}
.versionheader
{
	border-bottom: 1px dotted #C0C0C0;
	font-size: 15px;
	margin: 10px 0 5px 0px;
	padding-left: 5px;
	width: 500px;
}
label
{
	width: 4em;
	float: left;
	text-align: left;
	margin-right: 0.5em;
	display: block;
}
input
{
	color: #781351;
	background: #fee3ad;
	border: 1px solid #781351;
}
textarea
{
	color: #781351;
	background: #fee3ad;
	border: 1px solid #781351;
}
.submit input
{
	color: #000;
	background: #ffa20f;
	border: 2px outset #d7b9c9;
}
. greentext
{
	border-bottom: 1px solid #DCDCDC;
	color: #669933;
}
p.testimonial  {
background:url("../img/quote.gif") no-repeat scroll 0 0 transparent;
font-size:11px;
margin-bottom:20px;
padding:10px 4px 4px 35px;
}
p.testimonial
{
	background: url(      "../img/quote.gif" ) no-repeat scroll 0 0 transparent;
	font-size: 11px;
	margin-bottom: 20px;
	padding: 10px 4px 4px 35px;
}
.featuretabel
{
	width: 100%;
}
.featuretable th
{
	background-color: #CDD3DC;
	border-color: #8A929F;
	border-style: solid;
	border-width: 1px;
	font-weight: bold;
	padding: 4px 10px 0px 10px;
	text-align: left;
	vertical-align: top;
}
.featuretable td
{
	border-color: #8A929F;
	border-style: solid;
	border-width: 1px;
	padding: 4px 10px;
	vertical-align: top;
}
.featuretable tr.cueTableRowEven
{
	background-color: #EEEEEE;
}