@import url("../../mainstreet/include/mainstreet.css");

body, td, th, ul, li {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;	
   	font-weight: bold;
}
h1 {
   	font-size: 20px;
   	margin-top: 0;
   	margin-bottom: 6px;
}
h2 {
    font-size: 18px;
   	margin-top: 0;
   	margin-bottom: 6px;
}		
h3 {
   	font-size: 18px;
   	margin-top: 0;
   	margin-bottom: 4px;
}	
h4 {
   	font-size: 16px;
   	margin-top: 0;
   	margin-bottom: 4px;
}	
h5 {
   	font-size: 12px;
   	margin-top: 0;
   	margin-bottom: 4px;
}	
h6 {
   	font-size: 10px;
   	margin-top: 0;
   	margin-bottom: 2px;
}	

a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: underline; cursor: hand; }
a:active { text-decoration: underline; }



.mscSmall, .mscSmall td, .mscSmall th, .mscSmall ul, .mscSmall li { font-size: 11px; }
.mscSmall input, .mscSmall select, .mscSmall textarea, .mscSmall button { font-size: 11px; }

.mscMicro, .mscMicro td, .mscMicro th, .mscMicro ul, .mscMicro li { font-size: 10px; }
.mscMicro input, .mscMicro select, .mscMicro textarea, .mscMicro button { font-size: 10px; }


.mscCompanyHeader .mscCompanyInfo { font-size: 10px; }

.LeftNav { padding: 6px 10px 30px; background-color: #bcdaff; }
.LeftNav .Categories h5 { margin-top: 5px; }
.LeftNav .Login h5 { margin-top: 15px; }

.BodyContent { padding: 6px 10px 30px; }

.EmptyCartButton {
    display: block;
    float: right;
}

.AccountNav { font-size: 120%; margin-bottom: 20px; }

/*
.mscPager .mscNav {
    font-size: 14px;
    padding: 3px 6px;
    background-color: powderblue;
    font-weight: bold;
    color: blue;
    margin-right: 3px;
    border: solid 1px Blue;
}
.mscPager .mscNav a {
    color: blue;
}
.mscPager .mscPage {
    font-size: 14px;
    font-weight: bold;
    color: blue;
    padding: 3px 8px;
    background-color: powderblue;
    margin-right: 3px;
    border: solid 1px Blue;
}
.mscPager .mscPage a {
    color: blue;
}
.mscPager .mscSelected {
    background-color: white;
    color: Black;
}
.mscPager .mscSeparator {
    color: White;
    width: 0px;
}
*/

.Sidebar {
	background-color: #C0C0C0;
	margin-left: 10px;
	padding: 10px;
	width: 200px;
}

.Cart .mscActions { margin-top: 15px; }