html {
	font-size: 100%;
}

* {
	padding: 0;
	margin: 0;
}

body {
	background-color: white;
	font-family: Arial, Helvetica;
	font-size: 1em;
}


#cart_block_form {
	width: 160px;
	height: 17px;
	line-height: 17px;
	position: relative;
	background: url(../ximg/cart_block_back.jpg) no-repeat center;
	text-align: center;
	font-size: 0.7em;
}

#cart_block_form strong{
	font-weight: bold;
	color: #9C1717;
}
