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

body {
	background: #FFFFFF;
	
	text-align: center;
}

#country {
	text-align: right;
}

#popup {
	clear: both;
	
	width: 272px;
	height: 482px;
	
	margin-top: 5px;
	margin-left: 5px;
	padding: 15px;
}

#item-name {
	clear: both;
	
	text-align: center;
	line-height: 130%;
	
	margin-bottom: 15px;
}

#item-thumbnail {
	clear: both;
	
	text-align: center;
	
	padding-top: 5px;
	padding-bottom: 5px;
	
	margin-top: 5px;
	margin-bottom: 5px;
}

#description {
	clear: both;
	
	height: 160px;
	text-align: left;
	
	font-size: inherit;
	font-size: 93%;
	line-height: 130%;
	
	margin-bottom: 15px;
}

#buttons {
	clear: both;
	width: 180px;
	
	margin-left: auto;
	margin-right: auto;
}

#popup-close {
	float: left;
	width: 64px;
	
	margin-right: 8px;
}

#popup-cart-in {
	float: left;
	
	width: 96px;
}