@charset "UTF-8";
body  {
	background: #FEF0B7;
	margin: 10; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
a img { outline: none; border: }
.grannyLink,
.grannyLink img { outline: none !important; border: none !important; }
.twoColFixLtHdr #container { 
	width: 800px;  
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 5px solid #ffffff;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #dhlheader {
	padding: 0;
	padding: 0px;
	background-color: #fdce1d;
	background-image: url(images/dhl_logo.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	height: 55px;
}

#dhlheader .blognews a, #dhlheader .blognews a:link, #dhlheader .blognews a:visited {
    background-image: url("images/news.jpg");
    background-position: 0 15px;
    background-repeat: no-repeat;
    color: #000000;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    height: 30px;
    line-height: 15px;
    margin-left: 10px;
    padding-left: 38px;
    padding-top: 15px;
    text-decoration: none;
    text-transform: none;
    width: 49px;
}

#dhlheader .blognews a:hover {
    
    background-position: 1px 16px;
    
    text-decoration: underline;
}

#dhlheader .xmas a {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/xmas-stick.png);
	background-repeat: no-repeat;
	text-decoration: none;
	color: #000;
	background-position: 0px 7px;
	margin-left: 360px;
	padding-left: 28px;
	padding-top: 15px;
	width: 100px;
	height: 38px;
	text-transform: none;
}
#dhlheader .xmas a:hover {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/xmas-stick.png);
	background-repeat: no-repeat;
	text-decoration: underline;
	color: #000;
	background-position: 1px 8px;
	margin-left: 360px;
	padding-left: 28px;
	padding-top: 15px;
	width: 100px;
	height: 38px;
}

#dhlheader .twitter a {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/tw_followme.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	color: #000;
	background-position: 0px 17px;
	margin-left: 10px;
	padding-left: 28px;
	padding-top: 15px;
	width: 70px;
	height: 30px;
}
#dhlheader .twitter a:hover {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/tw_followme.gif);
	background-repeat: no-repeat;
	text-decoration: underline;
	color: #000;
	background-position: 1px 18px;
	margin-left: 10px;
	padding-left: 28px;
	padding-top: 15px;
	width: 70px;
	height: 30px;
}
#dhlheader .tweet a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/tw_twitterme.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	color: #000;
	background-position: 0px 12px;
	padding-left: 25px;
	padding-top: 15px;
	float: left;
	width: 60px;
	overflow: visible;
	margin-left: 700px;
	margin-top: -47px;
	height: 30px;
}
#dhlheader .tweet a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/tw_twitterme.gif);
	background-repeat: no-repeat;
	text-decoration: underline;
	color: #000;
	background-position: 1px 13px;
	padding-left: 25px;
	padding-top: 15px;
	float: left;
	width: 60px;
	overflow: visible;
	margin-left: 700px;
	margin-top: -47px;
	height: 30px;
}

.twoColFixLtHdr #spheader {
	background: #e30619;
	padding: 0;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	text-align: right;
}
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.hrhowto {
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
.howto {
	padding-left: 32px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 156px;
	background-color: #FFF;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.fiftyfiftytop {
	width: 260px;
	float: left;
	height: 70px;
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #FFF;
	padding: 10px;
	font-size: 12px;
}
.fiftyfiftyblank {
	width: 260px;
	float: left;
	height: 70px;
	padding: 10px;
	font-size: 12px;
}
.fiftyfiftymid {
	width: 260px;
	float: left;
	height: 70px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	padding: 10px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #FFF;
	font-size: 12px;
} 
.fiftyfiftyrht {
	width: 260px;
	float: left;
	height: 70px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
	padding: 10px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #FFF;
	font-size: 12px;
}
.whyimg {
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 20px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	background-color: #FDCE1D;
	padding: 0px;
	float: left;
	margin-left: 0px;
	width: 614px;
} 
#reviewbubble {
	text-align: right;
	float: right;
}
#mainContent .main {
	padding-right: 20px;
	padding-left: 30px;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#form1 p {
	font-size: 12px;
}
#footer ol li {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
}
#sidebar1 .nav{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.main .pick {
	background-image: url(images/headers_r2_c2.gif);
	background-repeat: no-repeat;
	height: 23px;
	width: 406px;
	text-indent: -5000px;
}
.students {
	background-image: url(images/headers_r10_c3.gif);
	background-repeat: no-repeat;
	text-indent: -5000px;
	height: 39px;
	width: 247px;
}
.ebayers {
	background-image: url(images/headers_r12_c3.gif);
	background-repeat: no-repeat;
	text-indent: -5000px;
	height: 41px;
	width: 251px;
}
.helpline {
	background-image: url(images/headers_r16_c3.gif);
	background-repeat: no-repeat;
	text-indent: -5000px;
	height: 21px;
	width: 198px;
}
.info {
	background-image: url(images/headers_r20_c3.gif);
	background-repeat: no-repeat;
	text-indent: -5000px;
	height: 46px;
	width: 137px;
}
h2 {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	color: #e30619;
}
.offers {
	background-image: url(images/headers_r22_c3.gif);
	background-repeat: no-repeat;
	text-indent: -5000px;
	height: 21px;
	width: 226px;
}
.prohibited {
	background-image: url(images/headers_r18_c3.gif);
	background-repeat: no-repeat;
	text-indent: -5000px;
	height: 44px;
	width: 245px;
}
.agent {
	background-image: url(images/headers_r14_c3.gif);
	background-repeat: no-repeat;
	text-indent: -5000px;
	height: 47px;
	width: 206px;
}
.main .pack {
	background-image: url(images/headers_r4_c2.gif);
	background-repeat: no-repeat;
	text-indent: -5000px;
	height: 49px;
	width: 519px;
}
.main .pay {
	background-image: url(images/headers_r6_c2.gif);
	background-repeat: no-repeat;
	height: 23px;
	width: 352px;
	text-indent: -5000px;
}
.main .why {
	background-image: url(images/headers_r8_c4.gif);
	background-repeat: no-repeat;
	text-indent: -5000px;
	height: 23px;
	width: 298px;
}
#sidebar1 .nav li {
	list-style-type: none;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-bottom-style: dotted;
	border-bottom-color: #E1061F;
	border-bottom-width: 2px;
}
#mainContent .maintop {
	background-image: url(images/maintop.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 10px;
	width: 614px;
}
#mainContent .mainbtm {
	background-image: url(images/mainbtm.gif);
	background-repeat: no-repeat;
	padding: 0px;
	height: 10px;
	width: 614px;
	margin: 0px;
	vertical-align: bottom;
	background-color: #FFF;
}
#footer {
	background:#ffffff;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 12px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#footer ol li{
	font-size: 12px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#footer .redbar {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-color: #e30619;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	text-transform: uppercase;
	color: #FFF;
	text-align: center;
}
.split1 {
	width: 260px;
	float: left;
	height: 110px;
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #FFF;
	font-size: 12px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
	padding: 10px;
}
.split2 {
	width: 260px;
	float: left;
	height: 110px;
	padding: 10px;
	font-size: 12px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
}
.split3 {
	width: 260px;
	float: left;
	height: 130px;
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #FFF;
	padding: 10px;
	font-size: 12px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
}
.split4 {
	width: 260px;
	float: left;
	height: 130px;
	padding: 10px;
	font-size: 12px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
}
.split5 {
	width: 260px;
	float: left;
	height: 125px;
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #FFF;
	padding: 10px;
	font-size: 12px;
}
.split6 {
	width: 260px;
	float: left;
	height: 125px;
	padding: 10px;
	font-size: 12px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-decoration: none;
	text-transform: uppercase;
	outline: none;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-decoration: none;
	text-transform: uppercase;
	outline: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-decoration: none;
	text-transform: uppercase;
	outline: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #e30619;
	text-decoration: none;
	text-transform: uppercase;
	outline: none;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-decoration: none;
	text-transform: uppercase;
	outline: none;
}
#mainContent a {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	text-transform: none;
	outline: none;
}
#mainContent a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: underline;
	text-transform: none;
	outline: none;
}
#mainContent a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: underline;
	text-transform: none;
	outline: none;
}
#mainContent a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #e30619;
	text-decoration: none;
	text-transform: none;
	outline: none;
}
#mainContent a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: underline;
	text-transform: none;
	outline: none;
}
#headerrow td {
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #FFF;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
	vertical-align: top;
	top: 20px;
	text-transform: uppercase;
}
#headerrow .end {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #fdce1d;
}
#enveloperow td {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	background-color: #FFDD7F;
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #FFF;
}
#enveloperow .end {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #fdce1d;
}
#smallrow td {
	background-color: #FFD44F;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #FFF;
}
.main .micetype {
	font-size: 12px;
	padding-top: 10px;
	padding-left: 5px;
}
#smallrow .end {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #fdce1d;
}
#mediumrow td {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	background-color: #FFDD7F;
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #FFF;
}
#mediumrow .end {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #fdce1d;
}
#largerow td {
	background-color: #FFD44F;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #FFF;
}
#largerow .end {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #fdce1d;
}
#xlargerow td {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	background-color: #FFDD7F;
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #FFF;
}
#xlargerow .end {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #fdce1d;
}
#xxlargerow td {
	background-color: #FFD44F;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #FFF;
}
#xxlargerow .end {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #fdce1d;
}
#blankrow td {
	color: #FACE2A;
	padding: 0px;
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #FFF;
}
#blankrow .end {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #fdce1d;
}
.tooltip {
	color: #e30619;
	font-size: 18px;
	font-weight: bold;
}
.students2 {
	background-image: url(images/headers_r24_c3.gif);
	background-repeat: no-repeat;
	text-indent: -5000px;
	height: 21px;
	width: 477px;
}
.ebayers2 {
	background-image: url(images/headers_r26_c3.gif);
	background-repeat: no-repeat;
	text-indent: -5000px;
	height: 21px;
	width: 477px;
}
.twoColFixLtHdr #plain {
	float: left; /* since this element is floated, a width must be given */
	width: 770px;
	background-color: #FFF;
	margin: 0px;
	padding: 10px;
	font-size: 14px;
}
#plain .prohibited {
	background-image: url(images/whitebginfoheaders_r1_c2_r1_c2.gif);
	background-repeat: no-repeat;
	text-indent: -5000px;
	height: 27px;
	width: 678px;
}
#plain .important {
	background-image: url(images/whitebginfoheaders_r1_c2_r3_c2.gif);
	background-repeat: no-repeat;
	text-indent: -5000px;
	height: 27px;
	width: 342px;
}
#plain a {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	text-transform: none;
	font-size: 14px;
	outline: none;
}
#plain a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: underline;
	text-transform: none;
	outline: none;
}
#plain a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: underline;
	text-transform: none;
	outline: none;
}
#plain a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #e30619;
	text-decoration: none;
	text-transform: none;
	outline: none;
}
#plain a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: underline;
	text-transform: none;
	outline: none;
}
.reviews {
	background-image: url(images/howtoheaders_r28_c3.gif);
	background-repeat: no-repeat;
	text-indent: -5000px;
	height: 21px;
	width: 223px;
}
.review {
	width: 560px;
	margin-bottom: 20px;
}
.review .reviewhead {
	background-image: url(images/review_r2_c2.jpg);
	background-repeat: no-repeat;
	width: 560px;
	height: 27px;
}
.review .reviewhead .reviewname {
	color: #FFF;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
}
.review .reviewhead .reviewrating {
	float: right;
	margin-right: 10px;
	margin-top: 8px;
}
.review .reviewfoot {
	background-image: url(images/review_r4_c2.jpg);
	height: 14px;
	width: 560px;
	background-repeat: no-repeat;
}
.review .reviewcomment {
	background-color: #FFF;
	padding: 10px;
}
.formboxes {
	width: 450px;
	border: 1px solid #B28E00;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	padding: 2px;
	font-size: 12px;
}
#form1 .rate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFF;
	width: 444px;
	border: 1px solid #B28E00;
	padding: 5px;
	margin-top: -11px;
}
#form1 .rate .ratetitle {
	float: left;
	padding-top: 2px;
}
#form1 .rate .radiobtn {
	
	text-align: right;
	
}

#dhlheader .blognews a, #dhlheader .blognews a:link, #dhlheader .blognews a:visited {
    background-image: url("/images/news.jpg");
    background-position: 0 15px;
    background-repeat: no-repeat;
    color: #000000;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    height: 30px;
    line-height: 15px;
    margin-left: 500px;
    padding-left: 38px;
    padding-top: 15px;
    text-decoration: none;
    text-transform: none;
    width: 49px;
    outline: none;
}

#dhlheader .blognews a:hover {
    
    background-position: 1px 16px;
    
    text-decoration: underline;
    outline: none;
}

#dhlheader .twitter a, #dhlheader .twitter a:link, #dhlheader .twitter a:visited {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/tw_followme.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	color: #000;
	background-position: 0px 17px;
	margin-left: 10px;
	padding-left: 28px;
	padding-top: 15px;
	width: 70px;
	height: 30px;
	text-transform: none;
	outline: none;
}
#dhlheader .twitter a:hover {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/tw_followme.gif);
	background-repeat: no-repeat;
	text-decoration: underline;
	color: #000;
	background-position: 1px 18px;
	margin-left: 10px;
	padding-left: 28px;
	padding-top: 15px;
	width: 70px;
	height: 30px;
	outline: none;
}
#dhlheader .tweet a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/tw_twitterme.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	color: #000;
	background-position: 0px 12px;
	padding-left: 25px;
	padding-top: 15px;
	float: left;
	width: 60px;
	overflow: visible;
	margin-left: 700px;
	margin-top: -39px;
	height: 30px;
	text-transform: none;
	outline: none;
}
#dhlheader .tweet a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/tw_twitterme.gif);
	background-repeat: no-repeat;
	text-decoration: underline;
	color: #000;
	background-position: 1px 13px;
	padding-left: 25px;
	padding-top: 15px;
	float: left;
	width: 60px;
	overflow: visible;
	margin-left: 700px;
	margin-top: -39px;
	height: 30px;
	outline: none;
}
.reviewcomment .actionpoint {
	color: #900;
	padding: 5px;
	border: 1px dotted #900;
}
.reviewcomment .actiontitle {
	color: #FFF;
	background-color: #900;
	width: 50px;
	display: inline;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}

.videoplayer {
	padding-bottom: 10px;
}
.video {
	width: 175px;
	padding-right: 10px;
	float: left;
}
.video .videoInnerWrapper { position: relative; }
.video img {
	padding-top: 10px;
	padding-bottom: 5px;
}

.video a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #C00;
	font-weight: bold;
	text-decoration: none;
	text-transform: none;
}
.video a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #C00;
	font-weight: bold;
	text-decoration: none;
	text-transform: none;
}
.video a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	text-decoration: none;
	font-weight: bold;
	text-transform: none;
}
.video a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #C00;
	text-decoration: none;
	font-weight: bold;
	text-transform: none;
}
.video a{
	font-family: Arial, Helvetica, sans-serif;
	color: #C00;
	font-weight: bold;
	text-decoration: none;
}
.twoColFixLtHdr #vmainContent {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	background-color: #FDCE1D;
	padding: 0px;
	float: left;
	margin-left: 0px;
	width: 614px;
}
#vmainContent .main {
	padding-right: 20px;
	padding-left: 30px;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#vmainContent .maintop {
	background-image: url(images/maintop.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 10px;
	width: 614px;
}
#vmainContent .mainbtm {
	background-image: url(images/mainbtm.gif);
	background-repeat: no-repeat;
	padding: 0px;
	height: 10px;
	width: 614px;
	margin: 0px;
	vertical-align: bottom;
	background-color: #FFF;
}

.twoColFixLtHdr #Store {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	background-color: #FFF;
	padding: 0px;
	float: left;
	margin-left: 0px;
	width: 614px;
	height: 1500px;
}
.twoColFixLtHdr #independant_table {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	background-color: #FFF;
	padding: 0px;
	float: left;
	margin-left: 0px;
	width: 614px;
}
.twoColFixLtHdr #independant_table {
    font-size: 9px ; 
    margin: 20px 0 0;
}
.twoColFixLtHdr #main_table {
    font-size:  9px ;
    margin: 10px 0 10px 190px;
    background-color: #FFF;
	float: left;
	width: 614px;
}
.twoColFixLtHdr #main_table p,
.twoColFixLtHdr #independant_table p {
    font-weight: bold;
    font-size: 138.5%; /* 18px */
}
.twoColFixLtHdr #main_table table,
.twoColFixLtHdr #independant_table table {
    margin: 0 0 10px 0;
    padding-bottom: 15px;
}
.twoColFixLtHdr #main_table table td,
.twoColFixLtHdr #independant_table table td {
    width: 77px;
    height: 40px;
    border-bottom: dashed 1px grey;
}

#copyright { text-align: center; font-size: 85%; /* 11px */ margin-top: 10px; padding-bottom: 10px; font-family: 'Arial';  }
#copyright a { color: #551A8B; cursor: auto; font-size: 85%; /* 11px */ font-family: 'Arial'; text-decoration: underline; }

.birdy { position: relative; overflow: hidden; width: 160px; height: 600px; }
.birdy_image { position: relative; left: 0; top: 0; }

#sidebar1 .nav li ul.partners { margin: 0; padding-left: 20px; }
#sidebar1 .nav li ul.partners li { list-style: url('images/arrow.jpg') ; border: none; }


#dhlheader .blognews a, #dhlheader .blognews a:link, #dhlheader .blognews a:visited {
    background-image: url("images/news.jpg");
    background-position: 0 15px;
    background-repeat: no-repeat;
    color: #000000;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    height: 30px;
    line-height: 15px;
    margin-left: 10px;
    padding-left: 38px;
    padding-top: 15px;
    text-decoration: none;
    text-transform: none;
    width: 49px;
}

#dhlheader .blognews a:hover {
    
    background-position: 1px 16px;
    
    text-decoration: underline;
}



#dhlheader .twitter a {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/tw_followme.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	color: #000;
	background-position: 0px 17px;
	margin-left: 10px;
	padding-left: 28px;
	padding-top: 15px;
	width: 70px;
	height: 30px;
}
#dhlheader .twitter a:hover {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/tw_followme.gif);
	background-repeat: no-repeat;
	text-decoration: underline;
	color: #000;
	background-position: 1px 18px;
	margin-left: 10px;
	padding-left: 28px;
	padding-top: 15px;
	width: 70px;
	height: 30px;
}
#dhlheader .tweet a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/tw_twitterme.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	color: #000;
	background-position: 0px 12px;
	padding-left: 25px;
	padding-top: 15px;
	float: left;
	width: 60px;
	overflow: visible;
	margin-left: 700px;
	margin-top: -47px;
	height: 30px;
}
#dhlheader .tweet a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/tw_twitterme.gif);
	background-repeat: no-repeat;
	text-decoration: underline;
	color: #000;
	background-position: 1px 13px;
	padding-left: 25px;
	padding-top: 15px;
	float: left;
	width: 60px;
	overflow: visible;
	margin-left: 700px;
	margin-top: -47px;
	height: 30px;
}


.dhlNumber { color: #e30619; }
