/*------------------------------------------------------*/
.table_merchant{
width: 100px;
}

.table_shipping_cost{
width: 70px;
}
.table_result_row .table_shipping_cost{
position: relative;
top: 9px;
}

.getdeal_button{
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    padding: 5px 5px 3px 5px;
    background: #3d5274;
    font-weight: 100;
    border-bottom: 3px solid #20344b;
}

.table_price{
width: 50px;
}
.table_result_row .table_price{
position: relative;
top: 7px;
font-size: 15px;
font-weight: bold;
}

.table_seeit{
width: 90px;
}
.table_result_row .table_seeit{
position: relative;
top: 1px;
}

#compare_table{
	width: 390px;
	text-align: center;
	    font-size: 11px;
}

#table_title_row{
	overflow: auto;
	   margin: 0px 0px 7px 0px;
    border-bottom: 1px solid #D6D6D6;
    padding: 0px 0px 7px 0px;
}

#table_title_row div{
	float: left;
	margin: 0px 5px 0px 5px;
}
.table_result_row {
overflow: auto;
margin: 0px 0px 10px 0px;
width: 100%;
}

.table_result_row a{
color: #335467;
}
.table_result_row div{
	float: left;
	margin: 0px 5px 0px 5px;
}
/*100,70,50,50*/

.desc_popbox{
	display: none;
}
.x_button{
	float:right;
	width: 15px;
	text-align: right;
	margin: 0px 0px 10px 10px;
	cursor: pointer;
}

.store_notes{
	margin: 10px 0px 0px 0px;
}

.x_button2{
	float:left;
	width: 15px;
	text-align: left;
	margin: 0px 6px 6px 0px;
	cursor: pointer;
}

.modal-box {
	display: none;
	position: absolute;
	z-index: 1000;
	width: 98%;
	background: white;
	border-bottom: 1px solid #aaa;
	border-radius: 4px;
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	border: 1px solid rgba(0, 0, 0, 0.1);
	background-clip: padding-box;
	width: 340px;
	overflow: auto;
	padding: 10px 10px 10px 10px;
}

#loaded_results{
	display: none;
	position: absolute;
	z-index: 1000;
	width: 98%;
	background: white;
	border-bottom: 1px solid #aaa;
	border-radius: 4px;
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	border: 1px solid rgba(0, 0, 0, 0.1);
	background-clip: padding-box;
	width: 400px;
	overflow: auto;
	padding: 10px 10px 10px 10px;
}

#activelink_x{
	float:right;
	width: 15px;
	text-align: right;
	margin: 0px 0px 10px 10px;
	cursor: pointer;
}

.active_link{
	cursor: pointer;
}

#loaded_results_content{

}

/*------------------------------------------------------*/

#top1{
	width: 100%;
	overflow: auto;
	background-color: #f8f8f8;
	padding: 0px 0px 20px 0px;
}
#top2{
	width: 100%;
	overflow: auto;
	background-color:#e9e9e9;
	margin: 0px 0px 15px 0px;
}
.menu_item{
	float: right;
	padding: 7px 18px 7px 18px;
	font-size: 16px;
	color: #7E939E;
}
.menu_item:not(:first-child){
	border-right: 2px solid;
    border-color: #F8F8F8;
}

.menu_item a{
	color: #7E939E;
}

#mid1{
	overflow: auto;
}

#midleft{
    width: 200px;
    float: left;
}

#midcenter{
    float: left;
	width: calc(100% - 210px);
}

#midright{
	width: 1px;
    float: right;
}

#top1b, #top2b, #mid1b{
	width: 100%;
	/*max-width: 1150px;*/
	margin: 0px auto 0px auto;
}
#bottom1b, #bottom2b{
	width: 95%;
	/*max-width: 1150px;*/
	margin: 0px auto 0px auto;
}

#logobox{
	margin: 20px 5px 0px 15px;
	float: left;
}

#searchbox{
	margin: 23px 25px 0px 5px;
	float: right;
}

#departmentsbox{
	margin: 25px 15px 0px 5px;
	float: right;
}

#search_form{
	border-color: #335466;
    width: 370px;
    padding-left: 0;
    z-index: 3;
	height: 40px;
    border-bottom: 1px solid;
}


#search_field{
    font-size: 28px;
    color: #335466;
    text-transform: capitalize;
	width: 100%;
	max-width: 330px;
    height: 38px;
    background: none;
    border: none;
}

#search_field:focus{
    background: none;
    border: none;
    outline: none;
}

#search_submit_button:focus{
    border: none;
    outline: none;
}

#search_submit_button{
	background: url(images/searchglass.png) no-repeat;
	background-size: 27px 30px;
    width: 27px;
    height: 30px;
    right: 0;
    top: 2px;
	z-index: 2;
    cursor: pointer;
    border: none;
}


#departments_element{
	border: 1px solid #335466;
    color: #67808E;
    cursor: pointer;
    font: 300 16px/16px "Open Sans",Arial,Helvetica,sans-serif;
    padding: 10px 10px 10px 10px;
}
#departments_text{

}


#bottom1{
	width: 100%;
	overflow: auto;
	background-color:#FFFFFF;
	margin: 20px 0px 0px 0px;
	padding: 25px 0px 25px 0px;
}

#bottom2{
	width: 100%;
	overflow: auto;
	background-color:#3A3A3A;
	padding: 10px 0px 10px 0px;
}

#bottom2b{
	font-size: 13px;
	color: #8C8C8C;
}

#bottom_box{
	width: 100%;
	overflow: auto;
	padding: 0px 0px 0px 20px;
}

#bottom_left{
	padding: 25px 0px 0px 0px;
	width: 64%;
	overflow: auto;
	float: left;
}
#bottom_right{
	/*padding: 25px 0px 0px 0px;*/
	width: 34%;
	overflow: auto;
	float: right;
}

#social_title{
    font-size: 13px;
	margin: 0px 0px 12px 10px;
    color: #CECECE;
	text-transform: uppercase;
}

.social_icon{
	float:left;
	margin: 0px 10px 0px 10px;
}

.social_icon img{
	width: 36px;
	height: 36px;
}

#bottom_logo{
	padding: 0px 0px 15px 20px;
}

#bottom_logo img{
    /*opacity: 0.8;
    filter: alpha(opacity=80);*/
}

.footer_link{
	text-transform: uppercase;
	float: left;
	width: 30%;
	margin: 0px 0px 13px 0px;
	color: #A7B3C1;
	font-size: 12px;
}
.footer_link a{
	color: #A7B3C1;
}
body {
font-size: 11px;
font-size: 1.2vw !important;
font-family: Arial,sans-serif;
color: #5c6a78;
padding: 0;
margin: 0;
}

a {
text-decoration: none;
color: #0c6aa6;
}

img {
border: none;
}

#top {
background: #ffffff;
height: 70px;
margin-bottom: 20px;
}

#wrapper {
width: 1070px;
margin: auto;
}

#sidebar1{
width: 100%;
}

#main {
width: 668px;
padding-left: 20px;
float: left;
}

#main-shopping{
width: 718px;
padding-left: 20px;
float: left;
}

#sidebar2{
width: 180px;
padding-left: 20px;
float: right;
}

.clearfix {
clear: both;
}

#footer {
background: #1fa8ff;
margin-top: 20px;
padding-top: 15px;
}

.popular-box{

}

#slide1{
	background-image: url("images/banner-office.jpg");
}
#slide2{
	background-image: url("images/banner-bbq.jpg");
}
#slide3{
	background-image: url("images/banner-tvs.jpg");
}
#slide4{
	background-image: url("images/banner-handbags.jpg");
}
#slide5{
	background-image: url("images/banner-smartphone.jpg");
}

.popular-title{
background: #1fa8ff;
color: #FFFFFF;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
font-size: 1.7em;
padding: 10px;
}

.popular-body{
border: 1px solid #ebebeb;
border-top: none;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
}

.sidebar-title {
color: #6a7575;
font-size: 13px;
padding: 7px 0px 7px 5px;
text-transform: uppercase;
}

.sidebar-row{
margin: 0px 0px 0px 0px;
padding: 10px 0px 10px 10px;
font-size: 14px;
border-bottom: 1px solid #ebebeb;
text-decoration: none;
color: #5F6368;
}

.sidebar-row:hover{
   background-color:#1fa8ff;
   color: #ffffff;
}

.sidebar-body{

}

#prmin, #prmax {
    border-color: #999;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
    outline: none;
    font: 11px/110% arial, helvetica, sans-serif;
    color: #5A5A5A;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 5px 2px 5px 5px;
    width: 40px;
}

#price_button{
	font: bold 11px/110% arial, helvetica, sans-serif;
    color: #ccc;
    background: #eee;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 5px;
    width: 34px;
    color: #666;
	cursor: pointer;
}

#refineby_image{
width: 27px;
padding-right: 7px;
}

#refineby_text{
	position: relative;
	top: -8px;
	font-weight: bold;
}

#header{
width: 980px;
height: 70px;
margin: auto;
}

#header-logo {
float: left;
width: 370px;
}

#header-search {
margin: 20px 0px 0px 0px;
float: left;
padding-left: 20px;
width: 570px;
}

#header-search-magnify {
background: #1fa8ff;
float: left;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
width: 40px;
height: 32px;
text-align: center;
}


#header-search-submit {
background: #1fa8ff;
width: 105px;
height: 32px;
border: none;
color: #FFFFFF;
font-size: 1.6em;
font-weight: bold;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
text-transform: uppercase;
float: left;
}

#header-search-box {
border: 0;
width: 415px;
height: 28px;
font-size: 1.6em;
padding-left: 10px;
float: left;
line-height: 30px;
border-top: 1px;
border-bottom: 1px;
border-style: solid;
border-color: #CECECE;
}

.popular-square{
float: left;
width: 220px;
height: 180px;
padding: 0px 0px 0px 0px;
border-bottom: 1px solid #ebebeb;
border-left: 1px solid #ebebeb;
border-right: 1px solid #ebebeb;
}

.popular-square-big{
float: left;
width: 331px;
height: 180px;
padding: 0px 0px 0px 0px;
border-bottom: 1px solid #ebebeb;
border-left: 1px solid #ebebeb;
border-right: 1px solid #ebebeb;
}

#footer-center{
	width: 980px;
	height: 50px;
	margin: auto;
}

.footer-links{
	color: #8C8C8C;
	font-size: 12px;
	margin-right: 15px;
}

.footer-links a{
	color: #8C8C8C;
}

.footer-copyright{
	float: right;
	color: #ffffff;
	font-size: 12px;
	margin-right: 15px;
}

.popular-square-text{
	float: left;
	margin: 0px 0px 0px 10px;
}

.popular-square-image{
	float: right;
	width: 80px;
}

.popular-square-image-big{
	float: right;
	width: 180px;
}

#slidebox{
border: 1px solid #ebebeb;
border-radius: 4px;
width: 660px;
height: 260px;
}

.slide{
position: absolute;
display: block;
height: 260px;
width: 660px;
}

.slide-text{
width: 150px;
margin: 60px auto 0px auto;
color: #0c6aa6;
}

.slide-text h2{
font-size: 26px;
}

/*-------------------listings content------------------*/
#center-search-title{
color: #ffffff;
}

#center-search-bar{
width: 650px;
height: 120px;
padding: 20px 0px 0px 50px;
border: 1px solid #ebebeb;
border-radius: 8px;
background-color: #CF0909;
}

#wrapper_yp{
width: 950px;
margin: auto;
}

#category-title-1{
font-size: 16px;
}

#category-title-2{
font-size: 18px;
color: #287BCE;
}

#searchtitle{

}

.searchlisting{
margin: 10px 0px 20px 0px;
padding: 5px 5px 5px 5px;
border: 1px solid #ebebeb;
border-radius: 4px;
}

.subtitle{
font-weight: bold;
}

.subinfo{
margin: 0px 0px 10px 0px;
}

.searchlistingdata{
width: 300px;
float: left;
}

.searchmapdiv{
width: 350px;
height: 250px;
float: right;
}

.mapdiv{
width: 380px;
height: 380px;
display:inline;
float: right;
}

#listingdata{
width: 270px;
float: left;
}

.lidsubtitle{
font-weight: bold;
}

.lidsubcontent{
margin: 0px 0px 10px 0px;
}

#listing{
padding: 5px 5px 5px 5px;
border: 1px solid #ebebeb;
border-radius: 4px;
}

#mid_info_bar{
	margin: 0px 0px 15px 10px;
	padding: 0px 0px 0px 0px;
	    overflow: auto;
}

#crumbs{
	float: left;
	font-size: 12px;
	color: #676767;
}

#crumbs a{
	color: #676767;
}
#wefound{
	float: right;
	font-size: 12px;
	color: #676767;
	margin: 0px 15px 0px 0px;
}

/*-------------------listings content------------------*/

/*------------------shopping content-------------------*/
/*-------sidebar---------*/
#sidebar-body-box{
padding: 7px 7px 7px 7px;
}

.sortby{
font-size: 12px;
font-weight: bold;
margin: 10px 0px 10px 0px;
color: #6a7575;
}

.productsorttitle{
	font-size: 12px;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
	padding: 9px 0px 0px 0px;
	color: #6a7575;
	border-top: 1px solid #dadada;
}

.productsorttitle a{
	color: #6a7575;
}

.productsortresults, .sortoption, .sidebarmorecats{
	font-size: 12px;
	color: #6a7575;
	margin: 5px 0px 6px 8px;
}

.productsortresults a, .sortoption a, .sidebarmorecats a{
	color: #6a7575;
}
/*-------categories---------*/
.category-list-box{
color: #797979;
margin: 10px 10px 10px 10px;
padding: 13px 5px 8px 15px;
width: 200px;
float: left;
overflow: auto;
font-size: 12px;
height: 180px;
border: 1px solid #ebebeb;
border-radius: 5px;
text-align: left;
}

.content_subcats{
	margin: 6px 0px 6px 0px;
}

.category-list-box a{
color: #797979;
}

.middlemaincats{
font-size: 13px;
font-weight: bold;
margin: 0px 0px 11px 0px;
}

.middlemaincats a{
color: #565656;
}

#paginationline{
	padding: 0px 0px 0px 10px;
	color: #A9A9A9;
}

#paginationline a{
	color: #A9A9A9;
}

/*-------categories---------*/

/*-------results page---------*/
.result-item{
margin: 10px 10px 10px 10px;
padding: 8px 8px 8px 8px;
max-width: 210px;
max-height: 500px;
border: 1px solid #ebebeb;
border-radius: 5px;
float: left;
overflow: auto;
font-size: 12px;
color: #797979;
}

.result-item:hover{
border-color: #88A4C3;
}

.shipping_span{
	margin: 0px auto 0px auto;
}

.moreinfo_span{
	margin: 0px auto 0px auto;
}

.result-item a{
	color: #797979;
}

.result_title{
	margin: 2px 0px 5px 0px;
	height: 28px;
}

.result_price_line{
	margin: 15px 0px 15px 50px;
	overflow: auto;
}

.result_price_line2{
	margin: 15px 0px 15px 30px;
	overflow: auto;
}

.result_baseprice{
	float: left;
	margin: 0px 0px 0px 0px;
	font-size: 18px;
	color: #0969A0;
}

.result_fromprice{
	float: left;
	margin: 0px 0px 0px 0px;
	font-size: 20px;
	color: #0969A0;
}

.result_storename{
	margin: 6px 0px 6px 0px;
	color: #B1B1B1;
}
.result_available_at{
	margin: 6px 0px 6px 0px;
	color: #B1B1B1;
}

.result_rating_review_line{
	margin: 8px 0px 8px 0px;
	overflow: auto;
}

.rating_score{
	float: left;
}

.rating_score2{
	float: left;
	background: url(../images/ratingdot2.png) repeat-x 0 100%;
    background-size: 12px 12px;
    height: 11px;
}
.rating_score3{
	float: left;
	background: url(../images/ratingdot2grey.png) repeat-x 0 100%;
    background-size: 12px 12px;
    height: 11px;
	opacity: 0.4;
    filter: alpha(opacity=40);
}

.review_count{
	float: right;
}

.result_moreinfo_line{
	margin: 8px 0px 0px 0px;
	font-size: 11px;
	overflow: auto;
	border-top: 1px solid #DCDCDC;
    padding: 10px 0px 0px 0px;
}

.shipping_part{
	float: left;
	width: 50%;
	border-right: 1px solid #DCDCDC;
	text-align: center;
	text-transform: uppercase;
    font-style: italic;
}

.otherinfo_part{

}

.moreinfo_part{
	float: right;
	width: 48%;
	text-align: center;
	cursor: pointer;	
}

.result_original{
	float: left;
	margin: 0px 0px 0px 10px;
	font-size: 12px;
	text-decoration: line-through;
	position: relative;
	top: 4px;
}

.from_price_text{
	float: left;
	margin: 0px 10px 0px 0px;
	font-size: 13px;
	position: relative;
	top: 4px;
}

.result-image{
margin: 0px 8px 0px 0px;
width: 100px;
}

.result-item-mid{
float: left;
}

.result-item-right{
float: right;
}

.resultitemtitle{
margin: 2px 0px 7px 0px;
font-size: 14px;
}

.resultitemdesc{

}

.resultitemprice{
margin: 4px 0px 4px 0px;
text-align:right;
font-size: 13px;
}
.resultitemprice a{
font-size: 15px;
color: #136AAD;
}

.shippingcost1{
margin: 4px 0px 4px 0px;
text-align:right;
}

.button-box{
margin: 4px 0px 4px 0px;
text-align:right;
}

.moreinfo3{
margin: 4px 0px 4px 0px;
text-align:right;
font-size: 14px;
}
.moreinfo3 a{
font-size: 14px;
}
/*-------results page---------*/

/*-------single product-------*/
#compare-table{
width: 750px;
}

.compare-table-td{
width: 15%;
}



#product-table-top-box{
margin: 10px auto 10px auto;
width: 100%;
}

.product-table-top-title{
width:100px;
}

#product-top-info-box{
margin: 10px 0px 10px 0px;
}

#product-image{
margin: 0px 10px 0px 0px;
width: 200px;
float: left;
}

#product-title{
margin: 0px 0px 10px 0px;
}

#product-price-range{
margin: 0px 0px 10px 0px;
}

#product-price-range-title{
}

#product-price-range-number{

}

#product-description{

}

#offerbar{
	width: 400px;
	margin: 10px auto 10px auto;
}

.offertype{
	margin: 0px 10px 0px 10px;
	font-size: 15px;
}

#feature-boxes{
margin: 10px 0px 0px 0px;
}

.feature-box{
margin: 5px 0px 10px 0px;
}

.feature-title{
font-size: 13px;
font-weight: bold;
margin: 0px 0px 6px 0px;
}

.feature-name{
width: 250px;
float: left;
margin: 0px 0px 4px 0px;
}

.feature-value{
width: 250px;
float: left;
}
/*------------------shopping content-------------------*/


#whole {
max-width: 1750px;
width: 100%;
margin: 0px auto 0px auto;
}
#top {
height: 50px;
padding: 0px 10px 0px 10px;
margin: 0px 0px 20px 0px;
background-color: #282836;

border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}
#middle {

}
#high_info_bar {
padding: 15px 15px 15px 15px;
border-top-right-radius: 5px;
border-top-left-radius: 5px;
border-bottom: 1px solid #dcdde0;
font-weight: 700;
overflow: hidden;
color: #6c7380;
background-color: #f3f4f7;
}
#deals_title{
float: left;
font-size: 19px;
text-align: left;
width: 300px;
}
#deals_count{
font-size: 17px;
float: right;
text-align: right;
width: 300px;
}
#form_div {
padding: 15px 15px 15px 15px;
font-size: 1.4em;
background-color: #f6f6f6;
overflow: hidden;
}
#header_search_form {
overflow; auto;

}
#form_query_div {
width: calc(41% - 30px);
float: left;
padding: 10px 10px 10px 10px;
margin: 0px 5px 0px 5px;
color: #4e5d75;
font-weight: bold;
border: 1px solid #bcc5d2;
    border-radius: 4px;
    background-color: #f9fafb;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9fafb), color-stop(100%, #eaedf1));
    background-image: -webkit-linear-gradient(#f9fafb, #eaedf1);
    background-image: linear-gradient(#f9fafb, #eaedf1);
    color: #4e5d75;
    box-shadow: 0 1px 3px rgba(0,0,10,0.1);
}

#form_query_div div{
margin: 0px 5px 0px 0px;
width: calc(24% - 5px);
float: left;
position: relative;
top: 6px;
}

#form_query_field {
height: 30px;
color: #666;
border: 1px solid #bcc5d2;
box-shadow: 0 2px 3px #dcdcdc inset, 0 1px 2px #fff;
border-radius: 2px;
padding: 0 5px;
font-family: "Helvetica Neue", Helvetica, sans-serif;
font-weight: 400;
width: 71%;
}
#form_location_div {
width: calc(41% - 30px);
float: left;
padding: 10px 10px 10px 10px;
margin: 0px 5px 0px 5px;
color: #4e5d75;
font-weight: bold;
border: 1px solid #bcc5d2;
border-radius: 4px;
background-color: #f9fafb;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9fafb), color-stop(100%, #eaedf1));
background-image: -webkit-linear-gradient(#f9fafb, #eaedf1);
background-image: linear-gradient(#f9fafb, #eaedf1);
color: #4e5d75;
box-shadow: 0 1px 3px rgba(0,0,10,0.1);
}

#form_location_div div{
margin: 0px 5px 0px 0px;
width: calc(24% - 5px);
float: left;
position: relative;
top: 6px;
}

#form_location_field {
height: 30px;
color: #666;
border: 1px solid #bcc5d2;
box-shadow: 0 2px 3px #dcdcdc inset, 0 1px 2px #fff;
font-size: 14px;
border-radius: 2px;
padding: 0 5px;
font-family: "Helvetica Neue", Helvetica, sans-serif;
font-weight: 400;
width: 71%;
}
#form_button_div {
width: calc(18% - 30px);
margin: 0px 5px 0px 5px;
float: right;
}
#form_search_button {
margin: 7px 0px 0px 0px;
width: 100%;
height: 42px;
border: 1px solid #aecc28;
border-radius: 4px;
background-color: #dfeca1;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dfeca1), color-stop(100%, #c9e061));
background-image: -webkit-linear-gradient(#dfeca1, #c9e061);
background-image: linear-gradient(#dfeca1, #c9e061);
color: #536113;
font-family: "Helvetica Neue", Helvetica, sans-serif;
font-weight: 400;
font-size: 16px;
font-weight: bold;
text-shadow: 0 1px 2px #fcfdf6;
box-shadow: 0 0 0 4px rgba(0,0,0,0.05);
}

#form_search_button:hover{
cursor: pointer;
}

#deals_container {
background-color: #ffffff;
overflow: hidden;
padding: 10px 20px 20px 20px;
}
/*
.deal_box:nth-child(even){
float: right;
}
.deal_box:nth-child(odd){
float: left;
}
*/

.deal_box {
max-width: 540px;
width: calc(33% - 38px);
float: left;
margin: 7px;
padding: 10px;
border: 1px solid #ddd;
border-radius: 5px;
box-shadow: 0 1px 5px rgba(0,0,20,0.1);
}
.provider_and_cat {
margin: 2px 0px 10px 0px;
color: #aaa;
font-weight: 300;
font-size: 0.9em;
overflow: hidden;
}
.provider_title {
float: left;
text-align: left;
width: 48%px;
}
.category_title {
float: right;
text-align: right;
width: 48%;
}
.short_title {
color: #3d3b53;
font-weight: 700;
font-size: 1.1em;
margin: 0px 0px 10px 0px;
}
.short_title  a{
color: #3d3b53;
}
.short_title:hover{
text-decoration: underline;
}

.long_title {
color: #605F6F;
height: 50px;
font-weight: 400;
font-size: 0.9em;
margin: 0px 0px 0px 0px;
}
.the_image {
margin: 0px 0px 20px 0px;
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    padding: 51.96% 0 0 0;
}
.the_image img{
	border: none;
    display: block;
    max-width: 100% !important;
    max-height: 100% !important;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.price_details {
margin: 10px 10px 10px 10px;
overflow: hidden;
}
.item_value {
width: 33%;
float: left;
}
.item_price {
width: 32%;
float: left;
border-left: 1px dotted #ddd;
border-right: 1px dotted #ddd;
}
.item_discount {
width: 33%;
float: left;
}

.price_details_title{
font-size: 0.9em;
margin: 0px 0px 8px 0px;
color: #b3bece;
text-transform: uppercase;
font-weight: bold;
text-align: center;
text-shadow: 0 1px #fff;
}
.price_details_number{
font-size: 2em;
color: #94a3ba;
font-weight: 300;
text-align: center;
text-shadow: 0 1px #fff;
}

.item_price div.price_details_number{
color: #47576e;
}

.item_value div.price_details_number{
text-decoration: line-through;
text-shadow: none;
}

.expiry_box {
border-top: 1px solid #e1e6ec;
background: #e9ecf1;
color: #5b6f8d;
text-shadow: 0 1px #fff;
overflow: hidden;
padding: 12px 7px 12px 7px;
}
.expiry_info {
float: left;
text-align: left;
font-size: 1em;
font-weight: bold;
padding: 8px 0px 0px 0px;
}
.expiry_icon {
width: 30px;
margin: 0px 2px 0px 0px;
float: left;
opacity: 0.3;
filter: alpha(opacity=30);
}
.merchant_box {
border-top: 1px solid #e9d9e7;
background: #f2e9f1;
color: #8a5284;
text-shadow: 0 1px #fff;
overflow: hidden;
padding: 12px 7px 12px 7px;
}
.merchant_icon {
width: 30px;
float: left;
margin: 0px 2px 0px 0px;
opacity: 0.3;
filter: alpha(opacity=30);
}
.merchant_info {
float: left;
text-align: left;
}
.merchant_name {
font-size: 1em;
font-weight: bold;
margin: 0px 0px 6px 0px;
}
.merchant_address {
font-size: 0.8em;
}
.go_to_deal {
border-top: 1px solid #d9e9e2;
background: #e9f2ee;
color: #528a71;
font-weight: bold;
overflow: hidden;
padding: 12px 7px 12px 7px;
}

.go_to_deal a{
color: #528a71;
}
.go_to_deal_icon {
width: 30px;
float: left;
margin: 0px 18px 0px 0px;
opacity: 0.3;
filter: alpha(opacity=30);
}
.go_to_deal_text {
float: left;
text-align: left;
font-size: 1em;
font-weight: bold;
padding: 8px 0px 0px 0px;
}
.the_description {

}
.other_info {

}
.latitude {

}
.longitude {

}
.phone_number {

}
.merchant_url {

}
.untracked_url {

}
.number_sold {

}
.fine_print {

}

/* -------------------front------------------------ */

#front_top{
	width: 100%;
	background-color: #f8f8f8;
	overflow: auto;
	height: 50px;
}
#front_logo{
	float: left;
	margin: 5px 0px 0px 5px;
	width: 48%;
	
}
#front_logo img{
	width: 180px;
    height: auto;
}

#front_top_menu{
	width: 48%;
    font-size: 0.9em;
    float: right;
    color: #7E939E;
    overflow: auto;
	    height: 100%;
}
#front_top_menu a{
	color: #585858;
}
.front_top_cat{
	float: right;
	    padding: 15px 15px 0px 15px;
	border-right: 3px solid;
    border-color: #fff;
	height: calc(100% - 15px);
}
#front_middle{
margin: 5% auto 0px auto;
width: 100%;
max-width: 1800px;
}
#front_intro_text{
	margin: 0px auto 0px auto;
	width: 47%;
}
#front_intro_text1{
font-size: 1.3em;
color: #252525;
    margin: 0px 0px 0px 15px;
}
#front_intro_text2{
font-size: 1.1em;
color:#585858;
    margin: 0px 0px 0px 15px;
}
#front_searchbar_box{
	margin: 25px auto 0px auto;
	width: 40%;
	overflow: auto;
}
#front_search_form{

}
#front_search_field{
	padding: 5px 5px;
    width: 60%;
    float: left;
    height: 19px;
    -moz-appearance: none;
    border: 2px solid #E3E6E6;
    line-height: 25px;
}
#front_search_submit_button{
        float: left;
    padding: 0 15px 0 15px;
    height: 32px;
    cursor: pointer;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    text-shadow: 0 1px #ff8f33;
    color: #FFF!important;
    letter-spacing: .5px;
    border-top: 1px #ff8f33 solid;
    border-right: 1px #ff8f33 solid;
    border-bottom: 1px #ff8f33 solid;
    border-left: 1px #ff8f33 solid;
    background: #ff8f33;
    background: -moz-linear-gradient(top,#ff8f33 0,#ff8f33 5%,#ff8f33 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#ff8f33),color-stop(5%,#ff8f33),color-stop(100%,#ff8f33));
    background: -webkit-linear-gradient(top,#ff8f33 0,#ff8f33 5%,#ff8f33 100%);
    background: -o-linear-gradient(top,#ff8f33 0,#ff8f33 5%,#ff8f33 100%);
    background: -ms-linear-gradient(top,#ff8f33 0,#ff8f33 5%,#ff8f33 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff8f33, endColorstr=#ff8f33, GradientType=0);
    background: linear-gradient(top,#ff8f33 0,#ff8f33 5%,#ff8f33 100%);
    -webkit-border-top-left-radius: 0;
    -moz-border-top-left-radius: 0;
    -o-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-bottom-left-radius: 0;
    -o-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 33px;
    padding-bottom: 1px;
    width: 88px;
}
#front_logo_text{
	margin: 5% auto 0px auto;
	width: 55%;
	overflow: auto;
	    font-size: 1.1em;
    color: #585858;
}
#front_logo_items_box{
	margin: 15px auto 0px auto;
	width: 80%;
	overflow: hidden;
    height: 100px;
}
.front_logo_item{
	float: left;
	margin: 0px 2% 0px 2%;
	
	display: block;
    width: 15%;
    height: auto;
    position: relative;
    overflow: hidden;
    padding: 10% 0 0 0;
	
}

.front_logo_item img{
opacity: 0.4;
filter: alpha(opacity=40);
display: block;
    max-width: 100% !important;
    max-height: 100% !important;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	margin: 0px auto 0px auto;
}

#front_popular_box{
	margin: 5% auto 0px auto;
	width: 98%;
	overflow: auto;
}
.front_popular_item{
	float: left;
	width: 20%;
	padding: 0px 2% 0px 2%;
	overflow: auto;
	border-right: 1px solid;
    border-color: #D6D6D6;
}
.front_popular_item:last-child{
	border-color: #fff;
}

.front_popular_item_left{
	float: left;
	width: 49%;
	overflow: auto;
}
.front_popular_item_left h2{
	font-size: 0.9em;
	color: #252525;
	font-weight: 100;
}
.front_popular_item_left h2 a{
	color: #252525;
}

.front_popular_item_left h3{
	font-size: 0.7em;
	color: #585858;
	font-weight: 100;
}
.front_popular_item_left h3 a{
	color: #585858;
}
.front_popular_item_right{
	float: left;
	/*overflow: auto;*/
	display: block;
    width: 49%;
    height: auto;
    position: relative;
    overflow: hidden;
    padding: 51.96% 0 0 0;
}
.front_popular_item_right img{
display: block;
    max-width: 100% !important;
    max-height: 100% !important;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#front_othersearch_box{
	margin: 5% auto 35px auto;
	width: 50%;
	overflow: auto;
}

#front_more_deals{
	font-size: 0.7em;
	float: left;
	padding: 5px 10px 5px 10px;
	color: #585858;
}

#front_more_deals a{
	color: #585858;
}

.front_othersearch_item{
	font-size: 0.9em;
	float: left;
	padding: 5px 30px 5px 30px;
	border-right: 1px solid;
    border-color: #D6D6D6;
	color: #252525;
}

.front_othersearch_item:last-child{
	border-color: #fff;
}

.front_othersearch_item a{
	color: #252525;
}

#front_footer{
	margin: 15px auto 0px auto;
	width: 100%;
	overflow: auto;
	background-color: #20344b;
	position: fixed;
    bottom: 0;
    left: 0;
}
#front_footer1{
	width: 49%;
	overflow: auto;
	float: left;
	padding: 0px 0px 0px 0px;
}
.front_footer_link{
	font-size: 0.7em;
	float: left;
	margin: 6px 15px 6px 15px;
	color: #A7B3C1;
}
.front_footer_link a{
	color: #A7B3C1;
}

#front_footer2{
	text-align: right;
	font-size: 0.7em;
	width: 49%;
	float: right;
	color: #A7B3C1;
	overflow: auto;
	padding: 8px 0px 4px 0px;
}
#front_footer2 div{
	margin: 0px 10px 0px 0px;
}