/* POSITIONING
-------------------------------------------------------------------------*/
body {
	margin:  0;
	padding: 0;
	background-color: #FFF;
	text-align: center;
	font: 12px/16px Geneva, Arial, sans-serif; /*font: 10px/16px Geneva, Arial, sans-serif; by sbluo*/
	color: #666;
	
	/*\*/
	font-size: expression((10/13.9)+"em");
	line-height: expression((18/13.9)+"em");
	/**/
	}
#container {
	margin: 0 auto;
	text-align: left;
	width: 640px;
	border-left: 1px solid #E1E1E1;
	border-right: 1px solid #E1E1E1;
	}
#header {
	width: 628px;
	margin: 0 6px 6px;
	border-top: 6px solid #666;
	}
#content {
	position: relative;
	}
#primary-content {
	margin: 20px 0 0 254px;
	width: 362px;
	}
.safari #secondary-content  { /*added by sbluo for OSX Safari*/
	margin: 0px 0 0 6px;
	}
.gecko #secondary-content  { /*added by sbluo for Windows Mozilla, Firefox, Netscape*/
	margin: 2px 0 0 6px;
	}
.opera8 #secondary-content { /*added by sbluo for Windwos Opera8 only*/
	margin: 8px 0 0 6px;
	}
#secondary-content  { /*margin 12px 0 0 6px was optimized for Windows IE6/IE7/Opera9*/
	margin: 12px 0 0 6px;
	float: left;
	width: 224px;
	}
img { border: none; }

/* HEADER
-------------------------------------------------------------------------*/
#utilities {
	display: block;
	padding: 15px 0 40px 0; /*top right bottom left*/
	margin: 0;
	border-top: 1px solid #E1E1E1;
	border-bottom: 1px solid #E1E1E1;
	}
#utilities-search {
	margin-left: 10px;
	padding-top: 0px;
	float: left;
	}
#utilities-search #search-button {
	margin-left: 10px;
	font-size: 120%;
	display: block;
	float: left;
	}
#utilities-search .inputw184 input {
	font-size: 12px;
	background-color: #FFF;
	color: #666;
	border: 1px #C5C5C5 solid;
	width: 200px;
	}
#utilities-search .inputw184 {
	float: left;
	border: 1px solid #D9D9D9;
	background-color: #FFF;
	}

/* FEATURE
-------------------------------------------------------------------------*/
#feature {
	display: none;
	z-index: 1;
	}

/* below was added by sbluo */
#com #feature.reduced,
#com-mentary #feature.reduced,
#com-mute #feature.reduced,
#com-poser #feature.reduced,
#com-municate #feature.reduced {
	display: none;
	}
#images-container {
	margin: 0 0 0 18px;
	padding: 14px 0 0;
	}
#images-container ul {
	width: 598px;
	height: 94px;
	margin: 0;
	padding: 0;
	list-style: none;
	}
#images-container ul li {
	float: left;
	display: block;
	width: 592px;
	height: 88px;
	margin: 6px 2px 0 0;
	}

/* GENERAL
-------------------------------------------------------------------------*/
div.clear {
	clear: both;
	height: 0;
	line-height: 1px;
	}
#container-errors {
	margin: 0 0 18px;
	}
#container-errors p {
	padding: 12px 0 0;
	color: #000;
	}
#container-errors ul,
ul.errors {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#container-errors ul li,
ul.errors li {
	padding: 0 0 0 15px;
	margin: 0 0 4px;
	}
ins {
	font-style: italic;
	text-decoration: none;
	}
/* LINKS
-------------------------------------------------------------------------*/
a:link, a:active {
	color: #AB6666;
	text-decoration: none;
	}
a:visited {
 	color: #B3B3B3;
	text-decoration: none;
 	}
a:hover {
	color: #710101;
	text-decoration: none;
	}
a:focus {
	outline: none;
	-moz-outline:none;
	}

/* TEXT TREATMENTS
-------------------------------------------------------------------------*/
abbr,acronym {
	font-style: normal;
	}
pre, code {
	font-size: 12px; /* font-family: Monaco, "Courier New", Courier, monospace; by sbluo*/
	color: #6B8DA6;
	}

pre {
	margin: 0 0 16px; 
	padding: 0;
	width: 100%;
	height: auto;
	/*\*/
	overflow: auto;/**/
	}
p ins {
	font-style: normal;
	}
p strong,
p b {
	font-family: Tahoma, sans-serif;
	}


/* FORMS
----------------------------------------------- */
form,input,textarea,select	{
	margin:  0;
	padding: 0;
	font: 10px/12px Geneva, Arial, sans-serif;
	}

/* FOOTER
-------------------------------------------------------------------------*/
#footer {
	position: relative;
	clear: both;
	width: 626px;
	height: 30px;
	background-color: #F0F0F0;
	margin: 64px 6px 0;
	border-top: 1px solid #E1E1E1;
	border-left: 1px solid #E1E1E1;
	border-right: 1px solid #E1E1E1;
	}
#footer em {
	float: right;
	display: block;
	font-size: 11px;
	font-style: normal;
	color: #8C8C8C;
	margin: 9px 12px 0 0;
	}
#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#footer ul li {
	float: left;
	display: block;
	font-size: 11px;
	}
#footer-top {
	margin: 9px 36px 0 12px;
	display: block;
	width: 200px;
	}
#footer-home {
	margin: 9px 13px 0 0;
	display: block;
	margin-right: 10px;
	}
#footer-feed {
	margin: 9px 13px 0 0;
	display: block;
	margin-right: 10px;
	}
#footer-about {
	margin: 9px 13px 0 0;
	display: block;
	margin-right: 10px;
	}
#footer-takeaways {
	margin: 9px 0 0;
	display: block;
	margin-right: 10px;
	}


/* ARCHIVES LIST FORMATTING
------------------------------------------------------------------------------*/
#archives, #archives ul		 { margin: 0; padding: 0; list-style: none; }
#archives li 				 { position: relative; padding: 3px 0 0; background-image: none; }
#archives li.folder 		 { padding-left: 20px; font: 12px/16px Geneva, Arial, sans-serif; }
#archives a.folderlink		 { color: #666; }
#archives a.folderlink:hover { color: #666; }

abbr, acronym { /* acronym and abbr aren't styled in IE per default */
	border-bottom: 1px dotted #788D9F;
	cursor: help;
}
abbr {
	speak: spell-out;
}
acronym {
	speak: normal;
}

/* SEARCH
-------------------------------------------------------------------------*/


/* GOOGLE SEARCH was all added by sbluo
-------------------------------------------------------------------------*/
#google-search {
	display: block;
	margin: 0px;
	}

/* NAVIGATION
-------------------------------------------------------------------------*/
#navigation {
	padding-top: 5px;
	border-top: 1px solid #E1E1E1;
	margin: 2px 0 0 0; /*top right bottom left*/
	}
#navigation #masthead {
	display: block;
	float: left;
	padding-right: 10px; /*top right bottom left*/
	}
#navigation #flashead {
	display: block;
	float: left;
	}

#navigation ul {
	display: block;
	float: right;
	margin: 0 0 10px 0; /*top right bottom left*/
	padding: 0;
	list-style: none;
	}
#navigation ul li {
	padding: 0 0 2px 0; /*top right bottom left*/
	margin-bottom: 5px;
	border-bottom: 1px dotted #999;
	}
#navigation ul li a {
	text-decoration: none;
	}

/* POST STYLES
-------------------------------------------------------------------------*/
#primary-content p {
	margin: 0 0 12px 0;
	}

div.post p {	
	line-height: 22px;
	font: 12px/22px Geneva, Arial, sans-serif;
	}

div.post h2 {
	margin: 0;
	padding: 0;
	font: 10px/12px "Din-Medium",Arial,Helvetica,sans-serif;
	text-transform: uppercase;
	color: #666;
	}
div.post h2 em {
	font-family: "Din-Regular",Arial,Helvetica,sans-serif;
	font-style: normal;
	color: #999;
	}
div.post h1 {
	margin: 0;
	padding: 0 0 10px 0;
	font: 16px/22px "Din-Light",Arial,Helvetica,sans-serif; /*font: 22px/22px "Din-Light",Arial,Helvetica,sans-serif;*/
	text-transform: uppercase;
	color: #AB6666;
    border-bottom: 1px dotted #B2BCC6;
	}
div.post h3 {
	font: normal 10px/12px "Din-Light",Arial,Helvetica,sans-serif;
	text-transform: uppercase;
	color: #666;
	margin: 18px 0 8px;
	}
div.post div.h3 {
	margin: 18px 0 8px;
	}
div.post h4 {
	font-family: Tahoma, sans-serif;
	}
div.post img {
	display: none;
	}

div.post div.h1,
div.post h1 {
	margin-bottom: 24px;
	}

div.search-title h1 {
	margin-top: 0;
	margin-bottom: 10px;
	font: 16px/22px "Din-Light",Arial,Helvetica,sans-serif;
	text-transform: uppercase;
	color: #99CC00;
	}

div.image {
	display: none;
	}
div.image img {
	display: none;
	}
.post table {
	border-style: none;
	width: 100%;
	margin-bottom: 12px;
	padding-bottom: 1px;
	border-bottom: 1px solid #888;
	}
.post table th {
	position: relative;
	margin: 0 0 1px;
	padding: 12px 5px 1px 4px;
	text-align: left;
	font-size: 10px;
	font-weight: normal !important;
	color: #FFF !important; 
	background-color: #666;
	text-shadow: 2px 2px #555;
	border-top: 8px solid #555;
	border-bottom: 1px solid #555;
	}
.post table td {
	padding: 3px 15px 3px 3px; 
	border-top-width: 0;
	border-bottom: 1px dotted #CCC; 
	vertical-align: top;
	}
.post table td.accent { 
	font-size: 9px; 
	color: #555; 
	background-color: #CCC; 
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #BBB;
	text-shadow: 2px 2px #DDD;
	margin-bottom: 1px;
	}
.post table td.size {
	text-align: right;
	}

div.post ul,
div.comment ul {
	margin: 0 0 16px 0;
	padding: 0;
	list-style: none;
	}
div.post ul li,
div.comment ul li {
	margin: 0;
	padding: 0 0 0 12px;
	}
blockquote {
	font-size: 12px; /*added by sbluo*/
	margin: 0 0 12px;
	padding: 7px 0 0 26px;
	}
div.post ul.options {
	margin: 0 0 36px -2px;
	padding: 0;
	list-style: none;
	height: 25px;
	}
div.post embed + ul.options,
div.post object + ul.options,
div.post h1 + ul.options {
	padding-top: 1px;
	margin: 0 0 16px -2px;
	}
div.post ul.options li {
	padding: 0;
	background-image: none;
	float: left;
	font-size: 12px;
	}

div.post ul.options li.archive a {
	height: 25px;
	margin-right: 10px;
	}
div.post ul.options li.first a {
	padding-left: 2px;
	}

@media ScReEn { div.post ul.options li.download a em { line-height: 25px; } }

div.post ul.options li.comment a {
	height: 25px;
	}
div.post ul.options li.comment a em {
	height: 25px;
	padding-right: 8px;
	font-style: normal;
	}

div.post ul.prev-next-btns {
	margin-bottom: 12px;
	width: 32px;
	height: 17px;
	position: relative;
	}
div.post ul.prev-next-btns li {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	background-image: none;
	}
div.post ul.prev-next-btns li.next-btn {
	left: 16px;
	}
div.post ul.prev-next-btns li a {
	display: block;
	width: 16px;
	height: 17px;
	text-indent: -3000px;
	background-position: left top;
	background-repeat: no-repeat;
	}
div.post ul.prev-next-btns li a:hover {
	background-position: 0 -17px;
	}

/* COMMENT STYLES
-------------------------------------------------------------------------*/
div.comment {
	position: relative;
	margin: 28px 0 18px 0;
	}
div.comment h3 {
	margin: 0;
	padding: 0 0 0 14px;
	font: 10px/12px "Din-Medium",Arial,Helvetica,sans-serif;
	text-transform: uppercase;
	color: #666;
	}
div.comment h3 em {
	font-style: normal;
	color: #AB6666;
	}
div.comment h4 {
	margin: 0;
	padding: 0;
	font: 9px/9px Geneva,Arial,Helvetica,sans-serif;
	color: #B2B2B2;
	}
div.comment a.url {
	display: block;
	position: absolute;
	top: -2px;
	left: 312px; /*left: 327px; by sbluo*/
	width: 36px;
	height: 17px;
	}
div.comment object {
	/* FOR SAFARI */
	margin-left: -2px !important;
	margin-left: 0;
	margin-bottom: 6px;
	}
div.comment embed {
	/* FOR MOZ */
	margin-left: -2px;
	margin-bottom: 2px;
	}

#sub-post-comment {
	display: block;
	margin: 18px 0;
	padding: 0;
	width: 311px;
	height: 13px;
	}
#sub-preview-comment {
	display: block;
	margin: 18px 0;
	padding: 0;
	width: 164px;
	height: 13px;
	}
#sub-preview-comment + div.comment {
	margin-top: 0;
	}
#commentPreview {
	min-height: 128px;
	}

#comments_form,
#contact_form {
	border-top: 1px solid #E0E0E0;
	padding: 12px;
	padding-right: 0;
	}
	
#comments_form div.left-column,
#contact_form div.left-column {
	float: left;
	width: 213px;
	margin: 0 14px 0 0;
	}
#comments_form div.right-column,
#contact_form div.right-column {
	float: left;
	width: 111px;
	}
#for-subscribe.subscribed {
	display: block;
	margin: 8px 0 0;
	padding: 0;
	width: 111px;
	height: 65px;
	}

#for-name,
#for-email,
#for-url,
#for-comment,
#for-adddisplay,
#for-addurl,
#for-subject,
#for-message {
	clear: both;
	display: block;
	margin: 0 0 2px 1px;
	padding: 0;
	width: 85px;
	height: 8px;
	text-indent: -3000px;
	}
#for-adddisplay,
#for-addurl { width: 102px; }

#send-button {
	border:none; /*addded by sbluo*/
	clear: left;
	display: block;
	width: 58px;
	height: 25px;
	margin: 0;
	}

.inputw213,
.inputw339 {
	float: left;
	clear: right;
	border: 1px solid #D9D9D9;
	background-color: #FFF;
	margin: 1px 2px 9px 0;
	}

.inputw213 input,
.inputw339 input {
	background-color: #FFF;
	color: #666;
	border: 1px #C5C5C5 solid;
	border-bottom: 1px #E0E0E0 solid;
	border-top: 1px #909090 solid;
	width: 203px;
	
	padding: 2px !important;	/* FOR COMPETENT BROWSERS */
	padding: 1px 10px 0px 3px;	/* padding: 0 2px 3px; IE PC  */
	
	margin: 1px !important;		/* FOR COMPETENT BROWSERS */
	margin: 1px 0px 1px 2px;	/* margin: 0 1px; IE PC */
	}
.inputw339 input {
	width: 329px;
	}
.inputw339 textarea {
	background-color: #FFF;
	color: #666;
	border: 1px #C5C5C5 solid;
	border-bottom: 1px #E0E0E0 solid;
	border-top: 1px #909090 solid;
	width: 329px;
	
	padding: 2px !important;	/* FOR COMPETENT BROWSERS */
	padding: 0 2px 3px;			/* IE PC */
	
	margin: 1px !important;		/* FOR COMPETENT BROWSERS */
	margin: 1px 0px 1px 2px;	/* margin: 0 1px; IE PC */
	}

/* SIDEBAR MODULES
-------------------------------------------------------------------------*/
.sb-module h3 {
	display: block;
	margin: 0;
	padding: 0;
	width: 226px;
	height: 18px;
	}
.sb-module h3 a {
	display: block;
	width: 226px;
	height: 18px;
	}
	
#module-mon-interest {
	margin-top: 28px;
	display: none;
	/* HIDE FROM IE MAC BECAUSE IT'S SERIOUSLY NOT WORTH MY TIME \*/
	display: block;/**/
	}
#module-mon-interest  p {
	display: inline;
	}
#module-mon-interest h3 { 
	font: 110% "PMing-LiU","Ming-LiU", serif;
	border-bottom: 1px dotted #999; 
	margin-bottom: 12px;
	}

#module-mon-interest ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#module-mon-interest ul li {
	padding: 4px 2px;
	/** /text-align: justify;/**/
	color: #999;
	}
/*\*/ #module-mon-interest ul li { clear: both; } /**/
#module-mon-interest ul li a { padding-right: 8px; }
#module-mon-interest ul li p a { padding-right: 0; }

.sb-module-swf {
	margin-bottom: 18px;
	}
.sb-module-swf h3 {
	margin: 0;
	padding: 0;
	font: 10px/12px "Din-Regular",Arial,Helvetica,sans-serif;
	text-transform: uppercase;
	font-style: normal;
	color: #666;
	}
.sb-module-swf h4 {
	margin: 0;
	padding: 0;
	font: 9px/9px Geneva,Arial,Helvetica,sans-serif;
	color: #B2B2B2;
	}
#module-mute {
	display: block;
	}
#module-mute h3 {
	font: 110% "PMing-LiU","Ming-LiU", serif;
	border-bottom: 1px dotted #999;
	margin-bottom: 12px;
	}

#module-mute ul {
	display: none;
	}

/* \*/
#module-mute ul li a { text-indent: 0px; }
/* */

#module-mute ul li a span {
	position: absolute;
	top: 98px;
	left: 14px;
	width: 210px;
	}
#module-mute ul li a:hover,
#module-mute ul li a:hover span {
	text-indent: 0;
	color: #AB6666;
	}
#module-mute ul li a:visited {
	text-decoration: none;
	}
#module-poser h3 {
	font: 110% "PMing-LiU","Ming-LiU", serif;
	border-bottom: 1px dotted #999;
	margin-bottom: 12px;
	}
#module-poser ul,
.sb-module-swf ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 30px; /*added by sbluo*/
	}
#module-poser ul li,
.sb-module-swf ul li {
	margin: 0;
	padding: 0;
	height: 23px;
	line-height: 24px;
	}
/* #module-poser ul li:first-child,
#module-poser ul li.l1, */
.sb-module-swf ul li:first-child,
.sb-module-swf ul li.l1 {
	background: none;
	}
/* \*/ #module-poser ul li, .sb-module-swf ul li { clear: both; } /* */
#module-poser ul li a,
#module-poser ul li span,
.sb-module-swf ul li a,
.sb-module-swf ul li span {
	display: block;
	float: left;
	}
#module-poser ul li a,
.sb-module-swf ul li a {
	padding: 0 0 0 2px;
	width: 185px;
	}
#module-poser ul li span,
.sb-module-swf ul li span {
	font-size: 11px;
	width: 36px;
	text-align: right;
	}

.sb-module ul li a:visited,
.sb-module-swf ul li a:visited {
	color: #AB6666;
	text-decoration: line-through;
	}
.sb-module ul li a:hover,
.sb-module-swf ul li a:hover {
	color: #710101 !important;
	text-decoration: none !important;
	}

#module-poser2 ul li a {
	padding: 0 0 0 2px;
	width: 191px;
	}
#module-poser2 ul li span {
	font-size: 11px;
	width: 30px;
	text-align: right;
	}

#module-poser2 h3 {
	font: 110% "PMing-LiU","Ming-LiU", serif;
	border-bottom: 1px dotted #999; 
	margin-bottom: 12px;
	}
#module-poser2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 30px; /*added by sbluo*/
	}
#module-poser2 ul li {
	height: 23px;
	line-height: 24px;
	}
/* \*/ #module-poser2 ul li { clear: both; } /* */
#module-poser2 ul li span {
	display: block;
	/* float: left; */
	}
.opera9 #module-mentary h3 { font: 110% "PMing-LiU","Ming-LiU", serif; border-bottom: 1px dotted #999; margin-top: 4px; margin-bottom: 12px; }
.opera9 #module-other h3 { 	font: 110% "PMing-LiU","Ming-LiU", serif; border-bottom: 1px dotted #999; margin-top: 4px;	margin-bottom: 12px; }
.opera9 #module-moconfucian h3 { font: 110% "PMing-LiU","Ming-LiU", serif; border-bottom: 1px dotted #999; margin-top: 4px; margin-bottom: 12px; }
.opera9 #module-military h3 { font: 110% "PMing-LiU","Ming-LiU", serif; border-bottom: 1px dotted #999; margin-top: 4px;	margin-bottom: 12px; }
.ie #module-mentary h3 { font: 110% "PMing-LiU","Ming-LiU", serif; border-bottom: 1px dotted #999; margin-top: 6px; margin-bottom: 12px; }
.ie #module-other h3 { font: 110% "PMing-LiU","Ming-LiU", serif; border-bottom: 1px dotted #999; margin-top: 6px; margin-bottom: 12px; }
.ie #module-moconfucian h3 { font: 110% "PMing-LiU","Ming-LiU", serif; border-bottom: 1px dotted #999; margin-top: 6px; margin-bottom: 12px; }
.ie #module-military h3 { font: 110% "PMing-LiU","Ming-LiU", serif; border-bottom: 1px dotted #999; margin-top: 6px;	margin-bottom: 12px; }
.opera8 #module-mentary h3 { font: 110% "PMing-LiU","Ming-LiU", serif; border-bottom: 1px dotted #999; margin-top: -4px; margin-bottom: 12px; }
.opera8 #module-other h3 { font: 110% "PMing-LiU","Ming-LiU", serif; border-bottom: 1px dotted #999; margin-top: -4px; margin-bottom: 12px; }
.opera8 #module-moconfucian h3 { font: 110% "PMing-LiU","Ming-LiU", serif; border-bottom: 1px dotted #999; margin-top: -4px; margin-bottom: 12px; }
.opera8 #module-military h3 { font: 110% "PMing-LiU","Ming-LiU", serif; border-bottom: 1px dotted #999; margin-top: -4px;	margin-bottom: 12px; }
#module-mentary h3,
#module-military h3,
#module-other h3,
#module-moconfucian h3 {
	font: 110% "PMing-LiU","Ming-LiU", serif;
	border-bottom: 1px dotted #999;
	margin-top: 2px;
	margin-bottom: 12px;
	}

#module-mentary ul,
#module-military ul,
#module-other ul,
#module-moconfucian ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 30px; /*added by sbluo*/
	}
#module-mentary ul li,
#module-military ul li,
#module-other ul li,
#module-moconfucian ul li {
	height: 23px;
	line-height: 24px;
	}
/* \*/ #module-mentary ul li { clear: both; } /* */
/* \*/ #module-military ul li { clear: both; } /* */
/* \*/ #module-other ul li { clear: both; } /* */
/* \*/ #module-moconfucian ul li { clear: both; } /* */
#module-mentary ul li a,
#module-mentary ul li span,
#module-military ul li a,
#module-military ul li span,
#module-other ul li a,
#module-other ul li span,
#module-moconfucian ul li a,
#module-moconfucian ul li span {
	display: block;
	float: left;
	}
#module-mentary ul li a,
#module-military ul li a,
#module-other ul li a,
#module-moconfucian ul li a {
	padding: 0 0 0 2px;
	width: 143px;
	}
#module-mentary ul li span,
#module-military ul li span,
#module-other ul li span,
#module-moconfucian ul li span {
	font-size: 11px;
	width: 78px;
	text-align: right;
	color: #B2B2B2;
	}
	
#module-mute-detail h3 {
	font: 110% "PMing-LiU","Ming-LiU", serif;
	border-bottom: 1px dotted #999;
	display: block; /*it is necessary for IE6!*/
	margin: 0 0 13px;
	width: 226px;
	height: 18px;
	}
#module-mute-detail ul {
	margin: 0;
	padding: 12px 12px 16px; /*padding: 12px 12px 2px; marked by sbluo*/
	margin-bottom: 30px; /*added by sbluo*/
	border-top: 1px solid #E0E0E0;
	}
#module-mute-detail ul img {
	border: 2px #FFF solid;
	margin: 0 0 10px;
	}

/* below was added by sbluo */

#module-style h3 {
	font: 110% "PMing-LiU","Ming-LiU", serif;
	border-bottom: 1px dotted #999;
	margin: 0 0 12px;
	}
#module-style ul, #module-style-print ul {
	padding: 12px 12px 26px;
	}

#module-style-print h3 {
	font: 110% "PMing-LiU","Ming-LiU", serif;
	border-bottom: 1px dotted #999;
	display: block;
	margin: 0 0 12px;
	}

#module-style-print ul li {
	float: left;
	display: block;
	margin: 2px 1px 0 2px; /*top right bottom left*/
	}

#module-style-print ul li a {
	display: block;
	border-width: 0;
	}
