/* ------------------------------------- top module-category --- */
.contacts .module-category { display:none;}
.moduletable-category { border:none; padding:0; margin-bottom:25px; border-radius:0px; position:absolute; top:135px; left:0; background:#b52220; height:46px; width:100%; border-radius:6px;}
.moduletable-category h3 { margin-bottom:4px;}
.moduletable-category .boxIndent {padding:0 0 0 0px; border:none;}

.moduletable-category .droplist { margin:0!important; padding:11px 0 0 0!important; list-style-type:none;}
.moduletable-category .droplist  li { font:normal 14px/24px Arial, Helvetica, sans-serif; font-family: 'Droid Sans', sans-serif; float:left;  position:relative;  padding:0px 18px 0px 25px; height:auto; background:url(../images/cat_marker.gif) left 9px no-repeat!important; text-transform:uppercase; }
.moduletable-category .droplist  li:first-child { background:none!important;}
.moduletable-category .droplist li a { color:#fff; text-shadow:1px 1px 2px #333; text-decoration:none; padding:0;  display:inline-block; background:none;}
.moduletable-category .droplist li a:hover, .moduletable-category .droplist li.active a{ color:#000;}
.moduletable-category .droplist li.has-children:hover a {color:#000;}

.moduletable-category .droplist ul { background:#010101;  padding:20px!important; margin:0!important;  border:none; display:none; list-style:none; position:absolute; left:25px; top:20px; width:180px; border-radius:6px;}

.moduletable-category .droplist .level0 .level1 li { background:none!important; padding-left:10px; border:none; padding-top:0; padding-bottom:0; font-size:12px; position:relative; display:block; float:none; font:normal 12px/24px Arial, Helvetica, sans-serif; text-transform:none;}
.moduletable-category .droplist .level0 .level1 li:first-child { background:none; margin-top:0;}
.moduletable-category .droplist .level0 .level1 li a { font-weight:normal; color:#9c9c9c; text-shadow:none!important;}
.moduletable-category .droplist .level0 .level1 li a:hover , .moduletable-category .droplist .level0 .level1 li.active a {  color:#fff;}
.moduletable-category .droplist .level0 .level1 li.has-children:hover a {  color:#fff;}
.moduletable-category .droplist .level0 .level1 li.has-children { margin-right:-21px;}

.moduletable-category .droplist .level0 .level1 li.has-children .level2 { left:200px; background:#252525; top:-20px;}
.moduletable-category .droplist .level0 .level1 li.has-children .level2 li { background:#fff;padding-top:0; padding-bottom:0;}
.moduletable-category .droplist .level0 .level1 li.has-children .level2 li:first-child { background:none; margin-top:0;}
.moduletable-category .droplist .level0 .level1 li.has-children .level2 li a { font-weight:normal; color:#9c9c9c;}
.moduletable-category .droplist .level0 .level1 li.has-children .level2  li:hover a , .moduletable-category .droplist .level0 .level1 li.has-children .level2  li.active a {  color:#fff;}

.moduletable-category li.parent ul {display:none;}
.moduletable-category li.parent ul.active {display:block;}

.moduletable-category .VmArrowdown {background-position: right 0; height:16px; width:16px; float:none; position:absolute; right:0; top:0px; padding:0; display:none;}
.moduletable-category .droplist .level1 li VmArrowdown {top:0px;}

/* ------------------------------------- end top module-category --- */

/* ------------------------------------- module-category --- */
.contacts .module-categories { display:none;}
.module-categories { border:none; padding:0; margin-bottom:10px; border-radius:0px; position:relative; box-shadow:0px 3px 5px #dfdede; background:#fff;border-radius:6px;}
.module-categories h3 { margin-bottom:0px;}
.module-categories .boxIndent {padding:1px 0 2px 0px; border:none; border-radius:0 0 6px 6px; background:url(../images/box_bg.gif) left top repeat-x;}

.module-categories .list { margin:0!important; padding:0!important; list-style-type:none;}
.module-categories .list li { font:bold 14px/32px Arial, Helvetica, sans-serif; float:none;  position:relative;  padding:0px 10px 0px 14px; height:auto; background:none; text-transform:none; border-top:1px solid #e5e5e5; }
.module-categories .list li:first-child { border:none;}

.module-categories .list li a { color:#313131; text-decoration:none; padding:0;  display:inline-block; background:none;}
.module-categories .list li a:hover, .module-categories .list li.active a{ color:#e41270;}

#screenshot{
	position:absolute;
	border:1px solid #000;
	background:#a1156b;
	padding:5px;
	display:none;
	color:#fff;
	z-index:9999;
	left:0;
	}
.module-categories .list ul { padding:0; padding-bottom:5px!important; margin:0!important;  border:none; display:none; list-style:none;}

.module-categories .list .level1 li { background:#fff; padding-left:10px; border:none; padding-top:0; padding-bottom:0; font-size:12px; line-height:20px;}
.module-categories .list .level1 li:first-child { background:none; margin-top:0;}
.module-categories .list .level1 li a { font-weight:normal; color:#9c9c9c;}
.module-categories .list .level1 li a:hover , .module-categories .list .level1 li.active a {  color:#000;}

.module-categories .list .level1 .level2 li { background:#fff;padding-top:0; padding-bottom:0; }
.module-categories .list .level1 .level2 li:first-child { background:none; margin-top:0;}
.module-categories .list .level1 .level2 li a { font-weight:normal; color:#9c9c9c;}
.module-categories .list .level1 .level2  li:hover a , .module-categories .list .level1 .level2  li.active a {  color:#000;}

.module-categories li.parent ul {display:none;}
.module-categories li.parent ul.active {display:block;}

.module-categories .VmArrowdown {background-position: right 0; height:16px; width:16px; float:none; position:absolute; right:0px; top:6px; padding:0; }
.module-categories .list .level1 li .VmArrowdown {top:0px;}
/* ------------------------------------- end module-category --- */


/* ------------------------------------- module_special --- */

.module_none { display:none;}
/* ------------------------------------- end module_special--- */

/* ------------------------------------- module_new --- */
.module_new  {box-shadow:0px 3px 5px #dfdede; background:#fff;border-radius:6px;}
.module_new.new2 { margin-bottom:10px;}
.module_new  h3 { margin-bottom:0;  }
.module_new.new2  h3 { background:url(../images/title_bg2.gif) left top repeat-x; color:#fff!important;}
.module_new.new2  h3 em { color:#fff!important;}

.module_new  .boxIndent { padding-top:21px; padding-left:20px; border-radius:0 0 6px 6px; background:url(../images/box_bg.gif) left top repeat-x; }
.module_new.new2  .boxIndent { padding-left:16px; padding-top:14px;}

.vmgroup_new  ul { margin-bottom:0px;}
.vmgroup_new.new2  ul { margin-bottom:-6px;}
.vmgroup_new  ul li                   { display: block; float: none; padding: 0 0 15px 0; min-height: auto; width: 100%; overflow:hidden; margin: 0 0 0 0; border:none; background:none;}
.vmgroup_new  ul li  .product-box      { border:none; width:161px; text-align:left; float:left; min-height:0px; margin-left:22px; padding:0; background:none; position:relative;}
.vmgroup_new  ul li  .product-box:first-child { margin-left:0;}

.vmgroup_new   ul li .browseImage { text-align:center;height:155px; width:161px; padding-top:5px; border-radius:6px; background:url(../images/box_images.gif) left bottom repeat-x;}
.vmgroup_new   ul li .browseImage img { text-align:center; width:150px; height:150px;}

.vmgroup_new   ul li .cat {margin:0 0 0 0; text-align:left; padding:0; }

.vmgroup_new   ul li .cat a { color:#a0a0a0; font:normal 16px/22px Arial, Helvetica, sans-serif; text-decoration:none; display:inline-block; text-transform:none;}
.vmgroup_new   ul li .cat a:hover { color:#121212; text-decoration:none;}


.vmgroup_new   ul li .Title {margin:0 0 0 0; text-align:left; padding:5px 10px 6px 0px; min-height:57px;}
.vmgroup_new   ul li .Title a { color:#e41270; font:bold 14px/19px Arial, Helvetica, sans-serif; text-decoration:none; display:inline-block; text-transform:none;}
.vmgroup_new   ul li .Title a:hover { color:#21aff1; text-decoration:none;}

.vmgroup_new  ul li .Price .WithoutTax , .vmgroup_new  ul li .Price .discount { display:none;}

.box-price { border:1px solid #e5e5e5; background:url(../images/box-price.gif) left top repeat-x #f4f4f4; border-radius:22px; height:28px; position:relative;}
.vmgroup_new  ul li .Price { color:#313131; font:bold 16px/28px Arial, Helvetica, sans-serif;  border-bottom:none; text-align:left; padding:0px 0 0 9px;   z-index:99; float:none;}
.module_new  .sale .Price .WithoutTax { display:inline-block; font-size:12px; color:#8c8d8d; text-decoration:line-through; padding-left:3px;}


.description { color:#afafaf; font:normal 13px/20px Arial, Helvetica, sans-serif; margin:0; padding:0; text-align:left; }

#content .module_new  .quantity-box , .module_new  .quantity-controls , .module_new  .product-fields { display:none;}

#content .module_new  .addtocart-area2 { width:30px; position:absolute; right:-1px; top:-1px;}

#content .module_new  .addtocart-bar2 span.addtocart-button { width:30px; height:30px; background:none; border:none;padding:0; margin:0;}
#content .module_new  .addtocart-bar2 input.addtocart-button , #content .module_new   a.addtocart-button{width:30px; height:30px;border:none; margin:0;padding:0; text-indent:-9999px; background:url(../images/cart_button.png) left top no-repeat; }
#content .module_new  .addtocart-bar2 input.addtocart-button:hover , #content .module_new   a.addtocart-button:hover { background-position:left bottom;}

@-moz-document url-prefix() {
  #content .module_new  .addtocart-bar2 input.addtocart-button { padding-bottom:2px;}
}
#content .module_new  span.attributes { display:none;}
.module_new  .Details { float:left; width:66px;  margin-left:0px; padding-top:6px;}
.module_new  .Details a { font:normal 14px/22px Arial, Helvetica, sans-serif!important; color:#00a4f0;  text-transform:capitalize; display:inline-block; background:none; width:auto; height:22px; text-align:center; text-decoration:none;border-radius:0px; padding:0;}
.module_new  .Details a:hover { text-decoration:none; color:#e41270;}

/* ------------------------------------- end module_new --- */
.count { display:none;}
.module_best{ margin-bottom:18px;}
.module_best h3 {}
.module_best .boxIndent { }
.module_best .cat { display:none;}
.module_best ul { margin:0!important; padding:11px 0 0 6px!important; list-style:none;}
.module_best ul .Title { overflow:hidden; width:100%; padding-bottom:13px; min-height:30px;}
.module_best ul li:first-child .Title { padding-bottom:12px;}
.module_best ul .Title .count { float:left; font-size:13px; line-height:20px; font-family:Arial, Helvetica, sans-serif; color:#3e3e3e; font-weight:bold; display:block; padding-right:4px;}
.module_best ul .Title a { float:left; font-size:13px; line-height:20px; font-family:Arial, Helvetica, sans-serif; color:#3e3e3e; width:162px;}


/* ------------------------------------- end module_best --- */
.module_new2{ }
.module_new2 h3 {}
.module_new2 .boxIndent {padding:12px 0px 0 2px; }

.vmgroup_new2  ul { margin:0!important; padding:0!important;}
.vmgroup_new2  ul li                   { display: block; float: none; padding: 1px 0 0 0; min-height: auto; width: 100%; overflow:hidden; margin: 0 0 0 0; border:none; background:none; border-top:none; }
.vmgroup_new2  ul li  .product-box      { border:none; width:184px; text-align:left; float:left; min-height:0px; margin-left:4px; margin-bottom:0px; padding:0px 0 25px 0; background:none; position:relative;}

.new { display:none;}
.vmgroup_new2 .new {}
.vmgroup_new2   ul li .browseImage { text-align:center;height:61px; width:61px; overflow:hidden; position:relative; float:left; margin-right:15px;}
.vmgroup_new2   ul li .browseImage img { text-align:center; width:61px; height:61px;}

.vmgroup_new2   ul li .fleft { float:left; width:108px;}

.vmgroup_new2   ul li .cat {margin:0 0 0 0; text-align:left; padding:11px 0 0 0px; margin-bottom:-1px; display:none;}

.vmgroup_new2   ul li .cat a { color:#a0a0a0; font:normal 16px/22px Arial, Helvetica, sans-serif; text-decoration:none; display:inline-block; text-transform:none;}
.vmgroup_new2   ul li .cat a:hover { color:#121212; text-decoration:none;}


.vmgroup_new2   ul li .Title {margin:-2px 0 0 0; text-align:left; padding:0px 0px 0 0px; min-height:40px;}
.vmgroup_new2   ul li .Title a { color:#3e3e3e; font:normal 13px/20px Arial, Helvetica, sans-serif;  text-decoration:none; display:block; text-transform:none;}
.vmgroup_new2  ul li .Title a:hover { color:#b52220; text-decoration:none;}

.module_new2  .Details { float:right; width:66px; padding-top:7px; float:left; margin-left:6px;}
.module_new2  .Details a { font:bold 12px/24px Arial, Helvetica, sans-serif; text-transform:lowercase; display:inline-block; background:none; color:#a2a2a2; width:64px; height:24px; text-align:center; text-decoration:none; border:1px solid #d1d1d1; border-radius:2px;}
.module_new2  .Details a:hover { background:#000; color:#fff;border:1px solid #000;}

.vmgroup_new2  ul li .Price .WithoutTax , .vmgroup_new2  ul li .Price .discount { display:none;}


.vmgroup_new2  ul li .Price { color:#3e3e3e; font:bold 13px/20px Arial, Helvetica, sans-serif; border-bottom:none; text-align:left; padding:8px 0 0 0px;   z-index:99; float:none; margin-top:-1px;}

@-moz-document url-prefix() {
  #content .module_new2  .addtocart-bar2 input.addtocart-button { padding-bottom:2px;}
}



/* ------------------------------------- end module_new2 --- */

 .contacts .module_manufacturers { margin-bottom:0; display:none;}
.module_manufacturers{  border:none; padding:0; margin-bottom:10px; border-radius:0px; position:relative; box-shadow:0px 3px 5px #dfdede; background:#fff;border-radius:6px; }

.module_manufacturers h3 { margin-bottom:0px; }
.module_manufacturers .boxIndent {  padding:1px 0 2px 0px; border:none; border-radius:0 0 6px 6px; background:url(../images/box_bg.gif) left top repeat-x;}

.module_manufacturers ul { margin:0!important; padding:0!important; list-style-type:none;}
.module_manufacturers ul li { font:bold 14px/32px Arial, Helvetica, sans-serif; float:none;  position:relative;  padding:0px 10px 0px 14px; height:auto; background:none; text-transform:none; border-top:1px solid #e5e5e5;  } 
.module_manufacturers ul:first-child li { border:none;}
.module_manufacturers ul li a {  color:#313131; text-decoration:none; padding:0;  display:inline-block; background:none;}
.module_manufacturers ul li a:hover { color:#e41270;}

/* ------------------------------------- end module_manufacturers --- */


/*
    anythingSlider v1.0
    
    By Chris Coyier: http://css-tricks.com
    with major improvements by Doug Neiner: http://pixelgraphics.us/
    based on work by Remy Sharp: http://jqueryfordesigners.com/
*/

.wrapper-slide { overflow:hidden;}
#slider {
	width: 720px;
	height: 580px;
	list-style: none;
	/* Prevent FOUC (see FAQ page) and keep things readable if javascript is disabled */
	overflow-y: auto;
	overflow-x: hidden;
}

/***********************
  COMMON SLIDER STYLING
 ***********************/
/* Overall Wrapper: 45px right & left padding for the arrows, 28px @ bottom for navigation */
div.anythingSlider {
	display: block;
	margin: 0 auto;
	overflow: visible !important; /* needed for Opera and Safari */
	position: relative;
	padding: 0;
	margin-left:-10px;
}
/* anythingSlider viewport window */
div.anythingSlider .anythingWindow {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
}
/* anythingSlider base (original element) */
.anythingBase {
	background: transparent;
	list-style: none;
	position: absolute;
	overflow: visible !important;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}
/* all panels inside the slider */
.anythingBase .panel {
	background: transparent;
	display: block;
	overflow: hidden;
	float: left;
	padding: 0;
	margin: 0;
}
.anythingBase .panel.vertical {
	float: none;
}

/* hide text, target the span so IE7 doesn't text-indent the link */
#slider li                   { display: block; float: left; padding: 0; min-height: 550px; width: 720px; margin: 0 0 0 0px; border:none; overflow:hidden; }
#slider ul li  .product-box      { border:1px solid #eee; width:228px; text-align:left; float:left; min-height:262px; margin:0; margin-right:10px; margin-bottom:10px; padding:6px 0 0 0;

}
.anythingSlider .arrow                  { display: block; height: 30px; width: 30px; background: url(../images/virtuemart/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; bottom: 1px; cursor: pointer; }
.anythingSlider .forward                { background-position: right bottom; right: 10px; }
.anythingSlider .back                   { background-position: left top; left: 10px; }
.anythingSlider .forward:hover          { background-position: right top; }
.anythingSlider .back:hover             { background-position: left  bottom; }

.anythingSlider .thumbNav                               { position: absolute; right:20px; top: -58px; text-align: center; overflow:hidden; width:auto; }
.anythingSlider .thumbNav li { margin:0; padding:0; float:left; width:19px; height: 36px;margin-left:3px;}
.anythingSlider .thumbNav a                             { text-indent:-9999px; display:inline-block; padding:0;  width:19px; height: 36px; margin: 0 0 0 0; text-align: center; text-decoration:none;
background:url(../images/virtuemart/bullets.png) right top no-repeat;  }
.anythingSlider .thumbNav a:hover , .anythingSlider .thumbNav a.cur                       { background-position:left top; }

.start-stop                             { color: #575656; font:normal 13px/28px Arial, Helvetica, sans-serif; padding: 2px 5px; width: 40px; text-align: center; position: absolute; right: 45px; bottom:-4px; 
text-decoration:none; display:block; }
#start-stop.playing  , #start-stop:hover    { text-decoration: underline; }

/*
  Prevents
*/
.anythingSlider .wrapper-box ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .wrapper-box ul ul li       { float: none; height: auto; width: auto; background: none; }

/* ------------------------------------- end module_special slider --- */

