.text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	color: #333;
	font-weight: normal;
}
.bottomlinks {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #000;
}
.copyright {
	font-family: Calibri, Georgia;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	color: #666;
}
.bodytext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #333;
}

.product_type{
	border: 0px solid #DCDCDC;
	box-shadow: 5px 5px 5px lightgray;
	margin:0 30px 20px;
	width: 200px;
	float: left;
  text-align: center;
}

.product_details{
	border: 0px solid #DCDCDC;
	box-shadow: 5px 5px 5px lightgray;
	margin: 10px;
	font-size: 12px;
	height: 650px;
}

.price{
	color: red;
}

.product_header{
	text-align: center;
	clear: both;
	margin:15px 0 10px;
	font-size: large;
}
.product_header .product_header {
	font-weight: bold;
}


.details{
	width:100%;
	padding: 0;
	margin: 0;
}

.product_details > figure {
	width: 400px;
	float: left;
	text-align: center;
}

.product_details > figure > img {
	width: 400px;
	float: left;
	text-align: center;
	padding-right: 20px;
	
}

.product_menu > ul
{
float:left;
width:100%;
padding:0;
margin:0;
list-style-type:none;
}
.product_menu > li > a
{
float:left;
width:7em;
text-decoration:none;
color:white;
background-color:rgb(19, 12, 19);
padding:0.2em 0.6em;
border-right:1px solid white;
}
.product_menu  > li > a:hover {background-color:rgb(122, 122, 122);}
.product_menu  >li {display:inline;} */.textitalic {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #969;
}
.textitalic {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: oblique;
	font-weight: normal;
	color: #963;
}
.pageheaders {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #666;
}
.textbold {
	font-weight: bold;
}
