body {
	font-family: verdana;
	font-size: 14pt;
	color: #000000;
	margin: 0;
	padding: 0;
}

#header {
    height: 7.55em;
    width: 100%;
    
    position: absolute;
    left: 0;
    top: 0;
    
    padding-top: 5px;
}

#hot_deals {
   height: 90px;
   margin-left: 18em;
   margin-right: 15px;
   overflow: hidden;
}

#homepage {
    display: block;
    position: absolute;
    top: 15px;
    left: 20px;
    height: 85px;
    display: block;
    background: url(/images/logo.png) no-repeat;
    padding-left: 90px;
}

#homepage a {
   text-decoration: none;
   color: #477a99;
   /* color: #f57900; */
   display: block;
}

#title {
   font-size: 23pt;
   margin-bottom: 5px;
}

#slogan {
   font-size: 8pt;
   display: block;
   margin-left: 3px;
}

#search {
    position: absolute;
    right: 5px;
	top: 4px;
}

#search .search_text {
    border: none;
    font-size: 12pt;
    color: #a4a5a3;
    font-style: italic;
    width: 200px;
}

#search .search_button {
    width: 70px;
    height: 26px;
    background: url(/images/button_search.gif) no-repeat center transparent;
    border: none;
    color: #fff;
    font-size: 12pt;
    padding-bottom: 2px;
}

#navigation {
    width: 10em;
    height: 500px;
    
    position: absolute;
    left: 0;
    top: 7.55em;
    
    /* border: solid 1px blue; */
}

#navigation div.ads img {
    border: none;
    width: 135px;
    margin-top: 10px;
}

#relatives, #calendar {
    width: 12em;
    height: 500px;
    
    position: absolute;
    right: 0;
    top: 7.55em;
}

#relatives div.ads {
    margin-left: 10px;
    margin-top: 5px;
}

#relatives div.ads a {
	color: #477a99;
}

#relatives div.ads img {
    border: none;
    width: 198px;
    margin-bottom: 10px;
}

#footer {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    text-align: center;
}

#copyright {
    margin-left: 10em;
    margin-right: 12em;
    color: #477a99;
    background: #ffffff;
}

#copyright span {
    font-size: 11pt;
}

#content {
    margin: 7.55em 12em 2em 10em;
}

#products {
    margin: 10px 15px;
    padding: 5px 5px;
    background: url("images/products_bg.png");
	position: relative;
}

#products li {
    display: inline;
    margin: 0 10px;
}

#products li a {
    text-decoration: none;
    color: #E0E0FF;
}

#products li.active a {
    text-decoration: none;
    color: #FFFFFF;
}

#content_types {
    list-style-type: none;
    margin: 0;
    padding: 0 20px;
}

#content_categories {
    list-style-type: none;
    margin: 0 20px 0 22px;
    padding: 0 10px;
    
    padding-bottom: 10px;
    border-bottom: 2px solid #a4a5a3;
}

#content_types li  {
    padding: 5px 0 5px 12px;
    border-bottom: 2px solid #a4a5a3;
}

.contact {
	list-style-type: none;
    margin: 0;
    padding: 5px 20px 5px 32px;
}

#content_types a, .contact a {
    text-decoration: none;
    color: #477a99;
}

#e-mail {
	font-size: 12pt;
	font-style: oblique;
	border-bottom: 1px solid #477a99;
}

#content_categories a {
    text-decoration: none;
    color: #a4a5a3;
    font-size: 12pt;
    font-weight: bold;
}

.search_result {
	font-size: 10pt;
} 

.products {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.products>li {
    border: solid 1px white;
}

.products>li>h1 {
    margin-top: -2px;
}

.pages {
    margin: 0;
    padding: 10px 0;
    font-size: 12pt;
    text-align: center;
	clear: both;
}

.pages li {
    display: inline;
	padding: 0 5px;
}

h1 {
    color: #404040;
    font-size: 16pt;
    margin: 5px 0 5px 0;
    padding: 3px 0 5px 0;
    border-bottom: 2px solid #a4a5a3;
}

.items, .description, .body {
    list-style-type: none;
    margin: 0 ;
    padding: 0 ;
    font-size: 10pt;
}

.description, .body {
	margin: 0;
	padding: 12px 0 0 0;

}

.code {
    float: left;
    margin-right: 10px;
    border: none;
    margin-top: 5px;
}

h2, h2 a {
    text-decoration: none;
    color: #477a99;
    /* font-weight: bold; */
    font-size: 12pt;
	padding: 10px 0;
	margin: 0;
	margin-top: -10px;	
}

.read_more, .link a, .pages a {
	color: #477a99;
	text-decoration: none;
	font-weight: normal;
}

.items li {
    display: block;
	padding-top: 10px;
	margin: 0;
	clear: both;
}

.tip li {
	padding-top: 5px;
	padding-bottom: 5px;
}

div.item div.adsense {
  margin: auto;
  margin-top:10px;
} 

li.books {    
    min-height: 120px;
}

.items li img, .image_download {
    float: left;
    border: none;
    margin-top: 0px;
    margin-right: 10px;
}

li.tip {
	min-height: 108px;
}

.items li img.thumbnail {
	width: 150px;
	height: 108px;
	float: left;
	border: solid 1px #F0F0F0;
}

.items span.version {
	color: #f57900;}

.versions {
    margin: 0;
    padding: 0;
	font-size: 10pt;
}
.versions li {
	display: inline;
	list-style-type: none;
	padding-right: 10px;
}

.versions li a {
	text-decoration: none;
	color: #a4a5a3;
	font-weight: bold;
    display: inline;
}

.versions li.active a, .pages li.active a,
#navigation li.active a {
	text-decoration: none;
	color: #f57900;
}

.picture {
	text-align: center;
}

.picture img, .download_picture {
	height: 100%;
	width: 100%;
}

.link_text {
	color: blue;
	text-decoration: underline;
	font-weight: bold;
}

ol.tip div.picture, ul.tip div.picture { margin-top: 14pt; margin-left: -40px }

div.download ul.links { padding: 0; margin: 0;}
div.download ul.links li { padding: 13px 0 15px 0; display: inline-block; list-style: none; color: #f57900; font-size: 15pt;}
div.download ul.links a { margin-right: 20px;  padding-left: 60px; text-decoration: none; color: #f57900; }
div.download ul.links li.download_link { background: url(images/link_download.png) no-repeat; }
div.download ul.links li.vendor_link { background: url(images/link_vendor.png) no-repeat; }
div.download ul.links li.order_link { background: url(images/link_order.png) no-repeat; }

h3 {
    text-decoration: none;
    color: #477a99;
    font-weight: bold;
    font-size: 11pt;
	padding: 0;
	margin: 0;	
}

.disclaimer, .disclaimer a {
	padding-top: 15px;
	text-align: center;
	font-size: 10pt;
	color: #477a99;
}

#relatives h1 {
	border: none;
	margin-top: 0;
	padding-top: 0;
}

#relatives ul h1 a {
	text-decoration: none;
    color: #a4a5a3;
}

#relatives ul {
	clear: both;
    list-style-type: none;
    margin: 10px 20px 10px 10px;
    padding: 0;
    font-size: 10pt;
    border-bottom: 2px solid #a4a5a3;
}

#relatives ul.first {
    margin-top: 0px;
}

#relatives ul li {
    padding: 0;
	margin: 0 0 5px 0;
}

#related_tips .rel_div {
	margin-bottom: 5px;
}

.rel_div {
	display: inline-block;
}

.rel_div p {
	padding: 0;
	margin: 0;
}

#relatives ul li img {
    float: left;
    border: none;
    margin-bottom: 5px;
    margin-right: 10px;
}

#relatives ul li a {
    color: #477a99;
    text-decoration: none;
}

#relatives ul li a:hover {
    text-decoration: underline;
}

.error {
	color: red;
	text-align: center;
	padding-bottom: 10px;
}

#calendar li {
	list-style-type: none;
}

#calendar ul {
	padding: 0 10px 0 0;
}

table.calendar {
	font-size: 10pt;
}

table.calendar caption {
	font-weight: bold;
	color: #477a99;
}

table.calendar th {
	color: #404040;	
}

table.calendar a {
	font-weight: bold;
	color: #477a99;
}

table.calendar td.active a {
	color: red;
}

table.archive, table.archive tr, table.archive td {
	margin: 0;
	padding: 0;
}

table.archive td {
	vertical-align: top;
	padding-right: 10px;
}

table.archive h1 {
	margin: -2px 0;
}

ul.sitemap, ul.sitemap li, ul.sitemap ul, ul.sitemap ul li {
	font-size: 12pt;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul.sitemap>li {
	float: left;
	margin-right: 40px;
}

ul.sitemap ul {
	padding: 10px 0 10px 20px;
}

ul.sitemap a {
	color: #477a99;
}

ul.feeds, ul.bookmarks {
    list-style-type: none;
    float: right;
    margin: 0;
    padding: 0;
    margin-left: 10px;
}

ul.feeds li, ul.bookmarks li {
    margin: 0;
    padding: 0;
}

ul.feeds a img, ul.bookmarks a img {
    border: none;
    height: 24px;
    width: 24px;
    margin-top: 5px;
}

#disqus_thread {
    margin-top: 30px;
}

#disqus_thread a {
    color: #477a99;
}

#digg { float: right; }

div.screenshot a {
	font-weight: bold;
	text-decoration: none;
}

div.screenshot a img {
	border: none;
}

#modal-window {
	display: none;
	position: absolute;
	z-index: 9999;
	padding: 10px;
	background: #F0F0F0 url(/style/loading.gif) no-repeat 50% 50%;
	border: 1px solid #F0F0F0;
}

#modal-window-mask {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9998;
	width: 100%;
	height: 100%;
	background: #FEFEFE;
}

#modal-window-content {
	background: #FFFFFF;
	color: #FFFFFF;	
	text-align: center;
}

#modal-window-content h2 {
	font-size: 12pt;
	padding: 0;
	margin: 5px 0 0 5px;
	text-align: center;
}

#close img {
	border: none;
}


