#content #saveOrder a {
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

#content #saveOrder a:hover {
	color: #00BE00;
}

#content .column {
	float: left;
	width: 222px;
	min-height: 200px;
	padding-bottom: 5px;	
}

#content #left,
#content #middle {
	margin-right: 6px;
}

#content .block {
	margin-bottom: 6px;
	background-color: #FFF;
	height: 140px;
}

#content .block h1 {
	margin: 0;
	font-size: 22px;
	width: 100%;
	height: 100%;
}

#content .block a {
	display: block;
	height: 100%;
	padding: 10px;
	text-decoration: none;		
}

#content .block .adminLink a {
	display: inline;
	padding: 0;
}

#content .block.txt_black a {
	color: #000;
}

#content .block.txt_white a {
	color: #FFF;
}

#content .block.bg_white a:hover {
	color: #00BE00;
}

#content .block.bg_yellow {
	background-color: #FFEC01;
}

#content .block.bg_yellow a:hover {
	color: #E3001B;
}

#content .block.bg_red {
	background-color: #E3001B;
}

#content .block.bg_red a:hover {
	color: #FFEC01;
}

#content .block.bg_blue {
	background-color: #019EE1;
}

#content .block.bg_blue a:hover {
	color: #FFF;
}

#content .block.bg_dore {
	background-color: #CCA349;
}

#content .block.bg_dore a:hover {
	color: #FFF;
}

#content .block.bg_green {
	background-color: #00BE00;
}

#content .block.bg_green a:hover {
	color: #FFF;
}

#content .block.txt_white a:hover {
	color: #000;
}

#content .block.bg_picture {
	background-position: center;
	background-repeat: no-repeat;
}

#content .block.bg_picture a:hover {
	color: #019EE1;
}

#content .block.bg_picture.txt_white a:hover {
	color: #019EE1;
}

#content .block.inactive {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

#content .placeholder {
	background-color: #00BE00;
}