#fi_halti_products_product_wrapper.loading,
#fi_halti_products_product_wrapper div.fi_halti_products_product
{
    background-image: url('/images/product-details-background.gif');
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: top left;
    height: 500px;
}

html > body #fi_halti_products_product_wrapper.loading,
html > body #fi_halti_products_product_wrapper div.fi_halti_products_product
{
    height: auto;
    min-height: 550px;
}

div.fi_halti_products_product_list
{
    background-image: url('/images/product-browser-background.gif');
    background-repeat: repeat-x;
    background-position: bottom left;
    height: 80px;
    padding-left: 90px;
    clear: both;
}

body.products #container div.fi_halti_products_product_list
{
    padding-left: 40px !important;
}

div.fi_halti_products_product_list div.loading
{
    position: absolute;
    width: 1000px;
    height: 40px;
    margin-top: 20px;
}

div.fi_halti_products_product
{
    color: #404040;
    padding: 17px 23px 66px;
    line-height: 1.4em;
    font-size: 90%;
    clear: both;
}

div.fi_halti_products_product span.edit
{
    display: block;
    position: absolute;
    height: 20px;
    line-height: 20px;
    margin-top: -15px;
}

div.fi_halti_products_product h1
{
    margin: 0;
}

div.fi_halti_products_product div.left-column
{
    float: left;
    margin-right: 10px;
    text-align: center;
    width: 380px;
    height: 400px;
}

div.no-images div.left-column
{
    padding-top: 40px;
}

div.fi_halti_products_product div.images
{
    text-align: center;
    width: 380px;
    height: 420px;
    padding-top: 20px;
    float: left;
}

#container div.no-images div.images
{
    height: 340px;
    padding-top: 0;
}

div.fi_halti_products_product div.wrapper
{
    overflow: visible;
}

div.fi_halti_products_product div.images div.wrapper
{
    height: 400px;
    overflow: hidden;
}

div.fi_halti_products_product div.images div.wrapper div.slide
{
    width: 40000px;
    height: 400px;
}

div.fi_halti_products_product div.info-items
{
    width: 360px;
}

div.fi_halti_products_product div.info-items div.item
{
    padding: 0 25px;
    width: 290px;
    float: left;
    text-align: left;
    line-height: 1.4em !important;
}

div.fi_halti_products_product div.info-items div.item div.image
{
    float: left;
    margin-right: 1em;
    height: 140px;
}

div.fi_halti_products_product div.info-items div.item div.image img
{
    vertical-align: middle;
}

div.fi_halti_products_product div.info-items div.navigation
{
    width: 360px;
    position: absolute;
    padding-top: 33px;
    z-index: 10;
}

div.fi_halti_products_product div.info-items div.thumbnails a.prev
{
    display: block;
    float: left;
}

div.fi_halti_products_product div.info-items div.thumbnails a.next
{
    display: block;
    float: right;
}

div.fi_halti_products_product div.info-items div.wrapper
{
    height: 150px;
    margin-top: -3px;
    position: absolute;
    overflow: hidden;
    width: 360px;
}

div.fi_halti_products_product div.info-items div.wrapper div.slide
{
    width: 4000px;
}

div.fi_halti_products_product div.slider
{
    overflow: hidden;
    overflow-y: visible;
}

div.fi_halti_products_product div.images div.thumbnails
{
    z-index: 100;
    padding-top: 40px;
    position: absolute;
}

div.fi_halti_products_product div.images div.thumbnails a
{
    width: 40px;
    height: 40px;
    overflow: hidden;
    display: block;
    padding: 2px;
    margin-bottom: 4px;
}

html > body div.fi_halti_products_product div.images div.thumbnails a
{
    width: auto;
    height: auto;
    max-width: 40px;
    max-height: 40px;
}

div.fi_halti_products_product div.images div.image
{
    float: left;
    width: 380px;
}

div.fi_halti_products_product div.images div.thumbnails a:hover
{
    padding: 0;
    border-style: solid;
    border-width: 2px;
    border-color: #cc0000;
}

div.fi_halti_products_product div.images div.thumbnails a.selected
{
    padding: 0;
    border-style: solid;
    border-width: 2px;
    border-color: #000000;
}

div.fi_halti_products_product div.images div.thumbnails a img
{
    display: block;
}

div.fi_halti_products_product div.description
{
    width: 313px;
    float: left;
    padding-top: 40px;
    margin-bottom: 10px;
}

div.fi_halti_products_product div.weather
{
    background-image: url('/images/weather-data.png');
    background-repeat: no-repeat;
    background-position: right center;
    float: right;
    height: 52px;
    padding-top: 1px;
    line-height: 48px;
    vertical-align: middle;
    padding-right: 10px;
    width: 215px;
}

html > body div.fi_halti_products_product div.weather
{
    min-width: 205px;
    width: auto;
    height: 51px;
}

div.fi_halti_products_product div.weather div.header
{
    background-image: url('/images/weather-data.png');
    background-repeat: no-repeat;
    background-position: left center;
    position: absolute;
    width: 10px;
    height: 50px;
    margin-left: -10px;
}

div.fi_halti_products_product div.weather .product-title
{
    display: none;
}

div.fi_halti_products_product div.weather ul
{
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline;
}

div.fi_halti_products_product div.weather ul li
{
    margin-right: 5px;
}

div.weather span.weather-title,
div.weather ul li,
div.weather ul li div
{
    display: block;
    float: left;
}

div.weather span.weather-title
{
    margin-right: 1em;
}

div.weather img
{
    vertical-align: middle;
}

div.weather ul li.temperature
{
    font-weight: bold;
}

div.weather ul li.temperature table
{
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 16px;
    margin-top: 9px;
}

div.weather ul li.temperature td
{
    padding: 0;
    margin: 0;
    text-align: right;
    font-size: 90%;
    vertical-align: middle;
}

div.weather ul li.temperature td.grade
{
    font-size: 120%;
    padding-left: 4px;
}

div.weather ul li.temperature span.temperature
{
    font-size: 120%;
}

div.fi_halti_products_product div.materials ul,
div.fi_halti_products_product div.description div.details ul
{
    margin: 1em 0;
    padding: 0 0 0 1.5em;
    list-style: disc;
}

div.fi_halti_products_product div.materials li,
div.fi_halti_products_product div.description div.details ul li
{
    padding-bottom: 2px;
    clear: both;
    color: #cc0000;
}

div.fi_halti_products_product div.description div.details ul li *
{
    color: #333333;
}

div.fi_halti_products_product div.materials li div.image,
div.fi_halti_products_product div.description div.details ul li div.image
{
    float: left;
    padding: 20px 0 0;
    width: 70px;
}

div.fi_halti_products_product div.materials li div.image img,
div.fi_halti_products_product div.description div.details ul div.image img
{
    border-style: solid;
    border-width: 3px;
    border-color: #ffffff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

div.fi_halti_products_product div.materials ul li div.info p,
div.fi_halti_products_product div.description div.details ul li div.info p
{
    margin: 0 0 1em;
}

div.fi_halti_products_product div.right-column
{
    width: 225px;
    float: right;
    padding-top: 10px;
}

div.fi_halti_products_product div.right-column h2
{
    margin: 5px 0 0;
    color: #666666;
}

#container div.fi_halti_products_product div.right-column p
{
    margin: 0;
    font-size: 120%;
}

div.fi_halti_products_product div.right-column div.rounded
{
    background-image: url('/images/product-details.png');
    background-position: left top;
    background-repeat: no-repeat;
    padding: 5px 15px 0;
    margin-bottom: 20px;
}

div.fi_halti_products_product div.right-column div.rounded div.footer
{
    background-image: url('/images/product-details.png');
    background-position: left bottom;
    background-repeat: no-repeat;
    position: absolute;
    width: 225px;
    height: 18px;
    margin-left: -15px;
}

div.fi_halti_products_product div.right-column div.recommended ul,
div.fi_halti_products_product div.right-column ul.colors
{
    margin: 0;
    padding: 0;
    list-style: none;
}

div.fi_halti_products_product div.right-column div.recommended ul li
{
    clear: both;
    color: #797979;
    padding-top: 10px;
}

div.fi_halti_products_product div.right-column div.recommended ul li div.thumbnail
{
    float: left;
    margin-right: 10px;
    width: 40px;
    height: 45px;
    padding-top: 5px;
    text-align: center;
    line-height: 40px;
}

div.fi_halti_products_product div.right-column div.recommended ul li div.thumbnail img
{
    vertical-align: middle;
}

div.fi_halti_products_product div.right-column div.recommended ul li h3
{
    font-size: 100%;
}

div.fi_halti_products_product div.right-column div.recommended ul li h3,
div.fi_halti_products_product div.right-column div.recommended ul li a
{
    margin: 0;
    color: #666666 !important;
}

div.fi_halti_products_product div.right-column ul.colors li
{
    width: 24px;
    height: 14px;
    display: block;
    float: left;
    margin-right: 3px;
    margin-bottom: 3px;
}

div.fi_halti_products_product div.right-column ul.colors li div.color
{
    display: none;
    position: absolute;
    margin-top: -30px;
    padding: 3px 10px;
    background-color: #ffffff;
    border-style: solid;
    border-width: 1px;
    border-color: black;
}

div.fi_halti_products_product div.right-column ul.colors li:hover div.color
{
    display: block;
}

div.fi_halti_products_product div.collections div.image
{
    margin-right: 15px;
    padding: 0;
    list-style: none;
    float: left;
    width: 80px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-top: 20px;
    vertical-align: middle;
}

div.fi_halti_products_product div.collections div.image img
{
    vertical-align: sub;
    display: inline !important;
    margin: auto;
}

ul.fi_halti_products_product_dock
{
    margin: 0;
    padding: 15px 0 0 0;
    list-style: none;
    text-align: center;
    clear: both;
}

ul.fi_halti_products_product_dock li
{
    display: block;
    float: left;
    width: 40px;
    height: 40px;
}

ul.fi_halti_products_product_dock div.weather
{
    display: none;
    position: absolute;
    background-image: url('/images/weather-data-tall.png');
    background-repeat: no-repeat;
    background-position: top right;
    text-align: left;
    z-index: 100;
    height: 80px;
}

ul.fi_halti_products_product_dock div.weather div.header
{
    background-image: url('/images/weather-data-tall.png');
    background-repeat: no-repeat;
    background-position: bottom left;
    position: absolute;
    width: 10px;
    height: 80px;
    margin-left: -10px;
}

ul.fi_halti_products_product_dock div.weather div.weather-content
{
    padding: 5px 20px 5px 10px;
}

ul.fi_halti_products_product_dock div.weather ul
{
    margin: 0;
    padding: 0;
    list-style: none;
    white-space: nowrap;
}

ul.fi_halti_products_product_dock div.weather ul li
{
    display: inline;
}

ul.fi_halti_products_product_dock li.hover div.weather
{
    display: block;
}

ul.fi_halti_products_product_dock li.hover div.weather .weather-title
{
    display: none;
}

#org_routamc_positioning_map_widget
{
    background-color: #eee0c9;
    background-repeat: no-repeat;
    background-position: center center;
    width: 1000px;
    height: 410px;
}

div.narrow_map
{
    width: 589px !important;
    height: 400px;
    float: left;
}

#org_routamc_positioning_map_widget img
{
    display: block;
}

#map_content
{
    float: right;
    width: 392px;
    margin-right: 9px;
}

#map_content div.liftup
{
    clear: both;
}

#map_content div.liftup p
{
    font-size: 120%;
    margin: 0 0 6px;
}

html > body #map_content div.liftup p
{
    font-size: 120%;
}

#map_content div.liftup .moreinfo
{
    padding-right: 20px;
    margin-bottom: 0;
    background-repeat: no-repeat;
    background-position: right center;
}

#map_content div.liftup h2
{
    font-size: 140%;
    text-transform: uppercase;
    margin: 0 0 6px !important;
}

#map_content div.liftup h2 a
{
    color: black;
}

#map_content div.liftup .right h2 a
{
    color: white;
}

#map_content div.liftup .left
{
    background-repeat: no-repeat;
    background-position: right top;
    display: block;
    float: left;
    width: 271px;
}

#map_content div.liftup .left .moreinfo
{
    background-image: url('/images/moreinfo-arrow.gif');
}

#map_content div.liftup .right .moreinfo
{
    background-image: url('/images/moreinfo-arrow-red.gif');
}

#map_content .right
{
    background-repeat: no-repeat;
    background-position: right top;
    float: right;
    width: 113px;
}

#map_content .right,
#map_content .right a
{
    color: white;
}

#map_content div.product-liftup .left,
#map_content div.product-liftup .right
{
    height: 155px;
    margin-bottom: 10px;
    overflow: visible;
}

#map_content div.product-liftup .right
{
    background-image: url('/images/product-extra.jpg');
}

#map_content div.product-liftup .left div.content
{
    padding-left: 11px;
    padding-top: 13px;
    cursor: pointer;
}

#map_content div.news-liftup .left .moreinfo
{
    background-image: url('/images/moreinfo-arrow-red.gif');
}

#map_content div.product-liftup .right div.content
{
    padding: 30px 15px 0;
}

#map_content div.news-liftup
{
    clear: both;
}

#map_content div.news-liftup .left,
#map_content div.news-liftup .right
{
    height: 240px;
    display: block;
}

#map_content div.news-liftup .right
{
    background-image: url('/images/news-extra.jpg');
}

#map_content div.news-liftup .right div.content
{
    padding: 30px 15px 0;
}

#fi_halti_products #type_label
{
    display: none;
}

#org_routamc_positioning_map_widget a.wmi-info-window-close
{
    background-image: url('/midcom-static/fi.halti.products/map-marker-big.gif');
    width: 24px;
    height: 23px;
    float: left;
}

#org_routamc_positioning_map_widget div.weather-info
{
    background-image: url('/images/product-details.png');
    background-repeat: no-repeat;
    background-position: center top;
    position: absolute;
    margin-top: -55px;
    margin-left: -94px;
    width: 225px;
    padding: 15px 10px 0;
}

html > body #org_routamc_positioning_map_widget div.weather-info
{
    width: 205px;
}

#org_routamc_positioning_map_widget div.weather-info div.weather-content
{
    padding-left: 10px;
}

#org_routamc_positioning_map_widget div.weather-info img.close
{
    float: left;
    margin: 0 1em 0 0;
}

#org_routamc_positioning_map_widget div.weather-info h2
{
    margin: 7px 0 20px;
}

#org_routamc_positioning_map_widget div.weather-info div.today
{
    height: 60px;
    clear: both;
}

#org_routamc_positioning_map_widget div.weather-info div.today div.icon
{
    float: left;
    margin-right: 10px;
}

#org_routamc_positioning_map_widget div.weather-info div.today dl
{
    margin: 0;
    padding: 0;
    float: left;
    font-weight: bold;
    min-height: 50px;
    width: 142px;
    white-space: nowrap;
}

#org_routamc_positioning_map_widget div.weather-info div.today dl dt
{
    float: left;
    margin: 0;
    padding: 0;
    clear: left;
}

#org_routamc_positioning_map_widget div.weather-info div.today dl dd
{
    float: right;
    clear: right;
    margin: 0;
    padding: 0;
}

#org_routamc_positioning_map_widget div.weather-info div.future
{
    float: left;
    width: 50px;
}

#org_routamc_positioning_map_widget div.weather-info div.future p
{
    margin: 0;
    padding: 0;
    text-align: center;
}

#org_routamc_positioning_map_widget div.weather-info div.future p.dayname
{
    font-weight: bold;
}

#org_routamc_positioning_map_widget div.weather-info div.footer
{
    background-image: url('/images/product-details.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    position: absolute;
    width: 225px;
    height: 20px;
    margin-left: -5px;
}

html > body #org_routamc_positioning_map_widget div.weather-info
{
  width: 215px;
}

table.fi_halti_products_info_list
{
    border-spacing: 0;
    border-collapse: collapse;
    margin-bottom: 2em;
}

table.fi_halti_products_info_list caption
{
    font-size: 150%;
    padding-bottom: 0.4em;
}

table.fi_halti_products_info_list th,
table.fi_halti_products_info_list td
{
    border-style: solid;
    border-width: 1px;
    border-color: #dddddd;
    padding: 0.3em;
    text-align: left;
    vertical-align: top;
}

table.fi_halti_products_info_list th
{
    background-color: #eeeeee;
}

table.fi_halti_products_info_list td
{
    background-color: #ffffff;
}

table.fi_halti_products_info_list td.title a
{
    white-space: nowrap;
}

table.fi_halti_products_info_list td ul
{
    padding-left: 1.5em;
    margin: 0;
}

table.fi_halti_products_info_list td p
{
    margin: 0 0 1em;
}

ul.fi_halti_products_info_navigation
{
    margin: 1em 0;
    padding: 0;
}

ul.fi_halti_products_info_navigation li
{
    display: inline;
    margin-right: 1em;
    padding-right: 1em;
    border-right: solid 1px #000000;
    white-space: nowrap;
}

ul.fi_halti_products_info_navigation li.top
{
    border-right: none;
}

#fi_halti_products_search ul
{
    padding: 0;
    margin: 0;
    list-style: none;
}

#fi_halti_products_search ul.sprite li,
#fi_halti_products_search ul.sprite li label
{
    display: block;
    float: left;
}

#fi_halti_products_search ul.sprite li label
{
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
}

#fi_halti_products_search ul.jquery-enabled li label input
{
    position: absolute;
    z-index: -1;
}

#fi_halti_products_search ul.sprite li label.selected
{
    background-position: 0 -40px;
}

#fi_halti_products_search ul.sprite li label.hover
{
    background-position: 0 -80px !important;
}

#fi_halti_products_search div.column
{
    background-repeat: no-repeat;
    float: left;
    height: 139px;
    margin-left: 14px;
}

html > body #fi_halti_products_search div.column
{
    height: auto;
    min-height: 139px;
}

#fi_halti_products_search div.left
{
    width: 85px;
}

* html #fi_halti_products_search div.left
{
    background-image: none !important;
}

#fi_halti_products_search div.left div.show-all
{
    background-image: url('show-all.png');
    background-repeat: no-repeat;
    background-position: left top;
    height: 38px;
    line-height: 38px;
    text-align: center;
    margin-bottom: 35px;
}

#fi_halti_products_search div.left div.show-all a
{
    color: #ffffff;
}

#fi_halti_products_search div.left div.gender
{
    background-image: url('gender-selector.png');
    background-repeat: no-repeat;
    background-position: left top;
    height: 65px;
}

#fi_halti_products_search div.left ul.sprite
{
    padding-top: 12px;
}

#fi_halti_products_search div.column h2
{
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding-left: 13px;
    font-size: 120%;
    font-weight: normal;
    color: #666666;
}

#fi_halti_products_search div.center
{
    width: 667px;
}

#fi_halti_products_search div.center div.chooser
{
    background-image: url('product-search.png');
    background-repeat: no-repeat;
    background-position: top left !important;
    margin-bottom: 12px;
    margin-top: 2px;
}

#fi_halti_products_search div.center div.chooser ul
{
    margin: 0;
    padding: 8px 8px 0;
    list-style: none;
}

#fi_halti_products_search li label
{
    cursor: pointer;
}

#fi_halti_products_search div.center div.chooser ul li,
#fi_halti_products_search div.center div.chooser ul li a,
#fi_halti_products_search div.center div.chooser ul li label
{
    display: block;
    float: left;
}

#fi_halti_products_search div.center div.chooser ul li a.edit,
#fi_halti_products_search div.center div.chooser ul li a.delete,
#fi_halti_products_search div.center div.chooser ul li a.update
{
    display: inline;
    float: none;
}

#fi_halti_products_search div.center div.chooser ul li a,
#fi_halti_products_search div.center div.chooser ul li label
{
    margin-right: 2px;
    margin-bottom: 2px;
    white-space: nowrap;
    padding: 1px 5px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

#fi_halti_products_search div.center div.chooser ul li a:hover,
#fi_halti_products_search div.center div.chooser ul li label:hover
{
    background-color: #888888;
}

#fi_halti_products_search div.center div.chooser ul li a.selected,
#fi_halti_products_search div.center div.chooser ul li label.selected
{
    background-color: #cc0000;
    color: #ffffff;
}

#fi_halti_products_search div.right
{
    width: 191px;
    margin-right: 0;
    margin-top: 30px;
}

#fi_halti_products_search div.center div.chooser div.footer
{
    background-image: url('product-search.png');
    background-repeat: no-repeat;
    background-position: left bottom;
    position: absolute;
    width: 667px;
    height: 12px;
}

#fi_halti_products_search div.right div.chooser
{
    background-image: url('search-by-weather.png');
    background-repeat: no-repeat;
    background-position: left top;
    width: 191px;
    height: 61px;
    margin-top: 43px;
}

#fi_halti_products_search div.right div.weather ul.weather
{
    padding: 13px 10px;
}

#fi_halti_products_search div.right div.weather ul.weather li
{
    margin-left: 2px;
}

#fi_halti_products_search div.right div.weather div.footer
{
    background-image: url('search-by-weather.png');
    background-repeat: no-repeat;
    background-position: left bottom;
    position: absolute;
    width: 191px;
    height: 12px;
}

#fi_halti_products_search div.freeform
{
    float: right;
    padding-right: 11px;
    padding-top: 18px;
}

#fi_halti_products_search div.freeform div.wrapper
{
    position: absolute;
    width: 195px;
    margin-left: -195px;
    height: 21px;
    line-height: 21px;
}

#fi_halti_products_search div.freeform div.wrapper input.text
{
    background-image: url('search-input.png');
    background-repeat: no-repeat;
    background-position: top left;
    background-color: transparent;
    width: 142px;
    height: 21px;
    line-height: 21px;
    margin: 0;
    padding: 2px 21px 0 6px;
    border-style: none;
    position: absolute;
}

html > body #fi_halti_products_search div.freeform div.wrapper input.text
{
    width: 130px;
}

#fi_halti_products_search div.freeform div.wrapper input.submit
{
    color: #cc0000;
    border-style: none;
    background-color: transparent;
    margin: 3px 0 0;
    padding: 0;
    display: block;
    float: right;
}

#fi_halti_products_search_wrapper div.fi_halti_products_product_list
{
    background: none;
    padding-left: 0;
}

#fi_halti_products_search_wrapper
{
    padding-top: 40px;
}

#fi_halti_products_search_wrapper div.loading,
div.fi_halti_products_product_list div.loading
{
    background-image: url('../midcom.helper.datamanager2/ajax-loading.gif');
    background-position: center top;
    background-repeat: no-repeat;
}

ul.fi_halti_products_product_dock li a.navigation img
{
    padding-top: 12px;
    border: solid 1px red;
    vertical-align: middle;
}

div.extra-info
{
    position: absolute;
    z-index: 100;
    margin-top: 130px;
    width: 380px;
}

div.extra-info span.indicator
{
    display: block;
    float: left;
    margin-left: 26px;
}

div.extra-info a.show-all
{
    display: block;
    float: right;
    margin-right: 50px;
}

#fi_halti_products_quick_search
{
    position: absolute;
    padding-left: 12px;
}

#fi_halti_products_quick_search label
{
    display: block;
    font-size: 90%;
    color: #535455;
    line-height: 12px;
    padding: 5px 0 0;
}

#fi_halti_products_quick_search select
{
/*
    background-image: url('quicksearch-select.gif');
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent;
    border-style: none;
*/
    padding: 0 6px;
    width: 103px;
    height: 17px;
    line-height: 17px;
    display: block;
    margin-top: 10px;
}

#fi_halti_products_quick_search p
{
    text-align: center;
    font-size: 90%;
}

div.fi_halti_products_product div.actions
{
    line-height: 20px;
    height: 20px;
    padding: 5px 20px 5px 5px;
}

div.fi_halti_products_product div.actions div.sharethis,
div.fi_halti_products_product div.actions div.sharethis p.label
{
    float: left;
    margin: 0;
}

div.fi_halti_products_product div.actions div.sharethis p.label
{
    font-size: 90%;
}

div.fi_halti_products_product div.actions div.sharethis .addthis_toolbox
{
    width: 135px;
}


div.fi_halti_products_product span.sharethis .FBConnectButton_Text_Simple
{
    background-image: none !important
    border: solid 1px red;
    padding: 0;
    margin: 0;
}

div.fi_halti_products_product div.actions div.print
{
    float: right;
    white-space: nowrap;
}

body.safari-4 #container div.info-items
{
    margin-left: -380px;
    margin-top: 440px;
}

body.safari-4 #container div.extra-info
{
    margin-top: -20px;
}

html body #container div.wml-info-window-pane,
html body #container div.wml-info-window-pane div.wml-info-window,
html body #container div.wml-info-window-pane div.wml-info-window div.wml-info-window-content
{
    width: 0 !important;
}

@media screen and (-webkit-min-device-pixel-ratio:0)
{
    div.fi_halti_products_product div.weather ul li
    {
        padding-top: 4px;
    }
}

div.fi_halti_products_search_gender_decoration
{
    height: 117px;
}

div.fi_halti_products_search_gender_decoration div.gender-title
{
    background-image: url('product-gender-title-background.gif');
    float: left;
    width: 224px;
    height: 97px;
    padding-top: 40px;
    text-align: center;
    font-size: 170%;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    margin-left: 8px;
    position: absolute;
    top: 159px;
}

html > body div.fi_halti_products_search_gender_decoration div.gender-title
{
    margin-left: 14px;
    height: 57px;
}

div.fi_halti_products_search_gender_decoration div.gender-decoration
{
    background-repeat: no-repeat;
    background-position: right center;
    float: right;
    margin-right: 8px;
    width: 747px;
    height: 97px;
}

html > body div.fi_halti_products_search_gender_decoration div.gender-decoration
{
    margin-right: 11px;
}

#fi_halti_products_search_decoration_wrapper
{
    width: 100%;
    height: 97px;
    overflow: hidden;
    margin-bottom: 20px;
}