body{
	/*background-color:#fff8d6;*/
	background-color: #F0E8D6;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}	
#main {
    background: #0099cc;
    margin-top: 0;
    padding: 2px 0 4px 0;
    text-align: center;
}
#main a {
    color: #ffffff;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    font-family: Arial;
}
#main a:hover {
    text-decoration: underline;
}
#item_container {
	width: 210px;
	float:right;
	background: #FFFFFF;
}

#texto_apresentacao {
	position:absolute;
	font-family: Tahoma, Arial;
	width: 80%;
	padding: 10px;
}

.item {
    background: none;
    float: left;
    /*padding: 5px; 	
    margin: 1px;*/
    cursor: move;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.5);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.5);
    box-shadow: 0 1px 2px rgba(0,0,0,.5);
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: .5em;
    z-index: 5;
}

.icart, .icart label {
    cursor: e-resize;
}
.divrm {
    text-align: right;
}
.remove {
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
    font-size: 20px;
    position: relative;
    top: -7px;
}
.remove:hover {
    color: #999;
}
.clear {
    clear: both;
}
#cart_container {
    margin: 0 auto;
    width: 795px;
}
#cart_title span {
    border: 8px solid #666;
    border-bottom-width: 0;
    background: #333;
    display: block;
    float: left;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    padding: 5px 10px;
    -webkit-border-radius: .5em .5em 0 0;
    -moz-border-radius: .5em .5em 0 0;
    border-radius: .5em .5em 0 0;
}


#grego1, #grego2, #grego3, #grego4, #grego5, 
#cristao1, #cristao2, #cristao3, #cristao4, #cristao5  {
    height: 52px;
    /*width: 175px;*/
    position: relative;
    /*padding: 0 0 0 2px;*/
    z-index: 0;
    cursor: e-resize;
    border-width: 0 2px;
}		

.back {
    background:none;
}
.sptext {
    background: #ffffff;
    padding: 4px 8px;
    margin-left: 8px;    
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: .5em;
    color: #666;
}