﻿/* reset and styles - already exist - do not use */
/*/////////////////////////////////////////////////////////////////////////////*/

html, body, div, span, applet, object, iframe, h1,h2 h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
ol, ul {
    list-style: none;
    font-size: 11px;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
label, li, span, p {
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -o-user-select: text;
    -user-select: text;
}
img {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -user-select: none;
}
sup {
    position: relative;
    margin: 0;
    padding: 0;
    font-size: x-small;
    bottom: .2em;
    vertical-align: baseline;
    border: 0;
}
html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    background-color: #535353;
    outline: none;
    font-family: BreuerText, Arial, Geneva, Verdana, sans-serif;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    text-rendering: optimizeLegibility;
}

/* end of reset */
/*/////////////////////////////////////////////////////////////////////////////*/

/* current sidekick links CSS - do not use */
/*/////////////////////////////////////////////////////////////////////////////*/

.ktc_sidekick_links_wrapper {
    position: relative;
    z-index: 90;
    margin: 0 auto;
}
.ktc_sidekick_links_background {
    float: right;
    height: 45px;
    background: url(http://media.kingston.com/images/hyperx_red/hx-pageNav-span.png) top center repeat-x;
    background-position-y: 10px;
}
.ktc_sidekick_links_ul {
    display: inline-block;
    list-style: none;
    zoom: 1;
    margin-top: 9px;
    padding: 0;
    height: 25px;
    font-size: 13px;
    color: #ffffff;
}
.ktc_sidekick_links_left {
    float: right;
    width: 20px;
    height: 45px;
    background-repeat: no-repeat;
    background-position: top center;
    background-position-y: 10px;
}
.ktc_sidekick_links_right {
    float: right;
    width: 11px;
    height: 45px;
    background-repeat: no-repeat;
    background-position: top center;
    background-position-y: 10px;
}
.ktc_sidekick_links_li {
    position: relative;
    display: inline-block;
    list-style: none;
    zoom: 1;
    margin-right: 20px;
    padding-top: 7px;
    float: left;
    height: 25px;
}
.ktc_sidekick_links_li_right {
    margin-right: 5px !important;
    padding-top: 7px !important;
}
.ktc_sidekick_links_dropdown {
    position: absolute;
    top: 40px;
    left: 0px;
    width: 100px;
    -webkit-transition: top 150ms ease-out;
    -moz-transition: top 150ms ease-out;
    -o-transition: top 150ms ease-out;
    transition: top 150ms ease-out;
}
.language_dropdown {
    display: none;
    z-index: 1000;
    top: 40px !important;
    left: auto;
    right: 15px !important;
    width:115px;

}
.ktc_sidekick_links_dropdown .ktc_sidekick_links_dropdown_ul {
    height: 100%;
    padding: 0;
    margin: 0;
    background: url("http://media.kingston.com/images/hyperx/flxbx_hx_bg_rpt.png");
}
.ktc_sidekick_links_dropdown .ktc_sidekick_links_dropdown_ul li {
    display: block;
    height: 25px;
    position: relative;
}
.ktc_sidekick_links_dropdown .ktc_sidekick_links_dropdown_ul li .left-edge, .ktc_sidekick_links_dropdown .ktc_sidekick_links_dropdown_ul li .right-edge {
    position: absolute;
    z-index: 10;
    top: 0;
    height: 25px;
    background: none;
}
.ktc_sidekick_links_dropdown .ktc_sidekick_links_dropdown_ul li:hover .left-edge {
    width: 12px;
    left: -12px;
    background: url("http://media.kingston.com/images/hyperx_red/hx-drop-menu-sides.png") top left no-repeat;
}
.ktc_sidekick_links_dropdown .ktc_sidekick_links_dropdown_ul li:hover .right-edge {
    width: 7px;
    right: -12px;
    background: url("http://media.kingston.com/images/hyperx_red/hx-drop-menu-sides.png") top right no-repeat;
}
.headset .ktc_sidekick_links_dropdown_ul li:hover .right-edge {
    right: -7px;
}
.ktc_sidekick_links_dropdown .ktc_sidekick_links_dropdown_ul li a {
    display: block;
    width: 100%;
    font-family: 'BreuerText';
    height: 20px;
    padding-top: 5px;
    padding-left: 5px;
    text-decoration: none;
    color: #fff;
}
.ktc_sidekick_links_dropdown .ktc_sidekick_links_dropdown_ul li a:hover {
    background: url("http://media.kingston.com/images/hyperx_red/hx-drop-menu-center.png") repeat-x;
}
.ktc_sidekick_links_dropdown .top-arrow, .ktc_sidekick_links_dropdown .top-left, .ktc_sidekick_links_dropdown .top-right, .ktc_sidekick_links_dropdown .top-center, .ktc_sidekick_links_dropdown .bottom-left, .ktc_sidekick_links_dropdown .bottom-right, .ktc_sidekick_links_dropdown .bottom-center, .ktc_sidekick_links_dropdown .center-left, .ktc_sidekick_links_dropdown .center-right {
    position: absolute;
}
.ktc_sidekick_links_dropdown .top-arrow {
    width: 35px;
    height: 30px;
    top: -30px;
    z-index: 100;
    left: 50%;
    margin-left: -17px;
    background: url("http://media.kingston.com/images/hyperx_red/flxbx_hx_arrow_up.jpg.png") no-repeat;
}
.ktc_sidekick_links_dropdown .top-left {
    top: -24px;
    left: -21px;
    width: 21px;
    height: 24px;
    background: url("http://media.kingston.com/images/hyperx_red/flxbx_hx_top_left.png") top left no-repeat;
}
.ktc_sidekick_links_dropdown .top-right {
    top: -24px;
    right: -21px;
    width: 21px;
    height: 24px;
    background: url("http://media.kingston.com/images/hyperx_red/flxbx_hx_top_right.png") top right no-repeat;
}
.ktc_sidekick_links_dropdown .top-center {
    top: -23px;
    width: 100%;
    height: 24px;
    background: url("http://media.kingston.com/images/hyperx_red/flxbx_hx_top_rpt.png") repeat-x;
}
.ktc_sidekick_links_dropdown .center-left {
    top: 0;
    left: -21px;
    width: 21px;
    height: 100%;
    background: url("http://media.kingston.com/images/hyperx_red/flxbx_hx_left_rpt.png") top left repeat-y;
}
.ktc_sidekick_links_dropdown .center-right {
    top: 0;
    right: -21px;
    width: 21px;
    height: 100%;
    background: url("http://media.kingston.com/images/hyperx_red/flxbx_hx_right_rpt.png") top right repeat-y;
}
.ktc_sidekick_links_dropdown .bottom-left {
    left: -21px;
    bottom: -23px;
    width: 21px;
    height: 23px;
    background: url("http://media.kingston.com/images/hyperx_red/flxbx_hx_bottom_left.png") bottom left no-repeat;
}
.ktc_sidekick_links_dropdown .bottom-right {
    right: -21px;
    bottom: -23px;
    width: 21px;
    height: 23px;
    background: url("http://media.kingston.com/images/hyperx_red/flxbx_hx_bottom_right.png") bottom right no-repeat;
}
.ktc_sidekick_links_dropdown .bottom-center {
    width: 100%;
    height: 23px;
    bottom: -23px;
    background: url("http://media.kingston.com/images/hyperx_red/flxbx_hx_bottom_rpt.png") repeat-x;
}

.ktc_sidekick_links_li_right .usb {
    left: -73px;
}
.ktc_sidekick_links_li_right .usb .top-arrow {
    left: 83px;
}
.ktc_sidekick_links_li_right .headset .top-arrow {
    left: 135px;
}
.animate-position {
    top: 48px !important;
}
.ktc_sidekick_links_wrapper .topnav_bar {
    text-decoration: none;
    cursor: default;
}
.ktc_sidekick_links_dropdown .ktc_sidekick_links_dropdown_ul {
    font-size: 13px;
}
.lte7 .ktc_sidekick_links_dropdown .ktc_sidekick_links_dropdown_ul {
    background-color: #1c3452;
}
.ktc_sidekick_links_dropdown_ul li {
    white-space: nowrap;
}
.ktc_sidekick_links_dropdown .ktc_sidekick_links_dropdown_ul li a.headset_js {
    position: absolute;
    width: auto;
    padding-right: 10px;
}
.headset_js {
    min-width: 166px
}
@-moz-document url-prefix() {
    .ktc_sidekick_links_ul {
        margin-top: 0px;
    }
    #dnn_sideKickLinksPane {
        top: -67px;
    }
}

/* end of ktc styles */
/*/////////////////////////////////////////////////////////////////////////////*/

/* start of new CSS styles for new menu */

@font-face {
    font-family: 'rbno3.1book';
    src: url('../fonts/rbno3.1-book-webfont.eot');
    src: url('../fonts/rbno3.1-book-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/rbno3.1-book-webfont.woff') format('woff'), url('../fonts/rbno3.1-book-webfont.ttf') format('truetype'), url('../fonts/rbno3.1-book-webfont.svg#rbno3.1book') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'rbno3.1_boldbold';
    src: url('../fonts/rbno3.1-bold-webfont.eot');
    src: url('../fonts/rbno3.1-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/rbno3.1-bold-webfont.woff') format('woff'), url('../fonts/rbno3.1-bold-webfont.ttf') format('truetype'), url('../fonts/rbno3.1-bold-webfont.svg#rbno3.1_boldbold') format('svg');
    font-weight: normal;
    font-style: normal;
}



/*/////////////////////////////////////////////////////////////////////////////*/
/* start new nav styles */
/*/////////////////////////////////////////////////////////////////////////////*/

.hx-logo {
    position: absolute;
    top: 20px;
    left: 22px;
    width: 145px;
    height: 42px;
    z-index: 2000;
    background: transparent url(http://media.kingston.com/images/hyperx/hx-logo-aug.png) 0 0 no-repeat;
}

/* dropdown positions */


.sl-list .language-selection {
    padding-right: 15px;
    background: url(http://media.kingston.com/images/hyperx/down-arrow-languages.png) no-repeat;
    background-position: right 4px;
}
.sl-list li {
    position: relative;
}
.hx-header {
    display: block;
    top: 0;
    left: 0;
    margin: 0 auto 0 auto;
    padding: 0;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10;
}
.hx-masthead {
    position: relative;
    width: 963px;
    margin: 0 auto;

}
.hx-masthead:before, .hx-masthead:after, .cf:before, .cf:after {
    content: " ";
    display: table;
}
.hx-masthead:after, .cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}
.support-language {
	width: 100%;
	height: 39px;
	background: url(http://media.kingston.com/images/hyperx/dark-bg.png);
}
.support-language ul.sl-list {
	float: right;
	list-style-type: none;
	padding-top: 10px;
}
.support-language ul.sl-list > li {
	display: inline-block;
}
.support-language ul.sl-list > li > a {
	position: relative;
	display: block;
	margin-right: 20px;
	color: #A0A0A0;
	font-size: 12px;
	text-decoration: none;
}
.support-language ul.sl-list .icon {
	display: block;
	float: left;
	font-size: 14px;
	padding-right: 6px;
	margin-top: -1px;
}
.categories {
    position: relative;
	width: 100%;
	height: 37px;
}
.categories .left, .categories .right {
    position: absolute;
    top: 0;
    height: 37px;
    width:309px;
    background: url(http://media.kingston.com/images/hyperx/dark-bg.png);
}
.categories .left {
    left: 0;
}
.categories .right {
    right: 0;
}
.category-nav .left-corner {
    position: absolute;
    top: 0;
    left: -28px;
    width: 28px;
    height: 37px;
    background: url(http://media.kingston.com/images/hyperx/HX-TAB-left.png) no-repeat;
}
.category-nav .right-corner {
    position: absolute;
    top: 0;
    right: -28px;
    width: 28px;
    height: 37px;
    background: url(http://media.kingston.com/images/hyperx/hx-tab-r.png) no-repeat;
}
.category-nav {
    width:270px;
    position: relative;
	float: left;
	text-align: center;
	left: 50%;
    margin-left:-145px;
	padding: 12px 10px 0;
    height: 25px;
	background: url(http://media.kingston.com/images/hyperx/light-bg.png);
}
.category-nav li {
	display: inline-block;
    *display:inline;
    zoom:1;
    height: 14px;
    padding: 0 0 0 20px;
}
.category-nav li a {
   	display: inline-block;
    *display:inline;
    zoom:1;
    margin-top: -4px;
    font-family: 'rbno3.1book';
    font-size: 14px;
    text-decoration: none;
    color: #fff;
}
.category-nav li a:hover, .category-nav li.active a {
    color: #e51937;
}

.category-nav .first {
    border-right: 2px solid #666;
    padding: 0 25px 0 0;
    margin:0px;
    width: auto;
}
.category-subnav-container {
    position: relative;
    margin: 0 auto;
    height: 43px;
    width: 919px;
    padding: 0 22px;
    overflow: hidden;
    background: url(http://media.kingston.com/images/hyperx/hx-nav-bottom.png) top center no-repeat;
}
.subnav-bottom-shadow {
    width: 963px;
    height: 20px;
    margin: 0 auto;
    background: url(http://media.kingston.com/images/hyperx/hx-nav-bottom-shadow.png) top center no-repeat;
}
.category-subnav-container .subnav > ul {
    text-align: center;
}
.category-subnav-container ul > li {
    position: relative;
    display: inline-block;
    padding-bottom: 13px;
}
.category-subnav-container ul > li > a {
    padding: 0 12px;
    margin: 0 20px;
    font-family: 'rbno3.1book';
    font-size: 15px; 
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
}
.category-subnav-container ul > li > a:hover, .category-subnav-container ul > li> a.current {
    color: #e51937;
}
.category-subnav-container .products ul > li > a {
    background: url(http://media.kingston.com/images/hyperx/down-arrow-menu.png) no-repeat;
    background-position: right 9px;
}
.category-subnav-container .experience ul > li > a {
    background: url(http://media.kingston.com/images/hyperx/right-arrow-menu.png) no-repeat;
    background-position: right 9px;
}

.category-subnav-container .subnav {
    position: absolute;
    width: 100%;
    left: 0;
    transition: opacity 250ms ease-in-out;
}
.category-subnav-container .inactive {
    top: -300px;
    opacity: 0;
}
.category-subnav-container .active {
    top: 0;
    opacity: 1;
}
.category-subnav-container .subnav > ul {
    padding-top: 10px;
    height: 32px;
}


/* product line details container styles */

.prodline-details-container {
    display: none;
    position: absolute;
    top: 62px;
    left: 15px;
    padding: 0 19px 30px;
    min-height: 200px;
    min-width: 200px;
    background: url(http://media.kingston.com/images/hyperx_red/prodline-bg.jpg);
    z-index:99;
}

.details-pointer {
    display: none;
    position: absolute;
    z-index: 10;
    height: 24px;
    width: 50px;
    top: 24px;
    left: 50%;
    margin-left: -25px;
    background: url(http://media.kingston.com/images/hyperx_red/hx-product-selector.png) no-repeat;
}
.prodline-details-container .top, .prodline-details-container .top-left, .prodline-details-container .top-right, .prodline-details-container .left, .prodline-details-container .right, .prodline-details-container .bottom, .prodline-details-container .bottom-left, .prodline-details-container .bottom-right {
    position: absolute;
}
.prodline-details-container .top {
    top: -29px;
    left: 0;
    width: 100%;
    height: 29px;
    background: url(http://media.kingston.com/images/hyperx_red/box-top-stretch.png) repeat-x;
}
.prodline-details-container .top-right {
    right: -34px;
    top: -29px;
    width: 34px;
    height: 29px;
    background: url(http://media.kingston.com/images/hyperx_red/box-outside-top-right-corner.png) no-repeat;
}
.prodline-details-container .top-left {
    left: -34px;
    top: -29px;
    width: 34px;
    height: 29px;
    background: url(http://media.kingston.com/images/hyperx_red/box-outside-top-left-corner.png) no-repeat;
}
.prodline-details-container .left {
    left: -37px;
    top: 0;
    width: 37px;
    height: 100%;
    background: url(http://media.kingston.com/images/hyperx_red/box-outside-left.png) repeat-y;
}
.prodline-details-container .right {
    right: -37px;
    top: 0;
    width: 37px;
    height: 100%;
    background: url(http://media.kingston.com/images/hyperx_red/box-outside-right.png) repeat-y;
}
.prodline-details-container .bottom {
    height: 45px;
    bottom: -45px;
    left: 0;
    width: 100%;
    background: url(http://media.kingston.com/images/hyperx_red/box-outside-bottom-rpt.png) repeat-x;
}
.prodline-details-container .bottom-left {
    bottom: -45px;
    left: -37px;
    height: 45px;
    width: 37px;
    background: url(http://media.kingston.com/images/hyperx_red/box-outside-bottom-left-corner.png) no-repeat;
}
.prodline-details-container .bottom-right {
    bottom: -45px;
    right: -37px;
    height: 45px;
    width: 37px;
    background: url(http://media.kingston.com/images/hyperx_red/box-outside-bottom-right-corner.png) no-repeat;
}
.prodline-details-container .prodline-row {
    position: relative;
    *zoom: 1;
}
.prodline-details-container .prodline-row:before, .prodline-details-container .prodline-row:after {
    content:" ";
    display: table;
}
.prodline-details-container .prodline-row:after {
    clear: both;
}
.prodline-details-container .prodline-product-image {
    height: 75px;
}
.prodline-details-container .prodline-row-title {
    position: relative;
    padding-left: 30px;
    margin:14px 0;
    font-family: 'rbno3.1book';
    font-size: 15px;
    text-align: left;
    color: #cb1515;
  
}
.memory .prodline-row-title h3 {
    font-size: 15px;
    text-transform: none;
    width: 195px;
    float: left;
}
.prodline-row-title .left-border, .prodline-row-title .right-border {
    position: absolute;
    display: block;
    width: 19px;
    height: 20px;
    bottom: -14px;
}
.prodline-row-title .left-border {
    left: -19px;
    background: url(http://media.kingston.com/images/hyperx_red/box-row-header-left.jpg) no-repeat;
}
.prodline-row-title .right-border {
    right: -19px;
    background: url(http://media.kingston.com/images/hyperx_red/box-row-header-right.jpg) no-repeat;
}
.prodline-details-container .push-right {
    margin-right: 20px;
}

/* prodline rows */

.prodline-row {
    padding: 27px;
    background: url(http://media.kingston.com/images/hyperx_red/row-bg.png);
}
.prodline-row .inner-top {
  width: 100%;
  height: 21px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(http://media.kingston.com/images/hyperx_red/box-row-top-rpt.png) repeat-x;
}
.prodline-row .inner-bottom {
  width: 100%;
  height: 21px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(http://media.kingston.com/images/hyperx_red/box-row-bottom-rpt.png) repeat-x;
}
.prodline-row .row-left, .prodline-row .row-right {
  position: absolute;
  top: 0;
  height: 100%;
  width: 19px;
}
.prodline-row .row-left {
  left: -19px;
  background: url(http://media.kingston.com/images/hyperx_red/box-row-side-left.png) repeat-y;
}
.prodline-row .row-right {
  right: -19px;
  background: url(http://media.kingston.com/images/hyperx_red/box-row-side-right.png) repeat-y;
}
.prodline-row .row-bottom-left, .prodline-row .row-bottom-right {
  position: absolute;
  bottom: -19px;
  height: 19px;
  width: 19px;
}
.prodline-row .row-bottom-left {
  left: -19px;
  background: url(http://media.kingston.com/images/hyperx_red/box-row-bottom-left.png) no-repeat;
}
.prodline-row .row-bottom-right {
  right: -19px;
  background: url(http://media.kingston.com/images/hyperx_red/box-row-bottom-right.png) no-repeat;
}

/* prodline product details containers */
.prodline-product-details {
    display: block;
    float: left;
    padding: 0 5px;
    text-align: left;
    text-decoration: none;
}
.prodline-product-details a {
    text-decoration: none;
}
.prodline-product-image {
    text-decoration: none;
}
.memory .prodline-product-details, .usb .prodline-product-details, .ssd .prodline-product-details, .accessories .prodline-product-details{
   width: 185px;
}

.prodline-product-details p {
    margin: 0;
}
.prodline-product-details .prodline-product-name:hover {
    color: #cb1515;
    text-decoration: none;
}
.prodline-product-details p {
    font-size: 11px;
    line-height: 14px;
    color: #999;
}
.prodline-product-details .prodline-product-name {
    display: block;
    font-family: 'rbno3.1book';
    color: #FFFFFF;
    font-size: 13px;
    margin: 7px 0;
}

/* dropdown widths and offset */
.memory {
    width: 896px;
    left: -150px;
}
.ssd {
width: 896px;
left: -239px;
}
.usb {
    width: 695px;
    left: -280px;
}

.gear {
  left: -360px;
  width: 740px;
}
.accessories {
    width: 278px;
    left: -76px;
}
/* DO NOT USE THESE STYLES _ THEY ARE FOR CONTEXT ONLY!!!! */



/* start of styles to implement */

.hx-family {
margin-bottom:100px;
	width: 806px;
	margin: 0 auto;
	padding: 70px 40px 0 120px;
	background: transparent url(http://media.kingston.com/images/hyperx_red/hx_prodbox_rpt.png) center center repeat-y;
	background: url(http://media.kingston.com/images/hyperx_red/hx_prodbox_top.png) center top no-repeat,
	 transparent url(http://media.kingston.com/images/hyperx_red/hx_prodbox_rpt.png) center center repeat-y;
	position: relative;
	color: #ccc;
}

.hx-family:before,
.hx-family:after {
    content: " ";
    display: table;
}

.hx-family:after {
    clear: both;
}

.hx-family {
    *zoom: 1;
}
.hx-family {
margin-bottom: 100px;
}
.hx-family .bottom {

	position: absolute;
	height: 109px;
	width: 960px;
	bottom: -109px;
	left: 3px;
	background: url(http://media.kingston.com/images/hyperx/hx_prodbox_btm.png) center bottom no-repeat;
}

/* prodline product details containers */
.hx-family .prodline-product-details {
    display: block;
    float: left;
    width: 220px;
    margin: 0 0 40px;
    padding: 0 5px;
    text-align: left;
    text-decoration: none;
}
.hx-family .prodline-product-details a {
	text-decoration: none;
	color: #fff;
}
.hx-family .prodline-product-details a:hover .prodline-product-name {
	color: #e51937;
}
.hx-family .prodline-product-details {
	font-family: 'Arial', sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #7e7e7e;
}
.hx-family .prodline-product-name {
	font-family: 'rbno3.1book';
	font-size: 14px;
	margin: 0 0 10px;
}
.hx-family .prodline-image img {
    text-decoration: none;
}
.hx-family .push-right {
	margin-right: 30px;
}
.hx-family .fury, .hx-family .savage {
	height: 82px;
	padding: 18px 0 0;
}
.hx-family .ddr4, .hx-family .ddr3 {
	height: 100px;
}
.hx-family .beast {
	height: 96px;
	padding: 4px 0 0;
}
.hx-family .impact {
	height: 84px;
	padding: 16px 0 0;
}

.rev-hx-multiquote 
{
  line-height: 140%;
  position: relative;
  top: 0;
  left: 0;
  display: block;
  font-family: arial;
  font-size: 11px;
  color: #adadad;
  padding-top: 0px;
  text-shadow: 0px 1px 0px #000000;
}