@charset "utf-8";
/* CSS Document */

.tabs {
	float: right;
	z-index: 0;
	position: absolute;
	right: 3px;
	top: 276px;
	padding: 0;
	display: block;
	width: 192px;
}

rollover-tabs, .show-tabs {
	width: 192px;
	z-index: 1;
}

.tabs ul {
	float: right;
	margin: 0 ;
	padding: 0;
	list-style: none;
	display: block;
}

.tabs ul li {
	float: right;
	clear: both;
	margin: 0;
	padding: 0 0 0 7px;
	display: block;
	background: url(../images-dealer/tab-shadow.gif)/*tpa=http://www.vimex.ro/style/images-dealer/tab-shadow.gif*/ top right no-repeat  ;
}

.tabs ul li a {
	display: block;
	float: right;
	width: 185px;
	height: 43px;
	margin: 0 0 3px -147px;
	padding: 0;
	position: relative;
}

.tab-container {
	overflow: hidden;
	position: relative;
	width: 38px;
	height: 46px;
	display: block;
	float: right;
}

.show-tabs .tab-container {
width: 185px;
}

.tab-container a {
float: right;
}

.tabs ul li a.tab1 {	background: url(../images-dealer/tab1.png)/*tpa=http://www.vimex.ro/style/images-dealer/tab1.png*/ top left no-repeat;	}
.tabs ul li a:hover.tab1 {	background: url(../images-dealer/tab1_hover.png)/*tpa=http://www.vimex.ro/style/images-dealer/tab1_hover.png*/ top right no-repeat;	}
.tabs ul li a.tab2 {	background: url(../images-dealer/tab2.png)/*tpa=http://www.vimex.ro/style/images-dealer/tab2.png*/ top left no-repeat;	}
.tabs ul li a:hover.tab2 {	background: url(../images-dealer/tab2_hover.png)/*tpa=http://www.vimex.ro/style/images-dealer/tab2_hover.png*/ top right no-repeat;	}
.tabs ul li a.tab3 {	background: url(../images-dealer/tab3.png)/*tpa=http://www.vimex.ro/style/images-dealer/tab3.png*/ top left no-repeat;	}
.tabs ul li a:hover.tab3 {	background: url(../images-dealer/tab3_hover.png)/*tpa=http://www.vimex.ro/style/images-dealer/tab3_hover.png*/ top right no-repeat;	}
.tabs ul li a.tab4 {	background: url(../images-dealer/tab4.png)/*tpa=http://www.vimex.ro/style/images-dealer/tab4.png*/ top left no-repeat;	}
.tabs ul li a:hover.tab4 {	background: url(../images-dealer/tab4_hover.png)/*tpa=http://www.vimex.ro/style/images-dealer/tab4_hover.png*/ top right no-repeat;	}
