﻿body
{
	border: 0px;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	font-family: Verdana;
	color: #bababa;
	font-size: 11px;
}

a
{
	color: white;
	text-decoration: none;
}

h1, h2, h3
{
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
}
p, ul
{
	padding: 0px;
	margin: 0px;
	margin-bottom: 2px;
}
li
{
	padding: 0px;
	margin: 0px;
	margin-bottom: 2px;
	list-style: disc;
	list-style-position: inside;
}

/* Functional styles */
.Hidden
{
	display: none;
}

.Clickable
{
	cursor: pointer;
}

.ScrollBar
{
	scrollbar-shadow-color: #333333;
	scrollbar-3dlight-color: #333333;
	scrollbar-arrow-color: #666666;
	scrollbar-track-color: #333333;
	scrollbar-base-color: #666666;
	scrollbar-face-color: #333333;
	scrollbar-darkshadow-color: #333333;
	scrollbar-highlight-color: #333333;
}
.Button
{
	background-color: #ee1d23;
	color: #ffffff;
	border: solid 0px #ee1d23;
	border: outset 1px #ee1d23;
	font-family: Verdana;
	font-size: 11px;
	font-weight:normal;
}
.TextBox
{
	background-color: #999999;
	border: inset 1px #999999;
	border: outset 1px #fff;
	color: #ffffff;
	color: #000;
	font-family:Verdana;
	font-size: 11px;
}
.Padding
{
	padding:32px;
}
.Opacity
{
	opacity: 0.35;
	MozOpacity: 0.35;
	KhtmlOpacity: 0.35;
	filter: alpha(opacity=35);
}

/* Search */
.TextBoxSearch
{
	background-color: #999999;
	border: inset 1px #999999;
	color: #ffffff;
	width: 152px;
	font-size: 11px;
}
.ButtonSearch
{
	background-color: #333333;
	color: #ffffff;
	width: 64px;
	border: 0px;
	text-align: left;
}
.ButtonSearchActive
{
	background-color: #333333;
	color: #cc0000;
	width: 64px;
	border: 0px;
	text-align: left;
}

/* Meta Navigation */
.MetaNavigation
{
	color: #999999;
	font-size: 11px;
	margin-right: 30px;
	white-space: nowrap;
	display: block;
}
.MetaNavigationActive
{
	color: #cc0000;
	font-size: 11px;
	margin-right: 30px;
	white-space: nowrap;
	display: block;
}

/* Main Navigation */
.MainNavigation
{
	color: #ffffff;
	font-size: 12px;
	margin-right: 16px;
	white-space:nowrap;
}
.MainNavigationActive
{
	color: #cc0000;
	font-size: 12px;
	padding-right: 32px;
}

/* Catalog Menu */
div.CatalogMenu
{
	background-color: #666666;
	font-size: 12px;
}
div.CatalogMenuVert
{
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	z-index: 90;
}
a.CatalogMenu0
{
	padding-left: 26px;
	padding-right: 0px;
	padding-bottom: 9px;
	color: #bbbbbb;
	display: block;
}
a.CatalogMenu0:hover
{
	padding-left: 26px;
	padding-right: 0px;
	padding-bottom: 9px;
	color: #ffffff;
	display: block;
}
a.CatalogMenu0Hover
{
	padding-left: 26px;
	padding-right: 0px;
	padding-bottom: 9px;
	color: #ffffff;
	display: block;
}
a.CatalogMenu1, a.CatalogMenu2, a.CatalogMenu3
{
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 16px;
	padding-right: 16px;
	background-color: #666666;
	border: outset 1px #999999;
	color: #bbbbbb;
	display: block;
}
a.CatalogMenu1:hover, a.CatalogMenu2:hover, a.CatalogMenu3:hover
{
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 16px;
	padding-right: 16px;
	background-color: #999999;
	border: outset 1px #999999;
	color: #ffffff;
	display: block;
}
a.CatalogMenu1Hover, a.CatalogMenu2Hover, a.CatalogMenu3Hover
{
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 16px;
	padding-right: 16px;
	background-color: #999999;
	border: outset 1px #999999;
	color: #ffffff;
	display: block;
}

/* Product Menu */
a.ProductMenu0
{
	color: #ee1c23;
	display: block;
	font-weight: bold;
	padding: 4px;
	white-space: nowrap;
}
a.ProductMenu1
{
	color: #999999;
	display: block;
	font-weight: bold;
	padding: 4px;
	white-space: nowrap;
}


/* SubMenu */
.SubMenuArea
{
	padding-top: 10px;
	background-color: #ff0000;
	color: #ff0000;
	width: 222px;
	height: 21px;
	display: block;
	position: relative;
	cursor: pointer;
	min-height: 1%;
}
.SubMenuText
{
	padding-top: 8px;
	background-color: transparent;
	color: #ffffff;
	width: 222px;
	height: 22px;
	display: block;
	font-size: 12px;
	cursor: pointer;
}
.Slogan
{
	color: #ffffff;
	font-size: 18px;
	font-weight: normal;
	height: 22px;
	overflow: hidden;
	background-color: Transparent;
	border: 0px;
	margin: 0px;
	padding: 0px;
}
div.MarqueePanel
{
	background-color: Fuchsia;
	height: 40px;
	color: #ffffff;
}

/* Footer */
.Footer
{
	white-space:nowrap; 
	width: 10%;
}
.FooterTitleText
{
	color: #ffffff;
	font-weight: normal;
}
.FooterPlainText
{
	color: #999999;
	font-weight: normal;
}


/* Catalog Template */
.MenuItem
{
	width: 318px;
	padding-left: 1px;
	padding-right: 1px;
	height: 225px;
	float: left;
	margin-bottom: 32px;
	overflow: hidden;
}
.MenuItemForeground
{
	position: relative;
	top: -232px;
	left: 0px;
	background-color: Transparent;
	color: #ffffff;
	width: 128px;
	height: 32px;
	cursor: pointer;
	font-size: 12px;
	min-height: 1%;
}
.MenuItemBackground
{
	position: relative;
	top: -200px;
	left: 0px;
	background-color: #ee1c23;
	color: #ee1c23;
	width: 128px;
	height: 32px;
	cursor: pointer;
	font-size: 12px;
	min-height: 1%;
}
.SubMenuItem
{
	position: relative;
	width: 138px;
	height: 21px;
	overflow: hidden;
	z-index: 100;
	min-height: 1%;
}
.SubMenuItemForeground
{
	position: relative;
	top: -21px;
	background-color: Transparent;
	color: #ffffff;
	width: 160px;
	height: 17px;
	overflow: visible;
	cursor: pointer;
	font-size: 12px;
	padding-top: 3px;
	text-indent: 8px;
	border-bottom: solid 1px #ee1c23;
	min-height: 1%;
}
.SubMenuItemBackground
{
	position: relative;
	top: 0px;
	background-color: #ee1c23;
	width: 160px;
	height: 21px;
	min-height: 1%;
}



.CatalogPath
{
	font-family: Verdana;
	font-size: 11px;
	color: #999999;
	display: inline;
}

.TextBoxPublication
{
	background-color: #999999;
	border: inset 1px #999999;
	color: #ffffff;
	width: 152px;
	font-size: 11px;
}

.ErrorBlock
{
	background-color: #333333;
	width: 896px;
	padding: 32px;
	margin-bottom: 32px;
}
.ErrorTitle
{
	color: #ee1c23;
	margin-bottom: 16px;
}


/* floating block */
.ContentBlock
{
	background-color: #333333;
	width: 318px;
	height: 225px;
	float: left;
	margin-bottom: 32px;
	margin-left: 1px;
	margin-right: 1px;
	overflow: hidden;
}
/* floating block with padding */
.ContentPanel
{
	background-color: #333333;
	width: 286px;
	height: 193px;
	float: left;
	padding: 16px;
	margin-bottom: 32px;
	margin-left: 1px;
	margin-right: 1px;
	overflow: hidden;
}
/* content title */
.ContentTitle
{
	font-family: Verdana;
	font-size: 12px;
	color: #ffffff;
	padding-bottom: 16px;
}
/* content text */
.ContentText
{
	font-family: Verdana;
	font-size: 11px;
	color: #999999; /*text-align: justify;*/
	background-color: Transparent;
}

.ContentLabel
{
	font-family: Verdana;
	font-size: 12px;
	color: #ffffff;
}
.ContentPreviewIcon
{
	position: relative;
	top: -246px;
	left: 300px;
	cursor: pointer;
	min-height: 1%;
}
.ContentPreviewIcon2
{
	position: relative;
	top: -280px;
	left: 300px;
	cursor: pointer;
	min-height: 1%;
}
.ContentPreviewCloseIcon
{
	position: relative;
	cursor: pointer;
	min-height: 1%;
}
.ContentPreviewImage
{
	position: relative;
	cursor: pointer;
	display: none;
	left: 112px;
	top: 112px;
	z-index: 99;
	min-height: 1%;
}
.ContentImageTitleBG
{
	position: relative;
	top: 32px;
	background-color: #ee1c23;
	color: #ee1c23;
	height: 16px;
	font-size: 12px;
	padding: 8px 8px 8px 8px;
	text-indent: 8px;
	min-height: 1%;
	opacity: 0.35;
	MozOpacity: 0.35;
	KhtmlOpacity: 0.35;
	filter: alpha(opacity=35);
}
.ContentImageTitleFG
{
	position: relative;
	top: -0px;
	background-color: Transparent;
	color: #ffffff;
	height: 17px;
	overflow: visible;
	font-size: 12px;
	padding: 8px 8px 0px 8px;
	text-indent: 8px;
	min-height: 1%;
}


.DesignBlock
{
	width: 320px;
	height: 225px;
	float: left;
	margin-bottom: 2px;
	overflow: hidden;
}
.DesignText
{
	width: 254px;
	height: 225px;
	margin-left: 1px;
	margin-right: 1px;
	overflow: hidden;
	background-color: #333333;
	padding: 32px 32px 32px 32px;
}
.DesignImage
{
	width: 318px;
	height: 225px;
	margin-left: 1px;
}

.SaleContent
{
	position: relative;
	top: -433px;
	left: 0px;
	width: 318px;
	height: 225px;
	display: block; /*padding-top:32px;*/
	min-height: 1%;
}
.SalePercentage
{
	position: relative;
	top: -284px;
	left: 238px;
	width: 80px;
	background-color: #ee1c23;
	color: #ffffff;
	overflow: visible;
	font-size: 32px;
	padding-top: 16px;
	padding-bottom: 16px;
	text-indent: 4px;
	display: block;
	min-height: 1%;
}
.SalePercentageTitle
{
	position: relative;
	top: -227px;
	left: 238px;
	width: 80px;
	background-color: #ee1c23;
	color: #ffffff;
	overflow: visible;
	font-size: 32px;
	padding-top: 16px;
	padding-bottom: 16px;
	text-indent: 4px;
	display: block;
	min-height: 1%;
}
.SaleProductPrice
{
	position: relative;
	top: -180px;
	left: 180px;
	color: #ee1c23;
	font-size: 16px;
	display: block;
	min-height: 1%;
}
.SalePromotionPrice
{
	position: relative;
	top: -180px;
	left: 180px;
	color: #ffffff;
	font-size: 24px;
	display: block;
	min-height: 1%;
}


/* ScrollPanel */
.ScrollPanelArrowDn
{
	width: 16px;
	height: 16px;
	background-image: url(Images/ScrollPanelDown.gif);
	background-repeat: no-repeat;
	cursor: pointer;
	display: none;
}
.ScrollPanelArrowUp
{
	width: 16px;
	height: 16px;
	background-image: url(Images/ScrollPanelUp.gif);
	background-repeat: no-repeat;
	cursor: pointer;
	display: none;
}
.ScrollPanelSpace
{
	width: 16px;
	cursor: pointer;
}
.ScrollPanelTrack
{
	width: 9px;
	background-color: #666666;
	height: 16px;
	margin-left: 7px;
	display: none;
}

select.ProductProperty
{
	background-color: #999;
	border: solid 1px #333;
	width:300px;
	padding:0xp;
	margin:0px;
	height:22px;
}
option.ProductProperty
{
	background-color: #999;
	border: solid 1px #333;
	color:#000;
	padding:0xp;
	margin:0px;
}
