/*
    COLOR REF

    title red: #AF261E;
    global grey: #373737;
    link blue: #1893D4;
    breadcrumbs grey: #A3A3A3;
*/

/*
    RESET (http://developer.yahoo.net/yui/license.txt)
    version: 2.2.1
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;}
/* END RESET */

/* Grids */
.line:after, .lastUnit:after {
    content: " x . x . x . x . x . x . x . x . x . x . x . x . x . x . x . x . x . x . x . x . x . x . x . x . x . x . x . x . x . x . x . x . x . x . x . x . x . x . x . x . x . x . x . x . x . x . ";
    visibility:hidden;
    clear:both;
    height:0 !important;
    display:block;
    line-height:0;
    font-size: xx-large;
    overflow: hidden;
}
.line {
    *zoom:1;
}
.unit {
    float:left;
}
.size1of1 {
    float:none;
}
.size1of2 {
    width:50%;
}
.size1of3 {
    width:33.33333%;
}
.size2of3 {
    width:66.66666%;
}
.size1of4 {
    width:25%;
}
/* ... */
.lastUnit {
	display: table-cell;
	*display:block;
	*zoom:1;
	float:none;
	_position:relative;
	_left:-3px;
	_margin-right: -3px;
	width:auto;
}

/* Generic classes */
.noBg { background: none; }

/* Margin (space) classes */
.noSpace { margin: 0; }
.spaceAuto { margin: 0 auto; }
.spaceT5 { margin-top: 5px; }
.spaceT10 { margin-top: 10px; }
.spaceT15 { margin-top: 15px; }
.spaceR5 { margin-right: 5px; }
.spaceR10 { margin-right: 10px; }
.spaceR15 { margin-right: 15px; }
.spaceB5 { margin-bottom: 5px; }
.spaceB10 { margin-bottom: 10px; }
.spaceB15 { margin-bottom: 15px; }
.spaceB20 { margin-bottom: 20px; }
.spaceB25 { margin-bottom: 25px; }
.spaceB30 { margin-bottom: 30px; }
.spaceL5 { margin-left: 5px; }
.spaceL10 { margin-left: 10px; }

/* Padding classes */
.noPadding { padding: 0; }
.padding5 { padding: 5px; }
.padding15 { padding: 15px; }
.padding10 { padding: 10px; }
.paddingT5 { padding-top: 5px; }
.paddingT10 { padding-top: 10px; }
.paddingT15 { padding-top: 15px; }
.paddingB5 { padding-bottom: 5px; }
.paddingB10 { padding-bottom: 10px; }
.paddingB15 { padding-bottom: 15px; }
.paddingL5 { padding-left: 5px; }
.paddingL10 { padding-left: 10px; }
.paddingL15 { padding-left: 15px; }
.paddingR5 { padding-right: 5px; }
.paddingR10 { padding-right: 10px; }
.paddingR15 { padding-right: 15px; }

.inner5{padding: 5px;}
.inner10{padding: 10px;}
.inner15{padding: 15px;}
.inner20{padding: 20px;}
.inner30{padding: 30px;}
.innerT5{padding-top: 5px;}
.innerB5{padding-bottom: 5px;}
.innerL5{padding-left: 5px;}
.innerR5{padding-right: 5px;}
.innerT10{padding-top: 10px;}
.innerB10{padding-bottom: 10px;}
.innerL10{padding-left: 10px;}
.innerR10{padding-right: 10px;}
.innerT15{padding-top: 15px;}
.innerB15{padding-bottom: 15px;}
.innerL15{padding-left: 15px;}
.innerR15{padding-right: 15px;}
.innerT20{padding-top: 20px;}
.innerB20{padding-bottom: 20px;}
.innerL20{padding-left: 20px;}
.innerR20{padding-right: 20px;}
.innerT30{padding-top: 30px;}
.innerB30{padding-bottom: 30px;}
.innerL30{padding-left: 30px;}
.innerR30{padding-right: 30px;}



.txtL {text-align: left;}
.txtCenter {  text-align: center;}
.txtR {  text-align: right;}
.clear {
  clear: both;
  height:0;
  line-height:0;
  overflow:hidden;
}
/* END Grids */

body {
    text-align: center;
    font-size: 12px;
    font-family: Verdana, Tahoma, "Nimbus Sans L", arial, sans-serif;
    color: #373737;
    background : #67A5D8 url('http://m.bestofmedia.com/i/tomshardware/fr/bg-page.jpg') top left repeat-x;
}

p, ul { line-height: 18px; }

h4,h3 {
    font-size: 18px;
    color: #1893D4;
    font-weight: bold;
}

a {
    text-decoration: none;
    color: #1893D4;
    outline: none;
    cursor : pointer;
}
    a:hover { text-decoration: underline; }
    a:visited { color:#8B52A0; }

/*
    CLEARFIX
*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow:hidden;
}

.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* END CLEARFIX */


.hide{
  display : none;
}

.hidden {
  visibility : hidden;
}

/*
    GLOBAL
*/
#container {
    text-align: left;
    margin: 5px auto 0 auto;
    width: 998px;
    min-width: 998px;
    /** position: relative; ad temp **/
    z-index: 1;
}

    #contentGeneric {
        background: #FFF url(http://m.bestofmedia.com/i/tomshardware/design/bg-content.gif) left top repeat-y;
        border: 1px solid #000;
        border-top: 0;
        border-bottom: 0;
    }

    /* IE hack */
        * html #contentGeneric { background-position: 1px top; }
        *+html #contentGeneric { background-position: 1px top; }
    /* --- */

        #contentInside { background: transparent url(http://m.bestofmedia.com/i/tomshardware/design/bg-contentInside.gif) left top repeat-x; }
        #breadcrumbs {
            font-size: 11px;
            color: #a3a3a3;
            padding: 10px 10px 10px 0;
        }
            #breadcrumbs a { color: #a3a3a3; text-decoration:underline; }
            #breadcrumbs strong { font-weight: 700; }

            #main {
                width: 795px;
                float: right;
                overflow: hidden;
            }

            #sidebar {
                text-align: center;
                width: 190px;
                padding-left: 1px;
                border-top: 2px solid #cacac9;
                float: left;
                background: #fff;
            }

            #internalMain {
                /* width: 490px;*/
                width: 484px;
                float: left;
            }

            #internalSidebar {
                width: 300px;
                float: right;
                text-align: center;
                position: relative;
                z-index: 3;
            }
            #forumContent {
                position: relative;
                z-index: 1;
            }

                #internalSidebar #advertRight, #internalSidebar #advertRightWhite, #advertRightWhite div.advert { margin-bottom: 15px; }
                 .advert {text-align:left;}
                #internalSidebar .advert { margin-bottom: 10px; }

    #footer {
        text-align: center;
        border: 1px solid #000;
        background: #5a5a5a url(http://m.bestofmedia.com/i/tomshardware/design/bg-footer.gif) left bottom repeat-x;
        font-size: 11px;
        line-height: 1.5em;
        padding: 10px;
    }

        #footer * { color: #1893d4; }
        #footer .strong { color: #fff; }
        #footer #logoFooter {
            float: right;
            text-align: right;
        }
/* END GLOBAL */

/*
    HEADER
*/
#lang-sites {
    margin: 0 2px 0 0;
}

#lang-sites, #lang-current, #lang-other {
    float: left;
}

#lang-current span , #lang-current a {
    display: block;
    float: left;
    margin: 0 2px;
    color: #fff;
    font-weight: 700;
}

#lang-sites #lang-site,
#lang-sites .langs a {
    display: block;
    float: left;
    margin: 0 0 0 3px;
    width: 18px;
    height: 13px;
    background-color: transparent;
    background-image: url(http://m.bestofmedia.com/i/commun/flags/th2.gif);
    background-repeat: no-repeat;
}
.langs a span { display: none; }

/* 12 - DE */ #lang-sites .lang-12, .langs .lang-12 { background-position: -161px 0; }
/* 14 - UK */ #lang-sites .lang-14, .langs .lang-14 { background-position: -180px 0; }
/* 15 - IT */ #lang-sites .lang-15, .langs .lang-15 { background-position: -19px 0; }
/* 16 - CN */ #lang-sites .lang-16, .langs .lang-16 { background-position: -39px 0; }
/* 17 - TW */ #lang-sites .lang-17, .langs .lang-17 { background-position: -62px 0; }
/* 18 - US */ #lang-sites .lang-18, .langs .lang-18 { background-position: -237px 0; }
/* 22 - FR */ #lang-sites .lang-22, .langs .lang-22 { background-position: 0 0; }
/* ru - RU */ #lang-sites .lang-ru, .langs .lang-ru { background-position: -104px 0; }
/* tu - TR */ #lang-sites .lang-tu, .langs .lang-tu { background-position: -142px 0; }
/* ir - IR */ #lang-sites .lang-ir, .langs .lang-ir { background-position: -199px 0; }
/* hu - HU */ #lang-sites .lang-hu, .langs .lang-hu { background-position: -218px 0; }
/* fi - FI */ #lang-sites .lang-fi, .langs .lang-fi { background-position: -256px 0; }

#footer .langs {
    width: 150px;
    margin: 0 auto;
}

#header a { color: #fff; }
    #header #header-top { height: 16px; }
        #header #header-top #changeLanguage {
            font-size: 11px;
            float: right;
            margin-right: 1px;
            color: #fff;
        }

            #header #header-top #changeLanguage img { vertical-align: top; }
            #header #header-top #changeLanguage .arrow-toggle {
                display: block;
                float: left;
                margin-left: 3px;
                width: 13px;
                height: 13px;
                background: url(http://m.bestofmedia.com/i/tomshardware/design/arrow-toggle.gif) left top no-repeat;
            }

                #header #header-top #changeLanguage .arrow-right { background-position: left bottom; }

    #header #header-banner {
        border: 1px solid #000;
        border-bottom: 0;
    }
        #header #header-banner .header-inside {
            border: 1px solid #fff;
            height: 116px;
            background: #fff url(http://m.bestofmedia.com/i/tomshardware/design/bg-headerBanner.gif) left top repeat-x;
            /**position: relative; ad temp **/
            z-index: 1;
        }

        #header #header-banner div.h1 a {
            overflow: hidden;
            display: block;
            text-indent: -999px;
            background: transparent url(http://m.bestofmedia.com/i/tomshardware/design/tomshardware.jpg) left top no-repeat;
            width: 239px;
            height: 116px;
            margin-left: 5px; /** ad temp **/
            margin-right: 5px;
            float: left; /** ad temp **/
        }

            #header #header-banner div.h1 a:hover { text-decoration: none }

        #header #header-banner #header-advert {
            width: 728px;
            height: 90px;
            z-index: 15;
            margin: 11px 0 0 10px; /** ad temp **/
            /**position: absolute; ad temp **/
            left: 260px;
            top: 10px;
            float: left; /** ad temp **/
        }

            #header #header-banner #header-advert a { color: #1893D4; }

    #header #header-menu {
        padding-top: 3px;
        border: 1px solid #000;
        border-top: 0;
        border-bottom: 0;
    }

        #header #header-menu .header-inside{
            border: 1px solid #fff;
            height: 34px;
            background: url(http://m.bestofmedia.com/i/tomshardware/design/bg-headerMenu.gif) top left repeat-x;
        }

            #header #header-menu #header-sections {
                float: left;
                background: url(http://m.bestofmedia.com/i/tomshardware/design/bg-headerMainMenu.gif) top left repeat-x;
                border-left: 1px solid #3d3d3c;
            }

                #header #header-menu #header-sections li {
                    float: left;
                    font-size: 11px;
                    height: 33px;
                    line-height: 32px;
                    text-transform: uppercase;
                    border-right: 1px solid #3d3d3c;
                    padding-top: 1px;
                }

                    #header #header-menu #header-sections li a {
                        padding: 0 5px;
                        border-left: 1px solid #fff;
                        height: 32px;
                        display: block;
                        /*float: left;*/
                        font-weight: 700;
                        position:relative;
                        z-index:0;
                    }

                        #header #header-menu #header-sections li a:hover {
                            text-decoration: none;
                            /*background: #FFF url(http://m.bestofmedia.com/i/tomshardware/design/bg-headerMenuOver.gif) left top repeat-x;
                            color: #6F6F6D;*/
                        }

                    #header #header-menu #header-sections li.active {
                        background: url(http://m.bestofmedia.com/i/tomshardware/design/bg-headerMenuActive.gif) top left repeat-x;
                        font-weight: 700;
                    }

                        #header #header-menu #header-sections li.active a { border-left: 0; }
                        #header #header-menu #header-sections li.active a:hover {
                            border-left: 0;
                            background: url(http://m.bestofmedia.com/i/tomshardware/design/bg-headerMenuActive.gif) top left repeat-x;
                            color: #fff;
                            text-decoration: underline;
                        }
            /*
                triggerTopmenu
            */
            .triggerTopmenu, .triggerTopmenuHover {
                display: block;
                width: 18px;
                height: 17px;
                text-indent: -999px;
                overflow: hidden;
                background: transparent url(http://m.bestofmedia.com/i/tomshardware/design/arrowDropmenu.gif) left top no-repeat;
                position: absolute;
                z-index: 6;
                top: 8px;
                right: 5px;
                /*float: left;*/
            }

                .triggerTopmenuHover { background-position: left -17px; }
                .active .triggerTopmenu { background-image: url(http://m.bestofmedia.com/i/tomshardware/design/arrowDropmenu.gif); }
            /* end triggerTopmenu */

            /*
                Surgharge topmenu
            */
            #header #header-menu #header-sections li {
                position: relative;
                z-index: 15;
            }

            #header #header-menu #header-sections li .wrapperTopmenuOff,
                #header #header-menu #header-sections li .wrapperTopmenuOn {
                    position: absolute;
                    z-index: 12;
                    padding-left: 2px;
                    padding-top: 2px;
                    display: none;
                    top: 35px;
                    left: 0;
                }

                #header #header-menu #header-sections li .wrapperTopmenuOn { display: block; }

            #header #header-menu #header-sections li .shadowTopmenu {
                background: transparent url(http://m.bestofmedia.com/i/tomsguide/design/shadowAlpha.png) right bottom no-repeat;
                padding: 0 4px 4px 0;
                margin: -1px -4px -4px 0;
                position: absolute !important;
                position: relative; /* ie6*/
                z-index: 11;
            }

            #header #header-menu #header-sections li ul {
                display: block;
                position: relative !important;
                position: absolute; /* ie6 */
                z-index: 13;
                top: -2px;
                left: -2px;
                float: none;
                background: #fff;
                padding: 1px;
                border: 1px solid #d3d3d3;
                border-top: 0;
                filter: Alpha(opacity=96);
                -moz-opacity: 0.96;
                opacity: 0.96;
            }

            #header #header-menu #header-sections li li {
                display: block;
                float: none;
                height: auto;
                line-height: 1.1em;
                text-transform: none;
                background: #f7f7f7;
                margin-bottom: 1px;
                border: none;
                border-bottom: 1px solid #d3d3d3;
                margin: 0;
            }

            #header #header-menu #header-sections li li.last { border-bottom: 1px solid #f7f7f7; }
                #header #header-menu #header-sections li li a, #header #header-menu #header-sections li.active li a {
                    background: transparent url(http://m.bestofmedia.com/i/tomshardware/design/redArrows.gif) 6px 12px no-repeat;
                    float: none;
                    font-size: 11px;
                    font-weight: normal;
                    padding: 8px 20px;
                    margin: 0;
                    color: #1378e0;
                    display: block;
                    height: auto;
                    width: auto !important;
                    width: 100%;
                }

                    *+html #header #header-menu #header-sections li li a,
                        *+html #header #header-menu #header-sections li.active li a { min-width: 100%; }

                #header #header-menu #header-sections li li a:hover {
                    background: none;
                    text-decoration: none;
                    background: transparent url(http://m.bestofmedia.com/i/tomshardware/design/redArrows.gif) 6px 12px no-repeat;
                    color: #6f6f6d;
                }






            #header-media a#header-media-mobile {
                background: transparent url(http://m.bestofmedia.com/i/tomshardware/v2/mobile.png) right top no-repeat;
                line-height: 20px;
                color: #000;
            }

            #header-media {
                float: right;
                clear : both;
                color: #000;
                margin : 8px 0px 0px 0px;
            }

            .follow-link {
                background: url(http://m.bestofmedia.com/i/commun/sprites/icons_0.0.1.png) 0 0 no-repeat;
            } 

            .twitter {
                background-position : 3px -194px;
            }
            .facebook {
                background-position : 0px -72px;
            }


            #header-media li {
                display : inline;
            }

            #header-media li a {
                display: block;
                float: left;
                text-indent : -9999px;
                width : 25px;
                height : 26px;
                margin : 0 5px;
            }


            #header-media-rss {
                background-position : 3px -244px;
            }

            #header-media li #header-media-letter {
                background-position : 0 -291px;
                width : 28px;
            }

        .header-pipe {
            display: block;
            float: left;
        }

    #header #header-tools {
        border: 1px solid #000;
        border-top: 0;
        border-bottom: 0;
        width:220px;
    }

        #header-tools .header-inside {
            height: 44px;
            line-height: 44px;
            background: #333333 url(http://m.bestofmedia.com/i/tomshardware/design/bg-headerTools.gif) left top repeat-x;
            border: 1px solid #fff;
            border-top: 0;
        }

        #header-tools fieldset {
            float: left;
            margin-top: 12px;
        }

        #header-tools fieldset label {
            background: url(http://m.bestofmedia.com/i/tomshardware/design/magnify.gif) left 3px no-repeat;
            line-height: 18px;
            height: 18px;
            padding: 0 10px 3px 25px;
            margin-left: 12px;
            display: block;
            float: left;
            color: #fff;
        }

        #header-tools fieldset #searchField {
            display: block;
            float: left;
            border: 1px solid #676767;
            margin: 0 10px 0 0;
        }

        #header-tools fieldset #searchOptions {
            display: block;
            float: left;
            border: 1px solid #676767;
            margin: -1px 5px 0 0;
        }

        #header-tools #header-okSearch {
            float: left;
            margin-top: -1px;
        }

    #header ul.espace-membre {
        float: right;
        margin-right: 8px;
    }

        #header ul.espace-membre li { display: inline; }
            #header ul.espace-membre li a {
                float: left;
                display: block;
                background: url(http://m.bestofmedia.com/i/tomshardware/design/puce-header.gif) left center no-repeat;
                padding-left: 20px;
                height: 40px;
                line-height: 40px;
            }

            #header ul.espace-membre li span.separation {
                padding: 0 8px;
                float: left;
                display: block;
                height: 40px;
                line-height: 40px;
                color: #fff;
            }
/* END HEADER */

/*
    BLOCS
*/
#advertRight {
    text-align: center;
    color: #a3a3a3;
    font-size: 10px;
    background: #f4f4f4;
}

#advertRightWhite {
    text-align: center;
    color: #a3a3a3;
    font-size: 10px;
    background: transparent;
}

    .advertRight {
        text-align: right;
        padding-right: 1px;
    }

.basicCentral {
    margin-left: 10px;
    margin-bottom: 5px;
}

    .basicCentral-elm { margin-bottom: 25px; }

.basicShadow {
    background: url(http://m.bestofmedia.com/i/tomshardware/design/shadow-bottom.png) right bottom no-repeat;
    padding-bottom: 10px;
    margin-left: 10px;
}

    .basicShadow .in2 {
        background: url(http://m.bestofmedia.com/i/tomshardware/design/shadow-right.png) right top repeat-y;
        padding: 0 20px 10px 5px;
    }

.basicRight {
    text-align: left;
    padding-bottom: 24px;
    margin-bottom: 10px;
    margin-right: 2px;
}

.basicRight .sponsor {
position:relative;
padding: 0 0 25px 0;
}

.basicRight .sponsor img  {
float:right;
}

.basicRight .sponsor span  {
float:right;
margin:10px 0 0 0;
font-size:11px;
color:#adb6b9;
}

.basicRight h5 {
    font-weight: bold;
    font-size:14px;
    margin: 5px 0;
}


.basicSidebar {
    margin-top: 15px;
    background: url(http://m.bestofmedia.com/i/tomshardware/design/bg-slidemenu.gif) left top repeat-y;
    padding-right: 2px;
    text-align: left;
}

    .basicSidebar .basicSidebar-elm {
        background: #fff url(http://m.bestofmedia.com/i/tomshardware/design/bg-basicSidebar-elm.gif) left bottom repeat-x;
        border-bottom: 1px solid #ababab;
    }

.basicGradiant {
    background: #dddcdc url(http://m.bestofmedia.com/i/tomshardware/design/bg-gradiant.gif) left top repeat-x;
    padding: 10px 5px;
}
/* END BLOCS */

/*
    forumHome
*/
#forumHome, .pyjama {
    /*border: 1px solid #d7d7d7;*/
    margin: 5px 0 2px 0;
}

    #forumHome ul, .pyjama ul {
        line-height: 1.1em;
        overflow: hidden;
    }

        #forumHome ul li, .pyjama ul li { padding: 5px 4px 5px 13px; }
        #forumHome ul li.forumHome-odd, .pyjama ul li.pyjama-odd{ background-color: #f0efef; }

    #forumHome .forumHome-nb, .pyjama .pyjama-nb { color: #bdc1c5; }
    #forumHome .seeAll, .pyjama .seeAll {
        padding-right: 10px;
        margin: 10px 0;
    }
/* END forumHome */

/*
    TITLES
*/
.mainTitle .h1 {
    font-size: 20px;
    font-weight: normal;
}

#header-news-title, #reviewPage #header-news-titlebis { font-size:18px; }
.title2 {
    background: url(http://m.bestofmedia.com/i/tomshardware/design/bg-title2.gif) right bottom no-repeat;
    font-size: 14px;
    color: #af261e;
    font-weight: 700;
    margin: 18px 0 10px 0;
    text-transform: uppercase;
}

    .title2 a, .title2 span {
        background: #fff;
        /* padding-right: 5px; */
        color: #af261e;
    }

    .title2 a:hover {
        color: #af261e;
        text-decoration: none;
    }

    .title2 a.picto-18, span.picto-18 { padding: 0 5px 0 25px; }
    .title2 a.picto-21, span.picto-21 { padding: 0 5px 0 25px; }
    .title2 a.picto-23, span.picto-23 { padding: 0 5px 0 25px; }

    .picto-18, .title2 a.picto-18, .title2 span.picto-18 { background: #fff url(http://m.bestofmedia.com/i/tomshardware/design/picto-18.gif) no-repeat; }
    .picto-21, .title2 a.picto-21, .title2 span.picto-21 { background: #fff url(http://m.bestofmedia.com/i/tomshardware/design/picto-21.gif) no-repeat; }
    .picto-23, .title2 a.picto-23, .title2 span.picto-23 { background: #fff url(http://m.bestofmedia.com/i/tomshardware/design/picto-23.gif) no-repeat; }
    .news_day .picto-23, .news-elm .picto-21, .news-elm .picto-18 { padding: 5px 0 5px 25px; }

    .news_day .title3 { display: inline; }

.title2Bis {
    background: url(http://m.bestofmedia.com/i/tomshardware/design/bg-title2Bis.gif) left center no-repeat;
    font-size: 14px;
    color: #af261e;
    font-weight: 700;
    padding-left: 50px;
    text-transform: uppercase;
    margin-bottom: 5px;
    display: block;
}

a:hover.title2Bis { text-decoration: none; }

.titleSidebar {
    background: transparent url(http://m.bestofmedia.com/i/tomshardware/design/bg-titleSidebar.gif) left center no-repeat;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    line-height: 25px;
    height: 25px;
    overflow: hidden;
    padding-left: 50px;
}

.title3 {
    font-size: 14px;
    font-weight: 700;
    display: block;
}

.title3_picto {
    font-size: 14px;
    font-weight: 700;
    display: block;
    text-indent: 25px;
}

.title3Bis {
    font-size: 14px;
    font-weight: 700;
    display: block;
    color: #af261e;
    margin-bottom: 10px;
}

.title4 {
    font-weight: 700;
    display: block;
}

.titleMea {
    background: url(http://m.bestofmedia.com/i/tomshardware/design/bg-title2.gif) right bottom no-repeat;
    font-size: 10px;
    color: #a3a3a3;
    font-weight: 700;
    margin: 18px 0 10px 0;
    text-align: right;
    padding: 0 14px 0 0;
}

    .titleMea span {
        background-color: #fff;
        padding: 0 5px;
        text-align: right;
    }

    .titleMea .h4 {
        font-weight: 700;
        font-size: 14px;
    }

.meaListing {
    background: url(http://m.bestofmedia.com/i/tomshardware/design/shadow-bottom.png) right bottom no-repeat;
    padding-bottom: 10px;
    /*margin-left: 10px;
    border: 1px solid red;*/
}

.meaListing .in2 {
    background: url(http://m.bestofmedia.com/i/tomshardware/design/shadow-right.png) right top repeat-y;
    padding: 0 20px 10px 5px;
}

.meaListing .content .imgMea {
    display: block;
    float: left;
    width: 110px;
    height: 53px;
    text-align: center;
}

.meaListing .content .imgMea img {
    width: 80px;
    height: 60px;
}

.meaListing .content .texteMea {
    padding: 0 0 0 10px;
    float: left;
    width: 270px;
}
/* END TITLES */

/*
    PAGINATION
*/
.simplePagination-previous {
    float: left;
    text-align: left;
    padding-left: 10px;
}

    .simplePagination-previous a {
        background: url(http://m.bestofmedia.com/i/tomshardware/design/previous.gif) left center no-repeat;
        padding-left: 10px;
    }

    .simplePagination-previous span { padding-left: 10px; }

.simplePagination-next {
    float: right;
    text-align: right;
    padding-right: 10px;
}

    .simplePagination-next a {
        background: url(http://m.bestofmedia.com/i/tomshardware/design/next.gif) right center no-repeat;
        padding-right: 10px;
    }

    .simplePagination-next span { padding-right: 10px; }

.pagination li {
    float: left;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    color: #af261e;
    background: url(http://m.bestofmedia.com/i/tomshardware/design/bg-pagination.gif) left top no-repeat;
    margin: 0 1px;
}

    .pagination li.current a { color: #af261e; }
    .pagination li a {
        display: block;
        height: 20px;
        width: 20px;
    }

    .pagination li.paginationLegende {
        width: auto;
        text-align: left;
        color: #373737;
        font-size: 12px;
        background: none;
        padding-right: 10px;
    }

    .pagination li.next {
        overflow: hidden;
        text-indent: -999px;
        background: url(http://m.bestofmedia.com/i/tomshardware/design/next.gif) center center no-repeat;
    }

    .pagination li.prev {
        overflow: hidden;
        text-indent: -999px;
        background: url(http://m.bestofmedia.com/i/tomshardware/design/previous.gif) center center no-repeat;
    }
 /* END PAGINATION */

 /* LARGE RANGES OPTIMIZED PAGINATION */
.picto {background-image: url("http://m.bestofmedia.com/sfp/images/design/sprites/tgu-sprite-icon.1.11-24.png");}
.paginationN li{display:inline}
.pager{position:relative;width:100%;margin:0 auto 60px;font-size:85%}
.pager a:hover,.pager a:active,.pager a:focus{text-decoration:none}
.pager .visible{display:block !important}
.pager li{display:inline;zoom:1}
.pager .line{position:relative;text-align:center;margin-bottom:10px;width:100%}
.pager ul li{padding:3px 0px;cursor:pointer}
.pager ul .active{padding:3px 7px;font-weight:bold}
.pager ul a{padding:0 7px}
.pager .line ul li,.pager .more ul li{background-color:#F4F4F4;border:1px solid #DFDFDF;margin:0 7px 0 0}
.pager .l0 .l1{border:none;background:none}
.pager .line ul .active,.pager .line ul li:hover{background-color:#FFFFFF;border-color:#000000 #DFDFDF #DFDFDF;border-width:2px 1px 1px}
.pager .l0 .l1:hover{background:none;border-width:0}
.pager .more{color:#004488;position:relative;padding:3px 7px}
.pager .more .picto{background-position:-76px -81px;border-left:1px solid #CCCCCC;overflow:hidden;text-indent:-9999px}
.pager .more .up{background-position:-12px -81px}
.pager .picto{margin:0;width:1%;height:15px;padding:0 5px}
.ie7 .pager .picto{padding:0 7px;height:14px}
.pager .next,.pager .last{background-position:-49px -82px}
.pager .prev,.pager .first{background-position:-113px -82px;font-weight:bold}
.pager .layer{background-color:#F4F4F4;position:absolute;top:30px;left:0px;width:100%;z-index:2}
.pager .layer ul .line{padding:3px 7px}
.pager .layerArrow{border-color:transparent transparent #F4F4F4;border-style:solid;border-width:10px;display:block;position:absolute;top:13px;left:17px}
.ie6 .arw{_border-left-color:white;_border-top-color:white;_border-right-color:white;_filter:chroma(color=white);top:-3px}
.ie7 .arw{top:-3px}
.pager .layer .layerCont{padding-top:10px}
.ib {display: inline-block;vertical-align: top;}

.js .hide, .js .ui-tabs-hide, .js .h {display:none;}

/* END LARGE RANGES OPTIMIZED PAGINATION */


/*
    Dropmenu
*/
.dropMenu {
    position: relative;
    z-index: 3;
}

    .dropMenu2 {
        margin-left: auto;
        margin-right: auto;
        width: 300px;
    }

    .dropMenu ol, .dropMenu li {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .dropMenu .dropMenu-panel li {
            display: block;
            border: none;
            border-bottom: 1px solid #dfdfdf;
            text-decoration: none;
        }

    .dropMenu .dropMenu-title {
        background: url(http://m.bestofmedia.com/i/tomshardware/design/bg-dropMenu-title.gif) left top no-repeat;
        height: 35px;
        line-height: 35px;
        padding-left: 15px;
        display: block;
        white-space: nowrap;
        width: 280px;
    }

    .dropMenu .dropMenu-title, .dropMenu .dropMenu-title:hover { text-decoration: none; }

    .dropMenu .dropMenu-title span {
        background: url(http://m.bestofmedia.com/i/tomshardware/design/bg-dropMenu-title.gif) right top no-repeat;
        padding-right: 40px;
        display: block;
    }

    .dropMenu .hover { background-position: left -35px; }
    .dropMenu .hover span { background-position: right -35px; }

.dropMenu .dropMenu-panel {
    background: #f6f6f6;
    position: absolute;
    white-space: nowrap;
    border: 1px solid #dfdfdf;
    z-index: 4;
    top: 29px;
    left: 2px;
    overflow-y: auto;
    height: auto !important;
    height: 210px;
    max-height: 210px;
    width: 550px;
    display: none;
}

    .dropMenu .dropMenu-view { display: block; }

    .dropMenu .dropMenu-panel a, .dropMenu .dropMenu-panel span {
        display: block;
        padding: 5px 10px;
        text-decoration: none;
    }

    .dropMenu .dropMenu-panel span { border-bottom: 1px solid #dfdfdf; }

    .dropMenu .dropMenu-panel a, .dropMenu .dropMenu-panel a:visited,
        .dropMenu .dropMenu-panel a:visited, .dropMenu .dropMenu-panel .actualSection {
            padding-left: 20px;
        }

    .dropMenu .dropMenu-panel a:hover {
        background-color: #d1dde5;
        text-decoration: none;
        position: static;
    }

    .dropMenu .dropMenu-panel a, .dropMenu .dropMenu-panel span {
        display: block;
        padding: 5px 0 5px 20px;
        height: auto;
        width: auto !important;
        width: 100%;
    }

        .dropMenu .dropMenu-panel span {
            border: none;
            background: none;
        }

    .dropMenu a  b {
        color: #000;
        font-weight: normal;
    }
/* End dropmenu */

/*
    blockThema
*/
#blockThema li {
    float: left;
    line-height: 1.1em;
    text-align: center;
    border-bottom: 2px solid #fff;
}

    #blockThema li a {
        float: left;
        display: block;
        width: 97px;
        height: 29px;
        border: 1px solid #d7d7d7;
        padding-top: 60px;
        font-size: 11px;
    }
/* END blockThema */

/*
    VRAC
*/
.condensedVision li {
    padding: 10px 0 10px 5px;
    background: url(http://m.bestofmedia.com/i/tomshardware/design/dottedLine.gif) right bottom no-repeat;
}

.condensedVision .first { padding-top: 0; }
.condensedVision .last { background: none; }
    .condensedVision li p {
        float: right;
        width: 329px;
    }

.vignette {
    float: left;
    display: block;
    margin: 0 10px 10px 0;
    width: 120px;
}

.dateElm {
    font-size: 11px;
    color: #a3a3a3;
}

a.seeAll, a.seeAll2 {
    float: right;
    background: url(http://m.bestofmedia.com/i/tomshardware/design/redArrows.gif) left center no-repeat;
    padding-left: 15px;
    display: block;
    margin: 5px 10px 0 0;
}

ul.sidebarList li { border-bottom: 1px solid #c1c0c0; }
    ul.sidebarList li a {
        display: block;
        border-top: 1px solid #fff;
        padding: 5px 5px 5px 10px;
    }

a.redButton {
    background: url(http://m.bestofmedia.com/i/tomshardware/design/redButton.gif) left top no-repeat;
    color: #fff;
    display: block;
    padding: 0 0 0 25px;
    float: left;
    cursor: pointer;
}

    a.redButton span {
        background: url(http://m.bestofmedia.com/i/tomshardware/design/redButton.gif) right top no-repeat;
        padding: 0 28px 0 0;
        height: 36px;
        line-height: 36px;
        display: block;
        float: left;
    }

a:hover.redButton { background-position: left -36px; }
    a:hover.redButton span { background-position: right -36px; }

.withArrows {
    display: block;
    float: left;
    background: #2991D5 url(http://m.bestofmedia.com/i/presencepc/design/v3/bt-withArrows.png) left center no-repeat;
    padding-left: 20px;
    color: #fff;
}

    .withArrows span {
        height: 23px;
        line-height: 23px;
        display: block;
        float: left;
        padding-right: 20px;
        background: transparent url(http://m.bestofmedia.com/i/presencepc/design/v3/bt-withArrows.png) right center no-repeat;
    }

        .withArrows span a, .withArrows span a:hover, .withArrows span a:visited { color: #fff; }
/* END VRAC */

/*
    MEA
*/
.meaHome { text-align: center; }
    .meaHome .mea-titleSection {
        font-weight: 700;
        font-size: 13px;
        padding: 5px 0;
    }

    .meaHome .mea-imageSection img {
        width: 150px;
        border: 1px solid #a2a5aa;
    }

    .meaHome .mea-priceSection {
        color: #a3a3a3;
        padding: 5px 0;
    }

        .meaHome .mea-priceSection a {
            color: #af261e;
            font-size: 14px;
            font-weight: 700;
        }

.meaSeparation {
    border: 0;
    border-top: 1px solid #cbcbcb;
    border-bottom: 1px solid #fff;
    height: 0;
    width: 150px;
    margin: 10px auto;
}

.mea-products-inline {
    float: left;
    width: 250px;
    margin-right: 10px;
}

    .mea-products-inline img {
        width: 65px;
        height: 65px;
        margin: 0 10px 10px 0;
        display: block;
        float: left;
    }

    .mea-products-inline strong {
        display: block;
        font-weight: bold;
        color: #1893D4;
        font-size: 14px;
        margin-bottom: 5px;
    }

    .mea-products-inline .mea-price { color: #a3a3a3; }
        .mea-products-inline .mea-price span {
            color: #af261e;
            font-size: 15px;
        }
/* END MEA */

/*
    BOM_COMPOSANT
*/
    /*
        BOM_Slidemenu
    */
    #sidebar .BOM-slideMenu {
        background: url(http://m.bestofmedia.com/i/tomshardware/design/bg-slidemenu.gif);
        text-align: left;
        padding-right: 1px;
        border-bottom: 1px solid #ababab;
    }

        #sidebar a.BOM-slideMenu-head {
            background: #fff url(http://m.bestofmedia.com/i/tomshardware/design/bg-slidemenuHead.gif) left top no-repeat;
            display: block;
            height: 31px;
            line-height: 31px;
            text-transform: uppercase;
            color: #373737;
            padding-left: 15px;
            font-size: 11px;
            overflow: hidden;
        }

        #sidebar a.BOM-slideMenu-active {
            background-position: 0 -31px;
            color: #fff;
        }

            #sidebar .BOM-slideMenu ul {
                padding: 2px 1px 0 1px;
                background: #fff url(http://m.bestofmedia.com/i/tomshardware/design/dotted.gif) left top repeat-x;
            }

                #sidebar .BOM-slideMenu ul li {
                    background: url(http://m.bestofmedia.com/i/tomshardware/design/bg-slidemenuUnder.gif) left top no-repeat;
                    height: 24px;
                    line-height: 24px;
                    overflow: hidden;
                    margin: 0 1px;
                }

                    #sidebar .BOM-slideMenu ul li a {
                        background: transparent url(http://m.bestofmedia.com/i/tomshardware/design/red-arrow.gif) 10px center no-repeat;
                        padding-left: 20px;
                    }

                    #sidebar .BOM-slideMenu ul li span {
                        padding-left: 10px;
                        display: block;
                        background: transparent url(http://m.bestofmedia.com/i/tomshardware/design/bg-selectedSection.gif) right top repeat-x;
                        color: #000;
                        margin-bottom: 1px;
                    }
    /* END BOM_Slidemenu */

    /*
        themaTabs BOM_MULTITABS
    */
    #themaTabs {
        /*border: 1px solid #d7d7d7;*/
        margin-bottom: 1px;
    }

    #themaTabs .BOM-multitabs-header ul li {
        display: block;
        float: left;
        line-height: 18px;
        border: 1px solid #fff;
    }

        #themaTabs .BOM-multitabs-header ul li a {
            display: block;
            height: 18px;
            line-height: 18px;
            font-size: 11px;
            float: left;
            background: #e3e3e3 url(http://m.bestofmedia.com/i/tomshardware/design/bg-themaTabs.gif) left top repeat-x;
            color: #373737;
            text-align: center;
        }

        #themaTabs .BOM-multitabs-header ul li a.BOM-multitabs-selectTab {
            background: #1893D4 url(http://m.bestofmedia.com/i/tomshardware/design/bg-themaTabsActive.gif) left top repeat-x;
            color: #fff;
        }

            #themaTabs .BOM-multitabs-header ul li a.BOM-multitabs-selectTab:hover { text-decoration: none; }

    #themaTabs .BOM-multitabs-tab { display: none;}
    #themaTabs .BOM-multitabs-selectTab { display: block; }
    #themaTabs .BOM-multitabs-in3 { padding: 10px; }
    
    
/* multitabs Page */
.commonTabs {
  margin-bottom:10px;
}
.commonTabs .BOM-multitabs-tab, #forumLandingPageBottom .BOM-multitabs-tab {
  padding: 15px 15px 30px;
  display: none;
}

.commonTabs .BOM-multitabs-selectTab, #forumLandingPageBottom .BOM-multitabs-selectTab {
  display: block;
  background: white;
  text-align: left;
  font-weight: bold;
  color: #000000;
  border-bottom: medium none;
}

#internalSidebar .commonTabs .BOM-multitabs-header .BOM-multitabs-selectTab {
  font-weight: bold;
  border-bottom: none;
  float: none;
  display: inline;
  font-size: 12px;
  padding: 5px 10px;
  border: 1px solid #c3c6cd;
  color: #000;
  background-color:#F5F5F5;
  background-image:-moz-linear-gradient(100% 100% 90deg,#F5F5F5,#FFFFFF);
  background-image:-webkit-gradient(linear,0% 0%,0% 100%,from(#FFFFFF),to(#F5F5F5));
}

.commonTabs .BOM-multitabs-header ul li, #forumLandingPageBottom .BOM-multitabs-header ul li {
    line-height: 25px;
    margin-right: 3px;
    border-collapse: collapse;
    float: left;
}

.commonTabs .BOM-multitabs-header ul li a, #forumLandingPageBottom .BOM-multitabs-header ul li a {
    background: #fff none;
    float: none;
    display: inline;
    font-size: 12px;
    color: #1378E0;
    padding: 5px 10px;
    border: 1px solid #c3c6cd;
    border-bottom: 0;
    background: transparent url(http://m.bestofmedia.com/i/tomsguide/design/tab_off.png) left 7px repeat-x;
}

.commonTabs .BOM-multitabs-header ul li .BOM-multitabs-selectTab, #forumLandingPageBottom .BOM-multitabs-header ul li .BOM-multitabs-selectTab {
    color: #000;
    font-weight: bold;
    border-bottom: none;
    background: #fff none;
}

#internalSidebar .commonTabs .BOM-multitabs-content {
  border-top: 1px solid #c3c6cd;
  border-left:none;
  border-bottom:none;
  border-right:none;
}

.commonTabs .BOM-multitabs-content, #forumLandingPageBottom .BOM-multitabs-content {
  border: 1px solid #C3C6CD;
  position: relative;
  z-index: 2;
}

.commonTabs .BOM-multitabs-content .simpleListing li {
  padding-left:4px;
}

#internalSidebar .commonTabs strong {
  font-weight:bold;
}

.commonTabs .BOM-multitabs-headerWrapper, #forumLandingPageBottom .BOM-multitabs-headerWrapper {
    height: auto;
    position: relative;
    z-index: 3;
    top: 1px;
}
.ie6 .BOM-multitabs-tab .featured{
  width:100%;
  overflow:auto;
  position:relative;
}
.ie6 .BOM-multitabs-tab .featured .lastUnit{
  float:left;
}
/* END BOM_COMPOSANT */

a.actualPage { color: red; }

/*
    RELATIVE CONTENTS
*/
#rc li a {background:none; padding:0;}
#rc a span {display:block; line-height:18px; padding-left:26px;}
#rc a img {display:block; float:left;}

.basicMainDotted {
    background: url(http://m.bestofmedia.com/i/tomshardware/design/dottedLight.gif) left bottom repeat-x;
    padding: 0 0 20px 0;
    margin-bottom: 15px;
}

.listing { clear: both;  }
.foldable { display: none; }

/*
    MYMODAL
*/
#pageOverlay, #myModal-loader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9990;
    width: 100%;
    height: 500px;
    background-color: #fff;
}

#myModal-loader {
    z-index: 9991;
    background: transparent url('http://m.bestofmedia.com/i/tomsguide/design/ajax-loading.gif') top left no-repeat;
    width: 100px;
    height: 100px;
}

#myModal {
    text-align: left;
    position: fixed;
    top: 50%;
    left: 30%;
    z-index: 9992;
    background: transparent url('http://m.bestofmedia.com/i/tomsguide/design/shadowAlpha.png') right bottom no-repeat;
    padding: 0 6px 6px 0;
}

* html #myModal, * html #pageOverlay,
    * html #myModal-loader {
        position: absolute;
    }

    /*
        validForm
    */
    #myModal .validForm .smooth {
        color: #000;
        font-size: 11px;
        display: block;
        margin-bottom: 15px;
    }

    #myModal .validForm { padding: 5px 5px 0 0; }
        #myModal .validForm li {
            padding: 3px 0;
            clear: both;
        }

            #myModal .validForm li input {
                height: 18px;
                border: 1px solid #7f9db9;
                width: 180px;
            }

            /* ie */
            #myModal .validForm li input[type=radio] {
                border: none;
            }

            #myModal .validForm li label {
                display: block;
                float: left;
                padding-right: 10px;
                width: 40%;
                font-size: 12px;
                font-weight: 700;
                text-align: right;
            }

                #myModal .validForm li label.radio {
                    display: inline;
                    float: none;
                    width: auto;
                    font-weight: 400;
                }

            #myModal .validForm li select {
                border: 1px solid #7f9db9;
                background: #fff;
            }

            #myModal .validForm li option {
                background: #fff;
            }

            #myModal .validForm li .validFormOK {
                width: 155px;
                padding: 1px 25px 2px 1px;
                border: 1px solid #779e04;
                background: #fff url('http://m.bestofmedia.com/i/tomsguide/design/members/bt-ok.gif') center right no-repeat;
            }

            #myModal .validForm li .validFormKO {
                width: 155px;
                padding: 1px 25px 2px 1px;
                border: 1px solid #d12626;
                background: #fff url('http://m.bestofmedia.com/i/tomsguide/design/members/bt-error.gif') center right no-repeat;
            }

            #myModal .validForm li .validFormFieldTextKO {
                font-size: 10px;
                background: #d12626;
                color: #fff;
                font-weight: 700;
                min-height: 15px;
                padding: 2px;
                margin: 15px 0 10px 0;
                width: 100%;
            }

        #myModal .validForm .validFormAjaxKO {
            font-weight: 700;
            font-size: 11px;
            color: #d12626;
        }

        #myModal .validForm .validFormAjaxOK {
            font-weight: 700;
            font-size: 11px;
            color: #779e04;
        }

        #myModal .validForm .basicMainDotted {
            padding-bottom: 5px;
        }

    #myModal .submitForm {
        width: 89px;
        float: right;
        border: none;
        overflow: hidden;
        cursor: pointer;
    }

    #myModal #ajaxLoading {
        position: absolute;
        bottom: 9px;
        right: 20px;
        display: block;
        width: 16px;
        height: 16px;
        background: transparent url('http://m.bestofmedia.com/i/tomsguide/design/ajax-loaderLittle.gif') left top no-repeat;
    }

    #myModal #modalNicks {
        position: absolute;
        width: 187px;
        float: right;
        border-left: 1px solid #7f9db9;
        left: 173px;
        font-size: 11px;
        background: #fff url('http://m.bestofmedia.com/i/tomsguide/design/shadowAlpha.png') right bottom repeat;
    }

        * html #myModal #modalNicks {
            left: 171px;
        }

        #myModal #modalNicks span {
            display: block;
            margin-bottom: 5px;
        }

        #myModal .validForm #getFreeNicks li {
            background: #fff;
            border-bottom: 1px solid #7f9db9;
            border-right: 1px solid #7f9db9;
            width: 180px;
            padding: 0;
            overflow: hidden;
            display: block;
        }

            #getFreeNicks li a {
                display: block;
                padding: 2px 5px;
                cursor: pointer;
                color: #000;
                text-decoration: none;
            }

                #getFreeNicks li a:hover { background-color: #e5e8eb; }

    /**/

#myModal-content {
    border: 2px solid #bfbfbf;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px;
    background: #fff;
    margin-top: -4px;
    position: relative;
    min-height: 140px;
}

    #myModal-content h5  {
        background-color: #eeeff1;
        color: #af261d;
        -moz-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0;
        padding: 10px;
        margin-bottom: 10px;
        font-weight: 700;
        font-size: 16px;
    }

    #myModal-close {
        position: absolute;
        top: 15px;
        right: 22px;
        display: block;
        width: 15px;
        height: 15px;
        background: transparent url('http://m.bestofmedia.com/i/tomsguide/design/bt-close2.png') left top no-repeat;
        text-indent: -999px;
        overflow: hidden;
        cursor: pointer;
    }

  #myModal-content .emailAlertMandatory {
    font-weight: bold;
    font-size: 12px;
  }
/* End MYMODAL */

/* Widgets
------------------------------------------------- */
.facebookLikeInline {Â border:none; overflow:hidden; width:auto; height:28px; margin-bottom:6px; }
#newsPage .facebookLikeInline, #reviewPage .facebookLikeInline { width:400px; }
.photoReportageBox .facebookLikeInline { margin-left:8px; float: right; }
.facebookLikeContainer .facebookLikeInline { width:100%;  }
#web2Tools .facebookLikeContainer { float:left; }
/* End Widgets ---------------------------------- */

.news-elm {
    background: url(http://m.bestofmedia.com/i/tomshardware/design/dottedLight.gif) left bottom repeat-x;
    padding: 0 0 10px 0;
    margin-bottom: 10px;
}

.pagination-down {
    padding: 5px 0; 
    margin-bottom: 15px;
    position:relative;
    z-index:1256;
}

/*
    POPINMAILAMI
*/
.mailAmi fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

    .mailAmi legend {
        display: block;
        text-align: center;
        padding: 10px 0;
        margin: 0;
        font-size: 16px;
        font-weight: 700;
        color: #559200;
    }

    .mailAmi .interlignage { padding: 10px 0; }
        .mailAmi .interlignage label { font-weight: 700; }
        .mailAmi .interlignage input {
            border: 1px solid #000;
            width: 50%;
        }

#popinMailAmi {
    position: absolute;
    z-index: 300;
    padding: 10px;
    margin-left: 100px;
    background: #fff url(http://m.bestofmedia.com/i/tomsguide/design/guide/bg-popin.png) left top repeat-x;
    border: 1px solid #c2cacf;
    border-right: 3px solid #c2cacf;
    border-bottom: 3px solid #c2cacf;
    width: 400px;
    height: 350px;
}
/* END POPINMAILAMI */

.smooth {
    color: #adb6b9;
    font-size: 11px;
}

/*
    topic_form_include
    mini formulaire de post du forum pour les sites bestof
*/
#forumForm {
    position: relative;
    text-align: left;
    margin-bottom: 10px;
}
    #forumForm li {
        display: block;
        padding-bottom: 5px;
    }

    #forumForm label { display: block; }
    #forumForm #sujet { width: 65%; }

    #forumForm textarea {
        width: 100%;
        height: 70px;
    }

    #forumForm #catListing, #forumForm #subCatListing {
        display: none;
        margin: 0 0 5px 0;
    }

    #forumForm a.withArrows {
        /*position: absolute;
        top: 235px;
        right: 14px;*/
        float:right;
        filter: Alpha(opacity=50);
        -moz-opacity: 0.50;
        opacity: 0.50;
        cursor: pointer;
    }

    #forumForm a.showWithArrows {
        filter: Alpha(opacity=100);
        -moz-opacity: 1;
        opacity: 1;
    }

    #forumForm #forumFormTooltip {
        position: absolute;
        z-index: 10;
        top: 55px;
        display: block;
        width: 266px;
        padding: 2px;
        color: #000;
        font-size: 10px;
        line-height: 1.6em;
        border: 1px solid #d8d8d8;
        background: #fff;
    }

        #forumForm #forumFormTooltip span {
            display: block;
            padding: 3px;
            text-align: justify;
            background: #f3f5f0;
        }

/* topic_form_include */

/*  bloc des newsletters */
.bloc_newsletter{
    text-align: left;
    margin-bottom: 10px;
}

.bloc_newsletter ul {
  line-height:17px;
}

#forumForm .forumFormTitle {
    background: transparent url(http://m.bestofmedia.com/i/tomshardware/v2/onglet_newsletter_bloc2.png) no-repeat left top;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    font-family: Verdana,Tahoma,"Nimbus Sans L",arial,sans-serif;
    padding: 0 0 0 5px;
}

#forumForm .forumFormTitle span {
    background: #fff url(http://m.bestofmedia.com/i/tomshardware/v2/onglet_newsletter_bloc2.png) no-repeat right top;
    display: block;
    line-height: 22px;
    height: 22px;
}

#forumForm ul.forumFormContent {
    border: 1px #AD271E solid;
    background-color: #eceef0;
    padding: 5px;
}

#forumForm .forumFormContent label {
    font-weight: bold;
    color: #000;
}

#formNewsLetters ul li input {
    margin-right: 5px;
}

#formNewsLetters #emailBlocNL {
  float: left;
  width:70%;
  padding:3px;
  border:1px solid #DFE1E0; 
  -moz-box-shadow: inset 1px 1px 2px #333333;
  box-shadow: inset 1px 1px 2px #333333;
  -webkit-box-shadow:inset 1px 1px 2px #333333;
}

#formNewsLetters .withArrows {
    float: right;
    padding-left: 10px;
    font-size:12px;
}
    #formNewsLetters .withArrows span {
        color: #fff;
        padding-right: 10px;
        font-weight:bold;
    }

#formNewsLetters .emailNLForm {
    margin-top: 10px;
}
/*  fin bloc des newsletters */

/* MEA games partners Boonty/Nexway */

.partner,
#home .partner,
#allNews .partner,
#allReviews .partner {
    -moz-border-radius:3px 3px 3px 3px;
    background-color:#F3F3F3;
    border:1px solid #D9D9D9;
    overflow:hidden;
    padding:5px 6px;
    margin-bottom: 10px;
}

#allNews .partner .dateElm,
#allReviews .partner .dateElm {
    display:block;
}

#allNews .partner a img,
#allReviews .partner a img {
    float:left;
    margin-right: 6px;
}

.partner ul.simpleVison li {
    padding:5px 0;
}

.games-partners .odd, .games-partners .even {
text-align: center;
width:50%;
padding: 0 0 0 0;
vertical-align:top;
}

.games-partners a {
    display: block;
font-size:11px;
}


.games-partners  {
width:100%;
}


.games-partners .iHref {
    margin-top: 8px;
}

.games-partners .i {
height: 52px;
}



.games-jvf .odd, .games-jvf .even {

}

.games-jvf a {
font-size:11px;
}


.games-jvf  {
width:100%;
}

.games-jvf td  {
text-align:justify;
padding:0 8px 0 0px;
}


.games-jvf .iHref {
    margin-top: 8px;
}

.games-jvf .i {
 border: 1px solid #D4D8DD;
float:left;
margin: 0 3px 0 0;
}



#mea-top-header {
background : #fff ;/*url(http://m.bestofmedia.com/i/tomshardware/v2/sprites.png) 241px left no-repeat;*/
float:left;
padding:3px 3px 3px 3px;
margin: 0 3px 0 0;
width: 230px;
height:83px;
border:1px solid #c6cacd;
overflow: hidden;
}

#mea-top-header h2 {
    background-color:#fff;
}

#mea-top-header .h3 {
    font-weight:bold;
}
#mea-top-header-i {
float: left;
width: 63px;
}

#mea-top-header-info p {
line-height: 14px;
}

#mea-top-header-info {
float: left;
width: 167px;
}

.actuMarques li {
padding: 0 0 0px 10px;
background : transparent url(http://m.bestofmedia.com/i/tomshardware/v2/sprites3.png?u) no-repeat scroll left -803px;
} 

.adListing {
text-align:left;
}

.adListingContent {
border : 1px solid #878686;
padding: 10px 15px 10px 15px; 
}

.adListingTitle { 
font-size:16px;
color:#02284e;
margin: 0 0 5px 0; 
}

.adListingContent h5 {
color:#c50505;
font-size:14px;
font-weight:bold;
}

.adListingContent li {
padding: 0 0 0px 10px;
background : transparent url(http://m.bestofmedia.com/i/tomshardware/v2/sprites3.png?w) no-repeat scroll left -1085px;
}

.adListingContent li a{
color:#0000cc;
}

.adListingContent .sponsor {
padding: 0 0 25px 0;
}

.adListingContent .sponsor img  {
float:right;
}

.adListingContent .sponsor span  {
float:right;
margin:10px 0 0 0;
font-size:11px;
color:#adb6b9;
}

.adR h5, .adR ul {
padding:3px 0 1px 12px;
}


.adR li {
padding: 0 0 0px 10px;
background : transparent url(http://m.bestofmedia.com/i/tomshardware/v2/sprites3.png?x) no-repeat scroll left -1174px;
font-weight:bold;
}


/* ========================== */
/* = New generic-box rules  = */
/* ========================== */
/*  Based on markup : see IDN searchv2.tpl */

.generic-box {
    position:relative;
    margin:0px auto;
    z-index:1;
    margin-left:12px; /* default, width of left corner */
    margin-bottom:0.5em; /* spacing under filters-box */
}

.generic-box .bd,
.generic-box .t,
.generic-box .b,
.generic-box .b div {
    background:transparent url(http://m.bestofmedia.com/i/tomsguide/design/generic_box-0.0.1.png) no-repeat top right;
}

.generic-box .bd {
    position:relative;
    zoom:1;
    _overflow-y:hidden;
    padding:0px 12px 0px 16px;
}

.generic-box .t {
    /* top+left vertical slice */
    position:absolute;
    left:0px;
    top:0px;
    width:12px; /* top slice width */
    margin-left:-12px;
    height:100%;
    _height:1600px; /* arbitrary long height, IE 6 */
    background-position:top left;
}

.generic-box .b {
    /* bottom */
    position:relative;
    clear : left;
    width:100%;
}

.generic-box .b,
.generic-box .b div {
    height:5px; /* height of bottom cap/shade */
    font-size:1px;
}

.generic-box .b {
    background-position:bottom right;
}

.generic-box .b div {
    position:relative;
    width:12px; /* bottom corner width */
    margin-left:-12px;
    background-position:bottom left;
}

.generic-box .hd,
.generic-box .bd,
.generic-box .ft {
    position:relative;
}



.generic-box h3,.generic-box h4
.generic-box p, .generic-box ul {
    margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
    padding:0.5em 0px 0.5em 0px;
}

#topics .oneTopic { padding: 0 0 0 10px; }
    #topics .oneTopic {
        float: left;
        text-align: center;
        padding: 3px 10px 0;
        overflow: hidden !important;
        overflow: none;
        display: inline;
    }

        #topics .oneTopic a {
            float: left;
            display: block;
            width: 90px;
            height: 30px;
            padding-top: 54px;
            font-size: 10px;
            
        }

            #topics .oneTopic a span {
                background-color: #eceef0;
                display: block;
                height: 30px;
                vertical-align: middle;
                padding: 2px;
                line-height: 12px;
            }

            #topics .oneTopic.oneLine a span {
                line-height: 13px;
            }

.footer-links {
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

.footer-links ol li {
    display: inline;
}


/* ========================================================= */
/* = Generic class for display inline-block cross-browsers = */
/* ========================================================= */

.inline-block {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  margin: 5px;
  zoom: 1;
  *display: inline;
}

/* Sideoffers */

#container #kk-widget .container table td.last {
position:relative;
width:30%;
padding:0px 0 0 0;
vertical-align:top;
}

#container #kk-widget .container table .price {
font-size:13px;
color:#3c3b3b;
}

#container #kk-widget .container   {
border:0;
}

#container #kk-widget .container table {
width:100%;
border-right:1px solid #eee;
}

#container #kk-widget .container table td {
padding:4px 0 0 0;
vertical-align:top;
}

#container #kk-widget .container .name a {
color:#114376;
font-family:Verdana,Tahoma,"Nimbus Sans L",arial,sans-serif;
font-size:12px;
}

#container #kk-widget .container .name a:hover {
text-decoration:underline;
}

#container #kk-widget .container .merchant, #container #kk-widget .container .price  {
color:#3C3B3B;
display:block;
font-size:11px;
}

#container #kk-widget .container .price  {
font-size:12px;
font-weight:bold;
}

.sideOffers {
width:99%;
}

.sideOffers td {
border-bottom:1px dotted #ccc;
vertical-align:top;
padding:5px 2px;
}


.sideOffers .second {
width:145px;
padding-right: 5px;
}

.sideOffers .first img,
.chartsLeft .imgCrop img {
border:1px solid #ccc;
}

.sideOffers  .product-name {
font-weight:bold;
font-size:12px;
}

.sideOffers  .price, .sideOffers  .merchant {
color:#3C3B3B;
display:block;
font-size:11px;
margin:0 0 3px 0;
}

.sideOffers .last {
text-align:center;
}

.sideOffers  .price  {
font-size:12px;
font-weight:bold;
padding:0;
margin:0;
}

.sideOffers .shopping-side  {
margin:2px auto;
padding:2px 7px;
color:#fff;
font-weight:bold;
font-size:12px;
background-color:#AF261E;
-moz-border-radius: 3px 3px 3px 3px;
border-radius: 3px 3px 3px 3px;
-webkit-border-radius: 3px 3px 3px 3px;
}


/* =================================== */
/* = filters-box background override = */
/* =================================== */

.filters-box .bd,
.filters-box .t,
.filters-box .b,
.filters-box .b div {
    background-image: url(http://m.bestofmedia.com/i/tomsguide/design/filters_box-0.0.1.png);
}

/* ================================== */
/* = search-box background override = */
/* ================================== */

.search-box .bd,
.search-box .t,
.search-box .b,
.search-box .b div {
    background-image: url(http://m.bestofmedia.com/i/tomsguide/design/search_box-0.0.1.png);
}

.keywords { clear:left; margin-bottom:5px; }

.labelized {
    clear : left;
    float:left; 
    padding : 0px 5px 0px 0px; 
    font-weight:bold;
    margin : 0px;
    display:inline-block;
}

.standAlone{
    clear : both;
    margin : 10px 0px;
}

.standAlone .title2 {
    clear : both;
    margin : 10px 0px;
}


/* ================================== */
/* = AddThis csss override = */
/* ================================== */
.addthis_toolbox {
    padding : 10px 0 6px 0px;
}

.addthis_toolbox li {
    float: left;
}

.addthis_toolbox a {
    border: 2px solid #fff;
    display:block;
    height:16px;
    padding: 2px 2px 2px 20px;
    position: relative;
    text-decoration: none;
    float:left;
}

.addthis_toolbox a:hover {
    border: 2px solid #105CB6;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #B4D3F8;
    color: #105CB6;
    text-decoration: none;
}

.addthis_toolbox span {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 2px;
    left: 1px;
}   

.actionIcons, .mailIcon, .printIcon {
    display:block;
    background:transparent url(http://m.bestofmedia.com/i/tomshardware/v2/header-news-tools.png) no-repeat left 1px;
    font-size:9px;
    overfloz:hidden;
}

.addthis_toolbox .mailIcon { height:12px; background-position:2px 3px }
.addthis_toolbox .printIcon { background-position:1px -10px; width:19px; }
.addthis_toolbox .commenter { 
    padding: 0px 0px 0px 20px; 
    background:transparent url(http://m.bestofmedia.com/i/tomshardware/v2/header-news-tools.png) no-repeat left -24px;
    height: 15px;
    line-height: 13px;
    overflow: hidden;
    display: block;
    _float: left;
}

.labelized, .keywords ul { line-height:18px; }


/* ================================== */
/* = Adsense and AFS Title          = */
/* ================================== */
.google_ads_bom_title{
    background:url("http://m.bestofmedia.com/i/tomshardware/v2/sprites3.png") repeat-x scroll left -791px transparent;
    font-family: Verdana,Tahoma,"Nimbus Sans L",arial,sans-serif;
    font-size:16px;
    font-weight:bold;
    text-align:left;
    color:#AF261E;
}

.google_ads_bom_title a,
.google_ads_bom_title a:visited,
.google_ads_bom_title span{
    background:#FFFFFF !important;
    padding-right:3px !important;
    color:#AF261E !important;
    text-decoration:none !important;
}

.google_ads_bom_content{
    text-align:left !important;
    padding:10px 0 0 0;
}


.google_ads_bom_content p{
 margin:0 0 10px 0;
}

.google_ads_bom_href2{
 color:#008000;
}

#searchPages .google_ads_bom_href2{
 color:#114376;
}


.smart_ads_bom_title{
    color:#A3A3A3;
    font-size:10px;
    padding-right:7px;
    text-align:right;
    margin-bottom:7px;
}

#header-advert .smart_ads_bom_title,
#outside-advert .smart_ads_bom_title,
#container-advert .smart_ads_bom_title,
#bg-advert1 .smart_ads_bom_title,
#bg-advert2 .smart_ads_bom_title{
    display:none !important;
}

#revealAd div{
    margin : auto;
}

#revealAd {
    text-align : center;
}

.revealNoAds{display:none;}
.revealShortHeader{height:134px !important;}

.picto-news, .picto-article, .picto-pricecomparator, .picto-guidepage , .picto-downloads,
.picto-gooddeals, .picto-forum, .picto-wallpaper, .picto-media,  .picto-videos, .picto-photos {
    background : transparent url(http://m.bestofmedia.com/i/tomsguide/search/sprite.gif) -20px top no-repeat;
    width : 20px;
    height : 19px;
    float : left;
    margin : -3px 4px 0 0px;
}

.picto-article {
    background-position : -40px;
}

.picto-pricecomparator {
    background-position : -60px;
}

.picto-guidepage {
    background-position : -60px;
}

.picto-downloads {
    background-position : -80px;
}

.picto-gooddeals {
    background-position : -100px;
}

.picto-forum {
    background-position : -120px;
}

.picto-wallpaper {
    background-position : -140px;
}

.picto-media, .picto-photos {
    background-position : -160px;
}

.picto-videos {
    background-position : -180px;
}

.bg-advert {
position:relative;
z-index:9999;
}

.imgCrop {
  display:block;
  background : #fff;
  height:90px;
  overflow:hidden;
  text-align:center;
  padding : 0px !important /* Ugly but needed as we do not want to be overrided on a croped image*/;
  width:120px;
  margin-bottom : 15px;
}

.imgCrop50x50 {
  width:50px;
  height:50px;
}
.imgCrop80x60 {
  width:80px;
  height:60px;
}

.bGrey { border: 1px solid #b1b1b1; }


.inputText2,
.inputText3,
.inputTextBig,
.inputTextSmall {
  height: 30px;
  border: 1px solid #dfdfdf;
  border-top: 1px solid #b1b1b1;
  border-left: 1px solid #b1b1b1;
  -webkit-box-shadow: 2px 4px 7px #e3e3e3 inset;
  -moz-box-shadow: 2px 4px 7px #e3e3e3 inset;
  padding: 0 7px;
}

.ie7 .inputText2 {
  line-height: 30px;
}

.ie7 .inputText3 {
  line-height: 40px;
}

.inputText3, .inputTextBig {
  height: 40px;
}

.inputTextSmall{
  height: auto;
  padding:2px 7px;
}

.inputText2:focus,
.inputText3:focus,
.inputTextBig:focus,
.inputTextSmall:focus {
  border: 1px solid #0c75c5;
  -moz-box-shadow: 0 0 10px #4f9fdc;
  -webkit-box-shadow: 0 0 10px #4f9fdc;
  -webkit-box-shadow: 2px 4px 7px #e3e3e3 inset;
  -moz-box-shadow: 2px 4px 7px #e3e3e3 inset;
}

.ie6 .inputText2,
.ie7 .inputText2
.ie6 .inputText3,
.ie6 .inputText3 {
  height: 20px;
  padding: 7px 13px 3px 13px;
}

.ie6 .inputText3,
.ie6 .inputText3 {
  height: 30px;
}

.formNewsLetters-incontent {
  background-color:#F4F4F4;
  padding: 8px 16px;
  border:1px solid #E1E1E1;
  margin: 10px 0 20px;
}

.photoreportage .formNewsLetters-incontent {
  background-color: #FFF;
}

.formNewsLetters-incontent label {
  font-size: 14px;
  margin: 0 5px 0 0;
  font-family: Arial;
}

.formNewsLetters-incontent .inputText2 {
  width: 275px;
  _color: #000000;
  color: #7b7b7b;
  height:auto;
  padding-top:5px;
  padding-bottom:5px;
}

.formNewsLetters-incontent input:focus.inputText2 {
  color: #000000;
}

.formNewsLetters-incontent .submitBtn {
  margin-top: 2px;
  margin-left: 10px;
  background-color:#DDDDDD;
  border:1px solid #C3CAD2;
  background-image:-moz-linear-gradient(100% 100% 90deg,#DDDDDD,#FFFFFF);
  background-image:-webkit-gradient(linear,0% 0%,0% 100%,from(#FFFFFF),to(#DDDDDD));
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px;
  padding: 5px;
}

.formNewsLetters-incontent .submitBtn span {
  background-image:none;
  color:#000000;
  font-weight:bold;
}

.formNewsLetters-incontent .mailPicto {
  background: url("http://m.bestofmedia.com/i/tomshardware/v2/sprites3.png") no-repeat scroll 0px -1215px transparent;
  display:block;
  float: left;
  height: 23px;
  margin-right: 8px;
  margin-top: 3px;
  width: 32px;
}

.formNewsLetters-incontent .error {
  background-image:url("http://m.bestofmedia.com/i/tomsguide/redesign/sprite-tg-0.0.1.png");
  background-position:100% -159px;
  margin: 6px 35px 3px 0;
  padding:2px 8px;
  text-indent: -9999px;
  overflow: hidden;
}

.formNewsLetters-incontent .inputError {
  border: 1px solid #c90d28;
}

.formNewsLetters-incontent #formNewsLetters-msg {
  display: none;
}

#myModal-formNewsLetters-msgContent {
  padding: 30px 15px;
  font-size: 14px;
  font-weight: bold;
  width: 400px;
}

.unitR {
  float: right;
}

.formNewsLetters-incontent .disabled {
  -moz-opacity: 0.50;
  opacity: 0.50;
}

#formNewsLetters-error {
  color: #AF261E;
  margin: 5px 0;
}
.innerBloc {
  margin: 0 0 10px 0;
  border-bottom:1px dotted #CCCCCC;
  padding:0 0 10px;
}
.innerBloc .h4 {
  color: #373737;
  margin-bottom: 10px;
  background: none;
  font-size:12px;
}
.innerBloc:last-child {
  border-bottom:none;
}
.blocSubTitle {
  padding: 0 0 0 13px;
  margin: 0 0 10px 0;
}
.imgBloc {
  border:1px solid #CCCCCC;
  margin: 0 10px 0 0;
}
.imgThumbnail {
  padding: 0 0 10px 0;
}

.innerR5 { padding-right: 5px; }
.innerL10 { padding-left: 10px; }

.bold, .stronger { font-weight: bold; }

/* Sidebar latest news */
#sidebar_latest_news .simpleListing {
  clear: both;
  font-size: 12px;
}
#sidebar_latest_news .simpleListing li {
  line-height: 15px;
}
#sidebar_latest_news .simpleListing li.last, 
#sidebar_latest_news .simpleListing li.lastItem {
  border-bottom: medium none;
}

/** LISTING */
/* LISTING */
.simpleListing li{
  padding: 4px 0;
  border-bottom: 1px dotted #ccc;
}

.simpleListing li a {
  line-height : 1.25em;
}

.simpleListing li .il{
  display : inline;
  padding : none;
}

.simpleListing li .imgCrop{
  margin : 0 15px 15px 0;
}

.simpleListing li:hover{
  background-color : #f4f4f4;
}

.simpleListing li.last,
.simpleListing li.lastItem{
  border-bottom: none;
}

.simpleListing .first .title{
  font-size: 116%;
  font-weight : bold;
}

.simpleListing .last:hover{
  background-color : #fff;
}

.simpleListing h3.single{
  margin-top:10px;
}

.simpleListing h3 a{
  padding : 0;
}

.simpleListing .description {
  margin-top: 5px;
}


/***************/
.sf h1, .sf h2, .sf h3, .sf h4, .sf h5, .sf h6 {
  font-size: 100%;
  font-weight: normal;
}
.sf .h1, .sf .h2, .sf .h3, .sf .h4, .sf .google_ads_bom_title a, .sf .relativeContent .sf .hdBack a {
  color: #070F14;
}
.sf .h2, .sf .google_ads_bom_title {
  font-size: 146%;
  font-weight: bold;
  margin-bottom: 10px;
}

.sf .leftCol {
  overflow: visible;
  padding: 0 0 20px;
  position: relative;
}

.sf .superCat ul li {
  margin-right: 15px;
}
.sf .simpleListing li, .orderedListing li {
  border-bottom: 1px dotted #CCCCCC;
  padding: 7px 0;
}

.sf .subSection h2 {
  color:#AF261E;
}

.sf .subSection .simpleListing li {
  border-bottom:none;
  padding-bottom: 4px;
  padding-left: 10px;
  padding-top: 0;
}

.sf .subSection .simpleListing li:hover{
  background-color:transparent;
}

.gam-mt {display:none;}

/*Addthis top*/
.addthis_toolbox .labelized {
  padding-right:0px;
}

.addthis_toolbox.addthis_pill_combo a {
    float: left;
    padding:0;
    display:block;
    height:auto;
    border:0;
}
.addthis_toolbox.addthis_pill_combo a:hover{
    border:0;
    -moz-border-radius: 0;
    -webkit-border-radius:0;
    background:none;
}
.addthis_toolbox.addthis_pill_combo a.addthis_button_tweet,
.addthis_toolbox.addthis_pill_combo a.addthis_counter {
}
.addthis_toolbox.addthis_pill_combo .addthis_counter.addthis_pill_style {
  height:20px;
  padding-left:4px;
}
.addthis_toolbox.addthis_pill_combo .addthis_counter.addthis_pill_style:hover{
    -moz-border-radius-topleft: 4px; 
    -moz-border-radius-bottomleft: 4px; 
    -webkit-border-top-left-radius: 4px; 
    -webkit-border-bottom-left-radius: 4px; 
    background: #FE6D4C; 
}
.addthis_toolbox.addthis_pill_combo .addthis_counter a.addthis_button_expanded{
  border: 1px solid #d3d3d3;
  font-size:10px;
  height:16px;
  line-height:14px;
}
.addthis_toolbox.addthis_pill_combo .addthis_counter a.addthis_button_expanded:hover{
  background:#f4f4f4;
	border-color: #acacac;
	color: #000;
  
  border-radius: 3px; 
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
}
.addthis_toolbox.addthis_pill_combo .atc_s{
  padding-left:4px;
}
.addthis_counter a.atc_s span {
  width:auto;
  position:static;
  height:auto;
}
.addthis_button_compact .at15t_compact {
    margin-right: 4px;
    float: left;
}
.addthis_pill_combo{
  padding:0 2px 0 0;
}
.headShare{
  padding-top:5px;
}
.partner_space_link:LINK, .partner_space_link:VISITED   {
  font-weight: bold;
  text-decoration: underline;	
  color:black;
}
.ajaxLoader 
{
  background-image : url(http://m.bestofmedia.com/sfp/images/design/ajax/loading.gif);
  background-position :  center center;
  background-repeat : no-repeat;
}
.shop_s_ajax{
  min-height: 50px;
  height:auto !important;
  height:50px;
  width:250px; 
  float:right;	
  padding: 5px 0 0 27px;
}
.shop_l_ajax{ 
	min-height: 50px;
  height:auto !important;
  height:50px;
  width:620px;
}

.simpleListingImg li .visu img {
	float: left;
    margin-right: 10px;
    max-height: 59px;
    max-width: 80px;
    min-height: 30px;
}

.simpleListingImg li .text {
	font-size:12px;
	font-weight:bold;
	color: #104275;
}

#sidebar_latest_news .sideLatestNews li{
  border:0 none;
  padding:0;
  display:block;
  clear: both;
  margin: 10px 0 10px 10px;
  padding: 0 14px 0 0;
}
#sidebar_latest_news .sideLatestNews li:hover{
  background:none;
}

#sidebar_latest_news .sideLatestNews .item{
  clear: both;
  display: block;
  padding: 0 10px 0 0;
}
 
#sidebar_latest_news .sideLatestNews .description{
  padding: 10px 10px 0;
}

#sidebar_latest_news .sideLatestNews .unit img{
  display:block;
  padding: 1px;
}
#sidebar_latest_news .clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#sidebar_latest_news .clearfix {
  zoom: 1; 
  margin-bottom: 5px;
}

.sideLatestNews .item{        
  color:#114376;
}

.sideLatestNews .item:hover{
  color: #8B52A0;
}

.sideLatestNews .item{
  background:#E7E7E7;
}     

.brandProfile .h4 {
    background: url("http://m.bestofmedia.com/i/tomshardware/v2/sprites3.png") repeat-x scroll left -791px transparent;
    color: #AF261E;
    font-family: Verdana,Tahoma,"Nimbus Sans L",arial,sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    padding-left: 0;
    text-align: left;
    text-transform: none;
}
.brandProfile span {
    background-color: #FFFFFF;
    left: -6px;
    padding-bottom: 5px;
    position: relative;
}
.brandProfile span.picto{
  display:none;
}

.brandProfile .askForm .inputText2 {
  width: 94%;
}
.brandProfile .btOr{
    background: url("http://m.bestofmedia.com/i/tomshardware/v2/sprites3.png") no-repeat scroll -10px -767px transparent;
    border: 0 none;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #FFFFFF;
    display: block;
    padding: 2px 20px;
    cursor:pointer;
}

#dliPhone {
   left: 0;
   background-color: #000000;
	opacity: 0.5;
   position: absolute;
   top: 0;
	z-index:3;
	width:100%;
	height:4500px;
   display:none;	
}

#dliPhone-inner {
	background: transparent url(http://m.bestofmedia.com/i/tomshardware/iphone_app.png) center top no-repeat;
	display:block;
   opacity:1;
   margin:0 auto;
	top:5px;
	left:45%;
	width:270px;
	height:350px;
	z-index:4;
	position:absolute;
	text-align: left;	
	display:none;
}

#dliPhone-t1 {
font-size: 13px;
font-weight:bold;
margin-top: 100px;
padding: 0 14px;
}

#dliPhone-t1 span {color:#AF261E}

#dliPhone-t2 {
font-size: 11px;
margin-top: 40px;
padding: 0 14px;
}

#dliPhone-off {
padding:0 15px;	
clear:both;	
}

.dliPhone-button {
margin:25px 0 15px 15px;
float: left;
width:110px;
padding:5px 0 0 0;
height:27px;
border:0px solid red;
text-align:center;
color:#fff;
font-size:14px;
background: transparent url(http://m.bestofmedia.com/i/tomshardware/iphone_app.png) left -457px no-repeat;
}
.dliPhone-button:visited {color:#fff;}
.dliPhone-button:hover {text-decoration:underline;}
#dliPhone-off label {padding-left:5px;}
#adblockMarker {display: none;}

.zonepub16 {
  height: 0;
}