/* CSS FOR: SHOP */

TABLE.BogTableStyle1
	{
		border-style	: solid; 
		border-width 	: 1px;
		width			: 500px;
	}
	
TABLE.BogTableStyle2
	{
		border-style	: solid; 
		border-width 	: 1px;
		width			: 500px;		
	}

TABLE.BogTableStyle3
	{		
		width			: 500px;		
	}
	
TD.BogTableStyle1
	{	
	
	}

IMG.BogPrePicture
	{
		width			: 50px;
		height			: 50px;
	}
	
TD.BogTableStyle2Row1
	{		
		vertical-align	: top;
	}

TD.BogTableStyle2Row2
	{		
		vertical-align	: top;
	}
	
TD.BogTableStyle2Row3
	{		
		vertical-align	: top;
	}
	
TD.BogTableStyle2Row4
	{		
		vertical-align	: middle;
		text-align		: center;
		font-weight		: bolder;
	}
	
SPAN.BogHeader1
	{
		font-weight		:	bold;
		font-size		: 	14px;	
	}
	
SPAN.BogHeader2
	{
		font-weight		:	bold;
		font-size		: 	14px;
	}

SPAN.BogHeader3
	{
		font-weight		:	bold;
		font-size		: 	14px;
	}
	
SPAN.ItemName1
	{
		
	}
	
SPAN.ItemName2
	{
		
	}
	
SPAN.ItemName3
	{
		font-weight		: bold;
		font-size		: 14px;
	}
	
SPAN.ItemInStore
	{
		
	}
	
SPAN.ItemDescription2
	{
		font-style		: italic;
		font-size		: 9px;
	}

SPAN.ItemDescription3
	{
		font-style		: normal;
		font-size		: 12px;
	}

SPAN.ItemPrice3
	{
		font-weight		: bold;
	}

SPAN.ItemPrice3Special
	{
		font-weight		: bold;
		color			: red;
	}
	
TABLE.ItemDetailBackground
	{
		width			: 500px;
	}
	
TD.ItemDetailBackground
	{
		background-color: #C0C0C0;
	}
	
P.SearchText
	{
		font-style		: normal;
		font-size		: 12px;
	}
	
INPUT.SearchTextField
	{
		border-width	:1;
		border-color	:#999999;
		border-style	:solid;
		background-color:white;	
		color			:black;
		font-size		:11;
		font-weight		:bold;
		font-family		:Verdana,Arial;
	}

INPUT.SearchButton
	{
		border-width	:1;
		border-color	:#999999;
		border-style	:solid;
		background-color:white;	
		color			:black;
		font-size		:11;
		font-family		:Verdana,Arial;
	}
	
	
/* CSS FOR: BASKET OF GOODS */

TABLE.BogNavigation
	{
	
	}
		
TD.BogNavigation
	{
	
	}
	
TABLE.BogMain
	{
		width		: 500px;
	}
		
TD.BogMain
	{
	
	}
	
TABLE.Step1
	{
		width		: 500px;
	}
		
TD.Step1Row1
	{
		width		: 25px;
	}

TD.Step1Row2
	{
		width		: 150px;
	}
	
TD.Step1Row3
	{
		width		: 150px;
	}
	
TD.Step1Row4
	{
		width		: 100px;
	}

TD.Step1Row5
	{
		width		: 100px;
	}
	
TD.Step1ResultLine
	{
		border-top-color : black;		
		border-top-width : 1px;
  		border-top-style : solid;
	}
	
SPAN.ItemNameStep1
	{
	
	}
SPAN.Step1Header
	{
		font-weight		: bold;
	}
	
SPAN.Calculation
	{
	
	}
	
SPAN.Total
	{
		font-weight		: bold;
	}
	
SPAN.StepHelp
	{
		color			: #000099;	
	}
	
SPAN.BogGeneralNavigation
	{
		
	}
	
SPAN.Red
	{
		color			: red;
	}

