* {
        padding:0;
        margin:0;
}

img {
        border:0;
}

body {
       background: #597eff url('/site_media/bg_grid.png') repeat-x;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: white;
}

#container {
	background: #668fff url('/site_media/bg.png') repeat-x;
	width: 900px;
	margin: auto;
}


#header {
	height: 60px;
}

#menu_top {
	float: left;
	top: 40px;
	position: absolute;
}

a
{
	color: white;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}
a:hover
{
	color: silver;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
}
input{
		border:0 none;
	
}
input:id_quantity{
	background-color:#11111;
	}

.button_green{
background:url(/site_media/green.gif);
padding:0 .4em;
border:1px solid #3b6e22;
height:1.6em; 
line-height:1.6em;
color:#FFFFFF;
font-size:1em;
display:inline-block;
text-decoration:none;
font-weight:bold;
}
.green{
background:url(/site_media/green.gif);
padding:0 .4em;
border:1px solid #3b6e22;
height:2em; 
line-height:2em;
color:#FFFFFF;
font-size:1em;
display:inline-block;
text-decoration:none;
font-weight:bold;
}

#menu_top ul{
	margin-left: 0;
	padding-left: 0;
	display: inline;
	clear: none;
}

#menu_top li {
	margin-left: 0;
	padding: 3px 15px;
	list-style: none;
	display: inline;
}

#logo {
	float: right;
}

#chosen_content {
	text-align: center;
	padding-bottom: 5px;
}
#chosen_content img {
	border: 2px solid white;
	margin: 0;
	padding: 0;
}

#menu_center {
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

#menu_center ul{
	margin-left: 0;
	padding-left: 0;
	display: inline;
	clear: none;
}

#menu_center li {
	margin-left: 0;
	padding: 3px 25px;
	list-style: none;
	display: inline;
}

#content_container {
}

#menu_left {
	width: 195px;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: left;
}
#chart{
	width: 195px;
	padding-left: 20px;
	}

#menu_left ul{
	margin-left: 0;
	padding-left: 0;
	clear: none;
	list-style-type: disc;
}
.button_green{
background:url(/site_media/green.gif);
padding:0 .4em;
border:1px solid #3b6e22;
height:1.6em; 
line-height:1.6em;
color:#FFFFFF;
font-size:1em;
display:inline-block;
text-decoration:none;
font-weight:bold;
}

#menu_left ul#submenu{
	margin-left: 0;
	padding-left: 20px;
	clear: none;
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
}

#menu_left li {
	margin-left: 0;
	padding: 3px 20px;
	list-style: none;
}

#content_page {
	width:500px;
	float: left;
	border-right: 1px solid white;
	border-left: 1px solid white;
	right: 195px;
	padding-top: 10px;
	padding-bottom: 20px;
}

#content_page p{
	text-align: justify;
	padding: 10px;
	color: white;
}

#content_images{
	text-align: center;
	padding-top: 0;
	padding-bottom: 5px;
}
#content_images img {
	border: 2px solid white;
}

#content_images a:hover img{
	border: 2px dashed silver;
}

#content_snippets {
	width: 195px;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
}

#snippet {
	text-align: center;
	vertical-align: middle;
	color: white;
	font-size: 12px;
	padding: 5px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin: 5px;
}

#snippet-lastseen
{
	border-bottom-width: 1px;
	border-width: 1px;
	border-style: solid;
	display: inline-block;
	padding: 0;
	margin: 3px;
}

#stopka{
	clear: left;
	float: none;
	text-align: center;
	color: white;
	font-size: 12px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

#opis_produktu th{
    text-align:right;
    padding-right:10px;
}

#opis_produktu table{
    width:400px;
    border:0px;
    margin-right:100px;
}

#opis_produktu td{
    text-align:left;
}

