/* design by vhfinder@yahoo.com - mauthietke.com 
   copyright by PCWorld - 2006 */
   
/* left menu -------------------------------------------*/
.menuItem {
	font-size: 12px;
	font-weight: bold;
	color: #880300;
	background-image: url('../images/mnubox_item_bg.gif');
	height: 22px;
	padding-left: 15px;
	padding-top: 3px;
	text-align: left;
}
.home {	
	background-image: url('../images/mnubox_bg.gif');
	background-repeat: repeat-x;
}
.bgMnuBottom {
	background-image: url('../images/mnubox_bg_bottom.gif');
	background-repeat: repeat-x;
	background-position: bottom;
}/*-----------------------------------------------------*/


/* define box content ----------------------------------*/
.boxTitle{
	background-image: url('../images/mnubox_bg.gif');
	background-repeat: repeat-x;
	background-color: #fefefe;
}
.boxTitle_top{
	background-image: url('../images/mnubox_bg.gif');
	background-repeat: repeat-x;
	background-color: #fefefe;
}
.boxBgLeft {
	background-image: url("../images/box_bg_left.gif");
	background-repeat: repeat-y;
	background-position: left;
}
.boxBgRight {
	background-image: url(../images/box_bgright.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.bgBottom {
	background-repeat: repeat-x;
	background-position: bottom;
	background-image: url("../images/box_bg_bottom.gif");
}/*----------------------------------------------------*/



/* box right style ------------------------------------*/
.boxrightTitle {
	background-image: url("../images/boxright_bg.gif");
	background-repeat: repeat-x;
	background-color: #e7e6e6;
}
.boxBlack {
	background-image: url(../images/boxBlack_bg.gif);
	background-repeat: repeat-x;
	height: 22px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.boxred {
	background-image: url(../images/boxred_bg.gif);
	background-repeat: repeat-x;
	background-color: #920909;
}/*--------------------------------------------------*/



/*box red style : games..----------------------------*/
.bgBottomRed {
	background-image: url("../images/boxright_red_bg.gif");
	background-repeat: repeat-x;
	background-position: bottom;
}
.boxContentRed {
	background-color: #880300;
	background-repeat: repeat-x;
}
.boxBgLeftRed {
	background-image: url("../images/box_bg_left.gif");
	background-repeat: repeat-y;
	background-position: left;
	background-color: #880300;
}
.boxBgRightRed {
	background-image: url("../images/box_bgright.gif");
	background-repeat: repeat-y;
	background-color: #880300;
	background-position: right;
}/*-------------------------------------------------*/




/* box abc -style and color -----------------------*/
.rowColor2 {
	background-color: #eeeeee;
}
.boxABC {
	background-color: #FFFFFF;
	border: 1px solid #d1d3d4;
	padding: 5px;
}/*------------------------------------------------*/




.contentColor {
	background-color: #e1e1df;
}

hr {
	color: #919D82;
}
.footer {
	background-color: #930808;
	background-image: url("../images/footer_bg.gif");
	background-repeat: repeat-x;
	color: #ceccbb;
	text-decoration: none;
}
