﻿/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - *\
 | CSS script udviklet af: H U S E T  G (http://husetg.dk)
 | URL: www.vestfrost.com
 | Oprettet: 08-07-2009
 | ændret:   21-06-2010s
\* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */




/* reset.css */




/* Tak til Eric Meyer */
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */




html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
table
{
    border-collapse: collapse;
    border-spacing: 0;
}
blockquote:before, blockquote:after, q:before, q:after
{
    content: '';
    content: none;
}
blockquote, q
{
    quotes: none;
}
body
{
    line-height: 1;
}
ol, ul
{
    list-style: none;
}
:focus
{
    outline: 0;
}
ins
{
    text-decoration: none;
}
ins
{
    text-decoration: none;
}
del
{
    text-decoration: line-through;
}




/* /reset.css */




/* grid */




.main
{
    margin: 0 auto;
    width: 960px;
    overflow: hidden;
}




.col1, .col2, .col3, .col4
{
    margin-left: 20px;
    float: left;
    position: relative;
}




* html .col1, * html .col2, * html .col3, * html .col4
{
    display: inline;
}
/* ie6 */




.col1
{
    width: 215px;
}
.col2
{
    width: 450px;
}
/* 215*2 + 1*20 */
.col3
{
    width: 685px;
}
/* 215*3 + 2*20 */
.col4
{
    width: 920px;
}
/* 215*4 + 3*20 */




.col1.full, .col2.full, .col3.full
{
    margin-left: 0;
}
.col1.full
{
    width: 235px;
}
/* 215+20 */
.col2.full
{
    width: 470px;
}
/* 450+20 */
.col3.full
{
    width: 705px;
}
/* 685+20 */




.single
{
    margin-left: 0;
}




.block
{
    width: 100%;
    float: left;
    position: relative;
    clear: both;
}




/* /grid */




/* base */
body
{
    background: url(images/body-bg.gif) top left repeat-x;
    font: normal 12px/17px Verdana, Helvetica, Arial, sans-serif;
    color: #002856;
}




h1
{
    font-size: 25px;
    font-weight: normal;
    color: #002856;
    line-height: 30px;
}
h2
{
    font-size: 17px;
    font-weight: normal;
    color: #002856;
}
h3
{
    font-size: 14px;
    font-weight: bold;
    color: #002856;
}
h4
{
    font-size: 12px;
    font-weight: bold;
    color: #458AB9;
    text-transform: uppercase;
}
h5
{
}
h6
{
}




a:link, a:visited
{
    color: #458ab9;
}
a:hover
{
    color: #29536F;
}




small
{
    color: #458AB9;
    font-style: italic;
    font-size: 0.9em;
}




h2 a, h3 a
{
    text-decoration: none;
}




p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset
{
    margin: 0 0 15px;
}




table
{
    width: 100%;
}
table th
{
    text-align: left;
}




ol
{
    padding-left: 30px;
    list-style-type: decimal;
}




ul li
{
    background: url(images/bullet.png) 9px 8px no-repeat;
    padding-left: 20px;
}

/* CSS3 custom selections */
::selection
{
    background: #9DC2DE; /* Safari */
}
::-moz-selection
{
    background: #9DC2DE; /* Firefox */
}

.block
{
    margin-bottom: 20px;
}
.block.clean
{
    margin-bottom: 0;
}




.showFalse, .show
{
    display: none;
}




/* /base */
/* header utils */




.series
{
    color: #458AB9;
}
.prod-name
{
    color: #002856;
    font-weight: bold;
}
.prod-series
{
    color: #458AB9;
    font-weight: normal;
}
.section
{
    border-bottom: 1px solid #9DC2DE;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
div.section
{
    border-bottom: none;
    border-top: 1px solid #9DC2DE;
    padding-top: 20px;
    margin-top: 27px;
    padding-bottom: 0;
    margin-bottom: 0;
}
div.section.top
{
    margin-top: 0;
}
.article
{
    color: #458AB9;
    border-bottom: 1px solid #9DC2DE;
    padding-bottom: 10px;
}




/* /header utils */
/* images */




.caption
{
    color: #458AB9;
    font-style: italic;
    font-size: 0.9em;
    text-align: right;
}
.caption p
{
    margin-top: 7px;
}
.caption img
{
    border: 1px solid #002856;
}








/* /images */
/* buttons */




.compare-btn
{
    height: 16px;
    padding: 0 6px;
    display: block;
    background: url(images/btn_compare.gif) top right no-repeat;
}
.compare-btn.active
{
    background-position: right bottom;
}




#docompare-btn
{
    margin-top: 10px;
}




/*
.docompare-btn:link, .docompare-btn:visited {
	margin-top: 10px;
	padding-left: 16px;
	height: 26px;
	display: block;
	background: url(images/btn_docompare.gif) top left no-repeat;
	text-decoration: none;
	color: #fff;
	line-height: 23px;
}*/




/* /buttons */
/* form */




.large-search .text
{
    margin-right: 20px;
    width: 295px;
    height: 20px;
    float: left;
    display: block;
    border: 2px solid #fff;
    background: url(images/large-search_bg.png) top left repeat-x;
}












/* /form */
/* lists */




.plainlist
{
    padding: 0;
    list-style-type: none;
}




.gridlist
{
    padding: 0;
    margin: 1px 0 0;
    list-style-type: none;
    border-top: 1px solid #9DC2DE;
}
.gridlist li
{
    border-bottom: 1px solid #9DC2DE;
    padding: 4px 6px;
    color: #458AB9;
}
.gridlist.link li
{
    padding: 0;
}
.gridlist.link li a
{
    padding: 2px 6px 3px;
    display: block;
    text-decoration: none;
    color: #458AB9;
}
.gridlist.link li a:hover
{
    background-color: #F6F9FC;
}
* html .gridlist.link li, * html .gridlist.link li a, * html .gridlist.link li li, * html .gridlist.link li li a
{
    height: 1%;
}
/* IE6 bug */




.imagelist
{
    padding: 0;
    list-style-type: none;
}
.imagelist li
{
    padding: 0 6px;
    float: left;
    background: none;
}




.icon-list
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.icon-list li
{
    float: left;
}
.icon-list li a
{
    display: block;
    width: 140px;
    margin-right: 15px;
    padding: 2px 0;
    padding-left: 23px;
    float: left;
    background-position: 0 4px;
    background-repeat: no-repeat;
}
.icon-list .basket a
{
    background-image: url(images/icon_cart.gif);
}
.icon-list .map a
{
    background-image: url(images/icon_map.gif);
}
.icon-list .creditcard a
{
    background: url(images/icon_creditcards.gif) 0 2px no-repeat;
}
.icon-list .pdf a
{
    background: url(images/icon_pdf.gif) 0 4px no-repeat;
}
.icon-list .book a
{
    background: url(images/icon_book.png) 0 6px no-repeat;
}
.icon-list .datasheet a
{
    background: url(images/icon_Datasheet.png) 0 5px no-repeat;
}




.icon
{
    display: block;
    text-indent: 9999px;
    overflow: hidden;
}
a.icon
{
    text-indent: 0;
    padding-left: 20px;
    width: auto !important;
}
.icon.true
{
    width: 20px;
    height: 20px;
    background: url(images/icon_accept.gif) center center no-repeat;
}
.icon.pdf
{
    width: 20px;
    height: 20px;
    background: url(images/icon_pdf.gif) 0 3px no-repeat;
}
.icon.book
{
    width: 20px;
    height: 20px;
    background: url(images/icon_book.gif) 0 3px no-repeat;
}
.icon.magnify
{
    width: 20px;
    height: 20px;
    background: url(images/icon_magnifier.gif) 0 3px no-repeat;
}








.gridtable
{
    margin: 0;
}
.gridtable tr
{
    border-top: 1px solid #9DC2DE;
}
.gridtable th, .gridtable td
{
    padding: 4px 6px;
    color: #458AB9;
    font-weight: normal;
}
.gridtable td
{
    font-weight: bold;
    text-align: right;
}




.alttable
{
    margin: 0;
}
.alttable tr td, .alttable tr th
{
    background-color: #edf4fd;
}
.alttable tr.alt0 td, .alttable tr.alt0 th
{
    background-color: #d8e7f2;
}
.alttable th, .alttable td
{
    padding: 4px 6px;
    color: #002856;
    font-weight: normal;
    border-left: 1px solid #fff;
}
.alttable th
{
    font-weight: bold;
}
.alttable td
{
    text-align: right;
}
.alttable thead tr td
{
    background: none;
}
.alttable.compare thead tr td
{
    border: 0;
}
.alttable.compare th
{
    width: 203px;
}
.alttable.list td
{
    padding: 8px 12px;
    text-align: left;
    vertical-align: bottom;
}
.alttable.list a
{
    color: #002956;
}
.alttable tr.showTrue td
{
    text-align: center;
    vertical-align: middle;
}




.alttable.producttable td
{
    width: 125px;
}




/* /lists */
/* Navigation */




.block.nav
{
    margin-top: 47px;
    z-index: 10;
}




#navigation ol
{
    margin: -10px 0 0 -15px;
    list-style-type: none;
    position: relative; /*top: -10px;*/
    float: left;
}
#navigation li
{
    float: left;
    display: inline;
    background: url(images/nav-divider.gif) right 11px no-repeat;
}
#navigation li.last
{
    background-image: none;
}
#navigation li a
{
    margin: -5px 20px 0 0;
    padding: 20px 5px 0 25px;
    height: 39px;
    display: block;
    float: left;
    position: relative;
    font-weight: bold;
    text-decoration: none;
    color: #002856;
}
#navigation li a:hover
{
    color: #466384;
}
#navigation li a .rnd
{
    display: block;
    height: 59px;
    width: 20px;
    position: absolute;
    top: 0;
    right: -20px;
}
#navigation .pop
{
    padding: 20px 5px 5px;
    width: 920px;
    position: absolute;
    top: 48px;
    left: 10px;
    z-index: -1;
    background: url(images/pop-box-short.png) top left no-repeat;
    display: none;
}
body.nojs #navigation li:hover a, #navigation li.hover a
{
    background: url(images/pop-tab.png) -20px 0 no-repeat;
}
body.nojs #navigation li:hover a .rnd, #navigation li.hover a .rnd
{
    background: url(images/pop-tab.png) 0px 0 no-repeat;
}
body.nojs #navigation li:hover .pop, #navigation li.hover .pop
{
    display: block;
}
#navigation .pop a
{
    text-decoration: underline;
}




/* * html #navigation .pop { float: left;} */




#navigation .pop .nav-section
{
    padding: 0 20px;
    float: left;
}
#navigation .pop .ft
{
    width: 100%;
    height: 15px;
    background: url(images/pop-box-short.png) bottom left no-repeat;
    position: absolute;
    bottom: -15px;
    left: 0;
}
#navigation .pop a, body.nojs #navigation li:hover .pop a, #navigation li.hover .pop a
{
    margin: 0;
    padding: 0;
    background-image: none;
    height: auto;
}




body.nojs #navigation li.single:hover a, body.nojs #navigation li.single:hover a .rnd, body.nojs #navigation li.single.hover a, body.nojs #navigation li.single.hover a .rnd
{
    background-image: none;
}




#navigation .popup-products
{
    margin: 0;
    width: 100%;
}
#navigation .popup-products td
{
    vertical-align: top;
}
#navigation .popup-products td:hover, #navigation .popup-products td.hover
{
    background: url(images/prod-groups-menu_hover.png) top center no-repeat;
}
#navigation .popup-products .product
{
    margin: 0 auto;
    padding: 10px 15px;
    width: 195px;
    height: 110px;
}
#navigation .popup-products .product .main-cat
{
    overflow: hidden;
}
#navigation .popup-products .product .main-cat a
{
    width: 100%;
    display: block;
}
#navigation .popup-products .product .main-cat a
{
    text-decoration: none;
}
#navigation .popup-products .product .main-cat img
{
    float: right;
    padding-right: 5px;
}
#navigation .popup-products .product .main-cat .category
{
    margin-top: 30px;
    display: block;
    float: left;
    font-weight: bold;
    font-size: 16px;
}
#navigation .popup-products .product .sub-cat
{
    padding-bottom: 8px;
    border-bottom: 1px solid #9DC2DE;
    position: relative;
    left: 0;
    top: -10px;
    line-height: 12px;
}
#navigation .popup-products td .product .sub-cat a
{
}
#navigation .popup-products .product .sub-cat a
{
    display: inline;
    float: none;
    font-size: 10px;
    text-decoration: underline;
}
#navigation .popup-products .product .sub-cat, #navigation .popup-products .product .sub-cat a
{
    color: #458ab9;
    font-weight: normal;
}
#navigation .popup-products .product .sub-cat small
{
    display: block;
    margin: 5px 0 2px;
    font-size: 11px;
    font-style: normal;
}
/*
#navigation .popup-products .product .sub-cat ul {		
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#navigation .popup-products .product .sub-cat ul li { 
	display: block;
	float: none;
}
#navigation .popup-products .product .sub-cat ul li a { 
	display: inline;
	float: none;
	text-decoration: underline;
}*/












/* /navigation */




/* General */




#overlay
{
    width: 100%;
    min-width: 960px;
    height: 655px;
    background: url(images/body-bg-overlay.png) center top no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
* html #overlay
{
    background: url(images/body-bg-overlay.gif) center top no-repeat;
}




#header .branding
{
    margin-bottom: 11px;
    margin-left: -3px;
    margin-top: 29px;
    float: left;
}




#header .branding a
{
    padding: 20px;
    display: block;
    float: left;
}




#main
{
    margin-top: 0px;
    padding-top: 7px;
    background: url(images/main-bg.png) center top no-repeat;
}
* html #main
{
    background: url(images/main-bg.gif) center top no-repeat;
}




#footer
{
    color: #458AB9;
}
#footer h4
{
    margin-top: 20px;
    padding-top: 5px;
    border-top: 5px solid #9DC2DE;
}
#footer p, #footer h4
{
    padding-left: 6px;
}




.search-box
{
}
.search-box p
{
    margin: 0;
    width: 217px;
    height: 29px;
    display: block;
    position: relative;
    background: url(images/search-box.gif) top left no-repeat;
}
.search-box .text
{
    padding: 6px 0 6px 15px;
    width: 170px;
    height: 17px;
    border: 0;
    display: block;
    line-height: 17px;
    background: transparent;
    color: #9dc2de;
}
.search-box .submit
{
    padding: 0;
    width: 30px;
    height: 29px;
    border: 0;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    background: url(images/search-icon.gif) 5px 8px no-repeat;
    text-indent: -9999px;
}
.search-box .submit:hover
{
    background-position: 5px -16px;
}




#front-box
{
    margin: 4px;
    position: relative;
}
#front-box .top, #front-box .bottom
{
    padding: 0 8px;
    width: 100%;
    position: absolute;
    left: -8px;
    display: block;
    background: url(images/front-box.png) top left no-repeat;
    z-index: 1;
}
#front-box .top
{
    height: 100%;
    min-height: 100%;
    top: -8px;
}
#front-box .bottom
{
    height: 16px;
    bottom: -8px;
    background-position: left bottom;
}
#front-box .textbox
{
    width: 677px;
    height: 75px;
    background: url(images/alphablue25.png) top left repeat;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
}
#front-box .text
{
    width: 685px;
    height: 60px;
    position: absolute;
    right: 28px;
    bottom: 0px;
    color: #fff;
    text-align: right;
    line-height: 1.8em;
    z-index: 2;
}
* html #front-box .text
{
    /*background: #4c647c none;*/
}
#front-box .text strong
{
    font-size: 17px;
    font-weight: normal;
}
#front-box .text a
{
    color: #fff;
}




#prod-comp
{
    position: relative;
}




.gridlist.prodlist
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-top: 0;
}
.gridlist.prodlist li
{
    position: relative;
    background: none;
}
.gridlist.prodlist.dummy li
{
    position: relative;
    background: none;
    border-bottom: 1px solid #ddd;
}
.gridlist.prodlist.dummy
{
    border-top: 1px solid #ddd;
    position: static;
}
#prod-comp.active .gridlist.prodlist.dummy
{
    border-top: 1px solid #9DC2DE;
}
/*
#prod-comp-list .remove {
	width: 15px;
	height: 15px;
	display: block; 
	text-indent: -9999px;
	position: absolute;
	top: 5px;
	right: 2px;
	background: url(images/btn_comp-remove.gif) center center no-repeat;
}*/
.gridlist.prodlist .remove
{
    width: 15px;
    height: 15px;
    display: block;
    text-indent: -9999px;
    position: absolute;
    top: 5px;
    right: 2px;
    background: url(images/btn_comp-remove2.gif) left top no-repeat;
}
.gridlist.prodlist.dummy .remove
{
    background-position: right top;
}
/*.gridlist.prodlist  li.active .remove { background-position: left top; }*/




#prod-desc .prod-price
{
    padding: 0 4px;
    border-top: 1px solid #9DC2DE;
    color: #458AB9;
}
#prod-desc .prod-price p
{
    margin: 4px 0;
}
#prod-desc .prod-text ul, #prod-desc .prod-text ol
{
    color: #458AB9;
}
#prod-desc .prod-text
{
    margin-right: 30px;
}




.prod-images
{
    padding: 5px;
    width: 450px;
    height: 355px;
    background: url(images/product-imagebox.png) top left no-repeat;
    position: relative;
    top: -5px;
    left: -5px;
}
.prod-images .main-image
{
    width: 100%;
    height: 100%;
}
.prod-images .main-image.loading
{
    background: url(images/ajax-loader.gif) center center no-repeat;
}
.prod-images #main-image
{
    padding: 40px 30px 40px 50px;
}
.prod-images .detail-images
{
    width: 60px;
    position: absolute;
    top: 25px;
    left: 25px;
}
.prod-images .detail-images img
{
    padding: 2px;
    width: 55px;
    height: 40px;
    background: url(images/product-imagebox_small.png) top left no-repeat;
}
.prod-images .detail-images a
{
    margin-bottom: 6px;
    display: block;
}
.prod-images .detail-images a.active img
{
    background-position: bottom left;
}
.prod-images .zoom-link
{
    position: absolute;
    bottom: 20px;
    right: 25px;
}




.product-icons
{
    margin: 25px 0;
    padding: 0;
    list-style-type: none;
    overflow: hidden;
}
.product-icons .new, .product-icons .no-frost
{
    margin-right: 10px;
    padding: 0;
    width: 47px;
    height: 46px;
    background: url(images/producticons.png) 0 0 no-repeat;
    text-indent: -9999px;
    float: left;
}

.product-icons .recommended
{
    margin-right: 10px;
    padding: 0;
    width: 56px;
    height: 58px;
    background: url(images/producticons.png) 0 0 no-repeat;
    text-indent: -9999px;
    float: left;
}

.product-icons .new
{
    background-position: 0 -20px;
}
.product-icons .no-frost
{
    background-position: -47px -20px;
}
.product-icons .recommended
{
    background-position: -102px -9px;
}




/* /general */




/* boxes */




.product-box
{
    margin-bottom: 25px;
    padding: 4px;
    width: 100%;
    min-height:250px;
    position: relative;
    background: url(images/product-box.png) top left no-repeat;
    left: -4px;
    top: -4px;
}
.product-box .bd
{
    padding: 10px 14px 0;
}
.product-box .ft
{
    padding: 0 8px;
    height: 15px;
    width: 100%;
    position: absolute;
    bottom: -15px;
    left: 0;
    background: url(images/product-box.png) bottom left no-repeat;
}
.product-box .list-icons
{
    position: absolute;
    top: 14px;
    right: 12px;
}
.product-box .new-product
{
    width: 58px;
    height: 18px;
    display: block;
    background: url(images/producticons.png) 14px 0 no-repeat;
    text-indent: -9999px;
    margin-bottom: 1px;
}
.product-box .no-frost
{
    width: 58px;
    height: 18px;
    display: block;
    background: url(images/producticons.png) -44px 0 no-repeat;
    text-indent: -9999px;
}
.product-box h3
{
    font-size: 1em;
}
.product-box .showFalse
{
    display: none;
}
* html .product-box
{
    padding: 0;
}




.small-box
{
    margin: 4px 0 0 4px;
    margin-bottom: 28px;
    position: relative;
}
.small-box.last
{
    margin-bottom: 0;
}
.small-box a
{
    width: 225px;
    height: 100px;
    position: absolute;
    top: -9px;
    left: -9px;
    display: block;
    background: url(images/small-box.png) top left no-repeat;
    text-decoration: none;
    color: #fff;
}
/* html .small-box a { background: url(images/small-box.gif) top left no-repeat; } */
.small-box a:hover
{
    color: #CCDFEC;
}
.small-box a span
{
    padding-left: 20px;
    display: block;
    position: absolute;
    bottom: 20px;
    right: 20px;
    text-align: right;
    font-size: 15px;
    color: #fff;
    cursor: pointer;
    line-height: 1.3em;
}




.prod-groups
{
    margin: -10px 0 0 -10px;
    padding: 10px;
    width: 100%;
    height: 185px;
    background: url(images/prod-groups.gif) top left no-repeat;
    list-style-type: none;
}
.prod-groups table
{
    width: 97%;
    margin: 0 1%;
    table-layout: fixed;
}
.prod-groups td
{
    margin-top: 16px;
    height: 175px;
    text-align: center;
    vertical-align: top;
}
.prod-groups li.first
{
    margin-left: 16px;
}
.prod-groups td a
{
    margin: 15px 0 0; /*width: 180px;*/
    height: 100%;
    display: block;
    position: relative;
}
.prod-groups td a:hover
{
    background: url(images/prod-groups_hover.png) top center no-repeat;
}
.prod-groups td img
{
    margin: 0 auto;
}
.prod-groups td span
{
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    top: 135px;
    text-decoration: underline;
    cursor: pointer;
}




.highlight
{
    min-width: 0; /* Peekaboo bug */
    margin-bottom: 22px;
    position: relative;
    background: url(images/highlight.png) top left no-repeat;
}
.highlight .bd
{
    padding: 37px 34px 30px;
    color: #fff;
}
.highlight h2
{
    color: #fff;
}
.highlight .ft
{
    width: 100%;
    height: 7px;
    background: url(images/highlight.png) bottom left no-repeat;
    position: absolute;
    bottom: -7px;
    left: 0;
}




/* SLIMBOX */




#lbOverlay
{
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    cursor: pointer;
}




#lbCenter, #lbBottomContainer
{
    position: absolute;
    z-index: 9999;
    overflow: hidden;
    background-color: #fff;
}




.lbLoading
{
    background: #fff url(images/ajax-loader.gif) no-repeat center;
}




#lbImage
{
    position: absolute;
    left: 0;
    top: 0;
    border: 10px solid #fff;
    background-repeat: no-repeat;
}




#lbPrevLink, #lbNextLink
{
    display: block;
    position: absolute;
    top: 0;
    width: 50%;
    outline: none;
}




#lbPrevLink
{
    left: 0;
}




#lbPrevLink:hover
{
    background: transparent url(images/lb_prevlabel.gif) no-repeat 0 15%;
}




#lbNextLink
{
    right: 0;
}




#lbNextLink:hover
{
    background: transparent url(images/lb_nextlabel.gif) no-repeat 100% 15%;
}




#lbBottom
{
    font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
    font-size: 16px;
    color: #002856;
    line-height: 1.4em;
    text-align: left;
    border: 10px solid #fff;
    border-top-style: none;
    position: relative;
}

#lbCloseLink
{
    display: block; /*float: right;*/
    width: 66px;
    height: 22px;
    background: transparent url(images/lb_closelabel.gif) no-repeat center; /*margin: 5px 0;*/
    outline: none;
    position: absolute;
    bottom: 0;
    right: 0;
}
#lbCaption, #lbNumber
{
    margin-right: 71px;
}
#lbCaption
{
    font-weight: bold;
}
#lbCaption a
{
    font-weight: normal;
    font-size: 12px;
}
.ServiceSearch
{
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
}

.main .block .starText
{
    font-size: 8px;
    font-style: italic;
}








