@charset "utf-8";
/* TWD Table CSS Document */

.tbl {
	color: rgb(73,88,123);
	font-size: 13px;
	font-weight: bold;
}

.tblBestValueTop {
	background: url('/images/tbl_best_value_top.png') no-repeat top center;	
	width: 120px;
	height: 25px;
	color: #FFF;
}
.tblBestValueHeader {
	background: url('/images/tbl_best_value_header.png') no-repeat top center;	
	height: 66px;
	width: 120px;
	color: #FFF;
}

.tblBestValueOdd {
	color: #FFF;
	background: url('/images/tbl_best_value_odd.png') no-repeat top center;	
}

.tblBestValueEven {
	color: #FFF;
	background: url('/images/tbl_best_value_even.png') no-repeat top center;	
}

.tblHeader {
	background: url('/images/tbl_header_bg.png') repeat-x top center;
	height: 66px;
	width: 120px;
	text-align: center;
}

.tblHeaderLeft {
	background: url('/images/tbl_header_left.png') no-repeat top center;
	width: 166px;
	height: 66px;
	text-align: left;
	padding-left: 14px;
}

.tblHeaderRight {
	background: url('/images/tbl_header_right.png') no-repeat top center;
	width: 121px;
	height: 66px;
	text-align: center;
}

.tblLeftOdd {
	background: url('/images/tbl_left_odd.png') no-repeat top center;
	height: 29px;
	text-align: left;
	padding-left: 14px;
}

.tblLeftEven {
	background: url('/images/tbl_left_even.png') no-repeat top center;
	height: 29px;
	text-align: left;
	padding-left: 14px;
}	

.tblOdd {
	background: url('/images/tbl_odd.png') no-repeat top center;
	height: 29px;
	text-align: center;
}

.tblEven {
	background: url('/images/tbl_even.png') no-repeat top center;
	height: 29px;
	text-align: center;
}

.tblPrice {
	font-size: 20px;
}

/* Combo Box */

.comboboxContainer { margin-left: 9px; border-left: solid 2px #777; border-top: solid 2px #777; border-right: solid 1px #ccc; border-bottom: solid 1px #ccc; } 
.comboboxValueContainer { background: url('/images/combo_box_bg.png') no-repeat top right;  border: none; color: rgb(76,91,121); } 
.comboboxValueContent { padding-left: 3px; text-transform: uppercase; } 
.comboboxDropDownContainer { background-color: rgb(221,228,242); border: none; overflow: hidden; padding-left: 3px; } 
.comboboxDropDownButton { width: 16px; height: 18px; background: url('/images/dd_arrow.png') no-repeat top left; } 
.comboboxGroupItemHeader { display: block; background-color: rgb(221,228,242); color: rgb(76,91,121); } 
.comboboxGroupItemContainer { padding-left: 10px; } 
.comboboxDropDownItem { background: #fff; color: rgb(76,91,121); text-transform: lowercase; font-weight: bold; font-style: normal; } 
.comboboxDropDownItemHover { background-color: #999; color: #fff; text-transform: uppercase; padding-left: 4px; }
/*
.tblCombo {
	background: url('/images/dd_arrow.png') no-repeat top left;
	position: relative;
	width: 100px;
	color: rgb(76,91,121);
	font-weight: bold;
	font-size: 13px;
	text-align:center;
	margin-left: -1px;
	background-color: inherit; 
	border: none;
}

.tblCombo option {
	text-align: left;
	font-size: 12px;
	background-color: rgb(221,228,242);
	border: none;
}
*/

/* Tool Tip */

#tooltip { 
    display:none; 
    background:transparent url('/images/black_arrow_big.png'); 
    font-size:12px; 
    height:166px; 
    width:320px; 
    padding:25px; 
    color:#FFF;  
	z-index: 100;
}

.helpImg, .helpImgOver {
	position: relative; top: 3px; border: none;	
}

.helpImgOver {
	cursor: pointer;
}

span.checkout {
	color: rgb(120,164,14);
	font-weight: bold;
}

span.bestValueCheckout {
	color: #FFF;
	font-weight: bold;
}

span.small {
	font-size: 11px;	
}
