/* Newsletter module common css */
.mainnewsletter {
	width:239px;
	height:120px;
	overflow:hidden;
	font-family:Helvetica,Arial;
	font-size:11px;
	color:#353535;
	text-align:center;
    background: url(http://www.tischtennis-service.de/shop/templates/vmshopblue/images/newsletter-bg.png) no-repeat left top;
}
.mainnewsletter p {
	text-align:left;
	color:#353535;
	line-height:16px;
	margin: 5px 15px 8px 15px;
}
.newsletterbutton {
	/*width:100%;*/
	border:5px solid #000000;
	font-weight:bold;
	text-align:center;
	padding-top:5px;
}
.newsletterbutton p  {
	text-align:center;
}
.newsletterbutton a#toggle, .newsletterbutton p a.highslide{
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}

/* highslide*/
.newsletterbutton_highslide {
	    padding: 1px 8px;
	    background: url(../images/button.png) no-repeat left top;
	    color: #FFFFFF;
	    font-weight: bold;
	    font-family: Helvetica, Arial;
        width:239px;
        height:43pxpx;
        border:none;
}
.newsletterbutton_highslide p  {
	text-align:center;
}
.newsletterbutton_highslide a#toggle, .newsletterbutton_highslide a.highslide{
	    width:118px;
		height:43px;
		display:block;
		background:url('http://www.tischtennis-service.de/profil/images/button-green-small.png') top right no-repeat;
		font-family:Helvetica,Arial;
		font-weight:bold;
		text-decoration:none;
		color:#fff;
		font-size:10px;
		line-height:35px;
		padding:0 0 2px 0;
		text-align:center;
		margin:-10px 15px 0 0;
		float:right;
}

.newsletterbutton_highslide a#toggle:hover, .newsletterbutton_highslide a.highslide:hover {
		background:url('http://www.tischtennis-service.de/profil/images/button-grey-small.png') top right no-repeat;	
		color:#353535
}

/* Mootols style */
#subscribelayout {
	background: #FFFFFF;
	color: #92939D;
	font-size:12px;
	font-weight:normal;
	/*margin-top:5px;*/
	padding-top:10px;
	border-bottom: 2px solid #000000;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
}
#subscribelayout p, .highslide-body p, .normalsublayout p{
	text-align:center;
	padding-top:10px;
	font-weight:bold;
}
.highslide-body p{
	color: #92939D;
}

/* Normal style */
.normalsublayout {
	background: #FFFFFF;
	color: #92939D;
	font-size:12px;
	font-weight:normal;
	margin-top:5px;
	padding-top:10px;
	border: none;
}
