/*global*/

.button{
	display:block;
	height:20px;
	padding-left:15px;
	padding-right:15px;
	border:none;
	color:white;
	font-weight:bold;
	text-transform:none;
	background-color:#FF6600;
}


.moduletablenav-simplycart{
	width: 200px;
	height: 150px;
	margin-bottom:20px;
	background: url(../images/basketcart.gif) no-repeat;
}

.moduletablenav-simplycart h3{
	margin-top:0px;
	height:25px;
	color:black;
	font-size:14px;
	font-weight:bold;
	text-indent: -200000px;
}

.moduletablenav-simplycart .amount-item{
	width: 165px;
	font-size: 12px;
	font-weight: bold;
	margin-top: 20px;
	margin-left:10px;
	margin-right:10px;
	padding: 5px 5px 5px 7px;
	border-bottom:1px solid #cccccc;
}

.moduletablenav-simplycart .cart-total{
	width: 165px;
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
	margin-left:10px;
	margin-right:10px;
	padding: 5px 5px 5px 7px;
	border-bottom:1px solid #cccccc;
}

.moduletablenav-simplycart a.mainlevel{
	display: block;
	width: 84px;
	height: 28px;
	margin-top: 0px;
	margin-left: 105px;
	text-indent: -20000px;
	background: url(../images/joom-buttoncart.gif) no-repeat;
}


