/*
	CSS Style Definitions for Kaos Football
	developed by Stefan Isarie - Webstars ltd.
	http://www.webstarsltd.com/
	sales@webstarsltd.com

	layout
*/
.boxContainer{ clear: both; }
.boxContainer h1.title{ margin:0 !important; z-index: 1200; position: relative; }
.boxContainer h1.title_{ margin:0 0 0 6px !important; z-index: 1200; position: relative; }
.boxContainer p.bb2{ padding: 12px 0 0 0; }
.boxContainer p.view{ padding: 12px 0 0 0; }
.box {
	position: relative;
	z-index: 50;
	margin-top: -24px;
	margin-bottom: 4px;
	padding:0 12px 0 0;
	background:#fff url(../images/boxes/border_right.gif) 100% 0 repeat-y;
}
.box *{ position: relative; }
.box p{ margin:0; }
.boxborders {
	padding:0 0 0 12px;
	background:#fff url(../images/boxes/border_left.gif) 0 0 repeat-y;
}
.boxtop {
	height:20px;
	margin:0 -12px;
	background:url(../images/boxes/box.gif) 100% 0 no-repeat;
}
.boxtop div {
	width:90px;
	height:20px;
	background:url(../images/boxes/box.gif) 0 0 no-repeat;
}
.boxbottom {
	height:20px;
	margin:0 -12px;
	background:url(../images/boxes/box.gif) 100% 100% no-repeat;
}
.boxbottom div {
	width:90px;
	height:20px;
	background:url(../images/boxes/box.gif) 0 100% no-repeat;
}

/* second box */
.box2 {
	position: relative;
	z-index: 50;
	margin-top: -24px;
	margin-bottom: 5px;
	padding:0 5px 0 0;
	background:#fff url(../images/boxes/border_right2.gif) 100% 0 repeat-y;
}
.box2 *{ position: relative; }
.box2 p{ margin:0; }
.boxborders2 {
	padding:0 0 0 5px;
	background:#fff url(../images/boxes/border_left2.gif) 0 0 repeat-y;
}
.boxtop2 {
	height:10px;
	margin:0 -5px;
	background:url(../images/boxes/box2.gif) 100% 0 no-repeat;
}
.boxtop2 div {
	width:90px;
	height:10px;
	background:url(../images/boxes/box2.gif) 0 0 no-repeat;
}
.boxbottom2 {
	height:10px;
	margin:0 -5px;
	background:url(../images/boxes/box2.gif) 100% 100% no-repeat;
}
.boxbottom2 div {
	width:90px;
	height:10px;
	background:url(../images/boxes/box2.gif) 0 100% no-repeat;
}

.simple-box{ width: 100%; _width: 98%; float:left; border: 1px solid #1A6BA2; margin-bottom: 6px; }
.simple-box-inside{ padding:10px; }
.simple-box-inside p.dummy-text{ width: 60%; text-align:center; margin: 60px auto; color:#fff; }

.stretch{ padding: 0 6px; }
.floater-box{ width: 352px; border: 1px solid #1A6BA2; margin-bottom: 12px; min-height: 190px; height: auto; }
/*\*/* html .floater-box { height: 190px; }/**/
.floater-box p, .floater-big-box p{ color: #fff; margin: 4px 6px; }
.bg-img{ width: 190px; height: 180px; background: url("../images/pages/bg-image-big.gif") no-repeat; padding:6px;  margin-bottom: 12px; }

.floater-big-box{ width: 310px; border: 1px solid #1A6BA2; margin-bottom: 12px; min-height: 391px; height: auto; }
/*\*/* html .floater-big-box { height: 391px; }/**/
.bg-big-img{ width: 231px; height: 381px; background: url("../images/pages/bg-image-bigest.gif") no-repeat; padding:6px;  margin-bottom: 12px; }

div.mt24{ margin-top: 24px !important; }