/****************************************************************/
/*   Design:   Multiflex-5.4                                    */
/*   Type:     Design with sidebar                              */
/*   File:     Grid Toolbox                                     */
/*   Option:   Design with sidebar                              */
/*--------------------------------------------------------------*/
/*   Design:   www.1234.info                                    */
/*   Date:     March 13, 2008                                   */
/*--------------------------------------------------------------*/
/*   License:  Fully open source without restrictions.          */
/*             Please keep footer credits with the words        */
/*             "Design by 1234.info". Thank you!                */
/****************************************************************/

/******************/
/* GLOBAL LAYOUT  */
/******************/
.content {
	width:705px;
	float:left;
	overflow:visible !important /*Non-IE6*/;
	overflow:hidden /*IE6*/;
	background-color:#FFF;
	display:inline; /*Fix IE floating margin bug*/
	text-align: left;
	}
.subcontent {
	display:inline; /*Fix IE floating margin bug*/
	float:right;
	width:241px;
	#margin-right:4px;
	background-color:transparent;
	font-size:1em;
	overflow:visible !important /*Non-IE6*/;
	overflow:hidden /*IE6*/;
	text-align: left;
}




/************/
/*  CONTENT */
/************/

/* CONTAINER (NO BOXES) */
.content-1col-nobox {width:705px; background-color:#FFF; display:inline; /*Fix IE floating margin bug av*/}
.content-2col-nobox-leftcolumn {width:337px; background-color:#FFF; display:inline; /*Fix IE floating margin bug av*/}
.content-2col-nobox-rightcolumn {width:337px; background-color:#FFF; display:inline; /*Fix IE floating margin bug av*/}

/* CONTAINER (BOXES) */
.content-1col-box {width:705px;  background-color:#FFF;display:inline; /*Fix IE floating margin bug av*/}
.content-2col-box-leftcolumn {width:333px; background-color:#FFF; display:inline; /*Fix IE floating margin bug av*/}
.content-2col-box-rightcolumn {width:333px; background-color:#FFF;display:inline; /*Fix IE floating margin bug av*/}
.content-2col-box {width:333px;display:inline; /*Fix IE floating margin bug av*/}

/***************/
/* SUBCONTENT  */
/***************/

.subcontent-box {
	width:241px;
	float:right;
	background-color:#CEF1FF;
	display:inline; /*Fix IE floating margin bug av*/}
}


/*********************/
/*  ROUNDED CORNERS  */
/*********************/



/* CONTENT */
.corner-content-1col-top {clear:both; width:705px; height:7px; background: #a0a495 url(../img/temp_bg_corner_content_1col_top.gif) no-repeat; overflow:hidden;}
.corner-content-1col-bottom {
	clear:both;
	width:705px;
	height:10px;
	border-bottom: #a0a495 solid 10px;
	/*padding-bottom:10px;*/
	/*background:#a0a495 url(../img/temp_bg_corner_content_1col_bottom.gif) no-repeat;*/
	overflow:hidden;
}
.corner-content-2col-top {
	width:333px;
	height:7px;
	overflow:hidden;
	/*background:#a0a495 url(../img/temp_bg_corner_content_2col_top.gif) no-repeat;
	*/
}
.corner-content-2col-bottom {
	width:333px;
	height:10px;
	/*padding-bottom:10px;*/
	/*background:#a0a495 url(../img/temp_bg_corner_content_2col_bottom.gif) no-repeat;*/
	overflow:hidden;
	border-bottom: #a0a495 solid 10px;

}

/* SUBCONTENT */
.corner-subcontent-top {clear:both; float: right; width:241px; height:7px; background:#9ACACC url(../img/temp_bg_corner_subcontent_top.gif) no-repeat; overflow:hidden;}
.corner-subcontent-bottom {
	clear:both;
	float: right; 
	width:241px;
	height:7px;
	margin-bottom:10px;
	background:#9ACACC url(../img/temp_bg_corner_subcontent_bottom.gif) no-repeat;
	overflow:hidden;
}

/******************/
/*  CLEAR FLOATS  */
/******************/
.container:after, .header:after, .header-top:after, .header-bottom:after, .navbar:after, .main:after, .content:after, .content div:after, .subcontent:after, .subcontent div:after, .footer:after {content:''; display:block; height:0; clear:both; visibility:hidden;}
.content-1col-nobox:after, .content-2col-nobox-leftcolumn:after, .content-2col-nobox-rightcolumn:after, .content-1col-box:after, .content-2col-box-leftcolumn:after, .content-2col-box-rightcolumn:after, .content-2col-box:after, .subcontent-box:after {content:''; display:block; height:0; clear:both; visibility:hidden;}
.corner-content-1col-top:after, .corner-content-1col-bottom:after, .corner-content-2col-top:after, .corner-content-2col-bottom:after, .corner-subcontent-top:after, .corner-subcontent-bottom:after {content:''; display:block; height:0; clear:both; visibility:hidden;}
 p:after {content:''; display:block; height:0; /*clear:both Do not use here to avoid paragraphs clearing next to images;*/  visibility:hidden;}
 
/**************/
/*  PRINTING  */
/**************/
 
/**************/
/*  PRINTING  */
/**************/
/* To avoid that some layouts may break during printing */
/* we remove one vertical border-line for the columns  */                 
@media print {.content-1col-nobox {width:705px; background-color:#FFF; display:inline; /*Fix IE floating margin bug av*/};}