/* Color: White */

body {
	background: #fff;
	color: #434343;
}

a {
	/*color: #000;*/
	font-weight: normal;
	text-decoration: none;
}

/*h1.title{
	float: left;
}*/
.btn-learnmore {
	font-weight: bold;
	color: #6aa00f;
	background: url(/template/images/sprite-arrowbtn.png) no-repeat right -32px transparent;
	height: 32px;
	padding-right: 40px;
	display: inline-block;
	font-size: 23px;	
}
.btn-learnmore:hover {
	background-position: right 0;
}
h4 {
	font-family: 'Shadows Into Light', cursive;
	color: #764a26;
	font-size: 36px;	
}
#FooterTopMenu h4 {
	font-family: 'Shadows Into Light', cursive;
	font-size: 30px;
	line-height: 30px;
	color: #f26827;
}
#FooterTopMenu h4.green {
	padding-top: 20px;
	color: #6aa00f;
	font-size: 35px;
	line-height: 35px;
}
#revLowerBanner h5 {
	font-family: 'Shadows Into Light', cursive;
	font-size: 40px;
	line-height: 40px;
	color: #6aa00f;
	font-weight: normal;
	text-align: center;

	display: inline-block;
	border-bottom: 1px solid #d0c0b2;
	float: left;
	width: 100%;
	padding: 0 0 20px;
}
#revLowerBanner h5 span{
	color: #f26827;
	font-size: 28px;
	width: 100%;
	display: inline-block;
}
.btn-order {
	background: url(/template/images/sprite-arrowbtn.png) no-repeat right -32px transparent;
	height: 32px;
	padding-right: 40px;
	display: inline-block;
}
.btn-order:hover {
	background-position: right 0;
}
.header-wrapper {
	width:100%;
}

#Wrapper .Breadcrumb{
	border-top: none;
	margin: 20px 0 0;
}
#TopMenu li {
	color: #676767;
}
#TopMenu li a {
	color: #676767;
	text-decoration: none;
}
#TopMenu li div {
	color: #b0b0b0;
	text-decoration: none;
}
#TopMenu li a:hover {
	color: #9a9a9a;
	text-decoration: underline;
}

.slide-show {
	width: 960px;
}
.slide-show-render-full .slide-content, .slide-show-render-full .drop-indicator {
	width: 960px;
	height: 375px;
}
.slide-show-render.slide-show ol.flex-control-nav.flex-control-paging {
	width: 100%;
	text-align: center;
}
.slide-show-render.slide-show ol.flex-control-nav.flex-control-paging li{
	margin-right: 15px;
}
.slide-show-render.slide-show .flex-control-nav.flex-control-paging li a {
	width: 18px;
	height: 18px;
	border: 1px solid #555;
	background-color: #fff;
}
.slide-show-render.slide-show .flex-control-nav.flex-control-paging li a.flex-active {
	background-color: #555555;
}
.slide-show-render.slide-show .flex-prev, .slide-show-render.slide-show .flex-next {
	height: 32px;
	width: 32px;
	display: inline-block;
	-webkit-transition: all .0s ease;
}
.slide-show-render.slide-show .flex-prev {
	background: url(/template/images/sprite-arrowbtn-prev.png) no-repeat right -32px transparent;
}
.slide-show-render.slide-show .flex-next {
	background: url(/template/images/sprite-arrowbtn.png) no-repeat right -32px transparent;
}
.slide-show-render.slide-show .flex-prev:hover, .slide-show-render.slide-show .flex-next:hover {
	background-position: 0 0;
}
.slide-show-render.slide-show .flex-prev:hover  {
	background-image: url(/template/images/sprite-arrowbtn-prev.png);
}
.slide-show-render.slide-show .flex-next:hover  {
	background-image: url(/template/images/sprite-arrowbtn.png);
}
.slide-show-render .slides li {
	border-bottom: 0;
}
#SearchForm input:focus {
	color: #000;
}
#SearchForm .Button {
	border: 0;
}

div.categoryPicker {
	border:1px solid #d2d2d2 !important;
	padding-left: 10px;
	padding-bottom: 8px;
}

#SideCategoryList li ul,
#SideCategoryList .sf-menu li ul {
	border: 1px solid #e4e0dc;
	border-top: 2px solid #6aa00f;
	background: #f2f2f2;
	border-radius: 0 0 5px 5px;
	background-color: #fff;
	box-shadow: 1px 1px 5px #e4e0dc;
}
#SideCategoryList li ul li a:hover {
	color: #6aa00f;
}
#SideCategoryList li li,
#SideCategoryList .sf-menu li li {
	background-image: none;
}
#SideCategoryList li li:last-child,
#SideCategoryList .sf-menu li li:last-child {
	border: 0;
}

#SideNewProducts img {
	border:1px solid #dcdcdc;
}

.order-number {
	font-size:1.4em;
	font-family: 'Montserrat', Helvetica, Arial, Sans-Serif;
	letter-spacing: -1px;
	text-transform: uppercase;
}

.hero_slider .Block div {
	border-bottom: 4px solid #000;
}
.hero_slider .Block div div {
	border: 0;
}
.hero div .text h1,
.hero div .text h2,
.hero div .text h3,
.hero div .text p,
.hero div .text a {
	color: #000;
	text-shadow: none;
}
.hero div .text.white * { /* Reverse text colour */
	color: #fff !important;
	text-shadow: 1px 1px 2px #000 !important;
}


.Block.banner_home_page_bottom div .text.text-light *,
.Block.banner_category_page_bottom div .text.text-light *,
.Block.banner_brand_page_bottom div .text.text-light *,
.Block.banner_search_page_bottom div .text.text-light * { /* Reverse text colour */
	color: #fff !important;
	text-shadow: 1px 1px 2px #000 !important;
}

a.btn_link { /* All boxed links within banners */
	color: #fff !important;
	background: #000;
	text-decoration: none;
	padding: 2px 10px 2px 10px !important;
}
a.btn_link:hover {
	text-decoration: underline;
}
.ToggleSearchFormLink.btn a:hover{
	color:#000;
}

.plain.btn {
	background: #fff !important;
	text-transform: capitalize !important;
	font-family: 'Helvetica Neue', Helvetica, Sans-Serif;
}
.plain.btn:hover{
	text-decoration: underline !important;
}

 .AccountMenu h2 {
	font:bold 13px/1.3 'Helvetica Neue',sans-serif;
}

.Right li {
	border-bottom: 1px solid #dcdcdc;
}

.Right .ProductList li {
	border: none;
	margin-bottom: 10px;
}

.NewsletterSubscription input:focus {
	color: #000;
}
.NewsletterSubscription .Button {
	border: 0;
}


.Content .ProductList .ProductImage {
	background: #fff;
	border: 1px solid #fff;
}

.ProductList li .ProductCompareButton {
	color: #606060;
}
.ProductList .Rating {
	color: #9a9a9a;
}


.Right .TopSellers li .TopSellerNumber { /* Contains the number of the item */
	display: none;
}


.Breadcrumb {
	color: #b0b0b0;
}
.Breadcrumb a {
	color: #b0b0b0;
}
.Breadcrumb a:hover {
	color: #9a9a9a;
}


.CompareItem {
	width:200px;
}
.CompareFieldName {
	font-weight:bold;
}
.CompareFieldTop {
}
.CompareFieldTop a:hover {
	color:#4e4e4e;
}
.ViewCartLink {
	background: url('../../ParallelLight/images/white/Cart.gif') no-repeat 0 50%;
}

table.CartContents,
table.General {
	border: 0;
}

table.CartContents th,
table.General th {
	color:#312e29;
	text-transform: uppercase;
	border-bottom: 0 none;
	padding:20px 23px;
	text-align: left;
	background-color:#f4f4f4;
}

.CartContents td {
	padding: 20px 23px;
	border-bottom: 1px solid #dedede;
}

.CartContents tfoot .SubTotal.First td{
	border-top: 0;
}
.CartContents tfoot .SubTotal td {
	border-top: 1px solid #dedede;
	border-bottom: 0;
	color: #606060;
}
.CartContents tfoot .GrandTotal td {
	color: #000;
}

.productAttributes td{
	border: 0;
}
.productAttributes label{
	font-weight: bold;
}
/* Wish List Form
....................................................................... */
.header .actions .btn {
	font-size: 13px !important;
	padding: 4px 12px !important;
	margin-left: 20px;
}

#wishlistsform .action .edit a{
	background:url(/templates/Classic/images/edit.png) transparent left top no-repeat;
}

#wishlistsform .action .delete a{
	background:url(/templates/Classic/images/trash.png) transparent left top no-repeat;
}

#wishlistsform .action .share a{
	background:url(/templates/Classic/images/share.png) transparent left top no-repeat;
}

/*....................................................................... */

.JustAddedProduct {
	border: 1px solid #dcdcdc;
	background: #fff;
}
.JustAddedProduct strong,
.JustAddedProduct a {
	text-decoration: none;
}
.JustAddedProduct a:hover {
	text-decoration: underline;
}


.CategoryPagination a {
	color: #606060;
	display: block;
	padding: 0 3px 3px;
	background-repeat: no-repeat;
}

.CategoryPagination li.ActivePage {
	background: #f4f4f4;
}

.CategoryPagination li:hover {
	border-bottom: 2px solid #dedede;
}

.CategoryPagination li.ActivePage:hover {
	border-bottom: 0;
}

.CheckoutRedeemCoupon {
	background: #f4f4f4;
	border: 1px solid #dcdcdc;
	padding: 1%;
	max-width: 300px;
	width: 98%;
	border: 1px solid #dcdcdc;
	margin-bottom: 10px;
}

.Message {
	color:#000;
	border-width:1px; 
	border-style: solid;
	border-color: transparent;
	background-position: 12px 11px;
	background-repeat: no-repeat;
}

.Message a {
	text-decoration: underline;
}

.InfoMessage {
	background-color: #effdfd;
	background-image: url('../../Classic/images/white/InfoIcon.png');
	border-color: #d9f1f1;
}
.SpecificInfoMessage {
	color: #606060;
	background-color: #f4f4f4;
}
.SuccessMessage {
	background-color: #dafbd8;
	background-image: url('../../Classic/images/white/SuccessIcon.png');
	border-color: #c6e7c4;
	border-radius: 10px;
}
.ErrorMessage {
	background-color: #fbe9e7;
	background-image: url('../../Classic/images/white/ErrorIcon.png');
	border-color: #f5d8d4;
}

.ComparisonTable tr:hover td,
.ComparisonTable tr.Over td {
	background: #f4f4f4;
}
.QuickSearch {
	border: 1px solid #dcdcdc;
	margin-top: 15px;
	margin-left: -16px;
}
.QuickSearch:before {
	content: "";
	height: 10px;
	width: 19px;
	background-image: url('../../Classic/images/white/up-arrow.png');
	background-repeat: no-repeat;
	position: absolute;
	top: -10px;
	left: 55px;
}
td.QuickSearchResultMeta {
	padding-right: 20px;
}
.QuickSearchHover td {
	background: #f4f4f4;
}
.QuickSearchAllResults a {
	background: url('../../Classic/images/white/QuickSearchAllResultsButton.png') no-repeat right;
}
.QuickSearchResult .Price {
	color: #4e4e4e;
}
.SearchTips .Examples {
	background: #f4f4f4;
}
hr {
	background: #dcdcdc;
	border: #dcdcdc;
}
.Right hr {
	background: transparent;
	border: 0;
}
.MiniCart .SubTotal {
	color: #4e4e4e;
}


/* Shipping Estimation on Cart Contents Page */
.EstimateShipping {
	background: #f4f4f4;
	border: 1px solid #dcdcdc;
}


/* Express Checkout */
.ExpressCheckoutBlock .ExpressCheckoutTitle {
	background: #f6f5f5 url(../../ParallelLight/images/white/ExpressChktSel.gif) 0 0 repeat-x;
	color: #010101;
	border: 1px solid #bcbcbc;
}
.ExpressCheckoutBlockCollapsed .ExpressCheckoutTitle {
	background: #f4f4f4;
	color: #606060;
	border: 1px solid #dcdcdc;
}
.ExpressCheckoutBlockCompleted .ExpressCheckoutCompletedContent {
	color: #FFF;/* color: #9a9a9a; */
}




/* Tabbed Navigation */
.TabNav {
	border-bottom: 1px solid #dedede;
}
.TabNav li a {
	border: 1px solid #dedede;
	background: #bababa;
	color: #000;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.TabNav li a:hover {
	text-decoration: underline;
}
.TabNav li.Active a {
	border-bottom: 1px solid #dedede;
	background: #f0f0f0;
}

/* Product Videos */

.currentVideo {
	background-color: #e7e7e7;
}

.videoRow:hover {
	background-color: #efefef;
}

.CartContents .ItemShipping th {
	border-bottom-color: #dcdcdc;
	border-top-color: #dcdcdc;
	background: #f4f4f4;
	color: #2f2f2f;
}


/* start fast cart styles */
#fastCartContainer {
	font-size: 13px;
	color: #000;
}
.fastCartContent h2 {
	background-color:transparent;
}
.fastCartContent h3 {
	background-color:transparent;
}
.fastCartThumb {
	border: 1px solid #e5e5e5;
	padding: 5px;
}
.fastCartSummaryBox {
	background-color: #f4f4f4;
}
.fastCartSummaryBox a:hover {
	text-decoration: underline;
}

.fastCartSummaryBox .subtotal {
	border-color: #fff;
}
.fastCartSummaryBox .ProductPrice {
	border-color: #fff;
}
.fastCartContent .fastCartTop a,
.fastCartContent .ProductList .ProductDetails a {
	color: #010101;
}
.fastCartContent .ProductPrice,
.fastCartContent .ProductList em {
	color: #000;
}
.fastCartContent .Quantity {
	color: #606060;
}
.fastCartContent p {
	color: #444444;
}
.fastCartContent .ProductList li {
	background-color: #FFF;
}
.fastCartBottom h3 {
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
}

/* end fast cart styles */


/* Modal */
#ModalContainer {
	border-color: #87BF41;
	border-radius: 10px 10px 10px 10px;
}

#QuickViewImage,
#QuickViewProductDetails {
	border-color: #f4f4f4 !important;
}

.SubCategoryListGrid {
	border-bottom: 1px solid #dcdcdc;
}

#AjaxLoading,
.OrderItemMessage,
.CurrencyList a.Sel,
.SharePublicWishList {
	background: #f4f4f4;
}

#socnet .icon-social-theme {
	background-image: url('../../Classic/images/sprite-social.png');
}

.ProductTinyImageList li {
	border: none !important;
}
.TinyOuterDiv {
	border: none !important;
}

.TinyOuterDiv img {
	border: 1px solid #f4f4f4;
}

#prodAccordion .Block h2 {
	border-top: 1px solid #dadada;
	background: url(../../Classic/images/white/accordion_open.gif) 100% 50% no-repeat;
}
#prodAccordion .Block.current h2 {
	background: url(../../Classic/images/white/accordion_close.gif) 100% 50% no-repeat;
}
#prodAccordion .Block:last-child {
	border-bottom: 1px solid #dadada;
}

#TopMenu .phoneIcon {
	background: url('../../Classic/images/white/phoneIcon.png') no-repeat 0 2px;
	padding-left: 13px;
	border-right: 1px solid;
}

/* For the currency chooser */
#currency-chooser {
	float: right;
	clear: both;
	margin-top: 25px;
	font-size: 11px;
}
#currency-chooser .currency-info {
	float:left;
	margin-right: 5px;
	color: #b8b8b8;
}
#change-currency {
	color: #000;
	text-decoration: underline;
	cursor: pointer;
	float: left;
}
#currency-chooser .currencies {
	background: #f8f8f8;
	display: none;
	margin-top: 30px;
	padding: 10px;
	position: absolute;
	right: 0px;
	z-index: 10;
	width: 168px;
}
#currency-chooser .currencies:before {
	width: 0;
	height: 0;
	border-left: 15px solid rgba(248, 248, 248, 0);
	border-right: 15px solid rgba(248, 248, 248, 0);
	border-bottom: 15px solid #f8f8f8;
}
#currency-chooser .currencies dd {
	background: transparent;
	border: #ededed solid 1px;
}
#currency-chooser .currencies dd a {
	background: transparent;
	border: none;
	padding: 5px;
}
#currency-chooser .currencies dd a.Sel {
	background: #fff;
}

.PrimaryProductDetails .zoomPad img {
	border: 1px solid #f4f4f4;
	border-top: 0 none;
}


/* Gift Certificate
....................................................................... */
#SideAccountMenu li,
#GiftCertificatesMenu li {
	background: url('../../Classic/images/white/Arrow.gif') no-repeat 0 6px;
}

.Block.YourAccount p {
	line-height:2.8ex;
}

/* Form fields */
input.field-xlarge,
select.field-xlarge {
	line-height: 25px;
	vertical-align: middle;
	border: 1px solid #d2d2d2;
}
select.field-xlarge {
	margin-top: 3px;
}
.HorizontalFormContainer dt {
	line-height: 25px;
	vertical-align: middle;
	padding: 0;
}

.AccountOrdersList {
	list-style: none;
	margin: 0;
}
.AccountOrdersList > li {
	margin-top: 20px;
}
