﻿/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: 'Arial', sans-serif; color: #222; }
input[type="text"], input[type="password"], textarea, select {outline: none;}
body { margin: 0; font-size: 12px; line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

/*::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }*/


/* =============================================================================
   Links
   ========================================================================== */

a { color: #262626; }
a:visited { color: #262626; }
a:hover { color: #262626; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

h1 {padding: 0; margin: 0;}

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'Arial', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 0; padding: 0; }
dd { margin: 0; }
nav ul, nav ol { list-style: none none; 	margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */
svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */
figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */
form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */
button, input { line-height: normal; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }

/*
 * Re-set default cursor for disabled elements
 */
button[disabled], input[disabled] { cursor: default; }

/*
 * Consistent box sizing and appearance
 */
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */
textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */
table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: middle; }


/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */
.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


/* ==|== primary styles =====================================================
   Author:
   ========================================================================== */
.left { float: left; }
.right { float: right; }
.center { text-align: center; }
.red { color: red }

body
{
	background: #48484a url(/assets/templates/site/img/common/bg.png) 0 0 repeat-x;
}

#wrapper
{
	width: 1000px;
	margin: 0 auto;
	box-shadow:
		2px 0 15px -4px #000,
		-2px 0 15px -4px #000;
}

#container
{
	min-height: 1000px;
	background-color: #fff;
}

header img
{
	width: 1000px;
}

header nav
{
	padding-bottom: 7px;
	margin-bottom: 10px;
	background: url(/assets/templates/site/img/common/nav_bottom.png) 0 100% repeat-x;
}
header nav a:visited,
header nav a
{
	color: #c3c3c3;
	width: 123px;
	height: 44px;
	line-height: 44px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Arial', serif;
	font-weight: bold;
	font-size: 10px;
	border-right: 1px solid #29682f;
	border-left: 1px solid #4b8754;
	background: url(/assets/templates/site/img/common/nav_bg.png) 0 0 repeat-x;

	text-shadow: 0 1px 1px #000;
}
header nav a.active,
header nav a:hover
{
	color: #fff;
	background: url(/assets/templates/site/img/common/nav_bg_hover.png) 0 0 repeat-x;
}

aside
{
	width: 225px;
}
aside .block.round
{
	padding-top: 5px;
	padding-bottom: 28px;
	margin: 3px 3px 20px 4px;
	background: url(/assets/templates/site/img/common/aside_block_round_bg.png) 0 0 repeat;

	border-radius: 20px;
	box-shadow: 3px 3px 8px -3px #000;
}
aside .block.round span a,
aside .block.round span
{
	display: block;
	color: #fefefe;
	font-size: 14px;
	font-weight: bold;
	margin-left: 17px;
	margin-bottom: 5px;
	text-decoration: none;
}
aside .block.round > ul
{
	background: #3a3a3a url(/assets/templates/site/img/common/aside_block_round_ul_bg.png) 0 0 no-repeat;
}
aside .block.round > ul li
{
	list-style: none;
}
aside .block.rect span a,
aside .block.rect span
{
	color: #fff;
	display: block;
	height: 32px;
	line-height: 32px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background: url(/assets/templates/site/img/common/aside_block_rect_bg.png) 0 0 repeat-x;
}
aside .block.rect .article
{
	margin: 16px 10px;
}
aside .block.rect .article .title
{
	color: #408b47;
	text-decoration: none;
	font-weight: bold;
}
aside .block.rect .article .text
{
	color: #262626;
}
aside .block.rect .article .text a
{
	color: #408b47;
	text-decoration: none;
}

div[role="main"]
{
	float: left;
	width: 524px;
	padding: 0 13px;
}
div#photogallery
{
	width: 725px !important;
}

/* Left Sidebar
-----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
a#feedback
{
	display: inline-block;
	color: #202d54;
	height: 23px;
	line-height: 23px;
	font-weight: bold;
	padding-right: 35px;
	margin-left: 45px;
	margin-bottom: 20px;
	background: url(/assets/templates/site/img/common/icon_feedback.png) 100% 0 no-repeat;
}


aside.left .block.round > ul li a
{
	display: block;
	color: #28bd18;
	text-decoration: none;
	padding: 5px;
	border-bottom: 1px solid #6d6d6d;
	border-top: 1px solid #2c2c2c;
}
aside.left .block.round > ul li ul
{
	display: none;
}
aside.left .block.round li a:hover,
aside.left .block.round li.active > a
{
	color: #01224f;
	background: url(/assets/templates/site/img/common/aside_block_round_active_bg.png) 0 0 repeat-y;
}
aside.left .block.round > ul li ul a
{
	background: url(/assets/templates/site/img/common/round.png) 8px 50% no-repeat;
}
aside.left .block.round > ul li ul a,
aside.left .block.round li.active li a
{
	padding-left: 25px;
}

a.active { color: #3EAFFF !important; }


aside.left .block.rect ul
{
	padding: 8px 0;
}
aside.left .block.rect li
{
	color: #408b47;
	margin: 5px 35px;
}
aside.left .block.rect li a
{
	color: #408b47;
	text-decoration: none;
}



/* Right Sidebar
-----------------------------------------------------------------------------------------------------------------------------------------------------------*/
aside.right .block.rect .article .date
{
	color: #b8b8b8;
	font-size: 11px;
	font-weight: bold;
}
#shopCart
{
	color: #fff;
	font-weight: bold;
	width: 178px;
	padding: 10px;
	margin: 0 auto;
	background-color: #359645;

	border-radius: 5px;
	box-shadow: inset 0 0 10px 0 #000;
}
#shopCart span
{
	margin-left: 30px;
	padding-bottom: 3px;
	background: url(/assets/templates/site/img/common/cart_title_bg.png) 0 100% repeat-x;
}
#shopCart table
{
	width: 100%;
}
#shopCart td:nth-child(1)
{
	text-align: left;
}
#shopCart td:nth-child(2)
{
	text-align: right;
}
#shopCart #butOrder,
#shopCart #butEmptyCart, .shk-del
{
	display: inline-block;
	color: #fff;
	width: 81px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	border: none;
	margin-right: 5px;
	background: url(/assets/templates/site/img/common/btn_buy.png) 0 0 no-repeat;
}

aside.right object
{
	margin-left: 11px;
	margin-top: 20px;
}

aside.right .block.round ul
{
	height: 265px;
	padding: 5px 10px;
	overflow: hidden;
}
aside.right .block.round ul li
{
	height: 53px;
	color: #c5c5c5;
	margin: 12px 0;
	text-align: center;
	overflow: hidden;
}
aside.right .block.round ul li a
{
	color: #c5c5c5;
	display: block;
	text-decoration: none;
}
aside.right .block.round ul li a:hover
{
	color: #01224f;
	background: url(/assets/templates/site/img/common/aside_block_round_active_bg.png) 0 0 repeat-y;
}

#stuffHelper
{
	display:none;
	width:150px;
	padding:5px;
	border: 1px solid #c4d8c2;
	border-radius: 7px;
	box-shadow: -2px 2px 5px 0px #3e3e3e;
	background-color: #f5f3f3;
	position: absolute;
	z-index:100;
}
#stuffHelper div
{
	/*padding:5px 0; */
	text-align: center;
}
#stuffCount
{
	line-height: 20px;
}

aside.right #banner
{
	width: 166px;
	margin-left: 36px;
}

/* Content
-----------------------------------------------------------------------------------------------------------------------------------------------------------*/
div#nosidebar[role="main"]
{
	width: 749px;
}

div[role="main"] #breadcrumbs a:visited,
div[role="main"] #breadcrumbs a,
div[role="main"] #breadcrumbs
{
	color: #01224f;
	margin-bottom: 17px;
	text-decoration: none;
}
div[role="main"] .title
{
	color: #000;
	font-size: 16px;
	text-decoration: underline;
	text-transform: none;
	text-indent: 0;
	margin-bottom: 10px;
}
div[role="main"] #special
{
	display: block;
	color: #ae6d2e;
	font-family: 'Arial', sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
}

div[role="main"] #specials
{
	margin: 0 auto 35px;
	background: url(/assets/templates/site/img/special_bg.png) 0 0 repeat-y;
	position: relative;
}
div[role="main"] #specials #best
{
	width: 62px;
	height: 100%;
	position: absolute;
	background: url(/assets/templates/site/img/icon_best.png) 0 0 repeat-y;
	margin-left: 473px;
}
div[role="main"] #specials .block
{
	display: inline-block;
	width: 150px;
	height: 172px;
	margin: 43px 10px 18px 10px;
	overflow: hidden;
	vertical-align: top;

}
div[role="main"] #specials .block img
{
	width: 150px;
	border: 1px solid #d4d4d4;
}
div[role="main"] #specials .block a
{
	color: #262626;
	display: block;
	text-align: center;
	font-weight: bold;
	margin: 5px 0 0;
}

div[role="main"] h1
{
	color: #000;
	font-family: 'Arial', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	text-indent: 20px;
}
div[role="main"] .text
{
	padding: 10px 5px;
	margin-bottom: 20px;
	background:
		url(/assets/templates/site/img/line_right.png) 0 0 no-repeat,
		url(/assets/templates/site/img/line_left.png) 0 100% no-repeat;
}
div[role="main"] img
{
	margin: 0 5px 5px 0;
}
div#main[role="main"] img
{
	margin: 0;
}

div[role="main"] #review
{
	padding: 20px 4px 0;
	background: url(/assets/templates/site/img/line_left2.png) 0 0 no-repeat;
}
div[role="main"] #review .block
{
	width: 166px;
	display: inline-block;
	vertical-align: top;
	margin:  0 2px 25px;
}
div[role="main"] #review .block .image
{
	padding: 8px;
	background-color: #f4f4f4;
	border: 1px solid #e2e2e2;
	margin-bottom: 10px;
}
div[role="main"] #review .block .image img
{
	width: 150px;
}
div[role="main"] #review .block a
{
	color: #262626;
	display: block;
	text-align: center;
	text-decoration: none;
}

div[role="main"] #paginate
{
	text-align: center;
}
div[role="main"] #paginate a
{
	padding: 0 2px;
	text-decoration: none;
}
div[role="main"] #paginate .ditto_currentpage
{
	color: #3a4682;
	font-weight: bold;
}

form label.error
{
	font-weight: normal;
	text-align: left;
}
.error
{
	color: red;
}
.message, .error
{
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

#search
{
	margin-bottom: 20px;
}
#search input
{
	display: inline-block;
	vertical-align: bottom;
}
#search input[type="search"]
{
	height: 19px;
	border: 1px solid #0a3d83;

	border-radius: 5px 0 0 5px;
}
#search input[type="submit"]
{

	margin: 0;
	padding: 0;
	width: 30px;
	height: 23px;
	border: none;
	background: url(/assets/templates/site/img/common/btn_search.png) 0 0 no-repeat;
}

.ajaxSearch_highlight
{
	font-weight: bold;
}
/* Footer
---------------------------------------------------------------------------------------------------------------------------------------------------------------*/
footer
{
	width: 970px;
	color: #d9d9d9;
	padding: 15px;
	margin: 0 auto;
	background: #1a2648 url(/assets/templates/site/img/common/footer_bg.png) 0 0 repeat-x;
}
footer a,
footer a:visited
{
	color: #c0c7e1;
}
footer a:hover
{
	color: #c0c7e1;
	text-decoration: underline;
}
footer .sitemap
{
	float: left;
}
footer .link
{
	margin-top: 120px;
	position: absolute;
}
footer nav
{
	text-align: center;
	margin-bottom: 20px;
	padding-left: 140px;
}
footer nav a
{
	display: inline-block;
	margin: 0 11px;
	text-decoration: none;
	float:left;
}
footer #banners
{
	text-align: center;
	margin-top: 5px;
}


/* Contacts
-------------------------------------------------------------------------------------------------------------------------------------------------------------*/
#contacts #phones
{
	width: 100%;
	font-weight: bold;
}
#contacts #schedule
{
	width: 50%;
}
#contacts #schedule td:nth-child(1)
{
	border-right: 1px solid #000;
}
#contacts #schedule td:nth-child(2)
{
	padding-left: 20px;
	vertical-align: middle;
}
#contacts #map
{
	display: block;
	text-align: center;
}

/* About
--------------------------------------------------------------------------------------------------------------------------------------------------------*/
#about .menu
{
	padding: 0 20px;
	margin-bottom: 20px;
}
#about .menu li
{
	width: 220px;
	display: inline-block;
}
#about .menu li a
{
	text-decoration: none;
}

/* News
----------------------------------------------------------------------------------------------------------------------------------------------------------*/
#news .article
{
	background: url(/assets/templates/site/img/news_block_bottom.png) 50% 100% no-repeat;
}
#news .article .text
{
	background: none;
}
#news .article .text a
{
	color: #408b47;
	text-decoration: none;
}
#news .article .title
{
	color: #01224f;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
#news .article .date
{
	color: #b8b8b8;
	font-weight: bold;
	font-size: 11px;
}

#news .date,
#article .date
{
	color: #b8b8b8;
	font-weight: bold;
}
#news .title,
#article .title
{
	color: #01224f;
	text-decoration: none;
	margin-bottom: 0;
}

/* Sitemap
------------------------------------------------------------------------------------------------------------------------------------------------*/
#sitemap ul
{
	margin-left: 20px;
}

/* Catalog
--------------------------------------------------------------------------------------------------------------------------------------------------*/
#service .shk-item,
#rubric .shk-item
{
	margin-bottom: 20px;
}
#service .shk-item .title,
#rubric .shk-item .title
{
	margin-bottom: 0;
}
#service .shk-item .title a,
#rubric .shk-item .title a
{
	display: block;
	margin-left: 260px;
	font-weight: bold;
	font-size: 12px;
}
#rubric .shk-item .shk-price
{
	color: #dd6c0c;
	font-weight: bold;
	font-size: 16px;
}
.shk-item .more
{
	display: inline-block;
	width: 134px;
	height: 26px;
	text-decoration: none;
	background: url(/assets/templates/site/img/common/btn_more.png) 0 0 no-repeat;
}
.shk-item .more:hover
{
	background: url(/assets/templates/site/img/common/btn_more_hover.png) 0 0 no-repeat;
}
.shk-item img
{
	width: 200px;
}

.materials .shk-item img
{
	width: 75px;
}

#service .shk-item .text,
#rubric .shk-item .text
{
	padding-bottom: 0;
	background: none;
}
#service .shk-item .zoom,
#rubric .shk-item .zoom
{
	margin: 0 15px 10px 0;
}
#product .shk-item input[type="submit"],
#rubric .shk-item input[type="submit"]
{
	color: #fff;
	width: 81px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	border: none;
	background: url(/assets/templates/site/img/common/btn_buy.png) 0 0 no-repeat;
}
#product .shk-item input[type="submit"]:active,
#rubric .shk-item input[type="submit"]:active
{
	padding: 0;
}


/* Order
---------------------------------------------------------------------------------------------------------------------------------------------------*/

#order #shopCart table
{ padding:5px; border-radius:5px; background:#359645; 	box-shadow: inset 0 0 10px 0 #000; margin-left:-80px; margin-top:30px; }

.shop-cart { background:none !important; box-shadow:none !important; }


#order #shopCart table td, #order #shopCart table th
{
	border-color: -moz-use-text-color #FFFFFF #FFFFFF -moz-use-text-color;
	border-left: medium none;
	border-style: none solid solid none;
	border-width: 0 1px 1px medium;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
}
#order #shopCart table td:first-child
{
	text-align: left;
}
#order #shopCart table td:first-child a
{
	color: #fff;
	text-decoration: none;
}
#order #shopCart table th:last-child, #order #shopCart table td:last-child
{
	border-right: 0 none;
}
#order #shopCart table tr: last-child td
{
	border-bottom: 0 none;
}
#order #total
{
	margin: 5px 0 0 -30px;
	color: #333;
}

#order #total .right { float: right; }

#order .right #butEmptyCart,
#order .right #butOrder
{
	display: none;
}
#order #shopCart .left
{
	float: none;
	margin: 0 auto;
}


#order #confirm
{
	margin: 20px 0 0;
	text-align: center;
}
#order #confirm strong
{
	display: block;
	font-size: 12px;
	text-align: left;
	text-indent: 10px;
}
#order #confirm label
{
	display: block;
}
 #order #confirm table
 {
	margin: 0 auto;
}
#order #confirm td:first-child
{
	padding-right: 10px;
	text-align: right;
}
#order #confirm td
{
	border: 0 none;
	text-align: left;
	padding: 5px 0;
}
#order #confirm input[type="text"],
#order #confirm input[type="email"]
{
	border: 1px solid #6e84a3;
	border-radius: 3px 3px 3px 3px;
	height: 17px;
	width: 350px;
}
#order #confirm textarea
{
	border: 1px solid #6e84a3;
	border-radius: 3px 3px 3px 3px;
	height: 60px;
	width: 350px;
}
#order #confirm input[type="submit"]
{
	display: inline-block;
	color: #fff;
	width: 81px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	border: none;
	background: url(/assets/templates/site/img/common/btn_buy.png) 0 0 no-repeat
}



/* Other
----------------------------------------------------------------------------------------------------------------------------------------------------*/
.sm2
{
	text-indent: 10px;
	color: #fff;
}
.sm7
{
	color: #fff;
}

#team td
{
	width: 100px;
	padding-left: 20px;
}

td.h1
{
	/*border: 1px solid black;*/
}

td.h4
{
	text-align: right;
}


/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}



/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { color: #262626; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

/* ---------------Forms in Content Area-----------------*/

#container #respond{display: block; width:100%;}
#container #respond input{width: 300px; padding: 2px; border: 1px solid #CCCCCC; margin: 5px 5px 0 0; }
#container #respond select{width: 307px; padding: 2px; border: 1px solid #CCCCCC; margin: 5px 5px 0 0; }
#container #respond textarea{width: 300px; border: 1px solid #CCCCCC; padding: 2px; overflow: auto;}	
#container #respond p{margin: 5px 0;}
#container #respond #submit{
	width: 148px;	
	margin: 0;
	padding: 5px;
	color: #666666;
	background-color: #F7F7F7;
	border: 1px solid #CCCCCC;
	cursor: pointer;
	}
#container #respond .vericodeform { width:142px;} 
.errors {background: #ffcece; border: 1px solid #cc4e4e; padding: 5px; width: 300px; }

.sm7 {
	font: bold 20pt Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
}
.sm8 { color: #fff; padding: 5px; font-size: 16px; }

.rightsearch { float: right; }
.allwidth { width: 920px !important; }
.clear { clear: both; }
.ordergoods { margin-top: -10px !important; margin-bottom: 10px; }
.sm1 { color: #fff; }#review table tbody tr td { vertical-align: top!important; }
/*
     FILE ARCHIVED ON 20:58:57 Dec 02, 2021 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 10:11:20 Aug 27, 2024.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.517
  exclusion.robots: 0.016
  exclusion.robots.policy: 0.007
  esindex: 0.009
  cdx.remote: 10.168
  LoadShardBlock: 97.303 (3)
  PetaboxLoader3.datanode: 72.82 (4)
  PetaboxLoader3.resolve: 1092.697 (2)
  load_resource: 1071.713
*/