#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;
}

#header div.cart {
	float: right;
	margin-top:5px;
	background: url('/images/icons/cart_add_30x28.png');
	background-position: center right;
	background-repeat: no-repeat;
	padding: 3px 40px 0 10px;
	height: 37px;
	border: 1px #aaa solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	min-width: 130px;
	max-width: 165px;
}

#header div.cart div.empty {
	padding-top: 9px;
}

#navigation div.cart {
	background: url('/images/icons/cart_add_30x28.png');
	background-position: center right;
	background-repeat: no-repeat;
	border: 1px solid #aaa;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 15px;
    height: 27px;
    margin-bottom: 10px;
    padding: 6px 40px 0 10px;
}

#navigation div.cart a {
	text-decoration: none;
	color: #9f0000;
}

#navigation div.cart a:hover {
	text-decoration: underline;
}

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

.cart h2 {
	border-bottom:		1px #ccc solid;
	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;

}

input.error {
	border: 1px #af0000 solid;
}

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

#print {
	background-color: #fff;
}

#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 {
	border-collapse: collapse;
}

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

table.form th,
table.form td {
	padding:			5px;
}

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

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

input.center {
	text-align: center;
}

table.form textarea {
	width:		450px;
	height: 	75px;
}

.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 #4F8A10 solid;
	background-color:	#DFF2BF;
	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 {
	display:		none;
	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;
}

div.row.buttons {
	margin-top:			15px;
}

div.row.buttons div.first {
	width:				100%;
	float:				left;
}

div.row.buttons div.second {
	width:				50%;
	margin-left:		-50%;
	float:				left;
	text-align:			right;
}

#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;
}

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.autosize {
	width: auto;
	margin: 0 auto;
}

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 tr.selected {
	background-color: #DAEBD5;
}

table.order-table tr.error {
	background-color: #FFDBDB;
}

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.part div.info h3 {
border-bottom:1px solid #333333;
font-family:"Tahoma";
font-size:8pt;
font-weight:bold;
margin-bottom:5px;
padding-bottom:3px;
margin-top: 15px;
}



div.part div.price label {
	font-weight:bold;
}

div.part div.price span.price {
	color:#0063C6;
	font-family:"Arial";
	font-size:15pt;
	font-weight:bold;
}

div.part div.price span.unit {
	
}

div.image {
	text-align: center;
	border: 1px solid #ccc;
	padding: 3px;
	margin-right:15px;
	background-color: #eee;
	width:210px;
	float:left;
	margin-bottom:100px;
}
div.image img {
	width: 200px;
	margin: 4px 4px 0 4px;
	border: 1px solid #ccc;
}
div.productdescription {
	padding:0;
	margin:0;
}

div.part div.cart {
	background-image: url("/images/icons/cart_add_79x73.png");
	background-repeat:	no-repeat;
	background-position: right bottom;
}

div.part div.categories {
	margin-top: 20px;
}

div.part div.categories div.category {
	margin-bottom: 5px;
}

div.part div.length input {
	width: 30px;
}

#replacement img {
	border: 1px solid #000;
}

.ui-dialog {
	background:		#fff;
	border:			5px #eeeeee solid;
	-moz-border-radius:	10px;
	border-radius: 10px;
}

.clr {
	overflow: hidden;
}

.spinner {
	background: url('/images/icons/ajax-loader-lg.gif') center center no-repeat;
	padding: 30px;
	height: 40px;
}

.spinner-small {
	background: url('/images/icons/ajax-loader-sm.gif') center center no-repeat;
	width:20px;
	height:20px;
}
