.defaultMenuColor {
	background-color: #e9342b;
}
.defaultBackgroundColor {
	background-color: #ededed;
}
.defaultTitleColor {
	color: #e9342b;
}
#layoutMenuHorizontal .item.selected {
	background: #ffffff url(images/menu_selectedbackground.gif) repeat-x;
	color: #e9342b;
}
#layoutMenuHorizontal a.item.selected:hover {
	background: #ffffff url(images/menu_selectedhoverbackground.gif) repeat-x;
	color: #ff0000;
}

a {
	color: #e9342b;
}
a:hover {
	color: #f25149;
}

#layoutPath .sep {
	background-color: #e9342b;
}

#contentButtonLogin a.toggle {
	background: url(images/button_login_background.gif) top right no-repeat;
}
#contentButtonRegister a.toggle {
	background: url(images/button_register_background.gif) top right no-repeat;
}

.layoutBoxMainHeight {
	padding: 0 0 20px 0;
	height: 275px;
}

.layoutBoxMain {
	position: relative;
}

.layoutBoxMain .area {
	position: absolute;
	top: 0;
	width: 230px;
}
.layoutBoxMain .area.area1 {
	left: 0;
}
.layoutBoxMain .area.area2 {
	left: 240px;
}
.layoutBoxMain .area.area3 {
	left: 480px;
}

.layoutBoxMain .area .layoutGenericBoxNormalTitle {
	margin: 0 0 5px 0;
	padding: 7px 14px 0 14px;
	height: 21px;
}

.layoutBoxMain .area .contentbox {
	position: relative;
	height: 230px;
	background: url(images/boxmain_background.jpg) 4px 144px no-repeat;
}
.layoutBoxMain .area .contentbox .content {
	padding: 10px;
	font-size: 10px;
}
.layoutBoxMain .area .contentbox .btn_div {
	position: absolute;
	left: 74px;
	bottom: 14px;
}

.layoutBoxContent a {
	color: #424242;
}
.layoutBoxContent a:hover {
	color: #7D7D7D;
}
.indywidualLook a.btn_box {
	background: #E9342B;
}