@charset "utf-8";

/* CSS Document */
.ice-slideshow-candy { 
	position:relative;
	-moz-border-radius:3px; 
	-webkit-border-radius:3px;    
	border-radius:3px;   
	background:#ececee;
	width:auto;
	padding:35px 75px 0 75px;
	height:auto;
	box-shadow:0 0 6px #664F9F;
	-moz-box-shadow:0 0 2px #664F9F;
	-webkit-box-shadow:0 0 2px #664F9F;
	}
	.ice-slideshow-candy .orden{ 
		width:200px;
		height:68px;
		position:absolute;
		top:-5px;
		left:-5px;
		z-index:10;
		background:url(orden.png) no-repeat;
		line-height:48px;
		color:#000;
		font-size:21px;
		padding-left:60px;
	}
	.ice-slideshow-candy li {
		list-style-type:none!important;	}
		
/* main flash */
.ice-slideshow-candy .ice-main-wapper{ 
	overflow:hidden;
	position:relative;}
	
	.ice-slideshow-candy .ice-main-wapper .ice-main-item { 
		overflow:hidden;
		padding:0px;
		margin:0px; 
		height:100%;
		width:100%;
		position:absolute;}
		
		.ice-slideshow-candy .ice-main-wapper .ice-main-item h3.ice-title { 
			line-height:1.6em;
			padding:0;
			text-shadow:1px 1px 1px #fff;
			margin:0 0 .25em;}
		
		.ice-slideshow-candy .ice-main-wapper .ice-main-item h3.ice-title a{
		color:#6947a7;
		text-decoration:underline;
		}
		.ice-slideshow-candy .ice-main-wapper .ice-main-item .ice-description{
			text-shadow:0px 1px 1px #fff;
			text-align:center;}
			.ice-pprice{
			color:#df45e0;
			font-weight:bold;
			}
		/*
		.ice-slideshow-candy .ice-main-wapper .ice-main-item .ice-description img {
			float:left;
}	*/
			
/* item navigator */
.ice-slideshow-candy .ice-navigator-wrapper { 
	position:relative;}
	
	.ice-slideshow-candy .ice-navigator-outer  { 
		position:absolute; 
		right:0;
		top:0px;
		z-index:3;
		height:300px;
		width:310px;
		overflow:hidden }
		 
		.ice-slideshow-candy  ul.ice-navigator { 
			top:0;
			padding:0; 
			margin:0;
			position:absolute;
			width:100%;}
			
			.ice-slideshow-candy  ul.ice-navigator li { 
				cursor:hand;
				cursor:pointer;
				list-style:none!important;
				width:100%;
				padding:0!important;
				margin:0!important;
				background:#246F90 url(tab_gradient.png) repeat-x top left  }
			.ice-slideshow-candy  ul.ice-navigator li:hover {
				background-color:#28576B}
				
				.ice-slideshow-candy  ul.ice-navigator li div {
					padding:1em 1.25em;}
					
				.ice-slideshow-candy .ice-navigator li .ice-title {
					 font-size:1em; 
					 color:#fff;
					 text-shadow:0px 1px 1px #000;
					 font-weight:normal;
					 margin:0!important; }
					 
				.ice-slideshow-candy .ice-navigator li div img {	
					float:left;
					margin:0 .75em .75em 0 }
					
			.ice-slideshow-candy .ice-navigator li.active {
				 background-color:#28576B; }


/**
 * BUTTONS CONTROL
 */
.ice-slideshow-candy .ice-buttons-control{}
	
	.ice-slideshow-candy .ice-next, 
	.ice-slideshow-candy .ice-previous {
		background:url(arrows.png) no-repeat;	
		width:36px;
		position:absolute;
		text-indent:-9999em;
		height:36px;
		top:42%;
		z-index:10;
		margin:0px;
		cursor:hand; 
		cursor:pointer;}
		
		.ice-slideshow-candy .ice-next {
			background-position:0 -36px;
			left:auto;
			right:10px;}
			
		.ice-slideshow-candy .ice-previous {	
			background-position:0 0;
			left:10px;
			right:auto;}
			
/*
 * css for override move the main wapper to the right side 
 */
 /* RIGHT ALIGMENT */
.ice-right-sl-candy .ice-navigator-wrapper { float:right; }
.ice-right-sl-candy .ice-main-wapper		  { margin-left:auto; margin-right:inherit; float:right }
.ice-right-sl-candy .ice-navigator-outer   { position:relative }
 /* LEFT ALIGMENT */
.ice-left-sl-candy .ice-navigator-wrapper { float:left; }
.ice-left-sl-candy .ice-main-wapper		 { margin-left:auto; margin-right:inherit; float:left }
.ice-left-sl-candy .ice-navigator-outer	 { position:relative }
				 
 /* TOP, BOTTOm ALIGMENT */
.ice-top-sl-candy .ice-navigator-outer,  .ice-bottom-sl-candy .ice-navigator-outer{ position:relative; float:left }
.ice-top-sl-candy .ice-navigator, 	    .ice-bottom-sl-candy .ice-navigator 		{ width:9999em !important }
.ice-top-sl-candy .ice-navigator li,     .ice-bottom-sl-candy .ice-navigator li 	{ display:block; float:left; background-image:url(tab_gradient_1.png)!important; background-position:left top!important; background-repeat:repeat-y!important }



/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clearfix:after,  .container:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;}

.clearfix { display: inline-block; }   

* html .clearfix { height: 1%; }

.clearfix { display: block; }



/* VirtueMart Mode */
.ice-vmimagearea {
	float:left;
	height:100%;
	position:relative;
	overflow:hidden}

.ice-addtocart {
	clear:left;}
	
.ice-vmproductdesc {
	float:left;
	padding-left:15px;
	text-align:left;}	
	
.ice-vmproductdesc ul {
	margin:0;
	padding:0}	

.addtocart_button_module {
	cursor:pointer;}	
