@charset "utf-8";
/* CSS Document */

.one-sel{
	height: 30px;
	width: 225px;
	background-image: url(product_img/prodsel_03.png);
}
.two-sel{
	height: 30px;
	width: 225px;
	background-image: url(product_img/prodsel_04.png);
}
.three-sel{
	height: 30px;
	width: 225px;
	background-image: url(product_img/prodsel_05.png);
}
.four-sel{
	height: 30px;
	width: 225px;
	background-image: url(product_img/prodsel_06.png);
}

.one-sel:hover{
	height: 30px;
	width: 225px;
	background-image: url(product_img/prodsel_ro_03.png);
}
.two-sel:hover{
	height: 30px;
	width: 225px;
	background-image: url(product_img/prodsel_ro_04.png);
}
.three-sel:hover{
	height: 30px;
	width: 225px;
	background-image: url(product_img/prodsel_ro_05.png);
}
.four-sel:hover{
	height: 30px;
	width: 225px;
	background-image: url(product_img/prodsel_ro_06.png);
}

.external{
	font-family: "Segoe UI";
	font-size:14px;
	color:#FFF;
	text-decoration: none;
}

a.external:link{
	font-family: "Segoe UI";
	font-size:14px;
	color:#FFF;
	text-decoration: none;
}

a.external:hover{
	font-family: "Segoe UI";
	font-size:14px;
	color:#FFF;
	text-decoration: underline;
}

a.external:active{
	font-family: "Segoe UI";
	font-size:14px;
	color:#FFF;
	text-decoration: underline;
	font-weight: bold;
}



