/* General Styles, applies to all areas */

BODY {
margin-top : 0px;
margin-bottom : 0px;
margin-left : 0px;
margin-right : 0px;
background-color : #ffffff;
color : #000000;
}

TABLE {
border : 0px;
}

IMG {
border : 0px;
}

H3 {
font-family: Verdana, Arial;
font-size : 100%;
font-weight : bold;
color : #990000;
}

P, LI {
font-family: Verdana, Arial;
font-size : 80%;
line-height : 140%;
color : #000000;
}

P.smallbasic {
font-family: Verdana, Arial;
font-size : 70%;
color : #990000;
}

P.smallfade {
	font-size : 70%;
	color : #990000;
}

P.smallfadebottom {
	font-size : 70%;
	color : #FFFFFF;
}

A {
	color : #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
	cursor: hand;
}

A:Hover {
	color: #990000;
	font-weight: normal;
	text-decoration: underline;
	cursor: hand;
}

INPUT, TEXTAREA, SELECT {
font-family: Verdana, Arial;
font-size : 70%;
}

INPUT.button {
border-top : 1px solid #990000;
border-bottom : 1px solid #990000;
border-left : 0px solid #990000;
border-right : 0px solid #990000;
font-family : Verdana, Arial;
font-size : 70%;
background : #990000;
color : #ffffff;
}

INPUT.field {
	font-family : Verdana, Arial;
	font-size : 70%;
	background : #ffffff;
	color : #000000;
	border: 1px solid #990000;
}

FORM.inline {
display : inline;
} 



/* Page Top Styles, applies to the top area */

TD.top {
padding : 5px;
background-color : #000000;
}



/* Breadcrumb Styles, applies to the breadcrumb area */

TD.topbreadcrumb {
background-color : #CCCCCC;
}

P.topbreadcrumb {
font-family : Verdana, Arial;
font-size : 70%;
font-weight : bold;
color : #f3f3f3;
}

A.topbreadcrumb {
	text-decoration : none;
	color : #ffffff;
	font-weight: bold;
}



/* Navigation Styles, applies to the navigation area on the left hand side */

TD.navigation {
padding : 25px;
border-right : 1px solid #CCCCCC;
background-color : #f3f3f3;
}



/* Main Styles, applies to the main page area on the right hand side */

TD.main {
padding : 25px;
background-color : #ffffff;
}



/* Cart Snapshot Styles, applies to the snapshot area of the shopping cart */

TD.cartbottom {
	padding : 5px;
	border-top : 1px none #CCCCCC;
	border-bottom : 1px none #CCCCCC;
	background-color : #000000;
	border-right-style: none;
	border-left-style: none;
}

FONT.cartbottom {
font-family: Verdana, Arial;
font-size : 70%;
color : #990000;
}



/* Bottom Styles, applies to the bottom area */

TD.bottom {
padding : 5px;
background-color : #ffffff;
}



/* Product Table Styles, applies to product table area */

TD.picturebig {
padding : 10px;
border-bottom : 1px solid #990000;
background-color : #ffffff;
color : #000000;
} 

TD.picturesmall {
padding : 10px;
text-align : center;
border-bottom : 1px solid #990000;
background-color : #ffffff;
color : #000000;
} 

TD.introduction {
padding : 10px;
border-bottom : 1px solid #990000;
background-color : #ffffff;
color : #000000;
}

P.introduction {
font-family: Verdana, Arial;
font-size : 80%;
line-height : 120%;
color : #000000;
}

TD.price {
padding : 10px;
border-bottom : 1px solid #990000;
text-align : left;
background-color : #ffffff;
}

P.price {
font-weight : bold;
color : #000000;
}

P.stock {
font-size : 70%;
color : #000000;
}

TR.list1 {
background-color : #f9f9f9;
} 

TR.list2 {
background-color : #ffffff;
} 



/* Shopping Cart Styles, applies to shopping cart table area */

TD.cartbasic {
padding : 5px;
border-bottom : 1px solid #990000;
background-color : #ffffff;
color : #000000;
} 

P.cartbasic {
font-size : 80%;
color : #000000;
} 

TD.carttotal {
padding : 5px;
border-bottom : 1px solid #990000;
background-color : #ffffff;
color : #000000;
} 

P.carttotal {
font-size : 80%;
font-weight : bold;
color : #000000;
} 




