/* 

	HTML ELEMENTS 

*/

body
{
	font-family: "Myriad Pro", Arial, Tahoma, Sans-Serif;
	font-size: 9pt;
	text-align: center;
}

/* DEBUG */

div#page
{
	width: 653px;
	margin: 120px auto 0 auto;
}

/* END DEBUG */

h1, h2, h3, h4, p, span
{
	margin: 0;
	padding: 0;
}

h1
{
	font-size: 12pt;
}

h2
{
	font-size: 9pt;
	font-weight: bold;
}

p
{
}

/* 

	CLASSES 

*/

/* Width */
.full-width
{
	width: 653px;
}

.full-width-wsp
{
	width: 643px;
	padding-left: 5px;
	padding-right: 5px;
}

/* Overflows */
.overflow-show
{
	overflow: visible;
}

.overflow-hide
{
	overflow: hidden;
}

/* Floats */
.float-left
{
	float: left;
}

.float-right
{
	float: right;
}

.float-none
{
	float: none;
}

/* Aligns */
.align-left
{
	text-align: left;
}

.align-right
{
	text-align: right;
}

.align-justify
{
	text-align: justify;
}

.align-center
{
	text-align: center;
}

/* Clears */
.clear-left
{
	clear: left;
}

.clear-right
{
	clear: right;
}

.clear-both
{
	clear: both;
}

/* Colors */
.black-bg
{
	background-color: #000000;
}

.white-bg
{
	background-color: #ffffff;
}

.grey-bg
{
	background-color: #cccccc;
}

.black
{
	color: #000000;
}

.white
{
	color: #ffffff;
}

.grey
{
	color: #cccccc;
}

.red
{
	color: rgb(220, 50, 50);
}

/* FONTS */
.small-caps
{
	font-variant: small-caps;
}

/*

	Product List Specific Classes

*/

.table-header-bg
{
	background: #000000 url(../images/table_header_bg.png) no-repeat top left;
	height: 20px;
	padding-top: 4px;
}

.thumbnail
{
	width: 150px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 8pt;
	padding-top: 10px;
	padding-bottom: 10px;
}


.imgholder
{
	width: 80px;
	height: 80px;
	margin-bottom: 10px;
	z-index: 100;
}

.textholder
{
	width: 100%;
	cursor: default;
}

a, a:visited
{
	color: #666666;
}

a:hover, a:focus
{
	color: #000000;
}