@charset "utf-8";



.xxlNumber{
    font-size: 150px;
    font-weight: bold;
    font-family: 'Arial Black', 'Arial Bold', Gadget, sans-serif;
    color: #ff0000;
}

/* -------------------- product listing --------------------*/
.whitebckzone{
    padding: 30px 20px;
    margin: 0 auto;
    width: 920px;
    font-size: 14px;
    background: #fff;
}
.whitebckzone h1{}
.font_big_red{
    font-size: 40px;
    color: red;
    font-weight: bold;
}
.productlisting{
    background: #fafafa;
    margin: 2px 0;
    padding: 30px;
    display: table;
    border-top: 1px dashed #ccc;
}
.pl-row{
    display: table-row;
}
.listing_title{
    font-size: 20px !important;
}
.producth2{
    text-align: left;
    background: none;
    margin: 0 0 20px 0;
}
.pl-img{
    width: 300px;
    display: table-cell;
    vertical-align: top;
}
.no-image{
    background: #f1f1f1;
    color: #ccc;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 300px;
    height: 300px;
}
.pl-txt{
    width: 450px;
    display: table-cell;
    vertical-align: top;
    padding: 0 0 0 20px;
}
.listingpassmark{
    font-size: 20px;
}
.listing_price{
    color: #ff0000;
    font-size: 20px;
    font-weight: bold;
}
.listing_monitors{
    font-size: 20px;
    font-weight: bold;
}

/* -------------------- pagination --------------------*/
.pageblockBox{
    /*width: 50%;*/
    text-align: right;
    float: right;
}
.pageblockOff{
    margin: 3px 1px;
    display: inline-block;
    padding: 5px 10px;
    border: 1px none #ccc;
    width: auto;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    color: #aaa;
}
.pageblock{
    margin: 3px 1px;
    display: inline-block;
    padding: 5px 10px;
    border: 1px dotted #ccc;
    width: auto;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
.pageblock:link{
    text-decoration: none;
}
.pageblock:hover{
    text-decoration: none;
    border: 1px dotted #222;
}
.pageblock:visited{
    text-decoration: none;
}

/* -------------------- product feature list --------------------*/
.feature_listing_box{
    width: auto;
}
.feature_listing_box th{
    width: 150px;
    padding: 0px 15px 0px 0;
    font-weight: normal;
    text-align: right;
    vertical-align: middle;
}
.feature_listing_box td{
    width: 400px;
    padding: 0px 0 0px 15px;
    font-weight: bold;
    vertical-align: middle;
}
.feature_listing_box ul{
    padding: 0;
    margin: 0;
}
.feature_listing_box li{
    padding: 0;
    margin: 0 0 0 15px;
}


/* -------------------- product details --------------------*/
.productdetailszone{
    padding: 0 auto;
    margin: 0 auto;
    font-size: 14px;
}
.productdetailszone h1{
    font-family: 'Roboto Condensed', sans-serif;
    text-shadow: 2px 2px rgba(0,0,0,0.7);
}
.productdetailszone h2{
    background: url('http://multimonitorcomputer.com/images/line.gif') repeat-x 0 16px;
    /*margin: 80px 25px 50px 25px;*/
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
}
.productdetailszone h2 span{
    position: relative;
    background: #fff;
    padding: 0 25px;
}

/* -------------------- Q&As details --------------------*/


/* -------------------------------- product listings ---------------------------------*/
.simpleListingThumbBuilder{
    width: 75px;
    height: 75px;
    display: inline-block;
    background-size: 75px auto;
    /*background-repeat: no-repeat;*/
    margin: 0;
    padding: 0;
    opacity: .5; filter:alpha(opacity=50);
}
.simpleListingThumbBuilder:hover{
    opacity: 1; filter:alpha(opacity=100);
}
.featherlight-gallery{
    max-width: 135px;
}
.featherlight-gallery:link{
    text-decoration: none;
}
.featherlight-gallery:visited{
    text-decoration: none;
}
.featherlight-gallery:hover{
    text-decoration: none;
}

/* ------------------------------ images ---------------------------------------- */
.lineTop{
    border-top: 1px dashed #aaa !important;
    padding: 15px;
    padding-bottom: 40px
}
.backproduct{background: #ffe4c4;}
.simple_listing_main{
    width: 375px;
}
.simple_listing_main:hover{
    opacity: .9; filter:alpha(opacity=90);
}
.simpleListingThumb{
    width: 90px;
    height: 90px;
    display: inline-block;
    background-size: 135px auto;
    /*background-repeat: no-repeat;*/
    margin: 0;
    padding: 0;
    opacity: .5; filter:alpha(opacity=50);
}
.simpleListingThumb:hover{
    opacity: 1; filter:alpha(opacity=100);
}

/* ------------------------------ share zone ---------------------------------------- */
.share{
    margin: 30px 0;
    text-align: center;
    background: yellow;
}

/* ------------------------------ top zone H1 product details ---------------------------------------- */
.specszone{
    padding: 30px 0;
}
.specszone h2{
    margin: 10px 0 30px 0;
    padding: 0;
    font-weight: bold;
    background: none;
    /*text-shadow: none;*/
    font-size: 18px;
}
.contrastheader{
    background: #000a49;
    color: #fff;
    padding: 20px 15px 10px 15px;
}
.contrastheader h1{
    font-size: 35px;
    padding: 0;
    margin: 0 0 20px 0;
    color: #fff;
    text-align: center;
}
.pricezone{
    width: 100%;
    margin: 10px 0;
}
.productmrsp{
    text-decoration: line-through;
    margin: 15px 25px 0 0;
    font-size: 20px;
    color: #bbb;
    font-weight: normal;
    width: auto;
    float: right;
}
.productprice{
    font-size: 35px;
    margin: 5px 25px 0 0;
    color: red;
    width: auto;
    float: right;
    font-weight: bold;
    line-height: 100%;
}
.buy{
    width: auto;
    float: right;
}
.links{
    margin: 15px 0;
    font-size: 12px;
}
.links a{
    display: inline-block;
    margin-left: 15px;
}
.links a:link{
    color: #ccc;
    text-decoration: none;
}
.links a:visited{
    color: #ccc;
    text-decoration: none;
}
.links a:hover{
    color: #fff;
    text-decoration: underline;
}
.specstable td,
.specstable th{
    border-bottom: 1px #ccc dashed;
    padding: 6px 0;
    width: 50%;
}

/* ------------------------------ name breakdown ---------------------------------------- */
.namebreakdown{
    text-align: center;
}
.nbd-block-group{
    display: inline-block;
    vertical-align:top;
    width: auto;
    white-space: nowrap;
}
.nbd-block{
    display: inline-block;
    vertical-align:top;
    text-align: center;
    margin: 15px 15px;
    white-space: nowrap;
    width: auto;
}
.nbd-block hr{
    border: 0;
    height: 1px;
    background-image: none;
    color: red;
    background: red;
    margin: 7px 0;
}
.nbd-block h2{
    margin: 0;
    padding: 0;
    font-weight: bold;
    background: none;
    text-shadow: none;
}
.videocardGamingType{
    padding: 15px;
    margin: 0 0 15px 0;
    text-align: center;
    background: #fff9b2;
}
/* ------------------------------ herozone ---------------------------------------- */
.herozone{
    margin: 30px 0;
}
.hz-img{
    max-width: 400px;
    padding: 0 15px 0 15px;
    display: inline-block;
    vertical-align: top;
}
.hz-specs{
    max-width: 385px;
    padding: 0 15px;
    display: inline-block;
    vertical-align: top;
}
.hz-specs h2{
    margin: 20px 0 10px 0;
    font-size: 25px;
}

/* ------------------------------ feature box ---------------------------------------- */
.quickfeatures{
    margin: 30px 0;
    text-align: center;
}
.quickfeatures h2{
    font-size: 25px;
    margin: 20px;
}

.featurebox{
    /*background: #0081ff;*/
    background:#ff5800;
    background: -moz-linear-gradient(center top, #fe7e00 5%, #ff5800 100%) #fe7e00;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fe7e00), to(#ff5800)) #fe7e00;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe7e00', endColorstr='#ff5800');
    color: #fff;
    font-family: arial, helvetica, clean, sans-serif;
    display: inline-block;
    width: auto;
    margin: 5px;
    padding: 8px 15px;
    text-align: center;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    text-shadow: 2px 2px rgba(138,45,0,0.6);
    box-shadow: 2px 2px rgba(255,88,0,0.3);
}
.featurebox .ftop{
    font-size: 40px;
    font-weight: 700;
    white-space: nowrap;
    width: auto;
    height: 45px;
    letter-spacing: -3px;
    word-spacing: 0px;
    line-height: 100%;
}
.featurebox .fmid{
    font-size: 25px;
    font-weight: 400;
    white-space: nowrap;
    width: auto;
    height: 29px;
    letter-spacing: -1px;
    word-spacing: 0px;
    line-height: 100%;
}
.featurebox .fbot{
    font-size: 14px;
    font-weight: normal;
    white-space: nowrap;
    width: auto;
    height: 16px;
    letter-spacing: 0px;
    word-spacing: 0px;
    line-height: 100%;
}

/* ------------------------------ awards ---------------------------------------- */
.awardzone{
    text-align: center;
}
.awards{
    /*background: #0081ff;*/
    font-family: arial, helvetica, clean, sans-serif;
    display: inline-block;
    width: 260px;
    margin: 0 25px;
    vertical-align: top;
    text-align: center;
}
.lquote{
    font-family: georgia, times, serif;
    font-size: 100px;
    color: #eee;
    position: absolute;
    left: -50px;
    top: 10px;
}
.awards .atop{
    width: auto;
    height: 100px;
    line-height: 100px;/*important to vertically center img*/
    margin: 15px auto;
}
.awards .atop img{
    max-width: 100px;
    max-height: 100px;
    vertical-align: bottom;
}
.awards .amid{
    margin: 15px auto;
    font-size: 25px;
    font-weight: 700;
    width: auto;
    height: auto;
    letter-spacing: -1px;
    word-spacing: 0px;
    color: #333;
}
.awards .abot{
    position: relative;
    text-indent: 25px;
    font-weight: 300;
    font-family: 'Roboto Condensed', sans-serif;
    width: auto;
    height: 100px;
    letter-spacing: 0px;
    word-spacing: 0px;
    font-size: 18px;
    font-style: italic;
    color: #555;
    line-height: 22px;
}

.featuredaward{
    text-align: center;
    width: 80%;
    min-width: 500px;
    margin: 30px auto;
}
.featuredaward .atop{
    width: auto;
    margin: 15px auto;
}
/*.featuredaward .adate{*/
    /*font-style: italic;*/
    /*color: #888;*/
    /*font-size: 12px;*/
/*}*/
.featuredaward .atop img{
    max-width: 200px;
    max-height: 200px;
    vertical-align: bottom;
}
.featuredaward .amid{
    margin: 15px auto;
    font-size: 25px;
    font-weight: 700;
    width: auto;
    letter-spacing: -1px;
    word-spacing: 0px;
    color: #333;
}
.featuredaward .abot{
    position: relative;
    font-size: 30px;
    font-weight: 300;
    font-family: 'Roboto Condensed', sans-serif;
    width: auto;
    letter-spacing: 0px;
    word-spacing: 0px;
    font-style: italic;
    color: #555;
    line-height: 40px;
}

/* ------------------------------ star rating ---------------------------------------- */
.rating{
    background: url('../images/stars-empty.gif') no-repeat;
    width: 300px;
    height: 66px;
    margin: 30px auto;
    display: inline-block;
    text-align: left;
    vertical-align: bottom;
}
.rating .star05, .rating .star10, .rating .star15, .rating .star20, .rating .star25, .rating .star30, .rating .star35, .rating .star40, .rating .star45, .rating .star50{
    background: url('../images/stars-full.gif') no-repeat;
    height: 66px;
    display: inline-block;
}
.rating .star05{ width: 35px;}
.rating .star10{ width: 63px;}
.rating .star15{ width: 92px;}
.rating .star20{ width: 120px;}
.rating .star25{ width: 149px;}
.rating .star30{ width: 178px;}
.rating .star35{ width: 207px;}
.rating .star40{ width: 235px;}
.rating .star45{ width: 265px;}
.rating .star50{ width: 300px;}

/* ============ small rating */
.smallrating{
    background: url('../images/stars-empty.gif') no-repeat;
    background-size: 150px 33px;
    width: 150px;
    height: 33px;
    margin: 5px 0;
    display: inline-block;
    text-align: left;
    vertical-align: bottom;
}
.smallrating .halfratings{
    background-size: 75px 16px;
    width: 75px;
    height: 16px;
    margin: 0;
}
.smallrating .star05, .smallrating .star10, .smallrating .star15, .smallrating .star20, .smallrating .star25, .smallrating .star30, .smallrating .star35, .smallrating .star40, .smallrating .star45, .smallrating .star50{
    background: url('../images/stars-full.gif') no-repeat;
    background-size: 150px 33px;
    height: 33px;
    display: inline-block;
}
.smallrating .star05{ width: 17px;}
.smallrating .star05 .halfratings{ width: 8.5px;}
.smallrating .star10{ width: 31px;}
.smallrating .star10 .halfratings{ width: 15.5px;}
.smallrating .star15{ width: 46px;}
.smallrating .star15 .halfratings{ width: 23px;}
.smallrating .star20{ width: 60px;}
.smallrating .star20 .halfratings{ width: 30px;}
.smallrating .star25{ width: 75px;}
.smallrating .star25 .halfratings{ width: 37.5px;}
.smallrating .star30{ width: 89px;}
.smallrating .star30 .halfratings{ width: 44.5px;}
.smallrating .star35{ width: 103px;}
.smallrating .star35 .halfratings{ width: 51.5px;}
.smallrating .star40{ width: 117px;}
.smallrating .star40 .halfratings{ width: 58.5px;}
.smallrating .star45{ width: 132px;}
.smallrating .star45 .halfratings{ width: 66px;}
.smallrating .star50{ width: 150px;}
.smallrating .star50 .halfratings{ width: 75px;}

/* ------------------------------ in depth reviews ---------------------------------------- */
.reviewzone{}
.review{}
.review img{
    float: left;
    margin: 0px 25px 25px 0px;
    width: 200px;
}
.review .rsample{
    min-width: 500px;
    width: 80%;
}
