/* Copyright (C) 2007 - 2009 YOOtheme GmbH */

/*
 * This CSS file is for customization purpose only
 */ 

div.module div.yoo-gallery {
	margin: 15px auto 5px auto;
	width: 600px;
}

table.sample {
	border-width: thin thin thin thin;
	border-spacing: 3px;
	border-style: none none none none;
	border-color: white white white white;
	border-collapse: separate;
	background-color: rgb(245, 245, 245);
}
table.sample th {
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: solid solid solid solid;
	border-color: white white white white;
	background-color: rgb(254, 254, 254);
	-moz-border-radius: 3px 3px 3px 3px;
}
table.sample td {
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: solid solid solid solid;
	border-color: white white white white;
	background-color: rgb(254, 254, 254);
	-moz-border-radius: 3px 3px 3px 3px;
}
table.sample tr {
	text-align: left;
}