/* LAYOUT
------------------------------------*/

input.checkbox,
input.button,
.radio input,
input.radio,
#booking input.button,
#booking .radio input {
	width: auto !important;	
}

input.checkbox,
input.radio {
	border: 0 !important;	
	padding: 0 !important;	
	margin: 0 !important;	
}


INPUT.placeheld
{
	font-style: italic;
	color: #666;
}

#container{
	background:#FAFAFA;
}

#popup-container {
	background: #ffffff;
	min-height: 600px;
}

#popup-container #wrapper {
	padding: 10px;	
}

.margin{
    width: 960px;
    margin: 0 auto;
    position: relative;		
}	

/* HEADER
------------------------------------*/	

#header{
    background:url(../images/header-bg.png)
}
#header .margin {
	width: 1020px;
	left: 34px;	
}
#header h1{
    margin:0;
    padding:0;
}
#header .logo{
	margin-left: -10px;
    display: block;
    width: 220px;
    height: 60px;
    background: url(../images/logo.png);
    text-indent:-10000px;
	float: left;
}
#header .menu {
    margin: 0;
    padding: 0;
	float: left;
}

#header .menu .icons {
	float: left;
	padding: 0 4px;	
	display: table;
	position: relative;
}

#header .menu .login {
	float: left;	
}

#header .menu ul {
	float: left;
	margin: 0 15px 0 25px;
    padding: 0;
	
	background: #541D5C url('/images/menuBG.png') repeat-x scroll top left;
	border-right: 1px solid #3A1A3F;
}

#header ul li {
    float:left;
    list-style:none;
	margin: 0;
	padding: 0;
	
	border-left: 1px solid #3A1A3F;
	display: table;
}

#header ul li:hover {
	background: transparent url('/images/menuBGOver.png') no-repeat scroll top left;	
}

/* Requires wrapper for Firefox which otherwise doesn't recognise the position relative property on the link. */
#header .icon-wrapper {
	display: table-cell; 
	vertical-align: middle;
	position: relative;
}

#header ul li a,
#header .icons a {
	height: 59px;
    font-weight: normal;
    color: #E7B4EE;
    text-decoration: none;
    font-size: 11px;
	
	padding-left: 12px;
	padding-right: 12px;
	
	text-align: center;
	
	display: block;
	cursor: pointer;
}

#header .icons a {
	padding-top: 16px;	
	height: 43px;
}

#header ul li a {
	display: table-cell; 
	vertical-align: middle;
	position: relative;
}

#header .icons a {
	text-align: left;
	color: #EFDBF2;	
	font-weight: bold;
	
	padding-left: 5px;
	padding-right: 12px;
	
	position: relative;
}

#header .icons .shoppingCart {
	background: transparent url('/images/shoppingCartIconSmall.png') no-repeat scroll 0 12px;	
	padding-left: 46px;
}

#header .icons .calculator {
	background: transparent url('/images/calculatorIconSmall.png') no-repeat scroll 0 14px;	
	padding-left: 40px;
}

.bubble {
	position: absolute;	
	top: 0;
	left: 0;
	z-index: 100000;
}

.bubble,
.bubble * {
	cursor: text;
	display: block;		
	line-height: 1px;
}

.bubble {
	display: none;	
}

a:hover .bubble {
	display: block;	
}

.bubble .bubbleShadowLeft {	
	background: transparent url('/images/bubbleShadowLeft.png') repeat-y scroll top left;
	padding-left: 4px;
}

.bubble .bubbleShadowRight {
	background: transparent url('/images/bubbleShadowRight.png') repeat-y scroll top right;
	padding-right: 4px;
}

.bubble .bubbleTop {
	background: transparent url('/images/bubbleTop.png') repeat-x scroll bottom left;
	height: 8px;
}

.bubble .bubbleTopCornerLeft {
	background: transparent url('/images/bubbleTopCornerLeft.png') no-repeat scroll bottom left;
	padding-left: 9px;
}

.bubble .bubbleTopCornerRight {
	background: transparent url('/images/bubbleTopCornerRight.png') no-repeat scroll bottom right;
	padding-right: 9px;
}

.bubble .bubbleBottom {
	background: transparent url('/images/bubbleBottom.png') repeat-x scroll top left;
	height: 10px;
}

.bubble .bubbleBottomCornerLeft {
	background: transparent url('/images/bubbleBottomCornerLeft.png') no-repeat scroll top left;
	padding-left: 9px;
}

.bubble .bubbleBottomCornerRight {
	background: transparent url('/images/bubbleBottomCornerRight.png') no-repeat scroll top right;
	padding-right: 9px;
}

.bubble .bubbleArrow {
	width: 20px;
	height: 18px;
	background: transparent url('/images/bubbleArrow.png') no-repeat scroll bottom left;
	
	position: absolute;
	left: 69px;
	top: -15px;
}

.bubble .bubbleContent {
	background: #FFEFAE url('/images/bubbleBG.png') repeat-x scroll bottom left;
	padding: 18px 14px 15px 14px;
	min-height: 47px;
}

.bubble .bubbleContent,
.bubble .bubbleContent * {
	font-size: 11px;
	line-height: normal;
	
	color: #0B3953;
	font-weight: normal;
}

.bubble .title {
	font-weight: bold;
	font-size: 15px;
	letter-spacing: 0;
	padding-bottom: 10px;
	margin-top: -6px;
}

#header .icons .bubble {
	top: 60px;
	left: -40px;	
}

#header .icons .shoppingCart .bubbleContent {
	width: 146px;	
}

#header .icons .calculator .bubbleContent {
	width: 146px;	
}

#header ul li a:hover {
   background: transparent url('/images/menuBGRight.png') no-repeat scroll top right;
}

#header ul li.selected a,
#header ul li a:hover{
    color:white;
}


/* QUOTE
------------------------------------*/

div.quote{
    position:relative;
    z-index:1000;
}
div.quote .f-left{
	width: 230px;
}
#quote{
    font-size:11px;
}

#quote .header h2{
	color:white;
	padding: 12px 16px 10px;
	margin:0;
}
#quote .tabs{
    height: 25px;
    margin: 0 0 10px 0;
    padding: 0 0 0 16px;
}
#quote .tabs .tab{
	float: left;
}
#quote .tabs .tab a{
	display:block;
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
	color:white;
}
#quote .tabs .tab a.active{
	background:#FBC900;
	color:#64276D;
}
#ebayoptions {
    font-size:11px;
}

#EbayListings TD
{
	vertical-align: middle;
}

#quote.additional, #quote.additionalInt{
    background:url(../images/quote-bg-additional.png);
}
#quote a{
    color:#64276D;
}
#quote a:hover{
    color:#3EB4E2;
}
#ebayoptions h2,
#quote h2{
    font-size:18px;
    font-weight:bold;
}
#ebayoptions p,
#quote p{
    margin:0;
    padding:0 0 0 0;
    line-height:normal;
}
#ebayoptions input,
#ebayoptions select,
#quote input,
#quote select{
    font-size:11px;
    border:1px solid #ccc;
    padding:2px;
    margin:0;
}

.facebook {
	margin-top: 4px;	
}

#quote .section{
    padding: 6px 16px 0 16px;
}

#quote .dangerous-goods {
	
}

#quote .type input,
#quote .more input{
    border:none;
    padding:0;
}
#quote .from-to{
    /*float:left;
    width:70px;*/
    margin:0px 10px 0 0;
}
#quote .from-to p{
    margin:0;
    padding:0;
}
#quote .from-to input{
    width:70px;
}
#quote .from-to span{
    display:block;
}

#quote .description{
    width:110px;
    float:left;
}
#quote .description select,
#quoteFormBox select.itemDescription {
    width:100px;
}

#quoteFormBox .itemWeight,
#quoteFormBox .itemHeight,
#quoteFormBox .itemLength,
#quoteFormBox .itemDepth {
	font-family: Arial,sans-serif !important;
}

#quote .weight{
    width:70px;
    float:left;
}
#quote .weight input{
    width:50px;	
}
#quote .service{
    width:180px;
}
#quote .dimension{
    width:30px;
}

#quote .options{
    width: 185px;
    margin: 0 auto;
	padding: 10px 0 15px 0;
}
#quote .options p{
	padding-top: 5px;
}
#quote .options a, .ebayoptionslink {
    display:block;
    background:#64276D;
    text-align:center;
    color:white;
    font-size:11px;
	padding: 4px 0;
}
#quote .options a:hover, .ebayoptionslink {
	background: #29729C;
}
.rotate90 {
	display:inline-block;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	writing-mode: tb-rl;
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

#quote .calculate input{
    border: none;
}	

#quote .ebay{
    position:absolute;
    z-index:10;
    bottom:0px;
    left:10px;
}
#quote .ebay a{
    display:block;
    z-index:10;
    width:220px;
    background:url(../images/quote-ebay.png) no-repeat 50% 15px ;
    height:108px;
    text-indent:-100000px;
}
#quote input,
#quote img{
    vertical-align:middle;
}

#ebayoptions{
    background:url(../images/quote-additional-bg.png) no-repeat center right;
    height:320px;
    left:0px;
    position:absolute;
    bottom:50px;
    width:450px;
    z-index:10;
    -moz-border-radius-topRight:10px;
    -webkit-border-top-right-radius:10px;
    border-top-right-radius:10px;
    display:none;
    color:white;
}
#additional, #additionalInt{
    background: url(../images/quote-additional-bg-2.png);
    bottom: 40px;
    display: none;
    left: 225px;
    position: absolute;
    width: 350px;
    z-index: 10;
}
#additionalInt h2,
#ebayoptions h2,
#additional h2{
    color:white;
}
#additionalInt .inner,
#ebayoptions .ebayinner,
#additional .inner{
    padding:15px;
}
#additionalInt .shadow,
#ebayoptions .shadow,
#additional .shadow{
    background:url(../images/quote-additional-shadow.png) repeat-y left;
}
#additionalInt .section,
#ebayoptions .section,
#additional .section{
    background: url(../images/quote-additional-section-bg.png) repeat-x;
    margin: 0 0 1px;
    /*padding: 12px 10px 10px 0px;*/
    padding: 17px 10px 15px 0;
    position: relative;
	color: white;
}
#additionalInt .section p,
#ebayoptions .section p,
#additional .section p{
    padding-left:45px;
}

#additionalInt .help,
#ebayoptions .help,
#additional .help{
    position:absolute;
    z-index:10;
    right:25px;
    top:0;
}
#additionalInt .help span,
#ebayoptions .help span,
#additional .help span{
    background:url(../images/quote-additional-help-box-arrow.png) no-repeat right;
    width:20px;
    height:20px;
    position:absolute;
    z-index:10;
    top:10px;
    left:-20px;
}
#additionalInt .help a.icon,
#ebayoptions  .help a.icon,
#additional .help a.icon{
    background:url(../images/help.png);
    width:14px;
    height:14px;
    position:absolute;
    z-index:10;
    top:12px;
    right:11px;
    color:#333333;
    font-weight:normal;
}

#additionalInt .help a.icon:hover .box,
#ebayoptions .help a.icon:hover .box,
#additional .help a.icon:hover .box{
    display:block;
}
#additionalInt .help a.icon .box,
#ebayoptions .help a.icon .box,
#additional .help a.icon .box{
    position:absolute;
    left:20px;
    top:-12px;
    width:228px;
    border:1px solid #2E84B7;
    background:white;
    color:#333333;
    display:none;
}

#additionalInt .help .box div,
#ebayoptions .help .box div,
#additional .help .box div
#subContainer .help .box div{
    padding:10px;
}
#additionalInt .col,
#ebayoptions .col,
#additional .col
#subContainer .col{
    float:left;
    width:188px;
    margin-right:15px;
}
#additionalInt .col.col2,
#ebayoptions .col.col2,
#additional .col.col2{
    margin-right:0px;
}

.question span.describequote {
	text-transform:uppercase;
}

#quote .receipt input,
#quote .truck input,
#quote .po input,
#quote .after-hours input,
#quote .next-flight input,
#quote .delivery-window input{
    border:none;
    padding:0;
    margin:0;
}
#additionalInt .icon,
#ebayoptions .icon,
#additional .icon{
    position:absolute;
    z-index:10;
    left:5px;
    top:10px;
    width:32px;
    height:32px;
    background-position:center;
    background-repeat:no-repeat;
}

#ebayoptions .service .icon{		background-image:url(../images/bestprice.png)}
#additionalInt .receipt .icon,
#ebayoptions .receipt .icon,
#additional .receipt .icon{			background-image:url(../images/quote-icon-receipt.png)}

#additionalInt .assurance .icon,
#ebayoptions .assurance .icon,
#additional .assurance .icon{		background-image:url(../images/quote-icon-shield.png)}

#additionalInt .truck .icon,
#ebayoptions .truck .icon,
#additional .truck .icon{			background-image:url(../images/quote-icon-truck.png)}

#additionalInt .po .icon,
#ebayoptions .po .icon,
#additional .po .icon{				background-image:url(../images/quote-icon-mailbox.png);}

#additionalInt .after-hours .icon,
#ebayoptions .after-hours .icon,
#additional .after-hours .icon{		background-image:url(../images/quote-icon-afterhours.png)}

#additionalInt.delivery-window .icon,
#ebayoptions .delivery-window .icon,
#additional .delivery-window .icon{	background-image:url(../images/quote-icon-clock.png)}

#additionalInt .next-flight .icon,
#ebayoptions .next-flight .icon,
#additional .next-flight .icon{		background-image:url(../images/quote-icon-plane.png);}

#additionalInt .dangerous-goods .icon,
#additional .dangerous-goods .icon{		background-image:url(../images/quote-icon-bomb.png);}

#additionalInt .notification .icon,
#additional .notification .icon{		background-image:url(../images/quote-icon-notification.png)}

#additionalInt select#receipt,
#additionalInt select#TailLift,
#additionalInt select#Service,
#additionalInt select#dangerousGoods,
#additionalInt p#transportAssurance,
#additional select#receipt,
#additional select#TailLift,
#additional select#Service,
#additional select#dangerousGoods,
#additional p#transportAssurance {
	margin-top: 6px;
}

/* CONTENT
------------------------------------*/

#trust{
    height:490px;
	width:730px;
    background:#53A2CC;
	position: relative;
}
#rotator4 #images{
	position: absolute;
	z-index: 9;
	left: 20px;
	top: 0;
	width:100%;
	height: 490px;
    /*background:url(../images/trust-bg.jpg) center no-repeat;		*/
	margin:0;
	padding:0;
	list-style:none;
}
#rotator4 #images .margin{
	background-repeat:no-repeat;
	background-position:center;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	width:100%;
	height: 490px;
	margin:0;
	padding:0;
	color: white;
	font-size: 16px;
	font-weight: bold;	
}
	
	#rotator4 #images .margin div{
		padding: 80px 0 0 15px;
		width: 300px;
	}
	#rotator4 ul{
		margin: 0;
		padding: 0;
	}
	#rotator4 ul li{
		background:url("../images/trust-divider.png") no-repeat scroll left bottom transparent;
		list-style:none outside none;
		margin:0 0 5px;
		padding:0 0 10px;
	}
	#rotator4 ul li:last-child{
		background:none;
	}
	#rotator4 .image p.title{
		font-size:22px;
	}
	#rotator4 .image p{
		
	}

	#rotator4 #images a{
		display:block;
		position:absolute;
		z-index:100;
		height:490px;
		top:0;
		left:0;
		width:100%;
	}
	
#images-indicators{
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 440px;
    z-index: 1000;
}
#images-indicators li{
	float:left;
	margin:0 1px 0 0;
	padding:0;
	list-style:none;
}
#images-indicators li a{
	display:block;
	width:12px;
	height:12px;
	background:white;
	opacity:.5;
	filter:alpha(opacity=50);
}
#images-indicators li a.selected,
#images-indicators li a:hover{
	opacity:1;
	filter:alpha(opacity=100);	
}

#trust #text{
    height: 490px;
    left: 50%;
    margin: 0 0 0 -480px;
    position: absolute;
    top: 0;
    width: 960px;
    z-index: 100;
}
#trust h1{
    background: url("../images/welcome-heading.png") repeat scroll 0 0 transparent;
    height: 88px;
    left: 10px;
    position: absolute;
    text-indent: -10000px;
    top: 55px;
    width: 489px;
    z-index: 10;
	font-size:48px;
}

#trust .margin {
	position:relative;
	width:520px;
}

#trust .owned{
	width:87px;
	height:36px;
	background: url(../images/aussie-owned.png);
	position: absolute;
	z-index: 10;
	top: 35px;
	right: 0;
}
#social{
    position: absolute;
	left: 10px;
    top: 590px;
    z-index: 100;	
	/*opacity:0.5;
	filter:alpha(opacity=50);*/
}
/*#social:hover{
	opacity:1;
	filter:alpha(opacity=100);	
}*/

#social .google {
	float:left;
	width:70px;	
}

#social .facebook {
	float:left;
	width: 130px;	
	margin-top:0px;
}

#what-when {
    height:120px;
    background:url(../images/what-when-bg.png);
	color:white;
}

#what-when ul {
    margin: 0;
    padding: 0;
    list-style: none;
    left: 0;
    top: 0;
    width: 960px;
    height: 120px;
}

#what-when ul li {
	display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: normal;
	float: left;
}

#what-when h2 {
    font-weight:bold;
    color:white;
    font-size:15px;
    margin-bottom:0;
    line-height:normal;
}

#what-when p{
    font-size:13px;
	color:white;
}
#what-when a{
	color:white;
}
#what-when a:hover{
	color:#FBC900;
}

#what-when span.title,
#what-when span.description {
	display: block;
}

#what-when span.title {
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 4px;
}

#what-when span.description {
	font-size: 12px;
}

#what-when ul li a {
	display: block;
    height: 90px;
	width: 130px;
   
    padding: 24px 0px 0 0;
	font-weight: normal;
}

#what-when ul li.whyChoose {
	background: transparent url("/images/whySmartIcon.png") no-repeat scroll 0 28px;	
}

#what-when ul li.whyChoose a { 
	width: 90px;
}

#what-when ul li.gettingStarted {
	background: transparent url("/images/gettingStartedIcon.png") no-repeat scroll 0 28px;	
}

#what-when ul li.gettingStarted a { 
	width: 120px;
}

#what-when ul li.whyChoose,
#what-when ul li.gettingStarted {
	padding-left: 72px;
}

#what-when ul li.whyChoose .title,
#what-when ul li.gettingStarted .title { 
	margin-top: 17px;
}

#what-when ul li.what {
	background: transparent url("/images/boxIcon.png") no-repeat scroll 0 26px;	
	padding-left: 89px;
}

#what-when ul li.what a { 
	width: 142px;
}

#what-when ul li.what {
	background: transparent url("/images/boxIcon.png") no-repeat scroll 0 26px;	
	padding-left: 89px;
}

#what-when ul li.what a { 
	width: 142px;
}

#what-when ul li.when {
	padding-top: 22px;	
}

#what-when ul li.when form {
    display: block;
    z-index: 10;
    width: 291px;
    height: 80px;	
	
	position: relative;
	background: transparent url("/images/trackGoodsBG.png") no-repeat scroll top left;	
}

#what-when ul li.gettingStarted,
#what-when ul li.what,
#what-when ul li.when {
	margin-left: 28px;	
}

#what-when ul li.when span.title {
	position: absolute;
	top: 7px;
	left: 83px;
}

#what-when ul li.when span.input {
	display: block;
	position: absolute;
	top: 33px;
	left: 88px;
	width: 202px;
}

#what-when ul li.when .text {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: #666666;
    font-style: italic;
    width: 130px;
	height: 16px;
	float: left;
	
	position: relative;
	top: 5px;
}
#what-when ul li.when .submit {
    background: none repeat scroll 0 0 #29729C;
    border: medium none;
    color: white;
    cursor: pointer;
    font-weight: bold;
    text-align: center;
    height: 28px;
    width: 70px;
	padding: 0;
	margin: 0;
	float: right;
}

#info {
	background: #FAFAFA;
	padding: 10px 0;
}

#info #about.inner  h2 {
	font-size: 14px;
	font-weight: bold;	
}

#info #about {
	height: 440px;
}

#info #about.inner {
	font-size: 12px !important;
}

#info .wrapper {
	width: 960px;
	margin: 0 auto;	
}

#info .dark,
#info .light,
#info .white {
	float: left;
	background-color: transparent;
	padding: 0;
	margin: 0;	
}

#info * {
	background-color: transparent;
	padding: 0;
	margin: 0;		
}

#info .top,
#info .bottom {
	line-height: 1px;	
}

#info .top,
#info .inner,
#info .bottom {
	width: 240px;
	height: 20px;
	
	background: transparent none no-repeat scroll top left;
}

#info .white .top,
#info .white .inner,
#info .white .bottom {
	width: 480px;
}

#info .inner {
	height: 409px;
	width: 200px;
	padding: 0 20px;
	background-repeat: repeat-y;
}

#info .upper .inner {
	height: 260px;
}

#info .lower .inner {
	height: 125px;
}

#info .white .inner {
	width: 440px;	
}

#info .dark .top {
	background-image: url("/images/info-dark-top.png");	
}

#info .light .top {
	background-image: url("/images/info-light-top.png");	
}

#info .white .top {
	background-image: url("/images/info-white-top.png");	
}

#info .dark .inner {
	background-image: url("/images/info-dark-middle.png");	
}

#info .light .inner {
	background-image: url("/images/info-light-middle.png");	
}

#info .white .inner {
	background-image: url("/images/info-white-middle.png");	
}

#info .dark .bottom {
	background-image: url("/images/info-dark-bottom.png");	
}

#info .light .bottom {
	background-image: url("/images/info-light-bottom.png");	
}

#info .white .bottom {
	background-image: url("/images/info-white-bottom.png");	
}

#info .benefits .inner {
	padding-top: 3px;	
	height: auto;
}

#info .benefit,
#info .yellow {
	position: relative;
}

#info .benefit .icon,
#info .yellow .icon {
	position: absolute;
	top: -5px;
	left: -56px;
	background: transparent none no-repeat scroll top left;
}

#info .benefit .content,
#info .yellow .content {
	padding: 17px 14px 16px 69px;
	font-size: 11px;
	font-weight: normal;
}

#info .benefit .title-wrapper,
#info .yellow .title-wrapper {
	padding-bottom: 10px;	
}

#info .strikethrough + .title-wrapper {
	padding-top: 6px;
	padding-bottom: 0;	
}

#info .strikethrough {
	font-size: 11px;
	text-decoration: line-through;	
	margin-top: -4px;
}

#info .benefit .title,
#info .yellow .title {
	font-size: 13px;
	line-height: 14px;
	font-weight: bold;
	position: relative;
}

#info .benefit .arrow,
#info .yellow .arrow {
	height: 8px;
	width: 6px;
	
	position: absolute;
	bottom: 3px;
	right: -12px;
	
	background: transparent url("/images/infoArrow.png") no-repeat scroll top right;
}

#info .benefit {	
	display: block;
	cursor: pointer;
	
	width: 198px;
	height: 119px;
	background: transparent url("/images/infoBox.png") no-repeat scroll top left;
}

#info .benefit:hover {
	color: #ffffff;
}

#info .benefit + .benefit {
	margin-top: 6px;
	height: 133px;
	background-image: url("/images/infoHigherBox.png");
}

#info .benefits .yellow {
	width: 198px;
	height: 123px;
	background: transparent url("/images/infoYellow.png") no-repeat scroll top left;	
}

#info .benefits .lower {
	margin-top: -18px;
}

#info .latest .inner {
	padding: 15px 31px;	
	height: 379px;
	width: 178px;
}

#info .blurb .inner {
	padding: 14px 30px;	
	height: 377px;
	width: 420px;
	
	color: #000000;
}

#info .shoppingCart .icon {
	width: 121px;
	height: 115px;
	
	background-image: url("/images/shoppingCart.png");
}

#info .calculator .icon {
	width: 111px;
	height: 116px;
	
	background-image: url("/images/calculator.png");
	left: -40px;
	top: 10px;
}

#info .calculator .content {
	background: url("/images/ebaytiny.png") bottom right no-repeat;
}

#info .noAccount .icon {
	width: 103px;
	height: 103px;
	
	background-image: url("/images/noAccount.png");
	top: 8px;
	left: -40px;
}

#info .blurb h2 {
	padding-bottom: 13px;	
}

#info .blurb p + p {
	padding-top: 12px;
}

#quicklinks{
	position:relative;
    color:white;
	padding: 10px 20px;
}

.quote_page #quicklinks {
	padding: 0;
    padding:20px;
    background:#64276D;
    -moz-box-shadow: 0px 0px 5px #888;
    -webkit-box-shadow: 0px 0px 5px #888;
    box-shadow: 0px 0px 5px #888;
}

.quote_page #quicklinks .pin{
    position:absolute;
    z-index:10;
    top:-25px;
    right:0;
    width:39px;
    height:58px;
    background:url(../images/pin.png);
}

#quicklinks h2{
    color:white;
    font-size:15px;
    font-weight:bold;
}	

#quicklinks ul{
    margin:0;
    padding:0;
}

#quicklinks ul li{
    margin:0 0 5px;
    padding: 3px 0 10px 0;
    background:url(../images/quicklinks-divider.png) no-repeat left bottom;
    list-style:none;
}

#quicklinks ul li.whyChoose {
	background: transparent url("/images/whySmartIcon.png") no-repeat scroll 0 10px;	
	padding: 0px 0px 0px 72px;
	height: 80px;
}

#quicklinks ul li.whyChoose span.title {
	margin-top: 17px;
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 4px;
}

#quicklinks ul li.whyChoose a {
	display: block;
	height: 90px;
	padding: 24px 0px 0px 0px;
}

#quicklinks ul li:last-chil d{
    background:none;
}
#quicklinks ul li a {
    color:white;
    font-weight:normal;
}
#quicklinks ul li a:hover{
    color:#F93;	
}

#home-box-options {
	min-height: 330px;
	background-color: red;
}

.idea,
#latest{
	position:relative;
    color: white;
}
.quote .idea {
    float:left;
    padding:20px;
    background:#3EB4E2;
    -moz-box-shadow: 0px 0px 5px #888;
    -webkit-box-shadow: 0px 0px 5px #888;
    box-shadow: 0px 0px 5px #888;	
    margin:0 30px 0 0;
	font-size: 13px;
	line-height: 17px;
	float: none;
	margin: 45px 0;
}

.yellow-idea {
    float:left;
    padding:20px;
    background: #FDF21E;
    -moz-box-shadow: 0px 0px 5px #888;
    -webkit-box-shadow: 0px 0px 5px #888;
    box-shadow: 0px 0px 5px #888;	
    margin:0 30px 0 0;
	font-size: 13px;
	line-height: 17px;
	float: none;
	margin: 45px 0;
	position: relative;
}

.yellow-idea .bulb{
    position:absolute;
    z-index:10;
    top:-25px;
    right:0;
    width:43px;
    height:50px;
    background:url(../images/bulb.png);
}


.quote .idea.alt {
	background: #fac900;
	color: #333333;
}

.quote .idea.alt a {
	color: #333333;	
	font-weight: normal;
}
.quote .idea.alt  h2 {
	color: #333333;
}

#latest .browse {
	text-align: right;
}

.idea h2,#latest h2{
    color:white;
    font-size:15px;
    font-weight:bold;
}

.quote .idea .bulb,
.quote #latest .bulb{
    position:absolute;
    z-index:10;
    top:-25px;
    right:0;
    width:43px;
    height:50px;
    background:url(../images/bulb.png);
}	
.idea{
    font-size: 14px;
    float:none;
    margin: 45px 0;
}
.idea a{
    color: yellow;
}

#subpage{
    padding:20px 0 20px 0;
}
#subpage .margin div.inner{
    padding:20px 0 0 280px;
}
.content-top{
	height:10px;
	background:url(../images/content-top.png) center no-repeat;
	font-size:1px;
	margin:20px 0 0 0;
}
.content-middle{
	background:url(../images/content-middle.png) center repeat-y;
	margin:0;
}
.content-bottom{
	height:10px;
	background:url(../images/content-bottom.png) center no-repeat;
	font-size:1px;
	margin:0 0 20px 0;
}

#testimonial{
	padding-top: 10px;
}
.testimonial{
	position: relative;
	width: 340px;
	margin:0 0 75px 0;
}
.testimonial-text{
    background: none repeat scroll 0 0 #F5F5F5;
    border: 1px solid #efefef;
    padding: 15px 15px 5px 15px;
	/*margin: 0 10px;*/
}
.testimonial-author{
    background: url("../images/testimonial-author-bg.png") no-repeat scroll left top transparent;
    bottom: -47px;
    font-style: italic;
    height: 38px;
    left: 15px;
    padding: 10px 0 0 46px;
    position: absolute;
    z-index: 10;
}
.transportassuranceconditions li{
	padding-bottom: 10px;
}
.transportassuranceconditions li ul{
	margin: 0;
    padding: 10px 10px 10px 15px;
}
.transportassuranceconditions li ul li{
	padding-bottom: 0;
}

.servicebenefits-intro{
	 background: none repeat scroll 0 0 #F5F5F5;
	padding: 15px 15px 5px 15px;
	margin: 0 0 20px 0;
}
#servicebenefits{
	
}
.servicebenefits{
    /*float: left;
    margin: 0 10px 20px;
    padding: 10px;*/
    width: 220px;
	margin: 0 0 20px 0;
	zoom:1;
	float:left;
}

.servicebenefits .inner{
    background: none repeat scroll 0 0 #F5F5F5;
	padding: 15px 15px 5px 15px;
	zoom:1;
	position: relative;
	display: block;
	/*margin: 10px 10px 0 10px;*/
}
.servicebenefits p{
	margin: 0;
	padding: 0 0 10px 0;
}
.servicebenefits p.image{
	height:128px;
}
.servicebenefits h3{
    font-size: 16px;
    font-weight: bold;
    line-height: 15px;
}
.servicebenefits.first{
	clear:both;
}
.freightgateway{
    background: none repeat scroll 0 0 #F5F5F5;
    margin: 0 0 10px;
    padding: 20px 20px 10px;
}
.freightgateway-image{
	float: right;
	margin:0 -30px 0 30px
}
.freightgateway-partner{
    background: none repeat scroll 0 0 #53A2CC;
    color: white;
    padding: 15px 180px 10px 20px;
	position: relative;
}
.freightgateway-partner-image{
	position: absolute;
	z-index: 10;
	right: 40px;
	top: 10px
}
.freightgateway-developer a{
	display: block;
	background:#29729C;
	padding: 8px 0;
	text-align: center;
	color: white;
	font-size: 16px;
}

#buckets{
    background: url("../images/buckets-bg.png") no-repeat scroll 50% 10px #323232;
    height: 170px;
    padding: 20px 0 5px;
}	
#buckets .bucket{
    float:left;
    width:231px;
    height:160px;
    margin:0 10px 0 0;
    -moz-box-shadow: 0px 0px 5px #888;
    -webkit-box-shadow: 0px 0px 5px #888;
    box-shadow: 0px 0px 5px #888;		
}
#buckets .bucket.last{
    margin:0;
}


/* FOOTER
------------------------------------*/	

#footer{
    background:#323232;
    color:white;
	padding-bottom: 20px;
}
#footer ul{
    margin:0;
    padding:0;
}
#footer ul li{
    margin:0 10px 0 0;
    padding:0;
    list-style:none;
    float:left;
}
#footer a{
    color:white;
    font-weight:normal;
}
#footer a:hover{
    color:#999;
}
#footer .credits{
	padding-top: 5px;
    font-size:11px;
}

/* TABLES
------------------------------------*/

.table{
    margin:0 0 15px 0;
    width:100%;
    border-right:1px solid #FDE4E4;
    border-top:1px solid #FDE4E4;		
}
.table thead td{
    background:#FDE4E4;
    font-weight:bold;
}
.table td{
    padding:5px;
    background:white;
    border-left:1px solid #FDE4E4;
    border-bottom:1px solid #FDE4E4;
}
#ebay_transport_assurance_value,
#transport_assurance_value,
#ebay_freightpercentagevalue{
    width: 50px;
}
.section.assurance p a{
    color: yellow !important;
    font-weight: normal !important;
}
.section.assurance p a:hover {
	text-decoration: underline;
}


/* QUOTE PAGE 
	==================================*/

#quickQuoteContentTable{
    font-size:10px;
    padding:10px 0px;
}

#quickQuoteContentTable input{
    margin:0px;
    padding:0px;
}

#quickQuoteContentTable #moreItemsLink{
    color:#000000;
    font-size:12px;
    font-weight:bold;
}

#quickQuoteContentTable td{
    padding:0px 0px 6px 0px;
    vertical-align:middle;
}

#quickQuoteWrapper{
    background:url(../images/quoteBG.jpg) repeat-y;
    float:left;
    width:218px;
}

#quickQuote LABEL
{
	
}

#quickQuote #Service,
#quickQuote #dangerousGoods
{
	float: right;
}

.quoteHeader{
    margin: 2em 0 0.25em 0;
    padding: 0 0 0.25em 0;
    border-bottom: 1px solid #ccc;
    width:560px;
    font-size:24px;
    font-family: "Trebuchet MS",Tahoma,Arial,sans-serif;;
    font-weight:normal;
    color:black;
    /*    font-weight: normal;
	color:#FFFFFF;
	background-image:url(../images/quoteHeaders.png);
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/quoteHeaders.png', sizingMethod='scale');
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	height:16px;
	margin:15px 0px 10px 0px;
	padding:2px 5px;
	text-transform:uppercase;
	width:709px;*/
}
.quoteQuestion{
    vertical-align:middle;
}
.sideNote{
    font-size:10px;
}
#quoteProducts
{
    border-collapse: collapse;
    border: 1px solid #ccc;
}
#quoteProducts TH
{
    background-color: #ddd;
    padding: 6px;
}
#quoteProducts TH IMG
{
    vertical-align: bottom;
}
#quoteProducts TBODY
{
    border-bottom: 1px solid #ccc;
}
#quoteProducts TBODY TD
{
    white-space: nowrap;
}
#quoteProducts TFOOT TD
{
    padding: 6px;
}
#quotelines
{
    border-top: 1px solid #ccc;
}
#quoteProducts INPUT[name=weight]
{
    width: 58px;
}
#quoteError
{
    position: absolute;
    top: 280px;
    left: 520px;
    width: 200px;
}
.removequoteline{

}
.ui-state-active, .ui-widget-content .ui-state-active 
{ 
    color: red !important;
    font-weight: bold !important;
}

.phol span{ 
    color: black !important;
	background: url(../images/cross.gif) no-repeat right !important; 
}


.warningmsg {
	font-size: 11px;
	text-align: justify;
	color:red	
}

.printermsg {
	font-size: 11px;
	font-weight: normal;	
}

/* FAQ
==========================*/

.faqHeadings,
#faqTable h3{
    color:#990099;
    font-weight:bold;
    line-height: 100%;
    margin:0;
    font-size: 18px;
	
	font-family: "Trebuchet MS",Tahoma,Arial,sans-serif;
}

#faqTable td {
    padding: 10px 16px 0 0;
    vertical-align:top;
}

#faqTable td + td {
	padding-right: 0;	
}

#faqTable tr + .question td {
	padding-top: 30px;	
}

/* QUOTE PAGE
==============================*/
#quotelines tr td:first-child{
    text-align:center;
}

/* CUSTOMER SERVICE 
==============================*/

#customerservice label{
    color: #a432a3;
    font-size: 14px;
    display: block;
    text-transform: uppercase;
    margin-top: 1em;
    font-weight: bold;
}
#customerservice input{
    width: 91%;
}
#customerservice .submit-image{
    width: auto;
    border: 0;
    padding: 0;
    margin-top: 2em;
}
.left-col,
.right-col{
    width: 320px;
    float:left;
}

#customerservice .right-col textarea{
    height: 159px;
    width: 340px;
}
#customerservice .right-col .hint{
    float: right;
    margin-top: 17px;
}
#customerservice .top label{
    display: inline;
}
.form .hint{
    font-size: 11px;
    color:#767676;
    font-weight: bold;
}
/* BOOKINGS 
=====================*/

div.border{
    border: 1px solid #c2c1c1;
    padding: 1em;
    margin-bottom: 1em;
}
#quoteFormBox
{
	background:#fff;
}

.question {
	height:30px;
}

.question span {
	float:right;
	display:block;
	width:250px;
}

.edit {
	float:right;
	display:block;
	width:200px;
	overflow:auto;
}

#quoteFormBox table {
	border: 0;
	background: none;
	width: 100%;
	margin-top: 20px;
}

#quoteFormBox label {
	display: inline;
}

#quoteFormBox #completepickup,
#quoteFormBox #completedelivery {
	margin-left: 8px;
}

#quoteFormBox table thead th,
#quoteFormBox .left-col label,
#quoteFormBox .right-col label,
.form label {
	color: #A432A3;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
}

#quoteFormBox table td {
    padding: 1em 1em 1em 0;
    background: none;
    border: 0;
}

#quoteFormBox table th {
	padding-right: 1em;
	padding-bottom: 1em;
}

.ebayItems table tr:first-child .removequoteline,
#quoteFormBox table tr:first-child .removequoteline{
    display:none;
}
#quoteFormBox table td:first-child{
    text-align:center;
}
#quoteFormBox table td img{
    margin-bottom: -10px;
}

#quoteFormBox.dataTable table thead tr,
#quoteFormBox table tbody tr {
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
}

#quoteFormBox.dataTable table thead tr th {
	padding-bottom: 8px;	
}

#quoteFormBox P label{
    width: 200px;
    float: left;
    clear: left;
}
.postcodes{
	position: absolute;
	margin: 5px 0 10px 0;
	z-index: 500;
	border: 1px solid #aaa;
}
.postcodes ul{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 250px;
	background-image: url(../images/transparent-white.png);
	background-repeat: repeat;
}
.postcodes ul li{
	margin: 0 0 1px 0;
	padding: 0;
	list-style: none;
}
.postcodes ul li a{
	text-transform: none;
	font-size: 11px;
	background: white;
	height: 100%;
	width: 80%;
	display: block;
	padding: 2px 4px;
}

.submit-image{
    float: right;
	margin-top: 10px;
}
.bookingTitleCells label{
    text-transform: none;
}
#booking input, .bookingSelect{
    width: 71% !important;
}

.editquote
{
	display: none;
}

/* COMMON
-------------------------*/
.form h2{
    margin: 2em 0 0.25em 0;
    padding: 16px 0 0.25em 0;
    border-bottom: 1px solid #ccc;
}

.quotepage h2 {
	margin-top: 0.25em;
}

/* QUOTE FORM: Other Services
------------------------------*/
.otherServices{
}
.t-right{
    text-align: right;
}
.otherServices .left-col,
.otherServices .right-col{
    width: 300px;
}
.otherServices .question{
    line-height: 1em;
    padding: 15px 0;
    border-bottom: 1px dashed #cfcfcf;
    text-align:right;

    color:black;
    font-weight:bold;
}
.otherServices label{
    width:300px;
    float: left;
    text-align:left;
}
.otherServices h2{
    margin-bottom:0;
}

.question .box span,
#quoteFormBox tbody .box span,
#booking .box span,
#makeBookingBox .box span {
    background:url(../images/quote-additional-help-box-arrow.png) no-repeat right;
    width:20px;
    height:20px;
    position:absolute;
    z-index:1000;
    top:5px;
    left:-20px;
}
.question .box,
#quoteFormBox tbody .box,
#booking .box,
#makeBookingBox .box {
    position:absolute;
    z-index:1000;
    left:0px;
    top:-12px;
    width:228px;
    border:1px solid #2E84B7;
    background:white;
    color:#333333;
    display:none;
    font-size:10px;
    font-weight:normal;
}

.fileBookingSubTable .question .box {
	width: 100px;
}

.question a.icon ,
#quoteFormBox tbody a.icon ,
#booking a.icon,
#makeBookingBox a.icon {
	display: inline-block;
	display: -moz-inline-block;
	position: relative;
}
.question a.icon:hover .box,
#quoteFormBox tbody a.icon:hover .box,
#booking a.icon:hover .box,
#makeBookingBox a.icon:hover .box {
    display:block;
	left: 20px;
	top: -8px;
}
.question a.icon .box div,
#quoteFormBox tbody a.icon .box div,
#booking a.icon .box div,
#makeBookingBox a.icon .box div {
    padding:10px;
}

#quoteFormBox tbody a.icon img,
#makeBookingBox a.icon img {
    margin: 0;
}

#wholeValue{
    width: 125px;
}
#twValue{
    background-color: #CCCCCC;
}

.quote_page #quicklinks{
    margin-top: 40px;
}
ul.ui-autocomplete,
ul.ui-autocomplete li{
    list-style:none !important;
    font-size:13px !important;
}
.overflow{
    overflow:auto;
}

#makeBookingBox{
    overflow:auto;
	background-color: #fff;
}
.editquote{
/*    display: none;*/
}
#fullquote .radio .left-col{
    clear:left;
}
/* SIDEBAR BOXES
-----------------------------------*/

#transportDescription
{
	background-color: #fff;
}

#transportDescription TH,
#transportDescription TD
{
	padding: 8px;
}

#NewsItems {
	position: relative;	
	height: 328px;
}

#latest UL {
	margin: 0;
	padding: 0;
}
#latest UL LI {
    list-style-type: none;
    margin: 0;
    padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	
	padding-top: 14px;
}
#latest UL LI + LI {
	display: none;
}
.browse a{
	cursor:pointer;
}

#eBayHelp {
	display: none;
}

/* ADMIN AREA
------------------------------*/


BODY.admin #subpage
{
	overflow: auto;
}

BODY.admin #subpage .margin {
	width:auto;
	margin:auto;
	margin-left:0px;
	position:static;
}

BODY.admin #subpage .margin div.inner
{
	padding: 10px 0 0 10px;
	margin-left:230px;
}

BODY.admin H1
{
	font-size: 22px;
}

BODY.admin UL
{
	margin: 0;
	padding: 0;
	padding-left: 12px;
	list-style-type: none;
}

BODY.admin UL LI 
{
	padding: 2px;
	list-style-type: none;
}

BODY.admin .idea
{
	margin: 0;
}

BODY.admin, BODY.admin TH, BODY.admin TD
{
	font-size: 14px;
}

.bookingTable {
	width:700px;
	margin-top:20px;
}

.bookingTable tr.highlight {
	background-color:#dedae8;
}

.bookingTable tr td:first-child,
.bookingTable tr td + td + td {
	text-align:right;
}

.bookingTable tr.highlight td,
.bookingTable tr td + td + td + td {
	text-align:left;
}

.goods td {
	text-align:left !important;
}

.bookingTable th{
	background: #83398e;
	padding:5px;
	color:#fff;
	font-weight:bold;
}

BODY#tinymce
{
	background: inherit;
}


BODY.admin .userList {
        border:1px solid #ddd;
}


BODY.admin .userList tr:nth-child(even) {
	background: #dedae8;
}

BODY.admin .userList th {
        border:1px solid #ddd;
		background:#83398e;
        padding: 3px;
		color:#fff;
}

BODY.admin .userList th a {
	color:#fff !important;
}

BODY.admin .userList td {
        padding:3px;
        border-bottom:1px solid #ccc;
		cursor: pointer;
}

BODY.admin .bookingTable td {
	padding:3px;
	border-bottom:1px solid #ccc;
}

BODY#calculator
{
	background-color: #fff;
	width: 600px;
	overflow: auto;
	margin: 5px;
	padding: 3px;
	border: 1px solid #ccc;
	font-size: 80%;
}

BODY#calculator H1
{
	font-size: 20px;
}

BODY#calculator H2
{
	font-size: 16px;
	width: 592px !important;
}

BODY#calculator TD,
BODY#calculator TH
{
	font-size: 12px !important;
}

BODY#calculator LABEL
{
	font-size: 12px !important;
}

BODY#calculator #quoteFormBox
{
	width: 592px;
	padding: 2px;
	border-left: 0 none #000;
	border-right: 0 none #000;
	border-top: 0 none #000;
}

BODY#calculator .left-col,
BODY#calculator .right-col
{
	width: 300px;
}

span#corpResult
{
        display: block;
}
/* WE LOVE EBAY
-------------------------*/
.loveebay .sidebar-box{
    border-left: 1px solid white;
    border-top: 1px solid white;
    padding: 10px;
}
.loveebay .outer-box{
    border: 1px solid #cccccc;
    margin-bottom: 20px;
}
.loveebay ul li{
    list-style-type: disc !important;
}
.loveebay ul ul li{
    list-style-type: circle !important;
    padding: 0 0 0.35em 0;
}
.loveebay ul ul {
    margin-bottom: 0;
}
.loveebay li.strong{
    font-weight:bold;
} 
.loveebay h1{
    margin-bottom: 1em;
}
.loveebay ul.strong{
    margin-left: -6px;
}
.loveebay ul.strong li{
    font-size: 15px;
    list-style:none !important;
    background: transparent url(../images/active.png) no-repeat 0 50%;
    padding: 0 0 0 20px;
    margin-bottom: 9px;
}
.loveebay a.hint span{
    color: #aaaaaa;  display:block;
}

.loveebay table.cross td{
    width: 45%;
    padding: 10px;
    text-align:center;
}
.loveebay table.cross .top td{
    border-bottom: 1px solid #efefef;
}

.loveebay table.cross td.first{
    border-right: 1px solid #efefef;
}
.loveebay table.cross td.second{
    /*border-left: 1px solid white;*/
}
.loveebay table.cross{
    cell-spacing:0;
    border-collapse: separate;
    margin:0 0 25px 0;
}
.loveebay table.cross .bottom td{
    /*border-top: 1px solid white;*/
}
.loveebay .topline{
    border-top: 1px solid #efefef;
    padding-top: 1em;
}
.loveebay-box{
	margin: 0 0 50px 0;
	color: #999;
	font-size: 11px;
	font-weight: bold;
}
.loveebay-video a{
	font-size: 14px;
}

#pickupDateSelected {
	float: left;
	padding-right: 10px;
}

.calendarNotice {
	font-size: 11px;
	padding-top: 4px;	
	padding-right: 40px;
}

#paypalSPAN input,
#creditCardSPAN input {
	width: auto !important;	
	border: 0;
	vertical-align: middle;
}

#paypalSPAN input[disabled],
#creditCardSPAN input[disabled] {
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
	cursor: default;
}

#pickupCal {
	padding: 10px;	
	border: 1px solid #C2C1C1;
}

#pickupCal .cpBorder {
	border-color: white !important;
	border-width: 0 !important;
	margin: 0;
}

#pickupCal .cpMonthNavigation {
	text-align: center;	
	font-weight: bold;
}

#pickupCal .cpDayColumnHeader {
	font-weight: bold;	
	color: #A432A3;
}

#pickupCal td.cpCurrentMonthDate,
#pickupCal td.cpOtherMonthDate,
#pickupCal td.cpCurrentDate {
	border: 1px solid #CCC;	
}

#pickupCal td.cpDayColumnHeader,
#pickupCal td.cpCurrentMonthDate,
#pickupCal td.cpOtherMonthDate,
#pickupCal td.cpCurrentDate {
	padding: 2px 4px;	
	text-align: center;
}

#pickupCal .cpCurrentMonthDateDisabled, 
#pickupCal .cpOtherMonthDateDisabled, 
#pickupCal .cpCurrentDateDisabled,
#pickupCal .cpTodayTextDisabled {
	color: #D0D0D0;
	text-decoration: line-through;
}

#pickupCal .cpTodayText {
	text-align: center;
	padding-top: 6px;
}

.quoteError {
	color: red;	
}

.paymentNotes td {
	padding-top: 4px;
	padding-bottom: 4px;	
}

#homeBG {
	width:100%;
	background: #53A2CC;
	height:490px;
	position:absolute;
	left:0px;
}

#homeWrapper {
	width: 980px;
	height: 620px;	
	margin: 0 auto;
	background: #53A2CC;
}

#wrapper {
	width: 980px;	
	margin: 0 auto;
	padding-bottom: 20px;
}

#popup-container #wrapper {
	width: auto;
}

.homepage #wrapper {
	padding: 0;	
}

#homepage-wrapper {
	position: relative;	
	background-color: #53A2CC;
}

#home-container {
	background-color: #53A2CC;
}

#weight-dimensions {
	float: left;
	width: 230px;
	position: relative;
}

.homepage #weight-dimensions {
	position: absolute;
	left: 0;	
}

#main-content {
	width: 700px;
	margin-left: 50px;
	margin-top: 40px;
	float: left;	
}

.buttons input {
	border: 0;
	padding: 0;	
}

.quick-quote {
	background: transparent url(../images/quote-bg2.png) no-repeat scroll center;
	width: 238px;
	margin-top: 15px;
}

#quote .header h2{
	background:#64276D;
}

.quick-quote #quote {
	padding: 0 5px;
}

.quick-quote #quote .calculate input {
	padding: 0;
	margin: 0;	
}

.admin-navigation {
	padding: 10px 2px;	
}

.admin-navigation .note {
	font-size: 9px; 
	color: #393939; 
	padding-top:10px; 
	padding-right: 10px;
	text-align:right;
}

.yellowWrap {
	background-color: #FBC900;	
	border: 1px solid black;
	padding: 4px;
	font-weight: bold;
}

li + li,
ul > li {
	padding-top: 16px;	
}

.servicebenefits-intro li + li,
.servicebenefits-intro ul > li {
	padding-top: 4px;	
}

.ui-menu-item,
.ui-menu-item * {
	font-size: 11px;	
}

div#transportAssurance * {
	background-color: transparent !important;	
}

#smartAPI {
	background: #ffffff 450px;
	padding-left:10px;
	padding-top:20px;
}

.highlight-wrapper {
	background: #ffffff;
	padding: 20px;	
}

#what-when.api {
	padding: 16px;
	height: auto;
	font-weight: bold;
}

.smartAPIFormHeader {
	
}

p.majorLink {
	font-size: 20px !important;
	margin: 0px;
}

.smartAPIForm input,
.smartAPIForm textarea {
	width: 547px;
}

.smartAPIForm .left-col input,
.smartAPIForm .right-col input {
	width: 71%;
}

.smartAPIForm textarea {
	height: 120px;
}

.info {
	font-size: 11px;
	padding-top: 20px;	
}

.dark {
	background: #29729C;
	padding: 4px 6px;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 18px;
}

#info .dark,
#info .dark *,
#bookingForm .dark,
#bookingForm .dark * {
	color: #ffffff;
}

#info .yellow,
#info .yellow * {
	color: #64276D;	
}

div + .dark {
	margin-top: 16px;	
}

.calculatorAdd .border {
	position: relative;	
}

.calculatorAdd #quoteFormBox label {
	width: 150px;
	padding-right: 10px;
	margin-top: 8px;
}

.calculatorAdd #quoteFormBox .any {
	height: auto;
	margin-bottom: 16px;	
}

.calculatorAdd #quoteFormBox .any label {
	width: auto;	
}

.calculatorAdd textarea,
#calculatorCode {
	width: 500px;
	height: 100px;	
	
	border: 1px solid red;
}

.calculatorAdd input {
	width: 240px;	
}

.calculatorAdd .itemList td {
	vertical-align: middle;	
}

.calculatorAdd .itemList input {
	width: 40px;	
}

.calculatorAdd .blurb {
	color: #666;
	padding-bottom: 16px;
}

.calculatorAdd p + .blurb {
	padding-top: 16px;	
}

.calculatorAdd .step-0,
.calculatorAdd .step-1,
.calculatorAdd .step-2,
.calculatorAdd .step-3,
.calculatorAdd .step-4,
.calculatorAdd .step-5 {
	display: none;	
}

#calculatorDemo {
	padding-top: 40px;	
}

#dangerousGoodsWrapper {
	background-color: white;	
	padding: 20px;
}

#dangerousGoodsWrapper h2 {
	padding: 20px 0 10px 0;	
}

#corporateTermsAgreed {
	padding-top: 20px;
	font-size: 11px;
	color: #666;	
}

#freightCalculatorHeader {
	background: #FFF;
}

.colorPickerWrapper input {
	float: left;	
}

.colorPicker {
	float: left;
	display: block;
	cursor: pointer;

	width: 28px;
	height: 28px;
	
	margin-top: 2px;
	margin-left: 10px;
	
	background: url(/images/colorpicker/select2.png) center;	
}

.help img.icon {
	display: none;
}

.box div .link {
	color: #3EB4E2; 
	cursor: hand;
	text-align: center;
	padding-top: 12px;	
	font-weight: bold;
}

.itemCommand .command {
	font-size: 14px;
	line-height: 14px;	
}

#login h1 {
	padding-bottom: 20px;	
}

#login label {
	position: relative;
	top: 4px;	
}

.calculatorAdd #login label {
	top: 9px;	
}

.calculatorList {
	float: left;	
}

.calculatorList table {
	width: auto;	
}

.calculatorAdd input.checkbox {
	margin-left: 20px;
}

.calculatorAdd label.checkbox {
	color: #999;	
	font-weight: normal;
	text-transform: none;
	font-size: 12px;
	
	margin-left: 6px;
	
	position: relative;
	top: -2px;
}

.corporate-menu #quicklinks ul {
	border-bottom: 1px solid #3A1A3F;
}

.corporate-menu #quicklinks ul li {
	margin: 0;
	padding: 0;
	
	background: #541D5C url('/images/menuBG.png') repeat-x scroll top left;
	
	border: 1px solid #3A1A3F;
	border-bottom: 0;
}

.corporate-menu #quicklinks ul li a {
	color: #E7B4EE;
	
	display: block;
	cursor: pointer;
	padding: 10px 6px 10px 6px;
}

.corporate-menu #quicklinks ul li:hover {
	background: transparent url('/images/menuBGOver.png') no-repeat scroll top left;	
}

.corporate-menu #quicklinks ul li:hover a {
	color: #FFFFFF;
	background: transparent url('/images/menuBGRight.png') no-repeat scroll top right;
}

.corporate-menu #quicklinks ul li.child,
.corporate-menu #quicklinks ul li.child:hover,
.corporate-menu #quicklinks ul li.child:hover a {
	background: #541D5C repeat-x scroll top left;	
}

.corporate-menu #quicklinks ul li.child a {
	padding: 10px 6px 10px 12px;	
}

.corporate-menu #quicklinks ul li.spacer {
	padding: 0;
	margin: 0;
	background: none;
	
	border: none;
	border-top: 1px solid #3A1A3F;
	
	line-height: 1px;
	height: 20px;
}

.corporate-menu #quicklinks ul li .selected-quicklink {
	color: #FFFFFF;	
}

.ui-state-default {
	width: 25px;	
}

.ui-state-active {
	margin: -3px;
	padding-top: 4px;
	font-size: 15px;
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0, 0.5);
	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
	position: absolute;
	z-index: 2000;
}

#satchel-info-wrap {
	
}

#satchel-info-wrap  .wrapper {
	width: 960px;
	margin: 0 auto;	
	min-height: 440px;
}

.satchel-info {
	margin: 20px 0 0 240px;
}

.tableizer-table th {
	background-color: #65256F;
	color: white;
	font-weight: bold;
}

table.tableizer-table {
	border: 1px solid #CCC; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
} 

.tableizer-table td {
	padding: 10px; 
	border: 1px solid #ccc;
}

.tableizer-table th {
	background-color: #65256f; 
	color: #FFF; 
	font-weight: bold;
}

.tableizer-table td {
	background-color: #fefefe;
}

p.radio label {
	cursor: text;	
}

label.inline {
	display: inline !important;	
}

.small-prompt {
	font-size: 11px;
	color: #666666;
	
	padding: 2px 40px 6px 0;
}

#pickupDateInput {
	margin-bottom: 12px;	
}

.Scannings th {
	font-weight: bold;
	padding: 3px 6px 3px 6px;
}

.Scannings td {
	padding: 3px 6px 3px 6px;
}

.purple-button {
	background: transparent url('/images/menuBGRight.png') no-repeat scroll top right;
	padding: 10px;
}

.purple-button:hover {
	background: transparent url('/images/menuBGOver.png') no-repeat scroll top right;
	padding: 10px;
}

.rel {
	position: relative;
}

.new {
	position: absolute;
	top: 4px;
	right: 4px;
	height: 20px;
	background: transparent url('/images/new-btn-bg.png') repeat-x scroll top right;
	padding: 5px 6px 3px 6px;
	float: right;
}

.vipPaging {
	margin-bottom: 1em;
	float: right;
}

.vipPaging .pageNumber {
	list-style:none;
	display:inline;
	margin:0 0;
	padding:0 0;

}

.vipPaging .pageNumber li
{
	display:inline;
}

#rotatorBox {
	height:442px;
	width:900px;
	position:absolute;
	left:240px;
	z-index:1;
}

#rotatorSelector {
	height:48px;
	width:775px;
	position:absolute;
	left:150px;
	top:560px;	
}

.rotatorSelectors {
	height:48px;
	width:150px;
	position:relative;
	left:345px;
	z-index:1;
}

.rotatorActive {
	cursor:pointer;
	height:27px;
	width:25px;
	background-image:url("/images/rotator-active.png");
	float:left;
}

.rotatorInactive {
	cursor:pointer;
	height:27px;
	width:25px;
	background-image:url("/images/rotator-inactive.png");
	float:left;
}

.rotatorSelectorDivider {
	height:27px;
	width:10px;
	overflow:hidden;
	float:left;
}


#rotator4 {
	padding-top:110px;	
	top:130px;
	left:0px;
	position:absolute;
}

#rotator4 #images {
	background-image: url("/images/slide-delivery.jpg");
	background-position:-310px 0px;
	height:490px;
	width:900px;
}

#rotator4 #margin {
	background-image: url("/images/slide-delivery.jpg");
	background-position:-310px 0px;
	height:490px;
	width:900px;
}

#rotator2 {
	background-image:url("/images/rotator-image2.jpg");
	background-position:330px 0px;
	background-repeat:no-repeat;
	height:442px;
	width:900px;
	top:100px;
	left:0px;
	position:absolute;
}

#rotator2 #rotator2Left {
	height:305px;
	width:460px;
	float:left;	
	top:125px;
	left:15px;
	position:relative;
}

#rotator2 #rotator2Right {
	height:25px;
	width:340px;
	float:left;
	position:relative;
	top:380px;
	font-size:11px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
}

#rotator2 .rotator2SubHeading {
	color:#FFFFFF;
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size:23px;
	font-weight:normal;
}

#rotator2 .rotator2couriers {
	padding-top:5px;
	padding-bottom:5px;	
}

#rotator2 .rotator2Text {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:15px;	
}

#rotator3 {
	background-image:url("/images/rotator-image3.jpg");
	background-position:375px 0px;
	background-repeat:no-repeat;
	height:442px;
	width:900px;
	top:100px;
	left:0px;
	position:absolute;
}

#rotator3 .rotator3Content {
	height:305px;
	width:420px;
	float:left;	
	top:105px;
	left:15px;
	position:relative;
	color:#FFFFFF;
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
}

#rotator3 .rotator3Logo {
	padding-bottom:25px;	
}

#rotator1 {
	background-image:url("/images/rotator-image-ebay.jpg");
	background-position: -30px 30px;
	background-repeat:no-repeat;
	height:442px;
	width:900px;
	top:100px;
	left:0px;
	position:absolute;
}



#rotator1 .rotator4SubHeading {
	color:#FFFFFF;
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size:24px;
	font-weight:normal;
	padding-bottom:20px;
}

#rotator1 .rotator4Content {
	height:305px;
	width:800px;
	float:left;	
	top:150px;
	left:15px;
	position:relative;
	color:#FFFFFF;
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
}

#rotator1 a {
	height:200px;
	width:310px;
	float:left;
	margin-top:20px;
	margin-right:60px;

}

/* Changes to make rotators phone friendly */
body {
	width:auto;
}

#homepage-wrapper {
	width:980px;
	height:490px;
	margin:0px auto;

}

#header .margin {
	width:965px;
	left:5px;	
}

#rotatorBox, #rotator1, #rotator2, #rotator3, #rotator4 {
	width:920px;	
}

#homeWrapper {
	width: auto;
	height: 620px;	
	margin: 0 auto;
	overflow:hidden;
	background: #53A2CC;
}

#rotator2 {
	background-position:300px 0;
}

#rotator2 #rotator2Left {
	width:430px;
	top:115px;
}

#rotator2 #rotator2Right {
	width:310px;
}

#ebay-main-content {
	width: 980px;
	margin-left: 50px;
	margin-top: 40px;
	float: left;	
}

#ebayQuoteTable {
	width:700px;
	border:0px;	
	font-size:14px;
	line-height:20px;
}

#ebayQuoteTable tr {
	border-top:1px solid black;		
}

#ebayQuoteTable tr td .ebayShippingQuote {
	width:20px !important;	
}

#ebayQuoteHeader, #ebayQuoteHeader td {
	background:#64276D;
	color:#FFFFFF !important;
	font-weight:bold !important;
}

.ebayShippingChoiceActive td {
	font-weight:bold;
}

.ebayShippingChoiceInactive td {
	color:#999999;
}

.ebayQuoteCellLeft {
	text-align:left;	
	padding-left:5px;
}

.ebayQuoteCell {
	text-align:center;	
}

.ebayQuoteCellPrice {
	width:75px;	
}

.ebayQuoteCellRight {
	text-align:right;	
}

.ebayQuoteCellFreePostage {
	width:115px;	
}

#warningBox {
	border:1px solid #c2C1C1;
	background:#FFFFFF;
	color:#FF3333;
	padding:10px;
	font-size:12px;
}

.codeBox {
	border:1px solid #c2C1C1;
	background:#FFFFFF;
	color:#666666;
	padding:10px;
	font-size:12px;
	width:700px;
}

.codeBox1 {
	height:100px;

}

.codeBox2 {
	height:40px;
}

.codeBox3 {
	height:90px;
}

#widgetHeading {
	font-size:22px;
	font-family:Arial, sans-serif;
	font-weight:bold;
	text-align:center;
	color:#64276D;
	padding-top:10px;
	margin-bottom:-2;
}

#widgetEmailReminder {
	font-size:11px;
	font-style:italic;
	padding:10px;	
	padding-top:0px;
}

#subContainer {
	overflow-y:auto;
	overflow-x:hidden;
}

* html #subContainer { 
   height: expression( this.scrollHeight > 314 ? "315px" : "auto" ); /* sets max-height for IE */
}

#subContainer {
   max-height: 315px; /* sets max-height value for all standards-compliant browsers */
}

.ui-tabs {
	padding: 0;
}

#tabs.ui-widget-content {
	background: none;
	border: none;
}

.ui-tabs .ui-tabs-panel {
	padding: 0;
}

.ui-tabs .ui-tabs-nav {
	padding: 0;
}

#tabs ul.tabs-list {
	overflow: hidden;
	padding: 3px;
	margin: 0;
	padding-bottom: 0px;
	height: 25px;
}	

.quote_page #tabs ul.tabs-list {
	background: none;
	border: none;
	border-bottom: 1px solid #64276D;
}

#tabs ul.tabs-list li {
	list-style-type: none;
	padding-top: 0;
	display: inline;
	border: none;
}

.ui-tabs .ui-tabs-nav li a {
	padding: 5px 10px;
}

.ui-tabs .ui-tabs-nav li.ui-state-default {
	color: #64276D !important;
	font-size: 12px;
	width: auto;
}

.ui-tabs .ui-tabs-nav li.ui-state-active {
	font-size: 12px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-weight: bold;
}

.ui-tabs .ui-tabs-nav li.ui-state-default a {
	color: #64276D !important;	
	border: 1px solid #ccc;
}

.ui-tabs .ui-tabs-nav li.ui-state-default a:hover {
	color: #64276D !important;
	background: #ffffff;
}

.ui-tabs .ui-tabs-nav li.ui-state-active a,
.ui-tabs .ui-tabs-nav li.ui-state-active a:hover {
	color: #ffffff !important;
	background: #64276D;
}

.quote_page #tabs ul.tabs-list {
	height: 42px;
}

.quote_page .ui-tabs .ui-tabs-nav li.ui-state-default a,
.quote_page .ui-tabs .ui-tabs-nav li.ui-state-active a {
	font-size: 24px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
	padding-bottom: 0;
}

/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	-khtml-border-top-left-radius: 0px;
	border-top-left-radius: 0px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	-khtml-border-top-right-radius: 0px;
	border-top-right-radius: 0px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { 
	-moz-border-radius-bottomleft: 0px; 
	-webkit-border-bottom-left-radius: 0px; 
	-khtml-border-bottom-left-radius: 0px; 
	border-bottom-left-radius: 0px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { 
	-moz-border-radius-bottomright: 0px; 
	-webkit-border-bottom-right-radius: 0px; 
	-khtml-border-bottom-right-radius: 0px; 
	border-bottom-right-radius: 0px;
}



.info-icon-popup .box span{
	background:url(../images/quote-additional-help-box-arrow-purple.png) no-repeat right !important;
}

.info-icon-popup .box{
	border:none!important;
	color:white!important;
	background:#B83DAB!important;

}
.info-icon-popup div {
	text-transform: none!important;
	white-space:normal!important;
}

#ebay-main-content .ebayQuoteCellLeft *{
	float:left;
	margin-right:10px;
}

/*  ebay & smart API youtube video iframe */
div.iframeContainer {
	width:700px;
	margin-top:20px;
	padding-bottom:20px;
}
div.iframeContainer iframe{
	margin:0 auto;
}

.promotionEbay{
	color:#990099;
	line-height: 30px;
	display: block;
	font-size:19px;
	margin-top:40px;
	margin-bottom:60px;
}

.vipSignUpHalfContainer {
  	width:350px;
	float:left;
}
.vipSignUpHalfContainer * {
	float:right;
}
.vipSignUpHalfContainer span {
	font-size:18px;
	font-weight: bold;
	padding-top:12px;
	padding-right:20px;
}

.smartApiLogo{
	width:560px;
	height: 60px;
	text-align: center;
	padding: 10px 0px;
}

#countryCity a{
	font-weight: normal;
    color:#64276D;
}
#countryCity a:hover{
    color:#64276D;
}
.vipEnquiry{
	width:220px;
	height:160px;
	position:absolute;
	top:415px;
	left:5px;
}

