/*  ------------------------------------------------------  */
/*  ---------------   HTML  ------------------------------  */
/*  ------------------------------------------------------  */

h1, h2, h3 {
	color: #666666;
}

body {
	color : #000000;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
	margin: 0px;
}

th,td, ul, li {
	color : #000000;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
}


input, select {
	color : #000000;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
	font-weight: bold;
}

p {
	color : #000000;
	margin-top : 5px;
	padding-bottom : 10px;
	margin-bottom : 0px;
	margin-left : 10px;
	margin-right : 10px;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
}
p a {
	color : #000000;
	font-weight: bold;
}
p a:hover {
	color : #294A7B;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0000FF;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	color: #000099;
	font-family: Arial, Helvetica, sans-serif;
}


/*  ------------------------------------------------------  */
/*  ---------------   LISTA DE PRODUTOS OU FOTOS  --------  */
/*  ------------------------------------------------------  */

.item a{
	text-align:center;
	vertical-align:top;
	display:block;
	padding:5px;
	height:94%;
	border: 1px solid #CCCCCC;
}

.item a:hover{
	background-color:#E1FFE7;
	border: 1px solid #006633;
}

.item
{
	display:block;
	width:188px;
	height:200px;
	overflow:hidden;
	padding: 0px;
}

.item_geral
{
	float:left;
	margin:5px;
}

.item_carrinho
{
	display:block;
}



/*  ------------------------------------------------------  */
/*  ---------------   MENU ONDE ESTOU  -------------------  */
/*  ------------------------------------------------------  */

.menu_onde_estou
{
	color: #666666;
}

.menu_onde_estou a
{
	font-size:16px;
	color:#999999;
}

.menu_onde_estou_selecionado
{
	font-family: Arial;
	font-size:16px;
	color:#000000;
	font-weight:bold;
}

/*  ------------------------------------------------------  */
/*  ---------------   TABELAS  ---------------------------  */
/*  ------------------------------------------------------  */

.tbl_borda
{
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}

.tbl_titulo
{
	font-family : Tahoma;
	font-weight : bolder;
	font-size : 16px;
	color: #666666;
	height: 20px;
	text-align: left;
	background-color: #EEEEEE;
	padding: 5px;


}
.tbl_titulo2
{
	font-family : Tahoma;
	font-weight : bold;
	font-size : 12px;
	color: #000000;
	background-image: url(/mkte_9/images/icones_mini/seta.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 60px;
	padding-left: 15px;
}
.tbl_titulo3
{
	background-color: #C4CAFF;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size : x-small;
	color: black;
}
.tbl_titulo4
{
	background-color: #88CC88;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size : x-small;
	color: black;
}
.tbl_celula
{
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : x-small;
	color: Black;
}
.tbl_celula_rodape
{
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : x-small;
	color: Black;
	background-color: #FFFFFF;
	align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.tbl_celula_sql1
{
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size : 12px;
	color: #black;
	background-color: #FFFFFF;
}
.tbl_celula_sql2
{
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size : 12px;
	color: #black;
	background-color: #EFEFEF;
}
.tbl_linha_separadora
{
	BORDER-TOP: #226622 2px solid;
	BORDER-LEFT: #226622 2px solid;
    BORDER-RIGHT: #99CC99 2px solid;
    BORDER-BOTTOM: #99CC99 2px solid;
}
.rodape {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}



/*  ------------------------------------------------------  */
/*  ---------------   FORMULÁRIO  ------------------------  */
/*  ------------------------------------------------------  */

.frm_input
{
	HEIGHT: 20px;
	WIDTH: 150px;
	border: 1px solid #B4B4B4;
	color: #333333;
	font-family : Tahoma;
	font-size : 12px;
}
.frm_input_pequeno
{
	HEIGHT: 20px;
	WIDTH: 70px;
	border: 1px solid #B4B4B4;
	color: #333333;
	font-family : Tahoma;
	font-size : 12px;
}
.frm_input_grande
{
	HEIGHT: 20px;
	WIDTH: 300px;
	border: 1px solid #B4B4B4;
	color: #333333;
	font-family : Tahoma;
	font-size : 12px;
}
.frm_text
{
	HEIGHT: 75px;
	WIDTH: 300px;
	border: 1px solid #B4B4B4;
	COLOR: #333333;
	font-family : Tahoma;
	font-size : 12px;
	font-weight: bold;
}
.frm_text_pequeno
{
	HEIGHT: 50px;
	WIDTH: 300px;
	border: 1px solid #B4B4B4;
	COLOR: #333333;
	font-family : Tahoma;
	font-size : 12px;
	font-weight: bold;
}
.frm_select_grande
{
	HEIGHT: 22px;
	WIDTH: 300px;
	border: 1px solid #B4B4B4;
	COLOR: #333333;
	font-family : Tahoma;
	font-size : 12px;
}
.frm_select
{
	HEIGHT: 22px;
	WIDTH: 150px;
	border: 1px solid #B4B4B4;
	COLOR: #333333;
	font-family : Tahoma;
	font-size : 12px;
}
.frm_select_pequeno
{
	HEIGHT: 22px;
	WIDTH: 70px;
	border: 1px solid #B4B4B4;
	COLOR: #333333;
	font-family : Tahoma;
	font-size : 12px;
}
.frm_bt
{
	HEIGHT: 22px;
	WIDTH: 150px;
	border: 1px solid #B4B4B4;
	font-family : Tahoma;
	font-weight : bold;
	font-size : x-small;
	color: white;
	background-color: #A0A0A0;
	CURSOR:pointer;
}
.frm_bt_bl
{
	HEIGHT: 22px;
	WIDTH: 150px;
    border: 1px solid #3A66DA;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : x-small;
	color: white;
    background-color: #888888;
	CURSOR:default;
}
