html{
  height:100%;
  width:100%;
}
body{
  margin:0;
  padding:0;
  font-size:11pt;
  font-family: arial, verdana;
  color:#444;
  border:none;
}
img{
  border:none;
}
a{
  text-decoration:none;
  color:#80b6bd;
}
a:hover{
  color:#176069;
}
/* ----------------------------------------------  CONTAINER  ---------------------------------------------- */
.container{
  display:block;
  width:920px;
  margin:0 auto;  
}
.container2{
  float:left;
  width:900px;
  padding:0 10px;
  margin:0 0 0 0;
  background:url("/images/template/layouts/tpl_1303/images/shadow.png") repeat-y;
}
/* ----------------------------------------------  HEADER  ---------------------------------------------- */
.header{
  float:left;
  width:100%;
  background:url(/images/template/layouts/tpl_1303/images/header.jpg) 0 0 no-repeat;
  height:152px;
}

/* ----------------------------------------------  CONTENT  ---------------------------------------------- */
.content{
  float:left;
  width:840px;
  min-height:635px;
  padding:30px;
  background:white;
}
.homeImages img{
  padding:12px;
  background:white;
  border:solid 1px #bdd3da;
  border-radius:4px;
  margin:0 0 15px 20px;
}
.generalInformation{
  border:solid 1px #bdd3da;
  padding:20px;
  border-radius:10px;
  background:white url(/images/template/layouts/tpl_1303/images/tableBG.png) repeat-x;
}
a.aButton{
  background:url(/images/template/layouts/tpl_1303/images/button.png) no-repeat;
  color: white;
  display: block;
  font-size: 8pt;
  font-weight: bold;
  height: 14px;
  margin: 0 auto;
  padding: 3px 0;
  text-align: center;
  width: 79px;
}
.content p{
  float:left;
  width:100%;
  margin:10px 0;
}
.content li{
  float:left;
  width:100%;
  margin:5px 0;
}
.content h3, .content h4{
  color:#176069;
  float:left;
  width:100%;
  font-size:12pt;
  margin:10px 0;
  font-weight:bold;
}
.content h1, .content h2{
  color:#176069;
  float:left;
  width:100%;
  font-size:15pt;
  margin:0 0 20px 0;
  font-weight:bold;
}
.DivDisp{
  float:left;
}
/* ----------------------------------------------  SIDEBAR  ---------------------------------------------- */
.sidebar{
  float:left;
  width:220px;
  margin:0 0 0 0;
}
.sidebar a{
  float:left;
  margin:25px 0;
}
/* ----------------------------------------------  FOOTER  ---------------------------------------------- */
.footer{
  float:left;
  width:840px;
  font-size:9pt;
  padding:10px 30px;
}
.footer p{
  float:left;
  margin:15px 0 0 0;
}
.footer a{
  float:right;
  margin:0 0 0 0;
}
/* ----------------------------------------------  TOP NAV  ---------------------------------------------- */
#nav{
  float:left;
  padding:0 0 0 0;
  height:53px;
  background:url("/images/template/layouts/tpl_1303/images/nav.png") no-repeat;
  width:900px;
  list-style:none;
  margin:127px 0 0 0;
  text-align: center;
  overflow:hidden;
}
/* ----[ LINKS ]----*/

/* all menu links */
#nav a, #subMenusContainer a{
  text-decoration:none;
  display:block;
  padding:4px 31px 5px 33px;
}

/* Just main menu links --[for non-javascript users this applies to submenu links as well]*/
#nav a{
  margin:0;
  font:10pt 'arial';
  font-weight:bold;
  float:left;
  color:#555;
}
/* Just sub menu links */
#subMenusContainer a, #nav li li a{
  text-align:left;
  font-size:10pt;
  padding:5px 10px;
  color:#222;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}
/* All menu links on hover or focus */
#nav a:hover, #nav a:focus, #subMenusContainer a:hover, #subMenusContainer a:focus, #nav a.mainMenuParentBtnFocused, #subMenusContainer a.subMenuParentBtnFocused{
  background-color:none;
  color:#80b6bd;
}
/* sub menu links on hover or focus */
#subMenusContainer a:hover, 
#subMenusContainer a:focus,  
#subMenusContainer a.subMenuParentBtnFocused{
  background-color:none;
  color:#80b6bd;
}
#nav a:active{
  color:#176069;
  outline:none;
}
/* Parent Sub Menu Links ---[javascript users only]*/
.subMenuParentBtn{ 
  background: url(/images/template/layouts/tpl_1303/images/arrow_right.gif) right center no-repeat;  
}

/* Parent Sub Menu Links on hover or focus ---[javascript users only]*/
.subMenuParentBtnFocused{ 
  background: url(/images/template/layouts/tpl_1303/images/arrow_right_over.gif) right center no-repeat;  
}

/* Parent Main Menu Links ---[javascript users only]*/
.mainMenuParentBtn{	
  background: url(/images/template/layouts/tpl_1303/images/arrow_down.gif) right center no-repeat; 
}

/* Parent Main Menu Links on hover or focus ---[javascript users only]*/
.mainMenuParentBtnFocused{	
  background: url(/images/template/layouts/tpl_1303/images/arrow_down_over.gif) right center no-repeat; 
}

/* ----[ OLs ULs, LIs, and DIVs ]----*/

/* Submenu Outer Wrapper - each submenu is inside a div with this class - javascript users only */
.smOW{ 
  display:none; 
  position: absolute; 
  overflow:hidden; 
  /*the 2px left & right padding lets you have a 1px border 
    on the ul or ol inside since overflow is set to hidden*/
  padding:0 2px;
  margin:0 0 0 -2px;
}


/* All ULs and OLs */
#nav ul, #nav ol, #subMenusContainer ul, #subMenusContainer ol { 
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 1em;
}

/* All submenu OLs and ULs */
#nav ol, #nav ul, #subMenusContainer ul, #subMenusContainer ol {	
/*border around submenu goes here*/	 
  -moz-border-radius: 0 8px 8px 8px;
  -webkit-border-radius:0 8px 8px 8px;
  background:#fff;	
  border:1px solid #39403e;
  left:0;
}


/* List items in main menu --[for non-javascript users this applies to submenus as well]  */
#nav li { 
/*great place to use a background image as a divider*/
  display:block;
  list-style:none;
  position:relative;
  float:left;
}
#subMenusContainer li{
  list-style: none;
}
#subMenusContainer{	display:block; 	position:absolute;	top:0;	left:0;	width:100%;	height:0;	overflow:visible;	z-index:1000; }


/* --------------------------[ The below is just for non-javscript users ]--------------------------*/
#nav li li{	float:none; }

#nav li li a{ /* Just submenu links*/	
  position:relative;
  float:none;
}

#nav li ul { /* second-level lists */
  position: absolute;
  width: 10em;
  margin-left: -1000em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
  margin-top:2.2em;
}

/* third-and-above-level lists */
#nav li ul ul { margin: -1em 0 0 -1000em; }
#nav li:hover ul ul {	margin-left: -1000em; }

 /* lists nested under hovered list items */
#nav li:hover ul{	margin-left: 0; }
#nav li li:hover ul {	margin-left: 10em; margin-top:-2.5em;}

/* extra positioning rules for limited noscript keyboard accessibility */
#nav li a:focus + ul {  margin-left: 0; margin-top:2.2em; }
#nav li li a:focus + ul { left:0; margin-left: 1010em; margin-top:-2.2em;}
#nav li li a:focus {left:0;  margin-left:1000em; width:10em;  margin-top:0;}
#nav li li li a:focus {left:0; margin-left: 2010em; width: 10em;  margin-top:-1em;}
#nav li:hover a:focus{ margin-left: 0; }
#nav li li:hover a:focus + ul { margin-left: 10em; }
#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; } 

/* ------ eDIY COMMON CSS  --------- */

@font-face{font-family:'Glyphicons Halflings';
src:url(/assets/plugins/bootstrap/fonts/glyphicons-halflings-regular.eot);
src:url(/assets/plugins/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),
url(/assets/plugins/bootstrap/fonts/glyphicons-halflings-regular.woff) format('woff'),
url(/assets/plugins/bootstrap/fonts/glyphicons-halflings-regular.ttf) format('truetype'),
url(/assets/plugins/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}
/*
.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*/

.glyphicon{top:0px !important; }

#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;
	left: 0; /* 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;
}

/* ------ REGISTER FORM --------- */

#registerForm
{
	float: left;
	width: 100%;
	height: 100%;
	color: #333333;
}
#registerForm table
{
	color: #333333;
}
#divDetailsEditor
{
	display: block;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	color: #333333;

}

#divDetailsEditor table
{
	display: block;
	margin: 0 auto;
	background: white;
	padding: 2%;
	border-radius: 20px;
	border: solid 4px #eee;
}
#divDetailsEditor input
{
	/* display: block; */
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px 5px;
}

#divDetailsEditor  .roundedtextbox {
	border: solid 1px #ccc;
	background: white;
}

/* #divDetailsEditor input.ediy-button
{
	width: auto;
	cursor: pointer;
	padding: 5px;
	margin: 10px 0;
}
*/

#divDetailsEditor input.checkboxinput
{
	float: right;
	width: auto;
	border: none;
	padding: 0 0 0 0;
	margin: 2px 80px 0 0;
}
#divDetailsEditor input:focus
{
	outline: none;
	border-color: #001694;
}
#divDetailsEditor select
{
	display: block;
	background: white;
	border: solid 1px #ccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 100% padding:5px 0;
}
#divDetailsEditor select:focus
{
	outline: none;
	border-color: #001694;
}
.disptable hr
{
	background: #eee;
	height: 1px;
	border: none;
	display: block;
	width: 100%;
	margin: 20px 0 0 0;
}
.formHeader
{
	display: block;
	font-size: 16pt;
	font-weight: bold;
	margin: 10px 0;
}
.formSectionHeader
{
	display: block;
	font-size: 13pt;
	font-weight: bold;
	margin: 10px 0;
}
.formRequiredText
{
	color: #555;
}

label.error
{
	background: none repeat scroll 0 0 #EA3F3F;
	border: 4px solid #EEEEEE;
	border-radius: 10px 10px 10px 10px;
	color: white;
	opacity: 0.85;
	padding: 4px;
	position: relative;
	right: -120px;
	top: -42px;
	z-index: 5000;
}

/* ------ CONTACT FORM --------- */

#feedback {
	width: 80%;
}

#contactForm
{
	float: left;
	width: 100%;
	height: 100%;
	color: #333333;
}
#divFeedbackForm
{
	display: block;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	color: #333333;
	
}
#divFeedbackForm table
{
	display: block;
	margin: 0 auto;
	background: white;
	padding: 2%;
	border-radius: 20px;
	border: solid 4px #eee;
}
#divFeedbackForm input
{
	/* display: block; */

	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px 5px;
}

#divFeedbackForm  .roundedtextbox {
	border: solid 1px #ccc;
	background: white;
}

/* #divFeedbackForm input.ediy-button
{
	width: auto;
	cursor: pointer;
	padding: 5px;
	margin: 10px 0;
} */

#divFeedbackForm input.checkboxinput
{
	float: right;
	width: auto;
	border: none;
	padding: 0 0 0 0;
	margin: 2px 80px 0 0;
}
#divFeedbackForm input:focus
{
	outline: none;
	border-color: #001694;
}
#divFeedbackForm textarea
{
	display: block;
	background: white;
	border: solid 1px #ccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px 5px;
}
#divFeedbackForm textarea:focus
{
	outline: none;
	border-color: #001694;
}
#divFeedbackForm select
{
	display: block;
	background: white;
	border: solid 1px #ccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 100% padding:5px 0;
}
#divFeedbackForm select:focus
{
	outline: none;
	border-color: #001694;
}
.formHeader
{
	display: block;
	font-size: 16pt;
	font-weight: bold;
	margin: 10px 0;
}
.formSectionHeader
{
	display: block;
	font-size: 13pt;
	font-weight: bold;
	margin: 10px 0;
}
.formRequiredText
{
	color: #555;
}

/* ------ LOGIN FORM --------- */

#loginForm
{
	float: left;
	width: 100%;
	height: 100%;
	color: #333333;
}
#divLoginForm
{
	display: block;
	width: 90%;
	max-width: 750px;
	margin: 0 auto;
	color: #333333;
}

#divLoginForm table
{
	display: block;
	margin: 0 auto;
	background: white;
	padding: 2%;
	border-radius: 20px;
	border: solid 4px #eee;
}

#divLoginForm input
{
	/* display: block; */
	/*border: solid 1px #ccc;*/
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	/* width: 80%; */
	padding: 5px 5px;
}

.disptable input.ediy-button:hover, #divForgottenPassword input.ediy-button:hover
{
	border-color: #001694 !important;
	color: #001694;
}
/*
#divLoginForm input.ediy-button
{
	width: auto;
	cursor: pointer;
	padding: 5px;
	margin: 10px 0;
}
*/

#divLoginForm .roundedtextbox {
	border: solid 1px #ccc;
	background: white;
}

#divLoginForm input.checkboxinput
{
	float: right;
	width: auto;
	border: none;
	padding: 0 0 0 0;
	margin: 2px 80px 0 0;
}
#divLoginForm input:focus
{
	outline: none;
	border-color: #001694;
}
#divLoginForm textarea
{
	display: block;
	background: white;
	border: solid 1px #ccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 80%;
	padding: 5px 5px;
}
#divLoginForm textarea:focus
{
	outline: none;
	border-color: #001694;
}
#divLoginForm select
{
	display: block;
	background: white;
	border: solid 1px #ccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 100% padding:5px 0;
}
#divLoginForm select:focus
{
	outline: none;
	border-color: #001694;
}
.formHeader
{
	display: block;
	font-size: 16pt;
	font-weight: bold;
	margin: 10px 0;
}
.formSectionHeader
{
	display: block;
	font-size: 13pt;
	font-weight: bold;
	margin: 10px 0;
}
.formRequiredText
{
	color: #555;
}
#divForgottenPassword
{
	float: left;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -150px 0 0 -240px;
	width: 400px;
	padding: 40px 40px 80px 40px;
	background: white;
	border: solid 10px #ddd;
	border-radius: 15px;
	height: 0;
	opacity: 0;
	display: none;
	z-index: 100000;
	color: #333333;
}
#divForgottenPassword h3
{
	float: left;
	width: 100%;
	margin: 10px 0;
	font-style: none;
	color: #333333;
}
#divForgottenPassword p
{
	float: left;
	width: 100%;
	margin: 5px 0;
}
#closeForgottenPassword
{
	background: none repeat scroll 0 0 #888888;
	border: 5px solid #DDDDDD;
	border-radius: 10px 10px 10px 10px;
	bottom: 15px;
	color: white;
	cursor: pointer;
	float: left;
	font-weight: bold;
	padding: 10px;
	position: absolute;
	right: 15px;
}
#closeForgottenPassword:hover
{
	color: #001694;
}

/* --------- GUESTBOOK FORM ---------*/

#guestbookForm
{
	float: left;
	width: 100%;
	height: 100%;
	color: #333333;
}
#divGuestbookForm
{
	display: block;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	color: #333333;
	
}
#divGuestbookForm table
{
	display: block;
	margin: 0 auto;
	background: white;
	padding: 2%;
	border-radius: 20px;
	border: solid 4px #eee;
}
#divGuestbookForm input
{
	/* display: block; */

	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px 5px;
}

#divGuestbookForm  .roundedtextbox {
	border: solid 1px #ccc;
	background: white;
}

#divGuestbookForm input.checkboxinput
{
	float: right;
	width: auto;
	border: none;
	padding: 0 0 0 0;
	margin: 2px 80px 0 0;
}
#divGuestbookForm input:focus
{
	outline: none;
	border-color: #001694;
}
#divGuestbookForm textarea
{
	display: block;
	background: white;
	border: solid 1px #ccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 80%;
	padding: 5px 5px;
}
#divGuestbookForm textarea:focus
{
	outline: none;
	border-color: #001694;
}
#divGuestbookForm select
{
	display: block;
	background: white;
	border: solid 1px #ccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 100% padding:5px 0;
}
#divGuestbookForm select:focus
{
	outline: none;
	border-color: #001694;
}

.ediy-post-date {
  padding: 8px;
  margin-right: 15px;
  display: block;
  background-color: #666666;
  color: #ffffff;
 }
 
 .ediy-post-date-day {
   font-size: 16pt;
   display: block;
 }
 
.ediy-post-date-month {
   font-size: 14pt;
   display: block;
}

.ediy-post-list {
    padding: 20px;
	margin-top: 20px;
}
 
.ediy-post-footer {
   display: block;
   border-radius: 10px;
   margin-top: 20px;
   padding: 8px;
   background-color: #e3e3e3;
   width: 95%;
}
 
.ediy-post-list-tools {
	float: right;
	width: 30px;
	display: block;
	height: 20px;
	margin-top: 20px;
}

.ediy-action {
	width: 135px !important;
	margin-left: 10px !important;
	display: block !important;
	padding-left: 20px !important;
}

.ediy-action-buy {
	background: url("/icons/silk/icons/cart.png") left center no-repeat !important;
}

.ediy-action-remove {
	background: url("/icons/silk/icons/delete.png") left center no-repeat !important;
}
	
.slide-info-panel {
   display: none;
}
/*
#ediy-layouteditor {
   position: absolute;
   left: -10000px;
   width: 800px;  
}
*/
#ediy-layouteditor-loader {
   height: 300px;
   background: url(/icons/loading_bar.gif);
   background-repeat: no-repeat;
   background-position: center center;
}
