/*
  $Id: style.css,v 1.10 2011/02/22 19:09:13 eric Exp $

  Pro-Active Software
  http://www.pro-activesoftware.com
*/

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	background: url(images/bg_main.gif) repeat #f2f2f2 fixed;
}
h1 {
	margin: 0;
	font-size: 16px;
}
br {
	clear: both;
}
hr {
	border: 0;
	border-top: 1px dotted #666666;
	height: 1px;
	width: 97%;
	margin: 8px 0;
	background: 0;
}
img {
	border: 0;
}
a {
	color: #006ad4;
	text-decoration: none;
}
a:hover {
	color: #e06c00;
}
input, textarea {
	border: 1px solid #999;
}
input:hover, textarea:hover {
	border: 1px solid #000;
}
.wrp {
	width: 800px;
	margin: 0 auto;
	background: #FFF;
	padding: 0 1%;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	position: relative;
}
.wrp .shadowR {
	width: 35px;
	height: 100%;
	background: url(images/shadow_wrp.png) -35px 0px repeat-y;
	position: absolute;
	top: 0px;
	right: -35px;
}
.wrp .shadowL {
	width: 35px;
	height: 100%;
	background: url(images/shadow_wrp.png) 0px 0px repeat-y;
	position: absolute;
	top: 0px;
	left: -35px;
}
.headerLogo {
	float: left;
	max-width: 100%;
	overflow: hidden;
}
.headerLinks {
	float: right;
	background: #F2F2F2;
	border: 1px solid #C1C1C1;
	border-top: 0px;
	padding: 0 5px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
.headerLinks a {
	float: left;
	height: 22px;
	padding-top: 8px;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
}
.headerLinks a:hover, .headerLinks a:active {
	color: #000;
	text-decoration: underline;
}
#hlCart {
	background: url(images/sprite_icons.png) no-repeat 0px 0px;
	width: 65px;
}
#hlStatus {
	background: url(images/sprite_icons.png) no-repeat 0px -40px;
	width: 121px;
}
#hlHelp {
	background: url(images/sprite_icons.png) no-repeat 0px -85px;
	width: 63px;
}
.searchBox {
	width: 100%;
	height: 64px;
	background: #F2F2F2;
	border: 1px solid #C1C1C1;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	position: relative;
}
.searchBox .artists {
	width: 100%;
	height: 20px;
	position: absolute;
	bottom: -22px;
	left: -1px;
	border: 1px solid #C1C1C1;
	border-top: 0;
	font-size: 12px;
	text-align: left;
}
.searchBox .artists strong {
	color: #7F991E;
	float: left;
	font-size: 14px;
	padding: 1px 3px 0 3px;
}
.searchBox .artists a {
	float: left;
	width: 12px;
	height: 18px;
	padding-top: 2px;
	text-align: center;
	color: #393935;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.searchBox .artists a:hover, .searchBox .artists a:active {
	background: #7F991E;
	color: #FFF;
}
#aSpacer {
	float: left;
	width: 10px;
	height: 20px;
}
.searchBox .message {
	width: 38%;
	height: 33px;
	float: right;
	padding: 2%;
	text-align: left;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	background-color: #006AD4;
	position: relative;
}
.searchBox .message .blueTR {
	width: 10px;
	height: 10px;
	position: absolute;
	top: -1px;
	right: -1px;
	background: url(images/corn_blue.gif) no-repeat 0px 0px;
}
.searchBox .message .blueBR {
	width: 10px;
	height: 10px;
	position: absolute;
	bottom: 0px;
	right: -1px;
	background: url(images/corn_blue.gif) no-repeat 0px -10px;
}
.searchField {
	width: 56%;
	border-right: 1px solid #003663;
	height: 49px;
	float: left;
	padding: 15px 0 0 15px;
}
.searchField input.text {
	border: 1px solid #000;
	width: 55%;
	height: 25px;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	padding: 3px 0 0 3px;
}
.searchField input.searchBtn {
	width: 119px;
	height: 35px;
	background: url(images/sprite_buttons.png) no-repeat 0px -2px;
	border: 0;
	cursor: pointer;
	position: absolute;
	top: 14px;
	left: 275px;
}
.searchField input:hover.searchBtn, .searchField input:active.searchBtn {
	background: url(images/sprite_buttons.png) no-repeat -125px -2px;
}
.searchAdvanced {
	width: 60px;
	position: absolute;
	top: 14px;
	left: 398px;
}
.searchAdvanced a {
	color: #006AD4;
}
.searchAdvanced a:hover, .searchAdvanced a:active {
	text-decoration: underline;
}
.leftColumn {
	width: 24%;
	float: left;
	border: 1px solid #C1C1C1;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	padding: 5px 0 5px 5px;
}
.leftColumn strong {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	color: #E06C00;
}
.leftColumn a {
	display: block;
	color: #000;
	font-weight: bold;
	font-size: 14px;
	width: 95%;
	height: 17px;
	padding-top: 1px;
	padding-left: 3%;
	overflow: hidden;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.leftColumn a:hover, .leftColumn a:active {
	color: #FFF;
	background: #0073E5;
}
#backBtn {
	float: right;
	margin-top: 12px;
	margin-right: 10px;
}
#backBtn a {
	display: block;
	width: 85px;
	height: 25px;
	background: url(images/sprite_buttons.png) no-repeat 0px -276px;
}
#backBtn a:hover, #backBtn a:active {
	background: url(images/sprite_buttons.png) no-repeat -90px -276px;
}
.mainContent {
	width: 74%;
	float: right;
}
.mainContentBox {
	width: 96%;
	border: 1px solid #C1C1C1;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	padding: 1% 2%;
	text-align: left;
}
.mainContentBox h1, #featuredProd {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #E06C00;
	padding: 5px 0;
}
.mainContentBox br {
	clear: none;
}
.mainContentBox hr {
	width: 100%;
}
.mainContentInfo {
	width: 40%;
	float: right;
}
.mainContentList a {
	display: inline-block;
	width: 28%;
	border: 1px solid #C1C1C1;
	margin: 5px 1%;
	padding: 1%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.mainContentList a:hover {
	border: 1px solid #0073E5;
	background: #F6F9FC;
}
.feature {
	display: inline-block;
	width: 177px;
	text-align: center;
	vertical-align: top;
	margin: 10px 4px;
	border: 1px solid #999;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
.feature:hover {
	border: 1px solid #0073E5;
	background: #F6F9FC;
}
.feature img {
	margin: 8px 0;
	border: 3px solid #313131;
}
.feature .addCart {
	display: inline-block;
	width: 118px;
	height: 25px;
	margin: 8px 0;
	background: url(images/sprite_buttons.png) no-repeat 0px -311px;
}
.feature .addCart:hover {
	background: url(images/sprite_buttons.png) no-repeat -122px -311px;
}
.product {
	width: 96%;
	float: left;
	border: 1px solid #999;
	padding: 2%;
	margin-bottom: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
.product:hover {
	border: 1px solid #0073E5;
	background: #F6F9FC;
}
.product strong {
	font-size: 15px;
	color: #000;
}
.infoWrp {
	float: left;
	position: relative;
	width: 375px;
	margin-top: 5px;
}
.infoWrp img {
	float: left;
	border: 2px solid #B8B8B8;
	border-bottom: 3px solid #B8B8B8;
}
.infoWrp div {
	height: 17px;
	line-height: 17px;
	width: 83%;
	float: left;
	padding: 4px 0 4px 5px;
	background: #E6E6E6;
}
.infoWrp div.whiteShad {
	position: absolute;
	top: 0;
	right: 0;
	height: 75px;
	width: 30px;
	padding: 0;
	background: url(images/shadow_prod_listing.png) repeat-y;
}
.infoWrp div.altRow {
	background: #FFF;
}
.infoWrp strong {
	font-size: 14px;
	color: #4D4D4D;
}
.priceWrp {
	float: right;
	width: 169px;
	margin-top: 5px;
}
.priceWrp span {
	float: right;
	color: #0073E5;
	font-size: 32px;
	font-weight: bold;
}
.priceWrp .more {
	display: block;
	width: 78px;
	height: 35px;
	margin-bottom: 3px;
	background: url(images/sprite_buttons.png) no-repeat 0px -38px;
}
.priceWrp .more:hover {
	background: url(images/sprite_buttons.png) no-repeat -81px -38px;
}
.priceWrp .addCart {
	display: block;
	width: 169px;
	height: 35px;
	background: url(images/sprite_buttons.png) no-repeat 2px -76px;
}
.priceWrp .addCart:hover {
	background: url(images/sprite_buttons.png) no-repeat -170px -76px;
}
.productImage {
	float: left;
	margin-right: 5px;
}
#error {
	color: #f00;
}
#price {
	background: #0073E5;
	float: left;
	font-size: 32px;
	color: #FFF;
	font-weight: bold;
	padding: 2%;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
#qty {
	margin-top: 9px;
	font-size: 14px;
	float: right;
}
#qty input {
	border: 1px solid #000;
	width: 25px;
	height: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	padding: 3px;
}
#qty .addCart {
	width: 169px;
	height: 35px;
	background: url(images/sprite_buttons.png) no-repeat 2px -76px;
	cursor: pointer;
	margin-top: 3px;
	border: 0;
}
#qty .addCart:hover {
	background: url(images/sprite_buttons.png) no-repeat -170px -76px;
}
.prodInfo {
	width: 424px;
	float: right;
	border: 1px solid #C1C1C1;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
.prodInfo div {
	padding: 4px 0 4px 5px;
	height: 17px;
}
.prodInfo div div {
	padding: 0;
	padding-left: 4px;
	font-size: 14px;
	color: #4D4D4D;
	font-weight: bold;
	float: left;
	width: 110px;
}
.advSearch input.searchBtn {
	width: 115px;
	height: 35px;
	background: url(images/sprite_buttons.png) no-repeat 0px -2px;
	border: 0;
	cursor: pointer;
}
.advSearch input:hover.searchBtn, .advSearch input:active.searchBtn {
	background: url(images/sprite_buttons.png) no-repeat -125px -2px;
}
.cart {
	border: 1px solid #FFF;
	width: 100%;
}
.cart th {
	background: #006AD4;
	height: 30px;
	color: #FFF;
	font-size: 15px;
	text-align: center;
}
.cart td {
	border-bottom: 1px dotted #666666;
	padding: 15px;
}
.remove {
	background: url(images/sprite_buttons.png) 0px -201px;
	display: block;
	width: 30px;
	height: 30px;
}
.remove:hover {
	background: url(images/sprite_buttons.png) -41px -201px;
}
.update {
	background: url(images/sprite_buttons.png) 0px -241px;
	width: 83px;
	height: 28px;
	border: 0;
	cursor: pointer;
}
.update:hover {
	background: url(images/sprite_buttons.png) -90px -241px;
	border: 0;
}
.checkout {
	border: 2px solid #FFF;
	width: 100%;
}
.checkout th {
	background: #006AD4;
	height: 30px;
	color: #FFF;
	font-size: 15px;
	padding-left: 10px;
}
.checkout td {
	border-bottom: 1px dotted #666;
	width: 50%;
	padding-left: 15px;
}
.checkout .detail {
	width: 100%;
}
.checkout .detail th {
	background: #CCC;
	height: 20px;
	color: #000;
	font-size: 12px;
	padding: 5px;
}
.continueBtn {
	width: 119px;
	height: 35px;
	background: url(images/sprite_buttons.png) no-repeat 0px -122px;
	border: 0;
	cursor: pointer;
	margin: 15px;
}
.continueBtn:hover {
	background: url(images/sprite_buttons.png) no-repeat -125px -122px;
	border: 0;
}
.confirm {
	width: 119px;
	height: 35px;
	background: url(images/sprite_buttons.png) no-repeat 0px -164px;
	border: 0;
	cursor: pointer;
	margin: 15px;
}
.confirm:hover {
	background: url(images/sprite_buttons.png) no-repeat -125px -164px;
	border: 0;
}
.footer {
	width: 96%;
	height: 115px;
	border: 1px solid #C1C1C1;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	margin-top: 10px;
	padding: 2%;
	text-align: left;
}
.seal, .metrics {
	float: right;
	width: 120px;
}
.metrics {
	margin-top: 3px;
}
.paymentTypes {
	float: right;
	width: 241px;
	height: 39px;
	background: url(images/sprite_icons.png) no-repeat -4px -130px;
}
.footLinks {
	float: left;
	line-height: 26px;
}
.notice {
	width: 90%;
	padding: 0 5%;
	font-size: 11px;
	text-align: center;
}
