/*Layout Outofpawn*/
body { background: #fff; }

header {
  position: relative;
  width: 100%;
}
#header_content {
  position: relative;
  height: 180px;
  width: 985px;
  margin: 0 auto;
}
html.ie7 header {
  z-index: 100;
}
#layout-body {
  width: 985px;
  margin: 0 auto;
  padding: 0 0 30px 0;
  padding: 10px 0 0 0;
}
#layout-body-left {
  float: left;
  width: 235px;
}
#layout-body-right {
  float: right;
  width: 740px;
}
footer {
  width: 985px;
  margin: 0 auto;
  padding: 40px 0 25px 0;
}
footer .dec_wrap {
  position: relative; /*fix for PIE*/
  clear: both;
  margin: 0 0 15px 0;
  padding: 15px 20px;
  background: #fefefe;
  background-image: -moz-linear-gradient(top, #fefefe 50%, #f6f6f6);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f6f6f6), color-stop(1, #fefefe));
  background-image: -o-linear-gradient(#fefefe, #f6f6f6);
  -pie-background: linear-gradient(top, #fefefe 50%, #f6f6f6);
  border: 1px solid #dfdfdf;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
/*Служебные сообщения*/
.error,
.errorExplanation {
  margin: 0 0 10px 0;
  padding: 10px;
  border: 3px solid #FB811A;
  color: red;
  font-size: 14px;
}
.notice {
  margin: 0 0 10px 0;
  padding: 10px;
  border: 3px solid #FB811A;
  color: green;
  font-size: 14px;
}
/*General styles - Outofpawn*/
#logo {
  float: left;
  height: 103px;
  width: 310px;
}
#place_for_promo_nav_and_customer_nav {
  height: 30px;
  width: 100%;
  margin: 0;
  background: #f3f3f3;
  background: linear-gradient(top, #f3f3f3 50%, #ebebeb 50%);
  background: -moz-linear-gradient(top, #f3f3f3 50%, #ebebeb 50%);
  background: -webkit-linear-gradient(top, #f3f3f3 50%, #ebebeb 50%);
  background: -o-linear-gradient(top, #f3f3f3 50%, #ebebeb 50%);
  -pie-background: linear-gradient(top, #f3f3f3 50%, #ebebeb 50%);
  border-bottom: 1px solid #d7d7d7;
}
#place_for_promo_nav_and_customer_nav .fix_wrap {
  width: 995px;
  margin: 0 auto;
}
#contact_phone {
  float: right;
  margin: 45px 12px 0 0;
  color: #343232;
  font-size: 11px;
}
#phone_number {
	display: block;
	line-height: 24px;
  font-size: 24px;
}
#promo_nav {
  float: left;
  margin: 0 0 0 22px;
  padding: 0;
  border-left: 1px solid #c5c5c5;
  border-right: 1px solid #fff;
  list-style: none;
}
#promo_nav li {
  float: left;
  height: 30px;
  margin: 0;
  padding: 0;
  border-left: 1px solid #fff;
  border-right: 1px solid #c5c5c5;
  line-height: 30px;
  font-size: 1em;
  white-space: nowrap;
}
#promo_nav li:hover {
  background: #c7c7c7;
}
#promo_nav li a {
  display: block;
  padding: 0 17px;
  color: #000;
  text-decoration: none;
}
#promo_nav li.home .icon {
  display: block;
  height: 16px;
  width: 16px;
  margin: 7px 0 0 0;
  background: url('../images/icons/promo_customer_nav.png') no-repeat;
}
#customer_nav {
  float: right;
  margin: 0 20px 0 0;
  padding: 0;
  border-left: 1px solid #C5C5C5;
  border-right: 1px solid #FFFFFF;
  list-style: none;
}
#customer_nav li {
  float: left;
  margin: 0;
  padding: 0;
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #C5C5C5;
  line-height: 30px;
  font-size: 12px;
}
#customer_nav li:hover {
  background: #c7c7c7;
}
#customer_nav li a {
	float: left;
	display: block;
	padding: 0 12px;
	color: #171616;
	text-decoration: none;
}
#customer_nav li .icon {
	float: left;
	display: block;
	height: 16px;
	width: 16px;
	margin: 7px 10px 0 0;
	background-image: url('/images/icons/promo_customer_nav.png');
	background-repeat: no-repeat;
}
#customer_nav li.sign_in .icon,
#customer_nav .current_customer .icon {
	background-position: 0 -16px;
}
#customer_nav li.new_customer .icon {
	margin-right: 7px;
	background-position: 0 -32px;
}
#customer_nav .current_customer {
  font-weight: bold;
}
#cart_block {
  float: left;
  height: 24px;
  margin: 48px 0 0 25px;
  padding: 13px 0 0 58px;
  background: url("/images/icons/cart.gif") no-repeat;
  color: #0399cd;
  font-size: 14px;
}
#live_support {
  float: left;
  margin: 14px 0 0 98px;
}
#place_for_product_types_nav_and_search {
  position: absolute;
  top: 119px;
  left: 2px;
  min-height: 49px;
  width: 981px;
  background: #e8e8e8;
  background: linear-gradient(top, #e8e8e8 50%, #d9d9d9 50%);
  background: -moz-linear-gradient(top, #e8e8e8 50%, #d9d9d9 50%);
  background: -webkit-linear-gradient(top, #e8e8e8 50%, #d9d9d9 50%);
  background: -o-linear-gradient(top, #e8e8e8 50%, #d9d9d9 50%);
  -pie-background: linear-gradient(top, #e8e8e8 50%, #d9d9d9 50%); 
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0 0 0 1px #fff, 0 0 0 2px #d5d5d5;
  -moz-box-shadow: 0 0 0 1px #fff, 0 0 0 2px #d5d5d5;
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 2px #d5d5d5;
}
#product_types_nav {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0; 
  list-style: none;
}
#product_types_nav > li {
  position: relative;
  float: left;
  margin: 0 2px 0 0;
  padding: 0;
  font-size: 18px;
}
#product_types_nav > li:first-child a {
  border-left: none;
}
#product_types_nav > li:after {
  content: "";
  position: absolute;
  top: 12px;
  right: -2px;
  height: 24px;
  width: 1px;
  background: #fff;
  border-left: 1px solid #c5c5c5;
}
#product_types_nav > li > a {
  position: relative;
  display: block;
  margin: 0;
  padding: 12px 24px;
  color: #171616;
  line-height: 24px;
  text-decoration: none;
  text-shadow: 0 0 1px #fff;
}
#product_types_nav > li.types_nav > a:after {
  content: url('/images/main_menu/arr.png');
  position: absolute;
  top: 4px;
  right: 10px;
  height: 6px;
  width: 8px;
}
#product_types_nav > li:hover > a,
#product_types_nav > li.active > a {
  background: #c3c3c3;
  background: linear-gradient(top, #c3c3c3 50%, #bbbbbb 50%);
  background: -moz-linear-gradient(top, #c3c3c3 50%, #bbbbbb 50%);
  background: -webkit-linear-gradient(top, #c3c3c3 50%, #bbbbbb 50%);
  background: -o-linear-gradient(top, #c3c3c3 50%, #bbbbbb 50%);
  -pie-background: linear-gradient(top, #c3c3c3 50%, #bbbbbb 50%); 
}
#product_types_nav > li:hover .fix_wrap {
  display: block;
}
/*product_types_nav drop_down*/
#product_types_nav li.types_nav .fix_wrap {
  width: 240px;
}
#product_types_nav .fix_wrap {
  display: none;
  position: absolute;
  top: 48px;
  left: 0;
  z-index: 200;
}
#product_types_nav ul {
  position: relative;
  margin: 0;
  padding: 10px 0 5px 0;
  background: #e8e8e8;
  border: 1px solid #c3c3c3;
  border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-radius-top-left: 0;
  -webkit-border-radius-top-right: 0;
  -webkit-border-radius-bottom-right: 10px;
  -webkit-border-radius-bottom-left: 10px;
  box-shadow: 0 4px 4px #b3b3b3;
  -moz-box-shadow: 0 4px 4px #b3b3b3;
  -webkit-box-shadow: 0 4px 4px #b3b3b3;
  list-style: none;
}
#product_types_nav ul li {
  margin: 0;
  padding: 6px 20px;
  line-height: 16px;
  font-size: 14px;
}
#product_types_nav ul li:hover {
  color: #F76C00;
  background: #d5d5d5;
}
#product_types_nav ul li a {
  color: #000;
  text-decoration: none;
}

#search {
  position: absolute;
  top: 7px;
  right: 0;
  overflow: hidden;
  margin: 0 5px 0 0;
}
#magnific {
  position: absolute;
  top: 12px;
  left: 9px;
  z-index: 10;
}
#search input {
  float: left;
}
#search input[type=text] {
  position: relative;
  height: 28px;
  width: 240px;
  padding: 1px 0 1px 29px;
  background: #fff;
  border: 1px solid #d5d4d4;
  border-right: none;
  border-radius: 15px 0 0 15px;
  -moz-border-radius: 15px 0 0 15px;
  -webkit-border-top-left-radius: 15px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 15px;
  line-height: 26px;
  color: #6d6d6d;
  font-size: 14px;
}

#search input[type=submit] {
  height: 32px;
  width: 31px;
  background: url('/images/buttons/search.gif') no-repeat;
  border: none;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
}

#store_search {
  overflow: hidden;
  padding: 11px 0 8px 9px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.12, #AAAAAA), color-stop(0.5, #E1E1E1), color-stop(0.43, #D4D4D4), color-stop(0.89, #F8F8F8));
  background-image: -moz-linear-gradient(center bottom, #AAAAAA 12%, #E1E1E1 50%, #D4D4D4 43%, #F8F8F8 89%);
  background-image: -o-linear-gradient(#F8F8F8 0, #D4D4D4 50%, #E1E1E1 50%, #aaa 95%);
  -pie-background: linear-gradient(#F8F8F8 0, #D4D4D4 50%, #E1E1E1 50%, #aaa 95%);
  border: 1px solid #dfdfdf;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
#store_search h6 {
  margin: 0 0 8px 0;
  padding: 0;
  font-size: 14px;
  font-weight: bold;
}
#store_search input[type=text] {
  float: left;
  height: 16px;
  width: 145px;
  margin: 0 5px 6px 0;
  background: #fff;
  color: #aaa;
}
#store_search input.button {
  float: left;
  padding: 0 5px 2px 5px;
  margin: 2px 0 0 0;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.08, #C45F00), color-stop(0.54, #E47208), color-stop(0.77, #FD850E));
  background-image: -moz-linear-gradient(center bottom, #C45F00 8%, #E47208 54%, #FD850E 77%);
  background-image: -o-linear-gradient(#fd840e, #C45F00);
  -pie-background: linear-gradient(top, #fd840e 50%, #C45F00);
  border: none;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  color: #fff;
  line-height: 19px;
  font-size: 14px;
  height: auto;
}
#store_search a {
  display: block;
  clear: left;
  color: #fff;
}

#view_pawnshop {
  display: none;
}

#categories_nav_title {
  padding: 0 0 0 15px;
  background: #313131;
  background-image: -moz-linear-gradient(rgba(255, 255, 255, .2) 50%, transparent 50%, transparent);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(.5, rgba(255, 255, 255, .2)), color-stop(.5, transparent), to(transparent));
  background-image: -o-linear-gradient(rgba(255, 255, 255, .2) 50%, transparent 50%, transparent);
  -pie-background: linear-gradient(top, #555 50%, #222);
  border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  color: #fff;
  line-height: 38px;
  font-size: 14px;
  font-weight: bold;
}

#categories_nav {
  margin: 0 0 10px 0;
  padding: 15px 0 15px 25px;
  list-style: none;
  border: 1px solid #dfdfdf;
  border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
}

#categories_nav li {
  margin: 0;
  padding: 0 0 12px 16px;
  background: url("/images/marker/categories-nav-mark.gif") 0 3px no-repeat;
  color: #f76c00;
  font-size: 12px;
  font-weight: bold;
}
#categories_nav a {
  color: #6f6e6e;
}
#categories_nav a.active {
  color: #F76C00;
  text-decoration: none;
}
#filters_title {
  padding: 0 0 0 15px;
  background: #6a97b2;
  background-image: -moz-linear-gradient(rgba(255, 255, 255, .2) 50%, transparent 50%, transparent);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(.5, rgba(255, 255, 255, .2)), color-stop(.5, transparent), to(transparent));
  background-image: -o-linear-gradient(rgba(255, 255, 255, .2) 50%, transparent 50%, transparent);
  -pie-background: linear-gradient(top, #6e9ab4 50%, #4c7892);
  border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  color: #fff;
  line-height: 38px;
  font-size: 14px;
  font-weight: bold;
}

#filters {
  padding: 11px 13px 0 13px;
  background: #fff;
  background-image: -moz-linear-gradient(top, #fefefe 70%, #ebebeb);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.7, #fff), color-stop(1, #ebebeb));
  background-image: -o-linear-gradient(#fff 70%, #ebebeb);
  -pie-background: linear-gradient(top, #fff 70%, #ebebeb);
  border: 1px solid #dfdfdf;
  border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
}
#expand_search {
  border-bottom: 1px dashed #b7b7b7;
  margin-bottom: 20px;
}
#filters h5 {
  clear: left;
  margin: 0 0 8px 0;
  color: #282828;
  font-size: 12px;
}
#expand_search h5 {
  color: #f76c00;
}
#expand_search ul,
#filters .filters_column {
  margin: 0 10px 20px 0;
  padding: 0;
  list-style: none;
}
#expand_search ul {
  margin-bottom: 14px;
}
#filters .filters_column {
  float: left;
  width: 45%;
}
#expand_search ul li,
#filters .filters_column li {
  margin: 0;
  padding: 0;
}
#expand_search ul li a,
#filters .filters_column li a {
  color: #6f6e6e;
  text-decoration: none;
}
#filters .filters_column li a:link {
  color: #6f6e6e;
}
#filters .filters_column li a:visited {
  color: #f76c00;
}
#filters .filters_column li a:hover {
  color: #f76c00;
}
#expand_search ul li a img {
  margin: 0 7px 0 0;
  vertical-align: middle;
  line-height: 11px;
}
.promo_services_banners {

}
.promo_services_banners .banner {
	position: relative;
	float: left;
	min-height: 47px;
	margin: 0 0 0 30px;
	padding-top: 11px;
	color: #000;
	font-size: 14px;
	text-decoration: none;
	cursor: pointer;
}
.promo_services_banners .price_guarantee {
	padding-left: 49px;
	background: url('/images/icons/price_guarantee_ps.png') 0 0 no-repeat;
}
.promo_services_banners .free_domestic {
	padding-left: 64px;
	background: url('/images/icons/free_domestic_ps.png') 0 0 no-repeat;
}
.promo_services_banners .ggl {
	padding-left: 53px;
	background: url('/images/icons/ggl_ps.png') 0 0 no-repeat;
}
.promo_services_banners .make_offer {
	padding-left: 51px;
	background: url('/images/icons/make_offer_ps.png') 0 5px no-repeat;
}
.promo_services_banners .money_back {
	padding-left: 58px;
	background: url('/images/icons/money_back_ps.png') 0 0 no-repeat;
}
.promo_services_banners .layaway {
	height: 55px;
	width: 104px;
	background: url('/images/icons/layaway_ps.png') 0 -5px no-repeat;
}
.promo_services_banners .banner:hover .fix_wrap {
	display: block;
}
.promo_services_banners .banner .fix_wrap {
	position: absolute;
	top: 45px;
	left: -50%;
	z-index: 200;
	display: none;
}
.promo_services_banners .banner .description {
  position: relative;
	min-height: 115px;
	width: 215px;
	padding: 10px;
	background: #bfebfb;
	border: 3px solid #fff;
	border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0 0 3px #777;
  -moz_box-shadow: 0 0 3px #777;
  -webkit-box-shadow: 0 0 3px #777;
  font-size: 13px;
}
.promo_services_banners .banner .description:before {
	content: url('/images/home/arr1.png');
	position: absolute;
	top: -19px;
	left: 44%;
  z-index: 201;
	height: 19px;
	width: 26px;
}

#copyright {
  float: left;
  margin: 0 24px 0 0;
  color: #808080;
  text-align: center;
  font-size: 11px;
}

footer .dec_wrap h6 {
  margin: 0 0 8px 0;
  font-size: 12px;
}
footer .dec_wrap .footer_nav {
  float: left;
  width: 45%;
}
footer .dec_wrap .footer_nav ul {
  float: left;
  width: 125px;
  margin: 0 10px 0 0;
  padding: 0;
  list-style-position: inside;
}
footer .dec_wrap .footer_nav ul li {
  line-height: 18px;
  font-size: 12px;
}
footer .dec_wrap .footer_nav ul li a {
  color: #424141;
  text-decoration: none;
}
footer .dec_wrap .footer_nav ul li a:hover {
  color: #f76c00;
}
footer .dec_wrap .sell_your_jewelry {
  float: left;
  width: 38%;
}
footer .dec_wrap .sell_your_jewelry p {
  margin: 0;
  line-height: 1.231em;
}
footer .dec_wrap .summary {
  float: right;
  height: 81px;
  width: 13%;
  padding-left: 3%;
	background: url('/images/icons/summary.gif') 11px 0 no-repeat;
  border-left: 1px solid #ACACAC;
}
footer .dec_wrap .summary h6 {
	padding-top: 2px;
  color: #f8860a;
	line-height: 1em;
}
footer .dec_wrap .summary .line {
	line-height: 1.4em;
}
footer .dec_wrap .enroll_now {
  float: left;
  height: 60px;
  width: 43px;
  margin: 0 15px 0 0;
  padding: 15px 0 0 82px;
  background: url("/images/icons/enroll_now.gif") no-repeat;
}
footer .dec_wrap .enroll_now a {
  color: #1f86b1;
  font-size: 12px;
}
#social_services {
  float: left;
}
#social_services a {
  float: left;
  display: block;
}
#social_services .twitter {
  margin: 1px 4px 0 0;
}
#social_services .facebook {
  margin: 1px 8px 0 0;
}
footer .place_for_banners {
  float: right;
}
footer .place_for_banners .banner {
  float: right;
  margin: 0 0 0 20px;
}
footer .place_for_banners .banner:first-child {
  margin: 0 0 0 28px;
}

/*Modalbox*/
.modal-form,
.modal-form label,
.modal-form input {
  font-size: 18px;
}
.modal-form label {
  display: block;
  padding: 0 0.5em 0.2em;
}
.modal-form p {
  padding: 0.4em 0.5em;
}


body.black_friday {
  background: url('/images/layout/black_friday_bg.png');
}
body.black_friday #header_content {
  background: white;
  padding-left: 16px;
  padding-right: 16px;
}
body.black_friday #layout-body {
  background: white;
  padding-left: 16px;
  padding-right: 16px;
}
body.black_friday footer {
  background: white;
  padding-left: 16px;
  padding-right: 16px;
}
body.black_friday #place_for_product_types_nav_and_search {
  left: 18px;
}
