
/*  -------------------- start subview-articlestable  -------------------- */
.articlesTable caption {
	padding: 2px 20px;
	margin: 10px 0;
	text-align: left;
	background-color: #e8dff6;
	color: #8b6fb0;
	font-weight: bold;
	font-size: 12pt;
}
table.articlesTable  {
	width: 100%;
	background-color: white;
	border-collapse: collapse;
}
table.articlesTable td {
	padding-left: 10px;
	vertical-align: top;
}
/*  -------------------- end subview-articlestable  ---------------------- */

/*  -------------------- start subview-boxes  -------------------- */


.box {
	margin-bottom: 20px;
}

.orange, .orange h1, .orange h2, .orange h3, .orange h4, .orange p, .orange div   {
	color: #925F10;
}
.box.orange .innerbox{
	background-color: #fbdaa3;
	padding: 10px;
}
.orange hr {
	color: #fbdaa3; 
	background-color: #fbdaa3; 
	border: 2px none #F39220; 
	border-style: none none dotted; 
}

.grey, .grey h1, .grey h2, .grey h3, .grey h4, .grey p, .grey div   {
	color: #777777;
}
.box.grey .innerbox{
	background-color: #f1f1f1;
	padding: 10px;
}
.grey hr {
	color: #f1f1f1; 
	background-color: #f1f1f1; 
	border: 2px none #e0e0e0; 
	border-style: none none dotted; 
}

.violet, .violet h1, .violet h2, .violet h3, .violet h4, .violet p, .violet div   {
	color: #4e466a;
}
.box.violet .innerbox{
	background-color: #e8dff6;
	padding: 10px;
}
.violet hr {
	color: #e8dff6; 
	background-color: #e8dff6; 
	border: 2px none #8b6fb0; 
	border-style: none none dotted; 
}

.fg-orange.light {
	color: #fbdaa3;
}
.fg-orange.regular {
	color: #F39220;
}
.fg-orange.dark {
	color: #925F10;
}

.fg-grey.light {
	color: #f1f1f1;
}
.fg-grey.regular {
	color: #e0e0e0;
}
.fg-grey.dark {
	color: #777777;
}

.fg-violet.light {
	color: #e8dff6;
}
.fg-violet.regular {
	color: #8b6fb0;
}
.fg-violet.dark {
	color: #4e466a;
}

.vbox, .gbox {
	margin-bottom: 20px;
	float: left;
}
	.vbox .innerbox, .gbox .innerbox {
		margin: 5px;
	}
.vbox {
	background-color: #e8dff6;
}
	.vbox h3 {
		padding: 5px;
	}
	.vbox h3.opened, .vbox h3.closed {
		margin-left: 10px;
		padding-left: 30px;
		background-repeat: no-repeat;
		background-position: 0px 10px;
	}
	.vbox h3.opened {
		background-image: url(http://static.festaexpress.com/jpg/site/layout/vbox-opened.png);
	}
	.vbox h3.closed {
		background-image: url(http://static.festaexpress.com/jpg/site/layout/vbox-closed.png);
	}
	.vbox h4 {
		font-size: 12pt;
	}
	.vbox .innerbox {
		background-color: white;
		padding: 10px;
		margin-top: 0px;
	}
.gbox {
	border: 1px solid #e0e0e0;
	background-color: white;
}
	.gbox h3 {
		background-color: #f1f1f1;
		color: #4e466a;
	}
		.gbox h3 {
		padding: 5px 5px 2px 5px;
		margin-bottom: 10px;
	}
	.gbox h4 {
		padding: 10px 5px 5px 5px;
	}
	.gbox li 
	{
		font-size: 110%;
		margin-bottom: 10px;
	}

.darkbox
{
	background-color: #f1f1f1
}
	.darkbox h2 {
		padding: 10px;
	}
	.darkbox .innerbox {
		padding: 10px;
	}
/*  -------------------- end subview-boxes  ---------------------- */

/*  -------------------- start subview-breadcrumbs  -------------------- */
#breadcrumbs li {
	float: left;
	padding: 5px;
	background-color: #e8dff6;
	height: 1.4em;
}
#breadcrumbs li.active {
	background-color: #F39220;
}
#breadcrumbs li.active, #breadcrumbs li.active a {
	color: White;
	font-weight: bold;
}
#breadcrumbs li.intro {
	background-color: transparent;
}
/*  -------------------- end subview-breadcrumbs  ---------------------- */

/*  -------------------- start subview-clickable  -------------------- */
.clickable, .ui-state-default, .ui-widget-content .ui-state-default {
	background-image: url('http://static.festaexpress.com/jpg/site/layout/button-regular.gif');
	background-color: #F39220;
	background-repeat: x;
	color: White;
	font-weight: bold;
	border: 1px solid #925F10;
	padding: 1px 5px;
	outline: none; 
	background-position: top left;
}
.clickable.clickable-hover, .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus  {
	background-position: bottom left;
	text-decoration: none;
}
.clickable.small {
	background-image: url('http://static.festaexpress.com/jpg/site/layout/button-small.gif');
	padding: 0px;
	white-space: nowrap;
	font-size: 7pt;
}
a.clickable.small {
	padding: 1px 5px;
	cursor: default;
}
/*  -------------------- end subview-clickable  ---------------------- */

/*  -------------------- start subview-contentTopStrip  -------------------- */
#contentTopStrip {
	margin-top: 5px;
	height: 37px; /* height of site blindado button plus 8pt in px*/
	overflow: visible;
}

#contentTopStrip * {
	font-size: 8pt;
	color: #8b6fb0
}

#contentTopStrip a {
	text-decoration: underline;
}

#contentTopStrip > div {
	vertical-align: middle;
}

#mainBreadCrumbs {
	line-height: 8pt;
}

#mainBreadCrumbs div {
	display: inline;
	vertical-align: baseline;
}

#mainBreadCrumbs span.breadcrumbNode {
	padding-left: 0.3em;
}
/*  -------------------- end subview-contentTopStrip  ---------------------- */

/*  -------------------- start subview-formtable  -------------------- */
table.formTable {
	width: 100%;
	background-color: white;
	border-collapse: collapse;
}
table.formTable td {
	padding-left: 10px;
	padding-bottom: 5px;
}
/*  -------------------- end subview-formtable  ---------------------- */

/*  -------------------- start subview-head  -------------------- */
#head {
	height: 100px;
}
div.logo{
	background-image: url(http://static.festaexpress.com/jpg/site/layout/logo-festaexpress-header.png);
	background-repeat: no-repeat;
	background-position: 20px 0px;
	background-color: transparent;
	height: 95px;
	padding-bottom: 0px;
}
div.logo span{
	display: none;
}
div.logo a {
	display: block;
	outline: 0;
	height: 75px;
}
#top-services
{
	font-weight: bold;
	color: #e0e0e0;
}
#top-services ul {
	position relative;
	height: 18px;
}
#top-services ul li{
	display: inline;
	margin-right: 10px;
	padding-left: 22px;
	padding-bottom: 3px;
	padding-top: 2px;
	font-size: 95%;
}
#top-services a {
	color: #777777;
}
#item-topnav-help,
#item-topnav-profile,
#item-topnav-tracking,
#item-topnav-contact{
	height: 18px;
	background-repeat: no-repeat;
}
#item-topnav-help {
	background-image: url(http://static.festaexpress.com/jpg/site/layout/button-topnav-help.png);
}
#item-topnav-profile {
	background-image: url(http://static.festaexpress.com/jpg/site/layout/button-topnav-profile.png);
}
#item-topnav-tracking {
	background-image: url(http://static.festaexpress.com/jpg/site/layout/button-topnav-tracking.png);
}
#item-topnav-contact {
	background-image: url(http://static.festaexpress.com/jpg/site/layout/button-topnav-contact.png);
}
	#top-cart-info {
		width: 205px;
		margin-left: 20px;
	}
	
		#top-cart-info ul {
			background-image: url(http://static.festaexpress.com/jpg/site/layout/shoppingcart-header.png);
			background-repeat: no-repeat;
			height: 50px;
			width: 205px;
			font-weight: bold;
			font-size: 11pt;
		}
		
		#top-cart-info a {
			text-decoration: none;
			color: #fbdaa3;
		}
		
		#top-cart-info li {
			padding-top: 8px;
			float: left;
			text-align: center;
			color: #925F10;
		}
#claim{
	height: 50px;
	overflow: visible;
}
/*  -------------------- end subview-head  ---------------------- */

/*  -------------------- start subview-messages  -------------------- */
.messageList li.message {
	margin-bottom: 5px;
	padding: 5px;
	border: 1px solid;
}

.none {
	border-color: grey;
	color: Black;
	background-color: Gainsboro;
}
.hint {
	border-color: darkgreen;
	color: green;
	background-color: lightgreen;
}
.important {
	border-color: brown;
	color: brown;
	background-color: lightyellow;
}
.warning {
	border-color: red;
	color: red;
	background-color: #FFDFDF;
}
.error {
	border-color: red;
	color: black;
	background-color: #FFDFDF;
}
/*  -------------------- end subview-messages  ---------------------- */

/*  -------------------- start subview-navigation  -------------------- */
div.NavUnit {
	margin: 10px 0;
	background-color: #8b6fb0;
}
div.NavUnit * {
	color: white;
}
div.NavUnit  ul {
	overflow: auto;
}
div.NavUnit li.header {
	font-weight: bold;
	color: #e8dff6;
	margin-bottom: 10px;
	font-size: 110%;
}
div.NavUnit li.header ul{
	font-weight: normal;
}
div.NavUnit div.header {
	font-size: 13pt;
	font-weight: bold;
	padding: 7px;
	line-height: 13pt;
	color: white;
	cursor: default;
}
div.NavDiv .collapsible {
	height: 300px;
	overflow: auto;
}
div.NavDiv .collapsible li{
	padding: 0 0 0 10px;
}
div.NavDiv .collapsible li li{
	padding: 0px;
}
div.NavDiv li a {
	text-overflow: ellipsis-word;
	color: #e8dff6;
}
div.NavDiv .ui-icon{
	width: 19px;
	height: 19px;
	margin-right: 10px;
}	
div.NavDiv .nav-open{
	background-image: url(http://static.festaexpress.com/jpg/site/layout/accordeon-item-open.png);
}
div.NavDiv .nav-closed{
	background-image: url(http://static.festaexpress.com/jpg/site/layout/accordeon-item-closed.png);
}
div#commentMailFormDiv{
	margin-top: 10px;
	background-image: url(http://static.festaexpress.com/jpg/site/layout/infobox-central.png);
	background-repeat: no-repeat; 
	padding: 60px 10px 10px 10px;
	background-color: #f1f1f1;
}

.NavUnit .rounded-corners-top,
.NavUnit .rounded-corners-bottom {
	height: 3px;
	/*background-image: url(http://static.festaexpress.com/jpg/site/layout/navigation-rounded-corners.png);*/
	background-image: url(/images/layout/navigation-rounded-corners.png);
}
.NavUnit .rounded-corners-top {}
.NavUnit .rounded-corners-bottom {
	background-position: bottom;
}
/*  -------------------- end subview-navigation  ---------------------- */

/*  -------------------- start subview-ordertable  -------------------- */
.orderTable {
	border-collapse: collapse;	
	margin: 1px;
}
.orderTable, .orderTable th, .orderTable td 
{
	border-color: #8b6fb0;
	border-style: solid;
	border-width: 1px;
	background-color: white;
}
.orderTable th {
	padding: 10px;
}
.orderTable td
{
	padding: 5px;
	/*white-space: nowrap;*/
}
.orderTable td.articleName {
	white-space: normal
}
.orderTable .price {
	text-align: right;
}
.orderTable td.lineQuantity {
	text-align: center;
}
.innerbox .orderTable {
	width: 99.9%;
}
.orderTable .wrap {
	white-space: normal;
}
.orderTable tr.unselected td {
	background-color: #f1f1f1;
	color: neutral;
}
.orderTable td.articleImage {
	background-repeat: no-repeat; 
	padding-left: 120px; 
	height: 120px;
}
/*  -------------------- end subview-ordertable  ---------------------- */

/*  -------------------- start subview-paginator  -------------------- */
ul.paginator {
	color: #e0e0e0;
}
ul.paginator li{
	display: inline;
}
ul.paginator a{
	text-decoration: none;
	vertical-align: middle;
	padding: 3px;
	color: #777777;
}
ul.paginator a:hover{
	text-decoration: underline;
}
ul.paginator a.selected{
	font-weight: bold;
	color: white;
	background: #777777;
}


/*  -------------------- end subview-paginator  ---------------------- */

/*  -------------------- start subview-partycalculator  -------------------- */

#party-calculator {
	background-color: #b19dc9;
}
#party-calculator p {
	line-height: 1em;
	padding: 5px;
	text-align: center;
	font-size: 9pt;
}
#party-calculator .pcStep {
	background: transparent url(http://static.festaexpress.com/jpg/site/layout/party-calculator-step-background.png) no-repeat top center;
	height: 57px;
	text-align: center;
	padding: 10px 10px 0 10px;
}
.pcStep label {
	font-weight: bold;
	width: 85px;
	display: block;
	float: left;
}
.pcStep .spinner {
	float: left;
	margin-top: 5px;
}

body.home #party-calc-container {
	position: relative;
	right: 10px;
}
/*  -------------------- end subview-partycalculator  ---------------------- */

/*  -------------------- start subview-searchform  -------------------- */
#searchForm input.searchform-text-input {
	color: #e0e0e0;
	float: left;
	width: 330px;
	height: 16px;
}
#searchForm input {
	padding: 5px;
	height: 28px;
	line-height: 18px;
}
/*  -------------------- end subview-searchform  ---------------------- */

/*  -------------------- start subview-spinner  -------------------- */
.spinner {
	display: inline-block; 
	vertical-align: middle;
}
.spinner button {
	width: 10px;
	height: 1.5em;
	background-repeat: no-repeat;
	background-position: 0px 5px;
	background-color: transparent;
	float: left;
	cursor: hand;
	border-width: 0px;
	margin: 0px 2px;
	outline: none;
}
.spinner button.spinUp {
	background-image: url(http://static.festaexpress.com/jpg/site/layout/orange-spinner-up.png);
}
.spinner button.spinDown {
	background-image: url(http://static.festaexpress.com/jpg/site/layout/orange-spinner-down.png);
}
.spinner button span{
	display: none;
}
.spinner input {
	height: 1.3em;
	float: left;
	border: 1px solid #fbdaa3;
	width: 2.5em;
	text-align: right;
	padding: 0.1em;
}
.spinner button::-moz-focus-inner,
.spinner input[type="reset"]::-moz-focus-inner,
.spinner input[type="button"]::-moz-focus-inner,
.spinner input[type="submit"]::-moz-focus-inner,
.spinner input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: none;
}
.spinnerMinValue {
	display: none;
}
/*  -------------------- end subview-spinner  ---------------------- */

/*  -------------------- start subview-slideshow  -------------------- */


#slideshow{
	width: 350px;
	height: 350px;
}
	#slideshow div{
		overflow: hidden
	}
	#slideshow-nav{
		width: 100%;
		position: relative;
		top: -30px;
		z-index: 9999;
		border-collapse: collapse;
	}
		#slideshow-title{
			text-align: center;
		}
		#slide-prev{
			text-align: left;
		}
		#slide-next{
			text-align: right;
		}	
	#slideshow-images{
		height: 350px;
	}
		#slideshow-images img{
			height: 350px;
			width: 350px;
		}
/*  -------------------- end subview-slideshow  ---------------------- */

/*  -------------------- start subview-theme  -------------------- */
/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://ui.jquery.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* Component containers
----------------------------------*/
/*
.ui-widget { 
	font-family: Helvetica, Arial, sans-serif; 
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { 
	font-family: Helvetica, Arial, sans-serif; 
}*/
.ui-widget-header { 
	border: 1px solid #e78f08; 
	background: #fbdaa3;
	color: #925F10; 
	font-weight: bold; 
}
.ui-widget-header a { 
	color: #925F10;
}
.ui-widget-content { 
	/*border: 1px solid #8b6fb0;*/
	border:none;
	background: #e8dff6;
	color: #4e466a;
}
.ui-widget-content a { 
	color: #8b6fb0;
}

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default { 
	/*border: 1px solid #F39220; */
}
.ui-state-default a { 
	color: #925F10; 
	text-decoration: none; 
	outline: none; 
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus 
{ 
	/*border: 1px solid #8b6fb0;*/
}
.ui-state-hover a , .ui-state-hover h4 a :hover{ 
	color: #e8dff6; 
	text-decoration: none; 
	outline: none; 
}
.ui-state-active, .ui-widget-content .ui-state-active { 
	/*border: 1px solid #8b6fb0;*/
	border: none;
	background: #e8dff6;
	font-weight: bold; 
	color: #4e466a; 
	outline: none; 
}
.ui-state-active a { 
	color: #4e466a;
	outline: none;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight {
	border: 1px solid #fed22f; 
	background: #ffe45c;
	color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error {
	border: 1px solid #cd0a0a; 
	background: #b81900;
	color: #ffffff; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text { color: #ffffff; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(http://static.festaexpress.com/jpg/site/theme/ui-icons_4E466A_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(http://static.festaexpress.com/jpg/site/theme/ui-icons_4E466A_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(http://static.festaexpress.com/jpg/site/theme/ui-icons_FBDAA3_256x240.png); }
.ui-state-default .ui-icon { background-image: url(http://static.festaexpress.com/jpg/site/theme/ui-icons_D67E00_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(http://static.festaexpress.com/jpg/site/theme/ui-icons_E8DFF6_256x240.png); }
.ui-state-active .ui-icon {background-image: url(http://static.festaexpress.com/jpg/site/theme/ui-icons_8B6FB0_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(http://static.festaexpress.com/jpg/site/theme/ui-icons_ffffff_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(http://static.festaexpress.com/jpg/site/theme/ui-icons_cd0a0a_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; }
.ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; }
.ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-top { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-right {  -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-left { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; }
.ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; }

/* Overlays */
/*.ui-widget-overlay { background: #000; opacity: .50; filter:Alpha(Opacity=50); }*/
.ui-widget-shadow { margin: -5px 0 0 -5px; padding: 5px; background: #000000 url(http://static.festaexpress.com/jpg/site/theme/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .20;filter:Alpha(Opacity=20); -moz-border-radius: 5px; -webkit-border-radius: 5px; }

/* Tabs
----------------------------------*/
.ui-tabs {
	/*padding: .2em;*/
}
.ui-tabs .ui-tabs-nav { 
	/*padding: .2em .2em 0 .2em;  */
	position: relative; }
.ui-tabs .ui-tabs-nav li { 
	float: left; 
	border-bottom: 0 !important; 
	margin: 0 .2em -1px 0;
	padding: 0; 
	list-style: none; 
}
.ui-tabs .ui-tabs-nav li a { 
	display:block; 
	text-decoration: none; 
	padding: .5em 1em; 
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {  padding-bottom: .1em; border-bottom: 0; }
.ui-tabs .ui-tabs-panel { padding: 1em 1.4em;  display: block; border: 0; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }
/* fex extensions for tabs*/
.ui-tabs .ui-widget-header, .ui-tabs {
	background-color: transparent;
	background-image: none;
	border: 0px none;
}
.ui-tabs .ui-tabs-panel{
	background-color: #e8dff6;
}

/* Accordion
----------------------------------*/
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
/* .ui-accordion li {display: inline;} */
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { 
	/*
	display: block; 
	font-size: 1em; 
	padding: 10px 10px 10px 20px; 
	*/ 
	color: white;
}
.ui-accordion .ui-accordion-header .ui-icon { 
	position: absolute;
	left: 11px;
	top: 19px;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content { 
	/*padding: 10px;*/
	border-top: 0;
	margin-top: -2px;
	position: relative;
	top: 1px;
	margin-bottom: 2px;
	overflow: auto;
	display: none;
}
.ui-accordion .ui-accordion-content-active { display: block; }

	
/* --------------------------------------------- jquery ui autocomplete ------------------------------------------------------------- */
.ui-autocomplete-results {
	border-style: solid;
	border-color: #4e466a;
	background-color: white;
	padding: 0px;
	border-width: 1px;
	overflow: hidden;
	z-index: 99999;
}
.ui-autocomplete-results ul {
	list-style-position: outside;
	list-style: none;
	width: 100%;
	padding: 0;
	margin: 0;
}
.ui-autocomplete-results li {
	margin: 0px;
	padding: 2px 5px;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	/* 
	it is very important, if line-height not set or set
	in relative units scroll will be broken in firefox
	*/
	line-height: 20px;
	overflow: hidden;
	cursor: default;
}
.ui-autocomplete-loading {
	background: white url('http://static.festaexpress.com/jpg/site/theme/indicator.gif') right center no-repeat;
}
/*.ui-autocomplete-odd {
	background-color: #e8dff6;
	color: #4e466a;
}*/
.ui-autocomplete-over {
	background-color: #8b6fb0;
	color: #e8dff6;
}

/* Dialog
----------------------------------*/
.ui-dialog { position: relative; padding: .2em; width: 300px; }
.ui-dialog .ui-dialog-titlebar { padding: .5em .3em .3em 1em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 0 .2em; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { border: 0; padding: .5em 1em; background: none; overflow: auto; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane button { float: right; margin: .5em .4em .5em 0; cursor: pointer; padding: .2em .6em .3em .6em; line-height: 1.4em; width:auto; overflow:visible; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
/*  -------------------- end subview-theme  ---------------------- */

/*  -------------------- start subview-tiles  -------------------- */

.tile {
	width: 120px;
	background-color: White;
	margin-bottom: 10px;
	/*margin-right: 84px;*/
	overflow: hidden;
}
.tile * {
	font-size: 8pt;
	text-align: center;
}
.tile a {
	display: block;
}
.tile a span{
	display: none;
}
.tile img {
	/*height: 120px;
	width: 120px;
	display: block;*/
	margin: 0 auto;
}
.tile div.info {
	background-color: White;
	border: 1px solid #e0e0e0;
	padding: 10px;
	position: absolute;
	width: 240px;
	font-size: 9pt;
	text-align: left;
}
.tile form  {
	margin-bottom: 2px;
}
/*  -------------------- end subview-tiles  ---------------------- */

/*  -------------------- start subview-toplinks  -------------------- */
#topLinks {
	margin: 10px 0 0 0;
}
#topLinks li{
	background-color: #8b6fb0;
	padding: 5px 10px 10px 10px;
	margin: 0;
}
#topLinks li a{
	color: #e8dff6;
}
/*  -------------------- end subview-toplinks  ---------------------- */

/*  -------------------- start subview-widths  -------------------- */

.main{
	width: 1200px;
	overflow: hidden;
	clear: both;
}
.col {
	float: left;
	width: 180px;
	/*overflow: hidden;*/
}

.col.span6 {
	width: 1180px;
}

.col.span6 .col.spanOneThird{
	width: 334px;
}
/*
cannot use this due to ie6 support, so I always assume a gutter
.col.span6 .col.spanOneThird.withGutter{
	width: 334px;
}*/

.col.span6 .col.spanTwoThirds{
	width: 708px;
}
/*.col.span6 .col.spanTwoThirds.withGutter {
	width: 688px;
}*/

.col.span5 {
	width: 980px;
}

.col.span5 .col.spanOneThird{
	width: 274px;
}
/*
cannot use this due to ie6 support, so I always assume a gutter
.col.span5 .col.spanOneThird.withGutter{
	width: 274px;
}*/

.col.span5 .col.spanTwoThirds{
	width: 588px;
}
/*.col.span5 .col.spanTwoThirds.withGutter {
	width: 568px;
}*/

.col.span4 {
	width: 780px;
}

.col.span4 .col.spanOneThird{
	width: 214px;
}
/*
cannot use this due to ie6 support, so I always assume a gutter
.col.span4 .col.spanOneThird.withGutter{
	width: 214px;
}*/

.col.span4 .col.spanTwoThirds{
	width: 468px;
}
/*.col.span4 .col.spanTwoThirds.withGutter {
	width: 448px;
}*/

.col.span3 {
	width: 580px;
}

.col.span3 .col.spanOneThird{
	width: 154px;
}
/*
cannot use this due to ie6 support, so I always assume a gutter
.col.span3 .col.spanOneThird.withGutter{
	width: 154px;
}*/

.col.span3 .col.spanTwoThirds{
	width: 348px;
}
/*.col.span3 .col.spanTwoThirds.withGutter {
	width: 328px;
}*/

.col.span2 {
	width: 380px;
}

.col.span2 .col.spanOneThird{
	width: 94px;
}
/*
cannot use this due to ie6 support, so I always assume a gutter
.col.span2 .col.spanOneThird.withGutter{
	width: 94px;
}*/

.col.span2 .col.spanTwoThirds{
	width: 228px;
}
/*.col.span2 .col.spanTwoThirds.withGutter {
	width: 208px;
}*/

.col.withGutter {
	margin-left: 20px;
}
.col.withGutterTop {
	margin-top: 20px;
}
.col.withGutterBottom {
	margin-bottom: 20px;
}
.col.spanMain {
	width: 1010px;
}

.dist {	margin: 10px; }
.dist-top {	margin-top: 10px; }
.dist-right { margin-right: 10px; }
.dist-bottom { margin-bottom: 10px; }
.dist-left { margin-left: 10px; }

.halfdist {	margin: 5px; }
.halfdist-top {	margin-top: 5px; }
.halfdist-right { margin-right: 5px; }
.halfdist-bottom { margin-bottom: 5px; }
.halfdist-left { margin-left: 5px; }

#childOutput{
	padding-bottom: 20px;
	background-color: white;
}
#content{
	width: 1000px;
}
#childOutput p {
	margin-bottom: 10px;
}
/*  -------------------- end subview-widths  ---------------------- */

/*  -------------------- start subview-categoriesselector  -------------------- */
body.categories-selector .filtered-category {
	display: inline-block;
	font-style: italic;
}

/*  -------------------- end subview-categoriesselector  ---------------------- */

/*Redefine html tags here*/
* {
	font-family: Helvetica, Sans-Serif;
}
div, p, form, img, ol, ul, input{
	font-size: small;
}
a{
	font-size: inherit;
	text-decoration: none;
	color: #4e466a;
}
a:hover{
	text-decoration: underline;
}
a img
{
	border: none;
}
body{
	background-repeat: repeat-x;
	background-image: url(http://static.festaexpress.com/jpg/site/layout/body-background.png);
	background-color: White;
	color: Black;
	width: 1220px
}
dl {
	margin: 0 0 0 0;
	padding: 10px 0;
}
dt {
	color: #4e466a;
	font-weight:bold;
	margin-top: 10px;
}
dd {
	padding-left: 10px
}
dl.compact dt {
	float: left;
	clear: both;
}
dl.compact dd {
	float: left;
}
form p
{
	margin: 0.1em 0;
	line-height: 1.5em;
}

hr
{
	clear: both;
	height: 1px;
	border: 0pt none;
	margin-top: 1em;
	margin-bottom: 0.5em;
}

label
{
}

label.error
{
	width: auto;
	color: Red;
	float: none;
	padding-left: 0.3em;
}

form p label
{
	width: 10em;
	float: left;
}

p
{
	clear: both;
}

li
{
	list-style-type: none;
	list-style-image: none;
	list-style-position: inside;
}

.bulleted
{
	padding-left: 1.5em;
}

ul.bulleted li
{
	list-style-type: disc;
	list-style-position: outside;
}

ol.bulleted li
{
	list-style-type: decimal;
	list-style-position: outside;
}

/*ProductsList*/
ol.ProductList
{
	margin: 0;
	padding: 0;
}

ol.ProductList li
{
	float: left;
	list-style-type: none;
}

/*Forms*/

input.Quant
{
	width: 1em;
	text-align: right;
}

/*Footer*/

#FooterLinks
{
	clear: both;
	padding: 1em;
}


#FooterLinks ul
{
	text-align: right;
}

#FooterLinks li
{
	display: inline;
	list-style-type: none;
	margin: 0 0 0 0.5em;
}

/*General Usage*/

.Price, .price
{
	white-space: nowrap;
	color: #8b6fb0
}
td.price {
	text-align: right;
	color: Black;
}

/* Forms */
input, textarea, button
{
	font-size: 9pt;
}

textarea.required, input.required
{
	font-style: italic;
}

/*popup*/

div.popup{
	font-size: 80%;
}
.condensed {
	line-height: 100%;
}
.smalltext, .smalltext *{
	font-size: 8pt;
}
.largetext{
	font-size: 120%;
}
.textblock{
	margin-bottom: 0.5em;
}
#statements
{
	height: 5em;
	border: 1px solid red;
	margin: 0;
	padding: 0;
}

#statements li
{
	color: red;
	list-style-type: none;
	padding: 5px;
	text-align: center;
	margin: 0;
	width: 190px;
}

.bold, bold *
{
	font-weight: bold;
}

.no-wrap
{
	white-space: nowrap;
}

.no-underline, .no-underline *
{
	text-decoration: none;
}
.small, .small *
{
	font-size: 8pt;
}

.tiny, .tiny *
{
	font-size: 6pt;
}

/* Layout */
*
{
	margin: 0px;
	padding: 0px;
}
h1, h1 a
{
	font-size: 16pt;
	padding-bottom: 1em;
	text-align: center;
}
h2, h2 a
{
	font-size: 13pt;
}
h3, h3 a, caption
{
	font-size: 11pt;
}
h4
{
	font-size: 10pt;
}
h1, h2, h3, h4, h1 a, h2 a, h3 a, h4 a
{
	margin-top: 0;
}
h1.main-title {
	padding-bottom: 10px;
	color: #8b6fb0;
}
#content
{
	clear:both;
	float: left;
	border-top: 4px solid #8b6fb0;
	border-right: 1px solid #8b6fb0;
}
#sidebar{
	padding: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #e0e0e0;
	background-color: White;
}
#sidebar h3{
	color: #777777;
}
#footer
{
	clear: both;
	text-align: center;
	font-weight: bold;
}
	#footer, #footer a {
		font-size: x-small;
		color: #777777;
	}
	#footer hr {
		width: 75%; 
		clear: both; 
		margin: 20px auto;
	}
	#footer ul li
	{
		display: inline;
		padding :0px;
		margin-right: 5px;
	}
	#footer-links a {
		text-transform: uppercase;
		margin: 0px 10px;
	} 
/* Special */
	
	div.info
	{
		border-width: 1px;
		border-style: solid;
		padding: 10px;
		position: absolute;
		width: 200px;
		border-color: #e0e0e0;
		background: White;
	}
.product-scroller
{
	/*height: 90px;*/
	padding: 10px 0;
	overflow: auto;
	margin-bottom: 10px;
}
.product-scroller-container .nav {
	padding: 10px;
}
ul.themeitems h3
{
	padding-left: 10px;
	margin: 0 0 10px 0;
}
.ui-tabs-nav li a span
{
	padding: 10px;
	text-align:center;
	display:block;
}
.ui-tabs-nav
{
}
.ui-tabs-nav ul
{
	margin: 0;
	padding:0;
}
div.ui-tabs-panel
{
	padding: 10px;
	margin-bottom: 10px;
	border-width: 0 4px 4px 4px;
	border-style: solid
}
div#tabcontainer {
	margin-top: 8px;
	margin-left: 10px;
}
.ui-tabs-loading em
{
	padding: 0 0 0 10px;
}
form {display:block;}
		
ul.headers
{
	list-style-type: none;
}

ul.headers li
{
	padding-bottom: 10px;
}

ul.headers li *
{
	display: inline;
}

ul.default ul li{
	padding-left: 20px;
	list-style-position:inside;
	list-style-type: inherit;
}


table.with-border {
	border-spacing: 10px;
	margin: -10px;
}
	table.with-border td {
		vertical-align: top;
		padding: 5px;
		border-width: 1px;
		border-style: solid;
		border-color: #e0e0e0;
		background-color: white;
}

.header-buyform {
	padding: 1px 1px 1px 10px;
}

.group-products-table {
	margin: -10px;
	margin-bottom: 10px;
	border-spacing: 10px;
}
.group-products-table caption {
	font-weight: bold;
	color: #8b6fb0;
	text-align: left;
	margin-bottom: 10px;
	padding: 10px;
}
.group-products-table th {
	padding-bottom: 10px;
}
.group-products-table td {
	width: 25%;
	vertical-align: top;
}
.group-products-table h4 {
	text-align: left;
}



.listImageSmall {
	height: 74px;
	width: 88px;
}

#searchResults .listImageSmall{
	float: left;
}
#boxVantagens ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
#boxVantagens li {
	padding-left: 35px;
	padding-top: 5px;
	height: 35px;
	background-image: url(http://static.festaexpress.com/jpg/site/layout/lory.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	font-weight: bold;
	font-size: large;
}
.old-price {
	text-decoration: line-through;
	text-transform: uppercase;
}
.ui-accordion-content li {
	padding-left: 10px;
}
li.odd {
	background-color: #977EB8;
}
.searchResults td *{
	vertical-align: top;
}

.centered {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#filter-form dl {
	border-color: #8b6fb0;
	border-style: dotted;
	border-width: 0 0 1px 0;
}


fieldset {
	background-color : #FFF;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #f1f1f1;
}
legend {
	font-weight: bold;
	color: #8b6fb0;
}
h1, h1 *, 
h2, h2 *,
h3, h3 *,
h4, h4 *,
caption
{
	color: #8b6fb0;
}

hr {
	background-color:#e0e0e0;
	color:#e0e0e0;
}

.CartTable td {
	border-color: #8b6fb0;
}

ul.themeitems li
{
	border-color: #e0e0e0;
}

ul.themeitems h3
{
	color: #8b6fb0;
}

ul.themeitems h3.selected
{
	color: #8b6fb0;
}


.jqmWindow {
    background-color: #e0e0e0;
    color: Black;
    border-color: #f1f1f1;
}

	.jqmWindow h1 {
		font-size: small;
		font-weight:bold;
	}

.jqmOverlay { background-color: Black; }

.fx-spinner a{
	outline: 0;
	margin-right: 2px;
	clear: both;
}

.product-scroller-container .nav {
	border: 1px solid #8b6fb0;
}

.flash {
	border: 1px solid #8b6fb0;
	color: red;
}

.header-buyform{
	background-color: #e8dff6;
}

.price {
	font-size: 11pt;
}

.obsolete {
	font-size: 9pt;
	text-decoration: line-through;
}

.larger-font {
	font-size: 120%;
}

hr.dotted {
	color: #e8dff6; 
	background-color: #e8dff6; 
	border: 2px dotted #8b6fb0; 
	border-style: none none dotted; 
}

input, textarea, select {
	background-color: white;
	border: 1px inset grey;
	color: black;
}

.required {
	background-color: #fbdaa3;
	border: 1px inset #F39220;
	color: #925F10;
}

select.error, textarea.error, input.error {
	background-color: #e8dff6;
	border:	1px solid #8b6fb0;
	color: #4e466a;
}
label.error {
	color: #F39220;
	font-weight: bold;
}

#cartInfo {
	width: 180px;
	overflow: hidden;
}
#cartInfo li {
	border: 1px solid #F39220;
	display: block;
	float: left;
	width: 68px;
	height: 40px;
	padding: 10px;
	text-align: center;
	font-weight: bold;
}
#cartInfoInfo a{
	width: 68px;
	height: 40px;
	display: block;
}
#cartInfoInfo {
	background-color: #F39220;
	color: white;
}
#cartInfoValue {
	background-color: white;
	color: orange;
}
#cartInfo:hover li {
	border: 1px solid #8b6fb0;
}
#cartInfo:hover #cartInfoInfo {
	background-color: #8b6fb0;
}
#cartInfo:hover #cartInfoValue {
	background-color: white;
	color: orange;
}
.section {
	clear: both;
}
.rescue{
	font-size: inherit;
	width: 300px;
	margin: 100px auto;
	text-align: center;
}
.rescue .vbox{
	width: 300px;
}
form.disabledForm input, .disabled {
	color: #e0e0e0;
	background-color: #f1f1f1;
	background-image: none;
}
#themeExclusiveItems div.tile {
	width: 100%;
}
#themeExclusiveItems div.tile div.right {
	width: 260px;
}
form.party-calc label {
	display: inline-block;
	width: 5em;
	font-weight: bold;
}
form.party-calc div.nowrap {
	margin-bottom: 10px;
}
#orderTableItemsTbody td.lineQuantity span {
	display: inline-block;
	width: 2em;
}
.neutral-color {
	color: #777777;
}
.white-color, .white-color a {
	color: White;
}
ul.horizontal {
	text-align: right;
}
ul.horizontal.left {
	text-align: left;
}
ul.horizontal li {
	display: inline;
	margin-left: 10px;
}
ul.horizontal.left li {
	margin-right: 10px;
	margin-left: 0;
}
ul.horizontal li *, ul.horizontal li {
	vertical-align: middle;
}
ul.horizontal form{
	display: inline;
	vertical-align: top;
}
table.rulesTable {
	border: 1px solid #e8dff6;
	border-left-width: 2px;
	border-collapse: collapse;
}
table.rulesTable, table.rulesTable th{
	border-top: 5px solid #e8dff6;
	border-bottom: 5px solid #e8dff6;
	background-color: white;
}
table.rulesTable td, table.rulesTable th {
	padding: 10px;
	color: #4e466a;
}
table.rulesTable tbody td {
	border-top: 1px solid #e8dff6;
}
.slidePanel {
	white-space: wrap;
	cursor: help;
}
.slideBody {
	width: 200px;
	position: absolute;
	background-color: white;
	padding: 10px;
	border: 1px solid #e0e0e0;
}
.article-options-list li label, .article-options-list li .spinner  {
	display: block;
	float: left;
	width: 70px;
}
input.dateField{
	width: 85px;
}
button.up, button.down, button.del {
	background-repeat: no-repeat;
	background-color: transparent;
	height: 10px;
	width: 10px;
	border: none;
	color: transparent;
	padding: 0;
	margin: 0;
	font-size:0px;
	margin-left: 5px;
}
button.down {
	background-image: url(http://static.festaexpress.com/jpg/site/layout/orange-spinner-down.png);
}
button.up {
	background-image: url(http://static.festaexpress.com/jpg/site/layout/orange-spinner-up.png);
}
button.del {
	background-image: url(http://static.festaexpress.com/jpg/site/layout/spinner-remove.png);
}
#lateralContentSection, #lateralContentSection object {
	z-index: 1;
}
table#medals {
	border: none;
	width: 100%;
	border-spacing: 10px; 
}
#medals td {
	vertical-align: top;
	border: 1px solid #e0e0e0;
	padding: 5px;
	margin: 10px;
}
#medals h3, #medals h4, #medals div, #medals p{
	margin-bottom: 10px;
} 
#medals h3, #medals h4 {
	color: #777777;
	text-align: left;
}
#medals h3 {
	font-size: 9pt;
	text-transform: uppercase;
} 
#medals h4 {
	font-size: 8pt;
	font-style: italic;
}
#medals img {
	margin-left: 10px;
	vertical-align: middle;
}
#get-help-message {
	text-align: center;
	font-weight: bold;
}
#pageTitle {
	padding: 0;
}
input.phone {
	width: 10em;
}
input.phoneNoExt{
	width: 8em;
}
body.profile label {
	font-weight: bold;
	color: #8b6fb0;
}
body.profile label.short {
	display:inline-block;
	width: 5em;
}
body.profile div.leftRight {
	clear: both;
	height: 1em;
}
body.profile div.leftRight label {
	float: left;
}
body.profile div.leftRight input, body.profile div.leftRight select {
	float: right;
}
body.cart #addThis {
	display: none;
}
#filter-form select{
	width: 150px;
}
#filter-form .filtered-category{
	width: 115px;
}

img.small {
	height: 120px;
	width: 120px;
}

img.medium {
	height: 380px;
	width: 380px;
}
.initHidden, form.jsonForm input.clickable
{
	display:none;
}
.promoMessage {
	font-weight: bold;
	font-size: 16pt;
	color: #F39220;
	line-height: 16pt;
}
ul.tagList li {
	padding-left: 20px;
	width: 100px; /* adding the padding and borders*/
	height: 14px;
	background-image: url(http://static.festaexpress.com/jpg/site/layout/tag-background.png);
	background-repeat: none;
	overflow: hidden;
	font-size: 8pt;
	white-space: nowrap;
	margin-bottom: 1px;
	line-height: 14px;
	color: #4e466a;
}