/***
Theme name:							Hidrovia
Theme version:					v.1.1
Current version date:		2009-08-06
First released:					2008-11-05
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

Print styles
***/

@import url("../../App_Themes_Assets/global.css");

@media screen {

/* =Typography */
body	{ font-family: Verdana, Arial, Helvetica, sans-serif; }

body a	{ color: #00559a; }
	body a:hover	{ color: #e47911; }

h2	{ font-size: 18px; }

hr	{ background: #cfe8ff; color: #cfe8ff; border: 0; height: 1px; }

	/* ==Headings */
	div.pageHeader	{ margin: 0 0 10px; }	
	
	div.pageHeader h1,
	div.checkoutPageHeader h1	{ color: #e47911; font-size: 24px; font-weight: normal; margin: 0; }			
	div.header h2	{ color: #e47911; font-size: 18px; font-weight: normal; margin: 0; }

	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 h2,
	.searchFilterPanel .searchFilterHeader h2,
	#mainPanel .paymentMethodSummary .section .header h2	{ background: #db7b27 url("images/heading_1.gif") repeat-x; color: #fff; font-size: 18px; font-weight: normal; margin: 0; padding: 5px 15px; }
	
	#rightSidebarPanel .section .header h2,		
	#mainPanel .opcSidebar .section .header h2	{ color: #e47911; font-size: 12px; font-weight: bold; margin: 5px; }		

	/* ==Sidebar sub-headings */
	h3.searchCriteria,
	#rightSidebarPanel #miniBasketShippingEstimateBox h2	{ color: #82a900; font-size: 12px; margin: 0 0 5px; }	
		h3.searchCriteria	{ margin: 10px 0 5px 5px; }


/* =Layout */
body	{ background: #fff; }

#wrapContainerOuter	{ margin: 0 auto; min-width: 990px; }
	/* Simulating min-width in IE 6 */
	* html #wrapContainerOuter	{ width: expression(document.body.clientWidth < 992? "990px" : "100%"); }
	
	#container	{ padding: 10px; }

/* Main table */
#contentLayout {  }	

/* Central column of #contentLayout */
#mainPanel	{ padding: 10px; }


/* =Store Header */
	#storeHeader	{ position: relative; width: 100%; }
	
	#logo	{ background: url("images/bg_header.gif") bottom repeat-x; min-height: 70px; padding: 0 0 27px; *padding: 0 0 24px; }	
	* html #logo	{ height: 70px; }
	
	/* ==User navigation - login/out, account, wishlist, etc. */		
	#navUser { position: absolute; top: 0; right: 0; }		
		#navUser ul	{ border-top: 1px solid #5c9ebf; margin: 0; padding: 0; }
			#navUser ul li	{ display: block; float: left; }
			
	#navUser	{ background: #fff url("images/bg_usernav.gif") bottom repeat-x; }
		#navUser li	{ border-right: 1px solid #5c9ebf; border-bottom: 1px solid #5c9ebf; padding: 6px 7px 7px; }
			#navUser li.first { border-left: 1px solid #5c9ebf; }
		#navUser a { color: #00559a; font-size: 14px; text-decoration: none; }			
			#navUser a:hover	{ text-decoration: underline; }
	
	
	#headerContent	{ background: #146eb4; padding: 5px; }
		#headerContent table	{ width: 100%; }
			#headerContent td	{ border: 1px solid #82c5ff; }			
			#headerContent td#spacer	{ border: none; background: #146eb4; width: 5px; }
	
	/* ==Nano basket */
	#nanoBasketContainer	{ background: #00559a; padding: 5px; }
		#nanoBasket	{ background: url("images/icon_cart_nano.gif") 0 -1px no-repeat; color: #fff; float: left; width: 100%; }
			#nanoBasket a	{ color: #fff; }
			#nanoBasketCart,
			#nanoBasketText	{ float: left; position: relative; top: 4px; *top: 6px; }
			#nanoBasketCart	{ padding: 0 5px 0 30px; }
			/*#nanoBasketCheckout	{ background: url("images/btn_checkout_nano.gif") no-repeat; display: block; float: right; text-decoration: none; text-indent: -999em; width: 74px; height: 22px; }*/
			#nanoBasketCheckout { display:none; }
	
	
	/* ==Search area in header */
	#search	{ background: #00559a url("images/icon_search.gif") 5px 5px no-repeat; padding: 5px 5px 5px 30px; }
		
		#search a { color: #fff; }
		#search .searchPhrase	{ width: 430px; height: 15px; }
		#search div	{ display: inline; }
		
		.searchButton	{ background: url("images/btn_search.gif") no-repeat; border: none; color: #fff; *color: #ff9b35; cursor: pointer; font-size: 14px; *font-size: 1px; margin: 0 5px; padding: 0 0 2px; width: 60px; height: 22px; text-indent: -999em; }
	
	
/* =Store Footer */
#storeFooter	{ border-top: 1px solid #9d9d75; margin-top: 20px; padding: 10px 0; text-align: center; }
	#navFooter		{ margin: 10px 0 0; }
		#navFooter a	{ margin: 0 5px; }
	#storeFooter p	{ font-size: 11px; margin: 10px 0; }


/* Content */

/* =Sidebars */
#leftSidebarPanel,
#rightSidebarPanel,
.opcSidebar,
.paymentMethodSummary	{ padding: 1px 0 0; width: 190px; }

#leftSidebarPanel,
.paymentMethodSummary	{ background: #f1f8ff; }
	
	.opcSidebar,
	.paymentMethodSummary	{ width: 180px; }	

	/* ==Sidebar blocks */
	.section .Cell,
	.onePageCheckoutCell	{ padding: 5px; }

	.paymentMethodSummary .summarySection	{ padding: 5px; }
		
	#rightSidebarPanel .section,
	.opcSidebar .section	{ border: 1px solid #cfe8ff; }
		
		/* ===Blocks within blocks */
		#rightSidebarPanel .section .section	{ border: none; margin: 0 5px; }

	/* ==Sidebar menus 
	Categories:			.category
	Account: 				.columns
	Orders:					.myRecentOrdersCell
	Search filters:	.productGridBorder */
	ul.category,
	ul.columns,
	#rightSidebarPanel .myRecentOrdersCell td,
	#leftSidebarPanel .productGridBorder td	{ background: #d9edff; font-size: 14px; list-style-type: none; margin: 0; padding: 5px 5px 20px; }
		#rightSidebarPanel .myRecentOrdersCell td,
		#leftSidebarPanel .productGridBorder td	{ padding: 0; }
	
		ul.category li,
		ul.columns li,
		#rightSidebarPanel .myRecentOrdersCell td,
		#leftSidebarPanel .productGridBorder td	{ border-bottom: 1px solid #00559a; }
		
			ul.columns li a,
			ul.category li a,		
			.myRecentOrdersCell a,
			.productGridBorder td a	{ display: block; padding: 5px 10px; text-decoration: none; zoom: 1; }
	
	/* ==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 #cfe8ff; 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 #ccc; 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	{ border-bottom: 10px solid #fff; padding: 10px; vertical-align: bottom; width: 49%; }
		.productsGrid td.thumbnail,
		.productsGrid td.details		{ vertical-align: bottom; }
			.detailsInnerPara a	{ font-size: 18px; }


/* =Category pages */
.breadCrumbPanel,
.CategoryBreadCrumbs	{ background: #fff; border-color: #5c9ebf; border-style: solid; border-width: 0 1px 1px; font-size: 10px; padding: 6px 7px 7px; position: relative; top: -10px; }
	.breadCrumbPanel a,
	.CategoryBreadCrumbs a	{ color: #00559a; text-decoration: none; }
		.CategoryBreadCrumbs a:hover,
		.breadCrumbPanel a:hover	{ text-decoration: underline; }

.searchSortHeader	{ background: #eeeecc; color: #555; margin: 0 0 10px; padding: 3px; }

	/* ==Catalog */
	table.catalog	{ margin: 0 0 10px; table-layout: fixed; }
		td.tableNode	{ border-bottom: 10px solid #fff; padding: 5px; }
		.catalog .separator	{ width: 10px !important; }

	.pricePopupHeader	{ background: #146eb4; 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 #cfe8ff; 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: #e6b22e url("images/heading_2.gif") repeat-x; border: 1px solid #5c9ebf; color: #16326a; float: right; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; height: 25px; margin: 0 4px; *margin: 8px 4px 0; text-transform: uppercase;
}
	.checkoutProgress span { display: block; float: left; width: auto; }
		.checkoutProgress span.on		{ background: url("images/progress_arrow.gif") right center repeat-x; border-left: 2px solid #fff; height: 22px; padding: 3px 2px 0; }
			.checkoutProgress span.on span	{ color: #fff; padding: 3px 14px 3px 4px; }
		.checkoutProgress span.off	{ margin: 1px; padding: 2px; }
			.checkoutProgress span.off span	{ padding: 3px 6px 2px; }
	
	
	/* ==Gift options */
	.addGiftOptions { /* Asks "Is this a gift?" */
		background: #fff url("images/bnr_gift.gif") no-repeat; 
		border: 1px solid #5c9ebf;
		float: right; 
		margin: 0 auto; 
		padding: 5px;
		text-align: right; 
		width: 693px; 
		height: 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: #f5f5f5; 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 */	
	table.addressBook { border-collapse: collapse; width: 100%; }
		table.addressBook th.caption { border: 1px solid #5c9ebf; height: 25px; line-height: 25px; padding: 0 2px; }
			table.addressBook th.caption .buttons	{ display: block; float: right; line-height: 1; margin-top: 2px; }
			table.addressBook th.caption .text 		{ display: block; float: left; }
		table.addressBook td.entries	{ text-align: left; padding: 5px; }
	
	table.addressBook .entry {
		background: url("images/bg_address.gif") no-repeat;
		display: block;
		float: left;
		margin: 0 0 0 10px;
		padding: 5px 0 0;
		text-align: left;
		vertical-align: middle;
		width: 350px;
		height: 195px;
	}
	
	.addressBook .address { float: left; font-weight: bold; line-height: 15px; padding: 60px 0 0 50px; text-align: left; width: 200px; }
	
	.addressBook td .buttons	{ float: right; margin-top: 5px; padding: 60px 0px 0px 0; text-align: left; width: 100px; }
		.addressBook td .buttons a	{ display: block; margin-bottom: 5px; width: 40px; }
		table.addressBook td .buttons .button { margin-right: 5px; }


/* =Tables */

	/* ==Alternating table row backgrounds */	
	.altodd,
	.odd,
	.oddRow		{ background-color: #f8f8ee; }
	.alteven,
	.even,
	.evenRow	{ background-color: #eaf3fe; }

	/* ==Cell borders */
	.altodd td,
	.odd td,
	.oddRow td,
	.alteven td,
	.even td,
	.evenRow td	{ border-color: #dde6f0; 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: #dde6f0; 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: #00559a; 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: #eeeecc; color: #3d3d7f; }
		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 #dde6f0; }	

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: #f8f8ee url("images/btn_bg.gif") bottom repeat-x; border: 1px solid #9d9d74; color: #3d3d7f !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: #e8e8c3; border: 1px solid #9d9d74; }

#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; }

}
