.thumbnail{
	padding:0 1em;
}

.arrow{
	color:#f29600;
	margin-bottom:1em;
}

#main .guide h4{
	font-size:1em;
	border-bottom:1px dotted #999;
	padding-bottom:0.3em;
	margin-bottom:0.75em;
}

b{
	color:#b10024;
}


.order{

	margin-bottom:1em;

	background: #ffcc33; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmY2MzMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmNjMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffcc33 0%, #ffcc00 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffcc33), color-stop(100%,#ffcc00)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffcc33 0%,#ffcc00 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffcc33 0%,#ffcc00 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffcc33 0%,#ffcc00 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffcc33 0%,#ffcc00 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcc33', endColorstr='#ffcc00',GradientType=0 ); /* IE6-8 */
}

.order ul{
	list-style:none;
	display:table;
	table-layout:fixed;
	width:100%;
	padding:0;
	margin:0;
	margin-bottom:0.5em;
	padding-top:0.5em;
	border-collapse: separate;
	border-spacing: 0.5em 0;
}
	
.order li{
	display:table-cell;
	padding:0.5em;
	background:url(../img/back.png);
	vertical-align:top
}


.document img{
	width:5em;
	margin:0.5em;
	float:right;
}

.document h4{
	border-bottom:1px solid #31708f !important;
	padding:0.5em 0 !important;
	line-height:0.5em !important;
}

.document p{
	margin-bottom:0.5em;
}

a.document{
	text-decoration:none !important;
}


th{
	width:10em;
	text-align:right;
	font-weight:normal;
	background-color:#f0f0f0;
}

@media (max-width: 480px) {
	.order li{
		margin:0;
		display:block;
		float:left;
	}

	.order li:first-child{
		margin-bottom:0.5em;
	}
}