/* CSS Document */
/*FORMULÁRIO*/

	input.submit {
        width: 160px;
		height:40px;
        color: #eee;
        /*text-transform: uppercase;*/
        margin-top: 10px;
        background-color: #333;
        border: none;
        -webkit-transition: -webkit-box-shadow 0.3s linear;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px; 
        /*background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#18a5cc), to(#0a85a8));
        background: -moz-linear-gradient(25% 75% 90deg,#0a85a8, #18a5cc);*/
    } 
 
    input.submit:hover {
       /* -webkit-box-shadow: 0px 0px 10px #555;
        -moz-box-shadow: 0px 0px 10px #aaa;
        box-shadow: 0px 0px 10px #555;*/
        cursor:  pointer;
		background:#000;
    }
	

/* FINAL FORMULÁRIO*/


.posicaoCompra {
	margin-bottom:30px;
}

/*MENU COM O CAMINHO DA COMPRA*/
#menu ul {
	padding:0px;
	margin:0px;
	/*background-color:#EDEDED;*/
	list-style:none;
	;
}

#menu ul li { display: inline; margin-right:0px;
 }

#menu ul li a {
	padding: 10px 103px 8px 0px;
	display: inline-block;
	text-align:left;
 
	/* visual do link */
	color: #B3B2B4;
	font-size:12px;
	text-decoration: none;
	border-bottom:10px solid #E5E4EA;
}
