/* v1.0 | 20080212 */

@import url("style.css");
@import url("style2.css");



html, body, div, span, applet, object, iframe,
 p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font,ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead,  th,  {
	margin: 0 auto;
	padding: 0px;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align:baseline;
	
	text-align:center;
	
}

body 
{
	
	text-align:center;
	margin:0 auto;
}

ol, ul 
{
	list-style: none;
	text-align:left;
	margin:0;
	padding:0px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	padding:0px;
	margin:0 auto;
	text-align:left;
}

p
{
	padding:0px;
	margin:0px;
	text-align:left;
}


/* added by joe */
.pricebox{
	background:none;
	border:none;
	color:#509fd8;
	font-size:14px;
	font-weight:normal;
	text-decoration:none;
}

#showadded{
	color:#339900;
	background-image:url(../gfx/cart_added.png);
	background-repeat:no-repeat;
	position:relative;
	margin-top:208px;
	margin-left:130px;
	overflow:visible;
	height:30px;

}

hr{
border-color:#2D3844;

}
.thead{
	background-color:#242F38;
	color:#8a9caa;
	padding:2px,2px;
	padding-left:4px;
	padding-right:4px;
	font-weight:bold;
	font-size:11px;
	border-bottom-color:#6C8997;
	border-top-color:#6C8997;
	border-bottom:solid;
	border-top:solid;
	border-bottom-width:1px;
	border-top-width:1px;
}
.tcell{
	background-color:#5C7280;
	color:#1f2931;
	padding:2px,2px;
	padding-left:4px;
	padding-right:4px;
	font-size:10px;
}
.theadUser{
	color:#242F38;
	padding-left:4px;
	padding-right:4px;
	font-weight:bold;
	font-size:12px;
}
.tcellUserL{
	color:#38516B;
	background-color:#5C7280;
	padding-left:4px;
	padding-right:4px;
	font-size:11px;
}
.tcellUser{
	color:#8a9caa;
	padding-left:4px;
	padding-right:4px;
	font-size:11px;
}
#mainarea2{
	width:700px;
	margin:auto;
	text-align:center;
}
