.genesis {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; text-transform: none; color: #515151; text-decoration: none}
.head {  font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-style: italic; line-height: normal; font-weight: bolder; font-variant: normal; text-transform: none; color: #009966; text-decoration: none}
.product {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; line-height: normal; font-weight: bolder; font-variant: normal; text-transform: none; color: #009966; text-decoration: none}
.producttext { font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; text-transform: none; color: #666666; text-decoration: none }
.producttextital { font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-style: italic; line-height: normal; font-weight: normal; font-variant: normal; text-transform: none; color: #666666; text-decoration: none }

.nostock {
	width: 150px;
	text-align: center;
	background-color: #f83431;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	position: relative;
	top: 100px;
	z-index: 2000;
	left: 50px;
}

#breakout {
	border-style:solid; border-color:#900; padding:10px; background-color:#FF9;
}

#ozzlink {
	text-align: center;
	border: 1px solid #009966;
	border-radius: 5px;
	padding: 10px;
	margin-top: 20px;
	font-weight: bold;
	background-image: -webkit-linear-gradient(top, #fce07b 0%, #f6f5cc 100%);
	background-image: -moz-linear-gradient(top, #fce07b 0%, #f6f5cc 100%);
	background-image: -ms-linear-gradient(top, #fce07b 0%, #f6f5cc 100%);
	background-image: linear-gradient(to bottom, #fce07b 0%, #f6f5cc 100%);
}

#ozzlink a {
	border-style: solid;
	border-width: 1px;
	background-color: #009966;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 30px;
	color: #ffffff;
	text-decoration: none;
	border-radius: 5	;;
-moz-box-shadow: 2px 2px 4px #aba9a9;
	box-shadow: 2px 2px 4px #aba9a9;
}

#ozzlink a:hover {
	-moz-box-shadow:none;
	box-shadow: none;
}