*{
	margin: 0;
	padding: 0;
}
body{
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#3a3a3a;
	background-color:#fff;
}
a{
	color: #0c5da9;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;}
ul li{
	list-style:none;
}
.clear{
	clear:both;
	height:1px;
	overflow:hidden;
}
/* Header 
---------------------------------------------------------------------
*/
#header{
	background:url(images/bg-header.png) repeat-x 0 0;
	height:95px;
	float:left;
	width:100%;
	position:relative;
	overflow:hidden;
	min-width: 995px;
	width: expression((documentElement.clientWidth||document.body.clientWidth)<995?'1000px':'');
}
#header .logo a{
	float:left;
	margin:19px 0 0 25px;
	display:inline;
	background:url(images/logo.png) no-repeat;
	width:244px;
	height:61px;
	text-indent:-9999px;
}
.bg-header-left{
	background:url(images/bg-header-left.png) no-repeat 0 0;
	width:3px;
	height:95px;
	position:absolute;
	left:0;
	top:0;
}
.bg-header-right{
	position:absolute;
	right:0;
	top:0;
	background:url(images/bg-header-right.png) no-repeat;
	width:3px;
	height:95px;
}
.arrow{
	position:absolute;
	background:url(images/arrow.png) no-repeat;
	width:181px;
	height:74px;
	left:173px;
	top:18px;
}
/*content
---------------------------------------------------------------------
*/
#wrapper {
    width: 100%;
    width: expression((documentElement.clientWidth||document.body.clientWidth)<995?'1000px':'');
    min-width: 995px;
}
#container {width: 100%; float:left; padding:10px 0 0; min-width:995px; clear:both;}
#content {
    width: 100%;
    float: left;
	min-width: 995px;
}
#text {margin: 0 220px; padding:15px 30px 15px 40px; display:inline; float:left; }
h2{
	float:left;
	font-size:16px;
}
#left {
   float: left;
   width: 220px;
   margin-left: -100%;
   padding:0 0 0 14px;
   display:inline;
}
#right {
   float: left;
   width: 220px;
   margin-left: -228px;
   display:inline;
}
.bg-top-left{
	float:left;
	width:100%;
	height:5px;
	background:#0c5da9;
	position:relative;
}
.lt{
	position:absolute;
	top:0;
	left:0;
	background:url(images/lt.png) no-repeat;
	width:5px;
	height:4px;
}
.rt{
	position:absolute;
	top:0;
	right:0;
	background:url(images/rt.png) no-repeat;
	width:5px;
	height:4px;
}
.border-block{
	float:left;
	width:198px;
	border-left:1px solid #bdbdbd;
	border-right:1px solid #bdbdbd;
	padding:10px;
}
.border-block strong{
	float:left;
	width:198px;
	font-size:14px;
	color:#3c3b3b;
	margin:0 0 5px 0;
}
.menu-sidebar{
	float:left;
	width:198px;
	font-size:11px;
	line-height:24px;
}
.bg-bottom-left{
	float:left;
	width:100%;
	height:5px;
	background:#0c5da9;
	position:relative;
	margin:0 0 20px 0;
	clear:both;
}
.lb{
	position:absolute;
	bottom:0;
	left:0;
	background:url(images/lb.png) no-repeat bottom left;
	width:5px;
	height:4px;
}
.rb{
	position:absolute;
	bottom:0;
	right:0;
	background:url(images/rb.png) no-repeat bottom right;
	width:5px;
	height:4px;
}
.rb{
	position:absolute;
	bottom:0;
	right:0;
	background:url(images/rb.png) no-repeat bottom right;
	width:5px;
	height:4px;
}
.menu-sidebar li{
	background:url(images/marker.png) no-repeat 0 50%;
	padding:0 0 0 15px;
}
.menu-sidebar li a{
	color:#383838;
	text-decoration:none;
}
.menu-sidebar li a:hover{
	color:#0c5da9;
}
.block-info{
	float:left;
	min-width:300px;
	margin:20px 0 25px 0;
	position:relative;
	padding:0 0 0 40px;
	width: expression((documentElement.clientWidth||document.body.clientWidth)<385?'385px':'');
}
.block-info_reduce-spacing{
  margin:20px 0 5px 0;
}


.block-info p{
	text-align:justify;
	line-height:18px;
	margin:10px 0 0;
}
h4 a{
	font-size:14px;
}
h3{
	font-size:14px;
}
h4 a,
h3 a{
	color:#0c5da9;
}
h4 a:hover,
h3 a:hover{
	color:#56a9de;
	text-decoration:none;
}
.box-center ul,
.box-right ul,
.box-left ul{
	margin:10px 0 0;
}
.box-center ul li,
.box-right ul li,
.box-left ul li{
	background:url(images/marker.png) no-repeat 0 50%;
	padding:0 0 0 15px;
	line-height:18px;
}
.box-center ul li a,
.box-right ul li a,
.box-left li a{
	color:#383838;
	text-decoration:none;
}
.box-center ul li a:hover,
.box-right ul li a:hover,
.box-left li a:hover{
	color:#0c5da9;
}
.star{
	/*position:absolute;*/
  float:right;
	top:0;
	right:0;
}
.block-info .star img{
	margin:0 0 0 2px;
}
.nav-bottom{
	margin:10px 0 0;
}
.nav-bottom li,
.nav-bottom{
	float:left;
	display:inline;
	font-size:11px;
}
.nav-bottom li a{
	text-decoration:none;
}
.nav-bottom li a:hover{
	color:#56a9de;
}
.nav-bottom li{
	margin:0 20px 0 0;
}
.ico{
  position:absolute;
  top:0;
  left:0;
  width:31px;
  height:32px;
}
.thumb{
  position:absolute;
  top:0;
  left:0;
  width:115px;
  max-height:115px;
  overflow:hidden;
}
.block-info-thumb {padding-left:120px;}
.block-info-thumb-no-padding{padding:0;}

.marg-top{
	margin:35px 0 0;
}
.box-soft{
	float:left;
	border:1px solid #bdbdbd;
	width:97%;
	margin:7px 0 0 0;
	position:relative;
	padding:13px 10px;
	width: expression((documentElement.clientWidth||document.body.clientWidth)<500?'500px':'');
	min-width:400px;
}
.ltc{
	position:absolute;
	top:-1px;
	left:-1px;
	background:url(images/ltc.png) no-repeat;
	width:8px;
	height:7px;
}
.rtc{
	position:absolute;
	top:-1px;
	right:-1px;
	background:url(images/rtc.png) no-repeat;
	width:8px;
	height:7px;
}
.lbc{
	position:absolute;
	bottom:-1px;
	left:-1px;
	background:url(images/lbc.png) no-repeat bottom left;
	width:8px;
	height:7px;
}
.rbc{
	position:absolute;
	bottom:-1px;
	right:-1px;
	background:url(images/rbc.png) no-repeat bottom right;
	width:8px;
	height:7px;
}
.box-left{
	float:left;
	width:150px;
	font-size:11px;
}
.box-right{
	float:right;
	width:160px;
	font-size:11px;
}
.box-center{
	margin:0 auto;
	width:160px;
	font-size:11px;
}
.marg-top15{
	margin:15px 0 0;
}
/*footer
---------------------------------------------------------------------
*/
#footer{
	float:left;
	width:100%;
	background:url(images/bg-footer.png) repeat-x;
	height:58px;
	margin:42px 0 0;
	text-align:center;
	padding:7px 0 0;
}
#footer ul li,
#footer ul{
	display:inline;
	height:20px;
}
#footer ul li{
	margin:0 10px;
}
#footer ul li a:hover{
	color:#56a9de;
}
#footer p{
	margin:20px 0 0;
	font-size:11px;
}
/*details
---------------------------------------------------------------------
*/
.breadcrump{
	float:left;
	display:inline;
}
.breadcrump li{
	float:left;
	display:inline;
	background:url(images/marker.png) no-repeat right 50%;
	padding:0 10px 0 0;
	margin:0 10px 0 0;
	font-size:11px;
}
.last{
	background:none!important;
}
.breadcrump li a{
	text-decoration:none;
}
.breadcrump li a:hover{
	color:#56A9DE;
}
.big-font, .big-font2{
/*	float:left;*/
	font-size:20px;
	color:#3c3b3b;
	margin:20px 0 0;
}
.big-font2{
  margin: 0;
}
.h4-det{
	font-size:14px;
}
.box-soft-det a{
	color:#0c5da9!important;
}
.box-soft-det a:hover{
	color:#56A9DE!important;
}
h5{
	float:left;
	width:100%;
	font-size:14px;
	color:#0c5da9;
	margin:25px 0 0;
	min-width:400px;
}
.desc{
	float:left;
	width:100%;
	text-align:justify;
	line-height:21px;
	margin:5px 0 20px 0;
	min-width:400px;
}
.box-rate{
	float:left;
	width:230px;
}
.box-rate li{
	float:left;
	width:230px;
	font-size:11px;
	line-height:21px;
}
.box-rate li span{
	color:#3c3b3b;
	font-weight:bold;
	float:left;
	width:106px;
}
.star-left{
	float:left;
}
.box-rate li a{
	text-decoration:none;
}
.box-rate li a:hover{
	color:#56A9DE !important;
}
.txt-marg-top{
	margin:25px 0 0;
	float:left;
	text-align:justify;
	line-height:21px;
}
.block-btn{
	float:left;
	min-width:400px;
	margin:20px 0 0;
}
.btn-download-now{
	float:left;
	text-indent:-9999px;
	background:url(images/btn-download.png) no-repeat;
	width:120px;
	height:30px;
	margin:0 10px 0 0;
}
.btn-buy-now{
	float:left;
	text-indent:-9999px;
	background:url(images/btn-buy.png) no-repeat;
	width:80px;
	height:30px;
}
.text{
	line-height:21px;
}
.block-images{
	float:left;
	width:100%;
	min-width:40px;
	margin:15px 0 0 0px;
	width: expression((documentElement.clientWidth||document.body.clientWidth)<500?'500px':'');
}
.block-images img{
	border:0;
  margin:0 7px 0px 0;
	float:left;
	display:inline;
	/*width:115px;
	height:93px;*/
  max-width: 115px;
  max-height: 93;
  width: expression((this.width > 115 && this.width > this.height)?'115px':true);
  height: expression((this.height > 93  && this.height > this.width)?'93px':true);
}
*html .block-images img{
	margin:0 5px 0px 0;
}
/*tag-box*/
.tag{
	color:#0c5da9;
	text-align:center;
	line-height:24px;
}
.font12{
	font-size:12px;
}
.tag a{
	text-decoration:none;
}
.tag a:hover{
	color:#56A9DE;
}
.font18{
	font-size:18px;
}
.font24{
	font-size:24px;
}

ul.styled_ul li {
  list-style-type:disc!important;
  /*background: url(images/marker.png) no-repeat left 50%;*/
  padding-bottom:5px;
  list-style-position:inside;
}

.keywords {
  font-size:11px;
  line-height:21px;
}
.keywords span {
  float: left;
  color:#3C3B3B;
  font-weight:bold;
  width:106px;
}
.keywords a{
	text-decoration:none;
}
.keywords a:hover{
	text-decoration:underline;
}

/*---------- rectangular balloon heading ----------------*/
h1{
    float: left;
    font-size:16px;
}

h1 img {
    border: 1px solid #c7c7c7;
    margin-right: 5px;
    float: left;
}

h1 strong {
    float: left;
    width: 100%;
    border-left: 1px solid #c7c7c7;
    border-right: 1px solid #c7c7c7;
    background: url(images/h2_bg.jpg) repeat-x left top #d5d5d5;
}

h1 strong b {
    display: block;
    padding: 2px 5px;
}

h1 span {
  clear: both;
  float: left;
  width: 100%;
}

h1 span.title_top_bg {
    height: 4px;
    font-size: 1px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    background: url(images/h2_top_bg.jpg) repeat-x left top;
}

h1 span.title_top_bg b {
    height: 4px;
    display: block;
    background: url(images/h2_left_top.jpg) no-repeat left top;
}
h1 span.title_top_bg b b {background: url(images/h2_right_top.jpg) no-repeat right top;}

h1 span.title_bottom_bg {
    height: 11px;
    display: block;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    background: url(images/h2_bottom_bg.jpg) repeat-x left top;
}

h1 span.title_bottom_bg b {
    display: block;
    height: 11px;
    background: url(images/h2_left_bottom.jpg) no-repeat left top;
}
h1 span.title_bottom_bg b b {background: url(images/h2_right_bottom.jpg) no-repeat right top;}

/*==============change_info==================*/
table.change_info {
  border: 0;
}
table.change_info td {
  line-height: 21px;
  /*border-bottom: 1px dotted #D1D1D1;*/
}
table.change_info td.hdr {
  font-weight: bold;
  padding-top: 5px;
}

.nodecor a {text-decoration:none;}
