﻿a.button_black_50
{
	height: 50px;
	text-decoration: none;
}

a.button_black_50 div.button_l
{
	background: transparent url('/App_Themes/Vintek/images/button/black/50/left.png') no-repeat top right;
	float: left;
	height: 100%;
	/* Hack for IE6 */
	margin-right: -3px;
	width: 5px;
}

a.button_black_50 > div.button_l
{
	/* Hides IE6 hack in compliant browsers */
	margin-right: 0;
}

a.button_black_50:hover div.button_l
{
	background: transparent url('/App_Themes/Vintek/images/button/black/50/left_hover.png') no-repeat top right;
}

a.button_black_50 div.button_r
{
	background: transparent url('/App_Themes/Vintek/images/button/black/50/right.png') no-repeat top left;
	float: right;
	height: 100%;
	/* Hack for IE6 */
	margin-left: -3px;
	width: 5px;
}

a.button_black_50 > div.button_r
{
	/* Hides IE6 hack in compliant browsers */
	margin-left: 0;
}

a.button_black_50:hover div.button_r
{
	background: transparent url('/App_Themes/Vintek/images/button/black/50/right_hover.png') no-repeat top left;
}

a.button_black_50 div.button_c
{
	background: transparent url('/App_Themes/Vintek/images/button/black/50/content.png') repeat-x top left;
	color: #fff;
	float: none;
	font-size: 12px;
	height: 100%;
	line-height: 50px;
	text-align: center;
}

a.button_black_50 > div.button_c
{
	margin: 0 5px;
}

a.button_black_50:hover div.button_c
{
	background: transparent url('/App_Themes/Vintek/images/button/black/50/content_hover.png') repeat-x top left;
}
