/***
Theme name:							Trader
Theme version:					v.1.1
Current version date:		2009-06-05
First released:					2008-12-11
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: Arial, Helvetica, sans-serif; }

body a	{ color: #0000aa; }
	body a:hover	{ color: #0000ff; }

h2	{ font-size: 18px; }

hr	{ background: #b3b3b3; color: #b3b3b3; border: 0; height: 1px; }

	/* ==Headings */
	h1,
	h2	{ color: #5d5d5d; font-size: 18px; }
	
	div.pageHeader h1	{ /* Top most heading on a page */
		background: #ffde56 url("images/heading_1.gif") repeat-x; border: 1px solid #ffd359; margin: 0; padding: 5px 10px; 
	}			
	div.header h2	{ /* Following headings on rest of page */
		margin: 0;
	}
	
	div.checkoutPageHeader	{ margin: 0 auto 8px; }
		div.checkoutPageHeader h1 { border-bottom: 1px solid #bbb; font-size: 24px; height: 1.25em; margin: 10px 0 6px; padding: 0; }
			
	/* ==Sidebar headings */
	#leftSidebarPanel h2,
	#rightSidebarPanel h2,
	.opcSidebar h2,
	h2.sectionHeader	{ background: #ffde56 url("images/heading_1.gif") repeat-x; border: 1px solid #ffd359; padding: 5px 10px; }
	
		#rightSidebarPanel .section .section div.header h2	{ /* Sidebar sub-headings - for example: shipping estimate in mini-basket */
			background: none;
			border: none;
			font-size: 14px;
			font-weight: bold;
			padding: 0 5px;
		}					
		
	div.header	{ font-weight: bold; }
		div.header a	{ font-size: 10px; }
	
	#mainPanel h3	{ margin: 0; }


/* =Layout */
body	{ background: #fff; }

#wrapContainerOuter	{ background: #fff; margin: 0 auto; min-width: 990px; /*width: 990px;*/ }
	/* Simulating min-width in IE 6 */
	* html #wrapContainerOuter	{ width: expression(document.body.clientWidth < 952? "950px" : "100%"); }

#container	{ margin: 0 10px 10px; }

/* Main table */
#contentLayout {  }	

/* Central column of #contentLayout */
#mainPanel	{ padding: 10px; }


/* =Store Header */
#storeHeader	{ zoom: 1; }
#logo	{ padding: 10px 0; min-height: 8px; height: auto; }
		* html #logo	{ height: 8px; }
	
	/* --User navigation - login/out, account, wishlist, etc. */		
	#navUser { line-height: 1; position: absolute; top: 0; right: 0; }		
		#navUser ul	{ list-style: none; margin: 0; padding: 0; }
			
	#navUser	{ background: url("images/bg_usernav_2.gif") bottom repeat-x; padding: 7px 0 7px; }
		#navUser li	{
			border-right: 1px solid #b3b3b3;
			display: inline;
			padding: 5px 7px 6px;
		}
			#navUser li.first { 
				background: url("images/bg_usernav_1.gif") left bottom no-repeat;
			}
			#navUser li.last { 
				background: url("images/bg_usernav_3.gif") right bottom no-repeat;
				border-right: none;
			}
		#navUser a { 
			color: #333; 
			font-size: 12px;
			font-weight: bold;
			text-decoration: none; 
		}			
		#navUser a:hover	{ text-decoration: underline; }
	
	
	#headerContent	{ background: #ffdd51 url("images/bg_search_2.gif") repeat-x; height: 76px; }
		#headerContent table	{ background: url("images/bg_search_1.gif") no-repeat; width: 100%; height: 100%; }
			#headerContent td	{ vertical-align: top; }			
			#headerContent td#spacer	{ background: url("images/icon_cart_nano.gif") 0 10px no-repeat; padding: 0 12px; }
	
	/* --Nano basket */
	#nanoBasketContainer	{ background: url("images/bg_search_3.gif") right top no-repeat; color: #444; padding:  15px 0 10px; }
			#nanoBasket a	{ color: #444; }
	
	
	/* --Search area in header */
	#search	{ background: url("images/icon_search.gif") 10px 10px no-repeat; padding: 10px 0 10px 40px; }
		
		#search a { float: left; margin: 5px 0 0 5px; }
		#search .searchPhrase	{ /* Text input */
			margin-right: 5px;
			width: 430px; 
		}
		#search div	{ float: left; } /* Advanced search link follows this */
	
	
/* =Store Footer */
#storeFooter	{ border-top: 1px solid #b3b3b3; 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	{ width: 190px; }
#leftSidebarPanel		{ padding: 10px 10px 0 0; }
#rightSidebarPanel	{ padding: 10px 0 0 10px; }

#leftSidebarPanel,
#rightSidebarPanel,
.opcSidebar,
.paymentMethodSummary	{ width: 190px; }

	#leftSidebarPanel,
	.paymentMethodSummary	{ padding: 10px 10px 0 0; }
	#rightSidebarPanel,
	.opcSidebar						{ padding: 10px 0 0 10px; }
		.opcSidebar	{ padding-top: 0; }

	/* ==Sidebar blocks */
		.section .Cell,
		.onePageCheckoutCell	{ padding: 5px; }
	
		/* ===Blocks within blocks */
		#rightSidebarPanel .section .section	{ border: none; margin: 0; }
		
	#rightSidebarPanel .content,
	#rightSidebarPanel .section .content,
	.opcSidebar div.section .onePageCheckoutCell,
	.section .Cell,
	.shippingEstimateCell,
	.myRecentOrdersCell	{ border-color: #b3b3b3; border-style: solid; border-width: 0 1px 1px; }
		#rightSidebarPanel div.section	{ margin: 0 0 10px; }
			#rightSidebarPanel .section .section	{ border: none; }
			#rightSidebarPanel div.section .content	{ padding: 10px 0; }
	
	.shippingEstimateCell	{ padding: 5px; }
	

	/* ==Sidebar menus 
	Categories:			.category
	Account: 				.columns
	Orders:					.myRecentOrdersCell
	Search filters:	.productGridBorder */
	ul.category,
	ul.columns,
	#rightSidebarPanel .myRecentOrdersCell td,
	#leftSidebarPanel .productGridBorder td	{ border-color: #b3b3b3; border-style: solid; border-width: 0 1px 1px; font-size: 14px; list-style-type: none; margin: 0; padding: 10px 0; }
		#rightSidebarPanel .myRecentOrdersCell td,
		#leftSidebarPanel .productGridBorder td	{ border-width: 0; padding: 5px; }
		
		ul.columns li,
		ul.category li	{ padding: 5px 0 5px 10px; }
			
			ul.columns li a,
			ul.category li a,		
			.myRecentOrdersCell a,
			.productGridBorder td a	{ display: block; zoom: 1; }
			
				ul.columns li a:hover,
				ul.category li a:hover,			
				.myRecentOrdersCell a:hover,
				.productGridBorder td a:hover	{ background: #f0f1ff; }
				
	/* ==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 solid #b3b3b3; 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 #b3b3b3; 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; }
			#miniBasketShippingEstimateBox .shippingEstimateCell	{ border: none; }


/* =Home page */

	/* ==Featured products */
	.rowSeparator	{ background: #fff; 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	{ border-bottom: 1px solid #b3b3b3; font-size: 12px; font-weight: bold; margin: 11px 0 10px; }
	.breadCrumbPanel a,
	.CategoryBreadCrumbs a	{ text-decoration: none; }

.searchSortHeader	{ border-bottom: 1px solid #b3b3b3; color: #555; margin: 0 0 10px; padding: 5px 0; }

	/* ==Catalog */
	table.catalog	{ margin: 0 0 10px; table-layout: fixed; }
		td.tableNode	{ border-bottom: 10px solid #fff; padding: 5px; }
		.catalog .separator	{ width: 10px !important; }

.pricePopup	{  }
	.pricePopupHeader	{ background: #0000cc; color: #fff; font-weight: bold; }


/* =Product pages */
.productOptions div	{ }


/* =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 #b3b3b3; 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_1.gif") repeat-x;
		border: 1px solid #5C9EBF;
		color: #16326a;
		display: block;
		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/bg_progress.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 */	
	.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: #fff5cb; 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-style: solid; border-width: 1px; 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 80px;
	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: #f0f1ff; }
	.alteven,
	.even,
	.evenRow	{ background-color: #e4e4f7; }

	/* ==Cell borders */
	.altodd td,
	.odd td,
	.oddRow td,
	.alteven td,
	.even td,
	.evenRow td	{ border-color: #ddd; 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: #ddd; 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: #010a85; 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: #ccccff; color: #333; }
		table.form table th.rowHeader,
		table.form table.orderSummary th	{ background: none; color: #333; }
	
	table.form th.verticalText	{ background: none; color: #333; }
	
	table.selectShippingMethod td.methods	{ border-left: 1px solid #ddd; }	

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: #010a85 url("images/btn_bg.gif") repeat-x; border: 1px solid #0000cc; 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: #01086a; border: 1px solid #0000cc; }

#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; }

}