div.errors{
 background:#fedada url('../images/cancel.png') no-repeat 10px 50%;
 color: #990000;
 font-size: 12px;
 font-weight: bold;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	border: 1px solid #990000;
	padding: 5px 10px;
}

div.messages{
 background: #e3f6c7 url('../images/accepted.png') no-repeat 10px 50%;
 border:1px solid #008000;
 color:#111111;
 font-size:12px;
 font-weight:bolder;
 line-height:20px;
 margin: 10px auto;
 padding:5px 0 5px 40px;
 width:90%
}

body{
background: #9f9f9;
padding: 0;
margin: 0;
font-family: Verdana, sans-serif;
}

div#container{
background: #dfdfdf url('../images/body.png') repeat-x;
width: 100%;
margin: auto;
min-height: 600px;
border-bottom: 10px solid #c8c8c8;
overflow: hidden;
}

div#main,div#footer{
width: 990px;
margin: auto;
}

div#footer{
min-height: 150px;
padding-top: 5px;
}

div#footer .right{
margin-left: 100px;
}

div#footer .right a{
	text-decoration: none;
}

div#footer .right a:hover{
	text-decoration: underline;
}

div#footer *{
color: #000;
font-size: 11px;
line-height: 20px;
}

div#footer div#bottommenu a{
color: #373737;
text-decoration: none;
}

div#footer div#bottommenu a:hover{
color: #373737;
text-decoration: underline;
}



div#main{
background: #dfdfdf url(../images/main.jpg) repeat-y 195px;
overflow: hidden;
}

div#header{
background: #dfdfdf url('../images/header.jpg') repeat-x;
height: 120px;
padding-top: 15px;
}

div#header img{
border: 0;
float: left;
}

div#content0{
background: url(../images/content.jpg) no-repeat;
padding-top: 10px;
	float: left;
	width: 990px;
}

div#content{
	width: 784px;
	margin-left: 207px;
	height: 452px;
}

div#sidebar{
float: left;
width: 170px;
padding-right: 25px;
}

div#sidebar h1 {
	font-size: 12px;
	text-align: right;
	color: #7f7f7f;
}

div#products{
width: 760px;
padding: 0 15px 10px;
float: right;
min-height: 455px;
}

div#index{
float: right;
	width: 775px;
	height: 379px;
}

div#text h1,div#products h1{
margin: 0 0 10px 3px;
font-size: 14px;
color: black;
}

div#text h2,div#products h2{
margin: 0;
font-size: 13px;
color: black;
}

div#text h1:first-letter,div#products h1:first-letter{
text-transform: uppercase;
}

div#text{
color: #1a1818;
width: 745px;
padding: 0 25px 20px;
font-size: 12px;
text-align: justify;
	float: right;
min-height: 435px;
}

div#text a{
	font-weight: bold;
	color: #000;
}

div#text a:hover{
color: #990000;
	font-weight: bold;
}

ul.menu{
padding: 0;
margin: 0;
list-style: none;
}

div#bottommenu ul.menu li{
display: inline;
}

div#sidebar ul.menu{
text-align: right;
}

div#sidebar ul.menu li a{
font-size: 14px;
line-height: 24px;
color: #373737;
font-weight: bold;
text-decoration: none;
}

div#sidebar ul.menu li a:hover{
	color: #990000;
}

div#sidebar ul.menu li.current a{
color: #990000;
}

.left{
float: left;
}

.right{
float: right;
}


div#mainmenu{
margin-top: 50px;
float: left;
width: 450px;
}

div#mainmenu ul.menu li {
	float: left;
}

div#cart *{
color: white;
font-size: 11px;
line-height: 20px;
text-decoration: none;
display: inline;
border: 0;
margin: 0;
background: 0;
}

div#cart form{
float: left;
height: 20px;
line-height: 20px;
padding: 0;
border: 0;
	margin-bottom: 0;
	margin-right: 0;
}

div#cart input{
cursor: pointer;
	padding-top: 0;
}

div#search{
padding-right: 10px;
float: right;
text-align: right;
margin-top: 30px;
width: 310px;
height: 35px;
}

div#search input[type="text"]{
border: 1px solid #afafaf;
	height: 16px;
	color: #999;
}

div#search select{
background: #fff none;
color: #3f3f3f;
border: 1px solid #afafaf;
	margin: 0;
	font-weight: normal;
	height: 20px;
	font-style: normal;
	width: 75px;
}

div#search input[type="submit"]{
background: #bfbfbf none;
color: #3f3f3f;
border: 1px solid #afafaf;
	font-weight: normal;
	margin: 0;
	padding-bottom: 2px;
	font-style: normal;
}

div.productbox{
width: 164px;
border: 3px solid #e5e3e4;
float: left;
margin: 0 10px 10px;
background: #e5e3e4;
text-align: center;
	overflow: hidden;
}

div.productbox div.thumb{
background: white;
height: 250px;
}

div.productbox div.thumb img{
border: 0;
}

div.productbox div.info{
}

div.productbox div.info span{ 
display: block;
font-size: 12px;
line-height: 20px;
}

div.productbox div.info .productname{
	color: black;
	font-size: 10px;
	line-height: 15px;
	text-align: center;
	height: 35px;
	border-bottom: 1px dotted #a4a3a5;
	margin-bottom: 5px;
	padding-top: 5px;
}

div.productbox div.info .price{
	font-weight: bold;
	color: #990000;
}

div#breadcrumb{
color: #666666;
line-height: 24px;
font-size: 10px;
padding-top: 10px;
}

div#breadcrumb a{
color: #666666;
text-decoration: none;
text-transform: lowercase;
}

div.photos{
width: 285px;
float: left;
	height: 265px;
}
div.photos img{
float: left;
border: none;
}

div.photos div.thumb{
border: 3px solid #e5e3e4;
float: left;
margin-right: 10px;
}

div.photos .thumb{
display: block;
float: left;
width: 169px;
text-align: center;
	overflow: hidden;
}

div.photos span.thumb{
display: block;
float: left;
width: 79px;
text-align: center;
border: 3px solid #e5e3e4;
	overflow: hidden;
}

div.photos span.thumb img.thumb{
	width: auto;
}

div.thumb + span{
margin-bottom: 10px;
}

div.description{
width: 470px;
float: left;
}

div#text a.submit{
color: #990000;
text-decoration: none;
font-weight: bold;
}

/* style formularzy */

div.simpleform{
margin: 10px 0;
color: #1a1818;
background: #e8e8e8;
border-top: 2px solid #c8c8c8;
border-bottom: 2px solid #c8c8c8;
padding: 15px;
line-height: 27px;
}


div.simpleform a,table.formtable a{
color: #000;
text-decoration: underline;
}

div.simpleform label{
color: #000;
margin: 0 5px;
}

div.simpleform input,table.formtable input,div.simpleform  textarea, div.addtocart input{
margin: 0 5px;
border: 1px solid #9d9d9d;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
-opera-border-radius: 3px;
border-radius: 3px;
}

table.formtable input{
margin: 0
}

div.simpleform input[type="submit"],table.formtable input[type="submit"]{
background: #819b6e none;
color: white;
border: 1px solid #5a6c4d;
font-weight: bold;
}

div.simpleform input[type="submit"],table.formtable input[type="submit"],div.addtocart input {
background: #819b6e none;
color: white;
border: 1px solid #5a6c4d;
font-weight: bold;
	margin: 0;
}

div.addtocart select.ad {
background: #9e9e9e none;
color: #f7fff8;
border: 1px solid #656565;
font-weight: bold;
	margin-bottom: 10px;
	margin-left: 0;
	width: 100px;
	margin-top: 9px;
}

.delete{
background: #a74d45 none;
color: white;
border: 1px solid #5e1e1d;
font-weight: bold;
margin: 0 5px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
-opera-border-radius: 3px;
border-radius: 3px;
}

table.formtable{
margin: 10px 0;
background: #e8e8e8;
width: 100%;
color: #000;
border-top: 2px solid #c8c8c8;
border-bottom: 2px solid #c8c8c8;
}

table.formtable td{
padding: 5px 10px;
text-align: right;
}

table.formtable input{
text-align: center;
}

table.formtable th{
padding: 5px 10px;
text-align: right;
}

table.formtable span.price{
color: #990000;
font-weight: bold;
}

table.formtable tbody td{
border-top: 1px solid #c8c8c8;
}

table.formtable td:first-child,table.formtable th:first-child{
text-align: left;
width: 40%;
}

table.formtable small{
color: #4a4a4a;
}


div#text table.formtable a.button, table.formtable a.button:hover{
background: #819b6e none;
color: white;
padding: 0 5px;
height: 18px;
line-height: 17px;
display: block;
float: right;
text-decoration: none;
border: 1px solid #5a6c4d;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
-opera-border-radius: 3px;
border-radius: 3px;
	font-weight: bold;
	font-size: 10px;
}

div.simpleform input.wide{
width: 300px !important;
text-align: left !important;
}

div.simpleform textarea{
border: 1px solid #9d9d9d;
width: 300px !important;
text-align: left !important;
}

label.link {
text-decoration: underline;
cursor: pointer;
	margin-left: 8px;
}
label.link:hover {
text-decoration: underline;
cursor: pointer;
}

div.pr_bottom{
width: 745px;
	clear: left;
	float: left;
	margin-top: 10px;
	padding-top: 10px;
}

div.addtocart{
	margin-top: 0;
	text-align: center;
	float: right;
	width: 275px;
	border: 1px solid #c8c8c8;
	padding-top: 8px;
	height: 132px;
	padding-bottom: 10px;
}

div.addtocart a{
text-decoration: none;
color: #990000;
}


div.addtocart select{
margin: 5px 0;
width: 160px;
}

div.addtocart span.price{
	font-weight: bold;
	color: #990000;
	font-size: 20px;
}

div.addtocart form#cartform{
	margin-top: 0;
	margin-bottom: 8px;
}

div.addtocart form#cartform input {
	margin-top: 4px;
	margin-bottom: 2px;
}

.hidden{
display: none;
}

.tabela_rozmiarow {
	width: 440px;
	padding: 10px;
	border: 1px solid #c8c8c8;
	height: 130px;
}

.tabela_rozmiarow h4 {
	margin: 0;
	font-size: 12px;
}

.tabela_rozmiarow h4 span {
	margin: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 10px;
}

.tabela_rozmiarow table {
	width: 100%;
	margin-top: 10px;
}

.tabela_rozmiarow table th {
	background-color: #c8c8c8;
	text-align: center;
	border: 1px solid #c8c8c8;
	padding: 5px 10px;
}

.tabela_rozmiarow table td {
	border-bottom: 1px solid #c8c8c8;
	text-align: center;
	padding: 5px 10px;
}

.tabela_rozmiarow table td.r, .tabela_rozmiarow table th.r {
	text-align: left;
	padding-right: 0;
}

.tabela_rozmiarow table td span.available, .tabela_rozmiarow table th span.available {
	background-color: #fff;
	padding: 3px;
	color: #819b6e;
	-moz-border-radius: 6px;
-khtml-border-radius: 6px;
-webkit-border-radius: 6px;
-opera-border-radius: 6px;
border-radius: 6px;
}

input.error{
border-color: red !important;
}

.strony {
	font-size: 10px;
	text-align: right;
	clear: both;
	margin-left: 10px;
	margin-right: 10px;
	border-top: 1px dotted #bfbfbf;
	color: #3f3f3f;
	padding: 10px 1px 5px 5px;
	margin-bottom: 4px;
}

.strony a {
	background-color: #bfbfbf;
	padding: 2px 5px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}

.strony a:hover, a.currentpage {
	background-color: #3f3f3f;
	padding: 2px 5px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}