body {
	background-color: #2F2F2F; 
	text-align: center;
	margin-top: 5%;
}
#bg {
	position: absolute; 
	top: 0; left: 0;
	width: 100%; height: 100%;
	background: url(blur.jpg) no-repeat center top;
	z-index: -1;
}
.dialog {
	z-index: 200;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px auto;
	text-align: left;
	width: 760px; height: 400px;
}
.product {
	width: 200px;
	height: 200px;
	float: left;
	margin-right: 40px;
	text-align: left;
	padding-top: 10px;
	
	color: #888;
	text-align: center;
	border: 1px solid #aaa;

	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;		
}
.product a {
	text-decoration: none;
}
.product img {
	height: 125px;
}
.product.good a, .product.good b  {
	color: #818922!important;
}
.product.poor b {
	color: #333;
}
.product.bad b {
	color: #872121;
}
.product span {
	padding: 5px;
	color: #fff;
}
.product.good span {
	background-color: #818922;
}
.product.poor span {
	background-color: #333;
}
.product.bad span {
	background-color: #872121;
}
.product div {
	font-weight: bold;
	margin-top: 20px;
}
input.calc{
	width:30px;
	padding: 5px;
	margin-right: 10px;
}
a#order, 
span.stock {
	font-size: 12px;
	font-weight: bold;
}
a#order {
	color: #fff;
	display: none;
	padding: 5px 10px;
	margin-left: 10px;
	text-decoration: none;
	background-color: #666666;
	
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;		
}
a#order:hover {
	background-color: #003399;

	-webkit-box-shadow: inset 0 -10px 15px #002268, 0 2px 0 #bbb, inset 0 15px 0 #003EBC;  
	-moz-box-shadow: inset 0 -10px 15px #002268, 0 2px 0 #bbb, inset 0 15px 0 #003EBC;  
	box-shadow: inset 0 -10px 15px #002268, 0 2px 0 #bbb, inset 0 15px 0 #003EBC; 	
}
span.stock {
	padding-left: 10px;
	color: #872121;
}
small {
	font-size: 10px;
	padding-right: 10px;
}
.exit {
	padding: 5px 6px 4px 5px;
	margin: 2px 2px auto auto;
}
.exit:hover {
	background-color: #ff0000;

	-moz-border-radius:25px;
	-webkit-border-radius:25px;
	border-radius:25px;		
	
	-webkit-box-shadow: inset 0 -10px 15px #002268, 0 2px 0 #777, inset 0 15px 0 #003EBC;  
	-moz-box-shadow: inset 0 -10px 15px #002268, 0 2px 0 #777, inset 0 15px 0 #003EBC;  
	box-shadow: inset 0 -10px 15px #800000, 0 2px 0 #777, inset 0 15px 0 #FF2400; 	
}
.submitbutton {
	display:block;
	width:160px;
	height:40px;
	border:none;
	color:#FFF;
	text-align:center;
	font-size:16px;
	font-weight: bold;
	text-decoration: none;
	cursor:hand;
	cursor:pointer;
	line-height: 37px;
	text-shadow: 0 1px 1px #333;
	float: right; 
	margin: -5px 75px 0 0;
	background-color: #9DA82E; 
	
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;		

	-webkit-box-shadow: inset 0 -10px 15px #4F5417, 0 2px 0 #bbb, inset 0 15px 0 #A2AD2B;  
	-moz-box-shadow: inset 0 -10px 15px #4F5417, 0 2px 0 #bbb, inset 0 15px 0 #A2AD2B;  
	box-shadow: inset 0 -10px 15px #4F5417, 0 2px 0 #bbb, inset 0 15px 0 #A2AD2B; 	
}
.speechbubble {
	width: 500px;
	position:relative;
	padding:15px;
	margin-top: 25px;
	
	color:#333;
	text-shadow: 0 1px 1px #FFF;

	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;

	background-image: none !important;
	background-color: #f9d835;
	filter: none !important;
	-webkit-box-shadow: inset 0 -20px 25px #f3961c, 0 1px 0 #f3961c, inset 0 1px 0 #f9d835;  
	-moz-box-shadow: inset 0 -20px 25px #f3961c, 0 1px 0 #f3961c, inset 0 1px 0 #f9d835;  
	box-shadow: inset 0 -20px 25px #f3961c, 0 1px 0 #f3961c, inset 0 1px 0 #f9d835; 
}
.speechbubble:after {
	content:"";
	display:block;
	position:absolute;
	top:-15px;
	left:100px;
	width:0;
	border-width:0 15px 15px;
	border-style:solid;
	border-color:#f9d835 transparent;
}
