﻿
.bStoreButton { font-size: 15px; font-weight: bold; color: #fff; height: 20px; text-align: center; border: none; position: relative; overflow: visible; background-image: url(../Images/ControlBackgrounds/button_middle.gif); }
.bStoreButton:before { content: ''; position: absolute; left: 0; top: 0; display: block; width: 2px; height: 20px; background-color: inherit; background-image: url(../Images/ControlBackgrounds/button_left.gif); }
.bStoreButton:after {content: ''; position: absolute; right: 0; top: 0; display: block; width: 2px; height: 20px; background-color: inherit; background-image: url(../Images/ControlBackgrounds/button_right.gif); }
.bStoreButton:hover { color: #5d5d5d; position: relative; overflow: visible; background-image: url(../Images/ControlBackgrounds/button_middle_mouse_down.gif); }
.bStoreButton:hover:before { content: ''; position: absolute; left: 0; top: 0; display: block; width: 2px; height: 20px; background-color: inherit; background-image: url(../Images/ControlBackgrounds/button_left_mouse_down.gif); }
.bStoreButton:hover:after { content: ''; position: absolute; right: 0; top: 0; display: block; width: 2px; height: 20px; background-color: inherit; background-image: url(../Images/ControlBackgrounds/button_right_mouse_down.gif); }
.bStoreButton:disabled { opacity: 0.7; color: #5d5d5d; cursor:auto  }
.bStoreButton:disabled:hover { opacity: 0.7; color: #5d5d5d; cursor:auto }

.bStoreButtonFr { font-size: 15px; font-weight: bold; color: #fff; height: 30px; width: 100%; text-align: center; margin-bottom: 2px; border: none; position: relative; overflow: visible; background-image: url(../Images/ControlBackgrounds/button_middle.gif); background-size: auto 30px }
.bStoreButtonFr:before { content: ''; position: absolute; left: 0; top: 0; display: block; width: 2px; height: 30px; background-color: inherit; background-image: url(../Images/ControlBackgrounds/button_left.gif); background-size: auto 30px; }
.bStoreButtonFr:after {content: ''; position: absolute; right: 0; top: 0; display: block; width: 2px; height: 30px; background-color: inherit; background-image: url(../Images/ControlBackgrounds/button_right.gif); background-size: auto 30px; }
.bStoreButtonFr:hover { color: #5d5d5d; position: relative; overflow: visible; background-image: url(../Images/ControlBackgrounds/button_middle_mouse_down.gif); background-size: auto 30px; }
.bStoreButtonFr:hover:before { content: ''; position: absolute; left: 0; top: 0; display: block; width: 2px; height: 30px; background-color: inherit; background-image: url(../Images/ControlBackgrounds/button_left_mouse_down.gif); background-size: auto 30px; }
.bStoreButtonFr:hover:after { content: ''; position: absolute; right: 0; top: 0; display: block; width: 2px; height: 30px; background-color: inherit; background-image: url(../Images/ControlBackgrounds/button_right_mouse_down.gif); background-size: auto 30px; }
.bStoreButtonFr:disabled { opacity: 0.7; color: #5d5d5d; cursor:auto  }
.bStoreButtonFr:disabled:hover { opacity: 0.7; color: #5d5d5d; cursor:auto }
