﻿/* Top Panel ======================================================== */
div.top-navigation.container{ position: absolute; z-index: 9999; min-width:100% ;}
div.top-navigation-wrapper{ float: right; }
div.top-navigation.container{ 
	font-size: 11px; padding-top: 4px; padding-bottom: 4px; line-height: 100%;
	text-align: left; background: #274472; color:#ffffff;
	
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;}
div.top-navigation-left{ float: left; margin-left: 15px; }
div.top-navigation-left img{ float: left; margin-top: -2px; margin-right: 7px; }
div.top-navigation-right{ float: right; margin-left: 15px; }
div.top-navigation-right img{ float: left; margin-top: -2px; margin-right: 7px; }
div.top-navigation-left{ float: left; }
div.top-navigation-left ul{ list-style: none; margin-left: 10px; }
div.top-navigation-left li{ float: left; }
div.top-navigation-left li a{ color: inherit; padding: 2px 8px 4px 8px; line-height: 100%; display: block; }
div.top-navigation-left li:last-child a{ padding-right: 0px;}
div.top-navigation-left li ul{ display: none; }
div.top-navigation-left ul li:last-child a{ border-right: 0px !important; }
div.top-navigation-left ul li:first-child a{ padding-left: 0px !important; }

div.top_navigation-header-padding{ padding-top: 11px; }
div.top-navigation-wrapper.container{ 
	padding-top: 5px; padding-bottom: 0px; background: transparent; }

#demo-logo1 {
		position: relative;
		top: 0px;
		float: left;
		color: #ffffff;
		/*text-transform: uppercase;*/
		text-decoration:none;
		/*border:2px solid #fff;
		border-radius:4px;
		height:19px;
		width:16px;*/
	}
#demo-logo2 {
		position: absolute;
		top: 03px;
		left: 55px;
		color: #ffffff;
		font-size:12px;
		/*text-transform: uppercase;*/
		text-decoration:none;
	}
	
#top_menu {
  position: absolute;
  z-index: 11;
  top: 110px;
  left: 0;
  width: 100%;
}

#top_panel {
  height: 35px;
  background: #f7fafd; /* Old browsers */
  background: -moz-linear-gradient(top,  #f7fafd 0%, #dfe8ee 98%, #c7cfd5 98%, #c7cfd5 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7fafd), color-stop(98%,#dfe8ee), color-stop(98%,#c7cfd5), color-stop(100%,#c7cfd5)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #f7fafd 0%,#dfe8ee 98%,#c7cfd5 98%,#c7cfd5 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #f7fafd 0%,#dfe8ee 98%,#c7cfd5 98%,#c7cfd5 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #f7fafd 0%,#dfe8ee 98%,#c7cfd5 98%,#c7cfd5 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #f7fafd 0%,#dfe8ee 98%,#c7cfd5 98%,#c7cfd5 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7fafd', endColorstr='#c7cfd5',GradientType=0 ); /* IE6-9 */
}


/* Top Panel - Left Menu ======================================================== */

#top_panel .menu {
  float: left;
  font: bold 11px/35px arial;
  color: #224879;
  overflow: hidden;
}

#top_panel .menu LI {
  float: left;
  margin-right: 27px;
}
#top_panel .menu A {
  color: #224879;
  text-decoration: none;
}

#top_panel .menu A:hover {
  color: #658ab9;
}


/* Top Panel - Right Buttons ======================================================== */

#top_panel .right_menu {
  float: right;
  margin-top: 7px;
  font: bold 11px/19px arial;
  color: #ffffff;
}

#top_panel .right_menu LI {
  float: left;
  position: relative;
  z-index: 99;
  margin-left: 12px;
  background: #eef1f2; /* Old browsers */
  background: -moz-linear-gradient(top,  #eef1f2 0%, #eef1f2 3%, #fefefe 3%, #e3ebef 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eef1f2), color-stop(3%,#eef1f2), color-stop(3%,#fefefe), color-stop(100%,#e3ebef)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #eef1f2 0%,#eef1f2 3%,#fefefe 3%,#e3ebef 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #eef1f2 0%,#eef1f2 3%,#fefefe 3%,#e3ebef 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #eef1f2 0%,#eef1f2 3%,#fefefe 3%,#e3ebef 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #eef1f2 0%,#eef1f2 3%,#fefefe 3%,#e3ebef 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eef1f2', endColorstr='#e3ebef',GradientType=0 ); /* IE6-9 */
  border-bottom: solid 1px #b8c2c8;
  border-radius: 9px;
}

#top_panel .right_menu LI:hover {
  background: #f4f5f6;
  border-radius: 9px;
}

#top_panel .right_menu A.link {
  display: block;
  padding: 0 15px 0 12px;
  color: #224879;
  text-decoration: none;
}

#top_panel .right_menu LI:hover A.link {
  color: #224879;
  text-shadow: #FCFCFD 1px 1px 0px;
}

#top_panel .right_menu LI.droped:hover A.link {
  padding-bottom: 5px;
}

#top_panel .right_menu LI.droped:hover {
  border-radius: 9px 9px 0 0;
}


/* Top Panel - My Account ======================================================== */

#top_panel .right_menu LI .dropdown {
  display: none;
  position: absolute;
  z-index: 2;
  top: 23px;
  right: 0;
  width: 240px;
  padding: 12px 8px 9px 8px;
  background: #f4f5f6; /* Old browsers */
  background: -moz-linear-gradient(top,  #f4f5f6 0%, #f4f5f6 77%, #dee1e4 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f5f6), color-stop(77%,#f4f5f6), color-stop(100%,#dee1e4)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #f4f5f6 0%,#f4f5f6 77%,#dee1e4 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #f4f5f6 0%,#f4f5f6 77%,#dee1e4 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #f4f5f6 0%,#f4f5f6 77%,#dee1e4 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #f4f5f6 0%,#f4f5f6 77%,#dee1e4 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f5f6', endColorstr='#dee1e4',GradientType=0 ); /* IE6-9 */
  border-bottom: solid 1px #F4F5F6;
  box-shadow: rgba(0, 0, 0, 0.24) 2px 3px 5px -1px;
}

#top_panel .right_menu LI:hover .dropdown {
  display: block;
}

#top_panel .right_menu LI .dropdown .field {
  width: 240px;
  height: 31px;
  margin-bottom: 8px;
background: rgb(203,206,208); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(203,206,208,1) 0%, rgba(203,206,208,1) 3%, rgba(220,223,226,1) 3%, rgba(230,233,236,1) 8%, rgba(237,239,240,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(203,206,208,1)), color-stop(3%,rgba(203,206,208,1)), color-stop(3%,rgba(220,223,226,1)), color-stop(8%,rgba(230,233,236,1)), color-stop(100%,rgba(237,239,240,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(203,206,208,1) 0%,rgba(203,206,208,1) 3%,rgba(220,223,226,1) 3%,rgba(230,233,236,1) 8%,rgba(237,239,240,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(203,206,208,1) 0%,rgba(203,206,208,1) 3%,rgba(220,223,226,1) 3%,rgba(230,233,236,1) 8%,rgba(237,239,240,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(203,206,208,1) 0%,rgba(203,206,208,1) 3%,rgba(220,223,226,1) 3%,rgba(230,233,236,1) 8%,rgba(237,239,240,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(203,206,208,1) 0%,rgba(203,206,208,1) 3%,rgba(220,223,226,1) 3%,rgba(230,233,236,1) 8%,rgba(237,239,240,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbced0', endColorstr='#edeff0',GradientType=0 ); /* IE6-9 */
  border-radius: 4px 4px 5px 5px;
}

#top_panel .right_menu LI .dropdown .field INPUT {
  width: 200px;
  padding: 0 10px 0 30px;
  background: url(../images/ico/input_login.png) no-repeat 0 0;
  border-radius: none;
}

#top_panel .right_menu LI .dropdown .ico1 INPUT {
  background-position: 11px 8px;
}

#top_panel .right_menu LI .dropdown .ico2 INPUT {
  background-position: 11px -30px;
}

#top_panel .right_menu LI .dropdown .ico3 INPUT {
  background-position: 11px -30px;
}

#top_panel .right_menu LI .dropdown .links {
  margin: 5px 0 5px 0;
  font: 11px arial;
}

#top_panel .right_menu LI .dropdown .links A {
  float: right;
  color: #224879;
}

#top_panel .right_menu LI .dropdown .links LABEL {
  padding-left: 7px;
  color: #616d7c;
  text-indent: -7px;
}

#top_panel .right_menu LI .dropdown .links INPUT {
  width: 13px;
  height: 13px;
  margin: 0 0 0 11px;
  padding: 0;
  position: relative;
  top: -1px;
  border: solid 1px #B1BBCD;
  vertical-align: bottom;
  *overflow: hidden;  
}

#top_panel .right_menu LI .dropdown .buts {
  overflow: hidden;
}

#top_panel .right_menu LI .dropdown .buts .but_orange {
  float: left;
}

#top_panel .right_menu LI .dropdown .buts .but_gray {
  float: right;
}


/* Buttons ======================================================== */

.but {
  width: 116px;
  height: 31px;
  font: bold 14px arial;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  outline: none;
}

/* Buttons - Red ======================================================== */

.but_orange {
  background: #ee3244; /* Old browsers */
  background: -moz-linear-gradient(top,  #ee3244 0%, #ee3244 4%, #f56478 4%, #be2537 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ee3244), color-stop(4%,#ee3244), color-stop(4%,#f56478), color-stop(100%,#be2537)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ee3244 0%,#ee3244 4%,#f56478 4%,#be2537 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ee3244 0%,#ee3244 4%,#f56478 4%,#be2537 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ee3244 0%,#ee3244 4%,#f56478 4%,#be2537 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #ee3244 0%,#ee3244 4%,#f56478 4%,#be2537 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee3244', endColorstr='#be2537',GradientType=0 ); /* IE6-9 */
  border-style: solid;
  border-width: 0 1px 1px 1px;
  border-color: white #d82f40 #ab1926 #d82f40;
  color: white;
  text-shadow: #9d192a 1px 1px 0px;
}

.but_orange:hover {
  background: #63b2f5 ; /* Old browsers */
  background: -moz-linear-gradient(top,  #63b2f5  0%, #63b2f5  4%, #f56e80 4%, #d84557 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#63b2f5 ), color-stop(4%,#63b2f5 ), color-stop(4%,#f56e80), color-stop(100%,#d84557)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #63b2f5  0%,#63b2f5  4%,#f56e80 4%,#d84557 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #63b2f5  0%,#63b2f5  4%,#f56e80 4%,#d84557 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #63b2f5  0%,#63b2f5  4%,#f56e80 4%,#d84557 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #63b2f5  0%,#63b2f5  4%,#f56e80 4%,#d84557 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#63b2f5 ', endColorstr='#d84557',GradientType=0 ); /* IE6-9 */
  border-color: white #d82f40 #ab1926 #d82f40;
}

.but_orange:active {
  background: #6e080d; /* Old browsers */
  background: -moz-linear-gradient(top,  #6e080d 0%, #6e080d 4%, #8d0f17 5%, #c12839 22%, #ed384b 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6e080d), color-stop(4%,#6e080d), color-stop(5%,#8d0f17), color-stop(22%,#c12839), color-stop(100%,#ed384b)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #6e080d 0%,#6e080d 4%,#8d0f17 5%,#c12839 22%,#ed384b 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #6e080d 0%,#6e080d 4%,#8d0f17 5%,#c12839 22%,#ed384b 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #6e080d 0%,#6e080d 4%,#8d0f17 5%,#c12839 22%,#ed384b 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #6e080d 0%,#6e080d 4%,#8d0f17 5%,#c12839 22%,#ed384b 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6e080d', endColorstr='#ed384b',GradientType=0 ); /* IE6-9 */
  border-color: white #d82f40 #ab1926 #d82f40;
}

/* Buttons - Gray ======================================================== */

.but_gray {
  background: #eaecec; /* Old browsers */
  background: -moz-linear-gradient(top,  #eaecec 0%, #eaecec 4%, #fcfcfc 4%, #dadee0 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaecec), color-stop(4%,#eaecec), color-stop(4%,#fcfcfc), color-stop(100%,#dadee0)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #eaecec 0%,#eaecec 4%,#fcfcfc 4%,#dadee0 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #eaecec 0%,#eaecec 4%,#fcfcfc 4%,#dadee0 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #eaecec 0%,#eaecec 4%,#fcfcfc 4%,#dadee0 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #eaecec 0%,#eaecec 4%,#fcfcfc 4%,#dadee0 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaecec', endColorstr='#dadee0',GradientType=0 ); /* IE6-9 */
  border-style: solid;
  border-width: 0 1px 1px 1px;
  border-color: white #D1D4D5 #C1C5C6 #D1D4D5;
  color: #555f6f;
  text-shadow: white 1px 1px 0px;
}

.but_gray:hover {
  background: #eaecec; /* Old browsers */
  background: -moz-linear-gradient(top,  #eaecec 0%, #eaecec 4%, #fafbfc 4%, #eaedef 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaecec), color-stop(4%,#eaecec), color-stop(4%,#fafbfc), color-stop(100%,#eaedef)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #eaecec 0%,#eaecec 4%,#fafbfc 4%,#eaedef 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #eaecec 0%,#eaecec 4%,#fafbfc 4%,#eaedef 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #eaecec 0%,#eaecec 4%,#fafbfc 4%,#eaedef 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #eaecec 0%,#eaecec 4%,#fafbfc 4%,#eaedef 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaecec', endColorstr='#eaedef',GradientType=0 ); /* IE6-9 */
  border-color: white #D1D4D5 #C1C5C6 #D1D4D5;
}

.but_gray:active {
  background: #a0a4a5; /* Old browsers */
  background: -moz-linear-gradient(top,  #a0a4a5 0%, #b8bcbe 5%, #c3c8cb 10%, #d3d9dc 23%, #e9edf0 97%, #dfe6e7 97%, #dfe6e7 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a0a4a5), color-stop(5%,#b8bcbe), color-stop(10%,#c3c8cb), color-stop(23%,#d3d9dc), color-stop(97%,#e9edf0), color-stop(97%,#dfe6e7), color-stop(100%,#dfe6e7)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #a0a4a5 0%,#b8bcbe 5%,#c3c8cb 10%,#d3d9dc 23%,#e9edf0 97%,#dfe6e7 97%,#dfe6e7 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #a0a4a5 0%,#b8bcbe 5%,#c3c8cb 10%,#d3d9dc 23%,#e9edf0 97%,#dfe6e7 97%,#dfe6e7 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #a0a4a5 0%,#b8bcbe 5%,#c3c8cb 10%,#d3d9dc 23%,#e9edf0 97%,#dfe6e7 97%,#dfe6e7 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #a0a4a5 0%,#b8bcbe 5%,#c3c8cb 10%,#d3d9dc 23%,#e9edf0 97%,#dfe6e7 97%,#dfe6e7 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0a4a5', endColorstr='#dfe6e7',GradientType=0 ); /* IE6-9 */
  border-color: white #C3C7C9 #DFE6E7 #C3C7C9;
}

/* Buttons - Buy ======================================================== */

.but_buy { 
  width: 77px;
  height: 24px;
  background: #fefefe; /* Old browsers */
  background: -moz-linear-gradient(top,  #fefefe 0%, #e8e8e8 99%, #b8c2c8 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(99%,#e8e8e8), color-stop(100%,#b8c2c8)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #fefefe 0%,#e8e8e8 99%,#b8c2c8 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #fefefe 0%,#e8e8e8 99%,#b8c2c8 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #fefefe 0%,#e8e8e8 99%,#b8c2c8 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #fefefe 0%,#e8e8e8 99%,#b8c2c8 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#b8c2c8',GradientType=0 ); /* IE6-9 */
  border-style: solid;
  border-width: 1px;
  border-color: #EDEDED #e7ebee #b8c2c8 #e7ebee;
  border-radius: 8px;
  font: bold 12px/24px arial;
  color: #224879;
  text-align:center;
  text-shadow: white 1px 1px 0px;
  cursor: pointer;
}

.but_buy:hover {

  background: #fefefe; /* Old browsers */
  background: -moz-linear-gradient(top,  #fefefe 0%, #f5f3f3 99%, #b8c2c8 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(99%,#f5f3f3), color-stop(100%,#b8c2c8)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #fefefe 0%,#f5f3f3 99%,#b8c2c8 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #fefefe 0%,#f5f3f3 99%,#b8c2c8 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #fefefe 0%,#f5f3f3 99%,#b8c2c8 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #fefefe 0%,#f5f3f3 99%,#b8c2c8 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#b8c2c8',GradientType=0 ); /* IE6-9 */
  text-decoration: none;
}

.but_buy:active {
  border-color: #99afc4 #dae2e8 #e4ebf0 #dae2e8;
  background: #99afc4; /* Old browsers */
  background: -moz-linear-gradient(top,  #99afc4 0%, #bac9d4 5%, #cdd7de 13%, #e4ebf0 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#99afc4), color-stop(5%,#bac9d4), color-stop(13%,#cdd7de), color-stop(100%,#e4ebf0)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #99afc4 0%,#bac9d4 5%,#cdd7de 13%,#e4ebf0 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #99afc4 0%,#bac9d4 5%,#cdd7de 13%,#e4ebf0 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #99afc4 0%,#bac9d4 5%,#cdd7de 13%,#e4ebf0 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #99afc4 0%,#bac9d4 5%,#cdd7de 13%,#e4ebf0 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99afc4', endColorstr='#e4ebf0',GradientType=0 ); /* IE6-9 */
}


/* Form Input ======================================================== */

FORM .field INPUT {
  height: 31px;
  padding-left: 10px;

 background: rgb(203,206,208); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(203,206,208,1) 0%, rgba(203,206,208,1) 3%, rgba(220,223,226,1) 3%, rgba(230,233,236,1) 8%, rgba(237,239,240,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(203,206,208,1)), color-stop(3%,rgba(203,206,208,1)), color-stop(3%,rgba(220,223,226,1)), color-stop(8%,rgba(230,233,236,1)), color-stop(100%,rgba(237,239,240,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(203,206,208,1) 0%,rgba(203,206,208,1) 3%,rgba(220,223,226,1) 3%,rgba(230,233,236,1) 8%,rgba(237,239,240,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(203,206,208,1) 0%,rgba(203,206,208,1) 3%,rgba(220,223,226,1) 3%,rgba(230,233,236,1) 8%,rgba(237,239,240,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(203,206,208,1) 0%,rgba(203,206,208,1) 3%,rgba(220,223,226,1) 3%,rgba(230,233,236,1) 8%,rgba(237,239,240,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(203,206,208,1) 0%,rgba(203,206,208,1) 3%,rgba(220,223,226,1) 3%,rgba(230,233,236,1) 8%,rgba(237,239,240,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbced0', endColorstr='#edeff0',GradientType=0 ); /* IE6-9 */

  border: none;
  border-radius: 4px;
  font: 12px/31px arial;
  color: #C4CBCF;
  outline: none;
}

/* Menu ======================================================== */

#top_menu {
  height: 51px;
  /* overflow: hidden; */
}

#top_menu UL.left_menu,
#top_menu UL.right_menu {
  height: 51px;
  /* overflow: hidden; */
}

#top_menu UL LI.menu_item {
  float: left;
  height: 51px;
}


/* Menu - Menu ======================================================== */

#top_menu .left_menu {
  margin-right: 135px;
  background: #f3455a; /* Old browsers */
  background: -moz-linear-gradient(top,  #f3455a 0%, #d63346 50%, #b31d2f 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3455a), color-stop(50%,#d63346), color-stop(100%,#b31d2f)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #f3455a 0%,#d63346 50%,#b31d2f 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #f3455a 0%,#d63346 50%,#b31d2f 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #f3455a 0%,#d63346 50%,#b31d2f 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #f3455a 0%,#d63346 50%,#b31d2f 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3455a', endColorstr='#b31d2f',GradientType=0 ); /* IE6-9 */
  box-shadow: rgba(0, 0, 0, 0.20) 0px 2px 2px 0px;

  /* border-left: solid 1px #E1E1E1; */ 
}



#top_menu .left_menu LI.menu_item {
  background: url(../images/top_menu-sep_red.png) no-repeat 100% 0;
}

/* #top_menu .left_menu LI:nth-last-child(1) {
  background: none;
} */

#top_menu .left_menu LI.last {
  background: none;
}

#top_menu .left_menu A.top_link {
  display: block;
  margin-top: 5px;
  padding: 0 35px;
  font: bold 12px/41px arial;
  text-transform: uppercase;
  color: white;
  text-shadow: #f3455a 1px 1px 0px;  
}

#top_menu .left_menu A.top_link:hover {
  text-shadow: white 0 0 0px;
}

#top_menu .left_menu A.top_link:active {
  text-shadow: #042c4a -1px -1px 0px;
}

#top_menu .left_menu LI.droped {
  margin: 0 0px;
  position: relative;
  z-index: 10000;
}

#top_menu .left_menu LI.droped A.top_link {
  margin: 5px 10px 0 10px;
  padding: 0 30px;
}

#top_menu .left_menu LI.droped:hover A.top_link {
  padding-bottom: 1px;
  background: #F8FAFB;
  color: #000000;
  text-shadow: #FDFDFE 1px 1px 0px;
box-shadow: rgba(0, 0, 0, 0.20) 0px 2px 2px 0px;
}

#top_menu .left_menu LI .dropdown {
  display: none;
  position: absolute;
  z-index: 10000;
  top: 37px;
  left: 10px;
  min-width: 100px;
  padding: 5px 20px 5px 20px;
  background: #F8FAFB;
  border-bottom: solid 1px #F4F5F6;
  box-shadow: rgba(0, 0, 0, 0.20) 0px 2px 2px 0px;
}

#top_menu .left_menu LI:hover .dropdown {
  display: block;
}

#top_menu .left_menu LI .dropdown UL LI {
  padding: 0 10px;
  border-bottom: solid 1px #EBEEF0;
  white-space: nowrap;
}

#top_menu .left_menu LI .dropdown UL LI.last {
  border: none;
}

#top_menu .left_menu LI .dropdown UL LI A {
  display: block;
  font: bold 12px/29px arial;
  color: #000000;
  text-decoration: none;
}

#top_menu .left_menu LI:hover .dropdown UL LI A:hover {
  color: #f3455a;
}

/* Menu - Your Cart ======================================================== */

#top_menu .right_menu {
  float: right;
  width: 135px;
 background: #1f64a9; /* Old browsers */
  background: -moz-linear-gradient(top, #1f64a9 1%, #0b4c90 50%, #023d7a 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#1f64a9), color-stop(50%,#0b4c90), color-stop(100%,#023d7a)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #1f64a9 1%,#0b4c90 50%,#023d7a 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #1f64a9 1%,#0b4c90 50%,#023d7a 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #1f64a9 1%,#0b4c90 50%,#023d7a 100%); /* IE10+ */
  background: linear-gradient(to bottom, #1f64a9 1%,#0b4c90 50%,#023d7a 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f64a9', endColorstr='#023d7a',GradientType=0 ); /* IE6-9 */ 
  box-shadow: rgba(0, 0, 0, 0.29) 0px 1px 3px 0px;
}

#top_menu .right_menu .col1 {
  width: 89px;
  background: url(../images/top_menu-sep_blue.png) no-repeat 100% 0;
  text-align: center;
  line-height: 50px;
}

#top_menu .right_menu .col1 SPAN {
  font: bold 11px arial;
  color: #ffffff;
}

#top_menu .right_menu .col1 STRONG {
  margin-left: 3px;
  font: bold 15px arial;
  color: white;
}

#top_menu .right_menu .col2 {
  width: 135px;
  padding-left: 10px;
  /* line-height: 40px; */
}

#top_menu .right_menu .col2 SPAN.price {
  font: bold 15px/50px arial;
  color: white;
}

#top_menu .right_menu .col2 .your_cart {
  display: block;
    border-style: solid;
  border-width: 0 1px 1px 1px;
  border-color: #f3455a #f3455a #f3455a #f3455a;
  width: 80px;
 box-shadow: rgba(0, 0, 0, 0.34) 0px 1px 3px -1px;
}

#top_menu .right_menu .col2 .droped {
  position: relative;
  z-index: 10000;
  float: right;
  margin: 12px 17px 0 0;
  width: 102px;
}

#top_menu .right_menu .col2 .droped:hover .your_cart {
  padding-bottom: 6px;

  background: #fafafa; 
}

#top_menu .right_menu .col2 .droped .dropdown {
  display: none;
  position: absolute;
  z-index: 10000;
  top: 31px;
  right: 0;
  width: 350px;
  /* padding: 12px 17px 9px 13px; */
  padding: 12px 0 9px 0;

  background: #f8fafb; /* Old browsers */
  background: -moz-linear-gradient(top,  #f8fafb 0%, #f8fafb 75%, #e1e4e7 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8fafb), color-stop(75%,#f8fafb), color-stop(100%,#e1e4e7)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #f8fafb 0%,#f8fafb 75%,#e1e4e7 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #f8fafb 0%,#f8fafb 75%,#e1e4e7 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #f8fafb 0%,#f8fafb 75%,#e1e4e7 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #f8fafb 0%,#f8fafb 75%,#e1e4e7 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8fafb', endColorstr='#e1e4e7',GradientType=0 ); /* IE6-9 */
  border-bottom: solid 1px #F4F5F6;
  box-shadow: rgba(0, 0, 0, 0.24) 2px 3px 5px -1px;
}

#top_menu .right_menu .col2 .droped:hover .dropdown {
  display: block;
}

#top_menu .right_menu .col2 .dropdown .bot_row {
  padding: 0 17px 0 13px;
  overflow: hidden;
}

#top_menu .right_menu .col2 .dropdown .bot_row .total {
  float: right;
  margin: 8px 0 0 0;
  font: bold 11px arial;
  color: #616d7c;
  text-shadow: #FBFCFC 1px 1px 0px;
}

#top_menu .right_menu .col2 .dropdown .bot_row .total STRONG {
  font: bold 14px arial;
  color: #000000;
}
#top_menu .right_menu .col2 .dropdown .item {
  margin-bottom: 12px;
  padding: 0 17px 12px 13px;
  border-bottom: solid 1px #E3E6E9;
  overflow: hidden;
}
#top_menu .right_menu .col2 .dropdown .item .foto {
  float: left;
  width: 60px;
  height: 60px;
  background: white;
  border: solid 1px #DDE1E5;
  text-align: center;
}
#top_menu .right_menu .col2 .dropdown .item .del {
  float: right;
  display: block;
  width: 10px;
  height: 11px;
  margin-top: 24px;
  background: url(../images/ico/small_bask-del.png) no-repeat 0 0;
  text-indent: -9999px;
}
#top_menu .right_menu .col2 .dropdown .item .info {
  margin: 0 0 0 78px;
  padding-top: 6px;
  font: 11px/11px arial;
  color: #616d7c;
}
#top_menu .right_menu .col2 .dropdown .item .info A {
  display: block;
  margin-bottom: 3px;
  font: bold 12px/12px arial;
  color: #000000;
}
#top_menu .right_menu .col2 .dropdown .item .info SPAN {
  display: block;
  margin-top: 7px;
  font: bold 14px/14px arial;
  color: #f3455a;
}


/* List Mode - Catalog ======================================================== */

#list_mode {
  width: 46px;
  height: 25px;
  overflow: hidden;
}
#list_mode A {
	display: block;
	float: left;
	width: 23px;
	height: 25px;
	background: url(../images/but/list_mode.png) no-repeat 0 0;
}
#list_mode .icons {
  background-position: 0 -30px;
}
#list_mode .icons:hover {
  background-position: 0 -60px;
}
#list_mode .icons:active {
  background-position: 0 0px;
}
#list_mode .icons_act {
  background-position: 0 0;
}
#list_mode .list {
  background-position: -28px -30px;
}
#list_mode .list:hover {
  background-position: -28px -60px;
}
#list_mode .list:active {
  background-position: -28px 0px;
}
#list_mode .list_act {
  background-position: -28px 0;
}


/* Selectbox ======================================================== */

.selectbox {
	cursor: pointer;
}
.selectbox .select {
  width: 130px;
  height: 23px;
  padding: 0 0 0 10px;
  border-style: solid;
  border-color: #EBECEE;
  border-width: 1px;
  border-radius: 3px;
background: rgb(253,253,253); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(253,253,253,1) 0%, rgba(234,236,237,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(253,253,253,1)), color-stop(100%,rgba(234,236,237,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(253,253,253,1) 0%,rgba(234,236,237,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(253,253,253,1) 0%,rgba(234,236,237,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(253,253,253,1) 0%,rgba(234,236,237,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(253,253,253,1) 0%,rgba(234,236,237,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#eaeced',GradientType=0 ); /* IE6-9 */

}
.selectbox .select:hover {
background: rgb(234,236,237); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(234,236,237,1) 0%, rgba(253,253,253,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(234,236,237,1)), color-stop(100%,rgba(253,253,253,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(234,236,237,1) 0%,rgba(253,253,253,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(234,236,237,1) 0%,rgba(253,253,253,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(234,236,237,1) 0%,rgba(253,253,253,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(234,236,237,1) 0%,rgba(253,253,253,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeced', endColorstr='#fdfdfd',GradientType=0 ); /* IE6-9 */

  border-color: #EBECEE #DCDEDF #DCDEDF #DCDEDF;
}
.selectbox .focused .select {
	border: 1px solid #5794BF;
}
.selectbox .select .text {
	display: block;
	width: 95%;
	white-space: nowrap;
	font: 12px/23px arial;
	color: #616d7c;
	text-shadow: 1px 1px #D7D9DD;
	text-overflow: ellipsis;
	overflow: hidden;
}
.selectbox .trigger {
	position: absolute;
	top: 0px;
	right: 0;
	width: 23px;
	height: 23px;
	border-left: solid 1px #EBECEE;
	background: url(../images/select_arrow.png) no-repeat 0 0;
}
 
.selectbox .dropdown {
  overflow: hidden;
  position: absolute;
  z-index: 1;
  top: 25px;
  left: 0;
  width: 140px;
  margin: 0 0 0 0;
	background: #FFF;
	border: 1px solid #EBECEE;
	font: 12px arial;
	color: #616d7c;
}
.selectbox LI {
	padding: 5px 10px 6px;
	color: #616d7c;
}
.selectbox LI .selected {
  
}
.selectbox LI:hover {
	background: #666;
	color: #fff;
  border-radius: 3px;
}


/* Layout elements - Table ======================================================== */

TABLE {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  /* border-style: solid;
  border-color: #E6E9EF;
  border-width: 1px 1px 0 1px; */
  /* border-radius: 6px; */
}
TABLE TH {
  padding: 10px 15px;
  background: #63b2f5 ;
  font: bold 14px arial;
  color: white;
  text-align: left;
}
TABLE TH:first-child {
  border-radius: 6px 0 0 0;
}
TABLE TH:last-child {
  border-radius: 0 6px 0 0;
}
TABLE TD {
  padding: 6px 15px;
  border-bottom: solid 1px #E6E9EF;
  font: 12px arial;
  line-height:1.6em;
  color: #616d7c;
}
TABLE TR:nth-child(2n+1) TD {
  background: white;
}
TABLE TR:nth-child(2n) TD {
  background: #F4F5F6;
}
TABLE TD:first-child {
  border-left: solid 1px #E6E9EF;
}
TABLE TD:last-child {
  border-right: solid 1px #E6E9EF;
}
/* TABLE TR:last-child TD:first-child {
  border-radius: 0 0 0 6px;
} */

/* Layout elements - List Styles ======================================================== */

.list_items {
  font: 12px/30px arial;
  color: #616d7c;
  background: #ffffff;
  text-decoration:none;
}
.list_items LI {
  
  border-bottom: dashed 1px #CED2D9;
  
}
.list_items li a {
text-decoration:none; 
}
.list_items li a:hover, .list_items li .active {
text-decoration:none;
color:#7cbb00;
}


.list_items1 {
  font: 12px/30px arial;
  color: #fff;
  background: #ffffff;
  text-decoration:none;
}
.list_items1 LI {
	line-height:31px; padding-left:0px; 
	background:  #63b2f5 ;
	/*border-bottom: dashed 1px #CED2D9;*/
	margin-bottom: 4px;
	margin-right: 0px;
  
}
.list_items1 li a {
color: #fff;
text-decoration:none; 
margin-left: 11px;
margin-top: 4px;
margin-right: 0px;
}
.list_items1 li a:hover, .list_items1 li .active {
text-decoration:none;
color:#F8E900;
}


.list_items2 {
	font: 12px/30px arial;
  color: #616d7c;
  counter-reset: point;
}
.list_items2 LI {
  position: relative;
  padding-left: 21px;
  border-bottom: dashed 1px #CED2D9;
}
.list_items2 LI:before {
	content: counter(point); 
	counter-increment: point 1;
	position: absolute;
	left: 0;
	top: 0px;
	width: 20px;
	padding: 0;
	font: 12px/30px arial;
   color: #616d7c;
	text-align: center;
}
.list_items3 {
	font: bold 12px/30px arial;
  color: #616d7c;
  
}
.list_items3 LI {
  position: relative;
  padding-left: 9px;
  border-bottom: dashed 1px #CED2D9;
  text-indent: -5px;
  line-height: 2.0em;
}
.list_items3 LI:before {
	
	position: absolute;
	left: 0;
	top: 0px;
	width: 20px;
	padding: 0;
	font: 12px/30px arial;
   color: #616d7c;
	text-align: center;
}

/* Layout elements - Tabs ======================================================== */

.layout_elements #tabs .txt {
  padding: 15px;
  font: 12px arial;
  color: #616d7c;
}
 .login {
  font: 12px/30px arial;
  color: #616d7c;
  background: #ffffff;
  text-decoration:none;
 }
 
.wrap span {
    display: none;
}

.wrap :hover span {
    display: inline-block;
	color:#fff;
	height: 4px;
	line-height:4px;
	
}

.edit-btn-l span {
    display: none;

}
.edit-btn-l :hover span {
    display: inline-block;
	color:#fff;
	height: 4px;
	position:absolute;
}
.edit-btn-r span {
    display: none;
	float:right;
}
.edit-btn-r :hover span {
    display: inline-block;
	margin-left:675px;
	line-height:1.7em;
	color:#fff;
	height: 4px;
	position:absolute;
}

.btnn1 {
  display: inline-block;
  *display: inline;
  padding: 4px 11px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 15px;
  color: #ffffff;
  text-align: center;
  *text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #9E0B0B;
  *background-color: #63b2f5 ;
  background-image: -moz-linear-gradient(top, #9E0B0B, #63b2f5 );
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#9E0B0B), to(#63b2f5 ));
  background-image: -webkit-linear-gradient(top, #9E0B0B, #63b2f5 );
  background-image: -o-linear-gradient(top, #9E0B0B, #63b2f5 );
  background-image: linear-gradient(to bottom, #9E0B0B, #63b2f5 );
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btnn1:hover,
.btnn1:focus,
.btnn1:active,
.btnn1.active,
.btnn1.disabled,
.btnn1[disabled] {
  color: #333333;
  background-color: #63b2f5 ;
  *background-color: #d9d9d9;
}

.btnn1:active,
.btnn1.active {
  background-color: #cccccc \9;
}

.btnn1:first-child {
  *margin-left: 0;
}

.btnn1:hover,
.btnn1:focus {
  color: #ffffff;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.btnn1:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btnn1.active,
.btnn1:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btnn1.disabled,
.btnn1[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
.btnn {
  display: inline-block;
  *display: inline;
  padding: 4px 11px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 15px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btnn:hover,
.btnn:focus,
.btnn:active,
.btnn.active,
.btnn.disabled,
.btnn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.btnn:active,
.btnn.active {
  background-color: #cccccc \9;
}

.btnn:first-child {
  *margin-left: 0;
}

.btnn:hover,
.btnn:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.btnn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btnn.active,
.btnn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btnn.disabled,
.btnn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}

.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}

.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}

.btn-mini {
  padding: 4px 6px 0px 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.btn-primary.active,
.btn-warning.active,
.btn-del.active,
.btn-success.active,
.btn-edit.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}

.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  *background-color: #0044cc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}

.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}
.btn-edit {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  *background-color: #2f96b4;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-edit:hover,
.btn-edit:focus,
.btn-edit:active,
.btn-edit.active,
.btn-edit.disabled,
.btn-edit[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}

.btn-edit:active,
.btn-edit.active {
  background-color: #24748c \9;
}
.btn-del {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  *background-color: #bd362f;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-del:hover,
.btn-del:focus,
.btn-del:active,
.btn-del.active,
.btn-del.disabled,
.btn-del[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}

.btn-del:active,
.btn-del.active {
  background-color: #942a25 \9;
}

.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  *background-color: #51a351;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}

.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}

.modal-heading {line-height:1em; color:#fff; font-size:18px; padding:11px 4px 4px 11px; background:#63b2f5 ; text-shadow:0 2px 2px #000;width:100%
	border-radius:1px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	padding-bottom:10px;
}
.paginate  {
	display: inline-block;
	padding-left: 0;
	margin: 0px 145px;
	border-radius: 3px;
}
.paginate a {
	padding:6px 6px 6px 6px;
	margin:0px;
	border:1px solid #579dd9 ;
	background-color: #63b2f5;
	text-decoration:none;
	color: #FFF;
}
.paginate a:hover, .paginate a:active {
	border: 1px solid #579dd9 ;
	background-color: #7cc5f8 ;
	color: #fff;
}
.paginate span.current {
    margin: 0px;
	padding:6px 6px 6px 6px;
	border: 1px solid #579dd9 ;
	background-color: #FFF;
	color: #000;
}
	
.paginate span.disabled {
	padding:6px 6px 6px 6px;
	margin:0px;
	border:1px solid #eee;
	color:#DDD;
}
.modal-set {
padding:0 0 px 5px;
margin-left:10px;
margin-right:10px;
font-size:13px; 
line-height:25px;
}
.stf-round {
width:100%;
background:#F7F7F7;
border:2px solid #066FA5;
border-radius:8px;
color:#515252;
padding:05px 0px 5px 0px;
margin-left:0px;
margin-right:4px;
margin-bottom:8px;
margin-top:2px;
font-size:13px; 
line-height:25px;
}

.p-30 {margin-bottom:-30px;}
.p-20 {margin-bottom:-20px;}
.p-10 {margin-bottom:-10px;}
.p0 {margin-bottom:0px;}
.p1 {margin-bottom:8px;}
.p2 {margin-bottom:15px; text-align:justify;}
.p3 {margin-bottom:30px;}
.p4 {margin-bottom:40px; text-align:justify;}
.p5 {margin-bottom:50px;}
.ptp {margin-top:04px;}

.margin-top {margin-top:33px;}
.margin-bot {margin-bottom:35px;}


.spacing {margin-right:35px;}
.spacing2 {margin-right:45px;}
.spacing3 {margin-right:60px;}

.spacing-bot {margin-bottom:25px;}

.indent {padding:0 0 0px 5px;}
.indent1 {margin:0px 0px 0px 0px;}
.indent2 {padding:0px 13px;}
.indent3 {padding-right:20px;}
.indent1 {padding-left:10px;}
.indent4 {padding-left:20px;}
.indent5 {padding-top:15px;}
.indent6 {padding:22px 0 0 18px;}
.indent7 {padding-right:15px;}
.indent8 {padding:28px 23px 26px 26px;}
.indent9 {padding:20px 245px 25px 21px;}
.indent10 {padding-top:4px;}
.indent-left {margin-left:60px;}
.indent-bot {margin-bottom:20px;}
.indent-bot2 {margin-bottom:30px;}
.indent-bot3 {margin-bottom:45px;}

.indent-top {margin-top:25px;}

.img-indent-bot {margin-bottom:25px;}
.img-indent {float:left; margin:0 20px 0px 0;}	
.img-indent2 {float:left; margin:0 13px 0px 0;}	
.img-indent3 {float:left; margin:4px 20px 0px 0;}
.img-indent-r {float:right; margin:9px 0px 0px 15px;}	

.img-box {float:left; margin-bottom:20px;}	
.img-box2 {float:left; margin-left:0px; padding-left:0px;padding-right:10px;}	

.prev-indent-bot {margin-bottom:10px;}
.prev-indent-bot2 {margin-bottom:12px;}
.prev-indent {float:left; margin:0 17px 0px 0;}	
.prev-box {float:left; margin-bottom:8px;}	

.border {border:3px solid #000;}
.border2 {border:1px solid #000;}

.boxcmt{
	background:#fff;
	border-radius:8px 8px 0px 0px;
	-moz-border-radius:8px 8px 0px 0px;
	-webkit-border-radius:8px 8px 0px 0px;
	padding:6px;
	padding:8px 15px 0px 20px;
	padding-bottom:11px;
	box-shadow:2px 2px 6px #797979;
}
.boxcmt1{
	background:#fff;
	border-radius:1px;
	-moz-border-radius:1px;
	-webkit-border-radius:1px;
	padding:4px 4px 4px 4px;
	margin-bottom:11px;
	box-shadow:1px 1px 4px #797979;
}
.boxcmt2{
	background:#F9F9d9;
	border-radius:1px;
	-moz-border-radius:1px;
	-webkit-border-radius:1px;
	padding:6px;
	padding-top:11px;
	padding-bottom:11px;
	box-shadow:2px 2px 6px #797979;
	
}
.boxcmt3{
	background:#fff;
	border-radius:1px;
	-moz-border-radius:1px;
	-webkit-border-radius:1px;
	padding:6px;
	padding-top:11px;
	padding-bottom:11px;
}
.boxfig{
	background:#D9DDDE;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	padding:4px;
}
.box{
	background:#fff;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:9px;
}

.box1{
	width:100%;
	background:url(../images/box1-top.png) center top no-repeat;
	padding-top:5px;
}
	.box1-bottom{width:100%; background:url(../images/box1-bottom.png) center bottom no-repeat; padding-bottom:5px;}
	.box1-tail{width:100%; background:url(../images/box1-tail.png) center top repeat-y;}
		.box1 .indents1{padding:13px 16px 28px;}
		.box1 h4{margin-bottom:10px;}
		.box1 h6 a{font-weight:normal; font-size:12px; line-height:1.5em;}
			.box1 h6 a:hover{color:#302b28; text-decoration:none;}
.content-edit textarea{
	width: 430px; padding: 0px 0px 0px 7px; margin: 10px 5px 10px; line-height: 20px; }
.pic-profile {
	position: relative;
	top: 0px;
	left: 0px;
	color: #ffffff;
	font-size:12px;
	margin-left: 4px;
	margin-top: -14px;
	/*text-transform: uppercase;*/
	text-decoration:none;
	border:4px solid #63b2f5;
	border-radius:8px;
}
a.pic-profile, a.{
	overflow:hidden;
	display:block;
	width:16px;
	height:16px;
	background-color:#222;
	cursor:pointer;
	text-align:center;
	background-repeat:no-repeat;
	background-position:center;
	margin:10px 0 10px 10px;
	padding:0;
}
a.pic-profile, a.{
	overflow:hidden;
	display:block;
	width:16px;
	height:16px;
	background-color:#222;
	cursor:pointer;
	text-align:center;
	background-repeat:no-repeat;
	background-position:center;
	margin:10px 0 10px 10px;
	padding:0;
}

a.pic-profile:hover, a:hover{
	opacity: 0.9;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	
}
.galalbum {
  font-size: 11px;
  color: #224879;
}
 
.position {
    position:relative;
    top:0;
}
.border {    
    border:#CCCCCC 1px solid;
    -webkit-border-radius: 5px;/* WebKit */
     -khtml-border-radius: 5px;/* Firefox */
       -moz-border-radius: 5px;/* Opera */
            border-radius: 5px;/* Standard */
}
.transition {    
    -webkit-transition: all 1s ease;/* WebKit */
       -moz-transition: all 1s ease;/* Firefox */
         -o-transition: all 1s ease;/* Opera */
            transition: all 1s ease;/* Standard */                
}
.position:hover {
    position:relative;
    top:-10px;
}
.rotate:hover {
    -webkit-transform: rotate(10deg);/* WebKit */
       -moz-transform: rotate(10deg);/* Firefox */
         -o-transform: rotate(10deg);/* Opera */
             ransform: rotate(10deg);/* Standard */
}
.rotate360:hover {
    -webkit-transform: rotate(370deg);/* WebKit */
       -moz-transform: rotate(370deg);/* Firefox */
         -o-transform: rotate(370deg);/* Opera */
             ransform: rotate(370deg);/* Standard */
}
.shadow:hover {         
    -webkit-box-shadow: -10px 10px 35px #888;/* WebKit */
       -moz-box-shadow: -10px 10px 35px #888;/* Firefox */
         -o-box-shadow: -10px 10px 35px #888;/* Opera */
            box-shadow: -10px 10px 35px #888;/* Standard */
}
.border:hover {
    -webkit-border-bottom-left-radius:70px 20px;/* WebKit */
       -moz-border-bottom-left-radius:70px 20px;/* Firefox */
         -o-border-bottom-left-radius:70px 20px;/* Opera */
            border-bottom-left-radius:70px 20px;/* Standard */
}
 
.before::before {
    background-color:none;
    background-image:url(http://tutorialspage.com/wp-content/uploads/2017/04/screw.png);
    background-repeat:no-repeat;
    background-position:center center;
    content:"";
    width:20px;
    height:20px;
    position:absolute;
    right:15px;
    top:50%;
    margin-top:-12px;
 
    -webkit-border-radius: 50%;/* WebKit */
       -moz-border-radius: 50%;/* Firefox */
         -o-border-radius: 50%;/* Opera */
            border-radius: 50%;/* Standard */    
    
    -webkit-box-shadow: inset 0px 1px 0px #052756, 0px 1px 0px #60c9f0;/* WebKit */
       -moz-box-shadow: inset 0px 1px 0px #052756, 0px 1px 0px #60c9f0;/* Firefox */
         -o-box-shadow: inset 0px 1px 0px #052756, 0px 1px 0px #60c9f0;/* Opera */
            box-shadow: inset 0px 1px 0px #052756, 0px 1px 0px #60c9f0;    /* Standard */    
 
    -webkit-transition: all 1s ease;/* WebKit */
       -moz-transition: all 1s ease;/* Firefox */
         -o-transition: all 1s ease;/* Opera */
            transition: all 1s ease;/* Standard */    
}
 
.before:hover::before {
    top:50%;
    margin-top:-9px;
 
    -webkit-transform: rotate(-720deg);/* WebKit */
       -moz-transform: rotate(-720deg);/* Firefox */
         -o-transform: rotate(-720deg);/* Opera */
            transform: rotate(-720deg);/* Standard */
}
 .before_shadow::after {
    width:20px;
    height:20px;
    position:absolute;
    right:15px;
    top:50%;
    margin-top:-12px;
    content:"";
    
    -webkit-border-radius: 50%;/* WebKit */
       -moz-border-radius: 50%;/* Firefox */
         -o-border-radius: 50%;/* Opera */
            border-radius: 50%;/* Standard */    
    
    -webkit-transition: all 1s ease;/* WebKit */
       -moz-transition: all 1s ease;/* Firefox */
         -o-transition: all 1s ease;/* Opera */
            transition: all 1s ease;/* Standard */    
            
    -webkit-box-shadow: inset 0px 1px 0px #60c9f0, 0px 3px 0px #0e3871, 0px 6px 3px #1a80a6;/* WebKit */
       -moz-box-shadow: inset 0px 1px 0px #60c9f0, 0px 3px 0px #0e3871, 0px 6px 3px #1a80a6;/* Firefox */
         -o-box-shadow: inset 0px 1px 0px #60c9f0, 0px 3px 0px #0e3871, 0px 6px 3px #1a80a6;/* Opera */
            box-shadow: inset 0px 1px 0px #60c9f0, 0px 3px 0px #0e3871, 0px 6px 3px #1a80a6;/* Standard */    
 
 }
 .before_shadow:hover::after {
    top:50%;
    margin-top:-9px;
    
    -webkit-box-shadow: inset 0px 1px 0px #052756, 0px 1px 0px #60c9f0;/* WebKit */
       -moz-box-shadow: inset 0px 1px 0px #052756, 0px 1px 0px #60c9f0;/* Firefox */
         -o-box-shadow: inset 0px 1px 0px #052756, 0px 1px 0px #60c9f0;/* Opera */
            box-shadow: inset 0px 1px 0px #052756, 0px 1px 0px #60c9f0;    /* Standard */    
 
}
.cnt-pic {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	overflow: hidden;
	margin: 8px 8px 8px 8px;
	text-align: justify;
}
.font-11 {
	font-weight:normal; 
	font-size:11px; 
	/*line-height:1.5em;*/
	text-align:justify;
}
.font-12 {
	font-weight:normal; 
	font-size:12px; 
	/*line-height:1.5em;*/
	text-align:justify;
}
.font-13 {
	font-weight:normal; 
	font-size:13px; 
	/*line-height:1.5em;*/
	text-align:justify;
}
.font-14 {
	font-weight:normal; 
	font-size:14px; 
	/*line-height:1.5em;*/
	text-align:justify;
}
.v-middle {
	vertical-align: middle;
}
.fix{
	//display: none; 
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
}
.bottom{
    left: 0;
    right: 0;
    bottom: 1px;
	padding: 4px 4px 4px 4px; 
}
.top{
    left: 0;
    right: 0;
    top: 0px;
	padding: 4px 4px 4px 4px; 
}
.right{
    right: 1px;
	top: 220px;
	vertical-align: middle;
	padding: 4px 4px 4px 4px; 
}
.left{
    left: 1px;
	top: 220px;
	vertical-align: middle;
	padding: 4px 4px 4px 4px; 
}