<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* CSS Document */
.ice-slideshow-candy { 
	position:relative;
	/*-moz-border-radius:10px; 
	-webkit-border-radius:10px;*/  
	border:2px solid #fff;
	/*background:#DCDFE4 url(texture.jpg) no-repeat top center;*/
	width:auto;
	/*padding:15px 25px;*/
	height:auto;}
	
.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 .ice-description{
			/*padding:1em 1.25em;*/
			/*text-shadow:0px 1px 1px #fff;*/}
		
		.ice-slideshow-candy .ice-main-wapper .ice-main-item .ice-description img {
			float:left;
			margin:.2em 1em .8em 0}	
			
/* item navigator */
.ice-slideshow-candy .ice-navigator-wrapper { 
	position:relative;margin-left:-283px;
	}
	
	.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:10px 10px 0px 0px !important;
				background:url(slide-show-bg.gif) top left  !important;
				border:0px solid red;}
			.ice-slideshow-candy  ul.ice-navigator li:hover {
				}
				
				.ice-slideshow-candy  ul.ice-navigator li div {
					padding:.5em 0.5em;}
					
				.ice-slideshow-candy .ice-navigator li .ice-title {
					 font-size:1.1em; 
					 color:#b60000;
					 font-weight:bold; 					 
					  margin:0!important; text-transform:capitalize;}
					 .ice-des{ padding:0px !important;margin:0px !important; position:relative;  text-align:left; color:#5f5f5f; border:0px solid red;}
					 
				.ice-slideshow-candy .ice-navigator li div img {	
					float:left;
					margin:0 .75em .75em 0 }
					
			.ice-slideshow-candy .ice-navigator li.active { 
				  }
.ice-slideshow-candy ul.ice-navigator li div .ice-des p img{float:left; clear: both;
    *display: none;
    float: left;}
	.ice-slideshow-candy ul.ice-navigator li div .ice-des p{ *float:right; color:#5f5f5f; font-size:12px;}

/**
 * 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:25px;
		position:absolute;
		text-indent:-9999em;
		height:50px;
		top:42%;
		z-index:10;
		margin:0px;
		cursor:hand; 
		cursor:pointer;}
		
		.ice-slideshow-candy .ice-next {
			background-position:0 -100px;
			left:auto;
			right:-1px;}
			
		.ice-slideshow-candy .ice-previous {	
			background-position:0 0;
			left:-1px;
			right:auto;}
			
		.ice-slideshow-candy .ice-next:hover {
			background-position:0 -150px;}
			
		.ice-slideshow-candy .ice-previous:hover { 
			background-position:0 -50px}
/*
 * 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{ float: left;
    margin-left: 7px;
    position: relative;
    width: 901px !important;  _width:890px !important; }
.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-vmimagearea img {
	padding-bottom:2em;}
	
.ice-vmproductdesc {
	float:left;
	padding-left:15px;
	text-align:left;}	
	
.ice-vmproductdesc ul {
	margin:0;
	padding:0}	

.addtocart_button_module {
	cursor:pointer;}	</pre></body></html>