td {
	color: #000000 ;
	font-family: Tahoma, Verdana;
	font-size: 12pt;
}
input {
	font-family: Tahoma, Verdana;
	font-size: 12pt;
}
textarea {
	font-family: Tahoma, Verdana;
	font-size: 12pt;
}
select {
	font-family: Tahoma, Verdana;
	font-size: 12pt;
}
.justified {
	text-align: justify;
} 
.itemName{
	font-weight:bold;
}
.itemNameTD{
	vertical-align:top;
}
.btn_addcart{
	vertical-align: bottom;
}						
.itemQuantity{
	vertical-align: middle;
}
.td_itemQuantity{
	vertical-align: bottom;
}
.shop-content {
	width:80%;
	margin:auto;
}
img.imgthumb {
	-webkit-filter: drop-shadow(3px 3px 6px grey);
	margin-bottom: 1em;
}
img.item-image {
	-webkit-filter: drop-shadow(3px 3px 6px grey);
}
body { 
	font-weight: normal;
	word-spacing: normal;
	text-transform: none;
	letter-spacing: normal;
	background-color: #ffffff;
	font-family: Tahoma, Verdana;
	font-size: 12pt;
}
a:link{
	color: #2E28FF; 
	text-decoration: none; 
} a:visited{
	color: #9108FF;
	text-decoration: none; 
} a:hover{
	color: #28C0FF;
	text-decoration: none; 
} a:active{
	color: #6AFF60;
	text-decoration: none; 
} input.btnchecksecure, input.btncart_checkout_above, input.btncart, input.itemOptionButton { 
	background-color: #FFB305;
	font-size: 14pt;
	color: #000000;
font-family: Tahoma, Verdana;
	padding: 0.75em 1.5em;
	border: none;
	border-radius: 0.5em;
	margin: .1em;
	transition: background-color 0.3s;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	cursor: pointer;
}
input.btnchecksecure:hover, input.btncart_checkout_above:hover, input.btncart:hover, input.itemOptionButton:hover {
	background-color: #6AFF60
}
input.btncart {
	margin: .1em;
}
input.search2text {
	padding: 5pt;
}
