﻿img
{
	/*display:block;*/
}

table.product
{
	width:598px;
	/*border:1px solid #8FD3D4;*/
	border-collapse:collapse;
	color:#000000;
}

table.product td.boxtitle
{
	background-color:#22B83A;
	width:280px;
	text-align:center;
}

table.product td.boxtitle h4
{
	color:#C81926;
	font-weight:800;
	font-size:16px;
	margin-bottom:0;
	padding-bottom:0;
}

table.product td.boxtitle a:link, table.product td.boxtitle a:visited
{
	color:#000000;
	font-size:small;
}

table.product td.boxtitle a:hover
{
	color:#FFFFFF;
	text-decoration:none;
}

table.product td.language
{
	background-color:#8FD3D4;
	padding:10px;
}

table.product td.price
{
	background-color:#F0CC06;
	padding:10px;
	vertical-align:top;
}

table.product td.price p span
{
	font-size:12px;
}

table.product td.order
{
	background-color:#F0CC06;
	text-align:center;
	padding:5px;
}
/*Styles used for displaying a list of products*/

table.productlist
{
	width:598px;
	border:1px solid #FFB114;
	border-collapse:collapse;
	color:#666666;
	font-size:12px;
	font-family:Verdana,Arial,Helvetica;
}

table.productlist  td a:link,a:visited
{
	text-decoration:underline;
	color:darkred;
}

table.productlist  td a:hover
{
	text-decoration:none;
	color:darkred;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
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: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}
