#pricebox_container_inner{
	width: 942px;
	float: left;
	padding: 20px;
}

#pricebox_store_button{
	width: 160px;
	margin: 0 20px 0 0;
	height: 90px;
	float: left;
	cursor: pointer;
}

.buy_now_button { width:50px; height:19px; float:left; color:#f9f9f9; cursor:pointer; }
.buy_now_button_spinner { background:url(../../../images/icons/spinner_16x16_transparent.gif) no-repeat center center; width:50px; height:19px; float:left; color:#f9f9f9;}

#pricebox{
	width: 760px;
	float: left;
	border: solid 1px #eeeeee;
}

.pricebox_excl{
	display:block;
}

.pricebox_incl{
	display:none;
}

#pricebox_header{
	width: 100%;
	background: #f5f5f5;
	float: left;
	font-size: 10px;
	color: #555;
}

.pricebox_row{
	width: 100%; 
	height:auto; 
	float: left;
	border-top: solid 1px #f5f5f5;
	font-size: 10px;
	cursor: default;
	color: #555;
	line-height:normal;
}

.pricebox_row:hover{
	background: #f9f9f9;
}

.pricebox_row.no_hover:hover{
	background: none;
}

.togglePriceBoxRows{
	float: right;
	padding: 8px 0 8px 20px;
	margin-right: 5px;
	font-size: 10px;
	color: #555;
	border-right: solid 1px #eee;
	cursor: pointer;
	font-weight: bold;
}
.togglePriceBoxRows.arrowDown{
	bbackground: url(../../../images/icons/arrow_down_gray.gif) no-repeat 0 6px;
}

.togglePriceBoxRows.arrowUp{
	bbackground: url(../../../images/icons/arrow_up_gray.gif) no-repeat 0 6px;
}


.togglePriceBoxTax{
	float: right;
	bbackground: url(../../../images/icons/arrow_down_gray.gif) no-repeat 0 6px;
	padding: 8px 5px;
	margin-right: 5px;
	bborder-left: solid 1px #eee;
	font-size: 10px;
	color: #555;
	cursor: pointer;
	font-weight: normal;
}

#pricebox_col1{
	padding: 8px 5px;
	float: left;
	width: 85px;
}

#pricebox_col2{
	bbackground: pink;
	padding: 8px 5px 6px 5px;
	float: left;
	width: auto;
}

#pricebox_col3{
	bbackground: pink;
	padding: 8px 0px 6px 5px;
	float: right;
	width: 76px;
	text-align: right;
}

#pricebox_col4{
	bbackground: pink;
	padding: 8px 5px 6px 5px;
	float: right;
	width: 90px;
	text-align: right;
}

#pricebox_col5{
	bbackground: orange;
	padding: 8px 5px 6px 5px;
	float: right;
	width: 110px;
	text-align: right;
}

#pricebox_col5.header{
	text-align: left;
	padding-left: 10px;
	width: 165px;
}

#pricebox_col6{
	bbackground: gray;
	padding: 5px 10px 0 3px;
	float: right;
	wwidth: 50px;
}
