@charset "utf-8";

/* CSS Document */
.ice-slideshow-candy { 
	position:relative;
	width:auto;
	padding:0;
	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 { 
			padding:0;
			clear:none;
			float:left;
			width:100%;
			white-space:normal;
			font-size:1.5em;
			margin:0}
		
		.ice-slideshow-candy .ice-main-wapper .ice-main-item .ice-description{
			padding:1em 3em 0;}
		
		.ice-slideshow-candy .ice-main-wapper .ice-main-item .ice-description img {
			float:right;
			margin:.2em 0 .8em 1em}	
			
/* item navigator */
.ice-navigator-wrapper .small_box {
	padding:0;}
	
	.ice-slideshow-candy .ice-navigator-wrapper { 
	position:relative;
	overflow:hidden;
	background:#F5F5F5;
	border:3px double #fff;
	margin:0}
	
	.ice-slideshow-candy .ice-navigator-outer  { 
		position:absolute; 
		right:0;
		top:0;
		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; }
			
				
				.ice-slideshow-candy  ul.ice-navigator li div {
					padding:.75em 1em }
					
				.ice-slideshow-candy .ice-navigator li .ice-title {
					 font-size:.9em;
					 font-family:Arial, Helvetica, sans-serif;
					 color:#777;
					 text-shadow:1px 1px 1px #fff;
					 line-height:1.7em;
					 clear:none;
					 font-weight:normal;
					 margin:0!important; }
					 
				.ice-slideshow-candy .ice-navigator li div img {	
					float:left;
					padding:5px;
					background:#fff;
					margin:0 .75em .75em 0 }
					
			.ice-slideshow-candy  ul.ice-navigator li:hover img,
			.ice-slideshow-candy  ul.ice-navigator li.active img {}
			
			.ice-slideshow-candy  ul.ice-navigator li.active {}
				
			.ice-slideshow-candy  ul.ice-navigator li.active .ice-title {
				color:#333}
			



/**
 * BUTTONS CONTROL
 */
.ice-slideshow-candy .ice-buttons-control{}
	
	.ice-slideshow-candy .ice-next, 
	.ice-slideshow-candy .ice-previous {
		background:url(../images/mod_icetabs/arrows.png) no-repeat;	
		width:61px;
		position:absolute;
		text-indent:-9999em;
		height:134px;
		top:17%;
		z-index:10;
		margin:0px;
		cursor:hand; 
		cursor:pointer;}
		
		.ice-slideshow-candy .ice-next {
			background-position:0 -268px;
			right:-35px;
			left:auto;}
			
		.ice-slideshow-candy .ice-previous {	
			background-position:0 0;
			left:-20px;
			right:auto;}
			
		.ice-slideshow-candy .ice-next:hover {
			background-position:0 -402px;}
			
		.ice-slideshow-candy .ice-previous:hover { 
			background-position:0 -134px}
/*
 * 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; }



/* 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;
	padding-top:.6em;
	text-align:center;
	height:100%;
	width:27%;
	margin-right:2%;}

.ice-addtocart {
	clear:left;
	padding-top:.75em;}
	
.ice-vmimagearea img {
	text-align:center;
	float:none!important;
	margin:0 0 1em!important;}
	
.ice-vmproductdesc {
	float:left;
	width:70%;
	text-align:left;}	
	
.ice-vmproductdesc ul {
	margin:0;
	padding:0}	

.addtocart_button_module {
	cursor:pointer;}		
	

	.ice-price {
		text-align:center;
		margin-bottom:1em;}
		
		.ice-price .productPrice	 {
			font-weight:bold;
			font-size:1.7em;
			line-height:1.4em;
			white-space: nowrap;}
			
		.ice-price .product-Old-Price {
			color:#99003C;
			text-decoration:line-through;}	
		
		.ice-price .productPrice_save {
			filter:alpha(opacity=65);
			-moz-opacity:0.65;
			-khtml-opacity: 0.65;
			opacity: 0.65;}	
			
