.all{
	background-image: url(../images/all_bkg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.all_inner{
	background-image: url(../images/top_img.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	min-width:1000px;
	max-width:1660px;
	margin-left:auto;
	margin-right:auto;
}
* html .all_inner {/******for ie6************/

    width: expression(((document.documentElement.clientWidth || document.body.clientWidth) < 1000)? "1000px" : "auto");

}
.cleardiv{
	clear:both;
}
.main{
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: 8px 40px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	color:#575757;

}
a {	color:#575757;
}
.info_block{
	float:left;
	width:285px;
	overflow:hidden;
	/*position:relative;*/
	/*
	display:inline-block;*/
}
.logo_block{
	padding-top:40px;
	padding-left:8px;
}
.logo_block a{
	display:block;
	height:122px;
}
.menu_block{
	font-size:27px;
	line-height:normal;
	padding-top:10px;
}
.menu_block ul{
}
.menu_block ul li{
	padding-left:73px;
}

.menu_block ul li a{
	color:#666666;
	text-decoration:none;
}
.menu_block ul li a:hover{
	color:#B9C906;
}
.menu_block ul li.selected{
	font-size:40px;
	background-image: url(../images/menu_selected.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.menu_block ul li.selected a{
	color:#B9C906;
}
.order_block_all{
	background-image: url(../images/order_form_bkg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin-top:45px;
	margin-left:11px;
	width: 273px;
	overflow: hidden;

}
.order_block{
	background-image: url(../images/order_form_top_bkg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.order_block_inner{
	background-image: url(../images/order_form_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left:10px;
	padding-right:10px;
	min-height:1px;
}
* html .order_block_inner{/**************for ie6***********/
	height:1px;
}

.order_header{
	color:#B9BF41;
	font-size:30px;
	text-align:center;
	padding-top:10px;
	padding-bottom:8px;
}
.order_item{
	background-image: url(../images/separator_line.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom:8px;
	clear:both;
	padding-top:7px;
}
.order_item ul{
}
.order_item ul li{
	float:left;
}
.order_img{
	width:50px;
	overflow:hidden;
}
.order_name{
	width:75px;
	overflow:hidden;
	text-align:center;
	color:#959595;
	line-height:normal;
}
.order_number{
	color:#000;
	font-weight:bold;
	display:block;
}
.order_minus{
	padding-left:1px;
	padding-right:1px;
	padding-top:4px;
}
.order_minus a{
	background-image: url(../images/button_minus.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display:block;
	width:37px;
	height:43px;
}
.order_plus{
	padding-left:1px;
	padding-top:4px;
	padding-right:1px;
}
.order_plus a{
	background-image: url(../images/button_plus.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display:block;
	width:37px;
	height:43px;
}
.order_price{
	font-size:20px;
	color:#ACACAC;
	padding-left:5px;
	padding-top:14px;
	width:55px;
}
.rub_price{
	font-size:13px;
}
.order_sum{
	clear:both;
	height:57px;
	padding-top:3px;
}
.order_button{
	float:left;
	padding-left:18px;
}
.order_button a{
	background-image: url(../images/button_order.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width:100px;
	height:35px;
	display:none;
}
.total_sum{
	float:right;
	font-size:32px;
	font-weight:bold;
	color:#818181;
	padding-right:10px;
}
.rub_total{
	font-size:14px;
}
.order_block_contact_info{
	background-image: url(../images/order_form_bkg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #E5E5E5;
	margin-top:-21px;
}
.order_block_contact_info_inner{
	background-image: url(../images/order_form_info_top_bkg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top:30px;
}
table.order_contact_table{

	background-repeat: no-repeat;
	background-position: left bottom;
	background-image: url(../images/order_form_info_bottom_bkg.gif);
	width: 273px;
	color:#363636;
}
table.order_contact_table tr{
}
table.order_contact_table tr td{
	vertical-align: text-top;

}
table.order_contact_table tr td.col-1{
	padding-right:5px;
	width:67px;
	text-align:right;
}
table.order_contact_table tr td.col-2{
	width:60px;
}
table.order_contact_table tr td.col-3{
	width:68px;
	text-align:right;
	padding-right:5px;
}
table.order_contact_table tr td.col-4{
	width:65px;
}
table.order_contact_table input{
	border: 1px solid #BDBDBD;
	height:16px;
	margin-bottom: 5px;
}
table.order_contact_table tr td.col-2 input{
	width:58px;
}
table.order_contact_table tr td.col-4 input{
	width:58px;
}
.wide_textfield{
	width:192px;
}

table.order_contact_table tr td.col-5{
	padding-right:7px;
	text-align:right;
}
table.order_contact_table tr td.col-5 input{
	width:140px;
}

table.order_contact_table input.send_order{
	width:auto;
	height:auto;
	border:none;
	float:right;
	margin-top:5px;
}
table.order_contact_table tr.bootom_line td{
	height:7px;
}
.data_block{
	margin-left:290px;
	position: relative;
}
.header_block{
	height:335px;
	overflow:hidden;
	position:relative;
}
.contact_tel_block{
	padding-top:51px;
	margin-left:5%;
	padding-left:8px;
}
.top_banner_block{
	width:54%;
	padding-top:33px;
	padding-left:15px;
}
* html .top_banner_block{
	width:65%;
}
.top_banner_block ul{
}
.top_banner_block ul li{
	padding-bottom:15px;
	float:left;
	/*margin-right:5%;*/
	margin-left:4%;
}
* html .top_banner_block ul li{
	margin-right:5%;
	margin-left:0;
}
.body_block{
}
.product_list{
	padding-left: 15px;
}
.product_item{
	float:left;
	position:relative;
	height:280px;
	overflow:hidden;
	width:175px;
	margin-right: 24px;
	padding-bottom:30px;
	margin-left: 20px;
}
.product_info_block{
	float:left;
	line-height:normal;
	position:relative;
	height:250px;
	overflow:hidden;
	width:200px;
	margin-right: 0px;
	background-color:#EDFFB3;
	color:#000;
	padding:15px;
	margin-bottom:30px;
	font-size: 16px;
}
.product_info_block_header{
	font-size:33px;
	margin-bottom:15px;
}

.product_item .product_img{
	text-align: center;
}
.product_item .product_price{
	font-size: 17px;
	color: #FFF;
	margin-right: auto;
	position: absolute;
	left: 0px;
	top: 125px;
	float: left;
}
.product_item .product_price_left{
	background-image: url(../images/price_left_bkg.png);
	background-repeat: no-repeat;
	background-position: left top;
	width:9px;
	height:43px;
	display: inline-block;
	float: left;
}
* html .product_item .product_price_left{/********for ie6*******/
	background-image:none;
	FILTER: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='images/price_left_bkg.png', sizingMethod='scale');
}
.product_item .product_price_right{
	background-image: url(../images/price_right_bkg.png);
	background-repeat: no-repeat;
	background-position: right top;
	width:8px;
	height:43px;
	display: inline-block;
	float: left;
}
* html .product_item .product_price_right{/********for ie6*******/
	background-image:none;
	FILTER: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='images/price_right_bkg.png', sizingMethod='scale');
}
.product_item .product_price_center{
	background-image: url(../images/price_center_bkg.jpg);
	background-repeat: repeat-x;
	background-position: left 8px;
	height:30px;
	padding-top: 13px;
	display: inline-block;
	float: left;
}
.product_item .product_name{
	position:absolute;
	top:174px;
	left:12px;
	color:#122A4C;
	font-size:17px;
	font-weight:bold;
}
.product_item .product_text{
	font-size:10px;
	position:absolute;
	top:206px;
	left:12px;
}
.product_item .product_weight{
	font-size:10px;
	position:absolute;
	top:241px;
	left:12px;
	color:#7E7E7E;
	font-style:italic;
}
.product_item .product_make_order{
	font-size:11px;
	font-weight:bold;
	position:absolute;
	line-height:normal;
	top:265px;
	left:12px;
}

.product_item .product_make_order a{
	color: #030303;
	text-decoration:none;

}
.product_item .product_make_order a:hover{
	border-bottom-style: solid;
	color: #595959;
}
.product_item .product_make_order a span{
	border-bottom-style: dashed;
	border-bottom-color: #030303;
	border-bottom-width: 2px;
	display:block;
	padding-bottom:2px;
}
.product_item .product_make_order a:hover span{
	border-bottom-style: solid;
	border-bottom-color: #595959;
}
.product_item  .product_hit{
	background-image: url(../images/hit_blg.png);
	background-repeat: no-repeat;
	background-position: left top;
	width:79px;
	height:56px;
	position:absolute;
	display:block;
	top:0px;
	right:0px;
}
* html .product_item  .product_hit{/********for ie6*******/
	background-image:none;
	FILTER: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='templates/sushisun/images/hit_blg.png', sizingMethod='scale');
}
.product_item  .product_supernew{
	background-image: url(../images/new.png);
	background-repeat: no-repeat;
	background-position: left top;
	width:79px;
	height:56px;
	position:absolute;
	display:block;
	top:0px;
	right:0px;
}
* html .product_item  .product_supernew{/********for ie6*******/
	background-image:none;
	FILTER: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='templates/sushisun/images/new.png', sizingMethod='scale');
}
.common_content_block{
	padding:20px 10px 0 10px;
	text-align:left;
    font-size:14px;
    color:#333;
	clear:both;
}
.space {
	clear:both;
	height:20px;
}
.footer_block{
	clear:both;
	background-color:#F2F2F2;
	margin-top:20px;
	height:72px;
}
.developer_block{	position: relative;
	padding-left:114px;
	padding-top:21px;
	z-index:100;
	width:100px;
}
.developer_block a{
	background-image: url(../images/developers.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display:block;
	width:75px;
	height:23px;
}
.textPages {
	padding: 0px 40px;
	text-align: left;
    font-size: 18px;
    color: #333;
}

.resetCart {
	font-size:11px;
	line-height:normal;
	float:left;
	margin: 10px 0 0 10px;

}

.resetCart  a{
	color: #030303;
	text-decoration:none;


}
.resetCart  a:hover{
	border-bottom-style: solid;
	color: #595959;
}
.resetCart  a span{
	border-bottom-style: dashed;
	border-bottom-color: #030303;
	border-bottom-width: 1px;
	padding-bottom:2px;
}
.resetCart  a:hover span{
	border-bottom-style: solid;
	border-bottom-color: #595959;
}


.cartDos {
	font-size:11px;
	line-height:normal;
	clear:both;
	padding-right:15px;

}
.cartDos  a{
	color: #030303;
	text-decoration:none;
}
.cartDos  a:hover{
	border-bottom-style: solid;
	color: #595959;
}
.cartDos  a span{
	border-bottom-style: dashed;
	border-bottom-color: #030303;
	border-bottom-width: 1px;
	padding-bottom:2px;
}
.cartDos  a:hover span{
	border-bottom-style: solid;
	border-bottom-color: #595959;
}
.newsHead {
	background-image: url(../images/news.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top:50px;
	margin-bottom:20px;
	padding-left:30px;
	font-size:26px;
}

.newsElement {
	padding-left:30px;
	margin-bottom:40px;
}
.footer_urls {
	position: relative;
	top:-30px;
	left:300px;
	width: 500px;
	margin-top:-15px;
}

.footer_ogrn {
	position: relative;
	top:-5px;
	left:300px;
	width: 500px;
	margin-top:-15px;
	font-size:10px;
}
.feedbackHead {
	background-image: url(../images/feedback.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top:50px;
	margin-bottom:20px;
	padding-left:30px;
	font-size:26px;
}
.feedbackForm {
	background-image: url(../images/feedbg.png);
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0 0 0 30px;
	width:234px;
	height:267px;
}
.feedname {
	margin:18px 0 0 24px;
	height:14px;
	width:180px;
	border:0px;
}
.feedaddress {
	margin:19px 0 0 24px;
	height:14px;
	width:180px;
	border:0;
}
.feedtext {
	margin:26px 0 0 24px;
	height:110px;
	width:180px;
	border:0;
	overflow:auto;
}
.feedbackOk {
	margin:-52px 0 0 124px;
	height:52px;
	width:52px;
}
.feederror {
	margin: 0 0 15px 30px;
	width:234px;
	color:#F00;
}
.feedsend_ok {
	margin: 0 0 15px 30px;
	width:234px;
	color: #090;
}

.sertifikatHead {
	background-image: url(../images/sertifikat.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top:50px;
	margin-bottom:20px;
	padding-left:30px;
	font-size:26px;
}
.sert_item{
	position:relative;
	height:280px;
	overflow:hidden;
	margin-left: 10px;
}
.sert_item .product_img{
	text-align: center;
}
.sert_item .product_name{
	position:absolute;
	top:174px;
	left:12px;
	color:#122A4C;
	font-size:17px;
	font-weight:bold;
}
.sert_item .product_text{
	font-size:10px;
	position:absolute;
	top:206px;
	left:12px;
}
.sert_item .product_make_order{
	font-size:11px;
	font-weight:bold;
	position:absolute;
	line-height:normal;
	top:235px;
	left:12px;
}
.sert_item .product_make_order a{
	color: #030303;
	text-decoration:none;

}
.sert_item .product_make_order a:hover{
	border-bottom-style: solid;
	color: #595959;
}
.sert_item .product_make_order a span{
	border-bottom-style: dashed;
	border-bottom-color: #030303;
	border-bottom-width: 2px;
	display:block;
	padding-bottom:2px;
}
.sert_item .product_make_order a:hover span{
	border-bottom-style: solid;
	border-bottom-color: #595959;
}

.tooltip{
	position:absolute;
	width:350px;
	background-image:url(tip-bg.png);
	background-position:left center;
	color:#333333;
	padding:5px 5px 5px 8px;
	font-size:14px;
	font-family:Verdana, Geneva, sans-serif;
	background-color: #FFFFFF;
	border: 5px solid #bbcc04;
}
.tooltip-image{
	float:left;
	margin-right:5px;
	margin-bottom:5px;
	margin-top:3px;
}
.tooltip span{
   font-weight:700;
   color:#0066FF;
}
.col-5 a {
	background-color: #FF3;
	padding:0 2px;
}

.order_footer{
	color:#B9BF41;
	font-size:20px;
	text-align:center;
	padding-top:10px;
	padding-bottom:8px;
}