body {
	background: url(images/bg.gif);
	background-repeat: repeat-x;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#C0C0C0;
	font-size: 12px;
}
img {
	border:0;
	text-decoration: none;
}
a{
	color: gray;
	text-decoration: none;
}
a:hover{
	color:black;
	text-decoration: none;
}
input {
	background: url(images/buttonbg.jpg) repeat-x;
	background-position: left bottom;
	font-family : Arial, Helvetica, Sans Serif;
	font-style : normal;
	font-size : 11px;
	font-weight : bold;
	color : black;
	border : 1px solid #cccccc;
	margin:1px;
}
button{
	font-family : Arial, Helvetica, Sans Serif;
	background: url(images/buttonbg.jpg) repeat-x;
	background-position: left bottom;
	font-style : normal;
	font-size : 11px;
	font-weight : bold;
	color : black;
	border : 1px solid #cccccc;
	margin:1px;
}
textarea{
	font-family : Arial, Helvetica, Sans Serif;
	background: url(images/buttonbg.jpg) repeat-x;
	background-position: left bottom;
	background-color: white;
	font-style : normal;
	font-size : 11px;
	font-weight : bold;
	color : black;
	border : 1px solid #cccccc;
	margin:1px;
}
select {
	background: url(images/buttonbg.jpg) repeat-x;
	background-position: left bottom;
	font-family : Arial, Helvetica, Sans Serif;
	font-style : normal;
	font-size : 11px;
	font-weight : bold;
	color : black;
	border : 1px solid #cccccc;
	margin:1px;
}
#container{
	margin: 0 auto;
	padding: 0;
	width: 990px;
	background-color: white;
}
#upbar{
	font-size: 11px;
	color: #efefef;
	width: 990px;
	margin: 15px auto 0 auto;
	text-align:center;
}
#header{
	margin: 40px auto 0 auto;
	width: 990px;
	height: 105px;
	background: url(images/logoc.jpg);
	background-repeat: no-repeat;
}
#leftside{
	width: 218px;
	float: left;
	background-color: white;
}
#rightside{
	width:767px;
	float: right;
	background-color: white;
	padding-right:5px;
}
#footer{
	clear:both;
	background: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 66px;
	width:990px;
}
.cattitle{
	margin-left: 4px;
	margin-top: 4px;
	margin-right: 4px;
	width: 170px;
	height: 22px;
	background: url(images/cattitle.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #efefef;
	font-size: 11px;
	font-weight: bold;
	padding-left: 35px;
	padding-top: 11px;
}
.menu{
	font-size: 11px;
	margin-left: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
	padding: 0;
	background: url(images/menubg.jpg);
	background-repeat: repeat-y;
}
.category{
	width: 175px;
	height: 20px;
	background: url(images/category.jpg);
	background-repeat: no-repeat;
	font-size: 11px;
	padding-left: 35px;
	padding-top: 3px;
}
.category a{
	color: black;
	text-decoration: none;
}
.category  a:hover{
	text-decoration: underline;
}
.subcategory{
	width: 175px;
	height: 20px;
	background: url(images/subcategory.jpg);
	background-repeat: no-repeat;
	font-size: 11px;
	padding-left: 55px;
	padding-top: 3px;
}
.subcategory a{
	color: black;
	text-decoration: none;
}
.subcategory  a:hover{
	text-decoration: underline;
}
.ctop{
	margin-top: 4px;
	width: 767px;
	height: 5px;
	background: url(images/ctop.jpg);
	background-repeat: no-repeat;
}
.cmiddle{
	font-size: 12px;
	width: 767px;
	background: url(images/cmiddle.jpg);
	background-repeat: repeat-y;
}
.cbottom{
	width: 767px;
	height: 5px;
	background: url(images/cbottom.jpg);
	background-repeat: no-repeat;
}
.vmike{
	background: url(images/webshop_ikon.gif) no-repeat left top;
	padding-left:40px;
	height:20px;
	font-weight: bold;
	margin: 2px;
	font-size: 12px;
}
.vmike2{
	background: url(images/webshop_ikon2.gif) no-repeat left top;
	padding-left: 25px;
	font-weight: bold;
	margin: 6px;
}
.vmike3{
	padding-left: 15px;
	margin: 3px;
	font-size: 11px;
}
.button{
	font-family : Arial, Helvetica, Sans Serif;
	background: url(images/buttonbg.jpg) repeat-x;
	background-position: left bottom;
	font-style : normal;
	font-size : 11px;
	font-weight : bold;
	color : black;
	border : 1px solid #cccccc;
	margin:1px;
}
.button:disabled{
	font-family : Arial, Helvetica, Sans Serif;
	background: url(images/buttonbg.jpg) repeat-x;
	background-position: left bottom;
	font-style : normal;
	font-size : 11px;
	font-weight : bold;
	color : gray;
	border : 1px solid #cccccc;
	margin:1px;
}
fieldset {
	border:1px solid #cccccc;
	-moz-border-radius: 5px;
}
