body{
	/*background-color:#fff8d6;*/
	background-color:F0E8D6;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}	
/*
body {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
}
*/
#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: 175px;
	float:right;
	background: transparent;
}
.item {
    background: #fff;
    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;
}
#cart_toolbar1, #cart_toolbar2, #cart_toolbar3, #cart_toolbar4, #cart_toolbar5, #cart_toolbar6, #cart_toolbar7 {
    overflow: hidden;
    border: 4px solid #666;
    height: 60px;
    z-index: -2;
    width: 130px;
    -webkit-border-radius: .5em ;
    -moz-border-radius: .5em;
    border-radius: .5em;
    background: #ffffff;
	float:left;
}

#cart_items1, #cart_items2, #cart_items3, #cart_items4, #cart_items5, #cart_items6, #cart_items7  {
    height: 58px;
    width: 175px;
    position: relative;
    /*padding: 0 0 0 2px;*/
    z-index: 0;
    cursor: e-resize;
    border-width: 0 2px;
}		

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