BODY,P,DIV,TH,TD,P,INPUT,SELECT,TEXTAREA {
	font-size: 11px; color: rgb(55, 60, 61); font-family: verdana;
}

BODY {
	background-color: rgb(255, 255, 255); color: rgb(55, 60, 61); font-family: verdana; font-size: 11px;
}

A:link {
	color: rgb(0, 0, 0); text-decoration: none;
}

A:visited {
	color: rgb(0, 0, 0); text-decoration: none;
}

A:hover {
	color: rgb(0, 0, 0); text-decoration: underline;
}

A:active {
	color: rgb(0, 0, 0); text-decoration: none;
}

H1 {
	font-size: 15px;
}

H2 {
	font-size: 13px;
}

H3 {
	font-size: 12px; color: rgb(55, 60, 61); font-family: verdana;
}

HR {
	color: rgb(221, 221, 221); height: 1px;
}

/*
Page header
*/
.Head {
	background-color: rgb(255, 255, 255); color: rgb(55, 60, 61); font-family: verdana; font-size: 11px;
}

/*
Sidebar menu boxes
*/
.SidebarBox {
	background-color: rgb(230, 230, 230);
}

/*
Border of sidebar menu boxes
*/
.SidebarBorder {
	background-color: rgb(178, 178, 179);
}

/*
Titles of sidebar menu boxes
*/
.SidebarTitle {
	font-weight: bold; color: rgb(255, 255, 255); background-color: rgb(102, 102, 102);
}

/*
Menu items located in sidebar boxes
*/
.SidebarItems {
	color: rgb(55, 59, 61); text-decoration: none;
}

/*
Menu items located in sidebar boxes: link
*/
.SidebarItems:link {
	color: rgb(55, 59, 61); text-decoration: none;
}

/*
Menu items located in sidebar boxes: visited
*/
.SidebarItems:visited {
	color: rgb(55, 59, 61); text-decoration: none;
}

/*
Menu items located in sidebar boxes: hover
*/
.SidebarItems:hover {
	color: rgb(0, 0, 0); text-decoration: underline;
}

/*
Menu items located in sidebar boxes: active
*/
.SidebarItems:active {
	color: rgb(55, 59, 61); text-decoration: none;
}

/*
Horizontal separator in sidebar boxes
*/
.SidebarHr {
	color: rgb(178, 178, 179);
}

/*
Text in the categories list
*/
.CategoriesList {
	font-size: 12px;
}

/*
Miscelanious text appearing in dialog boxes
*/
.DialogBox {
	background-color: rgb(255, 255, 255);
}

/*
Border color of dialog boxes
*/
.DialogBorder {
	background-color: rgb(230, 230, 230);
}

/*
Titles of dialog boxes
*/
.DialogTitle {
	font-weight: bold; color: rgb(55, 60, 61); font-family: verdana; font-size: 12px;
}

/*
Comments appearing in dialog titles
*/
.DialogTitleComment {
	font-weight: normal; font-size: 11px; color: rgb(55, 60, 61); font-family: verdana;
}

/*
Number of articles
*/
.NumberOfArticles {
	font-weight: bold; color: rgb(55, 60, 61); font-family: verdana; font-size: 11px;
}

/*
Generic text
*/
.Text {
	color: rgb(0, 0, 0);
}

/*
Product title
*/
.ProductTitle {
	font-weight: bold; font-size: 12px; color: rgb(55, 60, 61); font-family: verdana;
}

/*
Caption for product details section
*/
.ProductDetailsTitle {
	font-weight: bold; font-size: 12px; color: rgb(204, 0, 0); font-family: verdana;
}

/*
Labels for product details
*/
.ProductDetailsLabel {
	font-weight: bold; color: rgb(55, 60, 61); font-family: verdana; font-size: 11px;
}

/*
Product details
*/
.ProductDetails {
	color: rgb(55, 60, 61); font-family: verdana; font-size: 11px;
}

/*
Product price title
*/
.ProductPriceTitle {
	font-weight: bold; font-size: 12px; color: rgb(55, 60, 61); font-family: verdana;
}

/*
Product price title for alternative currency
*/
.ProductPriceConverting {
	font-weight: bold; font-size: 11px; color: rgb(55, 60, 61); font-family: verdana;
}

/*
Product price
*/
.ProductPrice {
	font-weight: bold; font-size: 12px; color: rgb(204, 0, 0); font-family: verdana;
}

/*
Smaller representation of product price
*/
.ProductPriceSmall {
	font-weight: bold; color: rgb(204, 0, 0); font-family: verdana; font-size: 11px;
}

/*
See product details link
*/
.SeeDetails {
	text-decoration: none; color: rgb(55, 60, 61); font-family: verdana; font-size: 11px;
}

/*
Subcategories list
*/
.ItemsList {
	font-weight: bold; color: rgb(55, 60, 61); font-family: verdana; font-size: 11px;
}

/*
Navigation path bar
*/
.NavigationPath {
	color: rgb(55, 60, 61); text-decoration: none; font-family: verdana; font-size: 12px; font-weight: bold;
}

/*
Navigation path bar: link
*/
.NavigationPath:link {
	color: rgb(55, 60, 61); text-decoration: none; font-family: verdana; font-size: 12px; font-weight: bold;
}

/*
Navigation path bar: visited
*/
.NavigationPath:visited {
	color: rgb(55, 60, 61); text-decoration: none; font-family: verdana; font-size: 12px; font-weight: bold;
}

/*
Navigation path bar: hover
*/
.NavigationPath:hover {
	color: rgb(204, 0, 0); text-decoration: underline; font-family: verdana; font-size: 12px; font-weight: bold;
}

/*
Navigation path bar: active
*/
.NavigationPath:active {
	COLOR: rgb(55, 60, 61);  TEXT-DECORATION: none;  FONT-FAMILY: verdana;  FONT-SIZE: 12px; FONT-WEIGHT:bold;
}

/*
Labels for form submit buttons
*/
.FormButton {
	font-weight: bold; color: rgb(55, 60, 61); font-family: verdana; font-size: 11px;
}

/*
Error message text
*/
.ErrorMessage {
	font-weight: bold; color: rgb(204, 0, 0); font-family: verdana; font-size: 11px;
}

/*
Validate error message text
*/
.ValidateErrorMessage {
	color: rgb(204, 0, 0); font-family: verdana; font-size: 11px;
}

/*
Success message
*/
.SuccessMessage {
	color: green;
}

/*
Mandatory field asterisk
*/
.Star {
	color: rgb(204, 0, 0); font-family: verdana; font-size: 11px;
}

/*
Header background
*/
.TableHead {
	background-color: rgb(230, 230, 230); font-family: verdana; font-size: 11px; font-weight: bold; color: rgb(55, 60, 61);
}

/*
Bottom text
*/
.Bottom {
	color: rgb(178, 178, 179); text-decoration: none;
}

/*
Width for some dropdown select boxes
*/
.FixedSelect {
	width: 170px;
}

/*
Default style for tab header
*/
.tabDefault {
	color: rgb(55, 60, 61); font-family: verdana; font-size: 11px; font-weight: normal;
}

/*
Style for the selected tab header
*/
.tabSelected {
	color: rgb(0, 0, 0);
}

/*
Tab page center
*/
.Center {
	background-color: rgb(255, 255, 255);
}

/*
Tab page border
*/
.CenterBorder {
	background-color: rgb(230, 230, 230);
}

/*
Out of stock message
*/
.OutOfStock {
	font-weight: bold; font-size: 12px; color: rgb(204, 0, 0); font-family: verdana;
}

