body {
	    background-color: #000;
    background-image: url(/images/deserve_bg.jpg);
    background-position: top center;
	 background-attachment: fixed;
}

.art-slogan {
	background: url(/images/header-3.jpg) center center;
	color: white;
	text-shadow: 1px 1px 2px #000;
	border-radius: 4px;
	    background-position: bottom right;
	padding: 10px;
}


	.bottom-bar {
		position: fixed;
		bottom: 0px;
		width: 100%;
		background-color: black;
		height:30px;
		vertical-align:bottom;
		padding: 0 5px 2px 5px;
		text-align:right;
		z-index:1;
	}

.item-thumb img {
	width:30px;
}

.simpleCart_items table {
  margin:auto;  
  width:100%;  
}

.simpleCart_items td {
  border:solid 1px;
  padding:0 5px
}

 .simpleCart_items td.item-remove {
  border:none;
}






  .categoria {
    width:200px;
    height:200px;
    margin: 10px;
    padding: 5px;
    overflow: hidden;
    border-radius: 4px;
    border: 1px solid #e7e7e7;
    background: white;
  }
  
  .categoria .titulo {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
  }
  
  .categoria .foto img {
    width: 100%;
    
  }
  
  .content {
    background-color: #f8f8f8;
    border-radius: 4px;
    border: 1px solid #e7e7e7;
  }
