@charset "utf-8";

/* COCAN Skin */

/*#bg-cocan
{
	position:absolute;
	top:-20px;
	width:100%;
	height:1050px;
	background:url(../_images/bg_cocan.png);
	z-index:-10;
}

#mascote
{
	background:url(../_images/mascote.png);
	width:257px;
	height:293px;
	position:absolute;
	top:0px;
	background-repeat:no-repeat;
}*/

/* Default Styles */

*
{
	margin:0px;
	padding:0px;
}

body
{
	/*background: #665c29 url(../_images/bg_default.gif) repeat-x top fixed;*/
	background: #665c29 url(../_images/bg_2009.jpg);
	font:12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000000;
}

form { margin:0 }

input, textarea
{
	padding:0px 5px 0px 5px;
	border:1px solid #666666;
	background-color:#FFFFFF;
	font:12px "Trebuchet MS", Arial, Helvetica, sans-serif
}

ul {  }

h1, h2, h3, h4 { margin:0 }

a:hover, a:active
{
	color:#000000;
	text-decoration:underline;
}

a
{
	color:#333333;
	text-decoration:none;
}

a img { border:none }

.left  { float:left  }
.right { float:right }

.clear-left  { clear:left  }
.clear-right { clear:right }
.clear-both  { clear:both  }

.gray-bottom-border { border-bottom:1px solid #666666; padding-bottom:10px }

.justify { text-align:justify }

/**/

span.strong { font-weight:bold }

/**/

#ajax-loader { text-align:center }

/* Wrapper */

#wrapper
{
	width:660px;
	margin:0px auto;
	background-color:#FFFFFF;
	margin-top:20px;
}

/* Top Menu */

#top-menu
{
	height:29px;
	background:url(../_images/bg_menu.gif) no-repeat;
}

#top-menu ul
{
	padding-left:20px;
}

#top-menu ul li
{
	font-size:13px;
	font-weight:bold;
	display:inline;
	background:url(../_images/circle_bullet.gif) no-repeat bottom left;
	padding-left:12px;
	margin-right:5px;
}

/* Footer */

#footer
{
	clear:both;
	padding:10px 10px 0px 10px;
	text-align:center;
	height:30px;
	color:#666666;
}

/* Content */

#content { margin-top:10px }

#col-left
{
	float:left;
	width:464px;
	padding-left:6px;
}

#col-right
{
	float:right;
	width:186px;
}

/* Content Boxes */

#box-large { background:url(../_images/box_bg.gif) repeat-y  }

#box-large h1
{
	font-size:20px;
	color:#FFFFFF;
	padding-left:15px;
	padding-top:8px;
	height:39px;
}

#box-large-content { padding:0px 20px 15px 15px; position:relative}

#box-large-content h2 { font-size:16px }
#box-large-content p  { margin:10px 0px 10px 0px; text-align:justify }

.box-eventos-top      { background:url(../_images/box_top_eventos.gif) no-repeat  }
.box-cinemas-top      { background:url(../_images/box_top_cinemas.gif) no-repeat  }
.box-lojas-top        { background:url(../_images/box_top_lojas.gif) no-repeat  }
.box-shopping-top     { background:url(../_images/box_top_shopping.gif) no-repeat  }
.box-downloads-top    { background:url(../_images/box_top_downloads.gif) no-repeat  }
.box-parqueamento-top { background:url(../_images/box_top_parqueamento.gif) no-repeat  }
.box-servicos-top     { background:url(../_images/box_top_servicos.gif) no-repeat  }
.box-lojistas-top     { background:url(../_images/box_top_lojistas.gif) no-repeat  }

.box-cinemas { background:url(../_images/box_cinemas.gif) no-repeat  }
.box-contato { background:url(../_images/box_contato.gif) no-repeat  }

.rounded-bottom-large
{
	background:url(../_images/box_large_rounded_bottom.gif) no-repeat bottom;
	padding-bottom:0px !important;
}

/*
Section Colors
/***************
Eventos      #A3CF62
Cinemas      #FF0066
Contato      #FFCC00
Lojas        #FF9900
Lojistas     #0066FF
Shopping     #006b42
Downloads    #660000
Parqueamento #666666
Serviços     #CCCCCC
*/

h2.eventos      { color:#A3CF62 }
h2.cinemas      { color:#FF0066 }
h2.contato      { color:#FFCC00 }
h2.lojas        { color:#FF9900 }
h2.lojistas     { color:#0066FF }
h2.shopping     { color:#006B42 }
h2.downloads    { color:#660000 }
h2.parqueamento { color:#666666 }
h2.servicos     { color:#CCCCCC }

a:hover.more-info
{
	color:#666666;
	text-decoration:underline;
}

a.more-info
{
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}

/* Small Boxes */

#box-small
{
	background:url(../_images/box_small_bg.gif) repeat-y;
	margin-bottom:10px;
}

#box-small h1
{
	font-size:20px;
	color:#FFFFFF;
	padding-left:15px;
	padding-top:8px;
	height:39px;
}

#box-small-content
{
	padding:0px 20px 15px 15px;
	background:url(../_images/box_small_rounded_bottom.gif) no-repeat bottom left;
}

.box-small-lojas    { background:url(../_images/box_small_top_lojas.gif) no-repeat  }
.box-small-lojistas { background:url(../_images/box_small_top_lojistas.gif) no-repeat  }

/* Box Contato */

.box-contato-content
{
	color:#666666;
}

.contato-titulo
{
	font-size:16px;
	font-weight:bold;
	padding-left:5px;
}

/* Form Lojistas */

#form-lojistas {  }

#form-lojistas label { color:#0066FF }

#form-lojistas input
{
	margin: 5px 0px 5px 0px;
	border:1px solid #666666;
	background-color:#FFFFFF;
	font:12px "Trebuchet MS", Arial, Helvetica, sans-serif
}

#form-lojistas input.text
{
	width:135px;
	padding:0px 5px 0px 5px;
}

#form-lojistas input.submit
{
	height:22px;
	margin-top:7px;
}

/* Form Enquetes */

#enquetes-options
{
	margin-top:10px;
	margin-bottom:10px;
}

input.enquete-option
{
	position:relative;
	top:6px;
	margin-bottom: 4px;
	margin-right:5px;
	border:none;
}

/* Box - Lojas */

.lojas-padding { padding:0px 12px 20px 5px !important; }

#lojas-accordion div
{
	height:140px;
	overflow-x:hidden;
	overflow-y:scroll;
}

#lojas-accordion div ul
{
	list-style-type:none;
	padding:0px 0px 0px 10px;
}

#lojas-accordion div ul li { font-size:11px }

#lojas-accordion div ul li a
{
	display:block;
	padding:2px;
}

#lojas-accordion h3
{
	display:block;
	font-size:11px;
	border-bottom:1px solid #000000;
	padding-left:10px;
}

#lojas-accordion a
{
	color:#FF6600;
}

#lojas-alfabetica li a, #lojas-segmentos li a
{
	color:#333333 !important;
}

#lojas-accordion h3 a:hover
{
	cursor:hand;
	cursor:pointer;
	color:#000000;
	text-decoration:underline;
}

#lojas-accordion h3.selected a:active
{
	text-decoration:none;
	color:#FF6600;
}