body {
	background-color: #000;
	/*background-image: url(template/shop/bg.jpg);*/
	/*padding: 5px;*/
	margin: 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	text-align: justify;
	color: #fff;
	background-repeat: repeat-x;
	background-position: top;
}

a{
  outline: none;
}

ul {list-style:none; margin: 0; padding: 0;}

.ocisti {clear:both; line-height:0px;font-size:0;margin-top:0px; }

h1 {font-size: 24px; font-weight: bold; line-height: 24px; margin: 0;  margin: 0px 0 10px 0; }
h2 {font-size: 24px; font-weight: bold; line-height: 24px; margin: 0;  margin: 0px 0 10px 0; }

A:link {COLOR: #FF6600; text-decoration: none }
A:visited {COLOR: #FF6600; text-decoration: none}
A:hover {COLOR: #FF6600; text-decoration: underline}
A:active {COLOR: #FF6600; text-decoration: none}

/* Header */

#header { margin: 0 auto; width: 700px; margin-bottom: 5px; margin-top: 10px; }

/* Content */

#container { margin: 0 auto;  width: 680px; padding: 10px 0 20px 0; }
#left { float: left; margin-right: 10px;  width: 150px; }

#left A:link {COLOR: #fff; text-decoration: none }
#left A:visited {COLOR: #fff; text-decoration: none}
#left A:hover {COLOR: #FF6600; text-decoration: none}
#left A:active {COLOR: #fff; text-decoration: none}

.Cat { font-weight: bold;}
.SubCat {padding-left: 10px;}

#content {float: right;  width: 514px;}

/* Footer */

#footer { margin: 0 auto;  width: 700px; margin-top: 10px; text-align: left; margin-bottom: 10px;}

.footercontent {color: #fff;}
#footer ul {margin: 0 auto; padding-top: 10px;}
#footer li {display: inline; padding: 0 7px 0 0px; border-right: 1px #000000 solid;}
#footer li.last {display: inline; padding: 0 7px 0 0px; border-right: 0px #000000 solid;}

.footercontent a {color:#fff;}
.footercontent a:visited {color:#fff;}
.footercontent a:hover {color:#FF6600; text-decoration: underline;}


/* News */

.news {padding-bottom: 20px;}

.newsimage {float: left; margin: 5px 10px 10px 0px; border: #DDDDDD 1px solid; padding: 5px; background-color: #eee; }
