body { 
	line-height: 1.5; 
	background: #fff; 
	margin: 0; 
	background: #fff url(../images/head_background.png) repeat-x 0 0;
	color: #666; 
   font-family: Helvetica, Arial, sans-serif; 
   font-size: 12px;
}

table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight:400; }

blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

a img { border: none; }


.container {
  width: 950px;
  margin: 0 auto;
}

div#header {
	height: 126px;
	position: relative;
	margin-bottom: 10px;
}


.col {
  float: left;
  margin-right: 10px;
}

.left_col {
	padding-right:20px;
}



.last { margin-right: 0; }

.span-24  { width: 950px; margin: 0; }

.border {
  padding-right: 4px;
  margin-right: 5px;
  border-right: 1px solid #eee;
}

.colborder {
  padding-right: 24px;
  margin-right: 25px;
  border-right: 1px solid #eee;
}

hr {
  background: #ddd; 
  color: #ddd;
  clear: both; 
  float: none; 
  width: 100%; 
  height: 1px;
  margin: 0 0 18px;
  border: none; 
}
hr.space {
  background: #fff;
  color: #fff;
  margin: 0 0 36px;
}

.clear { display: inline-block; }   
.clear:after, .container:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
* html .clear { height: 1%; }
.clear { display: block; }

.left   { float:left; }
.right  { float:right; }

.hide   { display:none; }

.reset-margin   { margin:0; } 
.reset-padding  { padding:0; } 
.reset          { margin:0; padding:0; } 

.align-justify  { text-align:justify; } 
.align-left     { text-align:left; } 
.align-center   { text-align:center; } 
.align-right    { text-align:right; } 


h1,h2,h3,h4,h5,h6 { 
  color: #000; 
  font-family: Helvetica, Arial, sans-serif; 
}

h1,h2,h4,h5,h6, TD.infoBoxHeading { font-weight: normal; }

h1 { font-size: 30px; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 24px; margin-bottom: 0.75em; }
h3 { font-size: 16px; line-height: 1.2; font-weight: bold; }
h4 { font-size: 12px; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 11px; font-weight: bold; margin-bottom: 1.5em; }
h6, TD.infoBoxHeading{ font-size: 12px; font-weight: bold; }
h3.left_col { color: #666666; background-image: url(../images/infobox_top.png); background-position: center top;  background-repeat: no-repeat; padding: 9px 13px 8px 13px; }


p           { margin: 0 0 18px; }

ul          { list-style-type: circle; }
ol          { list-style-type: decimal; }
dl          { margin: 0 0 18px 0; }
dl dt       { font-weight: normal; }
dd          { margin-left: 18px;}

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin-top: 18px; font-style: italic; }
del         { color:#666; }

a:focus, 
a:hover     { color: #ad152a; text-decoration: underline; }
a           { color: #ad152a; text-decoration: none; }

blockquote  { margin: 18px; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
pre,code    { margin: 18px 0; white-space: pre; }
pre,code,tt { font: 12px 'andale mono', 'monotype.com', 'lucida console', monospace; line-height: 18px; } 
tt          { display: block; margin: 18px 0; line-height: 18px; }


input, select { cursor: pointer; }
input[type='text'], input[type='password']  { cursor: text; }
textarea, input { padding: .3em .4em .15em .4em; }
select { padding: .1em .2em 0 .2em; }
option { padding: 0 .4em; }
th, td { padding: .2em; }

b {
	font-weight: bold;
}

/* GENERAL */

a#account {
	background: url(../images/login.png) no-repeat 0 0;
	cursor: hand;
	cursor: pointer;
	height: 80px;
	position: absolute;
	right: 0;
	text-indent: -9999px;
	top: 0;
	width: 81px;
	z-index: 999;
}

a#store_logo {
	background: url(../images/store_logo.png) no-repeat;
	display: block;
	height: 78px;
	position: relative;
	text-indent: -9999px;
	top: 5px;
	width: 201px;
}



div#top-right {
	height: 36px;
	position: absolute;
	right: 0;		
	top: 0;
	width: 356px;
}

div#search {
	background: url(../images/search.png) no-repeat 0 0;
	float: right;
	height: 27px;
	padding: 9px 9px 0px 9px;
	width: 193px;
}

div#search input {
	background: #aaa url(../images/search-off.png) no-repeat 3px;
	border: 1px solid #666;
	font-size: 11px;
	height: 14px;
	padding: 2px 2px 2px 24px;
	width: 164px;
}

div#search input:hover,
div#search input:focus {
	background: #fff url(../images/search-on.png) no-repeat 3px;
	border: 1px solid #ddd;
}

/* Menu */
table#nav {
	margin: 0;
	padding: 0;
	margin-top: 2px;
	float: left;
}
td.right_nav {
	text-align: left;
}
td.left_nav {
	text-align: right;
}
ul#main-nav {
    font: bold 1em Helvetica, Arial, sans-serif;
	 margin: 10px 0 0 0;
}
ul#main-nav li {
    float: left; 
    list-style: none; 
	 display: block;
	 margin-right: 3px;
} 

ul#main-nav li a {
    display: block; 
    position: relative; 
	 height: 16px;
    padding: 10px 10px 8px 10px; 
	 text-decoration: none;
	 font-size: 1.2em;
}
ul#main-nav li a:link, ul#main-nav li a:visited { 
  	 background-image: url(../images/menu_back-1.png);
	 background-repeat: repeat-x;
    color: #fff;
    background-color: #454545; 
}
ul#main-nav li a:active {
    background-color: #fff; 
	 background-image: none;
    color: #000; 
} 
ul#main-nav li a:hover {
    background-color: #2C68A8; 
    color: #fff; 
	 background-image: url(../images/menu_back-2.png);
	 background-repeat: repeat-x;
}	

ul#main-nav li a#green {
	 background-image: url(../images/menu_back-3.png);
}


ul#main-nav {
    font: bold 1em Helvetica, Arial, sans-serif;
}

ul#second-nav {
    font: 1em Helvetica, Arial, sans-serif;
	 margin: 20px 0 0 0px;
	 padding: 0px;
}
ul#second-nav li {
    display: inline; 
    list-style: none;  
} 
ul#second-nav li a {
    /*display: block; */
    position: relative; 
    padding: 10px 0px 8px 20px; 
 	 height: 16px;
    color: #fff; 
	 text-decoration: none;
}
ul#second-nav li a:active {
	color: #000; 
}	
ul#second-nav li a:hover {
    color: #2C68A8; 
}	


/* @end */

div#content h2 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 18px 0;
}

.posts {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
ul.news li {
	font-size: 12px;
	line-height: 1;
	margin-bottom: 7px;
}


.boxText {  }
.errorBox { font-family : Helvetica, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Helvetica, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Helvetica, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

FORM {
	display: inline;
}


TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}
.infoBox2, li.widget {
	background-image: url(../images/infobox_back.png);
	background-position: center top;
	background-repeat: repeat-y;
}
.infobox2_bottom {
	background-image: url(../images/infobox_bottom.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	width: 100%;
	height: 5px;
	margin-bottom: 11px
}
li.infobox2_bottom {
	margin-top: -15px;
}

table.infoBox2 td table.infoBoxContents {
	padding: 12px 24px 12px 24px;
	font-family: Georgia, "lucida bright", "times new roman", serif;
	font-size: 14px;
}
li.widget ul {
	padding-top: 10px !important;
	padding-bottom: 20px !important;
}
li.widget ul li ul {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
#sidebar {
	font-size: 14px;
}
.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Helvetica, Arial, sans-serif;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #f8f8f9;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #f8f8f9;
}

TABLE.productListing {
	margin-bottom: 30px;
}

.productListing-heading {
 font-weight: bold;
 	padding: 7px;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}


TD.pageHeading, DIV.pageHeading {
   color: #000; 
   font-family: Helvetica, Arial, sans-serif; 
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 18px 0;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

.smallText {
  font-size: 11px;
}

TD.accountCategory {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}


SPAN.newItemInCart {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: Helvetica, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Helvetica, Arial, sans-serif; font-size: 10px; color: #000000; }

SPAN.markProductOutOfStock {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Helvetica, Arial, sans-serif;
  color: #ff0000;
}
SPAN.productoldprice {
  text-decoration: line-through;
}
SPAN.errorText {
  font-family: Helvetica, Arial, sans-serif;
  color: #ff0000;
}

/* message box */

.messageBox { font-family: Helvetica, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Helvetica, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Helvetica, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Helvetica, Arial, sans-serif; font-size: 10px; color: #ff0000; }


/* index page promo */
#promo {
	/*background-image: url(../images/ferrino-promo.jpg);*/
	background-image: url(../images/ferrino-promo3.jpg);
	background-position: left 5px;
	background-repeat: no-repeat;
	padding-top: 130px;
}


table#checkout_bullet td { padding: 0; }


/* Contacts */
#contacts {
	width: 100%;
	height: 25px;
	background-image: url(../images/contacts_back.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	margin-bottom: 7px;
	text-align: right;
}
#contacts p {
	padding: 2px 0px 0px 0px;
	font-size: 14px;
}
#contacts p span {
	margin-right: 20px;
	margin-left: 20px;
}

/* Stock */
p.on, p.off {
	font-weight: bold;
	text-align: left;
}
p.on span {
	color: #A6E900;
}
p.off span {
	color: #2E6B22;
}

/* WORDPRESS */


.right_col {
	width: 230px;
	padding-left: 20px;
	
}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	width: 230px;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #ad152a;
	text-decoration: none;
	}

a:hover {
	color: #8d1324;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
	

/* End Typography & Colors */




img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	/*content: "\00BB \0020";*/
	}
	

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{

	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

#sidebar ul ul li {
	padding: 0 4px 0 24px;
	font-family: Georgia, "lucida bright", "times new roman", serif;
	}
	
/* End captions */

.right_sidebar {
	padding-top: 5px; }

/* Скругленные углы */

.block{margin:0px 0 8px 0;}
	.container2{min-height:82px; _height:82px; border-right:1px solid #CECECE; border-left:1px solid #CECECE; background:#FFF;}
		.text{padding:10px 15px;}
			.text .shadow{display:none;}

/* ---------------------Additions to the blocks-------------------------- */

.title{height:20px; padding:7px 0 0 15px; border-bottom:1px solid #CCC;}
.blue .title{background:#A9D3E8 url(images/blue.png) repeat-x 0 0;}
.green .title{background:#8DF05D url(images/green.png) repeat-x 0 0;}
.grey .title{background:#F2F2F2 url(images/grey.png) repeat-x 0 0;}
	.title span{float:left; width:21px; min-height:10px; _height:10px;}
	.title strong{float:left; padding:0px 12px 0 0; font:900 12px/1 Arial, sans-serif;}
	.title strong.white{color:#FFF;}

.block .top, .block .bottom{display:block; height:4px; overflow:hidden;}
.b1, .b1 em, .b2, .b2 em, .b3, .b3 em, .b4, .b4 em{display:block; height:1px; overflow:hidden; background:#FFF;}
.b1{border-right:1px solid #E2E2E2; border-left:1px solid #E2E2E2;}
	.b1 em{border-right:1px solid #D6D6D6; border-left:1px solid #D6D6D6;}
	.blue .top .b1 em{border-right:1px solid #B0CEDE; border-left:1px solid #B0CEDE; background:#A6D0E5;}
	.green .top .b1 em{border-right:1px solid #9FF277; border-left:1px solid #9FF277; background:#8BED5C;}
	.grey .top .b1 em{border-right:1px solid #F2F2F2; border-left:1px solid #F2F2F2; background:#F2F2F2;}
.b2{margin:0 1px; border-right:1px solid #D2D2D2; border-left:1px solid #D2D2D2;}
	.b2 em{border-right:1px solid #EAEAEA; border-left:1px solid #EAEAEA;}
	.blue .top .b2 em{border-right:1px solid #B7D6E6; border-left:1px solid #B7D6E6; background:#A8D1E7;}
	.green .top .b2 em{border-right:1px solid #9FF277; border-left:1px solid #9FF277; background:#8DEF5C;}
	.grey .top .b2 em{border-right:1px solid #F2F2F2; border-left:1px solid #F2F2F2; background:#F2F2F2;}
.b3{margin:0 2px; border-right:1px solid #D2D2D2; border-left:1px solid #D2D2D2; background:#DADADA;}
	.b3 em{margin:0 1px; border-right:1px solid #F3F3F3; border-left:1px solid #F3F3F3;}
	.blue .top .b3 em{margin:0; border-right:1px solid #BCD6E3; border-left:1px solid #BCD6E3; background:#ACD5EA;}
	.green .top .b3 em{margin:0; border-right:1px solid #9FF277; border-left:1px solid #9FF277; background:#8DF05D;}
	.grey .top .b3 em{margin:0; border-right:1px solid #F2F2F2; border-left:1px solid #F2F2F2; background:#F2F2F2;}
.b4{margin:0 3px; border-right:1px solid #E2E2E2; border-left:1px solid #E2E2E2; background:#D2D2D2;}
	.b4 em{margin:0 1px; background:#CECECE;}
