/***
Theme name:							Flower Burst
Theme version:					v.1.1
Current version date:		2009-08-19
First released:					2009-04-24
Started with:						Base Jump v.1.2
***/

/***
Table of Contents

Global styles

Design and layout
=Typography
==Headings
==Sidebar headings
==Sidebar sub-headings
=Layout
=Store header
==Logo
==User nav
==Nano basket
==Search
=Store footer

Content
=Sidebars
==Sidebar blocks
==Sidebar menus
==Sidebar forms
==Top sellers/Related products
==Mini basket
=Home page
==Featured products
=Category pages
=Product display pages
=Checkout pages and process
=Account page
==Address book
=Contact page
=Empty cart and wishlist pages
=Tables
=Buttons

Print styles
***/

@import url("../../App_Themes_Assets/global.css");

@media screen {

/* =Typography */
body	{ color: #fff; font-family: Arial, Helvetica, sans-serif; }

body a	{ color: #EB6EBA; }
	body a:hover	{ color: #d13996; }

hr	{ background: #aaa; color: #aaa; border: 0; height: 1px; }

	/* ==Headings */
	
		/* ===Page header */
		div.pageHeader h1,
		div.checkoutPageHeader h1	{ font-size: 18px; margin: 0 0 10px; }
		
		div.checkoutPageHeader h1 { width:830px;margin-left:auto;margin-right:auto; }
		#mainPanel p.LoginMessage { width:810px;margin-left:auto;margin-right:auto; }
			
		/* ===Page sub-headings */
		#mainPanel .section .header h2,
		.pricePopupHeader,
		#mainPanel .opcMainPanel h2.sectionHeader,
		#mainPanel .dialogSection .header h2	{ background: #000 url("images/heading_1.gif") repeat-x; font-size: 13px; margin: 0 0 10px; padding: 5px; text-align: center; }
			.pricePopupHeader	{ margin: -3px; }
		
		/* ===Sidebar headings */
		
			/* ====Left sidebar headings */
			#leftSidebarPanel .section .header h2,
			.searchFilterPanel .searchFilterHeader h2,
			.paymentMethodSummary .section .header h2	{ background: #000 url("images/heading_1.gif") repeat-x; font-size: 13px; margin: 0; padding: 2px; text-align: center; }
			
			/* ====Right sidebar headings */
			#rightSidebarPanel .section .header h2,
			#mainPanel .opcSidebar .section .header h2	{ background: #000 url("images/heading_1.gif") repeat-x; font-size: 13px; margin: 0; padding: 2px; text-align: center; }
		
		/* ===Sidebar sub-headings */
		h3.searchCriteria,
		#rightSidebarPanel .section .section .header h2	{ font-size: 16px; }


/* =Layout */
body	{ background: #eb6fba; }

#wrapContainerOuter { background: #000; margin: 0 auto; padding: 7px; width: 1000px; }
#container {background: url("images/side_bg.jpg") repeat-y;}

#wrapContent { background: url("images/main_bg.jpg") top center no-repeat; margin: 0 auto; width: 940px; } 

/* Main table */
#contentLayout { }

/* Central column of #contentLayout */
#mainPanel	{ background: #000; padding: 10px; }


/* =Store Header */
#storeHeader	{ background: #C14A8E url("images/bg_header.jpg") center top no-repeat; line-height: 1; padding: 0 10px 5px; zoom: 1 /* Give IE 6 hasLayout */; }
	/* ==Clearing fix */
	#storeHeader:after	{ content: "."; display: block; height: 0; clear: both; visibility: hidden; }

	/* ==Logo */
	#logo	{ padding: 50px 0 0 80px; }
		#logo table	{ height: 155px; }
			#logo td	{ vertical-align: top; }
	
	/* ==User nav */
	#navUser	{ position: absolute; right: 10px; top: 5px; }
		#navUser a	{ background-position: 50% 0; background-repeat: no-repeat; float: left; padding: 10px 45px 2px; text-indent: -999em; width: 15px; }
		
			#navUser .navHome a			{background-image:url("images/home_btn.gif"); }
			#navUser .navAccount a	{background-image:url("images/account_btn.gif");}	
			#navUser .navWishlist a	{background-image:url("images/wishlist_btn.gif");}
			#navUser .navLogin a		{background-image:url("images/login_btn.gif");}
			#navUser .navLogout a		{background-image:url("images/logout_btn.gif");}
				#navUser .navHome a:hover			{background-image:url("images/home_hover_btn.gif"); }
				#navUser .navAccount a:hover	{background-image:url("images/account_hover_btn.gif"); }
				#navUser .navAdmin a:hover		{background-image:url("images/btn.gif")}
				#navUser .navWishlist a:hover	{background-image:url("images/wishlist_hover_btn.gif"); }
				#navUser .navLogin a:hover		{background-image:url("images/login_hover_btn.gif"); }
				#navUser .navLogout a:hover		{background-image:url("images/logout_hover_btn.gif"); }
	
	/* ==Nano basket */
	#nanoBasket	{ color: #000; display: inline; float: right; font-size: 14px; margin: 20px 60px 0 0; padding: 12px 5px 5px 0; }
		#nanoBasket a	{ color: #000; }
		#nanoBasketCart	{ font-weight: bold; text-decoration: none; }
	#nanoBasketCheckout { display:none; }
	
	/* ==Search */
	#search			{ margin: 20px 0 0; padding: 5px 0; }
		#search div	{ display: inline; }
		#search a		{ color: #fff; }
		.searchPhrase	{ width: 330px; }	
		.searchButton	{ background: url("images/btn_search.gif") no-repeat; border: 0; color: #722C54; cursor: pointer; font-size: 0px; *font-size: 1px; text-indent: -999em; width: 71px; height: 26px; }
		.searchPhrase,
		.searchButton,
		#search a	{ vertical-align: middle; }
	
	
/* =Store Footer */
#storeFooter	{ background: #000; border-top: 1px solid #E12699; padding: 10px 0; text-align: center; text-transform: uppercase; }
	#navFooter		{ margin: 10px 0 0; }
		#navFooter a	{ margin: 0 5px; }
	#storeFooter p	{ color: #EB6EBA; font-size: 11px; margin: 10px 0; }


/* Content */

/* =Sidebars */
#leftSidebarPanel,
#rightSidebarPanel,
.opcSidebar,
.paymentMethodSummary	{ border-color: #843361; border-style: solid; width: 169px; }

	#leftSidebarPanel			{ border-width: 0 1px 0 0; }
	#rightSidebarPanel		{ border-width: 0 0 0 1px; }
	
	.opcSidebar,
	.paymentMethodSummary	{ background: none; border-width: 0; width: 180px; }
	
	.opcSidebar						{ padding: 0 0 10px 10px; }
	.paymentMethodSummary	{ padding: 10px 10px 10px 0; }

	/* ==Sidebar blocks */
		.section .Cell,
		.onePageCheckoutCell	{ padding: 5px; }
	
		/* ===Blocks within blocks */
		#rightSidebarPanel .section .section	{ margin: 0; }
		#rightSidebarPanel .shippingEstimateCell	{ padding: 5px; }

	/* ==Sidebar menus 
	Categories:			.category
	Account: 				.columns
	Orders:					.myRecentOrdersCell
	Search filters:	.productGridBorder */
	ul.category,
	ul.columns,
	#rightSidebarPanel .myRecentOrdersCell td,
	#leftSidebarPanel .productGridBorder td	{ list-style: none; margin: 0; padding: 0; }
		
		ul.columns li a,
		ul.category li a,		
		.myRecentOrdersCell a,
		.productGridBorder td a	{ display: block; font-size: 14px; padding: 3px 0; zoom: 1; }
			ul.columns li a	{ border-width: 1px; margin: 2px 0; }
		
			ul.columns li a:hover,
			ul.category li a:hover,			
			.myRecentOrdersCell a:hover,
			.productGridBorder td a:hover	{ background: #310e22; }
	
	/* ==Sidebar forms */
	/* Search page, coupon entry on one-page-checkout */
	.productGridBorder div input:first-child,
	.onePageCheckoutCell input						{ margin: 10px 0 5px 5px; }
	.productGridBorder div input + input,
	.onePageCheckoutCell input + a.button	{ margin: 0 0 2px 0; *margin: 0 0 5px 0; }
	
	/* ==Top sellers/Related products */
	#rightSidebarPanel .ProductItemView,
	#rightSidebarPanel .ProductItemViewOdd	{ padding: 10px 10px 20px; }
		.ProductItemView br,
		.ProductItemViewOdd br	{ display: none; }
			.ProductItemView * br,
			.ProductItemViewOdd * br	{ display: block }

#tellAFriend .labelheading	{ padding: 5px 5px 0; }
	
	/* ==Mini basket */
	.miniBasketItemBox { border-bottom: 1px solid #592241; margin: 0 0 15px; padding: 5px; position: relative; }
		.miniBasketIconBox { float: left; margin-right: 5px; }	
		.miniBasketItemTitleBox	{  }
		.miniBasketItemTitleNoIconBox	{ padding-left: 53px; }
			
			.miniBasketItemTitle		{ font-weight: bold; }	
			.miniBasketSubItemTitle { clear: both; font-size: 10px; list-style: none; margin: 30px 5px 0; padding: 0; }
				.miniBasketSubItemTitle li { margin: 0 0 8px; }
	
		.miniBasketQtyDeleteLine	{ clear: both; padding: 3px 0; }
			.miniBasketQtyInput 			{ border: 1px solid #aaa; font-size: 10px; margin: 1px 0 0 0; padding: 1px; width: 15px; height: 14px; }
		
		.miniBasketPrice, 
		.miniBasketPriceLabel,
		#miniBasketSubTotalBox #sub_label	{ font-weight: bold; margin: 0; }
		
		.miniBasketPriceLabel,
		#miniBasketSubTotalBox #sub_label	{ float: left; text-align: right; width: 84px; }
		#miniBasketSubTotalBox #sub_label	{ width: 84px; }
		
		#miniBasketSubTotalBox #sub_num		{ float: left; font-weight: bold; padding: 0 0 5px 3px; }	
		
		#miniBasketCheckoutButtonBox			{ text-align: center; }
			#miniBasketCheckoutButtonBox input	{ margin: 10px 0; }
		
		#miniBasketShippingEstimateBox	{ margin: 20px 0 0; }


/* =Home page */

	/* ==Featured products */
	.rowSeparator	{ background: #000; border-bottom: 10px solid #000; padding: 10px; vertical-align: bottom; width: 49%; }
		.productsGrid td.thumbnail,
		.productsGrid td.details		{ vertical-align: bottom; }


/* =Category pages */
.breadCrumbPanel,
.CategoryBreadCrumbs	{ border-bottom: 1px solid #843361; color: #EB6EBA; font-size: 12px; font-weight: bold; margin: 11px 0 10px; }
	.breadCrumbPanel a,
	.CategoryBreadCrumbs a	{ text-decoration: none; }

.searchSortHeader	{ border-bottom: 1px solid #843361; margin: 0 0 10px; padding: 5px; }

	/* ==Catalog */
	table.catalog	{ margin: 0 0 10px; table-layout: fixed; }
		td.tableNode	{ border-bottom: 10px solid #000; padding: 5px; }
		.catalog .separator	{ width: 10px !important; }

.pricePopup	{ background: #000; }

/* =Product pages */
/*.productOptions div	{ background: #eee; padding: 5px; }*/
.productOptions hr	{ display: none; }
.productOptions .pagedList table td	{ background: #444; padding: 0 3px 0 0; }


/* =Contact page */
#auctivaContact	{ padding-top: 8px; }


/* =Empty cart and wishlisht pages */
.emptyBasketPanel,
.emptyWishlistPanel { border: 1px solid #aaa; color: #666; font-size: 18px; text-align: center; }
.emptyBasketPanel,
#auctivaWishlist .emptyWishlistPanel td	{ padding: 25px 0; }


/* =Wishlist page */
#auctivaWishlist table	{ width: 100%; }
	#auctivaWishlist table table	{ width: auto; }
#auctivaWishlist td	{ padding: 5px; }
	#auctivaWishlist td td	{ padding: 2px; }
	#auctivaWishlist td div td	{ padding: 0; }
#auctivaWishlist table table td	{ text-align: left !important; }
	#auctivaWishlist table table td span	{ display: block; text-align: center; }
		#auctivaWishlist table div table td span	{ display: inline; font-family: Tahoma, Arial, Helvetica, sans-serif /* Tahoma displays bold better at small size */; font-size: 10px; text-align: left; }
	#auctivaWishlist table table td label	{ display: block; }
#auctivaWishlist table div table	{ margin: 10px 0 0; }


/* =Cart page */
div.iner_frame table td.basketColThumbnail	{ padding: 10px 5px; }

td.basketColItem	{ font-size: 10px; }
	td.basketColItem a	{ font-size: 12px; }
		#mainPanel td.basketColItem a.altoddButton	{ margin-top: 10px; }

.basketColQty	td	{ background: #444; }

/* Sub items such as features of a product or license for a download */
.BasketSubItemLabel,
#auctivaWishlist td ul,
table.form td.dataSheet table.pagedList td ul,
table.itemList td div ul	{ list-style: none; padding: 0 0 0 5px; }
	.BasketSubItemLabel li,
	#auctivaWishlist td li,
	table.form td.dataSheet table.pagedList td li,
	table.itemList td div li	{ margin: 0 0 5px; text-align: left; }
	.BasketSubItemLabel,
	.BasketSubItemLabel li a,
	#auctivaWishlist td li,
	table.form td.dataSheet table.pagedList td li,
	table.itemList td div li	{ font-size: 10px; }


/* =Checkout page/process */
#mainPanel .checkoutAlert		{ margin-left: auto; margin-right: auto; padding: 10px; width: 810px; }

.opcFrame	{ margin: 0 auto; width: 830px; }
#mainPanel .opcMainPanel	{ padding-right: 10px; }
/*.opcSidebar	{ width: 210px; }*/

.paymentMethodSummary input	{ vertical-align: middle; }

td.opcPaymentForm table.paymentForm table td span	{ font-size: 10px; } /* Credit card text for how to find security code */

	/* ==Checkout progress indicator */
	.checkoutProgress	{ background: #fff; border: 1px solid #843361; color: #000; float: right; }
	.checkoutProgress span { float: left; padding: 1px 3px; width: auto; }
		.checkoutProgress span.on		{ background: #000; }
			.checkoutProgress span.on span	{ color: #fff; }
	
	/* ==Gift options */	
	.giftOptions div.giftWrap	{ margin: 2px 0 6px; }
		.giftOptions div.giftWrap div.noGiftWrap	{ font-style: italic; }
		
		.giftOptions div.giftMessage span.title,
		.giftOptions div.giftWrap div.oneGiftWrap span.name,
		.giftOptions div.giftWrap div.multiGiftWrap span.title	{ font-weight: bold; }
		
		.giftOptions div.giftMessage textarea	{ width: 80%; height: 40px; }
	
	/* ==Payment page */
	.paymentMethodSummary	{ float: left; }
	.paymentMethodList		{ float: left; margin: 0 0 0 10px; padding: 10px; /*width: 750px;*/ }


/* =Account page */
#auctivaAccount .section	{ float: right; width: 64%; }
	#auctivaAccount .section + .section	{ float: left; width: 35%; }

.orderItemsList	{ font-size: 11px; }

#auctivaCredentials .inputForm ul	{ background: #fff6bf; border: 2px solid #ffd324; color: #514721; font-size: 11px; list-style: none; padding: 2px 5px !important; width: 45em; }
	#auctivaCredentials .inputForm ul li	{ margin: 3px 0; }	
	
		#auctivaCredentials .inputForm .validationSummary ul	{ background: none; border: none; color: inherit; float: none; font-size: inherit; padding: 0 !important; width: auto; }
			#auctivaCredentials .inputForm .validationSummary ul li	{ margin: 0; }

	/* ==View order page */
	.orderSummaryPanel	{ background: #333; margin: 0 0 20px; padding: 10px 0 5px; }
		table.orderSummaryTable	{ margin: 0 auto; width: 700px !important; }
			.orderSummaryTable td	{ text-align: right; }
				.orderSummaryTable a	{ font-size: 11px; font-weight: bold; }

	/* ==Address book */
	.addressBook	{  }
		.addressBook .entries	{ padding: 0 0 0 10px; }
		.addressBook .entry	{ background: #333; border: 1px dotted #843361; float: left; margin: 0 10px 10px 0; padding: 10px; text-align: left; vertical-align: middle; width: 270px; height: 130px; }
		.addressBook .address { float: left; }	
		.addressBook .buttons	{ float: right; }
			.addressBook .buttons a	{ display: block !important; margin-bottom: 5px; width: 50px; }


/* =Tables */

	/* ==Alternating table row backgrounds */	
	.altodd,
	.odd,
	.oddRow		{ background-color: #310E22; }
	.alteven,
	.even,
	.evenRow	{ background-color: #4B1D37; }

	/* ==Cell borders */
	.altodd td,
	.odd td,
	.oddRow td,
	.alteven td,
	.even td,
	.evenRow td	{ border-color: #520f35; border-style: solid; border-width: 1px 0 0; }
		.altodd td td,
		.odd td td,
		.oddRow td td,
		.alteven td td,
		.even td td,
		.evenRow td td	{ border: none; }

	table.form,
	div.iner_frame table,
	.opcFrame tr + tr .section,
	.auctivaReviews,
	#auctivaAdvancedSearch .section,
	#auctivaMyProductReviews .section + .section,
	#auctivaDigitalGoods div div	{ border-color: #520f35; border-style: solid; border-width: /*0 1px*/ 1px; padding: 0; }
		div.iner_frame table table	{ background: none; border: none; }
	
	/* Headings above tables with alternating background rows */
	table.form th,
	#mainPanel .opcFrame tr + tr .section .header h2,
	.auctivaReviews h2,
	#auctivaAdvancedSearch .section .header h2,
	#auctivaMyProductReviews div.section + div .header h2	{ background: #8a3566; font-size: 13px; margin: 0; padding: 10px; text-align: center; }

#container th.verticalText	{ border: none; border-right: 1px dotted #843361; }

	table.pagedList th,
	table.itemList th,
	th.columnHeader	{ background: #520f35; }
		table.form table th.rowHeader,
		table.form table.orderSummary th	{ background: none; }
	
	table.form th.verticalText	{ background: none; }
	
	table.selectShippingMethod td.methods	{ border-left: 1px solid #843361; }	

table.miniBasketSubItemTitle,
.opcFrame .pagedList td table	{ font-family: Tahoma, Arial, Helvetica, sans-serif /* Tahoma displays bold better at small size */; font-size: 10px; margin: 5px 0 0 5px; }
	table.miniBasketSubItemTitle br,
	.opcFrame .pagedList td table br	{ display: none; }
	table.miniBasketSubItemTitle td,
	.opcFrame .pagedList td table td	{ padding: 0; }


/* =Buttons */
a.button,
input.button,
.showAll,
.paging a,
.paging span,
.LoginMessage a,
.miniBasketQtyDeleteLine a,
#contentLayout a.altoddButton,
.summarySectionContent a	{ background: #060204 url("images/btn_bg.gif") repeat-x; border: 1px solid #3d3d2d; color: #fff !important; cursor: pointer; font-family: Tahoma, Arial, Helvetica, sans-serif; /* Tahoma displays bold better at small size */ font-size: 9px; font-weight: bold; margin: 1px 0; text-align: center; text-decoration: none; vertical-align: middle; white-space: nowrap; }

	a.button,
	a.button:hover,
	.showAll,
	.paging a,
	.paging td span,	
	a.altoddButton,	
	.LoginMessage a,
	.miniBasketQtyDeleteLine a,
	.summarySectionContent a	{  display: -moz-inline-box /* For Firefox 2 and below */; display: inline-block; padding: 4px 5px; }		

	input.button		{ height: 21px; padding: 0 6px 2px; *padding: 1px 6px; }	

	/* Shorter height buttons for mini-basket and cart page */
	#contentLayout a.altoddButton,
	.miniBasketQtyDeleteLine a	{ margin-top: 5px; padding: 2px; zoom: 1 /*Give IE hasLayout */; }
		.miniBasketQtyDeleteLine a	{ margin-top: 0; }
	
	/* Current state for paging buttons */
	.paging td span,
	.paging a.current	{ background: #4c1d38; border: 1px solid #3d3d2d; }

#mainPanel .showAll	{ float: right; margin: 5px 4px; } /* On Account page */
	/* Clearing fix */
	#mainPanel .showAll:after	{ content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.searchFilterPanel .showAll	{ margin: 5px 5px 0; }


.navList ul	{ margin: 0; padding: 0; }
	.navList li	{ display: inline; }

}
