﻿/* Columns */

#leftColumn
{
	width: 130px;	
	float:left;
	margin-right: 8px;
}

#middleColumn
{
	width: 372px;
	float:left;
}

#rightColumn
{
	width: 160px;
	float:left;
	margin-left: 8px;
}

/* End Columns */

#mainImage
{
	min-width: 120px;
	min-height: 120px;	
	/*margin: 0 10px 10px 0;*/
	text-align: center;		
}

.thumbnailLeft
{
	float: left;
	width: 50px;
	height: 50px;
	border: solid 1px #EEEEEE; 
	margin: 4px 0px 4px 3px; /*4px 4px 4px 3px;*/
}

.thumbnailRight
{	
	float: right;
	width: 50px;
	height: 50px;
	border: solid 1px #EEEEEE;
	margin: 4px 3px 4px 0px; /*4px 4px 4px 3px;*/
}

.lightBorder
{
	border: solid 1px #EEEEEE;
}

#catalogInformation
{	
	min-height: 65px;
	height:120px;
}

#catalogInformation .contentPadding
{
	padding: 10px 10px 10px 10px; /*5px 5px 5px 5px;*/
}

#catalogThumbnail
{
	float: left;
	height: 110px;
}

.articleTableHeader
{
	font-weight: bold;
	background-color: #666666;
	color: #FFFFFF;
}

.articleTableHeader .contentPadding
{
	padding: 0 0 0 3px;
}

.cellPadding
{
	padding: 1px 3px 1px 3px;
}

.articleTableHeaderOrange
{
	font-weight: bold;
	background-color: #FF6633;
	color: #FFFFFF;
}

.articleTableHeaderOrange .contentPadding
{
	padding: 0 0 0 3px;
}

.extra 
{
	clear:both;
}

.articleGridHeader
{
	font-weight: bold;
	background-color: #666666;
	color: #FFFFFF;
	padding: 0 0 0 3px;
}

.articleGridRow
{
	padding-left: 10px;
}

.articleGridAlternatingRow
{
	background-color: #F6F6F6;
}



/*OLD*/

.borderColumn
{
	width: 280px;
	border: solid 1px #EEEEEE;
	margin: 0 0 10px 0;
}

#linksTable
{
	border: solid 1px #EEEEEE;
	margin-top: 10px;
}

.table
{
	border: solid 1px #E0DFE3;
	margin-bottom: 10px;
}

.tableContentPadding
{
	padding: 0px 4px 0px 4px;
}

.gridViewTable
{
	border: solid 1px #EEEEEE;
	margin-bottom: 10px;
}

.gridViewTable td
{
	padding: 0 4px 0 4px;
}

.gridViewTable th
{
	padding: 0 4px 0 4px;
}

.gridViewTable .articleTableHeader .contentPadding
{
	padding-left: 0;
}

.articleTable
{
	border: solid 1px #EEEEEE;
}

.thumbCell
{
	width: 50px;
	height: 50px;
	border: solid 1px #EEEEEE;
	margin: 5px 5px 5px 5px;
}

.Invisible				
{
	border: none; 
	background: none; 
	width:6px; 
	color:#FFFFFF
}

/* popup window */ 
#centeredImage
{
	text-align: center;
}
