#shopping-cart-table {
	width:100%;
}

#shopping-cart-table th {
	white-space: nowrap;
}

#shopping-cart-table th,
#shopping-cart-table td {
	padding: 5px;

}

.shopping-cart-totals {
	float: right;
}

#shopping-cart-totals-table {
	margin: 10px 0;
}

.checkout-types {
	float: right;
	clear: both;
}

#shopping-cart-totals-table th,
#shopping-cart-totals-table td {
	padding: 5px;
	font-size: 12px;
	border: 0;
	text-align: right;
}

.checkout-cart-index .item-options {
	margin-left:10px;
}

.checkout-cart-index th {
	text-align:left;
	margin-left:10px;
}

.checkout-cart-index td {
	font-size:11px;
	border-bottom:1px solid #ccc;
}

/*.checkout-cart-index .input-text {
	width:35px;
	margin:0 10px;
}*/

.checkout-cart-index .a-right {
	text-align:right;
}

/*.checkout-onepage-index #checkout-step-login {
	background:transparent url(../img/bg-cart.gif) no-repeat scroll 0 0;
	float:left;
	height:450px;
	padding:15px;
	width:711px;
}

.checkout-onepage-index h4,
.checkout-onepage-index p,
.checkout-onepage-index ul {
	padding:10px 0;
}

.checkout-onepage-index #checkout-step-login .col-1,
.checkout-onepage-index #checkout-step-login .col-2 {
	float:left;
	padding:0 20px;
}

.checkout-onepage-index .button-set {
	clear:both;
}*/


#seo-box {
	position:absolute;
	float:right;
	right:0px;
	top: 350px;
	float:right;
	overflow:hidden;
	background: url(/skin/frontend/default/tenelva/img/shop-box-small.gif) no-repeat;
	width: 192px; /* 162 */
	height: 134px; /* 139 */
}
#seo-box div{
	margin: 10px 5px;
	overflow-x: hidden;
	overflow-y: hidden;
	text-align:justify;
	width: 150px; /* 162 */
	height: 97px; /* 139 */
}
#seo-scroll-down{
	position:absolute;
	right:0px;
	bottom:0px;
	float:left; 
	margin: 0 15px 15px 0;
}
#seo-scroll-up{
	position:absolute;
	right:0px;
	top:0px;
	float:left; 
	margin: 0 15px 15px 0;
}
	

