/* @group Body */

body {
	background-color: #534741;
	background-position: 0px 0px;
	background-repeat: repeat;
	font-family: "Trebuchet MS",Trebuchet,Helvetica,Arial,sans-serif;
}

body > div.top, body > div.middle, body > div.bottom {
	width: 100%;
}

/* @end */

/* @group General */

#container {
	width: 100%;
}

#content {
}
#header, #navigation-bar, #main, #footer {
	width: 100%;
}

#content, #footer > .container {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#header, #content, #footer, #navigation-bar, #main {
	clear: both;
}

#footer > .container {
	background: #54797F;
}

.content {
	padding: 10px;
}

.container.last {
	margin-bottom: 0px !important;
}
#footer .container.last {
	margin-bottom: -15px !important;
	position: relative;
}

.container {
	margin-bottom: 15px;
}

td.col {
	padding-bottom: 15px;
}

.section.col.last {
	margin-right: 0;
}

#minicart {
	background-image: url(/img/minicart1.png);
	background-position: 94% 10%;
	background-repeat: no-repeat;
	min-height: 1em; /* because ie7 is very picky */
}

hr {
	background-color: #54797f;
	height: 1px;
	border: none;
	margin: 20px 0 10px 0;
	padding: 0;
}

#mm5 hr {
	margin-top: 10px;
}

#mm5 #pageTitle {
	float: left;
}
#mm5 #pageTitle, #mm5 .logout-link {
	clear: none !important;
}

#beetle {
	position: absolute;
	right: 4px;
	bottom: 4px;
}

/* @end */

/* @group Main Columns */

#main {
	background: #9ba371;
}

.wideCol, .sideCol {
	padding-right: 15px;
}

.sideCol, .one-column .wideCol {
	padding-left: 15px;
}

#journal .wideCol .container {
	background: #f8f3df !important;
}
.wideCol .content {
	width: 745px;
}
.one-column .wideCol .content {
	width: auto;
}

.wideCol .entry img {
	float: right;
	/*width: 120px !important;*/
	/*height: auto !important;*/
	margin: 0px 0 10px 10px;
}

/* @group Side Columns */

.sideCol, .sideCol .container {
	width: 190px;
}

.sideCol .container {
	background: #f5e8ba;
}

.sideCol .sponsors {
	background: none;
}
.sponsors .content {
	padding: 0;
}

.sideCol #latestArticles p {
	margin-bottom: 10px;
}
.sideCol #latestArticles ul {
	margin-top: 0;
}

.sideCol .be-in-touch p {
	margin-bottom: 4px;
}

.sideCol .receiveNews {
	margin-top: 4px;
}

.sideCol .receiveNews .textfield {
	margin-bottom: 2px;
}

/* @end */

/* @group Center Column */

#mainCol > .container {
	margin-bottom: 0;
	width: 100%;
	float: left;
}

#mainCol > .container > .content > div {
	margin-bottom: 10px;
	clear: both;
}

#mainCol #breadcrumbs p {
	margin-bottom: 0;
}

#mainCol .container {
	background: #dcdfc2;
}

#mainCol p {
	margin-bottom: 10px;
}

#mainCol p.entryinfo {
	margin-bottom: 10px !important;
}

#mainCol .product-details > p {
	margin-bottom: 0;
}

#mainCol .addtlInfo p {
	margin-bottom: 0;
}

/* @end */

/* @end */

/* @group Header */

#header {
	background: #c6cb9e;
	height: 100px;
	overflow: hidden;
	height: 148px;
}

#header .container {
	margin: 0 auto;
	width: 1000px;
}
#header .content {
	padding: 15px 15px 0px 15px;
}

#header #logo, #header #logo a {
	width: 418px;
	height: 80px;
	display: block;
}

#header #logo {
	background: url(/img/logo2.png) top left no-repeat;
	margin-top: .5em;
}

#header #sublogo {
	background: url(/img/subLogo1.png) top left no-repeat;
	width: 445px;
	height: 16px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
	margin-bottom: 10px;
}

/* @end */

/* @group Footer */

#footer {
}

#footer .content {
	margin: 0;
}

#footer .horizontal li {
	float: none;
	display: inline;
}

#footer #miva-link {
	margin-bottom: 0;
}

#footer .be-in-touch .content {
	margin-bottom: 10px;
	padding: 0;
}

/* @group fat footer */

.footerList {
	float: left;
	clear: both;
	padding: 20px 20px 20px 20px;
	width: 940px;
}

.footerList > .col {
	width: 280px;
}

.footerList > .col2, .footerList > .col3 {
	padding-left: 24px;
}
.footerList > .col2, .footerList > .col1 {
	padding-right: 24px;
}
.footerList > .col2 {
	border-left: solid 1px #c7db96;
	border-right: solid 1px #c7db96;
	min-height: 12em;
}
.footerList > .col3 {
	padding-right: 0;
}

.footerList > .col ul.col {
	margin-right: 40px;
}

.footerList > .col.first {
	padding-left: 0;
}
.footerList > .col.last {
	padding-right: 0;
}
.footerList > .col ul.last {
	margin: 0;
}

.footerList span.alignleft {
	margin-right: 20px;
}

.footerList span.alignleft.last {
	margin-right: 0px;
}

/* @end */

/* @end */

/* @group Navigation */

/* @group topnav, bottomnav */

#topnav {
	position: relative;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	font-size: .857em;
}
#topnav ul {
	padding-right: 15px;
	position: absolute;
	right: 0;
}
#topnav li {
	padding-left: 10px;
}

.links {
	display: inline-block;
}

.search {
	margin-top: 20px;
	clear: both;
	float: right;
}

#bottomnav {
	margin-bottom: 0;
}

/* @end */

/* @group nav */

#navigation-bar {
	position: relative;
	left: 0;
	border-bottom: solid 15px #5c643d;
	background: #c6cb9e;
}

#navigation-bar ul {
	margin-left: auto;
	margin-right: auto;
	width: 55.7em;
	border-left: solid 1px #eee9c8;
}
@-moz-document url-prefix() { 
	#navigation-bar ul { 
		width: 55.9em; 
	} 
}

#navigation-bar li {
	border-right: solid 1px #eee9c8;
	background: #332b27;
}

#navigation-bar li a {
	text-decoration: none;
	padding: 0 14px;
	display: block;
	overflow: visible;
}

#navigation-bar, #navigation-bar ul, #navigation-bar ul li {
	height: 34px;
}

#navigation-bar li.last a {
	padding-left: 10px;
	padding-right: 10px;
}
@-moz-document url-prefix() {
	#navigation-bar li.last a {
		padding-left: 12px;
		padding-right: 12px;
	}
}

#navigation-bar li a:hover, #navigation-bar li.current a {
	background: #5c643d;
}

#mm5 #navigation-bar li.navigation-item-on	{ background-color:#999999; }
#mm5 #navigation-bar li.navigation-item-off	{ background-color:#666666; }

#nav-checkout		{}
#nav-search			{}
#nav-basket			{}
#nav-account		{}
#nav-all-products	{}
#nav-storefront		{}

/* @end */

/* @group miva category tree */

#category-tree a{ padding:0 0 0 0; }

#category-tree .level-1, #category-tree .level-2, #category-tree .level-3, #category-tree .level-4, #category-tree .level-5, #category-tree .level-6, .sideCol li {
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
}

#category-tree .level-1 { padding-left:0px; }
#category-tree .level-1.active { padding-left:3px; }
#category-tree .level-2 { padding-left:15px; }
#category-tree .level-3 { padding-left:27px; }
#category-tree .level-4 { padding-left:39px; }
#category-tree .level-5 { padding-left:51px; }
#category-tree .level-6 { padding-left:59px; }

#category-tree div.active{ background-color:#FCF9ED; }

/* @end */

/* @end */

/* @group Links, Lists, Images */

.button.checkout {
	background: url(/img/checkout1.png) top left no-repeat;
	width: 96px;
	height: 26px;
	text-decoration: none;
}
.button.checkout:active {
	background-position: 0px -26px;
}

#minicart .checkout-button {
	margin-bottom: 0;
}

#summary .button.checkout {
	display: inline-block;
	text-decoration: none;
	margin-left: 4px;
}

.more {
	display: block;
	height: 16px;
	margin-bottom: 0;
}
.more a {
	background: url(/img/more1.png) 0px 0px no-repeat;
	width: 40px;
	height: inherit;
	display: inline-block;
}
.more a:hover {
	background-position: 0px -16px;
}

#content ul {
	margin-top: 10px;
	margin-bottom: 10px;
}

#mainCol ul ul, .sideCol ul ul {
	padding-left: 1em;
	margin-top: 0 !important;
}

#mainCol ul {
	list-style-type: image;
	list-style-position: inside;
	list-style-image: none;
}
#mainCol ul li {
	background-position: 0em .35em;
	background-repeat: no-repeat;
	background-image: url(/img/bullet_red.png);
	padding-left: 10px;
}
#mainCol .account-links ul li {
	background: none;
	padding: 0;
}

#mainCol ul ul {
	margin: 0 !important;
}
#mainCol ul ul li {
	background-image: url(/img/dash_red.png);
}

.sideCol ul ul {
	padding-left: 1em;
	margin-top: 0 !important;
}

.sponsors li {
	margin-bottom: 4px;
	padding-right: 0;
}

.sponsors li img {
	width: 190px;
}

/* @group imageRotator */

#imageRotator img {
	float: left;
}
#imageRotator.container {
	margin-bottom: 15px;
}
#imageRotator {
	background: #cccccc;
	margin-bottom: 15px;
	position: relative;
}
#imageRotator .content {
	padding: 0;
	min-height: 260px;
	overflow: hidden;
}
#imageRotator .content div {
	/*height: 260px;*/
	overflow: hidden;
}
#imageRotator_nav {
	margin-bottom: 0 !important;
	bottom: 0em;
	right: 0em;
	position: absolute;
	z-index: 100;
	background: url(/img/1pxWhite50.png);
	padding: .3em;
	border-top: solid 1px white;
	border-left: solid 1px white;
}
#imageRotator_nav a {
	background: url(/img/rotatorNav2.png) top left no-repeat;
	display: block;
	width: 5px;
	height: 5px;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	text-indent: -9999px;
}
#imageRotator_nav a.activeSlide {
	background-position: 0px -5px;
}

/* @end */

/* @group Pagination */

#pagination {
	display: block;
	padding: 0;
	margin: 10px;
	clear: both;
}

#pagination ul {
	display: block;
	list-style-type: none;
}

#pagination li, #pagination a {
	display: inline-block;
}

#pagination li {
	background: none !important;
	padding: 0px !important;
	margin-right: 1px !important;
}

#pagination a:hover, #pagination a:active{
	background-color: #9ba371;
	border: solid 1px #9ba371;
}

#pagination a.currentpage{
	background-color: #7493a2;
	border: solid 1px #7493a2;
	cursor: default;
}

#pagination a.disablelink, #pagination a.disablelink:hover{
	background-color: #b2babb;
	cursor: default;
	border: solid 1px #b2babb;
}

#pagination a {
	padding: .3em .65em;
	background: #c7db96;
	border: solid 1px #7a8253;
}

/* @end */

/* @end */

/* @group Forms, Inputs, Labels */



#basket-contents .button.update, #basket-contents .button.remove, #basket-contents .button.update, #basket-contents .button.continue, .button.checkout {
	border: none;
	/*display:block;*/
	padding:0;
	position:relative;
	text-indent:-9999px;
}
.modern #basket-contents .button.update, .modern #basket-contents .button.remove, .modern #basket-contents .button.update, .modern #basket-contents .button.continue, .modern .button.checkout {
	display:inline;
	width: auto;
	height: auto;
}

#minicart .button.checkout {
	display: block;
}

.button.addToBasket {
	background: url(/img/addToCart1.png) top left no-repeat;
	width: 95px;
	height: 28px;
	border: none;
	text-indent: -9999px;
	position: relative;
}
.button.addToBasket:active {
	background-position: 0px -28px;
}


/*#basket-contents .button.update, #basket-contents .button.remove, #basket-contents .button.update, #basket-contents .button.continue {
	float: right;
	clear: both;
}*/
#basket-contents .button.update, #basket-contents .button.remove {
	margin-right: -3px;
}
#basket-contents .button.remove {
	background: url(/img/remove.png) top left no-repeat;
	width: 64px;
	height: 18px;
}
#basket-contents .button.remove:active {
	background-position: 0px -18px;
}


#basket-contents .button.update {
	background: url(/img/update.png) top left no-repeat;
	width: 64px;
	height: 17px;
}
#basket-contents .button.update:active {
	background-position: 0px -17px;
}

.search .textfield {
	width: 140px;
}

#newsletter .textfield {
	width: 200px;
}
#newsletter .button {
	margin-top: 5px;
}

#mainCol .product-item .purchase-buttons form p {
	margin-bottom: 0;
}

.button {
	background: url(/img/button1.png) top left repeat-x #bdbdbd;
	border: solid 1px #717171;
	padding: 3px;
	cursor: pointer;
}
.button:active {
	background-position: 0px -29px;
}

.textfield {
	background-image: url(/img/inputGradient1.png);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #ffffff;
	border: solid 1px #717171;
	padding: 3px;
}

.textfield:focus {
	background-image: none;
}
.search-again .textfield {
	width: 90%;
}
.search-again .button {
	width: 7%;
}

#topsearch select {
	padding-top: 0px;
	padding-bottom: 0px;
}
#topsearch .textfield, #topsearch .button {
	padding: 2px;
}

.modern .textfield {
	padding: 5px;
	text-shadow: 0px 1px 0px #fff;
	outline: none;
	background: -webkit-gradient(linear, left top, left bottom, from(#bcbcbe), to(#ffffff));
	background: -moz-linear-gradient(top,  #bcbcbe,  #ffffff);
	border: 1px solid #717171;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 1px 1px 5px 1px #cccccc;
	-moz-box-shadow: inset 1px 1px 5px 1px #cccccc;
	box-shadow: inset 1px 1px 5px 1px #cccccc;
}

.modern .textfield:focus {
	background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#ffffff));
	background: -moz-linear-gradient(top,  #eeeeee,  #ffffff);
	-webkit-box-shadow: inset 1px 1px 5px 1px #eeeeee;
	-moz-box-shadow: inset 1px 1px 5px 1px #eeeeee;
	box-shadow: inset 1px 1px 5px 1px #eeeeee;
}

.modern .button {
	text-indent: 0;
	width: auto;
	height: auto;
	padding: 4px;
	text-shadow: 0px 1px 0px #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#bcbcbe));
	background: -moz-linear-gradient(top,  #ffffff,  #bcbcbe);
	border: 1px solid #717171;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	-webkit-box-shadow: inset 1px 1px 5px 1px #eeeeee;
	-moz-box-shadow: inset 1px 1px 5px 1px #eeeeee;
	box-shadow: inset 1px 1px 5px 1px #eeeeee;
}

.modern .button:active {
	background: #bcbcbe;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: inset none;
}



.modern #basket-contents .button.continue {
	padding: 4px;
	width: 80px;
	height: 24px;
	text-shadow: 0px 1px 0px #54797F;
	background: url(/img/arrow1.png) 93% .2em no-repeat, -webkit-gradient(linear, left top, left bottom, from(#A9BCBF), to(#54797F));
	background: url(/img/arrow1.png) 93% .2em no-repeat, -moz-linear-gradient(top,  #A9BCBF,  #54797F);
	border: 1px solid #717171;
	color: #ffffff !important;
	text-indent: 0;
	text-align: left;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	-webkit-box-shadow: inset 1px 1px 5px 1px #A9BCBF;
	-moz-box-shadow: inset 1px 1px 5px 1px #A9BCBF;
	box-shadow: inset 1px 1px 5px 1px #A9BCBF;
}
.modern #basket-contents .button.update {
	padding: 4px;
	text-shadow: 0px 1px 0px #54797F;
	background: -webkit-gradient(linear, left top, left bottom, from(#A9BCBF), to(#54797F));
	background: -moz-linear-gradient(top,  #A9BCBF,  #54797F);
	border: 1px solid #717171;
	color: #ffffff !important;
	text-indent: 0;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	-webkit-box-shadow: inset 1px 1px 5px 1px #A9BCBF;
	-moz-box-shadow: inset 1px 1px 5px 1px #A9BCBF;
	box-shadow: inset 1px 1px 5px 1px #A9BCBF;
}
.modern #basket-contents .button.remove {
	padding: 4px;
	text-shadow: 0px 1px 0px #501F1F;
	background: -webkit-gradient(linear, left top, left bottom, from(#A13F3F), to(#501F1F));
	background: -moz-linear-gradient(top,  #A13F3F,  #501F1F);
	border: 1px solid #717171;
	color: #ffffff !important;
	text-indent: 0;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	-webkit-box-shadow: inset 1px 1px 5px 1px #A13F3F;
	-moz-box-shadow: inset 1px 1px 5px 1px #A13F3F;
	box-shadow: inset 1px 1px 5px 1px #A13F3F;
}
.modern .button.checkout {
	padding: 4px 22px 4px 4px;
	text-shadow: 0px 1px 0px #54797F;
	background: url(/img/arrow1.png) 93% 50% no-repeat, -webkit-gradient(linear, left top, left bottom, from(#A9BCBF), to(#54797F));
	background: url(/img/arrow1.png) 93% 50% no-repeat, -moz-linear-gradient(top,  #A9BCBF,  #54797F);
	border: 1px solid #717171;
	color: #ffffff !important;
	text-indent: 0;
	text-align: left;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	-webkit-box-shadow: inset 1px 1px 5px 1px #A9BCBF;
	-moz-box-shadow: inset 1px 1px 5px 1px #A9BCBF;
	box-shadow: inset 1px 1px 5px 1px #A9BCBF;
}

.modern .button.addToBasket {
	padding: 4px;
	text-shadow: 0px 1px 0px #54797F;
	background: -webkit-gradient(linear, left top, left bottom, from(#A9BCBF), to(#54797F));
	background: -moz-linear-gradient(top,  #A9BCBF,  #54797F);
	border: 1px solid #717171;
	color: #ffffff !important;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	-webkit-box-shadow: inset 1px 1px 5px 1px #A9BCBF;
	-moz-box-shadow: inset 1px 1px 5px 1px #A9BCBF;
	box-shadow: inset 1px 1px 5px 1px #A9BCBF;
}

.modern .button.addToBasket:active {
	background: #54797F;
	
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.modern #basket-contents .button.continue:active {
	background: url(/img/arrow1.png) 57px 3px no-repeat #54797F;
	
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.modern #basket-contents .button.update:active {
	background: #54797F;
	
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.modern #basket-contents .button.remove:active {
	background: #501F1F;
	
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.modern .button.checkout:active {
	background: url(/img/arrow1.png) 93% 50% no-repeat #54797F;
	
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.purchase-buttons, .PATR .continue-button {
	margin:15px 0 15px 0;
}

.purchase-buttons .button{
	margin-right: 2px;
}

.purchase-buttons form {
	display: inline;
}

.form_row{ margin:0 0 6px 0; }

.sign-in-buttons{ 
	margin:12px 0 0 0;
}

.PATR .continue-button {
	padding: 0;
	clear: none;
	margin:15px 0 0 0;
}

/* @end */

/* @group Messages */

.forgot-password{ 
	margin:12px 0 0 0;
}

.error-message{ 
	padding: 4px;
	background: url(/img/1pxWhite50.png);
}

.information-message{ 
	padding: 4px;
	background: url(/img/1pxWhite50.png);
}

/* @end */

/* @group Product */

.product-quantity-input{
	width:34px;
	margin:0 4px;
}

.products, #search-results {
	padding-top: 10px;
	margin-top: 10px;
	border-top: solid 1px #54797F;
}
.products, .product, .product-item .product-details, .product-item .productDesc, .product-item .product-image {
	float: left;
}
.products, .product-item, #search-results, .search-item {
	clear: both;
	width: 100%;
	float: left;
}
.product-item, .search-item {
	border-bottom: solid 1px #54797F;
	margin-top: -10px;
	padding-top: 10px;
	margin-bottom: 10px;
}

.search-item {
	padding-bottom: 10px;
}
#mainCol .search-item p {
	margin-bottom: 0;
}

.product-item .product-image, .product-item .product-details {
	margin-right: 10px;
}
.products .product-item .product-details {
	margin-bottom: 0;
}
#productDetail .product-item .product-details {
	margin-right: 0;
}

.product-item .product-image span {
	padding: 5px;
	display: block;
}

.product-image img {
	display: block;
}

.padding {
	padding-left: 10px;
	padding-right: 10px;
}

.product-item .product-image.product-thumbnail, .product-item .product-image.product-thumbnail img {
	width: 73px;
}
.product-item .product-image.standard, .product-item .product-image.standard img {
	width: 116px;
}

.product-item .product-image.product-thumbnail .thumbnail-not-available {
	height: 100px;
}
.product-item .product-image.standard .image-not-available {
	height: 160px;
}

.product-item .product-image {
	background: #cccccc;
	border: solid 2px #000000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 20px;
	
	-moz-box-shadow: 0px 0px 10px 2px #aaaaaa;
	-webkit-box-shadow: 0px 0px 10px 2px #aaaaaa;
	box-shadow: 0px 0px 10px 2px #aaaaaa;
}

.product-item .product-image.noBorder {
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.product-item .product-image.noShadow {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.product-item .product-image a {
	display: block;
}

.product-item .product-details {
	width: 36%;
}

.product-item .productDesc {
	width: 44%;
}

#productDetail .product-item .product-details {
	width: 320px;
}
#productDetail .product-item .productDesc {
	width: 100%;
	clear: both;
}

.products .product-item:hover, #search-results .search-item:hover {
	background: #f1f3dc;
}

.product-item .addtlInfo {
	margin-bottom: 10px;
}
#productDetail .product-item .addtlInfo {
	padding-top: 0;
}

#productDetail {
	padding-top: 10px;
}
#productDetail > .productDesc {
	clear: both;
}

.product-details > .addtlInfo {
	padding-top: 10px;
}

.product-attributes{
	margin:16px 0;
}

.product-attributes td{
	padding:4px 0;
}

.product-attributes td.prompt{
	padding-right:4px;
}

.PROD #mainCol .container .content #productDetail, .PATR #mainCol .container .content #productDetail {
	padding-top: 0;
	margin-bottom: 0;
}
.PROD #mainCol .container .content #productDetail .product-item, .PATR #mainCol .container .content #productDetail .product-item {
	margin: 0 0 10px 0;
	padding: 0;
}

.related-products{
}

#content .productDesc h3 {
	margin-bottom: 5px;
}

.product-next-previous{ 
	clear:both;
	margin:12px 0; 
}

.next-previous{ margin:12px 0 0 0; }

.next-button	{ float:right; }
.previous-button{ float:left; }

.search-again{ margin:0 0 16px 0; }

/* @end */

/* @group Miva */

/* @group LOGN, AFCL, ORDL, ORHL */

/* LOGN, AFCL, ORDL, ORHL */

.ORDL .section, .LOGN .section, .ORHL .section {
	width:345px;
	padding: 10px;
	margin-right: 10px;
	border: solid 1px #999999;
}

.LOGN #main label,
.ORDL #main label,
.AFCL #main label,
.ORHL #main label{
	float:left;
	clear:both;
	width:8em;
	padding:3px 5px;
}

.LOGN .error-message,
.AFCL .error-message,
.ORDL .error-message{
	margin:12px 0px;
	width:auto;
}

.AFCL .section{
	float:left;
	height:220px;
	width:49%;
}

#invalid-key{
	width:23px;
	float:left;
	margin:0 4px 0 0;
	border-width:1px;
	border-style:solid;
	border-color:#cc0000 #ff0000 #ff0000 #ff0000;
}

/* @end */

/* @group ACAD, ACED, AFAD, AFED, OCST */

/* ACAD, ACED, AFAD, AFED, OCST */

.logout-link{
	margin:12px 0;
	float:right;
}

#affiliate-commissions label,
.OSEL .non-editable label{
	float:left;
	width:120px;
	padding:0 6px 0 0;
}

#customer-fields .textfield,
#affiliate-fields .textfield,
#tax-fields input,
#affiliate-commissions div.form_row div,
.non-editable div.form_row div{
	width:170px;
	margin:0 0 4px 0;
}

#affiliate-commissions div.form_row div{ float:left; }

#customer-fields label,
#affiliate-fields label{
	float:left;
	width:12em;
	padding:2px 5px 3px 0;
	clear:both;
}

#customer-fields select,
#affiliate-fields select{
	width:178px;
	margin:0 0 4px 0;
}

#login-details,
#affiliate-information{
	margin:0 0 16px 0;
}

#affiliate-commissions .form_row{ margin:0 0 8px 0; }

.AFAD #affiliate-fields{
	width:50%;
	margin:0 auto;
}

.AFED #affiliate-fields #affiliate-contact,
.AFED #affiliate-fields #affiliate-commissions{
	float:left;
	width:50%;
}

#affiliate-commissions .affiliate-code{
	width:230px !important;
}

#affiliate-commissions #affiliate-image{
	width:236px !important;
	overflow:auto;
}

#affiliate-terms{ margin-left:155px; }

#affiliate-fields .form_row div.non-editable{
	margin:0 0 8px 0;
	padding:2px 0 0 0;
}

.save-button, .continue-button{
	clear:both;
	padding:24px 0 0 0;
}

h2.fields-heading{
	background-color:#B4B6A5;
	margin:0 0 12px 0;
	padding:4px 4px 4px 12px;
}

.address2-label{ margin:0 0 14px 0; }

#customer-fields .controls label{
	float:none;
}

#ship-to,
#bill-to{
	width:50%;
	float:left;
}

#ship-to h2 input.checkbox,
#bill-to h2 input.checkbox{
	margin:0 2px 0 12px;
	padding:0;
	width:13px;
	height:13px;
	overflow:hidden;
}

div.invalid .textfield,
div.invalid select,
#tax-fields div.invalid input{
	border-color:#cc0000 #ff0000 #ff0000 #ff0000;
}

div.invalid label{ color:#dd0000; }

.warning-message{
	padding:4px;
	width:60%;
	margin:0 auto;
}

#customer-fields.editable .form_row,
#affiliate-fields.editable .form_row{
	margin:0 0 6px 0;
}

#customer-fields.non-editable .form_row{
	margin:0 0 4px 0; 
}

#customer-fields.non-editable label,
#affiliate-fields.non-editable label{
	margin:0 0 0 30px;
	padding:0 4px 0 0;
	width:110px;
	float:left;
	clear:both;
}

#customer-fields.non-editable label,
#affiliate-fields.non-editable label{
	margin:0 0 0 30px;
	padding:0 4px 0 0;
	width:110px;
	float:left;
	clear:both;
}

#customer-fields.non-editable .form_row div,
#affiliate-fields.non-editable .form_row div{
	float:left;
}

#update-record{
	clear:both;
	margin:24px 0 0 24px;
}

/* @end */

/* @group BASK, OCST, OPAY, OSEL */

/* BASK, OCST, OPAY, OSEL */
#basket-contents table {
	width: 100%;
}
#basket-contents th {
	padding-bottom: 10px;
}
#basket-contents th {
	padding: 0px 10px 10px 10px;
}
#basket-contents th.itemTitle, #basket-contents th.first {
	padding-left: 0;
}
#basket-contents th.itemSubtotal, #basket-contents th.last {
	padding-right: 0;
}
#basket-contents td {
	padding: 10px 10px;
}
#basket-contents .itemTitle {
	width: 44%;
}

#basket-contents.non-editable,
#basket-contents.editable,
#order-contents table{
	width:100%;
	/*border-left:1px solid #ffffff;
	border-top:1px solid #ffffff;*/
}

#basket-contents.non-editable td,
#basket-contents.editable td,
#order-contents td{
	background-color:transparent;
	/*border-bottom:1px solid #ffffff;
	border-right:1px solid #ffffff;*/
	vertical-align:top;
	padding:6px;
}

#basket-contents table tr.basket-heading td,
#order-contents table tr.heading td{
	background-color: #B4B6A5;
}

#basket-contents table tr.odd td,
#basket-contents table td.odd td,
#order-contents table tr.odd td,
#order-contents table td.odd td,
.line-item tr.alt_row{
	background-color: #F1F3DC;
}

#minicart #basket-contents {
	margin-bottom: 0;
	border: none;
}
#minicart #basket-contents.non-editable td {
	background-color: transparent;
	border: none;
	padding: 3px 0;
}
#minicart #basket-contents.non-editable .item-price {
	width: 36%;
}

#basket-contents .basket-qty-input{ width:34px; }

#basket-contents .item-remove, #order-contents td.order-reorder{
	width:10%;
	vertical-align:middle;
}

#basket-contents.editable .item-quantity{
	width:20%;
}
#basket-contents.non-editable .item-quantity{
	width:10%;
}

#basket-contents .item-options .item-name, #minicart #basket-contents .item-options .item-name{ padding-left:16px; }

#basket-contents.non-editable .item-name{ width:60%; }
#basket-contents.editable .item-name, 
#order-contents .order-description {
	width:40%; 
}

#basket-contents .item-price, #order-contents td.order-price{
	width:10%;
}

#basket-contents .item-total, #order-contents td.order-total{
	width:10%;
}

#basket-contents td.item-options, #order-contents td.item-options{ width: 100%; padding: 0; }

#basket-contents .item-options td, #order-contents .item-options td {
	padding-top: 0;
	padding-bottom: 12px;
}

.checkout .item-quantity	{ width:8% !important; }
.checkout .item-name		{ width:64% !important; }

#fields-key{ margin:16px 0; }

.checkout-button{
	margin:12px 0;
	float: right;
}

#payment-fields label{
	padding:2px 5px 3px 0;
	clear:both;
	width: 8em;
	display: inline-block;
}

#payment-fields td{
	padding:0 0 6px 0;
}

#shipping-payment .form_row{ margin:10px 0 0 0; }

#shipping-payment label{
	float:left;
	width:5em;
	padding:2px 5px 3px 0;
	clear:both;
}

.OSEL .continue-button,
.OPAY .continue-button{ 
	margin:0 0 12px 0;
}

.OCST #basket-contents{ margin: 0 0 32px 0; }

.OPAY .fields-key{ margin:0 0 16px 0; }
#payment-fields .form_row{ margin:10px 0 0 0; }

#customer-fields.non-editable{ margin:0 0 32px 0; }
#basket-contents.non-editable{ margin:16px 0 32px 0; }

/* @end */

/* @group INVC */

/* INVC */

.INVC .order-id,
.ORDS .order-id{
	float:left;
	clear: none !important;
}

.INVC .order-date,
.ORDS .order-date{
	float:right;
	clear: none !important;
}

.INVC #mainCol h3,
.ORDS #mainCol h3{ 
	clear:both;
	margin:16px 0 24px 0;
}

/* @end */

/* @group ORDH ORDS */

/* ORDH ORDS */

#orderhistory-list table{ border-collapse:collapse; }

#order-contents table{
	width:100%;
}

#order-contents table td, 
#orderhistory-list table td{ 
	vertical-align:top;
}
#orderhistory-list .order-invoice		{  }
#orderhistory-list .order-date			{  }
#orderhistory-list .order-view			{ 
	vertical-align:middle;
	padding:0 8px;
}
#order-contents table tr td.order-invoice		{  }

#customer-fields{
	margin:16px 0;
}

#Order_BillZip{ width:44px; }

/* @end */

#page-header, #page-footer, #category-header, category-footer {
	display: none;
}

.line-item table{ width:100%; }
.line-item table tr.heading td{ font-weight:bold; }
.line-item table td{ 
	padding:2px;
	vertical-align:top;
}

.line-item .item-code{ 
	padding-left:2px;
	padding-right:2px;
}

.line-item .item-price{
	padding-left:2px;
	padding-right:2px;
}

.line-item .item-name{ width:80%; }

/* @end */

/* @group Typography & Color */

/* @group General */

h1 {
	font-size: 1.714em;
	line-height: 1.8em;
	/*margin-bottom: 20px;*/
}
h2 {
	font-size: 1.286em;
	line-height: 1.4em;
}
h3 {
	font-size: 1.143em;
	line-height: 1.24em;
}
h4 {
	font-size: 1em;
	line-height: 1.2em;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}

#header, #navigation-bar {
	font-size: 1.8em;
}
#content, #footer { 
	font-size: 1.4em;
	line-height: 1.2em;
}

h2.fields-heading{
	color:#333333;
	margin:0 0 12px 0;
	padding:4px 4px 4px 12px;
}

#container {
	text-align: left;
	font-size: 1em;
}

#donate, #geotrust {
	margin-top: 30px;
	text-align: center;
}

.more {
	text-align: right;
}

#miva-link {
	line-height: 1.8em;
	font-size: .857em;
	clear: both;
}

.sideCol li h3 {
	font-size: inherit;
}

#navigation-bar, #navigation-bar ul, #navigation-bar ul li, #navigation-bar ul li a {
	text-align: center;
	color: #eee8c8;
}
#header, #content {
	color: #000000;
}
#footer {
	color: #ffffff;
}

#content .productDesc h3 {
	color: inherit;
}

#content h1, #content h2, #content h3 {
	color: #801f1f;
}
#footer #bottomnav a:hover, #footer .footerList a:hover, #footer h2 {
	color: #c7db96;
}

#header #sublogo {
	text-align: center;
}

#footer #miva-link {
	text-align: center;
}
#topnav, #topnav ul, #topnav li {
	text-align: right;
}

#bottomnav {
	text-align: center;
}

#bottomnav #copyright {
	color: #c7db96;
}

#imageRotator_nav {
	text-align: center;
}

.footerList {
	line-height: 1.8em;
	font-size: .857em;
}

#bottomnav {
	line-height: 1.8em;
	font-size: .857em;
	clear: both;
}

.required{ font-weight:bold; }

#header {
	line-height: 2em;
}
#pageTitle h1, .entrytitle {
	line-height: 110%;
}
.OCST #pageTitle a {
	text-indent: .7em;
	display: inline-block;
	text-decoration: underline;
}

.line-item td.item-buttons{
	white-space:nowrap;
}

.line-item tr.header-row td{ font-weight:bold; }

/* @end */

/* @group Links */

a {
	text-decoration: underline;
}

#topnav li a {
	color: #322b27;
	font-weight: bold;
	text-decoration: underline;
	font-size: .94em;
}

.sideCol a {
	color: #332b27;
}

#footer a {
	color: white;
}
.sideCol a, #footer a {
	text-decoration: underline;
}
#topnav li a:hover, #topnav li.current a {
	text-decoration: none;
}

#footer #bottomnav a, #footer .footerList a {
	text-decoration: none;
}

#navigation-bar li a {
	line-height: 34px;
	white-space: nowrap;
}

.sideCol a:hover, #footer a:hover {
	text-decoration: none;
}

/* @end */

/* @group Pagination */

#pagination ul {
	text-align: left;
}

#pagination a:hover, #pagination a:active{
	color: #4a5126 !important;
}

#pagination a.currentpage{
	color: #ffffff !important;
}

#pagination a.disablelink, #pagination a.disablelink:hover{
	color: #959d9e !important;
}

#pagination a {
	text-decoration: none;
	color: #7a8253 !important;
}

/* @end */

/* @group Header, Footer, Navigation */

#category-tree div.active a { text-decoration: none; }

/* @end */

/* @group Messages */

.error-message{ 
	font-weight:bold;
	color:#dd0000;
}

.information-message{ 
	font-weight:bold;
	color:#0000dd;
}

.warning-message{
	color:#dd0000;
	text-align:center;
}

.forgot-password{ 
	font-size:.9em; 
	text-align:center;
}

/* @end */

/* @group Minicart */

/*#minicart a {
	color: #54797F;
}
#minicart a:hover { 
	color: #36585f; 
}*/

/* @end */

/* @group Center Column */

#mainCol a {
	color: #54797f;
	text-decoration: none;
}

#mainCol a:hover {
	color: #36585f;
}

#mainCol h1 a, #mainCol h2 a, #mainCol h3 a, #mainCol h1 a:hover, #mainCol h2 a:hover, #mainCol h3 a:hover {
	color: #801f1f;
}

#mainCol h1 a:hover, #mainCol h2 a:hover, #mainCol h3 a:hover {
	text-decoration: underline;
}
#mainCol #basket-contents td.item-name a:hover {
	text-decoration: underline;
}

/* @end */

/* @group Product */

.product-attributes{
	text-align:left;
}

.product-attributes td.prompt{
	vertical-align:top;
	text-align:right;
}

.product-attributes td.field{
	text-align:left;
}

.productDesc {
	font-size: 0.857em;
}

/* @end */

/* @group Forms, Labels, Buttons */

.sign-in-buttons{ 
	text-align:center;
}

.checkout-button{
	/*text-align:right;*/
}

.LOGN #main label,
.ORDL #main label,
.AFCL #main label,
.ORHL #main label{
	text-align:right;
}

.save-button, .continue-button{
	text-align:right;
}

#customer-fields label,
#affiliate-fields label{
	white-space:nowrap;
	text-align:right;
}

#payment-fields label{
	white-space:nowrap;
	text-align:left;
}

#shipping-payment label{
	white-space:nowrap;
	text-align:left;
}

#affiliate-commissions label,
.OSEL .non-editable label{
	font-weight:bold;
	text-align:right;
}

#customer-fields.editable .form_row,
#affiliate-fields.editable .form_row{
	text-align:left;
}

#customer-fields.non-editable .form_row{
	text-align:left;
}

/* @end */

/* @group Basket */

#basket-contents table tr.basket-heading td,
#basket-contents table tr.basket-heading td,
#order-contents table tr.heading td{
	color:#333333 !important;
	font-weight:bold;
	text-align:center;
	font-size:1em;
	white-space:nowrap;
}

#basket-contents.editable td.item-name, #basket-contents td.item-name a {
	color: #801F1F;
}

#basket-contents td.item-name a {
	text-decoration: underline;
}

#basket-contents .basket-charges .charge-description,
#basket-contents .basket-charges .formatted-charge{
	font-style:italic;
	text-align:right;
	white-space:nowrap;
}

#basket-contents #basket-totals .formatted-total,
#basket-contents #basket-totals .total-prompt{
	font-weight:bold;
	text-align:right;
}

#order-contents table tr td.charge-description,
#order-contents table tr td.charge-fee{
	font-style:italic;
	text-align:right;
}
#order-contents table tr td.formatted-total,
#order-contents table tr td.total-prompt{
	text-align:right;
	font-weight:bold;
}

#basket-contents table .basket-heading td.item-name, #basket-contents table .basket-heading td.item-code{
	text-align:left;
}

#basket-contents.editable .item-quantity{
	text-align:center;
	white-space:nowrap;
}

#basket-contents.non-editable .item-quantity{
	width:6%;
	text-align:center;
}

#basket-contents td.item-name{ text-align:left; }

#basket-contents table tr td.item-price, #basket-contents table tr td.item-total{
	text-align:right;
}

/* @end */

/* @group Order History, Checkout, Invoice */

#orderhistory-list .order-reorder		{ text-align:center; }
#orderhistory-list .order-description	{ text-align:left; }
#orderhistory-list .order-purchased		{ text-align:center; }
#orderhistory-list .order-quantity		{ text-align:center; }
#orderhistory-list .order-status		{ text-align:center; }
#orderhistory-list .order-tracking		{ text-align:left; }
#orderhistory-list .order-total			{ text-align:right; }
#orderhistory-list .order-price			{ text-align:right; }

#orderhistory-list tr.heading td { 
	font-weight:bold;
	white-space:nowrap;
}

#order-contents table tr td.order-reorder		{ text-align:center; }
#order-contents table tr td.order-description	{ text-align:left; }
#order-contents table tr td.order-date			{ text-align:left }
#order-contents table tr td.order-purchased		{ text-align:center; }
#order-contents table tr td.order-quantity		{ text-align:center; }
#order-contents table tr td.order-status		{ text-align:left; }
#order-contents table tr td.order-tracking		{ text-align:left; }
#order-contents table tr td.order-total			{ text-align:right; }
#order-contents table tr td.order-price			{ text-align:right; }

#order-contents table tr td.charge-fee{ text-align:right; }

.tax-fields label{ font-weight:bold; }

.INVC .order-id,
.ORDS .order-id{
	font-weight:bold;
}

.INVC .order-date span,
.ORDS .order-date span{
	font-weight:bold; 
}

.INVC .order-date,
.ORDS .order-date{
	text-align:right;
}

/* @end */

/* @group Search */

.search {
	font-size: .778em;
}

.search-again .textfield, .search-again .button {
	font-size: 1.286em;
	padding: 3px;
}

/* @end */

/* @end */

/* @group LEFT-OVER FROM cssui.css */

/*** Site ***/
.input_error{ border-color:#cc0000 #ff0000 #ff0000 #ff0000; }

.LOGN .information-message{
	margin:12px 24px;
	width:auto;
}

/*** Content ***/

#maintenance{
	color:#dd0000;
	font-weight:bold;
}



/*** CTGY, SRCH, PLST, OUS1, OUSM ***/

.OUS1 #main-content{
	padding-left:225px;
	padding-right:225px;
}

.upsale-heading{ text-align:center; }

.OUS1 .product-thumbnail{
	margin:12px 0; 
	text-align:left;
	height:116px;
	min-height:116px;
}

.OUS1 .product-description		{ margin:16px 0 0 0; }
.OUS1 .thumbnail-not-available	{ margin:16px auto; }

.OUSM #main-content{ 
	padding-left:160px;
	padding-right:160px;
}

.upsale-batch{
	width:100%;
	padding:2px;
}

.upsale-batch .heading td	{ font-weight:bold; }

.upsale-checkbox{ width:32px; }
.upsale-name{ width:175px; }

.OUS1 .purchase-buttons textarea{
	text-align:center;
	width:390px;
	height:100px;
}

.OUSM .continue-button{ text-align:center; }

/* @end */

