﻿
/* Overall Page */

body {
	margin: 0;
	padding-bottom: 10px;
	background-color: #FFFFFF;
	border-top: 2px solid #eaeaea;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #666666;
}

input 
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

select
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

/* Header Section */
#header {
	border-bottom: 4px solid #eaeaea;
	height: 4.61em;
	background-image: url(Images/header.gif);
	background-repeat: repeat-x;

}
#header .title {
	font: 26px Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
	color: black;
	background-color: transparent;
	float: left;
	margin-right: 2em;
	margin-top: 0.2em;
	margin-left: 0.4em;
}
#header .links {
	font: Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-size: 10px;
	color: black;
	background-color: transparent;
	float: right;
	margin-right: 0.4em;
	margin-top: 1.0em;
	margin-left: .8em;

	/*font-weight:bold;*/
}

#header .breadcrumb {
	font: Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-size: 10px;
	color: gray;
	background-color: transparent;
	float: right;
	margin-left: .8em;
	margin-right: -13.5em;
	margin-top: 3.5em;
}
#header .links a:hover, .breadcrumb a:hover {
    color : red; 
} 
#header a:link, a:visited  {
	color: #B51032;
}
/* Navigation -------------------------------------------------------------*/
#navigation {
	position:absolute;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px; 
	margin-top: -0.3em;
	margin-left: -0.2em;
	margin-top: -0.3em;
	border-bottom: 0px;
    padding-bottom: 0px;
*/
	font-family: Arial;
	font-size:12px;
	margin-top: -0.3em;
	
	/*padding-right: 6px; */
	    width: 158px;

	border-right: 1px solid #e6e6e6;

	/*background-image: url(images/body-repeat.gif);*/

}
#navigation ul 
{
    /*
	list-style: none;
	margin: 0;
	padding: 0;
    */

 margin-left: -8px;
 list-style: none;
}

#navigation li a
{
    margin-bottom: 1px;
    border-bottom: 1px solid #cccccc;
    padding: 4px 1px 4px 5px;
    border-left: 4px solid #cccccc;
    background-color: #e1e1e3; /*#e0e1e0; siva*/
    text-decoration: none; /*color: #505050; */
    color: #505050; 
 list-style: none;
    
    /*
    display: block; 
    display: inline-block; 
    display: list-item; 
*/
    width: 150px;
    display: inline-block;
    color: #505050; /*#5463bf;*/
}
#navigation li a:hover {
	background-color: #f4f4f4;
	color: blue;
    border-left:4px solid #286ea0;
/*    font-weight: bold;  */

}
#navigation ul ul { 
	margin-left: 0px;  /* 10px */
    margin-bottom: 6px;
 list-style: none;

    /*width: 170px; */
    }

#navigation ul ul a:hover
{
    background-color: #f4f4f4;
    color: #d65645;
    border-left:4px solid #b19971;
}
#navigation ul ul a:visited {
    /*color: #505050;*/
}

/* Main Content ----------------------------------------------------------------------*/
#content 
{
	margin-top: -0.8em;
	margin-left: 176px;
	margin-right: 4px;
	
	line-height: 1.1em;
}
h1 {
	font: 150% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
}

#content p {
	/*font-size: 68%; 
	line-height: 1.6em;
    */ 
	line-height: 1.1em;
}

#content ul {
	font-size: 80%;
	line-height: 1.6em; 
}

/* Data Web Control Styles ------------------------------------------------------------*/
.DataWebControlStyle
{
    font-size: 90%;
}

.HeaderStyle
{
    background-color: #900;
    color: White;
    font-weight: bold;
}

.FooterStyle
{
    background-color: #a33;
    color: White;
    text-align: right;
}

.AlternatingRowStyle
{
    background-color: #fcc;
}

.RowStyle
{
}

.SelectedRowStyle
{
    background-color: Yellow;
}


/* Misc Styles */

.ExpensivePriceEmphasis
{
    font-weight: bold;
    font-style: italic;
}

.LowUnitsInStockEmphasis
{
    color: Red;
}

.AffordablePriceEmphasis
{
    background-color: Yellow;
}

.ProductPropertyLabel
{
    font-weight: bold;
    text-align: right;
}

.ProductPropertyValue
{
    padding-right: 35px;
}
/* --------------------------------------------------------- */
.right-column-box-yellow {
	float: left;
	width: 157px;
	margin: 0em 0em 0.8em 1px;
	/*padding: 0.4em 0.4em 0.4em 0.4em; top right bottom left*/
	padding: 0em 0em 0em 0em;
	border: solid 0.1em Tan;
	background-color: #FFFFCC;		
}	
.right-column-box-yellow-title {
	clear: both;
	display: block;
	padding: 0.3em 0.1em 0.3em 0.3em;
	background-color: tan;	
	font-weight: bold;
	color: rgb(250,250,250);
}

.right-column-box-yellow-body {
	padding: 0.4em 0.1em 0.6em 0.3em;
	color: rgb(150,150,150);
}

