body
{
	margin: 0px 0 0 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-color: #E5E5E5;
	border:1px;
	color: #7F7F7F;
}
	
form, input
{
	margin:0;
	padding:0;
}

a, a:visited
{
	color:#000000;
	text-decoration:none;
}
a:hover
{
	color:#D55F00;
	text-decoration:none;
}

img
{
	text-decoration: none;
}

h1, h2, h3
{
	padding:6px 0 2px 0;
	margin:2px 0 2px 0;
}

hr
{
	border-top:none;
	border-right:none;
	border-bottom:1px dotted #999999;
	border-left:none;
}

#wrapper
{
	width: 800px;
	position: relative;
	margin: 0px auto;
	text-align: left;
	background-color: white;
}

#txtSearch 
{
	border:none;
}

/* Site */
#headerContainer
{
	padding-bottom:9px;
	background-image:url(/main/340/images/header_bg.gif);
	background-repeat:no-repeat;
}
#searchContainer
{
	background-image:url(/main/340/images/search_graphic.gif);
	background-repeat:repeat-x;
}
#headerNavContainer1
{
	margin-top:1px;
	background-color:#000000;
	padding:6px;
}
#headerNavContainer1 a, #headerNavContainer a:visited
{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	font-size:10pt;
}
#headerNavContainer1 a:hover
{
	color:#D55F00;
}
.headerMain a, .headerMain a:visited
{
	color: #FFFFFF;
	text-decoration:none;
	font-weight:bold;
}
.headerMain a:hover
{
	color: #D55F00;
	text-decoration:underline;
}
.headerMain2 a, .headerMain2 a:visited
{
	color: #000000;
	text-decoration:none;
	font-weight:bold;
	font-size: 14pt;
	padding: 0 0 0 8px;
}
.headerMain2 a:hover
{
	color: #D55F00;
	text-decoration:none;
}
#contentContainer
{
	width:800px;
}
#contentContainer a, #contentContainer a:visited
{
	color:#999999;
	text-decoration:none;
}
#contentContainer a:hover
{
	color:#D55F00;
	text-decoration:underline;
}

#footerContainer
{
	font-family: Arial;
	background-color:#999999;
	font-weight: bold;
	color:#FFFFFF;
}
#footerContainer a, #footerContainer a:visited
{
	color: #FFFFFF;
	text-decoration:none;
}
#footerContainer a:hover
{
	color: #D55F00;
	text-decoration:underline;
}
.productname
{
	background-image:url(/main/340/images/yellowbackground.gif);
}


/*-- Tooltip styles --*/
.toolTip
{
	background: #fffaee;
	border: 1px solid #adadad;
	font-size:7.5pt;
	padding:5px;
	width:210px;
	text-align:justify;
}
.popup
{
	position:absolute;
	background: #fffaee;		
	border: 1px solid #adadad;
	font-size:7.5pt;
	padding:5px;
	width:210px;
	text-align:left;
}
.productToolTip
{
	background: #fffaee;
	border: 1px solid #adadad;
	font-size:7.5pt;
	padding:5px;
	text-align:justify;
}


/* Product List */
.product-listing table
{
	background-color:#FFFFFF;
	width:100%;
}
.product-listing td
{
	background-color:#FFFFFF;
}
.product-cell
{
	width:33%; 
	padding:4px;
	border-bottom:1px dotted #9F9F9F;
}
.product-thumbnail-table
{

}



/*-- Pagination Nav styles --*/
.pncContainer
{
	margin-top:-1px;
	margin-bottom:-1px;
	font-size: 8pt;
	padding-top: 4px;
	padding-bottom: 4px;
}
.pncContainer .pageOf
{
	font-weight: bold;
	padding: 5px 15px 0px 2px;
	
}
.pncContainer .pagesList
{
	width:435px;
}
.pncContainer .pageLink
{
	float: left;
	margin:2px;
	padding: 2px 4px 3px 4px;
	background-image:url(/main/340/images/pagination_bg.gif);
	border:1px solid #CFCFCF;
}
.pncContainer .pageLink a, .pncContainer .pageLink a:visited
{
	color:#FC0217;
	text-decoration: none;
}
.pncContainer .pageLink a:hover
{
	color:red;
	text-decoration: none;
}
.pncContainer .pageLinkSelected
{
	color:#D55F00;
	font-weight:bold;
	float: left;
	padding: 5px 3px 3px 3px;
	background-color:white;
}
.pncContainer .pncNext a
{
	width:120px;
	display:block;
	padding-top:5px;
}

/*--Related categories styles (at the end of product lists)--*/
.relatedCategoriesHeader
{
	font-weight: bold;
	font-size: 11pt;
	padding: 3px;
	margin-top: 5px;
}
#divRelatedCategoriesContainer
{
	margin-bottom: 5px;
	padding-bottom: 8px;
}
#divRelatedCategoriesContainer #divSeparator
{
	border-top: dotted 1px #808080; 
	margin-top: 8px; 
	margin-bottom: 8px;
}
.relatedCategory
{
	font-weight: bold;
	font-size: 11pt;
	padding: 3px;
}