/*--------------------------------------------------------------
# eShop.com - January 2009 (for Joomla 1.5)
# Copyright (C) 2009 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: support@gavick.com 
---------------------------------------------------------------*/

/* Button VM Modules - Add to cart */

.details_gk_browse_3,
div.gk_vm_showcart a {
	font: bold 11px Arial, Helvetica, sans-serif;
	cursor: pointer;
	width: 102px;
	height: 22px;
	padding: 0 0 3px 18px;
	border: none;
	outline: none;
}
.addtocart_button_module {
	background: url('../images/b_readmore.png') repeat-x 0 50%;
	border: none;
	outline: none;
	width: 101px;
	text-decoration: none;
	text-transform:uppercase;
	font-weight: bold;
	font-size: 10px;
	color: #fff;
	padding: 3px 6px 4px 0;
	margin-top: 10px;
	cursor: pointer;
}
.addtocart_button_module:hover {
	color: #fff;
	background-position: 100% 50%;
}
.details_gk_browse_3 {
	width: 122px;
	padding: 0 18px 0 14px;
	display: block;
	line-height: 20px;
	color: #333!important;
	text-decoration:none!important;
	margin-top: 20px;
}
/* Login module*/
.loginposition li {
	float: left;
}
.gk_vm_header_2_short,
.gk_vm_header_2_long {
	padding: 6px 20px;
	line-height: 16px;
}
.gk_vm_header_2_preloader {
	background: #fff url('../images/loader.gif') no-repeat 50% 50%!important;
}
.gk_vm_header_2_text h3 {
	margin: 6px 0 0 20px;
	font-weight: bold;
	font-size: 12px;
}
.gk_vm_header_2_price {
	margin-top: 10px;
	font-weight: bold;
}
.gk_vm_header_2_text {
	color: #666!important;
}
#vmhr1 .gk_vm_header_2_pagination {
	clear:both;
	overflow:hidden;
}
#vmhr1 .gk_vm_header_2_pagination ul {
	list-style-type:none !important;
	margin:3px 0 0;
	padding:0;
}
#vmhr1 .gk_vm_header_2_pagination li.active {
	font-size:20px;
	font-weight:bold;
}
#vmhr1 .gk_vm_header_2_pagination li {
	border:1px solid #aaa;
	float:left;
	font-size:12px;
	margin-left:10px;
	padding:3px;
}
#lbOverlay {
	z-index: 1000 !important;
}
#lbCenter {
	z-index: 1000 !important;
}
#lbBottomContainer {
	z-index: 1000 !important;
}
/* News Show GK3 */
img.gk_news_show_news_image_static {
	margin-bottom: 3px;
	padding: 4px;
	border: 1px solid #f1f1f1;
}
td.gk_news_show_center,
td.gk_news_show_left,
td.gk_news_show_right {
	padding-top: 4px;
}
.gk_news_show_table a.readon {
	margin: 3px 0 6px 0;
}
.gk_news_show_news_info {font-size: 11px;color: #999; margin: 4px 0;}
/* IE6 alert */
#ie6 {
	display: none;
}
