/* utf-8 marker äöüß */

div.tplsw_selectbox_always input, div.tplsw_selectbox input {
background: #fff url(../images/button.jpg)repeat-x!important;
border: 1px solid #aaa!important;
border-radius: 3px!important;
}

/*###### SELECTBOX ALWAYS ######*/

div.tplsw_selectbox_always {
clear: both;
min-height: 40px;
padding: 6px 0;
}

div.tplsw_selectbox_always select {
background: #fff;
color: #555;
border: 1px solid #aaa;
border-radius: 3px;
font-family: arial, sans-serif;
font-size: 15px;
font-weight: 700;
padding: 8px 5px 9px 6px;
margin: 0;
}


/*###### SELECTBOX ######*/

div.tplsw_selectbox select {
background: #fff;
color: #555;
border: 1px solid #aaa;
border-radius: 3px;
font-family: arial, sans-serif;
font-size: 15px;
font-weight: 700;
padding: 8px 5px 9px 6px;
margin: 0;
}


/*###### LIST ######*/

div.tplsw_list {
border: 0;
}

div.tplsw_list ul {
border: 0;
list-style: none;
padding: 0;
margin: 0;
}

div.tplsw_list li {
border: 0;
list-style: none;
list-style-image: none;
padding: 3px 0;
margin: 0;
}

span.tplsw_active_template_list {
border-top: 0px solid;
border-bottom: 0px solid;
padding: 0 0 3px 0;
}


/*###### ADMIN AREA ######*/

#tplsw_main {
background: #fff;
border: 1px solid #999;
color: #333;
padding: 10px 20px;
}

#tplsw_main table {
border-collapse: collapse;
width: 100%;
max-width: 800px;
}

#tplsw_main table tr td {
border-bottom: 1px dashed #999;
text-align: left;
padding: 5px 24px 5px 0;
}

#tplsw_main table tr:hover {
background: #ddd;
}


/*###### TOGGLE BUTTON ######*/

div.tsToggleContainer {
font-family: arial, sans-serif;
font-size: 15px!important;
font-weight: 400;
line-height: 24px;
padding: 8px 0 4px 0;
}

div.tsToggleContainer a:link{color: #258; text-decoration: none;}
div.tsToggleContainer a:visited{color: #258; text-decoration: none;}
div.tsToggleContainer a:hover{text-decoration: underline;}
div.tsToggleContainer a:active{text-decoration: underline;}
div.tsToggleContainer a:focus{text-decoration: underline;}

.tsToggleButton {
background: #fff url(../images/button.jpg) repeat-x; 
font-family: arial, sans-serif; 
font-size: 15px; 
font-weight: 700; 
border: 1px solid #999; 
border-radius: 3px; 
padding: 4px 12px; 
margin: 0;
}