/* CSS Document */

body{margin:0; padding:0; color:#fff; font-family: Arial, Helvetica, sans-serif;}
/* Template Switcher Bar */
.templateChooser{color:#fff; background: #000 url(bgTemplateChooser_repeat.gif) repeat-x; height: 50px; overflow: hidden; text-align: center;}

.templateChooser a.logo{display: block; height: 50px; width: 290px; background:url(logo_squidio.gif) no-repeat top left;}
.templateChooser a.logo:hover{background:url(logo_squidio.gif) no-repeat top left;}
.templateChooser a.logo span{display: none;}

/* Template Links */
.templateChooser .tplItems{ width: 400px; margin: 0 auto; margin-top: 12px;}
.templateChooser a{
	color: #fff;
	float: left;
	padding-right: 10px;
	margin-right: 10px;
	text-decoration: none;
	background: url(bgTplLink.gif) no-repeat right top;
	font-weight: bold;
	display: block;
	height: 30px;
}
.templateChooser a span{display: block; padding-left: 10px; background: url(bgTplLink.gif) no-repeat left top;}

.templateChooser a:hover{background: url(bgTplLink.gif) no-repeat right bottom;}
.templateChooser a:hover span{background: url(bgTplLink.gif) no-repeat left bottom;}

.templateChooser a img.thumb{ border: 0; float: left; display: none;}


/* Template Dropdown */
.templateChooser select#tmpTpl{
	width: 200px;
	display: block;
	float: left;
	margin-right: 10px;
}

.templateChooser input#templateButton{
	display: block;
	float: left;
	margin-right: 10px;
}

.templateChooser a#templateKaufen{
	display: block;
	width: 150px;
	height: 22px;
	background: url(buttonTemplateKaufen.gif) no-repeat;
}
.templateChooser a#templateKaufen span{
	display: none;
}
