/* BUTTON BIG */

.button_left {
	width: 10px;
	height: 48px;
	float: left;
	background-image: url('images/design/button_big/button_big_left.jpg');
	background-repeat: no-repeat;
}

.button_right {
	width: 10px;
	height: 48px;
	float: right;
	background-image: url('images/design/button_big/button_big_right.jpg');
	background-repeat: no-repeat;
}

.button_content {
	width: 100%;
	height: 100%;
	background-image: url('images/design/button_big/button_big_bg.jpg');
	background-repeat: repeat;
	overflow: auto;
}

.button_image {
	width: 45px;
	height: 100%;
	float: left;
	margin-left: 6px;
	border: 0px solid black;
}

.button_text {
	text-align: left;
	padding-top: 13px;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
}

.button_text a{
	color: #ffffff;
}

/* END BUTTON BIG */