/******************************************************************
 * Main css file
 *
 * Project: trak-tor.com.ua
 * Developeped by Art Atom, http://www.art-atom.biz
 * Created: 30.04.2010
 ******************************************************************/
 
* {
    margin: 0;
    padding: 0;
	outline: none;
}

html {
    height: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
	position:relative;
    width: 100%;
}

body {
	background: url('../img/bg.jpg') repeat fixed;
    background-color: #633c01;
    color: #333;
    font: normal 14px/16px Arial, Verdana, Helvetica, sans-serif;
    height: 100%;
    min-height: 100%;
    overflow: auto;
	position:relative;
    text-align: left;
    width: 100%;
}

h1 {
	background: none;
	font-size: 2em;
	font-weight: bolder;
	margin: .67em 0;
}

h2 {
	background: none !important;
	font-size: 1.5em;
	font-weight: bolder;
	margin: .75em 0;
	text-transform: none;
}

h3 {
	background: none;
	font-size: 1.17em;
	font-weight: bolder;
	margin: .83em 0
}

h4 {
	background: none;
	font-size: 1em;
	font-weight: bolder;
	margin: 1.12em 0;
}

h5 {
	background: none;
	font-size: .83em;
	font-weight: bolder;
	margin: 1.5em 0
}
h6 {
	background: none;
	font-size: .75em;
	font-weight: bolder;
	margin: 1.67em 0
}

h2 {
	font-size: 1.1em;
	line-height:1.6em;
	padding-left:0.5em;
	margin: 0.5em 0;
	font-weight: bold;
	color: #374853;
	background: transparent url('../img/title_bg.gif') no-repeat top left;
	height: 21px;
}
h2 span {
	font-size: 0.9em;
	text-transform: lowercase;
	font-weight: normal;
	font-style: italic;
	color: #374853;
	margin-left: 1em;
}
h3 { font-size: 1.1em; margin: 1em 0; }
h4 { font-size: 1em; }

a {
	border: 0;
	outline: 0;
}

a img {
	border: 0;
	outline: 0;
}

a>img {
	border: 0;
	outline: 0;
}

/* global form style */
form.std {
	clear: both;
}
form.std h3 {
	color: #555;
	font-size: 1.4em;
	font-weight: normal;
	border-bottom: 1px solid #d0d1d5;
	padding: 0.5em;
	margin: 0 0 0.5em 0;
}
form.std fieldset {
	border: 1px solid #d0d3d8;
	background: #D0D1D5 url('../img/form_bg.jpg') repeat-x top left;
	margin-bottom: 1em;
	padding-bottom: 1em;
}
form.std fieldset legend {
	padding: 0.3em 0.6em;
	margin: 1em 0 1em 0.5em;
	font-size: 1.6em;
	font-weight: 100;
	border-color: #d0d1d5;
	border-style: solid;
	border-width: 1px;
}
form.std h4, form.std p {
	padding: 0.3em 1em;
	clear: both;
}
form.std label, form.std p span {
	float: left;
	text-align: right;
	width: 30%;
}
form.std p span.like_input {
	width: auto;
	margin-left:0.7em;
}
input, textarea, select, span.editable {
	margin-left: 0.7em;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	vertical-align: top;
	outline: none;
}

input[type="text"],
input[type="password"],
select {
	height: 20px;
} 

input, textarea, select {
	border: 1px solid #bdc2c9;
}

input.text {
	height:18px;
	padding-left:2px;
	padding-right:2px;
}
.checkbox input, .radio input {
	border: none;
}
form.std .checkbox label, form.std .radio label, form.std span.form_info {
	margin: 0;
	float: none;
	text-align: left;
}
.required sup {
	color: #da0f00;
}
form.std p.checkbox {
	padding-left: 30%;
}
form.std p.submit {
	padding-left:31%!important;
	margin-bottom: 1.5em;
}

#center_column form.std p.submit2 {
	padding-left:170px;
	margin-bottom: 1.5em;
}

/* START OF BUTTONS SECTION
 *  -tags : input, a, span
 *  -sizes : mini, small, normal, large
 *  -types : button, exlusive
 *  -status : normal, hover, disabled
 *  -rule : the span.button is a a.button disabled
*/

/* global button */
input.button_mini, input.button_small, input.button, input.button_large,
input.button_mini_disabled, input.button_small_disabled, input.button_disabled, input.button_large_disabled,
input.exclusive_mini, input.exclusive_small, input.exclusive, input.exclusive_large,
input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled,
a.button_mini, a.button_small, a.button, a.button_large,
a.exclusive_mini, a.exclusive_small, a.exclusive, a.exclusive_large,
span.button_mini, span.button_small, span.button, span.button_large,
span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large {
	background-repeat: no-repeat;
	background-position: top left;
	border: none;
	color:black!important;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	text-decoration: none!important;	
	cursor: pointer;
	display: block;
	line-height: 18px;
	height: 18px;
}

input.button, 
input.button_disabled,
input.exclusive,
input.exclusive_disabled,
a.button, a.exclusive,
span.button,
span.exclusive,
a.button_large,
input.button_large,
.button_small {
	color: white!important;
	background: url('../img/red_btn.png') no-repeat top left;
	float: right;
	font-size: 14px;
	height: 28px;
	margin: 10px 0 0;
	width: 140px;
}

a.exclusive {
	line-height: 28px;
}

a.button_large,
input.button_large {
	background: url('../img/btn_large.png') no-repeat top left;
	line-height: 28px;
	width: 200px;
}

a.button,
.button_small {
	background: url('../img/btn_common.gif') no-repeat top left;
}

a.button {
	line-height: 28px;
}



/* hover button */
input.button_mini:hover,
input.button_small:hover, input.button:hover, input.button_large:hover,
input.exclusive_mini:hover, input.exclusive_small:hover, input.exclusive:hover, input.exclusive_large:hover,
a.button_mini:hover, a.button_small:hover, a.button:hover, a.button_large:hover,
a.exclusive_mini:hover, a.exclusive_small:hover, a.exclusive:hover, a.exclusive_large:hover {
	background-position: left top;
}

/*-- Main container --*/
#mainHolder {
    clear: both;
	height: 100%;
	min-height: 100%;
	margin: 0 auto;
	padding: 0;
    position: relative;
	text-align:left;
    width: 960px;
	min-width:960px;
	max-width:960px;
}

/*-- Header --*/
#header {
	background: #000;
	clear: both;
	height: 167px;
	width: 960px;
}

/*-- Top bar --*/
#topBar {
	background: #000;
	color: #fff;
	clear: both;
	color: #707070;
	height: 20px;
	width: 960px;
}

/*-- Language bar --*/
#languageBar {
	float: left;
	height: 20px;
	width: 250px;
}

#languageBar a:link, 
#languageBar a:visited {
	color: #c0c0c0;
	text-decoration: none;
	font: bold 12px/14px Arial, Verdana, Helvetica, sans-serif;
}

#languageBar a:hover,
#languageBar a:active {
	color: #f4ca40;
	text-decoration: none;
}

#languageBar a.active:link,
#languageBar a.active:visited,
#languageBar a.active:hover,
#languageBar a.active:active {
	color: #f4ca40;
}

#languageBar img {
	border: none;
	margin: 4px 0 0 10px;
}

/*-- User Info bar --*/
#userinfoBar {
	color: #fff;
	float: right;
	height: 20px;
	margin-right: 10px;
	text-align: right;
	min-width: 300px;
	width: auto;
}

#userinfoBar a {
	color: #fff;
}

#userinfoBar .cartLink {
	background: url('../img/icon/cart.gif') no-repeat top left;
	font-weight: bold;	
	margin-left: 10px;
	padding-left: 25px;
	
}

#userinfoBar .entranceLink {
	font-weight: bold;	
}

/*-- Main navigation bar --*/
#mainNaviBar {
	background: url('../img/header_cont.gif') repeat-x top left;
	background-color: #f5c012;
	clear: both;
	height: 104px;
	overflow: hidden;
	width: 960px;
}

#mainNaviBar .rightCorner {
	background: url('../img/corner_blackRight.png') no-repeat bottom;
	float: right;
	height: 17px;
	margin-top: 87px;
	width: 17px;
}

#mainNaviBar .leftCorner {
	background: url('../img/corner_blackLeft.png') no-repeat bottom;
	float: left;
	height: 17px;
	margin-top: 87px;
	width: 17px;
}

#mainNaviBar .contactsBar {
	clear: none;	
	color: #000;
	font: bold 22px/28px Arial, Helvetica, sans-serif;
	float: left;
	height: 28px;
	margin: 23px 0 0 19px;
	position: relative;
	vertical-align: middle;
	white-space: nowrap;
	width: 500px;
}

#mainNaviBar .contactsBar img {
	vertical-align: baseline;
}

#mainNavi {
	clear: none;
	color: #000;
	font: normal 20px/28px Arial, Helvetica, sans-serif;
	height: 33px; 
	margin: 60px 0 0 36px;
	padding: 0;
	position: relative;
	vertical-align: middle;
	white-space: nowrap;
	width: 500px;
}

#mainNavi ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

#mainNavi ul li {
	display: inline;
	list-style: none;
	margin-right: 10px;	
}

#mainNavi ul li a {
	color: #000;
	text-decoration: underline;
}

#mainNavi ul li a:hover {
	color: #fe0100;
	color: #000;
	text-decoration: none;
}
#mainNavi .activeNavi {
	color: #fe0100;
	text-decoration: none;
}

#homeLink {
	border: none;
	display: block;
	float: right;
	height: 73px;
	margin: 20px 0px 0 0;
	width: 288px;
}

/*-- Brands navigation bar --*/
#brandsBar {
	background-color: #000;
	clear: both;
	height: 88px;
	width: 960px;
}

#brandsBar .rightCorner {
	background: url('../img/corner_bttRight.png') no-repeat bottom;
	background-color: #d8d8d8;
	float: right;
	height: 19px;
	margin-top: 69px;
	width: 19px;
}

#brandsBar .leftCorner {
	background: url('../img/corner_bttleft.png') no-repeat bottom;
	background-color: #d8d8d8;
	float: left;
	height: 19px;
	margin-top: 69px;
	width: 19px;
}

#brandsBar .scrollable {
	clear: none;
	float: left;
	height:40px;
	overflow: hidden;
	position: relative;
	width: 846px;
}

#brandsBar .scrollable .items {
	position:absolute;
	width:20000em;
}

#brandsBar .items div {
	/*float:left;*/
	display: inline-block;
}

#brandsBar ul {
	list-style: none;
	display: inline;
}

#brandsBar ul li {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
}
/* prev, next, prevPage and nextPage buttons */
#brandsBar a.browse {
	background: url(../img/scroll_navi_bttn.01.gif) no-repeat;
	cursor:pointer;
	display: block;
	float:left;
	font-size:1px;
	height:26px;
	margin: 8px 10px;
	width: 26px;
}

/* right */
#brandsBar a.right,
#brandsBar a.right:hover,
#brandsBar a.right:active { 
	background-position: -26px 0; 
	float: right;
	margin-right: 0px;
}

/* left */
#brandsBar a.left,
#brandsBar a.left:hover, 
#brandsBar a.left:active {
	background-position: 0 0;
	margin-left: 0px;
}

/* disabled navigational button */
#brandsBar a.disabled {
	/*
	visibility:hidden !important;
	*/
}

#brandsBar a.brandButton {
    background-image: url('../img/logos_menupack_03.png'); 
    background-repeat: no-repeat;
    clear: none;
    display: block;
    float: left;
    height: 36px;
    margin: 3px 4px 3px 3px;
    overflow: hidden;
    text-decoration: none;
    text-indent: 70px;
    white-space: nowrap;
    width: 70px;
}


#brandsBar a.brandButton:hover {
	text-decoration: none;
}

#brandsBar .alpinus {
	background-position: -3px 0px;
}

#brandsBar .alpinus:hover {
	background-position: -3px -37px;
}

#brandsBar .campus {
	background-position: -81px 0px;
}

#brandsBar .campus:hover {
	background-position: -81px -38px;
}

#brandsBar .bustagrip {
	background-position: -158px 0px;
}

#brandsBar .bustagrip:hover {
	background-position: -158px -38px;
}

#brandsBar .osiris {
	background-position: -236px 0px;
}

#brandsBar .osiris:hover {
	background-position: -236px -38px;
}

#brandsBar .cormax {
	background-position: -314px 0px;
}

#brandsBar .cormax:hover {
	background-position: -314px -38px;
}

#brandsBar .epic {
	background-position: -391px 0px;
}

#brandsBar .epic:hover {
	background-position: -391px -37px;
}

#brandsBar .steel {
	background-position: -468px 0px;
}

#brandsBar .steel:hover {
	background-position: -468px -37px;
}

#brandsBar .lando {
	background-position: -545px 0px;
}

#brandsBar .lando:hover {
	background-position: -545px -37px;
}

#brandsBar .kmm {
	background-position: -622px 0px;
}

#brandsBar .kmm:hover {
	background-position: -622px -37px;
}

#brandsBar .converse {
	background-position: -698px 0px;
}

#brandsBar .converse:hover {
	background-position: -698px -37px;
}

#brandsBar .cat {
	background-position: -775px 0px;
}

#brandsBar .cat:hover {
	background-position: -775px -37px;
}

#brandsBar .drmartens {
    background-position: -852px 0px;
}

#brandsBar .drmartens:hover {
    background-position: -852px -37px;
}

#brandsBar .vans {
    background-position: -930px 0px;
}

#brandsBar .vans:hover {
    background-position: -930px -37px;
}

#brandsBar .breakfree {
    background-position: -1007px 0px;
}

#brandsBar .breakfree:hover {
    background-position: -1007px -37px;
}

#brandsBar .adio {
    background-position: -1086px 0px;
}

#brandsBar .adio:hover {
    background-position: -1086px -37px;
}

#brandsBar .dc {
    background-position: -1163px 0px;
}

#brandsBar .dc:hover {
    background-position: -1163px -37px;
}

#brandsBar .heavyduty {
    background-position: -1240px 0px;
}

#brandsBar .heavyduty:hover {
    background-position: -1240px -37px;
}

#brandsBar .smiths {
    background-position: -1317px 0px;
}

#brandsBar .smiths:hover {
    background-position: -1317px -37px;
}

#brandsBar .grinders {
    background-position: -1394px 0px;
}

#brandsBar .grinders:hover {
    background-position: -1394px -37px;
}

/*-- Footer --*/
#footer {
	background: #b0b0b0;
	clear: both;
	float: left;
	height: 129px;
	margin: 0 auto;
	position: relative;
	bottom: 0;
    width: 960px;
}

#footer .contactsBar {
	color: #747474;
	float: left;
	font: normal 12px/18px Arial, Helvetica, Verdana, sans-serif;
	height: 50px; 
	margin: 20px 40px 0 40px;
	text-align: left;
	width: 880px;
	z-index: 2;
}

#footer .contactsBar a {
	color: #747474;
	text-decoration: none;
}

#footer .contactsBar a:hover {
	text-decoration: underline;
}

#developerBar {
	color: #747474;
	clear: none;
	float: right;
	font: normal 12px/18px Arial, Helvetica, Verdana, sans-serif;
	height: 20px; 
	margin: 0 40px 30px 0;
	position: relative;
	top: 22px;
	text-align: right;
	white-space: nowrap;
	z-index: 4;
}

#developerBar a {
	border-bottom: 1px dashed #747474;
	color: #747474;
	text-decoration: none !important;
}

#developerBar a:hover {
	border: none;
	text-decoration: none !important;
}

/*-- Footer navigation --*/
#footerNavi {
	clear: none;
	float: left;
	font: normal 18px/22px Arial, Helvetica, Verdana, sans-serif;
	height: 22px;
	margin: 18px 0 0 40px;
	vertical-align: bottom;
	white-space: nowrap;
	width: 500px;
}

#footerNavi ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

#footerNavi ul li {
	display: inline;
	list-style: none;
	margin-right: 10px;	
}

#footerNavi ul li a {
	color: #000;
	text-decoration: none;
}

#footerNavi ul li a:hover {
	/*color: #fe0100;*/
	text-decoration: underline;
}

/*-- Social Networks Bar --*/
#socialNetsBar {
	float: left;
	height: 22px;
	margin: 14px 0 0 40px;
	vertical-align: bottom;
	white-space: nowrap;
	width: 200px;
	z-index:2;
}

#socialNetsBar a {
	display: block;
	float: left;
	height: 26px;
	margin: 0 2px;
	text-decoration: none;
	width: 26px;
}

#socialNetsBar a:hover {
	text-decoration: none;
}

#socialNetsBar .socButton {
	background: url('../img/soc_iconsPack.png') no-repeat;
}

#socialNetsBar .vk {
	background-position: 0px 0px;
}

#socialNetsBar .vk:hover {
	background-position: 0px -27px;
}

#socialNetsBar .fb {
	background-position: -26px 0px;
}

#socialNetsBar .fb:hover {
	background-position: -26px -27px;
}

#socialNetsBar .tw {
	background-position: -52px 0px;
}

#socialNetsBar .tw:hover {
	background-position: -52px -27px;
}

#socialNetsBar .lj {
	background-position: -78px 0px;
}

#socialNetsBar .lj:hover {
	background-position: -78px -27px;
}

/*-- Filter Bar --*/
#filterBar {
	background: url('../img/gr_bckg_00.gif') repeat-x bottom left;
	background-color: #d8d8d8;
	clear: both;
	height: 65px;
	text-align: center;
	vertical-align: middle;
	width: 960px;
}

#filterBar form {
	padding-top: 20px;
}

#filterBar label {
	font-weight: bold;
}

#filterBar select {
	margin: 0 5px;
}

#filterBar input.filterButton {
	background: url('../img/btn_filter.gif') no-repeat top left;
	border: 0;
	color: #fff;
	cursor: pointer;
	height: 20px;
	line-height: 8px;
	margin: 0 5px;
	outline: none;
	vertical-align:middle;
	width: 68px;
}

#container {
	position:relative; 
	display:block; 
	background: #fff;
	border-right: 173px solid #fffae2;
}

#inner {
	display: block;
	margin-right: -173px;
	position: relative;	 
}

.clearing {
	height: 0;
	clear: both;
}

/*-- Side column --*/
#sideColumn {
	background: url('../img/yell_bckg_00.gif') repeat-x top left;
	background-color: #fffae2;
	clear: none;
	float: right;
	position: relative;
	right: 0px;
	width: 173px;
}

#sideNavi {
	color: #000;
	font: normal 20px/28px Arial, Helvetica, sans-serif;
	margin-top: -17px;
	text-align: center;
	width: 173px
}

#sideNavi a {
	background: transparent url('../img/sideBttns.png') no-repeat 50% 0;
	color: #000;
	display: block;
	font: normal 20px/28px Arial, Helvetica, sans-serif;
	max-height: 116px;
	padding-top: 88px;
	text-decoration: underline;
	vertical-align: bottom;
	width: auto;
	min-width: 88px;
	max-width: 173px;
}

#sideNavi a:hover {
	text-decoration: none;
}

#sideNavi .newProds {
	background-position: 50% 0;
}

#sideNavi .salesProds {
	background-position: 50% -115px;
}

#sideNavi .accessProds {
	background-position: 50% -232px ;
}

#sideNavi a.buttonLink, #sideNavi a.buttonLink:hover {
	text-decoration: none;
}

/*-- Main column --*/
#mainColumn {
	background: url('../img/yellGr_01.png') repeat-x top left;
	background-color: #fff;
	clear: none;
	display: block;
	height: auto;
	min-height: 421px;
	margin-right: 173px;
	position: relative; 
}

#contentHolder {
	float: left;
	margin: 10px 52px 10px 58px;
	width: 677px;
}

p {
	margin: 1.12em 0;
}

/*-- Products list --*/

.block_products {
	float: left;
	height: auto;
	margin: 80px 0 0;
	position: relative;
	top: 70px;
	width: 645px;
}

.product {
	float: left;
	height: 250px;
	margin: 10px 10px 0 0;
	padding: 0;
	text-align: left;
	width: 215px;	
	position: relative;
}

.product h3,
.product h5 {
	line-height: 16px;
	margin: 2px 0 0 10px;
}

.product h3 a,
.product h5 a,
.product_desc a {
	color: #000;
}

.product h5 {
	font-weight:normal;
}

.product .price_container {
	margin: 3px 20px 3px 0;
}

p.price_container {
	text-align: right;
}

p.price_container .price {
	background: #facc42; 
	color: #000;
	padding: 0 10px;
}

p.price_container .onSalePrice {
	background: #fe0000;
	color: #fff;
}

p.price_container .old_price {
	color: #000;
	font-weight:bold;
	margin: 0 10px;
	text-decoration:line-through;
}

.product .newMark {
	background: url('../img/new_ico.png') no-repeat 0 0;
	clear: none;
	float: right;
	height: 43px;
	overflow: hidden;
	position: relative;
	top: 0;
	right: 0;
	text-indent: 31px;
	width: 31px;
	white-space: nowrap;
	z-index: 10;
}

.onSale,
.product .onSale {
	background: url('../img/r_ico.png') no-repeat 0 0;
	clear: none;
	float: right;
	height: 49px;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	text-indent: 62px;
	width: 62px;
	white-space: nowrap;
	z-index: 10;
}

#primary_block h1 {
	font-size: 1.5em;
}

#primary_block #image-block {
    border: 0;
	height:302px;
	margin-top: 10px;
	width:300px;
}

#primary_block #image-block img#bigpic { 
	cursor:pointer; 
	height:300px;
	width:300px;
}

#primary_block #pb-left-column {
	border: 0;
	float:right;
	margin-left:1.1em;
	width:233px;
}

#primary_block form#buy_block{
	background: none;
	border: 0;
	color:#374853;
	float: right;
	font-size: 1.1em;
	padding:0.7em;
	
}
#primary_block form#buy_block p{
	padding:0;
	margin-top:0;
}

/* prices */
#primary_block form#buy_block p.price {
	float: right;
	font-size:1.05em;
	margin-top: 10px;
	text-align:right;
	
}

.price, 
.price-shipping, 
.price-wrapping {
	color: #da0f00;
	font-size: 1.1em;
	font-weight: bold;
	white-space:nowrap;
}

#primary_block form#buy_block span.our_price_display {
	color: #fe0000;
	float:right;
	font-size: 2em;
}

#primary_block form#buy_block span.our_price_display .old_price {
	color: #000;
	font-size: 0.75em;
	text-decoration: line-through;
}

#primary_block p.buttons_bottom_block {
	clear: both;
	margin: 10px 0 0;
}
#primary_block p.buttons_bottom_block a, 
#primary_block p.buttons_bottom_block input {
	float: right;
	margin:0.9em 0 0;
}

/* global RTE fields */

div.rte,
.mceContentBody {
    text-align:left;
    background:transparent;
    color:black;
}

ul.productFeature {
	list-style: none;
}

#primary_block ul#usefull_link_block li a, #primary_block ul#usefull_link_block span.span_link, #primary_block ul#usefull_link_block span.span_link:hover{
	text-decoration:none;
	color:#76839b;
	font-size:0.9em;
	background: none;
	padding-left:15px;
	height:15px;
}

ul#usefull_link_block span.span_link {
	text-decoration: underline !important;
}

#usefull_link_block span.span_link:hover {
	text-decoration: none;
}

/* product-list.tpl */
ul#product_list{ margin-top:2em; list-style-type:none; }
ul#product_list li {
	background: #d0d3d8 url('../img/block_category_item_bg.jpg') repeat-x;
	border: solid 1px #d0d3d8;
	padding: 6px;
	height:130px;
	clear:both;
	margin-bottom:0.3em;
}
ul#product_list li a {
	text-decoration:none;
	color:#374853;
}

ul#product_list a.product_img_link{
	border: solid 1px #d0d3d8;
	margin-right:0.6em;
	z-index: 1;
}

ul#product_list a.product_img_link img{
	display: block;
	vertical-align:bottom;
	z-index: 1;
}
ul#product_list li h3{ margin:0.4em 0; }
ul#product_list li .new{
	background:transparent url(../img/flag_new_bg.jpg) repeat-x scroll 0%;
	border:1px solid #488C40;
	color:white;
	font-size:0.6em;
	font-weight:bold;
	margin:0pt 1em 0pt 0pt;
	padding:0pt 0.4em;
	text-transform:uppercase;
	vertical-align:0.3em;
}
ul#product_list li p.product_desc{ font-size:0.92em; }
ul#product_list li div.center_block{
	float:left;
	width:74%;
}
ul#product_list li div.right_block{
	float:left;
	width: 11em;
	text-align:right;
	margin-left:1em;
	margin-top:0;
}
ul#product_list li .discount{
	color:#da0f00;
	text-transform:uppercase;
	font-weight:bold;
	display: block;
}
ul#product_list li .on_sale{
	color:#da0f00;
	text-transform:uppercase;
	font-weight:bold;
	display: block;
}
ul#product_list li .reduction {
	display: block;
	margin-bottom: 0.3em;
}
ul#product_list li .price{
	display: block;
	font-size: 1.5em;
	margin-bottom: 0.2em;
}
ul#product_list li span.availability{
	float: right;
	color:#488c40;
	font-size:0.9em;
}
ul#product_list li a.button{ margin-top:0.5em; }

.account_input {
	height: 20px;
	margin-left: 0px;
	width:15em;
}

/* Block categories */
div#categories_block_left ul.tree { padding-left:0.5em; }
div#categories_block_left ul.tree li {
	border:none;
	padding-left:15px;
	background: none;
	margin-left:0;
	font-weight:bold;
	font-size:13px;
	line-height:13px;
	margin-top:2px;
}
div#categories_block_left ul.tree li ul li{
	padding-left:15px;
	background:none;
	font-size:11px;
	font-weight:normal;
}
div#categories_block_left ul.tree li ul li ul li{
	padding-left:15px;
	font-size:9px;
}
div#categories_block_left ul.tree a{
	padding-left:0;
	color:#374853;
}
div#categories_block_left ul.tree a:hover{
	text-decoration:none;
}
div#categories_block_left ul.tree a.selected {
	color: #488c40;
	font-weight: normal;
	text-transform: none;
}
div#categories_block_left span.grower{
	display:block;
	float:left;
	background-position: 0px 3px;
	background-repeat: no-repeat;
	width:9px;
	height:15px;
	margin: 0 0 0 -10px!important;
	margin: 0 0 0 -6px;
	padding: 0;
}
div#categories_block_left span.OPEN { background-image: url('../img/icon/less.gif'); }
div#categories_block_left span.CLOSE{ background-image: url('../img/icon/more.gif'); }

/* Tabs */
ul.idTabs {
	list-style-type:none;
	border-bottom:solid 1px #76839b;
	height:21px;
	margin-top:1em;
}
ul.idTabs li {
	float:left;
	margin-right:1px;
}
ul.idTabs li a {
	background-image: url('../img/tab_bg.jpg');
	display:block;
	width:173px;
	height:18px;
	text-align:center;
	text-decoration:none;
	text-transform: none;
	font-weight:normal;
	padding-top:3px;
	color:#374853;
}
ul.idTabs li a.selected{
	background-image: url('../img/tab_bg_selected.jpg');
	color:white;
}

/* IdTabs Short*/
ul.idTabsShort li a {
	background-image: url('../img/tab_bg_short.jpg');
	width:138px;
}
ul.idTabsShort li a.selected{
	background-image: url('../img/tab_bg_selected_short.jpg');
	color:white;
}

div.sheets{
	clear:both;
	padding:1em;
}
div#more_info_sheets ul li{	margin-bottom:0.4em; }

/* adresses */
div.addresses {
	border: 1px solid #d0d3d8;
	background: #D0D1D5 url('../img/form_bg.jpg') repeat-x top left;
	padding: 0.6em;
	position:relative;
	width:544px;
}
div.addresses h3 { margin: 0; }
div.addresses p.checkbox input{
	margin-top:0!important;
	margin-top:-3px;
}
ul.address {
	background-color:white;
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-left:0.25em;
	padding-bottom:0.6em;
	margin-bottom:1em;
	position:relative;
	width:268px;
}

ul.address li {
	padding-left: 1.4em;
	margin-top: 0.6em;
}
li.address_title {
	margin-top: 0!important;
	background-color: #d0d1d5;
	color: #374853;
	font-weight: bold;
	height: 27px;
	font-size: 1.2em;
	line-height: 1.9em;
}
ul.item li.address_title { background-image: url('../img/address_alias_left.gif'); }
ul.alternate_item li.address_title { background-image: url('../img/address_alias_right.gif'); }
li.address_name, li.address_update a, li.address_delete a { color: #f00; }
li.address_name, li.address_company { font-weight: bold; }
li.address_update, li.address_delete {
	background: transparent url('../img/bullet_myaccount.gif') no-repeat 0 0.5em!important;
	background: transparent url('../img/bullet_myaccount.gif') no-repeat 0 0.4em;
	margin-left: 1.4em;
}
#center_column .address_add { padding: 1em 0; }

/*add by d_gray*/
.manufactured_item
 {
    width: 70px;
    height: 36px;
    background: url( '../img/back.PNG' );
    text-align: center;
    display: inline-block;
	margin: 3px 4px 3px 3px;
}
.manufactured_item:hover
 {
    background: url( '../img/backhover.PNG' );
}
.manufactured_item img
{
    height: 36px;
}

.manufactured_item_old
{
	text-align: center;
}
.manufactured_item_old .items
{
	display: inline-block;
	width: 814px;
}
#manufacturers_block_left
{
	text-align: center;
    width: 878px;
}
