/* CSS Document */

.b2c-container {
	border: 1px solid #CCCCCC;
	margin-bottom: 12px;
 font-family:tahoma;
}

.b2c-cat1-off {
	background-image: url(SVimages/form-button-bg6.jpg);
	background-repeat: repeat-x;
	background-position: right center;
	padding: 4px;
	font-size: 12px;
	font-weight: bold;
	color: #658087;
}

.b2c-cat1-on {
	background-image: url(SVimages/form-button-bg7.jpg);
	background-repeat: repeat-x;
	background-position: right center;
	padding: 4px;
	font-size: 12px;
	font-weight: bold;
 color: #FFFFFF;
 cursor:hand;
 cursor: pointer;
}


.b2c-cat2 {
	padding: 3px 3px 3px 10px;
	font-size: 12px;
	background-color: #EDEFED;
	font-weight: bold;
	color: #658A67;
}

.b2c-cat3 {
	font-size: 11px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
	background-color: #F7F7F7;
	font-weight: bold;
	color: #7A898A;
}

.b2c-articulo {
	font-size: 10px;
	padding-left: 5px;
	margin-bottom: 5px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	background-color: #FFFFFF;

}


.b2c-articulo-link {
	text-decoration: none;
	color: #4E8172;

}

a.b2c-articulo-link:hover {
	color: #000000;


}

.b2c-subcats-container-on {
	display: block;
}


















