/* CSS style::original */

BODY {
	margin: 0px;
	font-family: verdana;
	font-size: 12px;
}

.clear {
	clear: both;
}

h1 {
	padding: 0px;
	margin: 0px;
	margin-bottom: 16px;
	font-size: 18px;
}

h2 {
	padding: 0px;
	margin: 0px;
	margin-bottom: 16px;
	font-size: 18px;
}

img {
	border: none;
}

a {
	color: #565656; 
}
a:hover {
	text-decoration: none;
	color: black; 
}

#top_ads, #topa {
	position: fixed;
	width: 100%;
	/*background-image: url(dsg/top_ads_bg.gif);*/
	background-color: #f7a601;
	padding-top: 9px;
	padding-bottom: 9px;
	text-align: center;
	top: 0px;
	left: 0px;
	z-index: 10000;
}

#headerLight {
	background-color: white;
	border-bottom: 2px solid #9e9b99;
/*	padding-bottom: 6px;	*/
}
#headerLightHolder {
	position: fixed;
	_position: absolute;
	width: 100%;
	z-index: 10000;
	top: 79px;
	display: none;
}

#pageholder {
	position: relative;
	z-index: 1000;
/*	background-image: url(dsg/top_bg.gif);
	background-repeat: repeat-x;
	background-position: left 163px;	*/
}

#headerHolder {
	background-image: url(dsg/top_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#main {
	width: 972px;
	margin: 0px auto;
	margin-bottom: 145px;
	position: relative;
	top: 80px;
	_top: 0px;
}

#yellowstripe {
	position: absolute;
	left: 0px;
	top: 163px;
	height: 156px;
	width: 100%;
	background-color: #f8d707;
}

#rsico {
	float: right;
	width: 370px;
	font-size: 11px;
}

#logo {
	float: left;
	width: 110px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#top {
/*	padding-left: 5px;	*/
}

.leftCol {
	float: left;
	width: 495px;
	position: relative;
	left: -5px;
}
.rightCol {
	float: left;
	width: 475px;
	position: relative;
	right: -5px;
}
.leftColTop {
	float: left;
	width: 490px;
	padding-left: 5px;
}
.rightColTop {
	float: left;
	width: 470px;
	padding-left: 5px;
}

#mainMenu {
	float: right;
/*	width: 509px;	*/
	font-size: 11px;
	padding-top: 0px;
	padding-right: 7px;
	
}

.searchTitle {
	padding-top: 26px;
	font-size: 15px;
	padding-left: 10px;
	padding-right: 8px;
}
.searchField {
	margin-top: 8px;
	width: 468px
	height: 26px;
	padding-left: 10px;
}
.searchFieldInner {
	float: left;
	border-top: 1px solid #9b7112;
	border-left: 1px solid #9b7112;
	border-bottom: 1px solid #fff8c2;
	padding: 1px;
	padding-right: 0px;
}
.searchButton {
	float: left;
	width: 107px;
	text-align: center;
	height: 32px;
	padding-top: 0px;
	padding-left: 10px;
	padding-bottom: 4px;
	color: #FEE799;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	background-image: url(dsg/search_btn.gif);
	background-color: #353435;
	border: 0px;
	font-family: Verdana;
	cursor: pointer;
}
.searchButton:hover {
	color: #ebbc00;
}
.searchTextbox {
	float: left;
	width: 329px;
	border-top: 1px solid #383637;
	border-left: 1px solid #383637;
	border-bottom: 0px solid white;
	padding: 6px;
	padding-left: 4px;
	padding-right: 0px;
	font-size: 17px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
.searchTextbox {
	float: left;
	width: 329px;
	border-top: 1px solid #383637;
	border-left: 1px solid #383637;
	border-bottom: 0px solid white;
	height: 31px;
	padding: 0px;
	padding-left: 4px;
	padding-right: 0px;
	font-size: 17px;
}
}

.topLink {
	float: right;
	padding-top: 6px;
	text-align: center;
	width: 74px;
	font-weight: bold;
}
.topLinkLine {
	float: right;
	padding-top: 6px;
	text-align: center;
	font-weight: bold;
}
.topLinkEnd {
	float: right;
	padding-top: 6px;
	text-align: right;
	font-weight: bold;
	width: 75px;
}
.topLinkEndIco {
	float: right;
	text-align: right;
	font-weight: bold;
	width: 40px;
	padding-right: 10px;
	padding-top: 2px;
}
	.topLinkEndIco a {
		display: block;
	}
.topLink a {
	color: black;
	text-decoration: none;
}
.topLink a:hover {
	text-decoration: underline;
}
.topLinkEnd a {
	color: black;
	text-decoration: none;
}
.topLinkEnd a:hover {
	text-decoration: underline;
}

.bigButton {
	display: block;
	background-image: url(dsg/big_btn_bg.gif);
	width: 234px;
	height: 26px;
	padding-top: 8px;
	font-size: 12px;
	font-weight: bold;
	color: #cfcdcc;
	text-decoration: none;
	text-align: center;
	background-color: #353435;
}
.bigButton:hover {
	background-image: url(dsg/big_btn_bg.gif);
	color: white;
}
.bigButtonSel {
	display: block;
	background-image: url(dsg/big_btn_bg.gif);
	width: 234px;
	height: 26px;
	padding-top: 8px;
	font-size: 12px;
	font-weight: bold;
	color: white;
	text-decoration: none;
	text-align: center;
	background-color: #353435;
}
.bigButtonSel:hover {
	color: white;
}

.bigBottomButton {
	display: block;
	background-image: url(dsg/bottom_btn.gif);
	background-repeat: no-repeat;
	width: 232px;
	height: 25px;
	padding-top: 8px;
	font-size: 12px;
	font-weight: bold;
	color: #cfcdcc;
	text-decoration: none;
	text-align: center;
	background-color: #353435;
	border-bottom: 1px solid white;
}
.bigBottomButton:hover {
	background-image: url(dsg/bottom_btn.gif);
	color: #fff9c2;
}
.bigBottomButton1 {
	display: block;
	background-image: url(dsg/bottom_btn1.gif);
	width: 236px;
	height: 26px;
	padding-top: 8px;
	font-size: 12px;
	font-weight: bold;
	color: #cfcdcc;
	text-decoration: none;
	text-align: center;
	background-color: #353435;
}
.bigBottomButton1:hover {
	background-image: url(dsg/bottom_btn1.gif);
	color: #fff9c2;
}
.bigBottomButton1Sel {
	display: block;
	background-image: url(dsg/bottom_btn1.gif);
	width: 236px;
	height: 26px;
	padding-top: 8px;
	font-size: 12px;
	font-weight: bold;
	color: white;
	text-decoration: none;
	text-align: center;
	background-color: #353435;
}
.bigBottomButton2 {
	display: block;
	background-image: url(dsg/bottom_btn2.gif);
	width: 235px;
	height: 26px;
	padding-top: 8px;
	font-size: 12px;
	font-weight: bold;
	color: #cfcdcc;
	text-decoration: none;
	text-align: center;
	background-color: #353435;
}
.bigBottomButton2:hover {
	background-image: url(dsg/bottom_btn2.gif);
	color: #fff9c2;
}
.bigBottomButton2Sel {
	display: block;
	background-image: url(dsg/bottom_btn2.gif);
	width: 235px;
	height: 26px;
	padding-top: 8px;
	font-size: 12px;
	font-weight: bold;
	color: white;
	text-decoration: none;
	text-align: center;
	background-color: #353435;
}

.smallButtonLight {
	background-image: url(dsg/form_btn_light.gif);
	width: 101px;
	height: 24px;
	padding-top: 10px;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
}
.smallButtonLight:hover {
	color: #555555;
}

.smallButtonDark {
	background-image: url(dsg/form_btn_dark.gif);
	width: 101px;
	height: 24px;
	padding-top: 10px;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	color: #cfcdcc;
}
.smallButtonDark:hover {
	color: white;
}

.yellowBtn {
	display: block;
	color: black;
	background-image: url(dsg/yellow_btn.gif);
	width: 108px;
	height: 24px;
	font-size: 9px;
	text-align: center;
	padding-top: 13px;
	float: right;
	margin-right: 7px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: tahoma;
	/*font-weight: bold;*/
}
.yellowBtn:hover {
	color: white;
}

.yellowBtnBig {
	display: block;
	background-image: url(dsg/yellow_btn_alt.gif);
	width: 222px;
	height: 25px;
	padding-top:12px;
	font-size: 12px;
	font-weight: bold;
	color: black;
	text-decoration: none;
	text-align: center;
	background-color: #353435;
	float: right;
	margin-right: 7px;
}

#slider { margin-top: 40px; overflow:hidden; position: relative; }
#slider .viewport { float: left; margin-left: 35px; width: 900px; height: 90px; overflow: hidden; position: relative; }
#slider .disable { visibility: hidden; }
#slider .overview { list-style: none; position: absolute; padding: 0; margin: 0; width: 80px; left: 0 top: 0; }
#slider .overview li{ float: left; text-align: center; margin: 0 20px 0 0; padding: 1px; height: 90px; width: 80px; font-family: tahoma;}
#slider .overview li img {
	width: 63px;
}
#slider .overview li a{
	text-decoration: none;
	color: black;
}
#slider .buttons {
    position: absolute;
    top: 10px;
}
#slider .next {
	right: 0px;
}
#slider .prev {
	left: 0px;
}

#content {
	padding-top: 48px;
	padding-bottom: 0px;
	position: relative;
}

.topSingle {
	background-image: url(dsg/title_bg_single.gif);
	background-repeat: no-repeat;
	height: 25px;
	padding-top: 9px;
	padding-left: 18px;
	font-weight: bold;
}

.contentBoxTitle {
	font-weight: bold;
	height: 25px;
	padding-top: 9px;
	padding-left: 18px;
	background-image: url(dsg/title_bg_double.gif);
	background-repeat: no-repeat;
}
.contentBoxTitleAlt {
	font-weight: bold;
	height: 25px;
	padding-top: 9px;
	padding-left: 18px;
	background-image: url(dsg/title_bg_double_alt.gif);
	background-repeat: no-repeat;
}
.contentBoxMiddle {
	width: 436px;
	padding: 15px;
	padding-left: 20px;
	padding-right: 20px;
	_padding-right: 0px;
	background-image: url(dsg/cbox_bg.gif);
}

.imagesBoxTitle {
	font-weight: bold;
	height: 25px;
	padding-top: 9px;
	padding-left: 18px;
/*	border-bottom: 1px solid #9b9b9b;*/
}
.imagesBoxMiddle {
	border: 1px solid #9b9b9b;
	text-align: center;
}

.contentImage {
	position: relative;
	top: 0px;
	left: 0px;
	display: none;
}

.bottom_curvature_holder {
	position: absolute;
}
.bottom_curvature {
	width: 122px;
	height: 58px;
	background-image: url(dsg/bottom_curvature.gif);
	position:relative;
	left: 313px;
	top: 16px;
	padding-left: 22px;
	padding-top: 24px;
}

#footer {
	background-image: url(dsg/bottom_bg.gif);
	background-repeat: repeat-x;
	height: 154px;
	margin-top: 20px;
	background-color: #6a6869;
}
#footer a:hover {
	color: white; 
}
.footerBoxOuter {
	float: left;
	width: 232px;
	margin-top: 8px;
	border-left: 1px solid #100f10;
	height: 103px;
}
.footerBoxInner {
	border-left: 1px solid #7f7f80;
	height: 103px;
}
.footerBoxText {
	padding-left: 18px;
	padding-top: 12px;
	color: white;
}
.footerTel {
	color: #aaaaaa;
}

#footer a {
	color: #aaaaaa;
}

/* INDEX CATEGORIES */
.categoryBox {
	padding-bottom: 16px;
	padding-top: 13px;
	color: #888584;
}
.mainCat {
	display: block;
	font-size: 13px;
	color: #383637;
	text-decoration: none;
	text-transform: uppercase;
	margin-bottom: 4px;
}
.mainCat:hover {
	text-decoration: underline;
}

.subCat {
	text-decoration: none;
}
.subCat:hover {
	text-decoration: underline;
}

.letter {
	display: block;
	float: left;
	width: 35px;
	height: 26px;
	padding-top: 8px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	background-image: url(dsg/letter_bg.gif);
	text-transform: uppercase;
	margin-right: 1px;
	color: #383637;
	text-decoration: none;
}
.letter:hover {
	background-image: url(dsg/letter_bg_up.gif);
}
.letterSel {
	display: block;
	float: left;
	width: 35px;
	height: 26px;
	padding-top: 8px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	background-image: url(dsg/letter_bg_up.gif);
	text-transform: uppercase;
	margin-right: 1px;
	color: #383637;
	text-decoration: none;
}
.letter1 {
	display: block;
	float: right;
	width: 35px;
	height: 26px;
	padding-top: 8px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	background-image: url(dsg/letter_bg.gif);
	text-transform: uppercase;
	margin-right: 1px;
	color: #383637;
	text-decoration: none;
}
.letter1:hover {
	background-image: url(dsg/letter_bg_up.gif);
}
.letter1_wide {
	display: block;
	float: right;
	width: 70px;
	height: 26px;
	padding-top: 8px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	background-image: url(dsg/letter_bg_wide.gif);
	text-transform: uppercase;
	margin-right: 1px;
	color: #383637;
	text-decoration: none;
}
.letter1_wide:hover {
	background-image: url(dsg/letter_bg_wide_up.gif);
}

.letter_1 {
	display: block;
	float: left;
	width: 35px;
	height: 26px;
	padding-top: 8px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	background-image: url(dsg/letter_bg1.gif);
	text-transform: uppercase;
	margin-right: 1px;
	color: #383637;
	text-decoration: none;
}
.letter_1:hover {
	background-image: url(dsg/letter_bg_up1.gif);
}

.letterSel_1 {
	display: block;
	float: left;
	width: 35px;
	height: 26px;
	padding-top: 8px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	background-image: url(dsg/letter_bg_up1.gif);
	text-transform: uppercase;
	margin-right: 1px;
	color: #383637;
	text-decoration: none;
}
.letter1_1 {
	display: block;
	float: right;
	width: 35px;
	height: 26px;
	padding-top: 8px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	background-image: url(dsg/letter_bg1.gif);
	text-transform: uppercase;
	margin-right: 1px;
	color: #383637;
	text-decoration: none;
}
.letter1_1:hover {
	background-image: url(dsg/letter_bg_up1.gif);
}

.letter1_1_wide {
	display: block;
	float: right;
	width: 70px;
	height: 26px;
	padding-top: 8px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	background-image: url(dsg/letter_bg_wide1.gif);
	text-transform: uppercase;
	margin-right: 1px;
	color: #383637;
	text-decoration: none;
}
.letter1_1_wide:hover {
	background-image: url(dsg/letter_bg_wide_up1.gif);
}

/* CATALOG */
catalogItemTop {
}

.catalogItemTitle {
	color: black;
	text-decoration: none;
}

.catalogItemTitle:hover h2 {
	color: #555555;
}

.red {
/*	color: red;	*/
/*	color: #ebbc00;	*/
	background-color: #ebbc00;
}

.catalogItemTitle:hover .red {
	color: #555555;
}

.catalogItem {
	background-image: url(dsg/catalog_item_bg.gif);
	padding: 15px;
	padding-bottom: 10px;
	padding-left: 24px;
	padding-right: 24px;
	background-repeat: repeat-y;
}

.itemDataCatalogLabel {
	float: left;
	width: 80px;
}
.itemDataLabel {
	float: left;
	width: 160px;
}
.itemDataValue {
	float: right;
	width: 460px;
}

.itemDataBg {
	background-image: url(dsg/item_data_bg_new.gif);
	background-repeat: repeat-x;
	width: 620px;
/*	height: 24px;	*/
	padding-bottom: 12px;
	padding-top: 12px;
/*	padding-left: 10px;	*/
}
.itemDataBg1 {
	width: 620px;
	height: 24px;
	padding-top: 9px;
	padding-left: 0px;
	border-bottom: 1px solid #eaeaea;
}
.itemData {
	background-image: url(dsg/item_data_bg_new.gif);
	background-repeat: repeat-x;
	width: 620px;
/*	height: 24px;	*/
	padding-bottom: 12px;
	padding-top: 12px;
/*	padding-left: 10px;	*/
}
.itemDataLine {
	background-image: url(dsg/item_data_bg_new.gif);
	background-repeat: repeat-x;
	width: 620px;
	height: 6px;
}

.itemData h2 {
	padding: 0px;
	margin: 0px;
	font-size: inherit;
	display: inline;
}

#pages {
	float: right;
	position: relative;
	top: -9px;
	left: -6px;
	width: 392px;
}
#pages1 {
	float: right;
	position: relative;
	top: -16px;
	left: -6px;
	width: 392px;
}
#pagesArrows {
	float: right;
	position: relative;
	top: -9px;
	left: -6px;
	width: 72px;
}
#pagesArrows1 {
	float: right;
	position: relative;
	top: -16px;
	left: -6px;
	width: 72px;
}

.top_middle_line
{
}

/* COMPANY */
.companyItem {
	padding: 15px;
	padding-bottom: 10px;
	padding-left: 24px;
	padding-right: 24px;
	background-image: url(dsg/catalog_item_bg.gif);
	background-repeat: repeat-y;
	width: 924px;
}

.companyItemRightSide {
	float: right;
	width: 286px;
}

.facebook_container {
	border: none;
	width: 500px;
	height: 30px;
}

/* USEFULL */
.line {
	background-image: url(dsg/item_data_bg_new.gif);
	padding: 2px;
}

.box_bottom_line {
	position: relative;
	top: -10px;
}

.activitiesBox a:hover {
	color: black;
}

/* SEARCH FORM */
.form_label {
	padding-top: 8px;
	padding-bottom: 8px;
}
form_input. {
	width: 432px;
}
.form_input input {
	background-image: url(dsg/adv_search_box.gif);
	border: 0px solid white;
	width: 412px;
	padding: 8px;
	padding-left: 10px;
	padding-right: 10px;
}

.form_input_small {
	width: 317px;
}
.form_input_small input {
	background-image: url(dsg/adv_search_box_small.gif);
	border: none;
	width: 307px;
	height: 32px;
	padding: 0px;
	padding-left: 10px;
	float: left;
}
.form_input_btn {
	float: right;
	position: relative;
	top: -1px;
}

.searchBtn {
	
}

#sendLink {
	height: 370px;
}

#vsebina a {
	text-decoration: underline;
	color: black;
}
#vsebina a:hover {
	text-decoration: none;
}

.contentBoxMiddle ul {
	padding-left: 16px;
}

.c_activities a {
	color: black;
}

.topSingleCompany {
	background-image: url(dsg/tabs_background.gif);
	background-repeat: repeat-x;
	height: 34px;
	font-weight: bold;
}
.topSingleBtn
{
     text-decoration: none;
     color: black;
     float: left;
     display: block;
     height: 34px;
     background-image: url(dsg/tabs_background.gif);
     background-repeat: repeat-x;
     background-position: 0px -34px;
}
.topSingleBtn div.middle
{
     float: left;
     height: 25px;
     padding-top: 9px;
}
.topSingleBtn div.left, .topSingleBtn div.right
{
     float: left;
     width: 9px;
     height: 34px;
     background-image: url(dsg/tabs_left_right.gif);
     background-repeat: no-repeat;
}
.topSingleBtn div.left
{
     background-position: 0px 0px;
}
.topSingleBtn div.right
{
     background-position: 0px -68px;
}
.topSingleBtn:hover
{
     background-position: 0px -68px;
}
.topSingleBtnActive
{
     background-position: 0px -68px;
}
.topSingleBtn:hover div.left
{
     background-position: 0px -34px;
}
.topSingleBtnActive div.left
{
     background-position: 0px -34px;
}
.topSingleBtn:hover div.right
{
     background-position: 0px -102px;
}
.topSingleBtnActive div.right
{
     background-position: 0px -102px;
}

#video_container
{
	padding-top: 20px;
	/*padding: 20px;
	border-radius: 12px;
	padding-left: 34px;
	padding-right: 34px;
	box-shadow: 0px 0px 8px #888888;*/
}
#images_container
{
	width: 620px;
	padding-top: 20px;
	/*padding: 20px;
	border-radius: 12px;
	padding-left: 28px;
	padding-right: 28px;
	box-shadow: 0px 0px 8px #888888;*/
}
	#images_container a
	{
		display: block;
		background-position: center center;
		float: left;
		width: 194px;
		height: 134px;
		border: 1px solid #686869;
		cursor: pointer;
		margin-right: 12px;
		margin-top: 12px;
		background-repeat: no-repeat;
	}
	#images_container a.fancybox:nth-child(3n-1) {
		margin-right: 0px;
	}
	#images_container a:hover
	{
		border-color: #ec9a00;
	}

/* ostalo */
#print_logo {
	display: none;
}

#appIndex {
	background-image: url(dsg/app_bg.png);
	background-size: contain;
	padding: 10px;
	margin: 5px;
	margin-top: 20px;
	margin-bottom: 30px;
}

#appIndex h3 {
	margin-top: 0px;
	margin-bottom: 30px;
}

#appIndex .appIos {
	width: 420px;
	padding: 5px;
	padding-right: 15px;
	float: left;
	background-image: url(dsg/app_line_bg.png);
	background-position: top right 5px;;
	background-repeat: repeat-y;
}