/*  Page */
body
{
	margin: 0 auto;
	padding: 0;
	background-color: #E0E4D8;
}
#ediy-main
{
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
}
#ediy-page-background-simple-gradient
{
	position: absolute;
	background-image: url('/images/template/layouts/tpl_784/images/Page-BgSimpleGradient.jpg');
	background-repeat: repeat-x;
	top:0;
	width: 100%;
	height: 279px;
}
.cleared
{
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	font-size:1px;
}
form
{
	padding:0 !important;
	margin:0 !important;
}
table.position
{
	position: relative;
	width: 100%;
	table-layout: fixed;
}
/*  Box, Sheet */
.ediy-Sheet
{
	position:relative;
	z-index:0;
	margin:0 auto;
	width: 900px;
	min-width:91px;
	min-height:91px;
}
.ediy-Sheet-body
{
	position: relative;
	z-index: 1;
	padding: 8px;
}
.ediy-Sheet-tr, .ediy-Sheet-tl, .ediy-Sheet-br, .ediy-Sheet-bl, .ediy-Sheet-tc, .ediy-Sheet-bc,.ediy-Sheet-cr, .ediy-Sheet-cl
{
	position:absolute;
	z-index:-1;
}
.ediy-Sheet-tr, .ediy-Sheet-tl, .ediy-Sheet-br, .ediy-Sheet-bl
{
	width: 118px;
	height: 118px;
	background-image: url('/images/template/layouts/tpl_784/images/Sheet-s.png');
}
.ediy-Sheet-tl
{
	top:0;
	left:0;
	clip: rect(auto, 59px, 59px, auto);
}
.ediy-Sheet-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 59px, 59px);
}
.ediy-Sheet-bl
{
	bottom: 0;
	left: 0;
	clip: rect(59px, 59px, auto, auto);
}
.ediy-Sheet-br
{
	bottom: 0;
	right: 0;
	clip: rect(59px, auto, auto, 59px);
}
.ediy-Sheet-tc, .ediy-Sheet-bc
{
	left: 59px;
	right: 59px;
	height: 118px;
	background-image: url('/images/template/layouts/tpl_784/images/Sheet-h.png');
}
.ediy-Sheet-tc
{
	top: 0;
	clip: rect(auto, auto, 59px, auto);
}
.ediy-Sheet-bc
{
	bottom: 0;
	clip: rect(59px, auto, auto, auto);
}
.ediy-Sheet-cr, .ediy-Sheet-cl
{
	top: 59px;
	bottom: 59px;
	width: 118px;
	background-image: url('/images/template/layouts/tpl_784/images/Sheet-v.png');
}
.ediy-Sheet-cr
{
	right:0;
	clip: rect(auto, auto, auto, 59px);
}
.ediy-Sheet-cl
{
	left:0;
	clip: rect(auto, 59px, auto, auto);
}
.ediy-Sheet-cc
{
	position:absolute;
	z-index:-1;
	top: 59px;
	left: 59px;
	right: 59px;
	bottom: 59px;
	background-image: url('/images/template/layouts/tpl_784/images/Sheet-c.png');
}
.ediy-Sheet
{
	margin-top: 10px !important;
}
#ediy-page-background-simple-gradient, #ediy-page-background-gradient, #ediy-page-background-glare
{
	min-width:900px;
}
/*  Menu */
.navmenu a, .navmenu a:link, .navmenu a:visited, .navmenu a:hover
{
	text-align:left;
	text-decoration:none;
	outline:none;
	letter-spacing:normal;
	word-spacing:normal;
}
.navmenu, .navmenu ul
{
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}
.navmenu li
{
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
	position: relative;
	z-index: 5;
	background:none;
}
.navmenu li:hover
{
	z-index: 10000;
	white-space: normal;
}
.navmenu li li
{
	float: none;
}
.navmenu ul
{
	visibility: hidden;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	background:none;
}
.navmenu li:hover>ul
{
	visibility: visible;
	top: 100%;
}
.navmenu li li:hover>ul
{
	top: 0;
	left: 100%;
}
.navmenu:after, .navmenu ul:after
{
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.navmenu, .navmenu ul
{
	min-height: 0;
}
.navmenu ul
{
	background-image: url(/images/template/layouts/tpl_784/images/spacer.gif);
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
}
.navmenu ul ul
{
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}
.navmenu
{
	padding: 3px 30px 3px 30px;
}
.nav
{
	position: relative;
	height: 36px;
	z-index: 100;
}
.nav .l, .nav .r
{
	position: absolute;
	z-index: -1;
	top: 0;
	height: 36px;
	background-image: url('/images/template/layouts/tpl_784/images/nav.png');
}
.nav .l
{
	left: 0;
	right:30px;
}
.nav .r
{
	right: 0;
	width: 884px;
	clip: rect(auto, auto, auto, 854px);
}
/*  MenuItem */
.navmenu ul li
{
	clear: both;
}
.navmenu a
{
	position:relative;
	display: block;
	overflow:hidden;
	height: 30px;
	cursor: pointer;
	text-decoration: none;
	margin-right: 2px;
	margin-left: 2px;
}
.navmenu a .r, .navmenu a .l
{
	position:absolute;
	display: block;
	top:0;
	z-index:-1;
	height: 90px;
	background-image: url('/images/template/layouts/tpl_784/images/MenuItem.png');
}
.navmenu a .l
{
	left:0;
	right:10px;
}
.navmenu a .r
{
	width:420px;
	right:0;
	clip: rect(auto, auto, auto, 410px);
}
.navmenu a .t 
{
font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-style: normal;
font-weight: bold;
letter-spacing: 1px;
	color: #445016;
	padding: 0 8px;
	margin: 0 10px;
	line-height: 30px;
	text-align: center;
}
.navmenu a:hover .l, .navmenu a:hover .r
{
	top:-30px;
}
.navmenu li:hover>a .l, .navmenu li:hover>a .r
{
	top:-30px;
}
.navmenu li:hover a .l, .navmenu li:hover a .r
{
	top:-30px;
}
.navmenu a:hover .t
{
	color: #445016;
}
.navmenu li:hover a .t
{
	color: #445016;
}
.navmenu li:hover>a .t
{
	color: #445016;
}
.navmenu a.active .l, .navmenu a.active .r
{
	top: -60px;
}
.navmenu a.active .t
{
	color: #445016;
}
/*  MenuSubItem */
.navmenu ul a
{
	display:block;
	text-align: center;
	white-space: nowrap;
	height: 32px;
	width: 180px;
	overflow:hidden;
	line-height: 32px;
	margin-right: auto;
	background-image: url('/images/template/layouts/tpl_784/images/subitem-bg.png');
	background-position: left top;
	background-repeat: repeat-x;
	border-width: 1px;
	border-style: solid;
	border-color: #788044;
}
.nav ul.navmenu ul span, .nav ul.navmenu ul span span
{
	display: inline;
	float: none;
	margin: inherit;
	padding: inherit;
	background-image: none;
	text-align: inherit;
	text-decoration: inherit;
}
.navmenu ul a, .navmenu ul a:link, .navmenu ul a:visited, .navmenu ul a:hover, .navmenu ul a:active, .nav ul.navmenu ul span, .nav ul.navmenu ul span span
{
	text-align: left;
	text-indent: 12px;
	text-decoration: none;
	line-height: 32px;
	color: #000000;
font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
font-size: 12px;
letter-spacing: 1px;
}
.navmenu ul ul a
{
	margin-left: auto;
}
.navmenu ul li a:hover
{
	color: #000000;
	border-color: #788044;
	background-position: 0 -32px;
}
.navmenu ul li:hover>a
{
	color: #000000;
	border-color: #788044;
	background-position: 0 -32px;
}
.nav .navmenu ul li a:hover span, .nav .navmenu ul li a:hover span span
{
	color: #000000;
}
.nav .navmenu ul li:hover>a span, .nav .navmenu ul li:hover>a span span
{
	color: #000000;
}
/*  Header */
div.ediy-Header
{
	margin: 0 auto;
	position: relative;
	z-index:0;
	width: 884px;
	height: 225px;
}
div.ediy-Header-jpeg
{
	position: absolute;
	z-index:-1;
	top: 0;
	left: 0;
	width: 884px;
	height: 225px;
	background-image: url('/images/template/layouts/tpl_784/images/Header.jpg');
	background-repeat: no-repeat;
	background-position: center center;
}
/*  ContentLayout */
.ediy-contentLayout
{
	position: relative;
	margin-bottom: 17px;
	width: 884px;
}
/*  Box, Block */
.ediy-Block
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:1px;
	min-height:1px;
}
.ediy-Block-body
{
	position: relative;
	z-index: 1;
	padding: 0px;
}
.ediy-Block
{
	margin: 5px;
}
/*  BlockHeader */
.ediy-BlockHeader
{
	position:relative;
	z-index:0;
	height: 30px;
	padding: 0 7px;
	margin-bottom: 0px;
}
.ediy-BlockHeader .t
{
	height: 30px;
	color: #000000;
font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-style: normal;
font-weight: bold;
letter-spacing: 0px;
text-transform: uppercase;
	white-space : nowrap;
	padding: 0 6px;
	line-height: 30px;	
}
.ediy-header-tag-icon
{
    height: 30px;
	background-position:left top;
	background-image: url('/images/template/layouts/tpl_784/images/BlockHeaderIcon.png');
	padding:0 0 0 20px;
	background-repeat: no-repeat;
	min-height: 22px;
	margin: 0 0 0 5px;
}
/*  Box, BlockContent */
.ediy-BlockContent
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:11px;
	min-height:11px;
}
.ediy-BlockContent-body
{
	position: relative;
	z-index: 1;
	padding: 8px;
}
.ediy-BlockContent-tr, .ediy-BlockContent-tl, .ediy-BlockContent-br, .ediy-BlockContent-bl, .ediy-BlockContent-tc, .ediy-BlockContent-bc,.ediy-BlockContent-cr, .ediy-BlockContent-cl
{
	position:absolute;
	z-index:-1;
}
.ediy-BlockContent-tr, .ediy-BlockContent-tl, .ediy-BlockContent-br, .ediy-BlockContent-bl
{
	width: 10px;
	height: 10px;
	background-image: url('/images/template/layouts/tpl_784/images/BlockContent-s.png');
}
.ediy-BlockContent-tl
{
	top:0;
	left:0;
	clip: rect(auto, 5px, 5px, auto);
}
.ediy-BlockContent-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 5px, 5px);
}
.ediy-BlockContent-bl
{
	bottom: 0;
	left: 0;
	clip: rect(5px, 5px, auto, auto);
}
.ediy-BlockContent-br
{
	bottom: 0;
	right: 0;
	clip: rect(5px, auto, auto, 5px);
}
.ediy-BlockContent-tc, .ediy-BlockContent-bc
{
	left: 5px;
	right: 5px;
	height: 10px;
	background-image: url('/images/template/layouts/tpl_784/images/BlockContent-h.png');
}
.ediy-BlockContent-tc
{
	top: 0;
	clip: rect(auto, auto, 5px, auto);
}
.ediy-BlockContent-bc
{
	bottom: 0;
	clip: rect(5px, auto, auto, auto);
}
.ediy-BlockContent-cr, .ediy-BlockContent-cl
{
	top: 5px;
	bottom: 5px;
	width: 10px;
	background-image: url('/images/template/layouts/tpl_784/images/BlockContent-v.png');
}
.ediy-BlockContent-cr
{
	right:0;
	clip: rect(auto, auto, auto, 5px);
}
.ediy-BlockContent-cl
{
	left:0;
	clip: rect(auto, 5px, auto, auto);
}
.ediy-BlockContent-cc
{
	position:absolute;
	z-index:-1;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	background-image: url('/images/template/layouts/tpl_784/images/BlockContent-c.png');
}
.ediy-BlockContent-body
{
	color:#262A1D;
font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
font-size: 12px;
}
.ediy-BlockContent-body a:link
{
	color: #5E7F24;
font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
text-decoration: underline;
}
.ediy-BlockContent-body a:visited, .ediy-BlockContent-body a.visited
{
	color: #8E9D72;
font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
text-decoration: none;
}
.ediy-BlockContent-body a:hover, .ediy-BlockContent-body a.hover
{
	color: #90A82E;
font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
text-decoration: none;
}
.ediy-BlockContent-body ul
{
	list-style-type: none;
	color: #3B422E;
	margin:0;
	padding:0;
}
.ediy-BlockContent-body li
{
font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
font-size: 12px;
margin-left: 12px;
}
.ediy-BlockContent-body ul li
{
	padding:0px 0 0px 15px;
	background-image: url('/images/template/layouts/tpl_784/images/BlockContentBullets.png');
	background-repeat:no-repeat;
	margin:0.5em 0 0.5em 0;
	line-height:1.2em;
}
/*  Box, Post */
.ediy-Post
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:1px;
	min-height:1px;
}
.ediy-Post-body
{
	position: relative;
	z-index: 1;
	padding: 12px;
}
.ediy-Post
{
	margin: 7px;
}
/* Start images */
a img
{
	border: 0;
}
.ediy-article img, img.ediy-article
{
	margin: 1em;
}
.ediy-metadata-icons img
{
	border: none;
	vertical-align: middle;
	margin: 2px;
}
/* Finish images */
/* Start tables */
.ediy-article table, table.ediy-article
{
	border-collapse: collapse;
	margin: 1px;
	width:auto;
}
.ediy-article table, table.ediy-article .ediy-article tr, .ediy-article th, .ediy-article td
{
	background-color:Transparent;
}
.ediy-article th, .ediy-article td
{
	padding: 2px;
	border: solid 1px #9CA984;
	vertical-align: top;
	text-align:left;
}
.ediy-article th
{
	text-align: center;
	vertical-align: middle;
	padding: 7px;
}
/* Finish tables */
pre
{
	overflow: auto;
	padding: 0.1em;
}
/*  PostMetadata */
.ediy-PostMetadataHeader
{
	padding:1px;
	background-color: #C4D973;
}
/*  PostHeaderIcon */
.ediy-PostHeader
{
	text-decoration:none;
	margin: 0.2em 0;
	padding: 0;
	font-weight:normal;
	font-style:normal;
	letter-spacing:normal;
	word-spacing:normal;
	font-variant:normal;
	text-decoration:none;
	font-variant:normal;
	text-transform:none;
	text-align:left;
	text-indent:0;
	line-height:inherit;
font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, Serif;
font-size: 20px;
font-style: normal;
font-weight: bold;
letter-spacing: 2px;
text-align: left;
margin-top: 12px;
margin-bottom: 8px;
	color: #202C0C;
}
.ediy-PostHeader a, .ediy-PostHeader a:link, .ediy-PostHeader a:visited, .ediy-PostHeader a:hover
{
font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, Serif;
font-size: 20px;
font-style: normal;
font-weight: bold;
letter-spacing: 2px;
text-align: left;
margin-top: 12px;
margin-bottom: 8px;
	margin:0;
	color: #202C0C;
}
/*  PostHeader */
.ediy-PostHeader a:link
{
font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, Serif;
text-decoration: none;
text-align: left;
  color: #3B5016;
}
.ediy-PostHeader a:visited, .ediy-PostHeader a.visited
{
font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, Serif;
text-decoration: none;
text-align: left;
  color: #363C2A;
}
.ediy-PostHeader a:hover, .ediy-PostHeader a.hovered
{
font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, Serif;
text-decoration: underline;
text-align: left;
  color: #22280B;
}
/*  PostContent */
/* Content Text Font & Color (Default) */
body
{
font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
letter-spacing: 1px;
  color: #151807;
}
.ediy-PostContent p 
{
	margin: 0.5em 0;
}
.ediy-PostContent, .ediy-PostContent p
{
font-family: Arial, Helvetica, Sans-Serif;
letter-spacing: 1px;
  color: #151807;
}
.ediy-PostContent
{
  margin:0;
}
/* Start Content link style */
/*
The right order of link pseudo-classes: Link-Visited-Hover-Focus-Active.
http://www.w3schools.com/CSS/css_pseudo_classes.asp
http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states/
*/
a
{
font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
text-decoration: none;
letter-spacing: 1px;
  color: #666D39;
}
/* Adds special style to an unvisited link. */
a:link
{
font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
text-decoration: none;
letter-spacing: 1px;
  color: #666D39;
}
/* Adds special style to a visited link. */
a:visited, a.visited
{
font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
text-decoration: none;
  color: #666D39;
}
/* :hover - adds special style to an element when you mouse over it. */
a:hover, a.hover
{
font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
text-decoration: underline;
  color: #666D39;
}
/* Finish Content link style */
/* Resert some headings default style & links default style for links in headings*/
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited
{
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}
/* Start Content headings Fonts & Colors  */
h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
{
font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, Serif;
font-size: 22px;
letter-spacing: 3px;
text-align: left;
  color: #587722;
}
h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, Serif;
font-size: 20px;
letter-spacing: 2px;
text-align: left;
  color: #759F2D;
}
h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, Serif;
font-size: 18px;
letter-spacing: 2px;
text-align: left;
  color: #515A3F;
}
h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
{
font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, Serif;
font-size: 14px;
letter-spacing: 2px;
text-align: left;
  color: #23271B;
}
h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
{
font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, Serif;
font-size: 12px;
letter-spacing: 2px;
text-align: left;
  color: #23271B;
}
h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, Serif;
font-size: 12px;
letter-spacing: 2px;
text-align: left;
  color: #23271B;
}
/* Finish Content headings Fonts & Colors  */
/*  PostBullets */
/* Start Content list */
ol, ul
{
	color: #363C2A;
	margin:1em 0 1em 2em;
	padding:0;
font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
font-size: 12px;
text-align: left;
}
li ol, li ul
{
	margin:0.5em 0 0.5em 2em;
	padding:0;
}
li 
{
	margin:0.2em 0;
	padding:0;
}
ul
{
	list-style-type: none;
}
ol
{
	list-style-position:inside;
	
}
.ediy-Post li
{
	padding:0px 0 0px 17px;
	line-height:1.2em;
}
.ediy-Post ol li, .ediy-Post ul ol li
{
	background: none;
	padding-left:0;
}
.ediy-Post ul li, .ediy-Post ol ul li 
{
	background-image: url('/images/template/layouts/tpl_784/images/PostBullets.png');
	background-repeat:no-repeat;
	padding-left:17px;
}
/* Finish Content list */
/*  PostQuote */
/* Start blockquote */
blockquote,
blockquote p,
.ediy-PostContent blockquote p
{
	color:#181C08;
font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
font-style: italic;
font-weight: normal;
text-align: left;
}
blockquote,
.ediy-PostContent blockquote
{
		border:solid 1px #D8E6A3; 
		margin:10px 10px 10px 50px;
	padding:5px 5px 5px 28px;
	background-color:#F2F6DF;
	background-image:url('/images/template/layouts/tpl_784/images/PostQuote.png');
	background-position:left top;
	background-repeat:no-repeat;
}
/* Finish blockuote */
/*  Button */
.ediy-button-wrapper .ediy-button
{
	display:inline-block;
	width: auto;
	outline:none;
	border:none;
	background:none;
	line-height:25px;
	margin:0 !important;
	padding:0 !important;
	overflow: visible;
	cursor: default;
	text-decoration: none !important;
	z-index:0;
}
.ediy-button-wrapper
{
	display:inline-block;
	position:relative;
	height: 25px;
	overflow:hidden;
	white-space: nowrap;
	width: auto;
	z-index:0;
}
.firefox2 .ediy-button-wrapper
{
	display:block;
	float:left;
}
.ediy-button-wrapper .ediy-button
{
	display:block;
	height: 25px;
font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
font-size: 11px;
font-style: normal;
font-weight: normal;
letter-spacing: 1px;
	white-space: nowrap;
	text-align: left;
	padding: 0 10px !important;
	line-height: 25px;
	text-decoration: none !important;
	color: #000000 !important;
}
input, select
{
font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
font-size: 11px;
font-style: normal;
font-weight: normal;
letter-spacing: 1px;
}
.ediy-button-wrapper.hover .ediy-button, .ediy-button:hover
{
	color: #000000 !important;
	text-decoration: none !important;
}
.ediy-button-wrapper.active .ediy-button
{
	color: #000000 !important;
}
.ediy-button-wrapper .l, .ediy-button-wrapper .r
{
	display:block;
	position:absolute;
	z-index:-1;
	height: 75px;
	background-image: url('/images/template/layouts/tpl_784/images/Button.png');
}
.ediy-button-wrapper .l
{
	left:0;
	right:1px;
}
.ediy-button-wrapper .r
{
	width:403px;
	right:0;
	clip: rect(auto, auto, auto, 402px);
}
.ediy-button-wrapper.hover .l, .ediy-button-wrapper.hover .r
{
	top: -25px;
}
.ediy-button-wrapper.active .l, .ediy-button-wrapper.active .r
{
	top: -50px;
}
/*  Footer */
.ediy-Footer
{
	position:relative;
	z-index:0;
	overflow:hidden;
	width: 884px;
	margin: 5px auto 0px auto;
}
.ediy-Footer .ediy-Footer-inner
{
	height:1%;
	position: relative;
	z-index: 0;
	padding: 20px;
	text-align: center;
}
.ediy-Footer .ediy-Footer-background
{
	position:absolute;
	z-index:-1;
	background-repeat:no-repeat;
	background-image: url('/images/template/layouts/tpl_784/images/Footer.png');
	width: 884px;
	height: 150px;
	bottom:0;
	left:0;
}
.ediy-Footer .ediy-Footer-text p
{
	margin: 0;
}
.ediy-Footer .ediy-Footer-text
{
	display:inline-block;
	color:#495138;
font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
font-size: 11px;
letter-spacing: 1px;
}
.ediy-Footer .ediy-Footer-text a:link
{
	text-decoration: none;
	color: #557321;
font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
font-style: normal;
font-weight: bold;
text-decoration: none;
}
.ediy-Footer .ediy-Footer-text a:visited
{
	text-decoration: none;
	color: #4E573D;
font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
text-decoration: none;
}
.ediy-Footer .ediy-Footer-text a:hover
{
	text-decoration: none;
	color: #4E573D;
font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
text-decoration: none;
}
/*  PageFooter */
.ediy-page-footer, .ediy-page-footer a, .ediy-page-footer a:link, .ediy-page-footer a:visited, .ediy-page-footer a:hover
{
	font-family:Arial;
	font-size:10px;
	letter-spacing:normal;
	word-spacing:normal;
	font-style:normal;
	font-weight:normal;
	text-decoration:underline;
	color:#729B2C;
}
.ediy-page-footer
{
	margin:1em;
	text-align:center;
	text-decoration:none;
	color:#8E9D72;
}
/*  LayoutCell */
.ediy-contentLayout .ediy-content
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 883px;
}

#bottomstatusbar { width: 100%; position: fixed; bottom: 0px; border-top: 1px solid #666666; z-index:99; margin-left: -10px; }
.bottombar td, .bottombar th { color: #ffffff; font: 9pt tahoma, arial, san-serif; } 
.bottombar a { color: #eeeeee; text-decoration: none; } 
.bottombar a:hover { color: #ffffff; } 
/*.link-cart {
   background: url(/icons/silk/icons/cart_go.png) left center no-repeat; 
   padding-left: 24px; 
	margin-top: 10px;
	font-size: 8pt;
	color: #333333;
	font-family: arial, verdana, sans-serif;
}*/

#pnl-checkout {
   color: #333;
}

a.link-cart {
	color: #333333;
}

.link-cart:hover { 
	color: #666;
	text-decoration: none;
}

.link-print {
   background: url(/icons/silk/icons/printer.png) left center no-repeat; 
   padding-left: 20px; 
	margin-top: 10px;
	font-size: 8pt;
	color: #333;
	padding-right: 20px;
	font-family: arial, verdana, sans-serif;
}

.link-print:hover { 
	color: #666;
	text-decoration: none;
}

.link-refer {
   background: url(/icons/silk/icons/email_go.png) left center no-repeat; 
   padding-left: 20px; 
	margin-top: 10px;
	font-size: 8pt;
	color: #333;
	
	font-family: arial, verdana, sans-serif;
}

.link-refer:hover { 
	color: #666;
	text-decoration: none;
}


#bottomstatusbar {
	margin-right: 20px;
	/* background: url(/icons/botstatusbck.gif?vv); */
	/* border-top: 3px groove #ffff99;
/*	
	background-color: #000000;
	opacity:.80;
	-moz-opacity: 0.80;
	filter: alpha(opacity=80); */
}

.bottomcartbutton {
	/*padding: 2px 4px 2px 4px; border: 2px groove #ffff99; background: url(/icons/botstatusbut.gif?vv); */
}

.statusbarpanel {
	border-right: 2px solid #cccccc;
}

*html #bottomstatusbar { /*--IE6 Hack - Fixed Positioning to the Bottom--*/
	margin-top: -1px; /*--prevents IE6 from having an infinity scroll bar - due to 1px border on #footpanel--*/
	position: absolute;
	top:expression(eval(document.compatMode &&document.compatMode=='CSS1Compat') ?documentElement.scrollTop+(documentElement.clientHeight-this.clientHeight) : document.body.scrollTop +(document.body.clientHeight-this.clientHeight));
}



 
.trans80 {width: 100%; background-color: #000000;opacity:.80;filter: alpha(opacity=80); -moz-opacity: 0.80; }
.trans85 {width: 100%; background-color: #000000;opacity:.85;filter: alpha(opacity=85); -moz-opacity: 0.85; }
.trans90 {width: 100%; background-color: #000000;opacity:.90;filter: alpha(opacity=90); -moz-opacity: 0.90; }
.trans95 {width: 100%; background-color: #000000;opacity:.95;filter: alpha(opacity=95); -moz-opacity: 0.95; }
.trans100 {width: 100%; background-color: #000000;opacity:1;filter: alpha(opacity=100); -moz-opacity: 1; }

.trans80YEL {width: 100%; background-color: #666666;opacity:.80;filter: alpha(opacity=80); -moz-opacity: 0.80; }

#tipclick_div{
	position:absolute;
	visibility:hidden;
	background-color: #eeeeee;                   
	border: 1px solid #999999;
	line-height:18px;
	z-index:100;
	opacity:.90;filter: alpha(opacity=90); -moz-opacity: 0.90;
	color: #000000;
}


#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../icons/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../icons/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }


#cloud li.tag1 { font-size: 0.7em; font-weight: 100; }
#cloud li.tag2 { font-size: 0.8em; font-weight: 200; }
#cloud li.tag3 { font-size: 0.9em; font-weight: 300; }
#cloud li.tag4 { font-size: 1.0em; font-weight: 400; }
#cloud li.tag5 { font-size: 1.2em; font-weight: 500; }
#cloud li.tag6 { font-size: 1.4em; font-weight: 600; }
#cloud li.tag7 { font-size: 1.6em; font-weight: 700; }
#cloud li.tag8 { font-size: 1.8em; font-weight: 800; }
#cloud li.tag9 { font-size: 2.2em; font-weight: 900; }
#cloud li.tag10 { font-size: 2.5em; font-weight: 900; }
#cloud li.tag11 { font-size: 2.7em; font-weight: 900; }

#cloud { margin: 0; padding: 2px; line-height: 3em; text-align: center; }
#cloud li { padding: 0px;display: inline;  }


#pnlOptions {
	text-align: right;
}

.moreinfo {
	display: none;
}
	
	.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: Consolas, "Courier New", Courier, Monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}

.csharpcode pre { margin: 0em; }

.csharpcode .rem { color: #008000; }

.csharpcode .kwrd { color: #0000ff; }

.csharpcode .str { color: #006080; }

.csharpcode .op { color: #0000c0; }

.csharpcode .preproc { color: #cc6633; }

.csharpcode .asp { background-color: #ffff00; }

.csharpcode .html { color: #800000; }

.csharpcode .attr { color: #ff0000; }

.csharpcode .alt 
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}

.csharpc

/* Stars */
.ux-rating-reset,
.ux-rating-star {
	float:left;
	width:17px;
	height:15px;
	text-indent:-999em;
	cursor:pointer;
	display:block;
	background:transparent;
	overflow:hidden
}
.ux-rating-reset,
.ux-rating-reset a {
	background:url(/icons/delete.gif) no-repeat 0 -16px
}
.ux-rating-star,
.ux-rating-star a {
	background:url(/icons/star.gif) no-repeat 0 0px
}
.ux-rating-reset a,
.ux-rating-star a {
	display:block;
	width:16px;
	height:100%;
	background-position:0 0px
}
.ux-rating-star-on a {
	background-position:0 -16px!important
}
.ux-rating-star-hover a {
	background-position:0 -32px
}
.ux-rating-reset-hover a {
	background-position:0 -16px
}
.ux-rating-disabled a {
	cursor:default !important
}
.ux-rating-star {
	background:transparent!important;
	overflow:hidden!important
}

.ext-ie .ux-rating-clearfix {
    zoom: 1;
}
.ux-rating-clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}