body {
		background: #fcb01d;
		margin-top: 20px;
		font-family: Arial, Helvetica, sans-serif;
		scrollbar-face-color: #fcb01d; 
    	scrollbar-arrow-color: #FFFFFF;
   		scrollbar-highlight-color: #FFF;
   	    scrollbar-3dlight-color: #FFF;
        scrollbar-shadow-color: #FFFBF0;
        scrollbar-darkshadow-color: #FFF;
        scrollbar-track-color: #FFF;
		}
	#mainContainer{
		width:750px;
		height: 560px;
		margin-left: auto;
		margin-right: auto;
		background-image: url(../images/fons.jpg);
		background-repeat: no-repeat;
		padding: 20px;
		border: 1px #c98c17 solid;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
	}
	
	#leftColumn{
		width:350px;
		float:left;
		margin-top: 105px;
		height: 1px;
	}
	#rightColumn{
		width: 340px;
		float: right;
		margin: 2px;
		height: 479px;
		position: relative;
		margin-top: 40px;
	}	
	
	#contenidor {
		width: auto;
		overflow: auto;
		margin-bottom: 20px;
		}
	.dragableBox{
      width: auto;
	  float: left;
	  margin-bottom: 20px;
	}
	
	.product_description {
		float: left;
		width: 250px;
		}
	.dragableBox img {
		float: left;
		width:100px;
		height:100px;		
		cursor: pointer;
	}
	.dragableBox_title {
		float: left;
		width: auto;
		margin-left: 20px;
		padding: 3px;
		font-size: 15px;
		font-weight: bold;
	}
	.dragableBox_info {
		float: left;
		width: 150px;
		margin-left: 20px;
		padding: 3px;
	}
	img{
		border:0px;
	}
	.dropBox {
		width: auto;
		float: right;
		}
	#dropBox {
		width: 360px;
		height: 263px;
		background-image: url(../images/caixa_compra.png);
		background-repeat: no-repeat;
		margin-top: 0px;
	}	
	#dropBox2 {
		width: 300px;
		height: 161px;
		background-image: url(../images/caixa_info2.png);
		background-repeat: no-repeat;
		margin-top: 30px;
		padding: 30px;
		color: #FFF;
		font-size: 20px;
	}
	#dropContent {
		padding: 20px;
		width: 300px;
		height: 180px;
		margin-left: 10px;
		margin-top: 20px;
		overflow-y: auto;
		padding-left: 30px;
		}
	#dropContent img {
		width: 75%;
		height: 75%;
		}
	.comprar {
		width: 45px;
		height: 48px;
		display: block;
		float: left;
		margin-left: 80px;
			}		
	.comprar:hover {
		opacity:0.5;
			}		
	.info {
		width: 45px;
		height: 48px;
		display: block;
			}
	.informacio div {
		width: 320px;
		height: 135px;
		color: #c98c17;
		display: none;
		float: left;
		margin-top: 20px;
		font-size: 14px;
		border-top: 2px dashed #c98c17;
		padding-top: 5px;
	}
	.botons {
		float: right;
		width: auto;
		padding-right: 100px;
		}
