/* ================================
    CSS STYLES FOR IBUYSPY PORTAL
    v1.0, 01/2001
   ================================
*/   




/* background color for the content part of the pages */

Body
{
    margin:0px; 
	font-family: Arial;
    font-size : 9pt;
    text-align:center;
}

TABLE
{
    font-family: Arial;
    font-size : 9pt;
    color: #000000;
}

/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
    background-color: darkred;


/* PAGE BANNER */
/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx
/* style for the text of the site title */
.SiteTitle {
    font-family: Verdana Bold, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color:#cccc99
}

/* background/border colors for the selected tab */
.TabBg {
    background-color: white;
    border-color: white;
  }

/* background/border colors for the unselected tabs */
.OtherTabsBg {
    background-color: dimgray;
    border-color: black;
 }

/* text style for the selected tab */
.SelectedTab {
    font-family:  Helvetica, sans-serif;
    font-size: 13px;
    color:DarkRed;
    font-weight: bold;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-family:  Helvetica, sans-serif;
    font-size: 13px;
    color:gainsboro;
    text-decoration:none;
    font-weight: bold
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link    {
    text-decoration:    none;
    color:#009933;
}

A.OtherTabs:visited {
    text-decoration:    none;
    color:#009933;
}

A.OtherTabs:active  {
    text-decoration:    none;
    color:#ff0000;
}

A.OtherTabs:hover   {
    text-decoration:    none;
    color:ff0000;
}
    
/* text style for the site links (at extreme top-right of header) */
.SiteLink {
    font-family:  Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}   

/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration:    none;
    color:white;
}

A.SiteLink:visited  {
    text-decoration:    none;
    color:#eeeeee;
}

A.SiteLink:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.SiteLink:hover    {
    text-decoration:    underline;
    color:white;
}

/* style for separator between site links */
.Accent
{
    color: #eeeeee;
    font-weight:    bold;
}

.Welcome
{
	color: #eeeeee;
    font-size: 11px;
    font-style : italic;
}


/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family:  Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family:  Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}



/* GENERAL */
/* style for module titles */
.Head   {
    font-family:  Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #eeeeee;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family:  Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family:  Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family:  Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;

}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family:  Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family:  Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red
}

.NormalBold
{
    font-family:  Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family:  Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: darkred;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: darkred;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: darkred;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: red;
}
.Button
{
	background: #03325E;
	border-bottom: #104a7b 1px solid;
	border-left: #afc4d5 1px solid;
	border-right: #104a7b 1px solid;
	border-top: #afc4d5 1px solid;
	color: #ffffff;
	cursor: hand;
	font-family: Tahoma,Arial;
	font-size: 11px;
	height: 19px;
	text-decoration: none;
}    



/* GENERIC */
H1  {
    font-family:  Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family:  Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family:  Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: darkred;
}

H4  {
    font-family:  Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: darkred;
}

H5, DT  {
    font-family:  Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

H6  {
    font-family:  Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

TFOOT, THEAD    {
    font-family:  Helvetica, sans-serif;
    font-size:  12px;
    color: darkred;
}

TH  {
    vertical-align: baseline;
    font-family:  Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: darkred;
}

A:link  {
    text-decoration:    none;
    color:  #3c3c3c;
}

A:visited   {
    text-decoration:    none;
    color:  #3c3c3c;
}

A:active    {
    text-decoration:    none;
    color:  #3c3c3c;
}

A:hover {
    text-decoration:    underline;
    color:  #3c3c3c;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: dimgrey;
    height:1pt;
    text-align:left;
}

TD.NormalText
{
	font-size:  10px;
}

.TopCss
{
	background-color: #0099cc;
	cursor: hand;
	cursor: hand;
	width: 100%;
	height: 25px;
	margin-top: 1px;
}
.LevelCss
{
	width: 100%;
	height: 25px;
	cursor: hand;
	cursor: pointer;
	background: url('images/level.gif') no-repeat left center;
}
.TopItem
{
	background-color: #0099cc;
	cursor: hand;
	cursor: pointer;
	color: navy;
	font-family: tahoma, verdana;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	padding-left: 5px;
	width: 150px;
	padding-bottom: 0px;
	padding-top: 3px;
	margin:5px;
	height: 21px;
}
.LevelItem
{
	padding-left: 10px;
	padding-bottom: 4px;
	font-weight: bold;
	font-size: 11px;
	width: 150px;
	color: #4f4f4f;
	font-family: Arial, tahoma, verdana;
	text-align: left;
	height: 21px;
	cursor: hand;
	cursor: hand;
}

 /* --------------------------------
   - Styles use for 2 level menu  -
   --------------------------------*/
.MenuContainer
{
	BORDER : 0px;
}

.MenuGroup_BackGround
{
	cursor: hand;
	width: 100%;
	height: 25px;	
	background :#FFFFFF url('bgMenuItem.png') no-repeat;
	padding-left : 33px;
	padding-top: 2px
}

.MenuGroup_Text
{
	font-weight: bold;
	font-size: 11px;
	vertical-align: middle;
	color: #00A2E2 ;
	text-align: left;
}

.MenuGroup_Text a:link
{	color: #00A2E2 ;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	text-decoration : none;
}

.MenuGroup_Text a:visited
{	color: #00A2E2 ;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	text-decoration : none;
}

.MenuGroup_Text a:hover
{	color: #8DA458;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	text-decoration : underline;
}

.MenuItem_BackGround
{
	height: 23px;
	cursor: hand;
	width: 100%;
	padding-left : 6px;
}

.MenuItem_Text
{
	font-family: Arial, tahoma, verdana;
	font-size: 11px;
	color: #336633;
	text-align: left;
	font-weight: bold;
}

.MenuSelected_BackGround
{
	height: 23px;
	cursor: hand;
	width: 100%;
	padding-left : 6px;
	background : url('bgMenuItemChild.png');
}

.MenuSelected_Text
{
	font-family: Arial, tahoma, verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FA9900;
	text-align: left;
}

TABLE.Menu
{
	background-color : white;
	font-size : 10;
	BORDER-RIGHT: #0000FF 1px solid; 
	BORDER-TOP: #0000FF 1px solid; 
	BORDER-LEFT: #0000FF 1px solid; 
	BORDER-BOTTOM: #0000FF 1px solid 
}
TABLE.NormalTbl
{
	font-size : 10;
	color: #3d3d3d;
}

.FooterTitle
{
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	font-family:  Tahoma;
	padding-left:5px;
	padding-top: 10px;
}
.FooterTitle a:link
{
	font-weight: bold;
	font-size: 8pt;
	color: #787878;
	font-family:  Tahoma;
}
.FooterTitle a:visited
{
	font-weight: bold;
	font-size: 8pt;
	color: #787878;
	font-family:  Tahoma;
}
.FooterTitle a:active
{
	font-weight: bold;
	font-size: 8pt;
	color: #787878;
	font-family:  Tahoma;
}
.FooterCopyright
{
	font-weight: normal;
	font-size: 8pt;
	color: black;
	font-family:  Tahoma;
}

.DateText
{
	font-size: 10px;
	color: #787878;
}
.HitCounter
{
	font-size: 10px;	
	Color: #FFFFFF;
	Font-Weight : bold;
	BORDER : 0px;
}


.Rotator {
	CURSOR: default; 
	HEIGHT: 50px;
	color:	#3333cc;
	font-family: Tahoma;
	font-size: 12px;	
}
.RotatorTitle {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 0.7em; 
	COLOR: darkred; 
	FONT-FAMILY: Verdana
}
.RotatorItem {
	BORDER-RIGHT: Gray 1px solid; 
	BORDER-TOP: Gray 1px solid; 
	BORDER-LEFT: Gray 1px solid; 
	BORDER-BOTTOM: Gray 1px solid;
	color:	Black;
	font-family:  Tahoma, Arial, MS Sans Serif ;
	font-size: 10px;	
}
.RotatorItemOver {
	BORDER-RIGHT: #ffa500 1px solid; 
	BORDER-TOP: white 1px solid; 
	BORDER-LEFT: white 1px solid; 
	BORDER-BOTTOM: #ffa500 1px solid; 
	BACKGROUND-COLOR: #ffce80;
	color:	#3333cc;
	font-family:  Tahoma, Arial, MS Sans Serif ;
	font-size: 10px;	
	CURSOR: hand;
}

/* --------------------------------
   - Extend combo class           -
   --------------------------------*/
.ParentItem
{
	font-size : 10px;
	color : Blue;
}
.ChildItem
{
	font-size : 10px;
	color : Black;
}

/* --------------------------------
   - News style class             -
   --------------------------------*/
.NewsHead
{
	font-family:  Tahoma, Arial, MS Sans Serif ;
	font-size: 13px;
	font-weight : bold;
	color : Black;
}

.NewsTitle
{
	font-family:  Tahoma, Arial, MS Sans Serif ;
	font-size: 11px;
	font-weight : bold;
	color : Black;
}

.NewsTitle a:link
{
	font-family:  Tahoma, Arial, MS Sans Serif ;
	font-size: 11px;
	font-weight : bold;
	color : Black;
	text-decoration : none;
}

.NewsTitle a:visited
{
	font-family:  Tahoma, Arial, MS Sans Serif ;
	font-size: 11px;
	font-weight : bold;
	color : Black;
	text-decoration : none;	
}

.NewsTitle a:hover
{
	font-family:  Tahoma, Arial, MS Sans Serif ;
	font-size: 11px;
	font-weight : bold;
	color : Black;
	text-decoration : underline;
}

.NewsDate
{
	font-family:  Tahoma, Arial, MS Sans Serif ;
	font-size: 10px;
	color : #BBBBBB;
}

.NewsQuote
{
	font-family:  Tahoma, Arial, MS Sans Serif ;
	
	font-size: 12px;
	color : DimGray;
	text-align: justify;
}

.NewsContent
{
	font-family:  Verdana;
	font-size: 12px;
	color:#000000;
	line-height: 13pt;
}

.NewsSource
{
	font-family:  Tahoma, Arial, MS Sans Serif ;
	font-size: 10px;
	font-weight : bold;
	color : Black;
}

.NewsNormal
{
	font-family: Tahoma, Arial, MS Sans Serif ;
	font-size: 10px;
	color : Black;
	text-decoration : none;
}

.NewsNormal a:link
{
	font-family:  Tahoma, Arial, MS Sans Serif ;
	font-size: 10px;
	color : Black;
	text-decoration : none;
}

.NewsNormal a:visited
{
	font-family:  Tahoma, Arial, MS Sans Serif ;
	font-size: 10px;
	color : Black;
	text-decoration : none;	
}

.NewsNormal a:hover
{
	font-family:  Tahoma, Arial, MS Sans Serif ;
	font-size: 10px;
	color : Black;
	text-decoration : underline;
}

.NewsUtilities
{
	font-family:  Tahoma, Arial, MS Sans Serif ;
	font-size: 10px;
	color : #787878;
}

.NewsUtilities a:link
{
	font-family:  Tahoma, Arial, MS Sans Serif ;
	font-size: 10px;
	color : #787878;
	text-decoration : none;
}

.NewsUtilities a:visited
{
	font-family:  Tahoma, Arial, MS Sans Serif ;
	font-size: 10px;
	color : #787878;
	text-decoration : none;
}

.NewsUtilities a:hover
{
	font-family:  Tahoma, Arial, MS Sans Serif ;
	font-size: 10px;
	color : #787878;
	text-decoration : underline;
}

HR.NewsSeparator
{
	color: Gray;
}

TABLE.NewsModuleContainer
{
	background-color : #FFFFFF;
}

TABLE.NewsSameSubjectContainer
{
	border : gray 1px solid;
	background-color : #f9f9f9;
}

TABLE.NewsSameSubjectContainer
{
	border : gray 1px solid;
	background-color : #f9f9f9;
}
/* --------------------------------
   - Styles use for containers    -
   --------------------------------*/
.ModuleTitle_01
{
    background : url('resort.gif') no-repeat left;
	vertical-align: middle;
	width: 100%;
	border : 0px solid #87A03C;
}

.ModuleTitle_01_Text
{
	font-family: Tahoma, Verdana;
	font-weight: bold;
	font-size: 8pt;
	color: #3D3D3D;
    text-transform: uppercase;
    padding-bottom:25px;
    padding-left: 5px;
}

.ModuleTitle_Content_Ctn
{
	border : #87A03C 0px solid;
	background-color: #FFFFFF;
}

.ModuleTitle_02
{
	background : url('resort.gif') no-repeat right;
	vertical-align: middle;
	width: 100%;	
}

.ModuleTitle_02_Text
{
	font-family: Tahoma, Verdana;
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	text-transform: uppercase;
}

.ModuleTitle_02_Content_Ctn
{
	border : transparent 0px solid;
	background-color : #ECECEC;
}

.ModuleTitle_Dark
{
	padding-left: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-family: Tahoma, Verdana;
	font-weight: bold;
	font-size: 11px;

	vertical-align: middle;
	width: 100%;
	color: White;
	text-align: left;
	vertical-align: middle;
}
.Module
{
    background: transparent;

}
.Modulecenter
{
    background: #FFFFFF;

}
/* --------------------------------
   - Styles use for Tablist		  -
   --------------------------------*/
.TabPage
{
	font-family:  Tahoma, Arial, MS Sans Serif ;
	font-size : 11px;
	background-color: #FFD3A4;
	color: #9D1200;
    padding-left: 6px;
    padding-right: 6px;
    text-align:center;
    border: #FF940A 0px solid;
    text-transform:uppercase;
}

A.TabItemNormal:link
{
	font-family:  Tahoma, Arial, MS Sans Serif ;
	font-size : 11px;
	color : #9D1200;
	font-weight : bold;
	text-decoration : none;
    padding-left: 6px;
    padding-right: 6px;
    text-transform:uppercase;
}

A.TabItemNormal:visited
{
	font-family:  Tahoma, Arial, MS Sans Serif ;
	font-size : 11px;
	font-weight : bold;
	color : #9D1200;
	text-decoration : none;
    padding-left: 6px;
    padding-right: 6px;
    text-transform:uppercase;
}

A.TabItemNormal:hover
{
	font-family:  Tahoma, Arial, MS Sans Serif ;
	font-size : 11px;
	font-weight : bold;
	color : #9D1200;
	text-decoration : underline;
    padding-left: 6px;
    padding-right: 6px;
    text-transform:uppercase;
}

.TabItemSelected
{
	font-family:  Tahoma, Arial, MS Sans Serif ;
	font-size : 11px;	
	color : #4C5527;
	text-decoration : underline;
    padding-left: 6px;
    padding-right: 6px;
    text-transform:uppercase;
    font-weight : bold;
}
/* --------------------------------
   - Styles use for main panels   -
   --------------------------------*/
/* --------------------------------
   - Styles use for Tablist	Bottom	  -
   --------------------------------*/
.TabPage1
{
	font-family:  Tahoma, Arial, MS Sans Serif ;
	font-size : 11px;
	font-weight : bold;
	color : #FFFFFF;
    padding-left: 6px;
    padding-right: 6px;
    text-align:right;
}

A.TabItemNormal1:link
{
	font-family:  Tahoma, Arial, MS Sans Serif ;
	font-size : 11px;
	font-weight : bold;
	color : #FFFFFF;
	text-decoration : none;
    padding-left: 6px;
    padding-right: 6px;
}

A.TabItemNormal1:visited
{
	font-family:  Tahoma, Arial, MS Sans Serif ;
	font-size : 11px;
	font-weight : bold;
	color : #FFFFFF;
	text-decoration : none;
    padding-left: 6px;
    padding-right: 6px;
}

A.TabItemNormal1:hover
{
	font-family:  Tahoma, Arial, MS Sans Serif ;
	font-size : 11px;
	font-weight : bold;
	color : #4C5527;
	text-decoration : underline;
    padding-left: 6px;
    padding-right: 6px;
}

.TabItemSelected1
{
	font-weight : bold;
	color : #FFFFFF;
	text-decoration : underline;
    padding-left: 6px;
    padding-right: 6px;
}
/* --------------------------------
   - Styles use for main panels   -
   --------------------------------*/
.LeftPane
{
	background-color: #FAF3B5;
	PADDING-TOP: 1px;
	border-right: #87926E 0px solid;
	PADDING-LEFT: 0px;
}

.ContentPane
{
	background-color: #FAF3B5;
	PADDING-RIGHT: 5px; PADDING-LEFT: 5px;PADDING-BOTTOM: 5px; PADDING-TOP: 2px;
}

.RightPane
{
	background-color: #FAF3B5;
	PADDING-TOP: 1px;
	Border-left: #87926E 0px solid;
	PADDING-RIGHT: 0px;	
}

/* --------------------------------
   - Travel tools                 -
   --------------------------------*/
.TravelTool
{
	border-bottom : #CCCCCC 1px solid;
	border-left : #CCCCCC 1px solid;
	background-color: #FAE4B5;
	height : 20px;
	cursor : hand;
	padding-left : 4px;
	text-align:center;
}
.TravelToolSelected
{
	border-bottom : #CCCCCC 1px solid;
	border-left : #CCCCCC 1px solid;
	background-color : #DDDDFF;
	height : 20px;
	cursor : hand;
	padding-left : 4px;
	text-align:center;
}

/* --------------------------------
   - Show product style class     -
   --------------------------------*/

.ProductListContainer
{
	border:#9AC5CA 1px solid; 
}

.OtherListContainer
{
	background: #107DDE url('moduletitle_right.png') right no-repeat;
	vertical-align: middle;
	width: 100%;
	height : 21px;
	border : 0px;
	padding : 0px;
	
	FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    COLOR: #FFFFFF;
    TEXT-INDENT: 4px;
    text-align : center;
}

.ProductName
{
	color : #323240;
	font-size : 11px;
	font-weight : bold;
	text-decoration : none;
}

.ProductDetails
{
	font-family : Tahoma, Arial;
	color : #324242;
	font-size : 11px;
	text-decoration : none;
}

A.ProductNameLink:link
{
	color : #323240;
	font-size : 11px;
	font-weight : bold;
	text-decoration : none;
}

A.ProductNameLink:visited
{
	color : #323240;
	font-size : 11px;
	font-weight : bold;
	text-decoration : none;
}

A.ProductNameLink:hover
{
	color : #888888;
	font-size : 11px;
	font-weight : bold;
	text-decoration : underline;
}

.ProductPrice
{
	color: #A0141B;
	font-size : 13px;
	font-weight : bold;
}

/*---Shopping cart ---*/
.CartHeader
{
	background : #E7E7E7;
	color : #414956;
	font-weight : bold;
	font-size:11px;
	height:30px;
}

.CartItem
{
	padding-top : 10px;
	background : #F0F0F0;
	color : #414956;
	font-size:11px;
}

.CartItemHover
{
	padding-top : 10px;
	background : #FFFFFF;
	color : #414956;
	font-size:11px;
}

.CartFooter
{
	background : #E7E7E7;
	color : #414956;
	font-weight : bold;
	font-size:11px;
	height:30px;
}

.PhotoBorder
{
	border : #d0d0d0 1px solid;
}

A.CartProductNameLink:link
{
	color : #515C65;
	font-size : 11px;
	font-weight : bold;
	text-decoration : none;
}

.CartProductName
{
	color : #515C65;
	font-size : 11px;
	font-weight : bold;
	text-decoration : none;
}

A.CartProductNameLink:visited
{
	color : #515C65;
	font-size : 11px;
	font-weight : bold;
	text-decoration : none;
}

A.CartProductNameLink:hover
{
	color : #515C65;
	font-size : 11px;
	font-weight : bold;
	text-decoration : underline;
}

.CartProductDetails
{
	font-family : Tahoma, Arial;
	color : #515C65;
	font-size : 11px;
	text-decoration : none;
}

A.CartDetailsUtilities:link
{
	font-family: Arial, Verdana, Tahoma, MS Sans Serif ;
	font-size: 8pt;
	font-weight : bold;
	color : #888888;
	text-decoration : underline;
}

A.CartDetailsUtilities:hover
{
	font-family: Arial, Verdana, Tahoma, MS Sans Serif ;
	font-size: 8pt;
	font-weight : bold;
	color : #888888;
	background-color:Yellow;
	text-decoration : underline;
}

A.CartDetailsUtilities:visited
{
	font-family: Arial, Verdana, Tahoma, MS Sans Serif ;
	font-size: 8pt;
	font-weight : bold;
	color : #888888;
	text-decoration : underline;
}

/* --------------------------------
   - Searching product style class-
   --------------------------------*/
.ResultItem
{
	background : #F0F0F0;
	color : #414956;
	font-size:11px;
	padding:3px;
}
.productlabel
{
	font-family:Tahoma;
	font-size:10px;
	font-weight:bold;
}
.ResultItemHover
{
	background : #FFFFFF;
	color : #414956;
	font-size:11px;
	padding:3px;
}
.lblinfor
{
	font-family:Arial;
	font-size:12px;			
}
.Titlelblinfor
{
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
}
.Buttombox
{
	font-family:Arial;
	font-size:12px;
	width:80px;
	height:auto;
}	
P
{
	font-family: Arial;
    font-size : 9pt;
	text-align:justify;	
}
.subMenu
{
	color: #4D7E00;
	font-weight:bold;
	font-family: Arial;
	font-size: 11px;
	word-spacing: 1px;
}