/* global */
body { background: #7A858D; }

/** anchors 
a:link { color: #0E4369; text-decoration: none; }
a:visited { color: #205370; text-decoration: none; }
a:hover { color: #000; text-decoration: underline; }**/
.treeview .hover { color: #000; }

/** layout **/
#navigation a:link,
#navigation a:visited,
#navigation a:hover { color: #fff; text-decoration: none; }
#navigation a:hover { text-decoration: underline; }
#footer a:link,
#footer a:active,
#footer a:visited { color: #727D86; text-decoration: none; }
#footer a:hover { color: #000; text-decoration: none; }

/* header */
.layout-zone-header { background: url(default/images/bg_header.jpg) no-repeat top right}
#header div.col-wrap { height: 100%; }
/* #header div.col-wrap div.col-right { height: 100%; line-height: 81px; text-align: right; }*/
#header div.col-wrap div.col-right { height: 100%; }


/* footer */
#footer { background: #EAF0F5; }

/* navigation specific styles */
span.cartEmpty { font-style: italic; }
#navigation { background: url(default/images/bg_menu.jpg) repeat-x; color: #fff; }


/** lists **/
table.list thead tr th{background:#541C1E;}
table.list tfoot tr td{border-top:1px solid #541C1E;}

/** catalog pages **/
.catalog-bread-crumbs { }
.catalog-navigation { border: 1px solid #aaa; border-width: 1px 0; color: #aaa; font-size: 0.9em; padding: 6px; }
.catalog-navigation select { border: 1px solid #aaa; }
.catalog-product { }
.catalog-page-breaks { text-align: center; }

.catalog-product-sale-price { font-weight: bold; }
.catalog-product-sale-price span.price { }
.catalog-view-thumb3 .catalog-product h5 { }


/** panels **/
div.panel { background: url(default/images/bg_box.jpg) #F4F3DF repeat-y; }
div.panel h4 {  color:#fff; background: url(default/images/bg_green_title.jpg) no-repeat; }
div.panel .content{ background: url(default/images/bottom_green.jpg) bottom no-repeat; }
div.panel-checkout-cart h4 { background: url(default/images/bg_cart_title.jpg) no-repeat; }
div.panel-catalog-categories h4 { background: url(default/images/bg_categories_title.jpg) no-repeat; }



/* homepage */
div.page-home div.homeImage { background: url(default/images/home.jpg) no-repeat; height: 549px; }

/* site container */
#site-container { margin: 0px; }
#site-container div.container { border: 1px solid #4A4A4A; border-width: 0px 1px; }

/* main container */
#main { padding: 0px 5px; }
#site-container div.container-main { background: #fff; }


#main #left div.panel, 
#main #content div.panel, 
#main #right div.panel { border: none; }


/** product elements **/
.price,
.product-page-center div.product-special-offer h3 { color: #228B22; border-bottom: none; }


/** buttons **/
input.button, {
	color: #ffffff;
	background-color: #315F88;
	border-style: solid;
	border-color: #1F2021;
	border-width: 1px;
}
input.button-checkout { background: orange; color: #333; font-weight: bold; }



/** signup (registration) form **/
.fieldset h3 { background: #069; color: #fff; font-weight: normal; }
