@charset "utf-8";

/*

	Ultracart generic catalog template 1 - design, code, and programming by: Michael Angeletti - Ultracart Pro Services
	copyright 2009 - All rights reserved - no content, code, images, or other may be copied from this website without prior written permission from Ultracart (BPS Info Solutions)

Browser reset

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

html {
	margin: 0;
	padding: 0;
}

body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, abbr, acronym, address, big, cite, code, del, dfn, b, strong, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, table, tbody, dl, dt, dd, ol, ul, li, fieldset, form, button, label, legend, caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	list-style: none;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	font-family: helvetica Neue,Helvetica,sans-serif;
	vertical-align: top;
	text-decoration: none;
	position: relative;
}

input, tr, td, th {
	margin: 0;
	padding: 0;
}


/*

html, body

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

body, html {
	top: 0;
	height: 100%;
	font: 14px helvetica Neue,Helvetica,sans-serif;   /****  default: 11px/1.3 *****/
	color: #000;
	background: #fff;
	text-align: center;
	border-top:10px solid #f8cb00;
}


/*

Universal Styles

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

a {
	color: #555;
}

	a:hover {
		color: #000;
		text-decoration: underline;
	}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

.row {
	width: 100%;
	float: left;
}

.none {
	display: none;
}

.red {
	color: #990000;
}

.blue {
	color: #0099FF;
}

.yellow {
	color: #e9c629;
}


/*

Container

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.container {
	width: 915px;
	margin: 0 auto;
	text-align: left;
}


/*

Shell

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.shell {
	width: 915px;
	padding: 20px;
	float: left;
	background: #FFF;
}


/*

Header

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.header {
	width: 915px;
	padding: 30px 10px 60px 10px;
	float: left;
	/**** background: transparent url(../images/db.gif) left bottom repeat-x; ***/
    background: transparent url(../images/store-header1-no-Jar.png) left bottom repeat-x;
	margin: -20px 0 5px;
}

.header .left {
	width: 300px;
	height: 158px;
	float: left;
	text-indent: -9000px;
	background: transparent url(../images/spacer.gif) left center no-repeat;
}

	.header .left a {
		width: 300px;
		height: 158px;
		float: left;
		background: transparent;
	}

.header .right {
	width: 480px;
	float: right;
}

	.header .right ul {
		padding: 5px 0 0 0;
		float: right;
	}

		.header .right ul li {
			margin: 0 10px 0 0;
			padding: 0 10px 0 0;
			border-right: 1px #000 solid;
			float: left;
			line-height: 1;
		}

			/*********** View Basket in Header ***************/

			.header .right ul li.last {
				margin: 110px 0px -20px;
				padding: 0;
				border: none;
				font-size: 14px;
			}

	/*********** SEARCH HIDDEN (TS) ***************/

	.header .search {
		padding: 15px 0 0 0;
		float: right;
        display: none;
	}

		.header .search form {
			float: left;
		}

			.header .search form .q {
				float: left;
			}

				.header .search form .q input {
					width: 139px;
					height: 17px;
					margin: 0 5px 0 0;
					padding: 2px;
					border: 1px #E4E4DE solid;
					border-top: 1px #C7C7BC solid;
					border-left: 1px #C7C7BC solid;
					float: left;
				}

				.header .search form .q button {
					width: 60px;
					height: 23px;
					float: left;
					text-indent: -9000px;
					cursor: pointer;
					background: transparent url(../images/button_search.gif) left top no-repeat;
				}

					.header .search form .q button:hover {
						background: transparent url(../images/button_search.gif) left bottom no-repeat;
					}


/*

Content

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.content {
	width: 915px;
	padding: 10px 0;
	float: left;
}


/*

Right Column

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

	.content .right {
		width: 660px;
		float: right;
		overflow: hidden;
	}


/*

Crumb Trail

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.crumb {
	width: 580px;
	padding: 7px 0;
	float: left;
	font-size: 10px;
}

	.crumb li {
		float: left;
	}

		.crumb li a {
			margin: 0 6px 0 0;
			padding: 0 12px 2px 0;
			float: left;
			color: #AAA;
			background: transparent url(../images/raquo_gray.gif) right center no-repeat;
		}

			.crumb li a:hover {
				color: #666;
			}


/*

Group

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.title_pagination_left {
	padding: 8px 0;
}

.title_pagination_left h2 {
		font-size: 18px;
		color: #6f4588;
		font-weight:bold;
	}

.title_pagination {
	width: 580px;
	padding: 8px 0;
	border-top: 0px #ECECE8 solid;
	border-bottom: 1px #ECECE8 solid;
	float: left;

}

	.title_pagination h2 {
		float: left;
		font-size: 18px;
		color: #e9c629;
	}

	.title_pagination ul {
		float: right;
	}

		.title_pagination ul li {
			padding: 0 5px;
			float: left;
		}

			.title_pagination ul li a {
				float: left;
				color: #AAA;
			}

				.title_pagination ul li a:hover {
					color: #666;
				}

.group_row {
	width: 588px;
	padding: 10px 0 10px 4px;
	border-bottom: 1px #ECECE8 solid;
	float: left;
}

.group_col {
	width: 184px;
	margin: 0 10px 0 0;
	border-right: 2px #ECECE8 solid;
	float: left;
}

	.group_col .media {
		width: 163px;
		padding: 10px 16px 8px 40px;
		float: left;
		text-align:center;
	}

		.group_col .media a {
			padding: 2px;
			float: left;
		}

			.group_col .media a:hover {
				background: #ECECE8;
			}

			.group_col .media a img {
				float: left;
			}

	.group_col .description {
		width: 163px;
		padding: 0 10px 10px 10px;
		float: left;
		text-align: center;
	}

		.group_col .description h5 {
			padding: 0 0 5px 0;
		}

			.group_col .description h5 a {
				color: #000;
			}

		.group_col .description p {
			padding: 0 0 5px 0;
		}



/*

Home Page Group

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */



.group_col2 {
	width: 184px;
	margin: 0 10px 0 0;
	border-right: 2px #ECECE8 solid;
	float: left;
}

	 .group_col2 .media {
		width: 150px;
		padding: 10px 16px 8px 10px;
		float: left;
		text-align:center;

	}

	/*	.group_col2 .media a {
			padding: 2px;
			 float: left;
		} */

			.group_col2 .media a:hover {
				background: #ECECE8;
			}

			.group_col2 .media a img {
				/* float: left;  */
			}

	.group_col2 .description {
		width: 163px;
		padding: 0 10px 10px 10px;
		float: left;
		text-align: center;
	}

		.group_col2 .description h5 {
			padding: 0 0 5px 0;
			text-align: center;
		}

			.group_col2 .description h5 a {
				color: #000;
			}

		.group_col2 .description p {
			padding: 0 0 5px 0;
		}


/*

Home Page Group - Second Row

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */



.group_col3 {
	width: 184px;
	margin: 10px 10px 0 0;
	border-right: 1px #ECECE8 solid;
	float: left;
}

	.group_col3 .media {
		width: 208px;
		padding: 10px 16px 8px 15px;
		text-align:center;
	}

		/*  .group_col3 .media a {
			padding: 2px;
			float: left;
		}  */

			.group_col3 .media a:hover {
				background: #ECECE8;
			}

			.group_col3 .media a img {
				/* float: left; */
			}

	.group_col3 .description {
		width: 230px;
		padding: 0 10px 10px 10px;
	}

		.group_col3 .description h5 {
			padding: 0 0 5px 0;
			text-align: center;
		}

			.group_col3 .description h5 a {
				color: #000;
			}

		.group_col3 .description p {
			padding: 0 0 5px 0;
		}







/*

Item

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.item {
	width: 558px;
	padding: 10px;
	border: 1px #ECECE8 solid;
	float: left;
}

	.item .description {
		width: 318px;
		float: right;
	}

		.item .description h2 {
			width: 318px;
			padding: 8px 0;
			border-bottom: 1px #ECECE8 solid;
			float: left;
			font-size: 16px;
		}

		.item .description p {
			width: 318px;
			padding: 8px 0;
			float: left;
		}

		.item .description form {
			width: 318px;
			padding: 10px 0;
			border-top: 1px #ECECE8 solid;
			float: left;
		}

			.item .description form dl {
				width: 318px;
				float: left;
			}

				.item .description form dl dt {
					width: 35px;
					float: left;
					line-height: 21px;
				}

				.item .description form dl dd {
					width: 278px;
					float: right;
				}

					.item .description form dl dd input {
						width: 30px;
						height: 17px;
						padding: 2px 3px;
						border: 1px #E4E4DE solid;
						border-top: 1px #C7C7BC solid;
						border-left: 1px #C7C7BC solid;
						float: left;
						text-align: center;
						font-weight: bold;
					}

					.item .description form dl dd button {
						width: 84px;
						height: 23px;
						float: right;
						text-indent: -9000px;
						cursor: pointer;
						background: transparent url(../images/button_add_to_cart.gif) left top no-repeat;
					}

						.item .description form dl dd button:hover {
							background: transparent url(../images/button_add_to_cart.gif) left bottom no-repeat;
						}
#addtocart2 {
						/*width: 84px;
						height: 23px;
						float: left;
						text-indent: -9000px;
						cursor: pointer;
						background: transparent url(../images/button_add_to_cart.gif) left top no-repeat;*/
						color: #000;
						text-align: center;
						cursor: pointer;
						background-color:#fff;
						font-weight: bold;
					}

#addtocart2 button {
						/*width: 84px;
						height: 23px;
						float: left;
						text-indent: -9000px;
						cursor: pointer;
						background: transparent url(../images/button_add_to_cart.gif) left top no-repeat;*/
						color: #6f4588;
						text-align: center;
						cursor: pointer;
						background-color:#fff;
						font-weight: bold;
						margin-left:5px;
					}

						#addtocart2 button:hover {
							/*background: transparent url(../images/button_add_to_cart.gif) left bottom no-repeat;*/
							color:#990000;
						}



	.item .media {
		width: 200px;
		float: left;
	}

		.item .media .magnify {
			padding: 10px 0;
			text-align: center;
		}

			.item .media .magnify a:hover {
				text-decoration: none;
			}

			.item .media .magnify small {
				margin: 0 0 0 5px;
				font-size: 10px;
			}

.related_items_title {
	width: 580px;
	padding: 8px 0;
	border-bottom: 1px #ECECE8 solid;
	float: left;
	font-size: 14px;
}


/*

Page

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.page {
	width: 580px;
	float: left;
}

	.page h2 {
		padding: 0 0 15px 0;
		font-size: 18px;
		font-weight: bold;
	}

	.page h3 {
		padding: 0 0 5px 0;
		font-size: 14px;
		font-weight: bold;
	}

	.page h4 {
		padding: 0 0 5px 0;
		font-size: 12px;
		font-weight: bold;
	}

	.page p, .page ul, .page ol {
		padding: 0 0 8px 0;
	}

		.page ul li {
			padding: 2px 0;
			list-style: inside disc;
		}

		.page ol li {
			padding: 0 0 5px 0;
			list-style: inside decimal;
		}


/*

Admin Panel

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.admin {
	width: 540px;
	margin: 10px 0;
	padding: 18px 18px 8px 18px;
	border: 1px #FCE45C solid;
	float: left;
	background: #FFC;
}

	.admin h2 {
		padding: 0 0 15px 0;
		font-size: 18px;
		font-weight: bold;
	}

	.admin h3 {
		padding: 0 0 5px 0;
		font-size: 14px;
		font-weight: bold;
	}

	.admin h4 {
		padding: 0 0 5px 0;
		font-size: 12px;
		font-weight: bold;
	}

	.admin p, .admin ul, .admin ol {
		padding: 0 0 8px 0;
	}

		.admin ul li {
			padding: 2px 0;
			list-style: inside disc;
		}

		.admin ol li {
			padding: 0 0 5px 0;
			list-style: inside decimal;
		}


/*

Left Column

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

	.content .left {
		width: 190px;
		float: left;
		overflow: hidden;
	}


/*

Left Menu

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

		.content .left .menu {
				width: 220px;
				padding: 0 0 10px 0;
				-moz-border-radius: 2px;
				float: left;
				background: #fff;
				color: 6f4588;
		}

			.content .left .menu h3 {
				width: 170px;
				margin: 5px 0 3px 0;
				padding: 5px 10px;
				float: left;
				font-size: 16px;
				font-weight: bold;
                color: #000;
				background: #f8cb00;
			}

			.content .left .menu h4 {
				width: 170px;
				padding: 5px 10px;
				font-size: 14px;
				font-weight: bold;
				float: left;
                color: #000;
				background: #e9e9e9;
				margin: 3px 0;
			}

			.content .left .menu ul {
				width: 150px;
				padding: 0 20px;
				float: left;
                color: #000;
			}

			.content .left .menu a {
                color: #000;  /*******  purple text  ********/
			}


/*********  MENU 2 - below 20% box - REVERSE PURPLE #4C468A ON WHITE *************/


.content .left .menu2 {
			width: 190px;
			padding: 5px 0 10px 0;
			-moz-border-radius: 2px;
			float: left;
			background: #FFF;   /*****  #F0F0EC *****/
		}

			.content .left .menu2 h3 {
				width: 170px;
				margin: 5px 0 10px 0;
				padding: 5px 10px;
				border-bottom: 1px #DDD solid;
				float: left;
				font-size: 13px;
                color: #4C468A;  /*******  added for white on purple menu  ********/
			}

			.content .left .menu2 h4 {
				width: 170px;
				padding: 5px 10px;
				float: left;
                color: #4C468A;  /*******  added for white on purple menu  ********/
			}

			.content .left .menu2 ul {
				width: 150px;
				padding: 0 20px;
				float: left;
                color: #4C468A;  /*******  added for white on purple menu  ********/
			}

			.content .left .menu2 a {
                color: #4C468A;  /*******  added for white on purple menu  ********/
			}



/*

Footer

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.footer {
	width: 915px;
	margin: 20px 0 0 0;
	padding: 0px 10px 10px 10px;
	float: left;
	text-align: center;
	/***** background: transparent url(../images/db.gif) left top repeat-x; *****/
	/*background: transparent url(../images/store-footer1.jpg) left top repeat-x;*/
	background-color: #e9e9e9;
}

.footer ul {
	margin-top: 60px;
	margin-bottom: 0px;
	}

	.footer li {
		display: inline;
		padding: 0 5px;
	}


/*

Cart

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.cart {
	width: 750px;
	padding: 25px;
	float: left;
}

.ucTableHeaderBackground, .ucTableBorderBackground {
	background: #F7F7F7;
}

.ucColorSubHeader {
	color: #000;
}


/*

navBar

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.navBar li {
	color:#000;
	font-size:14px;
	padding: 10px 45px 10px 0;
	display: inline-block;
	font-weight: bold;
	text-transform:uppercase;
	}

.navBar ul li a {
	color:#000;
	font-size:14px;
	text-decoration: none;
	font-weight: bold;
	}

.navBar li a:hover {
	color:#990000;
	text-decoration: none;
	}

.current {
	border-bottom: 8px solid #F8CB00;
    color: #000000;
    font-weight: bold;
    margin-bottom: -5px !important;
}
