.padprof {
width:100px;
}

#accountMobileBtn {
	float:right;
	cursor: pointer;
	display:none;
}

#pageNavMainMobile {
	display: none;
	float: right;
	width: 156px;
	position: absolute;
	right:8px;
	background-color: #FFFFFF;
	padding: 8px;
	border: 1px solid #00000;
	z-index: 900;
		box-shadow: -5px 5px 2px rgba(10, 10, 10, .3);
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#pageNavMainMobile h2 {
	font-size: 12px;
}
#pageNavMainMobile a {
	text-decoration: none;
	color: #222222;
}
#pageNavMainMobile a:hover {
	text-decoration: underline;
}


#pageNavMobile {
	display:none;
	float: right;
	width: 144px;
	position: absolute;
	right:0;
	padding: 8px;
	border: 1px solid #999999;
	background-color: #FFFFFF;
	z-index: 900;
}
#pageNavMobile ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#pageNavMobile .header {
	font-weight: bold;
	background-color: #dddddd;
	padding: 8px 4px;
}
#pageNavMobile li {
	/*border-bottom: 1px solid #BBBBBB;*/
}
#pageNavMobile li:last-child {
	border-bottom: none;
}
#pageNavMobile a {
	display: block;
	padding: 8px 16px;
	text-decoration: none;
	color: white;
}
#pageNavMobile a:hover {
	background-color: #004D78;
	color: #FFFFFF;
}
#pageNavMobile a.current {
	background-color: #0095CE;
	color: #FFFFFF;
}


.footerc {
	margin: 20px;
	border-bottom: 1px solid #FFFFFF;
}
.footer_ct {
	text-align: center;
	position: relative;
	float: left;
	width: 25%;
	display: block;
	padding: 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.footer_ct a:link {
	color: white;
	text-decoration: none;
}
.footer_ct a:visited {
	color: white;
}
.footer_ct a:hover {
	text-decoration: underline;
}
.footer_ct a:focus {
	color: white;
	text-decoration: none;
}
.footer_ct input {
	width: 80%;
}
#pageFooter .list {
	list-style-type: none;
	margin: 0px;
	border: 0px;
	padding: 0px;
}
#pageFooter .list li {
	display: block;
}
#pageFooter .icos {
	width: auto;
	list-style-type: none;
	margin: 0px;
	border: 0px;
	padding: 0px;
}
#pageFooter li {
	display: inline;
	font-size: 12px;
}
#pageFooter .s_logo {
	float: left;
	width: 100%;
	text-align: center;
}
#pageFooter .s_img {
	margin: 0 auto;
	width: 69px;
	height: 32px;
}
#pageFooter .ft_hdr {
	font-weight: bold;
	font-size: 14px;
	color:white;
	margin-bottom: 4px;
}
.error {
	color: #ff0000;
	font-weight: bold;
}
a {
	color: white;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.hr {
	border-top: 1px solid #999999;
	height: 1px;
	margin: 10px 0;
	width: 100%;
	float: left;
}
#cookiesBanner {
	padding: 50px 20px;
	position: fixed;
	border: 2px solid #FFFFFF;
	bottom: 0;
	width: 100%;
	z-index: 500;
	background-color: #CCCCCC;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#cookiesInfo {
	float: left;
	padding-right: 100px;
}
#cookiesInfo a {
	text-decoration: none;
	color: #1F4580;
}
#cookiesBannerClose {
	display: block;
	background-color: #38CD1C;
	border: 1px solid #00640E;
	padding: 10px;
	position: fixed;
	right: 20px;
	margin-top: 4px;
	text-decoration: none;
	color: #FFFFFF;
}
#sideCartView {
	display: none;
	background-color: #FFFFFF;
	width: 300px;
	height: 100%;
	position: fixed;
	border: 1px solid #888888;
	float: right;
	right: 0;
	top: 40px;
	z-index: 500;
	padding: 8px;
	box-shadow: -5px 5px 2px rgba(10, 10, 10, .3);
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.sideCartRemove {
	text-decoration: none;
	border: 1px solid #555555;
	color: #555555;
	background-color: #FFFFFF;
	padding: 4px 8px;
}
.sideCartRemove:hover {
	background-color: #222222;
	color: #ffffff;
}
.cartbox {
	position: relative;
	display: inline-block;
}
.cartlink {}
.cartbox .cart {
	position: relative;
	top: -30px;
	background: url("/PaddleKombat/images/cart.png") no-repeat left center;
	width: 26px;
	height: 26px;
}
.cartbox .cart:hover {
	background: url("/PaddleKombat/images/carthover.png") no-repeat scroll left center;
}
.cartbox .cartimg {
	position: relative;
	top: 6px;
	height: 24px;
	width: 24px;
	margin-right: 6px;
}
.cartbox .badge {
	position: absolute;
	top: 2px;
	right: 36px;
	padding: 3px 6px;
	float: right;
	border-radius: 50%;
	background-color: red;
	color: white;
	text-align: center;
	vertical-align: middle;
	font-size: 9px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:white;
	background-color: #000000;
	padding: 0px;
	margin: 0px;
}
#pageHeader {
	background-color: #000000;
	width: 100%;
	height: 80px;
	clear: both;
}
#pageHeaderLogo {
	background-image: url("/PaddleKombat/images/pk.png");
	background-repeat: no-repeat;
	background-position: center center;
	margin-top:10px;
	height:80px;
	cursor: pointer;
}
#pageMenus {
	width: 100%;
	background-color: #183A55;
	height: 40px;
	position: relative;
	clear: both;
}

#pageNavMain {
	float: left;
	width: 164px;
	position: relative;
	background-color: #FFFFFF;
	padding: 8px;
	border: 2px solid #00000;
}
#pageNavMain h2 {
	font-size: 12px;
}
#pageNavMain a {
	display: inline-block;
	padding-left: 0px;
	text-decoration: none;
	color: white;
	width:100%;
}

#pageNavMain li {
	padding-left: 4px;
}

#pageNavMain ul {
	margin:0;
	padding: 0px;
	list-style: none;
	line-height: 40px;
	display: block;
	width:164px;
	
}
#pageNavMain > ul {
	
	float:left;
	display: block;
	
	
}
#pageNavMain > ul > li {
	float:left;
	display: block;
		border-bottom: 1px dotted #6fc7ec;
	width:100%;
	background: #EEEEEE;
	
}

#pageNavMain > ul > li:hover a{
		color: #FFFFFF;
	
}
#pageNavMain > ul > li:hover{
		color: #FFFFFF;
	background: #2F6D92;
}

#pageNavMain .current {
			color: #FFFFFF;
	background: #2F6D92;
}
#pageNavMain .current a{
			color: #FFFFFF;
	background: #2F6D92;
}


#pageNavMain .has-sub li {
	padding-left:4px;
	
}

#pageNavMain .has-sub li:hover {
	
	background:#007A9D;
}
#pageNavMain .has-sub li:hover a{
	color:#FFFFFF;
	
}

#pageArticle {
	border-left: 1px solid #EEEEEE;
	margin-left: 180px;
	padding: 8px 15px;
	background-color: #000000;
}
#pageArticle h2 {
	margin-top: 0px;
}
#pageArticleFull {
	padding: 22px;
	background-color: #000000;
}
#pageArticleFull2 {
	padding: 22px;
	min-height: 768px;
	background-color: #000000;
	background-image:  url('/PaddleKombat/images/bg.jpg');
	background-repeat: no-repeat;
	background-position: center;
}
#pageFooter {
	padding-top: 10px;
	clear: both;
	text-align: center;
	background-color: #333;
	color: white;
	align-content: center;
}
#pageNoGrid {
	margin-top: 0px;
	padding: 0px;
	background-color: #000000;
	display: block;
}
#pageNavMain, #pageArticle #pageNav {
	min-height: 200px
}
#pageRangeTop {
	margin-top: 2px;
	marbin-bottom: 2px;
}
#pageRangeBottom {
	margin-top: 2px;
	marbin-bottom: 2px;
}
#pageItem {
	background-color: #FFFFFF;
	text-align: center;
	padding-top: 4px;
}
#pageItem img {
	border: none;
}
#pageItem a {
	text-decoration: none;
	color: #0095CE;
}
footer {
	text-align: center;
	background-color: #949494;
}
#menu ul, #menu li, #menu span, #menu a {
	margin: 0;
	padding: 0;
	position: relative;
}
/*
#menu:after,
#menu ul:after {
  content: '';
  display: block;
  clear: both;
}
*/
#menu a {
	/*border-right: 1px solid #FFFFFF;*/
	/*background: url(/images/menusep.gif) no-repeat right 50%;*/
	color: #ffffff;
	display: inline-block;
	font-size: 11px;
	line-height: 40px;
	padding: 0 22px;
	text-decoration: none;
	z-index: 30;
}
#menu .current_page_item a {
	text-decoration: underline;
	/*color:#FF9;*/
	/*color:#FC6;*/
}
#menu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}
#menu > ul {
	float: left;
}
#menu > ul > li {
	float: left;
}
#menu > ul > li:not(:first-child):before {
	color: #67808F;
	content: " | ";
}
#menu > ul > li:hover:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 50%;
	bottom: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #06C;
	margin-left: -5px;
}
#menu > ul > li.active > a {
	/*  background: #070707;*/
}
#menu > ul > li:hover > a {
	/*  background: #070707;*/
}
#menu .has-sub {
	/*z-index: 10;*/
}
#menu .has-sub:hover > ul {
	/*  display: block;*/
	/*visibility:visible;*/
}
#menu .has-sub ul {
	display: none;
	/*
	display:block;
visibility:hidden*/
	position: absolute;
	width: 200px;
	top: 100%;
	left: 0;
}
#menu .has-sub ul li {
	*margin-bottom: -1px;
}
#menu .has-sub ul li a {
	color: #333333;
	background: #FFFFFF;
	border-left: 1px solid #aaaaaa;
	border-bottom: 1px dotted #6fc7ec;
	filter: none;
	font-size: 11px;
	display: block;
	line-height: 120%;
	padding: 10px;
	box-shadow: 5px 5px 2px #555555;
}
#menu .has-sub ul li:hover a {
	color: #FFFFFF;
	background: #2F6D92;
}
#menu .has-sub .has-sub:hover > ul {
	/* display: block;*/
	visibility: visible;
}
#menu .has-sub .has-sub ul {
	/* display: none;*/
	display: block;
	visibility: hidden;
	position: absolute;
	left: 100%;
	top: 0;
}
#menu .has-sub .has-sub ul li a {
	color:#333333;
  background: #FFffff;
 border-left:1px solid #aaaaaa;
  border-bottom: 1px dotted #6fc7ec;
  filter: none;
  font-size: 11px;
  display: block;
  line-height: 120%;
  padding: 10px;
	 box-shadow: 5px 5px 2px #555555;
}
#menu .has-sub .has-sub ul li a:hover {
	color:#FFFFFF;
  background: #2F6D92;
}
#pageNav {
	float: left;
	width: 144px;
	position: relative;
	padding: 8px;
	border: 2px solid #00000;
	background-color: #FFFFFF;
}
#pageNav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#pageNav .header {
	font-weight: bold;
	background-color: #dddddd;
	padding: 8px 4px;
}
#pageNav li {
	/*border-bottom: 1px solid #BBBBBB;*/
}
#pageNav li:last-child {
	border-bottom: none;
}
#pageNav a {
	display: block;
	padding: 8px 16px;
	text-decoration: none;
	color: #000000;
}
#pageNav a:hover {
	background-color: #004D78;
	color: #FFFFFF;
}
#pageNav a.current {
	background-color: #0095CE;
	color: #FFFFFF;
}
#scrollbox {
	background-color: #eae1cf;
	width: 90%;
	height: inherit;
	overflow: auto;
	margin: 4px;
	border: solid;
	/*border-color:#069;*/
	border-color: #d8cfbd;
	border-width: 1px;
	float: left;
}
#tlink_headerR {
	text-align: right;
	padding-bottom: 6px;
	padding-right: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333 /*908567;*/
}
#tlink_headerR a {
	text-decoration: none;
	color: #333 /*908567;*/
}
#tlink_headerR a:hover {
	text-decoration: underline;
}
#tlink_header {
	padding-bottom: 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF; /*908567;*/
}
#tlink_header a {
	text-decoration: none;
	color: #FFFFFF; /*908567;*/
}
#tlink_header a:hover {
	text-decoration: underline;
}
#tlink_headerline {
	padding-bottom: 0px;
	width: 100%;
	border-top: 2px solid #FFFFFF; /*#908567; /*Brown color theme*/
	background: transparent;
}
@media only screen and (min-width:600px) {
	#menu .has-sub:hover > ul {
		display: block;
		/*visibility:visible;*/
	}
	#menu a:hover {
		background-color: #2F6D92;
	}
	
	
	
}
@media only screen and (max-width:600px) {
	body {
		-webkit-text-size-adjust: none;
	}
	/* For mobile phones: */
	/*	
	.topBanner {
height:100px;
	
	
}
	*/
		#menudownload {
		display: none;
	}
	.MainBanner img {
		height: 150px;
	}
	#pageHeaderLogo {
		width: 25%;
	}
	#pageArticle {
		margin-left: 0 !important;
	}
	#pageNavMain {
		display: none;
	}
	
	#pageNav {
		display: none;
	}
	#searchBar {
		display: none;
	}
	#searchButton2 {
		display: block;
	}


}