body {
	background-color: #686B70;
}

td {
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #F5F5F5;
}

h1 {
	font-size: 20px;
	color: #E59314;
}

a:link {
	color: #FFA71E;
}

a:visited {
	color: #FFA71E;
}

a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

td.todotodo {
	background-image: url('images/todotodo.gif');
	background-repeat: repeat-x;
}

table.tablota {
	border-left: 2px solid #7A7A7A;
	border-right: 2px solid #7A7A7A;
	border-bottom: 2px solid #7A7A7A;
}

td.searchbox {
	background-image: url('images/tennis-serchbox.gif');
	background-repeat: no-repeat;
	padding-left: 35px;
	padding-top: 5px;
	font-weight: bolder;
}

td.shoppingcart {
	background-image: url('images/tennis-cart2.gif');
	background-repeat: no-repeat;
	padding-left: 48px;
	padding-top: 5px;
	font-weight: bolder;
}

	td.shoppingcart a:link {
		color: #FFFFFF;
	}
	
	td.shoppingcart a:visited {
		color: #FFFFFF;
	}
	
	td.shoppingcart a:hover {
		color: #FFFFFF;
	}
	

td.titulo {
	background-image: url('images/tennis-title.gif');
	background-repeat: no-repeat;
}

td.titulo h1 {
	margin-top: 2px;
	margin-bottom: 0px;
	margin-left: 28px;
	color: #FFFFFF;
	font-size: 18px;
}

td.contenidoaca {
	padding: 5px;
}

form.search {
	margin-top: 8px;
}

	form.search input {
		font-size: 11px;
		background-color: #CCCCCC;
		border: 1px solid #555555;
	}

table.productos td {
	border: 1px dotted #999999;
	padding: 2px;
}

	img.thumb {
		border: 2px solid #AAAAAA;
		margin-right: 4px;
	}
	
td.footer {
	background-image: url('images/footer.gif');
	background-repeat: no-repeat;
	padding-top: 20px;
}

input, select, textarea {
	font-size:8pt;
	font-family:tahoma;
	background:#E59314;
	color:white;
}