﻿/**************************************************************************************************************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
													margin				: 0;
													padding				: 0;
													border				: 0;
													outline				: 0;
													font-weight			: inherit;
													font-style			: inherit;
													font-size			: 12px;
													font-family			: inherit;
													vertical-align		: baseline;
													font-family			: Verdana, Tahoma, Arial;
												}
					:focus						{
													outline				: 0;
												}
					body						{
													line-height			: 1;
													background-color	: #111401;
													margin				: 0;
													padding				: 0;
												}
					ol, ul						{
													list-style			: none;
												}
					table						{
													border-spacing		: 0;
												}
					caption, 
					th, 
					td							{
													text-align			: left;
													font-weight			: normal;
													/*border: solid 1px #fcfcfc;*/
												}
					blockquote:before, 
					blockquote:after,
					q:before, 
					q:after						{
													content				: "";
												}
					blockquote, q				{
													quotes				: "" "";
												}
					img							{
													border				: none!important;
													/*margin				: 0!important;
													padding				: 0!important;*/
													outline				: none;
												}
/**************************************************************************************************************************************************/
					#Stage,
					#AboutUsStage				{
													width				: 1000px;
													margin				: 0 auto;
													height				: auto;
													border				: 0;
												}
					#StageHeader,
					#StageCenter,
					#StageFooter				{
													position			: relative;
													left				: 0px;
													top					: 0px;
													float				: left;
													width				: 1000px;
													height				: 650px;
													margin-bottom       : 5px;
													z-index				: 1;
												}
					#StageCenter				{
													height				: auto;
												}
					#StageFooter				{
													height				: 30px;
													text-align			: center;
													margin-top			: 5px;
												}
					.FooterC					{
													font-size			: 10px;
													font-family			: Tahoma;
													color				: #60193b;
												}
					.AboutUsStageLeft,
					.AboutUsStageCenter,
					.NewsStageRight,
					.NewsStageLeft,
					.NewsStageCenter,
					.ContactsStageCenter			{
													position			: relative;
													left				: 0px;
													top					: 0px;
													margin-bottom		: 5px;
												}
					.AboutUsStageLeft			{
													width				: 160px;
													float				: left;
													padding-left		: 5px;
													padding-right		: 5px;
													border				: solid 1px #1E2402;
												}
					.AboutUsStageCenter			{
													width				: 821px;
													float				: left;
													margin-left			: 5px;
													border				: solid 1px #1E2402;
												}
					.ContactsStageCenter		{
													width				: 998px;
													float				: left;
													border				: solid 1px #1E2402;
												}
					.NewsStageLeft				{
													width				: 100%;
													float				: left;
												}
					.NewsStageCenter			{
													width				: 99%;
													float				: left;
													margin-left			: 5px;
													border				: solid 1px #1E2402;
												}
					.ArtStageCenter				{
													width				: 98%;
													float				: left;
													border				: solid 1px #1E2402;
													padding				: 15px;
												}							
					.NewsStageRight				{
													width				: 280px;
													float				: right;
												}
					.ImageList					{
													position			: relative;
													left				: 0px;
													top					: 0px;
													width				: 100%;
													height				: 100%;
													padding			    : 5px;
													padding-top			: 10px;
												}
					.ImageListItem				{
													width				: 150px;
													height				: 150px;
													margin-top			: 5px;
													margin-bottom		: 5px;
													cursor				: pointer;
													border				: solid 1px #111401;
												}
					.ImageListItem:Hover		{
													border				: solid 1px #FFCC00;
												}
					.NewsList					{
													position			: relative;
													left				: 0px;
													top					: 0px;
													width				: 100%;
													height				: 100%;
												}
					.NewsListItem				{
													position			: relative;
													height				: auto;
													cursor				: pointer;
													color				: #cded36;
													border				: solid 1px #1E2402;
													padding			    : 5px;
													padding-left		: 25px;	
													margin-bottom		: 12px;
													font-family			: _sans, Tahoma;
													font-size			: 16px;
													font-weight			: bold;
													background			: #111401 url(Images/pearls/copper_15.jpg) left center no-repeat;	
												}
					.NewsListTitle				{
													position			: relative;
													height				: auto;
													cursor				: pointer;
													color				: #cded36;	
													margin-bottom		: 12px;
													font-family			: _sans, Tahoma;
													font-size			: 18px;
													font-weight			: bold;
													text-align			: center;	
												}
					.NewsListItem:Hover		    {
													text-decoration		: underline;
												}
					.ARTICLE_TITLE_ltr,
					.ARTICLE_TITLE_rtl,
					.ARTICLE_BODY_ltr,
					.ARTICLE_BODY_rtl			{
													font-size			: 12px;
													color				: #cded36;
													width				: 100%;
													padding				: 5px;
													direction			: ltr;
													position			: relative;
													left				: 0px;
													top					: 0px;
													float				: left;
													line-height			: 18px;
												}


					.ARTICLE_TITLE_ltr			{
													font-size			: 16px;
													font-weight			: bold;
													
												}
					.ARTICLE_TITLE_rtl			{
													font-size			: 16px;
													direction			: rtl;
													float				: right;
													font-weight			: bold;
												}
					.ARTICLE_BODY_ltr			{
													font-weight			: normal;
													text-align			: justify;
												}
					.ARTICLE_BODY_rtl			{
													font-weight			: normal;
													text-align			: justify;
													direction			: rtl;
													float				: right;
												}

					.MAILFORM_ltr				{
													font-size			: 12px;
													color				: #fff;
													text-align			: left;
													background-color	: transparent;
													direction			: ltr;
												}
					.MAILTEXTFIELD_ltr			{
													font-size			: 10px;
													color				: #fff;
													background-color	: transparent;
													border-right		: #ffffff 1px solid;
													border-top			: #ffffff 1px solid;
													border-left			: #ffffff 1px solid;
													border-bottom		: #ffffff 1px solid;
													direction			: ltr;
													text-align			: left;
												}
					.MAILFORM_rtl{
						font-size: 10px;
						color: #6c7f0b;
						text-align: right;
						background-color: transparent;
						direction: rtl;
					}
					.MAILTEXTFIELD_rtl{
						font-size: 10px;
						color: #6c7f0b;
						background-color: transparent;
						border-right: #ffffff 1px solid;
						border-top: #ffffff 1px solid;
						border-left: #ffffff 1px solid;
						border-bottom: #ffffff 1px solid;
						direction: rtl;
						text-align: right;
					}

					.IFRAME_ltr{
						margin: 0;
						padding: 0;
						direction: ltr;
					}
.IFRAME_rtl
{
	margin: 0;
	padding: 0;
	direction: rtl;
}
.ABOUTUS{
	font-size: 11px;
	color: #6c7f0b;
	width: 100%;
}
.TB_01{
	border: #000000 1px solid;
	font-size: 14px;
	color: #111401;
	font-family: Tahoma;
	text-align: left;
}
.SUB_CAT_01{
	font-size: 12px;
	color: #6c7f0b;
	text-align: left;
}
					.ITEM_01					{
													font-size			: 14px;
													color				: #cded36;
												}
					.ITEM_02					{
													font-size			: 12px;
													color				: #cded36;
													padding-top			: 5px;
													padding-bottom		: 5px;
												}
					.LB_01,
					.LB_02						{
													display				: inline;
													color				: #cded36;
													font-family			: _sans, Tahoma;
												}
					.LB_01						{
													font-weight			: bold;
													font-size			: 14px;
												}
					.LB_02						{
													font-size			: 12px;
												}
					
					.BUTTON1					{
													font-size			: 12px;
													background-image	: none;
													color				: #FFFFFF;
													border				: none;
													background-color	: #2C0420;
													width				: 150px;
													height				: 20px;
												}
					.TBSEARCH					{
													border				: #2C0420 1px solid;
													font-size			: 10px;
													width				: 180px;
													color				: #6c7f0b;
													background-color	: #1E2402;
													height				: 15px;
													position			: relative;
													top					: 0px;
													left				: 0px;
												}
					.SEARCHBUTTON				{
													font-size			: 10px;
													color				: #fff;
													background-color	: #2C0420;
													width				: 30px;
													height				: 19px;
													cursor				: hand;
													border				: 0;
													position			: relative;
													top					: 2px;
													left				: 0px;
													
												}
					.SBMList,
					.MList						{
													position			: relative;
													left				: 0px;
													top					: 0px;
													height				: auto;
													padding				: 3px;
													background-color	: #111401;
													width				: 988px;
													margin-bottom		: 3px;
													border				: solid 1px #1E2402;
												}
					.SBMList_hidden,
					.MList_hidden				{
													position			: relative;
													left				: 0px;
													top					: 0px;
													height				: 0px;
													padding				: 0;
													margin				: 0;
													background-color	: #111401;
													width				: 0px;
													border				: 0;
													visibility			: hidden;
												}
					.SBMList						{
													background-color	: #1E2402;
													border				: solid 1px #1E2402;
												}
					.SBIList					{
													position			: relative;
													left				: 0px;
													top					: 0px;
													height				: inherit;
													margin				: 0;
													padding				: 0;
													width				: 998px;
													margin-top			: 1px;
													border				: solid 1px #1E2402;
												}
					.catSBMItem_rtl,
					.catSBMItem_ltr,
					.acatSBMItem_ltr,
					.acatSBMItem_rtl,
					.scatSBMItem_rtl,
					.scatSBMItem_ltr,
					.ascatSBMItem_ltr,
					.ascatSBMItem_rtl			{
													width				: 170px;
													padding				: 2px;
													position			: relative;
													top					: 0px;
													vertical-align		: middle;
													color				: #6c7f0b;
													/*border				: solid 1px #111401;*/
													background			: #111401 url(Images/pearls/violet_15.jpg) left center no-repeat;
													cursor				: pointer;
													margin-bottom		: 2px;
												}
					.catSBMItem_rtl,
					.acatSBMItem_rtl,
					.scatSBMItem_rtl,
					.ascatSBMItem_rtl			{
													background			: #111401 url(Images/pearls/violet_15.jpg) right center no-repeat;
												}
					.scatSBMItem_rtl,
					.scatSBMItem_ltr			{
													background			: #1E2402 url(Images/pearls/gold_10.jpg) left center no-repeat;
													margin-bottom		: 1px;
													padding				: 1px;
												}
					.scatSBMItem_rtl			{
													background			: #1E2402 url(Images/pearls/gold_10.jpg) right center no-repeat;
												}							
					.acatSBMItem_ltr,
					.acatSBMItem_rtl			{
													background			: #111401 url(Images/pearls/gold_15.jpg) left center no-repeat;
													/*border				: solid 1px #1E2402;*/
													color				: #FFCC00;
												}
					.acatSBMItem_rtl			{
													background			: #111401 url(Images/pearls/gold_15.jpg) right center no-repeat;
												}
					.ascatSBMItem_ltr,
					.ascatSBMItem_rtl			{
													background			: #1E2402 url(Images/pearls/gold_10.jpg) left center no-repeat;
													/*border				: solid 1px #1E2402;*/
													color				: #FFCC00;
													margin-bottom		: 1px;
													padding				: 1px;
												}
					.ascatSBMItem_rtl			{
													background			: #1E2402 url(Images/pearls/gold_10.jpg) right center no-repeat;
												}																					
					.catSBMItem_ltr,
					.acatSBMItem_ltr,
					.scatSBMItem_ltr,
					.ascatSBMItem_ltr			{
													direction			: ltr;
													float				: left;
													padding-right		: 5px;
													padding-left		: 20px;
												}
					.catSBMItem_rtl,
					.acatSBMItem_rtl,
					.scatSBMItem_rtl,
					.ascatSBMItem_rtl			{
													direction			: rtl;
													float				: right;
													padding-left		: 5px;
													padding-right		: 20px;
													text-align			: right;
												}							
					.catSBMItem_ltr:Hover,
					.catSBMItem_rtl:Hover,
					.scatSBMItem_ltr:Hover,
					.scatSBMItem_rtl:Hover		{	
													background-color	: #1E2402;
													cursor				: pointer;
												}
												
												
												
												
					.SC_ltr,
					.SC_rtl						{
													position			: relative; 
													left				: 400px; 
													top					: -85px; 
													z-index				: 50; 
													width				: 200px;
												}
					.SC_rtl						{
													left				: -400px;
												}
					#StarBannerCont				{
													position			: relative;
													top					: 15px;
													left				: 0px;
													margin-right		: 15px;
													float				: right;
												}
					.basketMessage				{
													padding				: 5px;
													background-color	: #1E2402;
													color				: #6c7f0b;
													width				: inherit;
													font-size			: 10px;
													margin-top			: 10px;
													margin-bottom		: 10px;
												}
					.BORDERED_TABLE				{
													background-color	: transparent;
													width				: 1000px; 
													border				: solid 1px #1E2402;
												}
					.ARTICLE_BODY,
					.ARTICLE_TITLE				{
													font-size			: 12px;
													font-family			: inherit;
													vertical-align		: middle;
													width				: 580px;
													height				: auto;
													
												}
					.ARTICLE_TITLE				{
													font-size			: 16px;
													font-weight			: bold;
													color				: #CDED36;
												}
					.ARTICLE_BLOCK,
					.ARTICLE_BLOCK_ltr			{
													padding				: 5px;
													text-align			: justify;
													width				: 93%;
													display				: block;
													position			: relative;
													left				: 0px;
													top					: 0px;
													color				: #CDED36;
												}
					.ARTICLE_BLOCK_rtl			{
													direction			: rtl;
												}
					.GETCAT_MAIN				{
													width				: 998px;
													height				: 640px; 
													border				: solid 1px #1E2402;
												}
					.GETCAT_LEFT				{
													width				: 500px;
													display				: inline;
													position			: relative;
													left				: 0px;
													top					: 0px;
												}
					.MESSAGE_LEFT				{
													width				: 500px;
													display				: inline;
													position			: relative;
													left				: 0px;
													top					: 100px;
													text-align			: center;
													padding				: 8px; 
												}
					.MESSAGE_LB					{
													font-size			: 16px;
													color				: #cded36;
													font-weight			: normal;
													text-align			: center; 
												}
					.GETCAT_TB					{
													border				: #2c0420 1px solid;
													font-size			: 14px;
													width				: 240px;
													color				: #2c0420;
													background-color	: #cded36;
													height				: 18px;
													font-weight			: bold;
												}
					.GETCAT_LB					{
													font-size			: 12px;
													color				: #6c7f0b;
													height				: 18px;
												}
					.MAIL_MESS_LB				{
													font-size			: 16px;
													background-color	: #cded36;
													color				: #2c0420;
													border				: solid 1px #2c0420;
													padding				: 8px;
													width				: 100%;
												}
					.GETCAT_TITLE				{
													font-size			: 16px;
													color				: #cded36;
													font-weight			: normal;
													margin-bottom		: 30px;
												}
					.GETCAT_BT					{
													font-size			: 14px;
													background-image	: none;
													color				: #cded36;
													border				: none;
													background-color	: #2C0420;
													width				: 150px;
													height				: 22px;
													cursor				: pointer;
												}
					.DeliveryList,
					.SubDeliveryList			{
													color				: #cded36;
													font-family			: _sans, Tahoma;
													font-weight			: normal;
													font-size			: 14px;
												}
					.SubDeliveryList			{
													margin-top			: 10px;
													margin-left			: 25px;
												}
					.DeliveryItem				{
													color				: #cded36;
													font-family			: _sans, Tahoma;
													font-weight			: normal;
													font-size			: 14px;
												}
					.LB_03						{
													color				: #cded36;
													font-family			: _sans, Tahoma;
													font-weight			: bold;
													font-size			: 14px;
													margin				: 2px;
													padding				: 3px;
												}
					.mailLabel_01				{
													color				: #333333;
													font-family			: _sans, Tahoma;
													font-weight			: bold;
													font-size			: 10px;
													margin				: 2px;
													padding				: 3px;
													width				: 100px;
												}
					.LB_011						{
													font-family			: _sans, Tahoma;
													font-weight			: normal;
													font-size			: 12px;
												}
					.TB_05						{
													border				: #000000 1px solid;
													font-size			: 14px;
													color				: #111401;
													font-family			: Tahoma;
													text-align			: left;
												}
					.TAGS_LIST					{
													
													text-align:center;
												}
.tag_0, .tag_1, .tag_2, .tag_3, .tag_4,
.tag_5, .tag_6, .tag_7, .tag_8, .tag_9
{
	font-family : Tahoma;
	font-size : 14px;
	padding:5px;
}
					.tag_0
{
	font-size: 16px;
	font-weight: bold;
	color: #336600;
}
					.tag_1
{
	font-size: 14px;
	font-weight: bold;
	color: #339900;
}
					.tag_2
{
	font-size: 18px;
	font-weight: bold;
	color: #33ee00;
}
					.tag_3
{
	font-size: 22px;
	font-weight: bold;
	color: #446600;
}
					.tag_4
{
	font-size: 24px;
	font-weight: bold;
	color: #449900;
}
					.tag_5
{
	font-size: 20px;
	font-weight: bold;
	color: #44aa00;
}
					.tag_6
{
	font-size: 16px;
	font-weight: bold;
	color: #44bb00;
}
					.tag_7
{
	font-size: 22px;
	font-weight: bold;
	color: #33aa00;
}
					.tag_8
{
	font-size: 26px;
	font-weight: bold;
	color: #33bb00;
}
					.tag_9
{
	font-size: 18px;
	font-weight: bold;
	color: #33cc00;
}


