@import "forms.css";
@import "admin.css";

html { 
	/*background: #e8ebef; */
}
body { 
	margin: 0;
	font-size: 76%; 
	font-family: Arial, sans-serif; 
	color: #666;
	background: #8db03e url(../images/green_bg.gif) top center repeat-x;
	line-height: 1.5; 
	text-align: center; 
}
h1 { 
	font-size: 3em; 
	font-weight: normal; 
	text-transform: uppercase; 
	color: #fff; 
}



a {
	color: #8db03e;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #557d10;
}


#header {
	display: block;
	position: relative;
	width: auto;
	height: 199px;	
}

#menu {
	display: block;
	position: absolute;
	width: 944px;
	margin:  0;
	padding: 0;
	top: 135px;
	right: 0;
	z-index: 10;
}

input {
	outline: none;
}

#header  a { color: inherit; }
#header ul { list-style: none; padding: 1em 0 0 0; }
#header ul li { display: block; float: right; padding-right: 1em; text-transform: uppercase; width: 122px; height: 30px; line-height: 30px; }
#header ul li a { display: block; float: left; color: #fff; font-weight: bold; text-decoration: none; background: url("../images/menutag.gif") top right no-repeat; width: 122px; height: 30px; color: #fff; }
#header ul li a:hover { background: url("../images/menutag.gif") bottom right no-repeat; color: #fff; }

#logstatus {
	display: block;
	position: relative;
	width: 500px;
	float: right;
	text-align: right;
	margin: 25px 25px 0 0;
}

.copyright { font-size: 0.9em; text-transform: uppercase; color: #557d10; }

#container {
	margin: 0 auto 2em;
	width: 944px;
}

#search {
	display: block;
	margin: 0;
	padding: 0;
	width: 944px;
	text-align: right;
}

#search form {
	margin: 0;
	padding: 0;
}

.searchInput {
	border: 1px solid #f2f2f2;
	background: #f9f9f9;
}

#PJSLogo {
	width: 350px;
	height: 116px;
	background: url(../images/pjs_logo.gif) top left no-repeat;
	display: block;
	position: absolute;
	top: 20px;
	left: 20px;
}

#PJSLogoAdmin {
	width: 350px;
	height: 116px;
	background: url(../images/pjs_logo_admin.gif) top left no-repeat;
	display: block;
	position: absolute;
	top: 20px;
	left: 20px;
}

#PJSLogo a, #PJSLogoAdmin a {
	display: block;
	position: relative;
	width: 350px;
	height: 116px;
}

#PJSLogo a span, #PJSLogoAdmin a span {
	display: none;
}

#tollFree {
	color: #6ac4ec;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12pt;
	text-align: right;
	margin: 0 100px 0 0;
	padding: 0;
}

#tollFree span {
	font-size: 15pt;
}

#top {
	/*background: #fff url(../images/topleftCorner.gif) top left no-repeat;*/
	text-align: right;
}

#homeMain {
	background: #fff;
	min-height:470px;
}

#main {
	background: #fff;
	min-height:470px;
}

#roundTop {
	width: 944px;
	background: url(../images/roundTop.gif) top center no-repeat;
	height: 8px;
	margin: 10px auto 0;
	display: block;
	position: relative;
	font-size: 1px;
}

#body {
	display: block;
	position: relative;
	width: 944px;
	min-height: 200px;
	margin: auto;
}

#bodyTopper {
	width: 944px;
	height: 28px;
	background: url(../images/greenTop.gif) bottom left no-repeat;
	margin: auto;
}

#fullBody {
	width: 944px;
	min-height: 200px;
	margin: auto;
}

#leftColumn {
	display: inline-block;
	width: 175px;
	height: auto;
	float: left;
	text-align: left;
	padding: 0 0 0 10px;
}

#leftColumn h2, h3 {
	color: #739dd3;
	margin: 0 0 5px 0;
}

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

#leftColumn ul li {
	margin: 0;
	padding: 0;
}

#leftColumn ul li a {
	text-decoration: none;
	color: #666666; 
}

#centerColumn {
	display: block;
	width: 430px;
	background: url(../images/copyBG.gif) top left no-repeat;
	min-height: 300px;
	margin: 0 0 0 194px;
	padding: 2px 15px 10px 15px;
	text-align: left;
	color: #666;
}

#centerColumn h2 {
	margin: 0;
	padding: 0;
}

#fullColumn {
	display: block;
	width: 720px;
	background: url(../images/copyBG.gif) top left no-repeat;
	min-height: 300px;
	margin: 0 0 0 194px;
	padding: 2px 15px 10px 15px;
	text-align: left;
	color: #666;
}

#fullBody #centerColumn {
	width: 400px;
}


#rightColumn {
	display: block;
	position: relative; 
	float: right;
	width: 272px;
	min-height: 170px;
	margin-right: 10px;
	padding: 0;
}

#floatingRightColumn {
	display: block;
	position: relative;
	float: right;
	width: 120px;
	margin-right: 10px;
	padding: 0;
}


.clear {
	display: block;
	position: relative;
	clear: both;
}

#footer {
	height: 58px;
	width: 670px;
	margin: auto;
	padding-left: 80px;
	text-align: left;
	padding-top: 18px;
	color: #999;
	font-size: .85em;
	text-align: center;
	margin-top: 40px;
}

#footer a {
	color: #666;
	text-decoration: none;
}



.box {
	display: block;
	position: relative;
	text-align: left;
	margin: 10px 0 20px 0;
}

.box h2 {
	margin: 0;
	line-height: 1em;
	margin: 0 0 5px 0;
}

.boximage { 
	width: 90px;
	height: 100px;
	display: block;
	position: relative;
	float: left;
}

.error {
	color: #c00;
}

#productTitle {
	display: block;
	position: relative;
	width: 390px;
	font-size: 25px;
	float: left;
	font-weight: bold;
	color: #ef579d;
}

#actionButtons {
	display: block;
	position: relative;
	width: 340px;
	height: 35px;
	margin: 0 0 0 380px;
}

a.actionButton {
	display: block;
	position: relative;
	width: 104px;
	height: 31px;
	margin: 0 5px 0 0;
	padding: 0;
	background: url(../images/buttons/actionButton.gif) top left no-repeat;
	text-align: center;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: #fff;
	font-weight: bold;
	line-height: 31px;
	font-size: 18px;
	float: left;
}

a.actionButton:hover {
	background: url(../images/buttons/actionButton.gif) 0 -31px no-repeat;
}


.empty {
	display: block;
	position: relative;
	width: 650px;
	margin: 25px auto;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #e2e2e2;
	background: #f9f9f9;
	padding: 10px;
}


.emptySmall {
	display: block;
	position: relative;
	width: 220px;
	margin: 0 auto;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #e2e2e2;
	background: #f9f9f9;
	padding: 10px;
}

.promoCoupon {
	display: block;
	position: relative;
	width: 190px;
	margin: 25px auto;
	font-size: 1.5em;
	float: left;
	font-weight: bold;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #e2e2e2;
	background: #f9f9f9;
	padding: 10px;
	margin: 10px 10px 0 10px;
}

.promoCoupon .controls {
	color: #ccc;
	font-size: 13px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #e2e2e2;
	background: #fff;
}

#productList {
	background: #fff;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	
}

.product_item {
	width: 200px;
	margin: 10px 20px 10px 20px;
	display: block;
	float: left;
	text-align: center;
}

.listImage {
	width: 200px;
	height: 200px;
	display: block;
	position: relative;
}

.listImage a {
	display: block;
	position: relative;
	width: 200px;
	height: 200px;
}

#productInfo {
	display: block;
	display: block;
	position: relative;
	width: 500px;
	float: right;
}

#productInfo h2 {
	display: block;
	position: relative;
	margin: 5px 0 0 0;
	color: #ef579d;
}


#imgZoom {
	display: block;
	position: relative;
	width: 220px;
	float: left;
	margin: 10px 0 0 0;
}

#colors div {
	display: block;
	margin: 0;
	padding: 0;
}

#colors {
	display: block;
	margin: 0 0 10px 0;
	padding: 0;
	height: auto;
}

#colorSelect span  {
	display: none;
	width: 1px;
}



#colorSelect { 
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
}

.colorOption {
	float: left; 
	width: 20px; 
	height: 20px; 
	margin: 3px;
    border: 2px solid #fff;
	cursor: pointer;
}

.colorOption:hover {
	float: left; 
	width: 20px; 
	height: 20px; 
	margin: 4px;
    border: 1px dotted #fff;
	cursor: pointer;
}


.colorSelected {
	float: left; 
	width: 36px; 
	height: 20px; 
	margin: 3px;
	border: 2px solid #333;
	cursor: pointer;
}



.categoryLink {
	display: block;
	float: left;
	width: 240px;
	height: auto;
}



#sizes div {
	display: block;
	margin: 0;
	padding: 0;
}

#sizes {
	display: block;
	margin: 0 0 15px 0;
	padding: 0;
	height: auto;
}

#sizeSelect .sizeOption  {
	border: 1px solid #fff;
	margin: 4px;
}

#sizeSelect .sizeSelected, #sizeSelect .sizeSelected:hover {
	border: 2px solid #8db03e;
	margin: 3px;
}

#sizeSelect li:hover {
	/*background: #ccc;*/
	border: 1px dotted #ccc;
	margin: 4px;
}

#sizeSelect { 
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
}

#sizeSelect li { 
	float: left; 
	width: auto; 
	height: 20px; 
	margin: 3px;
	padding: 1px 8px;
	font-size: .95em; 
	text-align: center; 
	color: #000;
    border: 2px solid #fff;
	cursor: pointer;
}

#sizeSelect li span {
	text-align: center;
	border: none;
	line-height: 15px;
}

.strikeout {
	text-decoration: line-through;
	color: #ccc;
}

.sale {
	color: #c00;
	font-weight: bold;
}

#priceInfo {
	display: block;
	position: absolute;
	width: 150px;
	border-left: 1px dotted #e2e2e2;
	height: 45px;
	margin-left: 80px;
	padding: 5px;

}

#displayPrice {
	font-size: 1.2em;
}

#displaySizeColor {
	font-size: .85em;
	font-weight: normal;
	color: #666;
}

.cartButton {
	display: block;
	position: relative;
	float: right;
	width: auto;
	margin: 5px;
	background: #e2e2e2;
	color: #fff;
	width: 104px;
	height: 32px;
	background: url(../images/buttons/add2cart.gif) 0 -64px no-repeat;
}

.buttonActive a {
	display: block;
	width: auto;
	background: #e2e2e2;
	color: #fff;
	width: 104px;
	height: 32px;
	text-indent: -6000px;
	background: url(../images/buttons/add2cart.gif) 0 0 no-repeat;
}


.buttonActive a:hover {
	background: url(../images/buttons/add2cart.gif) 0 -32px no-repeat;
}


#cartInfoBox {
	display: none;
	position: absolute;
	width: 200px;
	right: 0px;
	border: 1px solid #ccc;
	background: #f3f3f3;
	height: auto;
	padding: 10px;
	z-index: 300;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#javascriptError {
	width: 500px;
	margin: 20px auto;
	border: 1px solid #ccc;
	background: #f3f3f3;
	height: auto;
	padding: 10px;
	z-index: 300;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#javascriptError h2 { 
	margin: 0;
	font-weight: bold;
	color: #c00;
}

.cartItem {
	display: block;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border: 1px solid #f3f3f3;
	background: #fff;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 5px;
}

.productIcon {
	display: block;
	position: relative;
	width: 120px;
	float: left;
	height: auto;
}

.productInfo {
	display: block;
	position: relative;
	width: 250px;
	float: left;
	height: auto;
}


.cartItemSmall {
	display: block;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	background: #fff;
	padding: 5px;
	border-bottom: 1px solid #e2e2e2;
	font-size: .78em;
}

.cartproductIcon {
	display: block;
	position: relative;
	width: 80px;
	float: left;
	height: auto;
	text-align: center;
	padding-top: 10px;
}

.cartItemInfo {
	display: block;
	position: relative;
	width: 150px;
	float: left;
	height: auto;
}

#cartPricing {
	display: block;
	position: relative;
	background: #b9d756 url(../images/checkout/greenPricingInfo.gif) top left repeat-x;
	min-height: 100px;
	border: 1px solid #8caf3e;
}


.pricingInfo {
	display: block;
	position: relative;
	width: 80px;
	height: auto;
	float: left;
	padding: 25px 0 0 10px;
}

.fullPriceInfo {
	display: block;
	position: relative;
	width: 100px;
	height: auto;
	float: left;
	padding: 25px 0 0 10px;
}

.pricingInfoSmall {
	display: block;
	position: relative;
	width: 100px;
	height: auto;
	padding: 0;
	margin-left: 80px;
	border: 1px solid #d2d2d2;
}

.fullPriceInfoSmall {
	display: block;
	position: relative;
	width: 100px;
	height: auto;
	padding: 0;
	margin-left: 80px;
}

.priceLabel {
	color: #fff;
	text-align: right;
}

.price {
	color: #fff;
	text-align: left;
}

.cartActions {
	display: block;
	position: relative;
	width: 80px;
	float: right;
	height: auto;
	padding: 25px 0 0 10px;
}

.removeItem {
	display: block;
	position: relative;
	width: 80px;
	top: 70px;
	margin: 0;
	padding: 0;
	text-align: center;
	z-index: 50;
}

#cartDetails {
	display: block;
	position: relative;
	margin: 0 0 0 370px;
	border: 1px solid #f2f2f2;
	padding: 3px 3px 3px 10px;
}

#cartTotal {
	color: #8caf3e;
	font-size: 1.3em;
	font-weight: bold;
	
}

#cartTitlePrice {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 100px;
	font-size: 1.8em;
	line-height: 40px;
	font-weight: bold;
	color: #8caf3e;
	height: auto;
	z-index: 50;
}

#orderTotal {
	font-size: 1.5em;
	line-height: 40px;
	font-weight: bold;
	color: #8caf3e;
}

#registerBox {
	display: block;
	position: relative;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 1px solid #8caf3e;
	background: url(../images/registerTop.gif) top left repeat-x;
}

#registerBox h3 {
	padding: 8px 12px;
	color: #FFF;
	font-size: 1.3em;
	line-height: 34px;
}


#checkoutBox {
	width: 460px;
	display: block;
	height: auto;
	float: left;
}

#checkoutHeader {
	display: block;
	position: relative;
	background: url(../images/checkout/checkoutTop.gif) top left no-repeat;
	width: 460px;
	margin: 0;
}

#checkoutCartHeader {
	display: block;
	position: Relative;
	background: url(../images/checkout/cartHeader.gif) top left no-repeat;
	height: auto;
}

#checkoutHeader h3, #checkoutCartHeader h3 {
	padding: 8px;
	color: #FFF;
	font-size: 1.3em;
	line-height: 24px;
	margin: 0;
	
}

#checkoutCartHeader h3 {
	color: #666;
}

.checkoutMain {
	display: block;
	position: relative;
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	min-height: 100px;
	margin: 0;
	padding: 5px;
}


.checkoutBar {
	display: block;
	position: relative;
	height: 44px;
	width: 459px;
	margin: 1px 0;
	padding: 0;
	
}

.activeBar .arrow {
	display: block;
	position: relative;
	width: 25px;
	height: 44px;
	float: left;
	background: url(../images/checkout/activeBarArrow.gif) top left no-repeat;
}

.checkoutStatus {
	display: block;
	position: absolute;
	float: right;
	margin: 10px;
	width: 155px;
	height: 16px;
	top: 5px;
	right: 5px;
}

.activeBar {
	background: url(../images/checkout/checkoutBarActive.gif) top left repeat-x;
	border-right: 1px solid #8caf3e;
}

.inactiveBar {
	background: url(../images/checkout/checkoutBarInactive.gif) top left repeat-x;
	border-right: 1px solid #c4c4c4;
}

.barActive {
	background: url(../images/checkout/barActive.gif) top right no-repeat;
}

.barInactive {
	background: url(../images/checkout/notComplete.gif) top right no-repeat;
}

.barDone {
	background: url(../images/checkout/done.gif) top right no-repeat;
}



.activeBar .stepNum {
	font-size: 16px;
	color: #6d8d22;
	line-height: 44px;
	font-weight: bold;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	margin-left: 10px;
}

.activeBar .stepName {
	font-size: 16px;
	color: #FFF;
	line-height: 44px;
	font-weight: bold;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	margin-left: 5px;
}

.inactiveBar .arrow {
	display: block;
	position: relative;
	width: 25px;
	height: 44px;
	float: left;
	background: url(../images/checkout/inactiveBarArrow.gif) top left no-repeat;
}

.inactiveBar .stepNum {
	font-size: 16px;
	color: #6d8d22;
	line-height: 44px;
	font-weight: bold;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	margin-left: 10px;
}

.inactiveBar .stepName {
	font-size: 16px;
	color: #666;
	line-height: 44px;
	font-weight: bold;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	margin-left: 5px;
}


#checkoutCartBox {
	width: 250px;
	min-height: 250px;
	display: block;
	float: right;	
}

#checkoutCartMain {
	display: block;
	position: relative;
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	min-height: 100px;
	margin: 0;
}

#checkoutBar .active {
	background: url(../images/checkout/checkoutBarActive.gif) top left repeat-x;
}

.checkoutSummary {
	display: block;
	position: relative;
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	padding: 5px;
	background: #f9f9f9;
}

.summaryTag {
	font-size: .75em;
	color: #999;
}

.editBtn {
	display: none;
	position: absolute;
	width: 67px;
	height: 29px;
	background: url(../images/checkout/editBtn.gif) top left no-repeat;
	top: 8px;
	left: 300px;
	z-index: 50;
}

.editBtn a {
	display: block;
	position: relative;
	width: 67px;
	height: 29px;
}

.editBtn a span {
	display: none;
}

.orderConfirm {
	display: none;
	position: relative;
	padding: 0;
	background: #fff;
	border-bottom: 2px solid #8caf3e;
	border-top: 1px dotted #8caf3e;
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	text-align: left;
}

.dataLabel {
	display: block;
	position: relative;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 8px 0;
}

.infoField {
	display: block;
	position: relative;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px 10px;
}

.infoFieldSmall {
	display: block;
	position: relative;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 0px 10px;
}


.dataLabel {
	width: 220px;
	display: block;
	position: relative;
	float: left;
	font-size: 1.2em;
}

.dataLabelSmall {
	width: 120px;
	display: block;
	position: relative;
	float: left;
	font-size: .9em;
	margin-top: 8px;
}

.dataField {
	width: auto;
	display: block;
	position: relative;
	float: left;
	margin-top: 10px;
}

.dataFieldSmall {
	width: auto;
	display: block;
	float: left;
	margin: 5px;
}

.fieldset {
	padding: 15px;
	border-bottom: 1px solid #8caf3e;
	margin-bottom: 15px;
}

.gray {
	background: #f2f2f2;
}

.required {
	color: #ef579d;
}

.errorArrow {
	display: block;
	width: auto;
	padding: 0 10px 0 30px;
	margin: 3px;
	height: 34px;
	background: transparent url(../images/errorArrow.gif) top left no-repeat;
	font-size: 15px;
	font-weight: bold;
	line-height: 34px;
	color: #fff;
	float: left;
	white-space: nowrap
}

.errorArrowSmall {
	display: block;
	position: absolute;
	padding: 0 10px 0 20px;
	margin: 6px 0 0 0;
	height: 20px;
	background: transparent url(../images/errorArrowSmall.gif) left top no-repeat;
	font-size: 10px;
	font-weight: bold;
	line-height: 20px;
	left: 280px;
	color: #fff;
	z-index: 25;
	white-space: nowrap
}

.validateRequired {
	display: block;
	width: auto;
	padding: 0 10px 0 30px;
	margin: 3px;
	height: 34px;
	background: #ef579d top left no-repeat;
	font-size: 15px;
	font-weight: bold;
	line-height: 34px;
	color: #fff;
}

#checkoutButton {
	display: block;
	position: relative;
	float: left;
	width: 250px;
	padding: 8px;
}

.dottedLine {
	display: block;
	border-bottom: 1px dotted #d2d2d2;
	margin: 20px;
}

.num {
	display: block;
	position: relative;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	width: 45px;
	height: auto;
	color: #e2e2e2;
	text-align: right;
	margin: 0 25px 0 0;
}

.storeName {
	display: block;
	float: left;
	font-family: "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #ef579d;
	margin: 8px 0 0 0;
}

.storeAddress {
	display: block;
	font-family: "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	clear: left;
	color: #333;
	padding: 0;
	margin: 0 0 0 70px;
}

.promoError { color: red; }
.promoSuccess { color: green; }