
.tabs_activate {
	background-image : url(/images/icons/tab_active.jpg);
	background-repeat: repeat-x;
	cursor: pointer;
}
.tabs_inactivate {
	background-image: url(/images/icons/tab_inactive.jpg);
	background-repeat: repeat-x;
	cursor: pointer;
	background-position: left bottom;
}
.tabs_box {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
	width:100%;
}

.tabs_products {
	width:100%;
	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: #91A5BE;
	border-bottom-color: #91A5BE;
	border-left-color: #91A5BE;
}


.tab_horisontal {
	background-image: url(/images/pixel_silver.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.tab_vertical {
	background-image: url(/images/pixel_silver.gif);
}
