/***
Theme name:							Power Up
Theme version:					v.1.2
Current version date:		2009-07-30
First released:					2009-03-13
Started with:						Base Jump v.1.1
***/

/***
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
***/

@import url("../../App_Themes_Assets/global.css");

@media screen {

/* =Typography */
body	{ font-family: Arial, Helvetica, sans-serif; }

body a	{ color: #00154a; }
	body a:hover	{ color: #0000aa; }

h1	{ color: #00154a; font-size: 28px; }
h2	{ color: #00154a; font-size: 20px; }

hr	{ background: #aaa; color: #aaa; border: 0; height: 1px; }

	/* ==Headings */			
	div.pageHeader h1,
	#mainPanel .section .header h2,
	#mainPanel .dialogSection .header h2	{ margin: 0; }
		#mainPanel .section .header a		{ font-weight: normal; }
	div.pageHeader h1	{ padding: 5px 0; }
	
	#mainPanel div.checkoutPageHeader + .section .header	{ 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; }
	
	/* ==Sidebar headings */	
	#leftSidebarPanel .section .header,
	.searchFilterPanel .searchFilterHeader,
	#mainPanel .paymentMethodSummary .section .header,
	#rightSidebarPanel .section .header,	
	#mainPanel .opcSidebar .section .header	{ background: transparent; border: none; }
	
		#leftSidebarPanel .section .header h2,
		.searchFilterPanel .searchFilterHeader h2,
		#mainPanel .paymentMethodSummary .section .header h2,
		#rightSidebarPanel .section .header h2,		
		#mainPanel .opcSidebar .section .header h2	{ margin: 0 0 5px; }

	/* ==Sidebar sub-headings */
	h3.searchCriteria,
	#rightSidebarPanel #miniBasketShippingEstimateBox h2	{ background: #eee; border-color: #ddd; border-style: solid; border-width: 1px 0; color: #444; font-size:12px; font-weight: normal; padding: 5px; }	
		.productGridBorder h3	{ border-width: 0 0 1px; margin: 0; }


/* =Layout */
body	{ background: #001449; }
	#wrapContainerOuter	{ background: #fff; }
#wrapContent	{ background: url("images/bg_content.gif") center top no-repeat; margin: 0 auto; width: 990px; }

/* Main table */

/* Central column of #contentLayout */
#mainPanel	{ padding: 10px; }


/* =Store Header */
#storeHeader	{ background: #001449; }

	/* ==Logo */
	#logo	{ background: #006dd6 url("images/bg_header.gif") 0 41px repeat-x; padding: 41px 0 0; }
		#logo table	{ background: url("images/bg_headerContent.jpg") center top no-repeat; width: 100%; }
			#logo .hookOuter	{ min-height: 150px; }
				* html #logo .hookOuter	{ height: 150px; }
				#logo .hookInner	{ padding: 20px 20px 20px 40px; }
	
	/* ==User nav */
	#navUser	{ background: #003561; border-bottom: 1px solid #77c5ec; position: absolute; top: 0; right: 0; width: 100%; zoom: 1; }
		/* ==Clearing fix */
		#navUser:after	{ content: "."; display: block; height: 0; clear: both; visibility: hidden; }
		
		#navUser ul	{ float: right; margin: 0 40px 0 0; }
			#navUser li	{ float: left; padding: 10px 0; text-align: center; }			
				#navUser a	{ border-right: 1px solid #335c80; color: #fff; font-size: 16px; font-weight: bold; padding: 10px; text-decoration: none; text-shadow: 1px 1px 1px #000; }
						#navUser li.first a	{ border-left: 1px solid #335c80; }
						#navUser a:hover	{ background: url("images/bg_nav.jpg") center bottom no-repeat; }
	
	/* ==Nano basket */
	#nanoBasket	{ float: right; margin: 0 40px 0 0;   width:240px; position: relative /* IE 6 */;}
	#nanoBasket,
	#nanoBasket a	{ color: #fff; }
	
	#nanoBasketCart	{ background: url("images/icon_cart_nano.gif") no-repeat; float: left; margin: 5px 0 0; text-indent: -9999px; width: 45px; height: 31px; }
	#nanoBasketText	{ float: right; margin: 13px 10px 0 0; }
	/*#nanoBasketCheckout	{ background: url("images/btn_checkout_nano.gif") no-repeat; float: left; margin: 8px 0 0; text-indent: -9999px; width: 150px; height: 35px; }
		#nanoBasketCheckout:hover	{ background: url("images/btn_checkout_nano_hover.gif") no-repeat; }*/
	#nanoBasketCheckout { float:right;margin:13px 10px 0 0; }
	
	/* ==Search */
	#search	{ margin: 0 0 0 40px; padding: 5px 0; zoom: 1; }
		#search div	{ display: inline; }
		.searchPhrase	{ vertical-align: middle; }
			.searchButton	{ background: url("images/btn_search.gif") no-repeat; border: none; color: #fff !important; cursor: pointer; *font-size: 1px; text-indent: -9999px; vertical-align: middle; width: 38px; height: 35px; }			
				.searchButton:hover	{ background: url("images/btn_search_hover.gif") no-repeat; color: #1cd33f !important; }
		#search a		{ color: #fff; }
	
	
/* =Store Footer */
#storeFooter	{ background: #001449 url("images/bg_footer.gif") repeat-x; color: #cdcdcd; padding: 10px 0; text-align: center; }
	#navFooter		{ margin: 10px 0 0; }
		#navFooter a	{ color: #ced7fe; margin: 0 5px; }
	#storeFooter p	{ font-size: 11px; margin: 10px 0; }


/* Content */

/* =Sidebars */
#leftSidebarPanel,
#rightSidebarPanel,
.opcSidebar,
.paymentMethodSummary	{ padding: 10px; width: 170px; }
	
	.opcSidebar,
	.paymentMethodSummary	{ background: none; border-width: 0; width: 180px; }
	
	.opcSidebar						{ padding: 0 0 10px 10px; }
	.paymentMethodSummary	{ padding: 10px 10px 10px 0; }

	/* ==Sidebar blocks */
	#leftSidebarPanel .section .content,
	#rightSidebarPanel .section .content,
	.productGridBorder,
	.opcSidebar div.section .onePageCheckoutCell,
	.paymentMethodSummary div.section .onePageCheckoutCell,
	.section .Cell,
	.shippingEstimateCell,
	.myRecentOrdersCell	{ border-color: #ced7fe; border-style: solid; border-width: 1px 1px 0 0; }
		.productGridBorder	{ margin: 0 0 10px 0; padding: 0 0 10px 0; }
	
	#rightSidebarPanel .section .content,
	.section .Cell,
	.shippingEstimateCell,
	.myRecentOrdersCell,
	.opcSidebar div.section .onePageCheckoutCell	{ border-width: 1px 0 0 1px; }
	
		#miniBasketShippingEstimateBox .shippingEstimateCell	{ border: none; }
		#leftSidebarPanel .section .content,
		.myRecentOrdersCell	{ border-bottom: none; zoom: 1; }
		.section .Cell,
		.onePageCheckoutCell	{ padding: 5px; }
	
		/* ===Blocks within blocks */
		#rightSidebarPanel .section .section	{ margin: 0; }

	/* ==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: 5px 0 0; }
		
		ul.columns li a,
		ul.category li a,		
		.myRecentOrdersCell a,
		.productGridBorder td a	{ color: #666; display: block; font-size: 14px; font-weight: bold; padding: 5px 0 5px 10px; text-decoration: none; zoom: 1; }
			ul.columns li a	{ margin: 2px 0; }
		
			ul.columns li a:hover,
			ul.category li a:hover,			
			.myRecentOrdersCell a:hover,
			.productGridBorder td a:hover	{ background: #f3faff; color: #5cabe5; }
	
	/* ==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	{ margin: 5px 5px 0; }
	
	/* ==Mini basket */
	.miniBasketItemBox { border-bottom: 1px dotted #ced7fe; margin: 0 0 15px; padding: 5px; position: relative; }
		.miniBasketIconBox { float: left; margin-right: 5px; }
		.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; }
			.shippingEstimateCell	{ padding: 0 0 0 5px; }


/* =Home page */

	/* ==Featured products */
	#auctivaFeaturedProducts	{ background: #ced7fe url("images/bg_mainpanel.gif") no-repeat; padding: 10px; }
			.rowSeparator	{ background: #fff; border-bottom: 10px solid #ced7fe; padding: 10px; vertical-align: bottom; width: 49%; }
				.productsGrid td.thumbnail,
				.productsGrid td.details		{ vertical-align: bottom; }


/* =Category pages */
.breadCrumbPanel,
.CategoryBreadCrumbs	{ font-size: 12px; font-weight: bold; margin: 11px 0 10px; }

#auctivaSubcategories	{ background: #eee; border-bottom: 1px solid #ccc; padding: 3px; }

.searchSortHeader	{ background: #eee; border-bottom: 1px solid #ccc; margin: 0 0 10px; padding: 3px; }

	/* ==Catalog */
	table.catalog	{ margin: 0 0 10px; table-layout: fixed; }
		td.tableNode	{ background: #f2f4fe; border-bottom: 10px solid #fff; padding: 5px; }
		.catalog .separator	{ width: 10px !important; }

.pricePopup	{  }
	.pricePopupHeader	{ background: #011246; color: #fff; }


/* =Product pages */


/* =Contact page */
#auctivaContact	{ padding-top: 8px; }


/* =Empty cart and wishlisht pages */
.emptyBasketPanel,
.emptyWishlistPanel { color: #666; font-size: 18px; text-align: center; }
.emptyBasketPanel		{ border: 1px solid #aaa; padding: 25px 0; }
.emptyWishlistPanel	{ height: 75px; }


/* =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; }

/* 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; }

.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 #5cabe5; float: right; font-weight: bold; }
	.checkoutProgress span { float: left; padding: 2px 4px; width: auto; }
		.checkoutProgress span.on		{ background: #ccc url("images/bg_progress.gif") right; padding: 2px 6px 2px 2px }
			.checkoutProgress span.on span	{ color: #fff; }
	
	/* ==Gift options */
	.addGiftOptions	{ background: url("images/bnr_gift.gif") no-repeat; border: 1px solid #ddd; float: right; padding: 10px 0 10px 100px; }
	
	.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; }


/* =Account page */
#auctivaAccount .section	{ float: right; width: 64%; }
	#auctivaAccount .section + .section	{ float: left; width: 35%; }

.orderItemsList	{ font-size: 11px; }

	/* ==View order page */
	.orderSummaryPanel	{ background: #c6e5f7; 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: #f3faff; border: 1px solid #ced7fe; float: left; margin: 0 10px 10px 0; padding: 10px; text-align: left; vertical-align: middle; width: 280px; 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: #ddd; }
	.alteven,
	.even,
	.evenRow	{ background-color: #f5f5f5; }

	/* ==Cell borders */
	.altodd td,
	.odd td,
	.oddRow td,
	.alteven td,
	.even td,
	.evenRow td	{ border-color: #ced7fe; 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: #ced7fe; border-style: solid; border-width: 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: #011246; color: #fff; font-size: 13px; margin: 0; padding: 10px; text-align: center; }

#container th.verticalText	{ border: none; border-right: 1px dotted #888; }

	table.pagedList th,
	table.itemList th,
	th.columnHeader	{ background: #193179; color: #fff; }
		table.pagedList th a,
		table.itemList th a,
		th.columnHeader a	{ color: #aaa; }

	table.form table th.rowHeader,
	table.form table.orderSummary th	{ background: none; color: #000; }
	
	table.form th.verticalText	{ background: none; color: #000; }
	
	table.selectShippingMethod td.methods	{ border-left: 1px solid #ced7fe; }	

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 td span,
.LoginMessage a,
.miniBasketQtyDeleteLine a,
#contentLayout a.altoddButton,
.summarySectionContent a	{ background: #008fdf; border: 1px solid #008fdf; border-bottom: 1px solid #9ba5aa; 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:hover,
	input.button:hover,
	.showAll:hover,
	.paging a:hover,
	.paging span:hover,
	.LoginMessage a:hover,
	.miniBasketQtyDeleteLine a:hover,
	#contentLayout a.altoddButton:hover,
	.summarySectionContent a:hover	{ background: #2d9fdf; border: 1px solid #2d9fdf; border-bottom: 1px solid #9ba5aa; }

	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: #6fb7df; border: 1px solid #6fb7df; border-bottom: 1px solid #9ba5aa; }

#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; }

}
