/*
 * box.css :	Boxes (such as around a search button and query field)
 *
*/

.box
{
	clear: left;
	background-color: #DDE5F1;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 6px;
	margin-bottom: 11px;
	height: 30px;
	background: url(/styles/default/images/web/box_search_bg.gif) repeat-x;
}

.box_button_parent
{
	float: left;
	width: 100%;
	background-color: #fff;
	border-bottom: 1px solid #000;
	cursor: pointer;
	margin-top: 5px;
	margin-right: 5px;
}

img.box_button
{
	float: left;
	margin-right: 5px;
}

.box a
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif, "Times New Roman";
	font-size: 0.7em;
	font-weight: bold;
	color: #000;
}
.box a:hover
{
	color: #000;
	text-decoration: underline;
}

/* box around an icon and some text */
.box_icon
{
	cursor: pointer;
	font-family: Arial, Verdana, Helvetica, Sans-Serif, "Times New Roman";
	font-size: 1.2em;
	color: #000;
	border: 1px solid #D4D4D4;
	background-color: #F7F7F7;
	padding: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-right: 10px;
}

.box_icon_hover
{
	cursor: pointer;
	font-family: Arial, Verdana, Helvetica, Sans-Serif, "Times New Roman";
	font-size: 1.2em;
	color: #000;
	border: 1px solid #5699E2;
	background-color: #fff;
	padding: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-right: 10px;
}

/* box surrounding a thumbnail of a custom page style */
.box_style
{
	cursor: pointer;
	border: 1px solid #D4D4D4;
	background-color: #F7F7F7;
	width: 190px;
	height: 60px;
}
.box_style_hover
{
	cursor: pointer;
	border: 1px solid #5699E2;
	background-color: #fff;
	width: 190px;
	height: 60px;
}