/* price */

.price {
	color: #CC0000;	
}

/* error */

.error {
	color: #CC0000;		
}

/* span class=small in hX tag */

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
	display: block;
	font-size: 14px;	
	padding-left: 20px;	
}

/* Illustrations */

.illustration {	
	text-align: center;
	font-size: 12px;
}

.illustration.right {
	width: 280px;
	clear: right;
	float: right;
	margin: 0 0.5em 1em 2em;
}

.illustration.left {
	width: 280px;
	clear: left;
	float: left;
	margin: 0 2em 1em 0.2em;
}

.illustration img {
	max-width: 100%;	
}

@media (max-width: 610px), (max-device-width: 610px) {
	.illustration {
		width: 100%;
	}
	.illustration.right {
		clear: both;
		float: none;
		margin: 0 0 1em 0;	
	}
	.illustration.left {
		clear: both;
		float: none;
		margin: 0 0 1em 0;	
	}
}

/* buttons */

.axbutton {
	margin: 4px 0;
	padding: 6px 0;
	text-align: center;
	color: #000;
	border: 1px solid #000;
	border-radius: 10px;
}

