@charset "utf-8";
/* CSS Document */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 0px;
}
.blue {
	font-family: Arial, Helvetica, sans-serif;
	color: #2497dd;
}
.bluebold {
	font-family: Arial, Helvetica, sans-serif;
	color: #2497dd;
	font-weight: bold;
}
.orange {
	font-family: Arial, Helvetica, sans-serif;
	color: #F60;
}
.orangebig {
	font-family: Arial, Helvetica, sans-serif;
	color: #F60;
	font-size: 16px;
	font-weight: bold;
}
.orangebold {
	font-family: Arial, Helvetica, sans-serif;
	color: #F60;
	font-weight: bold;
}
.red {
	font-family: Arial, Helvetica, sans-serif;
	color: #cf6162;
}
.redbold {
	font-family: Arial, Helvetica, sans-serif;
	color: #cf6162;
	font-weight: bold;
}
.redbig {
	font-family: Arial, Helvetica, sans-serif;
	color: #B90000;
	font-size: 18px;
	font-weight: bold;
}
.new {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #F00;
	font-size: 14px;
}
.offers {
	font-family: Arial, Helvetica, sans-serif;
	color: #F60;
	font-size: 14px;
	font-weight: bold;
}

.please_note {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #999;
}
.conditions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #666;
}


.photos {
	height: auto;
	width: auto;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color: #F7F7F7;
	padding: 10px;
	border: 1px solid #d1d6da;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
.photos img{
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color: #F7F7F7;
	padding: 10px;
	border: 1px solid #d1d6da;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

table.table, table.table td{
	border-collapse: collapse;
	padding: 2px;
	border: 1px solid #F0F0F0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:left;
}
table.table th{
	border-collapse: collapse;
	padding: 4px;
	font-weight: bold;
	white-space: nowrap;
	background-color: #f0f0f0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../../img/mainstructure/panelhead1.jpg);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #79bfeb;
	border-right-color: #CDE8F8;
	border-bottom-color: #CDE8F8;
	border-left-color: #79bfeb;
	background-repeat: repeat-x;
	background-position: -1px;
	
}
