﻿/* 
   The below CSS file was built using samples + techniques described by Rachel Andrew in her book:
   The CSS Anthology: 101 Essential Tips, Tricks & Hacks
*/

/* Overall Page */
/*窗体的背景颜色*/
body
{
    margin: 0;
    padding-bottom: 2em;
    background-color: #EEFEFF;
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    border-top: 2px solid #000000;
}

input 
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 100%;
}

select
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 100%;
}


/* 最顶端的颜色 */

#header {
	border-top: 0px solid #3399FF;
	border-bottom: 0px dotted #3399FF;
	height: 0.1em;
}
#header .title {
	font: 190% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
	color: black;
	background-color:White;/*Line*/
	float: left;
	margin-right: 2em;
	margin-top: 0.3em;
	margin-left: 0.8em;
}
#header .breadcrumb {/*dao hang jie dian*/
	font: 80% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
	color: black;
	background-color: #000000;
	float: right;
	margin-right: 2em;
	margin-top: 0.8em;
	font-weight:bold;
}

#header a:link, a:visited  {
	color: #B51032;
}

/* Navigation Repeater的样式*/

#navigation {
	width: 300px;
	top: 5em;
	left: 1.5em;
	width: 20em;	
	position:absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation li { /*分割线*/
	border-bottom: 1px solid Blue;
}
#navigation li a
{/*立体感*/
    display: block;
    padding: 5px 5px 5px 0.5em;
    border-left: 12px solid #003399;
    border-right: 1px solid #000099;/*超链接左边*/
    background-color: #3366cc;/*Rigth */
    color:White;
    text-decoration: none;
}
#navigation li a:hover {
	background-color: #3333cc;
	color:ButtonHighlight;
}
#navigation ul ul {
	margin-left: 12px;
	color :Blue; /*区域边*/
}
#navigation ul ul li {
	border-bottom: 1px solid #711515;
	margin:0;
	background-color: #FFEECC;
	color: #000000;
}
#navigation ul ul a:link, #navigation ul ul a:visited {
	background-color:#3333cc ;
	color:#711515 ;
}
#navigation ul ul a:hover {
	background-color: #000000;
	color: #711515;
}

/* Main Content */

#content 
{
	margin-top:1em;
	margin-left: 11.5em;
	margin-right: 2em;
}
h1 {
	font: 150% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
}
#content p {
	font-size: 80%;
	line-height: 106em; 
}

#content ul {
	font-size: 80%;
	line-height: 1.6em; 
}

/* Data Web Control Styles */

.DataWebControlStyle
{
    font-size: 90%;
}

.HeaderStyle
{/*: #900White*/
    margin-bottom:0.1em;
    padding-bottom:0.1em;
    background-color:Blue;
    color: #000000;
    font-weight: bold;
}

.FooterStyle
{
    background-color: #a33;
    color: Blue;
    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;
}

.Warning
{
    color: Red;
    font-style: italic;
    font-weight: bold;
    font-size: x-large;
}