/* CSS Document */
.shadetabs{
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 3px 7px;
	margin-right: 3px;
	color: #000000;
	background-image: url(../images/content/proizvodi/tab/shade.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #778;
	border-right-color: #778;
	border-left-color: #778;
}

.shadetabs li a:visited{
color: #343434;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #0033cc;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
	background-image: url(../images/content/proizvodi/tab/shadeactive.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
	display:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #343434;
	text-decoration: none;
	white-space: nowrap;
}

@media print {
.tabcontent {
	display:block !important;
	background-color: #CCCCCC;
}
}
.content_tab{
	background-color: #FFFFFF;
	padding: 10px;
	width: 502px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: gray;
	border-bottom-color: gray;
	border-left-color: gray;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: gray;
	float: left;
}
