/*MAIN****************************************************************************/
html {
	margin:0;
	padding:0;
	background-color:#00B3E4;
}

body {
	margin:0;
	padding:0;
	font: 12px Tahoma, Verdana,  Arial,  sans-serif;
	text-align:center;
	background: url(images/background.jpg) top left repeat-x;
}

#container {
 background-color:#fff;
 color:#0d5d76;
 text-align:left;
 
}



a {
 color: #fff;
 
}

.clear {
	clear:both;
}

#submit {
	background-color:#CCCCCC;
	border: 1px solid #333;
	font-weight:bold;
	text-transform:uppercase;
	font-size:8px;
	padding: 5px;
	color:#000000;
}
.impfield {
	
	font-size:13px;
	margin: 0;
}

form, table {  //bug IE!!
 margin:0px;
 padding:0px;
}

#mwrap {
 background: url(images/main_gr.gif) top left repeat-y;
}
#wrapper {
 background: url(images/tpage_gr.jpg) top left no-repeat;
}
/*/MAIN****************************************************************************/
/*HEADER***************************************************************************/
#top_head {
	height: 37px;
	background-color: #086d97;
	background-image: url(images/thead1.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#top_head img{
 border: 0;
}
#header {
	height: 143px;
	background-color:#d1a063;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font: 13px "Trebuchet MS",Tahoma, Arial, Verdana, sans-serif;
}



#headmenu {
	position:relative;
	top: -53px;
	left:290px;
	height:33px;
	text-align:left;
 
} 
#headmenu .menuitem {
	background: url(images/npoint1.gif) no-repeat 1px 12px;
	display:block;
	position:relative; /*fix IE bug */
	float:left;
	margin-left: 8px;
	padding-top: 7px;
	padding-left: 16px;
	
}

#headmenu .menuitem a {
  color:#095c73;
 font-weight:bold;
 text-transform:uppercase;
 text-decoration: none;
}

#headmenu .menuitem a:hover {
	color:#AC7D49;
}


/*/HEADER***************************************************************************/
/*SIDEBAR***************************************************************************/
.sidebar {
 
 color:#999;
}

.sidebar .itemhead {
	background: url(images/sidehead.gif) top left no-repeat;
	width:189px;
	height: 26px;
	margin: 20px auto 0px auto;
	padding-left: 33px;
	padding-top: 27px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	font-size: 12px;
}

.sidebar .itembody {
    background: url(images/sidebody.gif) bottom left no-repeat;
	width:202px;
	margin: 0px auto 10px auto;
	padding:10px;
	color:#095c73;
	font-size: 11px;
}
.sidebar .itembody  ul{
 position:relative;
 margin: 5px;
 padding:0px;
 padding-left: 10px;
 list-style-image: url(images/point2.gif);

}

.itembody a {
	color:#000;
	/*text-decoration: none; */
}
.itembody a:hover {
	/*text-decoration: underline;*/ 
}

/*/SIDEBAR***************************************************************************/
/*SIDEBAR MENU***************************************************************************/
.sidemenu {
 position:relative;
 
 background: url(images/sidebody.gif) bottom left no-repeat;
	width:192px;
	margin: 0px auto 20px auto;
	padding:15px;
 padding-top: 5px;

}

.sidemenu ul {
 position:relative;
 margin: 0px;
 padding:0px;
 padding-left: 20px;
}

.sidemenu ul li {
  list-style-image: url(images/npoint3.gif);
  margin-bottom: 0px;
  padding-bottom: 0px;
  margin-top: 3px;
  z-index:100;
}

.sidemenu  a {
    font-size: 11px;
	color:#095c73;
	text-decoration: none;
	text-transform:uppercase;
	letter-spacing:1px;
}

.sidemenu  a:hover {
	text-decoration: underline;
	
}
.mlevel2 ul {
  padding-left: 10px;
}


.mlevel2 a {
  text-transform:none; 
  letter-spacing:0px;
}

.mlevel3 a {
  text-transform: none;
}

.mlevel2 ul li {
  /*list-style-image: url(images/i_star2.gif);*/
  margin-bottom: 3px;
}

.mlevel3 ul li {
  border-bottom:none;
  margin-bottom: 0px;
  padding-bottom: 0px;
  margin-top: 4px;
}
/*подсветка текущего пункта в меню*/
#active_menu a{
	color:#A97A47;
	font-weight:bold;
}


/*/SIDEBAR MENU***************************************************************************/
/*SIDEBAR FILTER***************************************************************************/
.itembody .filtername {
  color: #000000;
  font-size:12px;
}
.itembody .filtervalue {
  padding-left: 18px;
}

.itembody input {
 margin-right: 8px;
}
/*/SIDEBAR FILTER***************************************************************************/
/*POLL***************************************************************************/
#poll {
}
#pollqs {
font-weight:bold;
color:#888;
}
/*/POLL***************************************************************************/
/*CALENDAR***************************************************************************/
#cl_body {

}
.cl_table {
 
 color:#f94243;
 font-weight:bold;
 font-size: 12px;
}

.cl_wrapper {

font-size: 11px;
}

.cl_dayofweek {
 font-size: 11px;
 background-color:#F5F5F5;
 color: #999;
}
.cl_holiday {
  color: #f94243;
}

.cl_today {
	text-align: center;
	background-color: #fff;
	border: 2px solid #f94243;
	margin:0;
    padding:3px 1px 3px 1px;
}
.cl_day {
	width: 20px;
	text-align: center;
	margin:0;
    padding:2px 1px 2px 1px;
	
}
.cl_day a {
	font-weight: bold;
	color: #666;
	text-decoration: none;
	
}

.cl_today a {
	font-weight: bold;
	color: #666;
	text-decoration: none;
	
}
/*/CALENDAR***************************************************************************/
/*CONTENT***************************************************************************/
#content { 
 text-align:justify;
 padding-left: 0px;
 padding-right:20px;
}
#content h2 {
	margin-top:10px;
	margin-bottom: 10px;
	padding:0;
	padding-left: 30px;
	font: 18px "Trebuchet MS",Tahoma, Arial, Verdana, sans-serif;
	color:#fff;
	text-transform: uppercase;
	border-bottom:1px solid #ffb640;
	background: url(images/npoint2.gif) 1px 8px no-repeat;
}
.textarea {
  padding: 0px;
}
.textarea img{
 margin: 0px;
}
.textarea  a img{
 border: 0px;
}
/*/CONTENT***************************************************************************/
/*NAVIGATION*********************************************************************/
#navbarup {
	padding: 2px 8px 4px 8px;
	background-color:#01B0DB;
	margin-bottom: 8px;
}
#navbardown {
 padding: 2px 8px 4px 8px;
 background-color:#01B0DB;
 margin-top: 8px;
}
/*/NAVIGATION*********************************************************************/
/*NEWS***************************************************************************/
.titlenews2 {
	font-weight: bold;
	color: #40D9FF;
	padding: 2px 2px 2px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFE5CC;
	margin-left:10px;
	margin-right:20px;
	margin-top: 0px;
	font-size: 14px;
}

.rbdate {
	font-size:10px;
	color: #FFFFFF;
}
.contnews {
	/*border: 1px solid #FFFCE1;*/
	text-align: justify;
	padding: 10px;
	margin-left:60px;
	margin-right:20px;
	/*background-color:#FCFCF4;*/
	background-color:#FBFBFB;
	padding-bottom:20px;
	
}
.contnews2 {
	text-align: justify;
	padding: 10px;
	margin-left:10px;
	margin-right:20px;
	background-color:#00BEEE;
	padding-bottom:40px;	
}
.more  {
	text-align:right;
	padding-right:30px;
	margin-top:10px;
}
.more a {
	font-weight: bold;
	text-transform:uppercase;
	letter-spacing: -1px;
}


#news { 
 text-align:justify;
 position:relative; /*fix IE bug */
}

#news .title {
 margin: 15px 5px 3px 5px;
 padding: 5px 5px 5px 25px;
 position:relative; /*fix IE bug */
 font-weight:bold;
 font-size: 12px;
 color:#aaa;
 background:url(images/point3.gif) no-repeat 4px 6px #F2F2F2;
}
#news .date {
 margin: 0px 5px 0px 10px;
 position:relative; /*fix IE bug */
 color:#777;
 font-weight:bold;
 font-size: 11px;
 text-align:left;
 padding-left: 0px;
}

#news .more {
text-align:right;
padding-right: 10px;
}
#news .more a{
text-decoration:none
}
#news .more a:hover{
text-decoration:underline;
}
/*/NEWS***************************************************************************/
/*FAQ***********************************************************************************/
.question  {
	display:block;
	padding-left: 10px;
	margin-top: 6px;
	background-image: url(images/arrow5.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	cursor:hand;
	/*
	text-decoration: underline;
	color: #F28ABC;*/
	margin-left: 20px;
}
.question a {
	/*color: #5B728A;*/
	/*text-decoration: none;*/
	text-decoration: underline;
		
	
}
.question a:hover {
	text-decoration: underline;
	
}

.answer {
	text-align: justify;
	padding: 5px 5px 5px 10px;
	margin: 5px 20px 5px 40px;
	background-color:#00BEEE;
	/*background: url(images/arrow5l) top left repeat-y;
	border-left: 4px solid #F28ABC;*/
	color: #086D97;	/*border: 1px solid #000000;*/
}
.more {
text-align:right;
padding-right: 10px;
}
.more a{
/*text-decoration:none*/
}
.more a:hover{
text-decoration:underline;
}
/*/FAQ***********************************************************************************/
/*PRODUCTS******************************************************************/
.prod_item {
	margin-bottom: 10px;
	margin-top: 20px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
}
.wrap_left {
 display:block;
 position:relative;
 float:left;
 width: 120px;
 margin-right: 10px;
}
.prod_icon {

}

.prod_icon  img{
 border: 0;
 /*border: 1px solid #888;*/
}

.prod_price {
 text-align:center;
 font-size:11px;
}

.shopcart  {
 margin-top: 5px;
 text-align:center;
}

.shopcart_num{ 
  font-size:10px;
}
.shopcart_pic {
 border: 0px;
}



.wrap_desc {
margin-left: 150px;
}
.prod_single {
 padding: 10px;
 text-align:center;
}

.prod_title {
	font-size:11px;
	font-weight:bold;
	color:#000000;
	margin-bottom: 6px;
}

.prod_desc {
 margin-top: 10px;
 text-align:justify;
}


.prod_desc a {
 font-size:11px;
 text-decoration:none;
}



.prod_pic {
 margin-bottom:20px;
 
}

.prod_pic img {
/*border: 1px solid #888;*/
}

.prod_title_single {
 padding: 8px;
 font-size:11px;
 font-weight:bold;
 color:#666;
}

.order {
 padding: 20px;
}



#dop_field_head {
 margin-top: 20px;
 margin-bottom:10px;
 text-align:center;
 font-weight:bold;
}
.graybox2b {
	color: #58606B;
	background-color: #FFFFFF;
	border: 1px solid #95A3A8;
	font-size: 12px;
	margin-top: 0px;
	text-align:left;
}
.odd {
	background-color:#F5F5F5;
}


/*/PRODUCTS******************************************************************/
/*PHOTOS******************************************************************/
.photos {
 text-align:left;
}
.photos img {
 
 margin: 2px;
}
.photos a img  {
	border: 2px solid #25C1EF;
}
/*/PHOTOS******************************************************************/
/*CONTACTS***************************************************************************/
.tableform {
  width:400px;
  margin: 0 auto;
  padding:20px;
}

.tableform input, .tableform textarea {
	border: 1px solid #999;
	font: 13px Tahoma, Arial, Verdana, sans-serif;
}
.errorform {
  color:#CC3333;
  /*font-weight:bold;*/

}
/*/CONTACTS***************************************************************************/
/*SUBSCRIBE NEWS FORM*****************************************************************/
#subnform {
	background-color: #fff;
	border: 1px solid #999;
	margin: 8px;
	padding: 8px;
}
#title_snf {
}
.mess_snf {
}
.decr_snf {
 text-align:left;
 font-size:10px;
 color:#666666;
 padding-bottom: 10px;
 padding-right: 5px;
}
.err_snf {
	color:#C13534;
}
#checkb_snf {
 padding-top: 10px;
}
/*/SUBSCRIBE NEWS FORM*****************************************************************/
/*LOGIN USER FORM*****************************************************************/
.itembody #loguser {
 text-align:right;
}
.itembody #loguser input { 
 margin: 0; 
 margin-left: 5px;
 font-size: 13px;
 width:125px;
}
.itembody #passuser {
 text-align:right;
 padding-top: 5px;
}
.itembody #passuser input { 
 margin: 0; 
 margin-left: 5px; 
 font-size: 13px;
 width:125px;
}
.itembody #submuser {
 text-align:right;
 padding-top: 5px;
}
.itembody #toreg {
text-align:center;
padding-top: 5px;
}
.itembody #tomempas {
text-align:center;
padding-top: 5px;

}

.itembody #welcome {
text-align:center;
}

.itembody #glogout {
margin-top: 10px;
text-align:center;
}


.itembody #newpassword {
text-align:center;
padding-top: 15px;
}
.itembody #setupuser {
text-align:center;
padding-top: 5px;
}

/*/LOGIN USER FORM*****************************************************************/
/*REGISTER USER FORM*****************************************************************/
#primreg {
margin-bottom: 10px;
}
#regsform {
 margin: 30px auto;
 width: 450px;
  font-size: 11px;
}
.reginpform{
 text-align:right;
 padding-top: 5px;
}
.formsubhead{
 text-align:right;
 padding-top: 15px;
 font-weight:bold;
}
#regsend {
 text-align:right;
 padding-top: 10px;
}
.reginpform input { 
 margin: 0; 
 margin-left: 5px; 
 font-size: 13px;
 width:200px;
}
.reginpform img { 
 margin: 0;
 padding:0;
}

/*/REGISTER USER FORM*****************************************************************/
/*FOOTER***************************************************************************/
#footer {
	
	color: #fff;

 }




 

/*/FOOTER***************************************************************************/
/*SHOPPING CART***************************************************************************/
#bigcart {
	
}


#bigcart table {
	/*font-size: 11px;*/
	border-collapse: collapse;
	background: #fff;
	text-align:left;
}

#bigcart table caption {
	caption-side: top;
	text-align: left;
	line-height: 40px;
}

#bigcart table th {
	background: #ECECEC;
	text-align: left;
	border: 1px solid #888;
	vertical-align: middle;
	padding: 3px 8px;
	margin: 1px;
}

#bigcart table td {
	border: 1px solid #bbb;
	padding: 2px;
	margin: 1px;
}

#bigcart table td.allsum {
	border: 0;
	border-bottom: 1px dotted #5C5C5C;
}

#bigcart table td.noborder {
	padding-top: 6px;
	border: 0;
}
#denincart {
 padding-right: 10px;
}
#contshop {
 padding-top: 20px;
}
.inputbcart {
font-size:13px;
}
#head_bcart {
 border-bottom: 1px dotted #5C5C5C;
 font-weight:bold;
 padding-top: 40px;
 margin-bottom: 10px;
}
#sc_notlog {
 padding-top: 40px;
 text-align:center;
}

.headresult {
  color:#CC3333;
  font-weight:bold;
  text-align:center;
}
.bodyresult {
  text-align:justify;
  padding: 20px;
}

/*****small cart*******/
#goodscart {
text-align:center;
}
#sumscart {
text-align:center;
font-weight:bold;
}
#scartpic {
text-align:center;
}
#scartpic img {
border: 0px;
}
/*/SHOPPING CART***************************************************************************/
/*ORDER INFO***************************************************************************/
.headnumorder {
	border-bottom: 1px dotted #5C5C5C;
	font-weight:bold;
	margin-bottom: 10px;
}
/*/ORDER INFO***************************************************************************/

