.master
{
	/*background-image:url(/images/background.jpg);	
	margin-top:2px;
	margin-left:2px;
*/
	font-family: Tahoma;
	font-size: 13px;
	color: #d60000;
	background-image:url(/images/background.jpg);

}
.background
{
	background-color:#d60000;
}
.treenode
{
	color:black;
	padding-left:10px;
	text-align:left;
	border:0px;
	border-bottom:0.1em solid #dedede;
	border-style:groove;
}

.treenodeselected
{
	text-decoration:underline
}
.treenode > a, a
{
	text-decoration:none;
	color:black;
	
}
a
{
	text-decoration:none;
	color:Black;
}
.menutitle
{
	background-color:#fc6666;
	color:white;
	height:20px;
}
div.menutitle 
{
	text-align:left;
	padding-left:40px;
}
.smalltextbox
{
	font-size:10px;
	border:1px inset #d60000;
}
.textfield
{
	color:#d60000;
	font-size:12px;
	
	border:1px solid gray;
	padding-left:4px;
}
.textfield_required
{
	border:2px solid red;
}
.list
{
	color:#d60000;
	font-size:9px;
}
.oddRepeater
{
	background-color:#fc6666;
}
.productItem
{
	padding-left:8px;
	padding-top:8px;
	padding-bottom:8px;
	border:1px solid #dedede;
	vertical-align:top;
}
.productItemImage
{
	cursor:pointer;
	cursor:hand;
	text-align:left; 
	height:100%;
}
.button_buy
{
	margin:6px 6px 6px 6px;
	background-color:transparent;
	border:0px solid transparent;
	background-image:url('/images/btn_Comprar.gif');
	background-repeat:no-repeat;
	min-width:96px;
	min-height:21px;
	width:96px;
	height:21px;
	cursor:pointer;
	cursor:hand;
}

h1.small
{
	font-family: Tahoma;
	font-size: 13px;
	font-weight:bold;
	text-decoration:underline;
}
img.imgbullet
{
	display: inline;
	padding:4px;
	padding-top:0px;
}
div.pdti
{
	float:left;width:98%;
}
div.main
{
	text-align:left;width:549px;vertical-align:top;background-color:white;border-top:0px;border:1px solid black;background-image:url(/images/background.jpg);padding:0px;
	padding-top:3px;
	border-top:0px;
}