/* CSS Document */

/*-----------------------------------------------

Metro Movers Website Styles

Date: May 2009

Copyright Metro Movers.

------------------------------------------------

TOC

01:- Globals

02:- Structure

03:- Navigation

04:- Homepage

05:- Subpages

06:- Footer

07:- Forms

08:- Miscellaneous

*/

/* 01: GLOBALS
----------------------------------------------- */
body {
  margin:0;
  padding:0;
  font-family:Arial,Helvetica,sans-serif;
  font-size:9pt;
  line-height:15px;
  background-image: url(../images/bg_body.jpg);
  background-repeat: repeat;
}
h1, h2, h3, h4, h5, form, ul, ol, p {
  margin:0;
  padding:0;
}

#content ul, #content ol {
padding:0;
margin:10px 10px 10px 40px;
color:#000;
font-size:14px;
}


h1 {
  clear:both; 
  color:#87c933; 
  margin:0 0 15px 0; 
  font-size:16pt;
}

h2 {
font-size:26px;
color:#313f94;
margin-bottom:10px;
}

h3 {
margin:0;
padding:0;
clear:both; 
color:#87c933; 
margin:0 0 15px 0; 
font-size:16pt;
margin-top:15px; 
margin-left:10px
}

h4 {
margin:0;
padding:0;
clear:both; 
color:#313f94; 
margin:0 0 15px 0; 
font-size:11pt;
margin-top:15px;
margin-bottom:5px;
margin-left:10px
}


p {
  color:#000;
  font-size:12px;
  margin:0px 10px 10px 10px;
  
}
img {
  border:0;
}
a {
  color:#313F94;
  text-decoration:underline;
}
a:hover {
  color:#589AB4;
  text-decoration:underline;
}

/* 02: STRUCTURE
----------------------------------------------- */
#outer {
  margin:0 auto;
  width: 982px;
  background: url(../images/bg_main.jpg) repeat-y center top #FFFFFF;
}
#wrapper {
  margin:0 auto;
  width:936px;
}
#header {
}
#banner {
}
#content {
  clear:both;
  width:935px;
  height:auto;
  margin:5px 0px 0px 0px;
}
#leftCol {
  width:227px;
  height:100%;
  float:left;
}
#outer-subpg {
  margin:0 auto;
  background:#FFFFFF url(../images/bg_main2.jpg) repeat-y center top;
  width:982px;
}
#rightAdCol {
  width:235px;
  width:140px;
  padding-right:15px; 
  margin-top:15px;
  float:right;
}
#rightCol {
  width:auto;
  overflow:hidden;
  padding:10px;
}
#footer {
  background:#87c931;
  clear:both;
  padding:4px 10px;
}

#footer a {
  font-size:12px;
}

/* 03: NAVIGATION
----------------------------------------------- */

/* Level 1 */

#navigation-1 {
  margin:0;
  list-style:none;
  width:100%;
  height:28px;
  border-top:1px solid #FFFFFF;
  font:bold 8pt Arial,Helvetica,sans-serif;
  background:#313f94;
}
#navigation-1 li {
  margin:0;
  padding:0;
  display:block;
  float:left;
  position:relative;
  z-index:10;
  /*border-right:1px solid #FFF;
  background:transparent url(../images/divider2.gif) no-repeat scroll right 0;*/ 
}
#navigation-1 li a:link, 
#navigation-1 li a:visited {
  padding:7px 0;
  display:block;
  text-align:center;
  text-decoration:none;
  color:#ffffff;
  width:105px;
  height:17px;
  background:#313f94 url("../images/divider.gif") no-repeat scroll right 0;
}
#navigation-1 li.last a:link, 
#navigation-1 li.last a:visited {
  background:none;
  height:17px;
}
#navigation-1 li:hover a, 
#navigation-1 li a:hover, 
#navigation-1 li a:active {
  padding:7px 0;
  display:block;
  text-align:center;
  text-decoration:none;
  color:#ffffff;
  width:105px;
  height:17px;
  background:#3f69aa url("../images/divider.gif") no-repeat scroll right 0;
}
#navigation-1 li.last:hover a, 
#navigation-1 li.last a:hover, 
#navigation-1 li.last a:active {
  background:#3f69aa;
  padding-top:7px;
  height:17px;
}
#navigation-1 li a.selected {
  background:#3f69aa url("../images/divider.gif") no-repeat scroll right 0;
}


#home #navBox #home, #homemoves #navBox #homemoves, #corporate #navBox #corporate, #packing #navBox #packing, #packages #navBox #packages, #terms #navBox #terms, #about #navBox #about, #resources #navBox #resources, #related #navBox #related {
  background:#3f69aa url("../images/divider.gif") no-repeat scroll right 0;
}

/* Level 2 */

#navigation-1 li ul.navigation-2 {
  margin:0;
  /*padding:1px 1px 0;*/
  list-style:none;
  display:none;
  width:116px;
  position:absolute;
  top:31px;
  left:-1px;
}
#navigation-1 li ul.navigation-2 li {
  clear:left;
  width:116px;
}
#navigation-1 li:hover ul.navigation-2 {
  display:block;
}
.Guarantee {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 120%;
  padding-top: 4px;
  padding-right: 4px;
  padding-bottom: 4px;
  padding-left: 0px;
}
.Guarantee a{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8px;
  line-height: 120%;
  color: #D29B29;
}
.Guarantee a:hover{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8px;
  line-height: 120%;
  color: #DCB155;
  text-decoration: underline;
}
#navigation-1 li ul.navigation-2 li a:link, 
#navigation-1 li ul.navigation-2 li a:visited {
  clear:left;
  padding:4px 0;
  width:116px;
  position:relative;
  z-index:1000;
  background:#ccc url("../images/nav-drop-bg.jpg") repeat-x;
  color:#333;
  text-align:center;
  border-left:1px solid #BDBDBD;
  border-right:1px solid #BDBDBD;
  border-bottom:1px solid #BDBDBD;
}
#navigation-1 li ul.navigation-2 li:hover a, 
#navigation-1 li ul.navigation-2 li a:active, 
#navigation-1 li ul.navigation-2 li a:hover {
  background:#ccc url("../images/nav-drop-bg_hover.jpg") repeat-x;
  text-decoration:none;
  color:#FFFFFF;
}
#navigation-1 li ul.navigation-2 li a span {
  position:absolute;
  top:0;
  left:132px;
  font-size:12pt;
  color:#fe676f;
}
#navigation-1 li ul.navigation-2 li:hover a span, 
#navigation-1 li ul.navigation-2 li a:hover span {
  position:absolute;
  top:0;
  left:132px;
  font-size:8pt;
  color:#ffffff;
}

/* Level 3 (If required only) */

#navigation-1 li ul.navigation-2 li ul.navigation-3 {
  display:none;
  margin:0;
  padding:0;
  list-style:none;
  position:absolute;
  left:117px;
  top:0;
  /*padding:1px 1px 0 1px;*/
  background:#ffffff;
  z-index:900;
}
#navigation-1 li ul.navigation-2 li:hover ul.navigation-3 {
  display:block;
}
#navigation-1 li ul.navigation-2 li ul.navigation-3 li a:link, 
#navigation-1 li ul.navigation-2 li ul.navigation-3 li a:visited {
  background:#ccc url("../images/nav-drop-bg.jpg") repeat-x;
  text-decoration:none;
}
#navigation-1 li ul.navigation-2 li ul.navigation-3 li:hover a, 
#navigation-1 li ul.navigation-2 li ul.navigation-3 li a:hover, 
#navigation-1 li ul.navigation-2 li ul.navigation-3 li a:active {
  background:#ccc url("../images/nav-drop-bg_hover.jpg") repeat-x;
  text-decoration:underline;
}

/* Vertical Navigation */

#verticalNav {
  margin:200px 0 0 0;
}
#compare {
  height: 35px;
  width: 227px;
  background: url('../images/menu_compare.gif') bottom left no-repeat;
  display: block;
}
#compare-selected {
  height: 35px;
  width: 227px;
  background: url('../images/menu_compare.gif') top left no-repeat;
  display: block;
}
#team {
  height: 35px;
  width: 227px;
  background: url('../images/menu_team.gif') bottom left no-repeat;
  display: block;
}
#team-selected {
  height: 35px;
  width: 227px;
  background: url('../images/menu_team.gif') top left no-repeat;
  display: block;
}
#quote {
  height: 35px;
  width: 227px;
  background: url('../images/menu_quote.gif') bottom left no-repeat;
  display: block;
}
#quote-selected {
  height: 35px;
  width: 227px;
  background: url('../images/menu_quote.gif') top left no-repeat;
  display: block;
}
#booking {
  height: 35px;
  width: 227px;
  background: url('../images/menu_booking.gif') bottom left no-repeat;
  display: block;
}
#booking-selected {
  height: 35px;
  width: 227px;
  background: url('../images/menu_booking.gif') top left no-repeat;
  display: block;
}

/* 04: HOMEPAGE
----------------------------------------------- */
.homepage_bg {
background-image:url(../images/content_bg.gif);
background-repeat:repeat-y;
}
#leftAdCol {
   float:left; 
   width:214px;
   margin-left:10px;
   margin-top:10px;  
}

* html #leftAdCol {
  margin-left:5px;
}

#leftAdCol img, .adSpacer {
  margin:0 0 10px 0;
}
#servicesBox {
  width:500px;
  float: left;
  text-decoration: none;
  font-size: 10px;
  margin-left:10px;
}
#servicesBox .entry {
  float:left; 
  width:340px;
  margin:0 0 5px 0; 
}

.servicesListBox {
  float:left;
  list-style-position:inside;
  padding: 5px;
  margin-top: 0;
  margin-right: 6px;
  margin-bottom: 6px;
  margin-left: 0;
  width: 120px;
  font-size: 11px;
  line-height: 150%;
}
.servicesListBox strong {
  color:#313f94;
}
.servicesListBox ul {
  background:url("../images/bg_benefits.gif") repeat-x bottom;
  padding:10px 10px 20px 10px;
  height:150px;
  text-decoration: underline;
}
#guaranteeBox {
  width:214px; 
}
#guaranteeBox p {
  padding:10px;
}
#guaranteeBox #top {
  background:url("../images/services_box_header.gif") no-repeat; 
  width:212px; 
  height:35px;
}
#guaranteeBox #middle {
  background:url("../images/services_box_middle.gif") repeat-y;
  width:212px;
  padding: 5px;
}
#guaranteeBox #bottom {
  background:url("../images/services_box_bottom.gif") no-repeat; 
  width:212px; 
  height:5px;
}

/* 05: SUBPAGES
----------------------------------------------- */

/* Moving Order Form */
#breadcrum {
  float:left; 
  color:#4898c8; 
  margin:25px 0 0 0;
}
#breadcrum a {
  color:#4898c8;
  text-decoration:underline;
}
#breadcrum a:hover {
  text-decoration:none;
}
#placeBooking {
  float:right;
}

/* Compare */
#comparisonBox {
  margin:0 0 30px 0;
}
#comparisonBox #leftCol {
  float:left; 
  width:50%; 
  margin:0 10px 0 0;
}
#comparisonBox h2 {
  height:28px; 
  text-align:center; 
  font-size:10pt; 
  color:#323f8d; 
  margin-bottom:20px;
}
#comparisonBox p {
  padding:0 10px; 
  margin:0 0 10px 0;
}
#comparisonBox #competitors {
  background:url("../images/bg_header_competitor.gif") repeat-x; 
}
#comparisonBox #metromovers {
  background:url("../images/bg_header_metromovers.gif") repeat-x; 
}
#comparisonBox #rightCol {
  overflow:hidden; 
  width:auto;
  padding:0;
}

/* Choose Your Team */
#selectTeamBox p {
  margin:0 0 10px 0;
}
#selectTeamBox strong {
  color:#393886;
}

/* 06: FOOTER
----------------------------------------------- */
#footer p,
#footer a {
  color:#FFF;
  margin:0;
  padding:0;
  text-decoration: none;
}
#footer a:hover {
  color:#FFF;
  margin:0;
  padding:0;
  text-decoration: underline;
}
#footer .links {
  float:left; 
}
#footer .copyright {
  overflow:visible;
  font-size:12px;
}

/* 07: FORMS
----------------------------------------------- */
#form {
  margin:20px 0 0 0;
}
#form #moveToAddress {
  text-align:left; 
  margin-right:235px;
}
#form .addressDetails {
  float:left; 
  width:300px;
}

#form .addressDetails label {
 width:70px;
}

#form .spacer {
  margin:5px 0;
}
.panels {
  margin:0 0 10px 0;
}
.panels strong {
  color:#313f94; 
  font-size:11pt;
}
.middleBg { 
  background:url("../images/bg_form_middle.gif") repeat-x; 
  height:48px;
}
.middleBg2 { 
  background:url("../images/bg_form_middle2.gif") repeat-x; 
  height:80px;
}
.middleBg p,
.middleBgLarge p,
#pckgConfirm p {
  padding:10px 0 0 5px;
}
.leftCnr {
  background:url("../images/left_round_cnr.gif") no-repeat; 
  width:10px; 
  height:48px; 
  float:left;
}
.rightCnr {
  background:url("../images/right_round_cnr.gif") no-repeat; 
  width:10px; 
  height:48px; 
  float:right;
}
.leftCnr2 {
  background:url("../images/left_round_cnr2.gif") no-repeat; 
  width:10px; 
  height:80px; 
  float:left;
}
.rightCnr2 {
  background:url("../images/right_round_cnr2.gif") no-repeat; 
  width:10px; 
  height:80px; 
  float:right;
}

.middleBgLarge { 
  background: url("../images/bg_form_large_middle.gif") repeat-x; 
  height:176px;
}
.middleBgLarge label { 
  width:50px;
}
.leftCnrLarge {
  background:url("../images/left_round_large_cnr.gif") no-repeat; 
  width:10px; 
  height:176px;
  float:left;
}
.rightCnrLarge {
  background:url("../images/right_round_large_cnr.gif") no-repeat; 
  width:10px; 
  height:176px;
  float:right;
}
form input, select {
  border:1px solid #ccc;
  padding:4px;
  margin:0 5px;
  float:left;
}
#pckgConfirm {
  height:176px;
  width:600px;
  margin:0 0 0 5px;
  padding:0 0 0 5px;
  background-image: url(../images/bg_pkg_conflong.jpg);
  background-repeat: no-repeat;
}
#pckgConfirm #msg {
  width:270px;
}
#pckgConfirm p {
  padding-left:35px;
}
strong.charge {
  color:#5c5c5c; 
  font-size:10pt;
}
#bedroomSelect {
  width:auto; 
  overflow:hidden;
}
#bedroomSelect #rooms {
  margin:4px 0 0 0;
}
#instructions {
  width:auto;
}
#instructions textarea {
  border:1px solid #ccc;
  padding:4px;
  margin:10px 0 0 5px;
  height:105px;
  width:645px;
}
label {
  float:left;
  display:block;
}
.labelsize {
  width: 60px;
}
#moveItem label {
  width:200px;
}

/* 08: MISCELLANEOUS
----------------------------------------------- */
.clear {
  clear:both;
}
.read_more {
  clear:both;
  text-align:right;
  background:transparent url("../images/read_more_ico.gif") no-repeat scroll right 55%;
  width:340px;
  margin:10px 0;
}
.read_more a {
  color:#87c933;
}
.pointer  {
  display:block;
  padding-right:22px;
}
.no-padding {
  padding:0!important;
}
#outer-store {
  margin:0 auto;
  width:1094px;
  background-color: #FFFFFF;
}


.prodTitle {
display:block;
width:227px;
height:46px;
background-image:url(../images/prod_title.gif);
background-repeat:no-repeat;
}

.cartTitle {
display:block;
width:227px;
height:54px;
background-image:url(../images/store_cart_title.gif);
background-repeat:no-repeat;
}


.storemenu_boxes {
display:block;
height:43px;
background-image:url(../images/storemenu_boxes.gif);
background-repeat:no-repeat;
color:#212353;
font-size:16px;
text-decoration:none;
overflow:hidden;
}
.storemenu_boxes:hover {
background-position:0em -2.75em;
text-decoration:none;
}

.storemenu_tapes {
display:block;
height:43px;
background-image:url(../images/storemenu_tapes.gif);
background-repeat:no-repeat;
color:#212353;
font-size:16px;
text-decoration:none;
overflow:hidden;
}
.storemenu_tapes:hover {
background-position:0em -2.75em;
text-decoration:none;
}


.storemenu_paper {
display:block;
height:43px;
background-image:url(../images/storemenu_paper.gif);
background-repeat:no-repeat;
color:#212353;
font-size:16px;
text-decoration:none;
overflow:hidden;
}
.storemenu_paper:hover {
background-position:0em -2.75em;
text-decoration:none;
}



.storemenu_porta {
display:block;
height:43px;
background-image:url(../images/storemenu_porta.gif);
background-repeat:no-repeat;
color:#212353;
font-size:16px;
text-decoration:none;
overflow:hidden;
}
.storemenu_porta:hover {
background-position:0em -2.75em;
text-decoration:none;
}

.storemenu_mattress {
display:block;
height:43px;
background-image:url(../images/storemenu_mattress.gif);
background-repeat:no-repeat;
color:#212353;
font-size:16px;
text-decoration:none;
overflow:hidden;
}
.storemenu_mattress:hover {
background-position:0em -2.75em;
text-decoration:none;
}

.storemenu_plasma {
display:block;
height:43px;
background-image:url(../images/storemenu_plasma.gif);
background-repeat:no-repeat;
color:#212353;
font-size:16px;
text-decoration:none;
overflow:hidden;
}
.storemenu_plasma:hover {
background-position:0em -2.75em;
text-decoration:none;
}

.storemenu_moving {
display:block;
height:43px;
background-image:url(../images/storemenu_moving.gif);
background-repeat:no-repeat;
color:#212353;
font-size:16px;
text-decoration:none;
overflow:hidden;
}
.storemenu_moving:hover {
background-position:0em -2.75em;
text-decoration:none;
}



.cart {
display:block;
width:188px;
position:relative;
background-image:url(../images/cart_bg.gif);
background-repeat:no-repeat;
background-position:bottom;
background-color:#e2e2e2;
font-size:11px;
padding:8px;
margin:10px;
margin-top:4px;
margin-bottom:0px;
}

.cart table tr td {
font-size:12px;
}

.totalDiv {
display:block;
background-image:url(../images/total_bg.gif);
background-repeat:no-repeat;
background-position:right;
width:198px;
height:25px;
padding-top:12px;
padding-right:15px;
color:#9b0404;
font-size:12px;
font-weight:bold;
text-align:right;
}

.checkout {
float:right;
text-decoration:none;
width:200px;
height:62px;
margin-bottom:20px;
margin-right:5px;
margin-top:5px;
}


.productPanel {
float:left;
margin-right:10px;
}

.productImage {
display:block;
background-image:url(../images/product_panel.gif);
background-repeat:no-repeat;
width:172px;
min-height:215px;
height:auto !important;
height:215px;
padding-left:22px;
padding-right:20px;
padding-top:25px;

}

.productImage img {
border:1px solid #ccc;
}

.title1 {
font-size:12px;
font-weight:bold;
color:#313f94;
line-height:15px;
}

.price1 {
ont-size:12px;
color:#010100;
line-height:15px;
font-weight:bold;
}

.relatedProducts {
display:block;
padding-top:80px;
padding-left:10px;
background-image:url(../images/related_products.gif);
background-repeat:no-repeat;
background-position:top;
min-height:220px;
height:auto !important;
height:220px;

}

.relatedProducts ul {
padding:0;
margin:0;
margin-left:25px;
}
.relatedProducts ul li {
margin-top:0px;
margin-bottom:0px;
padding:0;
line-height:16px;
}

.relatedProducts a {
font-size:10px;
font-size:10px;
font-weight:bold;
}

.backButton {
float:right;
width:90px;
height:51px;
}

.bigPanelHolder {
display:block;
background-image:url(../images/big_panel_bg.gif);
background-repeat:repeat-y;
}

.bigPanelContent {
position:relative;
min-height:324px;
height:auto !important;
height:324px;
padding:25px;
padding-right:35px;
background-image:url(../images/big_panel_content_bg.gif);
background-repeat:no-repeat;
background-position:top;
}

.bigPanelBottom {
display:block;
height:25px;
background-image:url(../images/big_panel_bottom.gif);
background-repeat:repeat-y;
background-position:top;
}

.addtocart {
display:block;
width:110px;
height:43px;
text-decoration:none;
}


.purchase {
float:right;
width:203px;
height:61px;
}


.updateCart {
float:right;
width:55px;
height:18px;
}


.cartalert {
position:absolute;
left:-10px;
top:-175px;
width:245px;
height:75px;
padding-top:38px;
color:#641919;
font-size:15px;
font-weight:bold;
text-align:center;
background-image:url(../images/cartalert.png);
background-repeat:no-repeat;
z-index:900;
}


.cartalert { 
  behavior: url(../iepngfix.htc) 
}
.home_content_box {
  padding: 4px;
  width: 335px;
  clear: both;
}


div.help {
display: none;
position: absolute;
width: 240px;
min-height: 110px;
padding: 10px;
line-height:15px;
border:2px solid #ccc;
background-color: #EBEBEB;
cursor: pointer;
font-size:11px;
}

.mainContent {
  float:left;
  width:360px;
  line-height: 150%;
}

.rightColumnDiv {
  float:right;
  width:349px;
  height:510px;
  margin-top:0px;
  background-image:url(../images/metro_movers_01.jpg);
  background-repeat:no-repeat;
  background-position:left bottom;
}


    
#scrollbar_container {
  position:relative;
  width:318px;
  border:1px solid #ccc;
  padding-right:10px
}

#scrollbar_track {
  position: absolute;
  top: 0;
  right: 0;
  height: 348px;
  width: 11px;
  background-color:#FFF;
}
#scrollbar_handle {
  width:11px;
  background-color:#999;
  cursor:pointer;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  opacity:0.9;
    -moz-opacity:0.9;
  background-image:url(../images/grip.gif);
  background-repeat:no-repeat;
  background-position:center center;
  
}

#scrollbar_content {
  overflow:hidden;
  width:322px;
  height:380px;
  background-color:#f3f3f3;
}



.quote_box {
  margin-top: 38px;
  margin-right: 5px;
  margin-bottom: 0px;
  margin-left: 5px;
}

.comDiv {
background-color:#ebebeb; 
padding:6px;
font-size:12px;
line-height:14px;
border:1px solid #ccc;
margin:4px 0px 8px 0px;
}
/* Links Menu - home page and side bars
----------------------------------------------- */

.pagemenu {
  font-family: Arial, Helvetica, sans-serif;
  padding: 0px !important;
  margin: 0px !important;
  margin-left:10px !important;
  margin-bottom:10px !important;
  margin-top:3px !important;
  line-height:14px;
  font-size: 11px;
  width:115px;
  list-style-type:none;
}

.pagemenu li {
background-image:url(../images/arrow.gif);
background-repeat:no-repeat;
background-position:left 0.1em;
padding-left:14px;
margin-bottom:3px;
}

.pagemenu a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 130%;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}
.pagemenu a:hover{
  font-size: 11px;
  line-height: 130%;
  font-family: Arial, Helvetica, sans-serif;
}
.pagemenutitles {
  font-family: Arial, Helvetica, sans-serif;
  width: 120px;
  font-size: 11px;
  font-weight: bold;
  color: #5899B3;
  line-height: 13px;
  margin: 0px;
  padding-top: 5px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 5px;
}
.rightColumnDiv_noimage {
  float:right;
  width:330px;
  height:600px;
  margin-top:5px;
}
.storemenu_pickup {
  display:block;
  height:43px;
  background-image:url(../images/storemenu_pickup.jpg);
  background-repeat:no-repeat;
  color:#212353;
  font-size:16px;
  text-decoration:none;
  overflow:hidden;
}
.storemenu_pickup:hover {
  background-position:0em -2.75em;
  text-decoration:none;
}
.panelconfirm {
  background-image: url(../images/bg_pkg_conflong.jpg);
  height: 150px;
  width: 670px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 10px;
  margin-left: 0;
  padding: 10px;
  background-repeat: no-repeat;
}
.formheadings {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #313F94;
  font-weight: bold;
  line-height: 100%;
}

* html #rightCol {
  width:690px;
  overflow:hidden;
  padding:10px;
  padding-left: 5px;
}

textarea {
  resize: none;
}
