/* This file contains Style common to all Product and Category pages */
/* Style in this file should only be for items that are common to all these pages */


img {
	border-style: none;
}

h1, h2, h3
{
	color: #000000;
}

#SKURow
{
	height: 34px;
	background-color: #DDE0F0;
}

h1#ShortDescription
{
	font-size: 12pt;
	text-align: center;
	background-color: transparent;
	
	margin-top: 2px;
	margin-bottom: 2px;
}

h2 	
{
	font-size: 8pt;
	margin-top: 2px;
	margin-bottom: 2px;
	text-align: center;
}

h3 {
	text-align: center;
	color: #003366;
	font-weight: bold;
	font-size: 9pt;
}

/* How links on the page behave */
a
{
	text-decoration: none;
	color: #003366;
}
a:hover
{
	text-decoration: none;
	color: #CCCCCC;
	background-color: #003366;
}
/* End Link behavior */

#LayoutTable, #LayoutTable2
{
	table-layout: fixed; /* This is just for IE as it has a known bug when you use colspan */
}
#LayoutTable td.RightColCell, #LayoutTable2 td.RightColCell
{
	padding: 0px;
}

#LongDescription
{
	font-size: 14px;
}
#LongDescription ul /* Lists inside the Long Description */
{
	list-style-position: inside;
}
#LongDescription a
{
	text-decoration: underline;
}

/* Spacers used to round the corners of the right column */
.RightColSpacer-Top, .RightColSpacer-Center, .RightColSpacer-Bottom
{
	background-color: transparent; 
	background-repeat: no-repeat; 
	background-position: center center;
	background-attachment: scroll;
}

.RightColSpacer-Top
{
	height: 13px; 
	background-image: url('/images/Backgrounds/background-radcorners_top.png'); 
}
.RightColSpacer-Center
{
	height: 27px; 
	background-image: url('/images/Backgrounds/background-radcorners.png'); 
}
.RightColSpacer-Bottom
{
	height: 13px; 
	background-image: url('/images/Backgrounds/background-radcorners_btm.png'); 
}
/* End Right Column Spacer section */



