/* RESET */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {	margin: 0;	padding: 0;	border: 0;	outline: 0;	font-size: 100%; vertical-align: baseline;	background: transparent;}
body {line-height: 1;}
blockquote,q {quotes: none; }
blockquote:before,blockquote:after,q:before,q:after {content: ''; content: none;}
:focus {outline: 0; }
ins {text-decoration: none; }
del {text-decoration: line-through; }
table {border-collapse: collapse; border-spacing: 0; }
hr {display: none; }
font {color: inherit !important; font: inherit !important; color: inherit !important; }

/* MAIN TYPOGRAPHY */
html { font-size: 62.5%; font-family:  verdana, arial, sans-serif; }
strong, th, thead td, h1, h2, h3, h4, h5, h6 { font-family: arial; font-weight: normal; color: #006699; }
cite, em, dfn { font-style: italic; }
code, kbd, samp, pre, tt, var { font-size: 92%; font-family: courier, monaco, "Lucida Console", mono-space; }
textarea, select, option {font-family: tahoma, courier, monaco, "Lucida Console", mono-space; font-size:95%; }
input[type='text'], input[type='password'] {  font-family: tahoma, courier, monaco, "Lucida Console", mono-space; font-size:95%;}
del { text-decoration: line-through; color: #666; }
ins, dfn { border-bottom: 1px solid #ccc; }
small, sup, sub { font-size: 85%; }
abbr, acronym { text-transform: uppercase; font-size: 85%; letter-spacing: 0.1em; }
a abbr, a acronym { border: none; }
abbr[title], acronym[title], dfn[title] { cursor: help; border-bottom: 1px solid #ccc; }
sup { vertical-align: super; }
sub { vertical-align: sub; }

/* QUOTES */
blockquote { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; color: #666; }
blockquote *:first-child:before { content: "\201C"; }
blockquote *:first-child:after { content: "\201D"; }

/* language specific quotes! */
q { quotes: "\201C" "\201D" "\2018" "\2019"; }


/* FORMS */
legend { background: #fff; }
textarea, input[type='text'], input[type='password'], select { border: 1px solid #ccc; background: #fff; }
textarea:hover, input[type='text']:hover, input[type='password']:hover, select:hover { border-color: #aaa; }
textarea:focus, input[type='text']:focus, input[type='password']:focus, select:focus { border-color: #888; outline: 2px solid #ffffaa; }
input, select { cursor: pointer; }
input[type='text'], input[type='password'] { cursor: text; }
input { vertical-align:middle;}


/* BASE SIZES */
body { font-size: 1.2em; line-height: 1.6em; }
h1 { font-size: 2.2em; line-height: 1em;}
h2 { font-size: 1.9em; line-height: 1em;}
h3 { font-size: 1.7em; }
h4 { font-size: 1.5em; }
h5 { font-size: 1.4em; }
h6 { font-size: 1.2em; }

/* HR */
hr { display: block; background: #aaa; color: #aaa; width: 100%; height: 1px; border: none; }

/* LISTS */
dt { font-weight: bold; }

/* TABLES */



/* MARGINS & PADDINGS */
blockquote *:first-child { margin: 0.8em 0;}
hr, p, ul, ol, dl, pre, blockquote, address, table, form { margin-bottom: 1.6em; }
p+p { margin-top: -0.8em; }

/* NOTE: Calulate header margins: TOP: 1.6em/size, BOTTOM: 1.6em/size/2 */
h1 { margin: 1em 0 0.5em 0;  }
h2 { margin: 1.07em 0 0.535em 0; }
h3 { margin: 1.14em 0 0.57em 0; }
h4 { margin: 1.23em 0 0.615em 0; }
h5 { margin: 1.33em 0 0.67em 0; }
h6 { margin: 1.6em 0 0.8em 0; }
th, td { padding: 0.3em 0; }
caption { padding-bottom: 0.8em; } /* padding instead of margin for IE */
blockquote { padding: 0 1em; margin: 1.6em 0; }
fieldset { padding: 0 1em 1em 1em; margin: 1.6em 0; } /* padding-top is margin-top for fieldsets in Opera */
legend { padding-left: 0.8em; padding-right: 0.8em; }
legend+* { margin-top: 1em; } /* compensates for the opera margin bug */
textarea, input { padding: 0.15em 0.4em 0.25em 0.4em; }
input { margin:0.1em 0.3em 0.3em 0em}
select { padding: 0.1em 0 0 0.2em; }
option { padding: 0 0.4em; }
dt { margin-top: 0.8em; margin-bottom: 0.4em; }
ul { margin-left: 1.5em; }
ol { margin-left: 2.35em; }
ol ol, ul ol { margin-left: 2.5em; }
form div { margin-bottom: 0.8em; }

/* COLORS */
body {background-color: #D6E4E5; color: #333333;}
a:link { text-decoration: underline; color: #006699; }
a:visited { text-decoration: underline; color: #005680; }
a:hover { text-decoration: underline; color: #0088CA; }
a:active, a:focus { text-decoration: underline; color: #0088CA; }
code, pre { color: #006699; } /* very optional, but still useful. W3C uses about the same colors for codes */

/* CLEARFIX */
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; font-size:0;}
.clearfix {display: inline-block;} /* for IE/Mac */
html[xmlns] .clearfix {  display: block; }

/* IMG ALIGN */
img[align=left] {float:left; margin:0 1em 1em 0}
img[align=right] {float:right; margin:0 0 1em 1em}


/* LAYOUT */
body table tr td {padding: 0;}

#wrapper {
	overflow: visible !important;
	overflow: hidden; /* <^- overflow: visible Fix for IE6 */
	clear: both;
	margin: 0 auto;
	text-align: left;
	width: 998px;
	height: 100% !important;
	height: auto;
	background-color: #FFF;
	border-left: 1px solid #626151;
	border-right: 1px solid #626151;}

#topmenu {
	overflow: visible !important;
	overflow: hidden; /* <^- overflow: visible Fix for IE6 */
	float: left;
	width: 998px;
	padding: 13px 0 13px 0;
	color: #fff;
	background-color: #626151;}

#topmenu ul {
	list-style: none;;}

#topmenu ul li {
	float: left;
	margin-right: 20px;}

#topmenu ul li a{
	display: block;
	color: #fff;}

#header {
	overflow: visible !important;
	overflow: hidden; /* <^- overflow: visible Fix for IE6 */
	float: left;
	width: 998px;
	background: url("images/bg-header.jpg") 0 0 no-repeat;
	color: #626151;}

#header_shop {
	overflow: visible !important;
	overflow: hidden; /* <^- overflow: visible Fix for IE6 */
	float: left;
	width: 998px;
	background: url("images/bg-header-shop.jpg") 0 0 no-repeat;
	color: #626151;}

.logo {
	width: 485px;
	height: 145px;
	margin-bottom: 57px;}

#minicart {
	overflow: visible !important;
	overflow: hidden; /* <^- overflow: visible Fix for IE6 */
	float: left;
	width: 217px;
	margin: 38px 0 0 18px;
	font-size: 0.9em;
	line-height: 1.6;
	display: inline; /* <- Doubled Margin Fix for IE */}

#minicart a {
	float: right;
	margin-right: 20px;
	font-size: 0.9em;
	font-style: italic;
	color: #626151;}

.contactbox {
	overflow: visible !important;
	overflow: hidden; /* <^- overflow: visible Fix for IE6 */
	float: left;
	width: 270px;
	height: 73px;
	margin: 27px 0 0 160px;
	line-height: 1;
	font-size: 1.7em;
	font-weight: bold;
	font-family: arial;}

.contactbox span {
	position: relative;
	top: 5px;
	line-height: 15px;
	font-weight: normal;
	font-size: 0.6em;}

#topsearch {
	overflow: visible !important;
	overflow: hidden; /* <^- overflow: visible Fix for IE6 */
	float: left;
	width: 333px;
	margin: 28px 0 0 0;}

#topsearch form {
	margin: 0;
	padding: 8px 0 0 28px;}

#topsearch a {
	float: right;
	margin-right: 65px;
	font-size: 0.9em;
	font-style: italic;
	color: #626151;}

.page_nav {
	overflow: visible !important;
	overflow: hidden; /* <^- overflow: visible Fix for IE6 */
	clear: both;
	float: left;
	white-space: nowrap;
	width: 498px;
	margin: 0 0 0 0;
	font-size: 0.8em;
	font-style: italic;
	color: #fff;
	padding: 8px 250px 10px 250px;
	background: url("images/bg-page_nava.gif") 0% 100% repeat-x;
	display: inline; /* <- Doubled Margin Fix for IE */}

.page_nav a {
	font-style: italic;
	color: #fff;}

#leftcolumn {
	overflow: visible !important;
	overflow: hidden; /* <^- overflow: visible Fix for IE6 */
	float: left;
	width: 205px;
	margin: 15px 20px 0 25px;
	letter-spacing: -0.05em;
	display: inline; /* <- Doubled Margin Fix for IE */}

#leftcolumn ul {
	list-style: none;
	margin: 0;}


#leftcolumn ul li a {
	font-weight: bold;
	color: #333333;}

#leftcolumn ul ul {
	margin: 0 0 5px 10px;}

#leftcolumn ul ul li a {
	font-weight: normal;}

#rightcolumn {
	overflow: visible !important;
	overflow: hidden; /* <^- overflow: visible Fix for IE6 */
	float: right;
	width: 248px;
	margin: 15px 0 0 40px;
	display: inline; /* <- Doubled Margin Fix for IE */}

#rightcolumn h4{
	width: 228px;
	font-size: 1.2em;
	font-weight: bold;
	color: #FFF;
	margin: 0 0 10px 0;
	padding: 8px 0 8px 20px;
	background-color: #626151;}

#maincolumn {
	overflow: visible !important;
	overflow: hidden; /* <^- overflow: visible Fix for IE6 */
	float: left;
	width: 458px;
	padding-bottom: 30px;}

#maincolumn_shop {
	overflow: visible !important;
	overflow: hidden; /* <^- overflow: visible Fix for IE6 */
	float: left;
	width: 708px;
	padding: 0 30px 30px 0;}

#footer {
	overflow: visible !important;
	overflow: hidden; /* <^- overflow: visible Fix for IE6 */
	clear: both;
	line-height: 115px;
	margin: 0 auto;
	width: 998px;
	height: 101px;
	text-align: center;
	background: url("images/bg-footer.jpg") 0 0 no-repeat;
	border-left: 1px solid #626151;
	border-right: 1px solid #626151;}


.product_forma {
	width: 650px;
	margin-bottom: 10px;
	background: url("images/bg-page_nava.gif") 0% 100% repeat-x;}

.product_forma h6 {
	width: 650px;
	margin: 0 0 0 0;
	padding: 3px 0 5px 20px;
	background-color: #626151;}

.product_forma h6 a {
	font-size: 1.1em;
	color: #FFF;}

.product_forma h6 a:visited {
	color: #FFF;}

.product_forma img {
	float: left;
	margin: 10px 10px 0 0;}

.product_des {
	margin-top: 5px;}

.product_int {
	clear: both;
	overflow: visible;
	padding: 10px 0 10px 0;
	width: 650px;}

.product_int img {
	position: relative;
	top: -10px;}

.product_int .value {
	font-weight: bold;
	font-family: arial;
	font-size: 1.4em;
	color: #006699;}

.product_int .valuta {
	font-size: 0.9em;
	color: #006699;}

.product_int .add_to_cart {
	font-size: 0.9em;
	font-style: italic;
	margin-left: 25px}

.product_int .more {
	font-size: 0.9em;
	font-style: italic;
	margin-left: 25px}



.product_info {
	width: 708px;
	margin-bottom: 20px;}

.product_info h6 {
	width: 708px;
	font-size: 1.4em;
	color: #FFF;
	margin: 0 0 10px 0;
	padding: 3px 0 5px 20px;
	background-color: #626151;}

.product_info img { margin: 10px 10px 10px 0;}

.product_info .product_int img {
	top: 13px;}

#rightcolumn table tr td .product_forma {
	width: 248px;
	padding-bottom: 10px;
	font-size: 0.9em;
	line-height: 1.2em;
	background: url("images/bg-page_nava.gif") 0% 100% repeat-x;}

#rightcolumn table tr td .product_forma h6 {
	width: auto;
	background-color: transparent;}

#rightcolumn table tr td .product_forma h6 a {
	font-style: italic;
	color: #333333;}

#rightcolumn table tr td .product_forma img {
	clear: both;
	float: left;
	margin: 10px 10px 0 0;}

#rightcolumn table tr td .product_forma .product_des {
	padding-right: 10px}

#rightcolumn table tr td .product_forma .product_int {
	width: 248px;
	font-size: 1.1em;}

#rightcolumn table tr td .product_forma .product_int img {
	position: relative;
	top: -13px;}

#rightcolumn table tr td .product_forma .product_int .more {
	display: none;}


#cartwindow{
   position:absolute;
   left:10px;
   top:0;
   visibility:hidden; 
   width: 250px; 
   height: 68px;
   Z-INDEX: 2;
   BACKGROUND: #C0D2EC;
	
   padding:10px;
   border: solid;
   border-width: 1px; 
   border-color:#4D88C8;
   FILTER: revealTrans  (duration=1,transition=4);}

#cartwindow *{ 
  color: 000000;
  font-size: 11px;}

#comparewindow{
   position:absolute;
   left:10px;
   top:0;
   visibility:hidden; 
   width: 250px; 
   height: 68px;
   Z-INDEX: 2;
   BACKGROUND: #C0D2EC;
   padding:10px;
   border: solid;
   border-width: 1px; 
   border-color:#4D88C8;
   FILTER: revealTrans  (duration=1,transition=4);}


/* © Kirill Petrovich, 2009 (petrovich_yar@mail.ru)  */
