tr.altRow {
	background-color: #eee;
}
tr.headrow
{
	background-color: #ccc;
	text-align: center;
	letter-spacing: 3px;
	padding-right: 40px;
}
/*table.head {
	border-bottom: 4px solid red;
	}*/

.attributeTable th {background:#e1eff5;}
.attributeTable tr.odd {background:#e1eff5;}
.attributeTable tr.even {background:#fff;}

/************************* ID's *************************/
span.prodTitle {
	font-weight: bold;
	font-size: 15px;
	line-height: 20px;
	text-align:center;
}

p.prodDesc {
	text-align: left;	
	font-size: 15px;
	line-height: 20px;
}

#prodSku {
	text-align: center;
	letter-spacing: 3px;
	font-size: 2em;
}

#prodPrice {
	text-align: center;
	letter-spacing: 3px;
	font-size: 2em;
}

#prodWeight {
	text-align: center;
	letter-spacing: 3px;
	font-size: 2em;
	visibility:hidden;
}

#attributelist {
	text-align: center;
	letter-spacing: 3px;
	padding-right: 40px;
	font-size: 2em;
}

#attributeName {
	text-align: center;
	letter-spacing: 3px;
	font-size: 20px;
}

#prodName {
	font-weight: bolder;
	letter-spacing: 3px;
	font-size: 2em;
}

#attributeSelect {
position: relative;
padding: 0; /*top right bottom left*/
z-index: 15;
width: 210px;
/* height: 600px; */
margin: 0;
margin-top: 50px;
font-weight: normal;
}

.buylinetop {
position:relative;
width:250px;
background: #8390B0 url(/images/logintop2.jpg) no-repeat scroll left top;
text-align:center;
font-weight:bolder;
color:#FFF;
}
.buybody {
position:relative;
width:250px;
background-color:#d1dbe3;
border:0;
padding-left:10px;
/* padding-right:10px; */
}
.buyatrselect {
width:230px;
}
.buylinebottom {
position:relative;
width:250px;
height:14px;
background: #d1dbe3 url(/images/loginbottom.jpg) no-repeat scroll left top;
}
.price {
/* text-align:center; */
font-weight:bold;
color:#000;
}

.saleprice {
/* text-align:center; */
padding-left:25px;
font-weight:bolder;
color:red;
}