/* CSS para antoniomarinho.pt
   ciclotecnologico.com */
body {
	background: url(imagens/fundo6.png);
	background-color: #E3EFFC;
	background-repeat: repeat-x;
	background-position: 0% 0%;
	font-size:x-small;
	voice-family:"\"}\"";
	voice-family:inherit;
	font-size:small;
	margin: 7px 0 0 0;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
.menus {
	border-bottom: 1px solid #C0C0C0;
	height: 60px;
	/*background:url(imagens/bar_middle.gif) repeat-x;*/
	background:url(imagens/topo.png) no-repeat;
	vertical-align: middle;
	padding-left: 20px;
}
	.menus a {
		color: #273595;
		text-decoration: none;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 13px;
		/*font-weight: bold;*/
		/*font-variant:small-caps;*/
		padding-left: 7px;
		padding-right: 15px;
	}
	.menus a:hover {
		text-decoration: underline;
	}

.conteudo {
	background-color:#FFFFFF;
	border-left: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
		/*padding: 10px;*/
}
/* parte 1 */
#imagem {
	height: 150px;
	width: 348px;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	/*border:1px solid #C0C0C0; */
	padding: 5px;
	background-color:#FFFFFF;
	text-align:center;
}
	#so_imagem {
		height: 150px;
		width:100%;
		margin-top: 10px;
		margin-left: 10px;
		text-align:center;
	}
#descricao {
	/*height: 150px;*/
	width: 348px;
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	border: 1px solid #C0C0C0;
	padding: 5px;
	background-color: #F1F1F2;
	text-align:justify;
	font-family: Tahoma, Arial, Helvica, sans-serif;
	font-size: 15px;
}
	#so_descricao {
		/*height: 150px;*/
		width: 98%;
		margin-top: 10px;
		margin-right: 10px;
		padding: 5px;
		background-color: #FFFFFF;
		text-align:center;
		font-family: Tahoma, Arial, Helvica, sans-serif;
		font-size: 15px;
	}
/* parte 2 */
#categorias {
	width: 348px;
	height: 250px;
	overflow:auto;
	float: left;
	/*border: 1px solid #C0C0C0;*/
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 5px;
}
	#categorias li {
		list-style-image:url(imagens/bullet_orange.png);
	}
	
	#categorias .li_filho {
		list-style-image:url(imagens/bullet_red.png);
	}
	
	#categorias a {
		color: #272727;
		text-decoration: none;
	}
	#categorias a:hover {
		color: #FFFFFF;
		background-color: #F27900;
		padding-left: 7px;
		padding-right: 7px;
	}

#produtos {
	width: 348px;
	height: 250px;
	overflow:auto;
	float: right;
	/*border: 1px solid #C0C0C0;*/
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 5px;
}
	#produtos table {
		width: 325px;
		border: 0px;
	}
	#produtos table th {
		text-align: center;
		padding-left: 10px;
		height: 20px;
		background: url(imagens/fundo_produto1.png) no-repeat;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight: bold;
	}
	.td_produto_img {
		border-left: 1px solid #C0C0C0;
		border-bottom: 1px solid #C0C0C0;
	}
	.td_produto_desc {
		border-right: 1px solid #C0C0C0;
		text-align: justify;
		padding: 5px;
	}
	.td_produto_info {
		border-right: 1px solid #C0C0C0;
		border-bottom: 1px solid #C0C0C0;
		padding-right: 7px;
		padding-bottom: 7px;
	}
	.td_produto_sem {
		border-right: 1px solid #C0C0C0;
		border-bottom: 1px solid #C0C0C0;
		border-left: 1px solid #C0C0C0;
		padding: 20px;
		text-align: center;
	}
	#produtos a {
		text-decoration: none;
		font-family:Arial, Helvetica, sans-serif;
		font-size: 10px;
		color:#333333;
	}
	#produtos a:hover {
		font-style:italic;
	}
		
.footer {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #330066;
	padding: 5px;
}
	.footer a {
		color: #330066;
		text-decoration: none;
	}
	.footer a:hover {
		text-decoration: underline;
	}

/* Scroll Bar Master Styling Starts Here */

/*  scrollgeneric is used for corrective styling of elements, and should not be modified or removed */ 
.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0; left: 0;
}

.vscrollerbase {
	width:16px;
}
.vscrollerbar {
	background-image: url(imagens/scrollbar.png);
	width: 16px;
	/* following is the bit that allows us fixed height scrollbars */
	height: 40px !important;
	/* for fixed height, we force the vscrollerbar class with an !important decleration, and fleXcroll follows suit.*/
	
	background-image: url(imagens/scrollbar.png);
	/* unfortunately, due to limitations of CSS, we cannot provide a color for the background when we are
	using alpha images, thay have to be transparent.*/
}

* html .vscrollerbar {
	/* IE6 alpha png trick */
	/* IE7 is not affected by this trick, as it perfectly handles the normal png */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='imgs/scrollbar.png');
	background-image: none;
}


/* do not forget to give horizontal scrollbars some color properties even if you don't plan on using them */
.hscrollerbase {height: 16px;}
.hscrollerbar {height: 16px; background-color: #84ADD6;}

.vscrollerbar, .hscrollerbar {
	/* paddings of these elements will decide how far the scrollbar will stop in both ends, and are not actually
	used for styling, and are set to 0 by the script, here we will set them the size of our faux arrows */
	padding: 0px;
	z-index: 2;
}

/* properties for scroller jog box, just in case */
.scrollerjogbox {
	width: 22px;
	height: 22px;
	top: auto; left: auto;
	bottom: 0px; right: 0px;
	background: #698AAA;
}

