﻿/* Item details page */

table#itemDetails
{
	width:100%;
	font-family: Verdana;font-size:10pt;
}

table#itemDetails th
{
	font-size:16px;
	padding-right:10px;
}

table#itemDetails td
{
	font-size:16px;
}

td#itemDetailsText
{
	width:80%;
	vertical-align:top;
}

td#itemDetailsImage
{
	/*width:40%;*/
	vertical-align:top;
}

td#itemDetailsImage td
{
	padding:5px;
}


/* For table paging */

.pagerstyle
{
    color:#444444;
    background-color:#e5e5e5;
    font-size:x-small;
    text-align:right;
}

.pagerstyle select
{
    font-size:x-small;
}

.previous
{
    background:transparent url(../gui/previous.gif) no-repeat scroll center;
    height:16px;
    width:16px;
    font-size:12px;
}

.next
{
    background:transparent url(../gui/next.gif) no-repeat scroll center;
    height:16px;
    width:16px;
    font-size:12px;
}

.gotopage
{
    font-size:x-small;
    width:20px;
}


/* For table */

.headerstyle
{
    background-color:#e5e5e5;
    height:23px;
}

.headerstyle th
{
    border:1px solid #bbbbbb;
    padding-left:5px;
    text-align:left;
}

.headerstyle a
{
    color:black;
}

search
{
	background-color:green;
}

.alternatingrowstyle
{
	background-color:#f9f9f9;
}

.rowstyle
{
	background-color:green;
}

.imageIconLink
{
    margin-left: 20px;
}

.imageIconCell
{
    background: url(../gui/tv.png) no-repeat;
}

