body{
	/*background-color:#fff8d6;*/
	background-color: #F0E8D6;
}	
#main {
    width: 100%;
	height: 100%;
    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: 100px;
	position: absolute;
	background: #FFFFFF;
	top:100px;
	left: 850px;
	padding:16px;  
	border:1px dotted #2266AA;  
	z-index:100;
}

#texto_apresentacao {
	position:absolute;
	margin-left: 20px;
	margin-right: 20px;
	font-family: Tahoma, Arial;
	width: 85%;
	padding: 5px;
	background:#FFFFFF;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.5);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,.5);
    box-shadow: 0 1px 1px rgba(0,0,0,.5);
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: .5em;
}

#texto_final{
	position: absolute;
	margin-left: 20px;
	font-family: Tahoma, Arial;
	width: 85%;
	padding: 5px;
	top: 980px;
	background:#FFFFFF;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.5);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,.5);
    box-shadow: 0 1px 1px rgba(0,0,0,.5);
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: .5em;
}

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

.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;
}


#item1, #item2, #item3, #item4, #item5, 
#item6, #item7, #item8, #item9, #item10, #item11{
    height: 30px;
    /*width: 175px;*/
    position: relative;
    /*padding: 0 0 0 2px;*/
    z-index: 0;
    /*cursor: e-resize;*/
	cursor: pointer;
    border-width: 0 2px;
}		

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