html, body{
	font-family: verdana;
	font-size: 8pt;
	line-height: 13pt;
	background-image: url(../images/bodyBg.jpg);
	background-repeat: repeat-x;
	background-color: #222222;
}

p{
	color: #000000;
}
h1 {
	color: #2c1570;
	font-size: 16pt;
	line-height: 26pt;
}
h2 {
	color: #2c1570;
	font-size: 14pt;
	line-height: 22pt;
}
h3 {
	color: #2c1570;
	font-size: 12pt;
	line-height: 18pt;
}
h4 {
	color: #fffacd;
}
h5 {
	color: #fffacd;
}

input,textarea{
	border: 1px solid #2c1570;
	background-color: #DFF4FF;
}

#container{
	background-color: #FFFFFF;
	border-bottom: 15px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	position: relative;
	left: 50%;
	margin-left: -490px;
	margin-right: auto;
	margin-top: 0px;
	width: 980px;
	z-index: 1;
}

#header{
	position: relative;
	background-image: url('../images/header.jpg');
	height: 127px;
	width: 980px;
}

#menu{
	background-color: #CDCDCD;
	background-image: url('../images/menuBg.jpg');
	background-repeat: repeat-y;
	width: 197px;
	float: left; 
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

#menu ul li{
	border-bottom: 1px solid #bcbcbc;
	padding: 2px 0px 2px 20px;
	text-align: left;
}

#header #adres{
	position: absolute;
	top: 10px;
	margin: 0px 0px 0px 215px;
}

#header .navWebtekst{
	position: absolute;
	background-color: #CDCDCD;
	top: 109px;
	margin: 0px 0px 0px 200px;
	border-right: 1px solid black;
}

#header .navWebtekst li{
	float: left;
	background-color: white;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	border-top: 1px solid #cdcdcd;
	border-left: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
}

#content{
	float: left;
	width: 755px;
	margin: 15px 0px 0px 10px;
}

#footer{
	width: 980px;
	height: 15px;
	position: absolute;
	bottom: 0px;
	text-align: center;
	border-top: 1px solid black;
	background-color: #999999;
}

a:link{
	color: #2C1570;
	text-decoration: none;
}

a:visited{
	color: #2C1570;
	text-decoration: none;
}

a:hover{
	color: #c30000;
	text-decoration: none;
}

a:active{
	color: #2C1570;
	text-decoration: none;
} 


.listArticle{
	margin: 10px 0px 0px 0px;
}

.article{
	width: 760px;
	border: 0px solid #555555;
}

.article .images{
	float: left;
	margin: 15px;
}

.article .specs{
	margin: 10px 0px 0px 0px;
	float: right;
	width: 580px;
	border-left: 3px solid #444444;
}

.article .specs td{
	border-bottom: 1px solid #777777;
	vertical-align: top;
}

.breadCrumb{
	width: 100%;
	height: 30px;
	line-height: 14px;
	margin: 0px 0px 0px 0px;	
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	background-color: #FEFEFE;
}
.breadCrumb li{
	float: left;
	font-style: italic;
	border-bottom: 0px solid #444444;
}

.message{
	display: none;
	position: absolute;
	z-index: 3;
	top: 300px;
	left: 50%;
	color: black;
	text-align: center;
	margin-left: -100px;
	height: 115px;
	width: 200px;
	background-color: white;
	border: 3px solid #2C1570;
}

.cart{
	width: 100%;
}

.cart th{
	text-align: left;
}

.cart td{
	border-bottom: 1px solid #bcbcbc;
}

#documentForm{
	width: 100%;
}

#documentForm li{
	border-bottom: 1px solid #B3BABF;
}

#documentForm label{
	display:block;
	float:left;
	width: 200px;
}

#documentForm input.error{
	float: left;
	border: 1px solid #FF0000;
}

#documentForm error{
	display: block;
	float: left;
}
#documentForm2{
	width: 100%;
}

#documentForm2 li{
	border-bottom: 1px solid #B3BABF;
}

#documentForm2 label{
	display:block;
	float:left;
	width: 150px;
}

#documentForm2 input.error{
	float: left;
	border: 1px solid #FF0000;
}

#documentForm2 error{
	display: block;
	float: left;
}

.subCatDiv {
	width: 160px;
	height: 140px;
	margin: 3px 2px 0px 0px;
	padding: 2px;
	float: left;
	border: 1px solid #222222;
	text-align: center;
	cursor: pointer;
}

.error{
	color: #888888;
}

#imgContainer{
	width: 510px;
	float: right;
	border: 0px solid #888888;
}

.subcatImages img{
	margin:1px;
}

.submenu{
	border:1px solid #EFEFEF;
}

.submenu li{
	padding: 0px 5px 0px 5px;
	border-bottom: 1px solid #AAAAAA;
	cursor: pointer;
}

#topcontrol {
	z-index: 6;
	position: absolute;
}


.listArticle a{
	line-height: 13px;
}
