@charset "utf-8";

/*///////////////*/
/*common styles*/
div.gb_container {
	float:left; 
	height:26px;
	background-repeat:no-repeat;
}

div.gb_container a {
	white-space:nowrap;
	display:block;
	background-repeat:no-repeat;
	
	padding-top:4px;
	
	height:22px;
	
	font-size:13px;
}
/*common styles*/
/*///////////////*/

/*//////////////*/
/*button orange*/
div.gb_container.orange {
	background-image:url(images/buttons_bg_orange_left.jpg);
}

div.gb_container.orange a {
	padding-left:10px;
	padding-right:30px;
	background-image:url(images/buttons_bg_orange_right.jpg);
}

div.gb_container.orange a:link, 
div.gb_container.orange a:visited, 
div.gb_container.orange a:active {
	text-decoration: none;
	color: #fff;
}

div.gb_container.orange a:hover {
	text-decoration: none; 
	color:#fff;
}
/*button orange*/
/*//////////////*/

/*//////////////*/
/*button green*/
div.gb_container.green {
	background-image:url(images/buttons_bg_green_left.jpg);
}

div.gb_container.green a {
	padding-left:10px;
	padding-right:30px;
	background-image:url(images/buttons_bg_green_right.jpg);
}

div.gb_container.green a:link, 
div.gb_container.green a:visited, 
div.gb_container.green a:active {
	text-decoration: none;
	color: #fff;
}

div.gb_container.green a:hover {
	text-decoration: none; 
	color:#fff;
}
/*button green*/
/*//////////////*/

/*//////////////*/
/*button red*/
div.gb_container.red {
	background-image:url(images/buttons_bg_red_left.jpg);
}

div.gb_container.red a {
	padding-left:10px;
	padding-right:30px;
	background-image:url(images/buttons_bg_red_right.jpg);
}

div.gb_container.red a:link, 
div.gb_container.red a:visited, 
div.gb_container.red a:active {
	text-decoration: none;
	color: #fff;
}

div.gb_container.red a:hover {
	text-decoration: none; 
	color:#fff;
}
/*button red*/
/*//////////////*/

/*//////////////*/
/*button black*/
div.gb_container.black {
	background-image:url(images/buttons_bg_black_left.jpg);
}

div.gb_container.black a {
	padding-left:10px;
	padding-right:30px;
	background-image:url(images/buttons_bg_black_right.jpg);
}

div.gb_container.black a:link, 
div.gb_container.black a:visited, 
div.gb_container.black a:active {
	text-decoration: none;
	color: #fff;
}

div.gb_container.black a:hover {
	text-decoration: none; 
	color:#fff;
}
/*button black*/
/*//////////////*/

/*//////////////*/
/*button black2*/
div.gb_container.black2 {
	background-image:url(images/buttons_bg_black2_left.jpg);
}

div.gb_container.black2 a {
	padding-left:15px;
	padding-right:15px;
	text-align:center;
	background-image:url(images/buttons_bg_black2_right.jpg);
}

div.gb_container.black2 a:link, 
div.gb_container.black2 a:visited, 
div.gb_container.black2 a:active {
	text-decoration: none;
	color: #fff;
}

div.gb_container.black2 a:hover {
	text-decoration: none; 
	color:#fff;
}
/*button black2*/
/*//////////////*/

/*//////////////*/
/*button cart*/
div.gb_container.button_cart {
	background-image:url(images/buttons_bg_cart_left.jpg);
}

div.gb_container.button_cart a {
	padding-left:10px;
	padding-right:10px;
	text-align:center;
	background-image:url(images/buttons_bg_cart_right.jpg);
}

div.gb_container.button_cart a:link, 
div.gb_container.button_cart a:visited, 
div.gb_container.button_cart a:active {
	text-decoration: none;
	color: #fff;
}

div.gb_container.button_cart a:hover {
	text-decoration: none; 
	color:#fff;
}
/*button cart*/
/*//////////////*/