/************************ [Table of contents]
* body
	+ Glaobal Elements / p, h1, h2, h3, h4, h5, form, li, a, img, hr
	+ Container / #container
    + Header / #header
	+ Navigation / #top_nav #prod_nav #left_nav
    + Content / #wrapper, #content_wrapper
        - Left column / #leftcolumn,  #leftcolumn_home
        - Right column / #rightcolumn, #rightcolumn_home
        - Home Page Settings / #home_text
            - Highlight Box / .highlight_wrapper .highlight
            - Advancde Product Search / #search_adv_wrapper, #search_adv
        - Sub Page Settings / #sub_cat    
	        - Product Catgories / #sub_cat .group
	        - Product Detail / #sub_cat .detail
			- Content Pages / #sub_cat .content					
    + Footer / #footer
    + Extras / Float, Text, Image , Border, Padding

	
/************************ Global Elements */
body {
	font: 100% "Trebuchet MS", "Gill Sans", Arial, Helvetica, sans-serif;
	background-color: #18481D;
	background-image: url(../images/bg_body.gif);
	background-position: left top;
	background-repeat: repeat;
	margin: 0;
	padding: 0;
	border: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. */
}
p {
	font-family: "Trebuchet MS", "Gill Sans", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
	text-align: left;
	color: #444444;
	font-weight: 400;
}

h1 {
	font-family:  "Trebuchet MS", "Gill Sans", Arial, Helvetica, sans-serif;
	font-size: 2em;
	line-height: 2em;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 2px;
	color: #282d88;
	font-weight: 400;
}
h2 {
	font-family: "Trebuchet MS", "Gill Sans", Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.4em;
	color: #404cb7;
	font-weight: 800;
}
h3 {
	font-family: "Trebuchet MS", "Gill Sans", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.4em;
	color: #404cb7;
	font-weight: 800;
}
h4 {
	font-family: "Trebuchet MS", "Gill Sans", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.4em;
	font-weight: 400;
	text-align: left;
	color: #404cb7;
}
h5 {
	font-size: 0.9em;
	line-height: 1.5em;
	font-weight: 800;
	margin-top: 0px;
	margin-bottom: 2px;
	color: #464646;
}
form {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: .9em;
	line-height: 1.2em;
	text-align: left;
	margin-top: 0px;
	color: #464646;
}
li {
	font-size: 0.8em;
	line-height: 1.5em;
	text-align: left;
	color: #262626;
	list-style: none;
	margin: 0px;
}
li a:link {
	text-decoration: none;
	color: #002e59;
}
li a:visited {
	text-decoration: none;
	color: #003F7B;
}
li a:hover {
	text-decoration: underline;
	color: #24598a;
}
li a:active {
	text-decoration: underline;
	color: #357E47;
}
a:link {
	text-decoration: none;
	color: #2d8636;
}
a:visited {
	text-decoration: none;
	color: #003F7B;
}
a:hover {
	text-decoration: underline;
	color: #404cb7;
}
a:active {
	text-decoration: underline;
	color: #357E47;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
img {
	margin: 0px;
	padding: 0px;
}
hr {
	border-top: 1px solid #4A765C;/*the border*/
	height: 1px;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-right: 0 none;
	border-bottom: 0 none;
	border-left: 0 none;
}
/************************ Container */
#band {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 651px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(../images/bg_band.gif);
}
#container {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 0px;
	border: 0px;
	width: 954px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
	overflow: hidden;
}
/************************ Header */
#header {
	background-image: url(../images/bg_header.gif);
	height: 95px;
	width: 954px;
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
}
/* using an image to replace text in an h1 */
#header h1 {
	width: 280px;
	margin: 0px;
	padding: 0px;
}
#header h1 span {
	display: none;
}
#header h2 {
	height: auto;
	width: 740px;
	display: block;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height: 19px;
	font-weight: 800;
	text-align: right;
	color: #FFFFFF;
}
/************************ Header Image Map Settings */
#links a {
	position: absolute;
	height: 76px;
	width: 284px;
	top: 12px;
	text-decoration: none;
	left: 18px;
  }
#links a i { visibility: hidden; } 
a#home {
	left: 22px;
}

/************************ Navagation */
	/* top nav */
#top_nav_wrapper {
	width: 954px;
	height: 36px;
	margin: 0px;
	padding: 0px;
	position: relative;
	text-align: center;
	background-image: url(../images/bg_topnav_wrap.png);
	background-repeat: no-repeat;
	background-position: center top;
	overflow: hidden;
}
#top_nav {
	width: 904px;
	height: 30px;
	position: relative;
	top: 3px;
	overflow: hidden;
	left: 24px;
	text-align:center;
	background-image: url(../images/bg_topnav_tile.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#top_nav ul {
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
}
#top_nav li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: inline;
	height: 24px;
}
#top_nav li a {
	height: 28px;
	text-decoration: none;
	background: url(../images/bg_leftnav_button.gif) no-repeat center 0px;
	font-size: 0.9em;
	line-height: 28px;
	font-family: "Trebuchet MS", "Gill Sans", Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: 800;
	width: 80px;
	color: #FFFFFF;
	display: block;
	float: left;
}
#top_nav li a:hover {
	color: #2548aa;
	text-decoration: underline;
	background-position: center -28px;
}
#top_nav li a:active {
	color: #FFFFFF;
	text-decoration: underline;
	background-position: center -56px;
}
/* active/on state for the top nav  */
#top_nav .active a {
	background-position: center -56px;
	color: #FFFFFF;
	text-decoration: none;
}

/* left nav */
#left_nav {
	width: 156px;
	display: block;
	margin: 0px;
	padding: 24px 0px 0px;
	position: relative;
	overflow: hidden;
}
#left_nav ul {
	margin: 0px;
	padding: 0px;
	position: relative;
}
#left_nav li {
	margin: 8px 0px 0px 8px;
	padding: 0px;
}
#left_nav li a {
	display: block;
	width: 154px;
	height: 28px;
	color: #FFFFFF;
	font-size: 1em;
	line-height: 28px;
	font-weight: 400;
	text-decoration: none;
	text-align: left;
	text-indent: 1em;
	margin: 0px;
	padding: 0px 0px;
	background: url(../images/bg_leftnav_button.gif) no-repeat;
	}
#left_nav li a:hover {
	background-position: 0px -28px;
	color: #2548aa;
	text-decoration: underline;
}
#left_nav li a:active {
	background-position: 0px -56px;
	color: #FFFFFF;
	text-decoration: underline;
}
#left_nav li .active {
    background-position: 0px -56px;
	color: #F2EBE3;}
/* active/on state for the left nav  */
#left_nav .active a {
	background-position: 0px -56px;
	color: #FFFFFF;
	text-decoration: none;
}	

/* sub menu item  */
#subnav {
	width: 156px;
	display: block;
	margin: 0px;
	padding: 24px 0px 0px;
	position: relative;
	overflow: hidden;
}
#subnav ul {
	margin: 0px;
	padding: 0px;
	position: relative;
	background: none;
	list-style-type: none;
}
#subnav li {
	margin: 8px 0px 0px 12px;
	padding: 0px;
}
#subnav li a {
	display: block;
	width: 154px;
	height: 20px;
	background: url(../images/bg_subnav_button.gif) no-repeat right -40px;
	font-size: 0.9em;
	line-height: 20px;
	font-family: "Trebuchet MS", "Gill Sans", Arial, Helvetica, sans-serif;
	text-align: left;
	font-weight: 400;
	color: #FFFFFF;
	text-indent: .8em;
}
#subnav li a:hover {
	color: #2548aa;
	text-decoration: underline;
	background-position: right -20px;
}
#subnav li a:active {
	color: #FFFFFF;
	text-decoration: underline;
	background-position: right 0px;
}
#subnav li .active {
    background-position: 0px 0px;
	color: #FFFFFF;}
/* active/on state for the sub nav  */
#subnav .active a {
	background-position: right 0px;
	color: #FFFFFF;
	text-decoration: none;
}

/************************ Content */
	/* content wrapper */
#wrapper {
	min-height: 700px;
	width: 954px;
	text-align: left;
	padding: 10px 0px 0px;
	margin: 0px;
}
/* wrapper - background */
#wrapper-top {
	width: 954px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg_wrapper_top.gif);
	background-position: left top;
	background-repeat: no-repeat;
	height: 16px;
}
#wrapper-tile {
	width: 954px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg_wrapper_tile.gif);
	background-repeat: repeat-y;
}

#wrapper-btm {
	width: 954px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg_wrapper_btm.gif);
	background-position: left top;
	background-repeat: no-repeat;
	height: 16px;
	clear: both;
}

#content_wrapper {
	width: 954px;
	text-align: left;
	padding: 0px;
	margin: 0px auto;
}
#content_wrapper_sub {
	width: 892px;
	text-align: left;
	padding: 0px;
	margin: 0px auto;
}
/* homepage column position */
#leftcolumn {
	width: 156px;
	float: left;
	margin: 0px;
	padding: 0px;
	position: relative;
	background-image: url(../images/bg_leftnav.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 750px;
}
#rightcolumn {
	width: 798px;
	float: left;
	margin: 0px;
	padding: 0px;
	position: relative;
	background-image: url(../images/bg_content.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#rightcolumn_wrapper {
	padding: 0px;
	margin: 0px;
	left: 9px;
	position: relative;
}
/************************ Home Page Settings */	
/* member */
.member {
	padding: 0px;
	margin: 18px 10px 0px;
}
.member p{
	font-family: "Trebuchet MS", "Gill Sans", Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 0px;
	margin: 0px;
	position: relative;
	font-size: 0.7em;
	line-height: 1.2em;
	color: #444444;
}

/* highlight box home */
.highlight {
	background-image: url(../images/bg_highlight_tile.gif);
	background-repeat: repeat-y;
	width: 532px;
	margin: 0px;
	padding: 0px;
	float: left;
}
#highlight_top h1 {
	background-image: url(../images/bg_highlight_top.gif);
	text-align: left;
	color: #FFFFFF;
	margin: 0px 0px 8px;
	padding: 0px;
	height: 33px;
	background-repeat: no-repeat;
	text-align: left;
	line-height: 33px;
	text-indent: 14px;
	background-color: #16500B;
	width: 532px;
	font-size: 1em;
}
.highlight h1 {
	background-image: url(../images/bg_highlight_top2.gif);
	text-align: left;
	color: #FFFFFF;
	margin: 0px 0px 8px;
	padding: 0px;
	height: 33px;
	background-repeat: no-repeat;
	text-align: left;
	line-height: 33px;
	text-indent: 14px;
	background-color: #16500B;
	width: 532px;
	font-size: 1em;
}

.highlight p {
	text-align: left;
	padding: 0px;
	margin: 0px 0px 0.5em;
}
.highlight h2 {
	text-align: left;
	padding: 0px;
	margin: 0px 0px 0.5em;
	font-size: 1.1em;
}
.highlight h3 {
	text-align: left;
	padding: 0px;
	margin: 0px 0px 0.5em;
}
.highlight h4 {
	text-align: left;
	padding: 0px;
	margin: 0px 0px 0.3em;
}
.highlight hr {
	border-top: 1px dotted #A6A6A6;
	border-bottom: 0;
	margin-top: 0.2em;
	margin-bottom: 0.5em;
	margin-right: 0px;
	margin-left: 0px;
}
.highlight ul {
	margin-top: .01em;
	margin-bottom: 0.5em;
}
.highlight li {
	text-align: left;
	color: #464646;
	list-style: url(../images/li_bullet.gif) none outside;
	margin: 0px;
	padding: 0px;
	text-indent: 0em;
}
.highlight_btm {
	background-image: url(../images/bg_highlight_btm.gif);
	width: 532px;
	height: 12px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
.highlight img {
	text-align: left;
	margin: 0px 0px 0.5em;
	padding: 0px;
}
.highlight-text {
	margin: 0px;
	padding: 0px 12px;
}

/* sidebar */
#sidebar_wrapper {
	width: 239px;
	margin: 0px;
	padding: 0px 0px 0px 9px;
	float: left;
} 
	/* sidebar news */
.sidebar_news {
	background-image: url(../images/bg_news_tile.gif);
	background-repeat: repeat-y;
	width: 239px;
	margin: 0px 0px 9px;
	padding: 0px;
	clear: both;
}
#sidebar_top h2 {
	background-image: url(../images/bg_news_top.gif);
	background-repeat: no-repeat;
	margin: 0px;
	width: 239px;
	height: 33px;
	background-repeat: no-repeat;
	text-align: left;
	line-height: 33px;
	color: #FFFFFF;
	text-indent: 12px;
	font-size: 1em;
	background-color: #424EB4;
}
.sidebar_news h2 {
	background-image: url(../images/bg_news_top2.gif);
	background-repeat: no-repeat;
	margin: 0px;
	width: 239px;
	height: 33px;
	background-repeat: no-repeat;
	text-align: left;
	line-height: 33px;
	color: #FFFFFF;
	text-indent: 12px;
	font-size: 1em;
	background-color: #424EB4;
}
.sidebar_news_btm {
	background-image: url(../images/bg_news_btm.gif);
	background-repeat: no-repeat;
	width: 239px;
	height: 12px;
	margin: 0px;
	padding: 0px;
	clear: both;
}
	/* sidebar testimonial */
.sidebar_test {
	background-image: url(../images/bg_test_tile.gif);
	background-repeat: repeat-y;
	width: 239px;
	margin: 0px 0px 9px;
	padding: 0px;
}
.sidebar_test h2 {
	background-image: url(../images/bg_test_top.gif);
	background-repeat: no-repeat;
	margin: 0px;
	width: 239px;
	height: 33px;
	background-repeat: no-repeat;
	text-align: left;
	line-height: 33px;
	color: #FFFFFF;
	text-indent: 12px;
	font-size: 15px;
	background-color: #424EB4;
}
.sidebar_test_top {
	background-image: url(../images/bg_test_top.gif);
	background-repeat: no-repeat;
	width: 239px;
	height: 12px;
	margin: 0px;
	padding: 0px;
}
.sidebar_test_cnt {
	background-image: url(../images/bg_test_cnt.gif);
	background-repeat: no-repeat;
	width: 239px;
	margin: 0px;
	padding: 0px;
	background-position: left top;
}
.sidebar_test_btm {
	background-image: url(../images/bg_test_btm.gif);
	background-repeat: no-repeat;
	width: 239px;
	height: 12px;
	margin: 0px;
	padding: 0px;
	clear: both;
}
	/* sidebar text */
.sidebar p {
	text-align: left;
	margin: 0px 12px .5em;
	padding: 0px;
	font-size: 0.7em;
	line-height: 1.4em;
	font-weight: normal;
}
.sidebar h3 {
	text-align: left;
	margin: 3px 12px 0px;
	padding: 0px;
	font-size: 0.7em;
	line-height: 1em;
	font-weight: bold;
}
.sidebar hr {
	border-top: 1px dotted #A6A6A6;
	border-bottom: 0;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-right: 12px;
	margin-left: 12px;
}
.sidebar ul {
	margin-top: 3px;
	margin-bottom: 3px;
}
.sidebar li {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	line-height: 19px;
	text-align: left;
	color: #464646;
	list-style: url(../images/li_bullet.gif) none inside;
	margin: 0px;
	padding: 0px;
	text-indent: 12px;
}


/************************ Sub Page Settings */	
		/* sub category */
#sub_cat_tab {
	background-image: url(../images/bg_sub_cat_wht.gif);
}
#sub_cat_tab h6 {
	background-image: url(../images/bg_sub_content_wht_btm.gif);
	background-repeat: no-repeat;
	margin: 0px;
	height: 17px;
	width: 565px;
}

/*  detail pages */
#sub_cat {
	width: 672px;
	margin: 0px;
	float: left;
	height: auto;
	background-image: url(../images/bg_sub_cat_brdr.gif);
	position: relative;
	background-repeat: repeat-y;
}
#sub_cat h2 {
	background-image: url(../images/bg_sub_cat_top.gif);
	margin-top: 0px;
	width: 672px;
	height: 56px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	text-align: left;
	line-height: 56px;
	color: #FFFFFF;
	text-indent: 24px;
	font-size: 14px;
	text-transform: uppercase;
}
#sub_cat h6 {
	background-image: url(../images/bg_sub_cat_btm.gif);
	background-repeat: no-repeat;
	margin: 0px;
	height: 21px;
	width: 672px;
}
#sub_cat .detail {
	width: 540px;
	margin: 4px 12px 0px;
	height: auto;
	padding: 0px;
}
#sub_cat .detail h3 {
	font-size: 12px;
	line-height: 15px;
	text-align: left;
	margin: 0px 0px 2px;
	padding: 0px;
}
#sub_cat .detail p {
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	margin: 0px 0px 2px;
	padding: 0px;
}
#sub_cat .detail hr {
	margin: 2px 0px 8px;
	padding: 0px;
}
#sub_cat .detail table {
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	margin: 0px 0px 4px;
	padding: 0px;
	height: auto;
	width: auto;
}
#sub_cat .detail table th {
	font-size: 11px;
	line-height: 18px;
	text-align: center;
	margin: 0px;
	padding: 4px 8px;
	border: 1px solid #D4D4D4;
	background-image: url(../images/bg_th.gif);
	background-position: center bottom;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	color: #464646;
}
#sub_cat .detail table td {
	font-size: 11px;
	line-height: 18px;
	text-align: center;
	margin: 0px;
	padding: 4px;
	border: 1px solid #D4D4D4;
	color: #464646;
}

/* sub content page */
#sub_cat .content {
	margin: 4px 22px 0px 24px;
	height: auto;
	padding: 0px;
}
#sub_cat .content h3 {
	text-align: left;
	margin: 0px 0px 2px;
	padding: 0px;
	color: #004681;
}
#sub_cat .content h4 {
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	margin: 0px 0px 2px;
	padding: 0px;
	color: #347B46;
}
#sub_cat .content p {
	text-align: left;
	margin: 0px 0px 6px;
	padding: 0px;
}
#sub_cat .content hr {
	margin: 2px 0px 8px;
	padding: 0px;
}
.content ul {
	margin-top: 3px;
	margin-bottom: 6px;
}
.content li {
	text-align: left;
	list-style: url(../images/li_bullet.gif) none outside;
	margin: 0px 0px 6px;
	padding: 0px;
	text-indent: 0px;
}

/************************ Footer */
#footer_wrapper {
	padding: 0px;
	width: 954px;
	margin: 10px 0px;
}
#footer_plug {
	padding: 0px;
	height: 158px;
	width: 954px;
	margin: 0px;
}
#footer {
	margin: 0px auto;
	padding: 0px;
	position: relative;
	text-align: center;
}
#footer ul {
	margin: 0px;
	padding: 0px;
	line-height: 28px;
	width: auto;
	white-space: nowrap;
}
#footer ul li {
	display: inline;
	font-size: 0.7em;
	line-height: 1.5em;
	font-weight: 400;
	color: #F0F0F0;
	font-weight: 400;
	padding: 0px 8px 0px 2px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #78A334;
	margin: 0px;
}
#footer ul li a {
	color: #FFFFFF;
}
#footer li a:link {
	text-decoration: none;
	color: #FFFFFF;
}
#footer li a:visited {
	text-decoration: none;
	color: #F0F0F0;
}
#footer li a:hover {
	text-decoration: underline;
	color: #EFC746;
}
#footer li a:active {
	text-decoration: underline;
	color: #838BCD;
}
#footer h5 {
	text-align: center;
	color: #FFFFFF;
	margin: 10px 0px 0px;
	padding: 0px;
	font-size: .7em;
}
/************************ Extras */
	   /* float classes */
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
	margin-right: 0px;
	margin-left: 4px;
	margin-bottom: 4px;
}
.center {
	text-align: center;
	left: auto;
	right: auto;
}
.clear {
	clear: both;
}
.divider {
	text-align:left;
	margin:0px;
	padding: 0px;
	clear: both;
	height: 10px;
}
/* Text Settings */	
.caption {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
	color: #666666;
	line-height: 14px;
	text-align: left;
	margin: 0px 1em 0.3em;
	padding: 0px;
}
.white {
	color: #FFFFFF;
}
.red {
	color: #a40000;
}
.green {
	color: #347B46;
}
/* Image Settings */	
.imgLink {
	margin-top: 0px;
	padding-top: 0px;
	border: 1px solid #CEA04B;
}
.buttonLink {
	margin-top: 0px;
	padding-top: 0px;
	vertical-align: text-bottom;
}
/* Border Settings */	
.pixBrdr {
	border:1px solid #e3e3e1;
}
/* Padding Settings */
.pad2 {
	padding: 2px;
}
.pad4 {
	padding: 4px;
}
.padPhoto {
	margin-right: 6px;
	margin-left: 6px;
	margin-bottom: 6px;
	margin-top: 0px;
}
/* Ditto 2 Blog
------------------------------------------------------------------------------- */
.ditto_summaryPost h3 {
    margin: 0px !important;
    padding: 0px !important;
    color: black;
}
.ditto_summaryPost .ditto_info {
	padding: 5px !important;
	font-size: 0.8em;
	color: black;
}
.ditto_link {
    font-size: 76%;
    text-align: right;
}
.ditto_paging {
    border-top: 1px solid #ccc;
    padding: 10px; 
    font-size: 86%;
    color: #618100;
}
#ditto_pages .ditto_currentpage {
    border: 1px solid #618100;
    padding: 1px 5px 2px; 
    margin-right: 1px;
    background-color: #9c0; 
    color: #fff;
} 
#ditto_pages .ditto_off {
    border: 1px solid #ccc;
    padding: 1px 5px 2px; 
    margin-right: 1px;
    color: #ccc;
}
#ditto_pages a, #ditto_pages a:link, #ditto_pages a:visited {
    border: 1px solid #9c0; 
    padding: 1px 5px 2px; 
    margin-right: 1px; 
    text-decoration: none !important; 
    color: #618100;
} 
#ditto_pages a:hover {
    background-color: #fff;
    color: #000;
}
#ditto_archivelist ul {
    list-style-type: none; 
    margin-left: 15px; 
    padding-left: 0;
}
#ditto_archivelist ul ul{
    list-style-type: square;
    margin-left: 35px;
} 
#ditto_archivelist .ditto_month {
    font-weight: bold;
}
