@charset "UTF-8";

/* CSS Document */


/**************************************************************
**************************************************************/
/**************************************************************

					  WORDPRESS POSTS AND PAGES
					  MAIN LAYOUT
	
**************************************************************/	
/**************************************************************
**************************************************************/

/****************************************
*	Color Scheme
* 	All Colors used in this theme should be notated here.
*	RED  BA2025
*	TOPE   DAD9C2
*	OFF-WHITE  E7E3D9
*	GREEN   C6D05A
*	OATMEAL   DBC9A5
****************************************/

/**************************************************************

	BASE RULESET
	
**************************************************************/

/* General Tags */
body {
	text-align:center;
	font:14px helvetica;
}

h1 {
}

h2 {
}

h3 {
}

h4 {
}

h5 {
}

h6 {
}

p {
	color:#000;
	padding:8px 0;
	line-height:1.5em;
	font:normal 15px arial;
	text-align:justify;
}

address {
}

strong,
b {
	font-weight:bold;
}

i,
em {
	font-style:italic;
}

hr {
}

small {
	font-size: 0.9em;
	line-height: 1.5em;
}

/* Links */
a {
	color:#BA2025;
	text-decoration:none;
}

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

/* Acronyms */
acronym,
abbr,
span.caps {
	cursor: help;
	font-size: 0.9em;
	letter-spacing: .07em;
}

acronym,
abbr {
	border-bottom: 1px dashed #999;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

/* Block Quotes */
blockquote {
	margin:10px 20px;
	border-bottom:1px solid #DBC9A5;
}

blockquote em {
	display:block;
	text-align:right;
	font-style:normal;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

q cite {
	margin: 5px 0 10px;
	display: block;
}

blockquote p {
	font-style:italic;
	padding:5px 0;
}

blockquote p q cite {
	margin: 5px 0 10px;
	display: block;
}

/* Post Titles / Page Titles */
h1.posttitle {
	color:#BA2025;
	padding-bottom:20px;
}

h1.posttitle a {
	color:#BA2025;
	text-decoration:none;
	font-size:38px;
	line-height:38px;
}

h1.posttitle a:hover {
	color:#C6D05A;
	text-decoration:underline;
}

.posttitle small {
	float:right;
	width:150px;
	font-size:12px;
	vertical-align:top;
	text-align:right;
}

.posttitle {
	font-size:18px;
	color:#BA2025;
}

/* Entry Links */
.entry a {
}

.entry a:hover {
}

/* Hide and Clear */
.hidden {
	display:none;
}

.clr {
	clear:both;
}

.clrlft {
	clear:left;
}

/* Alignments */
.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.center {
	text-align: center;
}

/* Image Alignments */
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 10px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 10px 2px 0;
	display: inline;
}

/* Anchors */
img.anchorright {
	position:absolute;
	right:0;
	bottom:0;
}

img.anchorleft {
	position:absolute;
	right:0;
	bottom:0;
}

/* Form Elements */
input[type=submit] {
	cursor:pointer;
}

strike {
	color:#BA2025;
}

/****************************************
*	Color Scheme
* 	All Colors used in this theme should be notated here.
*	RED  BA2025
*	TOPE   DAD9C2
*	OFF-WHITE  E7E3D9
*	GREEN   C6D05A
*	OATMEAL   DBC9A5
****************************************/


/**************************************************************

	BOX MODEL
	
**************************************************************/

body,
html {
	background:#C1BDB5;
	margin:0;
	padding:0;
}

#hdrbar {
	background:#DBC9A5;
	line-height:4px;
	height:8px;
	font-size:1px;
	border-bottom:3px solid #fff;
}

#wrapper {
	background:#E7E3D9 url(../images/bg/offwhitefade.png) top left repeat-x;
}

#header {
	width:990px;
	margin:0 auto;
	text-align:right;
	position:relative;
}

#page {
	width:1010px;
	margin:0 auto;
	text-align:left;
}

.pagehdr {
	background:url(../images/bg/pagetop.png) bottom center no-repeat;
	height:10px;
}

.pagebdy {
	background:url(../images/bg/pagebdy.png) center top repeat-y;
	padding:0 15px 5px;
}

.pageftr {
	background:url(../images/bg/pagebtm.png) top center no-repeat;
	height:10px;
}

/**************************************************************

	HEADER ELEMENTS
	
**************************************************************/
#logo {
	background:url(../images/icons/zukababy.png);
	width:128px;
	height:70px;
	position:absolute;
	top:5px;
	left:0;
	text-align:left;
}

#logo a {
	display:block;
	width:128px;
	height:70px;
	text-indent:-999999em;
	text-align:left;
	text-transform:uppercase;
}

#hdrnewsletter {
	display:block;
	float:right;
	width:auto;
	background:url(../images/bg/oatmeal_lg8.png) bottom left no-repeat;
	position:relative;
	top:-5px;
	color:#fff;
}

#hdrnewsletter form {
	padding:5px 15px 10px;
}

#hdrnewsletter label {
	font:bold 12px arial;
	padding:0 10px;
}

#hotlinks {
	padding:10px 0 0 0;
	clear:right;
	line-height:1em;
	margin:0;
}

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

/**************************************************************

	NAVIGATION
	
**************************************************************/
.nav li {
	display:inline;
	padding:0;
	margin:0;
	list-style:none;
}

.nav li a {
	padding:0 10px;
	margin:0;
}

.nav li ul {
	display:none;
}

#mainnav {
	text-align:right;
}

#mainnav li {
	line-height:30px;
	position:relative;
}

#mainnav li ul {
	position:absolute;
	left:-99999em;
	width:200px;
	background:#fff;
}

#mainnav li li {
	display:block;
	text-align:left;
}

#mainnav li li a {
	border-top:none;
	display:block;
}

#mainnav li:hover ul {
}

#mainnav a {
	border-top:10px solid #fff;
	line-height:30px;
	display:inline-block;
	font-weight:bold;
	color:#000;
	position:relative;
}

#mainnav a:hover {
	background: #C6D05A;
	text-decoration:none;
	color:#000;
	border-top:10px solid #C6D05A;
}

#mainnav li li a:hover {
	background: #C6D05A;
	text-decoration:none;
	color:#000;
	border-top:none;
}

#mainnav .current-menu-item a {
	border-top:10px solid #BA2025;
}

#navigation {
}

/**************************************************************

	HOME PAGE BANNER
	
**************************************************************/
#banner #slideshow {
	float:left;
	width:742px;
	border-right:5px solid #fff;
}

#banner .content {
	background:#DBC9A5;
}

#banner .entry {
	font:normal 15px arial;
	padding:30px 30px 0;
	margin-left:747px;
}

#banner .entry p {
	line-height:28px;
	text-align:left;
}

#banner .entry p img {
	vertical-align:baseline;
	margin-bottom:-6px;
}

/**************************************************************

	HOME PAGE SHOP INCLUSION
	
**************************************************************/
#shop {
	clear:both;
}

/*#shop .widgetTitle	{ padding:2px 10px 8px; background:url(../images/bg/red_lg8.png) bottom left no-repeat; color:#fff; font:normal 23px Arial;} */
#shop .top {
	padding:2px 10px 8px;
	background:url(../images/bg/red_lg8-rt.png) bottom right no-repeat;
	color:#fff;
	font:normal 23px Arial;
}

/**************************************************************

	HOME PAGE CONTROLS FOR JQUERY PANELS
	
**************************************************************/
.titlebar {
	display:block;
	padding:0 0 0 5px;
	background:url(../images/bg/greayfade.jpg) top left repeat-x;
	float:right;
	width:805px;
}

.titlebar .follow {
	float:right;
	width:350px;
	text-align:right;
}

.titlebar h2 {
	padding:2px 10px;
	float:left;
	width:auto;
	color:#fff;
	font:normal 23px Arial;
	background:url(../images/bg/red_lg8.png) bottom left no-repeat;
	margin:0 5px 15px 0;
	vertical-align:middle;
}

.titlebar h2.inactive {
	background:url(../images/bg/oatmeal_lg8.png) bottom left no-repeat;
}

.titlebar a {
	color:#fff;
}

.titlebar h3 {
	color:#000;
	font:bold 18px Arial;
	line-height:44px;
	vertical-align:middle;
}

.titlebar img {
	vertical-align:middle;
}

.titlebar .twitter {
	background:url(../images/icons/twitter2.gif) top left no-repeat;
	width:52px;
	height:44px;
	display:inline-block;
	text-indent:-99999em;
	text-align:left;
}

.titlebar .facebook {
	background:url(../images/icons/facebook2.gif) top left no-repeat;
	width:52px;
	height:44px;
	display:inline-block;
	text-indent:-99999em;
	text-align:left;
}

.titlebar .twitter:hover,
.titlebar .facebook:hover {
	background-position:bottom;
}

.titlebar a.viewall {
	display:block;
	text-align:right;
	font:bold 10px arial;
	line-height:10px;
	margin-top:-5px;
}

/**************************************************************

	HOME PAGE JQUERY PANELS
	
**************************************************************/


#homepanels .widgetTitle {
	display:none;
}

#homepanels #productGrid h2 {
	display:none;
}

#homepanels .hdr {
	display:none;
}

#homepanels #topOptions {
	display:none;
}

#homepanels #btmOptions {
	display:none;
}

#homepanels {
	overflow:hidden;
	padding:0 0 0 5px;
	border-left:1px solid #DBC9A5;
	clear:right;
	width:802px;
}

.activepanel {
	position:relative;
	z-index:99999999;
}

.homepagecontent p:first-child {
	padding-top:0;
	padding-bottom:0;
}

/**************************************************************

	HOME PAGE CALLOUT PAGE
	
**************************************************************/

.homepage.callout {
	padding:10px 15px 10px 15px;
	border-top:1px solid #DBC9A5;
	margin:15px 0px 0px 171px;
}

/**************************************************************

	HOME PAGE SNIPPETS
	
**************************************************************/
#snippets {
	padding-top:5px;
}

.snippet {
	width:240px;
	float:left;
	padding:0 0 0 5px;
	border-left:1px solid #DBC9A5;
}

.snippet .hdr {
	background:url(../images/bg/oatmeal_lg8.png) bottom left no-repeat;
	padding:5px 10px;
	display:block;
}

.snippet .hdr a {
	font:normal 16px arial;
	color:#000;
	display:block;
	background:#DBC9A5;
}

.snippet div {
	padding:5px 10px;
}

.snippet .body {
	padding-top:21px;
	min-height:140px;
}

.snippet div div {
	padding:0;
}

.snippet p {
	text-align:left;
	font:normal 12px arial;
}

.snippet .ftr {
	padding-right:0;
}

.snippet .ftr .more {
	float:right;
	padding:3px 10px;
	color:#fff;
	background:url(../images/bg/red_sm8.png) bottom left no-repeat;
	font:bold 12px arial;
}

.snippet .ftr .more:hover {
	background:url(../images/bg/green_sm8.png) bottom left no-repeat;
	text-decoration:none;
}

.snippet .posttitle {
	font:bold 15px arial;
}

.snippet li {
	list-style:none;
}

#blogsnippet {
	padding-left:0;
	border-left:none;
}

#blogsnippet .body {
	padding-top:5px;
	min-height:156px;
}

#blogsnippet .body .time {
	text-align:right;
	display:block;
	font:bold 11px arial;
	line-height:21px;
}

#testimonialsnippet p {
	font: normal 14px arial;
}

#testimonialsnippet p.author {
	text-align:right;
}

#registrysnippet .body {
	padding-top:0px;
	min-height:161px;
}

#registrysnippet img {
	margin:0 -10px -10px;
}

#registrysnippet h3 {
	padding-bottom:0;
}

#registrysnippet p {
	padding-top:0;
}

#eventssnippet ul {
	padding:0;
}

#eventssnippet li {
	padding:0;
}

#eventssnippet img {
	width:100px;
}

#eventssnippet .thumb {
	width:100px;
	float:left;
	margin-right:10px;
}

#eventssnippet .event {
	font:bold 14px arial;
	padding-bottom:10px;
}

#eventssnippet .loc {
	font:normal 12px arial;
	padding-bottom:10px;
}

#eventssnippet .when {
	font:bold 13px Arial, Helvetica, sans-serif;
	padding:0 0 3px 0;
}

#eventssnippet .more-link {
	font:bold 11px Arial, Helvetica, sans-serif;
}

img.attachment-post-thumbnail {
	float:left;
	margin:0px 10px 0px 0px;
}

/**************************************************************

	Wordpress Pages
	
**************************************************************/
#wpage #content {
	border-top:1px solid #DBC9A5;
	background:url(../images/bg/greayfade.jpg) top left repeat-x;
}

#shop #content {
	border-top:1px solid #DBC9A5;
	background:url(../images/bg/greayfade.jpg) top left repeat-x;
}

#wpage .page {
	margin:0 200px 0 180px;
}

#wpage .post {
	margin:0 200px 0 180px;
}

#wpage .calendar {
	margin:0 0 0 180px;
}

#wpage #tec-content {
	margin:0 200px 0 180px;
	border:none;
	padding:0;
}

#wpage #tec-content .post {
	margin:0;
	float:left;
	width:100%;
}

#wpage .entry {
	float:left;
	width:100%;
}

#wpage .entry p {
	padding:6px 30px;
}

.entry hr {
	display:block;
	margin:5px 30px;
}

.entry h3 {
	padding:10px 0 0 15px;
	font: normal 16px Arial, Helvetica, sans-serif;
}

.entry ul,
.entry ol {
	padding:5px 0 25px 0;
}

.entry ul li {
	list-style:disc outside;
	margin-left:50px;
	line-height:1.1em;
	padding:0 0 5px 0;
}

.entry ol li {
	list-style:decimal outside;
	margin-left:50px;
	line-height:1.1em;
	padding:0 0 5px 0;
}

#right-sidebar {
	float:right;
	width:190px;
}

#left-sidebar {
	float:left;
	width:170px;
}

#left-sidebar .widget_logoswidget img {
	margin:0px 0px 0px 10px;
}

#wpage .posttitle {
	padding:0 0 0 15px; /*background:url(../images/bg/red_lg8.png) bottom left no-repeat;*/
}

#wpage .posttitle a {
	color:#000;
	font:normal 32px Arial;
	padding:18px 0 8px 0;
	display:block;
	line-height:32px;
}

.tec-cal-title {
	color:#000;
	font:normal 32px Arial;
	padding:18px 0 8px 0;
	display:block;
	line-height:32px;
}

#wpage .posttitle a:hover {
	text-decoration:none;
}

#indexwrapper {
	margin:0 200px 0 180px;
}

#indexwrapper .posttitle {
	color:#000;
	font:normal 32px Arial;
	padding:18px 0 8px 15px;
	display:block;
	line-height:32px;
}

#indexwrapper .post {
	margin:0;
	padding:10px 20px;
}

#indexwrapper small {
	display:block;
	font:normal 12px Arial, Helvetica, sans-serif;
}

.post-title {
	font:bold 19px arial;
}

#indexwrapper .postmetadata {
	font:normal 13px arial;
}

#indexwrapper .entry p {
	padding:5px 0;
}

.sidebar li {
	list-style:none;
}

.sidebar ul li:first-child .widgettitle {
	margin-top:0;
}

.sidebar li ul {
	padding:0 0 5px;
}

.sidebar li .widgettitle {
	padding:3px 10px;
	color:#fff;
	background:url(../images/bg/green_sm8.png) bottom left no-repeat;
	font:bold 14px arial;
	margin:5px 0;
}

.sidebar li li {
	line-height:1.1em;
	font:11px arial;
	padding:0 0 4px 0;
}

#right-sidebar #searchform {
	padding: 0 0 10px 0;
}

#searchform input {
	display:inline;
	max-width:60%;
}

#right-sidebar #widgetFeatured .top {
	padding:3px 10px;
	color:#fff;
	background:url(../images/bg/green_sm8.png) bottom left no-repeat;
	font:bold 14px arial;
	margin:5px 0;
}

.sociable {
	padding:5px 50px;
	clear:both;
	display:block;
}

.sociable .sociable_tagline {
	padding-bottom:3px;
}

#linktable {
	padding-left:20px;
}

#linktable td {
	padding:3px;
}

.linklist {
	margin:10px 20px;
}

.linklist table.linklisttable {
	border:1px solid #000;
	padding:0;
	border-collapse:collapse;
	border-spacing: 0;
}

.linklist table.linklisttable td {
	background:none;
	vertical-align:middle;
	padding:2px 5px;
	border-bottom:1px solid #000;
}

#tec-content .back {
	font:bold 12px Arial, Helvetica, sans-serif;
	padding:10px 0;
	display:block;
}

.tec-calendar thead th {
	background:#BA2025;
}

#tec-content .tec-calendar td.tec-present .daynum {
	background:#C6D05A;
}

#tec-content .tec-calendar .tec-tooltip .tec-event-title {
	background:#BA2025;
}

#tec-content .tec-button-on {
	background:#BA2025;
}

#tec-content .tec-button-off {
	background:#DBC9A5;
}

#tec-content a.ical {
	background:#BA2025;
}

#tec-content #tec-event-meta .gmap,
#tec-content .tec-event-meta-desc .gmap {
	background:#BA2025;
	margin:5px 5px 0 0;
	display:block;
}

#tec-content .entry-title {
	font:normal 18px Arial, Helvetica, sans-serif;
}

ol.commentlist {
	padding:10px 75px;
}

ol.commentlist li {
	list-style:none;
	padding:5px 0;
}

#respond {
	padding:10px 75px;
}

#wpage .category-press.list .entry {
	float:left;
	width:420px;
}

.category-press .thumbnail {
	float:left;
	width:135px;
}

/**************************************************************

	SIDEBARS
	
**************************************************************/
#shop #widgetCategories {
	float:left;
}

#widgetCategories {
	width:170px;
}

#widgetCategories ul {
	padding:8px 0 10px 5px;
}

#widgetCategories li {
	display:block;
	padding:6px 5px 6px 2px;
}

#widgetCategories a {
	color:#000;
	font:normal 14px Arial;
	letter-spacing:-.01em;
}

#widgetCategories a:hover {
	color:#BA2025;
	text-decoration:none;
}

.left-sidebar {
	float:left;
	width:170px;
}

.left-sidebar .logos img {
	margin:5px;
}

#left-sidebar.special {
	float:left;
	width:170px;
	position:absolute;
	top:0px;
	left:0px;
}

#content.special {
	position:relative;
}

/**************************************************************

	SHOP SIDEBAR
	
**************************************************************/

#left-sidebar .widgetTitle {
	padding:2px 10px 8px;
	background:url(../images/bg/red_lg8-rt.png) bottom right no-repeat;
	color:#fff;
	font:normal 23px Arial;
	margin-bottom:5px;
}

#left-sidebar .top {
	padding:2px 10px 8px;
	background:url(../images/bg/red_lg8-rt.png) bottom right no-repeat;
	color:#fff;
	font:normal 23px Arial;
	margin-bottom:5px;
}

.sidebar .photo {
	text-align:center;
	padding:5px 5px 5px 0;
	background:#fff;
}

.sidebar .all-link {
	padding-top:0;
	clear:both;
	font:bold 10px Arial, Helvetica, sans-serif;
	text-align:center;
}

.sidebar .all-link a {
	padding:3px;
}

.sidebar .body {
}

.sidebar .dig-in {
	padding-top:0;
	clear:both;
	font:bold 10px Arial, Helvetica, sans-serif;
	text-align:center;
}

.sidebar .more-link {
	text-align:left;
	color:#C6D05A;
	display:none;
}

.sidebar .event {
	font:normal 12px arial;
	padding-left:10px;
}

.sidebar .when {
	font:bold 13px Arial, Helvetica, sans-serif;
	background:url(../images/decor/calendar.jpg) center left no-repeat;
	padding:3px 0 3px 20px;
}

#left-sidebar .sprice {
	float:left;
	background:url(../images/bg/green_sm8-rt.png) bottom right no-repeat;
	padding:5px 5px 3px 25px;
	color:#fff;
	margin:0 10px 10px 0;
	font:bold 11px arial;
}

#left-sidebar .sdetails {
	padding:10px 5px;
	font:bold 11px arial;
	text-align:left;
}

#left-sidebar .title {
	font:bold 13px arial;
	color:#BA2025;
	padding:3px 0 5px 0;
	line-height:18px;
	text-align:center;
}

#right-sidebar .sprice {
	float:right;
	background:url(../images/bg/green_sm8.png) bottom left no-repeat;
	padding:5px 25px 3px 5px;
	color:#fff;
	margin:0 0 10px 10px;
	font:bold 11px arial;
}

#right-sidebar .sdetails {
	padding:5px;
	font:bold 11px arial;
	text-align:right;
}

#right-sidebar .title {
	font:bold 13px arial;
	color:#BA2025;
	padding:3px 0 5px 0;
	line-height:18px;
	text-align:center;
}

#widgetCategories .widgetTitle {
	padding:2px 10px 8px;
	background:url(../images/bg/red_lg8-rt.png) bottom right no-repeat;
	color:#fff;
	font:normal 23px Arial;
}

#widgetSpecials {
	clear:left;
	float:left;
	width:170px;
}

#widgetSidebarDetailed {
	width:250px;
}

#widgetSidebarDetailed form {
	width:250px;
}

#widgetSidebarDetailed tr {
	width:250px;
}

#widgetSearch .field input {
	margin-right:5px;
}

#widgetSearch .button {
	padding:5px 0 0 5px;
}

#searchFormKeywords {
	padding:10px 20px;
}

#searchFormSubmit {
	padding:10px 20px;
	clear:both;
}

#searchForm {
	padding:10px 20px;
}

#shop #searchForm h2 {
	padding-left:0;
}

#searchForm #searchFormKeywords {
	padding:0;
}

#searchForm .field {
	padding:0 0 5px 0;
}

.pagination {
	padding:0 20px;
	text-align:right;
	clear:both;
}

.goLeft {
	float:left;
	width:50%;
	text-align:left;
}

#registryListResults {
	padding:10px 20px;
	font:bold 18px arial;
}

.wpcf7 {
	max-width:80%;
	float:left;
}

/**************************************************************

	PAGE FOOTER
	
**************************************************************/
#page #ftr {
	padding:30px 15px 5px;
	clear:both;
	font:normal 12px arial;
}

#ftr .wrapper {
	background:#DBC9A5;
	padding:10px 5px;
}

#ftr .sect {
	float:left;
}

#ftr p {
	font:normal 12px arial;
	text-align:left;
}

#ftr #ftrnewsletter {
	width:187px;
	padding:20px 10px 0 15px;
}

#ftrnewsletter label {
	padding-bottom:10px;
	display:block;
}

.newsletter form {
	padding:0px;
}

.newsletter input {
	border:none;
	background:#fff;
	margin:0;
	padding:0 5px;
	height:26px;
	border:1px solid #58595B;
	border-right:none;
	vertical-align:middle;
	display:inline;
}

.newsletter .go {
	border:none;
	background:#fff url(../images/btns/go.png) center center no-repeat;
	text-align:left;
	text-indent:-9999em;
	margin:0;
	padding:0;
	width:26px;
	height:26px;
	border:1px solid #58595B;
	border-left:none;
	display:block;
	float:right;
}

.newsletter input[type=submit] {
	border:none;
	background:#fff url(../images/btns/go.png) center center no-repeat;
	text-align:left;
	text-indent:-9999em;
	margin:0;
	padding:0;
	width:27px;
	height:28px;
	border:1px solid #58595B;
	border-left:none;
	display:block;
	float:right;
}

/*.newsletter input[type=submit]	{ border:none; background:#fff url(../images/btns/go.png) center center no-repeat; text-align:left; text-indent:-9999em; margin:0; padding:0; width:26px; height:26px;  border:1px solid #58595B; border-left:none;}*/


#ftr #ftraddress {
	width:320px;
	padding:20px 10px 0 15px;
}

#ftr #widgetFooter {
	width:400px;
	font:12px arial;
}

#widgetFooter #actionItems {
	padding-bottom:10px;
}

#widgetFooter #actionItems li {
	display:inline;
	font:bold 12px arial;
	border-left:1px solid #000;
}

#widgetFooter a {
	color:#000;
}

#actionItems li a {
	padding:0 8px;
}

#widgetFooter #actionItems li:first-child {
	border:none;
}

#widgetFooter #actionItems li:first-child a {
	padding-left:0;
}

#widgetFooter .nav {
	width:32%;
	padding-right:1%;
	float:left;
}

#widgetFooter .nav li {
	display:block;
	font:bold 12px arial;
}

#widgetFooter .title {
	font:bold 12px arial;
}

#widgetFooter .nav li a {
	font:normal 10px arial;
}

#widgetFooter .copyright {
	display:none;
	color:#000;
	font:normal 10px arial;
}

/**************************************************************

	DOCUMENT FOOTER
	
**************************************************************/
#copyright {
	text-align:left;
	width:990px;
	margin:0 auto;
	padding:20px 0;
	font:normal 12px arial;
}

#copyright a {
	color:#000;
	font:normal 12px arial;
}

#copyright a:hover {
	color:#BA2025;
}

/**************************************************************

	DIGISHOP
	
**************************************************************/

#shopsite {
	overflow:hidden;
	padding:0 0 0 5px;
	clear:right;
	width:803px;
}

#shopsite table {
	width:100%;
	clear:both;
}

#shopsite h2 {
	color:#000;
	font:normal 32px Arial;
	padding:18px 0 8px 15px;
	display:block;
	line-height:32px;
}

/**************************************************************

	GENERAL SHOP OPTIONS
	
**************************************************************/

.hdr-title {
	font:bold 18px arial;
	padding:0 0 18px 20px;
}

.hdr-title-text {
	font:bold 18px arial;
	padding-bottom:10px;
	clear:both;
	width:100%;
}

.form-label {
	width:30%;
	float:left;
	clear:left;
	text-align:right;
	padding:5px 10px 5px 0;
}

.form-label-required {
	width:30%;
	float:left;
	clear:left;
	text-align:right;
	padding:5px 10px 5px 0;
}

.form-field {
	padding-bottom:10px;
	width:49%;
	float:left;
	text-align:left;
}

#searchForm {
	padding:0 30px;
	float:left;
}

#knowledgebase {
	padding:0 30px;
	float:left;
}

.form-label {
	float:left;
	clear:left;
}

.form-label-required {
	float:left;
	clear:left;
}

.form-field {
	float:left;
}

.label {
	float:left;
	clear:left;
	padding:0;
	width:150px;
	padding:5px 5px 0 0;
	vertical-align:top;
}

.field {
	float:left;
}

#topOptions {
	padding:3px 10px;
	border:1px solid #DAD9C2;
	margin:5px 0;
}

#topOptions .search {
	font:bold 18px arial;
	padding:3px 0;
}

#topOptions .display {
	width:50%;
	float:left;
}

#topOptions .sort {
	text-align:right;
}

#topOptions .sort .label {
	display:inline;
	float:none;
	width:auto;
	clear:none;
	vertical-align:middle;
}

#topOptions .sort .option {
	display:inline;
}

#btmOptions {
	padding:3px 10px;
	border:1px solid #DAD9C2;
	margin:5px 0;
	clear:both;
}

#pageContent h2 {
}

.pageNote {
	padding:0 50px;
}

#pageNote {
	padding:10px 20px;
}

.pageNote hr {
	display:block;
	margin:5px 30px;
}

.pageNote h3 {
	padding:10px 0 0 15px;
	font: normal 16px Arial, Helvetica, sans-serif;
}

.pageNote ul {
	padding:10px 0;
}

.pageNote ol {
	padding:10px 0;
}

.pageNote ul li {
	list-style:disc outside;
	margin-left:50px;
	line-height:1.1em;
	padding:0 0 5px 0;
}

.pageNote ol li {
	list-style:decimal outside;
	margin-left:50px;
	line-height:1.1em;
	padding:0 0 5px 0;
}

/**************************************************************

	PRODUCT GRID
	
**************************************************************/
#productGrid table {
	width:100%;
	clear:both;
}

#productGrid table td {
	border:1px solid #DAD9C2;
	border-bottom:none;
	border-right:none;
	background:url(../images/bg/topefade.png) top left repeat-x;
	font:normal 14px arial;
	width:50%;
	padding:0;
	margin:0;
}

#productGrid table tr:first-child td {
	border-top:none;
}

#productGrid table tr:first-child td div {
	border-top:none;
}

#productGrid table tr:first-child td .photo {
	padding-top:0;
}

#productGrid table tr td:first-child {
	border-left:none;
}

#productGrid table tr td:first-child div {
	border-left:none;
	border-right:5px solid #fff;
}

#productGrid table tr td:first-child div div {
	border-right:none;
}

#productGrid table tr td:first-child .photo {
	border-left:none;
	border-right:none;
}

#productGrid table td div {
	text-align:left;
}

#productGrid table td .productListColumn1 {
	padding:0;
}

#productGrid table td .productListColumn2 {
	padding:0;
}

#productGrid table td .productListColumn3 {
	padding:0;
	margin-left:180px;
}

#productGrid .photo {
	float:left;
	width:160px;
	text-align:center;
	padding:5px 5px 5px 0;
	background:#fff;
	margin-right:15px;
	border-right:none;
}

#productGrid .title {
	font:bold 16px arial;
	color:#BA2025;
	padding:8px 0 0 0;
	border-top:5px solid #fff;
	height:36px;
	line-height:18px;
}

#productGrid .sprice {
	float:right;
	background:url(../images/bg/green_sm8.png) bottom left no-repeat;
	padding:5px 5px 3px;
	color:#fff;
	margin-bottom:10px;
}

#productGrid .description {
	padding:0 0 5px 0;
	min-height:40px;
}

#productGrid .buttons {
	padding:0;
}

#productGrid .addToCartBtn {
	padding-top:0;
}

#productGrid p {
	text-align:left;
	font:normal 12px arial;
	padding:0 12px 0 0;
}

/* #productGrid h2						{ padding:8px 10px 8px; background:none; color:#000; font:normal 14px Arial;}
#productGrid h2 a						{ color:#000;}
*/












/**************************************************************

	CATEGORY GRID
	
**************************************************************/
#categoryGrid {
	background:#fff;
}

#categoryGrid table {
	background:#fff;
}

#categoryGrid table td {
	width:33%;
}

#categoryGrid .photo {
	text-align:center;
	padding:5px;
	background:#fff;
	border-right:none;
}

#categoryGrid .photo img {
	vertical-align:middle;
}

#categoryGrid .title {
	font:bold 16px arial;
	color:#BA2025;
	text-align:center;
	margin-bottom:10px;
}

#categoryGrid h2 {
	padding:2px 10px 8px;
	color:#000;
	font:normal 23px Arial;
}

#categoryGrid h2 a {
	color:#000;
}

#categoryGrid table td {
	border:1px solid #DAD9C2;
	border-bottom:none;
	border-right:none;
	background:#fff;
	font:normal 14px arial;
	padding:0;
	margin:0;
}

#categoryGrid table tr:first-child td {
	border-top:none;
}

#categoryGrid table tr:first-child td .photo {
	padding-top:0;
}

#categoryGrid table tr td:first-child {
	border-left:none;
}

#categoryGrid table td div {
	text-align:left;
}

/**************************************************************

	PRODUCT DETAIL
	
**************************************************************/
#productDetail {
	float:left;
	width:100%;
}

#productDetail h2 {
	margin:0 0 15px 0;
}

#productDetail #productPhotos {
	width:50%;
	float:left;
	text-align:right;
}

#productDetail #productPhotos>div {
	width:200px;
	float:right;
	padding:20px 50px 0 0;
}

#productDetail #extraDetails {
	padding:10px;
	background:#fff;
	float:left;
	width:40%;
}

#price {
	font:normal 24px arial;
}

.productTabs {
	text-align:center;
	border:1px solid #DBC9A5;
	margin:0 75px;
}

.productTabs .productTab {
	display:inline;
	padding:10px;
	text-align:center;
	border:2px solid #DBC9A5;
	cursor:pointer;
	background:#fff;
	border-left:none;
	position:relative;
	top:-10px;
}

.productTabs .productTab:first-child {
	border-left:2px solid #DBC9A5;
}

.productTabs .productTab-selected {
	background:#DAD9C2;
}

.productTabs .productTab:hover {
	color:#fff;
	background:#BA2025
}

.tabBorder {
	clear:both;
	padding:20px 50px;
}

.productTabs .section {
	display:none;
}

/* Begin Magic Zoom */
.MagicZoomBigImageCont {
}

.MagicZoomPup {
	border: 1px solid #aaa;
	background: #fff;
	cursor: move;
}

/* End Magic Zoom */





/**************************************************************

	RELATED PRODUCTS
	
**************************************************************/
#productsRelated {
	text-align:center;
	width:100%;
}

#productsRelated .content-odd {
	display:inline-block;
	vertical-align:top;
	width:24%;
	border:1px solid #DBC9A5;
}

#productsRelated .content-even {
	display:inline-block;
	vertical-align:top;
	width:24%;
	border:1px solid #DBC9A5;
}

#productsRelated .title {
	font:normal 14px arial;
	line-height:16px;
	height:35px;
	vertical-align:top;
	padding:3px 5px;
}

#productsRelated .photo a {
	height:150px;
	float:none;
	display:block;
}

#productsRelated .details {
}

/* autoclear */
#productsRelated:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#productsRelated {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html #productsRelated {
	height: 1%;
}

#productsRelated {
	display: block;
}

/* End hide from IE-mac */ 




/**************************************************************

	PRODUCT REVIEWS
	
**************************************************************/
#productReviews {
}

#productReviewsAdd {
	display:none;
}

#productReviews input[type=submit] {
	margin-bottom:10px;
}

/* autoclear */
#productReviews:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#productReviews {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html #productReviews {
	height: 1%;
}

#productReviews {
	display: block;
}

/* End hide from IE-mac */ 



/**************************************************************

	PRODUCT BUNDLES
	
**************************************************************/
#productBundle td {
	text-align:center;
	vertical-align:middle;
	font:bold 24px arial;
}

#bundlePhotos {
	width:450px;
	margin:0 auto;
}

/**************************************************************

	CUSTOMER LOGIN
	
**************************************************************/
#customerLogin {
}

#existingCustomer {
	width:335px;
	float:left;
	border-right:1px solid #DBC9A5;
	margin-right:5%;
	padding:10px 10px 10px 0;
}

#existingCustomer br {
	display:none;
}

#newCustomer {
	padding:10px;
}

#newCustomer br {
	display:none;
}

#existingCustomer .form-label {
	padding:0 10px 0 0;
}

#existingCustomer .form-field {
	display:inline;
}

#createCustomer .form-label {
	width:40%;
}

/**************************************************************

	CLIENT ACCOUNT
	
**************************************************************/
#clientAccount {
}

#clientAccount #billInfo {
	width:47%;
	float:right;
	margin-bottom:30px;
	clear:both;
}

#clientAccount #shipInfo {
	border-right:1px solid #DBC9A5;
	margin-right:50%;
	margin-bottom:30px;
	clear:left;
	padding-left:20px;
}

#clientAccount #otherStats {
	clear:both;
	width:100%;
	margin-top:40px;
}

#clientAccount .logout {
	display:block;
	text-align:right;
	padding-right:30px;
}

#clientAccount .hdr-title {
	padding-left:0;
}

#myAccount {
	padding:10px 0 0 20px;
	border-top:1px solid #DBC9A5;
	clear:both;
}

#clientAccount .myerror {
	color:#BA2025;
	font:bold 13px arial;
}

#shopsite .body .myerror {
	color:#BA2025;
	font:bold 13px arial;
	padding:0 10px 20px;
	display:block;
}

#shopsite .body {
	padding:5px 20px;
}

/****************************************
*	Color Scheme
* 	All Colors used in this theme should be notated here.
*	RED  BA2025
*	TOPE   DAD9C2
*	OFF-WHITE  E7E3D9
*	GREEN   C6D05A
*	OATMEAL   DBC9A5
****************************************/




/**************************************************************

	VIEW CART
	
**************************************************************/
#viewCart {
}

#cartItems {
	padding-top:20px;
	border:1px solid #BA2025;
}

#cartItems thead {
	font:bold 12px arial;
	color:#BA2025;
	background:#DAD9C2;
}

#cartItems thead th {
	border-bottom:1px solid #BA2025;
	padding:5px 3px;
}

#cartItems tbody {
}

#cartItems tbody td {
	vertical-align:middle;
	padding:3px 0;
	border-bottom:1px solid #BA2025;
}

#cartItems tbody td img {
	max-height:50px;
	max-width:50px;
	vertical-align:middle;
}

#cartItems input {
	margin-top:5px;
	margin-left:5px;
}

#cartNumItems {
	text-align:left;
	padding:5px 0 10px;
}

#cartAmounts {
	float:right;
	width:30%;
	clear:right;
	margin-left:10%;
	padding-right:20px;
}

#cartAmounts .field-label {
	float:left;
	width:50%;
	padding:0 0 5px 0;
	margin:0;
}

#cartAmounts .field-price {
	float:left;
	width:50%;
	text-align:right;
	padding:0 0 5px 0;
}

#cartButtons {
	padding-top:10px;
}

/**************************************************************

	CART CROSSELL
	
**************************************************************/
#crossSell {
	clear:right;
	padding:60px 0 0 0;
}

#pageContent {
}

#giftCerts {
}

#affiliateForm {
}

#affiliateLogin {
}

/**************************************************************

	CHECKOUT PROCESS
	
**************************************************************/
#checkoutBilling {
	padding:0 30px;
	float:left;
}

#checkoutShipping {
	padding:0 30px;
	float:left;
}

#checkoutPayment {
	padding:0 30px;
	float:left;
}

#checkoutConfirm {
}

#checkoutConfirm .pageNote {
	padding-bottom:20px;
}

#checkoutConfirm #billInfo {
	width:47%;
	float:right;
	margin-bottom:30px;
}

#checkoutConfirm #shipInfo {
	border-right:1px solid #fb982c;
	margin-right:50%;
	margin-bottom:30px;
}

#checkoutConfirm #paymentInfo {
	margin:10px 0;
}

#checkoutComplete {
}

/**************************************************************

	ORDER DETAILS
	
**************************************************************/
#orderDetails {
	padding-top:20px;
	border:1px solid #e14400;
}

#orderDetails thead {
	font:bold 12px helvetica;
	color:#e14400;
	background:#fbdf9c;
}

#orderDetails thead th {
	border-bottom:1px solid #e14400;
	padding:5px 3px;
}

#orderDetails tbody {
}

#orderDetails tbody td {
	vertical-align:middle;
	padding:3px 0;
	border-bottom:1px solid #e14400;
}

#orderDetails tbody td img {
	max-height:50px;
	max-width:50px;
	vertical-align:middle;
}

#orderDetails input {
	margin-top:5px;
	margin-left:5px;
}

#widgetPos {
	background:#DAD9C2;
	padding:20px;
	font:normal 18px arial;
}

#widgetPos #productNumber {
	padding:0 0 15px 0;
}

#widgetPos>div {
	padding:0;
	width:50%;
	float:left;
	clear:left;
	text-align:right;
}

#widgetPos #links {
	clear:right;
	float:none;
	width:auto;
	padding:20px;
}

#widgetPos #links .link {
	padding:10px 0;
}

