@import url("/css/cart.css");

#loadheader {
    background-color: #000;
}

.xheader {
    z-index: 100; 
    position: relative;
    width: 960px;
    margin: 0 0 0 0;
    padding: 0 0 40px;
    border: 1px solid;
    border-width: 1px 0 0 0;
    height: 90px;
    background-color: #000;
    width: 960px;
    margin: 0 auto;
}
#xlinks {
    position: absolute;
    top: 24px;
    right: -5px;
    /* float:right;*/
    margin: 0px 10px 0 0;
}
#cart {
    color: #ffffff;
    content: attr(data-content);
    display: block;
    float: right;
    font-family: "open_sansregular";
    font-size: 14px;
    line-height: 15px;
    padding: 1px 0 0 5px;
}
/*#CNheader #xlinks {
    margin-right: 15px;
}
#JPheader #xlinks {
    margin-right: 15px;
}*/
#ENheader #xlinks {
    margin: 0px 5px 0 0;
}
#ENheader .xlink {
    float: left;
    padding: 0 7px;
    margin: 0;
    border-right: 1px solid #fff;
}
#CNheader .xlink {
    float: left;
    padding: 0 7px;
    margin: 0;
    border-right: 1px solid #fff;
}
#JPheader .xlink {
    float: left;
    padding: 0 7px;
    margin: 0;
    border-right: 1px solid #fff;
}
#ENheader .xlink:last-child {
    border: none;
}
#CNheader .xlink:last-child {
    border: none;
}
#JPheader .xlink:last-child {
    border: none;
}
.xlink a {
    display: block;
    text-decoration: none;
    margin: 1px 0;
    padding: 0;
    font-size: 0.9em;
}
.xlink a:hover {
    color: #ed1c24;
    text-decoration: none;
}
#signIn {
    color: #ccc;
    margin-right: 10px;
}
#signIn {
    color: #ffffff;
    display: inline-block;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
	height: 17px;
}
#signIn a#open-panel,
#signIn a {
    color: #ee3424;
    display: inline;
}
#signInAnchor{
	margin-left: 15px; 
	float:left; 
	padding-left:17px; 
	color:#ffffff !important; 
	background:url("/Image/static_content/signin-icon.png") no-repeat scroll left center / 15px 15px transparent;
}
#signInAnchor:hover{
	background-image: url('/Image/static_content/signin-icon-on.png');
	background-repeat: no-repeat;
}
#signOutAnchor{
	float:left; 
	margin-left: 5px; 
	color:#ffffff !important; 
	background:url("/Image/static_content/signin-icon.png") no-repeat scroll left center / 15px 15px transparent;
}
#signOutAnchor:hover{
	background-image: url('/Image/static_content/signin-icon-on.png');
	background-repeat: no-repeat;
}
#signIn a:hover{
    color: #ed1c24 !important;
    text-decoration: none;
}

#xlogonew {
    border: 0;
    position: absolute;
    top: 0;
    margin: 20px 0 0 0;
    padding: 0 0 0 15px;
}
#xsearch {
    float: right;
    margin: 20px 280px;
    width: 300px;
}
#JPheader #xsearch {
    width: 300px;
}
#CNheader #xsearch {
    width: 225px;
}
#ikeyword {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    border: 1px solid #959595;
    border-radius: 5px;
    height: 28px;
    padding: 0 30px 0 25px;
    width: 100%;
}

/*#isearch {

	background: url("/etc/clientlibs/xilinx/bootstrap3/images/search-icon-red.png") no-repeat scroll center center transparent;
    box-shadow: none;
    height: 34px;
    right: 0;
    top: 0;
    width: 34px;
}*/

#isearch {
    background: transparent;
    box-shadow: none;
    height: 15px;
    left: 304px;
    top: -22px;
    position: relative;
    border: none;
    width: auto;
}
#advSearch {
    display: block;
    font-size: 0.8em;
    color: #117ada;
    margin: 0 18px 0 0;
    text-decoration: none;
}
#CNheader #advSearch {
    margin-right: 30px;
}
#JPheader #advSearch {
    margin-right: 30px;
}
#advSearch:hover {
    color: #ee3424;
}
#xmenu {
    position: absolute;
    top: 81px;
    left: 0;
    height: 28px;
    width: 98%;
    background: url(/Image/static_content/header-border-btm.jpg) 50% 100% no-repeat;
    padding: 15px 0 0 15px;
    margin: 0 0 0 0;
}
#xmenu h2 {
    margin: 0;
    padding: 0;
    font-size: 1em;
    color: black;
}
/*** SUCKERFISH MENU ESSENTIAL STYLES ***/

.sf-menu,
.sf-menu,
.lang-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sf-menu,
.lang-menu {
    line-height: 1.0;
}
.sf-menu ul {
    position: absolute;
    top: -999em;
    width: 15em;
    /* left offset of submenus need to match (see below) */
}
.lang-menu ul {
    position: absolute;
    top: -999em;
    width: 5em;
    /* left offset of submenus need to match (see below) */
}
.sf-menu ul li,
.lang-menu ul li {
    width: 100%;
}
/*
.sf-menu li:hover, .lang-menu li:hover {
	visibility:		inherit; 
}
*/

.sf-menu li,
.lang-menu li {
    float: left;
    position: relative;
}
.sf-menu a {
    display: block;
    position: relative;
}
.mainNav li div.xmenuhover {
    /* Changed by Infosys as per new structure */
    
    left: 0;
    top: 4.5em;
    z-index: 99;
}
.mainNav li li a:hover {
    color: #ee3424;
    outline: 0;
    z-index: 1000;
}
.lang-menu li ul.xlanghover {
    left: 0;
    top: 1em;
    z-index: 99;
    width: 100%;
	background-image: url('/Image/static_content/language-icon-on.png');
	background-repeat: no-repeat;
}
.lang-menu li li a:hover {
    background-color: #626262;
    outline: 0 none;
    width: 60px;
    z-index: 1000;
    color: #ffffff !important;
}
/*** DEMO SKIN ***/

.lang-menu {
    float: left;
    margin-bottom: 1em;
    z-index: 1000;
}
#xmenu ul {
    margin: 0 0 0 0;
    padding: 0;
}
#xmenu li {
    list-style: none;
    margin: 0;
    padding: 0;
}
#ENheader #xmenu li.menu,
#JPheader #xmenu li.menu,
#CNheader #xmenu li.menu {
    float: left;
    margin: 0 42px 0 0;
}
.lang-menu {
    padding: 0;
    margin: 0 0 0 0;
    list-style: none;
}
ul.lang-menu li {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    list-style-image: none;
}
.lang-menu li li {
    .lang-menu ul margin: 3px 0;
    width: 60px;
    padding: 2px 0;
}
.lang-menu li img {
    border: none;
    margin: 0;
	height: 15px;
	width: 15px;
}
.lang-menu a#language {
    padding: 0;
}
ul.lang-menu li li {
    margin: 3px 0;
    width: 71px;
    padding: 0;
}
#languageSelect li {
    border: medium none;
}
#languageSelect {
    background: none repeat scroll 0 0 #dedddd;
    border-radius: 0;
    width: 80px;
    margin-top: 5px;
}
.lang-menu a {
    color: black!important;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: 400;
    padding: 3px 10px;
}
#cart-total{
	background-image: url('/Image/static_content/shopping-icon.png');
	background-repeat: no-repeat;
	height: 18px;
	text-decoration: none; 
	padding: 1px 2px 0px; 
	color: #ffffff;
}
#cart-total:hover{
	background-image: url('/Image/static_content/shopping-icon-on.png');
	background-repeat: no-repeat;
	color: #ed1c24 !important;
}
#cart a:hover{
	color: "ed1c24";
}


/*** SIGN IN PANEL ***/

#panel {
    background-clip: padding-box;
    background-color: #fff;
    padding: 30px 0px 0px 15px;
    z-index: 1100;
    display: none;
    color: #000;
    position: absolute;
    top: 1px;
    left: 0px;
    width: 935px;
    height: 350px;
    background: white;
    margin-left: 10px;
    background-color: #FFFFFF;
    border: 1px solid #eaeaea;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 23px 107px rgba(0, 0, 0, 0.8);
    outline: medium none;
}
#panel input {
    margin-bottom: 10px;
    padding: 5px 0;
}
#panel #signinAcct {
    border: 1px dotted #666;
    border-width: 0 1px 0 0;
    padding-right: 65px;
    width: 250px;
}
#panel #signinAcct a {
    font-size: 0.9em;
    display: block;
}
#panel #signinAcct p {
    margin: 0 0 3px 0;
}
#panel #newAcct {
    padding-right: 0px;
    width: 510px;
    float: right;
}
#panel #newAcct h3 {
    background: none;
}
#panel a {
    font-size: 0.9em;
    color: #888;
}
#panel a:hover {
    color: #ee3424;
}
#panel a.close {
    text-align: right;
    float: right;
    font-size: 0.9em;
    line-height: 20px !important;
    cursor: pointer;
    display: block;
    width: 920px;
    /* modified by Infosys from 760px to 935px*/
    
    position: absolute;
    bottom: 0px;
    right: 0px;
    text-decoration: none;
    background-color: #F5F5F5;
    border-radius: 0 0 6px 6px;
    border-top: 1px solid #DDDDDD;
    box-shadow: 0 1px 0 #FFFFFF inset;
    margin-bottom: 0;
    padding: 14px 15px 15px;
    text-align: right;
}
#panel a.close:hover {
    color: #ee3424;
}
#panel span {
    font-weight: bold;
    padding: 3px 5px 3px 0;
    color: #ee3424;
    font-size: 1.1em;
}
/* Navigation bar classes added By Infosys*/

#navigation_bar {
    width: 950px;
    height: auto;
    border-top: 1px solid #959595;
    background: none repeat scroll 0 0 #000000;
    clear: both;
    left: 0;
    height: 46px;
    padding: 0px 0 2px 10px;
    position: absolute;
    top: 75px;
}
/*.sign_in
{
	margin-right:240px;
	margin-top:0px;
	margin-botton:5px;
	line-height:2.5em;
}*/
/* header bottom line */

.header_line {
    width: 960px;
    height: 1px;
    background-image: url(/Image/static_content/header_line.jpg);
    background-repeat: no-repeat;
    float: left;
    font: 0px;
    margin-top: 0px;
}
/******** navigation menu bar ********/

.iframe_style {
    position: absolute;
    left: 0px;
    top: 0px;
}
iframe {
    background-color: #ffffff;
    /* changed to white from transparent to fix forum bg issue - tp */
    
    color: red;
    filter: alpha(opacity=100);
    /* changed opacity from 0 to 100 to fix forum bg issue - tp */
}

#ENheader ul.mainNav {
    display: block;
    height: 46px;
	width: 828px;
	margin: 0px auto;
}

#CNheader ul.mainNav {
    display: block;
    height: 46px;
	width: 828px;
	margin: 0px auto;
}

#JPheader ul.mainNav {
    display: block;
    height: 46px;
	width: 828px;
	margin: 0px auto;
}
/*ul.mainNav {
    display: block;
    height: 46px;
	width: 780px;
	margin: 0px auto;
	/*
	for china - width: 740px;
	for english - width: 711px;
	for japan: width: 780px;
	
}*/
ul.mainNav li {
    list-style: none outside none;
}
ul.mainNav li:hover .megaDropDown {
    left: 0;
}
ul.mainNav li.mainItem {
    z-index: 201 !important;
    border: none;
    margin: 0 10px;
    float: right;
    list-style: none outside none;
    display: inline;
    height: 54px;
}
.addArrowOnHover {
    background: url(/Image/static_content/arrow_nav.gif) transparent no-repeat right center;
}
.addBackgroundOnHover {
    background-color: rgba(255, 255, 255, 0.2);
}
.megaDropdown li {
    display: block;
    float: left;
    width: 240px;
    /*position:relative;*/
    /* Changed by Infosys for navigation menu */
    
    top: -10px;
    border: none;
    line-height: 1.2em;
    padding: 0px 15px 15px 15px;
    border-right: 1px solid #7d7d7d;

    /* Changed by Infosys for navigation menu */
}

.megaDropdown li:last-child {
    border-right: none;
}

.megaDropdown > ul {
    display: flex;
}

/*.megaDropdown li.announcement { left: 760px; background: none }*/

.megaDropdown li.col1 {
    left: 780px;
}
.megaDropdown li.col2 {
    left: 790px;
}
.megaDropdown li.col3 {
    left: 800px;
}
.megaDropdown li.col4 {
    left: 810px;
}
#ENheader .megaDropdown li a:hover,
#JPheader .megaDropdown li a:hover,
#CNheader .megaDropdown li a:hover {
    color: #ed1c24;
	text-decoration: none;
}
ul.mainNav ul li.linkSeparator {
    float: left;
    display: block;
    padding: 0;
    margin: 10px 0 00px;
    width: 2px;
}
ul.mainNav ul li.linkSeparator span {
    width: 2px;
    padding-top: 5000px;
    margin-top: -5000px;
    float: left;
    height: 100%;
    margin: auto 0;
    position: absolute;
    background: url(/Image/static_content/seperator.jpg) repeat-y left center;
}
.megaDropdown li.announcement {
    /* background:url(../images/featured_bg.jpg) #F4F9FD repeat-x bottom left;
	padding:0px; /*  Changed by Infosys as per design*/
    
    width: 162px;
    padding-right: 7px;
    top: 0;
    display: inline-block;
    /*position:relative;*/
    /*background-color:#f4fafd ;*/
    
    display: block;
}
ul.mainNav ul li.announcement span.blueGradiant_Bg
/* name Changed by Infosys as per new classes */

{
    background: url(/Image/static_content/featured_bg.jpg) #F4F9FD repeat-x bottom left;
    position: absolute;
    width: 162px;
    height: 100%;
    bottom: 0px;
    height: 160px;
    display: inline-block;
}
ul.mainNav ul li.announcement span.blueGradiant_BgColor
/* name Changed by Infosys as per new classes */

{
    background-color: #f4fafd;
    position: absolute;
    width: 162px;
    padding-bottom: 10000px;
    margin-bottom: -10000px;
}
ul.mainNav ul li.announcement div {
    position: relative;
    padding: 0 10px 10px 10px;
    width: 142px;
    display: inline-block;
}
ul.mainNav .featuredContent {
    background: url(/Image/static_content/featured_bg.jpg) #F4F9FD repeat-x bottom left;
    float: left;
    width: 152px;
    height: 100%;
    padding: 10px 0px 10px 10px;
    line-height: normal;
    display: inline;
}
*html .featuredContent {
    margin-bottom: -5000px;
    padding-bottom: 5000px
}
ul.mainNav ul li h5 {
    margin: 0px;
}
.megaDropdown li h3 {
    color: #f2f2f2;
    display: inline-block;
    font-family: "Open Sans Condensed",sans-serif;
    font-size: 18px;
    font-weight: 700;
    padding-top: 10px;
}

.megaDropdown li h3:hover{
    color: #ed1c24;
}
ul.mainNav li.link1 a {
    padding-right: 7px;
}
#ENheader ul.mainNav li a.menuTitle,
#JPheader ul.mainNav li a.menuTitle,
#CNheader ul.mainNav li a.menuTitle {
    background: none repeat scroll 0 0 transparent;
    color: #ffffff;
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 22px;
    font-weight: 300;
    line-height: 27px;
    padding: 0 20px;
    text-shadow: none;
    text-transform: uppercase;
    position: relative;
    top: 12px;
}
.megaDropdown li.announcement a {
    display: inline-block;
    letter-spacing: -0.01em;
    padding: 0px;
    margin: 0px;
}
.megaDropdown li a {
    text-align: inherit;
    display: inline-block;
    letter-spacing: -0.01em;
    width: 240px;
    padding: 0px;
    margin-top: 7px;
	color: #000000;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding: 4px 0;
}
.megaDropdown li a:hover {
color: #ed1c24;
	text-decoration: none;
	}
.megaDropdown li .subHeaderLinks {
    margin: 5px 0 5px 3px;
    padding: 0;
}
.megaDropdown li .subHeaderLinks a {
    background: url(/Image/static_content/square.gif) 0% 50% no-repeat;
    margin: 0;
    padding: 1px 0 1px 8px;
}
.megaDropdown {
    border-top: 1px solid #959595;
    background-color: #000;
    padding: 5px 30px 30px;
    color: #000;
    left: -9999em;
    font-weight: normal;
    line-height: 1.3em;
    padding: 0;
    width: 960px;
    margin-left: -10px;
    z-index: 999999;
    overflow: hidden;
    position: absolute;
}
/*.megaDropdown {
    background-color: #f2f2f2;
    border-top: 10px solid #ed1c24;
    color: #000;
    display: none;
    margin-left: -20px;
    padding: 5px 30px 30px;
    position: absolute;
    top: 54px;
    z-index: 9999;
}*/

.megaDropdown ul {
    /* background:url(../images/doormat_menu.jpg) no-repeat center;*/
    /*background:url(../images/featured_bg.jpg) #F4F9FD repeat-x bottom left;*/
    
    font-weight: normal;
    line-height: 1.3em;
    margin: -1px 0 0;
    padding: 10px 160px 15px;
    float: left;
    width: 100%;
    /*position:relative;*/
    /* Changed by Infosys for navigation */
    
    right: 750px;
}

/*#ENheader .megaDropdown ul#item5{
	padding: 10px 490px 15px;
}
#ENheader .megaDropdown ul#item4{
	padding: 10px 630px 15px;
}
#ENheader .megaDropdown ul#item3{
	padding: 10px 430px 15px;
}
#ENheader .megaDropdown ul#item2{
	padding: 10px 300px 15px;
}

#CNheader .megaDropdown ul#item5{
	padding: 10px 490px 15px;
}
#CNheader .megaDropdown ul#item4{
	padding: 10px 584px 15px;
}
#CNheader .megaDropdown ul#item3{
	padding: 10px 400px 15px;
}
#CNheader .megaDropdown ul#item2{
	padding: 10px 300px 15px;
}
#CNheader .megaDropdown ul {
	padding: 10px 178px 15px;
}

#JPheader .megaDropdown ul#item5{
	padding: 10px 490px 15px;
}
#JPheader .megaDropdown ul#item4{
	padding: 10px 608px 15px;
}
#JPheader .megaDropdown ul#item3{
	padding: 10px 430px 15px;
}
#JPheader .megaDropdown ul#item2{
	padding: 10px 300px 15px;
}
#JPheader .megaDropdown ul {
	padding: 10px 114px 15px;
}*/

ul.mainNav li.mainItem:hover .megaDropdown,
ul.mainNav li.sfhover .megaDropdown {
    left: 10px;
}
/*ul, ol, p
{
                margin-bottom:1em;
                margin-top:0;
}*/

*html ul.mainNav li .megaDropdown {
    margin-top: 2px;
}
.megaDropdown li.image_container {
    float: left;
    height: 100px;
    width: 200px;
    border: 1px solid red;
    padding: 10px;
    margin-left: 10px;
}
.spacewrap {
    display: block;
    white-space: nowrap;
}
.display_inline {
    display: inline-block;
}
.inline_display {
    display: inline;
    float: left;
}
.menu_txtbox {
    width: 100px;
    height: 14px;
    font-size: 11px;
}
.width_150 {
    width: 150px;
}
/*.megaDropdown li h3 {
    margin-top: 15px;
}*/
.megaDropdown .followup {
    text-align: right;
    margin-top: 20px;
}
#ENheader a,
#ENheader a:visited,
#JPheader a,
#ENheader a:visited,
#CNheader a,
#ENheader a:visited {
    color: #f2f2f2;
    text-decoration: none;
}

#ENheader .megaDropdown li a,
#ENheader .megaDropdown li a:visited,
#JPheader .megaDropdown li a,
#JPheader .megaDropdown li a:visited,
#CNheader .megaDropdown li a,
#CNheader .megaDropdown li a:visited{
	color: #f2f2f2;
    text-decoration: none;
}

#ENheader ul.mainNav li a.titleRed,
#JPheader ul.mainNav li a.titleRed,
#CNheader ul.mainNav li a.titleRed {
    color: #ee3424;
}
/* ------------------------------------
   FOOTER STYLES
   these styles are for the long footer
   - keep intact since vendors reference
     our stylesheet
-------------------------------------*/

#footer {
    position: relative;
}
#fLcol {
    margin-left: 25px;
    width: 270px;
}
.fRcol {
    margin-right: 5px;
    width: 110px;
    float: right;
}
#footer #value-statement {
    background: url(/Image/static_content/dotted_underline.gif) top left no-repeat;
}
#footer #value-statement h3 {
    padding-top: 10px;
}
#footer .fRcol a {
    display: block;
    padding: 3px 0;
}
#fConnect {
    width: 225px;
}
#fCompany {
    width: 165px;
}
#fSupport {
    width: 150px;
}
#fConnect h3 {
    padding-left: 8px;
}
#footer #fConnect a {
    margin: 6px 0;
    padding: 2px 0 2px 8px;
}
#fConnect img {
    margin-bottom: -5px;
    margin-right: 5px;
}
#fConnect a img {
    margin: -3px 5px 0 0;
    clear: left;
    float: left;
}
#footer {
    width: 960px;
    background-color: #000;
    padding: 10px 0 35px 0;
    clear: both;
    width: 960px;
    margin: 0 auto;
}
#footer a {
    color: #117ada;
    text-decoration: none;
    margin: 0;
    padding: 0 15px 0 0;
}
#footer a:hover {
    color: #ed1c24;
    text-decoration: none;
}
#footer .copyright {
    padding-top: 15px;
    margin: 15px 0 0 18px;
    clear: both;
    font-size: 0.9em;
    color: #999;
}
#footer .copyright a {
    padding: 0;
    color: #999;
    font-size: 1em;
}
#footer .copyright a:hover {
    color: #ee3424;
}
#footer .delimiter {
    color: #ccc;
    padding: 0 10px;
}
/*    SIMPLE FOOTER STYLES */

#footer .social {
    float: right;
}
#footer .social a {
    margin-right: 4px;
    padding-bottom: 10px;
    padding-left: 12px;
	background-position: 0 5px;
}

#footer .flinks {
    margin-left: 10px;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: 300;
    float: left;
}
#loadfooter .row.line {
    /*border-bottom: 1px solid #fff;*/
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: 300;
}
div.row {
    clear: both;
    display: flex;
    width: 100%;
}
div.span4 {
    float: left;
    margin-right: 20px;
    max-width: 270px;
    width: 25%;
}
#loadfooter {
    background-color: #000;
}
#loadfooter h4 {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 7px;
}
#loadfooter .row.line {
    margin-left: 20px;
    padding-top: 15px;
}
#loadfooter .row.line .span4 ul {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: 300;
    list-style: outside none none;
    margin-left: 0;
    padding-bottom: 10px;
}
.row.line .span4 a {
    color: #ffffff;
    text-decoration: none;
}
#loadfooter .row.line .span4 ul > li {
    line-height: 16px;
    padding: 7px 0;
}
#loadfooter .row.line .span4 ul > li a:hover {
    color: #ed1c24;
    text-decoration: none;
}
#footer .flinks a {
    font-size: 13px;
    padding: 0;
    color: #ffffff;
}

#footer .flinks a:hover {
    color: #ed1c24;
    text-decoration: none;
}
#footer .flinks .delimiter {
    color: #ffffff;
    padding: 1px;
}
#facebook{
	background-image: url('/Image/static_content/icon-facebook-small.png');
	background-repeat: no-repeat;
	margin-right: -5px !important
}
#facebook:hover{
	background-image: url('/Image/static_content/icon-facebook-small-on.png');
	background-repeat: no-repeat;
}
#twitter{
	background-image: url('/Image/static_content/icon-twitter-small.png');
	background-repeat: no-repeat;
}
#twitter:hover{
	background-image: url('/Image/static_content/icon-twitter-small-on.png');
	background-repeat: no-repeat;
}
#google{
	background-image: url('/Image/static_content/icon-google-plus-small.png');
	background-repeat: no-repeat;
}
#google:hover{
	background-image: url('/Image/static_content/icon-google-plus-small-on.png');
	background-repeat: no-repeat;
}
#youtube{
	background-image: url('/Image/static_content/icon-youtube-small.png');
	background-repeat: no-repeat;
}
#youtube:hover{
	background-image: url('/Image/static_content/icon-youtube-small-on.png');
	background-repeat: no-repeat;
}
#linkedin{
	background-image: url('/Image/static_content/icon-linkedin-small.png');
	background-repeat: no-repeat;
}
#linkedin:hover{
	background-image: url('/Image/static_content/icon-linkedin-small-on.png');
	background-repeat: no-repeat;
}
#email-preferences{
	background-image: url('/Image/static_content/icon-mail-small.png');
	background-repeat: no-repeat;
}
#email-preferences:hover{
	background-image: url('/Image/static_content/icon-mail-small-on.png');
	background-repeat: no-repeat;
}
#forums{
	background-image: url('/Image/static_content/icon-blog-small.png');
	background-repeat: no-repeat;
}
#forums:hover{
	background-image: url('/Image/static_content/icon-blog-small-on.png');
	background-repeat: no-repeat;
}

#renren{
	background-image: url('/Image/static_content/icon-renren-small.png');
	background-repeat: no-repeat;
}
#renren:hover{
	background-image: url('/Image/static_content/icon-renren-small-on.png');
	background-repeat: no-repeat;
}
#youku{
	background-image: url('/Image/static_content/icon-youku-small.png');
	background-repeat: no-repeat;
}
#youku:hover{
	background-image: url('/Image/static_content/icon-youku-small-on.png');
	background-repeat: no-repeat;
}
#weibo{
	background-image: url('/Image/static_content/icon-weibo-small.png');
	background-repeat: no-repeat;
}
#weibo:hover{
	background-image: url('/Image/static_content/icon-weibo-small-on.png');
	background-repeat: no-repeat;
}
#eetrend{
	background-image: url('/Image/static_content/icon-eetrend-small.png');
	background-repeat: no-repeat;
}
#eetrend:hover{
	background-image: url('/Image/static_content/icon-eetrend-small-on.png');
	background-repeat: no-repeat;
}
#eetop{
	background-image: url('/Image/static_content/icon-eetop-small.png');
	background-repeat: no-repeat;
}
#eetop:hover{
	background-image: url('/Image/static_content/icon-eetop-small-on.png');
	background-repeat: no-repeat;
}

