@charset "UTF-8";

/* ------------------------------------------------------------------------ */
/*																			*/
/* the keka website															*/
/* if you like css, join the keka project! info@kekaosx.com					*/
/*																			*/
/* ------------------------------------------------------------------------ */

/* ------------------------------------------------------------------------ */
/* DOC */
/* ------------------------------------------------------------------------ */

#howtobig {
	width: 1000px;
	text-align: center;
	padding: 0px 0px 20px 0px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-radius: 6px;
	-webkit-box-shadow: 0px 0px 3px #222;
	-moz-box-shadow: 0px 0px 3px #222;
	box-shadow: 0px 0px 3px #222; 
	background-color: #FFFFFF;
}
	.title_howto {
		color: #FFF;
		text-align: center;
		font-size: 18px;
		background: #9A7D67;
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#9A7D67), to(#9A7D67), color-stop(.6,#A88871));
		padding-top: 3px;
		padding-bottom: 3px;
	}
	#howto, #howto_list {
		position: relative;
		left: 50%;
		margin-left: -30em;
		width: 60em;
		text-align: justify;
		margin-bottom: 20px;
		line-height: 1.5em;

	}
		#howto_list ul {
			padding: 0px 0px 0px 0px;
			list-style-type: none;
		}
			#howto_list li a:link, #howto_list li a:visited, #howto_list li a:active, #howto_list li a:hover {
				font-size: 12px;
				color: #693;
				text-decoration: none;
				font-weight: normal;
			}
			#howto_list li a:hover {
				text-decoration: underline;
			}
		.howto_point {
			font-size: 24px;
			font-weight: bold;
			color: #729350;
		}

/* ------------------------------------------------------------------------ */
/* END DOC */
/* ------------------------------------------------------------------------ */
