/** buttons **/
input.submit, button,
.survey .submit-row input,
.feedback .submit input  {
    background: url('/media/img/button.png') no-repeat;
    border: none;
    height: 18px;
    width: 80px;
    font-size: 10px;
    font-weight: bold;
    color: white;
    padding: 0;
    margin: 10px;
}

/******* header ******/
.header {
	background: #FFF url("/media/img/top-bg.gif") top repeat-x;
}

.header .inner {
	background: url("/media/img/top-image.jpg") right top no-repeat; 
    height: 170px;
}

#search {
	margin-left: 50px;
}

#search input {
	border: 1px solid #F1F1F1;
}

/******* content ******/
.width {
    width: 1024px;
    margin: auto;
	
}

.content {
	background: #E5EDF0 url("/media/img/menu-bg.gif") top repeat-x;
	padding-bottom: 15px;
}

.menu {
    width: 300px;
    float: left;
    display: inline;
}

.menu ul {
    float: left;
}

.menu li {
	line-height: 21px;
	height: 21px;
    /*overflow: hidden;*/
    float: left;
	margin: 5px 10px;
}

.menu li a {
    line-height: 21px;
    height: 21px;
    float: left;
    display: inline;
    margin-left: 10px;
    padding-right: 8px; /* strange FF behavior */
}

.menu li.active {
    background: url("/media/img/menu-left.gif") left no-repeat;
}

.menu li.active a {
    background: url("/media/img/menu-right.gif") right no-repeat;
}

.info {
	background: url('/media/img/content-image.jpg') no-repeat right top;
	height: 70px;
    text-align: right;
}

.info address {
    padding-top: 34px;
    padding-right: 66px;

}

/** catalog tree **/
.catalog_tree {
    float: left;
    display: inline;
}

.catalog_tree ul.tree, ul.tree ul {
    list-style-type: none;
    background: url('/media/img/tree/vline.gif') repeat-y;
    margin: 0;
    padding: 0;
}

.catalog_tree ul.tree ul {
    margin-left: 10px;
}

.catalog_tree ul.tree li {
    margin: 0;
    padding: 0 12px;
    line-height: 20px;
    background: url('/media/img/tree/node.gif') no-repeat;
    font-weight: bold;
}

.catalog_tree ul.tree li.first {
    background: #F1F1F1 url('/media/img/tree/firstnode.gif') no-repeat;
}

.catalog_tree ul.tree li.last {
    background: #F1F1F1 url('/media/img/tree/lastnode.gif') no-repeat;
}

.catalog_tree a {
    text-decoration: none;
}

/***** center of page *****/
.center_page {
    float: left;
    display: inline;
}

/** breadcrumbs **/

.breadcrumb ul li{
	float: left;
	margin-left: 10px; 
}

.breadcrumb ul li a {
	margin-right: 10px;
}

/*** products table ***/

.products {
    float: left;
    display: inline;
    padding: 20px;
}

.products table caption {
	padding: 10px;
}

.products table {
	font-size: 100%
}

.products table tr, .products table th {
    height: 25px;
    line-height: 25px;
}

.products table td {
	padding: 0px 5px;
}

.products table input {
	border: 1px solid #CCC;
	width: 2em;
}

.products .quantity, .products .quantity input {
	text-align: center;
}
/**** page content ****/
.page_content {
    margin: 0  200px;
}


/*** poll ***/
.survey_block {
    margin-right: 18px;
}

.survey {
    float: right;
    width: 184px;
    background: #FFF;
    line-height: 1.5em;
    border: 1px solid #CCC;
    font-family: Arial;
    font-weight: normal;
    font-size: 12px;
}

.survey h1 {
    background: #7eb63f;
    color: white;
    font-family: Arial;
    font-weight: normal;
    font-size: 12px;
    height: 20px;
    padding: 0px 10px;
    margin: 0;
}

.survey .poll form, .survey .poll fieldset  {
    padding: 10px;
}

.survey .barPercent {
	font-size: 77%;
	margin-bottom: 15px;
}

.survey .barColor {
	background-color: #418BD4;
}

.survey .question h2 {
    margin: 0;
    padding: 0;
    font-size: 100%;
}

/**** feedback ****/
.feedback {
	margin-top: 15px;
	margin-left: 30px;
}
.feedback th {
	width: 295px;
	vertical-align: top;
	text-align: left;
	font-weight: normal;
	font-size: 12px;
}

.feedback td {
    padding-bottom: 20px;
}

.feedback td.text input,
.feedback td.text textarea {
	border: 1px solid #CCC;
	width: 480px;
}

.feedback td.text textarea {
	height: 55px;
}

.feedback ul.errorlist {
    margin-bottom:5px;
    padding:2px 10px;
    width:150px;
}

/***** footer *****/
.footer {
    background: #FFF;
}

.footer .copy {
	padding: 20px;
}


/*** orders page ***/
.orders {
    margin-bottom: 20px;
}

.orders table{
    margin: auto;
    border-collapse: separate;
    border-spacing: 10px;
}

.orders table th{
	vertical-align: middle;
}

.orders input[type='text'], .orders textarea {
	height: 20px;
	width: 300px;
	font-family: Trebushet MS;
	font-size: 16px;
	border: 1px solid #CCC;
}

.orders input[type='submit'] {
    font-size: 16px;
    padding: 7px;
}

.orders textarea {
    height: 100px;
}

.orders {
    margin: 20px auto;
}

.orders table.order_list {
    border-collapse: collapse;
}

.orders .order_list td, .orders .order_list th {
	padding: 5px;
	border: 1px solid;
}

#new_client {
    border: 1px solid green;
    background-color: #B5ED7F;
    padding: 2px;
    font-size: small;
    /*float: right;*/
    display: none;
}


/***** error form ***/

#errorform table td {
    margin: 5px;
}

#errorform table label {
    font-size: 12px;
}

#errorform textarea {
    border: 1px solid #CCC;
    width: 200px;
    height: 100px;
}

#errorform th, #errorform td {
	vertical-align: middle;
}  