/* CSS Document */

.innercenter {
	float: left;
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 30px;
	width: 623px;
}

.movetextright {
	text-align: right;
	margin-right: 10px;
}
h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #E4701D;
}
h2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12px;
	color: #AFBC72;
	margin-top: -5px;
	margin-bottom: -5px;
}


/* stationery section */

#checkinvite {
	float: right;
	margin-left: 10px;
}
table#invite {
	width: 600px;
	text-align: center;
}
tr {
	height: 50px;
}

.vinylgrid{
	height: 100px;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 24px;
	font-style: normal;
	line-height: 20px;
}
.rightimage {
	float: right;
	padding-left: 10px;
}

/* FAQ */

.trigger {
	width: 620px;
	float: left;
	background-image: url(faq/images/toggleleft.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 20px;
	padding-bottom: 2px;
	border-bottom-width: 0.025em;
	border-bottom-style: dotted;
	border-bottom-color: #808082;
	margin-top: 3px;
	
}
.trigger a {
	text-decoration: none;
	outline: none;
	display: block;
}
.trigger a:hover {  }
.active {
	background-image: url(faq/images/toggledown.gif);
	outline: none;
} /*--When toggle is triggered--*/
.toggle_container {
	overflow: hidden;
	width: 620px;
	clear: both;
	padding-bottom: 10px;
}

.toggle_container .block {
	padding-top: 5px;
}

table.photobooks th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	background-color: #EBEAE5;
	text-align: center;
	line-height: 10px;
	height: 30px;
	color: #E4701D;
	font-weight: bold;
	vertical-align: middle;
}

table.photobooks td {
	font-size: 10px;
	text-align: center;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 5px;
	padding-bottom: 5px;
	}
hr {
	width: 300px;
	border-style: none;
	border-top: .25em dotted #EBEAE5;
	color: #FFF;
}
