/* override min height */

#content {
	min-height: 2100px;
}

/* Table for Product Comparison */

table#compare {
	margin-top: 27px;
	table-layout: auto;
	empty-cells: show;
	border-collapse: collapse;
	width: 445px;
	border: 0;
}

td.col1 {
	width: 44%;
	height: 35px;
	padding-left: 10px;
	color: #333;
}

td.col2 {
	width: 28%;
	height: 35px;
	color: rgb(255, 127, 0);
	font-weight: bold;
}

td.col3 {
	height: 35px;
	width: 28%;
	color: #333;
}

td.small {
	height: 10px;
	color: #333;
}

.line {
	height: 1px;
	border-top-color: #434343;
	border-top-style: solid;
	border-top-width: 1px;
}

strong {
	color: rgb(255, 127, 0);
	font-weight: bold;
}

big {
	font-size: 1.5em;
}

/* loop editor sidebars */

.playback {
	min-height: 251px;
	text-align: justify;
	margin-top: 20px;
	margin-bottom: 30px;
	padding-left: 220px;
	background-repeat: no-repeat;
	background-position: left 5px;
}

#playbackpreview {
	background-image: url(../images/playback_preview.gif);
}

.slices {
	min-height: 235px;
	text-align: justify;
	margin-top: 20px;
	margin-bottom: 30px;
	padding-left: 220px;
	background-repeat: no-repeat;
	background-position: left 5px;
}

#slicespreview {
	background-image: url(../images/inspector_slices_preview.gif);
}

.crossfade {
	min-height: 155px;
	text-align: justify;
	margin-top: 20px;
	margin-bottom: 30px;
	padding-left: 90px;
	background-repeat: no-repeat;
	background-position: left 5px;
}

#crossfadepreview {
	background-image: url(../images/crossfade.gif);
}
