@import url(http://fonts.googleapis.com/css?family=Press+Start+2P);
@import url('common.css');
@import url('styles.css');
@import url('megamenu.css');
@import url('productdetails.css');
@import url('leftmenu.css');
@import url('buttons.css');
@import url('vmsite-ltr.css');
@import url('footer.css');
@import url('search.css');
@import url('messages.css');
@import url('sidebar.css');
@import url('cart.css');
@import url('customs.css');
@import url('login.css');
@import url('banners.css');
@import url('home.css');
@import url('userpanel.css');
@import url('head.css');
@import url('profile.css');
@import url('category.css');






/*form.ial-form div:nth-child( 6 ) {
    display: none;
}*/

.yt_slideshowiii_main_image img {
	width: 150px !important;
	height: 150px !important;
}
/*#bg { background:url(../images/bgbot.jpg) repeat-y; background-position:center 0; }*/
#bg { overflow:hidden; }
#wrapper {
	margin: 0 auto;
	width: 990px!important;
	background-color: #FFF;
	overflow: hidden;
/*	border-left: 2px solid #960;
	border-right: 2px solid #960;
	-webkit-box-shadow: 0px 0px 8px #000;
	-moz-box-shadow: 0px 0px 8px #000;
	filter: shadow(color=#000000, direction=135, strength=2);
  -moz-box-shadow:    0 0 14px 0 #000000;
  -webkit-box-shadow: 0 0 14px 0 #000000;
  box-shadow: 0 0 14px 0 #000000;*/
}
#menu {
	background: url('../images/bgmenu.png') repeat-x;
}
#menu .current {
	background: url(../images/hovermenu.png);
}
#menu ul li {
	border: none!important;
	float: left!important;
	font: 12px/14px Arial, Helvetica, sans-serif!important;
	position: relative!important;
	/*text-transform: uppercase!important;*/
	z-index: 98!important;
	height: 41px !important;
	padding-top: 8px!important;
}
#menu ul li:hover {
}
.jt-menu {
	margin-bottom: 13px!important;
}
.jt-menu a {
	border: none!important;
	padding: .75em 1em!important;
	text-decoration: none!important;
}
.jt-menu a.sf-with-ul {
	min-width: 1px!important;
	padding-right: 2.25em!important;
}
.jt-menu li:hover, .jt-menu li.sfHover, .jt-menu a:focus, .jt-menu a:hover, .jt-menu a:active {
 background:	background:url(../images/hovermenu.png) repeat-x!important;
	outline: 0!important;
}
#menu .current a {
	background: none!important;
	color: #FFFFFF;
}
/* Pagina del producto*/

.prod-det {
	width: 750px;
}
.prod-det h1 {
	font-weight: normal;
	line-height: 1.3;
	padding: 20px 0 20px 0;
	text-align: center;
}
.prod-det .pimage {
	width: 270px!important;
	float: left;
}
.prod-det .pdetails {
	width: 480px;
	float: right;
}
.prod-det .pprice span {
	font-size: 20px;
}
.prod-det .ppricart {
	width: 480px;
	border: 1px solid #CCC;
	background-color: #F1F1F1;
	overflow: hidden;
}
.prod-det .ppricart strong {
	font-size: 10px;
	margin: 0 auto;
	clear: both;
}
.prod-det .ppricart .pprice {
	color: #FF6600;
	font-size: 33px;
	font-weight: bold;
	overflow: auto;
	text-align: right;
	width: 200px;
	float: left;
}
.prod-det .ppricart .pcart {
	width: 230px;
	float: right;
}
#price_from, #price_to {
	width: 40px!important;
	float: left!important;
}
.prilabel {
	float: left!important;
	padding: 4px;
}
.select {
	width: 50px!important;
	float: right;
	margin-top: -6px!important;
}

input[type='radio'],  input[type='checkbox'] {
	/* Hide the input, but have it still be clickable */
	//display: none;
	float: left;
	width: 18px;
}

.filtrofabricante{
	display: none;
}

input[type='radio'] + label,  input[type='checkbox'] + label {
	margin: -35;
	clear: none;
	/* Left padding makes room for image */
	padding: 5px 0 4px 24px;
	/* Make look clickable because they are */
	cursor: pointer;
	background: url(../images/unchecked.png) left center no-repeat;
}
/*
    Change from unchecked to checked graphic
*/
input[type='radio']:checked + label,  input[type='checkbox']:checked + label {
	background-image: url(../images/checked.png);
}

input[type='checkbox'] + label.tosAccepted  {
	background: url(../images/unchecked_black.png) left center no-repeat;
}

input[type='checkbox']:checked + label.tosAccepted {
	background-image: url(../images/checked_black.png);
}

.addtocart-area {
	width: 230px;
	float: right;
}
.addtocart-bar {
	clear: both;
	height: 50px;
	width: 205px;
	padding-left: 17px;
}
.addtocart-button {
	padding-top: 10px;
}
.quantity-box {
	display: block;
	float: left;
	padding-top: 15px;
	text-align: center;
	width: 25px;
}
.quantity-controls-add, .quantity-controls-remove {
	display: block;
	float: left;
	margin-top: 15px;
	width: 15px;
}
/*div.component input,*/
div.component select, div.component textarea {
	background: -moz-linear-gradient(center top, #F1F1F1, #FFFFFF) repeat scroll 0 0 transparent;
	border: 1px solid #DCDCDC;
	display: block;
	margin-bottom: 10px;
	padding: 3px;
	//width:96%;
}
input.quantity-input {
	background: url("../images/quant.png") repeat-x scroll center top transparent !important;
	border: 0 none !important;
	border-radius: 0 0 0 0;
	color: #565656;
	font-weight: 700;
	height: 25px;
	line-height: 23px;
	padding: 0 !important;
	text-align: center;
	width: 25px;
}
.quantity-controls-add input {
	background: url("../images/plus.png") no-repeat scroll center top transparent !important;
}
.quantity-controls-add input, .quantity-controls-remove input {
	border: 0 none !important;
	cursor: pointer;
	height: 25px;
	padding: 0 !important;
	text-align: center;
	width: 15px;
}
.quantity-controls-remove input {
	background: url("../images/minus.png") no-repeat scroll center top transparent !important;
}
.quantity-controls-add input, .quantity-controls-remove input {
	border: 0 none !important;
	cursor: pointer;
	height: 25px;
	padding: 0 !important;
	text-align: center;
	width: 15px;
}
.tabbed_content {
	margin-left: 10px;
	margin-top: 20px;
	width: 680px;
}
.tabs {
	height: 39px;
	position: relative;
	width: 732px;
}
.tabs .moving_bg {
	padding: 8px 0;
	border-bottom: 9px solid #FF8800;
	position: absolute;
	width: 130px;
	z-index: 190;
	left: 0;
}
.tabs .tab_item {
	display: block;
	float: left;
	padding: 11px 1px;
	width: 130px;
	color: #666666;
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	z-index: 200;
	position: relative;
	cursor: pointer;
}

#col1 .slide_content ul li {
	list-style-type: none;
}

.tabbed_content .slide_content {
	overflow: hidden;
	padding: 20px 20px 20px 20px;
	position: relative;
	width: 930px;
	border-top: 1px solid #f0f0f0;
	min-height: 300px;
}
/*
.tabber_content.slide_content {
	overflow: hidden;
	padding: 20px 0px 20px 20px;
	position: relative;
	width: 710px;
	border-top: 1px solid #f0f0f0;
	min-height: 300px;
}
*/
.tabslider {
	width: 5000px;
}
.tabslider > ul {
	float: left;
	width: 900px;
	margin: 0px;
	/*padding: 0px;*/
	margin-right: 37px;
	/*padding-right: 225px;*/
}
.tabslider ul a {
	color: #FF9100;
	text-decoration: none;
}
.tabslider ul a:hover {
	color: #FF4D00;
}
.tabslider ul li {
	padding-bottom: 7px;
}
.tabslider ul li table {
	width: 100%;
}

.tabslider img {
	max-width: 900px;
}
/*#####################*/












/*****************************/

.catfilter {
	/*background: none repeat scroll 0 0 #FAFAFA;
    border: 5px solid #F0F0F0;*/
	font-size: 11px;
	margin: 5px;
	clear: both;
}
#vm2_search .field {
	margin-bottom: 5px;
	overflow: hidden;
}
#vm2_search .field .values {
	overflow: hidden;
}
#vm2_search .field #mod_search_manufacturers {
	background: none repeat scroll 0 0 #FAFAFA;
	border: 1px solid #999;
}
#vm2_search .field #mod_search_manufacturers .value {
	float: left;
	width: 174px;
}
#vm2_search .field #mod_search_manufacturers .value label {
	font-weight: bold;
	padding-top: 3px;
	cursor: pointer;
}
/*****************************/

.category-view {
	margin-bottom: 20px;
	overflow: hidden;
}
.category-view ul li {
	border: 1px solid #A0A0A0;
	display: block;
	float: left;
	font-weight: bold;
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
	margin: 0 10px 10px 0;
	width: 218px;
}
.category-view ul li a {
	color: #646464;
	display: block;
	height: 25px;
	line-height: 25px;
	text-decoration: none;
}
.category-view ul li a:hover {
	color: #F60;
}
#tgprice, .fcustom .title {
	padding: 5px;
}
#priceslider, .fcustom .values {
	width: 220px!important;
	border-top: 1px solid #999;
}
#priceslider ul li a {
	display: block;
	padding-top: 3px;
	width: 100%;
}
#priceslider, #tgprice, .fcustom {
	cursor: pointer;
}
.reset {
	//float: right;
	//width: 105px;
}
.reset input {
	float: right;
}
.reset span {
	float: right;
	//padding: 2px 0;
	padding-right: 5px;
	padding-top: 2px;
	cursor: pointer!important; /* hand-shaped cursor */
	cursor: hand!important; /* for IE 5.x */
}
.reset span:hover {
	text-decoration: underline;
}
.nofilter {
	width: 16px!important;
	height: 16px!important;
	margin: 0!important;
	padding: 0!important;
	border: 0!important;
	background: transparent url(../images/cross.png) no-repeat center top!important;
	text-indent: -1000em!important;
	cursor: pointer!important; /* hand-shaped cursor */
	cursor: hand!important; /* for IE 5.x */
}
.spacer h2 a {
	font-size: 12px !important;
	font-family: 'Arial' !important;
	color: #333!important;
	text-decoration: none;
}
.breadcrumbs {
	font-size: 9px !important;
	font-family: verdana !important;
}
.gk-menu {
	font-family: 'Audiowide', cursive !important;
	letter-spacing: 2px !important;
}
.category_description {
	font-family: 'Audiowide', cursive !important;
	letter-spacing: 2px !important;
	display: none;
}
.txtcenter {
	text-align: center;
}
.orderByList {
	display: none;
}
.display-number {
	display: none;
}
/******************************************************/
.brandbox {
	border-right-color-ltr-source: physical;
	border-right-color-rtl-source: physical;
	border-right-color-value: #A0A0A0;
	border-right-style-ltr-source: physical;
	border-right-style-rtl-source: physical;
	border-right-style-value: solid;
	border-right-width-ltr-source: physical;
	border-right-width-rtl-source: physical;
	border-right-width-value: 1px;
	float: left;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	min-height: 42px;
	padding-bottom: 6px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 6px;
	text-align: center;
	width: 119px;
}
.brandlogo {
	min-height: 26px;
	text-align: center;
}
.brandlogo img {
	cursor: pointer;
	max-height: 24px;
	max-width: 80px;
}
.brandbox input {
	height: 14px;
	line-height: 14px;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 5px;
	margin-top: 2px;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
}
.brandbox span.amount {
	display: block;
	height: 14px;
	line-height: 14px;
}
.filterbox {
	line-height: 1.5;
	margin-bottom: 5px;
	padding-bottom: 15px;
	padding-left: 0;
	padding-right: 0;
	padding-top: 10px;
	width: 775px;
}
.filterCrit {
	display: block;
	float: left;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin-bottom: 10px;
	margin-left: 0;
	margin-right: 10px;
	margin-top: 0;
	width: 250px;
}
.filterbox ul.last {
	margin-right: 0;
}
.filterCrit li.top {
	-moz-border-bottom-colors: none;
	-moz-border-image: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-bottom-color: #A0A0A0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color-ltr-source: physical;
	border-left-color-rtl-source: physical;
	border-left-color-value: #A0A0A0;
	border-left-style-ltr-source: physical;
	border-left-style-rtl-source: physical;
	border-left-style-value: solid;
	border-left-width-ltr-source: physical;
	border-left-width-rtl-source: physical;
	border-left-width-value: 1px;
	border-right-color-ltr-source: physical;
	border-right-color-rtl-source: physical;
	border-right-color-value: #A0A0A0;
	border-right-style-ltr-source: physical;
	border-right-style-rtl-source: physical;
	border-right-style-value: solid;
	border-right-width-ltr-source: physical;
	border-right-width-rtl-source: physical;
	border-right-width-value: 1px;
	border-top-color: #A0A0A0;
	border-top-style: solid;
	border-top-width: 1px;
	cursor: pointer;
	display: block;
	float: left;
	font-weight: bold;
	height: 25px;
	padding-bottom: 0;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0;
	width: 230px;
}
.filterCrit li a.toplink {
	-moz-text-blink: none;
	-moz-text-decoration-color: -moz-use-text-color;
	-moz-text-decoration-line: none;
	-moz-text-decoration-style: solid;
	color: #646464;
	display: block;
	height: 25px;
	line-height: 25px;
}
.filterCrit li:hover a.toplink, .filterCrit li a.active {
	color: #EB0000;
}
.filterCrita li {
	position: relative;
	z-index: 40;
}
.filterCrita li.top:hover {
	position: relative;
	z-index: 50;
}
.filterCrita li ul.sub {
	-moz-border-bottom-colors: none;
	-moz-border-image: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-attachment: scroll;
	background-clip: border-box;
	background-color: white;
	background-image: none;
	background-origin: padding-box;
	background-position: 0 0;
	background-repeat: repeat;
	background-size: auto auto;
	border-bottom-color: #A0A0A0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color-ltr-source: physical;
	border-left-color-rtl-source: physical;
	border-left-color-value: #A0A0A0;
	border-left-style-ltr-source: physical;
	border-left-style-rtl-source: physical;
	border-left-style-value: solid;
	border-left-width-ltr-source: physical;
	border-left-width-rtl-source: physical;
	border-left-width-value: 1px;
	border-right-color-ltr-source: physical;
	border-right-color-rtl-source: physical;
	border-right-color-value: #A0A0A0;
	border-right-style-ltr-source: physical;
	border-right-style-rtl-source: physical;
	border-right-style-value: solid;
	border-right-width-ltr-source: physical;
	border-right-width-rtl-source: physical;
	border-right-width-value: 1px;
	border-top-color: -moz-use-text-color;
	border-top-style: none;
	border-top-width: 0;
	height: auto;
	left: -1px;
	padding-bottom: 8px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 8px;
	position: absolute;
	top: 26px;
	width: 230px;
	z-index: 500;
}
.filterCrita li ul.sub li {
	background-attachment: scroll;
	background-clip: border-box;
	background-color: white;
	background-image: none;
	background-origin: padding-box;
	background-position: 0 0;
	background-repeat: repeat;
	background-size: auto auto;
	display: block;
	float: left;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5;
	position: relative;
	width: 230px;
}
.filterCrita li ul.sub li input {
	float: left;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 3px;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	vertical-align: middle;
}
.filterCrita li ul.sub li span.amount {
	margin-left: 5px;
}
.filterCrita li ul.sub li label {
	margin-left: 5px;
}
.filterCrita li ul.sub li label:hover {
	-moz-text-blink: none;
	-moz-text-decoration-color: -moz-use-text-color;
	-moz-text-decoration-line: none;
	-moz-text-decoration-style: solid;
}
.filterBrand {
	display: block;
	float: left;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin-bottom: 10px;
	margin-left: 0;
	margin-right: 10px;
	margin-top: 0;
	width: 240px;
	cursor: pointer;
}
.filterBrand li.top {
	transition-delay: 1s;
	-moz-border-bottom-colors: none;
	-moz-border-image: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border: 1px solid #A0A0A0;
	display: block;
	float: left;
	font-weight: bold;
	height: 25px;
	line-height: 25px;
	padding-bottom: 0;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0;
	width: 220px;
}
.filterBrand li a.toplink {
	-moz-text-blink: none;
	-moz-text-decoration-color: -moz-use-text-color;
	-moz-text-decoration-line: none;
	-moz-text-decoration-style: solid;
	color: #646464;
	display: block;
	height: 25px;
	line-height: 25px;
}
.filterBrand li:hover a.toplink, .filterCrit li a.active {
	color: #EB0000;
}
.filterBrand li:hover {
	position: relative;
	z-index: 40;
}
.filterBrand li.top:hover {
	position: relative;
	z-index: 50;
}
.filterBrand li ul.sub {
	border: 1px solid #A0A0A0;
	height: auto;
	padding-bottom: 8px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 8px;
	z-index: 500;
	transition-delay: 1s;
}
.filterBrand li:hover666 ul.sub {
 border:1px solid #A0A0A0;
 height: auto;
 left: -1px;
 padding-bottom: 8px;
 padding-left: 10px;
 padding-right: 10px;
 padding-top: 8px;
 position: absolute;
 top: 25px;
 width: 220px;
 z-index: 500;
 transition-delay:1s;
}
.filterBrand li:hover ul.sub li {
	background-color: white;
	display: block;
	float: left;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.5;
	position: relative;
	width: 220px;
}
.filterBrand li:hover ul.sub li.group {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 2px;
	padding-left: 0;
	padding-right: 0;
	padding-top: 2px;
}
.filterBrand li:hover ul.sub li.indent {
	padding-left: 10px;
}
.filterCat li ul.sub li {
	font-size: 11px;
}
.filterCat li ul.sub li.group {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 2px;
	padding-left: 0;
	padding-right: 0;
	padding-top: 2px;
}
.filterCat li ul.sub li.indent {
	padding-left: 10px;
}
.sldg {
	width: 100px;
}
.filterCrit ul, .filterBrand ul {
	height: 0;
	left: -9999px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: -9999px;
	border: 1px solid #A0A0A0;
	width: 220px;
	background: #FFF;
}
.setFilters {
	line-height: 1.5;
	margin-bottom: 10px;
	padding-left: 10px;
	width: 755px;
}
.setFilters p.filterList {
	float: left;
	margin-right: 10px;
	white-space: nowrap;
}
.searchCrit {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin-left: 10px;
}
.searchCrit li {
	display: block;
	float: left;
	width: 255px;
}
.accFilter ul {
	list-style-type: none;
	margin-bottom: 7px;
	margin-left: 8px;
	margin-right: 0;
	margin-top: 7px;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
}
.accFilter li {
	float: left;
	margin: 0;
	padding-right: 0 5px 0 0;
	width: 184px;
}
.accFilter li > * {
	min-height: 30px;
}
.filterBrand li ul.sub li input {
	float: left;
	margin: 3px 0 3px 0;
	padding: 0;
	vertical-align: middle;
}
.filterBrand li ul.sub li label {
	cursor: pointer!important; /* hand-shaped cursor */
	cursor: hand!important; /* for IE 5.x */
	margin-left: 0px;/* margin desplegable*/
	font-weight: bold;
}
.filterBrand li ul.sub li label:hover {
	text-decoration: underline;
}
span.arrDown {
	background-attachment: scroll;
	background-clip: border-box;
	background-color: transparent;
	background-image: url("../images/sprites.png");
	background-origin: padding-box;
	background-position: -561px -150px;
	background-repeat: no-repeat;
	background-size: auto auto;
	display: block;
	float: right;
	height: 25px;
	width: 9px;
}
.arr11-w-b {
	background-attachment: scroll;
	background-clip: border-box;
	background-color: transparent;
	background-image: url("../images/sprites.png");
	background-origin: padding-box;
	background-position: -500px -160px;
	background-repeat: no-repeat;
	background-size: auto auto;
	height: 6px;
	width: 11px;
}
.arrowtop {
	display: block;
	left: 0px;
	line-height: 1px;
	position: absolute;
	top: 0;
}
.product-list-container {
	clear: both;
}
/*************************/
.catrtbutton {
	/*background: url("../images/boton-precio-categoria.png") no-repeat scroll 0 0 transparent;*/
	background: url(../images/pricebgo.png) repeat-x #C10000;
	margin-top: 1px solid #8A0000;
	height: 45px;
	position: relative;
	width: 100%;
	cursor: pointer;
}
.cartlbutton {
	background: url(../images/pricecart.png) no-repeat left;
	width: 100%;
	height: 45px;
	position:absolute;
}
.catrtbutton span {
	text-shadow: 2px 2px 2px #5E0000;
	color: #FFF!important;
	font-size: 18px!important;
	font-style: italic!important;
	float: right!important;
	padding: 10px 5px;
}
.catrtbutton span small {
	font-size: 14px;
	vertical-align: text-top;
	padding-left: 3px;
}
.popis {
	bottom: 0;
	position: absolute;
	width: 100%;
}

/*******************************************************************************/
/*
#topsubmenu {
}
#topsubmenu ul {
	list-style-image:url(../images/arrow.png);
}
#topsubmenu ul li.row {
	width: 190px;
	margin: 5px;
	float: left;
	
}
#topsubmenu ul li.row a.lnk {
	font-size: 15px;
	color: #FF5A00;
	text-transform:capitalize;
}
#topsubmenu ul li.row a.lnk:hover {
	color: #FF6600;
}
#topsubmenu ul li.row ul {
}
#topsubmenu ul li.row ul li h4 a {
	font-weight: normal;
	color: #333;
	font-size:10px;
	text-transform:capitalize;
}
#topsubmenu ul li.row ul li h4 a:hover {
	color: #F60;
}
*/
/*******************************************************************************/


/* Inicio TopMenu Mario 
#topsubmenu {
	margin: 0px 0px 0px 5px; padding: 0px; 
	width: 800px; height: 320px; 
	border: 0px solid; 	
	font-family: Arial, Helvetica, sans-serif; 
	background-color: #f7f7f7;	
}

#topsubmenu ul {
	margin: 1px 1px 1px 1px; 
	padding: 0px; 
	list-style: square inside;
	float: left;
	width: 155px; 
	display: inline;
	border: 0px solid; 		
}

#topsubmenu ol {
	margin: 0px 0px 0px 0px; 
	padding: 0px; 
	list-style: none; 
	border: 0px solid; 	
	float: left;	
	width: 100%;
}

#topsubmenu li {
	background-image: url(http://virtuemart.coolmod.com/coolmod/images/arrow.png);
	background-repeat: no-repeat no-repeat;
	margin: 0px 0px 0px 3px; 
	padding: 0px; 
	border: 0px solid; 	
}

#topsubmenu li.row {
	background-image: none;
	margin: 0px; 
}

#topsubmenu a {
	margin: 0px 0px 0px 10px; 
	padding: 0px;  
	outline: none; 
	cursor: pointer; 
	line-height: 14px;
	color: #333;
	font-size: 10px; 
	display: inline-block; 
	border: 0px solid;
	width: 155px;
}
#topsubmenu a:hover {
	margin: 0px 0px 0px 10px; 
	color: #F60;
}

#topsubmenu a.lnk {
	margin: 3px 0px 3px 0px; 
	color: #F60;; 
	font-size: 14px; 
	font-weight: bold; 
}
  Fin TopMenu Mario */



/* Inicio TopMenu Mario */
#topsubmenu {
	display: block;
	overflow: hidden;
	
	margin: 0px;
	padding: 0px; 

	width: 788px; 
	min-height: 300px;
	
	border: 1px solid #eee;
	font-family: Arial, Helvetica, sans-serif; 
	
}

#topsubmenunavcol {
    display: block; 
	overflow: hidden;
    float: left;

    padding: 0px;
    margin: 5px;
    
	width: 146px;
	min-height: 290px;

    border-right: 1px solid #ddd; 
}

div.topsubmenunavcolultima {
   border-right: 0px !important; 
}

#topsubmenu ul {
/*
	margin: 0px; 
	padding: 0px; 
	list-style: square inside;
	border: 0px solid; 
*/
}

#topsubmenu ol {
	margin: 0px 0px 0px 0px; 
	padding: 0px; 
	list-style: none; 
	border: 0px solid; 	

}

#topsubmenu li {
	background-image: url(/coolmod/images/arrow.png);
	background-repeat: no-repeat no-repeat;
	margin: 0px;
	padding: 0px; 
 	border: 0px solid;
 	width: 100%;
	display: block; 	

}

#topsubmenu li.row {
	background-image: none;
	margin: 0px 0px 0px 0px;
}


#topsubmenu a {
	margin: 0px 5px 0px 10px; 
	padding: 0px;  
	color: #333;
	line-height: 12px;
	font-size: 10px; 
	display: block;
	border: 0px solid;
	font-weight: bold;
}

#topsubmenu a:hover {
	color: #F60;
	background-color: #eee;	
}

#topsubmenu a.lnk {
	margin: 0px 0px 0px 0px; 
	color: #F60;; 
	line-height: 15px;
	font-size: 12px; 
	font-weight: bolder;
}

div.itemsubmenu {
	display: block;
	border: 0px solid;
	overflow: hidden;
	width: 100%;
	margin: 0px 0px 5px 0px;
}

 /* Fin TopMenu Mario */  
  
  
  

.hlogo {
	margin-top: 12px;
	float: left;
	width: 300px;
}
.hcart {
	float: right;
	/*width: 600px;*/
	text-align: right;
}
.hsearch {
/*	float: right;
	width: 600px;
	text-align: right;*/
	position:absolute;
	top:51px;
	right: 270px; 
}

#total{
	text-decoration: none;
	font-weight: bold;
	display: inline;
    position: relative;
    top: 14px;
    left: 51px;
}
.hlogin {
	height: 85px;
    position: absolute;
    right: 0;
	 top: 10px;
    width: 200px;
}
/*****************************************************************************/

.lgnform { /*border:1px solid #999;*/
	padding: 10px;
}
/******************************************************************************/		


.floatleft {
	float: left;
}
.hide {
	display: none;
}



div.login_registration_userfields_field span {
	line-height: 28px;
	width: 150px;
}
/*
.login_registration_userfields{
	width: 350px;
}
.login_registration_userfields_input{
	width: 190px;

}

div.login_registration_userfields div.login_registration_userfields_field input.inputbox{
	width: 150px;

}*/



/*   ZONA DE USUARIO - LISTA PEDIDOS */

.headpedidos{
	position: relative; float: left; overflow: hidden; 

}
.headpedidos div{
	position: relative; float: left; overflow: hidden; background: #CCCCCC; padding: 5px; text-align: center;

}


div#editcell div.pedidoslistcelda{
	position: relative;  
	float: left; 
	overflow: hidden;  
	width: 900px;

}

div.pedidoslistcelda div{
	position: relative; float: left; overflow: hidden; padding: 5px; text-align: center;
}
#editcell{
	padding: 0px;
}
#tab-2{
	width: 700px;
}

#ui-tabs .tabs{ padding: 0px !important;}
/*
#tab-2 table{
	display: none;
}
*/
div.login_registration_userfields select{
	width: 218px;
}

.ok_button{
	position: relative; float: left; height: 20px; width: 20px; background: url("/coolmod/images/ok_button.png"); 
}
.ok_button:hover{
	background-position: 0px 20px;
	cursor: pointer;
}

.mensaje_carrito_guardado{
	text-align: center;
	margin-bottom: 10px !important;
	height: 20px;
	padding-top: 5px;
	background-color: #818a8e !important;
	color: white;
	font-weight: bold;                   
	border: 2px solid white;
}

.alinnov {
	height: 357px;
}

.tabslider h3{
	text-align: inherit;
}

.trademark-name{
	font-size: 10px !important;
    position: relative !important;
    top: -7px !important;
	color: inherit !important;
}

.trademark-category{
	font-size: 8px !important;
    position: relative !important;
    top: -3px !important;
	color: inherit !important;
}