body {
	background-color: #05163D;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body, td, th, p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #ADB9D6;
}
.textWhite {
	color: #FFFFFF;
}
.caption {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #999999;
	line-height: 10px;
}
.captionWhite {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 14px;
}
.captionLtBlue {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #C0CDE5;
	line-height: 10px;
}
a {
	color: #86A3DF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
}
a.hotlink {
	color: #FF6622;
	text-decoration: none;
}
a.hotlink:hover {
	color: #FF9922;
}
.headline {
	font-family: "Century Gothic", "Avant Garde", Futura, Helvetica, Arial, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
	line-height: 26px;
	font-weight: bold;
}
.subhead {
	font-family: "Century Gothic", "Avant Garde", Futura, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 16px;
	font-weight: bold;
}


.searchinput {
	padding:0px;
/*	display: block;
	float: left; */
	width: 105px;
	height: 21px;
	color: #000;
	font-size: 10px;
	border: 0px solid #000;
	
	MARGIN: 0px;
	BACKGROUND: URL(images/search_bkg.gif) repeat-x;
	BACKGROUND-POSITION: 0px 0px;
	PADDING: 5px;
	VERTICAL-ALIGN: middle;
	}

.DIV_rollover {
	border: 1px solid #86A3DF;
	background-color: #073C78;
}
.PIC_rollover {
	margin-top: 5px;
	margin-bottom: 7px;
	margin-left: 0px;
	margin-right: 10px;
	border: 1px solid #FFFFFF;
}
tr.itemRow2   { background-color: #030C21; padding:4px }
tr.itemRow1   { padding:4px }.imagepad10 {
	padding: 10px;
}
.imagepad5 {
	padding: 5px;
}


/* ----- jquery accordion style ----- */

div.accordion_head {
	padding:3px;
	cursor:pointer;
}
div.accordion_panel {
	margin:0;
	padding:0;
}
div.box_element {
	padding:5px;
	margin:3px;
	color:#fff;
	font-size:10px;
	border:1px solid #ccc;
	background:#222;
}


/* ************************************************** SHOPPING CART ****************************** */

.product-flag {
	z-index: 10;
	position: absolute;
	top: 0;
	right: 0;
	display: inline;
	width: 32px;
	height: 32px;
	font-size: 12px;
	line-height: 32px;
	text-indent: -9999px;
}
.flag-new {
	background: url('images/product-flag-new.png') top right no-repeat;
}
.flag-sale {
	background: url('images/product-flag-sale.png') top right no-repeat;
}
.flag-revised {
	background: url('images/product-flag-revised.png') top right no-repeat;
}
.flag-free {
	background: url('images/product-flag-free.png') top right no-repeat;
}


.product-list-item {
	 float:left;
	 width:160px;
	 height:200px;
	 margin:10px;
	 padding: 15px;
	 text-align: center;
}
.product-list-item .product-thumb {
	margin: 0 0 5px 0;
	position: relative;
}
.product-thumb-img {
	 border:0;
	 margin: 5px;
	 vertical-align: top;
	 max-width: 160px;
	 max-height: 160px;
}
.product-thumb .product-flag {
	top: -5px;
	right: -15px;
}

.product-list-item .product-name {
}
.product-list-item .product-price {
}


.cart-table {
	margin: 10px 0;
	border: 0;
	width: 100%;
}
.cart-prehead {
	padding: 5px;
	text-align: right;
}
.cart-header-cell {
	padding: 10px 5px;
	vertical-align: top;
	background: #C8E9F0;
	color: #000;
	border-bottom: 1px solid #2568A1;
}
.cart-item-cell {
	padding: 5px;
	margin-bottom: 5px;
	vertical-align: top;
	border-bottom: 1px solid #CCC;
}
.cell-pad-left {
	padding-left: 15px;
}
.cell-align-right {
	text-align: right;
}
.cell-align-center {
	text-align: center;
}

.product-breadcrumbs {
	margin: 10px 0;
	padding: 0;
}

.cart-detail-image {
	display:inline;
	padding:10px;
	float:right;
	margin-top:50px;
	position: relative;
}
.cart-detail-image .product-flag {
	top: 5px
	right: 5px;
}

.cart-detail-item {
	margin: 15px 0;
	overflow: hidden;
}
.cart-detail-item-label {
	float: left;
	width: 120px;
	font-weight: bold;
	font-size: 14px;
	color: #638CC2;
}
.cart-detail-item-data {
	margin-left: 120px;
}


.order-fieldset {
	border: 1px solid #638CC2;
	margin: 10px 0 25px 0;
	padding: 15px;
}
.order-fieldset legend {
	margin: 0 10px;
	padding: 0 10px;
	font-weight: bold;
	font-size: 16px;
}
div.order-row {
	padding: 5px;
	overflow: hidden;
	vertical-align: top;
}
.order-label {
	width: 200;
	display: block;
	float: left;
	text-align: left;
	vertical-align: top;
}
.order-field {
	margin-left: 200px;
	vertical-align: top;
}

