@charset "UTF-8";
/* CSS Document */


/* ______________ TITLEPICT ______________ */


#titlepict {
	position: relative;
	width: 710px;
}

#titlepict #imgcontainer, #titlepict img {
	display: block;
	width: 466px;
}

/* ______________ EXTRAS ______________ */


.extrascontainer { /* here's the right trick for FFOX  */
	position: relative;
	width: 710px;
	margin-top: 10px;
}

.extras {
	display: table-row; /* here's the right trick for FFOX  */
	width: 710px;
}

.extrassx {
	display: table-cell;
	vertical-align: top;
	width: 466px;
}

.extrasdx {
	display: table-cell;
	vertical-align: top;
	width: 222px;
	padding-left: 22px;
}

.extrassx p {
	margin-bottom: 15px;
}

.extrassx .buttonscontainer {
	border-top: 1px dotted #ccc;
}

.extrassx .buttonscontainersx, .extrassx .buttonscontainerdx {
	width: 222px;
}

.extrasdx img {
	margin-top: 30px;
}


