/* import rules cause cleanliness is next to godliness */


/* start main page CSS */

html {font-size: 100%;}

body {
	font-family: "Bitstream Vera Sans", Helvetica, sans-serif;
	background: #FFFFFF;
	font-size: 1em;
	margin: 0;
}

a:link { 
	color: #060;
}
a:visited { 
	color: #060;
}
a:hover { 
	color: #9C3;
	text-decoration: none;
}
a:active { 
	color: #060;
}

/* for the products listings */
a:link.prodLinks { 
	color: #9C3;
}

a:visited.prodLinks { 
	color: #9C3;
}
a:hover.prodLinks { 
	color: #9C3;
	text-decoration: none;
}

a:active.prodLinks { 
	color: #9C3;
}

a:link.browse { 
	color: #000000;
}

a:visited.browse { 
	color: #000000;
}

a:hover.browse { 
	color: #9C3;
	text-decoration: none;
}

a:link.browse { 
	color: #000000;
	text-decoration: none;
}



/* END for the products listings */

.prodTitle {
	font-weight: bold;
	font-size: 1.1em;
}

.prodPrice {
	color: #9C3;
	font-weight: bold;
	font-size: 1.1em;
	vertical-align: top;
	width: 100px;
	text-align: center;
}

.prodTitleDetail {
	font-weight: bold;
	font-size: 1.5em;
}



.darkGreen {
	color: #060;
}

.liteGreen {
	color: #9C3;
}


.orange {
	color: #F93;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}



.wrapper {
	margin-left: auto; 
	margin-right: auto;
	width: 734px;
	background: #FFF;
}

/* Master table settings for all tables */
table {
	border: 0;
	border-spacing: 0px;
	font-size: 1em;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
}

td {
	padding: 0;
	font-size: 1em;
	/*border: 1px solid red;	*/
}
/* END Master table settings for all tables */

/* Main page display tables */

table.header td {
	padding: 0;	
}


table.holder {
	width: 734px;
	border: 0px solid #FFF;
	border-top: 0;
	border-collapse: separate;
}

td.holderLeft {
	width: 190px;
	vertical-align: top;
}

td.holderRight {
	width: 538px;	
	color: #666;
	font-size: .72em;
	line-height: 1.35em;
	vertical-align: top;
	padding-left: 12px;
	padding-top: 12px;
}


td.holderRight2 {
	width: 700px;	
	color: #666;
	font-size: .72em;
	line-height: 1.35em;
	vertical-align: top;
	padding-left: 12px;
	padding-top: 12px;
}

.titleUnderline {
	border-bottom: 1px solid #9C3;
}
/* END Main page display tables */

/* Custom SEO garbage*/
.seoCopy {
	text-align: left;
	font-size: .65em;
	line-height: 1.35em;
	color: #666;
	margin: 30px;
}
/* END Custom SEO garbage*/

/* sub nav */
#subNavlist li {
	display: inline;
	list-style-type: none;
	float:left;
}

ul#subNavlist  {
	margin: 0;
	padding: 0;
}

/* END sub nav */

/*  Footer styles */
#footer {
	font-size: .6em;
	text-align: center;
	padding: .5em;
}

#footerBar {
	border: 3px solid #FFF;	
	background: #306;
	height: 10px;
}

#footerBar2 {
	border: 3px solid #FFF;	
	background: #143383;
	height: 10px;
}
/* END Footer styles */

#navlist li {
	display: inline;
	list-style-type: none;
	margin: 3px;
}

ul#navlist  {
	margin: 2px;
	padding: 2px;
}

/* Classification hit list */
#classifications li {
	list-style-type: none;
	margin-bottom: 6px;
	font-size: .75em;
}

ul#classifications  {
	margin: 2px;
	padding: 5px;
	border: 1px solid #666;	
}


table.account {
	
}

table.account td {
	padding: 2px;
	padding-right: 8px;
}

.accountWrapper {
	border: 1px solid #CCC;
	padding: 10px;
	margin-left: 0;
	margin-right: 10px;
	margin-bottom: 10px;	
}


table.tierPrices {
	border: 1px solid green;
	width: 500px;
	margin-top: 10px;
}

table.tierPrices td {
	border: 1px solid #9C3;
	text-align: center;
	padding: .2em;
}

td.tierPrices {
	background-color: #9C3;
	color: #FFF;
}

table.searchList {
	color: #666;
}

table.cart {
	border: 1px solid green;
	width: 500px;
	margin-top: 10px;
	margin-bottom: 10px;	
}

table.cart td {
	border: 1px solid #9C3;
	text-align: center;
	padding: .2em;
}

td.cart {
	background-color: #9C3;
	color: #FFF;

}

.noBreak {
	white-space: nowrap;
}