@charset "utf-8";

/* CELL */
.CELLsearch_bar_left {
	background:#E5E5E5 url(../../images/layout/blue/bar_edge_left.gif) no-repeat top center;
	width:5px;
}
.CELLsearch_bar_right {
	background:#E5E5E5 url(../../images/layout/blue/bar_edge_right.gif) no-repeat top center;
	width:5px;
}
.CELLsearch_bar {
	width:550px;
	background:#0166cc url(../../images/layout/blue/bar_bg.gif) repeat-x top center;
	border-right:1px solid #0958a6;
}
.CELLsearch_spacer {
	background:#0166cc url(../../images/layout/blue/bar_bg.gif) repeat-x top center;
	border-left:1px solid #4393e3;
	text-align:right;
	padding-right:10px;
	color:#FFFFFF;
}
.CELLfeatured_users_img {
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #d6e7f7;
	width:50px;
	padding:4px;
	padding-left:5px;
}
.CELLfeatured_users_info {
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #d6e7f7;
	padding:4px;
}
.CELLproducts_name {
	background:#ebebeb;
	text-align:center;
	color:#0368ce;
	font-size:14px;
	border-top:1px solid #CCCCCC;
}

/* DIV */
.DIVmod_header {
	background:#0469ce url(../../images/layout/blue/mod_header_bg.gif) repeat-x top center;
	color:#FFFFFF;
	font-size:14px;
	padding:7px;
	border:1px solid #0066cc;
	border-bottom:1px solid #0e4b88;
	border-top:1px solid #7faad6;
}
.DIVmod_body {
	background:#e8f2fb;
	border:1px solid #CCCCCC;
	border-top:none;
	margin-bottom:10px;
}
.DIVcategories_options {
	border-bottom:1px solid #d6e7f7;
	border-top:1px solid #ffffff;
	padding:2px;
}

/* TABLE */
.TABLEsearch_bar {
	background:#0066cc;
	width:100%;
	height:50px;
}

/* INPUT */
.INPUTsearch {
	background:#0082cf url(../../images/layout/btn_blue_bg.gif) repeat-x top center;
	border:1px solid #0a6da8;
	border-right:1px solid #4fbdff;
	border-bottom:1px solid #4fbdff;
	color:#FFFFFF;
	padding:2px;
	font-size:14px;
	margin-left:20px;
}

/* IMAGES */
.IMGusers_avatars {
	width:48px;
	height:48px;
	border:1px solid #0066cc;
}

/* LINK */
a:hover {
	color:#3366CC;
	text-decoration:underline;
}
.LINKsmall {
	color:#3366cc;
	font-size:10px;
	text-decoration:underline;
}
a.LINKproducts_mod {
	color:#3366CC;
	text-decoration:none;
	font-size:14px;
}
a.LINKwhite {
	color:#FFFFFF;
	text-decoration:none;
	background:#0082cf url(../../images/layout/btn_blue_bg.gif) repeat-x top center;
	border:1px solid #0a6da8;
	border-right:1px solid #4fbdff;
	border-bottom:1px solid #4fbdff;
	padding:4px;
}
a:hover.LINKwhite {
	color:#FFFFFF;
	text-decoration:underline;
	background:#0082cf url(../../images/layout/btn_blue_bg.gif) repeat-x top center;
	border:1px solid #0a6da8;
	border-right:1px solid #4fbdff;
	border-bottom:1px solid #4fbdff;
	padding:4px;
}

/* HEADER */
h4 {
	font-size:13px;
	font-weight:bold;
	color:#0368ce;
	margin:0px;
}

/* HORIZONTAL RULE */
hr {
	border:1px solid #d6e7f7;
	border-top:1px solid #FFFFFF;
}