
/* **************************** */
/* CSS for internetdiscshop.com */
/* **************************** */

/* ----------------------------------------------------
   DOCUMENT
   ---------------------------------------------------- */

html {
	height: 100%;
}

body, td, th, p, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-image:  url("/images/nav/left-bg.gif");
	background-repeat: repeat-y;
}

/* ----------------------------------------------------
   TABLES
   ---------------------------------------------------- */

.mainTable {
	width: 100%;
	height: 100%;
	background-image:  url("/images/nav/top-bg.gif");
	background-repeat: repeat-x;
}

/* ----------------------------------------------------
   BODY TEXT BASICS
   ---------------------------------------------------- */

#homeSidebar {

	border: 1px solid #F60;
	padding: 0px;
	width: 100%;
	text-align: center;
}

#homeSidebarHeader {

	background-color: #F60;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
}

#homeSidebarBody {

	padding: 20px;
}

.homeSidebarText {

	font-style: italic;
	color: #F60;
	font-size: 10px;
}

.small {
	font-size: 11px;
}

.verySmall {
	font-size: 10px;
}

.tinyNote {

	font-size: 10px;
}

.smallNote, .tinyItalicNote {

	font-size: 10px;
	font-style: italic;
}

.title {
	font-size: 24px;
	font-weight: bold;
}

.header {
	font-size: 16px;
	color: #F60;
	font-weight: bold;
}

.subheader {
	font-size: 14px;
	color: #F60;
	font-weight: bold;
	font-style: italic;
}

/* ----------------------------------------------------
   FORMS
   ---------------------------------------------------- */

.tableLabel {

	font-weight: bold;
	text-align: right;
	vertical-align: top;
}

.tableData {

	font-size: 10px;
	vertical-align: top;
}

.formElement {

	font-size: 10px;
}

.addressTableLabel {

	font-size: 10px;
	text-align: right;
}

.required {

	font-weight: bold;
	font-size: 12px;
}

.addressTableData {

	font-size: 10px;
}

.optionalNote {

	font-size: 9px;
	font-style: italic;
}
/* ----------------------------------------------------
   LINKS
   ---------------------------------------------------- */
   
   /* standard links */

a:link, a:visited {

	font-weight: bold;
	color: #F60;
	text-decoration: none;
}

a:hover {

	font-weight: bold;
	color: #F60;
	text-decoration: underline;
}

a:active {

	font-weight: bold;
	font-style: italic;
	color: #F60;
	text-decoration: underline;
}

   /* small links */

a.smallLink:link, a.smallLink:visited {

	font-size: 10px;
	font-weight: normal;
	color: #F60;
	text-decoration: none;
}

a.smallLink:hover {

	font-size: 10px;
	font-weight: normal;
	color: #F60;
	text-decoration: underline;
}

a.smallLink:active {

	font-size: 10px;
	font-weight: normal;
	font-style: italic;
	color: #F60;
	text-decoration: underline;
}

   /* tiny links */

a.tinyLink:link, a.tinyLink:visited {

	font-size: 9px;
	font-weight: normal;
	color: #F60;
	text-decoration: none;
}

a.tinyLink:hover {

	font-size: 9px;
	font-weight: normal;
	color: #F60;
	text-decoration: underline;
}

a.tinyLink:active {

	font-size: 9px;
	font-weight: normal;
	font-style: italic;
	color: #F60;
	text-decoration: underline;
}

/* ----------------------------------------------------
   FEEDBACK
   ---------------------------------------------------- */

.messages {

	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

.goodMessages {

	background-color: #008800;
}

.badMessages {

	background-color: #800;
}

.debugMessages {

	background-color: #008;
}

.messageText {

	padding: 5px;
	margin: 0px;
	color: #FFF;
	font-size: 10px;
}

/* ----------------------------------------------------
   CART
   ---------------------------------------------------- */

.cartTableData {

	font-size: 10px;
	vertical-align: middle;
}

.cartTableHeader {

	font-size: 10px;
	background-color: #F60;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}

.cartTableFooter {

	font-size: 10px;
	background-color: #F60;
	color: #FFF;
	font-weight: bold;
	text-align: right;
}

.cartTableSubheader {

	font-size: 10px;
	background-color: #FFF;
	color: #000;
	font-weight: normal;
	text-align: right;
}

.oddCartRow {

	background-color: #FFF;
}

.evenCartRow {

	background-color: #DDD;
}

/* ----------------------------------------------------
   SIDEBAR
   ---------------------------------------------------- */

table.sidebar {

	background-color: #DDD;
	padding: 10px;
	border: none;
}

.sidebar {

	font-size: 10px;
}

/* ----------------------------------------------------
   MISC TEXT
   ---------------------------------------------------- */

.golfCatalogDiscType {

	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}

.productPrice {

	font-size: 14px;
	font-weight: bold;
}

.attributeSelect {

	font-size: 10px;
}

.attributeLabel {

	font-size: 12px;
	font-style: italic;
}

.productQuantity {

	font-size: 12px;
	font-style: italic;
}

.inventoryNote {

	font-size: 10px;
	font-style: italic;
	color: #F60;
}

.productSubtitle {
	font-size: 16px;
	font-style: italic;
}

.productBackLink {

	font-size: 10px;
	font-style: italic;
	color: #F60;
}

.orange {

	color: #F60;
}

.orangeNote {

	color: #F60;
	font-style: italic;
}

.white {

	color: #FFF;
}

.orangeButton {

	color: #FFF;
	background-color: #F60;
}

.indented2em {

	padding-left: 2em;
}

.flightCharacteristicDescription {

	font-size: 10px;
	color: #000;
	display: none;
}

.leftAlign {

	text-align: left;
}

.verticalCentered {

	vertical-align: middle;
}