body
{
    background-color: #fff;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    color: #000;
    font-family: Arial, Sans-Serif;
    overflow: -moz-scrollbars-vertical;
}
img
{
    border: 0;
}
form
{
    margin: 0;
    padding: 0;
}
h1
{
    margin-top: 0;
    padding-top: 0;
    font-size: 42px;
    font-style: normal;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 42px;
    letter-spacing: -2px;
}
h1.black
{
    color: #000;
}
h1.white
{
    color: #fff;
}
h1.gray
{
    color: #999;
}

h2
{
    margin-top: 0;
    padding-top: 0;
    font-size: 28px;
    font-style: normal;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 28px;
    letter-spacing: -2px;
}
h2.black
{
    color: #000;
}
h2.white
{
    color: #fff;
}
h2.gray
{
    color: #999;
}

em
{
    font-style: italic;
}

a
{
    color: #006cb3;
    text-decoration: none;
}
/*p {font-size: 12px;}*/
strong
{
    font-weight: bold;
}

.left
{
    float: left;
}
.right
{
    float: right;
}
.clear
{
    clear: both;
}
.none
{
    display: none;
}
.block
{
    display: block;
}
.hand
{
    cursor: pointer;
}
.textBox
{
    border: solid 1px #ccc;
    font-size: 10px;
}
.red
{
    border: 1px #f00 solid;
}

#container
{
    margin: 0 auto;
    padding: 0px;
    width: 980px;
}
#topBar
{
    float: right;
    height: 61px;
    z-index: 1000000;
    text-align: right;
}

#topMenu
{
    float: right;
    margin: 4px 30px 0px 0px;
    height: 36px;
    width: 707px !important;
}
#topMenu ul
{
    list-style-type: none;
    overflow: auto;
}
#topMenu li
{
    float: left;
    text-transform: uppercase;
    font-weight: bold;
}
#topMenu li.lg
{
    width: 20px;
    height: 36px;
    background: transparent url(../images/topMenuLeftGray.gif) no-repeat left top;
}
#topMenu li.lb
{
    width: 20px;
    height: 36px;
    background: transparent url(../images/topMenuLeftBlue.gif) no-repeat left top;
}
#topMenu li.sg
{
    width: 30px;
    height: 36px;
    background: transparent url(../images/topMenuSepGray.gif) no-repeat left top;
}
#topMenu li.srb
{
    width: 30px;
    height: 36px;
    background: transparent url(../images/topMenuSepRightBlue.gif) no-repeat left top;
}
#topMenu li.slb
{
    width: 30px;
    height: 36px;
    background: transparent url(../images/topMenuSepLeftBlue.gif) no-repeat left top;
}
#topMenu li.rg
{
    width: 30px;
    height: 36px;
    background: transparent url(../images/topMenuRightGray.gif) no-repeat left top;
}
#topMenu li.rb
{
    width: 30px;
    height: 36px;
    background: transparent url(../images/topMenuRightBlue.gif) no-repeat left top;
}
#topMenu a
{
    color: #fff;
    display: block;
    padding: 14px 15px 9px 15px;
    background: transparent url(../images/topMenuGray.gif) repeat-x left top;
    font-size: 19px;
}
#topMenu a:hover
{
    color: #0067b1;
}
#topMenu .selected a
{
    color: #fff;
    display: block;
    padding: 14px 15px 9px 15px;
    background: transparent url(../images/topMenuBlue.gif) repeat-x left top;
}
#topMenu .selected a:hover
{
    color: #eee;
}


#topLinks
{
    float: right;
    margin: 5px 60px 0px 0px;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}
#topLinks a
{
    color: #666;
    margin-left: 10px;
}
#topLinks a:hover
{
    color: #069;
}
#topLogo
{
    float: left;
    margin: 18px 0px 0px 30px;
}
#footer
{
    float: right;
    margin: 0 20px 0 20px;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    color: #666;
}
#footer a
{
    color: #666;
    margin-left: 10px;
}
#footer a:hover
{
    color: #069;
}

/******** MainContainer ***********/

#mainContainerTop
{
    float: left;
    width: 100%;
    height: 8px;
    background-image: url(../Images/mainContainer_top.gif);
    background-repeat: no-repeat;
}
#mainContainerTopStart
{
    float: left;
    width: 100%;
    height: 16px;
    background-image: url(../Images/mainContainer_topStart.gif);
    background-repeat: no-repeat;
}
#mainContainer
{
    float: left;
    width: 100%;
    background-image: url(../Images/mainContainer_bg.gif);
    background-repeat: repeat-y;
}
#mainContainerBottom
{
    float: left;
    width: 100%;
    height: 16px;
    background-image: url(../Images/mainContainer_bottom2.gif);
    background-repeat: no-repeat;
}
#mainContent
{
    float: left;
    margin: 25px 25px 0px 25px;
    width: 930px;
}
#mainContentBlue
{
    float: left;
    margin: 15px 25px 0px 25px;
    min-height: 265px;
    background-color: #0067b1;
    width: 930px;
}
#mainContentFlash
{
    float: left;
    margin: 0 10px 0 10px;
    height: 330px;
}


/*********** LeftMenu ****************/
/*#leftMenu { float:left; width: 159px; margin-right: 23px; }
#leftMenu ul { list-style: none; }
#leftMenu li.top { height: 0px; border-bottom: 1px #7a7d81 solid; line-height:0; margin:0; padding: 0; }
#leftMenu li { height: 23px; width: 159px; border-bottom: solid 1px #cbcdcf; line-height:23px; }
#leftMenu li.firstLevel { border-bottom: solid 1px #7a7d81; color:#555a5e; }
#leftMenu li.firstLevel a{ margin-left: 3px; font-weight: bold; }
#leftMenu li.firstLevel .selected { color: #fff; }

#leftMenu li li li a { margin-left: 7px; margin-top: 2px; }
#leftMenu li li li li a { margin-left: 14px; }

#leftMenu a { color:#75777b; text-decoration:none; font-size: 11px; }
#leftMenu .selected { background-image: url(../Images/leftMenuSelected_BG.gif); background-repeat: repeat-x; }
#leftMenu .selected a { color: #fff; }
*/


#leftMenu
{
    float: left;
    width: 159px;
    margin-right: 23px;
}
#leftMenu ul
{
    list-style-type: none;
    overflow: auto;
}
#leftMenu li
{
    list-style-type: none;
    font-size: 11px;
}
#leftMenu a
{
    color: #75777b;
    text-decoration: none;
    display: block;
    padding: 5px 0px 5px 10px;
}
#leftMenu li.firstLevel
{
    border-top: solid 1px #666;
}
#leftMenu li.firstLevel a
{
    display: block;
    font-weight: bold;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
}

#leftMenu li li li a
{
    padding: 5px 0px 5px 15px;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
}
#leftMenu li li li li a
{
    padding: 5px 0px 5px 20px;
}

#leftMenu .selected
{
    background-color: #0067b1;
    border-top: solid 1px #ccc;
}
#leftMenu .selected a
{
    display: block;
    color: #fff;
}

/*********** Clases ***********/

.tBack
{
    margin: 15px 0 8px 0;
    width: 500px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    float: left;
}
.tBack a
{
    color: #000;
}
/***** Tools **********/

#tools
{
    width: 500px;
    float: left;
    height: 40px;
    color: #999;
    text-transform: uppercase;
    font-size: 12px;
    margin: 10px 0 20px 0;
}
#tools a
{
    color: #999;
}

.social
{
    height: 37px;
    line-height: 37px;
    float: left;
    position: relative;
}
.social .socialHeader
{
    margin-left: 20px;
    width: 236px;
    height: 34px;
}
.social .socialHeader .shs
{
    float: left;
    width: 15px;
    height: 34px;
}
.social .socialHeader .shm
{
    float: left;
    height: 34px;
}
.social .socialHeader .she
{
    float: left;
    width: 15px;
    height: 34px;
}

.social .socialHeader .ons
{
    background-image: url(../Images/social/socialBookmark_topLeft.png);
    background-repeat: no-repeat;
}
.social .socialHeader .onm
{
    background-image: url(../Images/social/socialBookmark_topMiddle.png);
    background-repeat: repeat-x;
    color: #000;
}
.social .socialHeader .one
{
    background-image: url(../Images/social/socialBookmark_topRight.png);
    background-repeat: no-repeat;
}


/*.social .hbg{background-image: url(../Images/social/BM_header.png); background-repeat: no-repeat;}*/
.social .socialIcons
{
    position: absolute;
    left: 0;
    top: 23px;
    width: auto;
}
.social .socialIcons ul
{
    margin: 0 20px;
}
.social .socialIcons li
{
    float: left;
    height: 58px;
}
.social .socialIcons .start
{
    background-image: url(../Images/social/socialBookmark_bottomLeft.png);
    background-repeat: no-repeat;
    float: left;
    width: 15px;
}
.social .socialIcons .midd
{
    background-image: url(../Images/social/socialBookmark_bottomMiddle.png);
    background-repeat: repeat-x;
    float: left;
    padding: 6px 6px 0 6px;
}
.social .socialIcons .stop
{
    background-image: url(../Images/social/socialBookmark_bottomRight.png);
    background-repeat: no-repeat;
    float: left;
    width: 15px;
}

.print
{
    height: 37px;
    float: left;
    line-height: 37px;
}
.print a
{
    line-height: 37px;
    height: 37px;
    float: left;
    vertical-align: top;
    background-image: url(../Images/print.gif);
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 40px;
    padding-top: 0;
}
#tools .print a:hover
{
    color: #000;
}
/*********** LanguageSelector ************/

.langSubMenu
{
    position: relative;
    display: inline;
    z-index: 1000;
}
.langHeader
{
    display: inline;
    color: #666;
    margin-left: 6px;
    padding-left: 4px;
}
.lbg
{
    background-repeat: no-repeat;
    background-image: url(../Images/lang/languagedropdown_top.png);
}
.langSubMenu #flags
{
    width: 84px;
    height: auto;
    display: none;
    position: absolute;
    top: 12px;
    left: -5px;
}

.langSubMenu #flags a
{
    margin-left: 7px;
}

.langUl
{
    line-height: 1px;
}
.langUl li
{
    width: 84px;
    margin: 0;
    padding: 0;
}
.langUl li.top
{
    height: 7px;
    font-size: 1px;
    background-image: url(../Images/lang/languagedropdown_bottomTop.png);
    background-repeat: no-repeat;
}
.langUl li.mid
{
    background-image: url(../Images/lang/languagedropdown_bottomMiddle.png);
    background-repeat: repeat-y;
    line-height: 20px;
    vertical-align: top;
    height: 20px;
    text-align: left;
}
.langUl li.mid span
{
    vertical-align: top;
    height: 20px;
    line-height: 20px;
}
.langUl .flag
{
    padding: 2px 1px 2px 0;
}
.langUl li.bot
{
    height: 11px;
    font-size: 1px;
    background-image: url(../Images/lang/languagedropdown_bottomBottom.png);
    background-repeat: no-repeat;
    background-position: top;
}


/********** T1 - Startpage ****************/

#startPagePuffArea
{
    float: left;
    width: 940px;
    height: 154px;
    margin: 5px 20px 5px 25px;
}
#startPagePuffArea img
{
    width: 143px;
    height: 104px;
}
#startPageBox
{
    float: left;
    width: 466px;
    height: 154px;
    margin: 0;
    padding: 0;
    vertical-align: bottom;
}
#startPageBox img
{
    width: 450px;
    height: 154px;
}

#startPageBox div
{
    margin: 0;
    height: 134px;
}
#startPageBox .Boxes__Footer
{
    display: none;
}
#startPageBox .Boxes__Header
{
    display: none;
}
#startPageBox .boxHeader
{
    height: 1px;
    background-color: #999;
}
#startPageBox .boxBody
{
    height: 100%;
}


.startPagePuff
{
    float: left;
    width: 143px;
    height: 154px;
    margin-right: 15px;
    background-color: #a2a5aa;
}
.startPagePuff a
{
    margin: 3px 10px 0 7px;
    color: #FFF;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    font-family: Arial;
    line-height: 110%;
}
.startPagePuff img
{
    margin-left: -7px;
    margin-top: -3px;
}

/*********** T2 and T3 **********************/
.t2_3TextArea
{
    width: auto;
    float: left;
    line-height: 140%;
    font-size: 14px;
}
.short
{
    width: 560px;
}
.t2_3FlowText
{
    margin-top: 0px;
}
.t2MainImage
{
    float: right;
    padding-left: 20px;
    height: 295px;
    width: 350px;
}
.t3MainImage
{
    float: right;
    padding-left: 20px;
    height: 265px;
    width: 350px;
}
#t2FlashArea
{
    float: left;
    margin: 5px 25px 0px 35px;
    width: 910px;
    height: 100px;
    padding-bottom: 10px;
}

/************ T3 - Landing page level 3 *****************/
#t3SubMenu
{
    clear: left;
    height: 21px;
    padding: 5px 15px;
    width: 950px;
}
#t3SubMenu table
{
    border: 0;
    width: 100%;
}
#t3SubMenu td
{
    background-color: #a2a5aa;
    text-align: center;
}
#t3SubMenu td.sep
{
    background-color: #fff;
    width: 4px;
}
#t3SubMenu a
{
    color: #fff;
    text-transform: uppercase;
    line-height: 21px;
    font-size: 12px;
    display: block;
    font-weight: bold;
}
#t3SubMenu ul
{
    list-style-type: none;
}
#t3SubMenu li
{
    float: left;
    background-color: #a2a5aa;
    max-width: 250px;
}

/*************** T4 ***************/
#centerColumn
{
    float: left;
    width: 438px;
    margin-right: 23px;
    color: #4e4f52;
    line-height: 18px;
    min-height: 150px;
}
#centerColumn .date
{
    font-style: italic;
    color: #999;
    font-size: 12px;
    margin: 8px 0;
    height: 15px;
}
.intro
{
    clear: left;
    margin: 22px 0px;
    font-weight: bold;
    width: 100%;
    line-height: 130%;
    font-size: 12px;
}
.textBody
{
    width: 100%;
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 1px #989aa0 solid;
    line-height: 130%;
    font-size: 12px;
}
#centerColumn .textBody ul
{
    list-style-type: disc;
    list-style-position: inside;
}
#centerColumn .intro ul
{
    list-style-type: disc;
    list-style-position: inside;
}
#centerColumn .textBody ol
{
    list-style-type: decimal;
    list-style-position: inside;
}
#centerColumn .intro ol
{
    list-style-type: decimal;
    list-style-position: inside;
}
.textBody .xform
{
    display: block;
    padding: 10px 0;
}
#rightColumn
{
    float: right;
    width: 285px;
    margin: 5px 0;
}
#rightColumn .Boxes__Separator
{
    float: left;
    height: 10px;
    width: 100%;
}


/************ T5 - Landing page level 3 *****************/
.t5TextArea
{
    margin: 25px 0px 0px 25px;
    width: 490px;
    float: left;
}
.t5FlowText
{
    margin-top: 15px;
    color: #fff;
    line-height: 130%;
}
.t5MainImage
{
    float: right;
    height: 265px;
    width: 350px;
}
#t5Filter
{
    float: left;
    position: relative;
    margin: 15px 25px 0px 25px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}
#t5FilterSelection
{
    float: left;
    background-color: #000;
    padding: 7px 7px 7px 20px;
    width: 380px;
}
#t5FilterOptions
{
    float: left;
    position: absolute;
    background-color: #a2a5aa;
    width: 520px;
    left: 410px;
}
#t5FilterMenu
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#t5FilterMenu .tmItem
{
    float: left;
    position: relative;
}
#t5FilterMenu .tmItem.text
{
    padding: 7px 10px 7px 10px;
}
#t5FilterMenu .tmItem a
{
    color: #fff;
    display: block;
    padding: 7px 15px 7px 15px;
}
/*#t5FilterMenu .tmItem a:hover { background-color: #0067b1; } */
/*#t5FilterMenu .tmItem:hover ul.subMenu { display: block; } */
#t5FilterMenu .tmItem .subMenu
{
    background-color: #a2a5aa;
    clear: left;
    position: absolute;
    display: none;
    top: 26px;
    left: 0px;
    white-space: nowrap;
}
#t5FilterMenu .tmItem .smItem a:hover, #t5FilterMenu .tmItem .Selected a
{
    background-color: #0067b1;
}
#t5Items
{
    float: left;
    margin: 15px 25px 0px 35px;
    overflow: auto;
    width: 918px;
}
.t5Item
{
    float: left;
    font-size: 11px;
    color: #000;
    width: 300px;
    height: 100px;
    line-height: 120%;
    padding-right: 6px;
}
/*tidigare ingen padding och width 306px*/
.t5Item img
{
    float: left;
    margin-right: 10px;
    border: none;
}
.t5Item h3
{
    font-family: Arial Black, Arial;
    font-size: 14px;
    color: #000;
    letter-spacing: -1px;
    font-weight: normal;
    margin: 2px 0px 0px 0px;
    padding: 0px 0px 4px 0px;
    line-height: 97%;
    text-transform: uppercase;
}
.t5Item a
{
    color: #000;
    font-weight: bold;
    text-decoration: none;
}
/*.t5Item a:hover { color: #0067b1; }*/

/************ T6 - Case page level 4 *****************/
#t6TopText
{
    float: left;
    margin: 35px 0px 0px 25px;
    width: 490px;
    color: #fff;
    line-height: 140%;
    font-size: 22px;
}
#t6MainImage
{
    float: right;
    width: 350px;
    height: 310px;
}
#t6Content
{
    float: left;
    overflow: auto;
}
#t6MainText
{
    float: left;
    margin: 25px 0px 0px 25px;
    width: 560px;
    padding-bottom: 40px;
}
#t6Left
{
    float: left;
    width: 350px;
    margin: 7px 0px 0px 20px;
    font-size: 12px;
}
.t6TextColumn
{
    float: left;
    margin: 20px 0px 0px 0px;
    width: 260px;
    padding-right: 20px;
    line-height: 130%;
    font-size: 12px;
}
.t6Order
{
}
.t6Order a
{
    color: #fff;
    text-decoration: none;
    display: block;
    padding-top: 4px;
}

/************** T7 - Press room ******************/
#t7TextArea
{
    width: 520px;
    float: left;
    line-height: 140%;
    font-size: 14px;
}
#t7News
{
    width: 360px;
    height: 294px;
    float: right;
    margin-right: 0px;
    margin-top: 10px;
    font-size: 12px;
    font-family: Arial;
}
#t7News ul
{
    list-style: none;
    height: 210px;
}
#t7News li
{
    line-height: 14px;
    margin-bottom: 10px;
}
#t7News p
{
    margin: 0;
    padding: 0;
    font-family: Arial;
}
#t7News span
{
    display: block;
}
.listDate
{
    color: Gray;
}
.listTitle
{
    font-weight: bold;
    color: #000;
}
.listBody
{
    font-weight: normal;
    font-family: Arial;
}
.moreNews
{
    text-align: right;
}

/************ T8 ******************/
#orderSample
{
    margin: 20px;
    text-transform: uppercase;
    line-height: 20px;
}
.t8checkBoxes
{
    float: none;
    width: 750px;
    height: 30px;
    line-height: 30px;
}
.t8First
{
    padding-top: 25px;
}
.t8Last
{
    padding-bottom: 20px;
}
.t8Prod
{
    float: left;
    font-family: Arial Black;
    width: 300px;
    font-size: 14px;
    line-height: 30px;
    height: 30px;
}
.t8Check
{
    font-size: 10px;
    font-weight: bold;
    line-height: 30px;
    height: 30px;
    margin-right: 10px;
    vertical-align: top;
    float: left;
}
.t8Check input
{
    background-color: #fff;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    height: 10px;
}

.t8Credentials
{
    float: left;
    font-size: 11px;
    font-weight: bold;
}
.t8Credentials input
{
    width: 170px;
    height: 18px;
    float: left;
    margin-left: 2px;
    margin-right: 18px;
}
.t8Heading
{
    padding-bottom: 5px;
    display: block;
}
.t8Title
{
    width: 75px;
    float: left;
}
.t8Line
{
    width: 800px;
    height: 30px;
    line-height: 30px;
}
.t8Line input
{
    width: 145px;
}
.t8LineMultiLine
{
    width: 800px;
    height: 90px;
    line-height: 30px;
}
.t8TextArea
{
    width: 350px;
    height: 60px;
}
.t8Confirm
{
    padding-top: 30px;
}
.t8Confirm .buttonConfirm
{
    height: auto;
    width: auto;
    text-transform: uppercase;
    border: 0;
    font-size: 28px;
    font-family: Arial;
    font-weight: bold;
}
.t8ThankU
{
    margin: 10px;
    font-family: Arial;
    font-size: 12px;
}
.t8Obl
{
    color: #f00;
}

/************ T9 ************/

#t9centerColumn
{
    float: left;
    width: 438px;
    margin: 0 23px 0 10px;
    color: #4e4f52;
    line-height: 18px;
}



/**********************************/

/************** T11 - Product *******************/
#t11LeftContent
{
    float: left;
    width: 540px;
    margin: 25px 25px 0px 25px;
    min-height: 250px;
    padding-bottom: 10px;
}
.t11LogoImage
{
    float: left;
    margin: 30px 20px;
}
.t11Byline
{
    float: left;
    width: 310px;
    margin: 40px 0;
    color: #fff;
    font-size: 26px;
    line-height: 140%;
}
.t11Image
{
    float: right;
    width: 350px;
    height: 265px;
}
#t11LeftContent .textBodyLeft
{
    float: left;
    margin: 18px 10px 10px 0;
    line-height: 130%;
    font-size: 12px;
    width: 265px;
}
#t11LeftContent .textBodyRight
{
    float: right;
    margin: 18px 0 10px 0;
    line-height: 130%;
    font-size: 12px;
    width: 265px;
}
#t11rightColumn
{
    float: right;
    width: 350px;
    margin: 5px 25px 5px 0;
}
#t11rightColumn .Boxes__Header
{
    height: 5px;
}

/************** T12 T9 - login listing **************/
#tListing
{
    margin-top: 25px;
}
.tItem
{
    min-height: 100px;
    padding: 4px 0;
}
.tItem .listTitle
{
    color: #525457;
    font-size: 18px;
    margin-bottom: 15px;
}
.tItem .listTitle
{
    color: #525457;
    font-size: 18px;
    margin-bottom: 4px;
}
.tItem .listBody
{
    color: #4e4f52;
    font-size: 12px;
}
.tItem .listBodyTB
{
    margin-bottom: 10px;
}
.tItem span
{
    display: block;
}
.tItem
{
    margin-bottom: 25px;
}
.tItem p
{
    margin: 0;
    padding: 0;
    display: inline;
}
.tItem .error
{
    color: #f00;
    font-size: 12px;
    font-style: italic;
}
.tItem .hidden
{
    display: none;
}

#tListing .tItemTextBlock
{
    width: 320px;
    float: left;
}
#tListing .tItemImageBlock
{
    width: 100px;
    float: right;
}
.tItemTextBlock .listDate
{
    font-size: 11px;
}

/*************** T13 - Out of structure page *************/
#SiteMap
{
    margin: 10px;
}
#SiteMap ul
{
    list-style-type: inherit;
    list-style-position: inside;
}
#SiteMap li
{
    margin-bottom: 10px;
    margin-top: 10px;
}
#SiteMap ul li
{
    margin-left: 50px;
}

.t13LeftCol
{
    width: 590px;
    float: left;
}
.t13RightCol
{
    width: 285px;
    float: right;
}

/******** T14 - Send this page *************/

.sendThisPage
{
    text-transform: uppercase;
    font-family: Arial;
    margin: 10px 20px;
    width: 500px;
}
.sendThisPage .header
{
    font-size: 14px;
    font-weight: bold;
    margin: 30px 0;
}
.sendThisPage .line
{
    height: 20px;
    line-height: 20px;
    width: 500px;
    margin: 10px 0;
}
.sendThisPage .last
{
    margin-bottom: 40px;
}
.sendThisPage .title
{
    width: 100px;
    font-size: 12px;
    float: left;
}
.sendThisPage .line input
{
    width: 120px;
    float: left;
    margin: 0 10px 0 0;
}
.sendThisPage .message
{
    display: block;
    width: 350px;
}
.sendThisPage .inputs
{
    font-size: 12px;
}
.sendThisPage .sendButton
{
    height: auto;
    width: auto;
    text-transform: uppercase;
    border: 0;
    font-size: 28px;
    font-family: Arial;
    font-weight: bold;
}
.sendThisPage .ThankUText
{
    margin: 40px 0;
    line-height: 140%;
    font-size: 12px;
}

/*************** Boxes *********************/
.Boxes__Footer
{
    padding-bottom: 10px;
    vertical-align: bottom;
}

.plainBox
{
}
.plainBox .boxHeader
{
    margin-top: 10px;
    height: 20px;
    background-color: #000;
    color: #fff;
    line-height: 20px;
    font-size: 11px;
    padding-left: 10px;
    text-transform: uppercase;
    font-family: Arial Black, Arial;
}
.plainBox .boxBody
{
    padding: 10px;
    border-bottom: solid 1px #b2b5ba;
    border-right: solid 1px #b2b5ba;
    border-left: solid 1px #b2b5ba;
    line-height: 150%;
    font-size: 12px;
}
.plainBox .boxBody ul
{
    list-style-type: disc;
    list-style-position: inherit;
}
.plainBox .boxBody ol
{
    list-style-type: decimal;
    list-style-position: inherit;
}
.plainBox a
{
    color: #000;
    font-weight: bold;
}

.loginBoxBody
{
    padding: 10px;
    border-bottom: solid 1px #b2b5ba;
    border-right: solid 1px #b2b5ba;
    border-left: solid 1px #b2b5ba;
    line-height: 150%;
    font-size: 12px;
}
.loginBoxBody input
{
    margin-bottom: 2px;
}
.loginText
{
    width: 70px;
    float: left;
}
.loginTextBox
{
    width: 165px;
    float: left;
}
.messageArea
{
    float: left;
}
.messageArea .error
{
    color: #f00;
}

.orderSampleBox
{
    height: 20px;
    padding-left: 10px;
    margin: 10px 0px 5px 0;
    background: #0067b1 url(../images/os_arrow.gif) no-repeat right top;
}
.orderSampleBox a
{
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}

.ImageBoxImage
{
    width: 285px;
    height: auto;
}
.ImageBoxImageLarge
{
    width: 350px;
    height: auto;
}

/********* FORM ************/

.form_mini
{
    font-size: 10px;
}

/********* ThickBox control ********/
.thickDiv
{
    margin: 0;
}
.thickDiv .prodImageThick
{
    width: 97px;
    height: 86px;
    border: 0;
    padding: 4px 4px;
    display: inline;
}
.thickDiv .hide
{
    display: none;
}

/************* UI edit ********************/

IMG.imageLeft
{
    editmenuname: Align Left;
    float: left;
    margin-right: 6px;
    margin-top: 2px;
    margin-bottom: 2px;
}

IMG.imageRight
{
    editmenuname: Align Right;
    float: right;
    margin-left: 6px;
    margin-top: 2px;
    margin-bottom: 2px;
}

/***********************************/

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window
{
    font: 12px Arial, Helvetica, sans-serif;
    color: #333333;
}

#TB_secondLine
{
    font: 10px Arial, Helvetica, sans-serif;
    color: #666666;
}

#TB_window a:link
{
    color: #666666;
}
#TB_window a:visited
{
    color: #666666;
}
#TB_window a:hover
{
    color: #000;
}
#TB_window a:active
{
    color: #666666;
}
#TB_window a:focus
{
    color: #666666;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay
{
    position: fixed;
    z-index: 10000;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}

.TB_overlayMacFFBGHack
{
    background: url(macFFBgHack.png) repeat;
}
.TB_overlayBG
{
    background-color: #000;
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
}

* html #TB_overlay
{
    /* ie6 hack */
    position: absolute;
    height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window
{
    position: fixed;
    background: #ffffff;
    z-index: 10002;
    color: #000000;
    display: none;
    border: 0; /*4px solid #525252;*/
    text-align: left;
    top: 50%;
    left: 50%;
}

* html #TB_window
{
    /* ie6 hack */
    position: absolute;
    margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image
{
    display: block;
    margin: 15px 0 0 15px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #666;
    border-left: 1px solid #666;
}

#TB_caption
{
    height: 25px;
    padding: 7px 30px 10px 25px;
    float: left;
}

#TB_closeWindow
{
    height: 25px;
    padding: 11px 25px 10px 0;
    float: right;
}

#TB_closeAjaxWindow
{
    padding: 7px 10px 5px 0;
    margin-bottom: 1px;
    text-align: right;
    float: right;
}

#TB_ajaxWindowTitle
{
    float: left;
    padding: 7px 0 5px 10px;
    margin-bottom: 1px;
}

#TB_title
{
    background-color: #e8e8e8;
    height: 27px;
}

#TB_ajaxContent
{
    clear: both;
    padding: 2px 15px 15px 15px;
    overflow: auto;
    text-align: left;
    line-height: 1.4em;
}

#TB_ajaxContent.TB_modal
{
    padding: 15px;
}

#TB_ajaxContent p
{
    padding: 5px 0px 5px 0px;
}

#TB_load
{
    position: fixed;
    display: none;
    height: 13px;
    width: 208px;
    z-index: 103;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load
{
    /* ie6 hack */
    position: absolute;
    margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect
{
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    border: none;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    height: 100%;
    width: 100%;
}

* html #TB_HideSelect
{
    /* ie6 hack */
    position: absolute;
    height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#quickSearchResultContainer
{
    z-index: 1000;
    position: relative;
    display: inline;
    left: 10px;
    color: #666;
}
#quickSearchResultContainer input
{
    width: 115px;
}

#quicksearchResult
{
    right: 3px;
    top: 20px;
    position: absolute;
    border: solid 1px #ccc;
    background-color: #fff;
    width: 200px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#quicksearchResult li
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-transform: none;
}
#quicksearchResult li a
{
    color: #000;
    text-decoration: none;
    padding: 0;
    display: block;
    padding: 5px;
}
#quicksearchResult li.hover
{
    color: #0067b1;
}
#quicksearchResult li.area
{
    background-color: #000;
    color: #fff;
    padding: 5px 5px 5px 10px;
    text-transform: uppercase;
}
#quicksearchResult li.all
{
    margin: 0;
    padding: 0;
    border-top: solid 1px #ccc;
}

#searchResultList
{
    width: 500px;
}
#searchResultList .searchResultListItem
{
    clear: left;
    font-size: 13px;
}
#searchResultList .searchResultListItem p
{
    margin: 0;
    padding: 0;
}
#searchResultList .searchResultListItem a
{
    color: #666;
    text-decoration: none;
}
#searchResultList .searchResultListItem h1
{
    color: #666;
    font-size: 18px;
    letter-spacing: normal;
    text-transform: none;
    padding-bottom: 0;
}



.searchResultList
{
    width: 500px;
    display: none;
}
.searchResultList .searchResultListItem
{
    clear: left;
    font-size: 13px;
}
.searchResultList .searchResultListItem p
{
    margin: 0;
    padding: 0;
}
.searchResultList .searchResultListItem a
{
    color: #666;
    text-decoration: none;
}
.searchResultList .searchResultListItem h1
{
    color: #666;
    font-size: 18px;
    letter-spacing: normal;
    text-transform: none;
    padding-bottom: 0;
}

#searchContent
{
    margin: 16px;
}
#searchTabs
{
    border-bottom: solid 3px #0067b1;
}
#searchTabs ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 20px;
    overflow: auto;
}
#searchTabs li
{
    float: left;
    margin: 0px 3px 0px 0px;
    padding: 0;
    text-align: center;
    width: 230px;
    height: 23px;
    background-image: url(../images/searchTabGrey.gif);
    background-position: top left;
    background-repeat: no-repeat;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
}
#searchTabs li a
{
    color: #fff;
    text-decoration: none;
}
#searchTabs li.selected
{
    background-image: url(../images/searchTabBlue.gif);
}


/* CSAB */
.hidden
{
    display: none;
}
.c4reveal
{
    cursor: pointer;
}
.c4selected
{
    color: #888;
    font-weight: bold;
}
.c4normal
{
    font-size: 12px;
    line-height: 17px;
    color: #333;
}
.c4leftmenufake
{
    font-size: 11px;
    padding-left: 10px;
    font-weight: bold;
}
.c4leftmenufake p
{
    padding-bottom: 7px;
}

.klickbar
{
    cursor: pointer;
}
.csabItem .listTitle
{
    color: #525457;
    font-size: 18px;
}
.bigger, .bigger p
{
    font-size: 14px;
    font-weight: bold;
    color: #333;
}
.centrerad
{
    text-align: center;
}
.csabItem
{
    padding-top: 5px;
    padding-bottom: 10px;
}
.csabItem .listBody
{
    font-size: 12px;
}
.csabTextBody
{
    font-size: 12px;
}
.csabItem p
{
    color: #444;
    font-size: 12px;
    line-height: 18px;
}
