/*
#------------------------------------------------------------------------
# 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 
*/

.post_payment_order_total {
    display: none;
   }
   
.gkPage {
    max-width: 1200px;
}
.gkMenu > ul > li > a {
    color: #fff;
    text-shadow: #000 1px 1px 1px;
    display: block;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
}

/* Here you can include your override CSS styles */

#gkLogo.cssLogo {
background: transparent url('../images/logo.png') no-repeat 0 0;
height: 64px; /* 78px; */
width: 329px; /* 400px; */
}


body {
background-image: url('../images/bg2.jpg');
background-repeat: no-repeat;
background-position: centre top;
background-color: #FDF5E9;
}


.nspArt h4.nspHeader {
font-size: 14px;
}

a, #gkMainbody a:active, #gkMainbody a:focus, #gkMainbody a:hover, #gkMainbody h1 a, #gkMainbody h2 a, #k2Container article header h2 a {
    color: #666;
}

.proopc-table-striped .col-price {
   display: none;
}

.proopc-table-striped .col-sku {
   display: none;
}

.proopc-table-striped .col-discount {
   display: none;
}

.proopc-table-striped .col-total {
   display: none;
}

.cart-p-qty .proopc-btn {
    margin-left: 60%;
}

proopc-p-price {
   display: none;
}


/*  Table  */



/* STRUCTURE */

#tabwrap {
	padding: 5px;
	width: 760px;
	margin: 20px auto;
}

#col01{
	width: 200px;
	float: left;
	padding: 5px 15px;
}

#col02 {
	width: 200px; /* Account for margins + border values */
	float: left;
	padding: 5px 15px;
	margin: 0px 5px 5px 5px;
}

#col03 {
	width: 200px;
	padding: 5px 15px;
	float: left;
}

/************************************************************************************
MEDIA QUERIES
*************************************************************************************/
/* for 980px or less */
@media screen and (max-width: 980px) {
	
	#tabwrap {
		width: 94%;
	}
	#col01 {
		width: 41%;
		padding: 1% 4%;
	}
	#col02 {
		width: 41%;
		padding: 1% 4%;
		margin: 0px 0px 5px 5px;
		float: right;
	}
	
	#col03 {
		clear: both;
		padding: 1% 4%;
		width: auto;
		float: none;
	}
}

/* for 700px or less */
@media screen and (max-width: 600px) {

	#col01{
		width: auto;
		float: none;
	}
	
	#col02 {
		width: auto;
		float: none;
		margin-left: 0px;
	}
	
	#col03 {
		width: auto;
		float: none;
	}

}


#col01, #col02, #col03 {
	margin-bottom: 5px;
}

#col01, #col02, #col03 {
	border: 0;
}