html {
	height: 100%;
	width: 100%;
}

body {
	background-color: #fdfcfa;
	font-family: Trebuchet MS, tahoma, Arial, verdana, sans-serif;
	font-size: 0.75em;
	color: #313135;
	padding: 0px;
	margin: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}

div, td, font {
	font-size: 100%;
}

a:link, a:visited {
	color: #313135;
	text-decoration: underline;
}

a:hover {
	color: #313135;	
	text-decoration: none;
}

table, img {
	border: 0px;
}

h1, h2, h3, h4 {
	font-weight: normal;
	color: #252327;
}
h1 {
	font-size: 2.1em;
	padding-top: 0px;
	margin-top: 10px;
}
h2 {
	font-size: 1.8em;
	clear: both;
}

.left_col input, .right_col  input, .left_col textarea, .right_col  textarea{
    vertical-align: middle;
    margin: 5px 0;
}

.clear{
	clear: both;
}

/*------Jcarousel--------*/

.jcarousel-skin-tango .jcarousel-container {
	position: absolute;
	top: 0;
	left: 0;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 900px;
    padding: 0;
}


.jcarousel-skin-tango .jcarousel-item {
	text-align: center;
	width: 170px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
	margin-top: 25px;
    margin-right: 10px;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 40px;
    right: -40px;
    width: 19px;
    height: 30px;
    cursor: pointer;
    background: transparent url(../img/scroller_right.gif) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 40px;
    left: -40px;
    width: 19px;
    height: 30px;
    cursor: pointer;
    background: transparent url(../img/scroller_left.gif) no-repeat 0 0;
}


.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
}
/*------------------------------*/

.page{
	width: 100%;
	background: url(../img/page_bg.png) repeat-x 0 0;
}

.main{
	width: 900px;
	margin: 0 auto;
}

.head{
	width: 900px;
	height: 238px;
	background: url(../img/head.png) no-repeat 0 34px;
	position: relative;
}

.head p {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.logo {
	position: absolute;
	top: 75px;
	left: 50px;
}

.logo_text {
	position: absolute;
	top: 5px;
	left: 50px;
}

.logo_text, .logo_text a {
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
}

.address_top{
	position: absolute;
	top: 80px;
	left: 350px;
	background: url(../img/flag.gif) no-repeat 0 8px;
    color: #000000;
	padding: 0 0 0 27px;
}

.address_top a{
	text-decoration: none;
    color: #000000;
	border-bottom: 1px dashed #000000;
}

.top_code {
/*    background: url("../img/code_top_x.gif") repeat-x scroll 0 0 transparent;*/
    height: 35px;
    position: absolute;
    right: 205px;
    text-align: center;
    top: 76px;
    width: 75px;
}
.top_code_left{
	height: 35px;
	width: 75px;
/*	background: url(../img/code_top_left.gif) no-repeat 0 0;*/
}

.top_code_right{
	height: 33px;
	width: 66px;
/*	background: url(../img/code_top_right.gif) no-repeat 100% 0;*/
    color: #000000;
	font-size: 25px;
	font-weight: bold;
	font-family: Arial;
	padding: 2px 0 0 9px;
}

.phone_top_text{
	position: absolute;
	top: 57px;
	right: 24px;
    color: #000000;
}

.phone_top{
	position: absolute;
	top: 70px;
	right: 24px;
    color: #000000;
	font-size: 39px;
	font-weight: bold;
	font-family: Arial;
}

.mail_top{
	position: absolute;
	top: 110px;
	right: 24px;
    color: #000000;
	background: url(../img/mail_top.gif) no-repeat 0 7px;
	padding: 0 0 0 19px;
}

.mail_top a{
    color: #000000;
}

.top_search{
	position: absolute;
	top: 171px;
	right: 55px;
	width: 221px;
	height: 48px;
	background: url(../img/search.gif) no-repeat 0 0;
}

.top_search .input_search{
	position: absolute;
	top: 15px;
	left: 44px;
	border: 0;
	color: #8f8f8f;
	font-size: 12px;
	width: 145px;
}

.top_search .submit_search{
	position: absolute;
	top: 14px;
	left: 20px;
	cursor: pointer;
	border: 0;
	background: transparent;
}

.home_href{
	position: absolute;
	top: 171px;
	left: 18px;
	background: url(../img/menu_home.gif) no-repeat 0 0;
	width: 50px;
	height: 48px;
}

.home_href a:link, .home_href a:visited{
	display: block;
	width: 50px;
	height: 48px;
	position: relative;
	z-index: 2;
}

.home_href a:hover{
	background: url(../img/menu_home_act.gif) no-repeat 0 0;
	position: relative;
	z-index: 2;
}

.menu{
	position: absolute;
	top: 171px;
	left: 68px;
}

.menu td{
	height: 48px;
	color: #ffffff;
	font-family: arial;
	text-transform: uppercase;
}

.menu a:link, .menu a:visited{
	display: block;
	height: 31px;
	padding: 17px 17px 0 17px;
	color: #ffffff;
	font-family: arial;
	text-transform: uppercase;
	text-decoration: none;
}

.menu a:hover{
	background: url(../img/menu_act.gif) no-repeat 50% 100%;
}

.menu_act{
	background: url(../img/menu_act.gif) no-repeat 50% 100%;
	display: block;
	height: 31px;
	padding: 17px 17px 0 17px;
}
.menu_act a:link, .menu_act a:visited{
	padding: 0px;
}

.menu_separator{
	width: 2px;
	background: url(../img/menu_separator.gif) no-repeat 0 0;
}

.head_2{
	height: 252px;
	width: 900px;
	position: relative;
}

.head_2_catalog{
	width: 469px;
	height: 252px;
	background: url(../img/catalog_top.gif) no-repeat 0 0;
}

.head_2_catalog td{
	text-align: center;
}

.cat_sepatrator{
	width: 1px;
	background: url(../img/cat_separator.gif) no-repeat 0 0;
	height: 110px;
}

.head_2_catalog a{
	color: #0084c0;
}

.head_2_catalog h1{
	padding: 25px 0 25px 0;
	margin: 0;
	text-align: center;
}

.head_2_banner{
	width: 418px;
	position: absolute;
	top: 0;
	right: 0;
}

.head_2_banner p{
	margin: 0;
	padding: 0;
}

.content{
	margin: 30px 0 0 0;
}

.left_col{
	float: left;
	width: 430px;
	padding: 0 50px 0 20px; 
}

.right_col{
	float: left;
	width: 400px;
}


.right_col .show_all{
	float: right;
	margin-bottom: 20px;
}

.show_all{
	margin: 10px 0 0 0;
}

.show_all a:link, .show_all a:visited{
	color: #0087c5;
	text-decoration: none;
	display: block;
	width: 128px;
	height: 25px;
	background: url(../img/button.gif) no-repeat 100% 5px;
	padding: 8px 0 0 5px;
}

.scroller{
	width: 900px;
	height: 109px;
	margin: 50px auto 0 auto;
}

.scroller_contaner_top{
	width: 100%;
	background: url(../img/scroller_line.gif) no-repeat 50% 0;
}

.scroller_contaner_bottom{
	width: 100%;
	background: url(../img/scroller_line.gif) no-repeat 50% 100%;
}

.bottom{
	width: 900px;
	height: 117px;
	position: relative;
	margin: 0 auto;
}

.previous_link, .next_link{
	margin: 5px 0 0 0;
}

.copyright{
	position: absolute;
	top: 40px;
	left: 0;
	color: #6b6b70;
}

.diafan{
	position: absolute;
	top: 40px;
	right: 0;
	color: #6b6b70;
	width: 200px;
}

.level2{
	display: none;
}

.right_catalog{
	padding: 0 0 10px 0;
}

.shop, .news, .faq{
	margin-bottom: 20px;
}

.shop_name, .news_name, .faq_question{
	margin-bottom: 10px;
}

.shop_sort{
	margin: 0 0 20px 0;
}
.previous_next_links{
    clear: both;
    overflow: hidden;
    margin: 30px 10px ;
}

.previous_next_links  .previous_link{
    float: left;
    width: 40%;
}

.previous_next_links  .next_link{
    float: right;
    width: 40%;
    text-align: right;
}

.paginator{
    margin: 10px 0;
    font-size: 1.2em;
    text-align: center;
}

.paginator a, .paginator b{
    margin: 0 3px;
}

.errors , .error{
    color:red;
    margin: 0 0 3px;
}
.shop_compare_left{
    float: left;    
    margin-top: -15px;
}
.shop_compare_list{
    margin: 0 0 0 150px;

}
.shop_compare_list .button{
    font-size: 11px;
}