/* TIPS PAGE CSS*/

div#all-tips{
	float:left;
	height:100%;
	margin:5px 0;
	position:absolute;
	width:100%;
}

.box-tips{
	border-bottom:1px dashed #CCC;
	float:left;
	height:100%;
	margin:5px 0 15px 10px;
	padding:0 0 15px 0;
	width:97.7%;
}

.content-tips-middle{
	background-color:#FFF;
	float:left;
	height:100%;
	margin-left:0;
	padding-left:5px;
	min-height:660px;
	padding-bottom:10px;
    width:753px;
}

.content-tips-text{
	float:left;
	height:135x;
	width:480px;
}
	
#grid{
	width:500px;
	height:590px;
	float:left;
	margin:0 0 0 5px;
	border:0;
}

#render-grid{
	float:left;
}

#render-categories{
	float:left;
	font-size:14px;
	padding:0 10px 0 10px;
}

/* <formation text> */

.box-tips-txt{
	float:left;
	width:100%;
	height:550px;
	overflow:auto;
}


#tip-small-image{
	margin:0 auto 0 3px;
	font-size:12px;
	text-align:center;
}

.box-tips-txt h3{
	float:left;
	color:#003366;
	font-size:12px;
	padding:10px 0 5px 3px;
	margin:0;
	width:90%;
}

.box-tips{
	text-align:center;
}

.box-tips-txt p{
	float:left;
	margin:0 0 0 0;
	padding:0 0 10px 0;
	width:100%;
	font-size:12px;
	text-decoration:none;
	text-align:justify;
}

.box-tips strong{
	float:left;
	color:#006699;
	font-weight:bold;
}

.content-tips-text h1{
	background-image:url(../../images/icons/icon-tips.gif);
	background-repeat:no-repeat;
	height:50px;
	margin:10px 10px 0 10px;
	padding:10px 0 0 60px;
}
	
.content-tips-text h1 span{
	color:#002B71;
	font-weight:bold;
	text-transform:uppercase;
}
	
.content-tips-text h2{
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	margin:10px 10px 10px 10px;
}

.content-tips-text p{
	font-size:12px;
	height:64px;
	margin:0 0 10px 10px;
	width:436px;
}

#tip-title{
	float:left;
}

div#tip-tip{
	float:left;
	width:auto;
	height:auto;
	margin:10px 0;

}

#tip-tip p{
	float:left;
	width:auto;
	padding:0 10px 10px 3px;
	margin:0;
}

/* <menu> */

div#menu-tips{
        border:1px solid #F1F1F1;
        float:right;
        height:auto;
        margin:15px 5px 0 0;
        padding:0 0 10px 0;
        width:205px;
}

div#menu-tips h1{
		float:left;
        background-color:#B4D1DF;
        background-image:url(../../images/backgrounds/bg-render-categories.jpg);
        background-repeat:repeat-x;
        border-bottom:1px solid #9DC4D7;
        color:#006699;
        font-size:14px;
        font-weight:bold;
        height:17px;
        margin:0 0 10px 0;
        padding:5px 0 5px 2px;
        text-align:center;
        width:99.5%;
}

/* <tips-list> */