/*
---- CoppeTeam Studio - www.coppeteam.net - Design by Predrag Kopricanec ----
*/

@charset "utf-8"; 

/* General HTML Styles */
body {
   margin: 0;
   background-color: #ccc;
   font-family: Arial, Helvetica, sans-serif;
}
frameset, frame, form {
	border: 0;
	margin: 0;
	padding: 0;
}
div, span, p, tr, th, td, input, textarea {
   font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
h1  { 
   margin: 0;
   padding: 0;
	color: #f90;
	font-size: 18px;
	font-weight: bolder;
}
h2  { 
   margin: 0;
   padding: 0;
	color: #f90;
	font-size: 17px;
	font-weight: bolder;
}
h3  { 
   margin: 0;
   padding: 0;
	color: #f90;
	font-size: 16px;
	font-weight: bolder;
}
h4  { 
   margin: 0;
   padding: 0;
	color: #f90;
	font-size: 15px;
	font-weight: bolder;
}
h5  { 
   margin: 0;
   padding: 0;
	color: #f90;
	font-size: 14px;
	font-weight: bolder;
}
h6 {
	margin: 0;
   padding: 0;
	color: #f90;
	font-size: 13px;
	font-weight: bolder;
}
img  { 
   border: 0;
}
p {
	margin: 0;
	padding: 10px 0 5px 0;
}
input {
	border: #f90 1px solid;
	color: #000; 
	background-color: #fff;
}
input:hover {
	border: #FF6900 1px solid;
	color: #000; 
	background-color: #FFF3E1;
}
input:focus {
	border: 1px solid #333;
	background-color: #FFF3E1;
}
textarea {
	border: #f90 1px solid;
	color: #000; 
	background-color: #fff;
}
textarea:hover {
	border: #FF6900 1px solid;
	color: #000; 
	background-color: #FFF3E1;
}
textarea:focus {
	border: 1px solid #333;
	background-color: #FFF3E1;
}
select {
	border: #f90 1px solid;
	color: #000; 
	background-color: #fff;
}
select:hover {
	border: #FF6900 1px solid;
	color: #000; 
	background-color: #FFF3E1;
}
select:focus {
	border: 1px solid #333;
	background-color: #FFF3E1;
}
option {
	border: 0;
	color: #000; 
	background-color: #fff;
}
option:hover {
	border: 0;
	color: #000; 
	background-color: #FFF3E1 !important;
}
a { 
   text-decoration: none;
   color : #f90;
}
a:hover { 
   color : #333;
	text-decoration: underline;
}

/*---------------------------------------------------*/

#cse-search-box input {
	border: #f90 1px solid !important;
	color: #000; 
	background-color: #fff;
}
#cse-search-box input:hover {
	border: #FF6900 1px solid !important;
	color: #000; 
	background-color: #FFF3E1 !important;
}
#cse-search-box input:focus {
	border: 1px solid #333 !important;
	background-color: #FFF3E1 !important;
}

.button, .Button, .AddToCart, .SaveButton {
	background-color: transparent;
	background-image: url(img/button_a.jpg);
	background-position: 0 0;
	background-repeat: repeat-x;
	width: auto;
	height: 22px;
	color: #fff;
	font-weight: bolder;
	padding: 0 15px 2px;
	border: 1px solid #f90;
}
.button:hover, .Button:hover, .AddToCart:hover, SaveButton:hover {
	background-color: transparent;
	background-image: url(img/button_h.jpg);
	background-position: 0 0;
	background-repeat: repeat-x;
	width: auto;
	height: 22px;
	color: #666;
	border: 1px solid #666;
}

/* ---------------------------------------------------- */
div#Container {
    margin: auto auto;
    width: 970px;
    height: auto;
    vertical-align: top;
}
div#Header {
    width: 969px;
    height: 126px;
    margin: 18px 0 0;
	 background-image: url(img/header_central.jpg);
	 background-position: 0 0;
	 background-repeat: repeat-y;
	 vertical-align: top;
}
#HeaderHead {
	width: 969px;
   height: 126px;
	background-image: url(img/header_top.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
}
#HeaderBottom {
	width: 969px;
	height: 36px;
	background-image: url(img/header_bottom.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}
div#HeaderBorder {
	margin: 0;
	padding: 0;
	width: 969px;
	height: 32px;
}
div#MainContent {
	width: 969px;
   height: auto;
   margin: 0;
	background-image: url(img/content_central.jpg);
	background-position: 0 0;
	background-repeat: repeat-y;
	vertical-align: top;
}
#ContentHead {
	width: 969px;
	height: 300px;
	background-image: url(img/content_top.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding-top: 15px;
}
#LeftFrame {
	width: 215px;
}
#FirstLbox {
	height: 192px;
	padding: 18px 0 18px 18px;
}
#SecLbox {
	height: 18px;
	width: 212px;
	background-image: url(img/spec_border.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
}
#ThreeLbox {
	padding: 18px 0 18px 18px;
}
#LogoBox {
	position: relative;
	top: 17px;
	left: 15px;
	text-align: center;
	width: auto;
	height: auto;
}
.HeadZone {
	float: right;
	top: -100px;
	left: 220px;
	height: 90px;
}
div#Footer {
	width: 969px;
   height: 108px;
   margin: 0;
	background-image: url(img/content_central.jpg);
	background-position: 0 0;
	background-repeat: repeat-y;
	vertical-align: top;
}
#BottomMenu {
	width: 969px;
   height: 36px;
   margin: 0;
}
#FooterBottom {
	width: 969px;
   height: 38px;
   margin: 0;
	background-image: url(img/content_bottom.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	vertical-align: top;
}
#FooterPowDesc {
	background-color: #ccc;
	background-image: none;
	width: 969px;
   height: 36px;
}
#TopMenu {
	width: 969px;
   height: 36px;
}
#TopMenuLeft {
	width: 250px;
}
#RightFrame {
	width: 745px;
}
#Intro {
	padding: 18px;
}

.SmallHeader{
	background-image: url(img/small_header.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	vertical-align: middle;
	padding: 5px 0 0 10px;
	height: 28px;
	font-weight: bolder;
	font-size: 13px;
}
.BigHeader{
	background-image: url(img/box_header_big.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	vertical-align: middle;
	padding: 5px 0 0 10px;
	height: 28px;
	font-weight: bolder;
	font-size: 13px;
}
.BigerHeader{
	background-image: url(img/box_header_biger.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	vertical-align: middle;
	padding: 5px 0 0 10px;
	height: 28px;
	font-weight: bolder;
	font-size: 13px;
}

.TableArhiva {
	width: 690px;
}
.TableArhiva td {
	font-size: 90%;
	border-bottom: 1px solid #999;
	padding: 5px 0 !important;
}
.TableArhiva td img {
	border: 0;
	margin: 5px 26px 2px;
}
.TableArhiva td a {
	margin: 0 0 0 20px;
	color: #7A7A7A;
}

.mForm_In1 {
   width: 500px !important;
}
.mForm_In1 imput {
   width: 220px !important;
}
.mForm_In1 th {
   width: 100px !important;
   font-weight: normal !important;
}
#divKat {
   width: 360px !important;
}
