/* Product Menu CSS */

div#productMenu
{
  margin-left:5px;
  border-style: solid;
  border-width: 1px;
  border-color: #c8c8f8;
  width: 179px;
  font-size: smaller;
  
	position:absolute;
	top: 10px;
	left:10px;		
} 

div.productMenuTitle
{
	text-transform: uppercase;
	margin-left:5px;
	font-size: small;
	font-weight: bold;
}
	
div.productMenuProductCategory
{
	text-transform: uppercase;
	margin-left:5px;
	font-size: small;
	font-weight: bold;
}

a.aMenuProduct
{
	font-size: small;
	text-decoration: none;
	color: black;
}

li.liMenuProduct
{
	list-style: circle inside;
	margin-left:5px;
}

/* Product List CSS */

div.productList
{
	position:absolute;
	top: 10px;
	left:130px;		
}

div.productPicture
{
	width: 100px;
	border-style: solid;
    border-width: 1px;
	border-color: #d090f0;
		
	position:relative;
	left:100px;	
}

div.productDetails
{
	width: 450px;
    border-style: solid;
    border-width: 1px;
	border-color: #d090f0;
	
	position:relative;
	left:220px;	
	top: -100px;
}

/* Shopping Cart CSS */

table.shoppingCartTable
{
	width: 100%;
	text-align:left; font-size:9pt; font-weight:normal; color:#582601; letter-spacing:1px;
}

table.shoppingCartTable th
{
	text-align:left;
}

table.shoppingCartTable th.shoppingCartPicture
{
	width: 110px;
}

div.shoppingCartProductPicture
{
	width: 100px;

}

table.shoppingCartTable th.shoppingCartProductName
{
	width: 300px;
}

table.shoppingCartTable th.shoppingCartDescription
{
	width: 300px;
}

table.shoppingCartTable .shoppingCartPrice
{
	width: 120px;
	text-align: left;
}

table.shoppingCartTable th.shoppingCartActions
{
	width: 100px;
}

table.shoppingCartTable .shoppingCartQuantity
{
	width: 150px;
	text-align: center;
}

input.textBox
{
	border-style: solid;
	border-width: 1px;
	text-align: right;
}

div.buyButton
{
	background: url(/images/bt-comprar.png) no-repeat; 
	width:48px; 
	height:22px; 
	border: 0; 
	cursor:pointer; 
	cursor: hand; 
	margin-bottom:10px;
}
