/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #FFFFFF;
	background-image: url(/rackitteer.com/images/background.jpg);
	background-repeat: repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 19px;
	color: #212121;
}

body.editor {
	background-image: none;
	background-color: #FEF9F9;
}

body.popup {
	background-image: none;
	background-color: #FFFFFF;
}

table {
	border-collapse: collapse;
}

#wrapper {
	width: 777px;
	margin: 0px auto;
}

#border_left {
	background-image: url(/rackitteer.com/images/border_left_bg.gif);
	background-repeat: repeat-y;
	vertical-align: top;
}

#border_right {
	background-image: url(/rackitteer.com/images/border_right_bg.gif);
	background-repeat: repeat-y;
	vertical-align: top;
}

#contentbox {
	width: 736px;
	background-color: #FEF9F9;
	vertical-align: top;
}

.divider {
	background-color: #CBA562;
	width: 1px;
}

#content {
	background-image: url(/rackitteer.com/images/content_bg.gif);
	background-repeat: no-repeat;
	padding-bottom: 20px;
}

#order {
	padding: 20px 30px 0px 30px;
}

#footer {
	background-image: url(/rackitteer.com/images/footer_bg.gif);
	background-repeat: no-repeat;
	height: 34px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #C6A059;
}

a img {
	border: none;
}

a:link {
	text-decoration: none;
	color: #CC0000;
}
a:visited {
	text-decoration: none;
	color: #CC0000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}

.large {
	font-size: 15px;
	font-weight: bold;
}

.submit {
	background-color: #FFFFFF;
	color: #CC0000;
	border: 1px solid #CCCCCC;
	margin: 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

ul {
	list-style-position: inside;
	list-style-type: disc;
}

fieldset {
	margin-top: 10px;
	padding-bottom: 2px;
	border: 1px solid #C6A059;
}

fieldset td {
	padding: 2px 0px 2px 6px;
}

legend {
/*	color: #CC0000;*/
	font-weight: bold;
	padding: 0px 3px;
	margin-left: 3px;
}

#popup {
	padding: 20px;
}

.thumbnail {
	width: 130px;
	height: 130px;
	text-align: center;
	vertical-align: middle;
	background-image: url(/rackitteer.com/images/thumbnail_bg.gif);
}

h1, .title {
	font-size: 18px;
	line-height: 20px;
}

.missing, .alert {
	color: #CC0000;
}

.toad_table {
	width: 100%;
	margin: 10px 0px;
}

.toad_table td {
	text-align: center;
	padding: 5px 0px;
	font-weight: bold;
}       

input, select, textarea {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 19px;
	color: #212121;
}

h3.category {
	padding-left: 20px;
	line-height: 22px;
	background-image: url('../images/faq_button_off.gif');
	background-repeat: no-repeat;
	color: #CC0000;
	cursor: pointer;
}

h3.expanded {
	background-image: url('../images/faq_button_on.gif');
}

#rackitteer_products, #rackitteer_parts, #toads, #steps, #steps2 {
	display: none;
}

#steps, #steps2 {
	padding-left: 30px;
}
