@import url("screen.css");

/* Shows MacOS X Products only */


/* --- windows mobile products -------- */

#osx_products_wrap {
	width:740px;
}

/* --- windows mobile products : box  -------- */

#osx_products #osx_box {
	
	width:350px;
	float:left;
	padding:10px;
	border:1px solid #B7B7B7;
	background-color:#F1F1F1;
}

#osx_products div.more_products {
	width:350px;
	clear:none;
	float:right;
} 



/* --- wm products -------- */

#wm_products_wrap {
	width:740px; 
	clear:both;
	display:none;
}


/* --- wm products : box  -------- */

#wm_products #wm_box {
	display:none;
}

#wm_products div.more_products {
	display:none;
} 
