/* -------------------------------------------------------------- 
   
   common.css
   * Sets up common styles for the entire site.
   * This is the place to override blueprint css.

*** PALLETE ****
White: #fff;		
Black: #000;

*** NOTES ***
a, a:link, a:visited, a:hover, a:active -- Correct order for anchor styles
 
-------------------------------------------------------------- */

/* Defaults
-------------------------------------------------------------- */
body {
	background-color: #FFFFFF;
}
a { /* get rid of link outlines in firefox */	
	outline-color:invert;
	outline-style:none;
	outline-width:medium;
	cursor: pointer;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img { 
	border: none; 
}

/* General helper rules
-------------------------------------------------------------- */
.hidden { display: none; }
.center { text-align: center; }
.block 	{ display: block; }
.newline { margin: 1em 0; }
.notice { font-weight: bold; }
.goleft { float: left; }
.goright { float: right; }
.border { border: 1px solid black; }
.span-6x { width: 240px; float:left; margin-right: 0px; }
.span-18x { width: 758px; float:left; margin-right: 0px; }
.container {width:1020px;margin:0 auto;}

/* Lists
-------------------------------------------------------------- */
.simple { 
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
}
ul.inline, ul.inline li { display: inline; }
ul.h-pad, ul.h-pad li { margin-left: 4px; }
ul.v-pad, ul.v-pad li { margin-top: 6px; }
li.merge {	
}
li.merge h2 {
	text-align: center;
}
li.merge .merge-left {
	width: 45%;
	float: left;
}
li.merge .merge-right {
	width: 45%;
	float: right;
}
/* Popups
-------------------------------------------------------------- */
/* Z-index of #mask must lower than #boxes .window */
#mask {
  position:absolute;
  z-index:9000;
  background-color:#000;
  display:none;
  top: 0;
  left: 0;
}
  
#boxes .window {
  position:absolute;
  width:440px;
  height:600px;
  display:none;
  z-index:9999;
  padding:20px;
  background-color: #fff;
}
/* Customize your modal window here, you can add background image too */
#boxes #dialog {
  width:600px; 
  height:1060px;
}

/* Navigation
-------------------------------------------------------------- */
#main-nav {	
}
#main-nav a:hover {
	text-decoration: none;
}
#main-nav li {
	background: url(../images/icon-menu.gif) no-repeat #333333;
	margin: 2px 0px 0px 0px;
}
#main-nav a {
	width: 200px;
	height: 24px;
	display: block;
	position: relative;
	top: 3px;
	left: 27px;
	color: #fff;
}
#main-nav a:hover {
	color: #FF0000;
}

/* Header
-------------------------------------------------------------- */
#header {
	background-color:#666666;
	color: #fff;
}
#header .topRow {
	height: 40px;
}
#header .topRow ul {
	float: right;
	margin: 10px 6px 6px 20px;
}
#header .topRow h1 {
	margin: 10px;	
	font-size: 140%;
	font-weight: bold;
	width: 50%;
	float: left;
	color: #fff;
	text-align: center;
}
#header .bottomRow {
	clear:both;
	height:35px;
	width: 220px;
	float: right;
}

/* Content
-------------------------------------------------------------- */
#container {
	margin: 0px auto;
	width: 1000px;
}
#leftContent {
	min-height:1160px;
	margin-right: 2px;
	background-color: #F0F0F0;
}
#leftContent ul.sidebar {
	padding-top: 4px;
	width: 240px;
	height: 100%;	
}
#leftContent ul.sidebar li .content {
	text-align: center;
	padding: 6px;
}
#leftContent ul.sidebar h2 {
	height: 22px;
	color:#1A1A1A;
	background-color: #CCC;
	font-size:13px;
	font-weight:bold;
	text-align: left;
	padding-left:25px;
	margin-bottom: 0;
}
#mainContent {	
	margin: 16px 10px;
}
#mainContent h1 {
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	color: #333;
	border-bottom: 2px solid #CCC;
}
#mainContent h3 {
	margin-top: 10px;
}
/* Footer
-------------------------------------------------------------- */
#footer {	
	margin: 0px;
	clear: both;
	width: 1005px;
	height: 60px;
	text-align: right;
	background-color:#666666;
}
#footer-nav {
	padding: 6px 6px;
}

/* Site specific
-------------------------------------------------------------- */
div.newsIntro {
	width: 46%;
	height: 200px;
	float: left;
	margin-right: 30px;
}
div.eventsIntro {
	width: 46%;
	height: 200px;
	float: left;
}
div.contactIntro {	
	clear: both;
	padding-top: 40px;
}
#cat_516780_divs,
div.catalogueList {
	text-align: left;
}
#cat_516780_divs ul,
div.catalogueList ul {
	list-style-type: none; 
	width: 100%;
}
#cat_516780_divs ul li,
div.catalogueList ul li {
	background: url(../images/icon-left.gif) no-repeat 1px 7px;
}
#cat_516780_divs ul li a,
div.catalogueList ul li a {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #181818;
	text-decoration: none;
	padding-left: 14px;
}
#cat_516780_divs ul li a:hover ,
div.catalogueList ul li a:hover {
	color: #666666;
	text-decoration: none;
}
table.cartSummaryTable {
	margin: 0.75em 1em 0 0;	
}
table .cartSummaryItem, .cartSummaryLink {
	color: #fff;
	font-weight: bold;
}
table a.cartSummaryLink {
	text-decoration: underline;
}
table, td, th { 
	vertical-align: baseline; 
}

form#vrForm {
	float: right;
}
div#contactInfo {
	width: 500px;
	float: left;
}

/* Shopping
------------------------------------------------------------------*/
.shop-main .breadcrumbs {
	width: 100%;
}
table.cartSummaryTable  {
	margin:0.75em 0;
}
.shop-product-large .image,
.shop-product-large .details  {
	height: auto;
	min-height: 100%;
}
