.input, .textarea, .select {
	background: #FFF;
	border: 1px solid #d1d1d1;
	padding: 5px;
	margin-bottom: 15px;
	width: 250px;
	-webkit-box-shadow: inset 1px 1px 3px 0px #cccccc;
    box-shadow: inset 1px 1px 3px 0px #cccccc;
}
.detalji_header {
	border-bottom: 1px solid #D1D1D1;
	padding-bottom: 15px;
}
.detalji_content label {
	clear: left;
	float: left;
    font-weight: normal;
    padding-top: 4px;
    width: 180px;
}
.detalji_content input {
	float: left;
	width: 180px;
}
.detalji_content select {
	float: left;
	width: 250px;
}
.detalji_ostalo_column {
	float: left;
	width: 169px;
}
.dateContainer img {
	cursor: pointer;
    left: 3px;
    position: relative;
    top: 2px;
}
.aStyledLink a:hover, .aStyledLink a:visited {
	font-weight: bold;
	text-decoration: underline;
}
.aStyledLink a:active {
	font-weight: normal;
	text-decoration: none;
}
table#addedRealEstateList tr a:hover {
	text-decoration: underline;
	cursor: pointer;
}
table#addedRealEstateList tr img {
	cursor: pointer;
}
.sidePosition {
	padding-left: 5px; 
	position: relative; 
	top: 3px;
}
table#addedAkcijeList tr a:hover {
	text-decoration: underline;
	cursor: pointer;
}
table#addedAkcijeList tr img {
	cursor: pointer;
}
table#addedProdavaoniceList tr a:hover {
	text-decoration: underline;
	cursor: pointer;
}
table#addedProdavaoniceList tr img {
	cursor: pointer;
}
/******************************************************************************************
***************************************  THUMBNAILS **************************************
*******************************************************************************************/
.thumbContainer {
	float: left;
	margin: 0 5px;
}
.thumb {
    height: 90px;
    border: 1px solid #000;
    margin: 10px 5px 0 0;
}
.left {
	background: url(../img/imageUpload/arrowLeft.png) no-repeat 0 0 transparent;
	width: 20px;
	display: inline-block;
	position: relative;
	top: -40px;
	cursor: pointer;
}
.right {
	background: url(../img/imageUpload/arrowRight.png) no-repeat 0 0 transparent;
	width: 20px;
	display: inline-block;
	position: relative;
	top: -40px;
	cursor: pointer;
}
.remove {
	background: url("../img/imageUpload/cancel.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    display: inline-block;
    position: relative;
    right: 33px;
    top: -86px;
    width: 16px;
}
/******************************************************************************************
***************************************  UNOS AKCIJA  *************************************
*******************************************************************************************/
.artikliOpcije {
	float: left;
}
.artikliOpcije img {
	position: relative;
	top: -5px;
	cursor: pointer;
	padding-right: 5px;
}
.actionProductDetails {
	padding: 15px 0;
}
.actionProductDetails label {
	float: left;
	width: 200px;
	font-weight: bold;
}
.artiklDetaljiSlika {
	float: left;
    margin-right: 20px;
    width: 208px;
}
.artiklDetaljiTekst {
	float: left;
    font-size: 12px;
    width: 330px;
}
.artiklDetaljiInfo {
	position: relative;
	left: -10px;
	top: -10px;
}