﻿/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }
.align-center  { text-align: center; }

/* additional classes */
.clear {	clear:both;	} 
.hide  { display: none; }
.gray  { color: #CCC; }
.red  { color: #ff0000; }
.comments {
  color: #000000;
  background: #FFF;
  text-align: right;
  border-top: 1px dashed #EFF0F1;
  border-bottom: 1px dashed #EFF0F1;
  padding: 5px 0;
  margin-top: 20px;
}
.bg-white {
	background-color: rgb(255,255,255);
}
.bg-orange {
	background-color: #FEDC81;
}

.contentbox-shading {
	margin: 0px; padding: 7px 10px 5px 10px; background-color: transparent;
}

.tabledata {
	clear: left;empty-cells: show; border-collapse: collapse; border:1px solid #fdb801;text-align:center;
}

.tabledata tr {
	margin: 0px; padding: 0px;
}

.tabledata th {
	margin: 0px; color: #FFFFFF; padding: 10px 7px 10px 7px; border: solid 1px #fff; empty-cells: show; text-align: center; background-color: #828282;; 	
}

.tabledata td {
	padding: 3px 7px 3px 7px; border: solid 1px #fdb801;  
}
.blueness {
  color: #0066bb;
  font-size: 1.3em;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 5px;
}
.line_1 {
  border: 1px none #e5e5e5;
  height: 1px;
}
.home_product{
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding: 5px 0 25px 5px;
  border-bottom-color: #999999;
}
.home_product h1{
  font-weight: bold;
  font-size: 1.2em;
  margin: 0px;
  padding: 5px 0px 5px 0px;
  text-transform: none;
  background: none;
  border-bottom: 0px;
  border-bottom-width: 0px;
}
.home_product h1 a{
  color: #339900;
  text-decoration: none;
}
.home_product h1 a:hover{
  text-decoration:underline;
}

.product_button {
  float: right;
  padding-left: 20px;
}
.product_description{
  padding: 0 0 20px 0;
}
.downinfo {
  font-size: 0.8em;
  color: #000000;
  font-weight: bold;
}
.ad_left
{
  text-align:center;
}
.addthis
{
	padding: 5px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
	background-color: #999999;
	margin-left: 5px;
}
a.btn_download,a.btn_buy,a.btn_buy1 {float:left;display:block;padding-left:38px;height:50px;margin:14px 20px 0 0;background: url('images/downbutton.gif') no-repeat;
font-size:18px;font-weight:bold;line-height:32px;
}
a.btn_buy {background-image: url('images/giftbutton.gif');
margin-right:0;
}