#header h1 a,
#header h1 a:link,
#header h2 a,
#header h2 a:link {
	text-decoration:	none;
	color:				#333;
	margin:			0px;
	font-size:			1.4em;
}

#topbanner {
	margin-bottom: -5px;
}

a.normal {
	color:				#333 !important;
	text-decoration:	none;
}

.cart h3 {
	border-bottom:		1px #ccc dotted;
	margin-bottom:		5px;
}

.cart h1, .cart h2, .cart h3, .cart h4, .cart h5, .cart h6, .cart h7 {
	margin-top:				15px;
}

input, select, textarea {

	font-family:		"Tahoma", "Arial", sans-serif;
	font-size:			8pt;

}

.post h2 a:link, .post h2 a:visited,
.post h3 a:link, .post h3 a:visited {
	color:				#000000;
}

#popup .content {
	border:				1px #AF0000 solid;
	background-color:	#ffffff;
	padding:			30px;
}

#address {
	padding-top:		5px;
}

#address table {
	border-top:			1px #af0000 solid;
	text-align:			center;
}

#address table td {
	font-size:			8pt;
	font-family:		"Tahoma","Arial",sans-serif;
}

blockquote {
	border-left:			4px #ccc solid;
	padding-left:			5px;
	background-color:		#f8f8f8;
}

.nomargin {
	margin:				0px !important;
}

table.form th {
	text-align: left;
}

table.form input.long {
	width:		250px;
}

table.form input.short {
	width:		50px;
}
table.form input.supershort {
	width:		30px;
}

.odd {
	background-color:	#f8f8f8;
}

.border {
	border: 		1px #ccc solid;
}

.errors {
	margin:			10px;
	border:			1px red solid;
	background-color:	#FFDBDB;
	padding:			5px;
}

.messages {
	margin:			10px;
	border:			1px green solid;
	background-color:	#DBFFEB;
	padding:			5px;
}

/* Spring Search Page stuff */
#springSearchTable th {
	font-size:		10pt;
}

.springlist {
	border:			1px #ccc solid;
	border-width:	1px 1px 0px 0px;
}

.springlist th {
	font-size:		10pt;
}

.springlist td {
	font-size:		8pt;
}

.springlist td, .springlist th {
	text-align:		center;
	padding:		3px;
	border:			1px #ccc solid;
	border-width:	0px 0px 1px 1px;
}

#tooltip {
	visibility:		hidden;
	position:		absolute;
	left:			-1000px;
	top:			-1000px;

	background-color:	#aaa;
}

#tooltip .content {
	border:			1px #666 solid;
	background-color:	#f0f0f0;
	padding:		2px;
	width:			210px;
	font-size:		9pt;
	position: 		relative;
	left: 			-2px;
	top: 			-2px;
}

#tooltip .hide {
	float:			right;
	text-align:		right;
	font-size:		8pt;
}

	table.table {
		font-size:			10pt;
		border-collapse:	collapse;
	}

	table.table td {
		border:				1px #cccccc solid;
		font-size:			8pt;
		padding:			3px;
	}

	table.table th {
		text-align:			center;
		border:				1px #cccccc solid;
		padding:				3px;
	}
	
	.table td.bigheading {
		font-weight:bold;
		background-color:	#ccc;
	}

hr {
	border: 			0px;
	height:				1px;
    border-top: 		1px solid #d98888;
}
	
.left {
	float:			left;	
}

.right {
	float:			right;	
}

.bottom-margin {
	margin-bottom:		5px;
}
	
/* Blog Styles */
.post {
	margin-bottom:		20px;
}

.post .postmetadata {
	border-top: 1px solid #ccc;
	padding-top:		5px;
	font-weight:		bold;
	text-align:			right;
}

.post .postmetadata, .nocomments, .alt small {
	color:				#777;
	font-size:			8pt;
}

.nocomments {
 	text-align:			center;
}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding:	5px;
}

#sidebar ul {
	list-style:				none;
	margin:					0px;
	margin-bottom:			10pt;
	padding:				0px;
}

#sidebar li {
	padding:				0px;
	margin:					0px;
}

.blog img {
	border:			1px #000 solid;	
}

li.spacer {
	list-style-type:	none;
}

div.tutorial {
	margin:				15px 0;
}

div.tutorial img {
	float:				right;
}

div.backtotop {
	text-align:			right;
}

ul.list {
	list-style-type: none;
}
ul.list li{
	margin-left:-20px;
	text-indent:-10px;
}

div.rightinsert150 {
	width:158px;
	float:right;
	padding:4px;
	margin: 0 0 4px 10px;
	text-align:center;
	border: 1px solid #ccc;
	font-size:0.85em;
	background-color:#eee;
}
div.rightinsert150 img {
	margin-bottom: 3px;
	border: 1px solid #000;
}
div.rightinsert200 {
	width:208px;
	float:right;
	padding:4px;
	margin: 0 0 4px 10px;
	text-align:center;
	border: 1px solid #ccc;
	font-size:0.85em;
	background-color:#eee;
}
div.rightinsert200 img {
	margin-bottom: 3px;
	border: 1px solid #000;
}
div.rightinsert250 {
	width:258px;
	float:right;
	padding:4px;
	margin: 0 0 4px 10px;
	text-align:center;
	border: 1px solid #ccc;
	font-size:0.85em;
	background-color:#eee;
}
div.rightinsert250 img {
	margin-bottom: 3px;
	border: 1px solid #000;
}
div.rightinsert300 {
	width:308px;
	float:right;
	padding:4px;
	margin: 0 0 4px 10px;
	text-align:center;
	border: 1px solid #ccc;
	font-size:0.85em;
	background-color:#eee;
}
div.rightinsert300 img {
	margin-bottom: 3px;
	border: 1px solid #000;
}


div.leftinsert150 {
	width:158px;
	float:left;
	padding:4px;
	margin: 0 10px 4px 0;
	text-align:center;
	border: 1px solid #ccc;
	font-size:0.85em;
	background-color:#eee;
}
div.leftinsert150 img {
	margin-bottom: 3px;
	border: 1px solid #000;
}
div.leftinsert200 {
	width:208px;
	float:left;
	padding:4px;
	margin: 0 10px 4px 0;
	text-align:center;
	border: 1px solid #ccc;
	font-size:0.85em;
	background-color:#eee;
}
div.leftinsert200 img {
	margin-bottom: 3px;
	border: 1px solid #000;
}
div.leftinsert250 {
	width:258px;
	float:left;
	padding:4px;
	margin: 0 10px 4px 0;
	text-align:center;
	border: 1px solid #ccc;
	font-size:0.85em;
	background-color:#eee;
}
div.leftinsert250 img {
	margin-bottom: 3px;
	border: 1px solid #000;
}
div.leftinsert300 {
	width:308px;
	float:left;
	padding:4px;
	margin: 0 10px 4px 0;
	text-align:center;
	border: 1px solid #ccc;
	font-size:0.85em;
	background-color:#eee;
}
div.leftinsert300 img {
	margin-bottom: 3px;
	border: 1px solid #000;
}


div.indent {
	border-left: 1px dotted #ff0000; padding-left: 10px; margin-left:15px;
}

h2.subheader {
	padding-top:10px;
}
h4.subheader {
	font-weight:bold;
}
div.hr {
	border-bottom:1px solid #ddd;
	padding-top:10px;
}
div.hrtop {
	border-bottom:1px solid #ddd;
}

table.table2 {
	border-collapse: collapse;
	padding:4px;
	font-size: 10pt;
	width:100%;
}
table.table2 td {
	font-size: 8pt;
	padding:10px 3px 10px 3px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	text-align:center;
}
table.table2 th {
	padding: 3px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	text-align: center;
	font-size:1em;
}
div.newtag {
	float:right;
	margin:5px 0px 10px 10px;
	text-align:center;
	border: 1px solid #ccc;
	background-color:#eee;
	width: 291px;
}
table.top {
	text-align:center;
	width: 100%;
	margin: 0 0 10px 0;
	background-color: #eee;
	padding:0px;
	border-collapse: collapse;
}
table.top th {
	background-color:#ccc;
	border:1px solid #ccc;
	padding:3px;
}
table.top td {
	border: 1px solid #ccc;
	padding:6px;
	width:25%;
}
table.order-table {
	border-collapse: collapse;
	padding:4px;
	font-size: 10pt;
	width:100%;
}
table.order-table td {
	font-size: 8pt;
	padding:4px;
	border: 1px solid #ccc;
	text-align:center;
}
table.order-table td.total {
	border: none;
	text-align:right;
	font-weight:bold;
	padding-right:8px;
}
table.order-table th {
	padding: 3px;
	border: 1px solid #ccc;
	text-align: center;
	font-size:1em;
}
div.20percent {
	width:20%;
	float:right;
}

div.productinfo {
	text-align: center;
	border: 1px solid #ccc;
	padding: 3px;
	margin-right:15px;
	background-color: #eee;
	width:210px;
}
div.productinfo img {
	width: 200px;
	height: auto;
	margin: 4px 4px 0 4px;
	border: 1px solid #ccc;
}
div.productdescription {
	float:right;
	width:65%;
	padding:0;
	margin:0;
}
#replacement img {
	border: 1px solid #000;
}