﻿bodymain {
    font-size: 2px;
	font-family: Verdana;
}
.style3 {
	font-size: 22px;
	font-family: Tahoma;
	font-style: normal;
	margin-left:auto;
	margin-right:auto;
	width:230px;
   	height:60px;
	overflow:auto;
}
.style6 {
	color: #0b6481;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a:link {color: #0b6481; text-decoration: underline; }
a:active {color: #0b6481; text-decoration: underline; }
a:visited {color: #0b6481; text-decoration: underline; }
a:hover {color: #0b6481; text-decoration: none;
}
.styleLinksHeader {color: #FFFFFF}
.styleLinksItems {color: #a8cbfa; font-size: 12px;}
.styleItemTypeCart {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.styleItemTypePrice
{
	color: #0b6481;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
}
.white_content {
	display: none;
	position: absolute;
	top: 25%;
	left: 25%;
	width: 50%;
	height: 50%;
	padding: 16px;
	border: 16px solid orange;
	background-color: white;
	z-index:1002;
	overflow: auto;
}
.thumbnail{
	position: relative;
	z-index: 0;
}
.thumbnail:hover{
	background-color: transparent;
	z-index: 1003;
}
.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: white;
	padding: 5px;
	left: -1000px;
	visibility: hidden;
	color: black;
	text-decoration: none;
	width: 400px;
	border: 1px solid #585858;
	
}
.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: 0;
	left: 60px; /*position where enlarged image should offset horizontally */
}
div.defaultproductinfo1 { 
	visibility: hidden
	/*display: none */
}
div.defaultproductinfo2 { 
	visibility: hidden
	/*display: none */
}
div.previewImgStyle { 
	display: none 
}
div.previewVideoStyle { 
	display: none 
}