﻿/*  Default Theme by Roni Marinkovic
	Created: 20.10.2007.
	http://ronimarinkovic.com*/
* {
	margin: 0;
	padding: 0;
}

body {
	
	width: 950px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin:0 auto;
	padding: 0;
}

h3 {
	margin-bottom: 20px;
	text-transform: lowercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #333333;
}

h2 {
	margin-bottom: 20px;
	text-transform: lowercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #333333;
}

h1 {
	margin-bottom: 20px;
	text-transform: lowercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #333333;
}

h1 { font-size: 22px; }
h2 { font-size: 18px; }
h3 { font-size: 14px; font-weight: bold; }

ol {
	margin-bottom: 1.5em;
	line-height: 1.8em;
}

ul {
	margin-bottom: 1.5em;
	line-height: 1.8em;
}

blockquote {
	margin-bottom: 1.5em;
	line-height: 1.8em;
}

p {
	margin-bottom: 1.5em;
	line-height: 1.8em;
}

ol {
	margin-left: 3em;
}

ul {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
}

blockquote {
	margin-right: 3em;
}

a {
	color: #0065CC;
}

a:hover {
	text-decoration: none;
	color: #CC0000;
}

img { border: none; }

img.left {
	float: left;
	margin: 0 15px 15px 0;
}

img.right {
	float: right;
	margin: 0 15px 0 15px;
}

img.fav {
	vertical-align:bottom;
	margin:0px;
	border:0px;
}

.center {
	margin:0 auto;
	text-align:center;
}

hr { display: none; }

.hr {
	height: 36px;
	margin-bottom: 15px;
	background: url('../images/img06.gif') repeat-x left center;
}

/* Header */

#header {
	width: 950px;
	height: 100px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
	width: 240px;
	height: 100px;
	text-align: center;
	border-top: 1px solid #000099;
}

#logo h1 {
	margin: 0;
	padding-top: 3px;
	font-size: 2.6em;
}

#logo h2 {
	font-size: 1em;
}

#logo a {
	text-decoration: none;
	color: #333333;
}

/* Menu */

#menu {
	float: right;
	width: 710px;
	height: 100px;
	background: #0065CC url('../images/img01.gif') no-repeat left bottom;
	border-top: 1px solid #000099;
	z-index:10;
	position:inherit;
}

#menu ul {
	margin: 0;
	padding-top: 20px;
	text-align: left;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 0 20px;
	border-left: 1px solid #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration:underline;
}

#menu .first a {
	border: none;
}

/* Page */

#page {
	width: 950px;
	margin: 0 auto;
	background: url('../images/img03.gif') repeat-y;
	/*background-position:right;*/
	background-color:black;
}

p.page {
	color:red;
}

p.pagec {
	color:red;
		text-align:center;
}

h3.page {
	color:blue;
}

h2.page {
	color:blue;
}

h2.pagec {
	color:blue;
	text-align:center;
}

h1.page {
	color:blue;
}

#page li {
	color:silver;
}

a.pinline {
	color:blue;
	text-decoration:none;
}

a.pinline:hover{
	color:red;
	text-decoration:none;
}


/* Content */

#content {
	float: right;
	width: 670px;
	padding: 20px;
	bottom:0px;
	z-index:11;
	position:inherit;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 200px;
	padding: 60px 20px 20px 20px;
	background: url('../images/img02.gif') no-repeat;
	position:inherit;
	z-index:12;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 20px;
}

#sidebar li ul {
	list-style: disc inside;
}

#sidebar li li {
	margin: 0;
}

#sidebar dl {
}

#sidebar dt {
}

#sidebar dd {
	margin-bottom: 10px;
}

#sidebar ol {
	margin-left: 0;
	list-style-position: inside;
}

#sidebar h2 {
	margin-bottom: 20px;
	padding-bottom: 10px;
	background: url('../images/img05.gif') repeat-x left bottom;
	color: #000000;
}

#sidebar blockquote {
	margin-left: 0;
	margin-right: 0;
}

#sidebar a {
	color: #FFFFFF;
}

/* Footer */

#footer {
	width: 705px;
	margin: 0 auto;
	padding: 10px 0 0 245px;
	/*background: url('../images/img06.gif') repeat-x; */
	border-top: 1px solid #000000;
	border-bottom:1px solid #cccccc;
	font-size: x-small;
}

#footer p {
	margin: 0;
	line-height: normal;
	color: #999999;
}

#footer a {
	color: #999999;
}

/* links */

a.prod {
	color:blue;
	text-decoration:none;
	font-weight:bold;
	font-size:10px;
}

a.prod:hover{
	color:red;
	text-decoration:none;
}

a.fav {
	text-decoration:none;
}

a.fav{
	text-decoration:none;
}

/* General */

span.blue{color:blue;}
span.red{color:red;}
span.white{color:white;}

button {cursor:pointer;}
form {padding:10px 10px 10px 10px;font-family:verdana, tahoma, arial;vertical-align:middle;color:silver;}
table.tfrm{width:100%;}

form.srch{padding:0px 0px 0px 0px;font-family:verdana, tahoma, arial;vertical-align:middle;margin:0 0 0 0;border:0px;}
form.maillist{padding:0px 0px 0px 0px;font-family:verdana, tahoma, arial;vertical-align:middle;margin:0 0 0 0;border:0px;}

#btm {line-height:32px;vertical-align:middle;}
#adsskyper {width:160px;position:relative;float:right;border:0px;left:165px;top:-628px;}
#round { padding:20px; width:30%; margin:200px auto; color:#fff; }
#round, #round .sb-inner { background:#444 url(grad.png) repeat-x; }
#vcart{ border:1px silver outset;margin-bottom:5px;padding-bottom:5px;}
#fav{ display:inline;border:0px;}

.googleindexb{height:100%;vertical-align:bottom;bottom:0px;padding-left:101px;position:relative;}
.vanish {display:none;}
.middle{line-height:32px;vertical-align:baseline;width:100px;}
.cart {width:480px;vertical-align:baseline;}
.padl{padding-left:23px;}
.bn{width:62px;height:31px;margin:0px;padding:0 0 0 150px;}
p.noscrw {color:red;font-size:12px;}

/* PLUGINS */
/* spinbutton --------------------------*/
INPUT.spin-button {
	padding-right:20px;
	background-repeat:no-repeat;
	background-position:100% 0%;
	background-image:url(nav/spinbtn_updn.gif);
	width: 20px;
}

INPUT.spin-button.up {
	cursor:pointer;
	background-position:100% -18px;
}

INPUT.spin-button.down {
	cursor:pointer;
	background-position:100% -36px;
}
