body {
	padding-bottom: 15px;
	background: rgb(245,246,246) !important; /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(245,246,246,1) 0%, rgba(219,220,226,1) 4%, rgba(184,186,198,1) 8%, rgba(221,223,227,1) 22%, rgba(245,246,246,1) 40%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,246,246,1)), color-stop(4%,rgba(219,220,226,1)), color-stop(8%,rgba(184,186,198,1)), color-stop(22%,rgba(221,223,227,1)), color-stop(40%,rgba(245,246,246,1))) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(245,246,246,1) 0%,rgba(219,220,226,1) 4%,rgba(184,186,198,1) 8%,rgba(221,223,227,1) 22%,rgba(245,246,246,1) 40%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(245,246,246,1) 0%,rgba(219,220,226,1) 4%,rgba(184,186,198,1) 8%,rgba(221,223,227,1) 22%,rgba(245,246,246,1) 40%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(245,246,246,1) 0%,rgba(219,220,226,1) 4%,rgba(184,186,198,1) 8%,rgba(221,223,227,1) 22%,rgba(245,246,246,1) 40%) !important; /* IE10+ */
	background: linear-gradient(to bottom,  rgba(245,246,246,1) 0%,rgba(219,220,226,1) 4%,rgba(184,186,198,1) 8%,rgba(221,223,227,1) 22%,rgba(245,246,246,1) 40%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f6f6', endColorstr='#f5f6f6',GradientType=0 ) !important; /* IE6-9 */
}

.clear-sep {
	clear: both;
}
a:focus {
	border: 0;
	outline: 0;
}
/* anchors
----------------------------------------------- */
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.container_12, .container_16 {
}

#top-a-line {
	height: 10px;
}

#top-modules, #main-content-handler, #nav-line, #bot-modules, #bottom-long{
	padding: 14px 4px 10px 4px;
}

#nav-line {
	padding-bottom: 2px;
}

#tab-modules {
	padding: 30px 4px;
}

#tmp-container {
	/* width: 970px; */
	width: 990px;
	margin: 0 0%;
	margin-left: auto;
	margin-right: auto;
	background: rgb(255,255,255);
}

/* headings
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	line-height:1.2em;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	display: block;
	height: 100%;
	font-size: 100%;
	text-decoration: none;
}

#top-background {
	/* width: 970px; */
	width: 990px;
	height: 400px;
	position: absolute;
	z-index: 0;
	top: 0px;
	left: 0px;
}

#top-handler {
	position: relative;
	padding: 0px 0px;
	height: 150px;
}

#top {
	margin: 0px auto;
}

#site-name-handler  {

}

#top-nav-handler {
	padding-top: 0px;
}

#sn-position {
	position: relative;
}
#sn-position h1 {
	position: absolute;
	letter-spacing: -3px;
}
#sn-position h2 {
	position: absolute;
	left: 350px;
	top: 40px;
	width: 300px;
}
#sn-position h1 a, #sn-position h1 a:hover {
	text-decoration: none;
}

#log-panel {
	float: right;
	padding: 0px;
	z-index: 10;
}

#LoginForm .modal-body .userdata {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

#LoginForm .modal-body .userdata label { display: inline; }

#LoginForm .modal-body ul {
	padding: 0px;
	margin: 0px;
}

#LoginForm .modal-body ul li {
	padding: 0px;
	margin: 0px;
	background: none;
}

#log-panel a { text-decoration: none; white-space: nowrap; }
#log-panel a:hover { text-decoration: underline; }

a.open-register-form, a#v_register {
	float: right;
	/* font-size: 11px; */
	font-size: 15px;
	cursor: pointer;
	margin: 0px 7px 0px 7px;
	padding: 7px 0px;
	text-decoration: none;
}

#search {
	float: right;
	padding: 8px 0px 0px 0px;
	opacity: 0.5
}

#search:hover {
	opacity: 1;
}

#cart_toggle {
	float: left;
	width: 16px;
	height: 16px;
	padding: 4px;
	text-indent: -9999px;
	z-index: 7000;
	position: relative;
	background-image: url(../images/cart-icon.png);
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 5px;
}

#cart_toggle:hover {
	padding: 3px;
}

.carttoggle_active, .carttoggle_active:hover {
	border-bottom: none !important;
	padding: 3px !important;
}

#vmCartModule {
	position: relative;
}

#vmCartModule #cart_handler {
	position: absolute;
	top: 22px;
	left: 0px;
	width: 293px;
	z-index: 6999;
	opacity: 1.0;
	box-shadow: 1px 6px 8px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 1px 6px 8px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 1px 6px 8px rgba(0, 0, 0, 0.4);
}

#cart_slide {

}

#cart_handler .vm_cart_products {
	padding: 12px 36px 14px 22px;
}

#cart_handler .vm_cart_products .product_row {
	border-bottom: 1px solid #eeeeee;
	padding: 4px 0px;
	clear: both;
}

#vmCartModule .total_products, #vmCartModule .total {
	line-height: 24px;
	float: left;
	margin-right: 7px;
}

#vmCartModule .show_cart {
	line-height: 24px;
}

.total_products.empty {
	text-align: right;
	float: right !important;
}

/* layout swticher
----------------------------------------------- */

.w-site-width {
	margin: 0px auto;
}
/* Breadcrumbs
----------------------------------------------- */

#breadcrumb-handler {
	padding: 3px 0px 2px 0px;
	margin-left: 0px;
}
/* page heading
----------------------------------------------- */
h2#page-heading {
	font-weight:normal;
	padding:.5em;
	margin:0 0 10px 0;
	border-bottom:1px solid #ccc;
}
/* table
----------------------------------------------- */
table {
	width:100%;
	margin-bottom:10px;
}
col.colC {
	width:8em;
}
td {
	padding: 8px 10px;
	text-align:left;
}
thead th, table th {
	padding: 8px 10px;
	text-align:left;
	font-weight: bold;
	font-size: 100%;
	background-image: url(../images/moduletable-h-bg.png);
	background-position: 0 0;
	background-repeat: repeat-x;
}
tbody th, tbody td {
}
tfoot th, tfoot td {
	border-top:2px solid #ededed;
}
/* forms
----------------------------------------------- */
fieldset {
	padding:10px 0px;
	position:relative;
	margin:10px 0px 10px 0px;
	
}
legend {
	font-weight: bold;
	font-size: 12px;
	line-height: 30px;
	padding: 0px 10px 0px 10px;
	vertical-align: middle;
	margin-left: 15px;
}
fieldset.login p {
	margin-bottom:1em;
	margin-top:0pt;
}
fieldset p label {
	width:98%;
}
fieldset p input {
	width:98%;
}
fieldset p select {
	width:99%;
}
fieldset.login p label {
	float:left;
	line-height:2em;
	margin-right:3%;
	text-align:right;
	width:32%;
}
fieldset.login p input {
	width:60%;
}
fieldset.login input.button {
	margin-left:35%;
}
form p.notice {
	font-weight:bold;
}
input.search.text {
	width:66%;
}
input.search.button {
	width:28%;
	margin-left:2%;
}


/* Modules Layout
----------------------------------------------- */

#footer {
	padding: 20px 0px 30px 0px;
	margin: 0px auto;
}
#footer ul li a {
	background: transparent !important;
	text-decoration: none;
}
#footer ul li a:hover {
	text-decoration: underline;
}

#footer #footer-line {
	padding: 0px 0px;
}
#footer #footer-line .moduletable_empty {
	background: none;
}
#foo-left-right {
	clear: both;
}
#footer-left {
	float: left;
	width: 50%;
}
#footer-right {
	float: right;
	width: 50%;
}
#bot-modules {
	/* width: 970px; */
	width: 990px;
	margin-left: auto;
	margin-right: auto;
}

#bot-l {
	float: left;
	width: 10px;
	height: 12px;
	background: url(../images/bot-l-bg.png) no-repeat 0 0;
}
#bot-r {
	float: right;
	width: 10px;
	height: 12px;
	background: url(../images/bot-r-bg.png) no-repeat 0 0;
}
#bot-mid {
	margin: 0px 10px;
	height: 12px;
	background: url(../images/bot-m-bg.png) repeat 0 0;
}
#lbOverlay {
	z-index: 99999999999 !important;
}
#lbCenter, #lbBottomContainer {
	z-index: 999999999999 !important;
}

#foo-left-right {
	clear: both;
	font-size: 90%;
}
.no-foo-lr-line {
	border-top: 0px !important;
}
.moduletable_style2 {
	border: none;
}
.moduletable_style2 h3 {
	font-size: 145%;
}

#vertical_slide {
	z-index: 999999;
	opacity: 0.96;
}

img {
	max-width: 100%;
}

#slideshow-handler {
	position: relative;
	margin: 0px auto 0px auto;
	/* width: 970px; */
	width: 990px;
}

#search-position {
	padding-top: 3px;
}

#search-position .button {
	border: 0px;
	padding: 6px 5px 6px 25px;
	background: url(../images/search-icon.png) no-repeat 5px center;
	margin: -1px 1px 1px 1px !important;
}

#search-position form {
	margin-bottom: 0px;
}

#search-position .search, #search-position .finder {
	vertical-align: top;
	text-align: right;
	clear: both;
}

#search-position .inputbox {
	margin-top: 2px;
	margin-right: 5px;
	min-height: none !important;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
