﻿/* Ship Price Trial Style - Start */
.ShipPriceTrial td
{
	text-align:center;
	border:solid 1px #f3cba5;
}

.ShipTitle, .ShowSailing, .ShipAnnotation
{
	padding-left:10px;
}

.ShowSailing, .ShipAnnotation
{
	font-size:13px;
}

.ShowSailing a
{
	color:blue;
	background:url('images/icon-file_finder_c0.gif') no-repeat center right;
	display:block;
	height:20px;
	width:120px;
	padding-top:10px;	
}

.leftheaderStyle
{
	text-align:left !important;	
}

.ShipPriceHolder div p
{
    float:left;
    width:80px;
    padding:5px;        
}
  
.ShipPriceHolder .RowStyle
{
    border-top:dashed 1px #fc830e;        
}

.PriceStyle
{
    color:Red;
    font-size:1.2em;
    font-weight:bold;
}

.ShipPriceHolder input[type="text"]
{
    width:50px;
    text-align:right;
}

.ShipAnnotation select
{
    margin-right:10px;
    float:right;
}
/* Ship Price Trial - End */

/* ShipHelpBuy Style - Start */

.floatLeft
{
    float:left;
}

.floatRight
{
    float:right;
}

/* 修正當float之後，div的空間消失問題 - Start */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/* 修正當float之後，div的空間消失問題 - End*/

/* ShipHelpBuy Style - End */
