BODY, TABLE {
	font: normal 12px Arial, Verdana;
}

h2 {
	font-size: 12px;
	font-weight: bold;	
	margin: 20px 0 15px;
}

.tHead TD {
	background: #f0f0f0;
	text-align: center;
	font-weight: bold;
}

#wrapper-left {
	float: left;
	width: 200px;
	margin-right: 10px;
}
#menu {
	margin: 0 auto 20px;
	width: 610px;
}
#menu ul {
	margin: 0;
	padding: 0;
	display: block;
	float: left;	
}
#menu ul li {
	display: block;
	width: 100px;
	height: 18px;
	float: left;
	padding: 3px 5px;
	margin: 0 20px;
	background: #CC0000;
	text-align: center;
}
#menu ul li a{
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}

#cart {
	border: 1px solid #f0f0f0;
	margin-top: 20px;
	padding: 8px;
}
#cart UL {
	margin: 0;
	padding: 0 0 0 16px;
}

#wrapper-content {
	float: left;
}


#page-control-btn {
float:right;
margin:0 20px 10px;
opacity:0.75;
}

#page-control-bg {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 5px;
	height: 5px;
	background: #000000;
	display: none;
}
#page-control-box {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 5px;
	height: 5px;
	display: none;
	/*overflow: hidden;*/
}
#tabs {
	font-size: 12px;
	margin: 0 auto;
}
#settings-image td{
	font-size: 11px;
}

#treefiles .directory {
	list-style-type: circle;
}
#treefiles .file {
	list-style-type: disc;
}
#treefiles .readonly {
	list-style-type: square;
}

.button {
	background: transparent url("../images/ok.jpg");
	width: 70px;
	height: 33px;
	border: none;
	cursor: pointer;
	position: relative;
	top: -11px;
}

.errors {
	width: 380px;
	margin: 10px auto 15px;
	color: red;
	text-align: left;
}
.errors ul{
	margin-left: 0px;
	padding-left: 0;
}
.errors ul li{
	margin-left: 25px;
}
