
 /*=====================================================
 ================= datePopup.css ======================
 =====================================================*/ 
 TD.calWeekNorm
{
	background-color: #C6C6C6;
	text-align		: center;
	padding			: 2 2 2 2;
}
TD.calWeekFree
{
	background-color: #C6C6C6;
	text-align		: center;
	color			: #CC0000;
	padding			: 2 2 2 2;
}
TD.calMonthScrollButton
{
	background-color: #EBF3FE;
	text-align		: center;
	vertical-align	: middle;
	cursor			: pointer;
}
TD.calMonthScroll
{
	background-color: #EBF3FE;
	text-align		: center;
	vertical-align	: middle;
	font-family		: arial;
	font-size		: 13px;
	padding			: 2 2 2 2;
}
.DatePopup
{
	visibility: hidden;
	position: absolute;
	background-color: #FFFFFF; 
}
SPAN.calFreeDate
{
	color		: #CC0000;
}
SPAN.calNormDate
{
	color		: #000000;
}
TD.calEmptyCell
{
	background-color: #FFFFFF;
}
TD.calNormCell
{
	background-color: #FFFFFF;
	padding			: 2 2 2 2;
	text-align		: center;
	cursor			: pointer;
}
TD.calCurCell
{
	background-color: #C6C6C6;
	padding			: 2 2 2 2;
	text-align		: center;
	cursor			: pointer;
}
TD.calEmptyDate
{
	background-color: #FFFFFF;
	padding			: 2 2 2 2;
	cursor			: pointer;		
	text-align		: center;			
}
TABLE.cal
{
	background-color: #A0A0A0;
	font-family		: arial;
	font-size		: 12px;
	
}

 /*=====================================================
 ================= default_cms.css ======================
 =====================================================*/ 
	P
	{
		text-indent: 0px;
	}

SPAN.cmCMDLink{	color			: #AAAAAA;}TD.cmCMDLink{	border-left		: 1px solid #000000;	padding-left	: 10px;	padding-right	: 10px;	padding-top		: 5px;	padding-bottom	: 5px;	text-align		: center;	vertical-align	: top;}
SPAN.cmError
{
	color: #FF0000;
}
TD.cmCMDLink2{	border-left		: 1px solid #000000;	padding-left	: 10px;	padding-right	: 10px;	padding-top		: 5px;	padding-bottom	: 5px;	text-align		: center;	vertical-align	: top;
	
	background-color: #EEEEEE;	}

SPAN.cmPageTitle{	font-weight	: bold;	font-size	: 14px;}TD.cmCurrentEditLanguage{	font-weight	: bold;	font-size	: 18px;	padding-left: 10px;	padding-top	: 10px;	text-align	: center;}
INPUT.cmDelete
{
	font-weight	: bold;
	color		: #990000;
}
BODY.cmPage 
{
	margin: 10 10 10 10;
	
}
DIV.cmPageTitle
{
	font-weight		: bold;
	font-size		: 14px;
	padding-bottom		: 5px;
}
DIV.cmPageRules
{
	font-weight		: normal;
	font-size		: 11px;
	color			: #555555;	
}
TD.cmPageRulesTitle
{
	font-weight		: normal;
	font-size		: 11px;
	color			: #555555;	
}
TD.cmPageRulesValue
{
	font-weight		: normal;
	font-size		: 11px;
	color			: #555555;	
}


INPUT.cmBigButtonAdd
{
	width		: 100px;
	height		: 50px;
	font-weight	: bold;
	font-size	: 12px;
}

TD.cmCMDLinkLangTitleCur
{
	font-weight		: bold;
	color			: #FFFFFF;
	background-color: #AAAAAA;
}
TD.cmCMDLinkLangTitle
{
	font-weight		: bold;
}
A.cmCMDLinkLangTitleCur
{
	font-weight		: bold;
	color			: #FFFFFF;
	background-color: #AAAAAA;
	text-decoration : none;
}
A.cmCMDLinkLangTitleCur:visited
{
	font-weight		: bold;
	color			: #FFFFFF;
	background-color: #AAAAAA;
	text-decoration : none;
}
A.cmCMDLinkLangTitleCur:hover
{
	font-weight		: bold;
	color			: #FFFFFF;
	background-color: #AAAAAA;
	text-decoration : underline;
}
A.cmCMDLinkLangTitle
{
	font-weight		: bold;
}

TD.cmTableTitle
{
	font-weight			: bold;
	background-color	: #CCCCCC;
	padding-right		: 10px;
	padding-top			: 5px;
	padding-bottom		: 5px;
	padding-left		: 5px;
	border-left 		: 1px solid #AAAAAA;
	
}
TD.cmTableTitleEnd
{
	font-weight			: bold;
	background-color	: #CCCCCC;
	padding-right		: 10px;
	padding-top			: 5px;
	padding-bottom		: 5px;
	padding-left		: 5px;
	border-left 		: 1px solid #AAAAAA;
	border-right 		: 1px solid #AAAAAA;
}

TD.cmTableData
{
	padding-right	: 10px;
	padding-top		: 3px;
	padding-bottom	: 3px;
	vertical-align	: top;
	padding-left	: 5px;
	border-left 	: 1px solid #AAAAAA;
}
TD.cmTableDataEnd
{
	padding-right	: 10px;
	padding-top		: 3px;
	padding-bottom	: 3px;
	vertical-align	: top;
	padding-left	: 5px;
	border-left 	: 1px solid #AAAAAA;
	border-right 	: 1px solid #AAAAAA;
}

TD.cmTableData2
{
	padding-right	: 10px;
	padding-top		: 3px;
	padding-bottom	: 3px;
	background-color: #EEEEEE;	
	vertical-align	: top;
	padding-left	: 5px;
}
TR.cmTableData
{
	
}
TR.cmTableData2
{
	background-color: #EEEEEE;
}

	SPAN.cmFilterValue
	{
		font-weight: bold;
		color: #FF0000;
	}
	     
	A.cmDropFilter
	{
		color: #0000FF;
		text-decoration: underline;
	}
	A.cmDropFilter:visited
	{
		color: #0000FF;
		text-decoration: underline;
	}
	A.cmDropFilter:hover
	{
		color: #0000FF;
		text-decoration: underline;
	}

 /*=====================================================
 ================= default_user.css ======================
 =====================================================*/ 

INPUT.cmDelete
{
	font-weight	: bold;
	color		: #990000;
}

 /*=====================================================
 ================= global.css ======================
 =====================================================*/ 
BODY, P, TD, TR, DIV, SPAN, A, LI, UL
{
	font-family			: Verdana, Arial;
	font-size			: 12px;
	color				: #333333;
}

FIELDSET
{
	border	: 1px solid #AAAAAA;
}
FIELDSET.VisioText
{
	border	: 1px solid #AAAAAA;
}

LEGEND
{
	font-weight		: bold;
	font-family		: Verdana;	
	padding-left	: 5px;
	padding-right	: 5px;

	font-size	: 11px;
}
LEGEND.VisioText
{
	
	font-weight	: normal;
	font-family	: Verdana;	
	padding-left	: 5px;
	padding-right	: 5px;
	font-size	: 12px;
	
}

INPUT
{
	border				: 1px solid #AAAAAA;
	font-family			: Verdana, Arial;
	font-size			: 12px;
}

TEXTAREA
{
	border				: 1px solid #AAAAAA;
	font-family			: Verdana, Arial;
	font-size			: 12px;
}
A
{
	color			: #000000;
	text-decoration	: none;
}
A:visited
{
	color			: #000000;
	text-decoration	: none;
}

A:hover
{
	color			: #000000;
	text-decoration	: underline;
}


.checkbox
{
	border				: none;
}

P
{
	_text-align	: justify;
	margin-top	: 0px;
	padding-top	: 0px;
	padding-bottom	: 0px;
	margin-bottom: 5px;
	text-indent: 20px;
}

SELECT
{
	border				: 1px solid #AAAAAA;
	font-family			: Verdana, Arial;
	font-size			: 12px;
	height				: 17px;
}
TEXTAREA
{
    border				: 1px solid #AAAAAA;
	font-family			: Verdana, Arial;
	font-size			: 12px;
}

.radio
{
	border				: none;
}

 /*=====================================================
 ================= index.css ======================
 =====================================================*/ 
TABLE.iLoginArea
{
	border: 1px solid #eeef87;
	padding-left: 10px;
	background-color: #a7f523;
}
TD.iTitleClients
{
	/*border: 1px solid #FF0000;*/
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #507b09;
}

INPUT.iSubmitLink
{
	border: none;
	background-color: transparent;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-align: right;
	cursor: pointer;
}

BODY.iBody
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
FORM
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
TD.iBanners
{
	text-align: center;
	vertical-align: top;
	padding-left: 2px;
}
TD.iBanner
{
	text-align: center;
	vertical-align: top;
	border: 1px solid #eeef87;
}
IMG.iBanner
{
	padding: 1 1 1 1;
}
TD.iLoginArea
{
	padding-left: 10px;
	padding-top: 9px;
	vertical-align: top;
}
TD.iControlPanel
{
	vertical-align: top;
}
TD.iCatalogArea
{
	border-left: 1px solid #ebef83;
	border-right: 1px solid #ebef83;
	background-color: #d5e25e;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	vertical-align: top;
}
TD.iPageContentText
{
	border: 1px solid #edef86;
	background-color: #e3e515;
	vertical-align: top;
}
TD.iContacts
{
	border: 1px solid #edef86;
	background-color: #e3e515;
	vertical-align: middle;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
DIV.iCopyRight
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	padding-top: 8px;
}
TD.iPageContent
{
	padding-top: 2px;
}

 /*=====================================================
 ================= lightbox.css ======================
 =====================================================*/ 
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}
	
 /*=====================================================
 ================= menu.css ======================
 =====================================================*/ 
SPAN.Menu
{
	font-size: 30px;
}
DIV.Menu
{
	font-size: 30px;
}
A.Menu
{
  font-size: 30px;
}
A.Menu:visited
{
  font-size: 30px;
}
A.Menu:hover
{
  font-size: 30px;
}
 /*=====================================================
 ================= news.css ======================
 =====================================================*/ 
TD.News_Text
{
	vertical-align: top;
}
TD.News_Title
{
	height: 26px;
	font-family: Arial;
	font-size: 12px;
	color: #FF0000;
	font-weight: bold;
}
TD.News_Expand
{
	text-align: right;
	padding-top: 1px;
	padding-left: 3px;
	padding-right: 9px;
}
A.News_Expand
{
	text-decoration: underline;
	font-family: Arial; 
	font-size: 11px;
	color: #027ffe; 
}
A.News_Expand:hover
{
	text-decoration: underline;
	font-family: Arial; 
	font-size: 11px;
	color: #FF0000; 
}
A.News_Expand:visited
{
	text-decoration: underline;
	font-family: Arial; 
	font-size: 11px;
	color: #027ffe; 
}

TD.News_Text
{
	font-family: Arial;
	font-size: 11px;
	color: #000000;		

	text-align: justify;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 6px;
	
}
TABLE.News_List
{
	padding-left: 0px;
	padding-right: 0px;
	b_order: 1px solid #ff0000;
	width: 520px;	
}
TD.News_Image
{
	padding-bottom: 10px;
} 
 /*=====================================================
 ================= popup.css ======================
 =====================================================*/ 
BODY.cmPopup
{
	padding: 10 10 10 10;
	margin: 0 0 0 0;
}

TD.cmPopupTitleRight
{
	text-align	: right;
	padding-right	: 10px;
}
TD.cmPopupTitleLeft
{
	font-weight		: bold;
	padding-top		: 3px;
	padding-bottom	: 3px;
	padding-left	: 10px;
}
INPUT.cmPopupSubmit
{
	font-weight	: bold;
	background-color: #CCCCCC;
}
INPUT.cmPopupButton
{
	background-color: #CCCCCC;
}
TD.cmPopupButtonCenter
{
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}
TD.cmPopupButtonRight
{
	text-align: right;
}
TD.cmPopupTitle
{
	border: 1px solid #444444;
	width: 100%;
	background-color: #DDDDDD;
	/*background-color: 00ccff;*/
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 15px;
}
TABLE.cmPopupTitle
{
	margin-bottom: 5px;
} 
SPAN.cmPopupTitle
{
	color		: #000000;
	font-size	: 14px;
}
SPAN.cmPopupSubject
{
	color		: #ff3300;
	font-size	: 14px;
}
TABLE.cmPopupButtons
{
	margin-top: 10px;
	margin-bottom: 5px;
	width: 100%;
}
TD.cmPopupButtons
{
	background-color: #EEEEEE;
	border: 1px solid #DDDDDD;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
SPAN.cmMandatory
{
	font-weight	: bold;
	color		: #ff0000;
	font-size	: 10px;
}
FIELDSET.cmMultiLangFields
{
	border			: 1px solid #AAAAAA;
	padding-bottom	: 10px;
	padding-right	: 10px;
	padding-left	: 10px;	
}
LEGEND.cmMultiLangFields
{
	padding-right: 5px;	
	padding-left: 5px;	
}
TD.cmFormInputMandatory
{
	width		: 15px;
	padding-top	: 5px;
	color		: #FF0000;
	
}
TD.cmFormInputValue
{
	padding-left: 5px;
	padding-top: 5px;
}
TD.cmFormViewValue
{
	padding-left: 5px;
	padding-top: 5px;
	font-weight: bold;
}
INPUT.cmFormInputValue
{
	width: 250px;
}
TD.cmFormInputDescription
{
	padding-top	: 5px;
	font-size 	: 10px;
	padding-left: 5px;
	color		: #888888;
	width		: 5px;
}
TD.cmFormInputTitle
{
	/*vertical-align	: top;*/
	padding-top	: 5px;
	white-space	: nowrap;
}
TD.cmFormInputValueReadOnly
{
	padding-top	: 6px;
	padding-bottom	: 2px;
	padding-left	: 10px;
	white-space	: nowrap;
}
TD.cmFormInputValueReadOnlyB
{
	padding-top	: 6px;
	padding-bottom	: 2px;
	padding-left	: 10px;
	white-space	: nowrap;
	font-weight	: bold;
}
DIV.cmErrorMessage
{
	color			: #FF0000;
	text-align		: center;
	padding-bottom		: 5px;
	padding-top		: 5px;
	
}

 /*=====================================================
 ================= products.css ======================
 =====================================================*/ 
DIV.ProdInfoSmall
{
	font-family: Tahoma;
	font-size: 9px;
	font-weight: normal;
}
DIV.ProdInfoSizeRN
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #33688c;
}

DIV.AltSizesTitle
{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	padding-left: 20px;
	padding-bottom: 10px;
}
A.AltSizeItem
{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	padding-left: 40px;
}
DIV.SeasonChoice
{
	position: absolute;
	visibility: hidden;
	width: 360px;
	height: 230px;
	background-color: #D3E05E;
	border: 1px solid #3D6C02;
}
A.iAlternativeProd
{
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: underline;
}
A.iAlternativeProd:hover
{
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: underline:
}
A.iAlternativeProd:visited
{
	text-decoration: underline:
}

DIV.GoodChoice
{
	font-family: Tahoma;
	font-size: 11px;
	color: #FF0000;
	font-weight: bold;
	padding-top: 2px;
}
DIV.PriceStroked
{
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	text-decoration: line-through;
}
DIV.PriceDiscount
{
	font-family: Tahoma;
	font-size: 11px;
	color: #FF0000;
	font-weight: bold;
}
DIV.PriceNormal
{
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}

INPUT.Count
{
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	width: 37px;
	text-align: center;
}
SPAN.Protector
{
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}

A.AddToBasket
{
	font-family: Tahoma;
	font-size: 11px;
	color: #FF0000;
	font-weight: bold;
	text-decoration: underline;
}
A.AddToBasket:hover
{
	color: #FF0000;
	text-decoration: underline;
}
A.AddToBasket:visited
{
	color: #FF0000;
	text-decoration: underline;
}

TD.ProdTitle
{
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	white-space: nowrap;
	height: 17px;
	background: #9fc1ff;
	padding-left: 4px;
	padding-right: 4px;
	text-align: center;
	
}
TD.ProdTitle_RN
{
	font-family: Tahoma;
	font-size: 11px;
	color: #6f6f6f;
	white-space: nowrap;
	height: 22px;
	background: #FFFFFF;
	padding-left: 4px;
	padding-right: 4px;
	text-align: center;
	vertical-align: to;
	
}

SPAN.Arrow
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
}
SPAN.ProdTitleSortable
{
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: underline;
	color: #000000;
}
SPAN.ProdTitleSortable_RN
{
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: underline;
	color: #6f6f6f;
}

SPAN.ProdTitle
{
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
}
SPAN.ProdTitle_RN
{
	font-family: Tahoma;
	font-size: 11px;
	color: #6f6f6f;
}

TD.ProdValue
{
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	height: 61px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	padding-left: 4px;
	padding-right: 4px;
}

TD.ProdValueRN
{
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	background-color: #d5d4d4;
	height: 61px;
	border-right: 1px solid #616161;
	padding-left: 4px;
	padding-right: 4px;
}


TD.Image
{
	height: 61px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	
}
TD.ImageRN
{
	height: 61px;
	width: 74px;
	background-color: #d5d4d4;
}

TD.Count
{
	vertical-align: bottom;
	text-align: center;
	padding-bottom: 4px;
	padding-left: 5px;
	padding-right: 5px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
}
TD.CountRN
{
	vertical-align: bottom;
	text-align: center;
	padding-bottom: 4px;
	padding-left: 5px;
	padding-right: 5px;
	border-left: 1px solid #000000;
	background-color: #d5d4d4;
	border-right: 1px solid #FFFFF;
}

TABLE.ProductListRN
{
	background-color: #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
} 
DIV.ProdAvailable
{
	font-weight: bold;
}
DIV.ProdAvailableSmall
{
	font-size: 10;
}
 /*=====================================================
 ================= visio.css ======================
 =====================================================*/ 
.vText
{
	font-family	: Verdana;
	font-size	: 11px;
}
.vHeader1
{
	font-family	: Verdana;
	font-size	: 16px;
	color		: #333333;
	font-weight	: bold;
}
.vHeader2
{
	font-family	: Verdana;
	font-size	: 14px;
	font-weight	: bold;
}

