/* revised : 08/22/2008 : me */

/*  all media  */
@media all
{
	
	/* global */
	* 								{ margin:0; padding:0; } html { overflow-y:scroll; }
	body							{  }
	
	/* tags */
	s								{ color:#f00; }
	input							{ border:1px solid #999; } input[type='image'] { border:0; }
	img							{ border:0; }
	
	/* customer */
	.error						{ border:1px solid #fc0; background:#fffea1; padding:5px; color:#000; }
	
	/* layout */
	#column-left				{ float:left; width:200px; }
	#column-middle				{ float:left; width:671px; padding:0 10px; }
	#column-right				{ float:left; width:200px; }
	#info-column				{ float:left; width:200px; }
	
	#new-products				{  }
	
	/* PRODUCT LISTINGS */ /* output built in: /includes/modules/product_listing.php */
	.sub-category					{ margin:0 0 15px 0; }
	
	.product-listing				{ width:650px; }
	.product							{ float:left; width:650px; border-bottom:1px solid #aaa; margin:0 0 10px 0; padding:0 0 10px 0; }
		.product-img				{ float:left; margin:0 5px 0 0; }
		.product-desc				{ width:385px; float:left; }
		.product-price				{ float:right; text-align:center; }
		.product-link				{ float:left; width:100px; }
	.sale-price						{  }
	.old-price						{ text-decoration:line-through; font-size:12px; color:#f00; }
	.cat_img							{ float:left; margin:0 0 10px; border:1px solid #ccc; margin-right:12px; padding:6px; text-align:center; font-size:11px; display:block; }
		.cat_img:hover				{ border:1px solid #4f7edc; text-decoration:none; }
		
	/* SHOPPING CART */
	
	.grey-mo						{ background-color:#fff; }
	.grey-mo:hover				{ background-color:#eee; }
	.new-cat						{ float:left; padding:15px; margin:5px; }
	.new-product				{ width:90px; float:left; padding:15px; margin:5px; border:1px solid black; }
	.tracking					{ margin:10px 0 0 0; }
	.tracking-logo				{ margin:3px 0 0 15px; float:left; }
	.tracking h3				{ float:left; }
	
	/* "MODULES" */
	#module						{  }
	#module h2					{  }
		
		.sat							{ text-align:center; padding:15px 0 0 0; margin:5px 0; border-top:1px solid #e2e2e2; }
		.sat img						{ margin:0 0 5px; }
		
		/* categories */
		.categories					{ padding:5px 0 0 0; margin:5px 0 0 0; border-top:1px solid #e2e2e2; }
			.main-cat				{ display:block; font-size:14px; }
			.sub-cat					{ display:block; margin:0 0 0 20px; }
			
		/* manufacturers */
		.manufacturers				{  }
		
		/* what's new */
		.whats-new					{  }
			.whats-new img			{  }
			.whats-new .price		{  }
			.whats-new .sp-price	{  }
			
		/* quick find */
		.quick-find					{ padding:5px 0 0 0; margin:10px 0 0 0; border-top:1px solid #e2e2e2; }
		
		/* shopping-cart */
		.shopping-cart				{ padding:10px 0 0 0; margin:10px 0 0 0; border-top:1px solid #e2e2e2; }
		
		/* shopping-cart */
		.specials					{  }
		
		/* shopping-cart */
		.reviews						{  }
		
		/* best-sellers */
		.best-sellers				{  }
		
		/* order-history */
		.order-history				{  }
		
	/* INDIVIDUAL PAGES */
		
		/* login.php */
		.new-customer					{ float:left; width:50%; }
		.returning-customer			{ float:left; width:50%; }
		
		/* address_book */
		.address							{ padding:10px; }
		.primary-desc					{ float:left; width:50%; }
		.primary-add					{ float:left; width:50%; }
		
		/* checkout_shipping.php */
		.progress-box					{ width:160px; float:left; padding:5px 0; border:1px solid #aaa; text-align:center;  }
		.no-border-r					{ border-right:none; }
		.pro-active						{ background-color:lightblue; font-weight:bold; }
		.pro-passed						{ color:#aaa; }
		
		#restore-message { width:630px; padding:10px 10px 0 10px; border:3px solid #4c6583; color:#4c6583; margin:0 0 20px 0; background:#ccc; }
}

/*  print media  */
@media print
{
	
	
	
}
