/******** Miscel *******/

body {
  color: black;
	background-color: white;
  font-family: verdana, tahoma, helvetica, arial, sans-serif;
  font-size: 95%;
  margin: 0;
}

h1 {
  font-weight: bold;
  font-size: 100%;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

a:hover {
  color: red;
}

select.combofont {
  font-size: 50%;
}

.required {
  color: red;
}

td.adsense-product {
  padding-top: 5px;
  padding-bottom: 10px;
}

table.error {
  border: 1px solid red;
  background-color: #ffffd5;
  margin-top: 5px;
  margin-bottom: 5px;
}

table.success {
	background-color: #edf4ed;
  border: 1px solid #337733;
  margin-top: 5px;
  margin-bottom: 5px;
}

table.error td.error {
  color: red;
  padding: 2px 2px 2px 2px;
}

table.success td.success {
  padding: 2px 2px 2px 2px;
  color: #337733;
}

.floatleft {
  float: left;
/*  width: 100px;*/
}
/******** Header *******/

table.header {
  width: 100%;
  border-bottom: 2px solid black;
  padding-left: 20px;
  color: white;
	background-color: #337733;
}

td.header-title a {
  font-size: 200%;
  text-decoration: none;
  color: white;
}

td.header-sub-title {
  padding-bottom: 2px;
}

td.header-sub-title a {
  text-decoration: none;
  color: white;
}

td.header-title a:hover, td.header-sub-title a:hover {
  color: white;
}

td.header-links {
  vertical-align: bottom;
  text-align: right;
  font-size: 80%;
  font-weight: bold;
  padding-bottom: 2px;
}

td.header-links a.header-link-active {
	color: black;
  text-decoration: none;
}

td.header-links a.header-link-active:hover {
  color: red;
  text-decoration: none;
}

td.header-links a.header-link-passive {
	color: white;
  text-decoration: underline;
}

td.header-links a.header-link-passive:hover {
  color: red;
  text-decoration: none;
}

/******** Menu *******/

.menu-header {
  padding: 3px 0 3px 3px;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 80%;
  font-weight: bold;
	border-bottom: 1px solid white;
	color: black;
}

.menu-left-box-off {
  background-color: #337733;
	width: 7%;
	vertical-align: top;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
}

.menu-left-box-on {
  background-color: red;
	width: 7%;
	vertical-align: top;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
}

.menu-link a:link, .menu-link a:visited, .menu-link a:hover, .menu-link a:active,
.menu-link-current a:link, .menu-link-current a:visited, .menu-link-current a:hover, .menu-link-current a:active {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	text-decoration: none;
	display: block;
  width: 100%;
  padding: 3px 0px 3px 3px;
  border-bottom: 1px solid white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 80%;
}

.menu-link a:link, .menu-link a:visited {
	color: black;
	background-color: #72a372;
}

.menu-link a:hover, .menu-link a:active {
  color: white;
  background-color: #337733;
}

.menu-link-current a:link, .menu-link-current a:visited {
	color: white;
  background-color: #337733;
}

.menu-link-current a:hover, .menu-link-current a:active {
	color: white;
	background-color: #337733;
}

/*********************/

a.errorLink:link, a.errorLink:visited {
	color: red;
  font-weight: bold;
}

a.errorLink:hover, a.errorLink:active {
  color: white;
  background-color: red;
  text-decoration: none;
  font-weight: bold;
}

/******** Columns *********/

td.menu-area {
	vertical-align: top;
	background-color: #72a372;
}

table.table-menu-area {
	width: 17%;
	background-color: #72a372;
}

table.table-content-area {
	width: 83%;
}

td.content-area {
	vertical-align: top;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	width: 77%;
	background-color: white;
}

td.content-area td.product-header {
  text-align: left;
  background: #93b7db;
  border-bottom: 5px solid white
}

td.content-area td.product-descr {
  text-align: left;
  background: white;
}

td.content-area td.resources-title {
  border-bottom: 1px solid black;
  background-color: e7e7e7;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 3px;
}

td.content-area table.preview-table {
  border: 1px solid black;
  margin-bottom: 8px;
}

td.content-area table.news-table {
  border: 1px solid black;
  margin-bottom: 20px;
}

td.content-area table.news-header-table {
  border-bottom: 1px solid black;
  background-color: e7e7e7;
  padding-left: 3px;
}

td.content-area td.news {
  padding-left: 3px;
}

td.content-area td.news-url {
  border-top: 1px solid black;
  background-color: e7e7e7;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 3px;
}

td.content-area td.free-tip {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 3px;
}

td.advertising-area {
  backgound-color: white;
	vertical-align: top;
	text-align: left;
	width: 23%;
}

td.advertising-area table.latest-news-table {
  margin-top: 5px;
  border-left: 2px solid #93b7db;
  border-right: 2px solid #93b7db;
}

td.advertising-area td.latest-news-header {
  background: #93b7db;
  border-bottom: 2px solid white;
}

td.advertising-area td.latest-news-data {
  border-bottom: 2px solid #93b7db;
}

td.advertising-area table.latest-news-data {
  margin-bottom: 5px;
  margin-top: 5px;
  font-size: 60%;
}

td.advertising-area td.more-news {
  padding-bottom: 5px;
  padding-top: 3px;
  font-size: 70%;
  font-weight: bold;
  border-bottom: 2px solid #93b7db;
}

td.advertising-area table.freeebooks-ad {
  margin-top: 5px;
  border-left: 2px solid red;
  border-right: 2px solid red;
  border-bottom: 2px solid red;
}

td.advertising-area td.freeebooks-ad-header {
  background: red;
  font-size: 75%;
  color: white;
  padding-top: 3px;
  padding-bottom: 3px;
}

td.advertising-area table.freeebooks-ad-message {
  font-size: 60%;
}

td.advertising-area table.freeebooks-ad-message {
  padding-left: 2px;
  padding-bottom: 3px;
}
/***********/

td.advertising-area table.featured-product {
  margin-top: 5px;
  border-left: 2px solid #93b7db;
  border-right: 2px solid #93b7db;
  border-bottom: 2px solid #93b7db;
}

td.advertising-area td.featured-product-header {
  background: #93b7db;
  font-size: 75%;
  color: black;
  padding-top: 3px;
  padding-bottom: 3px;
}

td.advertising-area table.featured-product-message {
  font-size: 60%;
  padding-left: 1px;
  padding-bottom: 3px;
}

/*************/

td.content-area table.ebooks-table {
  border: 1px solid black;
  margin-bottom: 10px;
}

td.content-area td.ebooks-details {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 2px;
  padding-right: 10px
}

td.content-area td.ebooks-url {
  border-top: 1px solid black;
  background-color: e7e7e7;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 2px;
}

td.advertising-area table.adsense-links-table {
  margin-top: 5px;
  border-left: 2px solid #93b7db;
  border-right: 2px solid #93b7db;
  border-bottom: 2px solid #93b7db;
  padding-bottom: 2px;
}

td.advertising-area table.usefullinks {
  margin-top: 5px;
  margin-bottom: 5px;
  border-left: 2px solid #93b7db;
  border-right: 2px solid #93b7db;
  border-bottom: 2px solid #93b7db;
  padding-bottom: 2px;
}

td.advertising-area td.usefullinks-header {
  background: #93b7db;
  border-bottom: 2px solid white;
}

a.vsize {
  font-size: 80%;
}

td.headerNavigation {
  font-size: 80%;
}
/******* Footer ******/

table.footer {
  width: 100%;
  border-top: 2px solid black;
  border-bottom: 2px solid black;
  text-align: center;
  font-weight: bold;
  font-size: 100%;
  color: white;
	background-color: #337733;
}

table.footer td.padding-top {
  padding-top: 7px;
}

table.footer td.padding-bottom {
  padding-bottom: 7px;
}

table.footer a.footer-link-active {
  color: black;
  text-decoration: none;
}

table.footer a.footer-link-passive {
  color: white;
  text-decoration: underline;
}

table.footer a.footer-link-active:hover, table.footer a.footer-link-passive:hover {
  color: red;
  text-decoration: none;
}
