/* Site main css 
 * 
 */
@font-face {
	font-family: 'DINPro-Regular';
	src: local('Arial');
}

@font-face {
	font-family: 'DINPro-Medium';
	src: url('/assets/fonts/DINPro-Medium.eot');
	src: local('☺'), url('/assets/fonts/DINPro-Medium.woff') format('woff'), url('/assets/fonts/DINPro-Medium.ttf') format('truetype'), url('/assets/fonts/DINPro-Medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'DINPro-Black';
	src: local('Arial');
}

@font-face {
	font-family: 'DINPro-Bold';
	src: local('Arial');
}

@font-face {
  font-family: 'Roboto-Thin';
  font-style: normal;
  font-weight: 100;
  src: local('Roboto Thin'), local('Roboto-Thin'), url(http://themes.googleusercontent.com/static/fonts/roboto/v7/vzIUHo9z-oJ4WgkpPOtg1_esZW2xOQ-xsNqO47m55DA.woff) format('woff');
}
@font-face {
  font-family: 'Roboto-Light';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(http://themes.googleusercontent.com/static/fonts/roboto/v7/Hgo13k-tfSpn0qi1SFdUfT8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family: 'Roboto-Regular';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Regular'), local('Roboto-Regular'), url(http://themes.googleusercontent.com/static/fonts/roboto/v7/2UX7WLTfW3W8TclTUvlFyQ.woff) format('woff');
}
@font-face {
  font-family: 'Roboto-Medium';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(http://themes.googleusercontent.com/static/fonts/roboto/v7/RxZJdnzeo3R5zSexge8UUT8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family: 'Roboto-Bold';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(http://themes.googleusercontent.com/static/fonts/roboto/v7/d-6IYplOFocCacKzxwXSOD8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family: 'Roboto-Black';
  font-style: normal;
  font-weight: 900;
  src: local('Roboto Black'), local('Roboto-Black'), url(http://themes.googleusercontent.com/static/fonts/roboto/v7/mnpfi9pxYH-Go5UiibESIj8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family: 'Roboto-ThinItalic';
  font-style: italic;
  font-weight: 100;
  src: local('Roboto Thin Italic'), local('Roboto-ThinItalic'), url(http://themes.googleusercontent.com/static/fonts/roboto/v7/12mE4jfMSBTmg-81EiS-YRsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
}
@font-face {
  font-family: 'Roboto-LightItalic';
  font-style: italic;
  font-weight: 300;
  src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url(http://themes.googleusercontent.com/static/fonts/roboto/v7/7m8l7TlFO-S3VkhHuR0at4bN6UDyHWBl620a-IRfuBk.woff) format('woff');
}
@font-face {
  font-family: 'Roboto-Italic';
  font-style: italic;
  font-weight: 400;
  src: local('Roboto Italic'), local('Roboto-Italic'), url(http://themes.googleusercontent.com/static/fonts/roboto/v7/1pO9eUAp8pSF8VnRTP3xnvesZW2xOQ-xsNqO47m55DA.woff) format('woff');
}
@font-face {
  font-family: 'Roboto-MediumItalic';
  font-style: italic;
  font-weight: 500;
  src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'), url(http://themes.googleusercontent.com/static/fonts/roboto/v7/OLffGBTaF0XFOW1gnuHF0YbN6UDyHWBl620a-IRfuBk.woff) format('woff');
}
@font-face{
  font-family: 'Roboto-BoldItalic';
  font-style: italic;
  font-weight: 700;
  src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url(http://themes.googleusercontent.com/static/fonts/roboto/v7/t6Nd4cfPRhZP44Q5QAjcC4bN6UDyHWBl620a-IRfuBk.woff) format('woff');
}
@font-face {
  font-family: 'Roboto-BlackItalic';
  font-style: italic;
  font-weight: 900;
  src: local('Roboto Black Italic'), local('Roboto-BlackItalic'), url(http://themes.googleusercontent.com/static/fonts/roboto/v7/bmC0pGMXrhphrZJmniIZpYbN6UDyHWBl620a-IRfuBk.woff) format('woff');
}

html {
    overflow-y: scroll;
}
body{
	background: black;
	color: white;
	font-family:  'Arial';
	background: url("/images/common/honeycomb-bg.jpg") repeat;
}

img {
	border: none;
}

div.main_container{
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
div.main_container div.content{
	width: 100%;
	min-height:100px;
	margin: 0 auto;
	position: relative;
	padding-top: 87px;
}
/*
 * Top navigation styles
 */
div.top_nav{
	height: 87px;
	background: #000000;
	position: fixed;
	width: 100%;
	z-index: 2000;
	margin: 0 auto;
}

#overlay {
     visibility: hidden;
     position: fixed;
     left: 0px;
     top: 0px;
     width:100%;
     height:100%;
     text-align:center;
     z-index: 1000;
     background: #000000;
}
div.main-start{
		
}

#product_glow{
	/*background: url(../images/common/green_glow.png) no-repeat;*/
	width: 94px;
	height: 94px;
	position: absolute;
    left: 0px;
    top: 0px;
    display:none;
    z-index: 3000;
}

div.top_nav div.top_nav_container{
	height: 87px;
    margin: 0 auto;
    width: 940px;
    overflow: hidden;
}

div.shelf div.next{
	width: 24px;
	height: 24px;
	background: url(/images/common/next.png);
	position:absolute;
	left: 1050px;
	margin-top: 64px;
	cursor: pointer;
}
div.shelf div.previous{
	width: 24px;
	height: 24px;
	background: url(/images/common/previous.png);
	position:absolute;
	left: 85px;
	margin-top: 64px;
	cursor: pointer;
}
div.shelf div.previous:hover{
	background: url(/images/common/previous_hover.png);
}
div.shelf div.next:hover{
	background: url(/images/common/next_hover.png);
}
div.top_nav div.logo{
	z-index: 1000;
	margin-top: 10px;
}
div.top_nav div.countries_container{
/*	height: 54px;*/
	margin: 33px 0 0 0;
	float:left;
/*	margin-left:60px;*/
}
div.top_nav div.countries_container span.countries{
	font-family: DINPro-Medium, Roboto-Medium;
	font-size: 12px;
	color: #cbcbcb;
	padding-left: 18px;
	height: 13px;
	background: url(/images/common/globe.png) no-repeat;
}
div.top_nav div.menu_container{
	float: left;
	width: 940px;
}
div.shelf_container{
	height: 120px;
	width: 100%;
	position: absolute;
}
div.top_nav div.community_shelf,div.top_nav div.store_shelf{
	height: 180px;
	width: 100%;
	background: url(/images/common/shelf_container_bg.jpg) bottom #000000;
}
div.top_nav div.shelf{
	margin: 0 auto;
	width: 1200px;
	height: 180px;
	background: url(/images/common/shelf_bg.jpg) #000000;
}
ul.inline{
	margin: 0 auto;
}
ul.inline li{
    display: inline;
    float: left;
    text-align: center;
    height: 110px;
}
ul.inline li a{
	display: block;
	float: left;
	z-index: 2000;
}
ul.community_icons{
	width:676px;
	position: relative;
	z-index: 3000;
}
ul.store_icons{
	width:288px;
	position: relative;
	z-index: 3000;
}

ul#menu li {  
  display: inline;  
  position: relative;  
} 

div.community_icon_title{
	font-family: DINPro-Medium, Roboto-Medium;
	font-size: 13px;
	bottom: 0;
}
div.community_icons_holder{
	margin: 0 auto;
	width: 940px;
	padding-top: 35px;
}
div.store_icons_holder{
	margin: 0 auto;
	width: 940px;
	padding-top: 35px;
}

#menu-top-container {
	position:relative; /* REQUIRED */
	width:940px;
	height:108px;
	margin:0 auto 0;
	background: url(../images/common/2nd_menu_level_top.png) no-repeat;
}

#menu-container {
	position:relative; /* REQUIRED */
	width:938px;
	height:116px;
	margin:0 auto 0;
	top:-99px;
	border-right:1px solid #222222;
	border-left:1px solid #222222;
	border-bottom:1px solid #222222;
	background: #000000;
}
#menu-container ul {
	list-style-type:none; /* REQUIRED */
	position:absolute; /* REQUIRED */
	right:-20px; /* REQUIRED */
}
#menu-container ul li {
	position:absolute; /* REQUIRED */
	margin-top:26px;
	left:-126px;
	z-index: 3002;
}
#menu-container ul li a,#menu-container ul li a:hover#menu-container ul li a:active,#menu-container ul li a:focus{
	color: #999999;
	text-decoration: none;
	font-family: DINPro-Medium, Roboto-Medium;
	font-size: 13px;
	display: block;
	text-align: center;
	opacity: 0.4;
}
#menu-container ul li a:hover{
	color:#00cc00;
	opacity: 1;
}

ul.menu_links{
	z-index:3000;
	width: 620px;
	float: left;
	margin-top: 30px;
	margin-left: 40px;
}
ul.menu_links li{
	display: inline;
	cursor: pointer;
	background: none;
	margin-left: 92px;
}
ul.menu_links li:hover{
	background: none;
}
div.my-account{
	font-size:12px;
	float: left;
    margin: 33px 0 0 45px;
}

ul.menu_links li.one{
	margin-left: 0;
}
ul.menu_links li.two{
}
ul.menu_links li.three{
/*	margin-left: 160px;*/
}
ul.menu_links li.four{
}
ul.menu_links li a, ul.menu_links li a:visited{
	font-family: DINPro-Medium, Roboto-Medium;
	font-size: 15px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0;
	background: none;
}
ul.menu_links li a:hover, ul.menu_links li a:active, ul.menu_links li a:focus{
	color: #00CC00;
	background: none;
}
/*
 * Generic styles
 */
.left{
	float: left;
}

.right {
	float: right;
}
.w250{
	width: 250px;
}
.w290{
	width: 290px;
}
.ht100p{
	height: 100%;
}
.pdt16{
	padding-top: 16px;
}
.pdt14{
	padding-top: 14px;
}
.pdt8{
	padding-top: 8px;
}

a{
	/*font-family: 'DINPro-Regular', 'Roboto-Regular';*/
	font-family: 'Arial';
	color: #666;
}

a:hover, a:focus, a:active{
	color: #00cc00;
	text-decoration: none;
}

#dr_cartSummary a {
	color: #0c0;
	width:35px;
}
.white{
	color:white;
}
.hand{
	cursor: pointer;
}
.mgl10{
	margin-left:10px;
}
.mgl20{
	margin-left:20px;
}
.mgl40{
	margin-left:40px;
}
.mgt2{
	margin-top: 2px;
}
.mgt5{
	margin-top: 5px;
}
.mgt20{
	margin-top: 20px;
}
.mgb20{
	margin-bottom: 20px;
}
.mgr20{
	margin-right: 20px;
}
.mgb5{
	margin-bottom: 5px;
}
.w230{
	width: 230px;
}
.x960 {width:940px;margin:auto;padding: 0;}

.x940 {width:940px;margin:auto;padding: 0; }

input{
	font-size: 12px;
	/*font-family: DINPro-Regular, Roboto-Regular;*/
	font-family: 'Arial';
}
ul.bullets_tout_images_triple_wide{
	top:190px;
	right: 0;
	left: auto;
}

h1{
	font-family: 'Arial';
	/*font-family: DINPro-Medium, Roboto-Medium;*/
	font-size: 24px;
	color: #FFFFFF;
	text-transform: none;
}
h2{
	font-family: DINPro-Medium, Roboto-Medium;
	font-size: 24px;
	color: #FFFFFF;
	/*text-transform: capitalize;*/
}
h3{
	font-family: DINPro-Bold, Roboto-Bold;
	font-size: 14px;
	color: #FFFFFF;
}
table.category-usp-table h3{
	font-family: DINPro-Medium, Roboto-Medium;
	font-size: 20px;
	color: #FFFFFF;
}

div.dropdown{
	height:30px;;
	font-size: 11px;
	color: #666666;
	position: relative;
	z-index: 5;
}
div.dropdown div.choices{
	color: #FFFFFF;
	margin-left:10px;
}
div.dropdown div.choices span{
	text-transform: uppercase;
}
div.dropdown div.holder{
	position: relative;
	cursor: pointer;
}
div.dropdown-arrow{
	width: 24px;
	height: 24px;
	background: url(http://assets.razerzone.com/eeimages/assets/images/common/dropdown-arrow.png);
}
div.dropdown-arrow-hover{
	width: 24px;
	height: 24px;
	background: url(http://assets.razerzone.com/eeimages/assets/images/common/dropdown-arrow-hover.png);
}

div.dropdown-arrow-green{
	width: 24px;
	height: 24px;
	background: url(http://assets.razerzone.com/eeimages/assets/images/common/dropdown-arrow-green.png);
}

div.dropdown div.holder ul{
	display: none;
	position: absolute;
	top: 24px;
	width: 100%;
}
div.dropdown div.holder ul li{
	background: #111;
    border-bottom: 1px solid #212121;
    vertical-align: middle;
    width: 100%;
    text-transform: uppercase;	
}
div.dropdown div.holder ul li a{
	display: block;
	padding: 10px;
	color: #aaa;
	font-size:10px;
}
div.dropdown div.holder ul li:hover{
    color: #00cc00;	
}
div.grid_item_holder{
	padding: 20px;
	width: 193px;
	height: 180px;
	float: left;
}
div.grid_item_holder_with_bg{
	background: url(http://assets.razerzone.com/eeimages/assets/images/common/grid-3-3.png) -233px 0 no-repeat;
}
div.grid_item_info_container{
	width: 100%;
/*	height: 100%;*/
	float: left;
}
div.grid_item_title{
	width: 100%;
	margin-top: 120px;
}

/*div.grid_item_price{
	font-family: Roboto-Bold;
	font-size: 14px;
	color: #999999;
	margin-top: 10px;
} */

div.grid_item_info_container span.dr_actualPrice {
	font-family: DINPro-Bold, Roboto-Bold, Arial;
	font-size: 14px;
	color: #999999;
	display: block;
	margin-top: 10px;
} 

/* div.grid_item_add_to_cart{
	width: 97px;
	height: 20px;
	margin-top: 25px;
} */

div.grid_item_info_container div.dr_siteButton {
	width: 97px;
	height: 20px;
	margin-top: 25px;
	float: left;
}

/*div.grid_item_add_to_cart a{
	background: url(http://assets.razerzone.com/eeimages/assets/images/common/add_to_cart_grid.png) no-repeat;
	display: block;
	width: 100%;
	height: 100%;
}
div.grid_item_add_to_cart a:hover{
	background: url(http://assets.razerzone.com/eeimages/assets/images/common/add_to_cart_grid.png) no-repeat -99px 0;
}*/

div.grid_item_holder div.dr_siteButton a{
	background: url(http://assets.razerzone.com/eeimages/assets/images/common/add_to_cart_grid.png) no-repeat;
	display: block;
	width: 97px;
	height: 20px;
	font-size: 0;
}
div.grid_item_holder div.dr_siteButton a:hover{
	background: url(http://assets.razerzone.com/eeimages/assets/images/common/add_to_cart_grid.png) no-repeat -99px 0;
}

div.grid_item_holder span.dr_error , span.dr_error {
	font-family: DINPro-Regular, Roboto-Regular;
	font-size: 10px;
	color: #999999;
} 


div.grid_item_more_info{
	margin-top: 25px;
}
div.grid_item_more_info a{
	font-size: 12px;
	/*font-family: DINPro-Medium, Roboto-Medium;*/
	font-family: 'Arial';
}
div.breadcrumbs{
	font-family: DINPro-Regular, Roboto-Regular, Arial;
	font-size: 11px;
	text-transform: uppercase;
}
div.breadcrumbs .last{
	color:#66ff33;
}

.drCart {
	margin-top: 28px;
	margin-left: 50px;
	width: 28px;
	height: 30px;
	background: url(../images/common/cart.png) no-repeat left 6px;
	color: #fff;
	text-align: left;
	float: right;
}

.drCart #dr_cartSummary {
	text-align: left;
	color:#00cc00;
	font-family: DINPro-Regular, Roboto-Regular, Arial;
	width: 50px;
	height: 15px;
}

.drCart #dr_cartSummary p{
	padding-left: 12px;
}


.drCart .dr_cartSummaryItemCountLabel, .drCart .dr_cartSummarySubtotalLabel, .drCart .dr_cartSummarySubtotal, .drCart .dr_siteButtons{
	display: none;
}

div.dr_productPrice span.lightgray{
	display: none;
}
span.dr_error{
	visibility: hidden;
}
.grid_item_title h3 {
	height: 30px;
}
/**/
p.maintext{
	color: #666666;
	text-align: center;
	font-size: 16px;	
	line-height: 22px;
}
.mb30{
	margin-bottom: 30px;	
}
.mt45{
	margin-top: 45px;	
}
.mb60{
	margin-bottom: 60px;	
}

ul#menu div.megadiv {  
  display: none;  
}  

ul#menu li.mega div.megadiv {  
    margin: 0 auto;
    position: absolute;
    width: 940px !important;
	height: 381px;  
	top: 100px; 
	padding: 0;
	text-align:left;
	left: -6px;
	background: #0A0A0A;
	background: url(../images/common/megamenu_panel_background.png) no-repeat;
	z-index:10000 !important;
}  

ul#menu li.hovering div.megadiv {  
      display: block;  
}  

ul#submenu div.submegadiv{  
  display: none;  
}  

ul#submenu li.submega div.submegadiv{  
	width: 700px; 
	height: 335px;  
	top: 0px; 
	position: absolute;
	text-align:left;
	left: 52px;
	padding: 1.3em;
	background: #0A0A0A;
	z-index:10002 !important;
} 

ul#submenu li.hovering div.submegadiv{  
      display: block;  
}  

ul#submenu div.submegadesigndiv{  
  display: none;  
}  

ul#submenu li.submega div.submegadesigndiv{  
	width: 700px; 
	height: 335px;  
	top: 0px; 
	position: absolute;
	text-align:left;
	left: 52px;
	padding: 1.3em;
	background: #0A0A0A;
	z-index:10004 !important;
} 

ul#submenu li.hovering div.submegadesigndiv{  
      display: block;  
}  

ul#productmenu div.productmegadiv{  
  display: none;  
}  

ul#productmenu li.productmega div.productmegadiv{  
	width: 450px; 
	height: 335px;  
	top: 0px; 
	position: absolute;
	text-align:left;
	left: 353px;
	padding: 1.3em;
	background: #0A0A0A;	
	background: url(../images/common/megamenu_divider.png) left no-repeat;
	z-index:10008 !important;
} 

ul#productmenu li.hovering div.productmegadiv{  
      display: block;  
}

div.hovered{  
      color: #00ff00 !important;
	  font-weight:bold;
	  background: url(../images/common/megamenu_selected.png) no-repeat 0px 3px !important;
}

div.design_cat{  
	position: absolute; 
	padding: 0 0 0 12px; 
	width:233px;
	margin-top: 85px; 
	margin-left: -68px; 
	font-family: DINPro-Regular, Roboto-Regular, Arial;
	font-size:12px; 
	color:#ffffff; 
	font-weight:bold; 
	background: url(../images/common/megamenu_no_selected.png) no-repeat 0px 3px;
}

div.specific_cat{  
	position: absolute; 
	padding: 0 0 0 12px; 
	width:233px;
	margin-top: 135px;
	margin-left: -68px;
	font-family: DINPro-Regular, Roboto-Regular, Arial; 
	font-size:12px; 
	color:#ffffff; 
	font-weight:bold; 
	background: url(../images/common/megamenu_no_selected.png) no-repeat 0px 3px;
}

div.view_all{ 
	position: absolute;
	padding: 0 0 0 12px; 
	margin-top: 45px; 
	margin-left: -68px; 
	font-family: DINPro-Regular, Roboto-Regular, Arial; 
	font-size:12px; color:#ffffff;
	font-weight:bold; 
	width: 233px;
	background: url(../images/common/megamenu_no_selected.png) no-repeat 0px 3px;
}

div.first_clicked{ 
	color: #00ff00;
	background: url(../images/common/megamenu_clicked.png) no-repeat -24px -4px;
}

div.clicked{ 
	color: #00ff00 !important;
	font-weight:bold !important;
	background: url(../images/common/megamenu_clicked.png) no-repeat -24px -4px !important;
}

div.desc_clicked{
	opacity:1 !important;
	color: #00ff00;
}

div.product_line_cat{ 
	position: absolute; 
	top:-48px;
	left:250px;
	padding: 0 0 0 12px;
	margin-top:45px; 
	margin-left: -68px;
	width:150px;
	font-family: DINPro-Regular, Roboto-Regular, Arial; 
	font-size:12px; 
	color:#ffffff; 
	font-weight:bold; 
	background: url(../images/common/megamenu_no_selected.png) no-repeat 0px 3px;
}

div.browse_by{
	position: absolute; 
	margin-top: 20px; 
	margin-left: 25px; 
	font-family: DINPro-Regular, Roboto-Regular, Arial; 
	font-size:12px; 
	color:#666666; 
	font-style:italic;
}

div.product_name{
	position: absolute; 
	margin-top: 50px; 
	margin-left: 25px; 
	font-family: DINPro-Regular, Roboto-Regular, Arial; 
	font-size:12px; 
	color:#666666; 
	font-weight:bold;
}

div.design_ergo{
	position: absolute;
	left:0px;
	margin-top: 110px;
	margin-left: 25px; 
	font-family: DINPro-Regular, Roboto-Regular, Arial; 
	font-size:12px; 
	color:#666666; 
	font-weight:bold;
}

div.game_specific{
	position: absolute;
	left:0px;
	margin-top: 285px;
	margin-left: 25px;
	font-family: DINPro-Regular, Roboto-Regular, Arial; 
	font-size:12px; 
	color:#666666; 
	font-weight:bold;	
} 

div.product_mega_name{
	position: absolute; 
	margin-top: 0px; 
	margin-left: 15px; 
	font-family: DINPro-Regular, Roboto-Regular, Arial; 
	font-size:12px; 
	color:#00ff00; 
	font-weight:bold
}

div.productmegadiv a{
	position: absolute;
	margin-top: 150px;
	margin-left: 15px; 
	font-family: DINPro-Regular, Roboto-Regular, Arial; 
	font-size:12px !important; 
	color:#ffffff; 
	text-decoration:none;
}

div.productmegadiv a:hover{
	color:#00ff00; 
	text-decoration:underline !important;
}

.clear-fix {
  clear: both;
  /*font-size: 0px;*/
}

#teaser_container a, li.productmega a{
	color: white;
}
#teaser_container a:hover , li.productmega a:hover{
	color: #00cc00;
}

#esports-synapse-profile-download {
	font-family: DINPro-Regular, Roboto-Regular, Arial;
	font-size: 13px;
}

#esports-synapse-profile-download .top-bar {
	background: url("../images/common/esports-synapse-download-topbar.png") no-repeat;
	width: 939px;
	height: 10px;
}

#esports-synapse-profile-download .bottom-bar {
	background: url("../images/common/esports-synapse-download-bottombar.png") no-repeat;
	width: 939px;
	height: 10px;
}

#esports-synapse-profile-download .filter-by-holder {
	width: 938px;
	height: 44px;
	padding-top: 10px;
	background-color: #000;
	border-left: 1px solid #262626;
	border-right: 1px solid #262626;
}

#synaps-profile-download-list-holder {
	border-left: 1px solid #262626;
	border-right: 1px solid #262626;	
}

#esports-synapse-profile-download table {
	width: 938px;
	background-color: #0b0b0b;
}

#esports-synapse-profile-download thead {
	background-color: #111111;
}

#esports-synapse-profile-download thead tr th {
	padding-top: 12px;
	padding-bottom: 12px;
	background-color: #111111;
	text-align: left;
	font-weight: bold;
}

#esports-synapse-profile-download tbody tr td {
	color: darkgray;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 25px;
}

#esports-synapse-profile-download thead tr th ,
#esports-synapse-profile-download tbody tr td {
	padding-left: 20px;
}

#esports-synapse-profile-download table tr {
	border-top: 2px solid #000;
}

#esports-synapse-profile-download table  a.download-button img {
	padding-top: 30px;
}

/*fix */
#jquery-overlay {
	width: 100% !important;
}


.store_product_bread_crumb {
   	color: #FFFFFF;
   	font-family: 'Arial';
	/*font-family: DINPro-Medium,Roboto-Medium;*/
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 10px;
	position: relative;
	text-transform: uppercase;	
}