BODY {
	FONT-SIZE: 10px; COLOR: #000000; FONT-FAMILY: Verdana, Arial, Helvetica, Sans-serif;
}

/*
Message Text
*/
P {
	FONT-SIZE: 10px; COLOR: #FFEB00; FONT-FAMILY: Verdana, Arial, Helvetica, Sans-serif;
}

DIV {
	FONT-SIZE: 10px; COLOR: #F885C5; FONT-FAMILY: Verdana, Arial, Helvetica, Sans-serif;
}

TH {
	FONT-SIZE: 10px; COLOR: #000000; FONT-FAMILY: Verdana, Arial, Helvetica, Sans-serif;
}

/*
product description text
*/
TD {
	FONT-SIZE: 10px; COLOR: #B0B0B0; FONT-FAMILY: Verdana, Arial, Helvetica, Sans-serif;
}

/*
typed in text & qty boxes
*/
INPUT {
	COLOR: #323232; FONT-FAMILY: Verdana, Arial, Helvetica, Sans-serif; FONT-WEIGHT: normal; FONT-SIZE: 10px;
}

/*
drop down select boxes
*/
SELECT {
	FONT-SIZE: 10px; COLOR: #323232; FONT-FAMILY: Verdana, Arial, Helvetica, Sans-serif;
}

TEXTAREA {
	FONT-SIZE: 10px; COLOR: #00D2D2; FONT-FAMILY: Verdana, Arial, Helvetica, Sans-serif;
}

BODY {
	MARGIN-TOP: 0 px; MARGIN-BOTTOM: 0 px; MARGIN-LEFT: 0 px; MARGIN-RIGHT: 0 px; BACKGROUND-COLOR: #EB0000;
}

A:link {
	COLOR: #EBEBEB; TEXT-DECORATION: none;
}

A:visited {
	COLOR: #EBEBEB; TEXT-DECORATION: none;
}

A:hover {
	COLOR: #FF0000; TEXT-DECORATION: none;
}

A:active {
	COLOR: #EBEBEB; TEXT-DECORATION: none;
}

H1 {
	FONT-SIZE: 15px; COLOR: #000000;
}

H2 {
	FONT-SIZE: 13px
}

H3 {
	FONT-SIZE: 12px
}

HR {
	COLOR: #D2D2D2; HEIGHT: 1px;
}

/*
Page header
*/
.Head {
	BACKGROUND-COLOR: #656565; COLOR: #FFEB00;
}

/*
Sidebar menu boxes
*/
.SidebarBox {
	BACKGROUND-COLOR: #323232; COLOR: #EBEBEB;
}

/*
Border of sidebar menu boxes
*/
.SidebarBorder {
	BACKGROUND-COLOR: #000000; COLOR: #EBEBEB;
}

/*
Titles of sidebar menu boxes
*/
.SidebarTitle {
	FONT-WEIGHT: bold; COLOR: #FFEB00; BACKGROUND-COLOR: #CD0000;
}

/*
Menu items located in sidebar boxes
*/
.SidebarItems {
	COLOR: #EBEBEB; TEXT-DECORATION: none;
}

/*
Menu items located in sidebar boxes: link
*/
.SidebarItems:link {
	COLOR: #EBEBEB; TEXT-DECORATION: none;
}

/*
Menu items located in sidebar boxes: visited
*/
.SidebarItems:visited {
	COLOR: #EBEBEB; TEXT-DECORATION: none;
}

/*
Menu items located in sidebar boxes: hover
*/
.SidebarItems:hover {
	COLOR: #FF0000; TEXT-DECORATION: none; FONT-WEIGHT: bold;
}

/*
Menu items located in sidebar boxes: active
*/
.SidebarItems:active {
	COLOR: #EBEBEB; TEXT-DECORATION: none;
}

/*
Horizontal separator in sidebar boxes
*/
.SidebarHr {
	COLOR: #b2b2b3
}

/*
Text in the categories list
*/
.CategoriesList {
	FONT-SIZE: 12px; COLOR: #EBEBEB;
}

/*
Miscelanious text appearing in dialog boxes
*/
.DialogBox {
	BACKGROUND-COLOR: #323232; COLOR: #EBEBEB;
}

/*
Border color of dialog boxes
*/
.DialogBorder {
	BACKGROUND-COLOR: #000000; COLOR: #EBEBEB; FONT-WEIGHT: bold;
}

/*
Titles of dialog boxes
*/
.DialogTitle {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #FFEB00;
}

/*
Comments appearing in dialog titles
*/
.DialogTitleComment {
	FONT-WEIGHT: normal; FONT-SIZE: 11px; COLOR: #09FF32;
}

/*
Number of articles
*/
.NumberOfArticles {
	FONT-WEIGHT: bold; COLOR: #C8C8C8; BACKGROUND-COLOR: transparent;
}

/*
Generic text
*/
.Text {
	COLOR: #D2D2D2;
}

/*
Product title
*/
.ProductTitle {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #FFEB00;
}

/*
Caption for product details section
*/
.ProductDetailsTitle {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #EBEBEB;
}

/*
Product details delimiter
*/
.Line {
	BACKGROUND-COLOR: #8A8A8A;
}

/*
Labels for product details
*/
.ProductDetailsLabel {
	FONT-WEIGHT: bold; FONT-SIZE: 10px; COLOR: #EBEBEB;
}

/*
Product details
*/
.ProductDetails {
	COLOR: #EBEBEB;
}

/*
Product price title
*/
.ProductPriceTitle {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #EBEBEB;
}

/*
Product price title for alternative currency
*/
.ProductPriceConverting {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #EBEBEB;
}

/*
Product price
*/
.ProductPrice {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #FFEB00;
}

/*
Save
*/
.Save {
	FONT-SIZE: 11px; COLOR: #F34348;
}

/*
Product price title
*/
.MarketPrice {
	FONT-SIZE: 11px; COLOR: #4F5964;
}


/*
Smaller representation of product price
*/
.ProductPriceSmall {
	FONT-WEIGHT: bold; COLOR: #FFEB00;
}

/*
See product details link
*/
.SeeDetails {
	TEXT-DECORATION: none; COLOR: #EBEBEB;
}

/*
Subcategories list
*/
.ItemsList {
	FONT-WEIGHT: bold; COLOR: #EBEBEB;
}

/*
Navigation path bar
*/
.NavigationPath {
	COLOR: #D2D2D2; TEXT-DECORATION: none;
}

/*
Navigation path bar: link
*/
.NavigationPath:link {
	COLOR: #000000; TEXT-DECORATION: none;
}

/*
Navigation path bar: visited
*/
.NavigationPath:visited {
	COLOR: #294f6c; TEXT-DECORATION: none
}

/*
Navigation path bar: hover
*/
.NavigationPath:hover {
	COLOR: #082032; TEXT-DECORATION: underline
}

/*
Navigation path bar: active
*/
.NavigationPath:active {
	COLOR: #294f6c; TEXT-DECORATION: none
}

/*
Labels for form submit buttons
*/
.FormButton {
	FONT-WEIGHT: bold; COLOR: #D2D2D2;
}

/*
Error message text
*/
.ErrorMessage {
	FONT-WEIGHT: bold; COLOR: #ff0000
}

/*
Validate error message text
*/
.ValidateErrorMessage {
	COLOR: #ff0000
}

/*
Success message
*/
.SuccessMessage {
	COLOR: green
}

/*
Mandatory field asterisk
*/
.Star {
	COLOR: #ff0000
}

/*
Header background
*/
.TableHead {
	BACKGROUND-COLOR: #EBEBEB; COLOR: #323232;
}

/*
Bottom text
*/
.Bottom {
	COLOR: #FFEB00; TEXT-DECORATION: none;
}

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

/*
Default style for tab header
*/
.tabDefault {
	COLOR: #466479;
}

/*
Style for the selected tab header
*/
.tabSelected {
	COLOR: #000000;
}

/*
Tab page center
*/
.Center {
	BACKGROUND-COLOR: #ffffff;
}

/*
Tab page border
*/
.CenterBorder {
	BACKGROUND-COLOR: #CDD9E1;
}

/*
Out of stock message
*/
.OutOfStock {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #ff3300
}

/*
Style for promotion bonus condition list
*/
.Promotion {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #001C4D;
}

/*
Style for promotion product title
*/
.PromotionProductDetailsTitle {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #ff3300;
}

/*
Style for gift certificate title
*/
.GiftCertificateTitle {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #ff3300;
}

/*
Main template main.tpl wallpaper.
*/
.Wallpaper {
	background-image: url("images/head_back_long.gif"); background-repeat: no-repeat; background-COLOR: #4F6D92;
}



