/* CSS Document */
body {
    direction: ltr;
}

.floatLeft {
	float:left;
}

.floatRight {
	float:right;
}


/* -------------------------------------------
----- commerce -----------------------------*/

#account-links li{
	margin-left:15px;	
}

#account-links li img{
	right: 4px;	
}

.grand-total{
	text-align:right !important;
}

.login-container{
	border-left: 2px dotted #F0F0F0;	
}

.review-order th{
	text-align:left;	
}

.checkout-result-img{
	margin-right:45px;	
}