
/* products */

#products {
	margin:0 0 30px 0;
}
#products H2 {
	margin-top:20px;
	padding:5px;
}
#products H2 A {
	color:#006;
	text-decoration:underline;
}
#products H2 A:hover {
	color:#006;
	text-decoration:underline;
}
#products .item {
	margin:0 0 10px 0;
	border-bottom:2px solid #AEAEAE;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#products H3 A {
	color:#225B26;
	text-decoration:none;
	font-size:14px;
}
#products H3 A:hover {
	color:#225B26;
	font-size:14px;
	text-decoration:underline;
}
#products IMG {
	float:left;
	width:78px;
	height:110px;
	border:1px solid #CCCCCC;
	padding:5px;
	margin-right:20px;
}
#products .item H6 {
	color:#000;
	margin-top:3px;
}
#products .item P {
	margin:5px 0;
}

	/* gotop */
	
.button_gotop {
	text-align:right;
	margin:20px 5px;
}
.button_gotop A {

}


/* product */

#product {
	margin:0 20px 30px 20px;
}
#product P {
	text-align:justify;
}
#product H1 {
	color:#030;
}
#product .img {
	float:right;
	margin-top:20px;
}
#product .arriba {
	width:110px;
	height:44px;
	border: none !important;
	background-color: white !important;
	margin-left:20px;
}
#product .abajo {
	width:110px;
	height:44px;
	border: none !important;
	background-color: white !important;
	margin-left: 0px !important;
}
#product IMG {
	width:78px;
	height:110px;
	border:1px solid #CCCCCC;
	padding:5px;
	margin-left:20px;
}
#product UL {
	width:300px;
	list-style: none;
	margin-top:20px;
}
#product LI {
}
#product LI A {
	text-decoration:underline;
}


	/* go top */

.button_gotop {
	float:right;
	width:100px;
	text-align:right;
	margin:30px 5px;
}


	/* back */

.button_back {
	float:left;
	width:100px;
	text-align:left;
	margin:30px 0;
}


	/* print */

.button_print {
	float:left;
}
.button_sendbymail {
	float:right;
}



