/* Theme stylesheet */
/* Note: Class names are shared across Theme CSS and Style CSS */

/* Backgrounds */
.bkgrd-top {
	background-image : url(../images/themes/fadegrid_top.jpg);
}
.bkgrd-left {
	background-image : url(../images/themes/fadegrid_left.jpg);
}
.bkgrd-content {
	background-image : url(../images/themes/fadegrid_main.gif);
}
.bkgrd-page {
	background-color : #FFFFFF;
}

.secure-bkgrd-top {
	background-image : url(../images/themes/fadegrid_top.jpg);
}
.secure-bkgrd-left {
	background-image : url(../images/themes/fadegrid_left.jpg);
}
.secure-bkgrd-content {
	background-image : url(../images/themes/fadegrid_main.gif);
}
.secure-bkgrd-page {
	background-color : #FFFFFF;
}

/* Text */
.text-header{
	color : #000066;
}
.text-body{
	color : #000000;
}
A:LINK {
	color : #0000ff;
}
A:VISITED {
	color : #800080;
}
.text-prodprice{
	color : #ff0000;
}
.text-proddesc{
	color : #000000;
}
.text-prodname{
	color : #000000;
}

/* Buttons */
.navbar-vertical-start{
	height: 10;
}

.btn-text{
	color : #000066;
	text-decoration: none; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}
.btn-background{
	background-image: url(../images/buttons/fadegrid_btn.jpg);
}
.btn-shoppertext{
	color : #000066;
	text-decoration: none; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt;
	font-weight: bold;
}
.btn-shopperbackground{
	background-image: url(../images/buttons/fadegrid_btncart.jpg);
}

.secure-btn-background{
	background-image: url(../images/buttons/fadegrid_btn.jpg);
}

.secure-btn-shopperbackground{
	background-image: url(../images/buttons/fadegrid_btncart.jpg);
}