@charset "utf-8";
/* set up some basic style - needs to be important so overrides cart master.css */
body {font-size:12px; font-family: Arial, Helvetica, sans-serif;}

div#main {text-align:left; margin: 0 auto;width:auto;width:760px;}

/* style the masthead area that contains the store name */
#masthead {margin:10px 0px 10px 0px; border:1px solid #ccc;}
#masthead h1 { font-size:25px; font-weight:bold; text-align:center; margin: 3px }
#masthead a {text-decoration:none;}

/* top-nav area contains the primary navigation links and cart links */
#top-nav { margin:10px 0 10px 0; padding: 0 5px 0 5px; border:1px solid #ccc; text-align:right;}
#top-nav a {text-decoration:none; }

/* left-nav contains the category list and the seach box */
#left-nav {float:left; clear:left; padding:5px 5px 15px 5px; margin:0 5px 10px 0;border:1px solid #ccc; width:170px;}
#left-nav #cats, #cats ul {list-style:none; padding-left:5px;}

/* the main content div as defined in the HTML template */
#content {float:left; padding:4px; margin:0 0 10px 4px; border:1px solid #ccc; width:559px;}

/* container for the secondary navigation */
#bottom-nav {border:1px solid #ccc;clear:both;margin-bottom:10px;padding:5px;text-align:center;}

/* styles the HTML rendered in place of the [1sc:footer /] merge code */
.copyright { clear:both; color:#333333; display:block; font-size:smaller; margin-bottom:15px; }
