/* struts 2 styles */
.wwFormTable {}
.label {}
.errorLabel {color: red; font-weight: bold;}
.errorMessage {
	font-weight:bold;
	color: red; font-size: 11px;
}
.actionMessage {
	font-weight:bold;
	color: green; font-size: 11px;
}
.checkboxLabel {}
.checkboxErrorLabel {color:red; }
.required {}
.tdLabel { text-align:left; vertical-align:top; width: 20%; margin-top: 10px; }
.tdContent { }

html,body {
	font-family: Arial;
	margin: 0px;
	height: 100%;
    padding: 0px;
    border: none;
}
#bg_image {
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	position: fixed;
}
#contents_wrap {
	position: absolute;
	width: 100%;
	height: 100%;
}
img { border: 0px; border: 0px; }
a:link { color: #000000; }
a:visited { color: #000000; }
a:hover { color: #000000; }
a:active { color: #000000; }

.info {
	background-color: #ddd;
	border: 1px solid #aaa;
	padding: 10px 10px 10px 10px;
	font-size: 10px;
}

.corporate_colour {

}
.price {
	font-size: 16px;
	font-weight: bold;
}
.form_obj {
	font-family: Georgia;
	font-size: 12px;
}
.form_button {
	font-family: Georgia;
	font-size: 12px;
	border: 1px solid #000000;
}
.tight_button {
	font-family: Georgia;
	font-size: 10px;
	border: 1px solid #000000;
}
.small { font-size: 10px; }
.note {
	font-size: 10px;
	font-style: italic;
}
.highlight { font-weight: bold; }
.highlight_red { font-weight: bold; color: #ff0000; }
.highlight_orange { font-weight: bold; color: #FF9900; }
.cancelled { text-decoration: line-through; }
.header_text {
	font-size: 18px;
	margin-bottom: 10px;
	/*border-bottom: 2px solid #333;*/
}
.header_text_small {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
	/*border-bottom: 2px solid #333;*/
}
.header_submenu_text {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
	/*border-bottom: 2px solid #333;*/
	text-align: right;
	width: 30%;
}

/* image that is shown in grid listing */
.product_thumbnail { 
	width: 135px;
}
/* grid listing table */
.product_cell { 
	width: 135px;
}
/* grid listing image cell */
.product_image_cell {
	vertical-align: middle;
}
/* grid listing name cell */
.product_name_cell {
	vertical-align: top;
}
hr {
	border: thin solid #ddd;
	width: 95%;
}
.clickable {
	cursor: pointer;
	text-decoration: underline;
}

.topline {
	border-top: 2px solid #333;
}
.bottomline {
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 2px solid #333;
}
.available_actions { font-weight: bold; text-align:center; }


.delivery_cell:hover {
	cursor: pointer;
}
.delivery_cell_selected {
	cursor: pointer;
}
.delivery_timerange { background-color: #81c100; }

.shopby_float {
	position: absolute;
	border-right: 1px solid #000;
	border-left: 1px solid #000;		
	border-bottom: 1px solid #000;
	color: white;
	overflow: auto;
	z-index: 800;
	color: white;
}
.shopby_float .header_text { color: white; }
.shopby_float a { color: white; }

.categoryselection_float {
	position: absolute;
	float: left;
	border: 1px solid #000;
	overflow: auto;
	z-index: 800;
	color: white;
}
.categoryselection_float .header_text { color: white; }
.categoryselection_float a { color: white; }

.spacedout_stuff {
	line-height: 30px;	
}
/*
.height_wrapper { 
    min-height: 65%; 
    height: auto !important; 
    height: 65%; 
} 
.height_footer, .height_push { 
    height: 0px; 
} 
*/
/* rotator in-page placement */
div#rotator {
	position:relative;
	float:left;
	height:400px;
	margin-left: -35px;
	margin-bottom: 10px;
}
/* rotator css */
div#rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
}
/* rotator image style */	
div#rotator ul li img {
	/* border:1px solid #ccc; */	
	/* padding: 4px; */	
	background: #FFF;
}
div#rotator ul li.show {
	z-index:500
}
/* END ROTATOR */

.minishoppingcart_float {
	margin-left: -130px;
	margin-top: 5px;
	width: 226px;
	position: absolute;
	float: left;
	background-color: #CC3333;
	color: #FFFFFF;
	overflow: auto;
	z-index: 800;
	padding: 5px;
}
