/*reseting styles*/

html, body, div, span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins,kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, hr {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
h1{
	margin: 0px;
	font-size: 18px;
}

h2{
	font-size: 16px;
}
 
h3{
	font-size: 14px;
}
 
h4{
	font-size: 12px;
} 
h5{
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}
h6{
	margin: 0px;
	font-size: 12px;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
a:focus {
	outline: 0;
} 


table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*end reseting*/

html {
	background: #fafaf9 url(../img/body-bg.gif) repeat-x top left;
}


body {
    font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #5c5e61;
	background: transparent url(../img/header-bg.gif) repeat-x top center;
}

h1, h2, h3, h4 {
	font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
	text-transform:uppercase;
	color: #000;
	letter-spacing: 2px;
	margin: 0px;
}

a:link, a:visited{
	text-decoration: underline;
	color: #006d96;
}

a:hover, a:active{
	text-decoration: none;
}
select{
	color: #00aeef;
	background: #eee;
	border: 1px solid #00aeef;
}

table{
	width: 100%;
	border: 1px solid #eee;
	margin: 10px 0px;
}

table td {
	border: 1px solid #eee;
	padding: 3px;
}


.clear{
	clear: both;
}

.wrapper {	
	width: 960px;
	padding: 0px 4px; 
	margin: 0px auto;
}

.tabs-hide {
	display: none;
}


/* HEADER */

#header {
	height: 220px;
}

#header  .selected  a{
	color: #5c5e61;
}

#secondary-nav, #lang {
	font-size: 10px;	
	height: 20px;
	padding: 10px 0px 0px 0px;
	line-height: 1em;
	text-transform: uppercase;
}

#secondary-nav{
	width: 910px;
	float: left;
}

#secondary-nav li {
	display: inline;
	margin: 0px 5px 0px 0px;
}

#secondary-nav li  a, #lang li  a{
	text-decoration: none;
}

#secondary-nav li  a:hover, #lang li  a:hover{
	color: #5c5e61;
}

#lang {
	float: right;
	width: 50px;
	text-align: right;
}

#lang li {
	display: inline;
	margin: 0px 0px 0px 5px;
}

#logo {
	margin: 10px 0px;
	width: 230px;
	height: 130px;
	float: left;
}

#input-area {
	float: right;
	width: 470px;
	height: 130px;
	margin: 10px 0px;
}
#input-area input {
	border: 1px solid #04c1ff;
	background-color: #fff;
	color: #8bd4ef;	
}

#input-area .user-nav .btn{
	border: 0px;
	background: transparent url(../img/login-btn-bg.gif) no-repeat center center;
	color: #fff;
	text-transform: uppercase;
	font-size: 10px;
	width: 70px;
	height: 20px;
	float: left;
}

#input-area .user-nav a.btn{
     text-align: center;
     text-decoration: none;
}

#input-area .user-nav{
	padding: 10px;
	height: 50px;
	background: transparent url(../img/user-nav-bg.gif) no-repeat center center;
}

#input-area .user-nav input {
	width: 118px;
	margin: 0px 10px 0px 0px;
	float: left;
}

#input-area .user-login a{
	text-transform: uppercase;
	text-align: left;
	font-size: 10px;
	float: right;
	width: 100px;

}

#input-area .user-login .clear {
	height: 0px;
}

#input-area .user-login  form a.forgotten-pass {
	text-transform: none;
	font-size: 11px;
	float: none;
	width: 120px;
	line-height: 1em;
	margin-left: 130px;
}

#input-area .user-login p {
	font-size: 14px;
	float: left;
	margin-right: 40px;
}

#input-area .user-login p  span{
	font-size: 12px;
	font-weight: bold;
	padding-left: 5px;
	color: #000;
}

#input-area .user-login p  a {
	text-transform: none;
	float: none;
	font-size: 14px;
}

#input-area .user-login form {
	float: left;
	width: 350px;
}

#input-area .user-nav .cart {
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 0px 30px;
	background: transparent url(../img/user-nav-cart.gif) no-repeat center left;
	height: 20px;
}

#input-area  #search {
	background: transparent url(../img/search-bg.gif) no-repeat center left;
	height: 50px;
	margin: 10px 0px;
}

#input-area  #search .search-field input{
	padding: 5px 0px 0px 0px;
	margin-left: 33px;
	width: 308px;
	font-size: 14px;
	background: transparent;
	border: 0px;
}

#input-area  #search .search-field {
	height: 28px;
	width: 347px;
	margin: 10px;
	background: #fff url(../img/search-icon.gif) no-repeat 9px center;	
	float: left;
	border: 1px solid #00aeef;
}

#input-area #search input.btn{
	border: 0px;
	background: transparent url(../img/search-btn-bg.gif) no-repeat center left;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	width: 100px;
	height: 50px;
	float: left;
}



#main-nav {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	background: transparent url(../img/main-nav-bg.gif) no-repeat bottom center;
	margin-top: 0px;
	padding: 10px 0px;
	height: 20px;
}

#main-nav li {
	display: inline;

}

#main-nav li a {
	color: #fff;
	text-decoration: none;
	padding: 2px 15px 2px 14px;
	border-right: 1px solid #89f5ff;
}

#main-nav .last a {
	border-right: 0px;
}


#main-nav li a:hover,  #main-nav .selected a{
	color: #89f5ff;
}

/* FOOTER */

#footer {
	background: #fff url(../img/footer-bg.png) repeat-x top left;
	line-height: 1.2em;
	
}

#footer .wrapper{	
	padding: 0px; 
	border-top: 1px solid #00aeef;
	background: transparent url(../img/footer-bubbles.gif) no-repeat top center;
	zoom: 1;
}

#footer h6 {
	height: 30px;
	margin-bottom: 8px;
}

#footer a{
	font-size: 11px;
}

#footer h6 a{
	text-decoration: none;
	color: #fff;
	font-size: 12px;
	
}

#footer #small-site-map {
	width: 700px;
	margin: 10px auto 0px auto;
	
	padding-bottom: 9px;
}

#footer #small-site-map li{
	display: inline;
	width: 100px;
	margin: 0px 20px 0px 0px;
	float: left;
}

#footer #small-site-map li ul li{
	display: block;
	margin: 4px 0px;
	float: none;
}

#footer #small-site-map li.last {
	margin: 0px;
}

#footer .copywright {
	text-align: center;
	width: 700px;
	margin: 10px auto 0px auto;
	height: 30px;
	font-size: 11px;
	color: #00aeef;
	padding-top: 10px;
	border-top: 1px solid #00aeef;

}

#footer .copywright p {
	float: left;
	margin-left: 230px;
}

#footer  .corpus-logo {
	display: block;
	float: right;
	margin-bottom: 5px;
	/*width: 113px;*/
	height: 30px;
	text-decoration:none;
	vertical-align:middle;
}

#footer  .corpus-logo img{
	margin-left:10px;
	vertical-align:middle;
}

/* CONTENT */

.content {
	background: transparent url(../img/content-bottom-bg.png) repeat-x bottom left;
}

.content .wrapper {
	background: transparent url(../img/content-bg.png) repeat-y top center;
}

#left-sidebar {
	float: left;
	width: 220px;
	padding: 10px 0px 10px 10px;
}

#left-sidebar h4 span {
	color: #5c5e61;
}

#left-sidebar h4 {
	line-height: 0.7em;
	margin-bottom: 10px;
}

.content  .main { 
	float: left;
	width: 700px;
	margin: 0px 10px 18px 20px;
}

.content .without-sidebar {
	width: 100%;
	margin-left: 0px; 
}

.without-sidebar #breadcrumbs {
	margin-left: 10px;
	margin-right: 10px;
}

.without-sidebar #content h1 {
	margin-left: 10px;
}

.without-sidebar #content  #pagination  {	
	margin-left: 10px;
	margin-right: 10px;	
}


#content {
	min-height: 500px;
	position: relative;;
}

/*left navigation*/

.first-lvl-nav {
	position: relative;
	height: 1%;
	line-height: 1em;
	margin: 0px 0px 20px 0px; 
	border: 1px solid #e8e7e5;
	background-color: #f6f6f6;
}

.first-lvl-nav  li {
	background: #f6f6f6 url(../img/main-nav-item-bg.gif) repeat-x bottom left;
}

.first-lvl-nav  li a{
	display: block;
	text-transform: uppercase;
	text-decoration: none;	
	font-weight: bold;
	font-size: 11px;
	padding: 9px 19px 9px 9px ;
	border-bottom: 1px solid #e8e7e5;	
	background: transparent url(../img/main-nav-arrows-normal.gif) 200px 0px no-repeat;
}

.first-lvl-nav  li a:hover {
	background: #00aeef url(../img/main-nav-arrows-hover.gif) 200px 0 no-repeat;
	color: #fff;
}

.first-lvl-nav  li.selected a{
	background: #00aeef url(../img/main-nav-arrows-selected.gif) 200px 0px no-repeat;
	color: #fff;
}

.first-lvl-nav  li.last a{
	border-bottom: 0px;
}



.first-lvl-nav  .tl{
	position: absolute;
	top: -1px;
	left: -1px;
	width: 4px;
	height: 4px;
	background: transparent url(../img/main-nav-tl.gif) no-repeat top left;	
}

.first-lvl-nav  .tr{
	position: absolute;
	top: -1px;
	right: -1px;
	width: 4px;
	height: 4px;
	background: transparent url(../img/main-nav-tr.gif) no-repeat top right;	
}

.first-lvl-nav  .bl{
	position: absolute;
	bottom: -2px;
	left: -1px;
	width: 4px;
	height: 4px;
	background: transparent url(../img/main-nav-bl.gif) no-repeat bottom left;	
}

.first-lvl-nav  .br{
	position: absolute;
	bottom: -2px;
	right: -1px;
	width: 4px;
	height: 4px;
	background: transparent url(../img/main-nav-br.gif) no-repeat bottom right;	
}

.second-lvl-nav  {
	border-bottom: 1px solid #e8e7e5;	
	background: #f6f6f6 url(../img/main-nav-item-bg.gif) repeat-x bottom left;
	
}

.first-lvl-nav  .last .second-level{
	border-bottom: 0px;
}

.first-lvl-nav  .second-lvl-nav  li {
	background: transparent;
	margin: 0px 0px;
	padding: 0px 20px
}

.first-lvl-nav  .second-lvl-nav  li a{
	display: block;
	color: #006d96;
	font-size: 12px;
	text-transform: none;
	font-weight: normal;
	text-decoration: none;	
	border-bottom: 1px solid #e8e7e5;	
	background: transparent;
	padding-left: 0px;
}

.second-lvl-nav  li a:hover {
	background: transparent;
	color: #00aeef;
}

.second-lvl-nav  li.selected a{
	/* background: transparent url(../img/second-lvl-nav-selected.gif) repeat-x 0 center; */
	color: #5c5e61;
	font-weight: bold;
}

.second-lvl-nav  li.last a{
	border-bottom: 0px;
}


/*breadbrumbs*/

#breadcrumbs {
	font-size: 11px;
	line-height: 1.1em;
	margin: 8px 0px 0px 0px;
	padding: 0px 0px 9px 0px;
	border-bottom: 1px solid #006d96;
}

#breadcrumbs a{
	font-weight: bold;
}

/*navigation in tabs*/

.main .third-lvl-nav {
	padding: 10px 0px 0px 0px;
	border-bottom: 1px solid #006d96;	
}

.main .third-lvl-nav li {
	float: left;
	padding: 0px 10px 10px 0px;
}

.main .third-lvl-nav li.last {
	padding: 0px 0px 10px 0px;
}

.main .third-lvl-nav li.clear {
	width: 170px;	
}

.main .third-lvl-nav  .img-thumbs{
	background: transparent url(../img/third-lvl-nav-img-bg.gif) no-repeat center center;
	width: 40px;
	height: 40px;
	float: left;
	display: table;
}

.main .third-lvl-nav  .img-thumbs a {
	padding: 2px;
	width: 36px;
	height: 36px;
	display: table-cell;
	vertical-align: middle;
	font-size: 34px; /* magic number for ie6 and ie7 - it's usually around the height of the parent container */
	text-align: center;
}

.main .third-lvl-nav  .img-thumbs img {
	vertical-align: middle; /* for ie6 and ie7 */
}

.main .third-lvl-nav .tabs {
	float: left;	
	position: relative;	
}

.main .third-lvl-nav .tabs a {
	width: 121px;
	padding: 4px;
	min-height: 32px;
	display: block;
	background: #f6f6f6 url(../img/third-lvl-nav-tabs-bg.gif) repeat-x bottom left;
	line-height: 1em;
	font-size: 10px;
	font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	border-right: 1px solid #eae9e7;	
	border-top: 1px solid #eae9e7;
	border-bottom: 1px solid #eae9e7;
}

.main .third-lvl-nav  li.last .tabs a{
	width: 111px;
}

.main .third-lvl-nav .tabs a:hover{
	background: #f6f6f6 url(../img/third-lvl-nav-tabs-bg-1.gif) repeat-x top left;
	color: #00aeef;
}

.main .third-lvl-nav .selected .tabs a{
	background: #f6f6f6 url(../img/third-lvl-nav-tabs-bg-1.gif) repeat-x top left;
	color: #5c5e61;
}

.main .third-lvl-nav .tabs  .tr{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 4px;
	height: 4px;
	background: transparent url(../img/third-lvl-nav-tabs-round-corners.gif) 0px 0px no-repeat;	
}

.main .third-lvl-nav .tabs  .br{
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 4px;
	height: 4px;
	background: transparent url(../img/third-lvl-nav-tabs-round-corners.gif) 0px -4px no-repeat;	
}

/* category content */


/* .comparison-btn{
	position: absolute;
	background: transparent url(../img/comparison-btn.png) no-repeat top left;
	line-height: 1em;
	height: 30px;
	padding: 5px 0px 0px 30px;
	width: 160px;
	top: 0px;
	right: 0px;
} */

.comparison-btn {
	float: right;
	height: 30px;
	background: transparent url(../img/comparison-btn.png) no-repeat top left;
	line-height: 1em;
	padding: 5px 0px 0px 30px;
	margin: 0 20px 0px 0px;
}

.print-btn{
	float: right;
	height: 40px;
	width: 20px;
	background: transparent url(../img/print-btn.png) no-repeat top left;
	margin: 20px 0px 0px 0px;
}

.addthis_toolbox {
	float: right;
    margin: 0 0 20px;
}

.addthis-product {
	margin: 0 0 20px 0;
}

.addthis-projects {
	margin: 20px 0;
}

.btn  a, .btn  input{
	background-color: #00aeef;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	display: block;
	line-height: 1em;
	text-align: center;
	padding: 7px 10px;
}
.btn {
	float: right;
	position: relative;
}

.btn.disabled  a, .btn.disabled  input{
	background-color: #a7a7a7;
	color: #c0c0c0;
}

.btn  input{
	font-family: Arial,Helvetica,sans-serif;
	border: none;
	cursor: pointer;
	float: left;
}

#content .btn .tr{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 5px;
	height: 5px;
	background: transparent url(../img/btn-rounded-corners.gif) 0px 0px no-repeat;
}

#content .btn.disabled .tr{
	background: transparent url(../img/btn-rounded-corners-disabled.gif) 0px 0px no-repeat;
}

#content .btn .bl{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 5px;
	height: 5px;
	background: transparent url(../img/btn-rounded-corners.gif) 0px -5px no-repeat;
}

#content .btn.disabled .bl{
	background: transparent url(../img/btn-rounded-corners-disabled.gif) 0px -5px no-repeat;
}


#content h1, #content h2, #content h3 {
	line-height: 15px;
	padding: 0px 40px 0px 0px;
	background: transparent url(../img/headings-leaf.gif) no-repeat top right;
	float: left;
	margin-top: 20px;
}

#content h1 {
	line-height: 1.3em;
}

#content .main-text p{
	font-size: 14px;
	margin-bottom: 10px;
}

#content .filter {
	margin: 20px 0px 0px 0px;
	height: 10px;
	padding: 10px;
	background: #fff url(../img/filter-bg.png) no-repeat top center;
	text-align: right; 
	
}
#content .filter select {
	width: 190px;
	margin-left: 10px;
}

/* image thumbs  */

#content .img-thumbs {
	background: #fff url(../img/content-img-thumbs-bg.png) no-repeat center center;
	width: 160px;
	height: 160px;
	display: table;
	text-align: center;
}

#content .img-thumbs a {
	padding: 10px;
	width: 140px;
	height: 140px;
	display: table-cell;
	vertical-align: middle;
	font-size: 140px; /* magic number for ie6 and ie7 - it's usually around the height of the parent container */
}

#content  .img-thumbs img {
	vertical-align: middle; /* for ie6 and ie7 */
}

.item-teaser{
	width: 160px;
	float: left;
	margin: 20px 20px 0px 0px;
}
.newest .item-teaser{
	min-height: 280px;
}

#content .item-teaser h5 {
	line-height: 0.9em;
	padding: 10px 10px 0px 10px;
	background: transparent url(../img/content-teaser-text-bg.png) no-repeat top center;
	zoom: 1;
}

#content  h5  a{
	text-decoration: none;	
}

#content  h5  a:hover{
	color: #00aeef;
}

#content .item-list .last{
	margin-right: 0px;
}

#content .category-links{
	font-size: 11px;
	margin-left: 10px;
	margin-top: 10px;
}

#content .item-desc ul{
	margin-left: 10px;
}


#content .category-links li, #content .item-desc li, #content .user-profile li, #sitemap li ul li,.search-results ul li ul li{
	padding: 0px 0px 2px 10px;
	background: transparent url(../img/list-image.gif) no-repeat left 7px;
}

.brand  .item-list{
	border-bottom: 1px solid #08a379;
	padding: 0px 0px 19px 0px;
}
.brand  .item-list .item-teaser{
	margin-top: 10px;
}

.brand .last {
	padding-bottom: 0px;
	border-bottom: 0px;
	
}

#content .item-preview {
	margin: 20px 30px 0px 0px;
	border-bottom: 1px solid #006d96;
	zoom: 1;
}

#content .item-preview.space {
	padding: 20px 0 0 0;
	zoom: 1;
}

#content .bbg {
	border-bottom: 1px solid #08a379;
}


#content .item-preview .item-desc {
	float: left;
	width: 460px;
}

#content .item-preview .item-desc  h5{
	margin-bottom: 8px;
	line-height: 1em;
}

#content .item-preview .item-desc  h2 {
	background-image: none;
	margin: 0px;
}

#content h6 {
	color: #000;
	line-height: 1em;
}

#content .contact-info {
	font-size: 11px;
	margin: 10px 0px 20px 10px;
}

#content .activities{
	color: #000;
	margin-top: 20px;	
}

#content .activities h6 {
	font-size: 11px;
	text-transform: uppercase;
	margin: 0px 0px 2px 10px;

}

#content .object {
	padding: 10px 0px;
	border-bottom: 1px solid #08a379;
	margin-left: 10px;

}
#content .last{
	border-bottom: 0px;
	background-image: none;
}

#content  .number {
	font-size: 11px;
	text-transform: uppercase;
	line-height: 1em;
}

#content  .invalid-price {
	line-height: 1em;
	font-weight: bold;
	text-decoration: line-through;
	margin: 8px 0px;
	float: left;
}

#content  .price {
	line-height: 1em;
	font-weight: bold;
	margin: 8px 0px;
	float: left;
}

#content  .promo-price {
	clear: both;
	line-height: 1em;
	font-weight: bold;
	color: #c50300;
	float: left;
	padding-top: 4px;
	width: 50%;
}

#content .promo-info {
	font-weight: normal;
	color: #5c5e61;
	line-height: 1.2em;
	font-size: 11px;
	font-style: italic;
	padding-top: 5px;
}

#content .mininum-amount-to-order {
	font-weight: normal;
	color: #5c5e61;
	line-height: 1.2em;
	font-size: 11px;
	font-style: italic;
	padding-top: 5px;
	float: right;
}

#content .cities{
	margin: 6px 0 0 0; 
	font-size: 11px;
	line-height: 1.1em;
}


#content .object-status{
	font-size: 11px;
	color: #08a379;
	line-height: 1.1em;
	font-weight: bold;
	position: absolute;
	top: 20px;
	left: 0;
}
#content .object-status span{
	font-family: Verdana, sans-serif;
}

#content .quantity-content {
	float: right;
	width: 42%;
	position: relative;
}

#content .quantity-content input{
	font-size: 11px;
	padding: 3px 0px 0px 3px;
	color: #00aeef;
	background: #eee url(../img/object-input-bg.gif) no-repeat center center;
	width: 77px;
	height: 17px;
	border: 0px;
	float: left;
}

#content .add-to-cart-btn {
	display: block;
	width: 23px;
	height: 40px;
	background: #00aeef url(../img/add-to-cart-btn.png) no-repeat center center;
	float: right;
	margin-left: 20px;
}

#content a.no_price_available{
	float: right;
}
#content a.no_price_available{
	float: right;
}

#content .measure {
	padding-top: 4px;
	float: left;
	line-height: 1em;
	margin-left: 10px;
}

.products-page #content hr {
	margin: 5px 0px 10px 0px;
}

.products-page #content .object {
	margin-right: 30px;
}

.item-preview  .item-teaser {
	float: right;
	margin: 0px 0px 20px 0px;
}

#content .item-preview h3{
	float: none;
	padding: 0px 0px 10px 10px;
	margin-bottom: 10px;
	background: #fff url(../img/hr-bg.gif) no-repeat bottom right;
}

.products-page #content .item-preview {
	border-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
}

.services-page #content .item-preview {
	border-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
}

.services-page #content .item-preview  p{
	margin-bottom: 10px;
}

.services-page #content p.main-text {
	margin-top: 20px;
	margin-bottom: 0px;
}

#content .projects-page .item-preview .item-desc{
	width: 280px;
}

#content .projects-page .with-gallery .item-desc{
	width: 460px;
	float: none;
}

#content .projects-page .item-preview {
	width: 460px;
	margin-right: 0px;
	margin-top: 20px;
}



#content .projects-page .last {
	border-bottom: 0px;
}
#content .projects-page p {
	margin-bottom: 10px;
}

#content .img-gallery .item-teaser {
	float: left;
	margin-right: 20px;
}

#content .img-gallery  {
	margin-top: 20px;
}


.projects-page {
	float: left;
}

 .item-teaser {


}

#content .inner-tabs .item-tabs {
	border-bottom: 1px solid #08a379;
	height: 50px;
	margin-bottom: 20px;
	margin-left: 0px;	
}

#content .item-tabs .tabs {
	float: left;
	position: relative;
	padding: 0;
	margin-right: 10px;
	background: transparent url(../img/item-tabs-bg.png) repeat-x top left;
}

#content .item-tabs .last{
	margin-right: 0px;
}

#content .item-tabs .tabs a {	
	padding: 9px;
	height: 31px;
	display: block;
	background: transparent url(../img/item-tabs-arrow-right.gif) no-repeat right 11px;
	line-height: 1em;
	font-weight: bold;
	text-decoration: none;
	color: #bfe3f0;
}

#content .item-tabs .normal {
	width: 102px;
}

#content .item-tabs .short {
	width: 92px;
}

#content .item-tabs .large {
	width: 132px;
}

#content .item-tabs .tabs a:hover{
	background: transparent url(../img/item-tabs-arrow-right-1.gif) no-repeat right 11px;
}

#content .item-tabs .selected {
	background: #fff url(../img/item-tabs-selected-bg.png) repeat-x top left;
}

#content .item-tabs .selected a, #content .item-tabs .selected a:hover{
	border: 1px solid #08a379;
	border-bottom: 1px solid #fff;	
	color: #000;
	background: transparent url(../img/item-tabs-arrow-down.gif) no-repeat right 11px;
}

#content .item-tabs .tabs  .tr{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 10px;
	height: 10px;
	background: transparent url(../img/inner-tabs-rounded-corners.gif) 0px 0px no-repeat;	
}

#content .item-tabs .tabs  .bl{
	position: absolute;
	bottom: 9px;
	left: 0px;
	width: 10px;
	height: 10px;
	background: transparent url(../img/inner-tabs-rounded-corners.gif) 0px -10px no-repeat;	
}

#content .item-tabs .selected .tr {
	background: transparent url(../img/inner-tabs-rounded-corners.gif) 0px -20px no-repeat;	
}

#content .item-tabs .selected .bl {
	display: none;
}

.inner-tabs  p, .expandable-content p{
	margin: 10px 10px 0px 10px; 
}


#content #right-sidebar .item-teaser {
	margin: 0px 0px 0px 30px;
	float: none;
	
}

#content #right-sidebar {
	float: right;
	width: 220px;
}

#content .related-modules{
	
}

#content .module{	
	padding: 10px 0px;
	border: 1px solid #00aeef;
	background: #ddf6fe url(../img/related-modules-bg.gif) repeat-x bottom right;
	position: relative;
	margin-bottom: 20px;
	font-weight: bold;
	line-height: 1em;
} 

#content .module ul {
	border-top: 1px solid #00aeef;
	margin-top: 8px;
}


#content .module ul li {	
	margin: 10px 10px 0px 40px;
	
}

#content .module .last a{
	border-bottom: 0px;
}

#content .module ul li a{
	font-family: Arial,Helvetica,sans-serif;
	text-decoration: none;
	text-transform: none;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	background-image: none;
	border-bottom: 1px solid #00aeef;
	margin-right: 0px;
	
}

#content .module a {
	display: block;
	padding: 0px 20px;
	margin-right: 20px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
	background: transparent url(../img/related-modules-arrow-right.gif) no-repeat center right;
	
}

#content .module .expanded a {
	background: transparent url(../img/related-modules-arrow-down.gif) no-repeat center right;	
}

#content .module .expanded ul li a,  #content .module .expanded ul li a:hover{
	background-image: none;
}

 #content .module .expanded ul li a:hover{
	color: #00aeef;
}

#content .module a:hover{
	background: transparent url(../img/related-modules-arrow-down.gif) no-repeat center right;

}


#content .files li.pdf-file{
	background: transparent url(../img/pdf-file.gif) no-repeat top left;
	padding-left: 20px;
}

#content .module .files li{
	margin-left: 20px;
}

#content .module .tl{
	position: absolute;
	top: -1px;
	left: -1px;
	width: 10px;
	height: 10px;
	background: transparent url(../img/related-modules-rounded-corners.gif) 0px 0px no-repeat;	
}

#content .module  .br{
	position: absolute;
	bottom: -1px;
	right: -1px;
	width: 10px;
	height: 10px;
	background: transparent url(../img/related-modules-rounded-corners.gif) 0px -10px no-repeat;	
}


#content .related-products{
	border: 1px solid #c3c4be;
	background: #fff url(../img/related-products-bg.gif) repeat-x top left;	
	position: relative;
	padding: 0px 9px;
	margin-bottom: 20px;
	margin-top: 20px;
}

#content #right-sidebar .related-products .item-teaser {
	margin-bottom: 20px;
	margin-left: 20px;
}

#content .related-products h3{
	color: #5c5e61;
	letter-spacing: 1px;
	margin-bottom: 10px;
	padding: 0px 30px 0px 0px;
	background: transparent url(../img/headings-leaf.gif) no-repeat center right;
	float: left;

}

#content .related-products  .tl{
	position: absolute;
	top: -1px;
	left: -1px;
	width: 5px;
	height: 5px;
	background: transparent url(../img/related-products-rounded-corners.gif) 0px 0px no-repeat;

}

#content .related-products  .tr{
	position: absolute;
	top: -1px;
	right: -1px;
	width: 5px;
	height: 5px;
	background: transparent url(../img/related-products-rounded-corners.gif) 0px -5px no-repeat;

}

#content .related-products  .br{
	position: absolute;
	bottom: -1px;
	right: -1px;
	width: 5px;
	height: 5px;
	background: transparent url(../img/related-products-rounded-corners.gif) 0px -10px no-repeat;
}

#content .related-products  .bl{
	position: absolute;
	bottom: -1px;
	left: -1px;
	width: 5px;
	height: 5px;
	background: transparent url(../img/related-products-rounded-corners.gif) 0px -15px no-repeat;
}

div#related-products-holder{
	position: relative;
	overflow: hidden;
	width: 200px;
}
	
div#related-products-list{
	position: relative;
	width: 2000em;
}
	
div#related-products-list div.related-products-items{
	float: left;
}

.box-pagination {
	margin: 0;
	width: 130px;
	float: left;
	height: 40px;
	overflow: hidden;
}


.related-products a.previous,.related-products a.previous:hover{
	width: 20px;
	height: 40px;
	display: block;
	background: transparent url(../img/previous.png) no-repeat center center;
	margin-left: 0px;
	margin-right: 10px;
	float: left;
	
}

.related-products  a.next, .related-products  a.next:hover{
	width: 20px;
	height: 40px;
	display: block;
	background: transparent url(../img/next.png) no-repeat center center;
	margin-left: 10px;
	margin-right: 10px;
	float: left;
}
/*.related-products a.previous.disabled{*/
.related-products a#previous-product-nav.disabled{
    background: transparent url(../img/previous-disabled.png) no-repeat center center;
}

/*.related-products a.next.disabled{*/
.related-products a#next-product-nav.disabled{
    background: transparent url(../img/next-disabled.png) no-repeat center center;
}	

.box-pagination a{
	float: left;
	margin: 10px 2px;
	width: 10px;
	height: 10px;
	display: block;
	background: transparent url(../img/box-pagination-page.gif) no-repeat center center;
}

.box-pagination a:hover{
	background: transparent url(../img/box-pagination-page-1.gif) no-repeat center center;
}

.box-pagination a.active ,.box-pagination a.active:hover{
	width: 12px;
	height: 12px;
	background: transparent url(../img/box-pagination-page-selected.gif) no-repeat center center;
}

.comparison-page select {
	width: 100%;
}

.comparison-page #content.last {
	margin-right: 20px;
}

.comparison-page #content .item-preview {
	width: 340px;
	float: left;
	margin-right: 20px;
	border-bottom: 0px;
	margin-top: 10px;
}

.comparison-page #content .last {
	margin-right: 0px;
}	

.comparison-page #content .item-preview .item-desc {
	width: 100%;
	float: none;

}
.comparison-page #content .item-preview .item-teaser {
	width: 100%;
	margin-top: 20px;
	float: none;
}
.comparison-page #content .item-preview .item-teaser .img-thumbs {
	float: right;
}

.comparison-page #content .item-preview .item-teaser h5{
	background-image: none;
	padding: 0px;
	float: left;	
	width: 160px;
}

.comparison-page #content .item-preview  .item-teaser .category-links {
	float: left;
	margin-left: 0px;
}

.comparison-page #content .item-desc p{
	padding: 0px 10px;
	margin: 0px 0px 10px 0px;
}

.comparison-page  #content p {
	margin-top: 10px;
}


/* home page styles  */

#promo-area {
	background: transparent url(../img/promo-area-bottom-bg.png) no-repeat bottom center;
	padding: 0px 0px 20px 0px; 
}

#promo-area .promo-area-content {
	background: #55c5f4 url(../img/promo-area-bg.png) repeat-x bottom left;
	height: 100%;
	
}

#promo-area .promo-area-content  .promo-products-bg-holder {
	background: transparent url(../img/promo-products-holder-bg.gif) repeat-y 600px 99%;
	height: 100%;

	
}


#promo-area  .box-pagination {
	float: right;
	width: auto;
}

#promo-area  h3 {
	color: #5c5e61;
	letter-spacing: 1px;
}

#promo-area #new-products .item-teaser {
	margin-top: 10px;
}


#promo-area #new-products {
	float: left;
	width: 580px;
	padding: 0px 10px 20px 10px;
	position: relative;
	background: transparent url(../img/promo-area-top-bg.gif) repeat-x top left;	
}

#promo-area #new-products .item-list {
	border-top: 1px solid #08a379;
	margin: 20px 30px 0px 30px;
}

#promo-area #new-products .item-list h3 {
	margin-top: 7px;
}


#promo-area #new-products .item-teaser h5 a, #promo-area #new-products .item-teaser .category-links{
	color: #d1f2ff;
	
}

#promo-area .item-teaser h5  {
	background-image: none;	
}

#promo-area #new-products .item-teaser .category-links a{
	color: #fff;
}
#promo-area #new-products .img-thumbs {
	background-image: url(../img/content-home-img-thumbs-bg.png);
}


#promo-area #new-products .previous a, #promo-area #new-products .next a{
	display: block;
	width: 20px;
	height: 40px;
}

#promo-area #new-products .previous  a, #promo-area #new-products .previous  a:hover{	
	background: transparent url(../img/new-products-previous.png) no-repeat top center;
	position: absolute;
	left: 10px;
	top: 119px;
}

#promo-area #new-products .next a,#promo-area #new-products .next a:hover{
	background: transparent url(../img/new-products-next.png) no-repeat top center;
	position: absolute;
	right: 10px;
	top: 119px;
}

#promo-area #new-products div.item-list {   
    overflow:hidden;      
    width: 520px;
	position: relative;
}


#promo-area #promo-products{
	float: left;
	width: 360px;
	background: transparent url(../img/promo-area-top-bg.gif) repeat-x top left;
	position: relative;
	
}

#promo-area #promo-products .promo-products-shades-1 {
	background: #116785 url(../img/promo-products-shades-1-bg.gif) repeat-x bottom left;
	margin: 10px 0px 0px 0px;
	width: 320px;

	

}

#promo-area #promo-products .promo-products-shades-2 {
	background: transparent url(../img/promo-products-shades-2-bg.gif) repeat-x top left;
	padding-left: 10px;

	

}

#promo-area #promo-products .item-list {
	width: 308px;
	margin-right: -10px;
	border: 1px solid #01eda2;
	border-bottom: 0px;
	background: #fff url(../img/promo-products-bg.png) repeat-x top left;
	padding: 0px 10px 10px 20px;
	position: relative;

}

#promo-area #promo-products .item-teaser {
	float: none;
	width: 320px;
	margin-top: 12px;
}

#promo-area #promo-products  .item-teaser .img-thumbs {
	float: left;
	margin-right: 10px;
}

#promo-area #promo-products  .item-teaser  .promo-item-teaser-text   {
	float: left;
	width: 130px;
	margin-left: 10px;
}

#promo-area #promo-products  .item-teaser  .promo-item-teaser-text p {
	margin-right: 0px;
}

#promo-area #promo-products  .item-teaser  .invalid-price, #promo-area #promo-products  .item-teaser  .promo-price-container  p {
	font-size: 12px;
	margin-top: 0px;
}

#promo-area #promo-products  .item-list  h3 {
	margin-top: 17px;
	
}

#promo-area #promo-products  .item-teaser  h5 {
	margin-top: 0px;
	padding: 0px;
	line-height: 1.2em;
}

#promo-area #promo-products  .category-links {
	margin-left: 0px;
}

#promo-area #promo-products  .item-teaser  p {
	margin: 10px 10px 0px 0px;
	font-size: 14px;
}

#promo-area #promo-products  .item-list .box-pagination{
	margin-top: 7px;

}

#promo-area #promo-products  .tr{
	position: absolute;
	top: 10px;
	right: 10px;
	width: 10px;
	height: 10px;
	background: transparent url(../img/promo-products-rounded-corner.gif) 0px 0px no-repeat;	
}

#promo-products div.item-list {   
    overflow:hidden;      
    width: 310px;
} 

div.item-list div.item-teaser-holder {     
    position:relative;
    width:20000em;	
}

#promo-area #promo-products div.item-teaser-holder .item-teaser{
    float: left;
}

#detailed-nav {
	margin: 20px 10px 0px 10px;
}


#detailed-nav h1, #detailed-nav h3 {
	color: #5c5e61;
}

#detailed-nav h3 {
	background-image: none;
	padding: 0px;
}

#detailed-nav .inner-tabs-title  h3 {
	width: 420px;
	text-align: right;
	letter-spacing: 1px;
}

#detailed-nav .item-tabs {
	float: right;
	border: 0px;
}
#detailed-nav .item-tabs .tabs{
	width: 170px;
}



#detailed-nav .inner-tabs-title {
	border-bottom: 1px solid #08a379;
	height: 50px;
}

#content .expandable-content h3 {
	letter-spacing: 0px;
	margin-left: -30px;
	float: none;
	background-image: none;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	
}

#detailed-nav .expandable-content h3 {
	margin-top: 0px;
	float: none;
}

.expandable-content h3 a,.expandable-content .expanded h3 a:hover {
	text-decoration: none;
	background: #fff url(../img/detailed-nav-item-collapsed.png) no-repeat bottom left;
	padding-left: 30px;
	display: block;
	height: 13px;
	padding-top: 7px;
}

.expandable-content .expanded h3 a, .expandable-content  h3 a:hover{
	text-decoration: none;
	background: #fff url(../img/detailed-nav-item-expanded.png) no-repeat bottom left;
}

.expandable-content .expanded h3 a {
	color: #5c5e61;
}
.expandable-content .expanded p {
	margin-left: 0px;
}

#detailed-nav .expandable-content   .item-list  {
	width: 910px;
}

.expandable-content  .item-list {
	margin-top: 0px;
	padding: 10px 0px 20px 30px;
	background: transparent url(../img/hr-bg.gif) no-repeat bottom right;
}

.item-desc  .expandable-content  .item-list {
	background: transparent url(../img/hr-bg-1.gif) no-repeat bottom right;
}

#detailed-nav .item-teaser {
	position: relative;
}
.detailed-nav-tooltip {
	position: absolute;
	width: 160px;
	top: -100px;
	left: 0px;
	right: 0px;
}

.detailed-nav-tooltip ul {
	padding: 5px 10px;
	background: #006d96;
	zoom: 1;
}

.detailed-nav-tooltip ul li {
	line-height: 1.1em;
	margin-bottom: 3px;
}

.detailed-nav-tooltip ul  a{
	color: #fff;
	font-size: 11px;

}

.detailed-nav-tooltip .tooltip-top-bg {
	height: 3px;
	width: 160px;
	background: transparent url(../img/tooltip-top-bg.gif) no-repeat top center;
}

.detailed-nav-tooltip .tooltip-bottom-bg {
	height: 9px;
	width: 160px;
	background: transparent url(../img/tooltip-bottom-bg.gif) no-repeat bottom center;
}


#info-area {
	margin: 20px 0px 0px 0px;
	background: #f3f2f0 url(../img/info-area-bg.png) repeat-x top left;
}

#info-area  h3 {
	color: #5c5e61;
}

#info-area .info-area-top {
	height: 10px;
	width: 100%;
	background: #fff url(../img/info-area-top-bg.gif) no-repeat top center;
}

#info-area .info-area-bottom {
	height: 30px;
	width: 100%;
	background: #fff url(../img/info-area-bottom-bg.png) no-repeat top center;
	text-align: center;
	padding-top: 5px;
}

#info-area .info-area-bottom a{
	padding: 0px 20px;
}

#info-area  .news-list {
	float: left;
	width: 430px;
	margin-left: 40px;
	padding-right: 10px;
	border-right: 1px solid #fff;
	margin-right: 0px;
	margin-top: 0px;
}



.without-sidebar .news-list {
	margin: 20px 40px 0px 40px;
}


.news-list .news  .date {
	font-size: 10px;
	text-align: center;
	width: 30px;
	line-height: 1em;
	margin-right: 10px;
	padding-top: 3px;
	float: left;
}

.news-list .news  h5 {
	color: #000;
	float: left;
	margin-right: 20px;
	width: 150px;
}

.news-list .news .news-header {
	float: left;
	margin-right: 20px;
	width: 150px;
}

.without-sidebar .news-list .news  h5 {
	width: 210px;
}

#info-area  .news-list .news  h5 {
	width: 150px;	
}

.news-list .news  .news-body {
	float: left;
	width: 310px;
}

.news-list .news .press-name {
	font-style: italic;
	font-size: 14px;
}

.news-list .without-image  .news-body  {
	width: 490px;
}

.without-sidebar  .news-list .news  .news-body {
	width: 430px;
}

.without-sidebar .news-list .without-image  .news-body {
	width: 610px;
}

.news-list .news  .news-body  p {
	margin-bottom: 10px;
}

#info-area  .news-list .news  .news-body  p {
	margin-bottom: 0px;
}

#info-area .news-list .news .news-body {
	width: 220px;
	margin-bottom: 0px;
}

.news-list .news  {	
	margin-top: 20px;
	padding-bottom: 19px;
	border-bottom: 1px solid #006d96;

	
}
#info-area  .news-list .news  {
	border-bottom: 1px solid #08a379;	
}


#info-area  .news-list .last {
	border-bottom: 0px;
}

.news-list .item-teaser {
	margin: 0px 0px 0px 20px;
}


#info-area  .advices {
	float: left;
	width: 440px;
	padding-left:20px;
	margin-right: 10px;
	border-left: 1px solid #fff;
	padding-bottom: 20px;
	margin-left: -1px;

}

#info-area  .advices h3{
	margin-bottom: 20px;
}

#info-area  .advices  .img-thumbs{
	float: right;
	margin-left: 20px;
	background: transparent url(../img/info-area-advices-img-bg.gif) no-repeat top left;
	padding-right: 25px;
	padding-top: 15px;
}


.main #content .user-profile {
	margin: 0px 30px;
}

#content .user-profile  h3 {
	padding-left: 0px;
}

.user-profile .user-info {
	margin-bottom: 10px;
}

.user-profile .user-info-label {
	float: left;
	width: 200px; 
	margin-right: 20px;
	font-weight: bold;
}

.user-profile .user-info-data {
	float: left;
}

.user-profile h5 {
	margin-bottom:5px;
	color: #000;
}

.user-profile ul {
	margin-bottom: 20px;
	color: #000;
}

.user-profile .files a {
	font-weight: bold;
}

.user-profile .files li p{
	border-bottom: 1px solid #006d96;
	padding-bottom: 10px;
}

.user-profile .btn{

	float: right;

	
}

.cart h1 {
	margin-left: 10px;
}

#content .cart input.quantity {
	float: left;
}

#content .cart .measure {
	float: left;
	width: 50px;
}

#content .cart .price {
	float: none;
}

#content .cart .promo-price {
	float: none;
	width: 100%;
}

#content .cart .btn{
	margin-right: 60px;
}

#content .cart .back-btn {
	float: right;
	height: 40px;
	background: transparent url(../img/previous.png) no-repeat top left;
	line-height: 1em;
	padding: 8px 0px 0px 30px;
	margin: 0px 30px 0px ;
}

.cart table, .cart table td{
	border: 0px;
	margin: 0px;
	padding: 0px;
}


.cart table {
	margin: 20px 40px;
	width: 880px;
	border-bottom: 1px solid #08a379;
}

.cart table td{
	vertical-align: middle;
	padding: 15px 10px 15px 20px;
}

.cart table.checkout tbody td{
	padding: 10px 10px 10px 20px;
}


.cart table th{
	text-align: left;
	padding-left: 20px;
	border-bottom: 1px solid #08a379;
	
}

.cart table tbody td{
	border-bottom: 1px solid #00aeef;
}

.cart table.checkout tbody td {
	border-bottom: 0px;
}

.cart table.checkout tfoot {
	border-top: 1px solid #00aeef;
}


.cart table thead  tr {
	border-color: #08a379;
}

.cart table .total-price {
	text-transform: uppercase;
	color: #000;
	font-weight: bold;
	text-align: right;
}

.cart table tfoot .total-price td{
	font-size: 14px;
}

#content .cart table tfoot .total-price .btn {
	text-transform: none;	
	margin-right: 0px;

}


.cart table tfoot  .price, .cart table tfoot .promo-price{
	text-transform: uppercase;
	text-align: right;
}


.cart table .tar {
	text-align: right;
}

.cart table .bbb {
	border-bottom: 1px solid #00aeef;
}

.cart table .bbt {
	border-top: 1px solid #00aeef;
}

.cart div.main-text{
	float: left;
	width: 370px;
	margin: 20px 20px 0px 40px;
}

.cart .main-text{
	margin: 10px 40px 0px 40px;
	font-size: 14px;
	
}
.cart h4 {
	margin: 20px 10px 10px 40px;
}
.cart table h4 {
	margin: 0px;
}

.cart .main-text a {
	font-weight: bold;
}

.cart .user-login {
	float: left;
	width: 450px;
	margin-top: 20px;
	padding: 20px;
	background: #ddf6ff;
	
}

.cart .user-login .textfield {
	color: #00aeef;
	border: 1px solid #00aeef;
	background: #eee;
	height: 23px;
	padding: 7px 0px 0px 10px;
	margin: 0px 20px 10px 0px;
	width: 155px;
	float: left;
}

#content .cart .user-login  .btn {
	width: 70px;
	height: 30px;
	background: transparent url(../img/cart-login-btn.gif) no-repeat bottom center;
	border: 0px;
	font-weight: bold;
	color: #fff;
	margin: 0px;
	float: left;

}


/* registration, contacts & pass form */

.registration-fieldset {
	border-bottom: 1px solid #006d96;
	margin: 0px 10px 10px 10px;
}

li.input-text {
	background: #eee url(../img/textfield-bg.gif) no-repeat center center;
	width: 220px;
	height: 20px;
	margin-bottom: 10px;
}

input.textfield {
	width: 217px;
	height: 17px;
	background: transparent;
	margin: 0px;
	padding-top: 2px;
	padding-left: 3px;

}

.contact-form li.input-text, .pass-form  li.input-text{
	width: 430px;
	background: #eee url(../img/contact-textfield-bg.gif) no-repeat center center;
}

.contact-form .textfield, .pass-form .textfield{
	width: 426px;
	background: transparent;
}

li.text-error {
	background: #fff url(../img/textfield-error-bg.gif) no-repeat center center;
}

.contact-form  li.text-error,  .pass-form  li.text-error{
	background: #fff url(../img/contact-textfield-error-bg.gif) no-repeat center center;
}

.disabled li.input-text{
	background: #eee url(../img/textfield-disabled-bg.gif) no-repeat center center;
	
}


li.text-error input, li.textarea-error textarea, .validation li.text-error input {
	color: #ef014a;
}

.registration-form li.input-textarea {
	background: #eee url(../img/textarea-bg.gif) no-repeat top center;
	width: 220px;
	height: 130px;	

}

.registration-form textarea {
	width: 217px;
	height: 126px;	
	background: transparent;
}

.contact-form textarea {
	width: 427px;
	height: 157px;
	background: transparent;
}

.contact-form li.input-textarea {
	width: 430px;
	height: 160px;
	background: #eee url(../img/contact-textarea-bg.gif) no-repeat center center;
	margin-bottom: 10px;
}


.registration-form li.textarea-error {
	background: #fff url(../img/textarea-error-bg.gif) no-repeat center center;
}

.contact-form textarea.error {
	color: #ef014a;
	background: #fff url(../img/contact-textarea-error-bg.gif) no-repeat center center;
}

.registration-form .disabled li.input-textarea{
	background: #eee url(../img/textarea-disabled-bg.gif) no-repeat center center;
}

#content .registration-form .disabled label, .disabled input, .disabled textarea{
	color: #c3c4be;
}

.textfield, .registration-form textarea, .validation input, .contact-form textarea{
	color: #00aeef;
	border: 0px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	margin: 0px;
}
.registration-form select {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	margin: 5px 0px;
	width: 60px;
}

.registration-form .disabled select{
	border: 1px solid #c3c4be;
	color: #c3c4be;
}

.registration-form .col {
	float:left;
	width: 220px;
	margin: 10px 20px 10px 0px;
}
.registration-form .registration-type-switch {
	margin: 20px 10px 0px 10px;
	width: 460px;
	float: left;
}

.registration-form  #company-info label {
	font-size: 11px;
	color: #00aeef;
}

.registration-form  h4{
	font-size: 14px;
}
.registration-form  .user-data {
	float: left;
	width: 480px;
} 

.registration-form  .user-data h6 {
	margin-bottom: 2px;
}

.registration-form  .extra-info {
	float: left;
	width: 460px;
	margin-right: 0px;
}

.registration-form  .extra-info .col{
	margin-right: 10px;
	
}

.registration-form  .extra-info h6{
	margin: 20px 0px 0px 0px;
}

.registration-form  .extra-info h4{
	margin-bottom: 15px;
}

.registration-form  .extra-info input {
	margin-right: 5px;
	float: left;
	width: 12px;
}

.registration-form  .extra-info label{
	float: left;
	width: 435px;
}

.registration-form  .extra-info ul li label {
	float: left;
	width: 185px;
	padding-bottom: 5px;
}

.registration-form  .extra-info li {
	clear: both;
	line-height: 1.3em;

}
.registration-form .registration-type-switch  h4 {
	float: left;
}
.registration-form .registration-type-switch  input {	
	float: left;
	margin-right: 10px;
}
.registration-form .validation {
	margin: 0px 0px 10px 10px;
	float: left;

}

.contact-form .validation, .pass-form .validation {
	margin-right: 10px;
	float: left;
}

.registration-form  div.btn {
	margin-right: 10px;
	margin-top: 10px;
}

.validation li.input-text{
	background: #fff url(../img/validation-code-bg.gif) no-repeat center left;
	width: 250px;
}

.validation input{
	width: 107px;
	height: 17px;
	margin-right: 20px;
	padding: 3px 0px 0px 3px;
	background: transparent;
	float: left;

}

.validation li.text-error{
	background: #fff url(../img/validation-code-error-bg.gif) no-repeat center left	;
	color: #ef014a;
}

.validation img{
	float: left;
}

p.error{
	font-style: italic;
	color: #ef014a;
	margin: 10px 0px 0px 10px;
}

.contact-form p.error {
	margin-left: 0px;
}

.contact-form {
	width: 430px;
	float: left;
	margin-top: 20px;
	
}

.pass-form {
	margin: 20px 0px 0px 40px;
	width: 430px;
}

#content .pass-form  .btn {
	margin: 6px 0px 0px;
}




/* terms and conditions */
.site-terms {
	float: left;
	width: 420px;
	margin-left: 35px;
}

.site-terms input {
	float: left;
	width: 12px;
	margin-right: 5px;
}

.site-terms label  {
	width: 403px;
}

/* contacts */

.national-number{
	margin: 20px 40px;
	padding: 9px 0px 19px 0;
	border-top: 1px solid #00aeef;
	border-bottom: 1px solid #00aeef;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

.national-number h4 {
	font-size: 16px; 
	color: #00aeef;
}

.contacts {	
	float: left;
	margin: 20px 20px 40px 30px;
	width: 440px; 
}  

#content .contacts .contact-info{
	margin-top: 0px;
	font-size: 12px;
}

/* sitemap */

#sitemap ul.sitemap-row {
	margin: 20px 40px 0px 40px;
	border-bottom: 1px solid #00aeef;
	padding-bottom: 20px;
	height: 100%;
}

#sitemap li.sitemap-col {	
	margin: 0px 20px 0px 0px;
	width: 270px;
	float: left;
}
#sitemap li.sitemap-col ul {
	margin-left: 10px;
}

#sitemap li.sitemap-col h4 {
	font-size: 14px;
}

#sitemap li.sitemap-col ul {
	margin-top: 10px;
}

#sitemap ul.last {
	border-bottom: 0px;
}

/* useful links */

.useful-links{
	margin: 20px 30px 0px 40px; 
}

.useful-links li {
	margin: 5px 0px;
	padding: 0px 0px 2px 10px;
	background: transparent url(../img/list-image.gif) no-repeat left 7px;
	zoom: 1;
}

.useful-links li  a{
	text-decoration: none;
}

.useful-links li  a:hover{
	color: #00aeef;
}


/* FAQ */

.faq-list {
	margin: 20px 40px 0px 40px;
}

#content .faq-list  .item-preview {
	margin: 0px;
}

#content .faq-list  .item-preview  .item-desc{
	width: 890px;
}

/* Search results */

.search-results {
	margin: 20px 40px 0px 40px;
}

.search-results p.main-text {
	font-size: 14px;
	margin-bottom: 20px;
}

.search-results ul li ul{
	border-bottom: 1px solid #00aeef;
	margin: 10px 0px 0px 0px;
	padding-bottom: 10px;
}

/* references */

.references .files{
	margin-left: 10px;
}

.references .files li{
	margin: 5px 0;
}



/* pagination */

#content #pagination {
	line-height: 1em;
	margin: 20px 0px 0px 0px;
	padding: 9px 0px 0px 0px;
	border-top: 1px solid #006d96;
	color: #000;
	font-weight: bold;
	height: 20px;
}

#content #pagination .pages, #content #pagination .selected{
	float: left;
	position: relative;
}
#content #pagination p {
	float: left;
	padding-top: 5px;
	margin-right: 7px;
}


#content #pagination a {
	display: block;
	float: left;
	margin-right: 4px;
	padding: 4px 7px;
	background-color: #006d96;
	color: #fff;
	text-decoration: none;
}

#content #pagination a:hover {
	background-color: #00aeef;
}

#content #pagination .selected  a{
	padding: 5px 7px;
	background-color: #fff;
	color: #5c5e61;
	border: 1px solid #08a379;
	margin-top: -1px;
	
}

#content #pagination .selected  .tl{
	position: absolute;
	top: -1px;
	left: 0px;
	width: 6px;
	height: 6px;
	background: transparent url(../img/pagination-pages-selected-corners.gif) 0px 0px no-repeat;

}

#content #pagination .selected  .br{
	position: absolute;
	bottom: 0px;
	right: 4px;
	width: 6px;
	height: 6px;
	background: transparent url(../img/pagination-pages-selected-corners.gif) 0px -6px no-repeat;
}

#content #pagination .pages  .tl{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 5px;
	height: 5px;
	background: transparent url(../img/pagination-pages-corners.gif) 0px 0px no-repeat;

}

#content #pagination .pages  .br{
	position: absolute;
	bottom: 0px;
	right: 4px;
	width: 5px;
	height: 5px;
	background: transparent url(../img/pagination-pages-corners.gif) 0px -5px no-repeat;
}

.banner-place-1 {
	width: 180px;
	height: 150px;
	background: #f7f7f5;
	padding: 10px 20px;
	overflow: hidden;
	margin-bottom: 20px;
}

.banner-place-2 {
	width: 468px;
	height: 60px;
	background: #f7f7f5;
	padding: 10px 20px;
	overflow: hidden;
	margin-top: 20px;
	padding: 10px 116px;
}

.for-print {
	display: none;
}






