@charset "utf-8";
/* CSS Document */

#shopCart {
	position: relative;
	float: left;
	padding-top: 30px;
	text-align: center;
	margin: auto;
	font-size: 14px;
	font-weight: bold;
	width: 500px;
	height: 30px;
}

#boltPlate {
	position: relative;
	float: left;
	padding-top: 0px;
	padding-bottom: 10px;
	width: 500px;
	height: 110px;
}

#boltImage {
	position: relative;
	float: left;
	width: 158px;
	height: 110px;
	padding-left: 20px;
}

#boltImage img {
	border: 1px solid black;
}

#boltInfo {
	position: relative;
	float: left;
	padding-left: 10px;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	width: 312px;
	max-width: 312px;
}

#boltHeader {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}