@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

p {
	margin:10px 0;
	font-size:11px;
}

#wrapper h1 {
	font-size: 30px;
	padding: 0px 0px 5px;
	margin:0px;
}

input, select {
	margin:0;
}

label {
	font-weight:bold;
}

.checkbox input {
	display:inline;
}

.odd {
	background:#EEE;
}

td {
	padding:5px;
	vertical-align:top;
	font-size:11px;
}

#main {
	width:750px;
	float:left;
	margin-top:20px;
}

#main table {
	border:none;
}

#carriers {
	width:205px;
	float:left;
	margin-right:10px;
	padding-left:5px;
	background:#e4e4e4;
	margin-top:20px;
}

#carriers h2 {
	background:url(images/red.gif) no-repeat top;
	width:210px;
	height:37px;
	display:block;
	margin:0px 0 10px -5px;
	padding:0px;
	text-indent:-9000px;
}

#wrapper {
	width:1050px;
	margin:40px auto 0;
}

th {
	vertical-align:bottom;
	padding:5px 0;
	position:relative;
}

th p {
	text-align:center;
	padding:0;
	margin:0px;
	line-height:16px;
	font-size:10px;
}

th img {
	margin:0px 0 0 5px;
}

#blue_box {
	background:url(images/blue.gif) no-repeat center top;
	height:65px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

#blue_box p {
	padding:7px 15px 0;
	margin:0px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:14px;
}

.price {
	background:url(images/price.gif) no-repeat center center;
	height:57px;
	width:49px;
}

.price p {
	text-align:center;
	font-size:12px;
}

.price p strong {
	color:#fb2525;
	font-weight:bold;
	font-size:16px;
}


