a{
text-decoration:none;
outline:none;
border:0px;	
}



img{
border:0px;	
}

a.sizeOverlay{
color:#000;
font-weight:bold;
text-align:center;
font-size:12px;
line-height:30px;
text-indent:-3px;
cursor:pointer;
background-image:url('images/sizesOverlay.gif');
background-repeat:no-repeat;
width:36px;
height:30px;
background-position: top left; 
display:inline-block;

}
a.sizeOverlay:hover, .sizeOverlay.selected {
background-position: top right; 
}

a.colorOverlay{
cursor:pointer;
background-image:url('images/colorOverlay.gif');
background-repeat:no-repeat;
width:30px;
height:26px;
background-position: top left;
display:inline-block;

}

a.colorOverlay:hover, a.colorOverlay.selected {
background-position: top right;
border:0px;
}

a.addToBasket{
background-image:url('images/addToBasket.gif');
background-repeat:no-repeat;
width:92px;
height:27px;
color:#ff0000;
font-size:14px;
font-weight:bold;
text-align:center;
line-height:24px;
display:block;
}
a.addToBasket:hover{
color:#DF1B1B;
}

.bottomInfo{
	padding-top:4px;
	line-height:27px;
	width:320px;
	font-size:10px;
}


.cmcCartAddedTitle{
	height:20px;
	line-height:20px;
	background-color:#626262;
	text-align:center;
	color:#fff;
	
}

.cmcCartAddedInfo{
	padding:2px 4px 2px 4px;
	
}
.cmcCartAddedInfo .title{
font-weight:bold;	
}
.cmcCartDetails{
	background-color:#fff;
	width:320px;
	
	padding:5px 11px 5px 11px;
}

.cmcCartDetails .hr{
	margin:0px;
	padding:4px 0px;
	border-bottom:1px solid #e5e5e5;
	line-height:1px;
	height:1px;
}
.cmcCartDetails .vhr{
	margin:0px 4px 0px 4px;
	
	padding:0px;
	border-left:1px solid #e5e5e5;
	line-height:23px;
	height:23px;
	
	float:left;
}


.textfieldinput{
background-image:url('images/textFieldBack.gif');
background-repeat:no-repeat;
background-position:top left;
width:265px;
height:19px;
border:none;
background-color:transparent;
}

.cmcCartCheckoutForm{
	padding: 60px 10px 0px 10px;	
}

.cmcCartCheckoutForm .title{
	color:#FFF;
	display:block;
	padding-bottom:5px;
	}
.cmcCartCheckoutForm h1{
	color:#FFF;
	
	}
	
.cmcCartCheckoutStrip{
width:462px;
height:82px;
background-color:#ffffff;
border-bottom:0px solid black;
margin-bottom:8px;
display:block;
}
.cmcCartCheckoutStrip span {
	display:block;
}


.cmcCartCheckoutStrip .imagePosition{
	
	float:right;
	width:75px;
}
.cmcCartCheckoutStrip .infoPosition{
	float:right;
	
	width:377px;
	height:55px;
	overflow:hidden;
	padding:5px;
	padding-top:3px;
	padding-bottom:0px;
}
.cmcCartCheckoutStrip .bottomInfoBar{
	float:right;
	width:372px;
	padding:3px 5px 0px 5px;
}

.cmcCartCheckOutTotal{

margin-bottom:4px;
width:503px;
}

.cmcCartCheckOutTotal .inner{
	width:460px;
	border-bottom:1px solid #000;
	
	
}

.noOutLine{
	outline:none;
	}

