/* CSS Document */


#outerbasket{
	width:510px;
	padding:10px;
	
}
#basket {
	background-color: #FFF;
	font-family:Arial, Helvetica, sans-serif;
	color: #646257;	
	padding:10px;
	border:2px solid #c71b3a;
	float:left;
	font-size:11px;
	width:480px;
	height:310px;
}

#basket img {
	border:0;
}

#basket a:link, #basket a:visited {
	color: #c71b3a;
	text-decoration: none;
}

#basket a:hover {
	color: #000;
	text-decoration: none;
}

#basket a:active {
	text-decoration: none;
}

#basket H1 {
	font-size:16px;
	color:#c71b3a;
}

#basket H2 {
	font-size:14px;
	color:#c71b3a;
}

#basket H3 {
	font-size:14px;
	color:#f5a117;
	font-weight:bold;
}

#basket H4 {
	font-size:12px;
	color:#c71b3a;
	font-weight:bold;
}

#basket h5 {
	font-size:12px;
	color:#646257;
	font-weight:bold;
}

.smallText {
	font-size:9px;
}



#topBar {
	width:100%;
	border-bottom:1px solid #ccc;
	display:block;
	float:left;
	clear:both;
}

#topBar .heading {
	float:left;
	font-size:14px;
	color:#c71b3a;
	padding-bottom:5px;
}

#topBar .close {
	float:right;
	display:block;
	padding-top:3px;
}

#itemRow {
	width:100%;
	float:left;
	clear:both;
	border-bottom:1px solid #ccc;
	padding-top:10px;
	padding-bottom:10px;
	}

#itemRow .thumb {
	float:left;
	width:160px;
	height:120px;
	overflow:hidden
	
}

#itemRow .desc {
	float:left;
	padding-left:10px;
	width:310px;

}

.totalsContainer {
	width:100%;
	float:left;
	clear:both;
	
	border:1px solid #CCC;
	margin-top:10px;
}

.totalsContainer td{
	border:1px solid #FFF;
	padding:5px;
}

.totalsContainer .heading {
	font-size:12px;
	font-weight:bold;
	color:#c71b3a;
	background-color:#f1f1f1;
	line-height:24px;
	
}

.totalsContainer .total {
	font-weight:bold;
	background-color:#f9f9f9;
}

.buttons {
	float:left;
	clear:both;
	margin-top:10px;
	width:100%;
}

.buttons .left{
	float:left;
}

.buttons .right{
	float:right;
}

