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

/* My Styles Over Default  */
/* @import url(sportdepot.css);  */

/* Custom Layout and Design */
li {font-size: 12px;}

#panel-specials {
display: none;
visibility: hidden;
}

#page-category #panel-specials {
display: none;
visibility: hidden;
}

li.sd-bullet {list-style: square url('../images/bullet.gif'); color: #333;}

