@charset "utf-8";/**
 * SqueezeBox - Expandable Lightbox
 *
 * Allows to open various content as modal,
 * centered and animated box.
 *
 * @version		1.3
 *
 * @license		MIT-style license
 * @author		Harald Kirschner <mail [at] digitarald.de>
 * @author		Rouven Weßling <me [at] rouvenwessling.de>
 * @copyright	Author
 */

#sbox-overlay {
	position: fixed;
	background-color: #000;
	left: 0px;
	top: 0px;
}

#sbox-window {
	position: absolute;
	background-color: #fff;
	text-align: left;
	overflow: visible;
	padding: 10px;
	/* invalid values, but looks smoother! */
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#sbox-window[aria-hidden=true],
#sbox-overlay[aria-hidden=true] {
	display: none;
}

#sbox-btn-close {
	position: absolute;
	width: 30px;
	height: 30px;
	right: -15px;
	top: -15px;
	background: url(/media/system/images/modal/closebox.png) no-repeat center;
	border: none;
}

.sbox-loading #sbox-content {
	background-image: url(/media/system/images/modal/spinner.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#sbox-content {
	clear: both;
	overflow: auto;
	background-color: #fff;
	height: 100%;
	width: 100%;
}

.sbox-content-image#sbox-content {
	overflow: visible;
}

#sbox-image {
	display: block;
}

.sbox-content-image img {
	display: block;
	width: 100%;
	height: 100%;
}

.sbox-content-iframe#sbox-content {
	overflow: visible;
}

/* Hides scrollbars */
.body-overlayed {
	overflow: hidden;
}

/* Hides flash (Firefox problem) and selects (IE) */
.body-overlayed embed, .body-overlayed object, .body-overlayed select {
	visibility: hidden;
}

#sbox-window embed, #sbox-window object, #sbox-window select {
	visibility: visible;
}

/* Shadows */
#sbox-window.shadow {
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}

.sbox-bg {
	position: absolute;
	width: 33px;
	height: 40px;
}

.sbox-bg-n {
	left: 0;
	top: -40px;
	width: 100%;
	background: url(/media/system/images/modal/bg_n.png) repeat-x;
}
.sbox-bg-ne {
	right: -33px;
	top: -40px;
	background: url(/media/system/images/modal/bg_ne.png) no-repeat;
}
.sbox-bg-e {
	right: -33px;
	top: 0;
	height: 100%;
	background: url(/media/system/images/modal/bg_e.png) repeat-y;
}
.sbox-bg-se {
	right: -33px;
	bottom: -40px;
	background: url(/media/system/images/modal/bg_se.png) no-repeat;
}
.sbox-bg-s {
	left: 0;
	bottom: -40px;
	width: 100%;
	background: url(/media/system/images/modal/bg_s.png) repeat-x;
}
.sbox-bg-sw {
	left: -33px;
	bottom: -40px;
	background: url(/media/system/images/modal/bg_sw.png) no-repeat;
}
.sbox-bg-w {
	left: -33px;
	top: 0;
	height: 100%;
	background: url(/media/system/images/modal/bg_w.png) repeat-y;
}
.sbox-bg-nw {
	left: -33px;
	top: -40px;
	background: url(/media/system/images/modal/bg_nw.png) no-repeat;
}
@media (max-width: 979px) {
	#sbox-btn-close {
		right: -10px;
		top: -10px;
	}
}
@media (max-device-width: 979px) {
	#sbox-content {
		-webkit-overflow-scrolling: touch;
	}
	#sbox-content.sbox-content-iframe {
		overflow: scroll;
		-webkit-overflow-scrolling: touch;
	}
}
/*
#------------------------------------------------------------------------
# Store Box - March Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2007-2013 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: support@gavick.com 
*/

.k2FeedIcon a,
a.k2FeedIcon {
	display: block;
	height: 21px;
	line-height: 21px;
	margin: 32px 0 0;
	padding: 0 0 0 32px;
	float: left;
	font-size: 13px;
	color: #999;
	background: url(/templates/gk_storebox/images/k2/rss.png) no-repeat 0 0;
}
.k2FeedIcon a:hover,
a:hover.k2FeedIcon {
	color: #222;
}
.k2FeedIcon {
	float: none!important;
}
.activeCategory a { color: #FF7E57}
/* item view */

article header ul + ul {
	border: 1px solid #e5e5e5;
	border-left: none;
	border-right: none;
}
article header ul + ul li {
	line-height: 28px;
}
h1 > sup,
h2 > sup {
	background: #FF7E57;
	color: #fff;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: normal;
	line-height: 20px;
	padding: 0 8px;
	position: absolute;
	right: 0;	
	top: -2.5em;
	text-transform: uppercase;
	
}
ul li.itemResizer a {
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url(/templates/gk_storebox/images/k2/fonts.png) no-repeat 100% 5px;
	text-indent: -9999em;
}
ul li.itemResizer span {
	padding: 0 6px 0 0;
}
ul li.itemResizer #fontIncrease {
	background-position: 0 5px;
}
.smallerFontSize {
	font-size: 90% !important;
}
.largerFontSize {
	font-size: 115% !important;
}


.itemPrint a, .itemEmail a { color: #242424 !important}
.itemImageBlock {
	margin: 0 0 40px;
	overflow: hidden;
	position: relative;
}
.itemImage {
	display: block;
	line-height: 0;
	overflow: hidden;
}
.itemImageBlock img {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		 -o-box-sizing: border-box;
			box-sizing: border-box;
	display: block;
	height: auto;
	max-width: 100%;
	padding: 0;
	-webkit-transition: all .18s linear;
	-moz-transition: all .18s linear;
	-ms-transition: all .18s linear;
	-o-transition: all .18s linear;
	transition: all .18s linear;
	width: 100%;
}
.itemImageBlock img:hover { 
	-webkit-transform: scale(1.06);
	-moz-transform: scale(1.06);
	-ms-transform: scale(1.06);
	-o-transform: scale(1.06);
	transform: scale(1.06);
}
.itemImageCaption {
	display: block;
	color: #999;
	padding: 8px 0 0;
	
	font-size: 11px;
}
.itemImageBlock > a {
	display: block;
	width: 100%;
}
.itemExtraFields ul li span.itemExtraFieldsValue,
.itemLinks .itemCategory a,
.itemLinks .itemTagsBlock ul {
	display: block;
	margin: 0 0 0 21%;
}
.itemBottom .itemRatingBlock span,
.itemBottom .itemRatingBlock .itemRatingList,
.itemBottom .itemRatingBlock .itemRatingForm ul.itemRatingList li,
.itemLinks .itemCategory span,
.itemLinks .itemAttachmentsBlock > span,
.itemExtraFields ul li span.itemExtraFieldsLabel,
.itemLinks .itemTagsBlock span,
.itemLinks .itemTagsBlock ul li,
.latestView .itemsContainer {
	float: left;
}
.latestView {
	margin: 0 -10px;
}
.itemBottom {
	clear: both;
	margin: 0 0 6px;
}
.itemLinks {
	clear: both;
	margin: 38px 0;
}
.itemLinks .itemTagsBlock,
.itemLinks .itemSocialSharing {
	clear: both;
	overflow: hidden;
	
}
.itemSocialSharing {
	
	padding: 20px 0;
	margin-top: 38px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	
    
}
.itemExtraFields {
	margin: 8px 0 24px;
	font-size: 12px;
}
.itemExtraFields h3 {
	padding: 0 0 8px;
	font-size: 18px;
}
small.itemDateModified {
	display: block;
	text-align: right;
	font-style: italic
}
.itemRatingBlock {
	overflow: hidden;
}
.itemRatingBlock span {
	float: left;
}
.itemRatingForm {
	display: block;
	vertical-align: middle;
	line-height: 25px;
	margin-left: 20%;
}
.itemRatingLog {
	margin: -2px 0 0;
	padding: 0 0 0 4px;
	float: left;
	line-height: 25px;
	font-size: 11px;
	color: #999
}
span#formLog {
	display: block;
	float: none;
	clear: both;
	color: white;
	background: #FF7E57;
	text-align: center;
	margin: 10px 0;
	position: relative;
	top: 10px;
}
.itemRatingForm .formLogLoading {
	height: 25px;
	padding: 0 0 0 20px;
}
.itemRatingList,
.itemRatingList a:hover,
.itemRatingList .itemCurrentRating {
	background: url(/templates/gk_storebox/images/k2/star.png) left -1000px repeat-x;
}
.itemRatingList {
	position: relative;
	float: left;
	width: 125px;
	height: 25px;
	overflow: hidden;
	list-style: none;
	margin: 0 6px !important;
	padding: 0;
	background-position: left top;
}
.itemRatingList li {
	display: inline;
	background: none;
	padding: 0;
	border: none !important;
}
.itemRatingList a,
.itemRatingList .itemCurrentRating {
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -1000px;
	height: 25px;
	line-height: 25px;
	outline: none;
	overflow: hidden;
	border: none;
	cursor: pointer;
}
.itemRatingList a:hover {
	background-position: left center;
}
.itemRatingList a.one-star {
	width: 20%;
	z-index: 6;
}
.itemRatingList a.two-stars {
	width: 40%;
	z-index: 5;
}
.itemRatingList a.three-stars {
	width: 60%;
	z-index: 4;
}
.itemRatingList a.four-stars {
	width: 80%;
	z-index: 3;
}
.itemRatingList a.five-stars {
	width: 100%;
	z-index: 2;
}
.itemRatingList .itemCurrentRating {
	z-index: 1;
	background-position: 0 bottom;
	margin: 0;
	padding: 0;
}
.itemTags li a,
.k2TagCloudBlock a,
.moduleItemTags a {
}
.itemTags li a:hover,
.moduleItemTags a:hover {
	background-position: 0 100%;
}
.k2TagCloudBlock a {
	background-image: none;
	height: auto;
	line-height: normal;
}
.itemExtraFields ul li {
	list-style: none;
	padding: 5px 0;
	border-top: 1px solid #eee;
}
.itemLinks ul li {
	list-style: none;
	margin-right: 10px;
}
.itemTagsBlock ul li:after { 
	content: ",";
}

.itemAttachmentsBlock {
	margin: 0 0 48px;
	background: #FF7E57 url(/templates/gk_storebox/images/style1/typography/tips.png) no-repeat 6px 3px;
	min-height: 38px;
	padding: 10px 10px 10px 80px;
}

.itemLinks .itemAttachmentsBlock ul li a {
	color: #fff !important;
	font-weight: 400;
	margin-left: 12px;
}
.itemLinks .itemAttachmentsBlock ul li a span { 
	font-weight: normal; 
	font-size: 11px;
}
.itemLinks .itemSocialSharing > div {
	float: left;
}
.itemAuthorBlock {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
	clear: both;
	float: left;
}
.itemAuthorBlock > .gkAvatar {
	float: left;
	padding: 12px;
	max-width: 80px;
}
.itemAuthorBlock > .gkAvatar > img {
	margin: inherit!important
}
.itemAuthorBlock .itemAuthorDetails {
	margin: 0 24px 0 130px;
	line-height: 1.7;
}
.itemAuthorBlock .itemAuthorDetails p {
	margin: 0.5em 0 0.8em;
}
.itemAuthorUrl,
.itemAuthorEmail {
	font-size: 12px;
}
.itemAuthorData {
	overflow: hidden;
	margin: 0 0 36px;
	padding: 16px;
	background: #fbf9f4;
}
.itemAuthorData h3 {
	font-size: 20px;
	font-weight: 400;
	color: #242424
}
.itemAuthorData a { color: #242424 !important}
.itemAuthorData .itemAuthorContent {
	
	margin: 0;
}
.itemAuthorContent {
	margin: 0 0 32px 0;
	overflow: hidden;
}

.itemAuthorContent ul li {
	background: url(/templates/gk_storebox/images/style1/typography/bullet1.png) no-repeat 0 12px;
	
	line-height: 1.6;
	padding: 5px 0 0 24px;
	
}

.itemNavigation {
	clear: both;
	padding: 0;
	font-size: 12px;
	color: #7D7B7A;
}
.itemAuthorContent ul li a:hover {
	color: #2f3336;
}
.itemComments h3, .itemAuthorContent h3 { 
   border-top: 1px solid #e5e5e5;
   font-size: 36px;
    line-height: 1;
	padding: 38px 0 12px
    }
.itemCommentsForm label {
	display: block;
	clear: both;
	padding: 12px 0 6px
}
.itemCommentsForm textarea,
.itemCommentsForm .inputbox {
	float: left;
}
.itemCommentsForm textarea.inputbox {
	height: 200px;
}
.itemCommentsForm .inputbox {
	width: 100%;
}
.itemCommentsForm #submitCommentButton {
	clear: both;
	margin: 20px 0 0;
}
.itemCommentsForm .itemCommentsFormNotes {
	margin: 0 0 24px;
	color: #999;
	font-size: 13px;
	
}
#itemCommentsAnchor {
	clear: both;
	
	
}
.itemComments p {margin: 0.5em 0}
.itemComments .itemCommentsList {
	clear: both;
	padding: 36px 0 12px;
}
.itemComments .itemCommentsList li {
	border-top: 1px solid #e5e5e5;
	margin: 0 0 24px;
	padding: 24px 0 0;
	
}
.itemComments .itemCommentsList li > div { 
	padding: 10px;
}

.itemComments .itemCommentsList li > img, .k2LatestCommentsBlock img, .itemAuthorBlock > .gkAvatar > img{
	float: left;
	border-radius: 50%;
	   -webkit-border-radius: 50%;
	      -moz-border-radius: 50%;
	         -o-border-radius: 50%;
	
	margin: 18px 0 0;
	
}
.itemComments .itemCommentsList li > div {
	margin: 0 0 0 92px;
}
.itemComments .itemCommentsList li span {
	margin-right: 16px;
	font-size: 13px;
	color: #999
	
}
.itemComments .itemCommentsList li span:first-child { font-size: 16px; font-weight: 600; color: #242424;}
.itemComments .itemCommentsList li span:first-child a { color: #242424 !important}
a.commentLink { float: right}
.itemBackToTop {
	float: right;
}
/* Items views */

.itemList ul.itemTags {
	clear: both;
	padding: 12px 0 0 0;
}
.itemTags {
	padding-left: 4px !important;
}
.itemList ul.itemTags li {
	float: left;
}
.clr {
	clear: both;
}
.itemListSubCategories {
	overflow: hidden;
}
.userView article,
.genericView article,
.itemList article {
	clear: both;
	margin-top: 38px !important;
}
/*.itemListSubCategories h2*/
.subCategoryContainer {
	float: left;
	margin-bottom: 32px;
}
.subCategoryContainer .subCategory {
	margin: 0 32px 24px 0;
}
.itemContainer {
	float: left;
}
.itemList article {
	border-top: 1px solid #e5e5e5;
	padding-top: 24px;
}
.itemsContainer:first-child .itemList article,
.itemsContainer .itemsContainerWrap .itemList article, 
#itemListLeading .itemContainer:first-child article.itemView,
.genericView .itemList article:first-child  { 
    border: none; 
	margin-top: 0;
	padding: 0
}
.genericView > header > h1 { border-bottom: 1px solid #efefef;  font-size: 24px; margin: 0 0 12px; padding: 0 0 20px;}
#itemListLinks {
	clear: both;
}
#itemListLinks ul {
	margin: 12px 0 0 0;
}
#itemListLinks li {
	background: url(/templates/gk_storebox/images/style1/typography/bullet-square2.png) no-repeat 0 6px;
	padding-left: 24px;
	font-size: 13px;
}
#itemListLinks a {
	color: #737373;
}
#itemListLinks a:hover {
	color: #2f3336;
}
/* Modules */
/*----------------------------------------------------------------------
Modules:  mod_k2_comments
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
Modules:  mod_k2_comments
----------------------------------------------------------------------*/
/* Latest Comments & Author module*/
.k2LatestCommentsBlock .k2FeedIcon {
	margin-top: 16px;
}
.k2LatestCommentsBlock ul li,
.k2TopCommentersBlock ul li {
	padding: 12px 0 !important;
	list-style: none !important;
	line-height: 1.5 !important;
}
.k2Avatar {
	display: block !important;
	float: left;
	margin: 0 24px 0 0;
}
.lcAvatar {
	margin: 0 12px 0 0;
}
.lcAvatar img { margin: 0;}
.lcUsername {
	font-weight: 600;
	font-size: 12px;
}
.k2LatestCommentsBlock div {
	margin-left: 72px
	
}
.k2LatestCommentsBlock div p { margin: 0.3em 0}

.k2AuthorsListBlock ul li {
	border: none;
	border-bottom: 1px solid #eee;
	padding: 12px 0;
}
.k2AuthorsListBlock ul li a.abAuthorLatestItem {
	display: block;
	clear: both;
	margin: 12px 0 0;
	padding: 0 0 0 12px;
	font-size: 11px;
	line-height: 14px;
}
.k2AuthorsListBlock ul li a.abAuthorLatestItem span {
	display: block;
	font-size: 10px;
	color: #777;
}
/* Restriction */
#gkRight .k2Avatar,
#gkLeft .k2Avatar {
	border-color: #fff;
}
/* Top Commenters */
.tcUsername {
	font-size: 18px;
	color: #333;
}
.tcLatestComment {
	display: block;
	margin: 6px 0;
	font-size: 13px;
	color: #737373;
}
.tcLatestCommentDate {
	display: block;
	font-size: 11px;
	color: #999;
}
/*----------------------------------------------------------------------
Modules:  mod_k2_content
----------------------------------------------------------------------*/
div .k2ItemsBlock ul {
	margin-right: -20px;
}
div .k2ItemsBlock ul li {
	margin: 0 0 12px;
	background: none !important;
	padding: 12px 20px 12px 0 !important;
	list-style: none !important;
}
a.moduleItemTitle {
	color: #2f3336;
	display: block;
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
}
.moduleItemAuthor {
	overflow: hidden;
	margin: 0 0 16px;
	font-size: 11px;
	border-bottom: 1px solid #e5e5e5;
}
.moduleItemAuthor a {
	color: #2f3336;
	display: block;
	font: bold 12px Verdana, Geneva, sans-serif;
	padding: 0 0 12px;
}
.moduleItemAuthor p {
	clear: both;
}
.moduleItemIntrotext {
	display: block;
	padding: 12px 0 0;
	line-height: 1.6;
}
.moduleItemIntrotext a.moduleItemImage img {
	float: left;
	overflow: hidden;
	margin: 4px 0;
}
.moduleItemDateCreated,
.moduleItemCategory {
	font: normal 10px Verdana, Geneva, sans-serif;
	color: #999;
}
.moduleItemExtraFields ul li span.moduleItemExtraFieldsLabel {
	display: block;
	float: left;
	font-weight: bold;
	margin: 0 4px 0 0;
	width: 30%;
}
.moduleItemTags,
.moduleAttachments {
	overflow: hidden;
	border-top: 1px solid #e5e5e5;
	margin: 12px 0 0;
	padding: 12px 0 0;
}
.moduleItemTags strong {
	font-size: 12px;
	color: #2f3336;
}
.moduleItemTags a {
	float: right;
}
a.moduleItemComments {
	font-size: 12px;
}
a:hover.moduleItemComments {
	background-position: 0 100%;
	color: #fff;
}
.k2ItemsBlock ul li span.moduleItemHits {
	font-size: 90%;
}
.moduleItemImage {
	display: block;
	margin-bottom: 10px;
	overflow: hidden;
	width: 100%;
}
.moduleItemReadMore {
	display: block;
	clear: both;
}
/*---Modules:  mod_k2_login ---*/
.k2LoginBlock fieldset.input {
	margin: 0;
	padding: 0 0 8px 0;
}
.k2LoginBlock fieldset.input p {
	margin: 0;
	padding: 0 0 4px 0;
}
.k2LoginBlock fieldset.input p label,
.k2LoginBlock fieldset.input p input {
	display: block;
}
.k2LoginBlock fieldset.input p#form-login-remember label,
.k2LoginBlock fieldset.input p#form-login-remember input {
	display: inline;
}
.k2UserBlock p.ubGreeting {
	border-bottom: 1px dotted #eee;
}
.k2UserBlock .k2UserBlockDetails span.ubName {
	display: block;
	font-weight: bold;
	font-size: 14px;
}
/* ---Modules:  mod_k2_tools ---*/
/* ---Breadcrumbs ---*/
.k2BreadcrumbsBlock span.bcTitle {
	padding: 0 4px 0 0;
	color: #999;
}
.k2BreadcrumbsBlock span.bcSeparator {
	padding: 0 4px;
	font-size: 14px;
}
/* ---Calendar ---*/
.k2CalendarBlock {
	margin-bottom: 8px;
}
/* use this height value so that the calendar height won't change on Month change via ajax */
.k2CalendarLoader {
	background: #fff;
}
.k2CalendarBlock table.calendar {
	width: 100%;
	margin: 0 auto;
	background: #fff;
	border-collapse: collapse;
	border-left: 1px solid #eee;
}
.k2CalendarBlock table.calendar tr td {
	text-align: center;
	vertical-align: middle;
	padding: 3px;
	border: 1px solid #eee;
	background: #fff;
}
.k2CalendarBlock table.calendar tr td.calendarNavMonthPrev,
.k2CalendarBlock table.calendar tr td.calendarNavMonthNext {
	background: #fff;
	text-align: center;
	font-size: 15px !important;
}
.k2CalendarBlock table.calendar tr td.calendarDayName {
	background: #f5f5f5;
	font-size: 11px;
	width: 14.2%;
	color: #333;
	font-weight: 600;
}
.k2CalendarBlock table.calendar tr td.calendarDateEmpty {
	background: #fbfbfb;
}
.k2CalendarBlock table.calendar tr td.calendarDate {
	font-size: 11px;
}
.k2CalendarBlock table.calendar tr td.calendarDateLinked {
	padding: 0;
}
.k2CalendarBlock table.calendar tr td.calendarDateLinked a {
	display: block;
	padding: 2px;
}
.k2CalendarBlock table.calendar tr td.calendarDateLinked a:hover {
	display: block;
	background: #FF7E57;
	color: #fff !important;
	padding: 2px;
}
.k2CalendarBlock table.calendar tr td.calendarToday {
	background: #FF7E57;
	color: #fff;
}
.k2CalendarBlock table.calendar tr td.calendarTodayLinked {
	background: #f5f5f5;
	
	padding: 0;
}
table.calendar tr td.calendarTodayLinked a {
	display: block;
	padding: 2px;
	color: #FF7E57;
	font-size: 12px;
	font-weight: bold
}
.k2CalendarBlock table.calendar tr td.calendarTodayLinked a:hover {
	display: block;
	background: #FF7E57;
	color: #fff;
	padding: 2px;
}
.calendarNavLink { 
	color: #FF7E57; 
}
/* restriction */
.gkColumns > aside .k2CalendarBlock table.calendar,
.gkColumns > aside .k2CalendarBlock table.calendar tr td {
	background: none;
	border: none;
	color: #fff;
}
.gkColumns > aside .k2CalendarBlock table.calendar tr td.calendarDateLinked a {
	font-weight: 700;
	font-size: 18px;
}
.gkColumns > aside .calendarNavMonthPrev,
.gkColumns > aside .calendarCurrentMonth,
.gkColumns > aside .calendarNavMonthNext {
	background: #2f3336 !important;
}

.k2TagCloudBlock a {
	color: #999;
    display: block;
    float: left;
    margin: 5px 10px 5px 0;
}

.k2TagCloudBlock a:hover {
  background: none
}

/* ---Category Tree Select Box ---*/
.k2CategorySelectBlock form select {
	width: auto;
}
/*--- Archive module ---*/


.k2ArchivesBlock ul li b {
    color: #ccc;
    font-size: 11px;
    font-weight: 400;
    padding: 0 0 0 4px;
}

/* ---Tag Cloud ---*/
.k2TagCloudBlock {
	padding: 8px 0 0 4px;
	font-size: 15px;
}
.k2TagCloudBlock a {
	float: left;
	margin-bottom: 6px;
}
/* ---Google Search ---*/
#k2Container .gsc-branding-text {
	text-align: right;
}
#k2Container .gsc-control {
	width: 100%;
}
#k2Container .gs-visibleUrl {
	display: none;
}
/* ---Modules:  mod_k2_users ---*/
a.ubUserFeedIcon,
a.ubUserFeedIcon:hover {
	display: inline-block;
	margin: 0 2px 0 0;
	padding: 0;
	width: 16px;
	height: 16px;
}
a.ubUserFeedIcon span,
a.ubUserFeedIcon:hover span {
	display: none;
}
a.ubUserURL,
a.ubUserURL:hover {
	display: inline-block;
	margin: 0 2px 0 0;
	padding: 0;
	width: 16px;
	height: 16px;
}
a.ubUserURL span,
a.ubUserURL:hover span {
	display: none;
}
span.ubUserEmail {
	display: inline-block;
	margin: 0 2px 0 0;
	padding: 0;
	width: 16px;
	height: 16px;
	overflow: hidden;
}
span.ubUserEmail a {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 16px;
	height: 16px;
	text-indent: -9999px;
}
.k2UsersBlock ul li h3 {
	clear: both;
	margin: 8px 0 0 0;
	padding: 0;
}
.catCounter {
	font-size: 11px;
	font-weight: normal;
}
/* Rating form fix */
article header .itemRatingBlock > span {
	display: none;
}
article header .itemRatingBlock > div {
	margin: 3px 0 0 0;
}
/* Fix for the categories view */

.itemContainerLast:first-child .itemImageBlock,
.clr + .itemContainerLast .itemImageBlock {
	padding: 0;
}
.itemCommentsPagination ul li {
	display: inline-block;
	margin: 0 3px;
	font-size: 80%;
}
.itemCommentsPagination ul {
	text-align: right;
}
/* change layout when more than 1 column */
.itemsContainerWrap time + header,
.cols-2 time + header,
.cols-3 time + header,
.cols-4 time + header {
	padding-left: 0!important;
}
.itemsContainer .itemsContainerWrap,
.itemContainer .itemsContainerWrap {
	margin: 0 10px;
}
.itemsContainerWrap .itemView header ul li.itemDate,
.itemsContainerWrap header ul li.item-date,
.cols-2 header ul li.item-date,
.cols-3 header ul li.item-date,
.cols-4 header ul li.item-date {
	display: block;
}

.itemsContainer .itemsContainerWrap .itemList article {
	margin-bottom: 50px;
}

/* Latest Items columns */

#k2Container article header h2 {
	clear: both;
	font-size: 40px;
	line-height: 1.2;
}

#k2Container .itemsContainerWrap article header h2 {
	font-size: 28px;
	line-height: 38px;
}

#k2Container .itemsContainerWrap article header {
	margin-bottom: 10px;
}
.itemIntroText ol,
.itemFullText ol {
	list-style:decimal;
	list-style-position:inside;
}
.itemAuthorContent { clear: both; }
div.itemSocialSharing { overflow: visible!important }

/* 2.7.0 update */
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	background: transparent;
}
.itemSocialSharing > div {
	line-height: 1;
	margin-right: 12px;
}
/*! normalize.css 2012-01-22T23:30 UTC - http://github.com/necolas/normalize.css */

/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/*
 * Prevents modern browsers from displaying 'audio' without controls
 */

audio:not([controls]) {
    display: none;
}

/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */

[hidden] {
    display: none;
}


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/* 
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE6/7
 */

body {
    margin: 0;
}


/* =============================================================================
   Links
   ========================================================================== */

/*
 * Addresses outline displayed oddly in Chrome
 */

a:focus {
    outline: none;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */

a:hover,
a:active {
    outline: none;
}


/* =============================================================================
   Typography
   ========================================================================== */

/*
 * Neutralise smaller font-size in 'section' and 'article' in FF4+, Chrome, S5
 */

h1 {
    font-size: 2em;
}

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/*
 * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
*/

b, 
strong { 
    font-weight: 400; 
}

blockquote {
    margin: 1em 40px;
}

/*
 * Addresses styling not present in S5, Chrome
 */

dfn {
    font-style: italic;
}

/*
 * Addresses styling not present in IE6/7/8/9
 */

mark {
    background: #ff0;
    color: #000;
}

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */

pre,
code,
kbd,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */

/* 1 */

q {
    quotes: none;
}

/* 2 */

q:before,
q:after {
    content: '';
    content: none;
}

small {
    font-size: 75%;
}

/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}


/* =============================================================================
   Lists
   ========================================================================== */

ul,
ol {
    margin: 0;
    padding: 0 0 0 40px;
}

dd {
    margin: 0px;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE9 
 */

svg:not(:root) {
    overflow: hidden;
}


/* =============================================================================
   Figures
   ========================================================================== */

/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */

figure {
    margin: 0;
}


/* =============================================================================
   Forms
   ========================================================================== */

/*
 * Corrects margin displayed oddly in IE6/7
 */

form {
    margin: 0;
}

/*
 * Define consistent border, margin, and padding
 */

fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects text not wrapping in FF3 
 * 3. Corrects alignment displayed oddly in IE6/7
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */

button,
input {
    line-height: normal; /* 1 */
}

/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *    Known issue: inner spacing remains in IE6
 */

button,
input[type="button"], 
input[type="reset"], 
input[type="submit"] {
    cursor: pointer; /* 1 */
    -webkit-appearance: button; /* 2 */
    *overflow: visible;  /* 3 */
}

/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 * 3. Removes excess padding in IE7
      Known issue: excess padding remains in IE6
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X
 */

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}


/* =============================================================================
   Tables
   ========================================================================== */

/* 
 * Remove most spacing between table cells
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*
#------------------------------------------------------------------------
# Store Box - March Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2007-2013 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: support@gavick.com 
*/
 
/* Base elements and classes */
html {
	border-bottom: 1px solid transparent;
	min-height: 100%;
}
body > div > footer,
body > div > header,
body > div > section,
body > footer,
body > header,
body > section {
	/* class used in the full template-width containers */
	clear: both;
	margin: 0 auto;
}
#gkPageTop {
	overflow: visible; /* Necessary to make menu working */
	width: 100%; /* Necessary to achieve full background width */
}
#gkTop1,
#gkTop2,
#gkBottom1,
#gkBottom2 {
	/* Positions blocks -clearing */
	clear: both;
}

#gkTop1,
#gkTop2 {
	overflow: hidden;
}

#gkTop1 + #gkBreadcrumb,
#gkTop2 + #gkBreadcrumb {
	margin-top: 0;
}

/* clearfix */
#gkPageContent::after,
#gkContent::after,
#gkSidebar::after,
#gkHeaderNav::after,
footer::after,
header::after,
section::after,
aside::after,
article::after,
.box::after,
article header::after,
.itemSocialSharing::after,
#gkTopMenu::after,
article header ul::after,
#gkTop1 > div::after,
#gkTop2 > div::after,
#gkBottom1::after,
#gkBottom2::after,
#gkBottom1 > div::after,
#gkBottom2 > div::after {
	clear: both;
	content: "";
	display: table;
}

/* Columns */
#gkContent,
#gkComponentWrap,
aside#gkSidebar {
	/* Main columns */
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
	float: left;
}
#gkSidebar {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
	padding-left: 40px;
}
#gkContentWrap {
	border-right: 1px solid #efefef;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
	float: left;
	margin-bottom: 35px;
	padding-right: 40px;
}
#gkContentWrap.gkSidebarLeft {
	border-left: 1px solid #efefef;
	border-right: none;
	float: right;
	padding-left: 40px;
	padding-right: 0;
}
#gkContentWrap.gkSidebarLeft + #gkSidebar {
	float: left;
	padding-left: 0;
	padding-right: 40px;
}

.gkContentNoSidebar #gkContentWrap {
	border-left: none!important;
	border-right: none!important;
	padding-left: 0!important;
	padding-right: 0!important;
}

#gkMainbody .box,
#gkMainbodyTop .box,
#gkMainbodyBottom .box {
	margin: 20px 0 0 0;
	padding-left: 0;
	padding-right: 0;
}

#gkMainbody .box:first-child,
#gkMainbodyTop .box:first-child,
#gkMainbodyBottom .box:first-child {
	margin-top: 0;
}

#gkMainbody .box {
	padding-left: 0!important;
	padding-right: 0!important;
	width: 100%;
}

#gkMainbodyTop + #gkMainbody {
	margin-top: 0;
}

#gkMainbody + #gkMainbodyBottom {
	margin-top: 0;
}

#gkMainbody .box,
#gkMainbodyTop .box,
#gkMainbodyBottom .box {
	padding: 0;
}

/* Module groups */
#gkTop1 .box,
#gkTop2 .box,
#gkBottom1 .box,
#gkBottom2 .box {
	/* Columns in the positions blocks */
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
	float: left;
}
/* Joomla columns */
.cols-2 .column-1,
.cols-2 .column-2 {
	width: 50%;
}
.cols-3 .column-1,
.cols-3 .column-2,
.cols-3 .column-3 {
	float: left;
	width: 33.3%;
}
.column-1,
.column-2,
.column-3 {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
	float: left;
}
/*
Layout calculations
 */
#gkMainbody .box {
	margin-top: 30px;
	margin-bottom: 0;
} 

#gkMainbody .box:first-child {
	margin-top: 0;
}

/* base spaces */
body > footer:first-child,
body > header:first-child,
body > section:first-child,
#gkPage > div:first-child,
#gkContent > div:first-child,
#gkComponentWrap > div:first-child {
	margin-top: 0;
}
/* Joomla columns */
.cols-2 .column-1,
.cols-3 .column-1 {
	padding-right: 10px;
}
.cols-2 .column-2,
.cols-3 .column-3 {
	padding-left: 10px;
}
.cols-3 .column-2 {
	padding-left: 10px;
	padding-right: 10px;
}
/* top/bottom modules */

/* 3-column layout */
.gkCols3 .box.gkmod-1,
.gkCols3 .box.gkmod-2,
.gkCols3 .box.gkmod-3,
.gkCols3 .box.gkmod-more {
	float: left;
	padding: 0 10px;	
}
.gkCols3 .box.gkmod-1 {
	width: 100%;	
}
.gkCols3 .box.gkmod-2 {
	width: 50%;
}
.gkCols3 .box.gkmod-3,
.gkCols3 .box.gkmod-more {
	width: 33.3%;
}
.gkCols3 .box.gkmod-more:nth-child(3n+1) {
	clear: both;
}
.gkCols3 .box.gkmod-more.gkmod-last-1:last-child {
	width: 100%!important;
}
.gkCols3 .box.gkmod-more.gkmod-last-2:last-child,
.gkCols3 .box.gkmod-more.gkmod-last-2:nth-last-child(2) {
	width: 50%!important;
}

/* 4-column layout */
.gkCols4 .box.gkmod-1,
.gkCols4 .box.gkmod-2,
.gkCols4 .box.gkmod-3,
.gkCols4 .box.gkmod-4,
.gkCols4 .box.gkmod-more {
	float: left;
	padding: 0 10px;	
}
.gkCols4 .box.gkmod-1 {
	width: 100%;	
}
.gkCols4 .box.gkmod-2 {
	width: 50%;
}
.gkCols4 .box.gkmod-3 {
	width: 33.3%;
}
.gkCols4 .box.gkmod-4,
.gkCols4 .box.gkmod-more {
	width: 25%;
}
.gkCols4 .box.gkmod-more:nth-child(4n+1) {
	clear: both;
}
.gkCols4 .box.gkmod-more.gkmod-last-1:last-child {
	width: 100%!important;
}
.gkCols4 .box.gkmod-more.gkmod-last-2:last-child,
.gkCols4 .box.gkmod-more.gkmod-last-2:nth-last-child(2) {
	width: 50%!important;
}
.gkCols4 .box.gkmod-more.gkmod-last-3:last-child,
.gkCols4 .box.gkmod-more.gkmod-last-3:nth-last-child(2),
.gkCols4 .box.gkmod-more.gkmod-last-3:nth-last-child(3) {
	width: 33.3%!important;
}

/* 6-column layout */
.gkCols6 .box.gkmod-1,
.gkCols6 .box.gkmod-2,
.gkCols6 .box.gkmod-3,
.gkCols6 .box.gkmod-4,
.gkCols6 .box.gkmod-5,
.gkCols6 .box.gkmod-6,
.gkCols6 .box.gkmod-more {
	float: left;
	padding: 0 10px;	
}
.gkCols6 .box.gkmod-1 {
	width: 100%;	
}
.gkCols6 .box.gkmod-2 {
	width: 50%;
}
.gkCols6 .box.gkmod-3 {
	width: 33.3%;
}
.gkCols6 .box.gkmod-4,
.gkCols6 .box.gkmod-more {
	width: 25%;
}
.gkCols6 .box.gkmod-5,
.gkCols6 .box.gkmod-more {
	width: 20%;
}
.gkCols6 .box.gkmod-6,
.gkCols6 .box.gkmod-more {
	width: 16.66%;
}
.gkCols6 .box.gkmod-more:nth-child(6n+1) {
	clear: both;
}
.gkCols6 .box.gkmod-more.gkmod-last-1:last-child {
	width: 100%!important;
}
.gkCols6 .box.gkmod-more.gkmod-last-2:last-child,
.gkCols6 .box.gkmod-more.gkmod-last-2:nth-last-child(2) {
	width: 50%!important;
}
.gkCols6 .box.gkmod-more.gkmod-last-3:last-child,
.gkCols6 .box.gkmod-more.gkmod-last-3:nth-last-child(2),
.gkCols6 .box.gkmod-more.gkmod-last-3:nth-last-child(3) {
	width: 33.3%!important;
}
.gkCols6 .box.gkmod-more.gkmod-last-4:last-child,
.gkCols6 .box.gkmod-more.gkmod-last-4:nth-last-child(2),
.gkCols6 .box.gkmod-more.gkmod-last-4:nth-last-child(3),
.gkCols6 .box.gkmod-more.gkmod-last-4:nth-last-child(4) {
	width: 20%!important;
}
.gkCols6 .box.gkmod-more.gkmod-last-5:last-child,
.gkCols6 .box.gkmod-more.gkmod-last-5:nth-last-child(2),
.gkCols6 .box.gkmod-more.gkmod-last-5:nth-last-child(3),
.gkCols6 .box.gkmod-more.gkmod-last-5:nth-last-child(4),
.gkCols6 .box.gkmod-more.gkmod-last-5:nth-last-child(5) {
	width: 16.66%!important;
}

/* Suffix double */
.gkCols4 .box.double.gkmod-2,
.gkCols6 .box.double.gkmod-2 {
	width: 75%;
}
.gkCols4 .box.double.gkmod-2 ~ .box.gkmod-2,
.gkCols6 .box.double.gkmod-2 ~ .box.gkmod-2 {
	width: 25%;
}
.gkCols4 .box.double.gkmod-3,
.gkCols6 .box.double.gkmod-3 {
	width: 66.66%;
}
.gkCols4 .box.double.gkmod-3 ~ .box.gkmod-3,
.gkCols6 .box.double.gkmod-3 ~ .box.gkmod-3 {
	width: 16.66%;
}
.gkCols4 .box.double.gkmod-4,
.gkCols6 .box.double.gkmod-4 {
	width: 50%;
}
.gkCols4 .box.double.gkmod-4 ~ .box.gkmod-4,
.gkCols6 .box.double.gkmod-4 ~ .box.gkmod-4 {
	width: 16.66%;
}
.gkCols6 .box.double.gkmod-5 {
	width: 40%;
}
.gkCols6 .box.double.gkmod-5 ~ .box.gkmod-5 {
	width: 15%;
}
.gkCols6 .box.double.gkmod-6 {
	width: 33.32%;
}
.gkCols6 .box.double.gkmod-6 ~ .box.gkmod-6 {
	width: 13.33%;
}
/*
#------------------------------------------------------------------------
# Store Box - March Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2007-2013 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: support@gavick.com 
*/

button,
.button,
input.button,
span.button,
button.button,
div.button,
input[type="submit"],
input[type="button"],
.pagenav-prev a,
.pagenav-next a,
.readon,
#gkMainbody .itemReadMore,
#gkMainbody .readmore > a,
div.pager ul li a,
div.pager ul li span,
ul.pagenav li a,
ul.pagenav li span,
.pagination li a,
.pagination li span,
.gkNspPM-ProductGallery .gkAddToCart a.addtocart-button {
	-moz-border-radius: 2px;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	-webkit-border-radius: 2px;
	-webkit-transition: all .3s ease-out;
	background: #000;
	border: none;
	border-radius: 2px;
	color: #fff;
	cursor: pointer;
	display: block;
	float: left;
	font-size: 14px;
	font-weight: 400;
	height: 36px;
	line-height: 36px;
	margin: 0 5px 2px 2px;
	padding: 0 15px;
	text-align: center;
	transition: all .3s ease-out
}

button:hover,
.button:hover,
input.button:hover,
span.button:hover,
button.button:hover,
div.button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
.pagenav-prev a:hover,
.pagenav-next a:hover,
.readon:hover,
#gkMainbody .itemReadMore:active,
#gkMainbody .itemReadMore:focus,
#gkMainbody .itemReadMore:hover,
#gkMainbody .readmore > a:active,
#gkMainbody .readmore > a:focus,
#gkMainbody .readmore > a:hover {
	background: #ff7e57;
	color: #fff
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="email"]:focus,
textarea:focus {
	background: #fffef4
}

input[type=checkbox],
.checkbox,
input[type=radio],
.radio {
	background: transparent!important;
	border: none!important;
	height: auto!important;
	margin-top: 7px!important
}

label {
	color: #333;
	font-size: 13px;
	font-weight: 400
}

label.invalid {
	background: #fff;
	border: none!important;
	color: #e25527!important
}

legend {
	color: #333;
	font-size: 22px
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="url"],
input[type="email"] {
	-moz-border-radius: 4px;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-border-radius: 4px;
	-webkit-box-sizing: border-box;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	box-sizing: border-box;
	color: #9c9c9c;
	font-size: 12px;
	font-weight: 400;
	height: 34px;
	max-width: 100%!important;
	padding: 0 15px
}
select {
	height: inherit;
	padding: 6px
}

select[size="1"] {
	height: 29px!important;
	line-height: 24px
}

select[size] {
	font-size: 12px;
	height: auto
}
html.-moz-select {
	padding: 3px 5px
}
table {
	margin-bottom: 20px;
	width: 100%
}

tbody tr td {
	border-bottom: 1px solid #eee;
	padding: 8px
}

tbody tr td p {
	margin: .5em 0
}

textarea {
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: auto;
	max-width: 100%!important;
	padding: 14px
}

th {
	background: #000;
	color: #fff;
	font-weight: 400;
	padding: 10px 8px;
	text-align: left
}

th a {
	color: #fff!important
}

th a:active,
th a:focus,
th a:hover,
article header h1 a:hover,
article header h2 a:hover {
	color: #4c90fe
}

tr:hover {
	background: #fbfbfb
}

ul.pagenav {
	margin: 0;
	overflow: hidden;
	padding: 0
}

#advanced-search-toggle {
	display: block;
	font-size: 16px;
	padding: 10px 0;
	text-align: center
}

.article-index {
	border: 2px solid #eee;
	float: right;
	font-size: 14px;
	margin: 0 0 30px 30px;
	padding: 0 24px;
	width: 160px
}

.article-index h3 {
	font-size: 21px;
	line-height: 1;
	margin: 24px 0 6px
}

.article-index li {
	background: none!important;
	border-top: 1px solid #e5e5e5;
	padding: 7px 0
}

.article-index li a.active,
dl#tabs dt.tabs.open a,
dl.tabs dt.tabs.open a {
	color: #333
}

.article-index li a.active {
	color:#333 !important;
}

.article-index li:first-child {
	border-top: none;
	margin-top: 10px
}

#dynamic_recaptcha_1,
#recaptcha_area {
	margin-bottom: -30px;
	max-width: 480px;
	min-height: 112px
}

#finder-filter-select-list label {
	clear: both;
	float: left;
	font-size: 12px;
	line-height: 36px;
	min-width: 140px
}

#finder-filter-select-list li {
	overflow: hidden;
	padding: 0
}

#gkMainbody #dynamic_recaptcha_1,
#gkMainbody #recaptcha_area {
	margin-bottom: 10px
}

#gkMainbody .itemReadMore,
#gkMainbody .readmore > a {
	display: inline-block
}

#gkMainbody .registration {
	width: 500px
}

#gkSocialAPI {
	border-top: 1px solid #e5e5e5;
	clear: both;
	margin: 16px 0;
	padding: 16px 0 0
}

#gkSocialAPI #___plus_0 {
	margin-right: 10px!important;
	position: relative;
	top: -5px;
	vertical-align: top
}

#gkSocialAPI > a {
	top: -5px
}

#gkSocialAPI > iframe,
#gkSocialAPI > #___plusone_0 {
	position: relative;
	top: -5px
}

#gkSocialAPI .fb_iframe_widget {
     top: -6px;
     margin-left: 10px;
}

.fb_iframe_widget iframe {
	max-width: 1000px!important; 
	overflow: visible;
}
.fb_iframe_widget_lift {
	max-width: inherit!important;
}

#jform_contact_email_copy {
	margin-left: 10px
}

#member-registration dd {
	min-width: 200px
}

#member-registration dd:after {
	content: '\A';
	white-space: pre
}

#member-registration dt {
	min-width: 170px
}

#member-registration dt,
#member-registration dd {
	display: inline-block;
	padding-bottom: 10px
}

#member-registration fieldset + div,
#member-profile > div {
	line-height: 35px
}

#search-form fieldset.word label,
#search-form fieldset.word input,
#search-form fieldset.word button {
	float: left;
	margin-right: 5px
}

#search-query-explained {
	border-bottom: 1px solid #e5e5e5;
	font-size: 16px;
	padding: 10px 0
}

#search-result-empty h2 {
	font-size: 18px
}

#searchForm fieldset input[type="radio"],
#searchForm fieldset input[type="checkbox"] {
	margin-top: 7px!important
}

#searchForm fieldset legend {
	padding: 0 4px
}

#searchForm fieldset,
.search-results dt {
	border-top: 1px solid #e5e5e5;
	margin: 12px 0 0;
	padding: 18px 0 0
}

#searchForm fieldset.word {
	border: none;
	padding: 0 0 42px
}

#searchForm label,
#searchForm input,
#finder-search input {
	float: left;
	line-height: 29px;
	margin: 0 10px 0 0
}
#searchForm .ordering-box { margin-top: 7px !important }
#system-message {
	margin: -50px 0 50px;
	text-align: center;
}
#system-message dd {
	-moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #fffbe7;
    box-sizing: border-box;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    min-height: 40px;
    padding: 5px 10px 7px;
    text-align: center;
}
#system-message a.close {
	display: none;
}
#system-message dd ul {
	list-style: none!important
}
#system-message dd.error {
	background: #f47953;
}
#system-message dd.notice {
	background: #000;
    color: #fff;
}
#system-message-container {
	margin: 0;
	padding: 0
}
.advanced-search-tip {
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	font-size: 12px;
	margin: 0 0 24px;
	padding: 12px 0
}

.advanced-search-tip p {
	margin: 0
}

.archive article {
	padding: 32px 0 0
}

.autocompleter-queried {
	color: #4c90fe!important
}

.bannergroup:first-line,
.bannergroup_text:first-line {
	color: #333;
	font-size: 15px;
	font-weight: 600;
	line-height: 32px
}

.blog article header ul {
	margin: 0 0 10px
}

.box.menu li {
	border-bottom: none!important;
	line-height: 1.6;
	padding: 0
}

.box.menu li a {
	display: inline-block;
	padding: 0 0 0 18px
}

.box.menu li:before {
	background: #d1d1d1;
	border-radius: 4px;
	content: "";
	display: block;
	height: 5px;
	position: relative;
	top: 15px;
	width: 5px
}

.contact h3 {
	border-top: 1px solid #e5e5e5;
	margin: 30px 0 12px;
	padding: 24px 0 0
}

.contact-form .button.validate {
	clear: both;
	margin: 20px 0 0
}

.contact-form legend {
	color: #999;
	font-size: 13px;
	margin: 0 0 24px
}

.contact-image {
	border: 10px solid #fff;
	float: right;
	padding: 0
}

.edit fieldset > div {
	clear: both;
	padding: 5px 0
}

.edit fieldset > div label {
	display: block;
	float: left;
	min-width: 120px
}

.filter-search > label {
	line-height: 32px
}

.filters .display-limit select {
	display: inline!important;
	float: none
}

.filters .display-limit,
ul.pagenav .pagenav-next {
	float: right
}

.form-limit {
	float: right;
	margin: 24px 0 0
}

.img-fulltext-none > div,
.img-fulltext-left > div,
.img-fulltext-right > div {
	float: none!important;
	width: 100%!important
}

.img-fulltext-none img,
.img-fulltext-left img,
.img-fulltext-right img {
	display: block;
	height: auto!important;
	max-width: 100%!important;
	width: 100%!important
}

.img-fulltext-none,
.img-fulltext-left,
.img-fulltext-right {
	float: none;
	margin: 0 0 32px;
	overflow: hidden;
	position: relative
}

.img-intro-left,
.img-intro-right,
.img-intro-center {
	margin-bottom: 16px;
	max-width: 100%!important
}

.img-intro-left,
.img-intro-right,
.img-intro-left > img,
.img-intro-right > img,
section.blog div.img_caption {
	float: none!important
}

.img-intro-none {
	float: none
}

.img-intro-none img {
	float: none!important;
	margin: 0 auto
}

.invalid {
	background: #fffef4;
	border: 1px solid #e25527!important;
	color: #000
}

.item-page > div.pager {
	display: none!important
}

.item-page ul {
	list-style-type: none
}

.items-leading > div {
	clear: both!important;
	margin-top: 50px
}

.mod-languages ul li a img {
	-moz-transform: scale(1);
	-moz-transform-style: preserve-3d;
	-moz-transition: 0 .1s ease-out;
	-ms-transform: scale(1);
	-ms-transform-style: preserve-3d;
	-o-transform: scale(1);
	-o-transition: 0 .1s ease-out;
	-webkit-transform: scale(1);
	-webkit-transform-style: preserve-3d;
	-webkit-transition: 0 .1s ease-out;
	transform: scale(1);
	transform-style: preserve-3d;
	transition: transform .1s ease-out
}

.mod-languages ul li a:hover img {
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-webkit-transition: 0 .6s ease-out;
	transform: scale(1.2);
	transition: transform .6s ease-out
}

.mod-languages ul li.lang-active {
	font-weight: 700
}

.mod-languages ul li.lang-active a img {
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.mod-languages ul.lang-inline,
.mod-languages ul.lang-block {
	display: inline-block;
	float: left
}

.pagenavcounter {
	color: #999
}

div.pager,
.pagination {
	clear: both;
	margin: 60px 0 20px;
	padding: 12px 0
}

div.pager ul li,
ul.pagenav li,
.pagination li {
	background-image: none!important;
	color: #909090;
	cursor: default;
	display: inline-block;
	margin: 0
}

div.pager ul li a,
ul.pagenav  li a,
.pagination li a {
	color: #FF7E57!important
}

div.pager ul li a,
div.pager ul li span,
ul.pagenav li a,
ul.pagenav  li span,
.pagination ul li a,
.pagination ul li span {
	background: none;
	border: 1px solid #eee;
	color: #999;
	margin-right: 2px
}

div.pager ul li a:hover,
ul.pagenav li a:hover,
.pagination ul li a:hover {
	color: #000!important
}

div.pager ul li span,
ul.pagenav li span,
.pagination ul li span {
	background: #f8f8f8
}

div.pager ul li.counter,
.pagination ul li.counter {
	float: right;
	font-size: 11px;
	line-height: 38px;
	margin-right: 12px
}

.pane-sliders .panel h3 {
	border-bottom: 1px solid #eee;
	color: #333;
	padding: 5px 0;
	text-transform: uppercase
}

.profile dd,
.profile-edit dd {
	padding: 3px 0
}

.profile dt,
.profile-edit dt {
	clear: both;
	color: #333;
	float: left;
	font-size: 12px;
	font-weight: 600;
	line-height: 25px;
	min-width: 200px;
	padding: 3px 0;
	text-transform: uppercase
}

.profile fieldset legend,
.profile-edit fieldset legend {
	padding: 40px 0 20px
}

.profile-edit dt {
	float: left;
	min-width: 30%
}

.result-category,
.result-created {
	color: #AFAFAF;
	font-size: 13px;
	padding: 0 0 8px
}

.result-created {
	float: right;
	margin: 6px 0 0
}

.result-title {
	clear: both;
	color: #333;
	font-size: 24px;
	font-weight: 300
}

.search-results .highlight {
	background-color: #ffc;
	font-weight: 400;
	padding: 1px 4px
}

.search-results dt:first-child,
.box.menu .header + .content ul li:first-child {
	border-top: none
}

.searchintro strong {
	color: #333;
	font-size: 16px;
	font-weight: 400
}

.tooltip {
	background: #fff;
	border: 1px solid #eee;
	max-width: 350px;
	min-width: 160px;
	padding: 8px;
	position: absolute!important;
	opacity: 1;
	z-index: 101;
}

.tooltip-inner strong {
	color: #555;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	padding: 5px 15px;
	width: 100%;
	clear: both;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.tooltip-inner  {
	color: #555;
	font-size: 12px;
	padding: 5px 0
}

.tooltip-inner br {
     display: none;
} 

.tip-wrap {
	z-index: 101
}

article aside {
	background: #f8f8f8;
	display: block;
	float: left;
	font-size: 13px;
	padding: 15px;
	text-align: center;
	width: 90px
}

article aside.itemAsideInfo > img,
article aside.itemAsideInfo > ul li {
	margin: 0 0 22px
}

article aside.itemAsideInfo a,
article aside.itemAsideInfo .itemPrintEmail a:hover {
	color: #848484!important
}

article aside.itemAsideInfo a:hover,
article aside.itemAsideInfo .itemPrintEmail a {
	color: #333!important
}

article aside.itemAsideInfo p,
article aside.itemAsideInfo li.itemPrintEmail a {
	color: #333;
	font-weight: 400;
	margin: 0 0 2px
}

article header {
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 32px;
	width: 100%
}

article header h1,
article header h2 {
	font-size: 40px;
	font-weight: 300;
	position: relative
}

article header li {
	float: left;
	font-size: 13px;
	margin: 0 12px 0 4px !important
}

article header li a {
	color: #222
}

article header li a:hover {
	color: #418CD1
}

article header li:first-child,
.box.menu ul ul {
	margin-left: 0
}

article header ul {
	margin: 6px 0
}

article,
article > section {
	position: relative
}

article.item-page ul.content-links li {
	background: none
}

div.articleContent div.content-links ul li {
	background: none!important;
	padding-left: 0!important
}

div.bannerfooter {
	border-top: 1px solid #efefef;
	color: #f47953;
	font-size: 11px;
	padding: 5px 5px 0 0;
	text-align: right
}

div.banneritem {
	border-top: 1px solid #efefef;
	color: #999;
	font-size: 12px;
	padding: 8px 0
}

div.banneritem a {
	font-size: 15px;
	line-height: 32px
}

div.mod-languages {
	text-align: center
}

div.mod-languages > div,
div.mod-languages > form {
	display: inline-block;
	margin: 0 3px
}

div.mod-languages > ul.lang-block > li,
div.mod-languages > ul.lang-inline > li {
	line-height: 32px;
	margin: 0 5px
}

div.mod-languages p {
	margin-bottom: .5em
}

div.search-pages-counter {
	font-size: 12px;
	font-style: italic;
	text-align: center
}

dl#tabs dt.tabs h3:hover a,
dl.tabs dt.tabs h3:hover a {
	cursor: pointer
}

dl#tabs dt.tabs span h3 a,
dl.tabs dt.tabs span h3 a {
	float: left;
	height: 30px;
	line-height: 29px;
	margin: 0 8px 0 0;
	padding: 0 8px 0 0
}

dl#tabs dt.tabs span h3,
dl.tabs dt.tabs span h3 {
	font-size: 16px;
	font-weight: 600;
	margin: 0;
	padding: 0;
	text-transform: uppercase
}

dl#tabs dt.tabs,
dl.tabs dt.tabs {
	border-right: 1px solid #e5e5e5;
	float: left;
	margin-right: 24px;
	padding-right: 12px
}

dl#tabs,
dl.tabs {
	border: 1px solid #e5e5e5;
	margin: 0 0 16px;
	min-height: 30px;
	overflow: hidden;
	padding: 12px 24px
}

dt.inline,
dd.inline {
	display: inline-block!important;
	float: left!important;
	width: auto!important
}

fieldset.filters > div > * {
	float: left;
	margin-right: 10px
}

fieldset.filters > div > select {
	margin-top: 4px
}

fieldset.filters,
.blog .leading,
.content-links,
.pane-sliders {
	margin-bottom: 50px
}

fieldset.phrases,
fieldset.only {
	border: 1px solid #e5e5e5;
	padding: 12px 24px 24px!important
}

legend.hidelabeltxt,
.filters .hidelabeltxt,
.contact .jicons-icons,
#system-message dt {
	display: none
}

li.print-icon a,
li.email-icon a {
	position: relative;
	top: 3px
}

p.img_caption {
	color: #999;
	display: block;
	font-size: 11px;
	padding: 8px 0 0
}

section > header {
	margin: 0 0 32px;
	padding: 0
}

section > header div p {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.4;
	text-transform: none
}

section > header h2 small {
	color: #666;
	font-size: 20px
}

section article {
	margin-top: 20px
}

section img {
	height: auto;
	max-width: 100%;
}

section.blog .items-more h3 {
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 20px
}

section.blog .items-row {
	clear: both;
	margin-bottom: 40px;
	overflow: hidden
}

section.blog .items-row header h2,
section.blog-featured .items-row header h2 {
	font-size: 28px
}

section.blog div.img_caption img.caption {
	display: block;
	float: none!important
}

section.blog-featured .items-row {
	margin-bottom: 0;
	margin-top: 40px
}

section.blog-featured .items-row:first-child,
.items-leading > div:first-child,
section article:first-child,
section.blog .items-more ol {
	margin-top: 0
}

section.categories-list li > div p,
section.category .children li > div p,
section.blog .children li > div p {
	font-size: 14px;
	margin: .5em 0
}

section.categories-list li > dl > dd,
section.category .children li > dl > dd,
section.blog .children li > dl > dd {
	float: left;
	font-weight: 700;
	margin-left: 5px
}

section.categories-list li > dl > dt,
section.category .children li > dl > dt,
section.blog .children li > dl > dt {
	float: left
}

section.categories-list li > dl,
section.category .children li > dl,
section.blog .children li > dl {
	font-size: 11px;
	margin: 0
}

section.categories-list li,
section.category .children li,
section.blog .children li {
	border-top: 1px solid #e5e5e5;
	clear: both;
	font-size: 16px;
	line-height: 1.4;
	overflow: hidden;
	padding: 12px 0
}

section.categories-list ul ul {
	margin-left: 20px
}

section.categories-list ul ul li {
	border: none;
	border-top: 1px solid #eee;
	padding-left: 6px
}

section.categories-list ul ul li:first-child,
section.blog .items-row article header li {
	border: none
}

section.category .children h3,
section.blog .children h3 {
	font-size: 18px;
	font-weight: 300;
	line-height: 24px;
	margin: 20px 0
}

section.category .children,
section.blog .children {
	clear: both;
	margin-top: 32px
}

section.contentpane iframe {
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #eee;
	box-sizing: border-box
}

section.login .login-fields {
	padding-bottom: 16px
}

section.login .login-fields label {
	display: block;
	float: left;
	line-height: 34px;
	min-width: 100px
}

section.login ul {
	font-size: 14px;
	margin-top: 40px
}

section.newsfeed > ol {
	list-style: none
}

section.newsfeed > ol > li {
	border-top: 1px solid #eee;
	padding: 24px 0 0
}

section.newsfeed > ol > li > a {
	font-size: 42px
}


/* tags */
div.tags > span.tags-label {
	margin-right: 40px;
}
div.tags {
	margin-top: 10px;
}
div.tags a {
    display: inline-block;
    margin-right: 10px;
}
div.tags a > span {
	color: #000;
}
li.tags a:hover,  
div.tags a:hover {}
span.tag-body p {
	display: inline;
}
div.tags.tagcloud ul li {
	display: inline-block;
	margin-right: 10px;
}
div.tags.tagcloud a.gk-tooltip span {
    z-index:10;
    display:none; 
    padding: 15px;
    margin-top: -50px; 
    margin-left: 60px;
    width: 240px; 
    max-width: 240px;
    line-height:16px;
    font-size: 85%;
    
    transition: all 1s ease-in; 
}

div.tags.tagcloud  a.gk-tooltip:hover span {
	border: 1px solid #eee; 
	background: #fff;
    display:inline; 
    position:absolute; 
    color:#111;
}
div.tags.tagcloud a.gk-tooltip span img {
	max-width: 150px!important;
	height: auto;
	float: left;
	margin: 0 10px 10px 0;
}
div.tag-category div.btn-group {
	margin-top: 10px;
}
div.tag-category div.btn-group label {
	margin-top: 6px;
}
div.tag-category h3 {
	font-size: 19px;
	margin: 8px 0;
}

/* user edit page */
.item-page.edit .formelm {
     width: 100%;
}
.item-page.edit input {
     float: left;
     height: 36px;
}
.item-page.edit #jform_images_image_intro,
.item-page.edit #jform_images_image_fulltext {
     padding: 4px 6px;
     height: auto;
     line-height: auto;
}
.item-page.edit .formelm .btn  {
     float: left;
     display: inline-block;
}
.item-page.edit .icon-calendar:before {
     padding: 0;
}
#gkMainbody .item-page.edit a {
	color: #333;
}
.item-page.edit #jform_title {
     width: 83%;
}
.gkTypoTable code {
     border: 0;
     margin: 0!important;
     padding: 0!important;
}
.calendar .button {
     -webkit-border-radius: 0;
     -moz-border-radius: 0;
     border-radius: 0;
     border: 0;
}
.tooltip.top .tooltip-arrow {
     display: none;
}
.tooltip-inner {
     background: #fff;
}
.btn.jmodedit {
   color: #272727;
   width: 16px;
   height: 16px;
   margin: 5px 8px 0 0;
   display: block;
   background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABCUlEQVR4nMXSL0sEQRjH8c+eymkxaRDlBDHopStGMRoMgsl3cMFiNRm0iZYLgiDYTAeCFsEXYLCLoEW4JCaLHpxr2FluD253BYM/eJhh5nm+z58Z/qgos9YwUeDbwUfYj+MzvWjgBXGJvWMKx/jGYQp4wAmqJdWOYQVHGehphB7qeCoBtDCLm5CshdsKKgFSpP1QwTLOMY1VbI2WBMIOZrCGpXA2h/vQhhiLOcHbuMKjft8X+q+nCLCOV0l7afClpOUB5QE6WMBu8GljA5O/BXRxhj1cS4b4pT+HAcf6EMBzsLbk2aoh2XzWKcId3nAQYMM0giY2Q7Vx9rIWIF3537gn+bGNnAT/qB/kgkb/tx0dIAAAAABJRU5ErkJggg==);
}
.btn.jmodedit > span.icon-edit:before{
     content: "";
}

/* Module edit form */
#modules-form .btn {
	background: #ddd;
	border-radius: 0;
	border: none!important;
	color: #222!important;
	height: 40px!important;
	line-height: 40px!important;
	padding: 0 15px!important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
#gkMainbody .chzn-container a {
	color: #444;
}
#modules-form .btn:active,
#modules-form .btn:focus,
#modules-form .btn:hover {
	background: #222!important;
	color: #fff!important;
}
#modules-form .btn:hover i {
	color: #fff!important;
}
#modules-form .btn-group {
	padding: 0!important;
}
#modules-form .btn-group .btn {
	margin: 0 20px 0 0!important;
}
#modules-form .radio.btn-group {
	padding-left: 20px!important;
}
#modules-form .radio.btn-group input[type=radio] {
	display: block;
	position: relative;
	top: -5px;
}
#modules-form .control-label label {
	display: block;
	line-height: 20px;
	min-width: 160px;
	padding: 5px 20px 10px 0;
}
#modules-form input[type="text"],
#modules-form input[type="password"],
#modules-form input[type="number"],
#modules-form input[type="email"],
#modules-form .input-append .btn,
#modules-form .chzn-single,
#modules-form .chzn-choices,
#modules-form .chzn-container {
	border-radius: 0;
	height: 40px!important;
	line-height: 40px!important;
}
#modules-form .chzn-container-single .chzn-single div b {
	background-position: 0 10px;
}
#modules-form #jform_content {
	height: 500px!important;
}
#modules-form .input-prepend .add-on {
	display: none;
}
#modules-form .accordion-heading a {
	color: #222;
	font-size: 18px;
	text-decoration: none!important;	
}
#modules-form .accordion-heading .accordion-toggle {
	padding: 15px;	
}	
#modules-form .btn-group {
	padding-left: 20px;
}
#modules-form hr {
	display: none;
}
#modules-form .row-fluid {
	padding: 20px 0;
}
#modules-form label {
	text-transform: none!important;
}
#modules-form .chzn-container-single .chzn-single {
	background: #fff!important;
}

/* Item edit form */
.item-page.edit #jform_articletext {
	clear: both;
}
.item-page.edit #jform_title {
	width: 100%;
}	
.item-page.edit .formelm {
	height: auto!important;
	min-height: 40px;
	overflow: hidden;
}
.item-page.edit fieldset {
	border-bottom: 1px solid #e5e5e5;
	margin: 0 0 52px;
	padding: 0 0 52px;
}
.item-page.edit fieldset > div {
	clear: both;
	padding: 5px 0;
}
.item-page.edit fieldset > div label {
	display: block;
	float: left;
	line-height: 50px;
	min-width: 160px;
}	
.item-page.edit legend {
	font-size: 24px!important;
	font-style: normal !important;
	padding: 0 0 24px;
}
.item-page.edit .control-group {
	margin: 10px 0;
}
.item-page.edit .control-group:after {
	clear: both;
	content: "";
	display: table;
}
.item-page.edit #jform_articletext {
	height: 500px!important;
}
.item-page.edit .formelm {
	height: 40px;
	line-height: 40px;
	margin: 0 0 10px 0;
	width: 100%;
}	
.item-page.edit .formelm label {
	display: inline-block;
	line-height: 40px;
	text-transform: none;
}
.item-page.edit *[class^="icon-"] {
	display: none;
}
.item-page.edit i.icon-remove,
.item-page.edit i.icon-calendar {
	background-image: url(/media/jui/img/glyphicons-halflings-white.png);
	display: block;
}
.item-page.edit i.icon-remove {
	margin-top: 12px;
}
.item-page.edit .btn {
	color: #fff!important;
	padding: 12px 20px!important;
}
.item-page.edit .media-preview.add-on {
	display: none;
}
.item-page.edit .input-append > .btn {
	height: 40px!important;
	line-height: 40px;
	padding: 0 10px!important;
}
.item-page.edit #jform_metadesc,
.item-page.edit #jform_metakey {
	width: 100%;
}
.item-page.edit .chzn-single,
.item-page.edit .chzn-choices,
.item-page.edit .chzn-container {
	height: 50px!important;
	line-height: 50px!important;
}
.item-page.edit .chzn-container-single .chzn-single div b {
	background-position: 0 14px;
}
.calendar .button {
	display: table-cell!important;
	float: none!important;
}
.item-page.edit .formelm-buttons button {
	margin-right: 10px;
}
.item-page.edit .btn {
	background: #ddd;
	border-radius: 0!important;
	border: none!important;
	color: #222!important;
	height: 40px!important;
	line-height: 40px!important;
	padding: 0 15px!important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
.item-page.edit .btn:active,
.item-page.edit .btn:focus,
.item-page.edit .btn:hover {
	background: #222!important;
	color: #fff!important;
}
.item-page.edit .btn:hover i {
	color: #fff!important;
}
.item-page.edit .btn-group {
	padding: 0!important;
}
.item-page.edit .btn-group .btn {
	margin: 0 20px 0 0!important;
}
.item-page.edit .radio.btn-group {
	padding-left: 20px!important;
}
.item-page.edit .radio.btn-group input[type=radio] {
	display: block;
	position: relative;
	top: -5px;
}
.item-page.edit .control-label label {
	display: block;
	line-height: 20px;
	min-width: 160px;
	padding: 5px 20px 10px 0;
	text-transform: none;
}
.item-page.edit .media-preview + input {
	min-width: 250px;
}
.item-page.edit input[type="text"],
.item-page.edit input[type="password"],
.item-page.edit input[type="number"],
.item-page.edit input[type="email"],
.item-page.edit .input-append .btn,
.item-page.edit .chzn-single,
.item-page.edit .chzn-choices,
.item-page.edit .chzn-container {
	border-radius: 0;
	height: 40px!important;
	line-height: 40px!important;
}
.item-page.edit .chzn-container-single .chzn-single div b {
	background-position: 0 10px;
}
.item-page.edit .chzn-container-single .chzn-single {
	background: #fff!important;
}

#jform_articletext_parent {
   clear: both!important;
}
/* Fix for the editor */
.item-page.edit .formelm {
	clear: both;
	float: left;
}
.item-page.edit .formelm .button2-left {
	margin-top: 6px;
}
.item-page.edit .formelm-area label {
	display: block;
	width: 100%;
}
.item-page.edit .formelm-buttons {
	margin-top: 5px;
	overflow: hidden;
}
.item-page.edit .fltlft {
	float: left;
}
.item-page.edit legend {
	font-size: 140%;
	font-style: italic;
}
.item-page.edit .toggle-editor {
	margin-top: -5px;
}

/* Buttons */
#editor-xtd-buttons {
	padding: 5px;
}
.button2-left,
.button2-right,
.button2-left div,
.button2-right div {
	float: left;
}

.button2-left a,
.button2-right a,
.button2-left span,
.button2-right span {
	display: block;
	height: 22px;
	float: left;
	line-height: 22px;
	font-size: 11px;
	color: #666;
	cursor: pointer;
}
.button2-left span,
.button2-right span {
	cursor: default;
	color: #999;
}
.button2-left .page a,
.button2-right .page a,
.button2-left .page span,
.button2-right .page span {
	padding: 0 6px;
}
.button2-left a:hover,
.button2-right a:hover {
	text-decoration: none;
	color: #0B55C4;
}

.button2-left a,
.button2-left span {
	padding: 0 30px 0 10px;
	font-size: 12px;
	line-height: 23px;
}

.button2-right a,
.button2-right span {
	padding: 0 6px 0 24px;
}
.button2-left {
	background: url(/templates/gk_storebox/images/joomla/j_button2_left.png) no-repeat;
	float: left;
	margin-left: 5px;
}
.button2-right {
	background: url(/templates/gk_storebox/images/joomla/j_button2_right.png) 100% 0 no-repeat;
	float: left;
	margin-left: 5px;
}
.button2-left .image {
	background: url(/templates/gk_storebox/images/joomla/j_button2_image.png) 100% 0 no-repeat;
}
.button2-left .readmore,
.button2-left .article {
	background: url(/templates/gk_storebox/images/joomla/j_button2_readmore.png) 100% 0 no-repeat;
}
.button2-left .pagebreak {
	background: url(/templates/gk_storebox/images/joomla/j_button2_pagebreak.png) 100% 0 no-repeat;
}
.button2-left .blank {
	background: url(/templates/gk_storebox/images/joomla/j_button2_blank.png) 100% 0 no-repeat;
}
/* Calendar */
a img.calendar {
	width: 16px;
	height: 16px;
	margin-left: 3px;
	background: url(/templates/gk_storebox/images/joomla/calendar.png) no-repeat;
	cursor: pointer;
	vertical-align: middle;
}
/*
#------------------------------------------------------------------------
# Store Box - March Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2007-2013 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: support@gavick.com 
*/

/* Basic elements */

html {	
	background: #fff url(/templates/gk_storebox/images/bg.png) repeat 0 0;
	-webkit-font-smoothing: antialiased;
}

body {
	background: transparent url(/templates/gk_storebox/images/bg_desktop.jpg) no-repeat center top;
	color: #666;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.6;
	margin: 0;
	min-height: 100%;
	padding: 50px 0 100px 0;
	word-wrap: break-word;
}

a,
#gkMainbody a:active,
#gkMainbody a:focus,
#gkMainbody a:hover,
#gkMainbody h1 a,
#gkMainbody h2 a,
#k2Container article header h2 a {
	color: #000;
	-webkit-transition: color 0.2s linear;
	   -moz-transition: color 0.2s linear;
	     -o-transition: color 0.2s linear;
	        transition: color 0.2s linear;
	text-decoration: none;
}

a:hover,
a:active,
a:focus,
#gkMainbody a,
#gkMainbody h1 a:active,
#gkMainbody h1 a:focus,
#gkMainbody h1 a:hover,
#gkMainbody h2 a:active,
#gkMainbody h2 a:focus,
#gkMainbody h2 a:hover,
#k2Container article header h2 a:active,
#k2Container article header h2 a:focus,
#k2Container article header h2 a:hover,
#gkSidebar .box a:hover {
	color: #ff7e57;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	font-weight: 400;
	letter-spacing: -1px;	
	line-height: 1.2;
	margin: 0;
	padding: 0;
}

.assistive-text {
	left: -9999px;
	position: absolute;
}

h1 {
	font-size: 48px;
}

h2,
.componentheading {
	font-size: 42px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 17px;
}
h6 {
	font-size: 13px;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul li {
	line-height: 2.0;
}

p {
	margin: 0.5em 0 1.5em;
}

iframe {
	max-width: 100%!important;
}
table td {
	vertical-align: top;
}

/* Containers */

#gkMainWrap {
	background: #fff;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .12);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, .12);
	box-shadow: 0 0 10px rgba(0, 0, 0, .12);
}

#gkHeaderNav {
	padding: 42px 50px 0 50px;
}

#gkHeaderNav.gkAbsoluteHeader {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	width: 100%;
	z-index: 1000;
}


.gkPage {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
	margin: 0 auto!important;
	padding: 0;
}

body[data-layout="left"] .gkPage {
	margin: 0!important;
}

#gkHeader {
	/*background-size: cover;*/
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
	padding-bottom: 15px;
}

#gkPageWrap {
	margin: 0 auto;
}

#gkContent,
#gkPageContent {
	width: 100%;
}

#gkPageContent + #gkFooter {
	margin-top: 50px;
}

#gkPageContent {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 50px;
	position: relative;
	z-index: 100;
}

#gkContent {
	background: #fff;
	padding-top: 35px;
}

#gkContent.gkContentTopBorder, #gkContent.gkContentNoSidebar {
	border-top: 1px solid #efefef;
}

#gkMainbody {
	margin-bottom: 30px;
}

/* Logo  */

#gkLogo {
	display: block;
	float: left;
	height: 30px;
	margin: 0;
	padding: 0;
	text-indent: -999em;
	width: 154px;
}

#gkLogo img {
	display: block;
	margin: 0;
}

#gkLogo.cssLogo {
	background: transparent url(/templates/gk_storebox/images/logo.png) no-repeat 0 0;
	/* You can specify there logo size and background */
	height: 30px;
	width: 154px;
}

#gkLogo.text {
	color: #000;
	display: block;
	font-size: 20px;
	line-height: 20px;
	height: auto;
	margin: 0;
	overflow: hidden;
	padding: 0;
	text-indent: 0;
	text-transform: uppercase;
}

#gkLogo.text > span {
	display: block;
	font-size: 24px;
	font-weight: 800;
	line-height: 24px;
	padding: 0;
}

#gkLogo.text .gkLogoSlogan {
	color: #000;
	display: block;
	font-size: 10px;
	line-height: 10px;
}

/* Header */
#gkHeaderBottom {
	background: #fff;
}

#gkHeaderBottom .box {
	margin: 0;
	padding: 26px 32px 0 32px;
}

#gkHeaderBottom + #gkContent {
	border-top: none;
}

/* Search */

#gkSearch {
	float: none;
	margin: -2px auto 0 auto;
	max-width: 350px;
}

#gkSearch #mod-search-searchword {
	background: transparent url(/templates/gk_storebox/images/style1/search_bg.png);
	background-position: right center!important;
	background-repeat: no-repeat!important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 350px;
}

/* Top menu */

#gkTopMenu {
	float: right;
	margin-top: 5px;
}

#gkTopMenu li {
	float: left;
	font-size: 13px;
	font-weight: 400;
	line-height: 12px;
}

#gkTopMenu li a {
	color: #666;
	margin: 0 10px 0 14px;
}

#gkTopMenu li::before {
	background: #d1d1d1;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	content: "";
	display: block;
	height: 4px;
	position: relative;
	top: 8px;
	width: 4px;
}

#gkTopMenu li a:active,
#gkTopMenu li a:focus,
#gkTopMenu li a:hover {
	color: #ff7e57;
}

#gkTopMenu li:first-child::before {
	visibility: hidden;
}

/* Stylearea */

#gkStyleArea {
	clear: both;
	display: block;
	line-height: 10px;
	margin: 20px 0 40px 0;
	padding: 10px 0;
	text-align: center;
}

#gkStyleArea a {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	height: 10px;
	margin: 15px 0 0 5px;
	text-indent: -9999px;
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-ms-transform: scale(1.0);
	-o-transform: scale(1.0);
	transform: scale(1.0);
	-webkit-transition: -webkit-transform 0.2s ease-out;
	-moz-transition: -moz-transform 0.2s ease-out;
	-o-transition: -o-transform 0.2s ease-out;
	transition: transform 0.2s ease-out;
	width: 10px;
}

#gkStyleArea a:first-child {
	margin-left: 0;
}

#gkStyleArea a:hover {
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
}

#gkColor1 {
	background: #ff7e57;
}

#gkColor2 {
	background: #56bfdc;
}

#gkColor3 {
	background: #96a0d6;
}

/* Group modules */
#gkBottom1,
#gkBottom2 {
	background: #f9f9f9;
	border-top: 1px solid #efefef;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 50px 50px 65px 50px;
}

#gkBottom1 .box,
#gkBottom2 .box {
	color: #666;
	font-size: 13px;
}

#gkBottom1 .box .header,
#gkBottom2 .box .header {
	color: #000;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.4px;
	line-height: 16px;
	margin: 8px 0 28px 0;
	padding: 0;
	text-transform: uppercase;
}

#gkBottom1 .box li,
#gkBottom2 .box li {
	border: none;
	color: #929292;
	font-size: 13px;
	line-height: 24px;
	padding: 0;
}

#gkBottom1 .box li a,
#gkBottom2 .box li a {
	color: #929292;
}

#gkBottom1 .box li a:active,
#gkBottom1 .box li a:focus,
#gkBottom1 .box li a:hover,
#gkBottom2 .box li a:active,
#gkBottom2 .box li a:focus,
#gkBottom2 .box li a:hover {
	color: #ff7e57;
}

/* standard breadcrumb */

#gkBreadcrumb {
	margin-bottom: 45px;
}

#gkBreadcrumb .breadcrumbs {
	float: left;
	color: #000;
}

#gkBreadcrumb .breadcrumbs li.separator {
	width: 10px;
	text-align: center;
	padding: 0 6px!important;
	color: #e5e5e5;
}

#gkBreadcrumb .breadcrumbs > ul > li {
	float: left;
	font-size: 11px;	
	text-transform: uppercase
}

#gkBreadcrumb .breadcrumbs > ul > li a {
	color: #999;
}

#gkBreadcrumb .breadcrumbs > ul > li a:hover {
	color: #FF7E57;	
}

#gkTools {
	float: right;
	margin: 4px 0 0 10px;
}

#gkTools a {
	display: block;
	float: left;
	width: 22px;
	height: 16px;
	margin: 0 0 0 0px !important;
	text-indent: -99999em;
	background: url(/templates/gk_storebox/images/font_size.png) no-repeat -38px 50%;
}

a#gkToolsReset {
	background-position: -15px 50%;
	margin-left: 6px;
}

a#gkToolsDec {
	background-position: 6px 50%;
}

/* footer */

#gkFooter {
	border-top: 1px solid #efefef;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	color: #929292;
	font-size: 12px;
	font-weight: 400;
	line-height: 24px;
	padding: 0 50px;
}

#gkFooter > div {
	padding: 19px 0;
}

#gkFooterNav {
	float: left;
}

#gkFooterNav li {
	border: none;
	float: left;	
	margin: 0 12px 0 0!important;
	padding: 0;
}

#gkFooterNav a {
	color: #929292;
}

#gkFooterNav li:hover,
#gkFooterNav a:hover {
	background: transparent;
	color: #ff7e57;
}

#gkCopyrights {
	float: right;	
	margin: 0;
	padding: 19px 0;
}

/* Other footer elements */

#gkFrameworkLogo {
	display: block;
	width: 90px;
	height: 36px;
	background: url(/templates/gk_storebox/images/gavern-logo.png) no-repeat 0 0;
	text-indent: -9999em;
	margin: 12px auto 0 auto;
	opacity: 0.4;
}

/* Suffixes */

.box {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
	
	
	margin: 0 0 20px 0;
	padding: 20px;
	width: 100%;
}

#gkSidebar .box {
	margin: 0 0 20px;
	padding: 26px 0 0;
}

#gkSidebar .box:first-child {
	border-top: none;
	padding-top: 0;
}

#gkSidebar .box .header {
	letter-spacing: normal;
}

div.content {
	clear: both;
}

#gkSidebar .box li {
	border-bottom: none;
	padding: 2px 0;
}

.box li {
	border-bottom: 1px solid #e5e5e5;
	padding: 5px 0;
}

.box li:last-child {
	border-bottom: none;
}

.box li a {
	text-decoration: none;
}

.box a {
	text-decoration: none;
}

.box ul ul {
	margin-left: 20px;
}

/* default suffix */

.box .header {
	color: #000;
	font-size: 17px;
	font-weight: 400;
	line-height: 32px;
	padding: 0 0 10px 0;
	text-transform: uppercase
}

.box .header em {
	font-style: italic;
}

.box .header strong {
	font-weight: 700;
}

/* Big title suffix */
.box.bigtitle .header {
	font-size: 32px!important;
	line-height: 42px!important;
	font-weight: 300!important;
	margin-bottom: 18px;
	margin-top: 0!important;
	text-transform: none!important;
}

/* clear suffix */

.box.clear {
	margin: 0;
	padding: 0;
}

.clear div.content {
	clear: both;
}

/* nomargin suffix */

.box.nomargin {
	margin-left: 0!important;
	margin-right: 0!important;
}

/* advertisement suffix */

#gkSidebar .box.advertisement {
	border-top: none;
}

.box.advertisement .header {
	background: transparent;
	border-bottom: 1px solid #eee;
	color: #bbb;
	font-family: Arial, Verdana, sans-serif!important;
	font-size: 10px;
	font-weight: 300;
	letter-spacing: normal;
	line-height: 16px;
	margin: 0 0 12px 0;
	min-height: 21px;
	padding: 0;
	text-align: right;
}

.box.advertisement .header span {
	background: transparent;
	float: right;
	line-height: 16px;
	padding: 0;
}

/* suffix light */
.box.light {
	background: #f8f8f8;
	padding: 20px!important;
}

/* suffix _text */

.box_text > div {
	background: #fff;
}

/* suffix color1 */

.box.dark {
	background: #000!important;
	color: #aaa;
	padding: 20px!important;
}

.box.dark .header {
	background: transparent!important;
	line-height: 1.2;
}

.box.dark h1,
.box.dark h2,
.box.dark h3,
.box.dark h4,
.box.dark h5,
.box.dark h6 {
	color: #eee;
}

.box.dark ul {
	margin: 0;
	padding: 0;
}

.box.dark ul li {
	border-bottom: 1px solid #333;
	position: relative;
}

.box.dark ul li:last-child {
	border-bottom: none;
}

.box.dark a {
	color: #ddd!important;
}

.box.dark a:active,
.box.dark a:focus,
.box.dark a:hover {
	color: #ff7e57!important;
}

.box.dark ul ul {
	margin: 0 0 0 20px;
}

/* Suffix nomargin */
.box.nomargin {
	margin: 0!important;
	padding: 0!important;
}

/* Other elements */
.box address {
	color: #666;
	font-size: 14px;
	font-style: normal;
}

.box address p {
	margin: 0;
}

/* tablet/mobile suffixes */

.onlytablet {
	display: none;
}

.onlymobile {
	display: none;
}

/* Login form */

#gkFBLogin {
	float: left;
	width: 45%;
}

#gkFBLogin p {
	line-height: 18px;
	margin: 14px 0 20px;
}

#gkFBLogin + #login-form,
#gkFBLogin + #com-login-form {
	float: left;
	width: 45%;
	margin-left: 4%;
	padding-left: 30px;
	border-left: 1px solid #e7e7e7;
}

#form-login-remember {
	margin: 10px 0 0 84px;
}

#form-login-remember label {
	color: #777;
	font-size: 11px;
	font-weight: normal;
	line-height: 27px;
}
#form-login-buttons { margin: 12px 0 0 82px}
#login-form fieldset {
	margin: 0 0 20px;
}

#login-form fieldset p {
	margin: 0.5em 0;
}

#login-form ul {
	border-top: 1px solid #333;
	margin: 38px 0 0;
	overflow: hidden;
	padding: 12px 0 0;
}

#login-form ul li {
	font-size: 13px;
	display: inline-block;
	line-height: 1.6;
	margin: 0 6px 0 0
}
#login-form input[type="text"],
#login-form input[type="password"] {
	width: 75%;
	border-color: #353535;
	background: #111
}
#login-form input[type="text"]:focus,
#login-form input[type="password"]:focus { background: #fff}

#loginForm label { color: #888; display: inline-block; width: 80px }

label#jform_spacer-lbl {
	font-size: 11px;
	font-weight: normal;
	color: #666;
}
.gkUsermenu { float: right; width: 50%}
 .gkUsermenu ul li{ border-bottom: 1px solid #252525;
 padding: 2px}
.logout-button { float: left;}

/* Login with Facebook button */

span#fb-auth small {
	width: 20px;
	background: transparent url(/templates/gk_storebox/images/fbauth.png) no-repeat 0 2px;
	text-indent: -999em;
	display: block;
	float: left;
	border-right: 1px solid #a0aecd;
	margin: 3px 16px 0 0;
	height: 17px;
}

span#fb-auth {
	background-color: #798db9;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	color: #fff;
	font-family: arial;
	line-height: 26px;
	font-size: 12px;
	font-weight: bold;
	margin: 3px 0 6px 12px;
	padding: 6px 24px 6px 12px;
	text-decoration: none;
	
	cursor: pointer;
	height: 24px;
	-webkit-transition: background-color 0.2s ease-out;
	-moz-transition: background-color 0.2s ease-out;
	-o-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out;
	position: relative;
	top: -3px;
}

span#fb-auth:hover {
	background-color: #556b9b;
}

.login span#fb-auth {
	margin: 2px 0 0 10px;
}

/* popup */
#gkPopupOverlay,
#gkPopupLogin,
#gkPopupCart {
	color: #999;
	display: none;
	overflow: hidden;
	position: fixed;
	z-index: 1000002;
	left: 50%;
	top: 50%;
	background: #000;
}
#gkAjaxCart .cart_link {
	margin: 32px 0 0;
	padding: 12px 0 0;
	border-top: 1px solid #333;
}
#gkAjaxCart h3.header {
	color: #FFF;
	font-size: 32px;
	font-weight: 600;
	line-height: 42px;
	margin: 0 0 20px;
	text-transform: uppercase;
}
#gkAjaxCart .box {
	padding: 0;
}
#gkPopupLogin {
	position: absolute;
}
#gkPopupLogin,
#gkPopupCart {
	top: 100px;
}
#gkPopupLogin,
#gkPopupCart {
	width: 480px;
	margin-left: -220px;
}
#gkPopupCart {
	position: absolute;
	width: 440px;
}
.gkPopupWrap {
	padding: 40px;
	overflow: hidden;
}
.gkPopupWrap a { color: #ccc;}
.gkPopupWrap a:hover { color: #ff7e57;}
.gkPopupWrap h3 {
	color: #fff;
	 font-size: 32px;
    font-weight: 600;
    line-height: 42px;
    margin: 0 0 20px;
	text-transform: uppercase
}
.gkPopupWrap h3 small { font-size: 55%}
.gkPopupWrap h3 a { font-weight: 300; color: #ff7e57}
.gkPopupWrap h3 a:hover { color: #999}

.gkPopupWrap .button,
.gkPopupWrap .btn { background: #ff7e57}
.gkPopupWrap .button:hover,
.gkPopupWrap .btn:hover { background: #444}
#gkPopupOverlay {
	background: #000;
	width: 100%;
	height: 100%;
	z-index: 1000001;
	top: 0;
	left: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";
	filter: alpha(opacity=45);
	opacity: 0.45;
	margin-left: 0;
}

/* Cart */
#gkMainWrap {
	position: relative;
}

#btnCart {
	background: transparent url(/templates/gk_storebox/images/cart_shadow.png);
	background-position: 36px center!important;
	background-repeat: no-repeat!important;
	height: 72px;
	position: absolute;
	right: -36px;
	top: 20px;
	-webkit-transition: top .45s cubic-bezier(.4,1.26,.85,1.22);
	-moz-transition: top .45s cubic-bezier(.4,1.26,.85,1.22);
	-ms-transition: top .45s cubic-bezier(.4,1.26,.85,1.22);
	-o-transition: top .45s cubic-bezier(.4,1.26,.85,1.22);
	transition: top .45s cubic-bezier(.4,1.26,.85,1.22);
	width: 72px;
	z-index: 1001;
}

#btnCart > strong {
	background: #ff7e57 url(/templates/gk_storebox/images/cart_white.png) no-repeat center center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	cursor: pointer;
	display: block;
	height: 46px;
	margin: 13px;
	text-indent: -9999px;
	-webkit-transition: all .15s ease-out;
	-moz-transition: all .15s ease-out;
	-ms-transition: all .15s ease-out;
	-o-transition: all .15s ease-out;
	transition: all .15s ease-out;
	width: 46px;
}

#btnCart:hover > strong {
	background-color: #000;
}

#btnCart.loading > strong {
	background-image: url(/templates/gk_storebox/images/style1/cart_loader.gif);
}

#btnCart.loading:hover > strong {
	background-image: url(/templates/gk_storebox/images/style1/cart_loader_dark.gif);
}
body[data-mobile="true"] #gkMobileMenu select {
    font-size: 50px;
}
/*
#------------------------------------------------------------------------
# Store Box - March Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2007-2013 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: support@gavick.com 
*/
 
/* Base for all menus */
#gkMainMenu {
	clear: both;
	float: left;
	margin: 26px -16px 0 -16px!important;
	padding: 0;
	width: auto;
}
#gkMainMenu {
	margin-top: 0;
}
#gkMainMenu .gkMenu {
	display: block;
	margin: 0;
	position: relative;
}
.gkMenu > ul > li {
	clear: none!important;
	float: left;
	font-size: 13px;
	font-weight: 700;
	height: 36px;
	line-height: 36px;
	text-transform: uppercase;
	width: auto;
}
.gkMenu > ul > li > a {
	color: #000;
	display: block;
	height: 36px;
	line-height: 36px;
	padding: 0 16px;
}
.gkMenu > ul > li a small {
	display: block;
	font-size: 11px;
	line-height: 12px;
}
.gkMenu > ul > li > .childcontent,
.gkMenu > ul > li > .childcontent .childcontent {
	position: absolute;
	left: -999em;
	z-index: 999;
}
.gkMenu .childcontent .childcontent {
	border: 1px solid #222;
}
.gkMenu > ul > li > .childcontent .gkcol {
	float: left;
}
.gkMenu > ul > li:hover > .childcontent,
.gkMenu > ul > li:hover > .childcontent li:hover > .childcontent {
	left: inherit;
}
.gkMenu > ul > li .childcontent {
	margin-left: 0;
	margin-top: 0;
}
.gkMenu > ul > li .childcontent .childcontent {
	margin-left: 160px;
	margin-top: -35px!important;
	margin-bottom: 30px;
}

/* main menu CSS */
.gkMenu > ul {
	margin: 0;
	padding: 0;
}
.gkMenu ul li {
	clear: both;
	line-height: 30px;
	margin: 0;
}
.gkMenu > ul > li {
	float: left;
}
.gkMenu > ul > li.active > a {
	color: #ff7e57;	
}
.gkMenu > ul > li > a {
	-webkit-transition: all 0.3s ease-out;
	   -moz-transition: all 0.3s ease-out;
	    -ms-transition: all 0.3s ease-out;
	        transition: all 0.3s ease-out;
}
.gkMenu a:hover,
.gkMenu a:active,
.gkMenu a:focus,
.gkMenu li.active > a {
	color: #ff7e57;
}
.gkMenu .haschild:hover > a,
.gkMenu li.haschild.active:hover > a {
	background: #000;
	color: #fff;
}
.gkMenu > ul li div.childcontent {
	background: #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 0;
	padding: 0 0 30px 0!important;
	text-transform: none;
}
.gkMenu > ul li div.childcontent-inner {
	background: #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 30px 20px 0 20px;
}
.gkMenu > ul li > .childcontent .gkcol {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 20px;
}
.gkMenu > ul li div.childcontent li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	margin: 0;
	padding: 0;  
	-webkit-transition: background .2s ease-out;
	-moz-transition: background .2s ease-out;
	-ms-transition: background .2s ease-out;
	-o-transition: background .2s ease-out;
	transition: background .2s ease-out;
}
.gkMenu > ul li div.childcontent li:hover > a,
.gkMenu > ul li div.childcontent li:hover > a small {
	color: #fff;	
	-webkit-transition: color .2s ease-out;
	-moz-transition: color .2s ease-out;
	-ms-transition: color .2s ease-out;
	-o-transition: color .2s ease-out;
	transition: color .2s ease-out;
}
.gkMenu > ul li div.childcontent li:first-child > a { 
	border: none;
}
.gkMenu > ul li div.childcontent a {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #929292;
	display: block;
	padding: 4px 0; 
}
.gkMenu > ul li li div.childcontent small {
	color: #aaa;
	font-weight: normal;
	padding-bottom: 5px;
}
.gkMenu > ul li div.childcontent li.group {
	padding: 0;
	margin: 0;
	height: auto;
	border: none !important;
	background: none;
}
.gkMenu > ul li div.childcontent header {	
	color: #fff;
	display: block;
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 12px 0;
	padding: 0;
}
.gkMenu > ul li div.childcontent header a {
	color: #fff;
	font-size: 13px;
	line-height: 24px;
	padding: 8px 0 4px;
	text-transform: uppercase;
}
.gkMenu > ul li div.childcontent header small {
	display: block;
	text-transform: none;
}
.gkMenu .childcontent.active,
.gkMenu > ul > li:hover > .childcontent {
    pointer-events: auto;
}
.gkMenu .childcontent {
    pointer-events: none;
}
.gkMenu li .module p {
	font-size: 13px;
	line-height: 18px;
}

/* hide mobile menu */
#gkMobileMenu {
	display: none;
}
/*
#------------------------------------------------------------------------
# Store Box - March Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2007-2013 Gavick.com. All Rights Reserved.
# License:  Copyrighted Commercial Software
# Website:  http://www.gavick.com
# Support:  support@gavick.com
 */
 
/*
 * News Show Pro GK5
 */

.nspMain { 
	position: relative;
}

/* Pagination */
.nspBotInterface,
.nspTopInterface { 
	clear: both; 
	float: right;
	margin: 5px 0;
	overflow: hidden; 
}

.nspTopInterface {
	position: absolute;
	right: 0;
	top: -42px;
}

.nspBotInterface .nspPagination {
	margin-top: 0;
}

/* 
	Interface - for different looking Top and Bottom interface use the following classes:  
	.nspTopInterface
	.nspBotInterface (e.g.: .nspTopInterface .nspPagination li ...)
*/
.nspPagination { 
	float: left;
	list-style-type: none!important; 
	margin: 0!important; 
	padding: 0!important; 
}
.nspPagination li { 
	background: #eee;
	border: none!important;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
	cursor:pointer; 
	display: block;
	float:left; 
	height: 10px; 
	margin: 3px 4px 0 0!important; 
	padding: 0;
	text-indent:-999em; 
	width: 10px; 
}
.nspPagination li:hover,
.nspPagination li.active { 
	background-color: #f47953;
}
.nspNext,
.nspPrev { 
	background: url(/templates/gk_storebox/images/style1/nsp_interface.png) no-repeat -10px 0; 
	cursor: pointer;
	float: left; 
	height: 17px; 
	margin: 0 4px;
	text-indent: -999em;
	width: 10px;
}
.nspPrev {
	background-position: 0 0;
}
.nspNext:hover,
.nspPrev:hover { 
	background-position: -10px -17px;
}
.nspPrev:hover {
	background-position: 0 -17px;
}

/* Articles layout */
.nspArts { 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden; 
	padding: 3px;
}
.nspArtPage { 
	float: left; 
}
.nspArt { 
	-webkit-box-sizing: border-box; 
	   -moz-box-sizing: border-box;
	        box-sizing: border-box; 
	float:left; 
}
.nspArt div { 
	overflow: hidden; 
}
.nspArt h4.nspHeader { 
	font-size: 24px;
	margin: 0;
	padding: 10px 0 15px 0;
}
.nspArt h4.nspHeader a { 
	text-decoration: none;
}
.nspArt h4.nspHeader a:hover { }
.nspArt img.nspImage { 
	border: none;
	display: block;
}
.nspArt .nspImageWrapper {
	display: block;
	overflow: hidden;
}
.nspArt .nspImageWrapper img {
	-webkit-transition: all .18s linear;
	-moz-transition: all .18s linear;
	-ms-transition: all .18s linear;
	-o-transition: all .18s linear;
	transition: all .18s linear;
}
.nspArt .nspImageWrapper:hover img {
	-webkit-transform: scale(1.06);
	-moz-transform: scale(1.06);
	-ms-transform: scale(1.06);
	-o-transform: scale(1.06);
	transform: scale(1.06);
}
.nspArt p.nspText { 
	display: block!important;
	margin: 0;
	padding: 0!important;
}
.nspArt p.nspText a { }
.nspArt p.nspText a:hover { }
.nspArt p.nspInfo {
	color: #aaa; 
	display: block!important;
	font-size: 12px;
	padding: 5px 0; 
}
.nspArt p.nspInfo a { }
.nspArt p.nspInfo a:hover { }
.nspArt .tleft { 
	text-align: left; 
}
.nspArt .tright { 
	text-align: right; 
}
.nspArt .tcenter { 
	text-align: center;
}
.nspArt .tjustify { 
	text-align: justify; 
}
.nspArt .fleft { 
	float: left; 
}
.nspArt .fright { 
	float: right; 
}
.nspArt .fnone { 
	clear: both; 
	float: none;
	width: 100%; 
}
.readon.left,
.readon.right,
.readon.center { 
	clear: both; 
}
.readon.left { 
	float: left; 
}
.readon.right { 
	float: right; 
}
.readon.center { 
	display: inline; 
	float: none; 
}
.nspAvatar { }

/* Links layout */
.nspLinks { 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 3px;
}
.nspList { 
	float: left; 
}
.nspLinks ul { 
	list-style-type: none!important; 
	padding: 0!important; 
}
.nspLinks .nspLinkScroll1 ul li { 
	margin: 0!important;
	padding: 10px 0;
}
.nspLinks .nspLinkScroll1 ul li:first-child {
	border-top: none;
}
.nspLinks ul li:hover { }
.nspLinks ul li h4 { }
.nspLinks ul li h4 a { 
	text-decoration: none; 
}
.nspLinks ul li h4 a:hover { }
.nspLinks ul li p {
	margin: 0;
}

/* positioning */
.nspArts.left { 
	float: right; 
}
.nspLinksWrap.left { 
	float: left;
}
.nspArts.right { 
	float: left; 
}
.nspLinksWrap.right { 
	float: right; 
}

/* make element unvisible */
.nspMain .unvisible {  
	left: -9999px;  
	position: absolute; 
	top: auto; 
}

/* Responsive layout */
.gkResponsive img.nspImage,
img.nspImage.gkResponsive { 
	height: auto;
	width: 100%!important; 
}
.nspArt img.nspImage { 
	max-width: 100%; 
}
.nspArtScroll1,
.nspLinkScroll1 { 
	overflow: hidden;
	width: 100%; 
}
.nspPages1 { width: 100%; }
.nspPages2 { width: 200%; }
.nspPages3 { width: 300%; }
.nspPages4 { width: 400%; }
.nspPages5 { width: 500%; }
.nspPages6 { width: 600%; }
.nspPages7 { width: 700%; }
.nspPages8 { width: 800%; }
.nspPages9 { width: 900%; }
.nspPages10 { width: 1000%; }
.nspCol1 { width: 100%; }
.nspCol2 { width: 50%; }
.nspCol3 { width: 33.3%; }
.nspCol4 { width: 25%; }
.nspCol5 { width: 20%; }
.nspCol6 { width: 16.66%; }
.nspCol7 { width: 14.285%; }
.nspCol8 { width: 12.5%; }
.nspCol9 { width: 11.1%; }
.nspCol10 { width: 10%; }
.nspCol11 { width: 9.09%; }
.nspCol12 { width: 8.33%; }
.nspCol13 { width: 7.69%; }
.nspCol14 { width: 7.14%; }
.nspCol15 { width: 6.66%; }
.nspCol16 { width: 6.25%; }
.nspCol17 { width: 5.88%; }
.nspCol18 { width: 5.55%; }
.nspCol19 { width: 5.26%; }
.nspCol20 { width: 5%; }

/* Animation */
.nspList,
.nspArtPage { 
	opacity: 0; 
	-webkit-transition: opacity 0.5s ease-out; 
	   -moz-transition: opacity 0.5s ease-out; 
	    -ms-transition: opacity 0.5s ease-out; 
      	 -o-transition: opacity 0.5s ease-out; 
	        transition: opacity 0.5s ease-out;
}
.nspList.active,
.nspArtPage.active { 
	opacity: 1; 
}

/* Suffix dark */
.dark .nspLinks .nspLinkScroll1 ul li {
	border-top-color: #555;
}

/* 
 * Portal Mode - News Gallery 
 */

.gkNspPM-NewsGallery {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 60px;
	position: relative;
}

.gkNspPM-NewsGallery::after {
	clear: both;
	content: "";
	display: table;
}

.gkNspPM-NewsGallery .gkImagesWrapper {
	width: 100%;
}

.gkNspPM-NewsGallery .gkImagesWrapper > a {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
	float: left;
	padding: 0 12px;
	position: relative;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: -webkit-transform .3s ease-out;
	-moz-transition: -moz-transform .3s ease-out;
	-ms-transition: -ms-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition: transform .3s ease-out;
}

.gkNspPM-NewsGallery .gkImagesWrapper > a.active {
	display: block;
}

.gkNspPM-NewsGallery .gkImagesWrapper > a.show {
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-ms-transform: scale(1.0);
	-o-transform: scale(1.0);
	transform: scale(1.0);
}

.gkNspPM-NewsGallery .gkImagesWrapper.gkImagesCols1 > a { width: 100%; }
.gkNspPM-NewsGallery .gkImagesWrapper.gkImagesCols2 > a { width: 50%; }
.gkNspPM-NewsGallery .gkImagesWrapper.gkImagesCols3 > a { width: 33.3%; }
.gkNspPM-NewsGallery .gkImagesWrapper.gkImagesCols4 > a { width: 25%; }
.gkNspPM-NewsGallery .gkImagesWrapper.gkImagesCols5 > a { width: 20%; }
.gkNspPM-NewsGallery .gkImagesWrapper.gkImagesCols6 > a { width: 16.66%; }
.gkNspPM-NewsGallery .gkImagesWrapper.gkImagesCols7 > a { width: 14.28%; }
.gkNspPM-NewsGallery .gkImagesWrapper.gkImagesCols8 > a { width: 12.5%; }
.gkNspPM-NewsGallery .gkImagesWrapper.gkImagesCols9 > a { width: 11.11%; }
.gkNspPM-NewsGallery .gkImagesWrapper.gkImagesCols10 > a { width: 10%; }

.gkNspPM-NewsGallery .gkImagesWrapper > a img {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	margin: 0 auto;
	max-width: 100%;
	padding: 0;
}

.gkNspPM-NewsGallery .gkPrevBtn,
.gkNspPM-NewsGallery .gkNextBtn {
	background: transparent url(/templates/gk_storebox/images/style1/nsp_arrows.png) no-repeat 0 0;
	height: 32px;
	margin-top: -16px;
	position: absolute;
	text-indent: -9999px;
	top: 50%;
	width: 20px;
}

.gkNspPM-NewsGallery .gkPrevBtn {
	left: 0;
}

.gkNspPM-NewsGallery .gkNextBtn {
	background-position: -20px 0;
	right: 0;
}

.gkNspPM-NewsGallery .gkPrevBtn:active,
.gkNspPM-NewsGallery .gkPrevBtn:focus,
.gkNspPM-NewsGallery .gkPrevBtn:hover {
	background-position: 0 -32px;
}

.gkNspPM-NewsGallery .gkNextBtn:active,
.gkNspPM-NewsGallery .gkNextBtn:focus,
.gkNspPM-NewsGallery .gkNextBtn:hover {
	background-position: -20px -32px;
}

.gkNspPM-NewsGallery .gkImagesWrapper > a > .gkImgOverlay {
	display: none;
}

/* 
 * Portal Mode - News Blocks 
 */

.gkNspPM-NewsBlocks > figure {
	border: 1px solid #e5e5e5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 0.75%;
	overflow: hidden;
	position: relative;
	width: 48.5%;
}

.gkNspPM-NewsBlocks[data-cols="1"] > figure {
	margin: 0.75% 0;
	width: 100%;
}

.gkNspPM-NewsBlocks[data-cols="2"] > figure {
	margin: 0.75%;
	width: 48.5%;
}

.gkNspPM-NewsBlocks[data-cols="3"] > figure {
	margin: 0.75%;
	width: 31.8%;
}

.gkNspPM-NewsBlocks[data-cols="4"] > figure {
	margin: 0.75%;
	width: 23.5%;
}

.gkNspPM-NewsBlocks > figure > img {
	float: left;
	width: 48%;
}

.gkNspPM-NewsBlocks > figure > figcaption {
	bottom: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	padding: 0 32px 40px 32px;
	position: absolute;
	right: 0;
	width: 52%;
}

.gkNspPM-NewsBlocks > figure > figcaption h3 {
	font-size: 24px;
	font-weight: 300;
}

.gkNspPM-NewsBlocks > figure > figcaption strong {
	font-weight: 800;
}

.gkNspPM-NewsBlocks > figure > figcaption a {
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
}

.gkNspPM-NewsBlocks > figure.inverse {
	background: #000;
}

.gkNspPM-NewsBlocks > figure.inverse > figcaption h3 {
	color: #fff;
}

.gkNspPM-NewsBlocks > figure.inverse > figcaption a:active,
.gkNspPM-NewsBlocks > figure.inverse > figcaption a:focus,
.gkNspPM-NewsBlocks > figure.inverse > figcaption a:hover {
	color: #fff!important;
}

/* Image overlays */
.gkNspPM-NewsBlocks > figure .gkImgOverlay {
	-webkit-box-shadow: inset 0 0 60px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: inset 0 0 60px rgba(0, 0, 0, 0.35);
	box-shadow: inset 0 0 60px rgba(0, 0, 0, 0.35);
	cursor: pointer;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	width: 48%;
}

.gkNspPM-NewsBlocks > figure:hover .gkImgOverlay {
	-webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.3);
}

/* 
 * Portal Mode - News Gallery 
 */

.gkNspPM-ProductGallery {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	position: relative;
}

.gkNspPM-ProductGallery.gkPagination {
	padding: 0 36px;
}

.gkNspPM-ProductGallery::after {
	clear: both;
	content: "";
	display: table;
}

.gkNspPM-ProductGallery .gkImagesWrapper {
	width: 100%;
}

.gkNspPM-ProductGallery .gkImagesWrapper > div {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
	float: left;
	padding: 0 30px;
	position: relative;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: -webkit-transform .3s ease-out;
	-moz-transition: -moz-transform .3s ease-out;
	-ms-transition: -ms-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition: transform .3s ease-out;
}

.gkNspPM-ProductGallery .gkImagesWrapper > div.active {
	display: block;
}

.gkNspPM-ProductGallery .gkImagesWrapper > div.show {
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-ms-transform: scale(1.0);
	-o-transform: scale(1.0);
	transform: scale(1.0);
}

.gkNspPM-ProductGallery .gkImagesWrapper.gkImagesCols1 > div { width: 100%; }
.gkNspPM-ProductGallery .gkImagesWrapper.gkImagesCols2 > div { width: 50%; }
.gkNspPM-ProductGallery .gkImagesWrapper.gkImagesCols3 > div { width: 33.3%; }
.gkNspPM-ProductGallery .gkImagesWrapper.gkImagesCols4 > div { width: 25%; }
.gkNspPM-ProductGallery .gkImagesWrapper.gkImagesCols5 > div { width: 20%; }
.gkNspPM-ProductGallery .gkImagesWrapper.gkImagesCols6 > div { width: 16.66%; }
.gkNspPM-ProductGallery .gkImagesWrapper.gkImagesCols7 > div { width: 14.28%; }
.gkNspPM-ProductGallery .gkImagesWrapper.gkImagesCols8 > div { width: 12.5%; }
.gkNspPM-ProductGallery .gkImagesWrapper.gkImagesCols9 > div { width: 11.11%; }
.gkNspPM-ProductGallery .gkImagesWrapper.gkImagesCols10 > div { width: 10%; }

.gkNspPM-ProductGallery .gkImagesWrapper > div img {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	margin: 0 auto;
	max-width: 100%;
	padding: 10px;
}

.gkNspPM-ProductGallery .gkPrevBtn,
.gkNspPM-ProductGallery .gkNextBtn {
	background: transparent url(/templates/gk_storebox/images/style1/product_gallery_interface.png) no-repeat 0 0;
	height: 32px;
	margin-top: -21px;
	position: absolute;
	text-indent: -9999px;
	top: 50%;
	width: 20px;
}

.gkNspPM-ProductGallery .gkPrevBtn {
	left: 0;
}

.gkNspPM-ProductGallery .gkNextBtn {
	background-position: -20px 0;
	right: 0;
}

.gkNspPM-ProductGallery .gkPrevBtn:active,
.gkNspPM-ProductGallery .gkPrevBtn:focus,
.gkNspPM-ProductGallery .gkPrevBtn:hover {
	background-position: 0 -32px;
}

.gkNspPM-ProductGallery .gkNextBtn:active,
.gkNspPM-ProductGallery .gkNextBtn:focus,
.gkNspPM-ProductGallery .gkNextBtn:hover {
	background-position: -20px -32px;
}

/* Content - header, price and button "add to cart" */

.gkNspPM-ProductGallery .gkImage {
	border: 1px solid #fff;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
}

.gkNspPM-ProductGallery .gkImage:hover {
	border: 1px solid #e8e7e7;
}

.gkNspPM-ProductGallery .gkImage h4 {
	font-size: 13px;
	font-weight: bold;
	letter-spacing: normal;
	margin: 10px 0;
	text-transform: uppercase;
}

.gkNspPM-ProductGallery .gkPrice > div.PricebasePriceWithTax {
	color: #ff7e57;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
}

.gkNspPM-ProductGallery .gkPrice > div.PricetaxAmount {
	color: #999;
	font-size: 12px;
	line-height: 12px;
}

.gkNspPM-ProductGallery .gkPrice {
	height: 72px;
	position: relative;
	top: 0;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
}

.gkNspPM-ProductGallery .gkPriceEmpty,
.gkNspPM-ProductGallery .gkImgOverlayEmpty {
	display: none!important;
}

.gkNspPM-ProductGallery .gkAddToCart {
	bottom: -72px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	left: 0;
	padding: 0 30px;
	position: absolute;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	width: 100%;
}

.gkNspPM-ProductGallery .gkImage.hover .gkPrice {
	top: 72px;
}

.gkNspPM-ProductGallery .gkImage.hover .gkAddToCart {
	bottom: 0;
}

.gkNspPM-ProductGallery .gkAddToCart .addtocart-bar {
	padding-top: 15px;
	width: 100%;
}

.gkNspPM-ProductGallery .gkAddToCart input.addtocart-button {
	background: #fff url(/templates/gk_storebox/images/style1/cart_color.png) no-repeat 0 center;
	border-top: 1px solid #e8e7e7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #ff7e57;
	font-size: 13px;
	font-weight: bold;
	height: 57px;
	margin: 0;
	padding: 0;
	text-align: center;
	text-indent: 10px;
	text-transform: uppercase;
	width: 100%;
}

/* Overlay */
.gkNspPM-ProductGallery .gkImagesWrapper > div {
	overflow: hidden;
	position: relative;
}

.gkNspPM-ProductGallery .gkImage .gkImgOverlay {
	background: #ff7e57;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	height: 132px;
	left: 50%;
	margin: -66px 0 0 -66px;
	opacity: 0;
	position: absolute;
	top: 150%;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	width: 132px;
}

.gkNspPM-ProductGallery .gkImage.hover .gkImgOverlay {
	opacity: 1;
	top: 35%;
}

.gkNspPM-ProductGallery .gkImage .gkImgOverlay div.PricebasePriceWithTax {
	font-size: 24px;
	font-weight: bold;
	line-height: 32px;
	margin-top: 44px;
	text-align: center;
}

.gkNspPM-ProductGallery .gkImage .gkImgOverlay div.PricetaxAmount {
	color: #ffe4dc;
	font-size: 12px;
	font-weight: 300;
	line-height: 12px;
	text-align: center
}

/*
 * Tabs GK5 Module
 */
.gkTabsGK5 {
    position: relative;
    overflow: hidden;
}
.gkTabsWrap ol li {
	background: #f8f8f8;
	border: 1px solid #f8f8f8!important;
	border-bottom-color: #e5e5e5!important;
	color: #000;
	cursor: pointer;
	display: block;
	float: left;
	font-size: 13px;
	font-weight: 600;
	list-style-type: none;
	padding: 5px 15px!important;
	text-transform: uppercase;
}
.gkTabsWrap ol li.active,
.gkTabsWrap ol li.active:hover {
    background: none;
    border: 1px solid #e5e5e5!important;
    border-bottom-color: #fff!important;
    color: #ff7e57;
    font-weight: 700;
}
.gkTabsWrap ol li:hover { 
	color: #ff7e57; 
}
.gkTabsContainer {
    clear: both;
    overflow: hidden;
    position: relative;
}
.gkTabsItem {
    background: #fff;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
         -o-box-sizing: border-box;
            box-sizing: border-box;
    left: -9999px;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.gkTabsItem.active {
    left: 0;
    position: relative;
    z-index: 2;
}
.gkTabsNav {
    background: transparent;
    margin: 20px 0;
    min-height: 14px;
}
.gkTabsButtonNext,
.gkTabsButtonPrev {
	display: none;
}

/*
 * Image Show - gk_storebox style
 */

.gkIsWrapper-gk_storebox {
	margin: 0 0 -200px 0;
	min-height: 400px;
	position: relative;
}

.gkIsWrapper-gk_storebox .gkIsPreloader {
	background: transparent url(/templates/gk_storebox/images/style1/loader.gif) no-repeat center center;
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 101;
}

.gkIsWrapper-gk_storebox .gkIsOverlay {
	background: transparent url(/templates/gk_storebox/images/header_gradient.png) repeat-x 0 0;
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 100;
}

.gkIsWrapper-gk_storebox figure {
	left: 0;
	top: 0;
	opacity: 0;
	position: absolute;
	overflow: hidden;
	width: 100%;
	z-index: 1;
}

.gkIsWrapper-gk_storebox.loaded .gkIsButtons {
	opacity: 1;
}

.gkIsWrapper-gk_storebox figure.animated {
	z-index: 2;
}

.gkIsWrapper-gk_storebox.loaded figure.animated {
	opacity: 1;
}

.gkIsWrapper-gk_storebox figure.active {
	position: relative;
	z-index: 3;
}

.gkIsWrapper-gk_storebox img {
	display: block;
	height: auto;
	position: relative;
	width: 100%;
}

.gkIsWrapper-gk_storebox figcaption {
	margin-top: 50px;
	padding: 5px 12px;
	position: absolute;
	z-index: 1;
}

.gkIsWrapper-gk_storebox figure.active figcaption {
	z-index: 101;
}

.gkIsWrapper-gk_storebox figcaption h1,
.gkIsWrapper-gk_storebox figcaption h2 {
	color: inherit;
}

.gkIsWrapper-gk_storebox figcaption h1 {
	font-size: 47px;
	font-weight: bold;
	line-height: 1.1;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

.gkIsWrapper-gk_storebox figcaption h2 {
	font-size: 32px;
	line-height: 1.1;
	margin: 0;
	padding: 0;
}

.gkIsWrapper-gk_storebox .gkIsPrev,
.gkIsWrapper-gk_storebox .gkIsNext {
	margin-top: -25px;
	opacity: 0;
	position: absolute;
	text-indent: -9999px;
	top: 45%;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	z-index: 100;
}

.gkIsWrapper-gk_storebox .gkIsPrev > span,
.gkIsWrapper-gk_storebox .gkIsNext > span {
	background: transparent url(/templates/gk_storebox/images/is_arrows.png) no-repeat 0 50%;
	display: block;
	height: 70px;
	text-indent: -9999px;
	width: 38px;
}

.gkIsWrapper-gk_storebox.hover .gkIsPrev {
	left: 50px;
	padding-right: 100px;
}

.gkIsWrapper-gk_storebox.hover .gkIsNext {
	padding-left: 100px;
	right: 50px;
}

.gkIsWrapper-gk_storebox .gkIsNext > span {
	background-position: -38px 0;
}

.gkIsWrapper-gk_storebox .gkIsPrev {
	left: 100px;
}

.gkIsWrapper-gk_storebox .gkIsNext {
	padding: 9px 0 0 18px;
	right: 100px;
}

.gkIsWrapper-gk_storebox.hover .gkIsPrev,
.gkIsWrapper-gk_storebox.hover .gkIsNext {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

/* 
 * Price table 
 */

.gkPriceTable {
	padding: 60px 0 48px 0;
}
.gkPriceTable::after {
	clear: both;
	content: "";
	display: table;
}
.gkPriceTable.col1 dl {
	width: 100%;
}
.gkPriceTable.col2 dl {
	float: left;
	width: 50%;
}
.gkPriceTable.col3 dl {
	float: left;
	width: 33.3%;
}
.gkPriceTable.col4 dl {
	float: left;
	width: 25%;
}
.gkPriceTable.col5 dl {
	float: left;
	width: 20%;
}
.gkPriceTable dl {
	background: #fff;
	border: 1px solid #ddd;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: -1px;
	padding: 20px 32px;
}
.gkPriceTable.gkWhite dl {
	background: #f8f8f8;
}
.gkPriceTable dt {
	border-bottom: 1px solid #ddd;
	color: #000;
	font-size: 22px;
	font-weight: 400;
	line-height: 65px;
	margin-top: -20px;
	text-align: center;
}
.gkPriceTable dd {
	font-size: 16px;
	font-weight: 36px;
	padding: 6px 0;
	text-align: center;
}
.gkPriceTable dd a {
	background: #000;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #fff!important;
	display: inline-block;
	font-size: 18px;
	font-weight: 600;	
	height: 46px;
	line-height: 46px;
	margin: 30px auto 20px;
	padding: 0 36px;
	-webkit-transition: background .3s ease-out;
	-moz-transition: background .3s ease-out;
	-ms-transition: background .3s ease-out;
	-o-transition: background .3s ease-out;
	transition: background .3s ease-out;	
}
.gkPriceTable dd a:active,
.gkPriceTable dd a:focus,
.gkPriceTable dd a:hover,
.gkPriceTable .gkPremium dd a:active,
.gkPriceTable .gkPremium dd a:focus,
.gkPriceTable .gkPremium dd a:hover {
	background: #f47953;
	color: #fff!important;
}
.gkPriceTable .gkPremium dd a {
	background: #fff;
	color: #000!important;
}
.gkPriceTable dd.gkPrice {
	color: #000;
	font-size: 60px;
	font-weight: 600;
}
.gkPriceTable dd.gkPrice small {
	color: #999;
	font-size: 16px;
	font-weight: 300;
}
.gkPriceTable dl.gkPremium {
	background: #000;
	border-color: #000;
	margin: -34px -10px 0 -10px;
	position: relative;
	z-index: 1;
}
.gkPriceTable dl.gkPremium dt {
	border-bottom: 1px solid #333; 
	color: #fff;
}
.gkPriceTable dl.gkPremium dd,
.gkPriceTable dl.gkPremium dd.gkPrice small {
	color: #fff;
}
.gkPriceTable dl.gkPremium dd.gkPrice {
	font-size: 74px;
}
/*
#------------------------------------------------------------------------
# StoreBox - March 2013 template (for Joomla 2.5)
#
# Copyright (C) 2007-2013 Gavick.com. All Rights Reserved.
# License:  Copyrighted Commercial Software
# Website:  http://www.gavick.com
# Support:  support@gavick.com
 */

#bottom-pagination div,
#bottom-pagination ul {
	text-align: center!important
}

#bottom-pagination ul li {
	display: inline
}

.VmArrowdown {
	cursor: pointer;
	float: right;
	height: 16px;
	padding: 0 12px;
	width: 16px
}

.additional-images {
	margin: 20px 0;
	overflow: hidden
}

.additional-images .product-thumb {
	border: 1px solid #eee;
	float: left;
	line-height: 1.4;
	margin: 0 6px 6px 0;
	padding: 3px;
	text-align: center;
	white-space: normal;
	width: 74px
}

.additional-images .product-thumb:hover {
	border-color: #ddd;
	cursor: pointer
}

.additional-images img {
	width: 50px
}

.addtocart-area .product-fields {
	padding: 6px 0 12px
}

.addtocart-area .product-fields > div {
	margin: 0 0 10px
}

.ask-a-question {
	display: block;
	font-size: 12px;
	font-weight: 700;
	margin: 24px 0 0;
	text-decoration: underline
}

.ask-a-question-view .form-field .submit {
	width: 418px
}

.ask-a-question-view .form-field textarea.field {
	border: solid #eee 1px;
	color: #777;
	padding: 12px;
	text-align: left;
	width: 394px
}

.ask-a-question-view .product-summary {
	border-bottom: solid #eee 1px;
	margin: 25px 0 0;
	padding: 0 0 10px
}

.ask-a-question-view .product-summary .short-description {
	margin-top: 6px
}

.ask-a-question-view .product-summary h2 {
	font-size: 16px;
	margin: 0;
	padding: 0
}

.ask-a-question-view .product-summary img.product-image {
	height: auto;
	max-height: 100%;
	max-width: 100%;
	width: auto
}

.ask-a-question-view h1 {
	font-size: 18px;
	margin: 0;
	padding: 0
}

.ask-a-question-view input.counter,
.ask-a-question-view input#email {
	border: solid #ccc 1px;
	color: #777;
	display: inline-block;
	margin: 0 0 0 10px;
	padding: 5px 5px 4px
}

.ask-a-question-view,
.manufacturer-details-view .spacer {
	padding: 30px
}

.availability {
	float: right;
	margin: -19px 0 0 10px
}

.billto-shipto {
	padding: 10px 0 32px
}

.billto-shipto strong,
span.custom-variant-inputbox input.custom-attribute:hover,
input.vm-default:hover,
.ask-a-question-view input.counter:hover,
.ask-a-question-view input#email:hover,
table.user-details input:hover,
a.details:hover,
div.details:hover,
a.product-details:hover,
.ask-a-question-view .form-field textarea.field:hover,
.product-related-products > div a,
.product-related-categories > div a,
table.cart-summary a {
	color: #000
}
.cart-summary .sectiontableentry1 fieldset {
	clear: both;
}
.category-view .category .category-overlay > span > span,
.browse-view .product .product-overlay > span > span,
.featured-view .product .product-overlay > span > span,
.latest-view .product .product-overlay > span > span,
.topten-view .product .product-overlay > span > span,
.recent-view .product .product-overlay > span > span,
.productDetails .main-image .product-overlay > span > span {
	-moz-border-radius: 50%;
	-moz-transition: all .3s ease-out;
	-ms-border-radius: 50%;
	-ms-transition: all .3s ease-out;
	-o-border-radius: 50%;
	-o-transition: all .3s ease-out;
	-webkit-border-radius: 50%;
	-webkit-transition: all .3s ease-out;
	background: #ff7e57;
	border-radius: 50%;
	color: #fff;
	display: block;
	filter: alpha(opacity=0);
	font-weight: 600;
	height: 80px;
	line-height: 80px;
	margin: 100% auto 30%;
	opacity: 0;
	text-align: center;
	transition: all .3s ease-out;
	width: 80px
}

.category-view .category .category-overlay > span,
.browse-view .product .product-overlay > span,
.featured-view .product .product-overlay > span,
.latest-view .product .product-overlay > span,
.topten-view .product .product-overlay > span,
.recent-view .product .product-overlay > span,
.productDetails .main-image .product-overlay > span {
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	background: rgba(255,255,255,0);
	display: block;
	height: 100%;
	overflow: hidden;
	transition: all .3s ease-out;
	width: 100%
}

.category-view .category .category-overlay,
.browse-view .product .product-overlay,
.featured-view .product .product-overlay,
.latest-view .product .product-overlay,
.topten-view .product .product-overlay,
.recent-view .product .product-overlay,
.productDetails .main-image .product-overlay {
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%
}

.browse-view .product .spacer,
.productDetails .main-image {
	overflow: hidden;
	position: relative
}

.category-view .category.active .category-overlay > span > span,
.browse-view .product.active .product-overlay > span > span,
.featured-view .product.active .product-overlay > span > span,
.latest-view .product.active .product-overlay > span > span,
.topten-view .product.active .product-overlay > span > span,
.recent-view .product.active .product-overlay > span > span,
.productDetails .main-image.active .product-overlay > span > span {
	filter: alpha(opacity=100);
	margin-top: 30%;
	opacity: 1;
}

.category-view .category.active .category-overlay > span,
.browse-view .product.active .product-overlay > span,
.featured-view .product.active .product-overlay > span,
.latest-view .product.active .product-overlay > span,
.topten-view .product.active .product-overlay > span,
.recent-view .product.active .product-overlay > span,
.productDetails .main-image.active .product-overlay > span {
	background: rgba(255,255,255,0.6)
}

.category-view h4,
.featured-view h4,
.latest-view h4,
.topten-view h4,
.recent-view h4 {
	margin: 0 0 30px 0;
}

.browse-view .row .product .spacer img,
.related-products-view .row .product .spacer img {
	height: auto;
	max-width: 90%
}

.cart-summary .inputbox {
	float: left;
	padding-left: 9px;
	padding-right: 9px;
	text-align: center
}

.cart-summary div.PricesalesPrice {
	background: none;
	font-size: 100%;
	margin: 0;
	padding: 0
}

.cart-summary tbody tr td {
	padding: 5px 8px
}

.cart-summary td hr,
.terms-of-service .vm2-termsofservice-icon,
#terms-of-service .vmicon.vm2-termsofservice-icon,
.vmicon-16-editadd,
table.cart-summary td br,
#product-tabs-content > div,
.productDetails .main-image > .product-overlay {
	display: none!important;
}

.cart-view h2 {
	font-size: 12px;
	margin: 0;
	padding: 0
}

.cart-view h3,
#userForm h3,
#paymentForm h3 {
	font-size: 22px;
	margin: 0 0 12px
}

.catProductDetails {
	-moz-border-radius: 2px;
	-moz-transition: background-color .12s ease-out;
	-ms-border-radius: 2px;
	-ms-transition: background-color .12s ease-out;
	-o-border-radius: 2px;
	-o-transition: background-color .12s ease-out;
	-webkit-border-radius: 2px;
	-webkit-transition: background-color .12s ease-out;
	background: #eee;
	border-radius: 2px;
	border-shadow: 0 0 1px #fff;
	color: #000;
	display: inline-block;
	font-size: 12px;
	font-weight: 400;
	line-height: 35px;
	margin: 0 0 12px;
	min-height: 34px;
	padding: 0 11px;
	text-align: center;
	text-transform: uppercase;
	transition: background-color .12s ease-out
}

.catProductPrice {
	color: #ff7e57;
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 16px
}

.catProductPrice .PricediscountAmount,
.catProductPrice .PricetaxAmount {
	color: #b6b6b6;
	font-size: 11px;
	font-weight: 400;
	line-height: 1
}

.catProductPrice div.PricesalesPrice {
	font-size: inherit;
	line-height: 1.4;
	margin: 0;
	padding: 0
}

.category-view .category {
	position: relative;
}

.category-view .row .category .spacer h2 a {
	color: #000;
	display: block;
	font-size: 14px;
	font-weight: 400;
	text-align: center
}

.category-view .row .category .spacer h2 a img {
	height: auto;
	margin-top: 6px;
	max-width: 100%
}

.category-view .row .category .spacer h2 a:hover,
.product-related-products > div a:hover,
.product-related-categories > div a:hover,
table.cart-summary a:hover,
.gkContainer a:hover,
#product-tabs li.active {
	color: #ff7e57
}

.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: 6px
}

.category-view h4 {
	margin: 0;
	padding: 0
}

.checkout-button-top input.terms-of-service {
	float: left;
	margin-right: 10px
}

.clear,
br.clear,
#product-tabs-content {
	clear: both
}

.clr {
	clear: both;
	overflow: hidden
}

#facebox .popup {
	overflow: hidden!important
}

#facebox .popup > div {
	display: block!important;
	padding: 20px!important;
	width: auto!important
}

#facebox .popup > div > div {
	padding: 0 30px 50px 10px !important;
	position: relative;
	text-align: center
}

#facebox .popup > div > div > a {
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	-webkit-border-radius: 2px;
	background: #FF7E57;
	border-radius: 2px;
	bottom: 5px;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 12px;
	font-weight: 400;
	padding: 8px 12px;
	position: absolute;
	right: 10px;
	text-align: center;
	text-transform: uppercase
}

#facebox .popup > div > div > a.continue {
	left: 10px;
	right: auto
}

#facebox .popup > div > div > a:hover,
.productDetails .main-image .product-overlay > span > span {
	background: #000!important;
}

#facebox .popup > div > div > h4 {
	border-bottom: 1px solid #eee;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
	min-width: 400px;
	padding: 8px 0 20px
}

#fancybox-wrap {
	z-index: 9999999
}

#product-tabs {
	margin: 20px 0 -1px;
	overflow: hidden
}

#product-tabs li {
	background: #f8f8f8;
	border: 1px solid #f8f8f8;
	border-bottom-color: #e5e5e5;
	color: #000;
	cursor: pointer;
	float: left;
	font-size: 13px;
	font-weight: 600;
	padding: 5px 20px;
	text-transform: uppercase
}

#product-tabs li.active {
	background: none;
	border: 1px solid #e5e5e5;
	border-bottom-color: #fff;
	font-weight: 700
}

#product-tabs-content {
	border-top: 1px solid #e5e5e5;
	padding: 20px
}

#ui-tabs {
	margin-bottom: 20px
}

#ui-tabs .dyn-tabs {
	display: none;
	overflow: auto
}

#ui-tabs h4 {
	color: #ff7e57;
	font-size: 16px;
	margin: 20px 0
}

#ui-tabs ul#tabs {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px solid #e5e5e5;
	margin: 30px 0;
	width: 100%;
}

#ui-tabs ul#tabs::after {
	clear: both;
	content: "";
	display: table;
}

#ui-tabs ul#tabs li {
	background: #f8f8f8;
	border: 1px solid #f8f8f8!important;
	border-bottom-color: #e5e5e5!important;
	color: #000;
	cursor: pointer;
	display: block;
	float: left;
	font-size: 13px;
	font-weight: 600;
	list-style-type: none;
	padding: 5px 15px!important;
	position: relative;	
	text-transform: uppercase;
	top: 1px;
}

#ui-tabs ul#tabs li.current {
	background: none;
	border: 1px solid #e5e5e5!important;
	border-bottom-color: #fff!important;
	color: #ff7e57;
	font-weight: 700;
}

#ui-tabs ul#tabs li:hover {
	color: #ff7e57;
}

fieldset .userfields_info {
	clear: both;
	display: block;
	padding: 10px 0;
}

#userForm select,
.width80 {
	width: 80%
}

.control-buttons {
	overflow: hidden
}

.control-buttons + fieldset {
	margin-top: 32px
}

.control-buttons + fieldset span {
	background: none;
	height: inherit
}

.control-buttons > div {
	border-top: 1px solid #eee;
	font-size: 12px;
	margin: 40px 0 20px;
	padding: 16px 0 0
}

.coupon {
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #eee;
	border-radius: 4px;
	color: gray;
	font-size: 9px;
	padding: 3px
}

.customer-comment,
.featured-view .product-price,
.latest-view .product-price,
.topten-view .product-price,
.output-billto,
.output-shipto {
	margin: 10px 0
}

.customer-reviews,
.ask-a-question-view .form-field,
.product-related-products,
.product-related-categories {
	margin: 25px 0 0
}

.display-number {
	text-align: right
}

.display-number select {
	margin: 1px 0 0 8px
}

.featured-view .spacer .catProductPrice + a img,
.latest-view .spacer .catProductPrice + a img,
.topten-view .spacer .catProductPrice + a img,
.featured-view .spacer .catProductPrice + a + a img,
.latest-view .spacer .catProductPrice + a + a img,
.topten-view .spacer .catProductPrice + a + a img {
	margin-top: 16px
}

.featured-view .spacer h3 a,
.latest-view .spacer h3 a,
.topten-view .spacer h3 a,
.related-products-view .spacer h3 a,
.browse-view .row .product .spacer h2 a,
h3.catProductTitle a {
	color: #000!important
}

.featured-view .spacer h3,
.latest-view .spacer h3,
.topten-view .spacer h3,
.related-products-view .spacer h3,
.browse-view .row .product .spacer h2,
.category-view .row .category .spacer h2,
h3.catProductTitle {
	font-size: 13px;
	font-weight: 600;
	letter-spacing: normal;
	margin: 18px 0 4px!important;
	text-transform: uppercase
}

.featured-view h4,
.latest-view h4,
.topten-view h4,
.related-products-view h4,
.browse-view h1,
h2.catSub,
.category-view h4 {
	margin-bottom: 24px
}

.floatright,
span.floatright,
.floatleft,
span.floatleft {
	float: right
}

.formLogin {
	background: #f9f9f9;
	margin: 0 0 24px;
	padding: 20px
}

.formLogin h3 {
	font-size: 18px
}

.formLoginWrap {
	background: #f8f8f8;
	margin: 32px 0;
	padding: 20px
}

.formLoginWrap a {
	font-size: 13px;
	margin-right: 12px
}

.formLoginWrap input,
.trackMyOrder div {
	float: left;
	margin: 0 24px 12px 0
}

.general-bg,
input.vm-default,
a.product-details,
a.details,
div.details {
	color: #ff7e57;
	cursor: pointer;
	text-align: center
}

.gkContainer {
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	-webkit-border-radius: 2px;
	background: #333;
	border-radius: 2px;
	clear: both;
	color: #999;
	margin-bottom: 12px;
	overflow: hidden;
	padding: 12px 24px 12px 12px;
	text-align: right
}

.gkContainer img {
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	float: left;
	margin-right: 24px
}

.gkProductAttributes {
	font-size: 11px;
	line-height: 1.4
}

.gkShowCart a {
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	-webkit-border-radius: 2px;
	background: #ff7e57;
	border-radius: 2px;
	color: #fff;
	display: block;
	font-size: 12px;
	font-weight: 400;
	padding: 5px 12px;
	text-align: center;
	text-transform: uppercase
}

.gkShowCart a:hover {
	background: #fff;
	color: #444
}

.gkTotal {
	color: #fff;
	float: right;
	font-size: 24px;
	line-height: 1.3
}

.list-reviews .highlight {
	background: #fafafa;
	margin: 20px 0;
	padding: 20px
}

.list-reviews .normal {
	border-bottom: 1px solid #eee;
	padding: 16px 0
}

.list-reviews .normal:first-child {
	padding-top: 0
}

.list-reviews p {
	font-size: 12px;
	margin: 1em 0 .6em
}

.list-reviews span.date {
	color: #888;
	display: block;
	font-size: 10px;
	margin: 0 0 4px
}

.main-image img.product-image,
.featured-view .spacer img,
.latest-view .spacer img,
.topten-view .spacer img {
	height: auto;
	max-width: 100%;
	width: auto
}

.manufacturer h3.catProductTitle {
	text-align: center;
}

.manufacturer-details-view .spacer {
	padding-left: 0;
	padding-right: 0;
}

.manufacturer-details-view .spacer > div {
	padding: 10px 0;
}

.manufacturer-details-view .email-weblink a {
	margin-right: 15px
}

.manufacturer-details-view img {
	background: #fff;
	border: 1px solid #efefef;
	float: right;
	margin: 0 0 10px 20px;
	padding: 8px;
}

.orderby-displaynumber {
	border-top: 1px solid #eee;
	font-size: 13px;
	margin: -10px 0 40px;
	padding: 8px 0
}

.orderby-displaynumber::after {
	clear: both;
	content: "";
	display: table
}

.orderlistcontainer {
	position: relative
}

.orderlistcontainer a {
	color: #000!important;
	display: block
}

.orderlistcontainer a:hover,
.featured-view .spacer h3 a:hover,
.latest-view .spacer h3 a:hover,
.topten-view .spacer h3 a:hover,
.related-products-view .spacer h3 a:hover,
.browse-view .row .product .spacer h2 a:hover,
h3.catProductTitle a:hover {
	color: #ff7e57!important
}

.orderlistcontainer div.activeOrder {
	background: #fff;
	cursor: pointer;
	float: left;
	font-size: 13px;
	font-weight: 400;
	line-height: 32px;
	margin: 0 24px 0 0
}

.orderlistcontainer div.orderlist {
	background: #fff;
	border: 1px solid #eee;
	cursor: pointer;
	display: none;
	left: 46px;
	padding: 4px 12px;
	position: absolute;
	top: 32px;
	z-index: 2
}

.orderlistcontainer div.orderlist div {
	border-top: 1px solid #eee;
	font-size: 13px;
	line-height: 1.4;
	padding: 8px 12px
}

.orderlistcontainer div.orderlist div:first-child {
	border: none
}

.orderlistcontainer div.title {
	float: left;
	line-height: 32px;
	width: 46px
}

.output-billto span.titles,
.output-shipto span.titles {
	float: left;
	width: 150px
}

.output-billto span.values,
.output-shipto span.values {
	padding-right: 5px
}

.output-billto span.values,
.output-shipto span.values,
.floatleft,
span.floatleft,
.gkShowCart {
	float: left
}

.output-billto span.values-first_name,
.output-billto span.values-middle_name,
.output-billto span.values-zip,
.output-shipto span.values-first_name,
.output-shipto span.values-middle_name,
.output-shipto span.values-zip {
	float: left;
	margin-right: 3px
}

.output-shipto {
	color: #999;
	font-size: 11px;
	line-height: 1.4
}

.page-results {
	margin-top: 25px;
	text-align: right
}

.product-additional-info {
	font-size: 13px;
	margin: 0 0 42px
}

.product-field-type-P .product-fields-title {
	font-size: 120%
}

.product-fields .product-field-type-P {
	border-bottom: 1px solid #eee;
	clear: both;
	margin-top: 18px
}

.product-neighbours {
	color: #777;
	margin: 0 0 15px
}

.product-neighbours a.next-page {
	float: right;
	line-height: 20px;
	padding-right: 30px
}

.product-neighbours a.previous-page {
	float: left;
	line-height: 20px;
	padding-left: 30px
}

.productDetailInfo {
	font-size: 13px;
	margin: 0 0 25px
}

.productDetailInfo dt {
	clear: both;
	color: #999;
	margin: 0 6px 0 0;
	float: left
}

.product-price {
	color: #999;
	font-size: 12px;
	line-height: 1.6em;
	margin: 0 0 15px
}

.product-price > strong {
	color: #000;
	display: block;
	margin: 0 0 15px
}

.product-related-products > div,
.product-related-categories > div {
	display: inline-block;
	font-size: 13px;
	font-weight: 500;
	margin: 12px 0;
	padding: 0 24px;
	text-transform: uppercase;
	width: 120px;
}

.product.vertical-separator {
	padding-bottom: 20px!important
}

.productDetails {
	margin: 40px 0
}

.productDetails .main-image a {
	display: block;
	position: relative
}

.productDetails .main-image img,
#product-tabs-content > div.active {
	display: block!important
}

.product_s_desc p {
	line-height: 1.4;
	margin-bottom: 6px;
	padding: 0
}

.productdetails-view .addtocart-bar,
.write-reviews,
ul#tabs {
	margin: 20px 0 0
}

.productdetails-view .product-description,
.product-fields {
	margin: 15px 0
}

.productdetails-view .spacer-buy-area {
	padding: 0 12px 0 0
}

.productdetails-view h1 {
	line-height: 1.1;
	margin: 0 0 6px
}

.product-related-products + .product-related-categories {
	margin-top: 50px
}

.productdetails-view .product-related-products img,
.productdetails-view .product-related-categories img {
	margin-bottom: 12px
}

.productdetails-view .product-related-products a,
.productdetails-view .product-related-categories a {
	color: #000 !important
}

.productdetails-view .product-related-products a:hover,
.productdetails-view .product-related-categories a:hover {
	color: #FF7E57 !important
}

.right,
#bottom-pagination .counter {
	text-align: right!important
}

.row {
	display: table;
	width: 100%
}

.row .product.width50,
.row .product.width33,
.row .product.width25,
.row .product.width20 {
	padding: 0
}

.row > div {
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	float: left!important
}

.stockLavel {
	font-size: 13px;
	padding: 0 0 16px
}

.terms-of-service h5 {
	background: #fffef4;
	font-size: 14px;
	padding: 15px;
	text-align: center
}

.terms-of-service h5 a,
.terms-of-service h5 a:visited {
	color: #ff7e57;
	text-transform: uppercase
}

.trackMyOrder {
	background: #FEF9F7;
	padding: 12px 20px 20px!important
}

.trackMyOrder div {
	float: left;
	margin: 12px 24px 0 0
}

.trackMyOrder div input[type="submit"] {
	margin-top: 26px
}

.userfields_info {
	color: #000;
	font-size: 16px
}

.vendor-store-desc,
.category-view,
.featured-view,
.latest-view,
.topten-view,
.related-products-view,
.browse-view,
.order-view {
	margin-bottom: 25px
}

.vertical-separator,
.vertical-separator + .category,
.vertical-separator + .product {
	padding: 0 10px 20px 10px;
}

.product {
	position: relative;
}

.vm-button-correct,
.vm-button-correct:link,
.vm-button-correct:visited {
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	-webkit-border-radius: 2px;
	background: #000;
	border-radius: 2px;
	color: #fff!important;
	cursor: pointer;
	font-size: 12px;
	font-weight: 400;
	padding: 8px 10px;
	text-align: center;
	text-transform: uppercase
}

.vm-button-correct:hover,
.catProductDetails:hover {
	background: #ff7e57;
	color: #fff
}
#checkoutFormSubmit {
	height: auto;
	padding: 0 15px;
	line-height: 36px;
}
.vm-customfield-mod img,
.vm-customfield-cart img {
	vertical-align: middle;
	width: 16px
}

.vmicon,
.vmiconFE {
	background: url(/templates/gk_storebox/images/vm/vm2-sprite.png) no-repeat 0 0;
	display: block;
	height: 10px;
	width: 53px
}

.vm-img-desc {
	color: #000;
	display: block;
	font-size: 10px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase
}

.vm2-arrow_down {
	background-position: 0 -72px;
	height: 16px;
	width: 16px
}

.vm2-billto-icon {
	background-position: 0 -138px;
	border: 0;
	height: 24px;
	margin-right: 6px;
	vertical-align: middle;
	width: 24px
}

.vm2-lowstock {
	background-position: 0 -213px
}

.vm2-normalstock,
.vm2-nostock,
.vm2-lowstock {
	background-position: 0 -208px;
	display: block;
	height: 2px;
	width: 53px
}

.vm2-nostock {
	background-position: 0 -218px
}

.vm2-remove_from_cart {
	background: url(/templates/gk_storebox/images/vm/vm2-sprite.png) no-repeat 100% -64px!important;
	cursor: pointer;
	display: block;
	float: right;
	height: 24px!important;
	width: 15px!important
}

.vm2-shipto-icon {
	background-position: 0 -284px;
	height: 24px;
	margin-right: 6px;
	vertical-align: middle;
	width: 24px
}

.vm2-stars0,
.vm2-stars_0 {
	background-position: 0 -50px
}

.vm2-stars1,
.vm2-stars_1 {
	background-position: 0 -40px
}

.vm2-stars2,
.vm2-stars_2 {
	background-position: 0 -30px
}

.vm2-stars3,
.vm2-stars_3 {
	background-position: 0 -20px
}

.vm2-stars4,
.vm2-stars_4 {
	background-position: 0 -10px
}

.vm2-termsofservice-icon {
	display: inline-block;
	height: 24px;
	margin-right: 6px;
	vertical-align: middle;
	width: 24px
}

.vm2-warning {
	height: 40px;
	width: 50px
}

.vmGkCartProducts {
	padding: 12px 0 24px
}

.vmlogout {
	margin: 12px 0;
	text-align: right
}

.vmlogout input {
	float: right;
	margin-left: 12px
}

.vmpayment_cardinfo {
	color: gray;
	font-size: 9px
}

.vmpayment_description,
.vmshipment_description {
	color: #999;
	display: block;
	font-size: 12px;
	font-weight: 300;
	padding: 0 2px
}

.vmpayment_name,
.vmpayment_cost,
.vmshipment_name,
.vmshipment_cost {
	padding: 0 2px
}

.vmquote {
	font-size: smaller
}

/* VM Popup Module Cart */

.vmCartModule dl + dl {
	border-top: 1px solid #333;
	margin: 32px 0 0;
	padding: 12px 0 0;
}

.vmCartModule dl dt {
	clear: both;
	float: left;
}

.vmCartModule dl dd {
	text-align: right;
}

.vmCartModule dl dt a {
	color: #eee
}

.vmCartModule dl dt a:hover {
	color: #FF7E57
}

.vmCartModule dd strong {
	color: #FF7E57;
	font-size: 20px
}

.vm-customfield-mod {
	font-size: 12px;
	text-align: left
}

.width1 {
	width: 1%
}

.width10 {
	width: 10%
}

.width11 {
	width: 11%
}

.width12 {
	width: 12%
}

.width13 {
	width: 13%
}

.width14 {
	width: 14%
}

.width15 {
	width: 15%
}

.width16 {
	width: 16%
}

.width17 {
	width: 17%
}

.width18 {
	width: 18%
}

.width19 {
	width: 19%
}

.width2 {
	width: 2%
}

.width20 {
	width: 20%
}

.width21 {
	width: 21%
}

.width22 {
	width: 22%
}

.width23 {
	width: 23%
}

.width24 {
	width: 24%
}

.width25 {
	width: 25%
}

.width26 {
	width: 26%
}

.width27 {
	width: 27%
}

.width28 {
	width: 28%
}

.width29 {
	width: 29%
}

.width3 {
	width: 3%
}

.width30 {
	width: 30%
}

.width31 {
	width: 31%
}

.width32 {
	width: 32%
}

.width33 {
	width: 33%
}

.width34 {
	width: 34%
}

.width35 {
	width: 35%
}

.width36 {
	width: 36%
}

.width37 {
	width: 37%
}

.width38 {
	width: 38%
}

.width39 {
	width: 39%
}

.width4 {
	width: 4%
}

.width40 {
	width: 40%
}

.width41 {
	width: 41%
}

.width42 {
	width: 42%
}

.width43 {
	width: 43%
}

.width44 {
	width: 44%
}

.width45 {
	width: 45%
}

.width46 {
	width: 46%
}

.width47 {
	width: 47%
}

.width48 {
	width: 48%
}

.width49 {
	width: 49%
}

.width5 {
	width: 5%
}

.width50 {
	width: 50%
}

.width51 {
	width: 51%
}

.width52 {
	width: 52%
}

.width53 {
	width: 53%
}

.width54 {
	width: 54%
}

.width55 {
	width: 55%
}

.width56 {
	width: 56%
}

.width57 {
	width: 57%
}

.width58 {
	width: 58%
}

.width59 {
	width: 59%
}

.width6 {
	width: 6%
}

.width60 {
	width: 60%
}

.width61 {
	width: 61%
}

.width62 {
	width: 62%
}

.width63 {
	width: 63%
}

.width64 {
	width: 64%
}

.width65 {
	width: 65%
}

.width66 {
	width: 66%
}

.width67 {
	width: 67%
}

.width68 {
	width: 68%
}

.width69 {
	width: 69%
}

.width7 {
	width: 7%
}

.width70 {
	width: 70%
}

.width71 {
	width: 71%
}

.width72 {
	width: 72%
}

.width73 {
	width: 73%
}

.width74 {
	width: 74%
}

.width75 {
	width: 75%
}

.width76 {
	width: 76%
}

.width77 {
	width: 77%
}

.width78 {
	width: 78%
}

.width79 {
	width: 79%
}

.width8 {
	width: 8%
}

.width81 {
	width: 81%
}

.width82 {
	width: 82%
}

.width83 {
	width: 83%
}

.width84 {
	width: 84%
}

.width85 {
	width: 85%
}

.width86 {
	width: 86%
}

.width87 {
	width: 87%
}

.width88 {
	width: 88%
}

.width89 {
	width: 89%
}

.width9 {
	width: 9%
}

.width90 {
	width: 90%
}

.width91 {
	width: 91%
}

.width92 {
	width: 92%
}

.width93 {
	width: 93%
}

.width94 {
	width: 94%
}

.width95 {
	width: 95%
}

.width96 {
	width: 96%
}

.width97 {
	width: 97%
}

.width98 {
	width: 98%
}

.width99 {
	width: 99%
}

.write-reviews h4 {
	border-bottom: 1px solid #eee;
	margin: 0 0 36px;
	padding: 0 0 12px
}

.write-reviews h4 span {
	font-size: 14px;
	font-weight: 400;
	margin-left: 8px
}

.write-reviews span.step {
	color: #000;
	display: inline-block;
	font-weight: 400;
	margin: 0 0 8px
}

.write-reviews textarea.virtuemart {
	display: inline-block;
	margin-bottom: 6px
}

.write-reviews ul.rating {
	margin: 6px 0 20px;
	padding: 0
}

.write-reviews ul.rating li {
	display: inline-block;
	list-style: none;
	padding: 0 5px;
	text-align: center
}

.write-reviews ul.rating li span,
.product-field-display a img,
.trackMyOrder label,
table.cart-summary td > img + br,
#product-tabs-content > div:first-child {
	display: block
}

a.highlight,
a.highlight:visited {
	background-position: 0 -160px;
	border: solid #00a000 1px;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	padding: 3px 8px 1px;
	text-decoration: none
}

a.product-details,
a.details,
div.details {
	display: inline-block
}

div.PricesalesPrice {
	background: #fff;
	color: #000;
	font-size: 28px;
	padding: 12px 0 16px
}

div.terms-of-service,
table.generalUserInfo,
table.user-details {
	margin: 24px 0
}

h2.catSub {
	border: none;
	margin: 0 0 12px
}

input.addtoCart:hover {
	background: #ff7e57
}

input.custom-attribute {
	width: 140px
}

input.highlight-button {
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	text-align: center;
	text-decoration: none
}

input.highlight-button:visited,
.gkContainer a {
	color: #fff
}

input.quantity-input {
	color: #888;
	font-size: 12px;
	font-weight: 700!important;
	padding: 3px;
	text-align: center;
	width: 28px
}

input.vm-default {
	margin-bottom: 2px
}

input.vm2-add_quantity_cart,
input.vm2-add_quantity_cart:hover {
	background: url(/templates/gk_storebox/images/vm/vm2-sprite.png) no-repeat 0 -64px!important;
	float: right;
	margin: 0 0 0 10px;
	width: 25px
}

label.product-fields-title {
	color: #000;
	display: inline-block;
	min-width: 15%
}

label.quantity_box {
	float: left;
	line-height: 32px;
	margin-right: 12px
}

select#virtuemart_currency_id {
	margin: 0 0 12px;
	width: 100%
}

span.PricesalesPrice {
	color: #ff7e57;
	font-weight: 600
}

span.bold {
	color: #000;
	font-weight: 500
}

span.custom-variant-inputbox {
	display: block;
	float: left;
	margin-bottom: 5px;
	width: 152px
}

span.details-button {
	margin: 0 0 0 10px
}

span.details-button input.details-button {
	border: 1px solid #eee;
	color: #135CAE;
	cursor: pointer;
	padding: 3px 8px 1px;
	text-align: center
}

span.manufacturer {
	margin: 0 0 0 16px
}

span.quantity-box {
	float: left;
	font-weight: 700;
	margin: 0 10px 0 0
}

span.stock-level {
	color: #999;
	font-size: 10px
}

span.terms-of-service {
	display: inline-block;
	font-size: 12px;
	margin-right: 10px
}

span.title,
h4.title {
	border-bottom: 1px solid #eee;
	display: block;
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 20px;
	padding-bottom: 12px
}

span.tos {
	display: inline-block;
	margin-right: 15px
}

span.variant-dropdown {
	display: block;
	float: left;
	margin-bottom: 5px;
	width: 150px
}

span.variant-dropdown select {
	width: 150px
}

span.variant-name,
span.custom-variant-name {
	display: block;
	float: left;
	margin-bottom: 5px;
	width: 100px
}

table.cart-summary td {
	font-size: 15px;
	vertical-align: middle
}

table.ordersList,
.width100,
.product-field-type-B,
.product-field-type-S,
.product-field-type-I,
.addtocart-area .product-fields select {
	width: 100%
}

table.shopperInformation td,
table.generalUserInfo td,
table.user-details td {
	border: none;
	padding: 3px 24px 3px 0
}

table.shopperInformation tr:hover,
table.generalUserInfo tr:hover,
table.user-details tr:hover {
	background: none
}

table.user-details input {
	color: #777;
	margin-bottom: 2px;
	padding: 5px 5px 4px
}

td.orders-key {
	font-weight: 700;
	text-align: left
}

textarea.virtuemart {
	color: #777;
	padding: 5px 5px 4px;
	text-align: left
}

ul.VMmenu,
.VMmenu ul,
.VMmenu li {
	padding: 2px
}

.buttonBar-right {
	margin: 0 0 20px 0;
	overflow: hidden;
	width: 100%;	
}

#com-form-login + h4 {
	margin: 20px 0;	
}

.vendor-details-view address {
	font-style: normal;
	margin: 30px 0;
}

.vendor-details-view .vendor-image {
	float: right;
	margin: 30px 0 30px 30px;
}

.vendor-details-view textarea {
	width: 100%;
}

.vendor-details-view p {
	margin: 20px 0;
}

.vendor-view-default .manufacturer {
	padding: 20px 0;
	width: 100%;
}

.vendor-view-default .manufacturer h4 small {
	color: #777;
	display: block;
	font-size: 14px;
	line-height: 1.8;
}

.vendor-details-view h1 {
	margin: 0 0 30px 0;
}

.vendor-details-view h1 small {
	color: #777;
	display: block;
	font-size: 18px;
	line-height: 1.8;	
}

/* VM3 improvements */
/* VM3 adjustments */
.productdetails-view .productDetails > div {
	float: right;
	width: 48%;
}
.productdetails-view .productDetails > div:first-child {
	float: left;
}
.productdetails-view .productDetails:after {
	clear: both;
	content: "";
	display: table;
}
.quantity-controls.js-recalculate {
	display: none;
}
#product-tabs-content:after {
	clear: both;
	content: "";
	display: table;
}
.product-additional-info .ratingbox {
	margin: 0 16px 0 0;
}
.product-additional-info span.manufacturer {
	margin: 0;
}
#reviewform label {
	cursor: pointer;
}
.customer-greetings {
	padding: 0 12px 32px 12px;		
}
#facebox .popup > div > div > a:first-child {
	left: 10px;
	right: auto;
}
h2.catSub {
	margin: 0 0 24px;
}
.browse-view div.PricesalesPrice {
	background: transparent;	
}
.vm-cart-header-container .vm-continue-shopping {
	text-align: right;
}
.vm2-billto-icon,
.vm2-shipto-icon {
	display: none;
}
.cart-summary h3 {
	font-size: 14px;
}
.cart-summary .vm2-remove_from_cart {
	border: none;
	padding: 0;	
}
#customer_note_field {
	clear: both;
	display: block;
	margin: 10px 0 30px 0;
}
.cart-summary th {
	font-size: 13px;
}
#userForm h2 {
	font-size: 24px;
	margin: 20px 0;
}
#userForm .control-buttons {
	margin: 20px 0;
}
#virtuemart_shoppergroup_id {
	height: auto;
}
script[id^="vm"] + h2 {
	margin: 20px 0;
}
.output-shipto > input[type="checkbox"] {
	float: left;
	margin: 0 10px 0 0;
	position: relative;
	top: -6px;
}
#userForm h1,
#paymentForm h1 {
	font-size: 24px;
	margin: 0 0 20px 0;
}
#userForm .buttonBar-right button,
#paymentForm .buttonBar-right button {
	background: #333;
	border: none;
	color: #fff!important;
}
.cart-summary h1 {
	font-size: 11px;
}
.post_payment_payment_name {
	margin: 10px 0 0 0;
}
.post_payment_order_total {
	margin: 0 0 20px 0;
}
.product-neighbours > a {
	padding: 0!important;
}
.back-to-category {
	clear: both;
	padding: 10px 0;
}
.product-related-products,
.product-related-categories {
	clear: both;
}
.product-related-products > div, 
.product-related-categories > div {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	float: left;
	padding: 0 20px 0 0;	
	width: 25%;
}
/* Custom fields fix */
.addtocart-area .product-fields .hasTip {
	display: none;
}
.addtocart-area .product-fields .hasTip {
	display: none;
}
.addtocart-area .product-fields .product-field-desc {
	font-size: 12px;
	padding: 5px 0;
}

/* vm3.0.10 fixes */
.vmicon.vm2-add_quantity_cart {
	background-position: 12px -66px;
    border: none;
    display: block;
    height: 32px;
    width: 32px!important;
}
.vmicon.vm2-add_quantity_cart:hover {
	background-color: transparent!important;
	background-image: url(/templates/gk_storebox/images/vm/vm2-sprite.png)!important;
	background-repeat: no-repeat;
	opacity: 0.6;
}
#fancybox-wrap,
#fancybox-outer,
#fancybox-content,
#fancybox-content > div {
	min-height: 50px;
	min-width: 300px;
}
#fancybox-content,
#fancybox-content > div {
	min-width: 260px;
}
#fancybox-content > div {
	padding-bottom: 25px;
}
#fancybox-content .continue_link,
#fancybox-content .showcart {
	background: #FF7E57;
	bottom: 5px;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 11px;
	font-weight: 400;
	padding: 8px 12px;
	position: absolute;
	right: 10px;
	text-align: center;
	text-transform: uppercase
}
#fancybox-content .showcart {
	right: 0;
}
#fancybox-content .continue_link {	
	left: 10px;
	right: auto;
	background: #222
}
#fancybox-content .continue_link {
	left: 0;
}
/*
#------------------------------------------------------------------------
# Store Box - March Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2007-2013 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: support@gavick.com 
*/
 
/* Style 1 */

/* template.css */
html {	
	background: #fff url(/templates/gk_storebox/images/bg.png) repeat 0 0;
}

body {
	background-image: url(/templates/gk_storebox/images/bg_desktop.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

@media (max-width: 720px) {
	body {
		background-image: url(/templates/gk_storebox/images/bg_tablet.jpg);
	}
}

@media (max-width: 580px) {
	body {
		background-image: url(/templates/gk_storebox/images/bg_mobile.jpg);
	}
}

a:hover,
a:active,
a:focus,
#gkMainbody a,
#gkMainbody h1 a:active,
#gkMainbody h1 a:focus,
#gkMainbody h1 a:hover,
#gkMainbody h2 a:active,
#gkMainbody h2 a:focus,
#gkMainbody h2 a:hover,
#k2Container article header h2 a:active,
#k2Container article header h2 a:focus,
#k2Container article header h2 a:hover,
#gkSidebar .box a:hover {
	color: #ff5e2b;
}
#gkSearch #mod-search-searchword {
	background-image: url(/templates/gk_storebox/images/style1/search_bg.png);
}
#gkTopMenu li a:active,
#gkTopMenu li a:focus,
#gkTopMenu li a:hover {
	color: #ff5e2b;
}
#gkBottom1 .box li a:active,
#gkBottom1 .box li a:focus,
#gkBottom1 .box li a:hover,
#gkBottom2 .box li a:active,
#gkBottom2 .box li a:focus,
#gkBottom2 .box li a:hover {
	color: #ff5e2b;
}
#gkBreadcrumb .breadcrumbs > ul > li a:hover {
	color: #ff5e2b;	
}
#gkFooterNav li:hover,
#gkFooterNav a:hover {
	color: #ff5e2b;
}
.box.dark a:active,
.box.dark a:focus,
.box.dark a:hover {
	color: #ff5e2b!important;
}
.gkPopupWrap a:hover {
	color: #ff5e2b;
}
.gkPopupWrap h3 a {
	color: #ff5e2b;
}
.gkPopupWrap .button,
.gkPopupWrap .btn{ 
	background: #ff5e2b;
}
#btnCart {
	background-image: url(/templates/gk_storebox/images/cart_shadow.png);
}
#btnCart > strong {
	background-color: #ff5e2b;
	background-image: url(/templates/gk_storebox/images/cart_white.png);
}
#btnCart.loading > strong {
	background-image: url(/templates/gk_storebox/images/style1/cart_loader.gif);
}
#btnCart.loading:hover > strong {
	background-image: url(/templates/gk_storebox/images/style1/cart_loader_dark.gif);
}

/* joomla.css */

button:hover,
.button:hover,
input.button:hover,
span.button:hover,
button.button:hover,
div.button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
.pagenav-prev a:hover,
.pagenav-next a:hover,
.readon:hover,
#gkMainbody .itemReadMore:active,
#gkMainbody .itemReadMore:focus,
#gkMainbody .itemReadMore:hover,
#gkMainbody .readmore > a:active,
#gkMainbody .readmore > a:focus,
#gkMainbody .readmore > a:hover {
	background: #ff5e2b;
}
th a:active,
th a:focus,
th a:hover,
article header h1 a:hover,
article header h2 a:hover {
	color: #ff5e2b
}
#system-message dd.error {
	background: #f47953
}
.autocompleter-queried {
	color: #ff5e2b!important
}
div.pager ul li a {
	color: #ff5e2b!important
}
.tooltip-inner strong {
	background: #ff5e2b;
}
article header li a:hover {
	color: #ff5e2b;
}
div.bannerfooter {
	color: #ff5e2b;
}

/* gk_stuff.css */

.nspPagination li:hover,
.nspPagination li.active { 
	background-color: #ff5e2b;
}
.nspNext,
.nspPrev { 
	background-image: url(/templates/gk_storebox/images/style1/nsp_interface.png); 
}
.gkNspPM-NewsGallery .gkPrevBtn,
.gkNspPM-NewsGallery .gkNextBtn {
	background-image: url(/templates/gk_storebox/images/style1/nsp_arrows.png);
}
.gkNspPM-ProductGallery .gkPrevBtn,
.gkNspPM-ProductGallery .gkNextBtn {
	background-image: url(/templates/gk_storebox/images/style1/product_gallery_interface.png);
}
.gkNspPM-ProductGallery .gkPrice > div.PricebasePriceWithTax {
	color: #ff5e2b;
}
.gkNspPM-ProductGallery .gkAddToCart input.addtocart-button {
	background-image: url(/templates/gk_storebox/images/style1/cart_color.png);
	color: #ff5e2b;
}
.gkNspPM-ProductGallery .gkImage .gkImgOverlay {
	background: #ff5e2b;
}
.gkNspPM-ProductGallery .gkImage .gkImgOverlay div.PricetaxAmount {
	color: #ffe4dc;
}
.gkTabsWrap ol li.active,
.gkTabsWrap ol li.active:hover {
    color: #ff5e2b;
}
.gkTabsWrap ol li:hover { 
	color: #ff5e2b; 
}
.gkIsWrapper-gk_storebox .gkIsPreloader {
	background-image: url(/templates/gk_storebox/images/style1/loader.gif);
}
.gkPriceTable dd a:active,
.gkPriceTable dd a:focus,
.gkPriceTable dd a:hover,
.gkPriceTable .gkPremium dd a:active,
.gkPriceTable .gkPremium dd a:focus,
.gkPriceTable .gkPremium dd a:hover {
	background: #ff5e2b;
}

/* menu.css */
.gkMenu > ul > li.active > a {
	color: #ff5e2b;	
}
.gkMenu a:hover,
.gkMenu a:active,
.gkMenu a:focus,
.gkMenu li.active > a {
	color: #ff5e2b;
}

/* k2.css */
.activeCategory a {
	color: #ff5e2b;
}
h1 > sup,
h2 > sup {
	background: #ff5e2b;
}
span#formLog {
	background: #ff5e2b;
}
.itemAttachmentsBlock {
	background-color: #ff5e2b; 
	background-image: url(/templates/gk_storebox/images/style1/typography/tips.png);
}
.itemAuthorContent ul li {
	background-image: url(/templates/gk_storebox/images/style1/typography/bullet1.png);
}
#itemListLinks li {
	background-image: url(/templates/gk_storebox/images/style1/typography/bullet-square2.png);
}
.k2CalendarBlock table.calendar tr td.calendarDateLinked a:hover {
	background: #ff5e2b;
}
.k2CalendarBlock table.calendar tr td.calendarToday {
	background: #ff5e2b;
}
table.calendar tr td.calendarTodayLinked a {
	color: #ff5e2b;
}
.k2CalendarBlock table.calendar tr td.calendarTodayLinked a:hover {
	background: #ff5e2b;
}
.calendarNavLink { 
	color: #ff5e2b; 
}

/* vm.css */
.category-view .category .category-overlay > span > span,
.browse-view .product .product-overlay > span > span,
.featured-view .product .product-overlay > span > span,
.latest-view .product .product-overlay > span > span,
.topten-view .product .product-overlay > span > span,
.recent-view .product .product-overlay > span > span,
.productDetails .main-image .product-overlay > span > span {
	background: #ff5e2b;
}
.catProductPrice {
	color: #ff5e2b;
}
.category-view .row .category .spacer h2 a:hover,
.product-related-products > div a:hover,
.product-related-categories > div a:hover,
table.cart-summary a:hover,
.gkContainer a:hover,
#product-tabs li.active {
	color: #ff5e2b
}
#facebox .popup > div > div > a {
	background: #ff5e2b;
}
#ui-tabs h4 {
	color: #ff5e2b;
}
#ui-tabs ul#tabs li.current {
	color: #ff5e2b;
}
#ui-tabs ul#tabs li:hover {
	color: #ff5e2b;
}
.general-bg,
input.vm-default,
a.product-details,
a.details,
div.details {
	color: #ff5e2b;
}
.gkShowCart a {
	background: #ff5e2b;
}
.orderlistcontainer a:hover,
.featured-view .spacer h3 a:hover,
.latest-view .spacer h3 a:hover,
.topten-view .spacer h3 a:hover,
.related-products-view .spacer h3 a:hover,
.browse-view .row .product .spacer h2 a:hover,
h3.catProductTitle a:hover {
	color: #ff5e2b!important
}
.productdetails-view .product-related-products a:hover,
.productdetails-view .product-related-categories a:hover {
	color: #ff5e2b !important
}
.terms-of-service h5 a,
.terms-of-service h5 a:visited {
	color: #ff5e2b;
}
.trackMyOrder {
	background: #FEF9F7;
}
.vm-button-correct:hover,
.catProductDetails:hover {
	background: #ff5e2b;
}
.vmCartModule dl dt a:hover {
	color: #ff5e2b;
}
.vmCartModule dd strong {
	color: #ff5e2b;
}
input.addtoCart:hover {
	background: #ff5e2b;
}
span.PricesalesPrice {
	color: #ff5e2b;
}

/* k2store.css */
.k2store table#cart td.total,
.k2store .active .gkStep {
	color: #ff5e2b;
}
.k2store #cart_actions .k2store_cart_button:hover, .k2store .payment .k2store_checkout_button:hover, .k2store a.begin_checkout:hover, .k2store .btn:hover, #gkMainbody .note a.button:hover, #gkMainbody .k2store .btn:hover, #gkMainbody .k2store a.btn:hover  {
	background: #ff5e2b;
}
/*
#------------------------------------------------------------------------
# Store Box - March Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2007-2013 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: support@gavick.com 
*/


b,
 strong {
	
	font-weight: 400
}

.k2box > ul,
 .k2box > ul ul {
	list-style-type: disc;
	padding-left: 20px
}

.k2box > ol,
 .k2box > ol ol {
	list-style-type: decimal;
	padding-left: 20px
}

.k2box > ul li,
 .k2box > ul ul li,
 .k2box > ol li,
 .k2box > ol ol li {
	list-style-position: outside;
	padding-left: 0
}

.gkfile1,
 .gkfile2,
 .gklink,
 .gkinfo,
 .gkpin,
 .gksettings,
 .gkmic,
 .gkbook,
 .gkmap,
 .gktag,
 .gkstats,
 .gkvoice,
 .gkvideo,
 .gklocked,
 .gkunlocked,
 .gklocation,
 .gkcomment,
 .gkalarm {
	background-position: 0 8px!important;
	background-repeat: no-repeat!important;
	min-height: 38px!important;
	padding: 0 0 2px 52px !important
}

p.gkInfo1,
 p.gkTips1,
 p.gkWarning1 {
	border-top: 2px solid #eee;
	border-bottom: 2px solid #eee;
	color: #000;
	font-weight: 400;
	padding: 12px;
	text-align: center
}

.gkHighlight1,
 .gkHighlight2,
 .gkHighlight3,
 .gkHighlight4 {
	cursor: default;
	padding: 1px 5px;
	text-shadow: none
}

pre,
 .gkCode1,
 .gkCode2,
 .gkCode3 {
	font: normal .92em/32px 'Courier New', monospace!important;
	margin: 20px 0!important;
	padding: 26px 30px!important;
}

pre,
 .gkCode1,
 .gkCode2 {
 -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	filter: alpha(opacity=100);
	opacity: 1
}

.gkCode3 {
	border: 1px solid #eee;
	color: #363636;
	padding-left: 82px!important
}

.gkCode3 h4 {
	background: #000;
	color: #fff;
	font-size: 13px;
	margin: 0 0 0 -64px !important;
	padding: 2px 5px 0;
	position: relative;
	text-align: center;
	top: 0;
	width: 35px
}

div.gkCode2:hover,
 div.gkCode3:hover {
	color: #000
}

ol {
	list-style-position: inside;
	margin: 2em 0;
	padding: 0
}

ol.gkDec {
	list-style-type: decimal
}

ol.gkRoman {
	list-style-type: upper-roman
}

ol.gkAlpha {
	list-style-type: lower-alpha
}

ol.gkDecimalLeadingZero {
	list-style-type: decimal-leading-zero
}

ul.gkBullet1,
 ul.gkBullet2,
 ul.gkBullet3,
 ul.gkBullet4,
 #k2Container .itemFullText ul,
 #k2Container .itemIntroText ul {
	margin: 2em 0;
	padding: 0
}

ul li {
	list-style-position: outside
}

ul.gkBullet1 li,
 ul.gkBullet2 li,
 ul.gkBullet3 li,
 ul.gkBullet4 li,
 #k2Container .itemFullText ul li,
 #k2Container .itemIntroText ul li {
	line-height: 1.8em!important;
	list-style: none;
	margin: 0!important;
	overflow: inherit;
	padding: 2px 0 2px 28px
}

div.gkLegend1 h4 {
	background: #fff;
	float: left;
	font-size: 14px;
	font-weight: 400;
	left: 11px;
	line-height: 18px;
	margin: 0 0 -9px!important;
	padding: 0 10px;
	position: relative;
	text-transform: uppercase;
	top: -16px
}

div.gkLegend1 {
	margin: 30px 0;
	padding: 6px
}

div.gkLegend1 p {
	clear: both;
	margin: 7px
}

blockquote {
	font-style: italic;
	margin: 20px 0
}

blockquote div {
	display: block
}

blockquote div.gkBlockquote1 div,
 blockquote div.gkBlockquote2 div {
	background: url(/templates/gk_storebox/images/style1/typography/close1.png) no-repeat right top;
	padding: 0 22px
}

blockquote div.gkBlockquote3 {
	background: url(/templates/gk_storebox/images/style1/typography/open2.png) no-repeat left bottom;
	padding-bottom: 1px
}

blockquote div.gkBlockquote3 div {
	background: url(/templates/gk_storebox/images/style1/typography/close2.png) no-repeat right top;
	padding: 5px 48px 0
}

blockquote div.gkBlockquote4 div {
	background: url(/templates/gk_storebox/images/style1/typography/close2.png) no-repeat right top;
	padding: 0 48px
}

.gkBlockTextLeft,
 .gkBlockTextRight,
 .gkBlockTextCenter {
	color: #242424;
	display: block;
	font-size: 18px;
	font-style: italic;
	font-weight: 400;
	line-height: 170%;
	padding: 30px 40px;
	width: 38%
}

.gkBlockTextLeft {
	float: left;
	padding-left: 0;
	text-align: left
}

.gkBlockTextRight {
	float: right;
	padding-right: 0;
	text-align: right
}

.gkBlockTextCenter {
	margin: 0 auto;
	text-align: center
}

p.numblocks {
	margin: 20px 0;
	min-height: 56px;
	padding: 0 0 24px 75px !important;
	position: relative
}

p.numblocks span {
	-moz-border-radius: 50%;
	-ms-webkit-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	color: #fff;
	display: block;
	font-size: 24px;
	font-weight: 600;
	height: 52px;
	left: 0;
	line-height: 52px;
	position: absolute;
	text-align: center;
	top: 4px;
	width: 52px
}

p.num-1 span {
	background: #b3a996;
}

p.num-2 span {
	background: #FF7E57;
}

p.num-3 span {
	background: #000;
}

p.numblocks span.highlight {
	border-right: none;
	display: inline;
	font-size: 15px;
	position: static;
	width: auto
}

.gkblock-1,
 .gkblock-2,
 .gkblock-3 {
	margin: 20px 0;
	padding: 15px 20px
}

.bubble-1,
 .bubble-2 {
	margin: 20px 0 40px;
	padding: 15px 20px;
	position: relative
}

.bubble-1::after,
 .bubble-2::after {
	border-color: transparent;
	border-style: solid;
	border-width: 22px 0 0 22px;
	bottom: -22px;
	content: "";
	display: block;
	left: 30px;
	position: absolute;
	width: 0;
}

.bubble-1 cite,
 .bubble-2 cite {
	bottom: -25px;
	display: block;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	height: 25px;
	left: 26px;
	line-height: 36px;
	padding-left: 32px;
	position: absolute
}

blockquote div.gkBlockquote1 {
	background: url(/templates/gk_storebox/images/style1/typography/open1.png) no-repeat left bottom
}

blockquote div.gkBlockquote2 {
	background: url(/templates/gk_storebox/images/style1/typography/open1.png) no-repeat left top
}

blockquote div.gkBlockquote4 {
	background: url(/templates/gk_storebox/images/style1/typography/open2.png) no-repeat left top
}

pre {
	border: 1px solid #e5e5e5;
	border-left: 4px solid #FF7E57;
	color: #363636;
	padding-left: 32px
}

.gkCode2 {
	border: 1px solid #e5e5e5;
	border-top: 4px solid #b3a996;
	color: #363636
}

p.gkInfo1 {
	background: #fffdf6;
	border-color: #ffe157
}

p.gkTips1 {
	background: #fbfaf7;
	border-color: #b3a996
}

p.gkWarning1 {
	background: #fff9f7;
	border-color: #FF7E57
}

div.gkLegend1 {
	border: 4px double #e5e5e5
}

div.gkLegend1 h4 {
	background: #fff;
	color: #242424
}

.gkHighlight1 {
	background: #ffd
}

.gkHighlight4 {
	background: #b3a996;
	color: #fff
}

.gkblock-1 {
	border: 1px solid #e5e5e5
}

.gkblock-2 {
	background: #FFFEF4;
	border: 1px solid #EAE8CC
}

.gkblock-3 {
	background: #f8f8f8
}

.bubble-1 {
	background: #FF7E57;
	color: #fff
}

.bubble-1::after {
	border-color: #FF7E57;
	border-left: 22px solid transparent;
}

.bubble-2 {
	background: #000;
	color: #fff
}

.bubble-2::after {
	border-color: #000;
	border-left: 22px solid transparent;
}

.bubble-1 cite {
	color: #363636
}

.bubble-2 cite {
	color: #000
}

ul.gkBullet1 li,
#k2Container ul.gkBullet1 li,
 #k2Container .itemFullText ul li,
 #k2Container .itemIntroText ul li {
	background: url(/templates/gk_storebox/images/style1/typography/bullet3.png) no-repeat 0 12px!important
}

ul.gkBullet2 li,
#k2Container ul.gkBullet2 li {
	background: url(/templates/gk_storebox/images/style1/typography/bullet2.png) no-repeat 0 12px!important
}

ul.gkBullet3 li,
#k2Container ul.gkBullet3 li {
	background: url(/templates/gk_storebox/images/style1/typography/bullet3.png) no-repeat 0 12px!important
}

ul.gkBullet4 li,
#k2Container ul.gkBullet4 li {
	background: url(/templates/gk_storebox/images/style1/typography/bullet4.png) no-repeat 0 12px!important
}

ul#demo-typography {
	background: transparent;
	overflow: hidden;
	padding: 10px 30px 30px
}

ul#demo-typography li {
	color: #cb260a;
	float: left;
	font-size: 11px;
	line-height: 24px;
	list-style-position: none;
	list-style-type: disc;
	width: 23.9%
}

ul#demo-typography li a {
	font-size: 11px;
	text-shadow: 2px 2px 0 #fff
}

.demo-typoDiv {
	clear: both;
	margin: 0 0 30px;
	overflow: hidden
}

h4.demo-typo {
	border-bottom: 1px solid #eee;
	color: #363636;
	font-size: 20px;
	font-weight: 300;
	margin: 30px 0;
	padding: 0 0 8px
}

.demo-typo-col2 {
	float: left;
	width: 50%
}

.demo-typo-col3 {
	float: left;
	width: 33%
}

.demo-typo-col4 {
	float: left;
	width: 25%
}

.demo-typo_padd {
	padding: 0 15px
}

#warnings .demo-typo_padd p {
	margin: 1em 0 1.6em
}

.typoDesc small {
	color: #999;
	font: normal 10px Monaco, Consolas, "Courier News", monospace
}

.gkblock-3 small {
	color: #353639!important
}

.bubble-1 small, .bubble-2 small {
	color: #fff
}

.gkHighlight3:hover,
.gkHighlight2:hover {
	background: #b3a996;
	color: #fff
}

.gkHighlight1:hover,
 pre:hover,
 .gkCode1:hover {
	background: #fff
}

.gkHighlight3,
 span.helpTooltip {
	background: #FF7E57;
	color: #fff
}

.gkHighlight2,
.gkHighlight4:hover {
	background: #000;
	color: #fff
}
/*
#------------------------------------------------------------------------
# Store Box - March Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2007-2013 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: support@gavick.com 
*/

.gkfile1 { background: url(/templates/gk_storebox/images/style1/typography/icons/file1.png); }
.gkfile2 { background: url(/templates/gk_storebox/images/style1/typography/icons/file2.png); }
.gklink { background: url(/templates/gk_storebox/images/style1/typography/icons/link.png); }
.gkinfo { background: url(/templates/gk_storebox/images/style1/typography/icons/info.png); }
.gkpin { background: url(/templates/gk_storebox/images/style1/typography/icons/pin.png); }
.gksettings { background: url(/templates/gk_storebox/images/style1/typography/icons/settings.png); }
.gkmic { background: url(/templates/gk_storebox/images/style1/typography/icons/mic.png); }
.gkbook { background: url(/templates/gk_storebox/images/style1/typography/icons/book.png); }
.gkmap { background: url(/templates/gk_storebox/images/style1/typography/icons/map.png); }
.gktag { background: url(/templates/gk_storebox/images/style1/typography/icons/tag.png); }
.gkstats { background: url(/templates/gk_storebox/images/style1/typography/icons/stats.png); }
.gkvoice { background: url(/templates/gk_storebox/images/style1/typography/icons/voice.png); }
.gkvideo { background: url(/templates/gk_storebox/images/style1/typography/icons/video.png); }
.gklocked { background: url(/templates/gk_storebox/images/style1/typography/icons/locked.png); }
.gkunlocked { background: url(/templates/gk_storebox/images/style1/typography/icons/unlocked.png); }
.gklocation { background: url(/templates/gk_storebox/images/style1/typography/icons/location.png); }
.gkcomment { background: url(/templates/gk_storebox/images/style1/typography/icons/comment.png); }
.gkalarm { background: url(/templates/gk_storebox/images/style1/typography/icons/alarm.png); }
