/* @override http://localhost:3000/stylesheets/global.css?1221059878 */

/* @override http://localhost:3000/stylesheets/global.css?1221048113 */

/* @override http://localhost:3000/stylesheets/global.css?1220908130 */

/* @override http://localhost:3000/stylesheets/global.css?1220885938 */

body {
	background: #000;
	padding: 15px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
}

a { color: #006600; }

img { border: 0px; }

table {
	width: 100%;
}
th {
	text-align: left;
	padding: 4px;
	background: #ccc;
}
tr.hover {
	background: #DCDCDC;
}

.sale {
	color: #CC0000;
	font-weight: bold;
	font-size: 11px;
}

.strike {
	text-decoration: line-through;
	font-weight: normal;
}

#outerContainer {
	border: 1px solid #ccc;
	margin: 0px auto;
	width: 900px;
}

#container {
	border: 1px solid #000;
	background: #fff url("../images/page_bg.png") left 127px repeat-x;
}

#header {
	background: url("../images/header_bg.png") left top repeat-x;
	position: relative;
	right: 0px;
	
}

	#header #logo {
		position: relative;
		left: 30px;
	}
	
	#header #controls {
		position: absolute;
		right: 30px;
		top: 20px;
		font-weight: bold;
	}
	
	#header #listcontrols {
		position: absolute;
		top: 75px;
		right: 30px;
		text-align: right;
	}
	
#product_nav {
	text-align: center;
	margin-top: 15px;
	margin-bottom: -13px;
}

#product_nav a {
	padding: 8px 20px;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
}

#product_nav a.current {
	background: #fff;
	color: #000;
}
	
#content {
	margin: 20px;
	padding: 20px;
	background: #fff;
}

#content h1 {
	border-bottom: 1px solid #ccc;
}
	
img.icon {
	position: relative;
	top: 3px;
}

#specials, #wishlist {
	float: left;
	margin: 30px;
	padding: 20px;
	width: 795px;
	/*height: 250px;*/
	border: 1px solid #666;
	position: relative;
	background: url("../images/white_trans_bg.png") left top repeat;
}

#wishlist {
	width: 215px; display: none;
}

#specials h1, #specials h2, #wishlist h1, #wishlist h2, #events h1, #welcome h1 {
	margin: 0px 5px;
	font-size: 24px;
	font-weight: normal;
}

#specials h2, #wishlist h2 {
	font-size: 20px;
	margin: 6px 0px;
}

#specials h2 a, #wishlist h2 a {
	color: #006600;
	text-decoration: none;
}

#specials h2 a:hover { text-decoration: underline;}

.col3 {
	width: 32%;
	margin: 0; padding: 0 5px;
	float: left;
}

#specials ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#specials li {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	color: #333;
}

#specials ul li a {
	color: #333; font-size: 15px;
	font-weight: bold; text-decoration: none;
}

#specials .price {
	color: #AD8700;
	font-weight: bold;
}

#events {
	 width: 300px; margin: 10px 30px;
}

#welcome {
	width: 450px; margin: 10px 30px;
}

#welcome h1 {
	margin: 4px 0; font-weight: bold;
}

#wl_total img {
	border: 0px;
	position: relative;
	top: 4px;
}

.box {
	border: 1px solid #ccc;
	margin: 10px;
	padding: 0px 15px 15px 15px;
}
.box h2 {
	background: #fff;
	position: relative;
	bottom: 28px;
	float: left;
	padding: 0px 10px;
	clear: both;
	margin-bottom: -18px;
	font-size: 20px;
}

.box p {
	clear: both;
}

.button {
	background: url("../images/button_right.gif") -10px top no-repeat;
	padding: 10px;
	border: 1px solid #AD8700;
	font-weight: bold;
}

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

.red { color: red; font-weight: bold;}

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: auto;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

br { clear: both;}

#footer {
	color: #fff;
	margin: 5px auto;
	text-align: center;
}

#events h1 {
	margin: 0 0 10px 0;
}

#events h3 {
	margin: 0 0 4px 0;
	color: #006600;
}

.pagination {
	background: #e2e2e2; padding: 10px; text-align: center; font-weight: bold;
}
