| Related sites for http://www.clubmac.com/ |
| Yahoo!_Groups__nextos Help for NeXT OS users. | | Java_Addition_to_Default_Environment_(JADE) Customizable XML support, generic Matrix class, and automatic error calculation. [Open Source, LGPL] | | CyberPatrol Filtering software for Windows PCs. It protects children online by filtering and blocking access to objectionable Internet sites that parents deem inappropriate. | | Neophyte_Computer_Training One-to-one or group computer training, in Plymouth. | | StarGate_Semiconductor A group of consultants providing design expertise for ASIC, FPGA, hardware, software, and turnkey product design. | | W3C_Internationalization_and_Localization The World Wide Web Consortium's Localization/Internationalization working group web pages. | | Loud_Blue_Studios A Baton Rouge, Louisiana Flash resource center for 3d vector animation and cartoons. | | NetBudgets Develops business performance management solutions including a single unified application for budgeting, strategic planning, forecasting, consolidations, performance reporting and analysis. | | Macworld_UK United Kingdom based publication. Products reviews, services, and daily news as well as a reader forum. | | SubmitSide_ Free site submission. | | UnxUtils Native Win32 ports of some GNU utilities. Does not include compilers. | | RFC_3167 Request to Move RFC 1745 to Historic Status. D. Meyer, J. Scudder. August 2001. | | Anthony_C__Hearn Resident consultant at RAND; research work includes symbolic and algebraic computation (especially REDUCE), scientific software, digital publication and computer networks. | | The_Design_of_a_Robust_Persistence_Layer_for_Relational_Databases An AmbySoft Inc. white paper by Scott W. Ambler. This design reflects author's several years of experience building and using persistence layers in several languages. | | RFC_3286 An Introduction to the Stream Control Transmission Protocol (SCTP). L. Ong, J. Yoakum. May 2002. | | Hengen_Services Provides hosting, design, and programming services. | | Prinet Web design, hosting, and internet marketing firm located in Palm Springs, California. | | Photoshop_Help Offers free tutorials, tips and information. | | Zeus Patch to read the binary log files produced by the Zeus web server. | | QuickSpot Visual file comparison utility. Windows 95 and higher. |
|
ClubMac - The Online Mac Catalog
/*
Global Customer Type CSS
Uses positional css for consumer and business
IDs are used to differentiate between customer types:
ID Type
pcTypeConsumer Consumer
pcTypeBusiness Business
*/
/* basic styles */
body {
margin: 0;
padding: 0;
border: 0;
text-align: center;
background: #ffffff;
}
.displayOn {
display: visible;
}
.displayOff {
display: none;
}
hr {
width: 100%;
border: solid 1px #ffffff;
border-bottom: solid 1px #ababab;
filter: progid:DXImageTransform.Microsoft.Shadow(direction=180,color=#cbcbcb,strength=4);
}
/* main page header */
#pcMainHeader {
background: #ffffff;
height: 72px;
width: 750px;
padding: 4px 0 4px 0;
}
#pcMainHeader #pcMainSearch {
background: #f2f2f2;
border: solid 1px #ababab;
float: right;
height: 64px;
width: 300px;
color: #003464;
text-align: center;
font: 10px Arial, Helvetica, sans-serif;
}
#pcMainHeader #pcMainSearch ul {
width: 296px;
height: 20px;
margin: 0;
padding: 2px;
list-style: none;
background: #ffffff;
border-bottom: solid 1px #ababab;
margin-bottom: 5px;
}
#pcMainHeader #pcMainSearch li {
float: left;
padding: 2px 3px 2px 3px;
}
#pcMainHeader #pcMainSearch a {
text-decoration: none;
float: left;
color: #003464;
}
/* CBH \*/
#pcMainHeader #pcMainSearch a {float:none;}
/* End CBH */
#pcMainHeader #pcMainSearch li a:hover {
background: #f2f2f2;
}
#pcMainHeader #pcMainSearch p a:hover {
background: #ffffff;
}
#pcMainHeader form {
vertical-align: middle;
width: 100%;
margin: 0;
padding: 0;
}
#pcMainHeader input {
background: #ffffff;
border: solid 1px #003464;
padding: 0;
margin: 0;
}
#pcMainHeader p {
font: 10px Arial, Helvetica, sans-serif;
width: 100%;
margin: 0;
padding: 2px;
}
/* main header bar */
#pcTypeConsumer #pcMainHeaderBar {
background: #fe0000 url(https://image1.cc-inc.com/en_ideamall/co_pcmall/div_pcmall/div_interface/cons/bg_headerbar_consumer.gif) repeat-x;
border-bottom: solid 2px #ffffff;
height: 33px;
width: 100%;
padding: 0;
}
#pcTypeBusiness #pcMainHeaderBar {
background: #123a7f url(https://image1.cc-inc.com/en_ideamall/co_pcmall/div_pcmall/div_interface/corp/bg_headerbar_business.gif) repeat-x;
border-bottom: solid 2px #ffffff;
height: 33px;
width: 100%;
padding: 0;
}
#pcMainHeaderBar table {
font: bold 12px Arial, Helvetica, sans-serif;
color: #ffffff;
height: 33px;
}
#pcMainHeaderBar td a {
color: #094081;
font: bold 12px Arial, Helvetica, sans-serif;
text-decoration: none;
height: 33px;
padding: 12px 10px 0 10px;
}
#pcTypeConsumer #pcMainHeaderBar #tabs {
background: #fe0000 url(https://image1.cc-inc.com/en_ideamall/co_pcmall/div_pcmall/div_interface/cons/bg_headertabs_consumer.gif) repeat-x;
}
#pcTypeConsumer #pcMainHeaderBar #selected {
background: #fe0000 url(https://image1.cc-inc.com/en_ideamall/co_pcmall/div_pcmall/div_interface/cons/bg_headertabdown_consumer.gif) repeat-x;
height: 33px;
padding: 8px 10px 0 10px;
font: bold 12px Arial, Helvetica, sans-serif;
color: #fe0000;
}
#pcTypeBusiness #pcMainHeaderBar #tabs {
background: #123a7f url(https://image1.cc-inc.com/en_ideamall/co_pcmall/div_pcmall/div_interface/corp/bg_headertabs_business.gif) repeat-x;
}
#pcTypeBusiness #pcMainHeaderBar #selected {
background: #123a7f url(https://image1.cc-inc.com/en_ideamall/co_pcmall/div_pcmall/div_interface/corp/bg_headertabdown_business.gif) repeat-x;
height: 33px;
padding: 8px 10px 0 10px;
font: bold 12px Arial, Helvetica, sans-serif;
color: #2b2b61;
}
#pcTypeConsumer #pcMainHeaderBar #change_homepage {
text-align: right;
color: #ffffff;
font-weight: normal;
}
#pcTypeBusiness #pcMainHeaderBar #change_homepage {
text-align: right;
color: #a9abdb;
font-weight: normal;
}
#pcTypeConsumer #pcMainHeaderBar #change_homepage a {
color: #ffffff;
padding: 10px 0 0 0;
}
#pcTypeBusiness #pcMainHeaderBar #change_homepage a {
color: #a9abdb;
padding: 10px 0 0 0;
}
/* CBH \*/
#pcMainHeaderBar a {float:none;}
/* End CBH */
#pcTypeConsumer #pcMainHeaderBar .noType {
background: #0066ff url(https://image1.cc-inc.com/en_ideamall/co_pcmall/div_pcmall/div_interface/cons/bg_headerbar_default.gif) repeat-x;
height: 30px;
}
/* main menu bar */
#pcMainMenuBar {
background: #2b2b61;
border-top: solid 1px #acb9c2;
border-bottom: solid 1px #2b2b61;
font: 12px Arial, Helvetica, sans-serif;
height: 24px;
width: 100%;
padding: 0;
}
#pcMainMenuBar table {
background: #6785a1;
border-right: solid 1px #acb9c2;
width: 750px;
height: 24px;
}
#pcMainMenuBar a {
border-left: solid 1px #acb9c2;
text-decoration: none;
color: #ffffff;
padding: 4px 5px 0 5px;
height: 24px;
width: 100%;
}
#pcMainMenuBar a:hover {
background: #ffffff;
color: #6785a1;
}
/* change homepage */
#pcMainChangeHomepage {
margin-top: 12px;
}
/* main body */
#pcMainBody {
background: #ffffff;
margin-top: 12px;
width: 750px;
}
#pcMainBody .topShadow {
background: url(https://image1.cc-inc.com/en_ideamall/co_pcmall/div_pcmall/div_interface/corp/hr_shadow.gif) repeat-x;
}
/* promotion signup */
#pcMainBody #promotion {
background: #ffffff;
border: solid 1px #ababab;
padding: 10px;
text-align: center;
}
#pcTypeConsumer #pcMainBody #promotion h1 {
font: bold 14px Verdana, Arial, Helvetica, sans-serif;
color: #fe0000;
}
#pcTypeBusiness #pcMainBody #promotion h1 {
font: bold 14px Verdana, Arial, Helvetica, sans-serif;
color: #123a7f;
}
#pcMainBody #promotion h2 {
background: url(https://image1.cc-inc.com/en_ideamall/co_pcmall/div_pcmall/div_interface/corp/hr_shadow.gif) repeat-x;
font: bold 24px Verdana, Arial, Helvetica, sans-serif;
color: #6785a1;
padding-top: 15px;
}
#pcMainBody #promotion h3 {
font: bold 14px Verdana, Arial, Helvetica, sans-serif;
color: #094081;
}
#pcMainBody #promotion input {
background: #ffffff;
border: solid 1px #003464;
padding: 0;
margin: 0;
}
#pcMainBody #promotion .popBox {
background: #ff0000;
font: bold 12px Verdana, Arial, Helvetica, sans-serif;
color: #ffffff;
border: outset 2px #ff3333;
padding: 2px;
}
/* left navigation */
#pcLeftNav {
font: 12px Verdana, Arial, Helvetica, sans-serif;
width: 172px;
text-align: left;
background: #ffffff;
border: solid 1px #bababa;
}
#pcLeftNav ul {
list-style: none;
margin: 0;
margin-bottom: 5px;
padding: 0;
}
#pcTypeConsumer #pcLeftNav li h1 {
margin: 0;
display: block;
background: #ffffff;
padding: 7px 5px 5px 10px;
font: bold 11px Verdana, Arial, Helvetica, sans-serif;
color: #002b6c;
}
#pcTypeBusiness #pcLeftNav li h1 {
margin: 0;
display: block;
background: #ffffff;
padding: 7px 5px 5px 10px;
font: bold 11px Verdana, Arial, Helvetica, sans-serif;
color: #2b2b61;
}
#pcTypeConsumer #pcLeftNav li h2 {
color: #002b6c;
font: bold 11px Verdana, Arial, Helvetica, sans-serif;
padding: 0 10px 0 10px;
margin: 0;
}
#pcTypeBusiness #pcLeftNav li h2 {
color: #2b2b61;
font: bold 11px Verdana, Arial, Helvetica, sans-serif;
padding: 0 10px 0 10px;
margin: 0;
}
#pcLeftNav li p {
color: #003464;
font: 10px Verdana, Arial, Helvetica, sans-serif;
padding: 3px 10px 5px 10px;
margin: 0;
}
#pcLeftNav li a {
color: #003464;
font: 10px Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;
}
#pcLeftNav li a:hover {
background: #f2f2f2;
}
#pcLeftNav li input {
background: #ffffff;
border: solid 1px #003464;
font: 11px Verdana, Arial, Helvetica, sans-serif;
}
#pcLeftNav li li a {
color: #003464;
display: block;
font: 11px Verdana, Arial, Helvetica, sans-serif;
background: fixed url(https://image1.cc-inc.com/en_ideamall/co_pcmall/div_pcmall/div_interface/corp/bullet_blue_dash.gif) left center no-repeat;
padding: 3px 10px 0px 10px;
margin-left: 10px;
text-decoration: none;
}
#pcLeftNav li li a:hover {
background: fixed #f2f2f2 url(https://image1.cc-inc.com/en_ideamall/co_pcmall/div_pcmall/div_interface/corp/bullet_blue_dash.gif) left center no-repeat;
}
/* corp headlines */
#pcHeadlines {
font: 12px Verdana, Arial, Helvetica, sans-serif;
display: block;
width: 100%;
background: #ffffff;
}
#pcHeadlines ul {
list-style: none;
margin: 0;
padding: 10;
background: #f2f2f2;
height: 220px;
border: solid 1px #bababa;
border-top: none;
}
#pcHeadlines li {
padding: 5px;
margin-left: 5px;
padding-left: 20px;
background: fixed url(https://image1.cc-inc.com/en_ideamall/co_pcmall/div_pcmall/div_interface/corp/arrow.gif) left center no-repeat;
}
#pcHeadlines li a {
color: #012a6c;
display: block;
font: 11px Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;
}
#pcHeadlines li a:hover {
background: #ffffff;
}
#pcHeadlines a.more {
color: #012a6c;
font: 10px Verdana, Arial, Helvetica, sans-serif;
float: right;
text-decoration: none;
padding: 2px;
margin: 5px 10px 5px 0;
padding-left: 20px;
background: fixed url(https://image1.cc-inc.com/en_ideamall/co_pcmall/div_pcmall/div_interface/corp/arrow_2.gif) left center no-repeat;
}
#pcHeadlines a.more:hover {
background: fixed #f2f2f2 url(https://image1.cc-inc.com/en_ideamall/co_pcmall/div_pcmall/div_interface/corp/arrow_2.gif) left center no-repeat;
}
/* main footer */
#pcMainFooter {
background: #ffffff;
border: solid 1px #ababab;
height: 132px;
width: 750px;
padding: 0;
margin-top: 12px;
margin-bottom: 12px;
color: #003464;
font: 11px Verdana, Arial, Helvetica, sans-serif;
text-align: center;
}
#pcMainFooter ul {
margin: 25px;
padding: 2px;
list-style: none;
width: 625px;
}
#pcMainFooter li {
float: left;
padding: 2px 5px 2px 5px;
}
#pcMainFooter a {
text-decoration: none;
float: left;
color: #003464;
}
/* CBH \*/
#pcMainFooter a {float:none;}
/* End CBH */
#pcMainFooter a:hover {
background: #f2f2f2;
}
#pcMainFooter p {
color: #003464;
font: 11px Verdana, Arial, Helvetica, sans-serif;
padding: 0;
margin: 20px;
}
/* Splash Main Body */
#pcSplash {
background: #123a7f url(https://image1.cc-inc.com/en_ideamall/co_pcmall/div_pcmall/div_interface/cons/bg_splash_wp.gif) center center repeat-y;
}
#pcSplash a {
text-decoration: none;
color: #003464;
}
#pcSplash a:hover {
background: #f2f2f2;
}
#pcSplashMainBody {
/*background: #ffffff;
border-right: solid 1px #123a7f;
border-left: solid 1px #123a7f;*/
width: 754px;
height: 100%;
position: relative;
}
#pcSplashMainBody table {
margin-top: 25px;
}
#pcSplashMainBody #pcMallPhone {
color: #000e83;
font: 24px Verdana, Arial, Helvetica, sans-serif;
padding: 0;
margin: 30px 0 60px 0;
}
/* Splash Footer */
#pcSplashFooter p {
color: #003464;
font: 11px/200% Verdana, Arial, Helvetica, sans-serif;
padding: 0;
margin: 20px;
}
Home Page |
Order Status |
Cart & Checkout |
My Account |
Login
Search
Advanced Search
Systems
Peripherals
Software
Storage
Networking
iPod Store
Gaming Store
Blowout Deals
Mac Pro
MacBook
MacBook Pro
iMacs
Xserve / Xserve RAID
iPod
PDAs / Handhelds
CPU Upgrades
Memory
Accessories
Audio / MP3
Cables / KVM
Camera (Still)
Camera (Video)
Camera & Video Accessories
Carrying Cases
CPU Upgrades
Digital Imaging Accessories
Displays (CRT)
Displays (LCD)
DVD Players
FireWire Adapters
Headphones
Home Electronics
Input Devices
iPods
Lighting
Media
Media Converters
Memory
Microphones
Modems
Networking / Wireless
PDAs / Handhelds
Portable Audio
Power Protection
Printers
Printer Supplies
Projectors
Scanners
SCSI Adapters
Security Products
Speakers
Telephony & Video Conferencing
Television & Big Screens
Tripods, Plates, Heads & Stabilizers
USB Adapters
VCR - Consumer
Video Adapters
Video Cards
Video Editing
Video Editors, Mixers & Titlers
3D / Animation
Anti-Virus
Backup
Business (General)
CAD / CAM
Database
Desktop Publishing (Illustration)
Desktop Publishing (Imaging)
Desktop Publishing (Layout)
Desktop Publishing (Utilities)
Development Tools
Education
Games
Graphics
Music & Audio
Networking
Operating Systems / Server
Personal Creative
Reference
Utilities
Video Publishing (Audio)
Video Publishing (DVD Authoring)
Video Publishing (Editing)
Web Publishing & Design
Adapter & Controller Cards
Backup Software
CD-ROM & CD-R/RW Drives
CD-ROM Multidrive / Changers
DVD & DVD-RW Drives
External Hard Drives
FireWire Disk Drives
Internal 2.5in Portable Drives
Internal IDE / ATA Hard Drives
Internal SCSI Disk Drives
Media - CD & DVD
Media - Tape & Removable
Network Attached Storage (NAS)
RAID
Removable Drives
Storage Area Network (SAN)
Tape Back-Up
Cables
Internet Gateways & Routers
Modems
Network Attached Storage (NAS)
Network Interface Cards
Network Security
Power Protection
Software
Switches & Hubs
WAN (Internet Routers, Gateways, etc...)
Wireless Network
.th:visited{ FONT-WEIGHT: bold; FONT-SIZE: 8pt; COLOR: #003366; FONT-FAMILY: arial; TEXT-DECORATION: none }
.th:link{ FONT-WEIGHT: bold; FONT-SIZE: 8pt; COLOR: #003366; FONT-FAMILY: arial; TEXT-DECORATION: none }
.th:hover { FONT-WEIGHT: bold; FONT-SIZE: 8pt; COLOR: #ffffff; FONT-FAMILY: arial; TEXT-DECORATION: underline }
Mac mini Intel |
MacBook |
MacBook Air |
MacBook Pro |
Mac Pro |
iMac Intel |
Xserve |
Display |
iPod |
Apple TV
Stylus C120 Color Inkjet Printer $68.99
Protection Plan for MacBook or MacBook Air $249.00
|
|