/*The Pickle Guys Style Sheet*/
/*Padding Format: from TOP, RIGHT, BOTTOM, LEFT  */

#mainIndex{
	width:820px;
	margin:auto;
}

body{
	background:#FFFF00;
	text-align:center;
	font-family:"Comic Sans MS", Arial, Garamond;
	font-size:14px;
}

p{
	font-size:14px;
	text-align:left;
}
	
#mainContent{
	width: 655px;
	min-height:500px;
	float:right;
	border-left: 165px #FFFFFF solid;
	margin-left:-165px;
	_border-left: 170px #FFFFFF solid;
	_margin-left:-170px;
	background:#FFFFFF;
}

#leftTextContent{
	float:left; 
	width:325px; 
}

#rightTextContent{
	_margin-right:-170px;
	float:right;
	width:325px;
}

#storehours{
	font-size:12px;
}

#pkleHisDis{
	font-size:10px;
}
#pickleHistory{
	width:650px;
	padding: 0 10px 0 5px;
}

#shoppingCartDisc{
	width:650px;
	margin: 30px 0 30px 0;
}

#shoppingCart{
	margin: 0 0 50px 0;
}

#prod_cat{
	font-size:18px;
	color:#FFFFFF;
}

#prod_name{
	font-size:20px;
	font-weight:bold;
}

#prod_header{
	font-size:14px;
	font-weight:bold;
}

.itemSizeSmall{
	font-size:12px;
}


/*START CUSTOMER INFO PAGE STYLES*/
.nameFormat{
	font-size:12px;
	font-weight:bold;
	text-align:right;
}
/*END CUSTOMER INFO PAGE STYLES*/

/**********************
***GIFT OPTIONS CODE***
***********************/
.cartColumnHeaderGift {	font-size:14px;	font-weight: bold; color: #003300; white-space:nowrap; text-align:right}
/**********************
***GIFT OPTIONS CODE***
***********************/

/*START CUSTOMER REVIEW*/
.reviewHeader {	font-size:12px;	font-weight: bold; color: #006600; background-color:#CCCCCC; text-align:left}
.reviewItem {	font-size:10px;	font-weight: bold; color: #003300; text-align:left; border-top-style:solid; border-top-width: 1px; border-top-color:#999999; background-color:#E8E8E8;}
.reviewFiller {	font-size:10px;	font-weight: bold; color: #003300; text-align:left; color:#E8E8E8; border-top-style:solid; border-top-width: 1px; border-top-color:#999999; background-color:#E8E8E8;}
/*END CUSTOMER REVIEW*/

/*START Shopping Cart Styles*/
.cartLayout { font-family:Comic Sans MS, Courier, Times New Roman; line-height: 15px; border:1px solid #999999; }
.cartTitle { font-size:14px; font-weight: bold;	color: #003300; background-image:url(../graphics/S3C_Lines.gif); }
.cartColumnHeader {	font-size:11px;	font-weight: bold; color: #003300; background-image:url(../graphics/S3C_Bevel.gif); white-space:nowrap; }

.itemName {	font-size:12px;	font-weight: bold; color: #000000; text-align:left; border-style:solid; border-top-width: 0px; border-left-width: 0px; border-right-width: 0px; border-bottom-width: 1px; border-bottom-color:#CCCCCC; white-space:nowrap;}
.itemSize {	font-size:12px; font-weight:normal; color: #000000; text-align:center; border-style:solid; border-top-width: 0px; border-left-width: 0px; border-right-width: 0px; border-bottom-width: 1px; border-bottom-color:#CCCCCC; }
.itemPrice {	font-size:12px; font-weight:normal; color: #000000; text-align:center; border-style:solid; border-top-width: 0px; border-left-width: 0px; border-right-width: 0px; border-bottom-width: 1px; border-bottom-color:#CCCCCC;}
.itemGeneral {	font-size:12px; font-weight:normal; color: #000000; text-align:center; border-style:solid; border-top-width: 0px; border-left-width: 0px; border-right-width: 0px; border-bottom-width: 1px; border-bottom-color:#CCCCCC; }

.cartBottom {	font-size:10px;	font-weight: bold; color: #006600; background-color:#CCCCCC; }
.cartSubtotal {	font-size:14px;	font-weight: bold; color: #003300; text-align:right; border-top-style:solid; border-top-width: 1px; border-top-color:#999999; background-color:#E8E8E8;}
.cartSubtotalPrice {	font-size:14px;	color: #000000; text-align:center; border-top-style:solid; border-top-width: 1px; border-top-color:#999999; background-color:#E8E8E8;}
.cartFooter { background-image:url(../graphics/S3C_Lines.gif); text-align: right;height:20px}

/*******************************************
***May 25, 2010: Shipping Calculator Code***
*******************************************/
.shipEstimate {	font-size:12px;	font-weight: bold; color: #003300; text-align:right; border-top-style:solid; border-top-width: 1px; border-top-color:#999999; background-color:#E8E8E8;}
/*******************************************
***May 25, 2010: Shipping Calculator Code***
*******************************************/

/*END Shopping Cart Styles*/