/*$Id: hero-style.css,v 1.1 2010/12/14 18:00:40 marianojofre Exp $
Basic Typography & Colors
--------------------------------------------------------------
Add general site styling here for typography and background*/
BODY
{
	font-size: 75%;
	background: /*url(../images/body.jpg) repeat*/ #FFF;
	/*background-image: url(../images/bg-herosky.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #B5CCE6;*/
	color: #666666;
	font-family: "Bitter", "Arial", "Helvetica", "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
}
/*Default link styles - separate a:visited for a different visited link style*/
A, A:link, A:visited
{
	color: #7FC10D;
}
/*Hover/active link styles. Don't forget :focus for accessibility*/
A:hover, A:focus, A:active
{
	color: #96BC58;
}
/*Specific Typography
--------------------------------------------------------------*/
#site-name
{
	font-size: 300%;
	line-height: 150%;
	color: #FFFFFF;
	font-variant: small-caps;
	border-bottom: 1px solid #FFFFFF;
}
#site-name A
{
	color: #FFFFFF;
	font-variant: small-caps;
}
.footer-message
{
	font-size: 90%;
}
/*HTML Elements
--------------------------------------------------------------*/
BODY
{
}
/*Site Info
--------------------------------------------------------------
Wrapper around logo, site name, and slogan*/
.header-site-info SPAN
{
	display: block;
}
#header-site-info
{
	width: 340px;
	margin:0px;
}
#header-site-info-inner
{
margin:0px;
}
/*Add float here to put logo and site name side by side, also add margins as
needed*/
#logo
{
	float: left;
	left: 0;
	top: 55px;
	width: auto;
}
/*Link and hover styles for site name*/
#site-name A:link, #site-name A:visited, #site-name A:hover, #site-name A:active
{
	color: #FFFFFF;
	text-decoration: none;
}
/*Typography for site slogan*/
#slogan
{
	color: #422774;
    float:left;
	margin:0px 0px 0px 0px;
	font-size:15px;
	font-weight:bold;
}
/*Regions

Classes (.region-name) should always be used instead of IDs (#region-name) so
that Skinr styles can override them with a class later
--------------------------------------------------------------
All Regions
--------------------------------------------------------------
By default this wrapper is set to 100% width and centered -- override here to
narrow wrapper or align left or right*/
.page
{
}
/*The 0 values here remove padding and spacing at the bottom of the page.
Remove to add a gap at the very bottom of the page*/
.page-inner
{
	border: 0;
	margin-bottom: 0;
	padding: 0;
}
/*Header Regions
--------------------------------------------------------------
Header Top region to the bottom of Header region
For full-width header background, add background image/color here*/
#head1
{
height:0px;
margin:0px 0px 0px 0px;
}
#header-top1
{
width:960px;
margin:0px auto;
}
.header-group-wrapper
{
}
.header-group
{
}
/*Header Top region which sits above the header
Works well with inline login or inline menu block style*/
.header-top-wrapper
{
}
.header-top
{
}
/*Primary Menu
/--------------------------------------------------------------
Add general styles for primary menu here, such as typography, borders, floats,
or spacing above/below*/
#men1
{
height:0px;
margin:0px 0px 10px 0px;
background: url(../images/men1.png) repeat-x top;
}
#header1
{
width:620px;
height:100px;
float:right;
}
#primmenu1
{
background: #98B83C;
width:100%;
height:41px;
border-bottom:3px solid #B3B3B5;
-webkit-box-shadow: 0px 3px 7px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 3px 7px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px 3px 7px 0px rgba(50, 50, 50, 0.75);
}
#primmenu2
{
width:960px;
margin:0px auto;
height:61px;
 /*#3E342D;*/
}
.primary-menu
{
	padding: 0;
	float: left;
	margin-bottom: 0px;
	width:600px;
}
#primary-menu-inner
{
margin:0px;
}
/*styles for Superfish primary menu*/
.primary-menu-inner UL.sf-menu
{
	font-weight: bold;
	font-size:15px;
}
/*Link style for top level menu items, add padding here*/
.primary-menu-inner UL.sf-menu A, .primary-menu-inner UL.sf-menu A:visited
{
	color: #FFF;
	padding:10px 10px;
}
.primary-menu-inner UL.sf-menu A:hover, .primary-menu-inner UL.sf-menu A:active, .primary-menu-inner UL.sf-menu A:focus
{
	background-attachment: scroll;
	background-image: url(../images/bg-hero50.png);
	background-repeat: repeat;
	background-position: 0 0;
}

.primary-menu-inner ul li.active-trail
{
	background-attachment: scroll;
	background-image: url(../images/bg-hero50.png);
	background-repeat: repeat;
	background-position: 0 0;
}
/*These are the top level menu items, add border-right here for separators*/
.primary-menu-inner UL.sf-menu LI
{
}
/*Add border-right: 0; here to remove separator on last menu item*/
.primary-menu-inner UL.sf-menu LI.last
{
}
/*Style for container of dropdown, add background or border*/
.primary-menu-inner UL.sf-menu UL
{
	margin-top: 6px;
}
/*Style for individual dropdown menu items, add border-bottom for separators*/
.primary-menu-inner UL.sf-menu LI LI
{
	background-attachment: scroll;
	background-image: url(../images/bg-hero.png);
	background-repeat: repeat;
	background-position: 0 0;
	border-bottom: 1px solid #FFF;
}
.primary-menu-inner UL.sf-menu LI LI.last
{
}
.primary-menu-inner UL.sf-menu LI LI LI
{
}
/*Style for hover of dropdown menu items (add background-color here)*/
.primary-menu-inner UL.sf-menu LI UL LI:hover, .primary-menu-inner UL.sf-menu LI UL LI.sfHover
{
}
/*Secondary menu
--------------------------------------------------------------
This menu usually appears in the header as a set of simple text links*/
.secondary-menu
{
	padding-top: 0px;
	width: auto;
	font-size: 14px;
	margin:0px;
}
/*Set general style for menu here -- background, alignment, etc.*/
.secondary-menu-inner UL.links
{
}
/*Add a border-right here for a separator*/
.secondary-menu-inner UL.links LI
{
}
/*Add border-right: 0; here to remove right separator on last menu item*/
.secondary-menu-inner UL.links LI.last
{
}
/*Styles for links*/
.secondary-menu-inner UL.links LI A:link, .secondary-menu-inner UL.links LI A:visited
{
	padding: 3px;
	color: #FFF;
	font-weight:bold;
}
.secondary-menu-inner UL.links LI A:hover, .secondary-menu-inner UL.links LI A:focus, .secondary-menu-inner UL.links LI A.active
{
	color: #CAFE04;
}
/*Header - Search
--------------------------------------------------------------*/
#search-box
{
height:28px;
width:266px;
float:right;
margin:6px 0px 0px 0px;
border-bottom:1px solid #FFF;
border-right:1px solid #FFF;
}
.search-box
{
}
#search-box-inner
{
margin:0px;
}
.search-box-inner FORM#search-theme-form
{
}
.search-box-inner INPUT#edit-search-theme-form-header
{
	background:#FFF;
	border: 1px solid #FFF;
	float: left;
	padding:5px 10px;
	width: 210px;
	color: #000;
}
#search-button
{
}
#search-button .searchButton
{
	color: #7E6CD8;
	font-weight: bold;
	background: transparent none repeat scroll 0 0;
	margin:0px 0px 0px 0px;
	background:#FFF;
	padding:0px 5px 0px 0px;

}
/*Preface Regions
--------------------------------------------------------------
The Preface Top region sits between the header and the Main Area
(columns, sidebars, and main content).  The Preface Bottom region
is inside the Main Area.*/
.preface-top-wrapper
{
	/*background-attachment: scroll;
	background-image: url(../images/bg-hero50.png);
	background-repeat: repeat;
	background-position: 0 0;*/
}
.preface-top
{
}
.preface-top-inner
{
	padding-top: 0px;
}
.preface-bottom
{
}
.preface-bottom-inner
{
	padding: 10px;
}
/*Main Area (content + sidebars + preface bottom + postscript top)
--------------------------------------------------------------*/
.main-wrapper
{
	/*background-attachment: scroll;
	background-image: url(../images/bg-hero.png);
	background-repeat: repeat;
	background-position: 0 0;*/
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 180%;
}
.main
{
padding:0px;
width:960px !important;
}
/*Sidebar Regions
--------------------------------------------------------------
Sidebar widths can be controlled through theme settings*/
.sidebar-first
{

}
.sidebar-last
{
}
.sidebar-last .block, .sidebar-first .block
{
	background: #FCFCFC;
	padding: 10px 0px;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0px 2px 7px 0px rgba(50, 50, 50, 0.3);
-moz-box-shadow:    0px 2px 7px 0px rgba(50, 50, 50, 0.3);
box-shadow:         0px 2px 7px 0px rgba(50, 50, 50, 0.3);
}
.sidebar-last .block h2, .sidebar-first .block h2
{
text-align:center;
color:#000;
}
/*Content Regions
--------------------------------------------------------------*/
.content-top
{
margin-left:10px;
}
#content-top .block
{
width:100%;
}
.content-top .inner
{
	padding-top: 10px;
}
.content-group
{
}
.content-inner-inner
{
	padding: 15px;
}
.content-bottom
{
	margin-left: 10px;
	margin-top: 0px;
	padding-top: 0px;
}
/*This region only appears on full node pages. It's useful for ads or other
content between the body of the node and its comments*/
.node-bottom
{
}
/*Postscript & Footer Regions
--------------------------------------------------------------*/
.postscript-top
{
	background: #FFFFFF;
	margin-left: 10px;
}
.postscript-top-inner
{
	border-right-width: 10px;
	padding-left: 10px;
	padding-top: 10px;
}
.postscript-bottom-wrapper
{
	margin-top: 10px;
	padding: 10px;
}
.postscript-bottom
{
}
.postscript-bottom-inner
{
}
.footer-wrapper
{
	background:#4C4C4C;
	border-top:1px solid #F57D2E;
	border-bottom:1px solid #F57D2E;
}
.footer-wrapper DIV.inner
{
	padding: 10px;
}
.footer
{
}
.footer-inner
{
}
.footer-message-wrapper
{
border-top:3px solid #98B83C;
margin-top:15px;
background: /*url(../images/footer.png) repeat-x bottom*/ #B4B4B6;
-webkit-box-shadow: 0px -3px 7px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px -3px 7px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px -3px 7px 0px rgba(50, 50, 50, 0.75);
}
.footer-message
{
	text-align: right;
	padding-top: 0px;
	padding-bottom: 0px;
}
.footer-message-inner
{
}
.footer-message-text
{
margin:0px;
}
/*Page titles
/--------------------------------------------------------------
Page and full node titles*/
H1.title
{
color:#422774;
}
/*Default node styles
/--------------------------------------------------------------
Change unpublished and preview colors for dark background themes*/
.node-unpublished
{
	background-color: #FFF4F4;
}
.preview .node
{
	background-color: #FFFFEA;
}
/*Typography for node titles*/
H2.title
{
}
/*Colors and styles for linked node titles, ie. teaser listing at /node*/
H2.title A:link, H2.title A:visited
{
}
H2.title A:hover, H2.title A:focus, H2.title A:active
{
}
H3
{
	font-variant: small-caps;
}
/*Separators and padding for node teasers*/
.teaser
{
	margin-bottom: 3em;
	padding-bottom: 1.5em;
	border-bottom: 1px solid #BBD4EB;
}
/*Author/date info*/
.meta
{
	margin-top: -8px;
	margin-bottom: 10px;
}
.submitted
{
}
.submitted a
{
display:none;
}
/*Links for nodes (taxonomy, commenting, read more, etc)*/
.node UL.links LI
{
	margin-right: 10px;
}
.node UL.links A
{
}
/*Only more/read more links*/
DIV.node .read-more A, DIV.node .more-link A
{
}
/*Drupal Messages
/--------------------------------------------------------------
General style for all errors/messages (border, padding, etc.)*/
DIV.content-messages DIV.messages, DIV.content-help DIV.help
{
}
/*Status messages: green*/
DIV.content-messages-inner DIV.status
{
}
/*Warning messages: yellow*/
DIV.content-messages-inner DIV.warning
{
}
/*Error messages: red*/
DIV.content-messages-inner DIV.error
{
}
/*Help messages: blue*/
DIV.content-help-inner DIV.help
{
}
/*Error that appears when a required form field is not filled out*/
.form-item INPUT.error, .form-item TEXTAREA.error, .form-item SELECT.error
{
	border: 1px solid #AA1144;
}
/*"New" text and required form field asterisk (default = red)*/
.marker, .form-required
{
	color: #AA1144;
}
TEXTAREA, .form-item INPUT, .form-item SELECT, #content-region INPUT.form-text
{
	border: 1px solid #CCCCCC;
	color: #666666;
	max-width: 95%;
	padding: 5px;
}
.form-item LABEL
{
	display: block;
	font-weight: bold;
}
/*Default block title styles
/--------------------------------------------------------------*/
H2.block-title
{
}
/*Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs
{
}
.breadcrumbs A:link, .breadcrumbs A:visited
{
}
/*Tab Menus
/--------------------------------------------------------------*/
#content-tabs
{
	background-color: transparent;
	float: left;
/*LTR*/
	margin: 20px 0;
	padding: 0;
}
#content-tabs UL.primary, #content-tabs UL.secondary
{
	border-bottom: 1px solid #000;
	clear: both;
	float: left;
/*LTR*/
	margin: 0;
	padding: 0 10px;
}
#content-tabs UL.secondary
{
	border-bottom: 1px solid #555;
	margin-top: 10px;
	text-transform: lowercase;
}
#content-tabs UL.primary LI, #content-tabs UL.secondary LI
{
	border-style: none;
	display: inline;
	float: left;
/*LTR*/
	list-style: none;
	margin: 0 10px;
	padding: 0;
}
#content-tabs UL.primary LI A:link, #content-tabs UL.primary LI A:visited, #content-tabs UL.secondary LI A:link, #content-tabs UL.secondary LI A:visited
{
	background-color: transparent;
	border: none;
	color: #000;
	float: left;
/*LTR*/
	font-weight: bold;
	margin: 0;
	padding: 0 0 6px;
	text-decoration: none;
	white-space: nowrap;
}
#content-tabs UL.secondary LI A:link, #content-tabs UL.secondary LI A:visited
{
	color: #555;
}
#content-tabs UL.primary LI A.active:link, #content-tabs UL.primary LI A.active:visited
{
	border-bottom: 4px solid #000;
	color: #555;
	padding-bottom: 2px;
}
#content-tabs UL.secondary LI A.active:link, #content-tabs UL.secondary LI A.active:visited
{
	border-bottom: 4px solid #555;
	color: #777;
	padding-bottom: 2px;
}
#content-tabs UL.primary LI A:hover, #content-tabs UL.primary LI A:focus, #content-tabs UL.secondary LI A:hover, #content-tabs UL.secondary LI A:focus
{
	border-bottom: 4px solid #777;
	color: #777;
	padding-bottom: 2px;
}
DIV.node
{
	margin-bottom: 0em;
	padding-bottom: 0px;
}
/*Pagers
--------------------------------------------------------------*/
UL.pager
{
}
UL.pager LI
{
}
UL.pager A, UL.pager LI.pager-current
{
	border-color: #333;
}
UL.pager LI.pager-current
{
	background-color: #777;
	color: #FFF;
}
UL.pager A:hover, UL.pager A:active, UL.pager A:focus
{
	background-color: #777;
	border-color: #333;
	color: #FFF;
}
/*Forms
/--------------------------------------------------------------
Typography and backgrounds for all form buttons*/
FORM INPUT.form-submit
{
	color: #000;
	font-weight: bold;
	font-size:14px;
	padding: 7px 10px;
	background:#B6DB48;
	border:1px solid #98B83C;
}
FORM INPUT.form-submit:hover
{
-webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 0.75);
}
/*Hover style for form buttons*/
FORM INPUT.form-submit:hover, FORM INPUT.form-submit.hover, FORM INPUT.form-submit:focus
{
}
/*Typography, background, borders, padding for form fields*/
.form-item INPUT, .form-item SELECT, .form-item TEXTAREA
{
}
/*Remove backgrounds and border on radios and checkboxes*/
.form-item .form-radio, .form-item .form-checkbox
{
	background: none;
	border: none !important;
}
/*Fieldset wrapper around groups of form elements -- add border here*/
FIELDSET
{
}
/*Typography and spacing for legend of fieldsets*/
FIELDSET LEGEND
{
}
/*Link style for legend of fieldsets*/
FIELDSET LEGEND, LEGEND.collapse-processed, LEGEND.collapse-processed A:link, LEGEND.collapse-processed A:visited
{
}
/*Custom icons on (open) collapsible fieldsets*/
HTML.js FIELDSET.collapsible LEGEND A:link, HTML.js FIELDSET.collapsible LEGEND A:visited
{
}
/*Custom icons on (closed) collapsible fieldsets*/
HTML.js FIELDSET.collapsed LEGEND A:link, HTML.js FIELDSET.collapsed LEGEND A:visited
{
}
/*Blockquote*/
BLOCKQUOTE
{
	background: #9DB8D5;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	border: 10px solid #C3D6EB;
}
/*Terms*/
.terms A
{
	color: #9DB8D5;
}
/*Tables
--------------------------------------------------------------*/
TABLE
{
}
/*Body of tables*/
TBODY
{
	border-top: 0px solid #F68B45;
}
/*Header of tables*/
THEAD TH, TH
{
	border-bottom: 3px solid #F68B45;
}
TBODY TH
{
	border-bottom: 1px solid #F68B45;
}
/*Alternating row background styles*/
TR.even, TR.even TD
{
	background-color: #A5A5A5;
	border-bottom: 1px solid #F68B45;
}
TR.odd, TR.odd TD
{
	background-color: #C1C0C4;
	border-bottom: 1px solid #F68B45;
}
TR.drag TD, TR.drag-previous TD
{
	color: #271836;
}
TD
{
	padding: 5px;
}
.content-bottom TD, .postscript-bottom TD
{
	vertical-align: top;
	padding: 5px;
}
/*Maintenance Page
/--------------------------------------------------------------
Maintenance page tpl file in Fusion Core has simplified layout, but you can
also add specific styles, such as a background, just for your offline page*/
.in-maintenance
{
}
/*--------------------------------------------------------------
Module styles
/--------------------------------------------------------------
Book
/--------------------------------------------------------------*/
.book-navigation .menu
{
	border-top: 1px solid #CCC;
}
.book-navigation .page-links
{
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
/*Comments
/--------------------------------------------------------------
Style for each individual comment*/
DIV.comment
{
}
/*Subject (title) of each comment*/
DIV.comment H3.title
{
	font-variant: small-caps;
}
/*Links (edit, reply, delete) for each comment*/
DIV.comment DIV.links A, DIV.comment UL.links A
{
}
/*Alternating styles for even/odd comments*/
.comments DIV.odd
{
	background-color: #D0DEEF;
}
.comments DIV.even
{
	background-color: #E6E4FA;
}
/*A special highlight style for a comment by the author of the node*/
.comments DIV.comment-by-author
{
	background-color: #DAE6F5;
}
/*Comment signatures*/
.signature
{
	border-top: 1px solid #D6DDB9;
}
/*User avatars in comments*/
.comment-wrapper .picture IMG
{
}
/*Forum
/--------------------------------------------------------------*/
#forum .description
{
}
.forum-topic-navigation
{
	border-top: 1px solid #888;
	border-bottom: 1px solid #888;
}
/*Poll
/--------------------------------------------------------------*/
DIV.poll DIV.bar
{
	background-color: #BDBAE5;
}
DIV.poll DIV.bar DIV.foreground
{
	background-color: #8174C4;
}
/*Profiles
/--------------------------------------------------------------*/
.profile .picture
{
	float: none;
}
/*Styles for sub-headings on user profiles*/
.profile DT
{
	background-color: #CCC;
}
/*Ubercart - catalog
/--------------------------------------------------------------
Horizontal list of subcategories in catalog*/
UL.uc-categories
{
}
.uc-categories LI A
{
	font-weight: bold;
	padding: 0 5px 0 3px;
}
/*Product and category names*/
.catalog-grid-title A:link, .catalog-grid-title A:visited, .category A:link, .category A:visited
{
}
.catalog-grid-title A:hover, .catalog-grid-title A:focus, .category A:hover, .category A:focus
{
}
/*Sell price in Ubercart catalog*/
.category-grid-products .catalog-grid-sell-price
{
}
/*Ubercart - add to cart buttons
/--------------------------------------------------------------
Add to cart buttons*/
INPUT.node-add-to-cart, INPUT.list-add-to-cart
{
}
/*Hover and focus styles, with .hover class added for IE6 support*/
INPUT.node-add-to-cart:hover, INPUT.node-add-to-cart.hover, INPUT.node-add-to-cart:focus, INPUT.list-add-to-cart:hover, INPUT.list-add-to-cart.hover, INPUT.list-add-to-cart:focus
{
}
/*Ubercart - product nodes
/--------------------------------------------------------------*/
#field-group
{
}
#price-group
{
}
/*Product images*/
.product-image A IMG
{
}
.product-image A:hover IMG, .product-image A:focus IMG
{
}
/*Display price on full product nodes*/
.full-node .product-group .uc-price-display
{
}
/*Product attributes on full nodes*/
.full-node .product-group .attributes
{
}
/*Ubercart - general / checkout
/--------------------------------------------------------------
For optional "Powered by Ubercart" footer message*/
#store-footer
{
}
#store-footer A:link, #store-footer A:visited
{
}
/*View cart/Checkout links in Ubercart cart block*/
.cart-block-summary-links UL.links LI A
{
}
.cart-block-summary-links UL.links LI.cart-block-checkout A:link, .cart-block-summary-links UL.links LI.cart-block-checkout A:visited
{
}
/*Key checkout process buttons: Checkout, Continue, and Submit Order*/
#uc-cart-view-form #edit-checkout, #uc-cart-checkout-form #edit-continue, #uc-cart-checkout-review-form #edit-submit
{
}
/*Table on final order review page*/
.order-review-table
{
}
#cart-form-products TABLE TH
{
	border-bottom: 3px solid #DEC2C3;
}
/*Skinr
/--------------------------------------------------------------
This is a sample Skinr style to get you started. See fusion_starter.info*/
.fusion-example-stylename .inner
{
/*When setting the background color, also set foreground colors for text and
links, even if it's similar to the default body style. Remember, this block
style may be used in regions with other foreground colors, thus making text
invisible if left unspecified*/
	background-color: #CCC;
	color: #000;
/*All padding and borders should go on the .inner div, so as not to break
the widths of the grid*/
	border: 3px solid #000;
	padding: 10px;
}
.field.field-type-filefield.field-field-izonews
{
float:right;
margin:0px 0px 0px 15px;
}
#block-block-15
{
background:url(../images/tel1.png) left no-repeat;
width:300px;
float:left;
text-align:left;
font-size:15px;
font-weight:bold;
padding:7px 0px 7px 15px;
margin: 5px 0px 0px 0px;
}
#block-block-15 p,
#block-block-28 p
{
margin:5px 0px;
}
#block-block-28
{
width:300px;
height:100px;
float:right;
margin: 10px 20px 0px 0px;
text-align:right;
/*font-size:22px;
font-weight:bold;
color:#422774;
text-shadow: 0px 3px 3px rgba(206, 114, 0, 1);*/
}
#block-menu-menu-manufacturers
{
background:#F0732F;
}
#block-menu-menu-manufacturers ul li a
{
color:#422774;
font-weight:bold;
}
#block-uc_cart-0,
#block-uc_ajax_cart-0
{
width:240px;
float:right;
margin:2px 0px 0px 0px;
padding:10px 15px 2px 15px;
color:#422774;
/*background: #422774;
border-bottom:3px solid #EE7430;
-webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.7);
-moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 0.7);
box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 0.7);*/
}
#block-uc_cart-0 .inner,
#block-uc_ajax_cart-0 .inner
{
margin:0px;
}
#block-uc_cart-0 .content,
#block-uc_ajax_cart-0 .content
{
border:none;
padding:0px;
}
#block-uc_cart-0 td,
#block-uc_ajax_cart-0 td
{
padding:0px;
}
#block-uc_cart-0 h2,
#block-uc_ajax_cart-0 h2,
#block-uc_ajax_cart-0 .cart-block-item-desc,
#block-uc_ajax_cart-0 .zag,
#block-uc_ajax_cart-0 #cart-block-contents-ajax 
{
display:none;
}
#block-uc_ajax_cart-0 .cart-block-summary-items,
#block-uc_ajax_cart-0 .cart-block-summary-total
{

}
#block-uc_ajax_cart-0 tr.odd,
#block-uc_ajax_cart-0 tr.odd td
{
background:none;
border-bottom:none;
}
#block-uc_cart-0 .cart-block-summary-links,
#block-uc_ajax_cart-0 .cart-block-summary-links
{
display:none;
}
#block-uc_cart-0 .cart-block-summary-items,
#block-uc_ajax_cart-0 .cart-block-summary-items
{
  /*background:url(../images/korzina.png) left no-repeat;*/
  padding:0px 5px 0px 0px;
}
#test2
{
background:url(../images/korzina.png) left no-repeat;
width:42px;
height:32px;
float:left;
margin-top:-8px;
}
#test2:hover
{
  background:url(../images/korzina1.png) left no-repeat;
}
#block-uc_cart-0 .cart-block-summary-total
{
  padding:10px 0px 0px 0px;
}
#podelitsya
{
width:400px;
float:right;
text-align:right;
}
.add-to-cart #edit-qty-1-wrapper
{
display:inline;
}
#tabs-tabset-1
{
margin:15px 0px 0px 0px;
}
#tabs-tabset-1 ul
{
margin:0px;
padding-bottom:8px;
border-bottom:2px solid #83CE11;
}
#tabs-tabset-1 ul li a
{
text-align:center;
color:#000;
font-weight:bold;
border:1px solid #83CE11;
background:#C9C9CC;
padding:10px 20px;
}
#tabs-tabset-1 ul li a:hover
{
background:#DDDDDD;
}
#zv
{
width:120px;
float:right;
padding:10px 0px 10px 40px;
margin:0px 0px 0px 0px;
font-weight:bold;
background:url(../images/zv-bg.png) no-repeat left;
}
#block-views-slideshows-block_2
{
margin:0px 0px 10px 0px;
}
#block-views-slideshows-block_2 .inner
{
margin:0px;
}
.feed-icon
{
display:none;
}
#block-menu-menu-katalog ul li
{ 
background: url(../images/catalog-ul-bg.png) no-repeat right #422774;
padding:10px 20px 10px 5px;
border-bottom:1px solid #F68B45;
margin:0px 0px;
list-style:none;
}

#block-menu-menu-katalog ul li.expanded
{
background:#854FEA;
}
#block-menu-menu-katalog ul li.expanded a
{
color:#FFF;
}
#block-menu-menu-katalog ul li ul li
{
background:#422774;
}
#block-menu-menu-katalog ul li ul li a
{
color:#FFD100 !important;
}
#block-menu-menu-katalog ul li ul.menu li.active-trail a,
#block-menu-menu-katalog ul li.active-trail a
{
color:#93D2FF;
}
#block-menu-menu-katalog ul li ul.menu
{
width:220px;
}
#block-menu-menu-katalog h2
{
background:#F68B45;
padding:10px 0px;
margin:0px;
border-bottom:3px solid #422774;
}
#block-menu-menu-katalog ul.menu
{
margin:0px;
}
#block-menu-menu-katalog .inner
{
margin:0px;
}
#block-menu-menu-katalog ul li a
{
font-weight:bold;
color:#F68B45;
}
#block-menu-menu-katalog
{
background:none;
padding:0px;
}
#block-menu-menu-manufactures
{
background:#151515;
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
#block-menu-menu-manufactures ul.menu
{
margin-left:10px;
}
#block-menu-menu-manufactures h2
{
color:#FFF;
}
.copyright
{
color:#FFF;
font-weight:bold;
}
#webatom
{
width:305px;
float:right;
margin:0px 0px 0px 0px;
font-weight:bold;
}
#view-id-taxonomy_term-page td,
.view-komplektu-gbo-1 td
{
text-align:center;
width:240px;
padding-bottom:15px;
border-right:1px dashed #422774;
}
#view-id-taxonomy_term-page td.col-last,
.view-komplektu-gbo-1 td.col-last
{
border-right:none;
}
#view-id-taxonomy_term-page tr,
.view-komplektu-gbo-1 tr
{
border-bottom:1px dashed #422774;
}
#view-id-taxonomy_term-page tr.row-last,
.view-komplektu-gbo-1 tr.row-last
{
border-bottom:none;
}
#view-id-taxonomy_term-page .views-field-title a,
.view-komplektu-gbo-1 .views-field-title a
{
font-weight:bold;
font-size:15px;
color:#422774;
}
#view-id-taxonomy_term-page .views-field-sell-price,
.uc-price-product.uc-price-sell_price.uc-price,
.uc-price-product.uc-price-sell.uc-price,
.view-komplektu-gbo-1  .views-field-sell-price
{
color:#FF0000;
font-weight:bold;
font-size:16px;
}
#block-block-16
{
width:400px;
}
.uc-price-product.uc-price-display.uc-price
{
width:70px;
text-align:right;
padding: 19px 45px 17px 65px;
background:url(../images/price-bg.png) no-repeat left;
color:#FFF;
}
#block-views-hitprod-block_1
{
background:#DDDEDF;
width:700px !important;
margin:0px 0px 5px 5px;
-webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.4);
-moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 0.4);
box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 0.4);
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
#block-views-hitprod-block_1 h2
{
text-align:center;
font-size:20px;
color:#EE742E;
padding: 0px 0px 5px 0px;
border-bottom:1px dashed #cccccc;
}
#pid-admin-content-node #content-content table a,
#pid-admin-content-taxonomy #content-content table a,
#pid-admin-content-taxonomy-3 #content-content table a,
#pid-admin-content-taxonomy-4 #content-content table a,
#pid-admin-content-node-overview #content-content table a,
#pid-admin-content-taxonomy-list #content-content table a
{
color:#FFF;
font-size:14px;
font-weight:bold;
}
#block-views-hitprod-block_1 td
{
text-align:center;
width:220px;
}
#block-views-hitprod-block_1 tr
{
padding-bottom:15px;
border-bottom:1px dashed #6C6D70;
}
#block-views-hitprod-block_1 .views-field-title a
{
font-weight:bold;
font-size:13px;
}
#block-views-hitprod-block_1 .views-field-title,
#view-id-taxonomy_term-page .views-field-title,
.view-komplektu-gbo-1 .views-field-title
{
height:70px;
overflow:hidden;
}
#block-views-hitprod-block_1 img,
.main-product-image img,
#view-id-taxonomy_term-page img,
#upsell-block-0 img,
.view-komplektu-gbo-1 img
{
border:1px solid #98B83C;
padding:3px;
background:#98B83C;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.4);
-moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 0.4);
box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 0.4);
}
.more-product-images img
{
border:1px solid #98B83C;
padding:3px;
margin:3px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.4);
-moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 0.4);
box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 0.4);
}
#block-views-hitprod-block_1 img:hover,
.main-product-image img:hover,
.more-product-images img:hover,
#view-id-taxonomy_term-page img:hover,
#upsell-block-0 img:hover,
.view-komplektu-gbo-1 img:hover,
.field.field-type-filefield.field-field-gallery img:hover
{
-webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 0.75);
}
.views-exposed-form
{
padding:10px;
margin:0px 0px 10px 0px;
}
.views-exposed-widget.views-widget-filter-term_node_tid_depth ul li div.form-item
{
display:none;
}
.views-exposed-form ul li 
{
list-style:none;
}
.views-exposed-form ul li ul li
{
list-style-type: disc;
}
.views-exposed-widget.views-widget-filter-term_node_tid_depth ul li ul li div.form-item
{
display:block;
}
.views-exposed-form div.custom_filter
{
width:120px;
float:left;
}
.views-exposed-form label
{
display:inline;
}
.views-exposed-form select
{
width:105px;
}
.search-info
{
display:none;
}
#userblock,
#userblock2
{
float:right;
margin-top:-35px;
margin-right:15px;
position:relative;
z-index:99;
}
#userblock a,
#userblock2 a
{
color:#0094FF;
}
#block-block-18 img
{
border:2px solid #98B83C;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
#preim1,
#preim2,
#preim3,
#preim4
{
height:70px;
width:230px;
float:left;
}
#pr1,
#pr2,
#pr3,
#pr4
{
float:left;
height:64px;
width:64px;
margin:0px 10px 0px 0px;
background:url(../images/preimyshestvo-magazina-gbo.png) no-repeat center #A49572;
-webkit-border-radius: 64px;
-moz-border-radius: 64px;
border-radius: 64px;
}
#pr1:hover,
#pr2:hover,
#pr3:hover,
#pr4:hover
{
background:url(../images/preimyshestvo-magazina-gbo.png) no-repeat center #3E342D;
}
#block-block-19
{
color:#FFF;
margin:0px;
}
#block-block-19 h3
{
color:#FFF;
font-size:14px;
}
#tabs-tabset ul li a
{
padding:15px 20px 10px 20px;
color:#000;
font-weight:bold;
font-size:14px;
background:#DAC6FF;
border:1px solid #422774;
}
#tabs-tabset ul li a:hover
{
background:#F68B45;
}
#tabs-tabset ul.primary
{
height:27px;
margin:0px;
border-bottom:3px solid #422774;
}
#block-uc_upsell-0
{
background: url(../images/body-bg3.png) repeat-x top;
margin:0px;
padding:0px 0px 10px 0px;
}
#upsell-block-0 div.upsell-block-product
{
width:153px;
float:left;
text-align:center;
}
#upsell-block-0 div.upsell-block-product-title
{
height:65px;
overflow:hidden;
}
#block-uc_upsell-0 h2
{
text-align:center;
color:#000;
border-top:3px solid #0094FF;
padding:10px;
}
#content-content .block
{
width:100%;
}
#upsell-wrapper select
{
min-height:300px;
border:1px solid #0094FF;
background:#BAE2FF;
}
#upsell-wrapper option:3over
{
background:#9BD5FF;
color:#000;
}
.product-body
{
margin:25px 0px 0px 0px;
}
#edit-term-node-tid-depth-wrapper
{
display:none;
}
#view-id-news-page_1 .views-field.views-field-title a
{
font-size:14px;
font-weight:bold;
}
#edit-sell-price,
#edit-sell-price-1
{
width:180px;
}
.blockUI.blockMsg.blockPage
{
top:50px;
}

#navigation_vert 
{
width:230px;
clear:both;
padding:0 0 0 0;
margin:0 auto
}
#navigation_vert  ul 
{
display:block;
margin:0px;
}

#navigation_vert ul li {
  display: block;
  width: 230px;
  background: url('/sites/all/themes/hero/images/catalog-ul-bg.png') no-repeat right #98B83C;
  margin: 1px 0px;
  position: relative;
  padding: 0;
  border-bottom:1px solid #676767;
}
#navigation_vert ul li:hover
{
  background: url('/sites/all/themes/hero/images/catalog-ul-bg.png') no-repeat right #B0B6AA;
}
#navigation_vert ul li a
{
display:table-cell;
width:200px;
height:30px;
vertical-align:middle;
padding:0 10px;
}
#navigation_vert .dropdown
{
position:absolute;
border-bottom-right-radius:10px;
border-top-right-radius:10px;
-moz-border-radius-bottomright:10px;
-moz-border-radius-topright:10px;
z-index:5000;
display: none;
}

#navigation_vert h2 {
  background: #F68B45;
  padding: 10px 0px;
  margin: 0px;
  color: #000;
  text-align:center;
}
#navigation_vert h2
{
display:none;
}

#navigation_vert  ul li a.navlink {
  font-weight: bold;
  color: #FFF;
  padding:10px 30px 10px 10px;
  font-size:13px;
}
    
    /* Стиль для каждого выпадающего элемента - вертикальный */
    #navigation_vert ul li #dropdown_four {background:  #98B83C;}
    #navigation_vert ul li #dropdown_four a {color:#FFF; font-size:13px;}

	
	.second_term{
	float:left;
	width:200px;
	margin-left:20px;
	}
	.term3{
		font-size: 10px;
	}
	
	.wnum1{
		white-space: nowrap;
	}
	
	.wnum1 .second_term{
		width:100%;
	}
	
	.wnum2{
		width:490px;
	}
	.wnum3{
		width:680px;
	}
	
	.top-title{
	  font-weight: bold;
	  font-size: 12px;
	
	}
	.top-title a
	{
	color:#FFF !important;
	}
	.mid-title{
	  font-size: 10px;	
	}
	
	#block-block-31{
	padding:0;
	margin:40px 0px 10px 0px;
	overflow: visible;
	background:none;
	
	}
	
	#block-block-31 .inner{
	padding:0;
	margin:0;
	
	}
	
	#block-block-31 .inner{
	padding:0;
	margin:0;
	
	}
	.field.field-type-filefield.field-field-servimg,
	.field.field-type-filefield.field-field-izostat
	{
	float:right;
	margin:0px 0px 0px 15px;
	}
	.field.field-type-filefield.field-field-gallery img
	{
	float:left;
	margin:5px 5px 5px 10px;
	}
	#view-id-services-page_1 td
	{
	width:170px;
	text-align:center;
	}
	#field-image-cache-items
	{
	margin-bottom:20px;
	}
	.model
	{
	float:right;
	text-align:right;
	margin:0px 5px 0px 0px;
	}
	.views-exposed-widget.views-widget-filter-field_mosh_value,
	.views-exposed-widget.views-widget-filter-field_mosh2_value
	{
	margin:40px 0px 0px 0px;
	}
	.views-widget-filter-term_node_tid_depth_1
	{
	margin:45px 0px 0px 0px !important;
	}
	#edit-field-mosh-value,
	#edit-field-mosh-value-1
	{
	width:170px;
	}
	#edit-field-mosh2-value
	{
	float:left;
	width:76px;
	}
	#edit-field-mosh2-value-1
	{
	float:right;
	width:76px;
	margin:-34px 0px 0px 92px
	}