@charset "UTF-8";


.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}


.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}


.TabbedPanelsTab {
	
	float: left;
	padding: 7px 15px 5px 15px;
	margin: 0px 4px 0px 0px;
	font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold;
	background-color: #8bc9fe;
	list-style: none;
	border-bottom: dashed 1px #b0bd5d;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	color:#fff;
	text-shadow:#66acf3 0 2px;
	outline:none;
	text-transform:uppercase;
}


.TabbedPanelsTabHover {
	background-color: #a4b344;
}

.TabbedPanelsTabSelected {
	background:url(http://www.cloud360.net/skin/frontend/default/cloud360/images/spry-selected.jpg) repeat-x;
	border-bottom: 1px solid #fff;
	color:#1f201b;
	text-shadow:#eff6d6 0 2px;
	position: relative;
	top: 1px;
	outline:none;
}

/* This selector is an example of how to make a link inside of a tab button
 * look like normal text. Users may want to use links inside of a tab button
 * so that when it gets focus, the text *inside* the tab button gets a focus
 * ring around it, instead of the focus ring around the entire tab.
 */
.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}

/* This is the selector for the ContentGroup. The ContentGroup container houses
 * all of the content panels for each tabbed panel in the widget. For our
 * default style, this container provides the background color and borders that
 * surround the content.
 *
 * The name of the class ("TabbedPanelsContentGroup") used in this selector is
 * not necessary to make the widget function. You can use any class name you
 * want to style the ContentGroup container.
 */
.TabbedPanelsContentGroup {
	clear: both;
	border: dashed 1px #b0bd5d;
	background-color: #fff;
	float:left; 
	width:794px;
}

/* This is the selector for the Content panel. The Content panel holds the
 * content for a single tabbed panel. For our default style, this container
 * provides some padding, so that the content is not pushed up against the
 * widget borders.
 *
 * The name of the class ("TabbedPanelsContent") used in this selector is
 * not necessary to make the widget function. You can use any class name you
 * want to style the Content container.
 */
.TabbedPanelsContent {
	
}

/* This selector is an example of how to change the appearnce of the currently
 * active container panel. The class "TabbedPanelsContentVisible" is
 * programatically added and removed from the content element as the panel
 * is activated/deactivated.
 */
.TabbedPanelsContentVisible {
}

/* Vertical Tabbed Panels
 *
 * The following rules override some of the default rules above so that the
 * TabbedPanels widget renders with its tab buttons along the left side of
 * the currently active content panel.
 *
 * With the rules defined below, the only change that will have to be made
 * to switch a horizontal tabbed panels widget to a vertical tabbed panels
 * widget, is to use the "VTabbedPanels" class on the top-level widget
 * container element, instead of "TabbedPanels".
 */

/* This selector floats the TabGroup so that the tab buttons it contains
 * render to the left of the active content panel. A border is drawn around
 * the group container to make it look like a list container.
 */
.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	background-color: #EEE;
	position: relative;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}


.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}


.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #EEE;
	border-bottom: solid 1px #999;
}

.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}

.spry-tab-content{float:left; width:794px; padding:28px 0 32px 0;}

.spry-com-prodt {
float:left;

width:141px;
}

.inner-package-sub1 {

float:left;
padding:0 19px;
width:159px;
}
.spry-com-img {
float:left;
width:141px;
}

.spry-prod-desc {
float:left;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
padding-top:12px;
white-space:pre;
width:141px;
}

.spry-prod-desc span{font-weight:bold;}

.spry-prod-link {
float:left;
font-family:Arial,Helvetica,sans-serif;
font-size:10px;
padding-top:10px;
width:141px;
}
.inner-package-img1 {float:left; width:159px;}

.inner-package-txt1 {float:left; font-size:11px; padding-top:12px; width:159px;}

.inner-package-txt1  table td{
font-weight:normal;
text-align:left;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
vertical-align:text-top;
padding-left:2px;

}
.inner-package-txt1 .regular-price .price {
color:#4D4D4D;
font-size:12px;
font-weight:bold;
}
.inner-more-lft1 {
background-color:#EEEEA1;
display:inline;
float:left;
padding:0 5px;
width:98px;
font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#4d4d4d;
height:17px;
}


.spry-prod-link span{display:inline; width:76px; float:left; background-color:#eeeea1; padding:2px 5px;}

.spry-prod-link a{display:inline; float:left;}


