/*
 * ns:   vortal
 *
 * base styles for all vortals
 */
 
/* -----------------------------------------------------------------*/      
/* Vortal standard formatting (applies to all vortals) */
/* -----------------------------------------------------------------*/ 
 
 .vortal-big-title
{
    font-weight: bold;
    font-size:x-large;
    font-size: 31px;
    line-height: 38px;
    color: #BC6931;
}

.vortal-small-title
{
    font-size:14px;
    line-height: 19px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.vortal-HE-bg {
    position: absolute;
    left: 0;
    height: 386px;
    width: 100%;
    background: transparent url('/public/images/promo/vortal/bg/bg_gray_25x400.jpg') repeat-x left top;
    z-index: -1;
    top:-3px
}
.vortal-HE-header
{
    position:relative; 
    /*width:1500px;*/
    margin-left:0;
    margin-right:0;
    background-position:right;
   
    /*background:url('/public/images/promo/vortal/bg/bg_gray_25x400.png');*/
}
.vortal-he-header-image {
    background-color: #fff;
    border: 1px solid #ECEDED;
    position: relative;
    margin-right: 5px;
    box-shadow: 3px 3px 4px #F0F0F0;
    -moz-box-shadow: 3px 3px 4px #F0F0F0;
    -webkit-box-shadow: 3px 3px 4px #F0F0F0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#F0F0F0')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#F0F0F0');
}

.home-header {
    background-image: url("/public/images/promo/newhomepage/bg-texture.png");
    background-repeat: repeat-x;
    border-bottom: 1px solid white;
    color: #F1F2F2;
    height: 491px;
    width:100%
}

.shipanything-section
{
    padding-top:15px;
}

.vortal-quote-button
{
    text-align:center;
    margin-top: 20px;   
}

 
 .vortal-question-mark
 {
     margin-top: 8px;
     margin-left: 5px;
     margin-right: 10px;
 }
 
 .vortal-zip-codebox
 {
     border-style:none; 
     position:relative; 
     top:5px; 
     left:2px;
     font-size:20px;
     width: 169px;
     text-align:left;
     background-color:transparent;
 }
 .vortal-category-zipcode
{
    background-image: url('/public/images/promo/newhomepage/zip_custom.png');
    width: 179px;
    height: 39px;
    background-repeat: no-repeat;
    float: left;
    border-style:none;
    margin-bottom:15px;
}
 
 .vortal-cts-contact-info {
    float:right; 
    margin-top:-25px; 
    font-weight:bold; 
    font-size:14px;
 }

/* Vortal standard header formatting */
.vortal-header-container {
    height: 312px;
    padding-top: 25px;
}
    .vortal-header-container-with-feax-news {
      height: 322px;
    }
.vortal-header-container-image {
    position: relative;
    height:288px;
}
.vortal-header-container-h {
    padding: 9px 35px 0 15px;
    color: #fff;
    line-height: 24px;
}
    .vortal-header-container-h h1 {
        font-weight:bold;
    }
.vortal-header-container-list {
    height: 209px;
    width:169px;
    margin: 25px 0 0 43px;
}
.ie6 .vortal-header-container-list {position: absolute;} 
.vortal-header-container-list a {color: #fff;}
.vortal-header-container-list-title {
    padding-left:55px;
    font-weight: bold;
    font-size:16px;
    line-height:16px;
    height:40px;
 }
.vortal-header-container-list-bd {padding-left:8px;}
.vortal-header-container-steps-bd {display:none;}
/* Adrian, 12/01/2010 - show step explanation in place of list */
.locale-de-DE .vortal-header-container-list-bd {display:none;}
.locale-de-DE .vortal-header-container-steps-bd {
    display:block;
    width:170px;
    height:150px;
    background: url('/public/images/locale/de/promo/vortal/bg/steps.png') no-repeat;
}

.vortal-header-container-video {
    display: block;
    margin: 100px 0 0 315px;
    height: 118px;
    width: 165px;
    background: url('/public/images/promo/vortal/bg/video_165x118.jpg') no-repeat;
}

/* Adrian, 04/06/2010 - DE override */
.locale-de-DE .vortal-header-container-video {
    background: url('/public/images/locale/de/promo/vortal/bg/video_165x118.png') no-repeat;
}

.vortal-header-video,
.vortal-header-video-litebox {
  width: 704px;
  height: 288px;
}
.vortal-header-video {
  position: absolute;
  top: 0;
  left: 0;
}
.vortal-header-video-litebox {
  z-index: 5 !important;
}
.vortal-header-video-inner {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 6;
  width: 435px;
  height: 267px;
  border: 2px solid #636464;
  background-color: #fff;
}
.vortal-header-video-close {
  position: absolute;
  top: 10px;
  left: -100px;
  z-index: 7;
  width: 100px;
  padding: 3px;
  border: 2px solid #636464;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  font-weight: bold;
  cursor: pointer;
}
.vortal-header-video-player {
  position: relative;
  z-index: 8;
}


.ie6 .vortal-header-container-video {
    margin-left: 525px;
    position: absolute;
}
.vortal-header-container-listingproc {
	color: #fff;
}
.vortal-header-container-listingproc .form-item-postal-code {
    /* lala */
    float: left;
    width: 107px;
}
.vortal-header-container-listingproc .form-quick-listingproc-ziplookup {
  color: #fff;
}
.vortal-header-container-listingproc .form-item-postal-codes .form-item-description {
  width: 100px !important;
}
.vortal-header-container-listingproc-h {margin-bottom: 5px;}
.vortal-header-container-listingproc-rebate,
.vortal-header-container-listingproc-link {
    display: block;
    border-top: 1px dashed white;
    padding-top: 5px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}

.vortal-header-container-listingproc-icons-icon {
	float: left;
	margin-left: 10px;
}

/* 
	* quotes cta, currently only on us vehicles vortal
	* i hate that i have to hardcode height, but needed for layout switching reasons

 */
.vortal-header-container-quotes-cta {
  height: 280px;
  padding-top: 10px;
  position: relative;
  margin-left: 0;
}
.vortal-header-quotes-form .form-item {
  margin-bottom: 8px;
}
.vortal-header-quotes-cta-reqired {
  position: absolute;
  top: -15px;
  right: 0;
  font-size: 11px;
}

.vortal-feax-news {
  clear: both;
  position: relative;
  top: -10px;
  display: block;
  width: 960px;
  height: 52px;
  background: url('/public/images/locale/en/promo/news_bar.png') no-repeat;
}
    .locale-en-GB .vortal-feax-news, .locale-en-EU .vortal-feax-news {
      background-image: url('/public/images/locale/en-GB/promo/news_bar.png');	
	}
	.locale-de-DE .vortal-feax-news, .locale-de-AT .vortal-feax-news {
      background-image: url('/public/images/locale/de/promo/partner_bar_grey.png');
    }
     .locale-fr-FR .vortal-feax-news {
      background-image: url('/public/images/locale/fr/promo/news_bar.png');
    }
    .locale-nl-NL .vortal-feax-news {
      background-image: url('/public/images/locale/nl/promo/news_bar.png');
    }
    .locale-es-ES .vortal-feax-news {
      background-image: url('/public/images/locale/es/promo/news_bar.png');
    }
/* Vortal standard advantages formatting */
.vortal-advantages-title {
    height:44px !important;
    line-height:44px !important;
}

.vortal-advantages .list-item-title {
    color: #414042;
    font-size: 13px;
}

/* Vortal standard solutions formatting */
.vortal-solutions-type {padding-top: 80px;}

.vortal-solutions-businesses {
    background-position: 40% top;
    background-repeat: no-repeat;
}
.vortal-solutions-transporters {
    background-position: 40% top;
    background-repeat: no-repeat;
}
.vortal-solutions-partners {
    width:200px;
    background-position: 40% top;
    background-repeat: no-repeat; 
}
.ie7 .vortal-solutions-businesses, .ie7 .vortal-solutions-transporters {min-height:1px;}
.ie6 .vortal-solutions-businesses, .ie6 .vortal-solutions-transporters {zoom:1;}

.vortal-sidebar-hd {position: relative;}

/* Vortal standard sidebar formatting */
.vortal-sidebar-hd-title {float:left;}
.vortal-sidebar-hd-icon {
    float:left;  
    margin: 0 0 0 7px;
}
.ie6 .vortal-sidebar-hd-icon {margin: 5px 0 0 5px !important;}
.vortal-sidebar-bd {
    padding-top: 8px;
    padding-bottom:8px;
    border-bottom: solid 2px #f0f1f1;
}
.vortal-sidebar-hd-navigator {
    position:absolute;
    top: 7px;
    right: 0px;
    z-index: 10;
}
.vortal-sidebar-mod {margin-top:10px;}

.vortal-story-wrap{
	white-space: -moz-pre-wrap; /* Mozilla */
	word-wrap: break-word;      /* IE 5+ */
}

/* Vortal standard in the news formatting */ 
.vortal-news-item {
    padding: 0 15px 0 15px;
    border-right: solid 1px #dbdcde;
    height: 48px;
}
.vortal-news-item-final {border-right: none;}

/* Vortal standard marketplace formatting */ 
.vortal-marketplace img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.vortal-marketplace p { margin-bottom: 10px; }

/* Vortal standard marketplace tab formatting: Transport Articles */
.vortal-marketplace-transport-article-links {
  border-top: solid 1px #dbdcde;
  padding-top: 8px;
}

.vortal-marketplace-transport-article-link-item {width: 285px;}

/* Vortal standard marketplace tab formatting: by city/state */
.vortal-marketplace .shipping-by-state-city {border-bottom: solid 1px #dbdcde;}

/* Vortal vehicle marketplace tab formatting: recently shipped */
.vortal-marketplace-recently-shipped th, .vortal-marketplace-recently-shipped td {text-align:center;}
.vortal-marketplace-recently-shipped-image {width: 65px;}
.vortal-marketplace-recently-shipped-item {width: 186px;}
.vortal-marketplace-recently-shipped-quote {width: 134px;}
.vortal-marketplace-recently-shipped-price {width: 100px;}
.vortal-marketplace-recently-shipped-estimated-savings {width: 120px;font-weight:bold;}
.vortal-marketplace-recently-shipped-estimated-savings-body { font-weight: bold; }

.vortal-marketplace-recently-shipped-image img {
    width: 45px; 
    height: 34px;
} 


/* Vortal vehicle marketplace tab formatting: transporter directory */
.vortal-marketplace-transporter-dir-image {width: 75px;}
.vortal-marketplace-transporter-dir-name {width: 185px;}
.vortal-marketplace-transporter-dir-about {width: 70px;}
.vortal-marketplace-transporter-dir-link {font-weight:normal !important;}

.vortal-marketplace-transporter-dir-image img {
    width: 60px; 
    height: 45px;
}

/* Vortal standard story formatting */
.vortal-story-subject {font-weight: bold;}
.vortal-story-excerpt {line-height: 20px;}


/* Vortal standard bidding teaser formatting */
.vortal-transporter-teaser {
  padding-bottom: 10px;
  border-bottom: 2px solid #F0F1F1;
}
.vortal-transporter-teaser a {
	display: block;
	color: #fff;
	width: 224px;
	height: 101px;
}
.vortal-transporter-teaser .h {padding: 10px 0 0 57px; text-align: center;}
.vortal-transporter-teaser .vortal-transporter-teaser-middle {margin: 0 0 0 57px; text-align: center;}
.vortal-transporter-teaser .vortal-transporter-teaser-bottom {margin: 0 0 0 57px; text-align: center;}

.vortal-sidebar-fblike {
	margin-bottom: 10px;
}

/* Vortal standard article formatting */
.vortal-article-nav {
    border-bottom: solid 2px #f0f1f1;
    padding-bottom: 8px;
}
.vortal-article-listingproc-link {
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	margin-left: 20px;
}
.vortal-article-bd p, .vortal-article-bd ul {margin:10px 0 10px 0}

.vortal-article-bd-image {width: 135px;}
.vortal-article-bd-text {width: 540px;}

/* Vortal standard article col2 formatting */
.vortal-article-listingproc {
    padding-bottom: 15px;
    border-bottom: solid 2px #f0f1f1;
}
.vortal-article-listingproc-hd {font-size:16px;font-weight: bold;line-height:20px;}
.vortal-article-listingproc-bd .form-item-action {margin-top: 10px;}
.vortal-article-listingproc-bd {
    width: 192px; /* 222px - 15px */
    padding: 15px 15px 5px 15px;
    color: #fff;
    background:url('/public/images/promo/vortal/versions/home/vortal_header_gradient.png') repeat-x;
}
.vortal-article-listingproc .form-quick-listingproc-ziplookup {
  color: #fff;
}
.vortal-article-quicklinks {width: 222px;}

/* Vortal standard article list formatting */
.ie6 .vortal-article-list-arrow-box .list-item  {height:1px;}
.ie7 .vortal-article-list-arrow-box .list-item  {min-height:1px;} 

.vortal-article-list-arrow-box .list-item {padding: 0px 0px 7px 30px; background: url('/public/images/promo/vortal/versions/boats/vortal_list_box_arrow.png') no-repeat 0 0px;}

.vortal-article-list-arrow-box .list-item-selected {
    background: url('/public/images/elements/bullets/arrows/2_arrow_grey.gif') no-repeat 4px 5px !important;
}
.vortal-article-header_linklist {
    float: left;
    width: 33.33%;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

/* Vortal standard formatting Featured Tools */
.vortal-carousel-ebay {background: url('/public/images/elements/logo/ebay_compatible_tiny.png') no-repeat right bottom;}

.locale-de-DE .vortal-carousel-ebay, .locale-de-AT .vortal-carousel-ebay {
    background: url('/public/images/locale/de/elements/logo/ebay_compatible_tiny.png') no-repeat right bottom;
 }

.vortal-carousel-uship-tracking {
    background: url('/sticky/images/tracking/uShip_tracking_logo.png') no-repeat 50px bottom;
    padding-bottom: 50px;
}
.vortal-carousel-header-margin .h {
    margin: 0 0 5px 0;
    font-size: 12px;
}
