.trans_item {
	height: 234px;
	width: 235px;
	padding: 15px;
	position: relative;
}

.trans_item_bg {
	position: relative;
	top: 15px;

	height: 203px;
	width: 203px;
    background: url(/img/transort/transport.png) no-repeat left top;
}


.trans_item_bg_select {
	height: 234px;
	width: 235px;
	cursor: pointer;
	border: 0;
}

.trans_item_bg_select:hover {
	height: 234px;
	width: 235px;
    background: url(/img/transort/transport_selected.png) no-repeat left top;
}


/* иконки транспорта */ 

.trans_item_trallik {
	height: 188px;
	width: 203px;
    background: url(/img/transort/trallik.png) no-repeat center bottom;
    bottom: 15px;
}
.trans_item_train {
	height: 188px;
	width: 203px;
    background: url(/img/transort/train.png) no-repeat center bottom;
    bottom: 15px;
}
.trans_item_taxi {
	height: 188px;
	width: 203px;
    background: url(/img/transort/taxi.png) no-repeat center bottom;
    bottom: 15px;
}
.trans_item_electrovoz {
	height: 188px;
	width: 203px;
    background: url(/img/transort/electrovoz.png) no-repeat center bottom;
    bottom: 15px;
}
.trans_item_bus {
	height: 188px;
	width: 203px;
    background: url(/img/transort/bus.png) no-repeat center bottom;
    bottom: 15px;
}
.trans_item_boat {
	height: 188px;
	width: 203px;
    background: url(/img/transort/boat.png) no-repeat center bottom;
    bottom: 15px;
}
.trans_item_tramvay {
	height: 188px;
	width: 203px;
    background: url(/img/transort/tramvay.png) no-repeat center bottom;
    bottom: 15px;
}



#TB_window12 {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
}