#pcMain {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	color:#2a2a2a;
	width:498px;
	/*	background:url("/ProductCart/images/backgrounds/product-top.jpg") no-repeat 0 70px;*/
box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
	border:1px solid #ccc;
	margin:86px 0 0 10px;
	padding:0 10px 0px 10px;
	background:url(../images/backgrounds/pcmain.jpg) no-repeat;
}
#pcMain-home {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	color:#2a2a2a;
	width:498px;
	overflow:hidden;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
	border:1px solid #ccc;
	margin:86px 0 0 10px;
	padding:0 10px 0px 10px;
		background:url(../images/backgrounds/pcmain.jpg) no-repeat;
}
#pcMain-ship {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	color:#2a2a2a;
	width:498px;
	overflow:hidden;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
	border:1px solid #ccc;
	margin:16px 0 0 10px;
	padding:0 10px 0px 10px;
}
#pcMain h1, #pcMain-home h1 {
	font-size:18px;
	color:#88b613;
	font-weight:normal;
	padding:10px 0;
	background:url(../images/backgrounds/dot.gif) no-repeat 0 10px;
	text-indent:20px;
	border-bottom:1px solid #88b613;
	margin-bottom:10px
}
.pcMainTable h3 {
	font-size: 12px;
	font-weight:normal;
	padding:10px 0;
	font-weight:bold;
}
.pcPageDesc {
	color:#999;
	margin:0 auto;
	padding:10px 0;
}
.pchomeDesc {
	color:#fff;
	padding:10px;
}
.pcShowProductsH {
	border-bottom:1px solid #d6d6d6;
	margin:0 0 10px 0;
	padding:0;
}
table.pcShowProductsH {
	height:300px;
	max-height:400px;
}
.pcMainTable {
	width:100%;
	margin:0 auto;/*	background:url("/ProductCart/images/backgrounds/product-bottom.jpg") no-repeat bottom;*/
}

.pcShowProducts {
	width:100%;
	margin:0 auto;
	padding:0;
}
td.pcShowProducts {
	padding:10px;
}
.pcMainTable td img {
}
.pcShowContent {
	width:490px;
	margin:10px auto;
	padding:0;
}
.pcShowContent th{
	text-align:left;
	border:1px solid #fff;
}
.pcShowContent td{
	padding:10px 4px;
}
.pcShowContent td,  .pcShowContent td input{
	vertical-align:middle;
}
.pcShowContent td a{

}
.sort {
	width:490px;
	margin:10px auto;
	border-bottom:1px solid #d6d6d6;
	padding:0 10px;
}
.sort td {
	width:255px;
	padding:4px 0px;
}
.pcShowProducts td {
	padding:6px 10px 0px 10px;
}
.pcShowProductInfoH {
	height:60px;
	padding:0;
	margin:0;
}
.pcShowProductImageH {
	height:185px;
	border:1px solid #fff;
	margin:0; padding:0;
}
pcShowProductImageH img {
	max-width:125px;
}
.pcShowProductImageH img {
	display:block;
	margin:10px auto;
	padding:0;
}
.pcShowProductImageH:hover {
	border:1px solid #d6d6d6;
}
.pcShowProductPrice {
	color:#88b613;
	font-weight:bold;
	font-size:16px;
	padding:5px;
	border:1px solid #d6d6d6;
	-moz-border-radius: 6px;
-webkit-border-radius: 6px;
 border-radius: 6px;
}
.pcShowProductPrice a {
	color:#ff9900;
	text-decoration:none;
	display:block;
}
.pcShowProductName {
	font-size: 12px;
	color: #000;
	background:#a0c52a url(../images/backgrounds/name-bg.jpg) repeat-x;
	padding:4px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	text-align:center;
	min-height:40px;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, .6);
}

#pcMain .pcShowProductName a{
	color:#000;
}
#pcMain .pcShowProductName a:hover{
	color:#fff;
	text-decoration:none;
}
#pcMain .pcShowProductLink, #pcMain-home .pcShowProductLink  {
	text-align:center;
	margin-bottom:10px;
}
#pcMain .pcShowProductLink a img:hover{
	opacity:.8;
}
.pcShowMainImage {
	margin:40px auto;
	display:block;
	text-align: center;

}
.pcShowAdditional {
	width: 240px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.pcShowAdditionalImage {
	vertical-align: top;
	text-align: center;
	padding: 0 0 0 0;
}
.pcShowAdditional img {
	width: 50px;
	border: 1px solid #cccccc;
}
.pcShowProductSku {
	font-weight:bold;
	padding:0 0 10px 0;
	width:100%;
}
.pcShowProductWeight {
	color: #999
}
.pcShowProductBrand {
	color: #999;
	text-align:right;
	font-size:12px;
	padding-right:10px;
}
#pcMain a, #pcMan-Home a {
	color: #7cc9ff;
	text-decoration:none;
}
#pcMain a:hover, #pcMan-Home a:hover {
	color:#2a2a2a;
	text-decoration: underline;
}
.pcShowProductSDesc {
	font-size:12px;
	padding:10px 0;
}
.pcShowProductSDesc ul{
	margin:20px;
}
#pcMain .transparentField {
	border: 0;
	background: transparent;
	padding: 0;
	display:inline-block;
}
.options {
	font-weight:bold;
	margin:20px 0;
	width:100%;
}
.idiscount {
	float:left;
	position:absolute;
	margin-top:-56px;
}
td.pcSectionTitle {
	color:#88b613;
	padding:10px 0;
	font-size:18px;
	border-top:1px solid #d6d6d6;
}
.review {
	padding: 10px;
}
.rateit {
	display:block;
	margin:10px 0;
}
.detailedview img {
	margin-left:10px;
}
td.detailedview {
	padding:0 0 0 10px;
	width:50%;
	border-left:1px solid #d6d6d6;
}
.imgsplash {
	background:#a8cf1f;
	height:500px;
	width:500px;
	display:block;
	margin:10px auto;
}
.pcErrorMessage {
	width: 90%;
	background: #F7F7F7;
	margin:60px auto;
	padding:20px;
	font-size:12px;
	font-weight: bold;
	text-align: center;
}
.catalogimg {
	margin:20px auto;
	display:block;
}
.tdspacer {
	border:1px solid #000;
}
.pcPageNav {
	margin:0 0 20px 0;
}
a.categories {
	margin:20px 0 2px 0;
	padding:5px 0 0 0;
	display:block;
	border:1px solid #7dc9ff;
	height:20px;
	text-align:center;
}
input, select, textarea {

}
.pcForms input {
	border: 1px solid #CCCCCC;
	background-color: #F7F7F7;
	font-size: 11px;
	color:#666666;

}
#pcMain a.button {
	background:#7cc9ff;
	padding: 2px 4px 2px 4px;
	color:#fff;
	font-size: 12px;
}
#pcMain a.button:hover {
	text-decoration:none;
}
.pcForms input:focus {
	border: 1px solid #999999;
	background-color: #FFFFCC;
}
.pcForms textarea {
	border: 1px solid #CCCCCC;
	background-color: #F7F7F7;
	font-size: 11px;
	color:#666666;
	padding: 2px 3px 2px 3px;
}
.pcForms textarea:focus {
	border: 1px solid #999999;
	background-color: #FFFFCC;
}
.pcForms select {
	font-size: 11px;
	color: #333333;
	background-color: #F5F5F5;
	border: 1px solid #CCCCCC;
}
#submit {
	border: 0;
	background-color: transparent;
	padding: 0px;
	background-color:#f26820;
	color:#fff;
	margin:4px 0;
}
#pcMain .submit {
	border: 0;
	background-color: transparent;
	padding: 0px;
	margin:4px 0;
}
#pcMain .submit2,#pcMain-ship .submit2  {
	background-color:#b8d644;
	border:1px solid #acd72f;
	color:#000;
}
#pcMain .clearBorder {
	border: 0;
	background-color: transparent;
	margin-right:10px;
}
form {
	margin-bottom:40px;
}
.pcForms {
	margin-bottom:10px;
}
.pcShowCart {
	text-align: left;
	width: 100%;
	border: 0;
	border-collapse: collapse;
	margin:20px 0;
}
.pcShowCart td {
	padding: 1px;
	vertical-align: top;
}
.pcShowList {
	border:1px solid #d6d6d6;
	margin:20px auto;
}
.pcShowList td{
	line-height:20px;
}
/* Style the table title (e.g. table showing quantity discounts) */
	.pcMainTable h2 {
	background-color: #F5F5F5;
	font-size: 15px;
	margin: 0 0 5px 0;
	padding: 5px;
}
/* Style the table headings */
	.pcMainTable th {
	background:#f1f1f1;
	font-size: 12px;
	font-weight: bold;
	padding: 4px;
	border-bottom: 1px solid #E1E1E1;
}
/* Remove the default marging from paragraphs */	
	.pcMainTable p {

}
/* Style within SHOW PRODUCTS table */

	/* Style the product name */




	#pcMain .pcShowProductStock {
	color: #666666;
}
/* Style the Product BTO Default Config */
	#pcMain .pcShowProductBTOConfig {
	color:#666666;
}
/* Style the Product Custom Search */
	#pcMain .pcShowProductCustSearch {
	color:#666666;
}
/* Style the Product Free Shipping Text */
	#pcMain .pcShowProductShipping {
	color:#666666;
}
/* Change font color for "Show Product's Price" feature */

/* Strikethrough for List Price */
	#pcMain .pcShowProductListPrice {
	text-decoration:line-through;
	color:#999;
	font-weight:normal;
}
/* Change font color for "Show Savings" feature */
	#pcMain .pcShowProductSavings {
	color:#FF6600;
}
/* Style the short product description */

/* Style the "Not for Sale" text */
	#pcMain .pcShowProductNFS {
	color:#0066FF;
	font-weight:bold;
	margin: 5px;
}
/* Style the paragraph that includes the "Sort by" drop-down */
	.pcSortProducts {
	text-align: right;
}
/* pcShowProductsH handles the table that shows product info
	   when products are displayed horizontally */
		 
/* pcShowProductsHCS handles the table that shows product info
	   when cross selling products are shown with images */
		
		.pcShowProductsHCS {
	width: 125px;
	height: 225px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
/* pcShowProductsP handles the table that shows product info
	   when products are displayed vertically */
		 
		.pcShowProductsP {
	margin: 5px;
	padding: 5px;
	width: 100%;
}
.pcShowProductImageP {
	height: 125px;
	width: 125px;
	text-align: center;
}
.pcShowProductImageP img {
	border: 1px solid #E5E5E5;
	padding: 5px;
}
.pcShowProductInfoP {
	text-align: left;
	width: 95%;
	padding-left: 10px;
}
/* pcShowProductsL handles the table that shows product info
	   when products are displayed in a list */
		 
		.pcShowProductsL {
	width: 100%;
	text-align: left;
}
.pcShowProductsLheader {
	text-align: left;
	background-color:#F7F7F7;
}
.pcShowProductsLCell {
	vertical-align: top;
	text-align: left;
}
.pcShowProductImageL {
	height: 25px;
	width: 25px;
	text-align: left;
	padding: 5px 5px 0 5px;
}
/* pcShowProductsM handles the table that shows product info
	   when products are displayed in a list with the quantity field */
		 
		.pcShowProductsMheader {
	text-align: left;
	background-color:#F7F7F7;
}
.pcShowProductsM {
	width: 100%;
	text-align: left;
	vertical-align: top;
}
.pcShowProductImageM {
	height: 25px;
	width: 25px;
	text-align: left;
	padding: 0 5px 0 5px;
}
/*-----------------------------------------------------------------------------------------
	 ProductCart Build To Order
	----------------------------------------------------------------------------------------*/
		 
		/* Style the product configuration pages */
		.pcBTOmainTable {
	width: 100%;
	background-color: #FFFFFF;
	border: 0;
	border-collapse: collapse;
}
.pcBTOfirstRow {
	background-color: #F5F5F5;
}
.pcBTOsecondRow {
	background-color: #E1E1E1;
}
/* Style the pop-up window used by ProductCart Build To Order to show additional
			 item information on the configuration pages */
		.pcBTOpopup {
	width: 98%;
	background-color: #FFFFFF;
	border: 0;
	border-collapse: collapse;
	margin: 5px;
	font-size: 10px;
}
.pcBTOpopup img {
	margin: 5px;
	vertical-align: bottom;
	text-align: center;
	padding-bottom: 3px;
}
/* Style the detailed product configuration when shown on the shopping cart page
			 order details page, etc. */
		.pcShowBTOconfiguration {
	text-align: left;
	background-color:#F7F7F7;
}
.pcShowBTOconfiguration p {
	size: 10px;
	color:#666666;
}
/*-----------------------------------------------------------------------------------------
	 Browse by Category or Brand
	----------------------------------------------------------------------------------------*/
		 
.pcShowCategory {
	margin:0 auto 10px auto;
}
.pcShowCategory img {
	margin-top:40px;
}
.pcShowCategoryP {
	width: 100%;
	text-align: left;
}
.pcShowCategoryImage {
	/*height: 125px;*/
			vertical-align: bottom;
	text-align: center;
	padding-bottom: 3px;
}
.pcShowCategoryImage img {
	border: 1px solid #E5E5E5;
	padding: 5px;/*display:none;*/
}
.pcShowCategoryInfo {
	margin-top: 2px;
	vertical-align: top;
	color:#ff9900;
	padding:2px;/*display:none;*/
}
.pcShowCategoryInfo p {
	text-align: center;/*display:none;*/
}
.pcShowCategoryInfoP {
	width: 100%;
	margin-top: 5px;
	text-align: left;
	vertical-align: top;/*display:none;*/
}
.pcPageName a:link, #pcCatNav a:visited {
	color: #999999;
}
/*-----------------------------------------------------------------------------------------
	 Search results page
	----------------------------------------------------------------------------------------*/

	/* Style list of categories in the category search results */
	.pcCatSearchResults ul {
	list-style-type: none;
	margin: 0 0 20px 15px;
	padding: 0;
}
.pcCatSearchResults ul li {
	margin: 2px 0 0 0;
}
/* Styles section titles on pages with different sections (e.g. search results) */

/* Example of usage: preview search results text on advanced search page */
	.pcTextMessage {
	color: #f26820;
	font-weight: bold;
}
/* Styles alert and friendly error messages shown to the customer in the storefront */

/* Styles small text shown in various pages (e.g. "(mm/yy)" on the credit card page */
	.pcSmallText {
	font-size: 10px;
	color:#999999;
}
/* Sets the height of an empty table row */

/* Horizontal line */
	#pcMain hr {
	color: #e5e5e5;
	background: #e5e5e5;
	border: 0;
	height: 1px;
}
/* Add spacing to list items */
	#pcMain li {
	padding-bottom: 3px;
}
/*-----------------------------------------------------------------------------------------
 ProductCart Product ViewPrd.asp Images
----------------------------------------------------------------------------------------*/	

/*-----------------------------------------------------------------------------------------
	 ProductCart v2.7x styles
	----------------------------------------------------------------------------------------*/
	
	/* Printer-friendly version of order details page */
	table.invoice {
	border-collapse:collapse;
	border: 1px solid #333333;
}
table.invoiceBto {
	border-collapse:collapse;
	border: 1px solid #999999;
}
td.invoice {
	border: 1px solid #d6d6d6;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	vertical-align:top;
	text-align:left;
}
td.invoiceNob {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	vertical-align:top;
	text-align:left;
}
/*-----------------------------------------------------------------------------------------
	 categories_storefront
	----------------------------------------------------------------------------------------*/

#categories_storefront {
	width:420px;
	height:509px;
	margin:0 auto;
}
#categories-01 {
	clear:both;
	width:420px;
	height:18px;
	background-image:url(/productcart/images/categories_01.jpg);
	background-repeat:no-repeat;
	padding:35px 0 0 8px;
}
#categories-02 {
	position:relative;
	float:left;
	width:420px;
	clear:both
}
#categories_storefront p {
	padding:4px;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
}
#categories_storefront a {
	text-decoration:none;
	cursor:pointer;
}
#categories-02 #description-02 {
	position:absolute;
	width:408px;
	height:100px;
	background-color:#8bb9d1;
	left:6px;
	top:25px;
	display:none;
	z-index:1000;
}
#categories-03 #description-03 {
	position:absolute;
	width:200px;
	height:100px;
	background-color:#b8d644;
	left:2px;
	top:25px;
	display:none;
	z-index:1000;
}
#categories-04 #description-04 {
	position:absolute;
	width:205px;
	height:100px;
	background-color:#ffd04a;
	left:6px;
	top:21px;
	display:none;
	z-index:1000;
}
#categories-05 #description-05 {
	position:absolute;
	width:200px;
	height:100px;
	background-color:#b8d644;
	left:2px;
	top:21px;
	display:none;
	z-index:1000;
}
#categories-04 {
	position:relative;
	float:left;
	width:212px;
}
#categories-05 {
	position:relative;
	float:right;
	width:208px;
}
#categories-06 {
	clear:both;
	position:relative;
	width:420px;
	height:34px;
	background-image:url(/productcart/images/categories_06.jpg);
}
#cat-06-content {
	position:absolute;
	top:18px;
	left:0;
	z-index:1000;
	width:420px;
	display:none;
	background-image:url(/productcart/images/categories_06_tile.jpg);
	background-repeat:repeat-y;
}
#categories-06 a {
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	padding:0 0 0 10px;
	cursor:pointer;
}
#categories-06 p {
	padding:10px;
}
#pcMain ul.welcome {
	list-style-type:none;
	border-top:#f1f1f1 solid 1px;
	border-bottom:#f1f1f1 solid 1px;
	padding:10px 0;
	margin:10px 0;
	overflow:hidden;
}
#pcMain ul.welcome li {
	line-height:20px;
	margin-right:10px;
}

h1.welcome a {
	float:right;
}
#pcMain ul.welcome li a {
	padding:2px 6px;
	color:#444;
	background:#f7cf55;
	width:200px;
	display:block;
	font-size:14px;
}
#pcMain ul.welcome li a:hover {
	color:#fff;
	text-decoration:none;
	background:#a4c92e;
}
/* END */
.back-continue td {
	height:80px;
	padding:5px;
}
.c01 img {
	margin-top:4px;
}
.iform{
	margin-right:10px;
}
.highslide{
	margin-right:10px;
}
#pcMain div#AddtoList a{
	line-height:30px;
}
