
body {
	/*padding: 10px 5px 30px 5px!important;*/
}

#gkSidebar .box,
#gkBottom1 .box,
#gkBottom2 .box {
	clear: both!important;
	float: none!important;
	margin: 0 auto;
	max-width: 320px;
	width: 100%;
}
#gkBottom1 .box,
#gkBottom2 .box {
	margin: 0px 0px 20px 0px;	
}
#gkSidebar > div {
	margin-top: 20px!important;
	padding-top: 25px!important;
}
#gkSidebar > div > .box {
	float: none;
	margin-top: 0!important;
	margin-bottom: 12px!important;
	width: 100%;
}
#gkSidebar > div > .box:nth-child(2n+1) {
	clear: both!important;
}
#gkSidebar > div > .box:nth-child(odd) {
	padding-right: 0px;	
}
#gkSidebar > div > .box:nth-child(even) {
	padding-left: 0px;
}
#gkContent {
	padding-top: 0px;
}
.margin-right {
	margin-right:10px;
	margin-left:10px;	
}
#gkSearch {
	margin-top: 5px;
}
#gkBreadcrumb .breadcrumbs li {
display:none;
}
#gkBreadcrumb .breadcrumbs li.breadcrumb_artist {
display:block;
}
#individual_video {
	overflow:hidden;	
}
#gkTopMenu {
	clear: left;
	float: left;
	margin: 10px 0;
}
#gkTopMenu li {
	margin: 0 5px 0 0!important;
}
#gkTopMenu li a {
	margin: 0;
}
#gkTopMenu li::before {
	display: none;
}
#gkContentWrap > section:first-child {
	padding-top: 10px;
}
#gkBreadcrumb {
	margin-bottom: 20px;
}
.blog article header ul {
	margin: 10px 0 0 0;
}
#article-index {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}
._pagination .alpha_pagination {
  padding-left:10px;
  padding-right:10px;
}
.width33 {
  width: 100%;
}
pre, 
.gkCode1, 
.gkCode2, 
.gkCode3 {
	font: normal .65em/20px 'Curier New', monospace!important;
	padding: 16px 20px!important;	
}

/* limitation suffixes */
.box.notablet {
	display: block!important;
}
.box.nomobile {
	display: none!important;
}
.box.onlytablet {
	display: none!important;
}
.box.onlymobile {
	display: block!important;
}

/* Fix for the user profile */
.profile dt {
	width: 100% !important;
}

/* Fix for the contact page */
.contact .contact-image {
	float: left !important;
}
.contact .contact-address {
	clear: both !important;
	padding-top: 20px !important;
}
.contact .contact-form input,
.contact .contact-form textarea {
	width: 100% !important;
}

/* Fix for the search */
fieldset.word #search-searchword,
fieldset.word .inputbox {
	width: 50%;
}
fieldset.phrases .ordering-box,
fieldset.only input[type="checkbox"],
fieldset.phrases input[type="radio"] {
	clear: both;
}
.result-title {
	font-size: 18px;
}

/* Fix for the register */
#member-registration dd {
	clear: both !important;
	display: block !important;
}

/* Fix for tables */
fieldset {
	box-sizing: border-box!important;
	max-width: 100%!important;
	width: 100%!important;
	overflow: hidden;
}

#gkMainbody table {
	font-size: 13px;
}

ul.menu.submenu li {
	border-right: 1px solid #D9C7AA;
	border-left: 1px solid #D9C7AA;
	border-top: 1px solid #D9C7AA;
	float: none;
	font-size: 14px;
	line-height: 14px;
	padding: 0;
	display:block;
}
ul.menu.submenu li.active {
	border-bottom: none;
}
ul.menu.submenu li {
	border-bottom: none;
}
.tabs div.itemBody div.content {
  padding:25px;
}

@media only screen and (min-width:320px) and (max-width:480px) {.tabs div.itemBody div.content {  padding: 15px;}fieldset.formFieldset ol.formContainer li {  width:49%;}}

@media only screen and (max-width: 400px) {
	#gkMainbody table {
		width: 100%!important;
	}
	
	#gkMainbody table tr,
	#gkMainbody table th,
	#gkMainbody table td {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		border: none;
		display: block;
		width: 100%!important;
	}
	
	#gkMainbody table tr {
		border-bottom: 1px solid #eee;
	}
}

/*
Alternative table code:
-----
#gkMainbody table:before {
	content: "Scroll horizontally to view the whole table";
	height: 14px;
	width: 100%;
	display: block;
	font-size: 10px;
	margin-top: -30px;
	margin-bottom: 10px;
	font-family: Arial, sans-serif;
}
#gkMainbody table {
	width: 540px!important;
	display: block!important;
	padding: 30px 0 20px 0;
	overflow:scroll;
	-webkit-overflow-scrolling:touch;
}
#gkMainbody table tbody,
#gkMainbody table thead,
#gkMainbody table tfoot {
	width: 540px!important;
	display: table;
}

@media only screen and (max-width: 320px), only screen and (max-device-width: 320px) and (-moz-max-device-pixel-ratio: 1.5), only screen and (max-device-width: 320px) and (-o-max-device-pixel-ratio: 1.5/1), only screen  and (max-device-width: 320px) and (-webkit-max-device-pixel-ratio: 1.5), only screen and (max-device-width: 320px) and (max-device-pixel-ratio: 1.5), only screen and (max-device-width: 640px) and (-moz-min-device-pixel-ratio: 2), only screen and (max-device-width: 640px) and (-o-min-device-pixel-ratio: 2/1), only screen and (max-device-width: 640px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-device-width: 640px) and (min-device-pixel-ratio: 2) {
	#gkMainbody table {
		width: 260px!important;
	}
}

@media only screen and (max-width: 480px) and (orientation:landscape), only screen and (max-device-width: 480px) and (-moz-max-device-pixel-ratio: 1.5) and (orientation:landscape), only screen and (max-device-width: 480px) and (-o-max-device-pixel-ratio: 1.5/1) and (orientation:landscape), only screen  and (max-device-width: 480px) and (-webkit-max-device-pixel-ratio: 1.5) and (orientation:landscape), only screen and (max-device-width: 480px) and (max-device-pixel-ratio: 1.5) and (orientation:landscape), only screen and (max-device-width: 960px) and (-moz-min-device-pixel-ratio: 2) and (orientation:landscape), only screen and (max-device-width: 960px) and (-o-min-device-pixel-ratio: 2/1) and (orientation:landscape), only screen and (max-device-width: 960px) and (-webkit-min-device-pixel-ratio: 2) and (orientation:landscape), only screen and (max-device-width: 960px) and (min-device-pixel-ratio: 2) and (orientation:landscape) {
	#gkMainbody table {
		width: 420px!important;
	}
}*/

/* top/bottom modules */
.box.gkmod-1,
.box.gkmod-2,
.box.gkmod-3,
.box.gkmod-4,
.box.gkmod-more {
	float: left!important;	
}
.box.gkmod-1,
.box.gkmod-2,
.box.gkmod-3,
.box.gkmod-4,
.box.gkmod-more {
	width: 100%!important;
}
.box.gkmod-more.gkmod-last-1:last-child,
.box.gkmod-more.gkmod-last-2:last-child,
.box.gkmod-more.gkmod-last-2:nth-last-child(2),
#gkPageWrap .box.gkmod-more.gkmod-last-3:last-child,
#gkPageWrap .box.gkmod-more.gkmod-last-3:nth-last-child(2),
#gkPageWrap .box.gkmod-more.gkmod-last-3:nth-last-child(3) {
	width: 100%!important;
}

/* top/bottom modules */
body #gkPage .box {
	margin-bottom: 20px!important;
}

/* 3-column layout */
.gkCols3 .box.gkmod-more:nth-child(1n) {
	clear: both;
}
.gkCols3 .box.gkmod-1,
.gkCols3 .box.gkmod-2,
.gkCols3 .box.gkmod-3,
.gkCols3 .box.gkmod-more,
.gkCols3 .box.gkmod-more.gkmod-last-1:last-child,
.gkCols3 .box.gkmod-more.gkmod-last-2:last-child,
.gkCols3 .box.gkmod-more.gkmod-last-2:nth-last-child(2) {
	width: 100%!important;
}

/* 4-column layout */
body .gkCols4 .box.gkmod-more:nth-child(1n) {
	clear: both;
}
body .gkCols4 .box.gkmod-1,
body .gkCols4 .box.gkmod-2,
body .gkCols4 .box.gkmod-3,
body .gkCols4 .box.gkmod-4,
body .gkCols4 .box.gkmod-more,
body .gkCols4 .box.gkmod-more.gkmod-last-1:last-child,
body .gkCols4 .box.gkmod-more.gkmod-last-2:last-child,
body .gkCols4 .box.gkmod-more.gkmod-last-2:nth-last-child(2),
body .gkCols4 .box.gkmod-more.gkmod-last-3:last-child,
body .gkCols4 .box.gkmod-more.gkmod-last-3:nth-last-child(2),
body .gkCols4 .box.gkmod-more.gkmod-last-3:nth-last-child(3) {
	width: 100%!important;
}

/* 6-column layout */
body .gkCols6 .box.gkmod-more:nth-child(1n) { 
	clear: both; 
}
body .gkCols6 .box.gkmod-1,
body .gkCols6 .box.gkmod-2,
body .gkCols6 .box.gkmod-3,
body .gkCols6 .box.gkmod-4,
body .gkCols6 .box.gkmod-more,
body .gkCols6 .box.gkmod-5,
body .gkCols6 .box.gkmod-more,
body .gkCols6 .box.gkmod-6,
body .gkCols6 .box.gkmod-more,
body .gkCols6 .box.gkmod-more.gkmod-last-1:last-child,
body .gkCols6 .box.gkmod-more.gkmod-last-2:last-child,
body .gkCols6 .box.gkmod-more.gkmod-last-2:nth-last-child(2),
body .gkCols6 .box.gkmod-more.gkmod-last-3:last-child,
body .gkCols6 .box.gkmod-more.gkmod-last-3:nth-last-child(2),
body .gkCols6 .box.gkmod-more.gkmod-last-3:nth-last-child(3),
body .gkCols6 .box.gkmod-more.gkmod-last-4:last-child,
body .gkCols6 .box.gkmod-more.gkmod-last-4:nth-last-child(2),
body .gkCols6 .box.gkmod-more.gkmod-last-4:nth-last-child(3),
body .gkCols6 .box.gkmod-more.gkmod-last-4:nth-last-child(4),
body .gkCols6 .box.gkmod-more.gkmod-last-5:last-child,
body .gkCols6 .box.gkmod-more.gkmod-last-5:nth-last-child(2),
body .gkCols6 .box.gkmod-more.gkmod-last-5:nth-last-child(3),
body .gkCols6 .box.gkmod-more.gkmod-last-5:nth-last-child(4),
body .gkCols6 .box.gkmod-more.gkmod-last-5:nth-last-child(5) {
	width: 100%!important;
}

/* article fix */
#gkContent article > time {
	display: none!important;
}
#gkContent article > time + header {
	padding-left: 0!important;
}
#gkContent article header li.itemDate,
#gkContent article header li.item-date {
	display: block;
}

/* NSP adjustments */
.nspArtPage .nspArt {
	border-top: 0px solid #eee!important;
	border-left: none!important;
	padding-top: 20px 0px!important;
	width: 90%!important;
	margin:0 5% !important;
}
.nspArtPage .nspArt:first-child {
	border-top: none!important;
}

/* other elements */
article header h1, 
.category header {
	line-height: 32px;
	padding: 18px 0 0px;
}

article header h1, 
.category header, 
article header h2 {
	font-size: 24px;
}

h1 {
	font-size: 28px;
}

h2, 
.componentheading,
.category header h2 {
	font-size: 28px;
}

article header h2 {
	line-height: 32px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}

#gkSocialAPI {
	overflow: hidden;
}

.cols-2 .column-2, 
.cols-3 .column-3 {
	padding: 0!important;
}

.itemComments .itemCommentsList li img {
	float: left;
	margin-left: 0;
	margin-right: 10px;
	position: static;
}

.itemCommentsList li h3 {
	float: none;
	margin-top: 5px;
}

#gkMainbody .registration {
	width: 100%;
}

/* NSP */
.box.header .nspImageWrapper h4 {
	font-size: 14px!important;
}

.nspArts,
.nspLinksWrap {
	clear: both;
	float: left!important;
	width: 100%!important;
	padding:0px;
}

/* Image Show and NSP Portal Modes */
#gkHeaderMod {
	overflow: hidden;
}

.gkIsWrapper-gk_storebox {
	//margin: 140px 0 0 0;
	margin: 0 0 0 0;
	min-height: 120px;
}

.gkIsWrapper-gk_storebox .gkIsOverlay {
	//background-image: url('../images/header_gradient_mobile.png');
}

.gkNspPM-NewsGallery {
	padding: 10px 0;
}

.gkNspPM-NewsGallery > a {
	display: none;
}
.gkMenu > ul > li > .childcontent .gkcol{
	float:none;
	margin: 0 auto;
	border:none;
	padding:10px 0;
}
.gkNspPM-ProductGallery.gkPagination {
	padding: 20px 25px;
}

.gkNspPM-ProductGallery.gkPagination > a {
	display: none;
}

#gkHeaderBottom .box {
	padding: 0 0px;
}

/* Other */
#gkPageContent {
	padding: 0px!important;
}

.gkPriceTable {
	padding: 20px 0;
}

.gkPriceTable dl {
	margin: 20px auto!important;
	width: 100%!important;
}
.social-links {
  float: left;
  margin-top: 10px;
  width: auto;
  clear:both;
}
#gkFooterNav li {
	float: left;
}

.gkPopupWrap {
	padding: 12px;
}

#gkPopupLogin, 
#gkPopupCart {
	margin-left: -150px;
	width: 300px!important;
}

#form-login-remember,
#form-login-buttons {
	margin-left: 0;
}

span#fb-auth {
	clear: both;
	display: inline-block;
	margin: 3px 0 0 0;
}

/* K2 fixes */
.itemTagsBlock > span {
	display: block;
	margin: 0 0 10px 0;
	width: 100%;
}

.itemTagsBlock .itemTags {
	margin: 0 0 10px 0!important;
	overflow: hidden;
}

.itemBody.containsItemInfo, 
.itemOtherElements.containsItemInfo,
.itemListView .itemBlock.containsItemInfo {
	margin-left: 0!important;
}
aside.itemAsideInfo {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 20px 0!important;
	position: static!important;
	width: 100%!important;
}
.itemCommentsList li > div > div > span {
	clear: both;
	display: block;
}
.itemCommentsList li > div {
	margin-left: 0!important;
	padding-left: 0!important;
}
.itemComments h3 {
	font-size: 30px;
	padding: 30px 0 0;
}
.items-row > div {
	margin-bottom: 30px;
	padding: 0!important;
}
article header h1,
article header h2 {
	font-size: 24px!important;
	line-height: 1.2;
}
.genericView .itemView {
	padding: 0!important;
	width: 100%!important;
}
.itemAuthorDetails {
	clear: both;
	margin-left: 0!important;
}
.itemComments .itemCommentsList li > div > span > * {
	float: left;
}
.itemComments .itemCommentsList li > div > span {
	clear: both;
	display: block;
	float: none;
	overflow: hidden;
	padding: 5px 0;
	width: 100%;
}

/* VM */
.width50,
.width40,
.width33,
.width25,
.width20 {
	clear: both;
	float: none!important;
	margin: 0 auto;
	width: 100%!important;
}
.productDetails .floatright,
.productDetails .floatleft {
	clear: both;
	float: none!important;
	margin: 20px 0;
	width: 100%;
}
.productDetails .additional-images .floatleft {
	clear: none;
	float: left!important;
	width: auto;
}
.row > div {
	float: none!important;
}
.width50 .spacer img,
.width40 .spacer img,
.width33 .spacer img,
.width25 .spacer img,
.width20 .spacer img {
	display: block;
	margin: 0 auto;
}
.product-related-products, 
.product-related-categories {
	text-align: center;
}
.product-related-products > div, 
.product-related-categories > div {
	border-right: none!important;
	margin: 0 auto;
	float: none!important;
	clear: both!important;
}
.orderby-displaynumber:after {
	clear: both;
	content: "";
	display: table;
}
.orderby-displaynumber .display-number {
	clear: both;
	float: left;
	margin-top: 10px;
	min-width: 150px!important;
	text-align: left;
}
.vertical-separator {
	padding: 0!important;
}
.row .product,
.row .category {
	margin-bottom: 20px!important;
}
.width20:nth-child(odd),
.width25:nth-child(odd) {
	clear: both!important;
	padding-left: 0!important;
	padding-right: 0px!important;	
}
.width20:nth-child(even),
.width25:nth-child(even) {
	padding-left: 0px!important;
	padding-right: 0!important;	
}

#product-tabs,
.gkTabsWrap ol,
#ui-tabs ul#tabs {
	border: 1px solid #e5e5e5;
	margin: 20px 0 -1px;
	overflow: hidden;
}

#product-tabs li,
.gkTabsWrap ol li,
#ui-tabs ul#tabs li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: none!important;
	border-top: 1px solid #e5e5e5!important;
	text-align: center;
	width: 100%;
}

#product-tabs li:first-child,
.gkTabsWrap ol li:first-child,
#ui-tabs ul#tabs li:first-child {
	border-top: none!important;
}

#product-tabs li.active,
.gkTabsWrap ol li.active,
.gkTabsWrap ol li.active:hover,
#ui-tabs ul#tabs li.current {
	border: none!important;
	border-top: 1px solid #e5e5e5!important;
}
#facebox {
	max-width: 300px!important;
}
#facebox .popup > div > div > h4 {
	min-width: 200px!important;
	max-width: 300px!important;
}

.gkmenu .gkNspPM-ProductGallery .gkImagesWrapper.gkImagesCols4 > div{
	width:100% !important;
}

/* User Login */
#panel .content .left,#panel .left.right{
	float:none;
	width:100%;
	padding: 0px;
	min-height:175px;
}
#panel input[type="text"], #panel input[type="password"], #panel input[type="email"]{
	min-width:215px;
}
#panel #form-login-buttons{
	float: right;
	margin-right:0;
}
#panel .content label{
	width:73px!important;
}
span.form-text{
	float:left;
	margin-right:0;
	width:195px;
}

.browse-view .sidebar{
	float:none;
	width:100%;
}
.browse-view div.sidebar-pad{
	padding-left:0;
	padding-right:0;
}
.browse-view .rightbar{
	width:100%;
	float:none;
}


div.acymailing_module, .acymailing_module div {
	width: auto !important;
	clear:left;
	margin: 0px 0px 15px 0px !important;
}
.other-countries {
  margin-left: 0px;
}
.social-links {
  margin-left: 0px;
}
table.acymailing_form{
	clear: both;
	float: left;
}
#gkFooterContainer > div {
  padding: 19px 30px;
}
#gkFooterNav {
  width: auto;
}
.promo {
  width: 100%;
}
.browse-view .row .product .spacer div.width65 img, .related-products-view .row .product .spacer img {
  max-width: 100%;
  width: 100%;
}
.category-view .row .category .spacer, .featured-view .spacer, .latest-view .spacer, .topten-view .spacer, .related-products-view .spacer, .browse-view .row .product .spacer, .manufacturer-view-default .row .manufacturer .spacer {
  padding: 10px;
}
.product .width65{
	width:100%;
}
.width35 {
  width: 100%;
}
#gkMainbody #vm_productdetails-view_bg {
	background-color: #FFFFFF;
	background-image: none;
	text-align: left;
	padding: 15px;
}
ul.selector {
  display: block;
  position: static;
  float:none;
  width:100%;
  top:auto;
  right:auto;
}
ul.selector li a.single {
	height: 25px;
	width: 23px;
	background-position: left bottom;
}
ul.selector li a.grid {
	height: 25px;
	width: 23px;
	background-position: left bottom;
}
.productDetails .main-image {
  margin-top: 0px;
}
.browse-view .product .spacer, .productDetails .main-image {
  overflow: hidden;
  position: relative;
  clear:both;
}
div.gk-product-tab {
  padding: 20px;
}
div.product-model-title p {
  font-size: 14px;
  font-weight: bold;
  padding-left: 20px;
  padding-top: 0px;
}
div.product-model-image a {
  display:block;
}
div.addtocart-area {
  float: left;
  min-width: 280px;
}
div.productDetails .additional-images {
  left: 0;
  margin: 0;
  overflow: hidden;
  position: static;
  text-align: center;
  top: 70px;
  width: 100%;
}
#compare_box_container {
	width:240px;	
}
#toppanel .link {
  padding:0px 20px;
}
#gkMobileMenu {
  margin-top: 80px;
}

.configurator .productDetails .main-image {

}
.configurator-details.floatright {
  float:none;
  text-align:left;
}
#config-images {
  top: 50px;
}

.configurator .tab {
	padding: 10px 0px 10px 0px !important;
}
.configurator .productDetails .floatleft {
  margin: 0px 0px 20px 0px;
}
.configurator .productDetails .floatright {
  margin: 0px 0px 20px 0px;
}
ul.config-list li a {
  display: block;
  float: left;
  margin: 0 5px 10px 0;
  padding: 0;
  width: 105px;
}
div.link .social-links {
display:none;
}
.tab ul.login {
	display: block;
	float: right;
	width: 100%;
	background-position: right top;
	max-width: 100%;
}
.tab ul.login li.topsearch {
  display: block;
}
.tab ul.login li {
  margin-left: 10%;
  width:65%;
}
.tab ul.login li#toggle {
margin-left:0px;
width:25%;
}
.tab a.open, .tab a.close {
  width: 100%;
}
.topsearch input, #toppanel .topsearch input[type="text"] {
  width: 85%;
  max-width:165px !important;
}
.search .button {
  width: 15%;
  max-width:29px !important;
}
div.videomodule.k2ItemsBlock {
  padding-right: 20px;
}
.tab ul.login li#toggle {
float:right;
}
#bd_results {
	padding:0px 20px;	
}
#bannerListLeading div.bannerContainer:nth-child(2n+1) {
	clear:none;
}
#bannerListLeading div.bannerContainer:nth-child(1n+1) {
	clear:both;
}
#lightbox-content div.bannerimg img {
width:100% !important;
}

div.catProductPrice .width20 {
  clear: none;
  float: left !important;
  margin: 0;
  width: 20% !important;
}
div.catProductPrice .width20:nth-child(2n+1) {
  clear: none !important;
}