
html {
	padding: 0px;
	border: 0px;
	}

body { 
	/*margin: 2px;*/
	margin: 0px;
	padding: 0px;
	background-color: #fafafa;
	font-family: sans-serif;
	font-size: smaller;
	}

a	{
	color: #0D2528;
	}


a img {
	border: none;
	}

div {

	margin: 2px;	
	padding: 0.0em;

}

h1 {

	text-align: center;
	margin: 0px;
    padding: 0px;

}

h2{ 
	background-color: #eeeeee;
	color: #0D2528;

}


h1.sitetitle span {
	display: none;
}

h1.sitetitle {
	margin: 0px;
	padding: 0px;
	background-image: url(/images/banner.jpg);
	height: 115px;
	background-repeat: no-repeat;
	background-position: center center;
	}

div.skip {
	display: none;
	}

div.leftbar {
    width: 170px;
    margin-right: 1em;
    background: none;
    float: left;
    }
div.rightbar {
    width: 170px;
    margin-left: 1em;
    background: none;
    float: right;
    }    

div.topbar {
    margin: 0px 0px 1em 0px ;
    } 

div#maincontent {

	margin-left: 185px;
	margin-right: 185px;

	}

div#shortcuts {

	margin-bottom: 0px;


}

div#shortcuts ul { 
	margin-left: auto;
	margin-right: auto;
	
}

div#shortcuts ul li {
	display: inline;
}


div#shortcuts ul {
	margin: 0.1em;
}

div#pagefooter {
	margin-top: 0.5em;
	border-top: 1px solid #bbbbdd;
	clear: both;
	text-align: center;
}


ul.optionmenu {
	margin-top: 0.5em;
	padding: 0px;
}

ul.optionmenu li {
	display: inline;

}	


ul.optionmenu li:after {
	content: " | ";
}

ul.optionmenu li:last-child:after {
	content: "";
}	


/* main colors */

div.infobox, div.sitetitle,div#accountbar input, div.topbar,  .tabbar ul li.inactive  {
	background-color: #00abc5;
	color: #0D2528;
}
div.infobox a {

	color: #0D2528;

}
input, div.infobox {
	border: 1px solid #5B767A;
}
/* alt background */

div#accountbar, div.infotitle div, .tabbar ul li.active  {

	background-color: #00359b;
	color: #eeeeee;

}

/* begin accounts bar*/

div#accountbar {
	margin-top: 4px;
	padding-bottom: 2px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-repeat: repeat-x;
	background-position: top center;
	font-weight: bold;
}

div#accountbar div {
	padding-top: 3px; 
	}

div#accountbar * a {
    color: #eeeeee;
    }

div#accountbar form {
	display: inline; 
	margin: 0px;
	padding: 0px;
}

div#accountbar input {
	vertical-align: middle;
	margin-bottom: 0px;
	}

div#accountbar input[type=submit] {
	color: #0D2528;
	}
/* // end accounts bar */

div#currency {
	color: #333399;
	text-align: center;
	}

.num {
	text-align: right;
	}

/* Homepage */

.tabbar {
	margin-top: 2em;
	height: 31px;
	margin-bottom: 1em;
	border-bottom: 2px solid #00359b;
	}

.tabbar ul {
	width: 410px;
	margin-left: auto;
	margin-right: auto;
	}

.tabbar ul li {
	float: left;
	width: 131px;
	height: 21px;
	text-align: center;
	display: block;
	padding: 10px 0px 0px 0px;
	margin-right: 4px;
	}

.tabbar ul li a {
	text-decoration: none;
	}

	
.tabbar ul li.active a {
	font-weight: bold;
    color: #eeeeee;
}


/* Order styles */

.total {
	margin-top: 1em;
	font-weight: bold;
	font-size: larger;
	color: black;
}

/* Tables and forms */

table {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	border-collapse: collapse;
}
table, td {
	background-color: #eeeeff;
	border: 1px solid #dddddd;
}

td { 
	padding: 0.25em;
	}

input {
	padding: 1px; 
	background-color: #eeeeee;
	margin-bottom: 0.5em;
	color: #225588;
	}

input[type=submit] {
	color: #225588;
	font-weight: bold;
	}


fieldset {
	border: 1px solid black;
	padding: 1em;
	}


fieldset label {
	float: left;
	clear: left;
	width: 120px;
	}

fieldset input {
	}

fieldset input, fieldset label {
	padding: 1px; 
	}

fieldset input[type=submit] {
}	

fieldset input[type=hidden] {
	border: none;
	}

fieldset input[type=hidden] {
	margin: 0px;
	}

.req {
	padding-left: 3px;
	font-weight: bold;
	color: red;
	}

/* paging */

.paging a, .paging span {
	border: 1px solid #225588;
	color: #225588;
	padding: 4px;
	}

.pagenext {
	padding-right: 20px !important;
	background-image: url(/images/next.gif);
	background-repeat: no-repeat;
	background-position: center right;
}

.pageprev {
	padding-left: 20px !important;
	background-image: url(/images/prev.gif);
	background-repeat: no-repeat;
	background-position: center left;
}

.paging span.dis {
	color: #bbbbbb;
	background-color: white;
}	

.paging span {
	background-color: #bbbbbb;
	}

.paging a {
	text-decoration: none;
	}

.paging a:hover {
	text-decoration: underline;
	}

.paging {
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: auto;
	margin-right: auto;
	width: 92%;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	line-height: 2.3em;
	}
.paging img {
	vertical-align: middle;
	padding-left: 3px;
	padding-right: 3px;
	}


/* Left and right column boxes */

#categorylist {
	padding: 0px;
	}

#categorylist ul {
	font-weight: bold;
	padding-top: 0.1em;
	margin-left: 0px;
	padding-left: 0px;
	}

div#categorylist ul li {
    padding-left: 0px;
	padding-bottom: 0.1em;
	margin-bottom: 0px;
	}

#manufsearch select {
	width: 10em;
	}
        
img.expand, img.selcat {
	border: 0px;
	margin-left: -14px;
	padding: 0px;
        }

.expander {
	
}	

.l1 {
	border-bottom: 1px solid #00359b;
}

.l1:first-child {
	border-top: 1px solid #00359b;
	}
	
.l2 {
	border-top: 1px solid #00abc5;
}

.l2:first-child {
	border-top: none;
	}


#categorylist * .l2  {
	padding-left: 0.5em;
	}

.l1 ul {
	background-color: #86c4bb;
	}

#categorylist * .l3 {
	padding-left: 0.5em;
	font-size: smaller;
	}

.opener {
	background-image: url(/images/fold.gif);
	background-repeat: no-repeat;
	background-position: 100% 4px;
}
/* end category styles */

div.infotitle {
	border: none;
	padding: 0px;
	border: none;
	margin: 0px;
	margin-bottom: 0.5em;
	/*height: 34px;*/
	
	}

a.actionlink, .infolink a {
	background-image: url(/images/actionlink.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	}

div.infotitle div {
	text-align: center;
	padding-top: 5px;
	font-weight: bold;
	border: none;
	margin: 0px;
} 

div.infobox {
	margin-bottom: 1em;
	margin-left: 0.25em;
	margin-right: 0.25em;
	padding-bottom: 4px;
}

div.infobox a {
	text-decoration: none;
    }

div.infobox a:hover {
	text-decoration: underline;
}

div.infobox ul li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;

}

div.infobox ul {
    margin-left: 0.25em;
    padding-left: 0.25em;	

}


div.infobox form  {
    text-align: center;
}
div.infobox form input {
    text-align: center;
    font-size: smaller;
}

div.infobox form input[type=text] {
	text-align: left;
}	

div.infolink {
    padding: 3px;
	padding-left: 6px;
	line-height: 1.5em;
}


/* checkout styles */

div.actions {
	font-size: larger;
	text-align: right;
	padding-top: 0.5em;
	margin-top: 1em;
}	

div.paypal {
	padding-top: 1em;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}


/* Cart Styles */

div#cart {
	display:table;
	width: 100%;
	}
	


.total span, .total span {
	padding-left: 4em;
}


/* Catalog styles */

div#homelink {
	text-align: center;
	}



div#links  {
	text-align: center;
}
div#links img {
	margin-bottom: 4px;
}

div#links ul, div#links .infolink {
	text-align: left;
	}


a.sel { 
	text-decoration: underline;
	font-weight: bold;
}	



div#cartbox ul {
	font-size: x-small;
	}

div#cartbox ul li:first-child {
	border-top: 1px dotted #666666;
	}

div#cartbox ul li {
	margin-bottom: 0.5em;
	margin-right: 0.5em;
	border-bottom: 1px dotted #666666;
	}


div.catalog {
	/*display: table;*/
	margin-left: auto;
	margin-right: auto;
	width: 92%;
	margin-bottom: 0.5em;

	}


div.item, div.cartitem { 
    width: 100%;	
    padding: 0.5em;	
    text-align: center;	
	background-color: #f6f6fa;
	border: 2px dotted #0D2528;
	height: 98px;
}

div.itemindex {
	float: left;
	width: 80px;
	height: 60px;
	padding-top: 15px;
	font-size: 48pt;
	color: #bbbbbb;
	}

div.itempic {
	float: left;
	padding: 0.5em 0px 0px 0px;
	color: #336699;
	}     
		
div.itempic img {
    border: 1px solid #333399;
	padding: 1px;
    vertical-align: top;

    }

span.itemsale {
	font-size: smaller;
	font-weight: bold;
	color: #ff6622;
	padding-left: 1em;
	}

div.item div.iteminfo {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}	
                        
div.iteminfo {
	padding: 0.5em 0px 0px 0px;	
	}
	
div.iteminfo div, div.item div.itemdesc  {
	color: #0D2528;
	}	

div.item div.itemdesc {
	text-align: center;
	font-weight: bold;
	margin-bottom: 0.5em;
	}
       
div.iteminfo div span {
	padding-right: 0.5em;
    font-weight: bold;
    }       
            
div.itemquantity {
	padding: 0.5em 0px 0px 0px;	
	}

div.item div.itemquantity, div.cartitem div.itemquantity {
	float: right;
}

div.itemquantity form {
	padding: 0px;
	margin: 0em 0em 0em 0em;
}

p.catdesc {
	padding-top: 0.75em;
	padding-bottom: 0.75em;

}	

/* end catalog styles */	

/* view item */

div.productimage img {
	float: right;
	border-left: 2px dotted #225588;
	padding-left: 0.5em;
    }

/* view item */

/* cart item styles */

div.cartitem {
	text-align: left;
    border: 1px solid darkblue;
    }

div.cartitem div.itempic {
	padding-left: 1em;
    width: 80px;
    }
div.cartitem div.iteminfo {
    width: 40%;
	margin-left: 110px;
    }
div.cartitem div.itemquantity {
    width: 30%;
    }

/* news styles */

.news {
	
	border: 2px dotted #225588;
}

.newsitem {
	padding: 0em 0.5em 0.5em 0.5em;
    margin-bottom: 1em;
	border-bottom: 1px solid #225588;
}


.newsitem * a.autolink {
	padding-left: 12px;
	background-image: url(/images/current.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.newsitem .bloglink a {
	background-image: url(/images/expand.gif);
}

.homelink {
	padding-top: 0.5em;
	font-size: larger;
}

.newsitem .newsdate {
	font-style: italic;
	font-size: x-small;
	}


.newsitem .navlinks span {
	float: right;
}

/* end news styles */


.catspecial {
	font-weight: bold;
	font-style: italic;
	}

.catspecial:after, .catspecial:before {	
}	

.adframe {
	overflow: none;
	border: 2px solid lightgray;
	}


#twitter-feeds ul li {
	text-align: center;
	}

.smallprint {
	font-size: 6px;
	text-align: center;
	}

#maintenance {
	font-weight: bold;
	color: red;
	text-align: center;
	}
