/* IMAGES to avoid being resize ============================================================================= */
img.btn_del{
	width:25px;
	height:30px;
}

/* TABLES ============================================================================= */

table {
	border-collapse : collapse;
	border-spacing : 0;
	margin-bottom : 1.4em;
	width : 100%;
}

th, td, caption {
	padding : 3px;
	line-height:1.2em;
}

input.default{
	border:1px solid #ccc;
	margin:0px;
	padding:5px;
	height:15px;
	width:80px;
	float:left;
}

select.left{
    float:left;
    margin-right:4px;
}

input.contact-short{
	display:inline;
	float:left;
	width:15%;
	margin:0 0 20px 0;
	border:1px solid #ccc;
	font-size:1em;
	padding:5px 1.5%;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background:#fff;
	-moz-box-shadow:inset 0px 0px 6px #ccc;
	-webkit-box-shadow:inset 0px 1px 6px #ccc;
	box-shadow:inset 0px 1px 6px #ccc;
}
.dash{
	width:2.5%;
	text-align:center;
	padding:5px 1.5%;
	float:left;
}
input.contact-long{
	display:inline;
	float:left;
	width:72%;
	margin:0 0 20px 0;
	border:1px solid #ccc;
	font-size:1em;
	padding:5px 1.5%;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background:#fff;
	-moz-box-shadow:inset 0px 0px 6px #ccc;
	-webkit-box-shadow:inset 0px 1px 6px #ccc;
	box-shadow:inset 0px 1px 6px #ccc;
}

/*****shopping cart******************/
.addcart{
	background-color:#DCFCDE;
	padding:10px;
	line-height:20px;
	border:1px dashed #75C41F;
	margin-bottom:20px;
	color:#333;
}

.cart{
	font-size:1em;
}

.cart tr td{
	padding:4px;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
}

.cart tr{
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
}

.cart tr th{
	background-color:#000;
	color:#fff;
	font-weight:normal;
	padding:4px;
}

.small{
	font-size:0.9em;
	line-height:0.6em;
	padding-top:0;
}

table.noflow{
	width:98%;
}
	
table.noflow td{
	padding:1%;
	border-top:1px solid #ccc;	
	border-left:1px solid #ccc;	
}

table.noflow tr{
	border-right:1px solid #ccc;	
	border-bottom:1px solid #ccc;		
}

.expander img, #boxset img { max-width: 100%;}

@media only screen and (max-width: 480px) and (min-device-width: 320px) {
	/* Force table to not be like tables anymore */
	table.autoflow, table.autoflow thead, table.autoflow tbody, table.autoflow th, table.autoflow td, table.autoflow tr { 
		display: block; 
	}

	/* Hide table headers (but not display: none;, for accessibility) */
	table.autoflow thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	table.autoflow tr { /*border: 1px solid #ccc;*/ }

	table.autoflow td { 
		/* Behave  like a "row" */
		border: none;
		/*border-bottom: 1px solid #eee; */
		position: relative;
		width: 100%; 
		margin-bottom:15px;
	}

	table.autoflow td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 100%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
	
    table.noflow{
	    width:auto;
	}
	
    table.noflow td{
	    padding:5px;
	    border-top:1px solid #ccc;	
	    border-left:1px solid #ccc;	
	}
	
    table.noflow tr{
	    border-right:1px solid #ccc;	
	    border-bottom:1px solid #ccc;		
    }

    #scroll {
	    width:100%;
	    height:auto;
	    overflow-x:auto;
    }

    #maincontent .img, #content .img, table.autoflow img {
	    min-width:100%;
 	    max-width:100%;
 	    height:auto;
 	    min-height:auto;
 	    max-height:auto;
    }

    .products{
	    font-size:0.9em;
	    margin-bottom:15px;
    }

    .price{
	    font-size:0.95em;
	    color:#ff0000;
    }

	.datepicker{
		width:26px;
		height:21px;
		z-index:200;
		float:right;
		margin-top:-3px;
	}
}