* {
  margin: 0px;
  padding: 0px;
}

body {
  background: #ccc;
  font-family: 'PT Sans', sans-serif;
  color: #333;
}

body.backgroundlevel-high {background: #15394F url(img/bg-high.jpg) 50% 0 no-repeat;}
body.backgroundlevel-med {background: #15394F url(img/bg-med.jpg) 50% 0 no-repeat;}
body.backgroundlevel-low {background: #15394F url(img/bg-low.png) 50% 0 repeat-x;}

img {
  border: none;
}

a {
  color: #4f82cb;
}

a:hover {
  color: #88ac0b;
}

/******************************/

.wrapper {
  margin: 30px auto;
  width: 960px;
  background: #fff;
}

/******************************/

.inner {	background: #ddd;
	padding: 8px 8px 8px 8px;
    border: 1px solid #eee;}

.header {

  height: 335px;
  color: #fff;
  background: url(img/head.jpg) no-repeat;
}

.header a {
  color: #fff;
}

.logo {
  text-decoration: none;
  font-weight: normal;
  font-size: 40px;
  letter-spacing: 0px;
  margin-left: 40px;
  margin-top: 40px;
  display: block;
  float: left;
  width: 300px; color:#0B2945; line-height:1.2;
  text-shadow: 1px 1px 1px #fff;
}

.phone {	float: right;
	background: #28914F;
	padding: 10px;
	text-align: center;
	border-radius: 3px;
	margin-top: -15px;
	margin-right: -15px;
	font-size: 25px;}

.phone span {font-size: 20px;}

.shopping_cart {
  margin-top: 20px;
  margin-right: 50px;
  float: right;
  background: url(icons/shopping_cart.png) no-repeat;
  line-height: 1.3;
  padding-left: 64px;
  min-height: 64px;
}

.login_form {
  margin-top: 20px;
  margin-right: 20px;
  float: right;
  line-height: 1.3;
}

.login_form .login {
  width: 100px;
  border: 1px solid #fff;
  padding: 2px;
  margin-bottom: 5px;
}

.login_form .password {
  width: 100px;
  border: 1px solid #fff;
  padding: 2px;
  margin-bottom: 5px;
}

.login_form .submit {
  padding: 2px 10px;
  border: 1px solid #ccc;
  margin-bottom: 5px;
  background: #ccc;
}

.login_form .remember {
  border: 1px solid #fff;
  margin-bottom: 5px;
  padding: 1px;
}

.login_form label {
  vertical-align: top;
}

/******************************/

.top-menu {
  background: #eee;
  height: 60px;

}

.top-menu a {
  font-weight: normal;
  color: #000;
  line-height: 60px;
  padding: 0 10px;
  text-decoration: none;
  display: inline-block;
  text-shadow: 1px 1px 1px #fff;
  font-size: 120%;

}

.top-menu a:hover {
  background-color: #15394F;
  color: #fff;
}

.top-menu a.active {
  background-color: #fff;
  color: #333;
}

/******************************/

.sidebar {
  width: 250px;
  float: right;
  margin-left: 10px;
  margin-top: 20px;
  background: #eee;
  min-height: 700px;
  padding: 10px;
}

.sidebar a {	display:block;
    text-decoration: none;
    font-size: 14px;
    border: 1px solid #ddd;
    background: #dedede;
    padding: 5px;
    margin-top: 2px;
    color: #000;
    text-shadow: 1px 1px 1px #fff;}

.sidebar a:hover {
    color: #285BAB;
    background: #ccc;
}

.sidebar .active {
    color: #285BAB;
    background: #ccc;
}


.sidebar h2 {
  font-size: 160%;
  font-weight: normal;
  margin-bottom: 10px;
  color: #ABBDD7;
  text-shadow: 1px 1px 1px #fff;
}
/******************************/

.search_form {
  margin-bottom: 30px;
  padding: 0px;
}

.search_form .query {
  border: 1px solid #666;
  padding: 2px;
  width: 120px;
}

.search_form .submit {
  border: 1px solid #666;
  padding: 2px 10px;
}

/******************************/

.block {
  border: 1px solid #4277cd;
  margin-bottom: 30px;
}

.block .block_header {
  background: #4277cd;
  color: #fff;
  height: 30px;
  font-weight: bold;
  line-height: 30px;
  padding: 0 10px;
}

/******************************/

.categories {
  padding-left: 0px;
  margin: 10px 0px 10px 10px;
  list-style: none;
}

.categories ul {
  padding-left: 30px;
  list-style: none;
}

.categories a.active {
  font-weight: bold;
}

/******************************/

.recent_goods {
  padding: 10px 10px 20px 10px;
  font-size: 10px;
  line-height: 1.3;
}

.recent_goods a {
  display: block;
  padding-left: 60px;
  margin-bottom: 15px;
  text-decoration: none;
  clear: both;
  color: #333;
}

.recent_goods a img {
  display: block;
  margin-left: -60px;
  max-width: 50px;
  max-height: 50px;
  float: left;
  margin-bottom: 15px;
}

.recent_goods span {
  display: block;
  font-weight: bold;
  text-align: right;
  white-space: nowrap;
}

/******************************/

.recent_news {
  padding: 10px 10px 0px 10px;
  font-size: 10px;
  line-height: 1.3;
}

.recent_news dt {
}

.recent_news dd b {
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}

.recent_news dd {
  margin-bottom: 15px;
}

/******************************/

.content {
  margin-top: 20px;
  padding: 30px;
  overflow: hidden;
  background: #fff;
  min-height: 700px;
}

.content ul, ol {
  padding-left: 30px;
}

.content h1 {
  font-size: 180%;
  font-weight: normal;
  color: #88ac0b;
  margin-bottom: 15px;
  background: #28914F;
  padding: 5px;
  text-align: center;
}

.content h2 {
  font-size: 130%;
  font-weight: normal;
  margin-bottom: 10px;
  color: #BDD7FE;
}

.content h3 {
  font-size: 120%;
  margin-bottom: 5px;
}

/******************************/

.content form {
}

.content form small {
  color: #999;
}

.content label {
  font-weight: bold;
}

.content input {
  padding:2px;
  border:1px solid #ddd;
  font: inherit;
  color: #333;
}

.content input[type=submit] {
  padding:2px 10px;
  border:1px solid #ddd;
  font: inherit;
  color: #000;
  background: #ccc;
  margin-top: 15px;
  display: block;
}

.content select {
  padding:2px;
  border:1px solid #ddd;
  font: inherit;
  color: #333;
}

.content textarea {
  padding: 2px;
  font: inherit;
  border: 1px solid #ddd;
  color: #333;
}

.content a.button {
  padding:2px 10px;
  border:1px solid #ddd;
  font: inherit;
  color: #000;
  background: #ccc;
  text-decoration: none;
  display: inline-block;
}

.content fieldset {
  border: 1px solid #ddd;
  padding: 20px;
  padding-top: 10px;
  background-color: #fafafa;
}

.content label {
  display: block;
  font-weight: normal;
  margin-top: 10px;
}

.content div.checkbox {
  margin-top: 10px;
}

.content div.checkbox label {
  display: inline-block;
  font-weight: normal;
  margin-top: 0px;
}

/******************************/

.content .table {
  border-collapse: collapse;
}

.content .table td {
  border: 1px solid #4f82cb;
  padding: 3px;
}

.content .table th {
  border: 1px solid #4f82cb;
  background: #4f82cb;
  color: #fff;
  padding: 3px;
}

.content .table td small {
  color: #999;
}

.content .table td small a {
  color: #666;
}

/******************************/

.clear {
  clear: both;
}

.footer {
  background: #fff;
  height: 45px;
  line-height: 45px;
  font-size: 10px;
  color: #666;
  text-align: center;
}

.footer a {
  color: #666;
}

/******************************/

.sort {
  margin: 15px 0;
  text-align: right;
}

ul.catalog {
  margin: 0 -15px -20px 0;
  padding: 0;
  overflow: hidden;
  list-style: none;
}

ul.catalog li {
  width: 125px;
  margin-right: 15px;
  margin-bottom: 20px;
  vertical-align: top;
  display: -moz-inline-box;
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

ul.catalog li img {
  display: block;
  max-width: 125px;
  max-height: 125px;
}

ul.catalog .to-cart {
  margin-top: 10px;
  display: block;
}

ul.catalog .old-price {
  text-decoration: line-through;
  white-space: nowrap;
  display: block;
}

ul.catalog .price {
  font-size: 150%;
  white-space: nowrap;
}

/******************************/

.thread_icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  position: relative;
  top: 3px;
  background: none;
}

.thread_avatar {
  max-width: 32px;
  max-height: 32px;
}

.user_avatar {
  max-width: 64px;
  max-height: 64px;
}

/******************************/

.highlight {
  color: red;
  background-color: yellow;
}

/******************************/

.paginator {
  text-align: center;
  padding: 10px;
}

.paginator a {
  color: #333;
  background-color: #d3eeff;
  border: #2e8bc7 1px solid;
  padding: 3px;
  text-decoration: none;
}

.paginator a:hover {
  color: #333;
  background-color: #eefdce;
  border: 1px solid #94ca21;
}

.paginator span {
  font-weight: bold;
  text-decoration: none;
  padding: 3px;
}

/******************************/

.align_left {
  float: left;
  margin-right: 10px;
}

.align_center {
  display: block;
  margin: 0 auto;
}

.align_right {
  float: right;
  margin-left: 10px;
}

/******************************/

.error {
  color: #DE4704;
  border: 1px solid #FEAA85;
  padding: 5px;
  padding-left: 30px;
  background: #FDDBCC url(icons/action_error.png) 8px 7px no-repeat;
  margin: 10px 0px;
}

.success {
  color: #366536;
  border: 1px solid #90B090;
  padding: 5px;
  padding-left: 30px;
  background: #D1FFD1 url(icons/action_success.png) 8px 7px no-repeat;
  margin: 10px 0px;
}

/******************************/

.required {
  color: #DE4704;
}

/******************************/

.shopping-cart-plus {
  width: 16px;
  height: 16px;
  background: url(icons/cart_plus.png) no-repeat;
  position: relative;
  top: 2px;
  display: -moz-inline-box;
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.shopping-cart-minus {
  width: 16px;
  height: 16px;
  background: url(icons/cart_minus.png) no-repeat;
  position: relative;
  top: 2px;
  display: -moz-inline-box;
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.price {
  font-size: 11px;
  color: #999;
}

.good-old-price {
  text-decoration: line-through;
  color: #000;
}

.good-current-price {
  color: #c00;
  font-weight: bold;
  font-size: 14px;
}

.good-yousave {
  color: #c00;
}

/******************************/

.nowrap
{
  white-space: nowrap;
}

/******************************/

.path {
  margin-bottom: 15px;
  border-bottom: 1px dashed #eee;
}

/******************************/

.comment_name {
  margin-top: 5px;
  font-weight: bold;
  padding-left: 20px;
}

.comment_text {
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
  margin-left: 20px;
  padding-bottom: 5px;
}

/******************************/

.albums {
  margin-right: -16px;
  margin-bottom: -20px;
  overflow: hidden;
}

.albums a {
  width: 171px;
  margin-right: 16px;
  margin-bottom: 20px;
  vertical-align: top;
  display: -moz-inline-box;
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.albums a img {
  display: block;
  max-width: 171px;
  max-height: 171px;
}

.album_photos {
  margin-right: -15px;
  margin-bottom: -20px;
  overflow: hidden;
}

.album_photos a {
  width: 125px;
  margin-right: 15px;
  margin-bottom: 20px;
  vertical-align: top;
  display: -moz-inline-box;
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.album_photos a img {
  display: block;
  max-width: 125px;
  max-height: 125px;
}

/******************************/

.cart_image {
  max-width: 50px;
  max-hight: 50px;
}

/******************************/

.edit-panel {
  float: right;
  background: #ccc;
  padding: 5px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #999;
  opacity: .8;
  filter: alpha(opacity=80);
}

.edit-panel a {
  margin: 0 3px;
  display: block;
  float: left;
}

.edit-panel img {
  display: block;
}

.ribbon1 h2.title, .articletitle-color1 .rt-article-title, #rt-header .ribbon1 h2.title, #rt-bottom .ribbon1 h2.title, #rt-footer .ribbon1 h2.title, .articletitle-color1 .rt-article-title a {color: #fff;text-shadow: 1px 1px 1px #94C8A7;}
.ribbon1 h2.title span, .articletitle-color1 .rt-article-title span {color: #fff;text-shadow: -1px -1px 1px #0C4126;}

.box5 h2.title, #rt-header .box5 h2.title, #rt-bottom .box5 h2.title, #rt-footer .box5 h2.title {color: #ababab;text-shadow: 1px 1px 1px #fff;}
.box5 h2.title span {color: #727272;}

.menutop li.root > .item, .menu-type-splitmenu .menutop li .item {text-shadow: 1px 1px 1px #fff;}
.menutop li.root.active > .item, .menutop li.root.active > .item:hover, .menu-type-splitmenu .menutop li.active .item, .menu-type-splitmenu .menutop li.active:hover .item, .menutop li.root.active.f-mainparent-itemfocus > .item {color: #fff;text-shadow: 1px 1px 1px #333;}
.menutop li.root:hover > .item, .menutop li.root.f-mainparent-itemfocus > .item, .menu-type-splitmenu .menutop li:hover .item {text-shadow: 1px 1px 1px #fff;}
#rt-main-surround ul.menu li a, #rt-main-surround ul.menu li .separator, #rt-main-surround ul.menu li .item {color: #666;text-shadow: 1px 1px 1px #fff;}
.menutop li:hover > .bullet, .menutop li.f-menuparent-itemfocus .bullet, .menutop li.active > .bullet {color: #333;}
#rt-submenu ul.menu li > .item {color: #285B90 !important;text-shadow: 1px 1px 1px #fff; font-weight: bold;}

li > .bullet {background: url(img/arrows-rtl.png) 100% -406px no-repeat;}
li:hover > .bullet, body.rtl .menutop li.f-menuparent-itemfocus .bullet, body.rtl .menutop li.active > .bullet {background: url(img/arrows-rtl.png) 100% 14px no-repeat;}
ul li > .daddy span {background: url(/web/20130801094945/http://profalpinist.ru/templates/rt_kinetic_j15/images/menus/style6/topmenu-daddy.png) 5px 15px no-repeat;}

.box1 #form-login ul li a, body.rtl .box1 #com-form-login ul li a, body.rtl .box1 ul.rt-more-articles li a, body.rtl .box1 .rt-section-list ul li a, body.rtl .box2 #form-login ul li a, body.rtl .box2 #com-form-login ul li a, body.rtl .box2 ul.rt-more-articles li a, body.rtl .box2 .rt-section-list ul li a, body.rtl .box3 #form-login ul li a, body.rtl .box3 #com-form-login ul li a, body.rtl .box3 ul.rt-more-articles li a, body.rtl .box3 .rt-section-list ul li a, body.rtl .box4 #form-login ul li a, body.rtl .box4 #com-form-login ul li a, body.rtl .box4 ul.rt-more-articles li a, body.rtl .box4 .rt-section-list ul li a {background: url(img/arrows-rtl.png) 100% -796px no-repeat;}
body.rtl ul.roknewspager li {background: url(/web/20130801094945/http://profalpinist.ru/templates/rt_kinetic_j15/images/typography/bullet9-rtl.png) no-repeat 100% 3px;}