@charset "utf-8";
/* CSS Document */

#shop-tabs {
	position: relative;
	height: 350px;
}

#shop-tabs td {
	padding: 3px;	
}

.shop-tab-sec {
	position: absolute;
	left: -9999px;
	width: 350px;
	height: 315px;
}

#shop-tab-1 {
	left: 0px;
}

.tab-buttons {
	height: 40px;
	width: 300px;
	position: absolute;
	top: 310px;
	left: 10px;
}


