html
{
    text-align: center;
}
body
{
    background-color: white;
    text-align: center;
}
div.main
{
    border: 1px solid #AAAAAA;
    margin: 0 auto;
    text-align: left;
    width: 900px;
}
div.top
{
	height: 115px;
	width: 100%;
}
div.topcat
{
	width: 100%;
}
div.logo
{
	background-color: white;
	width: 20%;
	float: left;
}
div.search
{
	padding: 40px;
	width: 50%;
	background-color: white;
	font-family: Tahoma;
	font-size: 8pt;
	color: #999999;
	text-align: right;
	float: right;
}
div.pager
{
	clear: both;
	font-family: Tahoma;
	font-size: 10pt;
	padding: 5px;
}
a.pager
{
	color: #CA00CA;
}
a.pager:hover
{
	color: #CA00CA;
	text-decoration: underline;
}
input.searchBox
{
	border: 1px solid #999999;
	color: #808080;
	font-family: Tahoma;
	font-size: 8pt;
	height: 15px;
}
input.searchButton
{
	border: 1px solid #999999;
	color: #808080;
	height: 19px;
}
img.logo
{
	padding: 10px;
}
hr.categories
{
    border-top: 0px solid white;
    border-bottom: 1px solid #cccccc;
    color: #cccccc;
    background-color: #cccccc;
    height: 1px;
    width: 96%;
}
div.categories
{
	background-image: url('../images/back_categories.jpg');
	text-align: center;
}
a.categories
{
	font-family: Tahoma;
	font-size: 11pt;
	color: #606060;
	font-weight: 500;
	letter-spacing: 1px;
}
a.categories:hover
{
	font-family: Tahoma;
	font-size: 11pt;
	color: #CA00CA;
	font-weight: 500;
	letter-spacing: 1px;
}
a.tvwCatRoot
{
	font-family: Tahoma;
	font-size: 10pt;
	color: #CA00CA;
	font-weight: 500;
	letter-spacing: 0px;
}
a.tvwCatRoot:hover
{
    letter-spacing: 0px;
}
a.tvwCatItem
{
	font-family: Tahoma;
	font-size: 11pt;
	color: #606060;
	font-weight: 500;
}
a.tvwCatItem:hover
{
	font-family: Tahoma;
	font-size: 11pt;
	color: #CA00CA;
	font-weight: 500;
}
td.categories {
    color: green;
}
div.contact
{
	background-color: #DDDDDD;
	font-family: Tahoma;
	font-size: 10pt;
	color: Black;
	font-weight: 500;
	letter-spacing: 1px;
	text-align: center;
	width: 100%;
	clear: both;
}
div.contact:hover
{
	background-color: #CECECE;
	font-family: Tahoma;
	font-size: 10pt;
	color: Black;
	font-weight: 500;
	letter-spacing: 1px;
	text-align: center;
	cursor: pointer;
	width: 100%;
	clear: both;
}
a.contact
{
	font-family: Tahoma;
	font-size: 10pt;
	color: Black;
	font-weight: 500;
	letter-spacing: 1px;
}
a.contact:hover
{
	font-family: Tahoma;
	font-size: 10pt;
	color: #CA00CA;
	font-weight: 500;
	letter-spacing: 1px;
}
div.content
{
	width: 900px;
	
	padding-bottom: 20px;
	clear: both;
}
div.product
{
	border: 1px solid #CECECE;
	width: 120px;
	height: 155px;
	float: left;
	margin: 5px;
	font-family: Tahoma;
	font-size: 8pt;
	padding: 2px;
	text-align: center;
	color: #777777;
	font-weight: bold;
}
div.product:hover
{
	border: 1px solid #CA00CA;
	width: 120px;
	height: 155px;
	float: left;
	margin: 5px;
	font-family: Tahoma;
	font-size: 8pt;
	padding: 2px;
	text-align: center;
	color: Black;
	font-weight: bold;
	cursor: pointer;
}
div.productName
{
	height: 15px;
}
div.productImage
{
	width: 100px; 
	height: 100px; 
	margin: 10px 0px 0px 0px;
	background-image: url('../images/products_thumbs/default.gif');
	background-repeat: no-repeat;
	background-position: center center;
}
div.productPrice
{
	font-weight: normal;
	text-decoration: line-through;	
	font-size: 9pt;
	color: #FF6A6A;
}
div.productCurrentPrice
{
	font-weight: bold;
	font-size: 10pt;
}
div.viewProductName
{
	font-family: Tahoma;
	font-size: 12pt;
	font-weight: bold;
	letter-spacing: 1px;
}
div.viewExternalCode
{
	font-family: Tahoma;
	font-size: 10pt;
}

table.main
{
    width: 700px;
    background-color: white;
}
div.assinatura
{
    color: black;
    font-family: Tahoma;
    font-size: 7pt;
    text-align: right;
}
a
{
    color: black;
    font-family: Times New Roman;
    font-size: 9pt;
    font-weight: normal;
    text-decoration: none;
}
a:hover
{
    color: blue;
    font-family: Times New Roman;
    font-size: 9pt;
    font-weight: normal;
    text-decoration: underline;
}
a.minha
{
    color: black;
    font-family: Arial;
    font-size: 7pt;
    font-weight: bold;
}
a.minha:hover
{
    cursor: help;
    background-color: white;
    color: #3366CC;
    font-family: Arial;
    font-size: 12pt;
    font-weight: bold;
}

.siteGridHeaderStyle
{
    background-color: #DADADA;
    color: black;
}
.siteGridPagerStyle
{
    background-color: #DADADA;
    color: black;
}
.siteGridRowStyle a
{
	color: Blue;
	text-decoration: underline;
}
.siteGridAlternatingRowStyle a
{
	color: Blue;
	text-decoration: underline;
}
.siteGridRowStyle a:hover
{
	color: Red;
	text-decoration: underline;
}
.siteGridAlternatingRowStyle a:hover
{
	color: Red;
	text-decoration: underline;
}


div.RoundedCorner 
{
    background: transparent;
    margin: 15px 0px 15px 0px;
}
div.RoundedCorner .b1, .RoundedCorner .b2, .RoundedCorner .b3, .RoundedCorner .b4, .RoundedCorner .b1b, .RoundedCorner .b2b, .RoundedCorner .b3b, .RoundedCorner .b4b {display:block; overflow:hidden; font-size:1px;}
div.RoundedCorner .b1, .RoundedCorner .b2, .RoundedCorner .b3, .RoundedCorner .b1b, .RoundedCorner .b2b, .RoundedCorner .b3b {height:1px;}
div.RoundedCorner .b2, .RoundedCorner .b3, .RoundedCorner .b4 {background: white; border-left:1px solid #999; border-right:1px solid #999;}
div.RoundedCorner .b1 {margin:0 5px; background:#999;}
div.RoundedCorner .b2 {margin:0 3px; border-width:0 2px;}
div.RoundedCorner .b3 {margin:0 2px;}
div.RoundedCorner .b4 {height:2px; margin:0 1px;}
div.RoundedCorner .Content 
{
    padding: 5px;
    display: block; 
    background: white; 
    border-left: 1px solid #999; 
    border-right: 1px solid #999; 
    background-image: url('../images/block-gradient.png'); 
    background-repeat: repeat-x; 
    background-position: left bottom;
    text-align: left;
}