html, body, .container {
	width: 100%;
	height:100%;
}

html, body {
	min-height: 100%;
}

ul, ol {
    list-style: outside none none;
}

.data-table {
	width: 100%;
}

.box-content > table {
	width: 100%;
}

/*************************
	  HEADER
**************************/
#header{
	
	display: block;
	width: 100%;
	height: 100px;
	box-sizing: border-box;
}

#header .search{
	display: block;
	margin:0px auto;
	max-width: 250px;
	overflow:hidden;
}

.navbar .navbar-header{
	width:100%;	
	height: 100px;
}


.navbar>.container .navbar-brand{
	margin-left: 0;
}

.top-bar {
	padding: 5px 10px 5px 10px;
	background: rgba(0,0,0, 0.6);
	min-height:35px;
	position: absolute;
	top: 0px;
	/*left: 250px;*/
	
	right: 0px;
	border-left: 2px solid #B5B5B5;
	border-bottom: 2px solid #B5B5B5;
	
	
}

.top-bar .download-app{
	float: left;
}

.top-bar  .header-lrl{
	float:right;
}

.top-bar .header-lrl .header-lrl-login,
.top-bar .header-lrl .header-lrl-register
{
	display: inline-block;
	padding-left: 20px;
	color: #FFF;
}

.cr {
	margin-left: 10px !important;
}

.top-bar .header-lrl .header-lrl-login{
	background: transparent url("/res/css/images/lock.png") no-repeat scroll left center;
}

.top-bar .header-lrl .header-lrl-register{
	background: transparent url("/res/css/images/admin.png") no-repeat scroll left center;
}

.top-bar >.download-app>a{
	color:#FFF;
}

.top-bar .header-lrl > div > a:hover,
.top-bar >.download-app>a:hover{
	color:#C52D2F;
}

.no-transition{
  -webkit-transition: height 0.01s;
  -moz-transition: height 0.01s;
  -ms-transition: height 0.01s;
  -o-transition: height 0.01s;
  transition: height 0.01s;
}	

.top-bar .header-lrl .header-lrl-lang{
	font-size: 10pt;
	display: inline;
	color: #808080;
}

 .btn-group .i18n {
    margin: 0px;
    background-position: right center;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: center;
    color: #FFF;
}

.btn-group .i18n_english {
    background-image: url("/res/css/images/flag1.png") ;
	background-repeat: no-repeat;
    width: 45px;
	height: 20px;
}

.btn-group .i18n_chinese {
	background-image: url("/res/css/images/chinaicon.png") ;
	background-repeat: no-repeat;
	width: 45px;
	height: 20px;
}

.btn-group .i18n_item {
    padding: 0px 0px 0px 10px;
    margin: 0px;
    display: block;
    color: #000;
    overflow: hidden;
}

.btn-group  .dropdown-menu{
	min-width: 70px;
}

.btn-group  .dropdown-menu > li > a:hover{
	color: #C52D2F;
}

.header-lrl > div{
	display:inline-block;
	/*margin-left:15px;*/
}

.navbar-collapse.collapse{
	/*margin-top: -48px;*/
}

.collapse .nav .navhide{
	display:none !important;
}


.container{
	padding-bottom : 0;
}

.navbar-brand {
	height: 100px;
}

.navbar-brand {
	padding: 0;
	margin:0;
	/*position: absolute;
	top: 0px;
	left: 0px;*/
}


.navbar {
	border-radius: 0;
	margin-bottom: 0;
	padding: 0;
	background: #FFF url("/res/css/images/menu-bg.png") repeat scroll 0% 0%;
	/*background-color: #F6F3F3;*/
	border-bottom: 1px solid #BABBBC;
	border-top: none;
}

.navbar-nav{
	margin: 0;
	padding:0;

}

.nav-main {
	background-color: #EEE;
	border-top: 1px solid #C3C4C5 !important;
	border-left: 1px solid #C3C4C5 !important;
	padding:0px !important;
	background-color: white;
	
    display: inline-block !important;
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.navbar-nav > li {
	height:50px;
	padding:0;
	
}

.navbar-inverse .navbar-nav > li > a {
	height:100%;
	margin: 0;
	/*min-width:140px;*/
	text-align:center;
	color: #fff;
	line-height: 24px;
	display: inline-block;
	font-size: 14PX;
	font-family: "NimbusSanNovDLigConRegular";
	text-transform: uppercase;
	color:#808080;
	
}

.navbar-inverse .navbar-nav > li > a.sel{
	background-color: #EEE;
	color: #C52D2F;
}

.navbar-inverse .navbar-nav > li > a:hover{
	background-color: #EEE;
	color: #C52D2F;
}

.navbar-inverse .navbar-brand {
	/*font-size: 36px;
	line-height: 50px;
	color: #fff;*/
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
	text-decoration: none;
	background-color: #FFF;
	color:#C52D2F;
}

.float-right{
	position:relative; 
	float:right;
}

.navbar-inverse .navbar-nav .dropdown-menu > li.divider {
	background-color: transparent;
}

.navbar-inverse .navbar-collapse {
	padding-bottom: 0;
	margin-bottom:0;
}
 
.navbar-inverse .navbar-toggle{
    background: rgba(0,0,0,0.3) ;
}

.navbar-inverse .navbar-nav .dropdown-menu {
	background-color: rgba(255,255,255,.65);
	-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
	-moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
	border: 0;
	padding: 0;
	margin-top: 0;
	border-top: 0;
	border-radius: 0;
	left: 0;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover{
	color:#C52D2F;
}

.navbar-inverse .navbar-nav .dropdown-menu:before{
	position: absolute;
	top:0;
}

.navbar-inverse .navbar-nav .dropdown-menu > li > a {
	padding: 8px 15px;
	color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu > li:hover > a,
.navbar-inverse .navbar-nav .dropdown-menu > li:focus > a,
.navbar-inverse .navbar-nav .dropdown-menu > li.active > a {
	/*background-color: #C52D2F;*/
	color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu > li:last-child > a {
	border-radius: 0 0 3px 3px;
}

.navbar-inverse .navbar-nav .dropdown-menu > li.divider {
	background-color: transparent;
}
/*************************
	MAIN SLIDER 
**************************/
.no-margin{
	margin:0;
	padding:0;
}

#main-slider {
	width:100%;
	/*height: 86%;*/
	height: 100%;
	min-height:100%;
	position: relative;
	height: 100%;
	min-height: 100%;
}

.mainwrap {
	min-height:100%;
	
	position:relative;
}
.contentz {
	padding-bottom:50px;
	position:relative;
}

#main-slider  > .carousel-inner,
#main-slider  > .carousel-inner >  .item { 
	/*width: 100%;
	height: 100%;
	min-height: 100%;*/
	
}

.carousel-content h2  a {	
	color: white;
	font-weight: bold;
	text-decoration: underline;
}

.carousel-inner {
	height: 100%;
	min-height: 100%;
}

.carousel-inner > .item {
	width:100%;
	
	height: 100%;
	min-height: 100%;
}

.carousel-content > .remove-action{
	width:100%;
	height: 15px;
	display: block;
}

.carousel-control.left,
.carousel-control.right{
	width:10%;	
}

#form-validate {
	margin-top: 20px;
}

#main-slider.carousel .carousel-content {
	text-align: left;
	padding: 10px 10px;
	/*width:400px;*/
	/*height: 200px;*/
	max-width: 400px;
	text-align: center;
	border-radius:5px;
	background: rgba(0, 19, 14, 0.8) no-repeat scroll 0% 0%;
}

#main-slider.carousel .carousel-content h1{
	font-size:1.5em;
	color: #C52D2F;
}

#main-slider.carousel .carousel-content h2{
	font-size: 1.2em;
}

.carousel-content h1.animation  a {
	color:  rgba(255, 255, 255, 0.8);
}

.carousel-caption {
	left: 10%;	
}

#main-slider.carousel .carousel-content a:hover{
	color: #FFF;	
}

#main-slider .item .container{
	width: 100%;
	padding-top: 15%;
}

#main-slider .left,
#main-slider .right{
	z-index: 10000;
}

#main-slider .carousel-indicators li {
	width: 20px;
	height: 20px;
	background-color: #808080;
	margin: 0 15px 0 0;
	position: relative;
}

#main-slider .carousel-indicators li:after {
	position: absolute;
	width: 24px;
	height: 24px;
	border-radius: 100%;
	background: rgba(0, 0, 0, 0);
	border: 1px solid #FFF;
	left: -3px;
	top: -3px;
}

#main-slider .carousel-indicators .active{
	width: 20px;
	height: 20px;
	background-color: #C52D2F;
	margin: 0 15px 0 0;
	border: 1px solid #C52D2F;
	position: relative;
}

#main-slider .carousel-indicators .active:after {
	position: absolute;
	bottom: 60px;
	width: 24px;
	height: 24px;
	border-radius: 100%;
	background: #C52D2F;
	border: 1px solid #C52D2F;
	left: -3px;
	top: -3px;
}

#main-slider.carousel .item {
  left: 0 !important;
  opacity: 0;
  position: absolute;
  display: block !important;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
}

#main-slider.carousel .item.active {
  opacity: 1;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
  z-index: 1;
}

.col-sm-12.bottom-banner{
	display:none;
}

/*******************************
auctions/live
********************************/
#centered{
	max-width:  900px;
	padding-top: 10px;
	height:     auto;
	/*min-height: 768px;*/
}

.auction-title{
	font-weight: bold;
	font-size: 14pt;
	display: block;
	height: 40px;
	line-height: 40px;	
}

.form-inline .form-group label{
	display: inline;
}
/*******************************
selling
********************************/




/*******************************
buying
********************************/
.buying.container.row{
	z-index:1;
}

.main{
	/*min-height: 768px;*/
}

ul.link {
	margin-left: 0px;
	padding-left: 0px;
}

ul.link li a.sells {
	font-weight: bold !important;
	text-decoration: underline !important;
}

.right-side .box ul.link li a{
	color: #242323;
	text-decoration: none;
}

a#side-submenu2 {
    text-align: center;
	margin-top: 15px;
    font-size: 1.5em;
    color: #FFF;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0% 0%;
}

a#side-submenu2:hover {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0% 0%;
    text-decoration: underline;
}

.right-side .box ul.link li {
    padding: 4px 0px;
    border-bottom: 1px solid #E9E9E9;
}

.buying-title-div {
    position: relative;
    float: left;
    width: 100%;
    margin: 0px;
    display: block;
    padding: 0px;
    border-bottom: 1px solid #ACACAC;
}

.right-side{
	display: none;
}

.visible {
    display: block;
}

.fieldset .legend {
    float: left;
    font-weight: bold;
    font-size: 13px;
    border: 1px solid #C0C0C0;
    background: #333 none repeat scroll 0% 0%;
    color: #FFF;
    margin: -33px 0px 0px -10px;
    padding: 0px 8px;
    position: relative;
}

form {
    margin: 0px 0px 19.4164px;
}

.fieldset {
    border: 1px solid #BBAFA0;
    background: #FBFAF6 none repeat scroll 0% 0%;
    padding: 22px 25px 12px 33px;
    margin: 0px 0px;
}

.form-list label.required em {
    float: right;
    font-style: normal;
    color: #EB340A;
    position: absolute;
    top: 0px;
    right: -8px;
}

.form-list label {
    float: left;
    color: #666;
    font-weight: bold;
    position: relative;
    z-index: 0;
}

label {
    font-size: 14px;
    color: #4D4D4D;
    cursor: pointer;
    display: block;
    font-weight: 500;
    margin-bottom: 3px;
}

input[type="text"]:focus, input[type="password"]:focus, 
input[type="date"]:focus, input[type="datetime"]:focus, 
input[type="email"]:focus, input[type="number"]:focus, 
input[type="search"]:focus, input[type="tel"]:focus, 
input[type="time"]:focus, input[type="url"]:focus, 
textarea:focus {
    background: #FAFAFA none repeat scroll 0% 0%;
    border-color: #B3B3B3;
}

input[type="text"], 
input[type="password"], 
input[type="date"], 
input[type="datetime"], 
input[type="email"], 
input[type="number"], 
input[type="search"], 
input[type="tel"], 
input[type="time"], 
input[type="url"], 
textarea {
    background-color: #FFF;
    border: 1px solid #CCC;
    border-radius: 2px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1) inset;
    color: rgba(0, 0, 0, 0.75);
    font-size: 14px;
    margin: 0px 0px 12px;
    padding: 6px;
    height: 32px;
    width: 100%;
    transition: all 0.15s linear 0s;
    font-family: inherit;	
}

.form-list textarea {
    width: 100%;
    height: 10em;
}

.form-list .input-box {
    display: block;
    clear: both;
    width: auto;
}

ul.form-list {
    margin-left: -32px !important;
}
/********************************
MOBILE-APPS
*********************************/
.left-side .title-div h1 {
    color: #3D3C3C;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    font-size: 16px;
	margin-left: 25%;
}
/********************************
Lot Page
*********************************/
.twelve, .row .twelve {
    width: 100%;
}

.breadcrumb-div {
    float: left;
    width: 100%;
    display: block;
    /*margin: 15px 0px;*/
    font-size: 12px;
	margin-bottom: 10px;
}

ul.breadcrumbs {
    display: block;
    background: #F6F6F6 none repeat scroll 0% 0%;
    /*padding: 6px 10px 7px;*/
	padding: 10px;
    border: 1px solid #EEE;
    overflow: hidden;
    margin: 0px;
}

ul.breadcrumbs li {
    margin: 0px;
    padding: 0px 12px 0px 0px;
    float: left;
    list-style: outside none none;
}

.col2-right-layout .col-main {
    width: 100%;
}

.col-main {
    float: left;
    padding: 0px 15px 15px;
    width: 100%;
}

.column, .columns {
    min-height: 1px;
    padding: 0px 15px;
    position: relative;
    float: left;
}

.more-views-list {
	margin:0px;
	padding:0px;
	text-align: center;
	display: inline-block;
}

.more-views-list img {
    padding:0px;
	margin:1px;
	height:70px;
	width:70px;
}

/*
[class*="column"] + 
[class*="column"]:last-child {
    float: right;
}
*/

.main-container {
    display: block;
    padding: 0px;
    float: left;
    width: 100%;
}

.main-container .row{
    width: 1170px;
    max-width: 100%;
    min-width: 768px;
    margin: 0px auto;
	padding: 5px 0px;
}

.left-side {
    float: left;
    display: block;
    padding: 0px;
    margin: 0px;
    width: 100%;
}

.nine, .row .nine {
    width: 75%;
}
/*******************************
LOTS	
********************************/
.main-container {
    width: 100%;
}

.left-side .title-div {
    position: relative;
    float: left;
    width: 100%;
    margin: 0px;
    display: block;
    padding: 0px;
    border-bottom: 1px solid #ACACAC;
}

.fl {
    float: left;
}

.left-side .fr {
    font-size: 11px;
    float: right;
    position: relative;
}

.block-grid > li {
    float: left;
}

.prlist-mian {
    float: left;
    display: block;
    padding: 0px;
    margin: 0px 0px 25px;
}

.left-side select {
    background-color: #FFF;
    font-family: inherit;
    border: 1px solid #CCC;
    border-radius: 2px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1) inset;
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-size: 14px;
    margin: 0px 0px 12px;
    padding: 6px;
    height: 30px;
    width: 100%;
    transition: all 0.15s linear 0s;
}

.fcontainer {
	text-align: center;
	margin:0px auto;
	display: inline-block;
	width: 100%;
}

/*******************************
Contact Page
********************************/
.contactFromUpload{
    padding: 2px;	
	vertical-align: middle;
}

.upload-file{
	margin-top:10px;
}

/*******************************
Footer
********************************/
footer#footer{
	width: 100%;
	height: 50px;
	overflow:hidden;
	/*display: table;*/
	color: #FFF;
	bottom:0;
	background: rgba(0,0,0, 0.8);	
	z-index: 1;
	position:absolute;
	bottom:0;
	left:0;
}

#footer a{
	font-size:10pt;
	color: #4EA8FC;
}

footer#footer .container{	
	display:table-row;
}

footer#footer  section.footer-mark{
	display: inline-block;
	padding: 10px 15px;
	/*width: 33%;*/
	text-align:center;
}

footer#footer  section.footer-mark nav a{
	color:#808080;
}

footer#footer  section.footer-mark nav a:hover{
	color: #C52D2F;
}

footer#footer  section.footer-mark > a{
	padding:0 5px;
}
	
.navbar-brand img{
	/*position:absolute;
	bottom:0px;*/
	height:100px;
}
	

/***********************************
	customize the toggle breakpoint
***********************************/

@media (max-width: 1037px) {
	footer#footer{
		height: 150px;
		text-align: center;
	}
	.contentz {
		padding-bottom:150px;
		
	}
	.navbar-brand img{
		/*
		position:static;
		top: 0px;
		height:130px;*/
	}
	.navbar {
		position: static;
	}
    .navbar-collapse.collapse {
        display: none !important;
		position: absolute;
		z-index: 10000000;
		top: 100px; 
		left: 0px;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-header .collapse, .navbar-toggle {
        display:block !important;
    }
    .navbar-header {
        float:none;
    }
	
	.navbar-right{
		position:relative;
		float:none;
	}
	
	.navbar-nav {
        float: none!important;
        /*margin: 7.5px -15px;*/
		margin: 0px;
    }
	
	.collapse.in .navbar-nav{
		/*padding-top: 40px;*/
	}
    
	.navbar-nav>li {
        float: none;
		height: auto;
    }
	.nav > li > a{
		position:relative;
		padding: 10px 15px;
	}
	
	.navbar-inverse .navbar-nav > li > a{
		width:100%;
		padding-left: 20px;
	}
	
	.float-right{
		float:none;
		margin:10px;
	}
	
	.navbar-inverse .navbar-collapse, 
	.navbar-inverse .navbar-form{
		border-bottom:none;
		border-top:none;
		border-bottom-color:#BABBBC;
		border-top-color:#BABBBC;
		padding: 10px 15px;
		border-top: 1px solid transparent;
		border-bottom: 1px solid transparent;
		box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1) inset, 0px 1px 0px rgba(255, 255, 255, 0.1);
	}
			
	.top-bar{
		display:none !important;
	}
	
	.collapse .nav .navhide{
		display:block !important;
	}
	
	.navbar-inverse .navbar-nav > li > a{
		text-align:left;
	}
		
	.navbar-inverse .search  .navbar-form .input-group{
		padding:0;
	}
	
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
		color: #777;
	}
	
	.navhide .dropdown-menu > li > a {
		display: block;
		padding: 3px 20px;
		clear: both;
		font-weight: 400;
		line-height: 1.42857;
		color: #333;
		white-space: nowrap;
	}
	
	.navbar-nav .open .dropdown-menu {
		 position: static;
		 float: none;
		 width: auto;	
	}
	
	.input-group {
		position: relative;
		display: table;
		border-collapse: separate;
	}
	
	.input-group .form-control {
		display: table-cell;
	}
	
	.input-group .form-control {
		position: relative;
		z-index: 2;
		float: left;
		width: 100%;
		margin-bottom: 0px;
	}
	
	footer#footer  section.footer-mark{
		display:block;
		width:auto;
		text-align:center;
	}
}

@media (max-width:992px){
	
	#btn-view-lots{
		float:left !important;
		
	}
	
}

@media (min-width:768px){
	.nav-sidebar-header {
		display: none;
	}
	
	.buying.container.row{
		width : 1170px;
		margin: 0 auto;
	}
	
	.right-side{
		display:block;
	}
}

@media (max-width:768px){
	.buying.container.row{
		width : auto;
		margin: 0 auto;
	}
	
	.selling.container.row{
		height:auto;
		
	}
	
	.container.row{
		height: auto;
	}	
	
	.selling {
		padding-left:5% !important;
	}
}

@media  (max-height:460px){
	.container.row{
		height:auto;
	}
}

@media screen and (max-width: 460px), screen and (max-height: 460px){
	#main-slider .item .container{
		display:none;
	}
	
	.carousel-indicators{
		display:none;
	}
	
	.col-sm-12.bottom-banner{
		width: 100%;
		display:block;
		position:absolute;
		bottom: 0;
		text-align: center;
		background: rgba(0, 19, 14, 0.6) no-repeat scroll 0% 0%;
	}
		
	.col-sm-12.bottom-banner h2 a {
		font-size: 16px;
		color: #EEC72F;
	}
	.col-sm-12.bottom-banner p{
		color:#FFF;
		font-size: 14px;
	}
}

@media (max-width: 367px)  {
	footer#footer  section.footer-mark nav a{
		
	}
	
	footer#footer  section.footer-mark nav .splitter{
		display:none;
	}	
}

@media (max-width: 311px) {
	.navbar .navbar-header{
		height:100px;
	}
}

@media (min-width:100px){
	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}
	
	.form-group {
		display: inline-block;
		margin-bottom: 0px;
		 vertical-align: middle;
	}
}

.user-account-main {
	max-width: 800px;
	margin:0px auto;
	/*min-height:100%;*/
}

.block-account { 
	border-color:#bbb; 
}

.block-account .block-title { 
	background:none repeat scroll 0 0 #333333; 
	border:0; 
	padding:8px 10px; 
}

.block-account .block-title strong { 
	font-size:13px; 
	color:#fff; 
}

.block-account .block-content { 
	background:#F6F3F3; 
	padding:7px 10px 7px; 
}

.block-account .block-content li a { 
	display:block; 
	border-bottom:1px solid #ddd; 
	padding:3px 0; 
	color:#5f5d5c; 
	text-decoration:none !important; 
}

.block-account .block-content li a:hover { 
	color:#910808; 
}

.block-account .block-content li.last a { 
	border-bottom:0; 
}

.block-account .block-content li.current { 
	border-bottom:1px solid #ddd; 
	padding:3px 0; 
	color:#333333; 
}

.block-account .block-content li.current.last { 
	border-bottom:0; 
}

.block-user-menu {
	text-align: center;
	display: none;
}

.block-user-menu ul {
	display:block;
	width: 100%;
	padding:0px;
	margin:0px auto;
	margin-bottom: 10px;
	margin-top: 10px;	
}

.block-user-menu ul li {
	display: inline-block;
	list-style-type: none;
	padding:10px;
	border: 1px solid #BBBBBB;
}

.block-user-menu ul li.active {
	color: white !important;
	background-color: #333;
}

.block-user-menu ul li.active a{
	color: white !important;
	font-weight: bold;
}

.block-user-menu ul li a {
	display: block;
}

.block-user-menu ul li a.sel {

}

.tbcheckout{ 
	width:100%; 
	padding:0; 
	margin:0;
}

table {
    background: #FFF none repeat scroll 0% 0%;
    border-radius: 3px;
    margin: 0px 0px 18px;
    border: 1px solid #DDD;
}
table thead, table tfoot {
    background: #F5F5F5 none repeat scroll 0% 0%;
}
table {
    border: 0px none;
    border-spacing: 0px;
    empty-cells: show;
    font-size: 100%;
}

table thead tr th:first-child, table tfoot tr td:first-child {
    border-left: medium none;
}
table thead tr th, table tfoot tr td {
    padding: 8px 10px 9px;
    font-size: 14px;
    font-weight: bold;
    color: #222;
}
table thead tr th, table tfoot tr th, table tbody tr td, table tr td, table tfoot tr td {
    display: table-cell;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
}

caption, th, td {
    vertical-align: top;
    text-align: left;
    font-weight: normal;
}

table tbody tr:nth-child(2n) { 
    background: #F9F9F9 none repeat scroll 0% 0%;
}

table tbody tr td {
    color: #333;
    padding: 9px 10px;
    vertical-align: top;
    border: medium none;
}
table thead tr th, table tfoot tr th, table tbody tr td, table tr td, table tfoot tr td {
    display: table-cell;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
}

.add-to-cart-alt input {
	margin-left: 33%; 
}

table {
    background: #FFF none repeat scroll 0% 0%;
    border-radius: 3px;
    margin: 0px 0px 18px;
    border: 1px solid #DDD;
}

@media only screen and (min-width: 320px) and (max-width: 767px){
	.tbcheckout{
		width:100% !important;
		padding:0; 
		margin:0;
	}
	
	.tbcheckout td, .tbcheckout tr, .tbcheckout th {
		width:100% !important; 
		padding:0 ; 
		margin:0; 
		float:left;
	}
	
	.tbcheckout a img {	
		width:75px !important; 
		margin:0 auto;
	}
	
	.textCnter{
		text-align:center;
	}
	
	#wishlist-table .tbcheckout td, .tbcheckout tr, .tbcheckout th { 
		padding:0 5px;
	}
	
	.add-to-cart-alt input { 
		margin-left: 44%; 
	}
	
	.col-1, .col-2 { 
		display:block; 
	}
	
	.col-1 + .col-2{ 
		margin-top:1em;
	} 
	
	.col-1 { 
		float:none; 
	}
}

.box-account { 
	background:#fff url(/res/css/images/bkg_account_box.gif) 0 0 repeat-x; 
	border:1px solid #ccc; 
	border-color:#ccc #999 #999 #ccc; 
	padding:15px; 
	margin: 0 0 20px; 
}

.box-account .box-head { 
	margin:0 0 10px; 
	text-align:right; 
}

.box-account .box-head h2 { 
	float:left; 
	margin:0; 
	font-size:13px; 
	font-weight:bold; 
	text-transform:uppercase; 
	background-position:0 0; 
	background-repeat:no-repeat; 
	padding-left:21px; 
	color:#B91B1B; 
}

.box-recent .box-head h2 {
    background-image: url("/res/css/images/i_folder-table.gif");
}


.button:hover, .button:focus {
    color: #FFF;
    background-color: #2284A1;
}
input.button[type="submit"], button.button {
}
button.button {
    overflow: visible;
    width: auto;
    border: 0px none;
    padding: 0px;
    margin: 0px;
    background: transparent none repeat scroll 0% 0%;
    cursor: pointer;
}
button.button {
}
.button {
    width: auto;
    background: #2BA6CB none repeat scroll 0% 0%;
    border: 1px solid #1E728C;
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5) inset;
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    margin: 0px;
    padding: 10px 20px 11px;
    position: relative;
    text-align: center; 
    text-decoration: none;
    transition: background-color 0.15s ease-in-out 0s;
}

input, select, textarea, button {
    font: 12px/15px Arial,Helvetica,sans-serif;
    vertical-align: middle;
    color: #2F2F2F;
}

button.button span {
    display: block;
    height: 30px;
    border: 1px solid #000;
    background: #333 none repeat scroll 0% 0%;
    padding: 0px 8px;
    font: bold 12px/19px Arial,Helvetica,sans-serif;
    text-align: center;
    white-space: nowrap;
    color: #FFF;
}

button.button span span {
    border: 0px none;
    padding: 0px;
    height: 22px;
    margin-top: 4px;
}

.messages, .messages ul {
    list-style: outside none none !important;
}
.messages, .messages ul {
    list-style: outside none none !important;
    margin: 0px !important;
    padding: 0px !important;
}

.messages li {
    margin: 0px 0px 10px !important;
}
.messages li li {
    margin: 0px 0px 3px !important;
}
.success-msg {
    border-color: #446423;
    background-color: #EFF5EA;
    background-image: url("/res/css/images/i_msg-success.gif");
    color: #3D6611;
}
.error-msg, .success-msg, .note-msg, .notice-msg {
    border-style: solid !important;
    border-width: 1px !important;
    background-position: 10px 9px !important;
    background-repeat: no-repeat !important;
    min-height: 24px !important;
    padding: 8px 8px 8px 32px !important;
    font-size: 14px !important;
    font-weight: bold !important;
}
.error-msg {
    border-color: #F16048;
    background-color: #FAEBE7;
    background-image: url("/res/css/images/i_msg-error.gif");
    color: #DF280A;
}

p.required {
    font-size: 11px;
    text-align: right;
    color: #EB340A;
	padding:0px;
	margin:0px;
}


.buttons-set .back-link {
    float: right;
    margin: 0px;
}

.fieldset {
    border: 1px solid #BBAFA0;
    background: #FBFAF6 none repeat scroll 0% 0%;
    padding: 22px 25px 12px 33px;
    margin: 0px 0px;
}

.block-mobile-menu {
	display: block;
	padding: 10px 0px;
}

.block-mobile-menu select {
	display: block;
	width:100%;
	background-color: #333333;
	color: white;
	font-weight: bold;
	font-size: 14pt;
}

.block-mobile-menu option {
	display: block;
	padding: 10px;
	background-color: white;
	color: #333333;
}

.block-mobile-menu select option.sel {
	
	background-color: #333333;
	color: white;
}

@media only screen and (min-width: 600px){
	.block-mobile-menu {
		display: none;
	}
	.block-user-menu {
		display: block;
	}
}




.title-div {
    position: relative;
    float: left;
    width: 100%;
    margin: 0px;
    display: block;
    padding: 0px;
    border-bottom: 1px solid #ACACAC;
}

.fl {
    float: left;
}

.block-grid {
    display: block;
    overflow: hidden;
    padding: 0px;
}

.block-grid > li {
    display: block;
    height: auto;
    float: left;
}

.left-side .fr {
    font-size: 11px;
    float: right;
    position: relative;
}
		
.list-group {
	list-style-type: none;
}

.list-group-item {
	display: block;
	border: 0px;
	padding:0px;
	margin-bottom: 10px;
}

.list-group-item  img{

}

.list-group-item .mid {
	max-width: 550px;
	
}

.list-group-item hr {
	clear: both;
}

.form-group {
	padding-right: 5px;
	text-align: center;
}

.form-group label {
	font-weight: bold;
}

.dgrp {
	float: right;
	clear: none;
}

.agrp {
	float: left;
	clear: none;
}

.imghld {
	float:left;
	margin-right:10px;

}

.lsearch {
	color: #D56B2F;
	text-decoration: none;
	border: 1px solid gray;
	border-radius: 4px;
}
.lsearch a, .lsearch a:active, .lsearch a:visited, .lsearch a:hover {
	color: #D56B2F !important;
	text-decoration: none;
	display: block;
	padding: 2px 8px;
	
}
.lsearch a:hover {
	background-color: #EEEEEE;
}

.form-control2 {
		display: inline-block;
		width: auto;
		vertical-align: middle;
}

.form-control2 a:hover {
	text-decoration: none;
}

.container hr {
	margin-top: 0px;
	padding-top: 0px;
}

.prbox {
    display: block;
	text-align: center;
    float: left;
	width: 31.2%;
	height:100%;
	box-sizing: border-box;
	overflow:hidden;
	margin:1%;
	background-color: black;
}

.prbox img {
	width:100%;
	display: block;
	box-sizing: border-box;
}

.seven, .row .seven {
    max-width:60%;
	float:right;
	padding: 0px 10px;
}
.five, .row .five {
	max-width: 40%;
	float:left;
}

.morei {
	width: 100%;
	clear:both;
}

@media (max-width: 570px) {

	.thead {
		margin: 0px 10px;
	}
	.lhead {
		margin: 0px 10px;
	}
	.form-inline {
		margin:0px 10px;
	}
	
	.prbox {
		display: block;
		text-align: center;
		float: left;
		width: 48%;
		height:100%;
		box-sizing: border-box;
		overflow:hidden;
		margin:1%;
		background-color: black;
	}


	.dgrp {
		float: left;
		clear: both;
	}
	.agrp {
		clear: both;
	}
	
	.form-group  {
		width: 100%;
		padding: 5px 0px;
		border-bottom: 1px solid #EEEEEE;
	}
	
	.form-group label {
		float: left;
	}
	
	.form-group .form-control {
		float: right;
	}
	
	.form-group .form-control2 {
		float: right;
	}
	
	.imghld {

		margin: 0px auto;
		text-align:center;
		display: block;
		width: 100%;
	}
	
	.list-group-item hr {
		border: 10px solid black;
	}
	
	.seven, .row .seven {
		max-width: 100%;
		clear:both;
	}
	.five, .row .five {
		max-width: 100%;
	}
}

@media (max-width: 400px) {
	.thead {
		margin: 0px 10px;
	}
	.lhead {
		margin: 0px 10px;
	}
	.form-inline {
		margin:0px 10px;
	}

	.prbox {
		display: block;
		text-align: center;
		float: left;
		width: 98%;
		height:100%;
		box-sizing: border-box;
		overflow:hidden;
		margin:1%;
		background-color: black;
	}
	
	/* lot view page */
	
	.seven, .row .seven {
		float: left;
		clear:both;
	}
	.five, .row .five {
		max-width: 100%;
	}
	
}

body {
	font-family: serif !important;
}

.container {
	padding-left: 0px;
	padding-right: 0px;
}

.txtarea {
	height: 100px;
	overflow:hidden;
	background-color: white;
}

.prbox .ptdis a{
	color: #888 !important;
	font-size: 1em;
	text-decoration: underline;
}

.prbox .price {
	color: #C76200;
}
