body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Tahoma;
	font-size: 11px;
	background-color: #004387;
	color: #FFFFFF;
}
div#LeftNavigationMenu {
	font-weight: bold;
	margin-bottom: 10px;
	width: 190px;
}
a:link {
	text-decoration: none;
	color: #666666;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #666666;
}
div#LeftMenuCategory {
	background-color:#F4F5EE;
}

ul {margin:0; padding:0; list-style:none}
.ss {
	margin: 0px;padding: 0px;
}


li  {
	text-decoration:none;
	background-image: url(/Pictures/main/2-a.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#VrocaPonudba_Slika {
	border: 1px solid #666666;
	height:60px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	clear: left;
}
#VrocaPonudba_Naziv {
	font-weight: bold;
	color: #333333;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #009933;
}
#VrocaPonudba_Cena {
	color: #FF9900;
	font-weight: bold;
	width: 70px;
	float: left;
	margin-left: 10px;
}
#VrocaPonudba_CenaA {
	color: #666666;
	width: 70px;
	float: left;
	text-decoration: line-through;
	text-align: right;
	margin-right: 10px;
	margin-bottom: 10px;
}
table.ProductsThumbnails td { 
	border: 1px dotted #999999; 
} 

table.ProductsThumbnails {
	border-collapse:collapse
} 
table.ProductsIcons {
	border-collapse:collapse
} 
table.ProductsIcons td{
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #999999;
	border-bottom-color: #999999;
} 
table.ProductsDetails {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #999999;
	border-bottom-color: #999999;
} 
table.Buy{
	border-collapse:collapse;
} 
table.Buy td{
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #0099CC;
	border-bottom-color: #0099CC;
} 

x#Basket {
	position:static;
	height:23px;
	z-index:1;
	margin-bottom: 10px;
	width: 120px;
	margin-left: 790px;
}

.ProductPrice {
	font-weight: bold;
	color: #FF6600;
	margin-top: 10px;
}
.vVozek {
	margin-top: 5px;
	margin-bottom: 15px;
	height: 50px;
}
table.Navigacija {
	margin-top: 10px;
}
.Podrobneje {
	margin-top: 5px;
}


.ProductName {
	font-weight: bold;
	color: #666666;
	margin-top: 10px;
}
.ProductPicture {
	height: 140px;
	margin-top: 10px;
}

img {
border:0
}
input {
	font-family: Tahoma;
	font-size: 11px;
	color: #006699;
	border-color:#D4D0C8; 
	border-top-width:1px; 
	background-color:#FFFF99; 
	padding-left:5px
}

.form {
	font-family: Tahoma;
	font-size: 10px;
	margin-top: 6px;
}
.form input {width:142px; border-color:#D4D0C8; border-top-width:1px; background-color:#ffffff; padding-left:5px}
textarea {height:64px; border-color:#D4D0C8; border-top-width:1px; background-color:#ffffff; padding-left:5px; overflow:scroll;}

.no_class, form, .no_class td
	{
		width:auto;
		height:auto;
		margin:0px;
		padding:0px;
		border:0px;
	}
	
	.main_text, input, textarea, select
	{
		font-family:Tahoma;
		font-size:11px;
		color:#615050;
	}
select {
	width:120px;
	border-color:#D4D0C8;
	border-top-width:1px;
	background-color:#ffffff;
	overflow:hidden;
	font-size: 11px;
}
#FreePTT {
	height: 40px;
	width: 40px;
	left: 60px;
	position: relative;
	top: -40px;
}
#ExtraChoice {
	position: static;
	left: 60px;
	width: 80px;
	background-color: #FFFFFF;
	border: thin dashed #339900;
	top: -15px;
	float: left;
}

 Date picker CSS

.calendar-box {
	display:none;
	background-color:#fff;
	border:1px solid #444;
	position:absolute;
	width:250px;
	padding: 0 5px;
}
.calendar-box select.calendar-month {
	width:90px;
}
.calendar-box select.calendar-year {
	width:70px;
}
.calendar-box .calendar-cancel {
	width:100%;
}
.calendar-box table td {
	width:14%;
}
.calendar-box .calendar-title {
	text-align:center;
}
.calendar-box a {
	text-decoration:none;
}
.calendar-box .today a {
	padding:0 5px;
	margin-left:-5px;
	background-color:#ffe9c6;
} 
.calendar-box .selected a {
	padding:0 5px;
	margin-left:-5px;
	background-color:#c9ff8b;
}
 End Date Picker
