@import "includes/header.inc.css";
@import "includes/navigation.inc.css";
@import "includes/search.inc.css";
@import "includes/breadcrumb.inc.css";
@import "includes/premium_box.inc.css";
@import "includes/internaxx_ticker.inc.css";
@import "includes/jquery.autocomplete.css";

/* extending existing styles */
#main_index_column_content {
	width: 664px;
	left: 5px;
	padding-bottom: 15px;
	top: -5px;
}
#main_index_column_right {
	width: 315px;
	background: #EEEEEE;
	padding: 10px;
	top: -15px;
	margin: 0;
	min-height: 950px;
}
#main_index_column_right_abs {
	width: 315px;
	background: #EEEEEE;
	padding: 10px;
	top: -15px;
	margin: 0;
}
#main_index_footer {
	top: -10px;
	margin: auto;
}
#ads_column_right {
	top: -10px;
}

/* content */
.web_categories_box_bg {
	/*cursor: default;*/
}
.web_categories_box_bg:hover {
	/*cursor: pointer;*/
}
.web_categories_spacer {
	position: relative;
	float: left;
	clear: both;
	width: 664px;
	height: 10px;
}
/* category boxes level 1 */
.web_categories_outer_heading_box_level1 {
	position:relative;
	height:30px;
	width: 664px;
	top: 38px;
	left: 2px;
}
.web_categories_inner_heading_box_level1 {
	position:absolute;
	bottom:2px;
}
.web_categories_box_level1 {
	position: relative;
	float: left;
	clear: none;
	margin: 0px 0px 15px 0px;
	height: 80px;
	width: 664px;
	padding:0;
}
.web_categories_heading_level1 {
    font-family: 'Trebuchet MS', Arial;
    font-size: 16px;
    font-weight: bold;
	text-decoration: none;
	position: relative;
}
.web_categories_heading_level1:hover {
    font-family: 'Trebuchet MS', Arial;
    font-size: 16px;
    font-weight: bold;
	text-decoration: underline;
	position: relative;
}
/* category boxes level 2 */
.web_categories_outer_heading_box_level2 {
	position:relative;
	height:30px;
	width: 200px;
}
.web_categories_inner_heading_box_level2 {
	position:absolute;
	bottom:2px;
}
.web_categories_box_level2 {
	position: relative;
	float: left;
	clear: none;
	width: 203px;
	border: none;
	margin: 15px 0px 0px 5px;
	left: 0px;
	top: -15px;
	cursor: default;
}
.web_categories_bg_level2 {
    background: url(../images/bg_categories/title_bg_cat_no_title.jpg) no-repeat bottom right;
    width: 200px;
    height: 15px;
}
.web_categories_heading_level2 {
	text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Trebuchet MS', Arial;
    line-height: 18px;
    position: relative;
    left: 3px;
    top: 3px;
}
.web_categories_heading_level2:hover {
	text-decoration: underline;
    font-size: 18px;
    font-weight: bold;
    font-family: 'Trebuchet MS', Arial;
    line-height: 15px;
    position: relative;
    left: 3px;
    top: 3px;
}

.web_categories_heading_level2_cid {
	text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Trebuchet MS', Arial;
    line-height: 18px;
    display: block;
    width: 120px;
    position: relative;
    top: 33px;
    left: 3px;
}
.web_categories_heading_level2_cid:hover {
	text-decoration: underline;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Trebuchet MS', Arial;
    line-height: 18px;
    display: block;
    width: 120px;
    position: relative;
    top: 33px;
    left: 3px;
}

/* category boxes level 3 */
.web_categories_heading_level3 {
	text-decoration: none;
    color: #333;
    font-size: 11px;
    font-weight: bold;
    margin: 4px 2px 4px 2px;
}
.web_categories_heading_level3:hover {
	text-decoration: underline;
    color: #333;
    font-size: 11px;
    font-weight: bold;
    margin: 4px 2px 4px 2px;
}

/* category boxes level 4 */
.web_categories_heading_level4 {
	text-decoration: underline;
    color: #2A9DD5;
    font-size: 11px;
    display:block;
    width: 172px;
 	background: #F6F6F6;
 	margin:0;
 	padding: 2px;
}
.web_categories_heading_level4:hover {
	text-decoration: none;
    color: #2A9DD5;
    font-size: 11px;
    display:block;
    width: 169px;
 	background: #F6F6F6;
 	margin:0;
 	padding: 2px;
}

/* category list for level 3+4 */
.web_categories_list {
	position: relative;
	float: left;
	clear: both;
    margin: 2px;
    padding: 0px;
    background: #F6F6F6;
}
.web_categories_item_level3 {
	list-style-image: none;
	list-style-type: none;
	background: #E2E2E2;
	font-weight: normal;
	width: 193px;
	padding: 2px 4px 2px 4px;
}
.web_categories_item_level4 {
	list-style-image: url(../images/icon_list.gif);
	list-style-type: none;
	padding: 0;
	margin: 0;
	position: relative;
	left: 25px;	
}
/************************/
.web_links_search {
	position: relative;
	float: left;
	clear: both;
	width: 628px;
	margin: 5px;
	padding: 5px;
	border: 1px dotted #999999;
	top: -5px;
}

