﻿/**
 * main.css
 * By ggarcia (gonzalo.garcía@id90t.com) for TheatreTickets
 * Design by Jack (juan.altamirano@id90t.com)
 **/

* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
}
#disclaimer {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10px;
}
#wrapper {
	width: 620px;
	background-color: #C9D30F;
	margin: 15px auto;
}
#header,#content,#footer {
	width: 100%;
}
#header {
	background: url('../../../images/images_tt/header-bg.gif') no-repeat top left;
	height: 210px;
}
#content {
	background: url('../../../images/images_tt/content-bg.gif') repeat-y top left;
	min-height: 500px;
	padding-bottom: 1px;
}
#footer {
	background: url('../../../images/images_tt/footer-bg.gif') no-repeat bottom left;
	height: 188px;
}
.blind {
	display: none;
}
#content ul {
	margin-left: 80px;
	margin-right: 80px;
}
#content li {
	list-style-type: none;
	padding-left: 30px;
	background: url('../../../images/images_tt/bullet-star.gif') no-repeat left 5px;
	margin-bottom: 30px;
}
#content li div {
	height: 26px;
	border-bottom: 2px solid #323405;
}
#content li div h2, #content li div p {
	font-size: 18px;
	font-weight: bold;
}
#content li div h2 {
	float: left;
	width: 70%;
}
#content li div p {
	width: 25%;
	float: right;
	clear: none;
	padding: 0;
}
#content li p {
	clear: both;
	text-align: right;
	padding-top: 5px;
	font-size: 14px;
	color: #1A171B;
}