#navMainWrapper {
	position:relative;
}
#carttopcontainer {
    background-color: #ffffff;
    border: 1px solid #EAEAEA;
    border-radius: 0;
    display: none;
    line-height: normal;
    padding: 10px;
    position: absolute;
    right: 15px;
    top: 100%;
    width: 350px;
    z-index: 999;
	margin-top:1px;
	border-top:medium none;
    max-height: 300px;
    overflow-y: scroll;
}
.basket .topcart-buttons .merged-buttons a:first-child {
	margin-right:5px;	
}
#topcartinner {
    display: block;
    padding: 4px 0;
    position: relative;
    text-align: center;
}
.basketcol span.cartTitle {
	padding-top:7px;
	font-size:20px;
}
.cart_table {
    border-bottom: 1px dashed #EBEBEB;
    padding: 15px;
}
.cartmain .cartTopProductName > a {
    font-size: 15px;
    font-weight: 700;
	color:#000000;
}
.topcart-buttons {
    margin: 15px 0 5px;
}
.cart_image img {
    height: auto;
    width: 100%;
}
.cart_contentbox a:hover {
	text-decoration:none;
}
.cart_contentbox .forward {
    margin-left: 10px;
}
.cart-container .cartBoxTotal {
    font-size: 13px;
    height: 60px;
    margin: 0;
    padding-left: 5px;
    text-transform: uppercase;
}
.cartTopProductRemove {
    cursor: pointer;
    float: left;
}
#viewCart {
    line-height: 35px;
	display:inline-block;
	margin-left:3px;
}
#viewCart a {
    font-size: 10px;
    line-height: normal;
    padding: 5px;
    text-transform: uppercase;
    transition: all 0.2s ease 0s;
}
#viewCart a:hover {
	color:#FFFFFF;
	text-decoration:none;
}
#cartMenuTotals {
	float:left;
	line-height:35px
}
#cartBoxListWrapper {
	height:auto;
	overflow:auto
}
#cartcontainer {
	border-left:6px solid #ccc;
	border-right:6px solid #ccc;
	padding:5px;
	width:339px
}
.cartattr {
	font-style:italic;
	background:#f0f0f0;
	text-transform:capitalize;
	font-size:11px
}
.cartmain > a.button, .cartmain a > div.topCartCheckout {
    display: inline-block;
    font-size: 10px;
    margin: 0 0;
    min-height: 20px;
    padding: 5px;
	text-transform: uppercase;
}
#carttopcontainer .cartmain a.button:hover, .cartmain a > div.topCartCheckout:hover {
	color:#FFFFFF;
}
.basketcol > span {
    display: block;
	font-size:14px;
}