/*
  mini::Commerce
  http://www.minicommerce.de

  Copyright (c) 2010 CreativePages

  Id: admincontent.css, v 1.2  10.01.2010 
*/


.textmini{
line-height: 1.1em;
font-size: 10px;
font-weight: normal;
}

.textsmall{
color: red;
font-size: 12px;
font-weight: bold;
}

.textsmall a{
color: red;
font-size: 12px;
font-weight: bold;
text-decoration: none;
}

.textsmall a:hover{
text-decoration: underline;
}

.textmiddle{
font-size: 14px;
font-weight: bold;
}

.textlarge{
font-size: 18px;
font-weight: bold;
color: #ff6600;
}

.button	{
	color: #EFEFDE;
	width: 160px;
	height: 25px;
	background-color: #696969;
	vertical-align: top;
	border: 1px solid #000 ;
	font-weight: bold;
    cursor: hand;
}

.buttonsmall	{
	color: #EFEFDE;
	width: 90px;
	height: 20px;
	background-color: #696969;
	vertical-align: top;
	border: 1px solid #000 ;
	font-weight: bold;
    cursor: hand;
}

.linkbutton{
    display: block;
    padding: 1px 1px 1px 1px;
	color: #EFEFDE;
	width: 160px;
	height: 25px;
	background-color: #696969;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #000 ;
	font-weight: bold;
    text-decoration: none;
	cursor: hand;
}

.linkbutton a{
    text-decoration: none;
	color: #406480;
	font-weight: bold;
}

.inputbig		{ 
	width: 300px;
	font-weight: normal;
	color: navy;
}

.inputmiddle		{ 
	width: 150px;
	font-weight: normal;
	color: navy;
}

.inputsmall{ 
	width: 80px;
	font-weight: normal;
	color: navy;
}

.error, .success  {
	padding: 10px 5px 10px 25px;
	color:red;
	border: 1px solid Red;
	font-weight: bold;
	font-size: 14px;
	background-color: #FAFAD2;
	background-image : url(../images/error.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
}

.success	{
	color:#2E8B57;
	border: 1px dashed #2E8B57;
	background-image : url(../images/success.gif);
}

.border{
border: 1px solid #406480;

}

.bg_dgray{
background: #696969;

}

.bg_hgray{
background: #EFEFDE;

}

.listmenu{
width: 180px; 
}

.listmenu .menueheader{
font: bold 12px Arial;
color: white;
background: black;
margin-top: 2px; 
text-transform: uppercase;
padding: 1px 0 1px 1px; 
display: block;
}

.listmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; 
}

.listmenu ul li{
padding-bottom: 0; 
}

.listmenu ul li a{
color: #fff;
background: url(../images/arrow.png) no-repeat center left; 
display: block;
padding-left: 15px; 
text-decoration: none;
font-weight: bold;
font-size: 80%;
}

.listmenu ul li a:visited{
color: #fff;
}

.listmenu ul li a:hover{ 
color: #fff;
text-decoration: underline;
}








