/*DEFAULT*/
.float_left {
	float:left;
}

.float_right {
	float:right;
}

.clear_left {
	clear:left;
}

.clear_right {
	clear:right;
}

.clear_both {
	clear:both;
}

.center {
	margin:auto;
}

.text_center {
	text-align:center;
}

.text_left {
	text-align:left;
}

.text_right {
	text-align:right;
}

.text_small {
	font-size:11px;
}

.text_bold {
	font-weight:bold;
}

.text_underline {
	text-decoration:underline;
}

.sep5 {
	height:5px;
	overflow:hidden;
}

.sep10 {
	height:10px;
	overflow:hidden;
}

.sep15 {
	height:15px;
	overflow:hidden;
}

.sep20 {
	height:20px;
	overflow:hidden;
}

.wdt0 {
	width:0px;
}

.wdt1 {
	width:100%;
}

.wdt1_4 {
	width:75%;
}

.wdt1_3 {
	width:66%;
}

.wdt2 {
	width:50%;
}

.wdt3 {
	width:33%;
}

.wdt4 {
	width:25%;
}


/*FRAMES*/
.frame_main_top, .frame_green_top, .frame_yellow_top, .frame_red_top {
	font-size:13px;
	font-weight:bold;
	margin:0px;
	line-height:20px;
	vertical-align:middle;
}

.frame_green, .frame_yellow, .frame_red {
	text-align:left;
	padding:0px 5px 5px 5px;
	overflow:hidden;
	margin-top:5px;
}

.frame_green {
	color:#00FF00;
	border:1px #B0FFA1 solid;
	background:url(images/top_green.jpg) repeat-x;
}

.frame_yellow {
	color:#D0D000;
	border:1px #F0F000 solid;
	background:url(images/top_yellow.jpg) repeat-x;
}

.frame_red {
	color:#FF0000;
	border:1px #FFA1A1 solid;
	background:url(images/top_red.jpg) repeat-x;
}


/*LIB FORM*/
.lib_form_tab {
	border:0px #CCCCCC solid;
	text-align:left;
	border-collapse:collapse;
	border-spacing:0;
}

.lib_form_col {
	font-size:14px;
	font-weight:normal;
	color:#000000;
	vertical-align:top;
	border:0px #CCCCCC solid;
	padding:5px;
}

.lib_form_col1 {
	font-size:14px;
	font-weight:normal;
	color:#000000;
	text-align:left;
	vertical-align:top;
	border:0px #CCCCCC solid;
	padding:5px;
}

.lib_form_col2 {
	font-size:14px;
	font-weight:normal;
	color:#000000;
	text-align:left;
	vertical-align:top;
	border:0px #CCCCCC solid;
	padding:5px;
}

.lib_form_small {
	font-size:11px;
}

lib_form_col a, lib_form_col1 a, lib_form_col2 a {
	color:#3399FF;
	text-align:left;
	vertical-align:middle;
	text-decoration:none;
}

lib_form_col a:hover, lib_form_col1 a:hover, lib_form_col2 a:hover {
	text-decoration:underline;
}

.lib_form_input {
	font-size:14px;
	color:#000000;
	/*background-color:#F8F8F8;
	border:1px #CCCCCC solid;*/
	
}

.lib_form_select {
	width:145px;
}


/*LIB PAGE*/
.lib_page_div {
	font-size:13px;
	font-weight:bold;
	color:#3399FF;
	text-align:center;
	vertical-align:middle;
	border:0px #CCCCCC solid;
	padding:5px;
}

.lib_page_div a {
	font-weight:normal;
	color:#3399FF;
	text-align:left;
	text-decoration:none;
}

.lib_page_div a:hover {
	text-decoration:underline;
}

.lib_page_div img {
	vertical-align:middle;
}


/*MODULES*/
/*shops_shops*/
.shops_shops_filter {
	float:right;
	width:35%;
}

.shops_shops_shops {
	float:left;
	width:65%
}

.shops_shops_shop {
	margin-bottom:10px;
	padding-right:5px;
}

.shops_shops_name {
	color:#3399FF;
	font-size:14px;
}

.shops_shops_address {
	color:#666666;
	font-size:12px;
}

.shops_shops_postcode {
	color:#666666;
	font-size:12px;
}

.shops_shops_city {
	color:#666666;
	font-size:12px;
}

.shops_shops_link {
	color:#666666;
	font-size:12px;
}
