@import url(layout.css);        /* LAYOUT OF SCREEN */
@import url(panels.css);        /* LEFT AND RIGHT PANELS & THEIR CONTENT */
@import url(menu.css);          /* HORIZONTAL TAB-LIKE MENU  */
@import url(body.css);          /* ALL BODY CONTENTS */


/* CSS Buttons */
.button-big, .button-small { display: block; cursor: hand; cursor: pointer; text-decoration: none; }
.button-big .button-text { width:90px; background: transparent url(store_images/buttons.gif) no-repeat scroll 0 -61px; padding:0; line-height:25px; height: 27px; }
.button-big .button-left { width: 15px; height: 27px; background: transparent url(store_images/buttons.gif) no-repeat scroll 0px 0px; }
.button-big .button-right { width: 15px; height: 27px; background: transparent url(store_images/buttons.gif) no-repeat scroll -15px 0px; }
.button-small .button-text { width:40px; background: transparent url(store_images/buttons.gif) no-repeat scroll 0 -44px; padding:0; height: 17px; line-height: 15px; }
.button-small .button-left { width: 8px; height: 17px; background: transparent url(store_images/buttons.gif) no-repeat scroll 0px -27px; }
 .button-small .button-right { width: 8px; height: 17px; background: transparent url(store_images/buttons.gif) no-repeat scroll -8px -27px; }
.button-right,.button-left { float: left; display: block; font-size:0px; }
.button-text { text-transform:lowercase; font-family: Arial, sans-serif; font-size: 11px; font-weight: normal; float: left; display: block; color: #000; text-decoration: none; text-align:center; }
.button-small .button-text { font-size: 10px; }
 .pagination .button-text { width:auto; }
 .pagination .button-right { margin-right: 1px; }
.pagination .button-small span { filter:alpha(opacity=55); -moz-opacity:.55; opacity:.55; }
.pagination .button-small:HOVER span { filter:alpha(opacity=99); -moz-opacity:.99; opacity:.99; }
.pagination .button-on span { filter:alpha(opacity=99); -moz-opacity:.99; opacity:.99; }
.button-rightaligned   { float: right; }
