html {
	overflow-y: scroll;
	font-size: 75%;
}

html.wait, html.wait * { cursor: progress; }

body {
	line-height: 1.4;
	color: #222;
	background: #fff;
}

body, input, textarea, select {
	font-family: Tahoma, Verdana, Helvetica, Arial, serif;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 1.25em;
}

td {
	vertical-align: top;
}

a.pseudolink {
	text-decoration: none !important;
	border-bottom: 1px dotted;
}

#site-content {
	min-width: 960px;
	width: 75%;
	margin: 0 auto;
}

#header {
	background: #4799d1 url('/images/bg_header.jpg') no-repeat left top;
	height: 120px;
	position: relative;
	z-index: 3;
	width: 100%;
	border-left: 1px solid #114989;
	border-right: 1px solid #114989;
}

#header-info {
	float: left;
	position: relative;
	left: 190px;
	top: 15px;
	color: #fff;
	font-size: .95em;
	text-align: center;
	background: url('/images/head_separator.png') no-repeat left top;
}

#header-info div {
	height: 90px;
	padding: 14px 12px;
	background: url('/images/head_separator.png') no-repeat right top;
}

#footer {
	background: #499ad5 url('/images/bg_footer.jpg') repeat-y right top;
	margin-bottom: 1em;
	padding: 0.5em 0;
	border: 1px solid #114989;
	position: relative;
	width: 100%;
	clear: both;
}

#footer div {
	padding: 0 15px 0 30px;
	float: right;
	display: inline-block;
	border-right: 1px solid #0d5995;
	border-left: 1px solid #1175ae;
}

#footer div.first {
	border-right: none;
}

#footer div.last {
	border-left: none;
}

#footer span {
	position: absolute;
	margin: 10px -20px;
}

#footer p {
	color: #fff;
	margin: 0;
	line-height: 1.4;
}

#footer p a {
	color: #5db0e6;
	text-decoration: underline;
}

#site-logo {
	position: absolute;
	left: 27px;
	top: 17px;
}

#site-logo img {
	border: 0 !important;
}

#primary-nav {
	float: right;
	margin-right: 20px;
	background: url('/images/bg_primaryNav_left.png') no-repeat left bottom;
}

#primary-nav ul {
	float: left;
	background: url('/images/bg_primaryNav_right.png') no-repeat right bottom;
	padding: 0 .8em 2px;
	margin: 0;
	position: relative;
	z-index: 2;
}

#primary-nav li {
	float: left;
	list-style: none;
	margin: 0;
	background: none;
	padding: 0;
}

#primary-nav li a {
	float: left;
	padding: 0 .6em;
	line-height: 20px;
	color: #d0d0d0;
	text-decoration: none;
	padding-bottom: 2px;
}

#primary-nav li a:hover {
	color: #fff;
	border-bottom: 2px solid #ea6420;
	padding-bottom: 0;
}

#secondary-nav {
	float: right;
	clear: right;
	margin: 10px 20px 0 0;
	background: url('/images/bg_secondaryNav_left.png') no-repeat left top;
}

#secondary-nav ul {
	float: left;
	background: url('/images/bg_secondaryNav_right.png') no-repeat right top;
	padding: 0 0 0 8px;
	margin: 0;
	position: relative;
	z-index: 1;
	*min-width: 590px;
}

#secondary-nav ul li {
	float: left;
	list-style: none;
	border-right: 1px solid #0d5995;
	border-left: 1px solid #1175ae;
	height: 34px;
	margin: 0;
	background: none; 
	padding: 0;
}

#secondary-nav ul li.first {
	border-left: none;
}

#secondary-nav ul li.last {
	border-right: none;
}

#secondary-nav li a {
	float: left;
	padding: 0 12px;
	font-size: 1.1em;
	color: #eee;
	text-decoration: none;
	line-height: 34px;
	position: relative;
}

#secondary-nav li a span {
	position: relative;
	top: 0;
	left: 0;
}

#secondary-nav li a span.shadow {
	top: .095em;
	left: .95em;
	color: #131c25;
	position: absolute;
	display: none;
}

#secondary-nav li a:hover {
	color: #fff;
}

#secondary-nav li a:hover span.shadow {
	display: block;
}

#search-form {
	position: relative;
	float: right;
	clear: right;
	margin: 10px 0 0 0;
	white-space: nowrap;
}

#search-form input[type="text"] {
	position: relative;
	width: 275px;
	color: #333;
	background: #fff;
	border: 1px solid #225a8d;
	line-height: 22px;
	height: 22px;
	font-size: 13px;
	padding-left: 4px;
	padding-right: 22px;
	margin-right: 20px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

#search-form input[type="submit"] {
	background: url('/images/search.png') no-repeat 0 0;
	display: block;
	cursor: pointer;
	position: absolute;
	padding: 0;
	top: 4px;
	right: 24px;
	width: 18px;
	height: 18px;
	border: 0;
}

#content-header {
	float: left;
	width: 75%;
	position: relative;
	left: 75%;
	overflow: hidden;
	padding: 0.2em 0;
	color: #fff;
	background: #ea6420;
	border-bottom: 1px solid #d1591d;
}

#content-header .breadcrumb {
	float: left;
	padding-left: 1em;
}

#content-header .breadcrumb h1 {
	font-size: 1em;
	line-height: 1.4;
	display: inline;
}

#content-header .breadcrumb h2, #content-header .breadcrumb h3, #content-header .breadcrumb h4, #content-header .breadcrumb h5, #content-header .breadcrumb h6 {
	font-size: 1em;
	line-height: 1.4;
	display: inline;
	font-weight: normal;
}

#content-header .breadcrumb a {
	color: #fff;
}

#content-header .breadcrumb span {
	height: 11px;
	background: url('/images/arrows.png') no-repeat -3px -14px;
}

#content-header .ex-rate {
	float: right;
	padding-right: 1em;
	font-size: .95em;
}

#primary-content {
	float: left;
	width: 73%;
	position: relative;
	left: 76%;
	overflow: hidden;
	padding: .5em 0 .5em 0;
	min-height: 570px;
}

#primary-content p {
	margin: .5em 0;
}

#primary-content p, #primary-content li {
	line-height: 1.5;
	font-weight: normal;
}

#primary-content a, #primary-content a:visited {
	color: #0f67a1;
	text-decoration: underline;
}

#primary-content a:hover, #primary-content a:visited {
	color: #176092;
	text-decoration: underline;
}

#primary-content a img {
	border: 0;
}

#primary-content h2 {
	color: #333;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.25em;
	margin: 0 0 .6em !important;
}

#primary-content h2 a {
	text-decoration: none !important;
}

#primary-content h2 a:hover {
	text-decoration: underline !important;
}

#primary-content h3 {
	color: #333;
	font-size: 1.25em;
	margin: .6em 0 0 !important;
}

#primary-content h4 {
	color: #333;
	font-size: 1em;
	margin: .6em 0 0 !important;
}

#primary-content ul li {
	margin-left: 2em;
	list-style-type: disc;
}

#primary-content ol li {
	margin-left: 2em;
	list-style-type: decimal;
}

#leftside-nav {
	float: left;
	width: 25%;
	position: relative;
	left: 75%;
	overflow: hidden;
}

#categories {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#categories li {
	margin: 0;
	padding: 0;
}

#categories li ul.children {
	font-weight: normal;
	margin-left: 15px;
	border-left: 1px solid #eee;
}

#categories a, #categories a:active {
	line-height: 1.4;
	color: #0f67a1;
	display: block;
	padding: .2em 15px;
	margin: 0;
	text-decoration: none;
	position: relative;
	border-bottom: 1px solid #eee;
}

#categories a:hover {
	background: #eee;
	color: #192839;
	border-bottom: 1px solid #ddd;
}

#categories a:focus {
	outline: none;
}

#categories li.expandable>a, #categories li.expandable>a:active {
	background: url('/images/arrows.png') no-repeat 0 -28px;
}

#categories li.expandable>a:hover {
	background: #eee url('/images/arrows.png') no-repeat 0 -72px;
}

#categories li.expanded>a, #categories li.expanded>a:active {
	background: url('/images/arrows.png') no-repeat 0 -117px;
}

#categories li.expanded>a:hover {
	background: #eee url('/images/arrows.png') no-repeat 0 -161px;
}

#categories ul.children li.expandable>a, #categories ul.children li.expandable>a:active {
	background: url('/images/arrows.png') no-repeat 0 -50px;
}

#categories ul.children li.expandable>a:hover {
	background: #eee url('/images/arrows.png') no-repeat 0 -94px;
}

#categories ul.children li.expanded>a, #categories ul.children li.expanded>a:active {
	background: url('/images/arrows.png') no-repeat 0 -138px;
}

#categories ul.children li.expanded>a:hover {
	background: #eee url('/images/arrows.png') no-repeat 0 -182px;
}

#pages-nav {
	margin: .8em 0 .5em 0;
	text-align: center;
	font-size: 1.2em;
}

#pages-nav a {
    text-decoration: none;
    padding: 0 .1em;
}

#trigger {
	font-weight: bold;
}

#trigger span {
	display: inline-block;
	width: 9px;
	height: 5px;
	margin-left: 4px;
	vertical-align: middle;
	background: url('/images/arrows.png') no-repeat 0 0;
}

#trigger span.toggled {
	background-position: -11px 0;
}

#trigger:hover span {
	background-position: 0 -7px;
}

#trigger:hover span.toggled {
	background-position: -11px -7px;
}

#basket-total-qty {
	font-weight: normal;
    cursor: pointer;
}

#basket-panel {
	position: absolute;
	top: 100%;
	right: 0;
	display: none;
	background: #296ca9;
	border: 1px solid #225a8d;
	width: 600px;
	height: auto;
	z-index: 100;
	padding: 5px;
	color: #fff;
}

#basket-panel div {
	margin-top: .5em;
	margin-bottom: 1em;
}

#basket-del-selected {
	float: left;
}

#basket-make-order {
	float: right;
}

#basket-content {
	width: 100%;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}

#basket-content th {
	background: #225a8d;
}

#basket-content th, #basket-content td {
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 2px;
	vertical-align: middle;
}

#basket-content td a, #basket-content td a:visited {
	color: #fff;
	border-bottom: 0 !important;
	padding-bottom: 0 !important;
}

#order-panel {
	width: 600px;
	text-align: right;
}

#order-panel p {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

#order-info td {
	padding: 2px;
	vertical-align: baseline;
}

#order-info div {
	float: left;
}

#order-info .footnote {
    font-size: .85em;
    padding: .5em 0 0 .7em;
}

#order-info .hint {
	font-size: .85em;
    padding: 0 0 .5em .7em;
}

#order-info .hint span {
    font-style: italic;
}

#order-info input[type="submit"], #order-info input[type="button"] {
	margin-left: 10px;
}

#order-info input[type="text"], #order-info textarea {
	width: 450px;
	max-width: 450px;
	min-width: 450px;
}

#order-info select {
	width: 100%;
}

#pay-type-noncash-info {
	display: none;
}

#filter-bar {
	padding-bottom: .25em;
	margin-bottom: .5em;
	border-bottom: 1px solid #ddd;
}

#filter-bar div {
	width: 100%;
	display: inline-block;
}

#filter-bar div a {
	padding-right: .1em;
}

#filter-bar div p {
	float: left;
	margin: 0 !important;
	text-indent: -2.8em;
	padding: 0 .8em 0 2.8em !important;
}

#image-gallery {
	text-align: center;
}

#image-gallery a img {
	border: 1px solid #ddd;
}

#quick-links {
	margin: 20px 0;
	width: 100%;
}

#quick-links p {
	padding: .2em 18px;
	background: #225a8d;
}

#quick-links a {
	color: #fff;
	font-weight: bold;
}

.container2 {
	clear: left;
	float: left;
	position: relative;
	z-index: 2;
	overflow: hidden;
	background: #fff;
	width: 100%;
	border-left: 1px solid #114989;
	border-right: 1px solid #114989;
}

.container1 {
	float: left;
	position: relative;
	z-index: 1;
	right: 75%;
	width: 100%;
	background: #fafafa;
	border-right: 1px solid #eee;
}

.panel p {
	clear: both;
	font-size: 1.25em;
	font-weight: bold;
	text-align: right !important;
	padding: 0 4px !important;
	text-transform: uppercase;
	margin-bottom: .4em;
	background: #2768a4;
}

.panel input {
    border: 1px solid #fff;
	background: #225a8d;
	color: #fff;
	padding: 2px 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.panel input[disabled] {
	border: 1px solid #999;
	background-color: #ddd;
	color: #999;
}

.panel input[type="button"], .panel input[type="submit"] {
	padding: 4px 16px;
	cursor: pointer;
}

.panel input[type="text"] {
	border: 1px solid #fff;
}

.panel input[type="checkbox"] {
	background: transparent;
    border: 0;
}

.panel textarea {
	font-size: 1em;
	border: 1px solid #fff;
	background: #225a8d;
	color: #fff;
	padding: 2px 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.panel select {
    border: 1px solid #fff;
	background: #225a8d;
	color: #fff;
	padding: 1px 1px 1px 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.icon {
	width: 13px;
	height: 13px;
}

.icon.phone {
	background: url('/images/icons.gif') no-repeat 0 0;
}

.icon.pencil {
	background: url('/images/icons.gif') no-repeat -13px 0;
}

.icon.time {
	background: url('/images/icons.gif') no-repeat -26px 0;
}

.icon.home {
	background: url('/images/icons.gif') no-repeat -39px 0;
}

.object-list {
	text-align: center;
}

.object-list div {
	vertical-align: middle;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	padding: .5em;
	margin: 5px 15px 15px 2px;
	width: 140px;
	overflow: hidden;
}

.object-list.group div {
	vertical-align: top;
	width: 120px;
}

.object-list img {
	margin: 0 0 .5em 0;
	display: block;
}

.object-list span {
	display: inline-block;
	color: #ff0000;
	font-weight: bold;
	font-size: .9em;
}

.static p {
	text-align: justify;
}

.static img {
	border: 1px solid #ddd;
}

.current {
	font-weight: bold;
}

.item-mark {
	position: absolute;
	right: 4px;
	top: 4px;
	width: 47px;
	height: 11px;
}

.item-mark.new {
	background: url('/images/mark.png') no-repeat 0 0;
}

.item-mark.discount {
	background: url('/images/mark.png') no-repeat 0 -11px;
}

.item .item-pic {
	float: left;
	position: relative;
	margin-right: 1em;
}

.item .item-info {
	float: left;
}

.item .item-buy {
	float: left;
	margin-left: 1em;
}

.item .item-desc {
	text-align: justify;
}

.add-to-basket > a {
	display: block;
	width: 100%;
	height: 100%;
}

.item .add-to-basket {
	background: url('/images/buttons.png') no-repeat 0 -32px;
	position: relative;
	display: block;
	width: 111px;
	height: 32px;
}

.item .in-basket {
	background-position: 0 -64px;
}

.item .to-wishlist {
	background-position: 0 -96px;
}

.item .in-wishlist {
	background-position: 0 -128px;
}

.item-list .add-to-basket {
	background: url('/images/buttons.png') no-repeat 0 0;
	position: relative;
	display: block;
	width: 32px;
	height: 32px;
}

.item-list .in-basket {
	background-position: -32px 0;
}

.item-list .to-wishlist {
	background-position: -64px 0;
}

.item-list .in-wishlist {
	background-position: -96px 0;
}

.item-list {
	border-collapse: collapse;
}

.item-list tr {
	min-height: 50px;
	width: 100%;
}

.item-list td {
	border-bottom: 1px solid #eee;
	padding: .5em .5em;
}

.item-list td.item-pic {
	text-align: center;
	vertical-align: middle;
	min-width: 140px;
}

.item-list td.item-pic div {
	position: relative;
	display: block;
}

.item-list td.item-desc {
	width: 100%;
}

.item-list td.item-desc p {
	text-align: justify;
}

.item-list td.item-info {
	text-align: center;
	vertical-align: middle;
	min-width: 100px;
	white-space: nowrap;
}

.item-list td.item-buy {
	vertical-align: middle;
}

.invalidField {
	border: 1px solid red !important;
}

.specs {
	padding-top: .5em;
}

.specs li {
	list-style-type: none !important;
	margin-left: 0 !important;
	float: left;
	/*clear: both;
	width: 100%;*/
	width: 47%;
	margin-right: 3%;
	padding-bottom: .25em;
	background: url('/images/dot.gif') repeat-x 0 1.2em;
}

.specs li .key span {
	float: left;
	padding-right: 4px;
	background: #fff;
}
.specs li .value {
	float: right;
	padding-left: 4px;
	background: #fff;
}

.bold, .price, .presense {
	font-weight: bold;
}

.oldprice {
	color: #000 !important;
	text-decoration: line-through;
}

.presense.present {
	color: #008000;
}

.presense.store {
	color: #404040;
}

.spoiler {
	display: none;
}

.bottomtext .spoiler {
	display: inline;
}

.bottomtext {
	text-align: center;
	font-size: .75em;
	margin-bottom: 1em;
	color: #d9d9d9;
}

.bottomtext a {
	color: #d9d9d9;
}

.news-content {
	display: none;
	padding-left: 1em;
}

.popup-panel {
	display: none;
	position: absolute;
	right: 100%;
	margin-right: 10px;
	padding: 5px 10px 10px 10px;
	white-space: nowrap;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 0 0 6px #000;
	-webkit-box-shadow: 0 0 6px #000;
	box-shadow: 0 0 6px #000;
}

.popup-panel p {
	margin: 0 0 .5em 0 !important;
}

.popup-panel div.arrow, .popup-panel div.arrow-border {
	border-color: transparent;
	border-style: solid;
	border-width: 10px;
	width: 0;
	height: 0;
	position: absolute;
	right: -20px;
	top: 50%;
	margin-top: -10px;
}

.popup-panel div.arrow-border {
	right: -21px;
}

.popup-panel.basket {
	background: #296ca9;
	border: 1px solid #225a8d;
	text-align: center;
}

.popup-panel.basket div.arrow {
	border-left-color: #296ca9;
}

.popup-panel.basket div.arrow-border {
	border-left-color: #225a8d;
}

.popup-panel.basket a {
	color: #fff !important;
}

.popup-panel.wishlist {
	background: #b9b9b9;
	border: 1px solid #999;
	text-align: right;
}

.popup-panel.wishlist div.arrow {
	border-left-color: #b9b9b9;
}

.popup-panel.wishlist div.arrow-border {
	border-left-color: #999;
}

.popup-panel.wishlist a {
	color: #000 !important;
}

.popup-panel.wishlist input {
	border: 1px solid #999;
	margin: 0 0 2px 2px;
}

.unselectable {
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.spinedit-left, .spinedit-right {
	border: 1px solid #fff;
	cursor: pointer;
}

.spinedit-left:hover, .spinedit-right:hover {
	color: #2768a4;
	background-color: #fff;
}

.spinedit-left {
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}

.spinedit-right {
	-moz-border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
}

/* ----- simplemodal ----- */
#simplemodal-overlay {
	background-color: #000;
}

#simplemodal-container {
	color: #fff;
	background-color: #114989;
	border: 4px solid #225a8d;
	padding: 10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 0 0 6px #000;
	-webkit-box-shadow: 0 0 6px #000;
	box-shadow: 0 0 6px #000;
}

#simplemodal-container p {
	text-align: justify;
	padding-bottom: 1em;
}

.simplemodal-close {
	display: block;
	float: right;
}

/* ----- autocomplete ----- */
.autocomplete-w1 { background:url(/images/shadow.png) no-repeat bottom right; position:absolute; top:0px; left:0px; margin:8px 0 0 6px; /* IE6 fix: */ _background:none; _margin:0; }
.autocomplete { border:1px solid #114989; background:#FFF; cursor:default; text-align:left; max-height:350px; overflow:auto; margin:-6px 6px 6px -6px; /* IE6 specific: */ _height:350px;  _margin:0; _overflow-x:hidden; }
.autocomplete .selected { background:#F0F0F0; }
.autocomplete div { padding:2px 5px; white-space:nowrap; }
.autocomplete strong { font-weight:normal; color:#3399FF; }

/* ----- clearfix for floats ----- */
.clearfix:after { content: "."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix { display:inline-block; }		
/* hides clearfix from IE-mac \*/
* html .clearfix { height:1%; }
.clearfix { display:block; }
/* end hide from IE-mac */

@media print {
	body, input, textarea, select { font-size: 10pt; font-weight: normal; color: #000; }
	#primary-content a, #primary-content a:visited { color: #000; text-decoration: none; }
	#footer, #header, #leftside-nav, #filter-bar, #pages-nav { display: none; }
	#primary-content, #content-header { left: 0; width: auto; overflow: auto; }
	.container1 { background: #fff; left: 0; }
	.container2 { border: 0; }
}

