/*
-----------------------------------------------
BuyMac.com
Author: Luke Wong
Version: 1.1 (11 July 2006)
----------------------------------------------- */

* {
	padding: 0;
	margin: 0;
}

p, pre, blockquote, form, label, dl, fieldset, address { margin-bottom: 1em; }
ol, ul, blockquote { margin: 1em 5%; }
li { margin-left: 2%; }
option { padding-right: 5px; }
img, fieldset { border: 0; }
pre { font-size: 12px; margin-left: 60px;}


/* Structure
----------------------------------------------- */

body {
	padding: 0;
	margin: 0;
	text-align: center;
	font: 12px 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}

#wrap {
	width: 100%;
	background: #fff url(../i/header-bg.gif) repeat-x top left;
}

#container {
	width: 840px;
	text-align: left;
	margin: 0 auto;
}

#header {
	width: 840px;
	height: 100px;
	margin-bottom: 1em;
	position: relative;
}

#main {
	font-size: 11px;
	line-height: 1.3em;
}

#menu {
	float: left;
	width: 140px;
	margin: 0 10px 0 0;
	display: inline;
}

#content {
	float: left;
	width: 420px;
	margin: 0 10px 0 0;
	margin-bottom: 1em;
}

#sidebar {
	float: left;
	width: 260px;
}

#footer {
	clear: both;
	border-top: 1px dotted #ced2dc;
	width: 100%;
	margin: 2em 0 110px 0;
	text-align: center;
	color: #aaa;
	font-size: 10px;
	padding: 1em 0;
}

#cart {
	position: fixed;
	bottom: 0; 
	width: 100%;
	height: 123px;
	background: url(../i/fade.png) repeat-x top left;
}

a:link, a:visited {
	color: #404d70;
	font-weight: bold;
}

a:hover, a:active {
	color: #7e8bad;
	font-weight: bold;
}




/* Header
----------------------------------------------- */

#header h1 a {
	display: block;
	width: 265px;
	height: 84px;
	position: absolute;
	left: -2px;
	top: 5px;
	background: url(../i/buymaclogo.gif) no-repeat top left;
}

#header h1 a i { display: none; }

#phonelogo {
	position: absolute;
	top: 7px;
	left: 663px;
}

#applelogo {
	position: absolute;
	top: 7px;
	left: 482px;
}


/* Menu Column
----------------------------------------------- */

#menu h2 {
	background: #fff;
	color: #404d70;
	font-size: 12px;
	border-bottom: 2px solid #687492;
}

#searchbox {
	padding: 10px 5px 1px 5px;
	background: #ced2dc;
	height: 28px;
}

#searchbox fieldset {
	margin: 0;
	width: 130px;
}

#searchbox input { 
	font-size: 10px;
	color: #687492;
	margin: 0 2px;
}

#search { 
	width: 90px; 
	border: 1px solid #687492;
	padding: 2px;
}

#searchsubmit {
	vertical-align: top;
	height: 16px;
	width: 16px;
	padding-left: 0;
}

.menu-node {
	background: #ced2dc;
	padding-bottom: 1em;
}

.menu-node h3 {
	background: #687492;
	color: #fff;
	font-size: 11px;
	padding: 2px 7%;
	margin-top: 0;
}

.menu-node ul {
	list-style: none;
	margin: .5em 5% 0 5%;
}

.menu-node a:link, .menu-node a:visited {
	font-weight: normal;
	text-decoration: none;
}

.menu-node a:hover, .menu-node a:active {
	font-weight: normal;
	text-decoration: underline;
}

.smalllogo {
	text-align: center;
	margin-top: 10px;
	color: #999;
	font-size: 9px;
	line-height: 1.1em;
}

.smalllogo img {
	border: 1px solid #ddd;
	padding: 1px;
}

#livehelp { margin-top: 10px; }

#livehelp p {
	text-align: center;
	color: #999;
	font-size: 9px;
	line-height: 1.1em;
}

#livehelp a { 
	text-decoration: none;
	color: #999;
}

.live-logo { color: #475780; }
.person-logo { color: #56A145; }


/* Home - Main Column
----------------------------------------------- */

.row {
	float: left;
	width: 420px;	
}

.row div {
	float: left;
	width: 120px;
	margin: 10px;
	text-align: center;
	display: inline;
}

.row div p {
	margin-bottom: 0;
}


/* Home - Main Column
----------------------------------------------- */

#display {
	padding-bottom: 10px;
}

#display h2 {
	font-size: 12px;
	background: #fff;
}

#display-img img {
	float: left;
	margin: 10px 0 0 10px;
	display: inline;
	width: 120px;
}

#display-text {
	margin: 10px 10px 0 140px;
	width: 270px;
	padding-bottom: 0;
	min-height: 120px;
}

p.price {
	margin-bottom: 0;
}

.display-ad {
	margin-top: 1.2em;
}

#productcount {
	background: url(../i/productcount-bg.gif) no-repeat 0 0;
	width: 410px;
	height: 18px;
	color: #404D70;
	padding-left: 10px;
	font-weight: bold;
	line-height: 18px;
}

/* Home - Sidebar Column
----------------------------------------------- */

.sidebar-node h2, #info-sidebar h2, #contact-sidebar h2 {
	background: #fff;
	font-size: 12px;
	color: #404d70;
	border-bottom: 2px solid #687492;
}

.sidebar-node {
	background: #ced2dc;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.sidebar-node-item {
	width: 260px;
	clear: both;
	padding-top: 10px;
}

.sidebar-node-item img {
	float: left;
	margin: 0 0 0 10px;
	width: 60px;
	display: inline;
	border: 1px solid #a8b1c6;
}

.sidebar-node-item p  {
	margin: 0 0 0 82px;
	width: 168px;
	min-height: 52px;
	color: #404d70;
	padding-top: 10px;
}

.sidebar-banner {
	background: #fff;
	margin-top: 14px;
}

.sidebar-banner img {
	margin-bottom: 5px;
}


/* Breadcrumbs
----------------------------------------------- */

#breadcrumbs { margin-bottom: 1.5em; }

#breadcrumbs p {
	margin-bottom: .3em;
	color: #666;
}

#category #breadcrumbs {
	margin-left: 5px;
}


/* Category
----------------------------------------------- */

#category #content {
	width: 690px;
	margin: 1.3em 0 2em 0;
}

#category #display-text {
	width: 540px;
	font-size: 12px;
	line-height: 1.5em;
	color: #333;
}

#category #content h2 {
	font-size: 16px;
	margin-bottom: .5em;
	color: #404d70;
	border-bottom: 1px dotted #ced2dc;
	padding-bottom: 2px;
}

#category #content h3 {
	margin-bottom: .5em;
	font-size: 14px;
	color: #404d70;
	line-height: 1.3em;
}

#category #display-text p {
	margin-bottom: 0;
}

#category #display {
	font-size: 12px;
}

#submenu {
	clear: both;
	margin: 20px 0 2em -1px;
}

#submenu table {
	width: 600px;
	border-collapse: collapse;
	margin-left: 45px;
}

#submenu td {
	width: 150px;
	height: 35px;
	font-size: 12px;
	vertical-align: middle;
	text-align: left;
	padding: 0 5px 10px 5px;
}

#submenu td.cat-img {
	width: 35px;
}

#submenu img {
	width: 35px;
	height: 35px;
	vertical-align: middle;
}

#submenu table a {
	font-size: 11px;
}


.category-item {
	clear: both;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px dotted #ced2dc;
}

.category-img img {
	float: left;
	display: inline;
	width: 120px;
	margin: 0 10px;
}

.category-text {
	float: left;
	display: inline;
	width: 380px;
	margin: 0 10px 10px 0;	
}

.category-price {
	margin-left: 530px;
	width: 150px;
	height: 120px;
	text-align: right;
	color: #333;
}

.category-price strong {
	font-size: 12px;
	color: #404d70;	
}


/* Seacrh Results
----------------------------------------------- */

#searchresults #content {
	width: 690px;
	margin: 1.3em 0 2em 0;
}

#searchresults #display p {
	margin-bottom: 0;
}

#searchresults #display-text {
	width: 540px;
	font-size: 11px;
	line-height: 1.5em;
	color: #333;
}

#searchresults #content h2 {
	font-size: 16px;
	margin-bottom: .5em;
	color: #404d70;
	border-bottom: 1px dotted #ced2dc;
	padding-bottom: 2px;
}

#searchresults #content h3 {
	margin-bottom: .5em;
	font-size: 14px;
	color: #404d70;
}

#searchresults #display {
	font-size: 12px;
}

.search-item {
	clear: both;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px dotted #ced2dc;
	font-size: 11px;
}

.search-img img {
	float: left;
	display: inline;
	width: 60px;
	margin: 0 10px;
}

.search-text {
	float: left;
	display: inline;
	width: 450px;
	margin: 0 10px 0 0;	
}

.search-text h3 a, .search-text h3 {
	font-size: 11px;
	line-height: .5em;
	padding: 0;
	margin: 0;
}

.search-price {
	margin-left: 530px;
	width: 150px;
	text-align: right;
	color: #333;
}

.search-price strong {
	color: #404d70;	
}



/* Pagination
----------------------------------------------- */

.pages {
    padding: 1em 0;
    border-top: 1px dotted #ced2dc;
    margin: 2em 0;
    clear: left;
    font-size: 85%;
}

.pages a, .pages span {
    display: block;
    float: left;
    padding: 2px 5px;
    margin-right: 1px;
    border: 1px solid #fff;
    background: #fff;
}

.pages span.current {
    border: 1px solid #404d70;
    font-weight: bold;
    background: #404d70;
    color: #fff;
}

.pages a {
    border: 1px solid #687492;
    text-decoration: none;
	color: #687492;
}

.pages a:hover {
    border-color: #404d70;
	color: #404d70;
}

.pages a.nextprev {
    font-weight: bold;
}

.pages span.nextprev {
    color: #666;
}

.pages span.nextprev {
	border: 1px solid #ddd;
	color: #999;
}


/* Products
----------------------------------------------- */

#product #content {
	width: 685px;
	margin: 1.3em 0 0 5px;
}

#image-options {
	float: left;
	width: 32%;
	display: inline;
}

#product-image img {
	width: 215px;
	border: 1px solid #fff;
}

.product-image-row img {
	width: 50px;
	border: 1px solid #a8b1c6;
	margin-left: 3px;
	margin-bottom: 1px;
}

.product-image-row img.first {
	margin-left: 0px;
}

.product-image-row p {
	color: #aaa;
	font-size: 10px;
	text-align: center;
}

.product-image-row a:hover img {
	border: 1px solid #687492;
}

#product-info {
	width: 66%;
	float: right;
	font-size: 12px;
	line-height: 1.5em;
	z-index: -900;
}

#product-info p {
	margin: .5em 0;
}

#product-details {
	margin-bottom: 3em;
	height: 130px;
}

#product-details h2 {
	color: #404d70;
	line-height: 1.3em;
	font-size: 18px;
	width: 65%;
	float: left;
}

#product-price {
	width: 33%;
	float: right;
	overflow: auto;
}

#product-price p {
	text-align: right;
	margin: 0;
}

#product-price p span {
	font-size: 11px;
}

#product-price strong {
	font-size: 14px;
	color: #404d70;
}

#specs {
	background: #ced2dc;
	padding-bottom: .5em;
	color: #404d70;
	margin: 2em 0;
	font-size: 11px;
}

#specs div {
	padding-left: 10px;
}

/* Prevents HTML editor screw-ups */ 
#specs h1, #specs h2, #specs h3, #specs h4 {
	font-size: 11px;
	float: none;
}

h3#specs-title {
	color: #404d70;
	border-bottom: 2px solid #687492;
	background-color: #fff;
	font-size: 14px;
}

#related {
	margin-bottom: 4em;	
}

.related-item {
	margin: 10px 0;
}

.related-item img {
	vertical-align: middle;
}


#product-options {
	margin: 2em 0;
}

#product-options fieldset {
	width: 217px;
}

#product-options h3, #related h3 {
	color: #687492;
	border-bottom: 2px solid #CED2DC;
	margin: 1em 0;
	font-size: 12px;
}

#product-options label, #product-options h4 {
	color: #404d70;
	font-weight: bold;
	display: block;
	margin-bottom: .2em;
	float: none;
	text-align: left;
	font-size: 12px;
}

#product-options label {
	width: 410px;
}

#product-options input {
	margin-left: 0;
}

#product-options select {
	width: 410px;
	margin: 0 0 .5em 0;
	font-size: 10px;
}


/* Info / Contact Pages
----------------------------------------------- */

#info #content, #contact #content {
	width: 680px;
	margin: 0 0 0 10px;
}

#info-text, #contact-text {
	width: 460px;
	float: left;
	display: inline;
	margin-bottom: 2em;
	line-height: 1.5em;
}

#info-text p, #contact-text p {
	font-size: 12px;
}

#info-text h1 {
	color: #404d70;
	font-size: 18px;
	line-height: 1.5em;
}

#info-text h2 { 
	color: #404d70;
	font-size: 14px; 
}

h2#text-header {
	color: #404d70;
	border-bottom: 2px solid #687492;
	background-color: #fff;
	margin: 1px 0 1em 0;
	line-height: 1em;
	font-size: 14px;
	padding-bottom: 1px;
}

#info-text img {
	float: right;
	margin: 10px 0 15px 15px;
	padding: 2px;
	border: 1px solid #ccc;
	width: 200px;
}

#info-sidebar, #contact-sidebar  {
	width: 200px;
	margin: 0 2em 0 480px;
	background: #ced2dc;
	padding-bottom: 10px;
}

#info-sidebar p, #contact-sidebar p {
	margin: 10px;
	color: #404d70;
}

#contact-sidebar h3 {
	margin: 10px;
	color: #404d70;
	font-size: 11px;
}

#contact fieldset {
	width: 470px;
}

#contact #searchbox fieldset { width: 125px; }

/* Footer
----------------------------------------------- */

#footer {
	height: 3em;
	text-align: center;
	color: #aaa;
	font-size: 10px;
	padding: 1em;
}



/* Cart
----------------------------------------------- */

#cart-body {
	margin-top: 23px;
	background: #eee;
	height: 199px;
	border-top: 1px solid #ddd;
}

#cart-info {
	float: left;
	font-size: 10px;
	color: #aaa;
	text-align: left;
	margin: 5px 0 10px 10px;
	width: 60%;
}

#cart-info strong {
	background: url(../i/shopcart.gif) no-repeat 0 50%;
	padding-left: 17px;
	color: #404D70;
	margin-right: 1em;
}

#cart-checkout {
	float: right;
	width: 150px;
	font-size: 11px;
	text-align: right;
	margin: 5px 10px 10px 0;
	width: 30%;
}

#cart-containers {
	width: 525px;
	margin: 0 auto;
	clear: both;
	height: 55px;
}

.cart {
	position: relative;
	width: 55px;
	height: 55px;
	float: left;
	margin-right: 5px;
	display: inline;
}

.c08 { margin-right: 0; }

.cart-frame {
	position: absolute;
	background: url(../i/cart-frame.gif) no-repeat top left;
	z-index: 50;
	width: 55px;
	height: 55px;
}

.lh-arrow, .rh-arrow {
	float: left;
	width: 13px;
	margin: 17px 6px 0 6px;
}

a.del {
	display: block;
	position: absolute;
	top: 3px;
	left: 3px;
	width: 9px;
	height: 9px;
	background: url(../i/cart-del.gif) no-repeat 0 0;
	z-index: 100;
}

a.del:hover {
	background: url(../i/cart-del-over.gif) no-repeat 0 0;
}

a.del i { display: none; }



/* Forms / Checkout
----------------------------------------------- */

#checkout #content {
	width: 685px;
	margin: 0 0 0 5px;
}

#checkout-text h2 {
	margin-bottom: 1.5em;
}

#order {
	border-collapse: collapse;
	margin: 0;
	width: 645px;
	margin-left: 20px;
	font-size: 11px;
}

#order th, #order td {
	padding: .5em;
	vertical-align: middle;
} 

#order th {
	border-bottom: 1px solid #CED2DC;
	color: #404d70;
	text-align: left;
}

tr.ship { border-top: 1px solid #CED2DC; }

#order th.total { width: 110px; text-align: right; }
th.price { width: 70px; }
th.quantity, th.bundle { width: 50px; }
th.remove { width: 15px; }
th.product { width: 190px; }

td.itemtotal { background: #E0E4EE; color: #404d70; text-align: right; }
td.ship { background: #fbfbd8; }
td.total { background: #EEF1F8; }
td.sumtotal { 
	border-top: 1px solid #CED2DC;
	border-bottom: 2px solid #CED2DC;
	text-align: right;
}

input, select, textarea {
	margin-left: .5em;
	padding: 2px;
}

textarea { 
	width: 20em;
	height: 18em;
}

fieldset {
	margin: 1em 0 2em 0;
	width: 685px;
}

fieldset div {
	clear: both;
	margin: .6em 0;
	position: relative;
}

label, fieldset div.cr p {
	margin: 0;
	display: block;
	width: 11em;
	text-align: right;
	float: left;
	color: #666;
	font-size: 11px;
}

fieldset div.cr label {
	text-align: left;
	margin-left: 11em;
	width: auto;
	float: none;
}

fieldset h3 {
	clear: both;
	margin: 1.5em 0;
	color: #404d70;
	border-bottom: 2px solid #CED2DC;
	font-size: 12px;
}

.lilinput{ width: 4em; }
.quantity { width: 2em; margin-left: 1.3em; }
.biginput { width: 20em; }

.button { margin: 2em 0 4em 11em; color: #666; }
.totalsum { margin: 1em 0 1em 9em; font-size: 14px; }

.odd { background: #EEF1F8; }


fieldset span img {
	padding: 1px;
	border: 1px solid #ddd;
	margin-right: 5px;
}

fieldset img {
	vertical-align: middle;
}

#errorinfo {
	background-color: #FCC;
	padding: 10px 10px 0 10px;
	border: 2px solid #F99;
	color: #333;
	font-size: 12px;
}

#errorinfo img { vertical-align: top; }

.error-cause { color: #F11; }

.req { color: #404d70; }

.req:after {
	content: "*";
	color: #D57D10;
}

/* Error Pages
----------------------------------------------- */

#errorpage {
	width: 690px;
	font-size: 12px;
	line-height: 1.5em;
}

#errorpage h2 {
	color: #404d70;
	border-bottom: 2px solid #687492;
	background-color: #fff;
	font-size: 12px;
}

#errorpage h1 {
	color: #404d70;
	font-size: 18px;
	margin: .5em 0;
}

#errorpage #searchbox { margin-top: 2em; }
#errorpage #searchbox fieldset { width: 500px; }
#errorpage #search { width: 300px; }


/* Clear those Floats!!!
----------------------------------------------- */

.clearfix:after  {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix { display: inline-table; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


/* Handle ActiveRecords error divs
----------------------------------------------- */

div.fieldWithErrors {
	display: inline;
}

div.fieldWithErrors:after {
	content: "";
	color: #b00;
}

/* CSS Hacks
----------------------------------------------- */

/* IE/Mac - Misc */
*>html #product-info { margin-left: 231px; }
*>html #product-price p { margin-right: 0; }

/* IE5.x/Win hacks */
.submenu-col { w/idth: 227px; }