/* ------------------------------------------------------------------------------
   DetailPages_DetailPage (/detailpages/detailpage.aspx)
---------------------------------------------------------------------------------*/
input
{
    font-family: georgia,tahoma;
    font-size: 11px;
}
ol, ul
{
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}

ol, ul, li
{
    border: 0 none;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: 0;
    padding: 0;
    vertical-align: baseline;
}

.productDetailContainer
{
    display: block;
    float: left;
    margin-left: 0;
    width: 766px;
}

.product_container
{
    display: block;
    padding: 0px;
    padding-top: 20px;
    margin: 0 0 0 20px;
    width: 746px;
}

.imageContainer
{
    float: left;
    width: 353px;
}

.product_miljobild
{
    position: relative;
    float: left;
    z-index: 22;
}

.product_miljobild_thumbs
{
    position: relative;
    float: left;
    width: 345px;
    height: 70px;
    z-index: 28;
    margin-top: 8px;
}

.product_miljobild_zoom
{
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 35;
}

.ZoomLayer
{
    visibility: hidden;
    overflow: hidden;
    background-color: White;
    width: 267px;
    height: 290px;
}

/* IE6 bug */
.ZoomLayer IFRAME
{
    display: none; /*sorry for IE5*/
    display: /**/ block; /*sorry for IE5*/
    position: absolute; /*must have*/
    top: 0; /*must have*/
    left: 0; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    width: 2000px; /*must have for any big value*/
    height: 3000px /*must have for any big value*/;
}

.ZoomLayer .ZoomImgWrapper img, .ZoomLayer div
{
    position: absolute;
}

.ZoomLayer .ZoomInfo2
{
    bottom: 5px;
}

.ZoomInfo1
{
    margin-top: 3px;
    margin-bottom: 3px;
}


.ZoomInfo1 img, .ZoomLayer .ZoomInfo2 img
{
    padding-bottom: 2px;
    border: none;
    vertical-align: middle;
    margin-right: 5px;
}


.ZoomLayer .ZoomImgWrapper
{
    border: solid 1px #CCC;
    width: 265px;
    height: 265px;
    overflow: hidden;
}

.ZoomBox
{
    position: absolute;
    top: 320px;
    left: 320px;
    border: solid 1px #000;
    overflow: hidden;
    visibility: hidden;
}

.detailDescriptionContainer
{
    float: left;
    margin-left: 20px;
    width: 355px;
}

h1.productTitle
{
    float: left;
    font-size: 18px;
    margin: 0 0 5px;
    font-weight: normal;
    padding-right: 10px;
}

.productReviewStar
{
    float: left;
    padding-left: 0px;
    padding-top: 1px;
}

.productDescription
{
    font-size: 12px;
}

.descriptionLinks
{
    margin-top: 10px;
    margin-bottom: 20px;
}

.sectionWrapper
{
    border-bottom: 1px solid #cccccc;
    margin: 5px 0px 5px 0px;
}

.product_container p
{
    margin-left: 0;
}

.product_smallthumb_container
{
    margin-top: 0px;
    margin-bottom: 0px;
}

.sizeLabelContainer, .quantityLabelContainer
{
    float:left;
    margin-right: 0.25em;
    padding-top: 7px;
    vertical-align: middle;
}

.sizeVariantLabel, .sizeVariantLabelSelected, .quantityVariantLabel, .quantityVariantLabelSelected
{
    margin-bottom: 14px;
    display: block;
}

.variantLabelContainer
{
    margin-top: 5px;
    margin-bottom: 6px;
    vertical-align: text-bottom;
}

.sizeOptions .sizeButton, .amountOptions .amountButton
{
    color: #9e9e9e;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: normal;
    margin: 1px 4px 8px 1px;
    padding: 5px 6px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
}

.sizeOptions .sizeButton:hover, .amountOptions .amountButton:hover, .sizeOptions .sizeButton.selected, .amountOptions .amountButton.selected
{
    color: #252525;
    cursor: pointer;
    padding: 4px 5px;
    border: 1px solid #FF8040;
}

.product_smallthumb_container .selectColorImage
{
    display: block;
    text-align: center;
}

.product_smallthumb_active
{
    height: 50px;
    border: 1px solid #FF8040;
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 8px;
}

.articleImageSelect
{
    border: 1px solid transparent;
    display: inline-block;
    height: 50px;
    margin-right: 8px;
    margin-bottom: 8px;
}


.articleNumber
{
    margin-top: 5px;
    font-size: 10px;
    text-transform: uppercase;
    color: #999999;
}

.cartInfo
{
    clear: both;
}


.cartButtonContainer
{
    float: left;
    width: 180px;
    margin-left: -3px;
}

.deliveryInfoContainer
{
    float: left;
}
.deliveryMessage
{
    margin-top: 15px;
}

.propertyValue
{
    font-size: 12px;
}

.cartButton
{
    background-image: url(//media.redcatsnordic.com/jotex/images/generic/btn_cart_1102_ver2.gif);
    background-position: left center;
    background-repeat: no-repeat;
    clear: right;
    display: inline-block;
    height: 34px;
    line-height: 30px;
    margin-bottom: 4px;
    margin-right: 4px;
    padding-left: 32px;
}


.cartButton span
{
    background-image: url(//media.redcatsnordic.com/jotex/images/generic/btn_cart_1102_ver2.gif);
    background-position: right center;
    background-repeat: no-repeat;
    color: #FFFFFF;
    display: block;
    height: 34px;
    line-height: 30px;
    padding-right: 25px;
}

.wishlistBtn
{
    margin-top: 5px;
}

.priceCommunication
{
    margin-top: 15px;
}

.add_to_cart_pos
{
    margin: 15px 0px 0px 0px;
    float: left;
}

.add_to_cart_pos a span
{
    -moz-text-shadow: 1px 1px 2px #ad5404;
    -webkit-text-shadow: 1px 1px 2px #ad5404;
    text-shadow: 1px 1px 2px #ad5404;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#ad5404')";
    color:#fff;
    font-size: 13px;
}

.add_to_cart_pos div span
{
    -moz-text-shadow: 0px 0px 0px;
    -webkit-text-shadow: 0px 0px 0px;
    text-shadow: 0px 0px 0px;
    color:#fff;
    font-size: 11px;
}

.add_to_cart_pos a.arrowLink span
{
    color: #000;
}

.add_to_cart_pos a:hover
{
    text-decoration: none;    
}

/* Detail page - User ratings */


/* Product details page (Horizontal) */
#padding
{
    display: block;
    padding-top: 18px;
    padding-left: 18px;
    padding-right: 17px;
    padding-bottom: 16px;
    margin: 10px 0 0 10px;
    width: 517px;
    background: #fff;
}

.largePicture
{
    position: absolute;
    z-index: 5;
    width: 430px;
    height: 289px;
    border: 1px solid #CCCCCC;
    margin-right: 2px;
}

#largePicture span
{
    z-index: 5;
    position: absolute;
}

#largePicture_active
{
    z-index: 10;
    position: absolute;
    width: 23px;
    height: 23px;
    top: 266px;
    left: 407px;
    padding: 0;
}

#smallPictures
{
    float: right;
    height: 285px;
}

#smallPicture1, .smallPicture2
{
    height: 53px;
    width: 80px;
    border: 1px solid #CCCCCC;
}

.smallPicture2
{
    margin-top: 4px;
}

.clearfloat
{
    clear: both;
}

.logotypes
{
    margin-top: 0px;
    margin-bottom: 8px;
}

html * > .logotypes
{
    margin-top: 18px;
    margin-bottom: 8px;
}

.productLogo
{
    float: left;
    width: 50%;
}

.logotypes .typeGrey
{
    float: right;
    margin: -10px 0 0 0;
    width: 50%;
    text-align: right;
}

html * > .logotypes .typeGrey
{
    float: right;
    margin: 0;
    width: 50%;
    text-align: right;
}

#text
{
    float: left;
    width: 57%;
}

#colorPicture
{
    float: right;
    width: 37%;
}

#colorPicture a
{
    width: 50px;
    height: 50px;
    display: block;
    float: left;
    border: 1px solid #fff;
}

#colorPicture a.active
{
    border: 1px solid #ccc;
}

#colorPicture a img
{
    margin-top: 7px;
}

p
{
    margin: 0;
}

.prod_links
{
    margin-top: 0px;
    margin-bottom: 5px;
    padding: 0 0 5px 0;
}

.prod_links img
{
    margin: 5px 0 -5px 0;
}

.prod_links a:link
{
    text-decoration: underline;
}

.prod_links a:visited
{
    text-decoration: underline;
}

.linkprod_linkss a:hover
{
    text-decoration: underline;
}

.prod_selects
{
    margin-top: 15px;
    margin-bottom: 5px;
}

.prod_selects span
{
    color: #d51111;
}

.prod_selects #size
{
    margin-top: 10px;
}

.prod_selects a:link
{
    text-decoration: underline;
}

.prod_selects a:visited
{
    text-decoration: underline;
}

.prod_selects a:hover
{
    text-decoration: underline;
}

.prod_selects .style
{
    width: 250px;
}

.prod_selects .quantity
{
    width: 90px;
}

.prod_selects .size
{
    width: 150px;
}

.prod_selects p
{
    margin: 0;
    display: inline;
}

.prod_price
{
    margin-top: 10px;
}

.prod_price span
{
    display: block;
}

.prod_price p
{
    font-size: 19px;
    font-weight: bold;
    display: inline;
}

#addToCart
{
    margin-top: 15px;
    margin-bottom: 10px;
}

#addToCart a:link
{
    text-decoration: underline;
}

#addToCart a:visited
{
    text-decoration: underline;
}

#addToCart a:hover
{
    text-decoration: underline;
}
/* Product details page (Horizontal) */
.hrDetailPage
{
    margin-top: 20px;
    text-align: center;
}

/* Rate product */
.rating_container
{
    position: relative;
    display: block;
    width: 552px;
    height: 47px;
    margin: 0 0 0 10px;
    background: #fff url('//media.redcatsnordic.com/jotex/images/generic/background_tip_stripe.gif') repeat-x;
    z-index: 36;
}

.rating_contaioner_navigation
{
    position: absolute;
    text-align: left;
    left: 20px;
    top: 17px;
    z-index: 36;
}

.rating_contaioner_navigation img
{
    margin: 1px 0 0 0;
    display: inline-block;
}

.rating_contaioner_navigation .typeGrey
{
    position: absolute;
    top: 3px;
    left: 235px;
    width: 150px;
}

html * > .rating_contaioner_navigation .typeGrey
{
    position: absolute;
    top: 4px;
    left: 230px;
    width: 150px;
}

.rating_nav_darrow
{
    position: absolute;
    left: 520px;
    top: 17px;
    width: 23px;
    height: 26px;
    z-index: 36;
}

html * > .rating_nav_darrow
{
    top: 17px;
}

.rating_comment
{
    position: absolute;
    float: right;
    left: 406px;
    top: 18px;
    z-index: 36;
}

html * > .rating_comment
{
    position: absolute;
    float: right;
    left: 403px;
    top: 19px;
    z-index: 36;
}

.rating_comment a
{
    text-decoration: underline;
}

span.TipFriendH
{
    color: #000;
    float: left;
    padding: 0;
    margin: 0;
    font-family: georgia,tahoma;
    font-size: 12px;
    font-weight: normal;
}
/* Rate product */


/* Details page - Match product with others */
.prod_match1
{
    position: absolute;
    left: 40px;
    top: 45px;
    width: 67px;
    z-index: 36;
}

.prod_match2
{
    position: absolute;
    left: 160px;
    top: 45px;
    width: 67px;
    z-index: 36;
}

.prod_match3
{
    position: absolute;
    left: 280px;
    top: 45px;
    width: 67px;
    z-index: 36;
}

.prod_match4
{
    position: absolute;
    left: 400px;
    top: 45px;
    width: 67px;
    z-index: 36;
}

.prod_match_l1
{
    position: absolute;
    left: 35px;
    top: 155px;
    width: 77px;
    z-index: 36;
}

.prod_match_l2
{
    position: absolute;
    left: 155px;
    top: 155px;
    width: 77px;
    z-index: 36;
}

.prod_match_l3
{
    position: absolute;
    left: 275px;
    top: 155px;
    width: 77px;
    z-index: 36;
}

.prod_match_l4
{
    position: absolute;
    left: 395px;
    top: 155px;
    width: 77px;
    z-index: 36;
}

.match_container
{
    position: relative;
    display: block;
    width: 552px;
    height: 270px;
    margin: 0 0 20px 10px;
    z-index: 32;
}

.match_container_topic
{
    position: absolute;
    float: left;
    left: 22px;
    top: 20px;
    z-index: 36;
}

.match_container_topic h4
{
    margin: 0;
    color: #000 !important;
}

.match_text
{
    display: block;
    text-align: center;
    font-family: georgia,tahoma;
    font-size: 12px;
}

.product_price_normal
{
    font-family: georgia,tahoma;
    font-size: 19px;
    color: #000;
    font-weight: bold;
}
/* Details page - Match product with others */


/* Detail page - Tip a friend */
.mast_head img.tip_bubble
{
    float: left;
    clear: none;
    margin: 0;
}

span.infoText
{
    display: block;
    float: none;
    margin: 0 0 5px 0;
    padding: 0;
    line-height: 1;
    clear: both;
    font-size: 11px;
    font-family: georgia,tahoma;
    color: #000 !important;
}

.mast_head img.tip_bubble
{
    float: left;
    clear: none;
    margin: -3px 0 0 0;
}

.tip_header
{
    margin-right: 15px;
    vertical-align: 5px;
    text-decoration: underline;
    font-size: 12px;
}

.mast_body .tip_friend_form
{
    width: 330px;
    float: none;
    clear: both;
    margin: 20px 0 0 0;
}

.mast_body .tip_friend_form tr td
{
    padding: 0 10px 3px 0 !important;
    vertical-align: top;
    width: 50% !important;
}

.mast_body .tip_friend_form tr th
{
    padding: 0 10px 0 0 !important;
    text-align: left;
    width: 50% !important;
}

.mast_body .tip_friend_form tr td .iconHolder
{
    position: relative;
    display: block;
    clear: both;
    float: none;
    width: 100%;
    height: 45px;
    padding: 0;
    margin: 0;
}

.mast_body .tip_friend_form tr td .iconHolder .closeLayer
{
    bottom: 0;
    right: -31px;
    margin: 0;
    padding: 0;
}

.mast_container .mast_body .tip_friend_form tr td .iconHolder .closeLayer
{
    bottom: 0;
    right: -17px;
    margin: 0;
    padding: 0;
}

.input_friend_name
{
    width: 100% !important;
    width: 97%;
}

.input_name
{
    width: 100% !important;
    width: 97%;
}

.input_message
{
    width: 100% !important;
    width: 97%;
    height: 60px;
    font-family: georgia,tahoma;
    font-size: 12px;
}

.input_friend_email
{
    width: 100%;
}

.input_email
{
    width: 100%;
}
/* Detail page - Tip a friend */


/* Detail page - User ratings */
.mast_container
{
    display: block;
    padding-top: 16px;
    padding-left: 18px;
    padding-right: 0px;
    padding-bottom: 16px;
    margin: 1px 0 1px 10px;
}

#divReviewsAndComments .mast_container
{
    margin-left: 2px;
}

.mast_container .mast_head
{
    height: 30px;
    width: 100%;
    position: relative;
}

.mast_container .mast_head div
{
    width: auto;
    margin: 0;
}

.mast_container .mast_head div span
{
    width: auto;
    float: left;
    margin: 0 -5px 0 0;
}

.mast_container .mast_head h4
{
    float: left;
    margin: 0;
}

.mast_container .mast_head img
{
    float: left;
    margin: 0 5px 0 10px;
}

.mast_container .mast_head span
{
    line-height: 16px;
}

.mast_head span.label
{
    text-transform: uppercase;
    color: #a1a1a1;
    font-family: georgia,tahoma;
    font-size: 9px;
}

.mast_container .mast_body
{
    position: relative;
}

.mast_container .mast_body .grey_container
{
    padding: 15px;
    margin: 0 0 10px 0;
}

.mast_container .mast_body .grey_container fieldset
{
    margin: 0 0 3px 0;
    padding: 0;
}

.mast_container .mast_body .grey_container fieldset div
{
    width: auto;
    margin: 3px 0 1px 0;
    padding: 0;
}

.mast_container .mast_body .grey_container span, .mast_container .mast_body .grey_container fieldset div span
{
    text-transform: none;
}

.mast_container .mast_body .grey_container fieldset div .comment_login
{
    line-height: 27px;
    display: inline;
    vertical-align: 0px;
    margin-left: 5px;
}

html * > .mast_container .mast_body .grey_container fieldset div .comment_login
{
    line-height: 27px;
    display: inline;
    vertical-align: -3px;
    margin-left: 5px;
}

.mast_container .mast_body .grey_container fieldset div.loginarea A.button_green
{
    margin-top: 2px;
}


.mast_container .mast_body .index
{
    width: 514px;
    float: left;
    position: relative;
    display: block;
    clear: both;
    margin: 30px 0 0 0;
    padding: 0 3px 0 0;
}

.mast_container .mast_body .index ul
{
    display: inline;
    list-style-type: none;
    float: right;
    position: relative;
    margin: 0;
    width: 100%;
    padding: 0;
}

.mast_container .mast_body .index ul li
{
    display: inline;
    float: left;
    margin: 0 0 0 7px;
    padding: 3px 0 0 0;
}

.mast_container .mast_body ul li a.prev
{
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 20px;
    height: 17px;
    margin: -2px -3px 0 0;
    text-indent: -9999px;
}

.mast_container .mast_body ul li a.next
{
    display: block;
    position: absolute;
    right: 8px;
    bottom: 0;
    width: 20px;
    height: 17px;
    float: right !important;
    margin: -2px -3px 0 0;
    text-indent: -9999px;
}

.mast_container .mast_body .comments
{
    display: none;
    float: none;
    margin: 0;
    padding: 0;
    clear: both;
}

.mast_container .mast_body .comment_container
{
    display: block;
    float: none;
    clear: both;
    margin: 0;
    padding: 10px 0 5px 0;
    width: 517px;
}

.mast_container .mast_foot
{
    height: 20px;
    width: 515px;
    display: block;
    margin: 0;
    padding: 0;
    clear: both;
    position: relative;
    text-align: right;
}

.mast_container .mast_body .comment_container h5
{
    margin: 0;
    display: inline;
}

.mast_container .mast_body .comment_container img
{
    display: inline;
    float: none;
    margin: 0 5px 0 10px;
}

.mast_container .mast_body .comment_container p
{
    display: block;
    float: none;
    margin: 5px 0 2px 0;
    line-height: normal;
}

.openLayer
{
    position: absolute;
    top: 0;
    right: 19px;
}

.openLayer span
{
    padding-right: 30px;
}

.openLayer span a
{
    margin: 0 30px 0 0;
}


.closeLayer
{
    position: absolute;
    display: block;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    width: 17px;
    height: 17px;
    background: url('//media.redcatsnordic.com/jotex/images/productpage/button_nav_up.gif') 0 0 no-repeat;
}

.closeLayer:hover
{
    background: url('//media.redcatsnordic.com/jotex/images/productpage/button_nav_up.gif') -17px 0 no-repeat;
}

.showLayer
{
    position: absolute;
    display: block;
    right: 0;
    bottom: 0;
    margin: 0 0 0 5px !important;
    padding: 0;
    width: 17px;
    height: 17px;
    background: url('//media.redcatsnordic.com/jotex/images/productpage/button_nav_down.gif') 0 0 no-repeat;
}

.showLayer:hover
{
    background: url('//media.redcatsnordic.com/jotex/images/productpage/button_nav_down.gif') -17px 0 no-repeat;
}

.ingress .bread, .ingress .shorten
{
    display: none;
}

#openLayer1Body
{
    display: block;
}

#openLayer2Body
{
    display: none;
    width: 350px;
}
/* Detail page - User ratings */

.mast_container .mast_body .grey_container div.loginarea .forgotPasswordNavigation
{
    clear: none;
    float: right !important;
    margin-right: 85px !important;
    margin-top: 5px !important;
}

/* Styles for text/links inside Pushsets */
.combinationDiscount_heading
{
    display: block;
    background: #FFFFFF none repeat scroll 0%;
    color: #7f7f7f;
    font-size: 19px !important;
    padding: 10px 0 0 10px;
}

.combinationDiscount_subheading
{
    display: block;
    background: #FFFFFF none repeat scroll 0%;
    color: #7f7f7f;
    font-size: 14px;
    font-weight: bold !important;
    padding: 2px 0pt 0px 10px;
}

.pushsetLabel
{
    display: block;
    background: #FFFFFF none repeat scroll 0%;
    color: #7F7F7F;
    font-size: 12px;
    font-family: georgia,tahoma;
    margin: 0pt 0pt 1px;
    padding: 8px 0pt 10px 10px;
}

.openPushSetLayerButton
{
    position: absolute;
    right: 5px;
    cursor: pointer;
    padding: 0;
    width: 17px;
    height: 17px;
    background: url('//media.redcatsnordic.com/jotex/images/productpage/button_nav_down.gif') 0 0 no-repeat;
}

.openPushSetLayerButton:hover
{
    background: url('//media.redcatsnordic.com/jotex/images/productpage/button_nav_down.gif') -17px 0 no-repeat;
}

.closePushSetLayerButton
{
    position: absolute;
    right: 5px;
    cursor: pointer;
    padding: 0;
    width: 17px;
    height: 17px;
    background: url('//media.redcatsnordic.com/jotex/images/productpage/button_nav_up.gif') 0 0 no-repeat;
}

.closePushSetLayerButton:hover
{
    background: url('//media.redcatsnordic.com/jotex/images/productpage/button_nav_up.gif') -17px 0 no-repeat;
}

.layerLabel
{
    display: block;
    background: #FFFFFF none repeat scroll 0%;
    font-size: 12px;
    color: #7F7F7F;
    margin: 0pt 0pt 1px;
    padding: 8px 0pt 10px 10px;
}

/* \\Styles for text/links inside Pushsets */

.detailValidator
{
    float: left;
    margin-top: 10px;
}



/* Styles for button Lägg tygprover i varukorgen */
.button_fabricSample
{
    text-decoration: none;
    background: url("//media.redcatsnordic.com/jotex/images/generic/html_button_left_blue.gif") 0 0 no-repeat;
    float: left;
    display: block;
    height: 21px;
    cursor: pointer;
    padding-left: 10px;
    clear: both;
    width: 180px;
}

a.button_fabricSample:hover
{
    text-decoration: none;
}

a.button_fabricSample:hover span
{
    background: transparent url(//media.redcatsnordic.com/jotex/images/generic/html_button_right_blue.gif) no-repeat scroll 100% 0pt;
    color: #FFFFFF;
    text-decoration: none;
}

a.button_fabricSample span
{
    font-family: georgia,tahoma;
    font-size: 11px;
    background: url("//media.redcatsnordic.com/jotex/images/generic/html_button_right_blue.gif") 100% 0 no-repeat;
    float: left;
    display: block;
    height: 21px;
    margin: 0;
    color: #fff;
    padding: 3px 11px 0 2px !important;
    text-transform: none;
    line-height: 14px;
}

p.checkout_descriptionFabricSample
{
    clear: left;
    float: left;
    margin-bottom: 35px;
    margin: 24px 0px 0px 0px;
}

.wrapper_onlyFabricSample
{
    font-size: 24px;
    margin-left: 86px;
}

*html #divReviewsAndComments .mast_container .mast_body .grey_container
{
    padding-left: 0px;
}


#divReviewsAndComments img
{
    vertical-align: middle;
}

.pnlHeader h3, .FamilyHeader h3
{
    margin: 0 0 10px 0;
    font-weight: normal;
    font-size: 18px;
}

.headerLeft
{
    width: 150px;
}
.headerRatingSymbols
{
    width: 75px;
    float: left;
    height: 1px;
}
.mast_body_wide
{
    background-color: #F4F0E4;
    margin: 10px 0 10px -18px;
    padding: 10px 10px 30px;
}
.pnlCommentsReviewsInput
{
    background-color: #F4F0E4;
    padding: 10px 10px 30px 10px;
    margin: 10px 0 10px -18px;
}
.pnlUploadAndContact
{
    background-color: #CDC9BD;
    width: 302px;
    padding: 3px 1px 3px 0;
}
.pnlUploadAndContact input
{
    margin-top: 0px;
    margin-bottom: 0px;
}
.updateProgress
{
    background-color: Black;
    width: 100px;
}
#loading
{
    text-align: center;
    position: absolute;
    height: 279px;
    margin-left: -18px;
    margin-top: 1px;
    width: 552px;
    background-color: #F4F0E4;
    opacity: 0.8;
}
#loading #message
{
    padding-top: 140px;
}
*:first-child + html #loading
{
    filter: alpha(opacity=80);
}
* html #loading
{
    filter: alpha(opacity=80);
}
.clear
{
    clear: both;
}

.fleft
{
    float: left;
}

.pnlSort
{
    margin: 20px 0 0 0px;
}
/*  --------------- Input Panel  ------------------------ */
.leftContainer
{
    margin: 10px 0 0 0;
}

.rightContainer
{
    margin: 20px 0 0 320px;
}
.txtHeader
{
    width: 300px;
}
#textHeader
{
    margin: 10px 0 0 0;
}
#divHeader
{
}
.divReviewOrComment
{
    margin-left: -7px;
    padding-top: 3px;
}
.elementHeader
{
    font-weight: bold;
}
.rdButtons input
{
    vertical-align: middle;
    margin-top: 0;
}
.divRdReview
{
    width: 80px;
    background-color: #AEA593;
    padding: 3px 5px 3px 0;
}
.divRdComment
{
    margin-left: 90px;
    background-color: #4682C1;
    padding: 3px 0px 3px 0px;
    width: 90px;
}
#divReviewCommentText
{
}
.txtReviewCommentTxt
{
    width: 300px;
    height: 100px;
}
#divRatingHeader
{
    margin-top: 11px;
}
#divAliasHeader
{
    margin-top: 48px;
}
.txtAlias
{
    width: 170px;
}
.drpRatingActive
{
}
.drpRatingInActive
{
    display: none;
}
#divSend
{
    margin-top: 0px;
    text-align: right;
    margin-left: 430px;
}
#divUploadInfo
{
    margin-top: 10px;
}
#divUploadFormatInfo
{
    margin: 10px 0 10px 0;
}
#divImagePopup
{
    border: 1px #d6d6d6 solid;
    position: absolute;
    overflow: hidden;
    display: none;
    z-index: 999;
}
#divImagePopup img
{
    height: 400px;
}
.iframeUploadImages
{
    width: 490px;
    height: 125px;
}
.uploadImagesPage
{
    background-color: #F4F0E4;
}
.uploadImageSizeInfo1
{
    padding-top: 20px;
    margin-left: 280px;
}
.uploadImageSizeInfo2
{
    margin-left: 300px;
}
.btnUploadImage
{
    margin-left: 10px;
}
#divUploadButton
{
    margin: 0 0 0 408px;
}

.pnlCommentsReviewsInputDone
{
    background-color: #F4F0E4;
    height: 50px;
    padding-top: 30px;
}

.pnlCommentsReviewsInputDone h3
{
    font-size: 14px;
}

/* ------ Answer input ---------*/
#divAnswerInputTitle
{
    float: left;
}

#divAnswerInputAlias
{
    margin-left: 220px;
}

#divAnswerInputFooter .send
{
    margin: 5px 0 0 352px;
}

.txtAnswerTitle
{
    width: 190px;
}
* html .txtAnswerTitle
{
    margin-left: -55px;
}
*:first-child + html .txtAnswerTitle
{
    margin-left: -55px;
}

.txtAnswerAlias
{
    width: 190px;
}
.txtAnswerText
{
    width: 410px;
    height: 70px;
}
#divAnswerInput
{
    margin: 10px 0 0 55px;
    background-color: #F4F0E4;
    padding: 10px 10px 10px 10px;
}
/* ------- Edit Review/Comment -------- */
.txtEditText
{
    width: 200px;
    height: 100px;
}
.txtEditTitle
{
    width: 200px;
}
.divEditSend
{
    text-align: right;
}
.uploadedImage
{
    width: 40px;
}
.imgCustomerImage
{
    width: 40px;
    border: 1px #AAAAAA solid;
    margin: 5px 0 0 10px;
}
.pnlCustomerImages
{
    margin: 5px 0 0 0;
}
#divUplThumb
{
    padding-bottom: 1px;
}
.divUploadedImage
{
    border: 1px #d6d6d6 solid;
    width: 40px;
    height: 60px;
    margin: 10px 5px 0px 5px;
    text-align: center;
    background-color: #ffffff;
    font-size: 16px;
}
.deleteImage
{
    text-align: center;
    width: 50px;
    padding: 3px 0 0 2px;
}
.deleteImage img
{
    border: none;
}
.empty
{
    padding-top: 20px;
}
.pnlHeader
{
    padding-top: 1px;
}
*html .pnlHeader
{
    height: 30px;
}
/* ---- - - Review list and items - - ---- */
.pnlReviewsCommentsAndAnswers
{
    margin: 10px 0 0 -18px;
}
.commentHeaderImage
{
    padding-top: 7px;
}
.separator
{
    margin: 15px 0 0 20px;
    border-top: 1px #d6d6d6 dashed;
}
.divReviewCommentItem
{
    margin: 0 0 0 0;
    padding: 15px 0 0 0;
}
.divCommentItem
{
    border-left: 10px #116fb8 solid;
    margin: -13px 0 0 0px;
    padding: 13px 0 0 10px;
}
.divReviewItem
{
    border-left: 10px #116fb8 solid;
    margin: -13px 0 0 0px;
    padding: 13px 0 0 10px;
}
.divFeedbackHeader
{
    padding: 0 0 0 0;
    font-size: 12px;
    color: Silver;
}
.imgRatingSymbols
{
    padding: 6px 0 0 0;
    vertical-align: middle;
}
.pnlDeleteCommentReviewDone
{
    background-color: #F6F6F6;
    height: 50px;
    padding-top: 25px;
}
.divReviewItemPartHeader
{
    padding: 8px 0 0 10px;
}
.pnlReviewCommentTitleAndText
{
    background-color: #F6F6F6;
    margin: 5px 0 0 0;
    padding: 5px 10px 10px 10px;
}
*:first-child + html .pnlReviewCommentTitleAndText
{
    padding-top: 15px;
}
.pnlReviewCommentTitleAndText h3
{
    margin: 0 0 5px 0;
}
.imgControlPanel
{
    vertical-align: middle;
}
.pnlAlreadyVoted
{
    margin: 5px 0 5px 0;
}
*:first-child + html .pnlAlreadyVoted
{
    margin: 25px 0 5px 0;
}
.btnVoteHelpful
{
    margin: 0px 0 0 10px;
}
.btnVoteNotHelpful
{
    margin: -14px 0 0 10px;
}
.pnlLogIn
{
    width: 550px;
}
.popup_content div.loginarea a.button_green
{
    margin: -30px 0 0 250px;
}
.popup_content div.loginarea .forgotPasswordNavigation
{
    margin-left: 80px;
}
.popup_main /* TODO <- endast i detailpage */
{
    width: 500px;
}
.popup_content_bottom
{
    width: 500px;
}
.popup_content_background
{
    width: 500px;
}
.popup_title
{
    width: 494px;
}
.errorMessage
{
    color: #EE0000;
    font-weight: bold;
}
#divErrorMessages
{
    padding-top: 5px;
}
.controlPanelItem
{
    padding-left: 5px;
}
/* ---- -- - Answers - -- ---- */
.pnlNoOfAnswersInfo
{
    border: 1px #d6d6d6 solid;
    margin: 0 0 0 40px;
    padding: 10px 10px 10px 10px;
    margin: 5px 0 0 60px;
    width: 415px;
    font-size: 12px;
}
.pnlNoOfAnswersInfo #pratBubbleGrej
{
    margin-left: -265px;
    margin-top: -18px;
}
.pnlNoOfAnswersInfo #showLink
{
    font-size: 11px;
    padding: 0px 0 0 270px;
}
.pnlNoOfAnswersInfo #showLink:hover
{
    font-size: 11px;
    text-decoration: underline;
    cursor: pointer;
}
.pnlNoOfAnswersInfo .open
{
    background: transparent url(//media.redcatsnordic.com/ellos/images/productpage/button_nav_down.gif) no-repeat scroll 0px 0pt;
    height: 17px;
    width: 17px;
    margin: -1px 0 0 115px;
}
.pnlNoOfAnswersInfo .open:hover
{
    background: transparent url(//media.redcatsnordic.com/ellos/images/productpage/button_nav_down.gif) no-repeat scroll -17px 0pt;
    height: 17px;
    width: 17px;
    margin: -1px 0 0 115px;
    cursor: pointer;
}
#divAnswerList
{
    margin: 0 0 0 60px;
}
.pnlAnswerDisplay
{
    margin: 5px 0 0 0;
}
#divAnswerItem
{
    margin: 10px 0 0 0;
    padding: 5px 10px 5px 10px;
    border: 1px #d6d6d6 solid;
}
#divAnswerItem .divFeedbackHeader
{
    padding: 0 0 0 0;
}
#pratBubbleGrej
{
    margin-left: -21px;
    margin-top: -14px;
    position: absolute;
}
.pnlAnswerTitleAndText
{
    background-color: #F4F0E4;
    margin: 5px 0pt 0pt;
    padding: 5px 10px 10px;
}
.pnlAnswerTitleAndText h3
{
    margin: 0 0 0 0;
}
.pnlAnswerInput
{
    width: 490px;
    background-color: #F4F0E4;
}
.pnlHasAnswer
{
    background-color: #F4F0E4;
    height: 50px;
    padding-top: 30px;
    margin: 0 0 0 60px;
}
/* ---- - - Vote - - ---- */
.pnlVoteHelpful
{
    font-weight: bold;
    margin: 10px 0 0 0;
}
*:first-child + html .pnlVoteHelpful
{
    width: 300px;
}
/* ---- - - Footer - - ----*/
.pnlFooter
{
    margin: 5px 0 0 0;
}
*:first-child + html .pnlFooter
{
    width: 300px;
}
.modalBackground
{
    background-color: #F4F0E4;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

/***Family Rference***/
/* sync with Detailpage */
.hideElement
{
    display: none;
}

.SelectorInfo
{
    float: right;
    width: 460px;
}

.SelectorInfo h3
{
    padding: 0px 0px 10px 0px;
    margin: 0px;
}

.ArticleSelect
{
    width: 150px;
    float: left;
    font-weight: normal;
}

.VariantSelect
{
    width: 93px;
    float: left;
    margin: 0px 0px 0px 4px;
}
.ArticleLinks
{
    background: #E0E0E0 none repeat scroll 0% 50%;
    clear: both;
    margin-left: 70px;
    width: 650px;
}

.ArticleLinks a
{
    font-size: 11px !important;
    font-weight: bold;
    margin-left: 20px;
}

.ProductRepeaterHdr
{
    clear: both;
    font-family: georgia,tahoma;
    font-size: 10px;
    font-weight: bold;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 100%;
}

.VariantDiv
{
    float: left;
}

.PriceCommDiv
{
    float: left;
    padding: 0px 0px 0px 14px;
    background-image: url(        '//media.redcatsnordic.com/jotex/images/generic/pixel.gif' );
    background-repeat: repeat-x;
    width: 59px;
}

.PriceCommDiv span
{
    font-size: 12px !important;
    font-weight: normal;
    vertical-align: middle;
}

.ProductSelect
{
    float: left;
    margin-left: 11px;
}

.ArticleNumberDiv
{
    padding-top: 3px;
    clear: both;
}

.ArticleDiv
{
    width: 161px;
    font-weight: bold;
    font-size: 12px;
    padding: 0px;
    line-height: 22px;
    float: left;
    margin: 0px;
}

.QuantityDiv
{
    float: left;
    padding: 0px;
    width: 80px;
    padding-left: 4px;
}

.ArticleFiller, .VariantFiller
{
    width: 97px;
    height: 15px;
    float: left;
    background-image: url('//media.redcatsnordic.com/jotex/images/generic/pixel.gif');
    background-repeat: repeat;
}

.VariantFiller
{
    width: 97px;
}

.OddCol, .EvenCol
{
    height: 15px;
    background: #E1E1E1;
    float: left;
    padding-left: 5px;
}

.EvenCol
{
    background: #DFDBCF;
}

.ImageCol
{
    width: 65px;
}

.ArticleCol
{
    width: 150px;
}

.VariantCol
{
    width: 150px;
}

.SizeCol
{
    width: 95px;
}

.QuantityCol
{
    width: 105px;
}

.SelectCol
{
    width: 125px;
}

.BasketDiv
{
    float: right;
}

.DetailValidator
{
    padding: 0px 10px 3px 0px;
}

.QuantitySelect, .QuantityEdit
{
    width: 64px;
}
/* CSS for detailed multiple products control*/


/* CSS for family reference*/
/***Family Rference***/
.DPFamilyRef
{
    background-color: #FFFFFF;
    margin-left: 20px;
    padding-bottom: 0px;
    clear: both;
}

.family_container
{
    margin-left: 0px;
    margin-right: 0px;
    clear: both;
    padding-top: 0px;
}

.ChooseArticle
{
}

.familyProduct
{
    border: none;
    padding: 0px;
    margin-left: 0px;
    margin-top: -1px;
}

.familyProduct li
{
    float: left;
    margin-right: 25px;
}

.familyProduct .fProductRow
{
    clear: both;
    margin: 0px;
    margin-bottom: 2px;
    margin-top: 10px;
    width: 100%;
}

.familyProduct .fProductImage
{
    line-height: 0;
    margin-left: 0;
    padding-right: 25px;
    width: 95px;
}

.familyProduct .fProductImage .listViewImage
{
    height: 143px;
    text-align: center;
    width: 95px;
}

.familyProduct .fProductDescription
{
    width: 440px;
}

.familyProduct .fProductBtn
{
    vertical-align: middle;
}

.familyProduct .fProductBtn .btn
{
    margin-top: 51px;
    text-align: right;
    float: right;
}

.fProductButton
{
    background-image: url(//media.redcatsnordic.com/jotex/images/generic/fProdChoose.png);
    background-position: left center;
    background-repeat: no-repeat;
    clear: right;
    display: inline-block;
    height: 34px;
    line-height: 31px;
    margin-bottom: 4px;
    margin-right: 4px;
    padding-left: 12px;
}
.fProductButton:hover
{
    text-decoration: none;
}

.fProductButton span
{
    background-image: url(//media.redcatsnordic.com/jotex/images/generic/fProdChoose.png);
    background-position: right center;
    background-repeat: no-repeat;
    color: #FFFFFF;
    display: inline-block;
    height: 34px;
    line-height: 31px;
    padding-right: 12px;
}

.asyncProgressAddToBasket
{
    float: left;
    margin: 10px 3px 0 0;
}

.label_detailpage_pos1
{
    border: none;
    left: 0;
    position: absolute;
    top: 0px;
}

.label_detailpage_pos2
{
    border: none;
    position: absolute;
    right: 0px;
    top: 0px;
}

.label_detailpage_pos3
{
    border: none;
    bottom:3px;
    left: 0;
    position: absolute;
}

.label_detailpage_pos4
{
    border: none;
    bottom: 45px;
    position: absolute;
    right: 0px;
}

.frame
{
    background-color: #cfcfcf; /*width: 545px;*/
    position: relative;
    padding: 1px;
    margin: 20px auto;
}

.frame .frameBackgroundColor
{
    background-color: #FFFFFF;
    padding: 1px 40px 10px 10px;
}

.frame .frameGradientBackground
{
    background-color: #FFFFFF;
    padding: 10px;
}

.frameTopRight, .frameBottomLeft, .frameBottomRight, .frameTopLeft
{
    position: absolute;
    width: 8px;
    height: 8px;
    display: block;
}

.frame .frameTopLeft
{
    background: white url(//media.redcatsnordic.com/jotex/images/generic/graphics/familyref_tl.png) no-repeat;
    top: 0;
    left: 0;
}

.frame .frameTopRight
{
    background: white url(//media.redcatsnordic.com/jotex/images/generic/graphics/familyref_tr.png) no-repeat;
    top: 0;
    right: 0;
}

.frame .frameBottomLeft
{
    background: white url(//media.redcatsnordic.com/jotex/images/generic/graphics/familyref_bl.png) no-repeat bottom left;
    bottom: 0;
    left: 0;
}

.frame .frameBottomRight
{
    background: white url(//media.redcatsnordic.com/jotex/images/generic/graphics/familyref_br.png) no-repeat bottom right;
    right: 0;
    bottom: 0;
}



.detailPagePushSet .frame
{
    background-color: #cfcfcf; /*width: 545px;*/
    position: relative;
    padding: 1px;
    margin: 5px auto;
    margin-left: 10px;
}

.detailPagePushSet .frame .frameBackgroundColor
{
    background-color: #FFFFFF;
    padding: 1px 0px 5px 10px;
}

.detailPagePushSet .frameTopRight, .detailPagePushSet .frameBottomLeft, .detailPagePushSet .frameBottomRight, .detailPagePushSet .frameTopLeft
{
    position: absolute;
    width: 8px;
    height: 8px;
    display: block;
}

.detailPagePushSet .frame .frameTopLeft
{
    background: white url(//media.redcatsnordic.com/jotex/images/generic/graphics/familyref_tl.png) no-repeat;
    top: 0;
    left: 0;
}

.detailPagePushSet .frame .frameTopRight
{
    background: white url(//media.redcatsnordic.com/jotex/images/generic/graphics/familyref_tr.png) no-repeat;
    top: 0;
    right: 0;
}

.detailPagePushSet .frame .frameBottomLeft
{
    background: white url(//media.redcatsnordic.com/jotex/images/generic/graphics/familyref_bl.png) no-repeat bottom left;
    bottom: 0;
    left: 0;
}

.detailPagePushSet .frame .frameBottomRight
{
    background: white url(//media.redcatsnordic.com/jotex/images/generic/graphics/familyref_br.png) no-repeat bottom right;
    right: 0;
    bottom: 0;
}

