/*-------- products table ---------*/
table#ptable
{
width: 96%;
font: normal normal 0.8em Verdana, Helvetica, sans-serif;
border-collapse: collapse;
border-spacing: 0;
margin: 0 auto;
}

table#ptable th {text-decoration: none; text-align:center;}

table#ptable th, table#ptable th a
{
background-color: #BFC1DC;
font: normal bold 0.9em Verdana, Helvetica, sans-serif;
color: #000;
}

span#acdc {font: bold 0.7em Arial, sans-serif; }

table#ptable th a:link{text-decoration: underline;}
table#ptable th a:visited{color: #000;}
table#ptable th a:hover{color: #0066FF; text-decoration: none;}
table#ptable th a:active{}

table#ptable td
{
padding: 6px 3px;
width: 90px;
border-bottom: 1px solid #000;
}

.sizecol{ width: 30%; }
.desccol{ width: 50%; }
.prices{ width: 20%; }

/*------------------IMAGE-------------------*/
.pic{display:none;}

/*--------DETAILS LINKS----------*/
a.read
{
color: #009;
font: normal bold 0.7em Verdana, Helvetica, sans-serif;
text-decoration: underline;
}

a.read:link { color: #009; }
a.read:visited { color: #969; }
a.read:hover { color: #00F; text-decoration: none; }
a.read:active { color: #009; }

/*------------PRICE-------------*/
.prices
{
font: normal bold 1.2em Verdana, Helvetica, sans-serif;
color: #000874;
text-align: center;
background-color: #F4F4FF;
}

/*-----------prev/next links---------------*/
div.prev
{
position: relative;
right: 5px;
width: auto;
height: auto;
font: normal normal 0.9em Verdana, Helvetica, sans-serif ;
text-align: right;
}

div.prev a, a.nums { color: #039;}

div.prev a {padding:2px; margin:2px;}

a.nums:visited, #one:visited, #one{ color: #969; }

div.prev a:hover
{
background-color: #99CCFF;
}

a.nums:hover, div.prev a:hover, #one:hover{ color: #003; }
div.prev, div.prev a { text-decoration: none; }

