/*-------------------------------------------------------------------------*/
/*	web_style buttons
/*-------------------------------------------------------------------------*/
.button_style_1, .button_style_1:hover {text-decoration: none;border: 0;display:inline-block;letter-spacing:1.2px;text-transform: uppercase;color: #DDD !important;}
.button_style_1 span {display:block;}
.button_style_1 a:link {text-decoration: none;}
.button_style_1 a:visited {text-decoration: none}
.button_style_1 a:active {text-decoration: none}
.button_style_1 a:hover {text-decoration: underline; color: red;}


.small_button{margin:5px 10px 5px 0;padding:0 21px 0 0;font-size: .9em;background: transparent url(buttons/bg-buttons-sprite.png) 100% -43px no-repeat scroll;color: #F4F4F2;}
.small_button span{margin:0;padding:16px 0 17px 21px;line-height: 10px;background:transparent url(buttons/bg-buttons-sprite.png) 0 0 no-repeat scroll;}

.medium_button{margin:5px 10px 5px 0;padding:0 23px 0 0;font-size: 1em;background: transparent url(buttons/bg-buttons-sprite.png) 100% -136px no-repeat scroll;color: #F4F4F2;}
.medium_button span{margin:0;padding:19px 0 19px 23px;line-height: 12px;background:transparent url(buttons/bg-buttons-sprite.png) 0 -86px no-repeat scroll;}

.large_button{margin:5px 10px 5px 0;padding:0 34px 0 0;font-size: 1.1em;background: transparent url(buttons/bg-buttons-sprite.png) 100% -261px no-repeat scroll;color: #F4F4F2;border:0;outline:none;cursor:pointer;}
.large_button span{margin:0;padding:28px 0 33px 33px;line-height: 16px;background:transparent url(buttons/bg-buttons-sprite.png) 0 -186px no-repeat scroll;border:0;outline:none;cursor:pointer;}

/* Cherry */
.small_cherry,
.small_cherry span,
.medium_cherry,
.medium_cherry span,
.large_cherry,
.large_cherry span {background-image: url(buttons/bg-buttons-sprite-cherry.png);}
