/* ================================
    CSS STYLES  
    v1.1, 06/2001
   ================================
*/   

BODY
{
background-image: Images/back.gif;

}

/* */
.HeaderRed1
{
    color: #800000;
    font-family: tahoma;
    font-size: 9pt;
    font-weight: 700;
    HEIGHT: 35px
}

.HeaderBlue1
{
    color: #3366cc;
    font-family: tahoma;
    font-size: 8pt;
    font-weight: 600;
}

.HeaderOrange2
{
    font-weight: 600;
    color: #CE7E00;
    font-family: Tahoma;
    font-size: 8pt;
}

.Content
{
    font-family: Tahoma;
    font-size: 10px;
}

    

.HeaderGray1   
{
    font-family: tahoma;
    text-decoration: none;
    font-size: 8pt;
    font-weight: 600;
    color: Gray;
}
.ContentGray1
{
	color: #999999;
    font-family: Tahoma;
    font-size: 7.5pt;
}
.ContentGray2
{
	color: #666666;
    font-family: Tahoma;
    font-size: 8pt;
	line-height:150%   ;
	text-align:justify;
}
.ContentBlue1
{
    color: #336699;
    font-family: tahoma;
    font-size: 8pt; 
	line-height:150%   ;
	text-align:justify;
}
.ContentBlue2
{
	font-family: tahoma;
	 text-decoration: none;
    color: #3366cc;
    font-family: tahoma;
    font-size: 8pt;
}
.ContentGreen1
{
    color: #999966;
    font-family: tahoma;
    font-size: 8pt;
}
.ContentRed1
{
    color: #800000;
    font-family: tahoma;
    font-size: 8pt;
}


.ContentBlue2:hover
{
	font-family: tahoma;
 text-decoration: underline;
    color: #3366cc;
    font-family: tahoma;
    font-size: 8pt;
}
/* Field style for the links */
.FieldContent
{
    font-family: Tahoma;
    font-size: 10px;
    border: 1px solid #000000;
}

/* text style for the links */
A.Header2Link, A.Header2Link:link, A.Header2Link:visited
{
    font-family: tahoma;
    text-decoration: none;
    color: #CE7E00;
    font-size: 7.5pt;
    font-weight: 600;
    
}   
A.Header2Link:hover    
{
    text-decoration: underline;
    color: Gray;
}


A.ContentLink, A.ContentLink:link, A.ContentLink:visited
{
    font-family: tahoma;
    text-decoration: none;
    color: #3366cc;
    font-size: 11px;
}   

A.ContentLink:hover    
{
    text-decoration: underline;
    color: Gray;
}


A.ContentLinkRed, A.ContentLinkRed:link, A.ContentLinkRed:visited
{
    font-family: tahoma;
    text-decoration: none;
    color: #800000;
    font-size: 9px;
}   
A.ContentLinkRed:hover    
{
    text-decoration: underline;
    color: Gray;
}


/* */
.TableLight
{
	background-color:#D2D2D2;
	border: 1px solid #C0C0C0;
	background-color:#F4F4F4;
	padding:1pt;
}
.TdHeaderLight
{
	background-color:#D2D2D2;
	color: #800000;
    font-family: tahoma;
    font-size: 8pt;
    padding-right:4;
    font-weight: 500;

}

.UnitCost
{
    color: #808080;
    font-family: Verdana, Arial;
    font-size: 15px;
    line-height: 20pt
}



/* for borders */
.Borders
{
border-left-style: solid; 
border-left-width: 1px; 
border-right-width: 1px; 
border-top-width: 1px; 
border-bottom-width: 1px ;
bgcolor="#ffffff";
}



/* */
.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
}

.MostPopularHead
{
    background-color: darkred;
    color: white;
    font-family: Verdana, Arial;
    font-size: 11px;
    font-weight: bold
}

A.MostPopularItemText, A.MostPopularItemText:link, A.MostPopularItemText:visited
{
    color: black;
    font-family: Verdana, Arial;
    font-size: 11px;
    text-decoration: none
}

A.MostPopularItemText:hover
{
    color: red;
    font-family: Verdana, Arial;
    font-size: 11px;
    text-decoration: underline
}

.ProductListHead
{
    color: black;
    font-family: Verdana, Arial;
    font-size: 12px;
    font-weight: bold;
    line-height: 14pt;
    text-decoration: underline;
}

.ProductListItem
{
    color: black;
    font-family: Verdana, Arial;
    font-size: 10px
}

.CartListHead
{
    background-color: #dddca3;
    border-bottom: dimgray;
    border-left: dimgray 1px solid;
    color: black;
    font-family: Verdana, Arial;
    font-size: 11px;
    font-weight: bold;
    line-height: 20pt;
    padding-left: 5px
}

.CartListItem
{
    background-color: #ffffff;
    border-bottom: dimgray;
    border-left: dimgray 1px solid;
    color: black;
    font-family: Verdana, Arial;
    font-size: 11px;
    padding-left: 5px
}

.CartListItemAlt
{
    background-color: #f2f2f2;
    border-bottom: dimgray;
    border-left: dimgray 1px solid;
    color: black;
    font-family: Verdana, Arial;
    font-size: 11px;
    padding-left: 5px
}

.CartListFooter
{
    background-color: #dddca3;
    line-height: 10pt
}




A.MenuUnselected, A.MenuUnselected:link, A.MenuUnselected:visited
{
    color:white;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    font-size:  10px;
    font-weight: bold;
    line-height: 20px;
    padding-left: 5px
}

A.MenuUnselected:hover
{
    color: #f3f3f3;
    text-decoration: underline;
    padding-left: 5px
}

A.MenuSelected
{
    color: White;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    font-size:  10px;
    font-weight: bold;
    line-height: 20px;
    padding-left: 5px
}

A.MenuSelected:hover
{
    color: #f3f3f3;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    padding-left: 5px
}
/* GENERAL */

/* 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    
}

.NormalDouble
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 20px    
}

/* text style used for textboxes in the admin pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 1.2em;
    font-weight: normal;
}

/* text style used for selects in the admin pages, for Nav compatibility */
.NormalSelect
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 1.2em;
    font-weight: normal;
}

/* text style used for textboxes in the edit pages, for Nav compatibility */
.EditTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 1em;
    font-weight: normal;
    border-style: solid;
    border-width: 1px;
    border-color: #999966;
    width: 100%;
}

/* text style used for controls in the admin and edit pages, for Nav compatibility */
.NormalControl
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

/* text style used for checkboxes in the admin and edit pages, for Nav compatibility */
.NormalCheckBox
{
    margin-left: -4px;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

/* text style used for checkboxes in the admin and edit pages, for Nav compatibility */
.NormalRadio
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-indent: -5px;
}

/* text style used for checkboxes in the admin and edit pages, for Nav compatibility */
.NormalButton
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-indent: -5px;
/*    border-style: solid;
    border-width: 1px;
    border-color: #cccc99; */
    background-color:#ccccaa;    
}

.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;
    line-height: 12px    
}

.NormalItalic
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 16px    
}

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 {
    height:1pt;
    text-align:left
}

/* All */
.textError
{
	background-color:#FEEBF3;
	border: 1px dashed #800040;
	font-family:tahoma;
	font-size:8pt;
	color:#F07393;
}
.TableLight
{
	background-color:#D2D2D2;
	border: 1px solid #C0C0C0;
	background-color:#F4F4F4;
	padding:1pt;
	border-collapse:collapse;
}
.titleTable
{
	background-color:#c9c9c9;
	font-family: tahoma;
    font-size: 9pt;
	font-weight:600;
	color:#CC9900;
}
.textTable
{
	font-family: tahoma;
    font-size: 8pt;
	color:#666666;
}
.FormText
{
	font-family: tahoma;
    font-size: 8pt;
	color:#333333;
	border: 1px solid #666666;
}

.FormTextLable
{
	font-family: tahoma;
    font-size: 8pt;
	color:#666666;
}

.navigation
{
	font-family: tahoma;
    font-size: 8pt;
	color:#336699;
	text-decoration:none
}
.navigation:hover
{
	font-family: tahoma;
    font-size: 8pt;
	color:#336699;
	text-decoration:underline;
}
.linkEdit
{
	font-family: tahoma;
    font-size: 8pt;
	color:#800000;
	text-decoration:none;
}
.linkEdit:hover
{
	font-family: tahoma;
    font-size: 8pt;
	color:#800000;
	text-decoration:underline;
}
.divpic {
	overflow: scroll;
	padding: 5px;
	height: 300px;
	width: 300px;
}
.divViewpic {
	overflow: scroll;
	padding: 5px;
	height: 450px;
	width: 450px;
}
.textNav
{
	font-family: tahoma;
    font-size: 8pt;
	color:#006699;
	text-decoration:none;
}
.textNav:hover
{
	font-family: tahoma;
    font-size: 8pt;
	color:#666666;
	text-decoration:underline;
}
.descriptionNav
{
	font-family: tahoma;
    font-size: 8pt;
	color:#333333;
}
.imageNavigation
{
	font-family: tahoma;
    font-size: 8pt;
	color:#666666;
	text-decoration:none
}
.imageNavigationLink
{
	font-family: tahoma;
    font-size: 8pt;
	color:#CC9900;
	text-decoration:none
}
.myNavi
{
	font-family: tahoma;
    text-decoration: none;
    color: #CE7E00;
    font-size: 8pt;
    font-weight: 600;
}
.myNavi:hover
{
	font-family: tahoma;
    text-decoration: underline;
    color: #CE7E00;
    font-size: 8pt;
    font-weight: 600;
}
.indexTitr
{
	font-family: tahoma;
    color: #3B3A38;
    font-size: 8pt;
    font-weight: bold;
}
.Search
{
	font-family: tahoma;  
    color: red;
    font-size: 8pt;
}
.HeaderLineTitr
{
	font-family: tahoma;
    text-decoration: none;
    color: #CE7E00;
    font-size: 7.5pt;
    font-weight: 600;
}
.Footer
{
	color: #ffffff;
    font-family: Tahoma;
    font-size: 8pt;
	line-height:150%   ;
	text-align:center;
}
.page
{
	font-family: tahoma;  
    color: #800000;
    font-size: 8pt;
}
.pagelink
{
	font-family: tahoma;  
    color: #336699;
    font-size: 8pt;
}
.pagelink:hover
{
	font-family: tahoma;  
    color: #800000;
    font-size: 8pt;
}
.mainTitr
{
	font-family: tahoma;  
    color: #494642;
    font-size: 8pt;
	font-weight:700;
}
.mainTitrRed
{
	font-family: tahoma;  
    color: #840707;
    font-size: 8pt;
	font-weight:700;
}
.bottomBorder
{
	border-bottom:1px solid #eaeaea;
}
.ContentLinkIdx
{
    font-family: tahoma;
    text-decoration: none;
    color: #336699;
    font-size: 8pt;
	font-weight:600;
}   
.ContentLinkIdx:hover
{
    font-family: tahoma;
    text-decoration: underline;
    color: #800000;
     font-size: 8pt;
	font-weight:600;
}   
.ContentLinkIdxL
{
    font-family: tahoma;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 8pt;

}  
.ContentLinkIdxL:hover
{
    font-family: tahoma;
    text-decoration: underline;
    color: #666666;
    font-size: 8pt;

}    
