* {
	margin: 0px; 
	padding: 0px;	
	
}

.link {
	font-size: 11px; 
	color: #A50D0D;
	text-decoration: none;	
}

.link:hover {
	text-decoration: underline;	
}

.mainVd {
	position: relative;
	width: 367px;
	height: 229px;
	background-image: url("../images/shop/base2.gif");
	background-repeat: no-repeat;
	vertical-align: bottom;
}

.introtext {
	display: inline;
	float: left;
	font-size: 11px;
	margin-left: 15px;
	width: 185px;
	text-align: left;
}

.productimage {
	display: inline;
	float: right; 
	font-size: 0px;
	width: 139px;
	height: 180px;
	margin-right: 15px;
}

.moreinfo {
	display: inline;
	float: left;
	font-size: 11px;
	margin-left: 15px;
	width: 177px;
	text-align: left;
	color: #FF0000;
}

.flagtext {
	width: 177px;
	float: left;
	margin-left: 15px;
	margin-top: 15px;
	font-size: 10px; 
	color: #666666;
	text-align: left;
}

.flags {
	display: inline;
	width: 177px;
	float: left; 
	margin-left: 15px;
	margin-top: 1px;
	font-size: 9px; 
	color: #666666;
	text-align: left;
}

.flagimg {
	margin: 1px;
	margin-top: 0px;
	margin-bottom: 0px;
}


.bottom {
	position: absolute;
	height: 80px;
	width: 213px;
	bottom: 0px;
	padding:0px;
	margin: 0px;
	left: 0px;
}

.buylink {
	display: inline;
	position: relative;
	width: 137px;
	height: 29px; 
	float: left;
	margin-left: 15px;
	background-image: url("../images/shop/buy01.gif");
	text-align: left;
	line-height: 10px;
	font-size: 10px;
	padding-top: 4px;
	cursor: pointer;
	background-repeat: no-repeat;
}

.buytext {
	margin: 0px; 
	margin-left: 10px;	
}

.confirmBox {
	width: 600px;
	height: 600px;
	background-color: #EEEEFF;	
	padding-top: 20px;
}

.headingBox {
	width: 600px;
	height: 20px;
	background-color: #ffffff;
	margin-top: 20px;
	font-size: 14px;
}

.select {
	width: 350px;
	height: 20px; 
	font-family: verdana, tahoma, helvetica;
	font-size: 12px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}

.bigbox {
	width: 504px; 
	background-color: #EFEFEF;
	padding: 2px;
}

.boxbutton {
	background-color: #E5E5E5;
	height: 22px;
	border: 1px solid #A5A5A5;
	font-size: 10px;
	width: 140px;
}

.boxbutton:hover {
	background-color: #959595;
	color: #FFFFFF;
}

