.box_header h2 {
	color: #fff;
}

.click_details {
	text-align: right;
	color: #ff3b2f;
	float: right;
	padding-right: 7px;
}

.click_details > img {
	vertical-align: baseline;
}

.pricing {
	width: 100%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.pricing .div_th,
.pricing .div_td {
	width: 92px;
}

.pricing .div_th + .div_th,
.pricing .div_td + .div_td {
	width: 69px;
}

.pricing .div_th + .div_th + .div_th,
.pricing .div_td + .div_td + .div_td {
	width: 88px;
}

.pricing .div_th + .div_th + .div_th + .div_th,
.pricing .div_td + .div_td + .div_td + .div_td {
	width: 34px;
}

.pricing .div_th + .div_th + .div_th + .div_th + .div_th,
.pricing .div_td + .div_td + .div_td + .div_td + .div_td {
	width: 80px;
}

.pricing .div_th + .div_th + .div_th + .div_th + .div_th + .div_th,
.pricing .div_td + .div_td + .div_td + .div_td + .div_td + .div_td {
	width: 120px;
}

.pricing .div_th + .div_th + .div_th + .div_th + .div_th + .div_th + .div_th + .div_th,
.pricing .div_td + .div_td + .div_td + .div_td + .div_td + .div_td + .div_td + .div_td {
	width: 92px;
}

.div_table {
	display: table;
	border: 1px solid #c3c3c3;
	border-bottom: none;
	margin-bottom: 20px;
}

.div_table.ad_specials_table {
	border-left: none;
	border-right: none;
}

.div_tr {
	display: table-row;
}

.div_th {
	font-family: "TT Norms";
	font-weight: 700;
	background-color: #3A5C78;
	color: #fff;
	/*white-space: nowrap;*/
	line-height: 1.2em;
	padding: 7px;
}

.div_th,
.div_td {
	display: table-cell;
	/*font-family: "TT Norms";*/
	/*font-size: .8em;*/
	/*padding: 4px 7px;*/
	/*font-weight: normal;*/
	border-right: 1px solid #fff;
}

.div_tr > .div_th:last-child,
.div_tr > .div_td:last-child {
	border-right: none;
}

.div_tr > .div_td:last-child {
	text-align: center;
	line-height: 1.5em;
	font-family: "TT Norms";
	font-weight: 700;
	font-size: 1.2em;
	color: #ff3b2f;
	min-width: 8em;
}

.div_td {
	line-height: 1.6em;
	padding: 4px 7px;
}

.div_table > .div_tr,
body.is_mobile .div_table > .div_tr:hover {
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0, rgba(238,238,238,1) 9px); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0,rgba(255,255,255,1)), color-stop(9px,rgba(238,238,238,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0,rgba(238,238,238,1) 9px); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0,rgba(238,238,238,1) 9px); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0,rgba(238,238,238,1) 9px); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0,rgba(238,238,238,1) 9px); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dedede',GradientType=0 ); /* IE6-9 */
}

.div_table > .div_tr:hover {
	background: #ffcb00;
	cursor: pointer;
}

.div_tr.hover > div:last-child {
	vertical-align: middle;
	text-align: center;
	width: 125px;
}

.div_tr.hover > div:last-child span {
	font-size: 1.3em;
}

.pricing .div_td {
	border-bottom: 1px solid #c3c3c3;
	color: #000;
	line-height: 1.2em;
	vertical-align: middle;
}

.category .div_th > img,
.pricing .div_td > img {
	position: relative;
	top: -3px;
}

.pricing .div_td.td_price {
	font-size: .7em;
	white-space: nowrap;
}

.pricing .div_td.td_date {
	white-space: nowrap;
}

.pricing .div_td.td_price span {
	font-size: 1.5em;
}

.pricing .div_td.bonus_offers ul {
	margin: 0;
	padding; 0;
}

.pricing .div_td.bonus_offers ul li {
	padding-bottom: 5px;
	background-position: 0 3px;
}

.pricing .div_td.bonus_offers ul li:last-child {
	padding-bottom: 0;
}

#sort_box_wrap {
	overflow: hidden;
	margin-top: 0;
}

#sort_box {
	float: left;
	position: relative;
	left: 50%;
}

#sort_box_inner {
	position: relative;
	right: 50%;
	background: #fafdff;
	border: 1px solid #c3c3c3;
	padding: 9px 13px;
}

/*div#nav {
	padding: 4px 0;
	margin: 5px 0 8px;
	text-align: center;
}

div#nav div {
	display: inline-block;
	background: url(../images/icons/star.png) no-repeat 0 50%;
}

div#nav div a {
	margin: 0 15px;
	white-space: nowrap;
}

div#nav div.chosen {
	border: 1px solid #c3c3c3;
	background: #dedede url(../images/icons/star.png) no-repeat 5px 50%;
	padding: 3px 5px 3px 17px;
	margin-right: 12px;
	color: #ff3b2f;
	font-size: .98em;
	white-space: nowrap;
}

div#nav div.chosen a {
	border: none;
	cursor: default;
	color: #ff3b2f;
	margin-right: 6px;
}*/

ul#nav {
	text-align: center;
}

ul#nav li {
	display: inline-block;
}

ul#nav li a {
	margin: 0 30px 0 0;
	white-space: nowrap;
}

ul#nav li.chosen {
	border: 1px solid #c3c3c3;
	background-color: #dedede;
	padding: 3px 5px 3px 25px;
	margin-right: 12px;
	color: #ff3b2f;
	font-size: .98em;
	white-space: nowrap;
}

.sort_dropdown {
	margin: 0;
	text-align: center;
}

.sort_dropdown span {
/*	color: #000;
	padding-left: 28px;
	background: url(/images/animated_arrow3.gif) left 50% no-repeat;*/
}

.sort_dropdown select {
	border: 1px solid #395C78;
	background: #fff;
	color: #395C78;
	font-size: 90%;
}

.adv_search {
	margin-bottom: 0px;
	font-size: .9em;
	text-align: center;
}

.category {
	text-align: left;
	background-color: #3A5C78;
	clear: right;
	border: 1px solid #C3C3C3;
	border-bottom: none;
	width: 100%;
	margin-bottom: 0;
}

.category .div_tr .div_th:first-child {
	border-right: none;
}

.category h2 {
	color: #fff;
}

.category .div_th {
	vertical-align: top;
}

.top {
/*	float: right;*/
	text-align: right;
}

.category .top {
	float: right;
}

.top a:link,
.top a:visited,
.top a:active,
body.is_mobile .top a:link,
body.is_mobile .top a:visited,
body.is_mobile .top a:hover,
body.is_mobile .top a:active {
	display: block;
	padding-right: 20px;
	font-family: "TT Norms";
	font-weight: 700;
	font-size: 1em;
	color: #ffffff;
	text-decoration: none;	
	background:  url(../images/icons/top_arrow-yellow.png) no-repeat 100% 50%;
}

.top a:hover {
	display: block;
	padding-right: 20px;
	font-family: "TT Norms";
	font-weight: 700;
	font-size: 1em;
	color: #ffcb00;
	text-decoration: none;
	background: url(../images/icons/top_arrow-white.png) no-repeat 100% 50%;
}

.our_price {
	font-family: "TT Norms";
	font-weight: 700;
	font-size: 1.1em;
	color: #ff3b2f;
}

.picture_right {
	float: right;
	margin: 25px 0 5px 5px;
	border: 1px solid #000;
}

h1 span {
	font-size: .7em;
	color: #565656;
}

.pagination {
	font-family: "TT Norms";
	font-weight: 700;
	text-align: center;
	background-color: #eee;
	padding: 10px;
	border: 1px solid #3A5C78;
	border-radius: 100px;
}

.pagination > div:first-child {
	display: inline;
}

.pagination a,
.pagination span {
	padding: 2px 6px;
	margin: 0 2px;
	text-decoration: none;
	font-weight: normal;
	font-family: "TT Norms";
	font-weight: 400;
	border-radius: 12px;
}

.pagination a:link,
.pagination a:visited,
.pagination a:active {
	border: 1px solid #395C78;

	background: rgb(255,255,255); /* Old browsers */
}

.pagination a.p_first:link,
.pagination a.p_first:visited,
.pagination a.p_first:active,
.pagination a.p_last:link,
.pagination a.p_last:visited,
.pagination a.p_last:active,
.pagination a.p_prev:link,
.pagination a.p_prev:visited,
.pagination a.p_prev:active,
.pagination a.p_next:link,
.pagination a.p_next:visited,
.pagination a.p_next:active {
	background: rgb(255,255,255); /* Old browsers */
}

.pagination a:hover,
.pagination a.p_first:hover,
.pagination a.p_last:hover,
.pagination a.p_prev:hover,
.pagination a.p_next:hover {
	border: 1px solid #4E4E4E;
	background: #828181;
	color: #fff;
}

.pagination .current_page {
	border: 1px solid #ffcb00;
	background-color: #ffcb00;
	color: #000;
	font-family: "TT Norms";
	font-weight: 700;
}

.pagination .p_first,
.pagination .p_last,
.pagination .p_prev,
.pagination .p_next {
	padding-left: 10px;
	padding-right: 10px;
}

.pagination .p_prev {
	margin-right: 10px;
}

.pagination .p_next {
	margin-left: 10px;
}

.pagination .p_first.p_disabled,
.pagination .p_last.p_disabled,
.pagination .p_prev.p_disabled,
.pagination .p_next.p_disabled {
	border: 1px solid #395C78;
	background-color: #fff;
	color: #828181;
	opacity: .3;
	filter: alpha(opacity=30);
}

.sub_price {
	display: none;
	font-size: 1.5em;
	font-family: "TT Norms";
	font-weight: 700;
	padding-top: 6px;
}

#back_to_top_footer {
	position: fixed;
	bottom: -100px;
	background-color: #ffcb00;
	color: #000;
	font-family: "TT Norms";
	font-weight: 700;
	padding: 5px 0;
	z-index: 200;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	text-align: center;
	width: 96%;
	left: 2%;
	box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, .75);
	
	-webkit-transition: bottom 1000ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
       -moz-transition: bottom 1000ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
        -ms-transition: bottom 1000ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
         -o-transition: bottom 1000ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
            transition: bottom 1000ms cubic-bezier(0.250, 0.460, 0.450, 0.940); /* easeOutQuad */

	-moz-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
}

#back_to_top_footer a {
	text-decoration: none;
	color: #000;
	display: block;
}

/* ===== Media Queries ===== */

@media only screen and (max-width: 800px) {
	.pagination {
		padding-top: 2px;
	}
	
	.pagination > div:first-child {
		display: block;
		padding-bottom: 5px;
	}
	
	.pagination a {
		display: none;
	}
	
	.pagination a.p_first,
	.pagination a.p_prev,
	.pagination a.p_next,
	.pagination a.p_last {
		display: inline;
		font-size: .8em;
	}
	
	.pagination span.p_first,
	.pagination span.p_prev,
	.pagination span.p_next,
	.pagination span.p_last {
		font-size: .8em;
	}
}

@media only screen and (max-width: 600px) {
	.click_details {
		display: none;
	}
}

@media only screen and (max-width: 400px) {
	#sort_box,
	#sort_box_inner {
		float: none;
		left: auto;
		right: auto;
	}
	
	#sort_box_inner select {
		width: 100%;
		-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
		-moz-box-sizing: border-box;    /* Firefox, other Gecko */
		box-sizing: border-box;         /* Opera/IE 8+ */
	}
}