/* === left-center-right */

.center {
  text-align: center;
}
.eleft {
  float: left;
  margin-right: 10px;
}
.eright {
  float: right;
  margin-left: 10px;
}
.txright {
	text-align: right;
}
.txleft {
	text-align: left;
}
.gotop {
  text-align: right;
  font-size: 0.8em;
}

/* === Module specific styles */

.panel-col-top .node .content {
	background-image: none;
}
ul.images li h3 {
	display: none;
}
/*
ul.images li {
	margin: 0 0 115px 0 !important;
}
.image-thumbnail, .image-preview {
	border: 3px #fff solid;
}
*/


/* === li */

li.li, li.li a {
	list-style-type: circle;
	color: red;
}
li.blue, li.blue a {
	list-style-type: disc;
	list-style-image: url(images/myimg/bullet6r-blue.png);
}
li.green, li.green a {
	list-style-type: disc;
	list-style-image: url(images/myimg/bullet5s-green.png);
	margin-left: 20px;
}
li.orange, li.orange a {
	list-style-type: disc;
	list-style-image: url(images/myimg/bullet6r-orange.png);
}


/* === blocks */

#above .block-adsense {
	margin: 0 !important;
	padding: 0 !important;
}
.block-adsense {
  text-align: center;
}
#block-user-0 h2, #block-logintoboggan-0 h2, #block-image-1 h2, .block-adsense h2,/* #block-i18n-0 h2,*/ #block-translation-0 h2 {
  display: none;
}
#block-image-1 {
  text-align: left;
}
.block-i18n, .block-translation {
	padding: 0 !important;
	margin: 5px !important;
}
.block-i18n .item-list li, .block-translation .item-list li {
	list-style-type: none;
	margin: 0 0 0 22px;
}
#sidebar-left .block-adsense, #sidebar-right .block-adsense {
  background: transparent;
}
/*
.block-simplenews, .block-user {
	word-wrap: break-word !important;
}
*/


/* === My Things */

.blonde { display: none; }
.smart { position:absolute; width:728px; z-index:1; left: -100000px; top: -100000px; }
.warning { background-color: #900; padding: 0 1.5em; border: 1px solid #600; }

.copyright, .copyright a:link, .copyright a:visited { 
  font-weight: normal; 
  font-size: 9px; 
  line-height: 12px; 
  color: #666; 
  text-decoration: none; 
}
.copyright a:hover { font-weight: normal; text-decoration: underline; }

.partners, .partners a { 
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}
.partners a:hover { text-decoration: underline; }
.logger, .logger a { font-size: 10px; color: #bed7b7; }


/* === Old theme */

.linka, .linka a { font-weight: normal; font-size: 10px; line-height: 12px; color: #666; }
.linka a:link { color: #666; text-decoration: underline; }
.linka a:visited { color: #666; text-decoration: underline; }
.linka a:hover { color: #333333; text-decoration: none; }
.linka a:active { color: #666; text-decoration: underline; }

.textlink, .textlink a { font-weight: normal; }

.text2 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #663399}

.tblstg { margin-right: 0.8em }
.tbldr { margin-left: 0.8em }
.tbltop { margin-top: 0.8em }
.tblall { margin: 0.8em }

.joc { 
  margin-bottom: 1em;
  border: 1px solid #f90;
}
.ads1 {
  background-color: #fffffc;
}
.left {
  float: left;
}
.right {
  float: right;
}
.dleft {
	margin-right: 5px;
	float: left;
}
.dright {
	margin-left: 5px;
	float: right;
}
.yo {
  color: #fff;
}