﻿body
{
	margin: 0;
	padding: 0;
	font-family: Arial;
	background-color: #000000;
	color: #FFFFFF;
	font-size: 11px;
}
img
{
	border: 0;
}
div
{
	font-size: 11px;
}
a
{
	color: #018EED;
}
input
{
	font-family: Arial;
}
input[type='text']
{
	border: 1px solid #7F9DB9;
	background-color: #FFFFFF;
	margin: 2px;
	padding: 2px;
}
input[type='text']:hover
{
	background-color: #F6F6F6;
}
input[type='password'] {
	border: 1px solid #7F9DB9;
	background-color: #FFFFFF;
	margin: 2px;
	padding: 2px;
}
input[type='password']:hover
{
	background-color: #F6F6F6;
}
input.error
{
	border: 1px solid #D06868;
}
/* zaradi kompatibilnosti s starejšo kodo */
input.input_napaka
{
	border: 1px solid #D06868;
}
.dClr
{
	clear: both;
}
.lbDefault
{}
.dSeo
{
	display: none;
}


.dPage
{
	/*width: 1200px;
	border: 1px solid #000;
	margin: auto;*/
	border-top: 1px solid #FFFFFF;
	background-color: #FFFFFF;
}
	.dHead
	{
		width: 950px;
		margin: auto;
		position: relative;
	}
		.statusMsg
		{
			border: 1px dotted #ff0000;	
			background-color: #fffeea;
			font-size: 10px;
			padding: 4px;
			color: #333333;
			position: absolute;
			top: 20px;
			width: 500px;
			left: 180px;
			text-align: center;
		}
		.dLogo
		{
			float: left;
			margin: 20px 0 0 0;
		}
		.dLogin
		{
			float: right;
			width: 255px;
		}
			.dLogin a.telefon
			{
				padding: 7px 5px 8px 25px;
				font-size: 11px;
				color: #000000;
				display: block;
				float: left;
				background-image: url("Images/PhoneIcon.png");
				background-repeat: no-repeat;
				background-position: left center;
			}
			.dLogin a.email
			{
				padding: 7px 0 8px 25px;
				font-size: 11px;
				color: #000000;
				display: block;
				color: #000000;
				float: left;
				background-image: url("Images/MailIcon.png");
				background-repeat: no-repeat;
				background-position: left center;
			}
			.dLoginForm
			{
				font-size: 11px;
				padding: 4px 15px 3px 15px;
			}
				.dLoginForm a
				{
					color: #FFFFFF;
				}
				.dLoginForm label
				{
					display: block;
					float: left;
					width: 50px;
					text-align: right;
					padding: 7px 2px 2px 2px;
				}
				.dLoginForm input
				{
					font-size: 11px;
					border: 1px solid #333333;
					width: 140px;
					float: right;
				}
				.dLoginForm input.error
				{
					border: 1px solid #D06868;
				}
				.dLoginForm .registracija
				{
					display: block;
					float: right;
					padding: 2px 4px 2px 4px;
					margin: 3px 7px 3px 3px;
				}
				.dLoginForm .prijava
				{
					display: block;
					float: right;
					background-color: #A2B95B;
					text-decoration: none;
					padding: 2px 6px 2px 6px;
					margin: 3px;
				}
			.dLoginInfo
			{
				padding: 4px 4px 4px 4px;
				width: 228px;
				height: 71px;
			}
				.dLoginInfo p
				{
					line-height: 15px;
				}
				.dLoginInfo a
				{
					color: #a8be5f;
				}
	.dToolbarBg
	{
		width: 950px;
		margin: 10px auto 10px auto;
		background-color: #000000;
	}
	.dToolbar
	{
		padding: 15px;
	}
		.dSearchForm
		{
			position: relative;
			width: 300px;
			height: 27px;
			float: left;
		}
		.dSearchForm .left
		{
			background-image: url("Images/SearchBoxLeft.png");
			background-repeat: no-repeat;
			width: 5px;
			top: 0;
			left: 0;
			height: 27px;
			position: absolute;
		}
		.dSearchForm input[type='text']
		{
			border: 0 none;
			color: #565656;
			padding: 6px 4px 5px 4px;
			position: absolute;
			top: -2px;
			left: 3px;
			width: 254px;
			background-image: url("Images/SearchBoxBg.png");
		}
		.dSearchForm input[type='text']:focus, .dSearchForm input[type='text']:hover
		{
			color: #363636;
		}
		.dSearchForm .isci
		{
			position: absolute;
			top: 0;
			right: 0;
			height: 27px;
			width: 33px;
		}
		.dMojRacun
		{
			float: right;
			margin-right: 15px;
		}
			.dMojRacun a.profil
			{
				color: #FFFFFF;
				padding: 0 5px 0 20px;
				background-image: url("Images/DotBlue.png");
				background-repeat: no-repeat;
				background-position: 5px center;
			}
			.dMojRacun a.narocila
			{
				color: #FFFFFF;
				padding: 0 5px 0 20px;
				background-image: url("Images/DotPink.png");
				background-repeat: no-repeat;
				background-position: 5px center;
			}
			.dMojRacun a.odjava
			{
				color: #FFFFFF;
				padding: 0 5px 0 20px;
				background-image: url("Images/DotRed.png");
				background-repeat: no-repeat;
				background-position: 5px center;
			}
		.dKosarica
		{
			float: right;
		}
			.dKosarica a
			{
				color: #FFFFFF;
				padding: 0 5px 0 20px;
				background-image: url("Images/DotGreen.png");
				background-repeat: no-repeat;
				background-position: 5px center;
			}
		.dPriljubljeni
		{
			float: right;
			margin-right: 15px;
		}
			.dPriljubljeni a
			{
				color: #FFFFFF;
				padding: 0 5px 0 20px;
				background-image: url("Images/DotYellow.png");
				background-repeat: no-repeat;
				background-position: 5px center;
			}
	.dContent
	{
		width: 950px;
		color: #000000;
		margin: auto;
		position: relative;
	}
		.dContentS
		{
			float: left;
			width: 710px;
			margin: 0 0 0 10px;
		}
			.hContentTitle
			{
				color: #FFFFFF;
				font-size: 18px;
				margin: 0;
				padding: 10px 10px 8px 10px;
				text-transform: uppercase;
			}
			.rItem
			{
				border: 1px solid #d9d8d8;
				float: left;
				margin: 4px;
				width: 226px;
				position: relative;
			}
				.rItem .indeks
				{
					position: absolute;
					top: 10px;
					left: 10px;
					color: #676767;
					font-size: 12px;
				}
				.rItem .slika
				{
					font-size: 1px;
					height: 160px;
					line-height: 159px;
					text-align: center;
				}
					.rItem .slika img
					{
						vertical-align: middle;
					}
				.rItem .naslov
				{
					height: 40px;
					font-size: 13px;
					font-weight: bold;
					color: #363636;
					vertical-align: bottom;
					position: relative;
					overflow: hidden;
					border-bottom: 1px dotted #969696;
				}
					.rItem .naslov h4
					{
						margin: 0;
						padding: 0;
						color: #363636;
					}
					.rItem .naslov a
					{
						text-decoration: none;
						position: absolute;
						left: 10px;
						right: 10px;
						bottom: 4px;
					}
				.rItem .podrobnosti
				{
					border-top: 1px solid #FFFFFF;
					background-color: #f2f2f2;
					border-bottom: 1px solid #FFFFFF;
					padding: 2px 10px 2px 10px;
				}
					.rItem .podrobnosti .scn
					{
						float: left;
						font-size: 10px;
					}
					.rItem .podrobnosti .oan
					{
						float: right;
						font-size: 10px;
					}
					.rItem .podrobnosti .sc
					{
						float: left;
						font-size: 19px;
						color: #32bcef;
					}
					.rItem .podrobnosti .oa
					{
						margin-top: 6px;
						width: 55px;
						height: 11px;
						float: right;
						background-image: url("Images/Star1.png");
						background-repeat: repeat-x;
						background-position: 0 -11px;
						position: relative;
					}
					.rItem .podrobnosti .oa a
					{
						background-image: url("Images/Star1.png");
						background-repeat: repeat-x;
						background-position: 0 0;
						position: absolute;
						top: 0;
						bottom: 0;
						left: 0;
					}
					.rItem .podrobnosti .rc
					{
						float: left;
						font-size: 11px;
						text-decoration: line-through;
					}
					.rItem .podrobnosti .so
					{
						float: right;
						font-size: 10px;
					}
				.rItem .zaloga
				{
					border-top: 1px dotted #969696;
					padding: 5px 10px 5px 10px;
				}
					.rItem .zaloga .zn
					{
						float: left;
						font-size: 10px;
					}
					.rItem .zaloga .zv
					{
						float: right;
						font-size: 10px;
						color: #ed1c24;
					}
					.rItem .zaloga .zt
					{
						color: #39b54a;
					}
			.pStdCnt
			{
				text-align: justify;
				line-height: 18px;
				padding-left: 10px;
				padding-right: 10px;
				font-size: 12px;
			}
				.pStdCnt .sB
				{
					font-weight: bold;
				}
		.dMenu
		{
			float: left;
			width: 230px;
			position: relative;
		}
			h3.menuTitle
			{
				color: #FFFFFF;
				font-size: 18px;
				margin: 0;
				padding: 10px 10px 8px 10px;
			}
			.ulLevel1
			{
				margin: 0 0 0 0;
				padding: 0;
				border-left: 1px solid #DAD9D9;
				border-right: 1px solid #DAD9D9;
			}
			.ulLevel1 li
			{
				list-style-type: none;
				border-bottom: 1px solid #DAD9D9;
			}
			.ulLevel1 a
			{
				color: #000000;
				font-size: 13px;
				text-decoration: none;
				display: block;
				padding-left: 35px;
				text-transform: uppercase;
				line-height: 35px;
				background-image: url("Images/ListArrorLevel1.png");
				background-repeat: no-repeat;
				background-position: 20px center;
			}
			.ulLevel1 a:hover
			{
				background-color: #F2F2F2;
				text-decoration: underline;
			}
			.l2 a
			{ 
				background-color: #EEEEEE;
				background-image: none;
				line-height: 24px;
				font-size: 12px;
				text-transform: none;
			}
			.l2 a:hover
			{ 
				background-color: #EEEEEE;
				text-decoration: underline;
			}
			.l2s
			{
				border-top: 1px solid #DAD9D9;
				padding: 2px;
				background-color: #EEEEEE;
				display: block;
			}
			.l2e
			{
				padding: 2px;
				background-color: #EEEEEE;
				display: block;
			}
			.l2c
			{
				color: #AAAAAA;
				font-size: 11px;
			}
			.l3 a
			{
				background-color: #E3E3E3;
				background-image: none;
				line-height: 20px;
				font-size: 12px;
				text-transform: none;
				padding-left: 50px;
				color: #444444;
			}
			.l3 a:hover
			{
				background-color: #E3E3E3;
				text-decoration: underline;
			}
			.l3 .sel
			{
				color: #666666;
				background-color: #E9E9E9;
			}
			.l3c
			{
				color: #AAAAAA;
				font-size: 11px;
			}
			.l3s
			{
				padding: 3px;
				background-color: #E3E3E3;
				display: block;
			}
			.l3e
			{
				padding: 3px;
				background-color: #E3E3E3;
				display: block;
			}
			.dZnamke
			{
				background-color: #F2F2F2;
				border-left: 1px solid #DAD9D9;
				border-right: 1px solid #DAD9D9;
				border-bottom: 1px solid #DAD9D9;
			}
				h3.menuZnamke
				{
					color: #0690c3;
					font-size: 18px;
					margin: 0;
					padding: 10px 10px 8px 10px;
				}
				.ddlZnamke
				{
					background-color: #333333;
					border: 1px solid #161616;
					margin: 10px 10px 0 10px;
					color: #FFFFFF;
					position: relative;
				}
					.ddlZnamke a
					{
						color: #FFFFFF;
						text-decoration: none;
					}
					.ddlZnamke .aDdl
					{
						position: absolute;
						top: 0;
						right: 0;
						width: 33px;
						height: 27px;
						background-image: url("Images/DdlArrow.png");
						background-repeat: no-repeat;
					}
					.ddlZnamke .aOdpriZnamke
					{
						display: block;
						padding: 6px 33px 6px 10px;
						font-size: 12px;
					}
				.dZnamke .list
				{
					border: 2px solid #161616;
					border-bottom: 1px solid #F2F2F2;
					background-color: #333333;
					position: absolute;
					height: 305px;
					/*top: 160px;*/
					bottom: 84px;
					left: 11px;
					right: 11px;
					padding: 5px 5px 5px 22px;
					margin: 0;
					display: none;
					opacitiy: 0.0;
				}
					.dZnamke .list li
					{
						padding: 4px 0 4px 1px;
						color: #FFFFFF;
						position: relative;
					}
					.dZnamke .list li a
					{
						color: #FFFFFF;
					}
					.dZnamke .list li a:hover
					{
						text-decoration: none;
					}
					.dZnamke .list .hp
					{
						position: absolute;
						right: 0;
						top: 2px;
						width: 12px;
						height: 12px;
						background-image: url("Images/ExtLinkIcon.png");
						background-repeat: no-repeat;
					}
					.dZnamke .list .vse
					{
						list-style-type: none;
						text-align: right;
						padding: 5px 0 0 0;
						font-size: 10px;
					}
	.dAbout
	{
		width: 950px;
		margin: 30px auto 0 auto;
	}
		.dAboutTitle
		{
			float: left;
			background-image: url("Images/KazaloLeft.png");
			background-repeat: no-repeat;
			margin-left: 20px;
			padding-left: 30px;
			height: 25px;
			background-color: #000000;
		}
			.dAboutTitle span
			{
				background-image: url("Images/KazaloRight.png");
				background-repeat: no-repeat;
				background-position: right;
				display: block;
				height: 20px;
				padding: 5px 30px 0 0;
				font-size: 13px;
			}
		.dAboutCopyright
		{
			float: left;
			color: #313131;
			line-height: 25px;
			padding-left: 10px;
		}
		.dAboutLinks
		{
			float: right;
			line-height: 25px;
			color: #313131;
		}
			.dAboutLinks a
			{
				color: #313131;
				padding-left: 20px;
				padding-right: 20px;
			}
	.dFooter
	{
		width: 950px;
		margin: 10px auto 10px auto;
	}
		.dFooter .dSection
		{
			float: left;
			width: 245px;
			margin: 10px 20px 10px 20px;
		}
		.dFooter .dSection h3
		{
			color: #32BCEE;
			font-size: 13px;
			padding: 3px 20px 7px 0;
			border-bottom: 1px dotted #CCCCCC;
		}
		.dFooter .dSection ul
		{
			padding: 0;
			margin: 0;
		}
		.dFooter .dSection li
		{
			padding: 0;
			margin: 0;
			list-style-type: none;
			line-height: 20px;
		}
		.dFooter .dSection a
		{
			color: #FFFFFF;
			text-decoration: none;
		}
		.dFooter .dSection a:hover
		{
			color: #FFFFFF;
			text-decoration: underline;
		}
		.dFooter .dSection .kc
		{
			font-size: 24px;
			color: #FFFFFF;
			padding: 10px 0 5px 0;
			display: block;
		}
/* Barve */
.bgb
{
	background-color: #000000;
}
.bgm
{
	background-color: #32bcef;
}
.bgz
{
	background-color: #8dc73f;
}
.bgo
{
	background-color: #f8941d;
}
.bgr
{
	background-color: #ff0000;
}
.bgt
{
	background-color: #193984;
}
.bgd
{
	background-color: #ebdb26;
}
.bgp
{
	background-color: #f81dc2;
}
.bgy
{
	background-color: #e0d91e;
}


.dSq3
{
	position: relative;
}
	.dSq3 .tl
	{
		position: absolute;
		top: 0;
		left: 0;
		height: 2px;
		width: 2px;
		border-top: 1px solid #FFFFFF;
		border-left: 1px solid #FFFFFF;
	}
	.dSq3 .tr
	{
		position: absolute;
		top: 0;
		right: 0;
		height: 2px;
		width: 2px;
		border-top: 1px solid #FFFFFF;
		border-right: 1px solid #FFFFFF;
	}
	.dSq3 .bl
	{
		position: absolute;
		bottom: 0;
		left: 0;
		height: 2px;
		width: 2px;
		border-bottom: 1px solid #FFFFFF;
		border-left: 1px solid #FFFFFF;
	}
	.dSq3 .br
	{
		position: absolute;
		bottom: 0;
		right: 0;
		height: 2px;
		width: 2px;
		border-bottom: 1px solid #FFFFFF;
		border-right: 1px solid #FFFFFF;
	}
/* Kvadrat 2 */
.dSq2
{
	position: relative;
}
	.dSq2 .tl
	{
		background-image: url("Images/Sq2TL.png");
		background-repeat: no-repeat;
		width: 7px;
		height: 7px;
		position: absolute;
		top: 0;
		left: 0;
	}
	.dSq2 .tr
	{
		background-image: url("Images/Sq2TR.png");
		background-repeat: no-repeat;
		width: 7px;
		height: 7px;
		position: absolute;
		top: 0;
		right: 0;
	}
	.dSq2 .bl
	{
		background-image: url("Images/Sq2BL.png");
		background-repeat: no-repeat;
		width: 7px;
		height: 7px;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.dSq2 .br
	{
		background-image: url("Images/Sq2BR.png");
		background-repeat: no-repeat;
		width: 7px;
		height: 7px;
		position: absolute;
		bottom: 0;
		right: 0;
	}
	.dSq2 .l
	{
		position: absolute;
		width: 7px;
		top: 7px;
		bottom: 7px;
		left: 0;
		background-color: #363636;
	}
	.dSq2 .r
	{
		position: absolute;
		width: 7px;
		top: 7px;
		bottom: 7px;
		right: 0;
		background-color: #363636;
	}
	.dSq2 .b
	{
		position: absolute;
		top: 0;
		bottom: 0;
		left: 7px;
		right: 7px;
		background-color: #363636;
		z-index: 9;
	}
	.dSq2 .c
	{
		position: relative;
		padding: 7px;
		z-index: 10;
		color: #FFFFFF;
	}
/* Kvadrat 1 */
.dSq1
{
	position: relative;
}
	.dSq1 .tl
	{
		background-image: url("Images/Sq1TL.png");
		background-repeat: no-repeat;
		width: 7px;
		height: 7px;
		position: absolute;
		top: 0;
		left: 0;
	}
	.dSq1 .tr
	{
		background-image: url("Images/Sq1TR.png");
		background-repeat: no-repeat;
		width: 7px;
		height: 7px;
		position: absolute;
		top: 0;
		right: 0;
	}
	.dSq1 .bl
	{
		background-image: url("Images/Sq1BL.png");
		background-repeat: no-repeat;
		width: 7px;
		height: 7px;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.dSq1 .br
	{
		background-image: url("Images/Sq1BR.png");
		background-repeat: no-repeat;
		width: 7px;
		height: 7px;
		position: absolute;
		bottom: 0;
		right: 0;
	}
	.dSq1 .l
	{
		position: absolute;
		width: 7px;
		top: 7px;
		bottom: 7px;
		left: 0;
		background-color: #6a6767;
	}
	.dSq1 .r
	{
		position: absolute;
		width: 7px;
		top: 7px;
		bottom: 7px;
		right: 0;
		background-color: #6a6767;
	}
	.dSq1 .b
	{
		position: absolute;
		top: 0;
		bottom: 0;
		left: 7px;
		right: 7px;
		background-color: #6a6767;
		z-index: 9;
	}
	.dSq1 .c
	{
		position: relative;
		padding: 7px;
		z-index: 10;
	}
