/* $id: skin1.css,v 1.84.2.12 2006/07/19 10:19:34 max exp $ */
/*
	general styles
*/

a:link {
  color: #135287; text-decoration: underline;
}

a:visited {
  color: #666666;
}
a:hover {
	color: #333333;
}
a:active  {
	color: #000000;
}
h1 {
	font-size: 135%;
	display:inline;
}
h2 {
	font-size: 105%;
}
h3 {
	font-size: 103%;
}
hr {
	color: #dddddd;
	height: 1px;
}
html,body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}
form {
	margin: 0px;
}
table,img {
	border: 0px;
}

/*
	Content enviroment styles
*/
TABLE.Container {
	height: 100%;
}
TD.Container {
	vertical-align: top;
	height: 90%;
}

/*
	Header styles
*/
.HeadLogo {
	padding-left: 27px;
	text-align: left;
}
.HeadrightBox {
	vertical-align: top;
	text-align: right;
}
.HeadText {
	font-size: 12px;
	font-weight: bold;
}
.HeadLine {
	background-color: #ffD44C;
}
.HeadThinLine {
	background-color: #8e4b00;
	height: 1px;
}
.PrintableRow {
	width: 100%;
	vertical-align: middle;
	padding-right: 176px;
	height: 18px;
}
.HeadtopPad {
	height: 18px;
}
.HeadtopPad IMG {
	width: 1px;
	height: 18px;
}

/*
	Footer styles
*/
.bottomRow {
	text-align: center;
	vertical-align: bottom;
}
.bottomBox {
	background-color: #ffD44C;
	color: #8e4b00;
	height: 22px;
	vertical-align: middle;
	padding-left: 12px;
	padding-right: 12px;
}
.bottom {
	background-color: #ffD44C;
	color: #8e4b00;
}
A.bottom:link {
	background-color: #ffD44C;
	color: #8e4b00;
	text-decoration: underline;
}
A.bottom:visited {
	background-color: #ffD44C;
	color: #8e4b00;
	text-decoration: underline;
}
A.bottom:hover {
	background-color: #ffD44C;
	color: #8e4b00;
	text-decoration: none;
}
A.bottom:active {
	background-color: #ffD44C;
	color: #8e4b00;
	text-decoration: underline;
}
.bottomPopup {
	width: 100%;
	text-align: right;
	padding-bottom: 10px;
}
.bottomPopup A {
	font-weight: bold;
}
.bottomDialogBox {
	padding-left: 13px;
	padding-top: 10px;
	padding-bottom: 10px;
}

/*
	Common styles
*/
.SubmitBox {
	padding-top: 10px;
}
HR.Line {
	width: 100%;
	height: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
}
.SectionBox {
	background-color: #ffffff;
	text-align: left;
}
.Text {
	color: #000000;
}
.NumberOfArticles {
	color: #000000;
	font-weight: bold;
}
.topLabel {
	color: #000000;
	font-weight: bold;
	font-size: 12px;
}
.Message {
	color: #ff0000;
}
.Line {
	background-color: #ff6600;
}
TD.ButtonsRow {
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 12px;
	padding-bottom: 2px;
}
.CustomerMessage {
	color: #ff0000;
	font-weight: bold;
}
.ErrorMessage {
	color: #ff0000;
	font-weight: bold;
}
.Star {
	color: #ff0000;
}
.TableHead {
	background-color: #cccccc;
	font-weight: bold;
}
.TableSubHead {
	background-color: #eeeeee;
}
.Spc {
	width: 1px;
	height: 1px;
}
TABLE.EmptyBox {
	width: 100%;
}
TABLE.EmptyBox TR TD {
	padding: 0px;
}

/*
	Popup styles
*/
.PopupContainer {
	height: 100%;
	width: 100%;
	text-align: center;
}
.PopupTitle {
	background-color: #ffD44C;
	height: 15px;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}
.PopupBG {
	background-color: #ffD44C;
}
.PopupHelpLink {
	font-size: 9px;
	color: #000000;
	text-decoration: none;
}

/*
	BuyNow section
*/
.BuyNowQuantity {
	height: 25px;
	width: 15%;
	white-space: nowrap;
	padding-right: 10px;
}
.BuyNowPrices {
	width: 100%;
	height: 25px;
	vertical-align: middle;
}

/*
	Vertical menu
*/
.VertMenuleftColumn {
	width: 150px;
	vertical-align: top;
	padding-left: 6px;
	padding-right: 20px;
}
.VertMenurightColumn {
	width: 150px;
	vertical-align: top;
	padding-left: 20px;
	padding-right: 6px;
}
.VertMenuBox {
	background-color: #ffD44C;
	padding: 1px;
}
.VertMenuborder {
	background-color: #8e4b00;
}
.VertMenuTitle {
	background-color: #ff8600;
	color: #000000;
	font-weight: bold;
	padding: 1px;
}
.VertMenuSubTitle {
	background-color: #ffA92F;
}
.VertMenuTitleIcon {
	width: 21px;
	height: 20px;
	margin-left: 8px;
	margin-right: 8px;
	vertical-align: middle;
}
.VertMenuItems {
	color: #000000;
	text-decoration: none;
}
A.VertMenuItems:link {
	color: #000000;
	text-decoration: underline;
}
A.VertMenuItems:visited {
	color: #222222;
	text-decoration: underline;
}
A.VertMenuItems:hover {
	color: #2D4504;
	text-decoration: none;
}
A.VertMenuItems:active  {
	color: #000000;
	text-decoration: none;
}
.VertMenuHr {
	width: 100%;
	height: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	color: #999999;
}
.CategoriesList {
	
}

/*
	Dialog box
*/
TABLE.DialogBox {
	width: 100%;
	height: 100%;
	vertical-align: top;
}
TD.DialogBox {
	background-color: #ffffff;
	text-align: left;
	padding: 10px;
}
.Dialogborder {
	height: 100%;
	padding: 0px;
}
TD.DialogTitle {
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
	background-image: url(images/dialog_bg_n.gif);
	vertical-align: bottom;
	height: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 0px;
	text-align: left;
}
FONT.DialogTitle {
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
	vertical-align: bottom;
	height: 15px;
	text-align: left;
	margin-left: 10px;
}

/*
	Dialog info box
*/
TABLE.DialogInfo {
	width: 85%;
	text-align: center;
}
.DialogInfoTitle {
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
	vertical-align: bottom;
	text-align: left;
	height: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
}
.DialogInfoTitleborder {
	background-color: #ff8600;
	padding: 0px;
	vertical-align: bottom;
	height: 15px;
}
.DialogInfoborder {
	background-color: #ff8600;
	padding: 0px;
}
.DialogTr {
	color: #B89A87;
}
.DialogInfoIcon {
	width: 16px;
	height: 16px;
}
.DialogInfoClose {
	width: 15px;
	height: 13px;
}

/*
	Dialog tools section
*/
.NavDialogTitle {
	width: 50%;
	font-weight: bold;
	color: #000000;
	padding-left: 8px;
}   
.NavDialogborder {
	background-color: #cccccc;
}
.NavDialogBox {
	background-color: #ffffff;
}
.NavDialogSeparator {
	width: 100%;
	height: 14px;
	background-image: url(images/separator.gif);
	padding-left: 7px;
}
.NavDialogSeparator IMG {
	width: 100%;
	height: 14px;
}
.NavDialogCell {
	padding-right: 3px;
}
.NavDialogCell A IMG {
	width: 9px;
	height: 9px;
}

/*
	Product details page
*/
H4.ProductTitle {
	color: #000000;
	font-weight: bold;
	font-size: 16px;
	display:inline;
}

H4.ProductTitle a{
	text-decoration: none;
}

.ProductTitleHidden {
	color: #666666;
	font-weight: bold;
	font-size: 11px;
}
.ProductDetailsTitle {
	color: #135287;
	font-weight: bold;
	font-size: 14px;
}
.ProductDetails {
	color: #135287;
}
.ProductPriceTitle {
	color: #135287;
	font-weight: bold;
	font-size: 14px;
}
.ProductPriceConverting {
	color: #135287;
	font-weight: bold;
	font-size: 14px;
}
.ProductPrice {
	color: #135287;
	font-weight: bold;
	font-size: 14px;
}
.ProductPriceSmall {
	color: #135287;
	font-weight: bold;
}
.SaveMoneyLabel {
	width: 57px;
	height: 57px;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
	font-weight: bold;
	background-image: url(images/save_money.gif);
	background-repeat: no-repeat;
}
.MarketPrice {
	color: #135287;
	font-weight: bold;
	font-size: 14px;
}
.PImgBox {
	text-align: left;
	vertical-align: top;
	width: 100px;
	padding-right: 8px;
}

/*
	Products list
*/
TD.PListImgBox {
	width: 125px;
	text-align: center;
	vertical-align: top;
	white-space: nowrap;
	padding-right: 8px;
}
DIV.PListImgBox {
	white-space: nowrap;
}
HR.PListLine {
	width: 100%;
	height: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
}
.PListTaxBox {
	padding-left: 70px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.PListCell {
	background-color: #ffffff;
	text-align: left;
	padding: 10px;
	vertical-align: top;
}

/*
	Items style
*/
.ItemsList {
	color: #000000;
	font-weight: bold;
}
.ItemsListDisabled {
	color: #909090;
}
/*
A.ItemsList:link {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
A.ItemsList:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
A.ItemsList:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
A.ItemsList:active {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
*/

/*
	Location bar
*/
.NavigationPath {
	background-color: #135287;
	text-decoration: none;
	color: #ffffff;
	padding: 0 0 0 15px;
	margin: 0 0 10px 0;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
}
.NavigationPath a:link {
	color: #ffffff;
	text-decoration: none;
}
.NavigationPath a:visited {
	color: #cccccc;
	text-decoration: none;
}
.NavigationPath a:hover {
	color: #ff0000;
	text-decoration: none;
}
.NavigationPath a:active  {
	color: #ff0000;
	text-decoration: none;
}

/*
	Buttons
*/
/*
.FormButton {
	color: #000000;
	font-weight: bold;
}
TABLE.ButtonTable {
	cursor: pointer;
	vertical-align: middle;
	DIRECTION: ltr;
}
TD.Button {								 
	BACKGROUND: url(images/butbg.gif);
	background-color: #ff8600;
	background-repeat: repeat-x;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: middle;
	white-space: nowrap;
}
FONT.Button {								 
	FONT-FAMILY: Arial;
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}
IMG.ButtonSide {
	width: 7px;
	height: 14px;
}
.SimpleButton TR TD {
	padding: 0px;
	white-space: nowrap;
}
A.Button:link, A.Button:visited, A.Button:hover, A.Button:active {
	color: #000000;
	font-weight: bold;
}
.GoImage {
	width: 21px;
	height: 18px;
	vertical-align: middle;
	border: 0px;
}
*/

/*
	Small text/link style
*/
.SmallNote:link {
	color: #333333; text-decoration: none; font-size: xx-small;
}
.SmallNote:visited {
	text-decoration: none;
}
.SmallNote:hover {
	text-decoration: underline;
}
.SmallNote:active {
	text-decoration: none;
}
.SmallText {
	color: #333333; text-decoration: none;
}

/*
	Category page
*/
.SubcatTitle {
	text-align: left;
	width: 95%;
	padding-left: 5px;
}
.SubcatInfo {
	text-align: right;
	white-space: nowrap;
	color: #000000;
}

/*
	Search sort bar
*/
.SearchSortTitle {
	font-weight: bold;
	padding-right: 20px;
}
.SearchSortLink:link, .SearchSortLink:visited, .SearchSortLink:hover, .SearchSortLink:active {
	text-decoration: underline;
}
.SearchSortImg {
	width: 9px;
	height: 9px;
	margin-right: 5px;
}
.SearchSortCell {
	padding-right: 20px;
}

/*
	Expandable section
*/
.ExpandSectionMark {
	width: 11px;
	cursor: pointer;
	vertical-align: middle;
}

/*
	Tab mechanism
*/
.Tab {
	background-color: #ffD44C;
	font-weight: bold;
	TEXT-TRANSFORM: uppercase;
	width: 85px;
	height: 30px;
	text-align: center;
}
.Tabtop {
	height: 5px;
	background-color: #ffD44C;
}
TD.TableftSide {
	width: 9px;
	background-image: url(images/tab_l.gif);
}
TD.TabrightSide {
	width: 9px;
	background-image: url(images/tab_r.gif);
}
TD.TableftCorner {
	width: 9px;
	height: 9px;
	background-image: url(images/tab_c1.gif);
}
TD.TabrightCorner {
	width: 9px;
	height: 9px;
	background-image: url(images/tab_c2.gif);
}
TD.TabCenter {
	height: 9px;
	background-image: url(images/tab_b.gif);
}
IMG.TabCorner {
	width: 9px;
	height: 9px;
}
IMG.TabSide {
	width: 9px;
	height: 1px;
}

/*
	Pagination mechanism
*/
.NavigationArrow {
	width: 9px;
	height: 9px;
}
.NavigationTitle {
	white-space: nowrap;
	height: 14px;
	padding-right: 10px;
}
.NavigationCell {
	text-align: center;
	vertical-align: top;
	/*background-image: url(images/page.gif);*/
	width: 17px;
	height: 18px;
}
.NavigationCell A:link, .NavigationCell A:visited, .NavigationCell A:hover, .NavigationCell A:active {
	text-decoration: none;
}
.NavigationCell IMG {
	height: 1px;
	width: 17px;
}
.NavigationCellWide {
	text-align: center;
	vertical-align: top;
	/*background-image: url(images/page_wide.gif);*/
	width: 23px;
	height: 15px;
}
.NavigationCellWide A:link, .NavigationCellWide A:visited, .NavigationCellWide A:hover, .NavigationCellWide A:active {
	text-decoration: none;
}
.NavigationCellWide IMG {
	height: 1px;
	width: 23px;
}
.NavigationCellSel {
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	width: 15px;
}

/*
	Subheader styles
*/
TABLE.SubHeaderGrey {
	width: 100%;
	margin-bottom: 10px;
}
.SubHeaderGrey {
	color: #666666;
	font-size: 11px;
	font-weight: bold;
	padding: 0px;
}
.SubHeaderGreyLine {
	height: 1px;
	background-color: #cccccc;
	padding: 0px;
}
TABLE.SubHeaderBlack {
	width: 100%;
	margin-bottom: 10px;
}
.SubHeaderBlack {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
}
.SubHeaderBlackLine {
	height: 1px;
	background-color: #000000;
	padding: 0px;
}
TABLE.SubHeaderRed {
	width: 100%;
	margin-bottom: 10px;
}
.SubHeaderRed {
	font-weight: bold;
	padding: 0px;
}
.SubHeaderRedLine {
	height: 1px;
	background-color: #000000;
	padding: 0px;
}
TABLE.SubHeader {
	width: 100%;
	margin-bottom: 10px;
}
.SubHeader {
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	padding: 0px;
}
.SubHeaderLine {
	height: 1px;
	background-color: #000000;
	padding: 0px;
}

/*
	User profile page
*/
.RegSectionTitle {
	color: #000000;
	font-weight: bold;
}

/*
	Popup image
*/
.PImageImageCell {
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	height: 100%;
}
.PImageImageCell IMG {
	text-align: center;
	vertical-align: middle;
}

.PImageNumbersCell {
	padding-right: 10px;
	padding-left: 10px;
	white-space: nowrap;
}
.PImageLine {
	height: 1px;
	background-color: #cccccc;
}
.PImageLine IMG {
	height: 1px;
}
BODY.PImage {
	background-color: #ffffff;
}
.PImagePageRow {
	height: 30px;
	vertical-align: middle;
	padding-left: 10px;
}

/*
	Customer reviews module
*/
IMG.StarImg {
	width: 14px;
	height: 14px;
}

/*
	Manufacturers module
*/
.ManufacturersItem {
	text-align: left;
	white-space: nowrap;
	width: 95%;
	padding-left: 5px;
}

/*
	Recommended products module
*/
UL.RPItems {
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}

/*
	Webmaster mode
*/
SPAN.Lbl {
	color: green;
	font-weight: bold;
}
.Section {
	margin: 0px;
	padding: 0px;
}

/*
	Fast Lane Checkout module
*/
.FLCAuthBox {
	white-space: nowrap;
	padding-left: 10px;
	padding-right: 5px;
}
.FLCAuthPreBox {
	padding-left: 30px;
	height: 20px;
	width: 100%;
}
.FLCtopPad {
	vertical-align: middle;
	height: 15px;
}
.FLCtopPad IMG {
	width: 1px;
	height: 15px;
}
TD.FLCDialogCell {
	width: 50%;
	height: 220px;
	text-align: center;
}
TABLE.FLCDialog {
	width: 100%;
	height: 100%;
}

/*
		-- ADDONS --
*/

/*
	Gift registry module
*/
.HighLight {
	background-color: #ffffcc;
}

/*
	Feature comparison module
*/
TABLE.CompareBtn {
	cursor: pointer;
}
TD.CompareBtnleft {
	height: 18px;
	width: 21px;
	background-image: url(images/compare1.gif);
}
TD.CompareBtnleft IMG {
	height: 18px;
	width: 21px;
}
TD.CompareBtnMain {
	background-image: url(images/compare2.gif);
	background-repeat: repeat-x;
	vertical-align: top;
	padding-left: 5px;
	padding-top: 2px;
}
TD.CompareBtnMainMozilla {
	background-image: url(images/compare2.gif);
	background-repeat: repeat-x;
	vertical-align: top;
	padding-left: 5px;
	padding-top: 1px;
}
TD.CompareBtnright {
	height: 18px;
	width: 9px;
}
TD.CompareBtnright IMG {
	height: 18px;
	width: 9px;
}
TD.FCompProductSelBox {
	padding: 0px;
	white-space: nowrap;
}
TD.FCompProductButtonBox {
	padding-left: 25px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	width: 100%;
	white-space: nowrap;
}
TD.FCompProductAddCL {
	padding-top: 10px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
}

TD.FCompFeatureHCell {
	vertical-align: top;
	text-align: center;
	background-color: #eeeeee;
	font-weight: bold;
}
.HightLightEqualRow {
	background-color: #efefef;
	text-align: center;
}
.EqualRow {
	background-color: #ffffff;
	text-align: center;
}

/*
	Special offers module
*/
.SpecialOffersPrice {
	color: #ff0000;
	font-weight: bold;
	font-size: 14px;
}
.SpecialOffersThumb {
	display: inline;
	margin-left: -51px;
}
.SpecialOffersThumb A IMG {
	width: 47px;
	height: 44px;
}

/*
	Fancy categories module
*/
.CatMenuItemOff {
	background-color: transparent;
	color: #000000;
	border-right: none;
	border-top: none;
	border-left: none;
	border-bottom: none;
	margin-bottom: 3px;
	margin-top: 3px;
	margin-left: 1px;
	margin-right: 0px;
	cursor: pointer;
	font-size: 12px;
}
.CatMenuItemOffExp {
	background-color: transparent;
	border-right: none;
	border-top: none;
	border-left: none;
	border-bottom: none;
	margin-bottom: 1px;
	margin-top: 1px;
	margin-left: 2px;
	margin-right: 3px;
	cursor: pointer;
}
.CatMenuItemOn {   
	background-color: #ff8600;
	color: #000000;
	border-right: 0px solid;
	border-top: none;
	border-left: none;
	border-bottom: none;
	margin-bottom: 3px;
	margin-top: 3px;
	margin-left: 1px;
	margin-right: 0px;
	cursor: pointer;
	font-size: 12px;
}
.CatSubMenu {
	background-color: #ffD44C;
	border-right: #8e4b00 1px solid;
	border-top: #8e4b00 1px solid;
	border-left: #8e4b00 1px solid;
	border-bottom: #8e4b00 1px solid;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	width: 150px;
}
A.CatMenuItem {
	font-size: 12px;
	cursor: pointer;
}
A.CatMenuItem:link {
	color: #000000;
	text-decoration: none;
}
A.CatMenuItem:visited {
	color: #000000;
	text-decoration: none;
}
A.CatMenuItem:hover {
	color: #000000;
	text-decoration: none;
}
A.CatMenuItem:active {
	color: #000000;
	text-decoration: none;
}
A#nojs.CatMenuItem:hover {
	background-color: #ff8600;
	color: #000000;
	text-decoration: none;
}
IMG.FCIcon {
	width: 16px;
	height: 16px;
	border-width: 0px;
	margin-left: 2px;
	margin-right: 3px;
}
IMG.FCTriangle {
	width: 9px;
	height: 9px;
	border-width: 0px;
	margin-left: 3px;
}
TABLE.FCItemTable {
	width: 100%;
	border-width: 0px;
	margin: 0px;
	text-align: left;
}
TD.FCIconCell {
	vertical-align: middle;
	text-align: center;
}
TD.FCTriangleCell {
	vertical-align: middle;
	text-align: right;
}
TD.FCChain {
	width: 18px;
	background-repeat: repeat-y;
}
TD.FCChain IMG {
	width: 18px;
	height: 1px;
}
TD.FCExplorerBox {
	width: 37px;
	vertical-align: top;
	background-repeat: repeat-y;
}

/*
	Product configurator module
*/
.ProductBG {
	background-color: #ffffff;
}
.SlotCell {
	width: 50%;
	height: 35px;
	padding-top: 25px;
	background-color: #ffffff;
	text-align: center;
}
.SlotProductCell {
	width: 50%;
	height: 35px;
	background-color: #ffffff;
	text-align: center;
}
TABLE.PCSummaryTable {
	width: 100%;
	background-color: #ffffff;
}

/*
	Survey module
*/
H1.SurveyName {
	font-weight: bold;
}
.SurveyHeader {
	font-size: 11px;
}
.SurveyHeaderMenu {
	font-size: 10px;
}
.SurveyFooter {
	font-size: 11px;
}
.SurveyFooterMenu {
	font-size: 10px;
}
.SurveyQuestion {
	font-size: 12px;
	font-weight: bold;
	padding: 2px;
}
.SurveyQuestionMenu {
	font-weight: bold;
	padding: 0px;
}
TEXTAREA.Survey {
}
.SurveyAnswer {
	padding: 2px;
	width: 100%;
}
.SurveyAnswerMenu {
	padding: 0px;
	width: 100%;
}
TD.SurveyAnswerMark {
	padding: 2px;
	width: 15px;
}
TD.SurveyAnswerMarkMenu {
	padding: 0px;
	width: 15px;
}
.SurveyBar {
	height: 10px;
	background-color: blue;
}
.SurveyBarHL {
    height: 10px;
    background-color: green;
}
.SurveyStatLabel {
	padding-left: 6px;
	white-space: nowrap;
}
.StatisticsBar {
	background-color: #ffce31;
}   
.StatisticsBarHL {
	background-color: #ff8400;
}   
.SurveyAnswers {
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 5px;
}
.SurveyAnswersMenu {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
}
.SurveyAnswerComment {
	padding: 2px;
}
.SurveyAnswerCommentMenu {
	padding: 0px;
}

