/*
BLUES
very very dark #004F87 		links
very dark #0076C9		borders
dark #4EB4FC			cart body, checkout
medium #81C9FC			cart totals, headers, spacer, search
light #C0E3FC 			cart rows
very light #e9f4fc 		review background

PURPLES
very dark #730099		logo
dark #6678B1			table headers
medium #666699			table text
light #D9D1F6			product bars
very light #EFEFEF		table rows

YELLOWS
light #FFEEB2			buy form
medium #FFD33C			prices
dark #ff9a00			offers
*/


@font-face 			{font-family: segoepr; src: url(https://www.lincolncrafts.com/css/fonts/segoepr.ttf); font-display: swap;}

*				{margin: 0px; padding: 0px;}

body 				{background: #fff;}
a				{color: mediumblue; text-decoration: none;}
a:hover				{color: dodgerblue; text-decoration: underline;}
a:active				{color: red;}
a:focus				{}

#container	{background: white; border-top-left-radius: 10px; border-top-right-radius: 10px;}

h1 {color: #333; font-family: "Trebuchet MS", Helvetica, sans-serif;}
h2 {color: #333; font-family: "Trebuchet MS", Helvetica, sans-serif;}
h3 {color: #333; font-family: "Trebuchet MS", Helvetica, sans-serif;}
h4 {color: #333; font-family: "Trebuchet MS", Helvetica, sans-serif;}

/* NEW */

.header				{background-color: #232f3e; padding-bottom: 2px;}
.header	.top			{display:block;}
.header	.bottom			{display:block;}

.header	.main_left		{display:inline-block; width:54%;}
.header	.quick_right		{display:inline-block; width:45%; text-align:right; vertical-align:top;}
.header	.buttons-left		{display:inline-block; width:54%;}
.header	.buttons-right		{display:inline-block; width:45%; text-align:right;}

.header .logo			{margin-left: 10px; display:inline-block; text-decoration: none; vertical-align: middle;}
.header .logo .title		{font-family: segoepr, "Comic Sans MS", serif; font-size: 2em; color: #ffffff; height: 60px; line-height: 60px;}
.header .logo .com		{font-family: arial; font-size: 1.2em; color: #eeeeee; position: relative; left: -65px; top: 15px;}
.header .logo .underline	{background-color: darkslateblue; height:3px; width: 8em; display: block; position: relative; left: 0px; top: -9px;}

.header	.drop_down_button		{position: relative; vertical-align: middle; height: 35px; text-align: left; font-family: arial, sans-serif; padding: 5px 5px 0px 5px; display: inline-block; text-decoration: none; width: 8em; border: solid 1px #232f3e; border-radius: 5px;}
.header	.drop_down_button:hover		{cursor: context-menu; border: solid 1px #999999;}
.header	.drop_down_button .text		{color: #cccccc; display: block; font-size: 0.8em}
.header	.drop_down_button .action	{color: #ffffff; text-decoration: none; display: inline-block; font-weight: bold;}
.header	.drop_down_button .arrow	{display: block; float: right; position: relative; top: 5px; left: -4px; border:solid 6px rgba(0,0,0,0); border-top: solid 6px #999999; height:6px; width: 0px;}

.header	.basket				{position: static; vertical-align: middle; background-image: url('https://www.lincolncrafts.com/css/images/basket.png'); background-repeat: no-repeat; background-position: 10px 10px;}
.header	.basket-quantity		{line-height: 1em; color: red; display: block; font-weight: bold; position: relative; left: 12px; top: 2px; width: 2em; text-align: center;}
.header	.basket-text			{text-decoration: none; color: #ffffff; position: relative; top: -1px; left: 50px; display: inline-block; font-weight: bold;}

.header	.search				{margin-left:5px; padding: 3px 15px 3px 15px; border: inset 1px #cccccc; border-radius: 20px; background: #ffffff; display: inline-block; vertical-align: middle; height:25px;}
.header	.search	form			{}
.header	.search	label			{display: inline-block;}
.header	.search	input			{height: 25px; line-height: 25px; font-size: 18px; border: none; border-right: dotted 1px #cccccc; outline: 0; width:11em;}
.header	.search	input:focus		{border: none; border-right: dotted 1px #aaaaaa; outline: 0;}
.header	.search	input:focus::-webkit-input-placeholder	{color: #ffffff;}
.header	.search	input:focus::-moz-placeholder 		{color: #ffffff;}
.header	.search	button			{vertical-align: top; border: none; background: transparent; cursor: pointer; height:27px; width:35px;}
.header	.search button:focus		{border: none; outline: 0;}
.header	.search	button span		{display: inline-block; background-image: url('https://www.lincolncrafts.com/css/images/search.png'); background-repeat: no-repeat; background-position: center center; height:27px; width:35px;}

.header	.quick_checkout			{display:inline-block; color: #ffffff; font-family: arial, sans-serif; padding: 10px 40px 0px 5px;}
.header	.quick_checkout b		{display:inline-block; font-size: 2.5em; font-weight: normal;}
.header	.quick_checkout div		{display:inline-block; color: #cccccc; vertical-align: top; font-size: 0.9em; padding: 0.5em 0 0 5px;}
.header	.quick_checkout div em		{display:block; font-style: normal;}
.header	.quick_checkout div span	{display:block; text-align:right;}

.header	.quick_shipping			{display:inline-block; color: #ffffff; font-family: arial, sans-serif; padding: 10px 40px 0px 5px;}
.header	.quick_shipping b		{display:inline-block; font-size: 2.5em; font-weight: normal;}
.header	.quick_shipping div		{display:inline-block; color: #cccccc; vertical-align: top; font-size: 0.9em; padding: 0.5em 0 0 5px;}
.header	.quick_shipping div em		{display:block; font-style: normal;}
.header	.quick_shipping div span	{display:block; text-align:right;}

.header	.links				{display:inline-block; padding: 20px 20px 2px 20px; vertical-align: middle;}
.header	.links a			{margin: 0 10px 0 10px; font-size: 13px; color: #cccccc; text-decoration: none; font-family: arial,sans-serif;}
.header	.links a:hover			{text-decoration: underline;}
.header	.links				{}

.cart_container_full 					{font-family: "Trebuchet MS", Helvetica, sans-serif; margin: 0 10%; width:80%; color: rgb(68,68,136); box-shadow: 0 0 5px #999; background:white;}
.cart_in_page 					{box-shadow: none; margin: 0%; width:100%;}
.cart_container_full table				{color: rgb(68,68,136); font-family: "Trebuchet MS", Helvetica, sans-serif; table-layout: auto; width:100%; border-collapse:collapse; text-align: left; text-transform: capitalize;}
.cart_container_full table th 				{text-align:left; letter-spacing: 1px; text-transform: uppercase; padding: 1% 1%; font-size:1em; color: rgb(99,68,68); background-color: rgb(237,237,237);}
.cart_container_full table th.value_head		{text-align:right;}
.cart_container_full table tr				{border-bottom: solid 1px #cccccc;}
.cart_container_full table td				{padding: 1% 1%; vertical-align: middle; min-width: 20px;}
.cart_container_full table td a				{border: none; text-decoration: none; color: rgb(68,68,136);}
.cart_container_full table td img.image			{height: 80px;}
.cart_container_full table tr:nth-child(2n+2)		{background-color: none;}
.cart_container_full table td.value			{text-align: right;}
.cart_container_full table td.value span		{color: red;}	
.cart_container_full table .title			{text-align:right;}
.cart_container_full table .title form			{display:inline;}
.cart_container_full table .sub_total_row		{border-top: solid 1px #0076C9;}
.cart_container_full table .discount_row		{}	
.cart_container_full table .discount_row input		{width:60%; max-width:120px;}	
.cart_container_full table .shipping_row 		{}
.cart_container_full table .shipping_row select		{width:60%; max-width:150px; font-size: 1em;}
.cart_container_full table .shipping_row label span	{margin: 0px 10px;}
.cart_container_full table .total_row 			{font-size:1em; color: rgb(99,68,68); background-color: rgb(237,237,237);}
.cart_container_full table .more_info			{width:18px; border:none;}
.cart_container_full table .inc_dec_del			{border:none; vertical-align: middle;}
.cart_container_full table .change_quantity		{display: inline;}
.cart_container_full table .change_quantity input		{width:40%; max-width:30px; margin:0 2%; text-align:center;}
.cart_container_full .empty				{padding: 20px 20px 20px 20px;}

.drop_down_button .cart_container_full 		{z-index: 99999; left: -9999px; position: absolute; opacity: 0; transition: opacity 500ms ease-out 0s, left 0ms ease-out 500ms; -webkit-transition: opacity 500ms ease-out 0s, left 0ms ease-out 500ms;}
.drop_down_button:hover .cart_container_full 	{left: 0px; position: absolute; opacity: 1; transition: opacity 500ms ease-out 0s, left 0ms ease-out 0s; -webkit-transition: opacity 500ms ease-out 0s, left 0ms ease-out 0s;}

.drop_down_button .dropdown_items 		{z-index: 9999; left: -9999px; position: absolute; opacity: 0; background: #ffffff; border:solid 1px #444444; padding: 10px 10px; border-radius: 3px; transition: opacity 500ms ease-out 0s, left 0ms ease-out 500ms; -webkit-transition: opacity 500ms ease-out 0s, left 0ms ease-out 500ms;}
.drop_down_button:hover .dropdown_items 	{left: 0px; position: absolute; opacity: 1; transition: opacity 500ms ease-out 0s, left 0ms ease-out 0s; -webkit-transition: opacity 500ms ease-out 0s, left 0ms ease-out 0s;}

.header	.list_menu					{width:180px; text-align: left;}
.header	.list_menu ul				{margin: 0; padding: 0; list-style-type: none;}
.header	.list_menu ul li				{padding: 0px 0px; background-image: url('https://www.lincolncrafts.com/css/images/arrow.png'); background-repeat: no-repeat; background-position: right 5px;}
.header	.list_menu ul li:hover				{background-image: url('https://www.lincolncrafts.com/css/images/arrow2.png');}
.header	.list_menu ul li a				{display: block; padding: 2px 20px 2px 0; font-family: arial,sans-serif; color: #444444; font-size: 14px; text-decoration: none; text-transform: capitalize;}
.header	.list_menu ul li a:hover			{font-weight:bold;}
.header	.list_menu ul li a.indent			{text-indent:10px;}
.header	.list_menu ul li.divide				{padding-top: 5px; background-position: right 10px; margin-top: 5px; border-top: solid 1px #eeeeee}
.header	.list_menu ul li.bold				{}

.header	.login_register				{width:180px; text-align: center;}
.header 	.drop_down_button:hover .login_register	 	{left: -60px;}
.header	.login_register	a.button			{font-family: arial,sans-serif; font-size: 14px; display: inline-block; text-decoration: none; color: #444444; padding: 1px 6px; text-align: center; border: 1px outset #cccccc; background-color: #eeeeee; border-radius: 5px; width:98%; padding:10px 0px;}
.header	.login_register	a.button:hover			{border: 1px outset #cccccc; background-color: #dddddd;}
.header	.login_register	a.button:active			{border: 1px outset #cccccc; background-color: #bbbbbb;}
.header	.login_register	p.register			{border-bottom: solid 1px #eeeeee; text-align: left; padding-bottom: 5px; margin: 5px 0; font-family: arial,sans-serif; font-size: 14px;}
.header	.login_register	p.register a			{color: #0055aa; text-decoration: none;}
.header	.login_register	p.register a:hover		{text-decoration: underline;}
.header	.login_register					{width:180px;}


/* OLD */

.body_container {background: none;}

.main 			{width: 96%; font-family:arial, sans-serif; padding: 10px 2% 0 2%; min-height: 600px;}
.misc_content		{font-family: "Trebuchet MS", Helvetica, sans-serif; margin: 20px 50px; text-align: justify;}

.standard_page			{padding: 10px; min-height: 100%;}
.standard_page p		{padding:5px 0;}
.page_ad			{text-align: center;}

.page_intro 			{margin: 0 auto 20px auto; padding:10px 0 20px 0; width: 99%; min-height: 200px; border-radius: 10px; box-shadow: inset 0 0 20px #fff; border:solid 1px #eee;  background-repeat: no-repeat; background-position: center center; background-size: cover;}
.page_intro .text 		{font-size: 15px; line-height: 130%; font-family: arial, sans-serif; margin: 10px; width:70%; padding: 10px; color:#444; background: #fff; background: rgba(255,255,255,0.85); border-radius:5px; box-shadow: 0px 0px 5px #fff;  font-family: "Trebuchet MS", Helvetica, sans-serif;}
.page_intro .text h1		{text-transform:capitalize; font-size: 30px; line-height: 100%; color:#444; text-shadow: 1px 1px #aaa; letter-spacing: 0px; font-family: "Trebuchet MS", Helvetica, sans-serif;}
.page_intro .text h2		{color:#444; font-weight:bold; font-size: 16px; text-transform:capitalize; font-family: "Trebuchet MS", Helvetica, sans-serif;}
.inactive			{display:none;}
.active				{display:inline;}
.big_description		{margin: 0 20px 30px 20px; font-family: "Trebuchet MS", Helvetica, sans-serif;}
.big_description p		{margin: 20px 0;}
.big_description h2		{margin: 0 0 10px 0; font-family: "Trebuchet MS", Helvetica, sans-serif;}

.breadcrumbs		{font-family: "Trebuchet MS", Helvetica, sans-serif; display:block; color: #777; font-size:1em; margin: 0px 0.5% 10px 0.5%;}
.breadcrumbs div		{display:inline; margin: 0px 5px 0px 0px; }
.breadcrumbs a		{display:inline; padding: 0px 5px 0px 0px; text-decoration: none; color: #777; text-transform: capitalize; font-weight:bold;}
.breadcrumbs a:hover	{color: #444;}

.menu_items_container			{display: block; margin: 0px auto; width: 99%; text-align:justify; text-align-last: justify;}
.menu_container				{width: 23%; min-width: 180px; max-width: 250px; display: inline-block; margin: 0px 0px 25px 0px; border-radius: 5px; box-shadow: 1px 1px 1px #aaa, inset 0 0 5px #fff; background-repeat: no-repeat; background-position: center center; background-size: cover; text-align: left; text-align-last: left;}
.menu_container:hover			{box-shadow: 1px 1px 1px #666;}
.menu_container h2			{font-size:22px; text-shadow: 1px 1px #aaa;}
.menu_container h2 a			{display: block; text-decoration: none; padding-top: 250px;}
.menu_container h2 a span		{color:#444444; height:30px; text-overflow: ellipsis; white-space:nowrap; overflow:hidden; line-height:30px; padding: 10px 5px; display: block; font-size: 0.9em; letter-spacing: 1px; background-color: #ffffff; background-color: rgba(255,255,255,0.7); font-family: arial, sans-serif; text-transform: capitalize; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px;}
.menu_container h2 a:visited 		{color:#444444;}
.menu_container h2 a:hover	 	{color:#444444;}

.spacer_span				{float:left; display:block; clear:both; height:30px;}

.prod_list_container			{display: block; margin: 0px auto; width: 99%;}
.prod_list_container .page_ad		{margin-top:30px;}

.prod_container 				{width:100%; display:block; padding: 10px 0 10px 0; border-bottom: dotted 1px #dddddd; margin-bottom:5px;}
.prod_container a.pic 				{display:inline-block; width:38%; max-width: 230px; margin: 0 1%;}
.prod_container a.pic img 			{max-width: 200px; width:98%; padding: 3px 1%;}
.prod_container .text 			{display:inline-block; vertical-align: top; padding: 1%; width: 58%; color: #444; }
.prod_container .text h2	 		{font-size:1em; font-family: "Trebuchet MS", Helvetica, sans-serif;}
.prod_container .text h2 a 			{font-size: 1.3em; text-transform:capitalize;}
.prod_container .text h2 a:hover		{}
.prod_container .text p				{vertical-align: top; padding: 0px; font-size: 1em; line-height: 22px; font-family: "Trebuchet MS", Helvetica, sans-serif; max-height:66px; text-overflow: ellipsis; overflow:hidden;}
.prod_container .text .left			{margin-top: 10px; display: inline-block; width: 40%;}
.prod_container .text .left .price 		{font-weight:bold; display:block; line-height:30px; font-size: 1.3em; color: #444; font-family: "Trebuchet MS", Helvetica, sans-serif;}
.prod_container .text .left .save		{color: red;}
.prod_container .text .right			{margin-top: 10px; border-left: dotted 1px #dddddd; vertical-align: top; display: inline-block; width: 54%; padding-left: 5%;}
.prod_container .text .right .instock 		{padding: 0 30px 0 0; display: inline-block; line-height:30px; background-image: url('https://www.lincolncrafts.com/css/images/in_stock.gif'); background-position: center right; background-repeat: no-repeat;}
.prod_container .text .right .outstock		{padding: 0 30px 0 0; display: inline-block; line-height:30px; background-image: url('https://www.lincolncrafts.com/css/images/out_stock.gif'); background-position: center right; background-repeat: no-repeat;}
.prod_container .text .right .variations 	{padding: 0 0 0 110px; line-height:30px; background-image: url('https://www.lincolncrafts.com/css/images/variations.png'); background-position: center left; background-repeat: no-repeat; text-overflow: ellipsis; white-space:nowrap; overflow:hidden;}
.prod_container .text .right .variations a	{color:#444; text-decoration:none;}

.prod_container_grid		{vertical-align: top; display: inline-block; width: 19.8%; border: solid 1px #eeeeee; margin: -1px -1px 0px 0px;}
.prod_container_grid img		{margin:10px 5%; width:90%; border:none; display: inline-block;}
.prod_container_grid h2		{font-family: "Trebuchet MS", Helvetica, sans-serif; font-size: 16px; font-weight: normal; margin: 0px 10px; padding: 0px;}
.prod_container_grid h2 a		{display: block;}
.prod_container_grid h2 a:hover	{}
.prod_container_grid h2 a span	{height: 40px; display: block; color: #444444; text-overflow: clip; overflow: hidden;}
.prod_container_grid > div		{height: 40px; color: #444444; font-family: "Trebuchet MS", Helvetica, sans-serif; font-weight: bold; margin: 5px 10px 5px 10px; padding: 0px;}
.prod_container_grid > div div		{}
.prod_container_grid > div div .save	{color: red;}

.product_container			{margin-top: 30px; font-family: "Trebuchet MS", Helvetica, sans-serif; color: #444444;}
.product_container > .left		{display: inline-block; width: 27%; margin: 0px 2% 0px 0px; vertical-align: top;}
.product_container > .middle		{display: inline-block; width: 37%; margin: 0px 2% 0px 0px; vertical-align: top;}
.product_container > .right		{display: inline-block; width: 32%; margin: 0px 0px 0px 0px; vertical-align: top;}

.product_container .left .pic 				{display: block; cursor: all-scroll; border: none 1px #dddddd; background-image: url("images/holder.png"); background-repeat: no-repeat; background-position: center center;}
.product_container .left .pic img 			{display: block; border:none; width: 98%; margin:3px 1%; text-transform: capitalize;}
.product_container .left .title 				{display: block; margin:10px 1%; font-size: 1em; font-weight:normal;}
.product_container .left .gallery 				{display: block; margin:3px 1% 10px 1%; width: 98%;}
.product_container .left .gallery > div			{display: inline-block; border:solid 1px white; border-radius:3px; width:32%; max-width:100px;}
.product_container .left .gallery > div:hover		{border:solid 1px #cccccc;}
.product_container .left .gallery > div	a		{display: inline-block; width:100%;}
.product_container .left .gallery > div	a img		{display: inline-block; width:100%; vertical-align: middle;}
.product_container .left .gallery > div.inactive 		{display: none;}
.product_container .left .gallery > div.active		{}
.product_container .left .gallery > div.primary		{border:solid 1px orange;}
.product_container .left .video_gallery				{border-top: dotted 1px #cccccc; padding-top: 10px;}
.product_container .left .video_gallery > div			{position:relative;}
.product_container .left .video_gallery > div a .main_image		{opacity:0.3;}
.product_container .left .video_gallery > div a .play_image		{position:absolute; top:0px; left:0px; opacity:0.9;}
.product_container .left .video_gallery > div a:hover .play_image	{opacity:1;}

.product_container .middle .details			{margin: 20px 0px 0px 0px; font-size: 16px;}
.product_container .middle .details strong			{display:inline-block; margin-right:2%; text-align:left;}
.product_container .middle .details a			{display:inline-block; text-decoration: none;}
.product_container .middle p				{text-align: justify; font-size: 1em; line-height: 1.2em; font-family: "Trebuchet MS", Helvetica, sans-serif; padding: 0;}
.product_container .middle header 			{text-transform:capitalize; font-weight:bold; margin-bottom:5px;}
.product_container .middle h1 				{font-size: 1.5em; font-weight: normal; border-bottom: none 1px #ccc; font-family: "Trebuchet MS", Helvetica, sans-serif;}
.product_container .middle h2 				{font-size: 1.2em; font-weight: normal; border-bottom: none; font-family: "Trebuchet MS", Helvetica, sans-serif;}
.product_container .middle a				{}
.product_container .middle a:hover			{}
.product_container .middle ul.value_proposition		{font-weight: normal; font-size: 1em; text-transform: capitalize; margin:30px 0 30px 20px; font-family: "Trebuchet MS", Helvetica, sans-serif;}
.product_container .middle ul.value_proposition li		{margin: 5px 0px;}
.product_container .middle ul.value_proposition li.more_info	{list-style-type: none;}
.product_container .middle .gallery_small 			{display: block; width: 98%; margin: 30px 1% 10px 1%; padding-bottom: 10px; border-bottom: dotted 1px #cccccc; padding-top: 10px; border-top: dotted 1px #cccccc;}
.product_container .middle .gallery_small h2		{display: block; margin-bottom: 5px;}
.product_container .middle .gallery_small > div		{display: inline-block; border:solid 1px white; width:19%; border-radius:3px; max-width:80px;}
.product_container .middle .gallery_small > div:hover	{border:solid 1px #aaaaaa;}
.product_container .middle .gallery_small > div a		{display: inline-block; width:100%;}
.product_container .middle .gallery_small > div a img	{display: inline-block; width:100%; vertical-align: middle; border-radius:3px;}

.product_container .right .buy_form				{font-family: "Trebuchet MS", Helvetica, sans-serif; margin: 20px 0px 20px 0px;}
.product_container .right .buy_form fieldset			{margin: 0px auto; padding: 30px 10px; background: #efefef; border-radius:5px; border: solid 1px goldenrod;}
.product_container .right .buy_form label			{display: inline-block; width:100%; margin:0 0 5px 0;}
.product_container .right .buy_form label span			{height:30px; font-size: 1.2em; display: inline-block; width:25%; margin-right:5%; text-align:right; font-weight:bold; color:#444; line-height:30px;}
.product_container .right .buy_form label select		{width:70%; max-width:250px; height:30px; font-size: 1.1em; color: #000000; background: #ffffff;}
.product_container .right .buy_form label option:disabled	{color: #cccccc;}
.product_container .right .buy_form label.quantity input	{text-align: center; width: 30%; height:28px; font-size: 1.2em; border: solid 1px #aaaaaa;}
.product_container .right .buy_form button			{display:block; margin: 10px auto 10px auto; font-weight: bold; font-size: 1em; border-radius: 3px; border:none; box-shadow: 1px 1px 2px #00509d; width: 90%; max-width: 250px; padding-top: 10px; padding-bottom: 10px; color:white; background: #00509d; background: linear-gradient(0deg, #00509d 0%, #0079bc 100%);}
.product_container .right .buy_form button:hover		{background: #00509d; cursor: pointer;}
.product_container .right .buy_form button:active		{position:relative; top: 1px;}
.product_container .right .buy_form #ajax_container		{display: block; padding: 3px 3px 1px 10px;}
.product_container .right .buy_form #ajax_container span	{height:30px; font-size: 1.2em; display: inline-block; width:25%; margin-right:5%; text-align:right; font-weight:bold; color:#444; line-height:30px;}
.product_container .right .buy_form #ajax_container img		{border:none; vertical-align: middle; height:25px; line-height:30px; cursor:pointer; margin-left:15px; position:relative; bottom:3px;}
.product_container .right .buy_form #ajax_price			{font-size: 1.2em; display: inline; width: 75px; font-weight:bold;}
.product_container .right .buy_form #ajax_price .little		{font-size: 12px; line-height:10px; display:inline;}
.product_container .right .price 			{border-radius: 3px; padding: 0px; display: block; text-transform:capitalize; font-family: "Trebuchet MS", Helvetica, sans-serif; font-size: 2em; font-weight:normal; color: #444;}
.product_container .right .price span 			{color: #444;}
.product_container .right .price_img			{width:20px; position:relative; left:10px; top:4px; border:none;}
.product_container .right a			{}
.product_container .right a:hover		{}
.product_container .right .sale_title		{display: block; text-transform: capitalize; font-weight:bold; margin-bottom: 20px;}
.product_container .right .sale			{color:#444; font-size:1.5em;  display: block;}
.product_container .right .save			{color: red;}
.product_container .right p.variations 		{}
.product_container .right p.variations a		{}
.product_container .right p.variants			{margin:10px 0; padding:5px; display:inline-block; background: #eee; border:solid 1px #999; border-radius: 3px;}
.product_container .right p.variants strong		{width: 80px; display: inline-block; text-align: right; padding-right:10px;}
.product_container .right p.variants span		{width: 80px; display: inline-block;}
.product_container .right em.instock 			{padding: 0 30px 0 0; display: inline; background-image: url('https://www.lincolncrafts.com/css/images/in_stock.gif'); background-position: center right; background-repeat: no-repeat;}
.product_container .right em.outstock			{padding: 0 30px 0 0; display: inline; background-image: url('https://www.lincolncrafts.com/css/images/out_stock.gif'); background-position: center right; background-repeat: no-repeat;}

.product_container .left_middle 			{width: 66%; margin: 0px 2% 0px 0px; display: inline-block; vertical-align: top;}

.product_container .left_middle .description		{margin:100px 0px 0px 0px;}
.product_container .left_middle .description h2		{font-size: 1.2em; background: #eeeeee; padding: 5px 5px;}
.product_container .left_middle .description p		{padding: 5px 5px;}
.product_container .left_middle .description .description_html	{margin: 10px 0px; padding: 5px 5px;}
.description_html table				{width:100%; text-align:left;}
.description_html ul					{margin-left: 20px;}
.description_html table caption				{font-size:1.2em; padding: 5px 5px; font-weight: bold; text-align:left; background: #eeeeee;}
.description_html table tr				{}
.description_html table tr:nth-child(2n+2)			{background: #fff;}
.description_html table th				{border-bottom: solid 1px #dddddd; padding: 5px 2px;}
.description_html table td				{border-bottom: solid 1px #dddddd; padding: 0px 2px;}

.product_container .left_middle .video			{margin:100px 0px 0px 0px;}
.product_container .left_middle .video h2			{font-size: 1.2em; background: #eeeeee; padding: 5px 5px;}
.product_container .left_middle .video p 			{padding: 5px 5px;}
.product_container .left_middle .video_box		{min-height: 400px; padding: 20px 0px; border-radius: 10px; background: black; margin-top: 10px; background-image: url('https://www.lincolncrafts.com/css/images/play.png'); background-position: center center; background-repeat: no-repeat; cursor: pointer;}
.product_container .left_middle .video_box iframe		{margin: auto; width: 100%; display: none;}

.product_container .left_middle .reviews				{margin:100px 0px 0px 0px;}
.product_container .left_middle .reviews h2			{font-size: 1.2em; background: #eeeeee; padding: 5px 5px;}
.product_container .left_middle .reviews > p			{padding: 5px 5px;}

.product_container .left_middle .variations				{margin:100px 0px 0px 0px;}
.product_container .left_middle .variations h2				{font-size: 1.2em; background: #eeeeee; padding: 5px 5px;}
.product_container .left_middle .variations table			{width:100%; border-collapse:collapse; margin: 20px 0px;}
.product_container .left_middle .variations tr				{width:100%;}
.product_container .left_middle .variations tr:nth-child(2n)		{background: #efefef;}
.product_container .left_middle .variations tr td			{text-overflow: ellipsis; overflow: hidden; padding: 2px 1%; text-transform: capitalize; font-size: 1em;}
.product_container .left_middle .variations tr td.centre		{text-align:center;}
.product_container .left_middle .variations tr th			{padding: 10px 1%; border-bottom: solid 1px #444; font-size: 1.2em; color: #444444; text-align: left; text-transform: capitalize;}
.product_container .left_middle .variations tr th select		{width:100%; border:none; font-size: 16px; padding: 2px 0px; color: #444444; text-align: left; text-transform: capitalize; font-family: arial; font-weight:bold;}
.product_container .left_middle .variations tr td a.product		{border:none;}
.product_container .left_middle .variations tr td a.product img		{max-width:60px; border: none;}
.product_container .left_middle .variations tr td input			{width: 30px; padding:2px 0px; margin:0 5px 0 0; text-align:center;}
.product_container .left_middle .variations tr td button		{display: inline-block; margin: 0px 0px 0px 0px; font-weight: bold; font-size: 1em; border-radius: 3px; border:none; box-shadow: 1px 1px 2px #00509d; padding: 3px 5px; color:white; background: #00509d; background: linear-gradient(0deg, #00509d 0%, #0079bc 100%);}
.product_container .left_middle .variations tr td button:hover		{background: #00509d; cursor: pointer;}
.product_container .left_middle .variations tr td button:active		{position:relative; top: 1px;}
.product_container .left_middle .variations em.instock 			{padding: 0 25px 0 0; display: inline; background-image: url('https://www.lincolncrafts.com/css/images/in_stock.gif'); background-position: center right; background-repeat: no-repeat;}
.product_container .left_middle .variations em.outstock			{padding: 0 25px 0 0; display: inline; background-image: url('https://www.lincolncrafts.com/css/images/out_stock.gif'); background-position: center right; background-repeat: no-repeat;}

.product_container .left_middle .partners				{margin:80px 0px 0px 0px; min-height: 400px;}
.product_container .left_middle .partners h2			{font-size: 1.2em; background: #eeeeee; padding: 5px 5px;}
.product_container .left_middle .partners .page_ad			{margin-top: 50px;}

.shipping			{padding: 5px; border: solid 1px #cccccc; font-family: "Trebuchet MS", Helvetica, sans-serif; }
.shipping .intro		{font-size: 1.1em; background-image: url("images/shipping_truck.png"); background-repeat: no-repeat; background-position: left center; min-height: 70px; padding-left: 170px;}
.shipping .countdown	{font-size: 1.2em; background-color: yellowgreen; margin: 5px 0px 0px 0px; padding: 5px 0px; text-align: center; min-height:1.2em;}
.shipping .proposition	{font-size: 1em; text-align: left; padding:20px 0px; margin-bottom:5px; border-bottom: 1px dotted #cccccc;}
.shipping .proposition strong	{font-size: 1.2em; margin-left:10px; font-weight: normal;}
.shipping .disclaimer		{font-size: 0.9em; text-align: left;}

.product_container .right .social_promotion			{margin:100px 0px 0px 0px; min-height: 550px;}
.product_container .right .social_promotion h2			{font-size: 1.2em; background: #eeeeee; padding: 5px 5px; margin-bottom: 20px;}

.product_container .right .specification				{margin:100px 0px 0px 0px;}
.product_container .right .specification h2				{font-size: 1.2em; background: #eeeeee; padding: 5px 5px;}
.product_container .right .specification table			{width: 100%;}
.product_container .right .specification table td			{padding: 5px; text-transform: capitalize;}
.product_container .right .specification table tr:nth-child(2n)		{background: #efefef;}

.product_container .right .faqs					{margin-top:70px;}
.product_container .right .faqs h2				{font-size: 1.2em; background: #eeeeee; padding: 5px 5px;}
.product_container .right .faqs div.question_form			{min-height: 500px;}

.product_container .right .partners				{margin:20px 0px 0px 0px; min-height: 400px;}
.product_container .right .partners h2				{font-size: 1.2em; background: #eeeeee; padding: 5px 5px;}
.product_container .right .partners .page_ad			{margin-top: 50px;}

.product_container .other_items				{margin: 100px 0px 0px 0px;}
.product_container .other_items > h2				{font-size: 1.2em; background: #eeeeee; padding: 5px 5px;}
.product_container .other_items h3				{font-size: 1.2em; padding: 5px 5px;}

.product_container .socials 					{margin: 10px 5px;}
.product_container .socials a	 				{margin: 5px 15px 0px 0px;}
.product_container .socials a img				{border:none; height:26px;}

.product_container .item_promotion				{margin: 100px 0px 0px 0px;}
.product_container .item_promotion > h2				{font-size: 1.2em; background: #eeeeee; padding: 5px 5px;}
.product_container .item_promotion span				{font-size: 1em;}
.product_container .item_promotion strong			{font-size: 1.2em;}

.product_container > .partners		{margin:80px 0px 0px 0px; min-height: 400px;}
.product_container > .partners h2	{font-size: 1.2em; background: #eeeeee; padding: 5px 5px;}
.product_container > .partners .page_ad	{margin-top: 20px;}

.related_products			{margin-top: -1px; padding: 30px 0px; border-bottom: 1px solid #cccccc; min-height: 100px;}
.related_products a			{display:block; }
.related_products a img		{display:inline-block; width:25%; border:none; max-width: 100px; vertical-align: middle;}
.related_products a span		{display:inline-block; width:70%; padding-left:5%; vertical-align: middle; text-transform: capitalize;}

.scroll_box_horizontal		{width: 100%; margin: 10px 0;}
/*.scroll_box_fade			{pointer-events:none; z-index: 1; height:305px; position: absolute; display: block; width: 100%; background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 80%, rgba(255,255,255,1) 100%);}*/
.scroll_box_container		{z-index: 0; position:relative; overflow:hidden; height:340px; width:78%; display: inline-block;}
.prod_list_scroll			{text-align:left; transition-property: left; transition-duration: 250ms; transition-timing-function: ease-out; transition-delay: 0s; width:4000px; position:relative; left:0px; padding: 1px; margin:0px; }

.scroll_left				{cursor: pointer; float:left; width:8%; margin: 105px 2% 105px 0px; padding: none; height:100px; display: inline-block; text-align: center; border:none; background:none;}
.scroll_left span			{height: 20px; width: 15px; display: inline-block; background-image: url('https://www.lincolncrafts.com/css/images/arrows.png'); background-repeat: no-repeat; background-position: -1px 0px;}
.scroll_left:hover span		{background-position: -16px 0px;}

.scroll_right			{cursor: pointer; float:right; width:8%; margin: 105px 0px 105px 2%; padding: none; height:100px; display: inline-block; text-align: center; border:none; background:none;}
.scroll_right span			{height: 20px; width: 15px; display: inline-block; background-image: url('https://www.lincolncrafts.com/css/images/arrows.png'); background-repeat: no-repeat; background-position: -31px 0px;}
.scroll_right:hover span		{background-position: -46px 0px;}

@keyframes myfade {
	0% 	{opacity: 0;}
	100% 	{opacity: 1;}
}
@-webkit-keyframes myfade {
	0% 	{opacity: 0;}
	100% 	{opacity: 1;}
}

#image_background			{padding:0px; height:100%; text-align:center; width:100%; background-color: rgba(17,17,17,0.8); position: fixed; top: 0px; left: 0px; z-index:9000; animation: myfade 1s 1; -webkit-animation: myfade 1s 1;}
#image_container			{height:100%; display:inline-block; margin: 0 20%; z-index:9001;}
#image_container img			{height:98%; margin:2% 0 0 2%; border:solid 3px #111; border-radius:30px; z-index:9002;}
#image_container a			{display:block; border:solid 1px #111; border-radius:30px; background: rgba(255,255,255,0.8); width:40px; height:40px; position:absolute; text-align:center; line-height:40px; font-family: arial, sans-serif; font-size: 24px; color:#000; cursor:pointer; }
#image_container a:hover		{background: rgba(255,255,255,1);}

#switch_header  			{position:relative; top: 1px; list-style-type: none; padding: 0px; margin: 50px 0 0 10px;}
#switch_header li 			{display: inline; margin: 0 1px;}
#switch_header a 			{position:relative; z-index: 0; display: inline-block; padding: 8px 15px; background: #f3f3f3; font-size: 1em; text-decoration: none; color: #444; border-top-right-radius:5px; border-top-left-radius:5px; box-shadow: inset 0 5px 4px -6px #444,  inset 5px 0 4px -6px #444,  inset -5px 0 4px -6px #444;}
#switch_header a.active			{font-weight: bold; position:relative; z-index: 3; background: #ffffff;}

#switch_box					{position:relative; z-index: 2; padding: 30px 5px 20px 5px; background:#ffffff; border-top: solid 1px #ddd; text-align:center;}
#switch_box > div,
#switch_box > section > div			{display:none; margin-bottom: 30px;}
#switch_box .active				{display:block;}
.text_box					{background: #ffffff; text-align: left; padding:10px; font-family: arial, sans-serif; margin:10px;}

.variation_box				{background: #fff; border: 1px solid #ddd; text-align: center; padding:5px; margin:10px;}

.faqs_box 			{margin: 15px 0px 15px 0px; padding: 15px 0px; border-bottom: 1px dotted #dddddd;}
.faqs_box .question			{font-weight: bold; min-height:30px; margin-bottom: 5px;}
.faqs_box .answer			{min-height:30px;}
.faqs_box .question span,
.faqs_box .answer span		{font-size: 2em;}
.faqs_box p			{display: inline; padding: 0px 0px 10px 0px;}
.faqs_box a			{display: block;}

.gallery_box				{}
.gallery_box a				{display: inline-block; background: #fff; margin: 0.5%; line-height: 100px; height:100px; border: solid 1px #ccc; padding: 0.5%;}
.gallery_box a:hover			{border: solid 1px #999;}
.gallery_box a img			{vertical-align: middle;}
.gallery_box h4				{margin-bottom:5px; padding-bottom:2px; border-bottom: dotted 1px #999;}

.scaled_gallery_box			{background: #fff; border: 1px solid #ddd; text-align: left; padding: 10px; font-family: arial, sans-serif; margin:10px;}
.scaled_gallery_box p			{text-align: center; font-family: arial, sans-serif; font-style: italic; text-transform:capitalize; padding-top: 10px;}
.scaled_gallery_box h4			{margin-bottom:10px; padding-bottom:2px; border-bottom: dotted 1px #999;}

.review-box			{font-family: "Trebuchet MS", Helvetica, sans-serif; color: #444444; padding-bottom: 30px; margin-bottom: 30px; border-bottom: dotted 1px #dddddd; text-align: left;}
.review-box .intro					{padding: 20px 0px 20px 20%; width: 80%;}
.review-box .intro .score				{display: inline-block; vertical-align: 3px; font-size: 40px; color: orange;}
.review-box .intro .stars				{display: inline-block; vertical-align: 1px; height:40px; width:150px; margin: 0px 20px;}
.review-box .intro .title				{display: inline-block; vertical-align: 6px; font-size: 1.2em; color: #444444;}
.review-box > div					{}
.review-box > div strong				{display: inline-block; width: 15%; padding: 5px 2% 5px 0px; margin: 0px 2% 0px 0px; text-align: right; border-right: solid 1px #444444;}
.review-box > div strong a				{}
.review-box > div strong a:hover			{}
.review-box > div meter				{display: inline-block; vertical-align: middle; width: 65%; height:25px;}
.review-box > div meter::-webkit-meter-bar  		{background: #eeeeee;}
.review-box > div meter::-webkit-meter-optimum-value  	{background: gold; background: -webkit-linear-gradient(top, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 42%, rgba(248,181,0,1) 67%, rgba(251,223,147,1) 100%); border-top-right-radius: 3px; border-bottom-right-radius: 3px;}
.review-box > div em					{display: inline-block; width: 10%; padding: 0px 0px 0px 2%;}

.review_entry_box			{padding-bottom: 30px; margin-bottom: 30px; border-bottom: dotted 1px #dddddd;}
.review_entry_box form		{text-align: right;}
.review_entry_box form label		{margin-left: 30px;}
.review_entry_box form select		{padding: 2px 5px; colour: #000000; background: #ffffff;}
.review_entry_box .review_button	{text-align: center; margin-top:20px;}
.review_entry_box .review_button a,
.review_entry_box .review_button span	{display: inline-block; padding: 10px 20px; border: solid 1px lightsteelblue;}

.review_entry			{font-family: "Trebuchet MS", Helvetica, sans-serif; width:97%; border-radius: 5px; text-align: left; margin: 10px auto; padding: 10px 1% 20px 1%;}
.review_entry .left			{padding: 0px 0px 0px 0%; margin: 0px 0px 0px 0px; width: 65%; display: inline-block;}
.review_entry .left .text		{width: 50%; display: inline-block;}
.review_entry .left .text strong		{display: block; font-size:1.1em; color: #444444; text-transform: capitalize;}				
.review_entry .left .text em		{display: block; font-style: normal; font-size:1em; color: #888888;}	
.review_entry .left .rating		{width: 50%; display: inline-block; vertical-align: top;}			
.review_entry .left p.review		{font-size: 1em; color:#444444; text-align:left; padding: 0.5em 0px; min-height: 3em;}
.review_entry .left p.review:first-letter	{text-transform: capitalize;}
.review_entry .left p.verified		{color:#444444; display: inline-block; width:50%;}
.review_entry .left p.verified em		{padding-right: 30px; background-image: url('https://www.lincolncrafts.com/css/images/answer.png'); background-repeat: no-repeat; background-position: center right; background-size: 1em;}
.review_entry .left p.useful		{color:#444444; display: inline-block; width: 50%; vertical-align: top;}
.review_entry .left p.useful .thumbs_up	{height: 1em; vertical-align: top; cursor:pointer;}
.review_entry .right			{padding: 0px 2% 0px 2%; width: 30%; display: inline-block; vertical-align: top; text-align: left; border-left: dotted 1px #cccccc;}
.review_entry .right p			{text-align: left;}
.review_entry .right img		{border: none}
.review_entry .right a			{text-transform: capitalize;}

.success				{display: block; margin: 10px 0; padding: 10px; border-radius:10px; background:#B8FFB8; text-align:center; font-size: 1em; font-weight: bold;}
.fail				{display: block; margin: 10px 0; padding: 10px; border-radius:10px; background:#FFD9D9; text-align:center; font-size:1em; font-weight: bold;}
.info				{display: block; margin: 10px 0; padding: 10px; border-radius:10px; background:#eeeeee; text-align:center; box-shadow: inset 0 0 5px #aaa; font-size: 1em;}
.no_results			{clear:both; margin: 10px; padding: 10px; border-radius:10px; border: solid 1px #aaa; background:#eee; text-align:center; box-shadow: inset 0 0 10px #ccc; font-size:16px; font-family:arial, sans-serif;}
.admin				{border:solid 1px grey; padding:5px; margin:5px 0;background: #ddd; display:block; border-radius: 5px;}
.admin_link			{color:#222; font-family:arial, sans-serif; font-size:14px; border:solid 1px red; padding:5px 20px; margin:5px; font-weight:bold; background: #ffd9d9; display:inline-block; border-radius: 5px;}

.carosel			{clear:both; padding: 10px 5px; border-radius:10px; background: #f3f3f3; background: linear-gradient(45deg, #ffffff 0%,#ffffff 25%,#f3f3f3 50%,#ededed 55%,#ffffff 75%,#ffffff 100%); /* W3C */ border: solid 1px #dddddd; text-align:center;}
.carosel h3		{font-weight: bold; color:#444; font-size: 18px; font-family: "Trebuchet MS", Helvetica, sans-serif;}
.item_preview		{cursor:pointer; display:inline-block; width: 99%; max-width:106px; text-decoration:none; margin:5px 0.5%; background: #fff; border: solid 1px #ccc;}
.item_preview:hover	{border: solid 1px #999;}
.item_preview span	{display: block; background: #D9D1F6; color: #444; font-family:arial, sans-serif; font-weight:bold; font-size: 12px; width:98%; padding:5px 1%; line-height: 15px; text-overflow: clip; border-top: solid 1px #ccc; text-align:center;}
.item_preview img	{width:98%; max-width: 100px; border:none; padding: 3px 1% 0 1%;}

.prices_table				{font-size: 1.1em; font-family: "Trebuchet MS", Helvetica, sans-serif; margin: 10px 1%; width:98%; color: #669; border-collapse:collapse;}
.prices_table tr			{}
.prices_table tr:nth-child(2n)		{background: #efefef;}
.prices_table tr td			{padding: 10px 5px; text-transform: capitalize; border-bottom: solid 1px #ccc;}
.prices_table tr th			{padding: 10px 5px; border-bottom: solid 2px #6678B1; color: #6678B1; text-align: left; text-transform: capitalize;}
.prices_table tr td a.product		{border:none;}
.prices_table tr td a.product img	{height:50px; border: solid 1px #ddd;}
.prices_table tr td input		{width: 25px; padding:2px; margin:2px;}

.sub_headings 						{color: #444; font-family: arial, sans-serif; font-weight:bold; font-size:18px; padding: 0px; margin: 0px;}

.custom_search_in_page 			{padding:20px 0;}
.custom_search_in_page input		{vertical-align: middle; width: 80%; max-width: 300px; border:solid 1px #4EB4FC; padding: 2px 5px; margin: 0; border-radius:2px; font-size:16px;}
.custom_search_in_page .search_submit 	{vertical-align: middle; border: none; cursor: pointer; background-color: transparent; background-image: url('https://www.lincolncrafts.com/css/images/search_submit.gif'); background-repeat: no-repeat; height: 24px; width: 24px; margin-left: 20px;}

.badge				{display:block; text-align: center; margin: 20px 0; padding: 20px 0; border-left: dotted 1px #999;}
.offer				{display:block; text-align: center; width:100%; margin-bottom:40px; border:none;}

div.information			{width: 100%; border:solid 1px #ddd; box-shadow: 1px 1px 2px #aaa; border-radius: 5px; margin: 20px 0;;
					background-color: #ffffff;	
					background: -moz-linear-gradient(top, #ffffff 30%, #e5e5e5 100%); /* FF3.6+ */
					background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
					background: -webkit-linear-gradient(top, #ffffff 30%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
					background: -o-linear-gradient(top, #ffffff 30%,#e5e5e5 100%); /* Opera 11.10+ */
					background: -ms-linear-gradient(top, #ffffff 30%,#e5e5e5 100%); /* IE10+ */
					background: linear-gradient(to bottom, #ffffff 30%,#e5e5e5 100%); /* W3C */
				}
div.information:hover		{border:solid 1px #ccc;}
div.information a		{display:block; text-decoration:none; color:#777; padding: 10px; font-family: arial, sans-serif; background-size: auto;}
div.information a:hover		{color:#444;}
div.information strong 		{display:block; font-weight:bold; font-size:16px; position:relative; top: 0px; left: 0px;}
div.information span 		{display:block; font-size:14px; position:relative; left: 5px; top: 0px;}

.loading_bar					{width:100%; display:block; text-align: center; margin: 20px 0;}
.loading_bar img				{width:100%; max-width:345px;}

.checkout_page				{padding: 30px 5%;}
.payment_buttons				{margin: 20px 0px;}
.payment_buttons a				{font-size: 25px; display: block; margin: 20px 0px;  padding: 20px; text-align: center; background-color: blue; border:solid 1px black; color:white; text-decoration: none;}
.payment_buttons a:hover			{background-color: darkblue; border:solid 1px black; color:white;}

.checkout_buttons				{width:100%; text-align:center; padding:0px 0px 20px 0;}
.checkout_buttons > strong			{display: block; text-align:left;padding:10px;}
.checkout_buttons a				{color: rgb(68,68,136); text-decoration: none; padding:10px 20px; border-radius:20px; border: none; display:inline-block; box-shadow: 2px 2px 2px #999999; text-align: center;}
.checkout_buttons a:hover			{box-shadow: 1px 1px 1px #666666;}
.checkout_buttons a span			{font-size: 1em; display:block;}
.checkout_buttons a strong			{font-size: 1.5em; display:block; letter-spacing: 3px;}

.checkout_address				{}
.checkout_address .required			{color: var(--highlight-color); font-size:12px;}
.checkout_address fieldset			{display: block; border: none; border-top: dotted 1px #888888; margin-bottom: 50px; max-width: 100%; padding: 0px;}
.checkout_address legend			{font-size: 1.8em; padding: 10px 10px 10px 0px;}
.checkout_address p			{padding: 0px 0px 20px 0px;}
.checkout_address label			{display: block; padding: 5px 3em 5px 0px; max-width: 100%; vertical-align: middle;}
.checkout_address label.fifty			{display: inline-block; vertical-align: middle;}
.checkout_address label.quarter		{display: inline-block; vertical-align: middle;}
.checkout_address label input			{display: inline-block; font-size: 1.2em; text-indent: 10px; max-width: 100%; vertical-align: middle;}
.checkout_address label select			{display: inline-block; font-size: 1.2em; padding: 0px 10px; max-width: 100%; vertical-align: middle;}
.checkout_address label span			{display: inline-block; width: 200px; padding: 0px 0px 5px 0px; vertical-align: middle;}
.checkout_address label.checkbox span		{display: inline-block; vertical-align: middle; width:200px; padding: 0px; margin-right: 20px; font-weight: normal;}
.checkout_address label.checkbox input		{display: inline-block; vertical-align: middle; position: relative;}
.checkout_address .required			{color: red; font-style:normal;}
.checkout_address button			{width: 100%; font-size: 25px; display: block; margin: 20px 0px; padding: 20px; text-align: center; background-color: blue; border:solid 1px black; color:white; text-decoration: none;}
.checkout_address button:hover		{background-color: blue; border:solid 1px black; color:white; cursor: pointer;}

.checkout_payment .failed			{padding: 10px; text-align: center; margin-bottom: 30px; background:linear-gradient(to right, white 0%, var(--ambient-color) 20%, var(--ambient-color) 80%, white 100%); border-top: solid 1px var(--light-color); border-bottom: solid 1px var(--light-color);}
.checkout_payment fieldset			{display: block; border: none; border-top: dotted 1px #888888; margin-bottom: 50px; max-width: 100%; padding: 0px;}
.checkout_payment legend			{font-size: 1.8em; padding: 10px 10px 10px 0px;}
.checkout_payment button.submit		{width: 100%; font-size: 25px; display: block; margin: 20px 0px; padding: 20px; text-align: center; background-color: var(--medium-color); border:solid 1px var(--dark-color); color:white; text-decoration: none;}
.checkout_payment button.submit:hover		{background-color: var(--medium-color); border:solid 1px var(--dark-color); color:white; cursor: pointer;}

.payment-processing			{margin: 50px 0px; font-size: 50px; text-align: center;}
.payment_received				{font-size: 72px; text-align: center; margin: 20px 0px;}

.payment_side					{display: inline-block; width:31%; padding: 30px 0% 30px 1%; vertical-align: top;}
.payment_side > div					{background-color: var(--ambient-color); padding: 60px 35px; border-radius: 30px; box-shadow: 0px 0px 10px #aaaaaa;}
.payment_side > div	strong,
.payment_side > div	p				{display: block}
.payment_side > div	strong.checkout_summary_title		{font-size: 1.4em; margin-bottom: 20px;}
.payment_side > div	strong.checkout_summary_title span	{font-size: 0.75em; line-height:1.5em;}
.payment_side > div	strong.checkout_summary_total	{font-size: 1.8em; padding: 30px 0px; margin-top: 80px; border-top: dashed 1px var(--light-color);}
.payment_side > div	span				{float:right;}
.payment_side > div	span.red				{color: red;}
.payment_side > div	p				{padding: 0px 10px; color: #333333;}
.payment_side > div	p a				{font-weight: bold; text-decoration: none;}


.address					{list-style-type:none; font-size:16px; font-family: arial, sans-serif;}
.address .reset					{margin: 5px 0px; padding: 5px 10px;}
.address li,
.address label					{display:block;}
.address label					{padding: 3px;}
.address label span				{display:inline-block; width: 25%; padding: 1px 5% 1px 0px; text-align:right;}
.address label input				{font-size:16px; width:55%; max-width:300px; padding: 2px 5px;}
.address .total					{display:inline-block; width: 25%; padding: 1px 5% 1px 0px; text-align:right; margin: 6px 0px; font-size: 1.5em; color:#444;}
.address .submit				{width:55%; max-width:320px; margin: 6px 0px; background: #ffffff; vertical-align: top; color: rgb(68,68,136); text-decoration: none; padding:10px 20px; border-radius:20px; border: solid 1px #bbbbbb; display:inline-block; box-shadow: 2px 2px 2px #999999;}
.address .submit:hover				{cursor:pointer; box-shadow: 1px 1px 1px #666666;}
.address .submit span				{font-size: 1.2em; display:block; width: 100%; text-align: center;}
.address .submit strong				{font-size: 1.7em; display:block; letter-spacing: 3px; width: 100%; text-align: center;}

.confirmation					{font-size:16px; font-family:arial, sans-serif;}
.payment_received				{text-decoration:none; font-family:arial, sans-serif; float:left; width: 50%; margin:10px 20%; padding:20px 5%;; border-radius:20px; box-shadow: inset 0 0 10px #444; font-size:25px; text-align:center; color:#444; background-color:#C0E3FC; clear:right;}

.padded						{padding:10px 0; }

.footer			{font-size: 1em; display:block; width: 100%; margin-top: 30px; padding: 30px 0px 10px 0px; background: #232f3e; color: #cccccc; font-family: "Trebuchet MS", Helvetica, sans-serif; }
.footer .top		{display:block; width: 98%; margin: 0px auto 0px auto;}
.footer .top .left	{display: inline-block; width: 25%; padding-left: 7%; vertical-align: top;}
.footer .top .middle	{display: inline-block; width: 25%; padding-left: 7%; vertical-align: top; border-left: dotted 1px #444;}
.footer .top .right	{display: inline-block; width: 25%; padding-left: 7%; vertical-align: top; border-left: dotted 1px #444;}
.footer .top strong	{font-weight: bold; font-size: 1.2em; display: block; vertical-align: top; color: #ffffff;}
.footer .top ul		{list-style-type: none; margin: 5px 0px 0px 0px; padding: 0px;}
.footer .top ul li	{margin: 2px 0px 0px 0px;}
.footer span,
.footer	a		{text-decoration: none; color: #cccccc; line-height: 20px; display: inline-block;}
.footer	a:hover		{text-decoration: underline;}
.footer	a.twitter	{background: url('https://www.lincolncrafts.com/css/images/twitter_icon.png') no-repeat center left; padding: 5px 0px 0px 30px;}
.footer	a.facebook	{background: url('https://www.lincolncrafts.com/css/images/facebook_icon.png') no-repeat center left; padding: 5px 0px 0px 30px;}
.footer	a.pinterest	{background: url('https://www.lincolncrafts.com/css/images/pinterest_icon.png') no-repeat center left; padding: 5px 0px 0px 30px;}
.footer	a.google	{background: url('https://www.lincolncrafts.com/css/images/google_icon.png') no-repeat center left; padding: 5px 0px 0px 30px;}
.footer	a.linkedin	{background: url('https://www.lincolncrafts.com/css/images/linkedin_icon.png') no-repeat center left; padding: 5px 0px 0px 30px;}
.footer span em		{font-style: normal; color: #ffffff;}
.footer	.bottom		{display:block; width: 98%; margin: 40px auto 0px auto;}
.hidden_area		{display: none;}

#del_address {width: 50%; float: right; margin-top: 20px; margin-bottom: 20px;}
#del_address table {border-collapse: collapse; width: 100%;}
#del_address td {padding-left: 10px; padding-right: 10px;}
.proceed {padding-top: 50px; border: none; background-color: transparent;}
#order_details {width: 50%; float: left; margin-bottom: 150px;}

.coupon			{font-family:arial, sans-serif; color:#444; margin:0 10px;}
.coupon	ul		{margin:20px 30px;}
.coupon	li		{margin:5px;}
.coupon_closes		{display:inline-block; background:red; border:solid 1px red; box-shadow:inset 0 0 5px #fff; border-radius: 20px; padding:10px; margin-right: 10px; color:#fff; text-shadow: 0 0 1px #fff; font-size:18px; font-family: arial, sans-serif; font-weight:bold; float: right;}
.coupon_code		{margin-top:20px; text-align:left; font-size:20px; font-weight:bold;}
.coupon_footer		{margin:40px 0; padding:10px; text-align:center; font-size:30px; font-weight:bold; text-transform:capitalize; text-shadow: 1px 1px 3px #999; background: #eee; border:solid 1px #ddd; border-radius: 5px;}

.order_status			{width:100%; margin: 20px auto 20px auto; text-align: center; text-align: center; }
.order_status div		{line-height:100px; display: inline-block; width:20%; margin: 5px 1%; max-width:100px; height:100px; border:solid 1px #ccc; border-radius: 5px; box-shadow: inset 0px 0px 10px #ccc, 2px 2px 5px #ccc; font-size:50px; font-family:arial, sans-serif; cursor:pointer; color:#444;}
.order_status div.current	{background: #4EB4FC; color:#fff; border:solid 1px #81C9FC; box-shadow: inset 0px 0px 10px #fff, 2px 2px 5px #4EB4FC;}

.additional_deals		{display:inline-block; background:red; border:solid 1px red; box-shadow:inset 0 0 5px #fff, 0 0 3px #444; border-radius: 20px; padding:10px; margin-left:20px; color:#fff; text-shadow: 0 0 1px #fff; font-size:18px; font-family: arial, sans-serif; font-weight:bold;}

form.form						{font-family: "Trebuchet MS", Helvetica, sans-serif; margin:20px 0; clear:both;}
form.form fieldset					{background-color: #f5f5f5; border:solid 1px #666699; padding:20px 0px; box-shadow: inset 0px 0px 10px #ccc; border-radius: 5px;}
form.form legend					{font-family: "Trebuchet MS", Helvetica, sans-serif; font-weight: bold; font-size:1.4em; background-color: white; border:solid 1px #ddd; box-shadow: 2px 2px 2px #444; -moz-box-shadow: 2px 2px 2px #444; -webkit-box-shadow: 2px 2px 2px #444; margin-left:10px; padding:10px 20px; border-radius: 5px;}
form.form label						{padding:5px; display:block; clear:both;}
form.form label	 span					{line-height:25px; float:left; width: 20%; text-align:right; padding:5px 5% 5px 0px;}
form.form select,
form.form input[type='text'],
form.form input[type='email'],
form.form input[type='url'],
form.form input[type='password'],
form.form input[type='file'],
form.form input[type='tel'],
form.form input[type='date']				{font-family: Tahoma, sans-serif; padding: 5px 0px 5px 2%; width:70%; line-height:25px; font-size: 1em; height:25px; border:solid 1px #ccc; border-radius: 2px; box-shadow: 1px 1px 3px grey;}
form.form input[type='file']				{width:auto; height:32px; border:none; padding: 5px; box-shadow:none;}
form.form input[type='time']				{line-height:25px; font-size:20px; height:25px; padding: 5px; border:solid 1px #ccc; border-radius: 2px; box-shadow: 1px 1px 3px grey;}
form.form p						{margin: 0 0 0 20%; padding: 0px 30px 20px 30px;}

form.form input[readonly='readonly']			{background:#FFD9D9;}

form.form select					{height:35px; line-height:35px;width: 62%;}
form.form input[type='checkbox']			{margin:12px 10px 0px 10px;}
form.form textarea					{font-family: Tahoma, sans-serif; font-size: 1em; padding:5px; width:60%; height:6em; border: solid 1px #ccc; line-height: 20px; border-radius: 2px; box-shadow: 1px 1px 3px grey;}

form.form textarea:hover,
form.form input:hover,
form.form select:hover					{border-color: #666;}

form.form textarea:focus,
form.form input:focus,
form.form select:focus				{border-color: #FFCC00;}
form.form button					{margin: 10px 0px 0px 28%; font-size: 20px; padding:10px 30px;}

form.form label img					{float:left; padding:10px; margin-right:5px; background:white; border:solid 1px #ccc; border-radius: 2px; box-shadow: 1px 1px 3px grey;}
form.form input.captcha				{width: 80px;}
form.form .small_txa					{width:60%; height:5em;}

.ratingblock 					{display:inline-block; width: 100%;}
.ratingblock p 					{padding-left:0px; width: 100%;}
.ratingblock a 					{}

.loading {height: 30px;}
.unit-rating {list-style:none; width: 150px; margin:0px; padding:0px; height:30px; position:relative; background: url('https://www.lincolncrafts.com/css/images/starrating.png') top left repeat-x;}
.unit-rating li{text-indent: -90000px;padding:0px;margin:0px; float: left;}
.unit-rating li a {outline: none;display:block;width:30px;height: 30px;text-decoration: none;text-indent: -9000px;z-index: 20;position: absolute;padding: 0px;}
.unit-rating li a:hover{background: url('https://www.lincolncrafts.com/css/images/starrating.png') bottom left repeat-x;z-index: 2;left: 0px;cursor: pointer;}

.unit-rating a.r1-unit{left: 0px;}
.unit-rating a.r1-unit:hover{width:30px;}
.unit-rating a.r2-unit{left:30px;}
.unit-rating a.r2-unit:hover{width: 60px;}
.unit-rating a.r3-unit{left: 60px;}
.unit-rating a.r3-unit:hover{width: 90px;}
.unit-rating a.r4-unit{left: 90px;}	
.unit-rating a.r4-unit:hover{width: 120px;}
.unit-rating a.r5-unit{left: 120px;}
.unit-rating a.r5-unit:hover{width: 150px;}

.unit-rating li.current-rating {background: url('https://www.lincolncrafts.com/css/images/starrating.png') center left repeat-x; position: absolute; height: 30px; display: block;text-indent: -9000px;z-index: 1;}

.voted {color:#999;}
.thanks {color:#36AA3D;}
.static {color:#333; font-family: "Trebuchet MS", Helvetica, sans-serif;}

.pages					{font-family: arial, sans-serif; font-size: 15px; display:block; width:99%; margin: 0px auto 20px auto; padding: 10px 0px; background-color: #ffffff;}
.pages	ul				{list-style-type:none;clear:both; text-align:right; padding:0; margin: 0px;}
.pages	li				{display:inline-block; margin-top: 5px; height:27px;}
.pages	li.results			{float:left; position:relative; top:0px;}
.pages	li.showing			{float:left; position:relative; top:0px;}
.pages	li.listtype			{margin-left:10px;}
.pages	li.listtype + li.listtype	{margin-left:0px; margin-right:10px;}
.pages	span,
.pages	strong,
.pages	a				{border: 1px solid #616c78; background: #838d98; display:inline-block; min-width: 1em; text-align: center; padding:3px 5px; margin:0 2px 2px 2px; border-radius:5px; color:#444; text-decoration: none; box-shadow: inset 0 0 5px #dddddd; color: #ffffff; text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5); box-shadow: inset 0 3px 0px -2px rgba(255, 255, 255, .3);}
.pages	span,
.pages	a:hover,
.pages	strong				{border: 1px solid #43505e; background: #556270;}
.pages	strong				{font-weight:bold; padding-bottom: 3px;}
.pages	li img				{border:none; vertical-align:bottom;}
.pages	li form				{}
.pages	li form	select			{font-size:16px; padding: 1px 2px 1px 2px; height: 28px; color: #000000; background: #ffffff;}
.pages	li form	select option		{font-size:16px;}
.pages	li.results strong,
.pages	li.showing			{font-weight: bold;}
.pages	li.showing strong		{border: 1px solid #616c78; background: #838d98;}

.brand_cont		{width:96%; margin: 0px 2% 20px 2%; text-align: center;}
.brand_cont a		{border:none;}
.brand_cont a:hover		{}
.brand_cont a img		{width:auto; max-width: 100%; border:none;}
.brand_cont a span		{display: block; clear: both; font-weight: bold;}
.brand_details		{text-transform: capitalize; font-weight:bold; font-size:16px; margin:10px 0 0 10px; padding:5px 10px; color:#444; background:#fff; background:rgba(255,255,255,0.85); border-radius:5px; box-shadow: 0px 0px 5px #fff;}
.brand_details a		{}
.brand_details a:hover	{}
.brand_logo		{width:100%; text-align:right;}
.brand_logo img		{box-shadow: 4px 4px 2px #444; border-radius: 10px; max-width:50%; max-height:100px; margin-right:10px; border:solid 1px #444;}

.designer_cont		{vertical-align: top; display: inline-block; max-width:250px; width: 24.5%; border: solid 1px #eeeeee; margin: -1px -1px 0px 0px;}
.designer_cont a		{display: block; color: #444; text-decoration:none; border:none; font-family: "arial",sans-serif; font-size: 14px;}
.designer_cont a:hover	{color: #444;}
.designer_cont a img	{display: block; width:90%; margin: 10px 5%; border:none;}
.designer_cont a span	{display: block; display: block; clear: both; height: 60px; margin: 0 5%;}
.designer_details		{text-transform: capitalize; font-weight:bold; font-size:16px; margin:0 0 0 10px; padding:5px 10px; color:#444; background:#fff; background:rgba(255,255,255,0.85); border-radius:5px; box-shadow: 0px 0px 5px #fff; }
.designer_details a		{}
.designer_details a:hover	{}
.designer_profile		{width:100%; text-align:right;}
.designer_profile img	{display:none; box-shadow: 4px 4px 2px #444; border-radius: 20px; width: 120px; border:solid 1px #444; margin-right:20px;}

.collection_cont		{vertical-align: top; display: inline-block; width: 19.8%; border: solid 1px #eeeeee; margin: -1px -1px 0px 0px;}
.collection_cont a		{display: block; color: #444; text-decoration:none; border:none; font-family: "Trebuchet MS", Helvetica, sans-serif; font-size: 14px;}
.collection_cont a:hover	{color: #444444;}
.collection_cont a img	{display: block; width:90%; margin: 10px 5%; border:none;}
.collection_cont a span	{display: block; height: 80px; margin: 0 5%; overflow: hidden;}
.collection_cont a span em	{font-weight: bold; font-size:1.2em; font-style: normal; letter-spacing: 1px;}
.collection_details		{text-transform: capitalize; font-weight:bold; font-size:16px; margin:10px 0 0 10px; padding:5px 10px; color:#444; background:#fff; background:rgba(255,255,255,0.85); border-radius:5px; box-shadow: 0px 0px 5px #fff;}
.collection_details a		{}
.collection_details a:hover	{}

.account			{font-family: "Trebuchet MS", Helvetica, sans-serif;}
.account h2		{margin: 50px 0px 30px 0px; padding: 50px 0px 0px 0px; border-top: solid 1px #eeeeee;}
.account table		{width: 100%;}
.account table th		{margin: 0px; padding: 5px 10px; background-color: rgb(237,237,237); font-size: 1.2em;}
.account table td		{margin: 0px; padding: 5px 10px; font-size: 1em;}
.account p			{}

.account .tile_carosel	{display: block; text-align: center;}
.account .tile_carosel a	{display: inline-block; vertical-align: top; border: solid 1px #cccccc; border-radius: 10px; box-shadow: inset 0px 0px 40px #cccccc, 5px 5px 5px #cccccc; font-size: 2em; padding: 2em 1em; width: 4em; height: 2em; line-height: 1em; margin: 20px; text-align: center; color: #444444; text-decoration: none;}
.account .tile_carosel a:hover	{text-decoration: underline;}

.sitemap_index_box			{vertical-align: top; display:inline-block; padding: 20px;  min-width:30%;}
.sitemap_index_box h2		{font-family: "Trebuchet MS", Helvetica, sans-serif; font-size:1.8em; color:#444; margin: 0 0 10px 0;}
.sitemap_index_box ul		{padding: none; margin: none; list-style-type: none;}
.sitemap_index_box ul li		{padding: 0 0 0 40px; margin: none; display: block; font-size: 1em; font-family: "Trebuchet MS", Helvetica, sans-serif; background-image: url('https://www.lincolncrafts.com/css/images/index1.png'), url('https://www.lincolncrafts.com/css/images/index2.png'); background-position: top left,  top left; background-repeat: no-repeat, repeat-y;}
.sitemap_index_box ul li strong		{font-weight: bold;}
.sitemap_index_box ul li a		{text-decoration: none; color: #444; display:inline-block;}
.sitemap_index_box ul li a:hover	{text-decoration: underline;}

.directory_main 		{width: 69%; float:left; margin: 10px 3%; font-family: "Trebuchet MS", Helvetica, sans-serif;}
.directory_right 		{width: 22%; float:right; margin: 20px 3% 20px 0; font-family: "Trebuchet MS", Helvetica, sans-serif;}
.directory_breadcrumbs		{font-weight:bold; font-size: 18px; margin: 0 0 10px 0;}
.directory_breadcrumbs > div	{display:inline;}
.directory_heading		{border-bottom: 1px dotted #ddd;}
.directory_heading h1		{font-family: "Trebuchet MS", Helvetica, sans-serif; font-size: 30px; border: none;}
.directory_heading p		{font-size: 18px;}
.directory_list			{margin: 20px 5%; font-size: 20px; list-style-type: none; display:inline-block; width: 40%; vertical-align:top;}
.directory_list	li		{padding:10px 0;}
.directory_list	li a		{}
.directory_hr			{margin: 20px 5%;}
.directory_sites		{margin: 20px 5%; font-size: 20px;}
.directory_sites dt		{font-size: 18px;}
.directory_sites dt a		{}
.directory_sites dt span	{margin-left:30px; font-size: 16px; color: #999;}
.directory_sites dd		{font-size: 16px;}

.directory_opening 		{margin: 10px 0 0 0;}
.directory_description 		{margin: 20px 0 0 0;}
.directory_address 		{margin: 10px 0; width:30%; float:left;}
.directory_contact 		{margin: 10px 0; width:30%; float:left; clear:left;}
.directory_map	 		{margin: 10px 0; width:70%; float:right; text-align: center;}
.directory_keywords 		{clear:both; border-radius: 5px; background: #eee; padding:5px; margin:5px 0 20px 0;}
.directory_keywords span	{margin:0 5px;}

.directory_info			{width: 100%; border:solid 1px #ddd; box-shadow: 1px 1px 2px #aaa; border-radius: 5px; margin: 20px 0;;
					background-color: #ffffff;	
					background: -moz-linear-gradient(top, #ffffff 30%, #e5e5e5 100%); /* FF3.6+ */
					background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
					background: -webkit-linear-gradient(top, #ffffff 30%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
					background: -o-linear-gradient(top, #ffffff 30%,#e5e5e5 100%); /* Opera 11.10+ */
					background: -ms-linear-gradient(top, #ffffff 30%,#e5e5e5 100%); /* IE10+ */
					background: linear-gradient(to bottom, #ffffff 30%,#e5e5e5 100%); /* W3C */
				}
.directory_info:hover		{border:solid 1px #ccc;}
.directory_info a		{display:block; text-decoration:none; color:#777; padding: 10px; font-family: arial, sans-serif; background-size: auto;}
.directory_info a:hover		{color:#444;}
.directory_info strong 		{display:block; font-weight:bold; font-size:16px; position:relative; top: 0px; left: 0px;}
.directory_info span 		{display:block; font-size:14px; position:relative; left: 5px; top: 0px;}

.payment_main						{font-family: "Trebuchet MS", Helvetica, sans-serif; display: inline-block; width:62%; padding: 30px 1% 30px 0%;}
.payment_main .required					{color: red;}
.payment_main form.checkout_address				{}
.payment_main form.checkout_address fieldset			{display: block; border: none; border-top: dotted 1px #888888; margin-bottom: 50px; max-width: 100%;}
.payment_main form.checkout_address legend			{font-size: 1.8em; padding: 10px 10px 10px 0px;}
.payment_main form.checkout_address p				{padding: 0px 0px 20px 0px;}
.payment_main form.checkout_address label			{display: block; padding: 10px 1em 10px 0px; max-width: 100%;}
.payment_main form.checkout_address label.fifty			{display: inline-block; vertical-align: top;}
.payment_main form.checkout_address label.quarter		{display: inline-block; vertical-align: top;}
.payment_main form.checkout_address label input			{display: block; font-size: 1.2em; text-indent: 10px; max-width: 100%;}
.payment_main form.checkout_address label select			{display: block; font-size: 1.2em; padding: 0px 10px; max-width: 100%;}
.payment_main form.checkout_address label span			{display: block; padding: 0px 0px 5px 0px;}
.payment_main form.checkout_address label.checkbox span		{display: inline-block; padding: 0px; margin-right: 20px; font-weight: bold;}
.payment_main form.checkout_address label.checkbox input		{display: inline-block; vertical-align: top; position: relative; top: 2px;}
.payment_main form.checkout_address label em.required		{color: red; font-style:normal;}
.payment_main form.checkout_address button			{display: block; margin: 10px 0px; font-weight: bold; font-size: 1.4em;  border-radius: 3px; border: none; box-shadow: 1px 1px 2px #00509d; padding: 10px 40px; color: white; background: #00509d; background: linear-gradient(0deg, #00509d 0%, #0079bc 100%);}
.payment_main form.checkout_address button:hover		{background: #00509d; cursor: pointer;}

.payment_main .new_shipping	p				{margin: 10px 0px;}
.payment_main .new_shipping	h3				{margin: 10px; font-size: 1.2em;}
.payment_main .new_shipping	h3 span				{font-weight: normal;}
.payment_main .new_shipping	a				{margin: 20px 0px; display: inline-block; font-weight: bold; font-size: 1.4em;  border-radius: 3px; border: none; box-shadow: 1px 1px 2px #00509d; padding: 10px 40px; color: white; background: #00509d; background: linear-gradient(0deg, #00509d 0%, #0079bc 100%);}
.payment_main .new_shipping	a:hover				{background: #00509d; cursor: pointer;}

.payment_form						{}
.payment_form .loading					{margin: 50px 0; font-size: 2em; color: #333333;}

.payment_main .paypal_confirm_address				{display: none;}
.payment_main .paypal_confirm_address	 .required			{color: red; font-style:normal;}
.payment_main .paypal_confirm_address	 .address_info		{}
.payment_main .paypal_confirm_address	 .address_info div		{font-size: 1.3em; padding-left: 20px;}
.payment_main .paypal_confirm_address	 .address_info div.cap	{text-transform: capitalize;}
.payment_main .paypal_confirm_address	 .address_info div.upp	{text-transform: uppercase;}
.payment_main .paypal_confirm_address	 .address_info button	{margin: 20px 0px; display: inline-block; font-weight: bold; font-size: 1.4em;  border-radius: 3px; border: none; box-shadow: 1px 1px 2px #00509d; padding: 10px 40px; color: white; background: #00509d; background: linear-gradient(0deg, #00509d 0%, #0079bc 100%);}
.payment_main .paypal_confirm_address	 .address_info button:hover	{background: #00509d; cursor: pointer;}

.payment_main .paypal_authorise				{display: none;}
.payment_main .paypal_authorise > div				{}
.payment_main .paypal_authorise > div > div			{text-align: center; margin: 20px 0px; display: block; font-weight: bold; font-size: 1.4em;  border-radius: 3px; padding: 10px 40px;}
.payment_main .paypal_authorise > div > div.neutral			{background: #eeeeee; border: solid 1px #dddddd;}
.payment_main .paypal_authorise > div > div.accepted		{background: #30c94a; border: solid 1px #30c94a; color: #ffffff;}
.payment_main .paypal_authorise > div > div.declined		{background: #ff1a1a; border: solid 1px #ff1a1a; color: #ffffff;}

.payment_side					{display: inline-block; width:36%; padding: 30px 0% 30px 1%; vertical-align: top;}
.payment_side > div					{background-color: #e6f3ff; padding: 60px 35px; border-radius: 30px; box-shadow: 0px 0px 10px #aaaaaa;}
.payment_side > div	strong,
.payment_side > div	p				{display: block}
.payment_side > div	strong.checkout_summary_title		{font-size: 1.4em; margin-bottom: 20px;}
.payment_side > div	strong.checkout_summary_title span	{font-size: 0.75em; line-height:1.5em;}
.payment_side > div	strong.checkout_summary_total	{font-size: 1.8em; padding: 30px 0px; margin-top: 80px; border-top: dashed 1px #888888;}
.payment_side > div	span				{float:right;}
.payment_side > div	span.red				{color: red;}
.payment_side > div	p				{padding: 0px 10px; color: #333333;}
.payment_side > div	p a				{color: blue; font-weight: bold; text-decoration: none;}

@media screen and (max-width: 1000px) {
	.header	.main_left				{width:100%;}
	.header	.quick_right				{width:100%; text-align: left;}
	.product_container .right .shipping .intro	{background-position: top center; padding-top: 90px; padding-left: 0px; min-height: 0px; }

	.prod_container_grid		{width: 24.8%;}
	.payment_buttons a			{width:80%; padding: 10px 10%;}
	.payment_buttons a.middle		{margin-left: 0px; margin-top: -1px;}
	.payment_buttons a.right		{margin-left: 0px; margin-top: -1px;}
}

@media screen and (max-width: 800px) {
	.header	.buttons-left		{width:29%;}
	.header	.buttons-right		{width:70%;}
	.header	.links			{display: none;}
	.menu_container			{width: 32%;}
	.prod_container_grid		{width: 33%;}

	.payment_buttons a		{width:60%;}

	.payment_main		{width:96%; padding: 20px 2%;}
	.payment_side		{display:none; width:96%; padding: 30px 2%;}
	.payment_side > div		{max-width: 400px; padding: 40px 20px;}

}

@media screen and (max-width: 600px) {
	.header	.quick_right		{display: none;}
	.header	.main_left			{width:100%;}
	.header 	.logo			{display: block;}
	.header	.buttons-left		{width:35%;}
	.header	.buttons-right		{width:64%;}
	.menu_container			{width: 49%;}

	.payment_buttons a			{width:80%;}

	.prod_container_grid		{width: 49.5%;}
	.prod_container .text p		{display: none;}
	.prod_container .text .left		{display:block; width:100%;}
	.prod_container .text .right		{display:block; border:none; width:100%; padding: 0px;}

	.product_container > .left		{width: 37%; margin: 0px 2% 0px 0px;}
	.product_container > .middle		{width: 57%; margin: 0px 2% 0px 0px;}
	.product_container > .left_middle	{width: 100%; margin: 20px 0px 0px 0px;}
	.product_container > .right		{width: 100%; margin: 20px 0px 0px 0px;}

	.footer .top .left		{width: 35%; padding: 0 5%;}
	.footer .top .middle		{width: 35%; padding: 0 5%;}
	.footer .top .right		{display: block; width: 80%; padding: 20px 5% 0 5%; border: none;}
}

@media screen and (max-width: 450px) {
	.header	.buttons-left		{width:50%;}
	.header	.buttons-right		{width:49%;}
	.menu_container			{min-width: 130px;}
	.menu_container h2 a		{padding-top: 200px;}

	.misc_content			{margin: 20px 10px;}
	.switch_comments h2		{margin-right: 10px; font-size:1em;}

	.product_container > .left					{width: 100%; margin: 0px;}
	.product_container > .middle					{width: 100%; margin: 0px;}
	.product_container .left .gallery > div				{}
	.product_container .left .gallery_small  > div			{width:31.5%;}
	.product_container .left_middle .variations tr td a.product img		{max-width:40px;}

	.review_entry .left			{padding: 0px 0px 0px 0px; width: 100%;}
	.review_entry .right			{display:none;}
}

@media screen and (max-width: 300px) {
	.header	.search	input		{width:8em;}
	.menu_container			{min-width: 100px;}
	.menu_container h2 a		{padding-top: 150px;}
	.left_middle .variations tr td a.product 	{display: none;}
}