/*
// styling buttons
*/

.btn_title {
	text-transform: uppercase;
}

span.btn_black_l  {
	background: white url('../img/buttons/btn_black_l.gif') no-repeat top left;
	float: left;
	width: 7px;
	height: 21px;
}

span.btn_black_r  {
	background: white url('../img/buttons/btn_black_r.gif') no-repeat top left;
	float: left;
	width: 7px;
	height: 21px;
}

span.btn_black {
	background: white url('../img/buttons/btn_black_bg.gif') repeat-x top left;
	float: left;
	color: #fff;
	border: 0;
	padding: 3px;
	text-align: center;
	height: 15px;
	width: 40px;
	font-size: 10px;
}

span.btn_grey_l  {
	background: white url('../img/buttons/btn_grey_l.gif') no-repeat top left;
	float: left;
	width: 7px;
	height: 21px;
}

span.btn_grey_r  {
	background: white url('../img/buttons/btn_grey_r.gif') no-repeat top left;
	float: left;
	width: 7px;
	height: 21px;
}

span.btn_grey {
	background: white url('../img/buttons/btn_grey_bg.gif') repeat-x top left;
	float: left;
	color: #fff;
	border: 0;
	padding: 3px;
	text-align: center;
	height: 15px;
	width: 30px;
	font-size: 10px;
}

.checkout div.checkout_btn span.btn_grey {
	background: white url('../img/buttons/btn_grey_bg.gif') repeat-x top left;
	float: left;
	color: #fff;
	border: 0;
	padding: 3px;
	text-align: center;
	height: 15px;
	width: 60px;
	font-size: 10px;
}

span.btn_white_l  {
	background: url('../img/buttons/btn_white_l.gif') no-repeat top left;
	float: left;
	width: 6px;
	height: 21px;
	cursor: pointer;
}

span.btn_white_r  {
	background: url('../img/buttons/btn_white_r.gif') no-repeat top left;
	float: left;
	width: 6px;
	height: 21px;
	cursor: pointer;
}

span.btn_white {
	background: white url('../img/buttons/btn_white_bg.gif') repeat-x top left;
	float: left;
	color: #fff;
	border: 0;
	padding: 3px;
	text-align: center;
	height: 15px;
	width: 60px;
	font-size: 10px;
	cursor: pointer;
}
span.btn_white a{
	color: #ffffff;
	text-decoration: none;
}



.buy span.btn_white {
    width: 39px;
}
.overview span.btn_white{
	width: 110px;
	cursor: pointer;
}

.overview{
	margin: 2px 0 0 0;

}

span.btn_blue_l  {
	background: url('../img/buttons/btn_blue_l.gif') no-repeat top left;
	float: left;
	width: 6px;
	height: 21px;
}

span.btn_blue_r  {
	background: url('../img/buttons/btn_blue_r.gif') no-repeat top left;
	float: left;
	width: 6px;
	height: 21px;
}

span.btn_blue {
	background: white url('../img/buttons/btn_blue_bg.gif') repeat-x top left;
	float: left;
	color: #fff;
	border: 0;
	padding: 3px;
	text-align: center;
	height: 15px;
	width: 60px;
	font-size: 10px;
}

.wish {
	padding-top: 10px;
}
