﻿/* classes for our ProductRotator user control */
/* ProductRotator classes - header, pager, etc */
.product-rotator-header-row, .product-rotator-header-row td
{
	background-image: url('images/bar_tan_753x36_category.gif');
	background-position: 0 0;
	background-repeat: repeat-x;
	margin: 0;
	padding: 5px;
	border-collapse: collapse;
}

.product-rotator-header
{
	font-size: 18px;
	color: #858c01;
}

.product-rotator-separator
{
	vertical-align: middle;
	margin: 0px 10px; 
	/*	
	background-image: url('images/line_tan_1x18_middle_category.gif'); 	
	background-repeat: no-repeat;
	*/
	background-color: #dcd3cb;
	display: -moz-inline-box;
	display: inline-block;
	height: 18px;
	width: 1px;
}

.pager-count
{
	font-weight: bold;
	font-size: 10px;
	color: #614d36;
	margin-left: 12px;
	margin-right: 12px;
}

.pager-viewall
{
	font-weight: bold;
	font-size: 10px;
	color: #858c01;
}

.pager-button
{
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 16px;
	width: 17px;
	display: -moz-inline-box;
	display: inline-block;
	text-decoration: none;
}

.pager-button .right
{
	background-image: url('images/btn_brwn_nav_17x16_right.gif');
}

.pager-button .left
{
	background-image: url('images/btn_brwn_nav_17x16_left.gif');
}

.pager-button:hover
{
	text-decoration: none;
	filter: alpha(opacity=80);
	opacity: .8;
	-moz-opacity: .8;
}

.pager-button .disabled
{
	filter: alpha(opacity=50);
	opacity: .5;
	-moz-opacity: .5;
}

.product-rotator-wrapper
{
	margin: 0px;
	padding: 9px 0px 0px 0px;
	vertical-align: top;
	height: 225px;
}

/* rotator classes - used inside the RadRotator template */
.rotator-item-table
{
	text-align: center;
	width: 165px;
	height: 204px;
	border-right: solid 1px #e1e1e1;
	border: none;
}
.rotator-item-table-left
{
	text-align: center;
	width: 165px;
	height: 204px;
	border-right: solid 1px #e1e1e1;
	border-left: solid 1px #e1e1e1;
	border: none;
}

.rotator-item-image-cell
{
	height: 140px;
	padding: 10px 0px 0px 0px;
	margin: 0px;
	vertical-align: top;
}

.rotator-item-name-cell
{
	padding: 10px 15px;
	vertical-align: top;
}

.rotator-link
{
	font-weight: bold;
	font-size: 10px;
	color: #858c01;
}

.rotator-price
{
}

.rotator-info
{
	font-size: 10px;
	color: #614d36;
}


/* classes for RadRotator */
/* new styles */
.RadRotator
{
	visibility: hidden;
}

.rrRelativeWrapper
{
	position: relative;
	margin: 0 !important; /*MUST BE 0 for proper rendering*/
}

.rrClipRegion
{
	width: 100%;
	height: 100%; /* We change the width and height from the code, and then this setting becomes active! */
	overflow: hidden;
	position: absolute;
}

/*================== The list ========================*/

.rrClipRegion .rrItemsList
{
	float: left;
	padding: 0;
	margin: 0;
	list-style: none !important;
}

.rrClipRegion .rrItemsList li
{
	float: left;
}

/* For vertical carousel, not set, width defaults to auto */
/* Note if you explicitly set width to auto, this might cause */
/* problems with Safari */

.RadRotator ul.rrVerticalList
{
	padding: 0;
	margin: 0;
	list-style: none !important;
}

.RadRotator .rrVerticalList li
{
	float: none;
	margin-bottom: 0px; /* Force the LI to respect the HEIGHT specified */
	overflow: hidden;
	display: block;
}

.rrButton
{
	font-size: 1px;
	text-indent: -9999px;
	display: block;
	position: absolute; /*Button size is defined here, we use margins to position them too */
	height: 15px;
	width: 15px;
	line-height: 15px; /* Very important for the layout!*/
	display: none;
	outline: none;
}

.rrButton:hover
{
	filter: alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
}

.rrButton.rrButtonUp
{
	background-position: 0 0;
	top: -15px;
	left: 50%;
	margin-left: -8px;
}

.rrButton.rrButtonRight
{
	background-position: 0 -15px;
	margin-top: -8px;
	right: -16px;
	top: 50%;
}

.rrButton.rrButtonDown
{
	background-position: 0 -30px;
	top: 100%;
	left: 50%;
	margin-left: -8px;
	margin-top: 1px;
}

.rrButton.rrButtonLeft
{
	background-position: 0 -45px;
	margin-top: -7px;
	left: -15px;
	top: 50%;
}

.rrButton.rrButtonDisabled
{
	filter: alpha(opacity=20);
	opacity: .2;
	-moz-opacity: .2;
}

.rrNoBorder .rrClipRegion
{
	border-width: 0px !important;
}

/* Needed because IE cannot position vertical LI items properly. In addition to this css, the UL's width needs to be EXPLICITLY set from code if IE or Safari */
html* .rrVerticalList li
{
	float: left !important;
}


/* new styles */
.RadRotator_EcoFlowers
{
	padding: 0px !important;
	margin: 0px !important;
}

.RadRotator_EcoFlowers .rrClipRegion
{
	width: 100%;
	height: 100%;
	margin: 0px !important;
	padding: 0px !important;
}

/*================== The list ========================*/

.RadRotator_EcoFlowers .rrClipRegion .rrItemsList
{
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
}

/* For vertical carousel, not set, width defaults to auto */
/* Note if you explicitly set width to auto, this might cause */
/* problems with Safari */

.RadRotator_EcoFlowers .rrButton
{
	background-image: url('Rotator/RotatorButtons.gif');
	background-repeat: no-repeat;
	height: 22px;
	width: 22px;
}

.RadRotator_EcoFlowers .rrButton.rrButtonRight
{
	background-image: url(Rotator/button_right.gif);
	background-position: 0 0;
	right: -40px;
}

.RadRotator_EcoFlowers .rrButton.rrButtonLeft
{
	background-image: url(Rotator/button_left.gif);
	background-position: 0 0;
	left: -40px;
}

.RadRotator_EcoFlowers .rrButton:hover
{
	filter: alpha(opacity=80);
	opacity: .8;
	-moz-opacity: .8;
}

.RadRotator_EcoFlowers .rrButton.rrButtonDisabled
{
	filter: alpha(opacity=20);
	opacity: .2;
	-moz-opacity: .2;
}

