@charset "UTF-8";
/* CSS Document */

/* Template */

body
{
	margin:0;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px
}

table
{
	width:100%;
	border:0;
	padding:0;
	margin:0;
}

a
{	
	text-decoration:none;
	color:#000000
}



img
{
	border-style:none;
	overflow:hidden;
}

/* Header */

table.Header
{
	background-color:#000000
}

a.Header
{
	color:#FFFFFF
}

/* Navigation bar */

table.NavigationBar
{
	background-color:#000000;
}

a.NavigationBar
{	
	color:#FFFFFF;
	font-weight:bold;
}

td.NavigationBar
{
	margin:0;
	background-color:#FF0000;
}

/* Content */

#Content
{
	clear:both;
	float:none;
	position:relative;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	width:950px;
}

/* Sidebar */

#Sidebar
{
	float:left;
	width:190px;
	text-align:left;
}

a.SidebarProductType
{
	background:none;
	font-weight:bolder;
	cursor:pointer;
	color:#000000
}

ul.SidebarProductType
{
	margin:0;
	padding:0;
}

li.SidebarProductType
{
	list-style:none;
	margin:0;
	margin-bottom:5px;
	padding:0;
}

ul.SidebarCategory
{
	margin-top:5px;
	padding-left:10px;
	margin-left:10px;
}

li.SidebarCategory
{
	color:#666666;
	font-weight:100;
	list-style:square;
	margin-bottom:5px;
	margin-left:10px;
}

a.SidebarCategory
{
	background:none;
	font-weight:100;
	color:#666666;
	font-size:10px;
	padding-right:20px;
}

/* Main content */

#MainContent
{
	float:right;
	width:750px;
	text-align:left
}

#MainContent2
{
	float:right;
	width:752px;
	text-align:right
}

/* Company Info */

#CompanyInfo
{
	width:730px;
	position:relative;
	float:left;
}

/* Product presentation */

#ProductPresentation
{
	width:500px;
	position:relative;
	float:left;
}

a.BackToCategory
{
	font-size:10px;
	color:#666666;
}

table.ProductPresentation
{
	width:500px;
	border:solid 1px #666666;
	white-space:normal;
  	overflow:auto;
	padding:10px;
}

td.ProductPresentation
{
	color:#000000;
	font-size:10px;
	font-weight:100;
	text-align:left;
	border-top:1px dotted #666666;
	padding-top:10px;
}

/* Related products */

#RelatedProducts
{
	width:230px;
	text-align:center;
	position:relative;
	float:right;
	border-left: dotted 1px #CCCCCC;
}

/* Related product thumbnail */

#RelatedProductsThumbnail
{
	width:230px;
	position:relative;
	float:center;
}

table.RelatedProductsThumbnail
{
	height:200px;
}

td.RelatedProductsThumbnail
{
	text-align:left;
	padding-left:10px;
	padding-right:10px;
}

a.RelatedProductsThumbnailTitle
{
	font-weight:bolder;
	font-size:10px;
	color:#000000;
}

a.RelatedProductsThumbnailItemNumber
{
	font-size:10px;
	color:#FF0000;
}

a.RelatedProductsThumbnailMoreInfo
{
	font-size:10px;
	color:#000066;
	text-decoration:none;
}

/* Thumbnail */

#Thumbnail
{
	width:250px;
	height:250px;
	float:left;
}

table.Thumbnail
{
	height:230px;
}

td.Thumbnail
{
	vertical-align:top;
	text-align:left;
	white-space:normal;
  	overflow:hidden;
	padding-left:10px;
	padding-right:auto;
	height:75px;
}

a.Thumbnail
{
	background:none;
	font-weight:bolder;
	font-size:10px;
	color:#000000
}

a.ThumbnailItemNumber
{
	font-size:10px;
	color:#FF0000;
}

a.ThumbnailMoreInfo
{
	font-size:10px;
	color:#000066;
	text-decoration:none;
}

/* Footer */
	
#Footer
{
	clear:both;
	position:relative;
	padding-top:20px;
	margin-top:20px;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
	width:950px;
}

/* Search */

#Search
{
	float:left;
	width:700px;
	text-align:left;
}











