/* ------------------------------------------------------------------------------------------------------------------ */
/* corpo */

div#seaFreight { display: block; position: relative; width: 100%; margin: 0 auto; padding: 0; }


/* ------------------------------------------------------------------------------------------------------------------ */
/* coluna esquerda */

div#seaFreight div.left { display: block; position: relative; width: 200px; background-color: #e5e6e9; margin: 15px 0 0 0; padding: 0 0 35px 0; float: left; overflow: hidden; }
	div#seaFreight div.left a.title { display: block; position: relative; margin: 0; padding: 0 4px; background-color: #003B5C; color: #ffffff; text-align: left; font-family: 'ArialNarrow', sans-serif; font-size: 14px; line-height: 22px; text-decoration: none; text-transform: uppercase; }
	div#seaFreight div.left a.title:hover { color: #f0f0f0; }
	div#seaFreight div.left hr { display: block; position: relative; width: 98%; height: 0; border: none; border-bottom: 1px dotted rgb(142,144,144); margin: 2px auto 10px auto; }
	div#seaFreight div.left a.top { display: block; position: relative; margin: 0 25px 0 0; padding: 0 4px; color:#003B5C; text-align: left; font-family: 'ArialNarrow', sans-serif; font-size: 14px; line-height: 22px; text-decoration: none; text-transform: uppercase; }
	div#seaFreight div.left a.top:hover { text-decoration: underline; }

	div#seaFreight div.left a.children { display: block; position: relative; margin: 6px 0 6px 4px; padding: 0 0 0 0; color:#003B5C; text-align: left; font-family: 'ArialNarrow', sans-serif; font-size: 14px; line-height: 22px; text-decoration: none; }
	div#seaFreight div.left a.children:hover { text-decoration: underline; }
		div#seaFreight div.left a.children span { display: inline-block; position: relative; margin: 0 5px 0 0; width: 10px; height: 10px; background: transparent url(../src/img/menuArrowLeft.png) no-repeat center center; background-size: cover; vertical-align: middle; }

	div#seaFreight div.left a.grandson { display: block; position: relative; margin: 3px 0 3px 35px; padding: 0 0 0 0; color:#003B5C; text-align: left; font-family: 'ArialNarrow', sans-serif; font-size: 14px; line-height: 22px; text-decoration: none; }
	div#seaFreight div.left a.grandson:hover { text-decoration: underline; }
		div#seaFreight div.left a.grandson span { display: inline-block; position: relative; margin: 0 5px 0 0; width: 10px; height: 10px; background: transparent url(../src/img/menuArrowLeft.png) no-repeat center center; background-size: cover; vertical-align: middle; }

	div#seaFreight div.left a.selected { background-color:#003B5C; color: #ffffff; }

@media all and ( max-width: 600px )
{
	div#seaFreight div.left { display: none; }
}
@media all and ( min-width: 601px ) and ( max-width: 1199px )
{
	div#seaFreight div.left { margin: 15px 0 0 15px; }
}


/* ------------------------------------------------------------------------------------------------------------------ */
/* coluna direita */

div#seaFreight div.right { display: block; position: relative; width: 650px; margin: 15px 50px 0 0; float: right; overflow: hidden; }
	div#seaFreight div.right div.responsive { display: none; }
	div#seaFreight div.right h1 { display: block; position: relative; font-family: 'ArialBold', sans-serif; font-size: 18px; color:#003B5C; line-height: 25px; }
	div#seaFreight div.right div.htmlContent { display: block; position: relative; margin: 20px 0 35px 0; }

@media all and ( max-width: 600px )
{
	div#seaFreight div.right { width: 90%; float: none; margin: 15px auto 0 auto; }
		div#seaFreight div.right div.responsive { display: block; position: relative; margin: 25px 0; text-align: center; }
			div#seaFreight div.right div.responsive a { display: inline-block; position: relative; font-size: 13px; font-family: 'ArialNarrow', sans-serif; color:#003B5C; line-height: 18px; text-align: center; text-decoration: none; }
			div#seaFreight div.right div.responsive p { display: inline-block; position: relative; font-size: 13px; font-family: 'ArialNarrow', sans-serif; color:#003B5C; margin: 0 2px; line-height: 18px; }
			div#seaFreight div.right div.responsive p:last-child { display: none; }
}
@media all and ( min-width: 601px ) and ( max-width: 1199px )
{
	div#seaFreight div.right { margin: 15px 15px 0 25px; }
	div#seaFreight div.right
	{
		width: 100%;
		width: calc( 100% - 200px - 25px - 15px - 15px );
		width: -webkit-calc( 100% - 200px - 25px - 15px - 15px );
		width: -moz-calc( 100% - 200px - 25px - 15px - 15px );
	}
}


/* ------------------------------------------------------------------------------------------------------------------ */