@charset "utf-8";

div#content h1 {
	border-top: 3px solid #fb6387;
	height: 60px;
	background: url(../img/presents/header/index.gif) left 10px no-repeat;
	text-indent: -9999px;
	}

div#content div.present {
	margin-bottom: 30px;
	}

div#content div.header {
	margin-bottom: 10px;
	min-height: 72px;
	border: 1px solid #f7cccc;
	background: #ffecec url(../img/presents/ribbon.png) left top no-repeat;
	}

* html div#content div.header {
	height: 72px;
	}

div#content div.end {
	border: 1px solid #cccccc;
	background: #e8e8e8 url(../img/presents/ribbon_mono.png) left top no-repeat;
	}

div#content div.present h2 {
	padding: 15px 0 0 60px;
	font-weight: bold;
	font-size: 116%;
	}

div#content div.present h3 {
	font-weight: bold;
	}

div#content div.present p {
	margin-bottom: 1em;
	}

div#content div.present p.expire {
	margin: 0;
	padding: 0 0 15px 60px;
	font-size: 93%;
	}

div#content div.present p.end {
	color: #c00;
	}

div#content div.present p.terms {
	padding-left: 5em;
	text-indent: -5em;
	/*
	padding: 15px;
	border: 1px solid #ccc;
	background: #f8f8f8;
	*/
	}

div#content div.present p.terms strong {
	color: #c00;
	font-weight: bold;
	}

div#content div.present ul {
	margin-bottom: 1em;
	}

div#content div.present ul li {
	margin-left: 2em;
	list-style: disc;
	}

div#content div.present ol {
	margin-bottom: 1em;
	}

div#content div.present ol li {
	margin-left: 2em;
	list-style: decimal;
	}

div#content div.present table {
	margin: 0 auto 20px auto;
	border: 1px solid #ccc;
	width: 100%;
	}

div#content div.present th {
	padding: 5px;
	width: 5em;
	vertical-align: middle;
	color: #fff;
	background-color: #9aae3a;
	font-weight: bold;
	text-align: left;
	white-space: nowrap;
	}

div#content div.present td {
	padding: 5px;
	vertical-align: middle;
	background-color: #fff;
	text-align: left;
	}

div#content div.present td ul {
	}

div#content div.present td ul li {
	margin-left: 2em;
	list-style: disc;
	}

div#content div.present td ol {
	}

div#content div.present td ol li {
	margin-left: 2em;
	list-style: decimal;
	}

div#content div.present tr.odd th {
	background: #bdcf69;
	}

div#content div.present tr.even td {
	background: #eeede1;
	}

div#content div.present ul.apply {
	
	}

div#content div.present ul.apply li {
	margin: 0 0 5px 0;
	padding-left: 20px;
	min-height: 20px;
	background: url(../img/presents/present.gif) left 50% no-repeat;
	list-style: none;
	/*
	margin-left: 2em;
	list-style: disc;
	*/
	}

* html div#content div.present ul.apply li {
	height: 20px;
	}

div#content div.present p#presentNothing {
	
	}









