﻿@charset "UTF-8";
.thumbnail{
position:relative;
z-index: 0;
font-size:xx-small;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
background-color: #fff; /*lightyellow;*/
padding: 5px;
/*left: -1000px;*/
border: 1px dashed silver;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -210px;
left: 5px; /*position where enlarged image should offset horizontally */
text-decoration: none;
}
/* Image position and add to cart */
.infos {
	float:right;
	width:359px;
	vertical-align:top;
	position:absolute;
	height:146px;
	top:0;
	left:105px;
	font-size:small;
	padding:2px;
}
.centering {
	text-align:center;
}
.features {
	margin-left:5px;
	font-weight:bold;
}
.clearer {
	position:relative;
	clear:both;
	margin: 5px auto;
	border-bottom:1px silver solid;
}
.moredetails {
	list-style:none;
	font-family: Tahoma;
	margin-left:5px;
	font-size:xx-small;
	text-decoration:none;
}
.moredetails span {
	font-weight:bold;
}
.lister {
	margin-left: 230px; /* orig margin-left: 240px */
	font-size:small;
	line-height:15px;
}
/* CART */
.add {
	clear:left;
/*	float:right;*/
	display:block;
	padding:0;margin:0;
	font-size:small;
}
.add-1 {
	text-align:right;
	display:block;
	font-size:small;
}
.pricing {
/*	width: 195px;
	text-align: center;
	float: left;
	margin: 0;
	padding: 0;*/
	font-size: x-large;
	font-weight: 600;
	font-family:Arial, Helvetica, sans-serif;
	color:#CC3300;
	vertical-align:top;
	margin-bottom:10px;
	display:block;
}
.pricing-old {
	font-size: large;
	font-weight: 600;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF8359;
	vertical-align: top;
	margin-bottom: 10px;
	display: block;
	text-decoration:line-through;
	font-style:italic;
}
.pricing-1 {
	width:200px;
	float:right;
	font-size:medium;
	font-weight:bold;
	color:#CC3300;
	text-align:center;
}
