#background {

}

a:focus {
	border: 0;
	outline: 0;
}

/* anchors
----------------------------------------------- */
a {
	color: #CD1316;
	text-decoration: none;
}
a:hover {
	color:#a51f28;
	text-decoration: underline;
}

.container_12,
.container_16 {}


/* headings
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 {line-height:1.2em; margin-bottom:.3em;}



h1 a {
	font-weight:normal;
}

@media only screen {

	#top-l {
		float: left;
		width: 10px;
		height: 90px;
	}

	#top {
		margin: 0 10px;
		height: 90px;
		position: relative;
	}

	#top-r {
		float: right;
		width: 10px;
		height: 90px;
	}
}

@media not screen {

	#top-l {
		float: left;
		width: 10px;
		height: 90px;
		background: url(../images/top-l-bg.png?201602191500) no-repeat 0 0;
	}

	#top {
		margin: 0 10px;
		height: 90px;
		background: url(../images/top-bg.png?201602191500) repeat-x 0 0;
		position: absolute;
	}

	#top-r {
		float: right;
		width: 10px;
		height: 90px;
		background: url(../images/top-r-bg.png?201602191500) no-repeat top right;
	}
}

#top h1 {
	position: absolute;
}

#top h2 {
	position: relative;
	left: 33em !important;
	top: 0.5em !important;
}

#top-line {
	height: 30px;
}

#top-small-menu {
	float: right;
	color:#FFF;
	text-transform:uppercase;
}

#top-small-menu ul li a {
	color:#FFF;
}

#currency {
	float: right;
	width: 140px;
	margin-top: 4px;
	background: url(../images/currency-bg.gif?201602191500) no-repeat 0 0;
}

#store-modules {
	height: 70px;
	padding: 10px 0 0 0;
}

#vm-cart {
	float: right;
	width: 290px;
	height: 70px;
	overflow: hidden;
	background: url(../images/cart-bg.png?201602191500) no-repeat top right;
	margin-top: 10px;
}

#vm-cart .moduletable {
	text-align: right;
	padding: 6px 0px 0px 10px;
} 

#vm-cart h3 {
	text-align: left;
	margin-left: 170px;
	font-size: 15px;
	text-shadow: 1px 1px 0px white;
	padding: 3px 0px 3px 28px;
	background: url(../images/cart-icon.png?201602191500) no-repeat 0 0;
}

#vm-cart .vmCartModule {
	position: relative;
}

#vm-cart .vmCartModule .vm-showcart {
	background: url(../images/cart-show-cart-bg.png?201602191500) no-repeat 100% 0;
	width: 118px;
	height: 30px;
	display: block;
	top: -33px;
	left: 32px;
	position: absolute;
}

#vm-cart .vmCartModule .vm-showcart a {
	line-height: 32px;
	display: block;
	padding-right: 21px;
	color: #fafafa;
	text-shadow: -1px -1px 0px #333333;
}

.vm-total-pro {
	padding: 10px 10px 0 0;
	float: right;

}

.vm-total-pro #cart-prods {
	background: url(../images/cart-prods.png?201602191500) no-repeat 0 0;
	width: 98px;
	padding-left: 30px;
	float: left;
	text-align: left;
}

.vm-total-pro #cart-prices {
	background: url(../images/cart-price.png?201602191500) no-repeat 0 0;
	width: 72px;
	padding-left: 30px;
	float: left;	
	text-align: left;
}

.vm-msg {
	padding: 13px 10px 0 47px;
	font-size: 13px;
	text-align: left;
}

#log-panel {
	float: right;
	width: 250px;
	margin-right: -50px;
	height: 70px;
	margin-top: 10px;
	text-shadow: 1px 1px 0px #ffffff;
}

#log-panel #lp-right {
	float: right;
	width: 14px;
	background: url(../images/login-panel-bg-2.png?201602191500) no-repeat 0 0;
	height: 70px;
}

#log-panel #lp-left {
	background: url(../images/login-panel-bg-1.png?201602191500) no-repeat 0 0;
	height: 65px;
	padding-top: 5px;
	margin-right: 14px;
	text-align: right;
	position: relative; 
}

#v_slideout {
	float: right;
	background: url(../images/panel-hide.png?201602191500) no-repeat 0 0;
	width: 24px;
	height: 18px;
	display: block;
	margin-top: -8px;
}

#panel_s {
	position: absolute;
	top: 110px;
	right: 270px;
	width: 220px;
  	-webkit-box-shadow: rgba(0, 0, 0, 0.196875) 0px 3px 5px;
	box-shadow: rgba(0, 0, 0, 0.196875) 0px 3px 5px;
	border-bottom-left-radius: 10px 10px;
	border-bottom-right-radius: 10px 10px;
	border-top-left-radius: 0px 0px;
	border-top-right-radius: 0px 0px;
	-moz-border-radius: 0px 0px 10px 10px;
	-moz-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.2);
	z-index: 99999;
}

#vertical_slide {
	background: #f8f8f8 url(../images/log-panel-bg.gif?201602191500) repeat-x 0 0 !important;
	padding: 10px;
	border-bottom-left-radius: 10px 10px;
	border-bottom-right-radius: 10px 10px;
	border-top-left-radius: 0px 0px;
	border-top-right-radius: 0px 0px;
	-moz-border-radius:10px 10px 10px 10px;
	z-index: 99999;
	text-shadow: 1px 1px 0px #ffffff;
}

#vertical_slide input.inputbox {
	width: 60%;
}

#vertical_slide form#login ul li {
	margin: 0;
}

label.lbl-fixed {
	display: block;
	vertical-align: middle;
}

.displaynone { 
	display: none; 
	visibility: hidden !important; 
	height: 0px !important;
}

#log-panel #lp-left h3 {
	text-align: left;
	margin-left: 100px;
	font-size: 15px;
	text-shadow: 1px 1px 0px #ffffff;
	padding: 3px 0px 3px 30px;
	background: url(../images/log-panel-ico.png?201602191500) no-repeat 0 0;
}

#log-panel-buttons-handler {
	float: right;
	padding-top: 10px;
	padding-right: 10px;
	margin-bottom: 15px;
}

a#v_toggle, a#v_register {
	float: right;
	height: 25px;
	padding-left: 30px;
	line-height: 27px;
	color: #494949;
	font-size: 13px;
}

a#v_toggle {
	background: url(../images/login-arrow.png?201602191500) no-repeat 0 0;
	margin-right: 20px;
}

a#v_register {
	background: url(../images/register-star.png?201602191500) no-repeat 0 0;
}

/* layout swticher
----------------------------------------------- */

ul#layout-width-sw {
	text-align: right;
	float: right;
	margin-bottom: 15px;
}

ul#layout-width-sw li {
	display: inline;
	margin: 0;
	padding: 0 0 0 5px;
	background: none;
	float: left;
}

#narrow, #wide, #fluid {
	width: 24px;
	height: 24px;
	display: block;
	text-indent: -9999px !important;
	float: left;
	overflow: hidden;
	font-size: 1px;
	text-align: left;
}

#narrow {
	background: url(../images/sw-bg.png?201602191500) no-repeat 0 0;
}

#wide {
	background: url(../images/sw-bg.png?201602191500) no-repeat -30px 0;
}

#fluid {
	background: url(../images/sw-bg.png?201602191500) no-repeat -60px 0;
}

#narrow:hover {
	background: url(../images/sw-bg.png?201602191500) no-repeat 0 -40px;
}

#wide:hover {
	background: url(../images/sw-bg.png?201602191500) no-repeat -30px -40px;
}

#fluid:hover {
	background: url(../images/sw-bg.png?201602191500) no-repeat -60px -40px;
}

/* Breadcrumbs
----------------------------------------------- */

#breadcrumb-handler {
	background: url(../images/home-icon.png?201602191500) no-repeat 0 0;
	padding: 2px 0px 2px 30px;
	margin-left: 10px;
}

/* 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: 4px 5px;
	text-align:left;
}
thead th, table th {
	border-bottom: 1px solid #ededed;
	padding: 8px 5px;
	text-align:left;
	background: #fafafa;
	font-size: 15px;
	text-shadow: 1px 1px 0px #ffffff;
}
tbody th,
tbody td {
	border-top:1px solid #ededed;
	border-bottom:1px solid #ededed;
}
tfoot th,
tfoot td {
	border-top:2px solid #ededed;
}

/* forms
----------------------------------------------- */
form {
	overflow:hidden;
}
fieldset {
	padding:10px;
	position:relative;
	margin-bottom:10px;
	border: 1px solid #f1f1f1;
	background: #fafafa;
	border-bottom-left-radius: 9px 9px;
	border-bottom-right-radius: 0px 0px;
	border-top-left-radius: 9px 9px;
	border-top-right-radius: 9px 9px;
	-moz-border-radius: 9px 9px 0px 9px;
}
legend {
	font-weight: bold; font-size: 12px;
	line-height: 30px;
	padding: 0px 15px 0px 15px;
	border: 1px solid #f1f1f1;
	background: #fafafa;
	color: #505050;
	text-shadow: 1px 1px 0px #ffffff;
	border: 1px solid #dcdcdc;
	border-bottom-left-radius: 5px 5px;
	border-bottom-right-radius: 5px 5px;
	border-top-left-radius: 5px 5px;
	border-top-right-radius: 5px 5px;
	-moz-border-radius:5px 5px 5px 5px;
	vertical-align: middle;
}
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%;
}

/* Main Accordian Tabs
----------------------------------------------- */

#top-sl-handler {
	margin-top: 4px;
	margin-bottom: 10px;
}

#tabs-handler {
	position: relative;
	height: 40px;
	float: left;
	width: 60%;
}

#tabs-handler #tabs {
	clear: both;
	position: absolute;
	top: 1px;
	left: 0;
}

.element.atStart {
	position: relative;
	clear: both;
	z-index: 99;
}

h2.toggler {
	cursor: pointer;
	float: left;
	position: relative;
	height: 40px;
	margin: 0 28px 0 0;
	padding: 0 0 0 42px;
	background: url(../images/main-tabs-bg.png?201602191500) no-repeat 0 -85px;
	font-size: 15px;
	color: #f7f7f7;
	text-shadow: -1px -1px 0px #3f3f3f;
	z-index: 998 !important;
}

h2.toggler span {
	position: absolute;
	right: -74px;
	top: 0px;
	background: url(../images/main-tabs-bg.png?201602191500) no-repeat 0px -127px;
	display: block;
	width: 74px;
	height: 40px;
}

h2.toggler.activated {
	background: url(../images/main-tabs-bg.png?201602191500) no-repeat 0 0 !important;
	color: #494949;
	text-shadow: 1px 1px 0px #ffffff;
	z-index: 999 !important;
}

h2.toggler.activated span {
	z-index: 999 !important;
}

#tabs-bg1 {
}

#tabs-bg2 {
}

#tabs-bg3 {
	width: 100%;
}

#tabs-btl {
	float: left;
	width: 1px;
	height: 10px;
	display:none;
}

#tabs-btt {
	margin: 0 10px 0 1px;
	height: 10px;
	display:none;	
}

#tabs-btr {
	float: right;
	width: 10px;
	height: 10px;
	display:none;	
}

#tabs-bbl {
	float: left;
	width: 10px;
	height: 10px;
}

#tabs-bbb {
	margin: 0 10px 0 10px;
	height: 10px;
}

#tabs-bbr {
	float: right;
	width: 10px;
	height: 10px;
}

 
.tab-handler .moduletable_empty {
	background: none;
}

.tab-handler .moduletable_empty td {
	text-align: center;
	width: 25%;
}

.tab-handler .moduletable_empty td a {
	display: block;
	height: 160px;
	width:150px;
	background: #ffffff;
	border: 0px solid #eeeeee;
	padding: 0px 0px 0px 0px;
	margin: 10px 10px -5px 35px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.196875) 2px 2px 5px;
	box-shadow: rgba(0, 0, 0, 0.196875) 2px 2px 5px;
	-moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
	border-bottom-left-radius: 0px 0px;
	border-bottom-right-radius: 0px 0px;
	border-top-left-radius: 0px 0px;
	border-top-right-radius: 0px 0px;
	-moz-border-radius:0px 0px 0px 0px;  
	overflow:hidden;
}

.tab-handler .moduletable_empty td a:hover {
	border: 0px solid #dddddd;
}

.tab-handler .moduletable_empty td .productPrice {
	font-size: 16px;
}

.tab-handler .moduletable_empty img {
  width:150px;  
} 





.bannerlateral {
	display: block;
	height: 150px;
	width:223px;
	background: #ffffff;
	border: 1px solid #eeeeee;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-bottom-left-radius: 0px 0px;
	border-bottom-right-radius: 0px 0px;
	border-top-left-radius: 0px 0px;
	border-top-right-radius: 12px 12px;
	-moz-border-radius-bottomright: 12px;  
	overflow:hidden;
}


.bannerlateral img {
    width:223px;
    height:150px;
}

/* Best Sellers Accordion Tabs
----------------------------------------------- */

#bestsellerstabs h3#toggler-bg {
	background: url(../images/best-sellers-h-bg.gif?201602191500) repeat-x 0 0;
	height: 30px;
	margin: 0;
	padding: 0;
}

span#toggler-handler {
	float: right;
	margin-right: 4px;
}

#bestsellerstabs span.toggler1 {
	float: left;
	overflow: hidden;
	height: 16px;
	width: 16px;
	background: url(../images/bs-noactive-bg.png?201602191500) no-repeat 0 0;
	text-indent: -9999px;
	cursor: pointer;
	margin: 6px 2px 0px 2px;
}

#bestsellerstabs span.toggler1.activated {
	background: url(../images/bs-active-bg.png?201602191500) no-repeat 0 0;
}

#bs-tabs-handler {
	padding: 0px;
	border: 1px solid #ededed;
	border-top: 0;
	background: #fafafa;
}

#bestsellers-title {
	font-size: 16px;
	color: #f6f6f6;
	margin-left: 6px;
}

/* Modules Layout
----------------------------------------------- */

#tab-modules {
	padding: 10px 0;
}

#top-modules .mod-1, 
#top-modules .mod-2, 
#top-modules .mod-3, 
#top-modules .mod-4,
#tab-modules .mod-1, 
#tab-modules .mod-2, 
#tab-modules .mod-3, 
#tab-modules .mod-4 {
	float: left;
	padding: 0 1%;
}

#top-modules .mod-4,
#tab-modules .mod-4 {
	width: 23%;
}

#top-modules .mod-3,
#tab-modules .mod-3 {
	width: 31%;
}

#top-modules .mod-2,
#tab-modules .mod-2 {
	width: 48%;
}

#top-modules .mod-1,
#tab-modules .mod-1 {
	width: 98%;
	float: none;
}

/* Search Form 
--------------------------------- */

#search-form {
	width: 246px;
	height: 32px;
	background: url(../images/search-form-bg.png?201602191500) no-repeat 0 0;
	float: right;
	margin: 1px 10px 5px 0px;
}

#search-form label {
	display: none;
}

#search-form p, #search-form form {
	padding: 0;
	margin: 0;
}

#search-form .inputbox {
	background: none;
	border: 0 !important;
	float: left;
}

#search-form .button {
	float: right;
	height: 32px;
	width: 31px;
	text-indent: -9999px;
	background: url(../images/search-form-button-bg.png?201602191500) no-repeat 0 0;
	margin: 0px;
	padding: 0;
	border: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	-moz-border-radius: 0;
}

/* Top Long Module
--------------------------------- */

#top-long {
	margin-bottom: 15px;
	text-shadow: 1px 1px 0px #ffffff;
	margin-top: 8px;
}

#topl-tr {
	width: 10px;
	height: 10px;
	float: right;
	display:none;
}

#topl-tl {
	width: 50px;
	height: 10px;
	float: left;
	display:none;
}

#topl-tt {
	height: 10px;
	margin: 0px 10px 0px 50px;
	display:none;
}

#topl-br {
	width: 10px;
	height: 10px;
	float: right;
	display:none;
}

#topl-bl {
	width: 50px;
	height: 10px;
	float: left;
	display:none;
}

#topl-bb {
	height: 10px;
	margin: 0px 10px 0px 50px;
	display:none;
}

#topl-m1 {
	clear: both;
}

#topl-m2 {
}

#topl-m3 {
}

#topl-m-star {

}

#top-long h3 {
	font-size: 16px;
	margin: 0;
	padding: 0;
}

#top-long p {
	margin: 0;
	padding: 0;
}

#foo-bg1 {
	background: url(../images/tabs-bg1.png?201602191500) repeat 0 0;
}

#foo-bg2 {
	background: url(../images/tabs-bg2.png?201602191500) repeat-y 0 0;
}

#foo-bg3 {
	background: url(../images/tabs-bg3.png?201602191500) repeat-y 100% 0;
	width: 100%;
}

#foo-btl {
	display:none;
}

#foo-btt {
	display:none;
}

#foo-btr {
	display:none;
}

#foo-bbl {
display:none
}

#foo-bbb {
	display:none
}

#foo-bbr {
	display:none;
}

#footer {
	padding: 0px 10px;
}

#footer #footer-line {
	padding: 10px 0px;
	text-align: center;
}

#footer #footer-line .moduletable_empty {
	background: none;
}