/* Main CSS Attributes */

Body {
	background: #FFFFFF;
}

P,LI,OL,UL,SUP {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: 000000;
}

INPUT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: 000000;
}

OPTION {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: 000000;
} 

SELECT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: 000000;
}

TEXTAREA {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: 000000;
} 


/* Default Table CSS Attributes */

TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal
}

.whiteBg {
	background-color: #FFFFFF;
}


/* Body CSS Attributes */

.shopCart {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #9B9B9B;
}

.italic {
	font-style: italic;
}

.small_white {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8px;
	font-weight: normal; 
	color: #FFFFFF;
	text-decoration: none;
	background: #C60042
}

.bold {
	font-weight: bold;
}

.boldTextSixteen {
	font-weight: bold;
	font-size: 16px;
}

.grayText {
	color: #9B9B9B;
}

.redText {
	color: #CC0000;
}

.redTextBold {
	font-weight: bold;
	color: #CC0000;
}

.redTextEleven {
	color: #CC0000;
	font-size: 11px;
	font-weight: normal;
}

.redTextBoldSixteen {
	font-weight: bold;
	color: #CC0000;
	font-size: 16px;
}

.elevenText {
	font-size: 11px;
}

.elevenTextBold {
	font-size: 11px;
	font-weight: bold;
}

.isoTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

/*--------------------LEGEND -----------------------+
|                                                   |
| .content   -- the content div, also the className |
|               for tabSystem divs                  |
| .tabs      -- the div that holds all tabs         |
| .tab       -- an inactive tab                     |
| .tabActive -- an active tab                       |
| .tabHover  -- an inactive tab onMouseOver         |
|___________________________________________________*/

.content {
	position: relative;
	margin-left: 0px;
	top: 0px;
	border: 0px;
	width: 535px;
	z-index: 500;
	visibility: hidden;
}
div.tabs {
	position: absolute;
	top: 16px;
	left: 230px;
	height: 22px;
	cursor: default !important;
	z-index: 1000;
}
img.tab {
	position: relative;
	border: 0;
	z-index: 100;
}
img.tabActive {
	position: relative;
	border: 0;
	z-index: 100000;
}
img.tabHover {
	position: relative;
	border: 0;
	cursor: hand !important;
	z-index: 1200;
}	
