/* CK Antiques CSS */


/* Body Styles */

body { font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	background-image:url(/images/sideBar.gif);
	background-repeat: repeat-y;
	background-color:white;
	}


/* Table Styles */

table { font-family:Arial,Helvetica,sans-serif;
	font-size:12px;	
	}

/* Title */

div.categories	{ font-family:Arial,Helvetica,sans-serif;
		font-size:24px;
		font-weight:bold;
		color:blue
		}

/* Sub Title */

div.subTitle	{ font-family:Arial,Helvetica,sans-serif;
		font-size:16px;
		font-weight:bold;
		color:#004E92;
		}


/* Link Properties */


a:link { 
	color: #669966;
text-decoration: none;
	}

a:visited {
	color: #CC9966;
text-decoration: none;
	}

a:hover {
	color: #CC9966;
	text-decoration: underline;
	font-weight:bold;
	}

a:active {
	color: #660000;
text-decoration: none;
	}


/* Scroll Bar Style */

BODY { SCROLLBAR-FACE-COLOR: white;
	SCROLLBAR-HIGHLIGHT-COLOR: green;
	SCROLLBAR-SHADOW-COLOR: black;
	SCROLLBAR-3DLIGHT-COLOR: gray;
	SCROLLBAR-ARROW-COLOR: black;
	SCROLLBAR-TRACK-COLOR: #265126;
	SCROLLBAR-DARKSHADOW-COLOR: gray;
	}

/* Detail Product Page */

*#detailBg { background-color:white;
		}

/* Font Color: White */
*#detailFont { color:black;
		}

/* No Picture */
div.nopic {margin:1em; border:inset; line-height: 20;
		}

.dottedBorder {
	border: 1px dashed #003300;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}
.rowGreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #003300;
}
/*
input {
	color: #000000;
	background-color: #003300;
	color:#FFFFFF;
}
textarea {
	color: #000000;
	background-color: #003300;
}
*/
option {
	color: #FFFFFF;
	background-color: #003300;
}
.border {
	border: 1px solid #333333;
}
