#page {
	width: 670px;
	/*border: 1px solid #000;*/
	overflow: hidden;
	background-color: #FFFFFF;
	text-align: left;
}


a,
a:hover,
a:active,
a:visited {
	color: #000;
	text-decoration: none;
}

#header {
	width: 670px;
	height: 59px;
}

#header div.brother,
#header div.poweredby {
	float: left;
}

#content {
	font-size: 12px;
	text-align: left;
}

#content #title {
	font-size: 18px;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 33px;
	text-align: left;
}

#content #text {
	margin-left: 33px;
	text-align: left;
}

#content #selection #selection1 {
	background: #FFFFFF;
	float: none;
	clear: both;
	width: 670px;
	height: 35px;
	padding-left: 21px;
}

#content #selection #selection1 div {
	float: left;
	color: #F15A22;
	font-size: 11px;
	/*font-weight: bold;*/
	margin-right: 0px;
	margin-top: 5px;
}

#content #selection #selection1 a,
#content #selection #selection1 a:hover, 
#content #selection #selection1 a:active,
#content #selection #selection1 a:visited {
	color: #1A6FB2;
}


#content #selection #selection2 {
	background-color: #E0E0E0;
	font-size: 11px;
	color: #F15A22;
	height: 20px;
	padding-left: 5px;
}

#content #selection #selection2 div {
	font-size: 11px;
	color: #F15A22;
}

#content #selection #selection2 a,
#content #selection #selection2 a:hover,
#content #selection #selection2 a:active,
#content #selection #selection2 a:visited {
	color: #1A6FB2;
}

#content #tablehead {
	background-color: #E0E0E0;
	font-size: 11px;
	color: #838383;
	height: 25px;
	line-height: 25px;
	margin-bottom: 10px;
}

#content #tablehead div {
	background-color: #E0E0E0;
	float: left;
	padding-left: 15px;
}

#content #tablehead div.dealer {
	background-color: #E0E0E0;
	border: none;
	width: 170px;
}
#content #tablehead div.address {
	background-color: #E0E0E0;
	width: 235px;
}
#content #tablehead div.delivery {
	background-color: #E0E0E0;
	width: 125px;
}
#content #tablehead div.onlineshop {
	background-color: #E0E0E0;
	width: 175px;
}

#content #shoplist {
	padding-left: 27px;
	height: 255px;
}

#content #shoplist div.dealerContainer {
	background: url(/php/cc/img/backContainer.png);
	float: left;
	width: 150px;
	height: 121px;	
	text-align: center;
	margin-right: 9px;
	margin-bottom: 9px;
}
#content #shoplist div.dealer {
	border: none;
	width: 150px;
	margin-top: 10px;
}
#content #shoplist .dealerContainer .info {
	float:left;
	margin-left: 5px;
}
#content #shoplist .dealerContainer .buy {
	float: right;
	margin-right: 5px;
}

#content #shoplist div.address {
	background-color: #E0E0E0;
	width: 235px;
	padding-top: 15px;
}
#content #shoplist div.delivery {
	background-color: #E0E0E0;
	width: 125px;
	padding-top: 15px;
}
#content #shoplist div.delivery div {
	background-color: #E0E0E0;
	padding: 0px;
	margin: 0px;
	float: none;
	clear: both;
}
#content #shoplist div.onlineshop {
	background-color: #E0E0E0;
	width: 175px;
	padding-top: 15px;
}

#content #shoplist div.spacer {
	background-color: #E0E0E0;
	float: none;
	clear: both;
	font-size: 6px;
	height: 9px;
	margin-bottom: 10px;
}

#content #shoplist div.noshop {
	background-color: #E0E0E0;
	font-size:11px;
	text-align: left;
	padding-left: 20px;
	font-weight: bold;
}

#content #prevnext {
	background-color: #E0E0E0;
	float: none;
	clear: both;
	margin-top: 30px;
	margin-bottom: 30px;
	
	font-size: 11px;
	color: #F15A22;
	text-align: right;
}


#content #prevnext a,
#content #prevnext a:hover,
#content #prevnext a:active,
#content #prevnext a:visited {
	color: #1A6FB2;
}

#cc_footer {
	padding-left: 10px;
	width: 670px;
	height: 40px;
	line-height: 19px;
	background: url(/php/cc/img/footer.png);
	color: #fff;
}

#cc_footer a,
#cc_footer a:hover,
#cc_footer a:active,
#cc_footer a:visited {
	color: #fff;
	text-decoration: none;
}

span.bold {
	font-weight: bold;
}

span.grey {
	color: #B6B6B6;
}
span.blue {
	color: #00349A;
}
span.orange {
	color: #F15A22;
}
span.red {
	color: #D30418;
}