/*--------------------------------------------------------------
# eShoptrix - November 2007
# Copyright (C) 2007 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: support@gavick.com 
---------------------------------------------------------------*/
/**
* Errors, Warnings and Info formatting
*/
.shop_error,
.shop_warning,
.shop_info,
.shop_debug,
.shop_critical,
.shop_tip {
	font-size: 100%;
	width: 95% !important;
	padding: 10px 20px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
}
.shop_tip,
.shop_info,
.shop_debug,
.shop_error,
.shop_warning,
.shop_critical {
	clear: both;
	width: 85%;
}
input.add-cart {
	width: 106px;
	height: 19px;
	padding-right: 20px;
	border: none;
	cursor: pointer;
	font-size: 11px;
	vertical-align: middle;
	margin-top: 6px;
}
#mainbody .componentheading a {
	text-decoration:none;
}
.gk_vm-prodwrap {
	padding-right: 10px;
	margin-top: 20px;
}
h2.gk_vm-title {
	font-size: 120%;
	margin: 0;
	padding: 0;
	height: 23px;
	line-height: 23px;
	padding-left: 28px;
}
img.gk_vm-img {
	display: block;
	margin: 0 auto;
}
.gk_vm-prodwrap form {
	padding-top: 6px;
	margin-top: 8px;
	text-align: center;
	clear: both;
}

.row0{
	background-color: #FFDFDF;
}

.row1{
	background-color: #FFFFFF;
}

.row0 td, .row1 td {
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px 10px;
	}

.browseProductContainer{
	width: 96%;
}

.browseProductImageContainer{
	padding: 5px;
}

.browseProductTitle {
	color: #FFFFFF;
	font-size: 125%;
	font-weight: bold;
}

.browseProductTitle a, .browseProductTitle a:link, .browseProductTitle a:visited, .browseProductTitle a:active{
	color: #E56370;
}

.browseProductDescription{
	color: #CCCCCC;
	text-align: left;
}

.browseProductDetails {
	margin-top: 1em;
}

.availabilityHeader {
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: bold;
}

.vmRecent {
}

.vmRecentDetail {
}

.vmRecent h3 {
	font-size: 100%;
}

#vmMainPage{
}

#vmMainPage h3{
	font-size: 1.4em;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: normal;
}
