html, body {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #FFF;
}
table, table td {
	margin: 0;
	border: 0;
	border-collapse: collapse;
}
#logo {
	width: 99px;
	height: 104px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}
#header {
	height: 40px;
	background: url('/img/bg_main.jpg') repeat-x;
	vertical-align: middle;
	margin: 0;
	padding-left: 110px;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}
#menu {
	height: 23px;
	background: #FFF url('/img/bg_btn.jpg') repeat-x;
	margin: 0;
	padding-left: 110px;
	vertical-align: middle;
}

#menu a, #menu span.loginBtn, #menu span.profileMenuBtn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #FFF;
	text-decoration: none;
	font-style: italic;
	margin-right: 25px;
	cursor: pointer;
}

#menu a:hover, #menu span.loginBtn:hover, #menu span.profileMenuBtn:hover {
	color: #000;
}

#menu #cartLogo {
	vertical-align: middle;
}

#menu span.loginWrapper, #menu span.profileMenuWrapper {
	position: relative;
}

#menu .registration a {
	color: blue;
	font-size: 12px;
	font-style: normal;
	margin: 0 5px;
}

#menu .registration a:hover {
	text-decoration: underline;
}

#loginBlock {
	width: 200px;
	padding: 10px;
	background-color: #E9E9E9;
	border: 1px solid #CCC;
	position: absolute;
	top: 19px;
	display: none;
}

#loginBlock input {
	width: 150px;
}


#profileMenuBlock {
	width: 100px;
	padding: 10px;
	background-color: #00677A;
	position: absolute;
	top: 19px;
	display: none;
}

#menuLeft {
	width: 150px;
	margin: 10px 0 0 10px;
}

#menuLeft div {
	margin-bottom: 5px;
}

#menuLeft div a {
	color: blue;
	text-decoration: none;
}

#menuLeft div a:hover {
	text-decoration: underline;
}

#menuLeft div a.active {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

.cell {
	display: inline-block;
}

a:link {
	font-size: 13px;
	color: #177ba9;
}

a:active {
	font-size: 13px;
	color: #177ba9;
}

a:hover {
	font-size: 13px;
	color: #000000;
}

a:visited {
	font-size: 13px;
	color: #4323a0;
}

h1, h2, h3, h4 {
	margin: 5px 0;
	padding:0;
}

h2.title, a.title {
	font-size: 15px;
	color: #7e7e7e;
	font-weight: bold;
}

img {
	border: 0;
}

td.middle {
	vertical-align: middle;
}

td.top, table.top td {
	vertical-align: top;
}

td.bottom, table.bottom td {
	vertical-align: bottom;
}

/* PADDING */
.p5 {padding:5px;}
.p10 {padding:10px;}
.p-v5 {padding:5px 0;}
.p-v3 {padding:3px 0;}
.p-bottom10 {padding-bottom:10px;}
.p-bottom30 {padding-bottom:30px;}
.p-top5 {padding-top:5px;}
.p-top10 {padding-top:10px;}
.p-top20 {padding-top:20px;}
.p-top40 {padding-top:40px;}
.p-top50 {padding-top:50px;}
.p-left20 {padding-left:20px;}
.p-left30 {padding-left:30px;}
.p-left120 {padding-left:120px;}
.p-right5 {padding-right:5px;}
.p-right10 {padding-right:10px;}
.p-right30 {padding-right:30px;}

/* MARGIN */
.m-left5 {margin-left:5px;}
.m-left30 {margin-left:30px;}
.m-top5 {margin-top:5px;}
.m-top10 {margin-top:10px;}
.m-top30 {margin-top:30px;}
.m-top40 {margin-top:40px;}
.m-bottom10 {margin-bottom:10px;}
.m-bottom20 {margin-bottom:20px;}
.m-bottom25 {margin-bottom:25px;}
.m-bottom30 {margin-bottom:30px;}
.m-bottom40 {margin-bottom:40px;}
.m-right10 {margin-right:10px;}

/* COLOR */
.white {
	color: #FFF;
}
.titleColor {
	color: #77867F;
}
.red {
	color: #FF0000;
}
.green {
	color: #46BD37;
}

/* BG */
.bg-title {
	background-color: #77867F;
}
.bg-white {
	background-color: #FFF;
}
.bg-grey {
	background-color: #d5d5d5;
}
.bg-yellow {
	background-color: #FCF9E8;
}

/* FONT */
.bold {
	font-weight: bold;
}

.f12 {
	font-size: 12pt;
}

.f14 {
	font-size: 14pt;
}

/* ALIGN */
.v-top {
	vertical-align: top;
}
.v-mid {
	vertical-align: middle;
}

/* ZOOM */
#infoBox {
	position: relative;
	border: 1px solid #CCC;
	background-color: #FCF9E8;
	display: block;
	min-height: 350px;
	width: 330px;
}

.termsBlock {
	margin-top: 5px;
	padding: 0 10px 10px 10px;
	border: 1px solid #CCC;
	background-color: #FCF9E8;
	width: 680px;
	text-align: justify;
}

.call {
	margin-top: 20px;
	padding: 10px;
	border: 1px solid #CCC;
	background-color: #FCF9E8;
	width: 400px;
}

.comment {
	margin-bottom: 10px;
}

.comment p {
	margin: 3px 0;
}

.price {
	font-size: 14pt;
	font-weight: bold;
	color: green;
}

.catID {
	text-align: right;
	font-weight: bold;
	font-size: 9pt;
	margin-bottom: 3px;
}

.zoomHelp, .catID, .price {
	width: 250px;
	vertical-align: middle;
}

.zoomHelp {
	background-color: #FFF;
	padding: 3px 0;
	font-size: 8pt;
	text-align: center;
}

/* composition container*/
div.wrapper {
	margin: 15px 0;
}

div.wrapper div.num,
div.wrapper div.info,
div.wrapper div.icon {
	float: left;
}

div.wrapper div.icon {
	width: 120px;
	margin-right: 15px;
}

div.wrapper div.num {
	width: 30px;
}

div.wrapper div.info {
	width: 680px;
}

div.wrapper div.clear {
	clear: both;
}

/* FLOAT */
.left {
	float: left;
}
.clear {
	clear: both;
}

/* LISTS */
table.alpha-list td {
	padding: 0;
	font-size: 1em;
}

table.alpha-list ul {
	display: block;
	margin: -1.5em 80px 20px 2em;
	padding: 0;
}

table.alpha-list ul li {
	margin-bottom: 5px;
	list-style-type: none;
}

table.alpha-list h3 {
	display: block;
	margin: 0.8em 0 0 0;
}


/* WIDTH */
.w700 {
	width: 700px;
}

/* SLIDER */
.slider-wrapper ul {
	width: 120px;
	height: 72px;
	overflow: hidden;
}

.demo-wrap li {
	list-style: none;
	margin: 0;
	height: 72px;
}

.slider-block {
	border: 1px solid #CCC;
	background-color: #E1EAED;
	cursor: pointer;
}


/* Sets */
.set,
.set-middle,
.set-short {
	padding: 3px;
	margin-top: 20px;
}

.set {
	width: 600px;
}

.set-middle {
	width: 400px;
}

.set-short {
	width: 120px;
}

.set input[type=text],
.set textarea {
	width: 594px;
}

.set-middle input[type=text],
.set-middle textarea {
	width: 394px;
}

.set-short input[type=text],
.set-short textarea {
	width: 118px;
}

.set span,
.set-middle span,
.set-short span {
	color: #595E66;
	font-size: 9pt;
}

.set span.red,
.set-middle span.red,
.set-short span.red {
	color: #FF0000;
}

.set h4,
.set-middle h4,
.set-short h4 {
	color: #595E66;
}

/* Loader */
img#loader {
	display: none;
	position: absolute;
	z-index: 100;
}

/* Tipsy */
.tipsy { padding: 5px; font-size: .8em; position: absolute; z-index: 100000; }
.tipsy-inner { padding: 5px 8px 4px 8px; background-color: #000; color: white; max-width: 200px; text-align: center; }
.tipsy-inner { border-radius: 3px; -moz-border-radius:3px; -webkit-border-radius:3px; }
.tipsy-arrow { position: absolute; background: url('/img/tipsy.gif') no-repeat top left; width: 9px; height: 5px; }
.tipsy-n .tipsy-arrow { top: 0; left: 50%; margin-left: -4px; }
.tipsy-nw .tipsy-arrow { top: 0; left: 10px; }
.tipsy-ne .tipsy-arrow { top: 0; right: 10px; }
.tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -4px; background-position: bottom left; }
.tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; background-position: bottom left; }
.tipsy-se .tipsy-arrow { bottom: 0; right: 10px; background-position: bottom left; }
.tipsy-e .tipsy-arrow { top: 50%; margin-top: -4px; right: 0; width: 5px; height: 9px; background-position: top right; }
.tipsy-w .tipsy-arrow { top: 50%; margin-top: -4px; left: 0; width: 5px; height: 9px; }

.benefits {
	margin: 50px 0 0 30px;
	padding: 5px;
	vertical-align: top;
	background-color: #FCFCEB;
	border: 1px solid #CCC;
}

.box {
	padding: 10px;
	margin-top: 50px;
	width: 500px;
	border: 1px solid #CCC;
	background-color: #FDFFCF;
}

.hidden {
	display: none;
}

.addToCartBtn {
	font-size: 12px;
	width: 76px;
	height: 18px;
	margin-top: 5px;
	padding: 3px 3px 0 0;
	cursor: pointer;
	color: #000;
	background: url("/img/cart.png") #E9E9E9 no-repeat 1px 1px;
	border: 1px solid #CCC;
	border-radius: 2px;
	text-align: right;
	vertical-align: text-bottom;
	font-weight: normal;
}

.addToCartBtn:hover {
	background-color: #F0F0F0;
}

.addCart {
	cursor: default;
	background-color: #F0F0F0;
	width: 100px;
}

.table {
	border: 1px solid #CCC;
}

.table thead {
	background-color: #E9E9E9;
}

.table td, .table th {
	padding: 5px 10px;
}

.link {
	color: blue;
	cursor: pointer;
}

.link:hover {
	text-decoration: underline;
}
