@charset "utf-8";
body {
	background-color: #ffffff;
	background-image: url(_img/mainBg.png);
	background-repeat: repeat-x;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
}

a.mainMenuLink {
	background-image: url(_img/mainLinkInactive.png);
	background-repeat: no-repeat;
	color: #FFFFFF;
	float: left;
	font-size: 11px;
	height: 17px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	text-decoration: none;
	width: 82px;
	display: block;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

a.mainMenuLinkActive {
	background-image: url(_img/mainLinkActive.png);
	background-repeat: no-repeat;
	color: #464646;
	float: left;
	font-size: 11px;
	height: 17px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	text-decoration: none;
	width: 82px;
	display: block;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

a.mainMenuLink:hover {
	background-image: url(_img/mainLinkActive.png);
	color: #333333;
}

a.pageButton {
	border: 1px solid #CCCCCC;
	color: #0066CC;
	float: left;
	font-size: 12px;
	height: 10px;
	line-height: 10px;
	margin-left: 3px;
	padding-bottom: 3px;
	padding-left: 4px;
	padding-right: 3px;
	padding-top: 3px;
	text-decoration: none;
	width: 10px;
}

a.pageButton:hover {
	background-color: #CCCCCC;
	border: 1px solid #CCCCCC;
	color: #0066CC;
	float: left;
	font-size: 12px;
	height: 10px;
	line-height: 10px;
	margin-left: 3px;
	padding-bottom: 3px;
	padding-left: 4px;
	padding-right: 3px;
	padding-top: 3px;
	text-decoration: none;
	width: 10px;
}

a.pageButtonActive {
	border: 1px solid #0066CC;
	color: #FFFFFF;
	float: left;
	font-size: 12px;
	height: 10px;
	line-height: 10px;
	margin-left: 3px;
	padding-bottom: 3px;
	padding-left: 4px;
	padding-right: 3px;
	padding-top: 3px;
	text-decoration: none;
	width: 10px;
	background-color: #0066CC;
}

.oneColElsCtrHdr   .container {
	display: block;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	text-align: left;
	width: 970px;
	background-repeat: repeat-y;
}

.oneColElsCtrHdr .header {
	height: 150px;
	width: 970px;
}
.oneColElsCtrHdr   .headerTop {
	height: 110px;
	padding-top: 10px;
}

.oneColElsCtrHdr  .bannerHolderTop {
	background-image: url(_img/bannerTopBg.png);
	background-repeat: repeat-x;
	float: right;
	height: 90px;
	padding: 5px;
	width: 728px;
}

.oneColElsCtrHdr .headerBottom {
	background-image: url(_img/mainMenuBg.png);
	height: 30px;
	margin: 0px;
}

.oneColElsCtrHdr .roundLeft {
	background-image: url(_img/mainMenuBgLeft.png);
	float: left;
	height: 30px;
	width: 4px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.oneColElsCtrHdr .roundRight {
	background-image: url(_img/mainMenuBgRight.png);
	float: right;
	height: 30px;
	width: 4px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}

.oneColElsCtrHdr .logoHolder {
	float: left;
}

.oneColElsCtrHdr .header h1 {
	margin: 0;
	padding: 10px 0;
}
.oneColElsCtrHdr   .searchBox   p {
	color: #DFEFFF;
	float: left;
	font-size: 10px;
	padding-right: 5px;
	text-decoration: none;
	padding-left: 5px;
	height: 28px;
	line-height: 28px;
	margin: 0px;
	padding-top: 2px;
	display: block;
}
.oneColElsCtrHdr  .searchBoxInput {
	border: 1px solid #C4E5FB;
	color: #0066CC;
	font-size: 11px;
	height: 14px;
	width: 120px;
	line-height: 14px;
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.oneColElsCtrHdr .mainContent {
	padding-bottom: 0;
	padding-top: 0;
	float: left;
}
 
.oneColElsCtrHdr .left {
	float: left;
	margin: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 30px;
	width: 130px;
	padding-bottom: 0px;
}

.oneColElsCtrHdr .middleleft {
	float: left;
	margin: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 30px;
	width: 420px;
}

.oneColElsCtrHdr .middleright {
	margin: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 30px;
	width: 180px;
	float: left;
}

.oneColElsCtrHdr .right {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 30px;
	margin: 0px;
	padding-bottom: 10px;
	float: left;
}

.oneColElsCtrHdr .menuHeader {
	background-image: url(_img/menuHeadBg.png);
	background-repeat: repeat-x;
	color: #0066CC;
	font-size: 10px;
	height: 10px;
	text-transform: uppercase;
	width: 108px;
	padding: 10px;
	margin: 0px;
	line-height: 10px;
}

.oneColElsCtrHdr .mainContentHeader {
	background-image: url(_img/menuHeadBg.png);
	background-repeat: repeat-x;
	border-top-color: #d8d8d8;
	border-top-style: solid;
	border-top-width: 1px;
	color: #0066CC;
	float: left;
	font-size: 10px;
	height: 10px;
	margin: 0px;
	padding: 10px;
	text-transform: uppercase;
	width: 400px;
}

.oneColElsCtrHdr  .newsContentOptions {
	background-image: url(_img/mainContentPagesBg.png);
	background-repeat: repeat-x;
	border-top-color: #C4E5FB;
	border-top-style: solid;
	border-top-width: 1px;
	color: #0066CC;
	font-size: 10px;
	height: 20px;
	line-height: 20px;
	margin: 0px;
	overflow: hidden;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	width: 400px;
}

.oneColElsCtrHdr .mainContentPagesCaption {
	float: left;
	padding-right: 10px;
	color: #333333;
}

.oneColElsCtrHdr .leftMenu {
	border: 1px solid #d8d8d8;
	padding: 1px;
	width: 128px;
	background-color: #FFFFFF;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	float: left;
}

a.leftMenuLink {
	border-bottom-color: #d8d8d8;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	color: #333333;
	float: left;
	font-size: 11px;
	line-height: 16px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	text-decoration: none;
	width: 108px;
}

a.leftMenuLink:hover {
	background-color: #EDF8FE;
	border-bottom-color: #C4E5FB;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	color: #0066CC;
}
.oneColElsCtrHdr  .rightMenu1 {
	border: 1px solid #d8d8d8;
	color: #999999;
	font-size: 10px;
	width: 178px;
	padding: 1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	float: left;
	clear: both;
}
.oneColElsCtrHdr  .rightMenu1Header {
	background-image: url(_img/menuHeadBg.png);
	background-repeat: repeat-x;
	color: #0066CC;
	float: left;
	font-size: 10px;
	height: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	text-transform: uppercase;
	width: 158px;
}

.oneColElsCtrHdr .itemImage {
	float: left;
	height: 60px;
	width: 80px;
}

.oneColElsCtrHdr .itemText {
	float: left;
	height: auto;
	padding: 5px;
	width: 88px;
}

a.rightMenu1Link {
	color: #0066CC;
	font-size: 12px;
	text-decoration: none;
}

a.rightMenu1Link:hover {
	text-decoration: underline;
}

a.rightMenu1Item {
	border-bottom-color: #d8d8d8;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	float: left;
	padding-top: 5px;
	text-decoration: none;
	width: 173px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}

a.rightMenu1Item:hover {
	background-color: #EDF8FE;
	border-bottom-color: #C4E5FB;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.rightMenu1Title {
	color: #0066CC;
	font-size: 12px;
	line-height: 22px;
	text-decoration: none;
}

.rightMenu1Text {
	color: #333333;
	font-size: 10px;
	text-decoration: none;
}
.oneColElsCtrHdr  .rightMenu2 {
	color: #999999;
	font-size: 10px;
	padding-bottom: 1px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 1px;
	width: 180px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	clear: both;
	float: left;
}
.oneColElsCtrHdr  .rightMenu2Header {
	border-bottom-color: #d8d8d8;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	color: #333333;
	font-size: 10px;
	height: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	text-transform: uppercase;
	width: 160px;
	clear: both;
}

a.rightMenu2Link {
	background-color: #F0F0F0;
	border-bottom-color: #d8d8d8;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	color: #0066CC;
	float: left;
	font-size: 11px;
	line-height: 16px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	text-decoration: none;
	width: 158px;
}

a.rightMenu2Link:hover {
	background-color: #3C9DFF;
	border-bottom-color: #d8d8d8;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	color: #FFFFFF;
}
.oneColElsCtrHdr  .tagCloud {
	color: #0066CC;
	padding-bottom: 1px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 1px;
	width: 180px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	clear: both;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d8d8d8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.oneColElsCtrHdr .mainContentPages {
	background-image: url(_img/mainContentPagesBg.png);
	background-repeat: repeat-x;
	border-bottom-color: #d8d8d8;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	clear: both;
	color: #0066CC;
	float: left;
	font-size: 10px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	width: 400px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d8d8d8;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.oneColElsCtrHdr  .searchBox {
	height: 30px;
	margin: 0px;
	overflow: hidden;
	float: right;
	width: 200px;
}
.oneColElsCtrHdr  .searchBoxForm {
	margin: 0px;
	height: 16px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
	width: 160px;
	float: right;
}
.oneColElsCtrHdr  .searchButton {
	background-color: #FCB017;
	border: 1px solid #FFCC33;
	color: #333333;
	font-size: 10px;
	line-height: 14px;
	width: 30px;
	height: 18px;
	display: block;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
}
.oneColElsCtrHdr   .logoHolder img   {
	border: 0px;

}
.oneColElsCtrHdr .bannerHolderRight {
	margin: 0px;
	height: 500px;
	float: left;
}

.oneColElsCtrHdr .spacer {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 420px;
}

.oneColElsCtrHdr .footer {
	margin: 0px;
	background-color: #F4F4F4;
	clear: both;
	padding-right: 20px;
	padding-left: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d8d8d8;
	text-align: center;
}

.oneColElsCtrHdr .footer p {
	margin: 0;
	padding: 10px 0;
	font-size: 11px;
	color: #333333;
}
.oneColElsCtrHdr .mainContentFooter {
	clear: both;
	background-color: #EDF8FE;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C4E5FB;
	margin-bottom: 10px;
	height: 20px;
}
.oneColElsCtrHdr .mainContentFooter a {
	font-size: 11px;
	text-decoration: none;
	line-height: 20px;
	float: right;
	padding-right: 10px;
	padding-left: 10px;
	color: #333333;
}
.oneColElsCtrHdr .mainContentFooter a:hover {
	color: #0066CC;
}

/* stilovi za vijesti */

a.recLink:hover {
	background-color: #EDF8FE;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C4E5FB;
}
a.recLink {
	font-size: 12px;
	color: #0066CC;
	text-decoration: none;
	width: 410px;
	height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #d8d8d8;
	padding: 5px;
	clear: both;
	display: block;
}
.recDate {
	font-size: 9px;
	text-transform: uppercase;
	margin: 1px;
	color: #333333;
	clear: both;
	width: 410px;
}
.recTitle {
	font-size: 12px;
	color: #0066CC;
	text-decoration: none;
	margin: 0px;
	width: 410px;
}

.oneColElsCtrHdr  .primary {
	float: left;
	width: 420px;
	margin: 0px;
}


.newsBlockHorizontal {
	font-size: 11px;
	text-decoration: none;
	color: #0066CC;
	width: 420px;
	background-color: #ffffff;
	height: 140px;
	clear: both;
	overflow: hidden;
	margin: 0px;
}
.newsBlockHorizontal   h1 a {
	font-size: 14px;
	color: #0066CC;
	float: left;
	font-weight: normal;
	line-height: 16px;
	display: block;
	vertical-align: top;
	width: 100%;
	margin: 0px;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #84C1FF;
}
.newsBlockHorizontal   h1 a:hover {
	border-bottom-style: solid;
}
.newsBlockHorizontal  h3 {
	font-size: 9px;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d8d8d8;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0px;
	padding-left: 5px;
	padding-top: 5px;
	width: 420%;
	background-color: #EFEFEF;
}
.newsBlockHorizontal  p {
	font-size: 11px;
	color: #333333;
	font-weight: normal;
	margin: 0px;
	line-height: 13px;
	clear: none;
	display: block;
	padding-top: 5px;
	float: left;
	width: 280px;
	padding-left: 10px;
}
.newsBlockHorizontal  h2 {
	font-size: 11px;
	color: #CCCCCC;
	text-decoration: none;
	float: right;
}
.newsBlockHorizontal  h1 {
	font-size: 14px;
	line-height: 16px;
	margin: 0px;
	clear: both;
}
.newsImageH {
	margin: 0pt;
	float: left;
	padding-top: 10px;
}
.oneColElsCtrHdr   .newsBlockHorizontal   .newsImageH  a img {
	border: 0px;

}


/* stilovi za vijest */

a.nextImg {
	background-color: #d8d8d8;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
	border-left-color: #CCCCCC;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #CCCCCC;
	border-right-width: 1px;
	border-top-color: #CCCCCC;
	border-top-width: 1px;
	color: #666666;
	float: right;
	font-size: 14px;
	font-weight: normal;
	height: 115px;
	line-height: 110px;
	margin: 0px;
	padding-left: 1px;
	text-decoration: none;
	width: 9px;
}

a.nextImg:hover {
	background-color: #0066CC;
	color: #FFFFFF;
}

a.prevImg {
	background-color: #d8d8d8;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
	border-left-color: #CCCCCC;
	border-left-width: 1px;
	border-right-color: #CCCCCC;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #CCCCCC;
	border-top-width: 1px;
	color: #666666;
	float: left;
	font-size: 14px;
	font-weight: normal;
	height: 115px;
	line-height: 110px;
	margin: 0px;
	padding-left: 1px;
	text-decoration: none;
	width: 9px;
}

a.prevImg:hover {
	background-color: #0066CC;
	color: #FFFFFF;
}

.newsImage {
	float: left;
	margin-bottom: 4px;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.imageGallery {
	display: inline;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	width: 420px;
	clear: both;
	float: left;
}

.galleryCaption {
	color: #999999;
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	width: 420px;
	clear: both;
	float: none;
}

a.commentButton {
	background-image: url(_img/mainContentPagesBg.png);
	background-repeat: no-repeat;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #FFFFFF;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #CCCCCC;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: 1px;
	color: #333333;
	float: left;
	font-size: 10px;
	height: 18px;
	line-height: 18px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 5px;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
}

a.commentButton:hover {
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #CCCCCC;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #FFFFFF;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: 1px;
	color: #0066CC;
}

a.commentReply{
	border-bottom-color: #999999;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-left-color: #999999;
	border-left-width: 1px;
	border-right-color: #999999;
	border-right-width: 1px;
	border-top-color: #999999;
	border-top-width: 1px;
	color: #999999;
	float: right;
	font-size: 10px;
	font-weight: bold;
	line-height: 14px;
	margin-bottom: 3px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 2px;
	text-decoration: none;
	text-transform: uppercase;
}

a.commentReply:hover{
	border-bottom-color: #0066CC;
	border-bottom-style: solid;
	border-left-color: #0066CC;
	border-right-color: #0066CC;
	border-top-color: #0066CC;
	color: #0066CC;
}
.oneColElsCtrHdr .comment  {
	background-color: #FFFFFF;
	border-bottom-color: #d8d8d8;
	border-bottom-width: 1px;
	border-left-color: #d8d8d8;
	border-left-width: 1px;
	border-right-color: #d8d8d8;
	border-right-width: 1px;
	border-top-color: #d8d8d8;
	border-top-width: 1px;
	color: #333333;
	font-size: 11px;
	margin: 0px;
	width: 420px;
}
.oneColElsCtrHdr .commentHead {
	background-color: #EAF4FF;
	color: #0066CC;
	font-size: 11px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	height: 20px;
	margin: 0px;
	clear: both;
}
.oneColElsCtrHdr .commentUser {
	float: left;
	line-height: 20px;
	margin-bottom: 0px;
	margin-top: 0px;
	height: 20px;
	margin-right: 0px;
	margin-left: 0px;
}
.oneColElsCtrHdr .commentDate {
	float: right;
	line-height: 14px;
	margin-bottom: 3px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 3px;
	padding-right: 20px;
}
.oneColElsCtrHdr .commentTotal {
	color: #333333;
	float: right;
	font-size: 11px;
}
.oneColElsCtrHdr .commentTime {
	float: right;
	line-height: 14px;
	margin-bottom: 3px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 3px;
	padding-right: 5px;
}


.oneColElsCtrHdr .commentCaption {
	border-bottom-color: #999999;
	border-bottom-width: 1px;
	border-left-color: #999999;
	border-left-width: 1px;
	border-right-color: #999999;
	border-right-width: 1px;
	border-top-color: #999999;
	border-top-width: 1px;
	color: #0066CC;
	font-size: 11px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 20px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	text-transform: uppercase;
	width: 408px;
}
.oneColElsCtrHdr .comment p {
	font-size: 11px;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d8d8d8;
}


.oneColElsCtrHdr .commentsHolder {
	border-bottom-color: #999999;
	border-bottom-style: none;
	border-bottom-width: 1px;
	border-left-color: #999999;
	border-left-width: 1px;
	border-right-color: #999999;
	border-right-width: 1px;
	border-top-color: #999999;
	border-top-width: 1px;
	float: left;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	width: 420px;
}

.oneColElsCtrHdr .newsContent p {
	color: #333333;
	font-size: 12px;
	margin: 0px;
	padding-bottom: 15px;
	clear: none;
	float: none;
}

.oneColElsCtrHdr .newsContent h1 {
	border-bottom-color: #0066CC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	color: #0066CC;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	width: 420px;
}
.oneColElsCtrHdr .newsContent .imageGallery .newsImage a img {
	border: 1px solid #d8d8d8;

}
.oneColElsCtrHdr .newsContent .imageGallery .newsImage a:hover img    {
	border: 1px solid #0066CC;

}

.oneColElsCtrHdr .newsContent .imageGallery .newsImage a:visited img    {
	border: 1px solid #990000;

}


.oneColElsCtrHdr .newsContent {
	float: left;
	margin: 0px;
	width: 420px;
}

.oneColElsCtrHdr .newsContent h3 {
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	color: #333333;
	font-size: 9px;
	font-weight: normal;
	line-height: 14px;
	margin-bottom: 3px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	width: 420px;
	text-transform: uppercase;
}

.oneColElsCtrHdr .newsContent .comment p {
	float: left;
	font-size: 11px;
	width: 400px;
}


.oneColElsCtrHdr .newsContent p a {
	color: #0066CC;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #0066CC;
	text-decoration: none;
}
.oneColElsCtrHdr .newsContent p a:hover {
	border-bottom-style: solid;
}
.oneColElsCtrHdr .newsContent p a:visited {
	color: #990000;
	border-bottom-color: #990000;
}
.oneColElsCtrHdr .newsContent ul {
	font-size: 12px;
	color: #333333;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin: 0px;
}
.oneColElsCtrHdr  .postCommentForm {
	font-size: 10px;
	color: #333333;
	width: 400px;
	clear: both;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.oneColElsCtrHdr .postCommentCaption {
	font-size: 10px;
	color: #0066CC;
	text-transform: uppercase;
	padding-bottom: 20px;
}
.oneColElsCtrHdr .postCommentText {
	clear: both;
	margin: 0px;
	padding-right: 10px;
}
.oneColElsCtrHdr .userNameBox {
	width: 150px;
	float: left;
	clear: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.oneColElsCtrHdr .userMailBox {
	width: 200px;
	margin-bottom: 10px;
}
.oneColElsCtrHdr .userCommentBox {
	width: 390px;
	height: 50px;
	margin-bottom: 5px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.oneColElsCtrHdr .commentsHolder .comment .commentHead .commentUser img {
	margin-right: 5px;
}

.oneColElsCtrHdr .submitCommentButton {
	width: 70px;
	background-color: #D5EFFD;
	border-bottom-color: #55AAFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #FFFFFF;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #55AAFF;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: 1px;
	color: #0066CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	float: right;
	height: 19px;
}
.oneColElsCtrHdr .commentDisclaimer {
	font-size: 9px;
	text-align: left;
	clear: both;
	color: #333333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 1px dotted #333333;
	padding: 5px;
}

.oneColElsCtrHdr .commentButton img {
	height: 15px;
	width: 15px;
	float: left;
	border: 0px;
	margin-top: 1px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: inline;
}
.oneColElsCtrHdr .commentsHolder .addNewComment {
	clear: both;
	background-color: #E8E7E7;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	float: left;
	margin-bottom: 5px;
	padding-bottom: 10px;
	padding-top: 5px;
}

/* stilovi za recenzije */

.newsBlockVertical {
	font-size: 11px;
	text-decoration: none;
	color: #0066CC;
	width: 140px;
	background-color: #ffffff;
	height: 225px;
	margin-bottom: 4px;
	clear: none;
	float: left;
	overflow: hidden;
	margin-top: 0px;
}
.newsBlockVertical   a {
	font-size: 14px;
	color: #0066CC;
	font-weight: normal;
	line-height: 16px;
	display: block;
	vertical-align: top;
	margin: 0px;
	text-decoration: none;
	clear: both;
	padding-right: 7px;
	padding-left: 7px;
}
.newsBlockVertical   a:hover {
	text-decoration: underline;
} 
.newsBlockVertical   h3 {
	font-size: 9px;
	color: #333333;
	text-transform: uppercase;
	font-weight: normal;
	clear: both;
	padding-top: 5px;
	padding-right: 7px;
	padding-left: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-top: 0px;
	margin-right: 7px;
	margin-left: 7px;
	background-color: #EFEFEF;
	margin-bottom: 0px;
}
.newsBlockVertical   p {
	font-size: 11px;
	color: #333333;
	font-weight: normal;
	padding-left: 5px;
	padding-right: 5px;
	margin: 0px;
	line-height: 13px;
	clear: both;
	padding-top: 5px;
}
.newsBlockVertical   h1 {
	font-size: 14px;
	line-height: 16px;
	margin: 0px;
	clear: both;
	padding-top: 5px;
}
.newsImageV {
	margin: 0pt;
	display: inline;
}

a.recLink:hover {
	background-color: #EDF8FE;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C4E5FB;
}
a.recLink {
	font-size: 12px;
	color: #0066CC;
	text-decoration: none;
	width: 410px;
	height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #d8d8d8;
	padding: 5px;
	clear: both;
	display: block;
}
.recDate {
	font-size: 9px;
	text-transform: uppercase;
	margin: 1px;
	color: #999999;
	clear: both;
	width: 410px;
}
.recTitle {
	font-size: 12px;
	color: #0066CC;
	text-decoration: none;
	margin: 0px;
	width: 410px;
}
.oneColElsCtrHdr   .secondary {
	width: 420px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #d8d8d8;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	clear: both;
	float: left;
}


.oneColElsCtrHdr     .newsBlockVertical     a    img   {
	border: 0px;
	display: inline;

}

/* stilovi za recenziju */

.oneColElsCtrHdr .phoneBox {
	width: 150px;
	float: left;
	border: 1px solid #CCCCCC;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
	display: block;
}
.oneColElsCtrHdr .phoneBoxImage {
	padding: 5px;
}
.oneColElsCtrHdr .phoneBoxButton {
	height: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-image: url(_img/mainContentPagesBg.png);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	font-size: 10px;
	line-height: 16px;
	padding-right: 5px;
	padding-left: 7px;
	width: 138px;
	float: left;
	clear: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.oneColElsCtrHdr .phoneBox .phoneBoxButton a {
	text-decoration: none;
	color: #000000;
}
.oneColElsCtrHdr .phoneBox .phoneBoxButton a:hover {
	color: #0066CC;
}
.oneColElsCtrHdr .phoneBox .phoneBoxButton img {
	height: 14px;
	width: 14px;
	float: left;
	display: inline;
	margin-top: 0px;
	margin-right: 7px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.oneColElsCtrHdr .phoneBox .phoneBoxRating {
	height: 15px;
	font-size: 10px;
	line-height: 15px;
	padding-left: 10px;
	width: 140px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	clear: none;
	float: left;
}
.oneColElsCtrHdr .phoneBoxRating .starRating {
	float: left;
	height: 15px;
	width: 15px;
	margin: 0px;
}
.oneColElsCtrHdr .phoneBox .phoneBoxRating p {
	font-size: 10px;
	float: left;
	padding-right: 5px;
	line-height: 15px;
}
.oneColElsCtrHdr .commentHead .commentUser img {
	height: 14px;
	width: 14px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 5px;
	float: left;
	margin: 0px;
}

.oneColElsCtrHdr .usporediBox {
	clear: both;
	background-color: #EBF6FE;
}
.oneColElsCtrHdr .usporediBox ul {
	list-style: none;
	font-size: 10px;
	margin: 0px;
	float: left;
	display: block;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.oneColElsCtrHdr .usporediBox h1 {
	font-size: 11px;
	margin: 0px;
}

.oneColElsCtrHdr .usporediBox li {
	float: left;
	width: 100px;
	margin: 0px;
	display: block;
}

.oneColElsCtrHdr .usporediBox .optionBox {
	padding: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	clear: both;
}
.oneColElsCtrHdr .middleleftUsporedi {
	margin: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 30px;
	width: 600px;
	float: left;
}
.oneColElsCtrHdr .descriptionBox {

}

.oneColElsCtrHdr .specificationBox {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	float: none;
	clear: both;
	float:left;
	margin-right:10px	
}

.oneColElsCtrHdr .specificationBox table {
	margin: 0px;
	padding: 0px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.oneColElsCtrHdr .specificationBox table th {
	width: 85px;
	background-color: #C4E5FB;
	text-transform: uppercase;
	font-size: 11px;
	color: #0066CC;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding-top: 5px;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}

.oneColElsCtrHdr .specificationBox .spec {
	width: 100px;
	font-size: 10px;
	background-color: #EDF8FE;
	margin: 0px;
	color: #0066CC;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A8DAFB;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}

.oneColElsCtrHdr .specificationBox .th0 {
	font-size: 10px;
	background-color: #FFF;
	margin: 0px;
	padding-left: 5px;
	color: #0066CC;
	font-weight: bold;
	padding-right: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AFDCFA;
	background-color: #FFFFFF;
}

.oneColElsCtrHdr .specificationBox .spec0 {
	width: 100px;
	font-size: 10px;
	background-color: #FFF;
	margin: 0px;
	padding-left: 5px;
	color: #0066CC;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A8DAFB;
	padding-right: 0px;
}

.productBox {
	font-size: 11px;
	text-decoration: none;
	color: #0066CC;
	width: 420px;
	background-color: #ffffff;
	clear: both;
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #d8d8d8;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.oneColElsCtrHdr .productBox h1 {
	font-size: 14px;
	color: #0066CC;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	float: left;
	font-weight: normal;
}
.oneColElsCtrHdr .productBox p {
	font-size: 12px;
	color: #333333;
	margin: 0px;
	float: left;
	display: block;
	width: 340px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.oneColElsCtrHdr .productBox ul {
	float: right;
	display: block;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	height: 15px;
}
.oneColElsCtrHdr .productBox li {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 10px;
	font-size: 10px;
	list-style: none;
	display: block;
	line-height: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 0px;
}

.oneColElsCtrHdr .productBox li a:hover {
	border-bottom-style: solid;
	color: #0066CC;
	border-bottom-width: 1px;
	border-bottom-color: #0066CC;
}

.oneColElsCtrHdr .productBox li a {
	text-decoration: none;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
}

.oneColElsCtrHdr .productBox .newsImageH a img {
	border: 0px;
}

.oneColElsCtrHdr .productBox .newsImageH a:hover img {
	border-bottom-style: none;
	border: 0px;
}
.oneColElsCtrHdr .mainContent .compareResultsBox {
	padding-top: 30px;
	padding-bottom: 10px;
	float: left;
	overflow: auto;
}
.oneColElsCtrHdr .container .mainContent .specificationBox .info {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-size: 11px;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AFDCFA;
	background-color: #FBFEFF;
	width: 220px;
}

.oneColElsCtrHdr .container .mainContent .compareResultsBox .specificationBox .info {
	width: 135px;
}

.oneColElsCtrHdr .container .mainContent .specificationBox .info0 {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 11px;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AFDCFA;
	background-color: #FBFEFF;
	width: 125px;
}

.oneColElsCtrHdr .container .mainContent .compareResultsBox .specificationBox .cellWidthTh {
	width: 170px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.oneColElsCtrHdr .container .mainContent .compareResultsBox .specificationBox .cellWidthSpec {
	width: 100px;
	height: 150px;
	background: #FFF;
	margin: 0px;
	padding: 0px;
}
.oneColElsCtrHdr .container .mainContent .compareResultsBox .specificationBox .cellWidthInfo {
	width: 135px;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	text-align: center;
}

.oneColElsCtrHdr .container .mainContent .compareResultsBox .specificationBox .info .cellWidthInfo a img {
	border: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.oneColElsCtrHdr .container .mainContent .compareResultsBox .specificationBox .info .cellWidthInfo .modelName {
	margin: 0px;
	padding: 0px;

}
.oneColElsCtrHdr .container .mainContent .compareResultsBox .specificationBox .info .cellWidthInfo .modelName a {
	text-decoration: none;
	color: #FFFFFF;
	width: 130px;
	float: left;
	clear: both;
	background-color: #666666;
	font-size: 12px;
	line-height: 14px;
	height: 14px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.oneColElsCtrHdr .container .mainContent .compareResultsBox .specificationBox .info .cellWidthInfo .modelName a:hover {
	background-color: #0066CC;



}
.oneColElsCtrHdr  .container  .mainContent  .compareResultsBox  .specificationBox  .info  .cellWidthInfo  a.removePhoneBtn {
	background-image: url(_img/mainContentPagesBg.png);
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #EEEEEE;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #999999;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #EEEEEE;
	border-top-style: solid;
	border-top-width: 1px;
	color: #333333;
	float: left;
	font-size: 10px;
	height: 18px;
	line-height: 18px;
	margin-bottom: 4px;
	margin-left: 0px;
	margin-right: 5px;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
	width: 119px;
	font-weight: normal;
	margin-top: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-transform: none;
	text-align: left;
}

.oneColElsCtrHdr      .container      .mainContent      .compareResultsBox      .specificationBox      .th0      .cellWidthTh      a.addPhone   {
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #EEEEEE;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #999999;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #EEEEEE;
	border-top-style: solid;
	border-top-width: 1px;
	color: #333333;
	float: left;
	font-size: 10px;
	height: 18px;
	line-height: 18px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 5px;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
	width: 120px;
	font-weight: normal;
	margin-top: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-transform: none;
	background-image: url(_img/mainContentPagesBg.png);
}
.oneColElsCtrHdr .container .mainContent .compareResultsBox .specificationBox .th0 .cellWidthTh a.addPhone img {
	height: 15px;
	width: 15px;
	float: left;
	border: 0px;
	margin-top: 1px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: inline;
}

.oneColElsCtrHdr .container .mainContent .compareResultsBox .specificationBox .th0 .cellWidthTh a.addPhone:hover {
	border-bottom-color: #EEEEEE;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #999999;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #EEEEEE;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #999999;
	border-top-style: solid;
	border-top-width: 1px;
	color: #0066CC;
}

.oneColElsCtrHdr .container .mainContent .middleleft .primary .searchResultsBox h1 {
	font-size: 14px;
	font-weight: normal;
	color: #333333;
}

.oneColElsCtrHdr .container .mainContent .middleleft .primary .searchResultsBox .keyword {
	color: #0066CC;
	font-style: italic;
}
.oneColElsCtrHdr .container .mainContent .middleleft .primary .searchResultsBox {
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.oneColElsCtrHdr .container .mainContent .middleleft .primary .searchResultsBox p {
	font-size: 11px;
	color: #333333;
}
.oneColElsCtrHdr .container .mainContent .middleleft .primary .searchResultsBox ol {
	font-size: 12px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #d8d8d8;
	border-right-color: #d8d8d8;
	border-bottom-color: #d8d8d8;
	border-left-color: #d8d8d8;
}
.oneColElsCtrHdr .container .mainContent .middleleft .primary .searchResultsBox a {
	text-decoration: none;
	color: #0066CC;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #0066CC;
	font-size: 14px;
}
.oneColElsCtrHdr .container .mainContent .middleleft .primary .searchResultsBox p {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 11px;
}
.oneColElsCtrHdr .container .mainContent .middleleft .primary .searchResultsBox li {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.oneColElsCtrHdr .container .mainContent .middleleft .primary .searchResultsBox a:hover {
	border-bottom-style: solid;
}

.oneColElsCtrHdr .container .header .headerBottom .searchBox .searchBoxForm .searchBoxSection {
	float: left;
	height: 14px;
	width: 90px;
	margin-right: 5px;
	font-size: 11px;
	line-height: 14px;
	border: 1px solid #C4E5FB;
}
.oneColElsCtrHdr .container .mainContent .middleleft .newsContent .prednosti {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 420px;
	clear: both;
}
.oneColElsCtrHdr .container .mainContent .middleleft .newsContent .prednosti .predHead {
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 420px;
	background-image: url(_img/predHead.png);
}
.oneColElsCtrHdr .container .mainContent .middleleft .newsContent .prednosti .predFoot {
	background-image: url(_img/predFoot.png);
	height: 2px;
	width: 420px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	overflow: hidden;
}
.oneColElsCtrHdr .container .mainContent .middleleft .newsContent .prednosti .content {
	background-image: url(_img/predBg.png);
	margin: 0px;
	width: 350px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 60px;
	background-repeat: repeat-y;
	font-size: 12px;
}


.oneColElsCtrHdr .container .mainContent .middleleft .newsContent .nedostaci {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 420px;
	clear: both;
}
.oneColElsCtrHdr .container .mainContent .middleleft .newsContent .nedostaci .nedoHead {
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 420px;
	background-image: url(_img/nedoHead.png);
}
.oneColElsCtrHdr .container .mainContent .middleleft .newsContent .nedostaci .nedoFoot {
	background-image: url(_img/nedoFoot.png);
	padding: 0px;
	height: 2px;
	width: 420px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	overflow: hidden;
}
.oneColElsCtrHdr .container .mainContent .middleleft .newsContent .nedostaci .content {
	background-image: url(_img/nedoBg.png);
	margin: 0px;
	width: 350px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 60px;
	background-repeat: repeat-y;
	font-size: 12px;
}
.oneColElsCtrHdr .container .mainContent .left .leftMenu .menuFooter {
	height: 30px;
}
.oneColElsCtrHdr .container .mainContent .left .leftMenu .menuFooter {
	height: 20px;
	width: 118px;
	float: left;
	margin: 0px;
	padding: 5px;
	line-height: 20px;
	background-image: url(_img/mainContentPagesBg.png);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	overflow: hidden;
}

a.showAll {
	background-image: url(_img/mainContentPagesBg.png);
	background-repeat: no-repeat;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #FFFFFF;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #CCCCCC;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: 1px;
	color: #333333;
	float: left;
	font-size: 10px;
	height: 18px;
	line-height: 18px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 5px;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
	width: 105px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
}

a.showAll:hover {
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #CCCCCC;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #FFFFFF;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: 1px;
	color: #0066CC;
}

.oneColElsCtrHdr .showAll img {
	height: 15px;
	width: 15px;
	float: left;
	border: 0px;
	margin-top: 1px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: inline;
}

.oneColElsCtrHdr .container .mainContent .compareResultsBox .specificationBox .info .cellWidthInfo a.removePhoneBtn:hover {
	border-bottom-color: #EEEEEE;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #999999;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #EEEEEE;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #999999;
	border-top-style: solid;
	border-top-width: 1px;
	color: #0066CC;
}

.oneColElsCtrHdr .container .mainContent .compareResultsBox .specificationBox .info .cellWidthInfo a.removePhoneBtn img {
	height: 15px;
	width: 15px;
	float: left;
	border: 0px;
	margin-top: 1px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: inline;
}


.oneColElsCtrHdr .compareResultsBox .specificationBox {
	width:780px;
}

.oneColElsCtrHdr .container .mainContent .compareResultsBox .specificationBox .previous {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AFDCFA;
}

.oneColElsCtrHdr .container .mainContent .compareResultsBox .specificationBox .previous a.prevPhone {
	float: right;
	width: 20px;
	height: 120px;
	margin: 0px;
	font-size: 28px;
	text-decoration: none;
	text-align: center;
	line-height: 50px;
	background-image: url(_img/_icons/arrow_left.png);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
}

.oneColElsCtrHdr .container .mainContent .compareResultsBox .specificationBox .previous a.prevPhone:hover {
	background-image: url(_img/_icons/arrow_left_hover.png);
	background-repeat: no-repeat;
	

}

.oneColElsCtrHdr .container .mainContent .compareResultsBox .specificationBox .previous a.prevPhone img {
	border: 0;

}


.oneColElsCtrHdr .container .mainContent .compareResultsBox .specificationBox .previous a.prevPhoneInactive {
	float: right;
	width: 20px;
	height: 120px;
	margin: 0px;
	font-size: 28px;
	text-decoration: none;
	text-align: center;
	line-height: 50px;
	background-image: url(_img/_icons/arrow_left_inactive.png);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
}

.oneColElsCtrHdr .container .mainContent .compareResultsBox .specificationBox .next {
}

.oneColElsCtrHdr .container .mainContent .compareResultsBox .specificationBox .next a.nextPhone {
	float: right;
	width: 20px;
	height: 120px;
	margin: 0px;
	font-size: 28px;
	text-decoration: none;
	text-align: center;
	line-height: 50px;
	background-image: url(_img/_icons/arrow_right.png);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
}

.oneColElsCtrHdr .container .mainContent .compareResultsBox .specificationBox .next a.nextPhone:hover {
	background-image: url(_img/_icons/arrow_right_hover.png);
	background-repeat: no-repeat;
	

}

.oneColElsCtrHdr .container .mainContent .compareResultsBox .specificationBox .next a.nextPhone img {
	border: 0;

}


.oneColElsCtrHdr .container .mainContent .compareResultsBox .specificationBox .next a.nextPhoneInactive {
	float: right;
	width: 20px;
	height: 120px;
	margin: 0px;
	font-size: 28px;
	text-decoration: none;
	text-align: center;
	line-height: 50px;
	background-image: url(_img/_icons/arrow_right_inactive.png);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
}
.oneColElsCtrHdr  .container  .mainContent  .middleleft  .newsContent  .specificationBox  .izdvojenoMain {
	background-color: #339933;
	color: #FFFFFF;
}

.oneColElsCtrHdr .specificationBox .specIzdvojeno {
	width: 100px;
	font-size: 10px;
	background-color: #E2F5E2;
	margin: 0px;
	color: #339933;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ACE3AC;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}

.oneColElsCtrHdr .container .mainContent .specificationBox .infoIzdvojeno {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-size: 11px;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ACE3AC;
	background-color: #FBFEFF;
	width: 220px;
}

.oneColElsCtrHdr .container .mainContent .compareResultsBox .specificationBox .infoIzdvojeno {
	width: 135px;
	border-top-color: #ACE3AC;
	border-right-color: #ACE3AC;
	border-bottom-color: #ACE3AC;
	border-left-color: #ACE3AC;
}.oneColElsCtrHdr .container .mainContent .compareResultsBox .specificationBox .izdvojenoMain {
	color: #FFFFFF;
	background-color: #339933;
}

.priceTag {
	background-image: url(_img/cijena.png);
	height: 18px;
	width: 160px;
	background-repeat: no-repeat;
	padding-top: 7px;
	padding-right: 50px;
	padding-bottom: 5px;
	padding-left: 12px;
	font-size: 12px;
	text-align: right;
	color: #333333;
	float: right;
	font-weight: normal;
}

.oneColElsCtrHdr .container .mainContent .middleleft .newsContent .izdvojeno {
	padding: 0px;
	float: left;
	width: 250px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.oneColElsCtrHdr .container .mainContent .middleleft .newsContent .izdvojeno .predHead {
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 250px;
	background-image: url(_img/predHead2.png);
}
.oneColElsCtrHdr .container .mainContent .middleleft .newsContent .izdvojeno .predFoot {
	background-image: url(_img/predFoot2.png);
	height: 2px;
	width: 250px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	overflow: hidden;
	float: left;
	clear: both;
}
.oneColElsCtrHdr .container .mainContent .middleleft .newsContent .izdvojeno .content {
	background-image: url(_img/predBg2.png);
	margin: 0px;
	width: 210px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	background-repeat: repeat-y;
	font-size: 12px;
	float: left;
	clear: both;
}
.oneColElsCtrHdr .container .mainContent .middleleft .newsContent .izdvojeno .content ul {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	float: left;
	clear: both;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.oneColElsCtrHdr .container .mainContent .middleleft .newsContent .izdvojeno .content li {
	font-size: 12px;
	font-weight: normal;
	text-transform: lowercase;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
