body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Sans-Serif, Tahoma;
	font-size: 12px;
}

/* Basic Elements 
-------------------------------------------------------------------------------------------*/

a {
	color: #BF2296;
}

a:visited {
	color: #BF2296;
}

#main a:hover {
	color: #000000;
}

form {
	margin: 0px;
}

div.clear {
	clear: both;
}

div.left {
	float: left;
	clear: left;
}

div.right {
	float: right;
}

div.col1 {
	margin: 0px;
	padding-bottom: 10px;
	float: left;
	line-height: 17px;
}

div.col2 {
	margin: 0px;
	padding-bottom: 10px;
	float: left;
	width: 315px;
	line-height: 17px;
}

div.item {
	display: block;
	padding: 1px 0px;
	clear: both;
}

/* Fonts - Headings 
-------------------------------------------------------------------------------------------*/

#main h1 {
	margin: 0px;
	padding: 0px;
	float: left;	
	font-size: 26px;
	line-height: 28px;
	color: #9D2468;
}

#main h2 {
	margin: 0px;
	padding: 0px;
	padding-bottom: 4px;
	float: left;	
	font-size: 18px;
	color: #c44826;
}

#main h2.sub {
	color: #444;
	padding-left: 5px;
}

#main h3 {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #333;
}

#main h3 a {
	font-size: 16px;
	color: #c44826;
	text-decoration: none;
}

#main h3.sub	{
	font-size: 12px;
	font-weight: normal;
	color: #E34305;
}

#main h4 {
	margin: 0px;
	margin-bottom: 8px;
	padding-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #c44826;
	border-bottom: solid 1px #C1B7C0;
}

#main h4.default {
	color: #444;
}

/* Form Elements 
-------------------------------------------------------------------------------------------*/
label {
	display: block;
	font-weight: bold;
}

input {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}

input.text {
}

input.button {
	margin: 2px 0px;
	padding: 2px 3px;
}

input.buttonMain {
	margin: 2px 0px;
	padding: 2px 3px;
	font-weight: bold;
}

select {
	font-size: 11px;
}

/* Major Block Elements  
-------------------------------------------------------------------------------------------*/

#containerSub {
	margin: 0px;
	width: 100%;
	min-width: 916px;
}

#main {
	margin: 10px 15px;
	padding: 1px 0px;
}

#popup {
	margin: 12px 15px;
}

#nav {
	margin-top: 34px;
	padding-bottom: 445px;
	width: 153px;
	float: left;
	background-image: url(../../images/navs/hawaiianmiles/photo_hawaiianmiles.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-color: none;
}

#content {
	margin-left: 17px;
	width: 631px;
	float: left;
	background-color: none;
}

/* Minor Block Elements  
-------------------------------------------------------------------------------------------*/

#navHdr {
	margin: 0px;
	padding: 4px 7px 6px 18px;
	border: solid 1px #C1B7C0;
	background-image: url(../../images/navs/arrow_down_black.gif);
	background-repeat: no-repeat;
	background-position: 8px 9px;
	background-color: #F5F6F0;
	font-size: 11px;
	font-weight: bold;
}

#navHdr a {
	color: #000;
	text-decoration: none;
}

#navMain {
	margin: 0px;
	padding: 0px 7px;
	border-style: solid;
	border-color: #C1B7C0;
	border-width: 0px 1px;
	font-size: 11px;
	line-height: normal;
}

#contentHdr {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 7px;
	border-bottom: solid 0px #C1B7C0;
	background-image: url(../../images/linefade_gray.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#contentHdr a {
	color: #9D2468;
	text-decoration: none;
}

#contentHdrSub {
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 3px;
	border-bottom: solid 1px #C1B7C0;
}

#contentMain {
	margin: 0px;
	padding-top: 12px;
}

#contentMain p {
	margin: 15px 0px;
}

#contentMain ol {
	margin: 0px;
	padding: 0px;
	padding-left: 28px;
}

#contentMain ol li {
	padding: 5px 0px;
}

#contentDescription {
	margin: 0px;
	padding-bottom: 12px;
}

#contentHdrExtra {
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 3px;
	border-bottom: solid 1px #C1B7C0;
}

#contentExtra {
	margin: 0px;
	padding-top: 15px;
	clear: left;
}

div.contentSub {
	margin: 0px;
	padding-top: 8px;
}

div.contentSub label {
	padding: 2px 5px 0px 0px;
	display: inline;
	float: left;
	font-weight: bold;
}

div.contentSub select {
	float: left;
	background-color: none;
	font-size: 11px;
}

div.contentPaging {
	padding-top: 2px;
}

div.contentForm {
	margin: 0px;
	padding-bottom: 10px;
	float: left;
}
	
div.contentForm label {
	float: left;
	clear: left;
	width: 125px;
	background-color: none;
}

div.contentForm input.text {
	float: left;
	background-color: none;
}

div.contentForm select {
	float: left;
	background-color: none;
}

div.contentError,
div.contentWarning {
	margin: 0px;
	margin-bottom: 10px;
	padding: 10px 10px;
	border-style: solid;
	border-width: 2px 0px;
}
div.contentError { 
	color: #c00; 
	border-color: #c00;
}
div.contentWarning { 
	color: #900;
	border-color: #900;
}

/* Nav List 
-------------------------------------------------------------------------------------------*/

ul.navList {
	margin: 0px;
	padding: 0px;
}

ul.navList li {
	margin: 0px;
	padding: 4px 0px 7px 0px;
	width: 137px;
	list-style-type: none;
	border-bottom: solid 1px #C1B7C0;
	line-height: 18px;
	list-style-image: none;
}

ul.navList li.last {
	border-width: 0px;
}

ul.navList input.text {
	margin: 0px;
	padding: 0px;
	width: 100px;
}

ul.navList input.button {
	margin: 0px;
	padding: 0px;
	width: 30px;
}

/* Product List 
-------------------------------------------------------------------------------------------*/

ul.productList {
	margin: 0px;
	padding: 0px;
}

ul.productList li {
	margin: 0px 19px;
	margin-bottom: 0px;
	padding: 0px;
	width: 118px;
	height: 180px;
	float: left;
	list-style-type: none;
	text-align: center;
	display: inline;
	position: relative;
	color: inherit;
}

div.productInformation a {
	color: #bf2296;
}

div.productInformation a:visited {
	color: #bf2296;
}

div.productInformation a:hover {
	color: #000000;
}

div.productImage {
	margin: 0px;
	margin-bottom: 3px;
	height: 108px;
	border: solid 1px #C1B7C0;
	font-size: medium;
}

* html div.productImage {
	height: 110px;
}

div.productImage img {
	margin: 4px;
	width: 100px;
	border: 0px;
	position: absolute;
}


/* Product List - Hoverbox  
-------------------------------------------------------------------------------------------*/

div.productImage a {
position: relative;
display: block;
float: left;
}
/*
	div.productImage a:hover {
	font-size: 100%;
	z-index: 2;
	}

	div.productImage a:hover img,div.productImage a:active img,div.productImage a:focus img {
	width: 150px;
	border: solid 1px #C1B7C0;
	top: -25px;
	left: -25px;
	z-index: 1;
	}
*/
/* Product Detail  
-------------------------------------------------------------------------------------------*/	

#productImageDetail {
	margin: 0px;
	margin-bottom: 20px;
	padding: 4px;
	float: right;
	border: solid 1px #C1B7C0;
	text-align: center;
}

#productImageDetail img {
	width: 250px;
	border: 0px;
}

#productImageDetail div.zoom {
	display: none;
}

#productInformationDetail {
	float: left;
	width: 356px;
}

#productName {
	margin-bottom: 5px;
}

#productDescription, #productType, #productAdd {
	margin-bottom: 15px;
}

#productPrice {
	padding: 8px 10px;
	border-style: solid;
	border-color: #C1B7C0;
	border-width: 1px 0px;	
}

#productPrice span.priceRetail {
	color: #c44826;
	font-weight: bold;
}

#productType {
	padding: 5px 10px;
	border-style: solid;
	border-color: #C1B7C0;
	border-width: 0px 0px 1px 0px;	
	background-color: #f6f6f6;
}

#productType label {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 80px;
	color: #000;
	clear: left;
}

#productType input {
	float: left;
	width: 25px;
	text-align: center;
}

#productType select {
	float: left;
}


/* Cart Elements 
-------------------------------------------------------------------------------------------*/

#cartTable {
	margin-bottom: 15px;
	width: 100%;
	font-size: 12px;
}

#cartTable th {
	padding: 3px 5px;
	text-align: left;
}

#cartTable th.desc {
	width: 60%;
}

#cartTable td {
	padding: 5px 5px;
	vertical-align: top;
	border-top: solid 1px #C1B7C0;
}

#cartTable td.main {
	text-align: right;
	color: #E34305;
	font-size: 15px;
	font-weight: bold;
}

#cartTable img {
	width: 50px;
	border: solid 1px #c1b7c0;
}

#cartTable label {
	display: inline;
	float: left;
	width: 85%;
}
#cartTable input.text {
	width: 25px;
}

/* Default List 
-------------------------------------------------------------------------------------------*/

#defaultWelcome, #defaultFeature, #defaultList {
	margin-bottom: 15px;
}

#defaultFeature {
	padding: 12px;
	border: solid 1px #C1B7C0;
	background-color: #f6f6f6;
}

#productImageDefault {
	margin: 0px;
	padding: 4px;
	float: right;
	border: solid 1px #C1B7C0;
	text-align: center;
	background-color: #fff;
}

#productImageDefault img {
	width: 200px;
	border: 0px;
}

#productImageDefault div.zoom {
	display: none;
}

#productInformationDefault {
	float: left;
	width: 376px;
}

#defaultList {
	padding: 0px 12px;
}

#defaultList h4 {
	
}

#defaultList ul {
	margin: 0px;
	padding: 5px 16px;
	padding-top: 0px;
}

#defaultList li {
	list-style-type: disc;
	padding-bottom: 2px;
	color: #444;
	list-style-image: none;
}

#defaultBand {
	margin-bottom: 15px;
	padding: 5px 0px 6px 0px;
	font-size: 11px;
	background-color: #f6f6f6;
}

#defaultBand h4 {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
}

#defaultBand a {
	font-weight: bold;
}

#defaultBand div.item {
	display: inline;
	margin: 0px;
	margin-left: 18px;
	padding: 0px;
	float: left;
	width: 30%;
	clear: none;
}

#defaultBand div.divider {
	float: left;
	width: 1px;
	border-left: solid 1px #ccc;
	height: 25px;
	margin: 3px 0px;
}

/* Fonts - Specific Styles 
-------------------------------------------------------------------------------------------*/
.productName {
	color: blue;
}

.productPrice {
	color: #000;
	font-weight: bold;
}

.textNote {
	padding-left: 5px;
	font-size: 10px;
}

.textOn {
	font-weight: bold;
	color: #4E2F92;
}

.textOff {
	font-weight: normal;
	color: #777;
}
