/* Toms Shit */

#contenedorcult table {
	width: 760px;
	margin: 0 auto;
	font-family: helvetica, arial, san-serif;
	font-weight: normal;
}

#contenedorcult table thead {
	width: 760px;
	margin: 0 auto;
}

#gifthead {
	display: block;
	width: 760px;
	margin: 0px auto 20px auto;
	font-family: century gothic, helvetica, arial, sans-serif;
}

#gifthead h3 {
	margin: 0;
	font-size: 1.5em;
	color: #e40009;
}

#giftmenu {
	background: #ddd;
	width: 100%;
	overflow: hidden;
	list-style: none;
	padding: 1px;
}

#giftmenu li {
	float: left;
	margin: 0 0 0 0;
}

#giftmenu li a {
	font-size: 0.8em;
	display: block;
	padding: 10px 10px 10px 5px;
	
}


#giftmenu li a:hover , #giftmenu .selectedMenu {
	color: #e40009;
}

.odd {
	background: #eee;
}

.even {
	background: #fff;
}

.odd:hover, .even:hover {
	background: #bbb;
}

#contenedorcult table thead #name {
	width: 20%;
}

#contenedorcult table thead #points {
	width: 10%;
}

#contenedorcult table th{
	background: #999966;
	color: #FFF;
	height: 30px;
	font-weight: normal;
}

.odd td, .even td {
	text-align: center;
	font-size: 0.8em;
	padding: 10px;
	cursor: pointer;
}


