﻿.SellerInfo
{
	font-size: 10px;
    color: Black;
    border: solid 0px;
    text-align: center;
    font-weight: normal;
}
.SellerInfo td
{
	border: solid 0px
}
.SellerInfo td a
{
	text-decoration: none;
	display: block;
}
.SellerInfo a
{
	text-decoration: none;
	display: block;
}
.SellerInfoSameSeller
{
	font-size: 10px;
    color: Black;
    background-color: Green;
    border: solid 0px;
    text-align: center;
    font-weight: bold
}
.SellerInfoSameSeller td
{
	border: solid 0px
}
.SellerInfoSameSeller td a
{
	color: Black;
	text-decoration: none;
	display: block;
}
.SellerInfo .SellerInfoPrice
{
	font-size: 10px;
    color: Green;
    font-weight: normal
}
.SellerInfoSameSeller .SellerInfoPrice
{
	font-size: 10px;
    color: White;
    font-weight: normal
}
.SellerInfoShipping
{
	font-size: 10px;
    color: Red;
    font-weight: normal
}
.SellerInfoEmpty
{
	font-size: 10px;
    color: Black;
    border: solid 0px;
    text-align: center;
    font-weight: bold
}
.SellerInfoEmpty td
{
	border: solid 0px
}
.itemInfoEdit
{
	font-family: tahoma;
	font-size: 11px;
    color: #333333;
    border: solid 0px #fff;
    width:100%;
    padding: 4px 10px 4px 10px;
}
.itemInfoEdit table
{
    border: solid 0px #fff;
}
.itemInfoEdit td
{
    border: solid 0px #fff;
}
.itemInfoEdit input[type='text']
{
	font-family: tahoma;
	font-size: 11px;
}
.itemInfoEdit input[type='submit']
{
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
}
