@import "prettyPhoto.css";
/*
   iceholdz.css
   iceholdz - Store Template
   
   Created by Lee Tengum on 2009-03-09.
   Copyright 2009 bluebeetle creative. All rights reserved.
*/

body {
	font: 14px/160% 'helvetica', Verdana, Arial, sans-serif; 
}

.formButton{
	color: #FFFFFF;
	background-color:#005C8F;
}

.formButtonDisabled{
	color: #FFFFFF;
	background-color:#ACCBDD;
}

a:link {
	color: #005C8F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #005C8F;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #005C8F;
}

#wrapper {
	width:843px;
	margin:0 auto;
	padding: 0 0 0 0px;
}

#header {
	width:843px;
	background:url('../img/header.jpg') no-repeat;
	height:123px;
	margin:0 0 -12px 0;
}


#content {
	float:left;
	width:814px;
	margin:0 0 0 0px;
}

#col1 {
	width:180px;
	float:left;
	margin:20px 5px 0px 0px;
	min-height:500px;
	background:#ccc;
}


#col2 {
	width:620px;
	min-height:500px;
	float:right;
	margin:20px 0px 0px 0px;
	background:#f2f2f2;
}

#footer {
	clear:both;
	padding:5px;
	height:80px;
	background:#FFFFFF;
}

#mainNav {
	
	
}

ul.mainNav, ul.mainNav ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
  width: 180px;
}

ul.mainNav a {
  display: block;
  text-decoration: none;	
}

ul.mainNav li {
  margin-top: 1px;
}

ul.mainNav li a {
  background: #a49C87;
  color: #5d666b;	
  padding: 10px;
}

ul.mainNav li a:hover {
  background: #005C8F;
  color:#fff;
}

ul.mainNav li ul li a {
  background: #ccc;
  color: #005C8F;
  padding-left: 20px;
}

ul.mainNav li ul li a:hover, ul.mainNav li ul li a.active {
  background: #5E656B;
  border-left: 5px #68B2CF solid;
  padding-left: 15px;
  color:#fff;
}

#secondaryNav {
	
}


#col2 table.productList {
	margin:20px 0 80px 30px;
}

#col2 table.productList th {
	background:#c2e3f4;
}


#crumbtrail  {
	list-style:none;
}

#crumbtrail  li {
	float:left;
	margin:0 10px 0 0;
}


/* ========= */
/* = Reuse = */
/* ========= */

.right {float:right;}
.left {float:left;}


/* ======================= */
/* = Single Product Page = */
/* ======================= */

#productSingle {
	margin:40px 10px 0 10px;
	padding:20px 0 0 0;
}
.mainImg {
float:left;	
width:260px;
display:block;
margin:0 10px 10px 0;
}

#imgLayer {
	padding:5px;
	width:250px;
	display:block;
	border:1px solid #666;
	background:#fff;
	clear:both;
}

.mainImg p {
	background:#f2f2f2;
	width:250px;
	margin:0;
	padding:0 5px;
	line-height:1.8em;
	border-bottom:1px solid #666;
	border-right:1px solid #666;
	border-left:1px solid #666;
}



#productSingle ul {
	list-style:none;
}

.panel {
	width:180px;
	float:left;
	margin:20px 10px 10px 0;
	text-align:left;
}

.panel ul {
	width:180px;
	margin:0;
	padding:0;
}

.panel li {
}


ul#details li {
	width:250px;
	border-bottom: 1px solid #ccc;
	float:right;
	padding:8px 0 0 0;
	margin: 0 50px 0 0;
}

#tabs {
	clear:both;
}















/* ================================================= */
/* = TEMP STUFF MAYBE HERE WHEN LAUNCHED MAYBE NOT = */
/* ================================================= */
.imgtemp {width:150px; height:auto; text-align:center; display:block}


.footerLink:link {
	color: #333333;
	text-decoration: none;
}
.footerLink:visited {
	text-decoration: none;
	color: #333333;
}
.footerLink:hover {
	text-decoration: none;
	color: #666666;
}
.footerLink:active {
	text-decoration: none;
	color: #333333;
}


