
/*Buttons*/
.BUTTONS{}/*does nothing - makes it easier to see in Dreamweaver*/


.button_link_pointer{
	cursor: hand;
	cursor: pointer;
}



.global_button_container{
	margin-top:3px;
	margin-bottom:0px;
	background-position:left top;
	background-repeat:no-repeat;
	float:left;


}

.global_button_container_style_large
{
	margin-left:140px;
	margin-top:50px;
}

.global_button_container_style_xlarge
{
	margin-left:75px;
	margin-top:50px;
}

.global_button{

	background-position:left bottom;
	background-repeat:no-repeat;
	margin-top:3px;
	text-align:center;
	float:left;

}

.small_button_top{
	width:75px;
	background-image: url(images/orange_button_75_f3bg_top.jpg);
}
.small_button_bottom{
	width:75px;
	background-image: url(images/orange_button_75_f3bg_bottom.gif);
}

.medium_button_top{
	width:100px;
	background-image: url(images/orange_button_100_f3bg_top.jpg);
}
.medium_button_bottom{
	width:100px;
	background-image: url(images/orange_button_100_f3bg_bottom.gif);
}

.small_toolbar_button_top{
	width:75px;
	background-image: url(images/green_button_75_orangebg_top.jpg);
}
.small_toolbar_button_bottom{
	width:75px;
	background-image: url(images/green_button_75_orangebg_bottom.gif);
	padding-bottom:4px;
}

.small_action_button_top{
	width:75px;
	background-image: url(images/green_button_75_orangebg_top.jpg);
}
.small_action_button_bottom{
	width:75px;
	background-image: url(images/green_button_75_orangebg_bottom.gif);
}

.large_button_top{
	width:120px;
	background-image: url(images/orange_button_120_f3bg_top.jpg);
}
.large_button_bottom{
	width:120px;
	background-image: url(images/orange_button_120_f3bg_bottom.gif);
}

.xlarge_button_top{
	width:190px;
	background-image: url(images/orange_button_190_f3bg_top.jpg);
	
}
.xlarge_button_bottom{
	width:190px;
	background-image: url(images/orange_button_190_f3bg_bottom.gif);
}
.large_action_button_top{/* e.g. checkout*/
	width:120px;
	background-image: url(images/green_button_120_f3bg_top.jpg);
}
.large_action_button_bottom{
	width:120px;
	background-image: url(images/green_button_120_f3bg_bottom.gif);
}

.xlarge_action_button_top{
	width:190px;
	background-image: url(images/green_button_190_f3bg_top.jpg);
	
}
.xlarge_action_button_bottom{
	width:190px;
	background-image: url(images/green_button_190_f3bg_bottom.gif);
}

.global_button_link{ 
	color:#334EA2; 
	font-weight:bold; 
	font-size:11px; 
	width:100%; 
	padding-bottom:3px; 
	text-align:center; 
	float:left; 
}

.global_button_container a{
	text-decoration:none;
}

.global_action_button_link_color{
	color:#ffffff;
}

.marginTLB10{
	margin: 0px 10px 0px 0px;/*top right bottom left*/

}
.button_divider
{
	float:left;
	width:16px;
}

