/* ================================
    CSS STYLES FOR IBUYSPY PORTAL 
    v1.0, 01/2001
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
    background-color: #003366;
}

/* background color for the content part of the pages */
Body
{
    background-color: white;
}


/* 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: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color:DarkRed;
    font-weight: bold
}

/* text style for the unselected tabs */
.OtherTabs {
    font-family: Verdana, 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:#eeeeee;
}

A.OtherTabs:visited {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:active  {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:hover   {
    text-decoration:    underline;
    color:white;
}
    
/* text style for the site links (at extreme top-right of header) */
.SiteLink {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}   

/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration:    none;
    color:Navy;
}

A.SiteLink:visited  {
    text-decoration:    none;
    color:Navy;
}

A.SiteLink:active   {
    text-decoration:    none;
    color:Navy;
}

A.SiteLink:hover    {
    text-decoration:    underline;
    color:ff9900;
}

/* style for separator between site links */
.Accent
{
	font-weight: bold;
	color: maroon;
}



/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Verdana, 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: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}



/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  14px;
    font-weight: bold;
    color: #666644;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana, 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: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px    
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red
}

.NormalBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}
  
/* 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;
}
    



/* GENERIC */
H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1
{
	font-size: 14pt;
	color: #000040;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT
{
	font-weight: 700;
	font-size: 1.2em;
	word-spacing: normal;
	text-transform: none;
	color: aliceblue;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-decoration: none;
}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	


A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	
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
}

/*IMG 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}*/
TABLE
{
	font-weight: normal;
	font-size: 8pt;
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana, sans-serif;
	letter-spacing: normal;
}

A.menuLink:link, A.menuLink:visited	
{	text-decoration:	none;
	color:	#3333cc;
}
		
A.menuLink:hover	
{	text-decoration:	underline;
	color:	#3333cc;
	}
A.menuLink:active
{
	color: #333399;
	background-color: #e5f2ff;
	text-decoration: none;
}
.SearchBox
{
	font-weight: normal;
	font-size: 8pt;
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana, sans-serif;
	letter-spacing: normal;
}


/* */
A.MenuUnselected, A.MenuUnselected:link, A.MenuUnselected:visited
{
    color: GhostWhite;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    font-size:  10px;
    font-weight: bold;
    line-height: 16px;
}

A.MenuUnselected:hover
{
	color: lightblue;
	text-decoration: underline;
}

A.MenuSelected
{
	font-weight: bold;
	font-size: 10px;
	color: #003366;
	line-height: 16px;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
}

A.MenuSelected:hover
{
	color: #993399;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
}

A.catalogLink, A.catalogLink:visited
{
	color: moccasin;
}

A.catalogLink:hover
{
	color: lavender;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: underline;
}


/* Корзина */

.CartListHead
{
	font-weight: bold;
	font-size: 11px;
	border-left: dimgray 1px solid;
	color: ghostwhite;
	line-height: 20pt;
	border-bottom: dimgray;
	font-family: Verdana, Arial;
	height: 30px;
	background-color: #003366;
	text-align: center;
}

.CartListItem
{
	padding-left: 5px;
	font-size: 11px;
	border-left: dimgray 1px solid;
	color: black;
	height: 25px;
	border-bottom: dimgray;
	font-family: Verdana, Arial;
	background-color: white;
}

.CartListItemAlt
{
	padding-left: 5px;
	font-size: 11px;
	border-left: dimgray 1px solid;
	color: black;
	height: 25px;
	border-bottom: dimgray;
	font-family: Verdana, Arial;
	background-color: #E5F2FF;
}

.CartListFooter
{
    background-color: #003366;
    line-height: 10pt
}

/* оформление магазина */
.ContentHead
{
	font-weight: bold;
	font-size: 20px;
	color: #003366;
	font-family: Verdana, Arial;
	height: 35px;
	background-color: ghostwhite;
}

/* оформление магазина */
.SubContentHead
{
    background-color: #003366;
    color: ghostwhite;
    font-family: Verdana, Arial;
    font-size: 18px;
    font-weight: bold;
    height: 20px
}

/* оформление магазина */
.UnitCost
{
    color: #808080;
    font-family: Verdana, Arial;
    font-size: 15px;
    line-height: 20pt
}

/* оформление магазина */
.ModelNumber
{
    color: #808080;
    font-family: Verdana, Arial;
    font-size: 11px;
    line-height: 20pt
}

/* оформление магазина */
.ErrorText
{
    color: red;
    font-family: Verdana, Arial;
    font-size: 12px;
    line-height: 20pt
}

/* кнопки ImageButtons */

A.cmdButtons:hover, A.cmdButtons:visited
{
	color: #3333cc;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
}
A.cmdButtons:active
{
	color: #333399;
	text-decoration: none;
}

/* Главное меню */

A {
	COLOR: #00c
}
.primary {
	COLOR: #006
}
.secondary {
	COLOR: #c00
}
.tertiary {
	COLOR: #fff
}
.primaryBg {
	BACKGROUND-COLOR: #006
}
.secondaryBg {
	BACKGROUND-COLOR: #c00
}
.tertiaryBg {
	BACKGROUND-COLOR: #fff
}
.hdrTop {
	FONT: 10px Tahoma,Arial,Helvetica,sans-serif; COLOR: #fff
}
.hdrTopOn {
	FONT: 10px Tahoma,Arial,Helvetica,sans-serif; COLOR: #fc3
}
A.hdrTop:hover {
	FONT: 10px Tahoma,Arial,Helvetica,sans-serif; COLOR: #fc3
}
.hdrTopB {
	FONT: 10px Tahoma,Arial,Helvetica,sans-serif; COLOR: #fff
}
.hdrTopBOn {
	FONT: 10px Tahoma,Arial,Helvetica,sans-serif; COLOR: #fc3
}
A.hdrTopB:hover {
	FONT: 10px Tahoma,Arial,Helvetica,sans-serif; COLOR: #fc3
}
.hdrBtm {
	Z-INDEX: 1000; FONT: bold 11px Arial,Helvetica,sans-serif; COLOR: #00c; TEXT-ALIGN: center
}
.hdrBtmOn {
	Z-INDEX: 1000; FONT: bold 11px Arial,Helvetica,sans-serif; COLOR: #fc6; TEXT-ALIGN: center
}
.hdrBtmCurrent {
	Z-INDEX: 1000; FONT: bold 11px Arial,Helvetica,sans-serif; COLOR: #900; TEXT-ALIGN: center
}
.hdrCom {
	Z-INDEX: 1000; FONT: bold 11px Arial,Helvetica,sans-serif; COLOR: #fff; TEXT-ALIGN: center
}
.hdrComOn {
	Z-INDEX: 1000; FONT: bold 11px Arial,Helvetica,sans-serif; COLOR: #fc3; TEXT-ALIGN: center
}
.hdrComCurrent {
	Z-INDEX: 1000; FONT: bold 11px Arial,Helvetica,sans-serif; COLOR: #fc3; TEXT-ALIGN: center
}
.navItem {
	FONT: 11px Arial,Helvetica,sans-serif; COLOR: #fff
}
.navItemNS {
	FONT: 11px Arial,Helvetica,sans-serif; COLOR: #999
}
.navItemOn {
	FONT: 11px Arial,Helvetica,sans-serif; COLOR: #006
}
.itmpad {
	PADDING-LEFT: 5px; PADDING-TOP: 3px
}
.hdrPip {
	Z-INDEX: 2000; FONT: 10px Tahoma,Arial,Helvetica,sans-serif; COLOR: #aebde4
}
.comPip {
	Z-INDEX: 2000; FONT: 10px Tahoma,Arial,Helvetica,sans-serif; COLOR: #ff9900
}
.hdrNavBg {
	BACKGROUND-COLOR: #fff
}
.hdrTopStripBg {
	BACKGROUND-COLOR: #000
}
.hdrMainStripBg {
	BACKGROUND-COLOR: #2d308d
}
.hdrNavTopStripBg {
	BACKGROUND-COLOR: #c00
}
.hdrNavTopStripBgB {
	BACKGROUND-COLOR: #2d308d
}
.hdrNavBtmStripBg {
	BACKGROUND-COLOR: #c00
}

A.MainMenuLink:active, A.MainMenuLink:link, A.MainMenuLink:visited
{
	color: ghostwhite;
	text-decoration: none;
}
A.MainMenuLink:hover
{
	color: #00c;
	text-decoration: none;
}
A.hdrNavBg:hover
{
	color: #00c;
	text-decoration: none;
}
.TDHeader
{
	font-weight: bold;
	font-size: 8pt;
	color: aliceblue;
	font-family: Verdana, Fantasy;
	background-color: mediumslateblue;
	text-align: center;
}
BUTTON.Find
{
	border-right: #c0c0ff 1px solid;
	table-layout: auto;
	border-top: #c0c0ff 1px solid;
	border-left: #c0c0ff 1px solid;
	color: #c0c0ff;
	border-bottom: #c0c0ff 1px solid;
	background-color: #003366;
}
