body {
	margin: 7px 0px 0px 0px;
	background-color: #ffffff;
}
form {
	margin: 0px;
	padding: 0px;
}
table {
	border-collapse: collapse;
}
p,td,div,th, input, select, textarea {
	font-family: Georgia, Tahoma;
	font-size: 12px;
	text-align: left;
	color: #004a6c;
}
textarea {
	width: 100%;
}
input.text {
	width: 145px;
}
input.Small {
	width: 50px;
}
input.Wide {
	width: 250px;
}
a{
	color: #004a6c;
}
a:hover{
	color: #be0707;
}
a img {
	border: none;
}
div.Left {
	float: left;
}
div.Right {
	float: right;
}
div.Clear {
	clear: both;
}
/********** Headers *************/
h1 {
	background: #009ebe;
	margin: 12px 0px 20px 0px;
	color: #ffffff;
	font-size: 18px;
	padding: 4px 0px 5px 20px;
}
h1 a {
	color: #ffffff;
	font-size: 18px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 7px 0px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 7px 0px;
	text-align: center;
}

/************** Common Layout Parts ************/
#fixMinWidth {
	  width: expression((document.body.clientWidth < 920) ? "920px":"100%");
	  min-width: 920px;
	  text-align: center;
}
div.Border {
	padding: 2px;
	background: #004a6c;
}
div.Top {
	background: #009ebe;
	height: 139px;
}
#logo {
	margin: 11px 0px 11px 21px;
}
div.LogoArea {
	width: 219px;
}
div.Logo {
	background: #ffffff;
	margin: 5px 0px 5px 7px;
}
div.MainArea {
	background: #ffffff;
	padding: 8px 35px 20px 35px;
	border-bottom: 1px solid #ffffff;
	border-top: 2px solid #004a6c;
}
div.Bottom {
	background: #009ebe;
	height: 20px;
	text-align: center;
}
div.Bottom table {
	width: 100%;
}
div.Bottom table td{
	width: 10%;
	text-align: center;
	padding-top: 2px;
}
div.Bottom a {
	color: #ffffff;
	text-decoration: none;
}
div.Bottom a:hover {
	color: #ffffff;
	text-decoration: underline;
}
div.Copyright {
	color: #888888;
	text-align: center;
	padding: 10px 0px 10px 0px;
}
div.Copyright a {
	color: #888888;
}
/************** Menu ************/
div.TopImgMenu {
	padding: 5px 0px 0px 0px;
}
div.TopImgMenu img {
	margin-left: 7px;
	margin-bottom: 5px;
}
div.TopMenu {
	float: left;
	margin-left: 1px;
}
div.MenuItem a {
	display: block;
	width: 114px;
	text-align: center;
	padding: 3px 0px 3px 0px;
	font-size: 12px;
	background: #e6e7f5;
	text-decoration: none;
}
div.MenuItem a:hover {
	text-decoration: underline;
}
div.MenuItem {
	padding-left: 1px;
	float: left;
	height: 20px;
}
/************** Buttons ************/
div.Buttons {
	text-align: center;
	margin: 5px 0px;
}
div.Buttons a{
	font-weight: bold;
}
div.Buttons input {
	width: 80px;
	text-align: center;
}
/************** Main Page ************/
table.Samples td {
	padding: 0px 0px 1px 0px;
}
table.Samples td.LeftSample {
	padding-right: 1px;
}
div.MainArea div.ContactInfo {
	padding: 15px 24px 0px 10px;
	font-size: 13px;
	text-align: right;
	float: right;
}
div.MainArea div.GSLink {
	float: left;
	padding: 12px 0px 0px 24px;
	text-align: center;
}
/************** FormView ************/
table.FormView {
	width: 600px;
}
table.FormView tr.ButtonsArea td{
	border: none;
}
table.FormView tr.Required th span {
	color: #ff0000;
}
table.FormView th{
	font-size: 14px;
	padding: 5px 10px 5px 10px;
	width: 200px;
	font-weight: normal;
	border-bottom: 1px solid #e6e7f5;
	text-align: right;
}
table.FormView td{
	padding: 5px 10px 5px 10px;
	font-size: 14px;
	height: 30px;
	border-bottom: 1px solid #e6e7f5;
}
table.FormView td small {
	font-size: 11px;
	color: #888888;
}
table.FormView td small a {
	font-size: 11px;
	color: #888888;
}
/************** ListView ************/
table.ListView {
	width: 800px;
}
table.ListView tr.NoBorder td{
	border: none;
}
table.ListView th{
	font-size: 16px;
	padding: 5px 10px 5px 10px;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #004a6c;
}
table.ListView td{
	padding: 5px 5px 5px 5px;
	font-size: 14px;
	text-align: center;
	vertical-align: top;
	border-bottom: 1px solid #e6e7f5;
}
table.ListView td.Details div {
	width: 180px;
	text-align: left;
	font-size: 11px;
	margin-left: auto;
	margin-right: auto;
}
table.ListView td a {
	font-weight: bold;
	text-decoration: underline;
}
table.ListView td input {
	font-size: 14px;
}
table.ListView td.prl0 {
	padding-right: 0px;
	padding-left: 0px;
}
table.ListView td.Action {
	font-size: 12px;
}

/************** Breadcrumbs ************/
table.Breadcrumbs {
	background: #009ebe;
	margin: 12px 0px 20px 0px;
	width: 100%;
}
table.Breadcrumbs td {
	color: #ffffff;
	font-size: 18px;
	padding: 4px 0px 5px 20px;
}
table.Breadcrumbs td a{
	color: #ffffff;
	font-size: 18px;
}
/************** Catalog ************/
table.Catalog {
	width: 800px;
}
table.Catalog td{
	padding: 0px 25px 25px 25px;
	text-align: center;
	vertical-align: top;
	width: 20%;
}
table.Catalog td {
	text-align: center;
}
table.Catalog td div.Buttons {
	text-align: center;
}
table.Catalog td a {
	text-decoration: none;
}
div.CatalogImg {
	padding-bottom: 5px;
	text-align: center;
	width: 114px;
	margin-left: auto;
	margin-right: auto;
}
.ImgBorderSm {
	padding: 1px;
	border: 1px solid #004a6c;
}
/************** Product Details ************/
table.ProductDetails {
	width: 820px;
}
table.ProductDetails td{
	padding: 0px 10px;
	vertical-align: top;
}
table.ProductDetails td a#switchLink{
	text-decoration: none;
}
table.ProductDetails td table.FormView {
	width: 326px;
}
table.ProductDetails td table.FormView tr.Descriptive td, table.ProductDetails td table.FormView tr.Descriptive th{
	border: none;
	padding-bottom: 0px;
}
table.ProductDetails td table.FormView th{ 
	padding: 5px 0px 5px 10px;
	text-align: left;
}
table.ProductDetails td table.FormView th div{ 
	font-size: 14px;
}
table.ProductDetails table.FormView td {
	vertical-align: middle;
	padding: 5px 10px 5px 10px;
}
table.ProductDetails table.FormView td.pt0 {
	vertical-align: top;
	padding: 0px 10px 5px 10px;
	height: 20px;
}
table.ProductDetails table.FormView td input.text {
	width: 156px;
}
table.ProductDetails td div.buttons img {
	margin-right: 0px;
	border: none;
}
table.ProductDetails div.SeparateBlock {
	width: 326px;
}
table.ProductDetails div.SeparateBlock h2 {
	margin: 10px 0px 5px 0px;
	background: #e6e7f5;
	padding: 4px 0px 5px 0px;
	text-align: center;
}
div.Description {
	width: 326px;
	padding: 0px 0px 15px 0px;
	background: #e6e7f5;
}
div.Description p{
	font-size: 14px;
	margin: 0px;
	padding: 10px 10px 0px 10px;
}
table.ProductDetails div.Buttons a{
	font-size: 12px;
}
table.ProductDetails table.FormView {
	width: 100%;
}
.ImgBorder {
	padding: 2px;
	border: 1px solid #004a6c;
}
div.Preview {
	border: 1px solid #004a6c;
}
div.AdditionalText {
	padding: 3px 10px 3px 10px;
	font-size: 11px;
	color: #888888;
}
div.AdditionalText a{
	font-size: 11px;
	color: #888888;
}
div.ImagePreviewArea {
	display: none; 
	width:316px; 
	overflow:auto;
	border: 1px solid #004a6c;
}
div.ImagePreview {
	padding: 5px;
}
div.Category {
	float: left;
	background: #e6e7f5;
	padding: 2px 5px 2px 5px;
	margin: 1px 3px 2px 0px;
	cursor: pointer;	
	font-weight: bold;
}
div.CategorySel {
	background: #c5c8f5;
}
div.PreviewImg {
	float: left;
	padding: 5px;
}
div.PreviewImagesBlock {
	height: 150px;
	overflow:auto;
}
/************** Shopping Cart ************/
div.TotalPrice {
	font-weight: bold;
	font-size: 14px;
	text-align: right;
}
div.CartInfo {
	background: #ffffff;
	padding: 0px 0px 0px 0px;
	text-align: left;
	border: 1px solid #ffffff;
}
div.CartInfo div.Left{
	padding: 3px 0px 0px 55px;
}
div.CartInfo div.Right{
	padding: 3px 55px 0px 0px;
}
div.CartInfo div.h20 {
	background: #ffffff;
}
/************** Custom Pages ************/
div.Content {
	padding: 0px 20px;
}
div.Content h2 {
	text-align: left;
}
/************** Help Popup ************/
div.HelpText {
	padding: 0px 10px 10px 10px;
	font-family: Georgia, Tahoma;
	font-size: 12px;
}
div.HelpText p{
	font-family: Georgia, Tahoma;
	font-size: 12px;
}
div.HelpText h2 {
	margin: 10px 0px 5px 0px;
	background: #e6e7f5;
	padding: 4px 0px 5px 10px;
}
/**************** Pager  ****************/
div.pager {
	text-align: center;
}
/**************** Notes  ****************/
div.Notes {
	padding: 0px 0px 10px 20px;
}
div.Notes span {
	color: #ff0000;
}
/********** Special Classes (margins, paddings, widthes) **********/
.w920 {
	width: 920px;
	margin-left: auto;
	margin-right: auto;
}
.w100{
	width:100%;
}
.m20 {
	margin: 20px;
}
.pt2 {
	padding-top: 2px;
}
.pt0 {
	padding-top: 0px;
}
.pt5 {
	padding-top: 5px;
}
.h20 {
	height: 20px;
}
.ac {
	text-align: center;
}
div.al {
	text-align: left;
}
/************** Test Styles ************/
.b1{ border: 1px solid red !important; }
.b2{ border: 1px solid green !important; }
.b3{ border: 1px solid blue !important; }
