* {
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
}
a {
	color: #4188b6;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
p {
	padding-bottom: 10px;
}
body {
	background: #fff;
	background-image:none;
	color: #000;
	font: 12px/21px Arial, Helvetica, sans-serif;
}
ul, ol {
	margin: 0px 0px 10px 10px;
	padding: 0px;
}
hr {
	border-bottom: 1px solid #BEBEBE;
	margin-bottom: 10px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
h1 {
	font-size: 22px;
	line-height: 20px;
	font-weight: normal;
	color: #000;
	padding: 5px 0px 10px;
}
h2 {
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	padding: 15px 0px;
	background: none;
	margin: 5px 0px 0px;
	color: #000;
}
h3 {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 10px;
}
h4 {
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 10px;
}
table {
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
table td {
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
.text10 {
	font-size: 10px;
	line-height: 16px;		
}
.text11 {
	font-size: 11px;
	line-height: 17px;		
}
.text12 {
	font-size: 12px;
	line-height: 18px;		
}
.text13 {
	font-size: 13px;
	line-height: 17px;		
}
.text14 {
	font-size: 14px;
	line-height: 18px;		
}
.text15 {
	font-size: 15px;
	line-height: 18px;		
}
.text16 {
	font-size: 16px;
	line-height: 19px;		
}
.text17 {
	font-size: 17px;
	line-height: 20px;		
}
.text18 {
	font-size: 18px;
	line-height: 20px;		
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.clear {
	clear: both;
}
.align-image-left {
	float: left;
	margin: 3px 5px 0px 0px;
}
.align-image-right {
	float: right;
	margin: 0px 0px 5px 5px;
}
.image-border {
	border: 1px solid #999;
}
.align-left {
	text-align:left;
}
.align-right {
	text-align:right;
}
.center {
	text-align:center;
}
.underline {
	text-decoration:underline;
}
.nounderline {
	text-decoration:none;
}	
.red {
	color:#de251c;
}
.black {
	color: #000;
}
.white {
	color: #fff;
}
.green {
	color: #057e4f;
}

/* --------------- FORM ELEMENTI ------------------ */
form p {
}
form label {
	float: left;
	width: 150px;
	padding-top: 2px;
}
form input[type=text], form input[type=password], form textarea {
	padding: 2px;
	width: 250px;
	border: 1px solid #CCC;
}
form input[type=submit] {
	font-weight: bold;
	padding: 5px;
	border: 1px solid #CCC;
	background: #CCC;
}
form textarea {
	height: 140px;
}
form select {
	padding: 2px;
}
.visualConfOkvir {
	border: 1px solid #CCC;
}
.errorlist {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.errorlist li {
	margin: 0px 0px 0px 250px;
	padding: 0px;
	font-size: 11px;
	font-weight: bold;
	color: #900;
}
fieldset {
	padding: 10px;
	border: 1px solid #CCC;
}
legend {
	font-weight: bold;
}
#wrapper {
	width: 100%;
	margin: auto;
	background: none;
}
#container {
	background: none;
	min-height: 100%px;
	padding-top: 0px;
}
#container:after, .product-bottom:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#center {
	float: none;
	width:100%;
	padding-left: 0px;
}
#center ol {
	margin-left: 20px;
}
#center ul li {
	background: url(images/drop.gif) no-repeat left 1px;
	list-style: none;
	padding-left: 18px;
}
#bg {
	background: none;
}
#logo {
	display: block;
	background: url(images/logo.jpg);
	height: 90px;
	width: 223px;
	position: absolute;
	margin: 21px 0px 0px 30px;
}

.date {
	padding:2px 2px 2px 25px;
	margin:5px 0;
	background: #FFF url(images/date.gif) no-repeat 6px 5px;
	font-size: 10px;
}
.title {
	font-weight: bold;
	padding: 0px;
	line-height: 17px;
}
.title a {
	text-decoration:none;
	color:#057e4f;
}

.product {
	background: url(images/product-top.gif) no-repeat left top;
	width: 518px;
	margin-bottom: 8px;
}
.product-bottom {
	background: url(images/product-bottom.gif) no-repeat right bottom;
	padding: 15px 15px 20px;
}
.product .image {
	float: left;
	width: 145px;
	background: url(images/product-image.gif) no-repeat;
	padding: 5px 0px 0px 5px;
	height: 100px;
}
.product .info {
	float: left;
	width: 235px;
	padding-left: 13px;
}
.product .info p {
	padding:0px 0 5px;
}
.product .buttons {
	float: right;
	width: 80px;
}
.buttons .add, .buttons .more {
	background: url(images/add.jpg);
	width: 75px;
	padding: 40px 0px 5px 2px;
	text-align: center;
	display: block;
	font-size: 11px;
	color: #000;
	text-decoration: none;
}
.buttons .more {
	background: url(images/more2.jpg);
	padding: 45px 0px 5px 2px;
	margin-top: 2px;
}
#center .product .title {
	padding:0;
}
.product .title a {
	color: #000;
}
.product .category {
	font-size: 10px;
}
.product .category a {
	color:#05784b;
}
.product .category a:hover {
	text-decoration:none;
}
#center .product .price {
	background: url(images/pricebox-trans.png) no-repeat left top;
	padding: 5px 0px 0px 12px;
	min-height: 40px;
}


/*------------DETALJI PROIZVODA---------------*/
.product-info {
	float: none;
	width: 100%;
	padding-bottom: 0px;
}
.product-info p {
	padding-bottom: 3px;
}
.product-info label {
	font-weight: bold;
}
.product-images {
	float: right;
	width: 200px;
}
.product-images img {
	background: #FFF;
	padding: 3px;
	border: 1px solid #DFE7F7;
}

#head, #left, #right, #footer, #paginator, .button, .button2, .more, .sort, #line {
	display:none;
}
