@charset "UTF-8";
/* CSS Document */

#containerWrapper {
	float: right;
	width: 799px;
	background: url(../_images/bg-container-header.png) top left no-repeat;
	margin: 25px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
	overflow: auto;
}

#container {	
	background: url(../_images/bg-container-footer.png) bottom left no-repeat;
	overflow: auto;
	padding: 0px 0px 16px 0px;
}

* html #container { /*IE 6 Fix */ 
	z-index: 1;
	background: none;
	
}

* html #containerWrapper { /*IE 6 Fix */ 
	background: #ffffff none;
	padding: 20px 0px;

}

#content {
	margin: 0px;
	background: #ffffff url(../_images/bg-container.jpg) repeat-y;
	overflow: auto;
	padding: 0px 3px 0px 16px;
}

* html #content { /*IE 6 Fix */ 
	z-index: 2;
	background: none;
}

#search {
	clear: right;
}

#productHolder {
	margin: 0px 10px 0px 25px;
	color: #666666;
	font-size: 12px;
	text-align: left;
}

#productHolder img {
	margin: 0px 30px 0px 20px;
}

#productHolder .product img {
	margin: 0px;
}

#productHolder .description {
	float:left;
	width: 380px;
}

#content .product {
	float:  left;
	padding: 11px 0px 11px 25px;
	text-align: center;
	font-size: 11px;
	margin: 0px;
	width: 155px;
	height: 120px;
	z-index: 5;
}

* html #content .product {
	display: inline;
}

#designOnline .product {
	height: 180px;
}

#rightAd {
	float: right;
	padding: 0px;
	margin: 0px;
}

p.calltoorder {
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
}

.red {
	color: #9c0000;
}

#content a {
	color: #666666;
	text-decoration: none;
}

p {
	font: 11px Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 133%;
	margin: 3px 0px 6px 0px;
	padding: 0px 20px 0px 3px;
}

p a.bold {
	font-weighT: bold;
	color: #9c0000;
}

table {
	border: 1px #333 dotted;
	padding: 5px;
}

td {
	font-size: 12px;
	padding-left: 5px;
}

.field {
	border: 1px #333333 dotted;
	font-family: Arial, Helvetica, sans-serif;
}

#sortBy {
	float: right;
	padding: 0px 10px 0px 0px;
	width: 160px;
	color: #666;
	font-size: 10px;
}

#sortBy select {
	font-size: 10px;
}

#sortBy form {
	margin: 0px;
	padding: 0px;
}

.confirm {
	font-size: 12px;
	color: #9c0000;
}

/* SHIPPING/RETURNS Form Table */

#returns {
	margin: 0 auto;
}

#returns td input, #reason {
	border: 1px #333333 dotted;
	font-family: Arial, Helvetica, sans-serif;
}

#returns #submit {
	border-width: 0px;
}


/* CONTACT US page */
.contact {
	float: left;
	width: 250px;
}

#contact textarea { width: 190px; }


/* PRINTING OPTIONS */
.print {
	margin: 0px 10px 10px 0px;
}


/* POST PAGES */
#postings table {
	width: 770px;
	border: 0px;
}

#postings table th {
	font-size: 10.5px;
	font-weight: bold;
	color: #666666;
	text-transform: uppercase;
	text-align: left;
}

#postings table tr.odd {
	background-color: #e3e3e3;
}

#postings table tr.even {
	background-color: #cccccc;
}

#postings table tr td {
	border-bottom: 1px #ffffff solid;
	font-size: 10.5px;
	color: #666666;
}

#postings table tr td a {
	color: #00f;
	text-decoration: underline;
	font-weight: bold;
}

#postings table tr td.title {
	font-size: 10.5px;
	color:  #000000;
	font-weight: bold;
	padding-left: 8px;
}

#postings table tr td.description {
	width: 220px;
}