/*-------- products table ---------*/
table#ptable
{
width: 96%;
font-family: "Trebuchet MS", 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: #039;
font: normal bold 1em "Trebuchet MS", sans-serif;
color: #FFF;
}

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

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

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

table#ptable td.sizecol{ width: 190px; text-align:center;}
table#ptable td.desccol{ width: 465px; /*400px;*/ }


/*------------------IMAGE-------------------*/
.pic img
{
width: 90px;
height: 90px;
margin: 0 auto;
border: 2px solid #FFFFFF;
}

.pic img{ }
.pic img:hover{ border: 2px solid #0606FF; }

/*--------DETAILS LINKS----------*/
em#dtitle
{
color: #009;
font: normal 1em Verdana, sans-serif;
}

a.read
{
color: #009;
font: normal bold 0.7em "Trebuchet MS", sans-serif;
text-decoration: underline;
}

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

/*------------PRICE-------------*/
/*
table#ptable td.prices
{
font: normal bold 1.4em Georgia, "Trebuchet MS", Helvetica, sans-serif;
color: #000874;
text-align: center;
background-color: #F4F4FF;
}
*/
/*-----------prev/next links---------------*/
div.prev, .nextprev, div.prev a.nums, #currentpage, .first
{font: normal bold 0.9em Verdana, sans-serif;}

div.prev
{
position: relative;
right: 10px;
width: auto;
text-align: right;
margin: 15px 10px 15px 0;
padding:0;
}

.nextprev
{
border: 1px solid #000874;
text-decoration: none;
margin: 0 10px;
}

.nextprev:hover
{
color: #fff;
background-color: #333dc0;
border: 1px solid #000;
}

div.prev a.nums, .first 
{
text-decoration: none; 
padding:2px 5px;
margin: 0 2px;
}

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

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

a.nums:visited, #currentpage:visited, a.first:link
{color: #969;}

a.nums:hover, .first:hover
{ 
color: #fff;
text-decoration: none;
background-color: #333dc0;
}

div.prev, div.prev a, #currentpage
{text-decoration: none;}

#currentpage
{
padding:0 5px;
margin: 0 2px;
color: #6C6C6C;
border: 1px solid #6C6C6C;
}

