/* {{{ General Settings */
#t_container {
	width: 1024px;
}

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
	color: #54595b;
	background: #FFF url('/templates/hitbox2009/images/side_nav_back.gif') repeat-y left top;
}

a img { border: 0; }
/* }}} */



/* {{{ masthead */
#t_masthead {
	width: 100%;
	height: 113px;
	background: #98b0c2 url('/templates/hitbox2009/images/masthead_back.jpg') repeat-x left top;
}

#t_masthead a {
	text-decoration: none;
	font-size: 7.5pt;
	color: #020006;
}

#t_masthead a:hover {
	color: #a0223d;
}

#t_logo_container {
	display: block;
	width: 344px;
	height: 113px;
	margin: 0px 0px 0px 17px;
	float: left;
}

#t_logo {
	background: transparent url('/templates/hitbox2009/images/terra-universal-logo.jpg') no-repeat scroll 0pt;
	width: 344px;
	height: 113px;
	margin: 0px;
}

#t_logo span { 
	display: none;
}

#t_flags {
	position: absolute;
	top: 8px;
	left: 245px;
	width: 560px;
}

#t_misc_nav {
	float: right;
	padding: 5px 12px 0px 0px;
	margin: 0px;
	clear: both;
}

#t_misc_nav li {
	display: inline;
	list-style-type: none;
}

#t_misc_nav li a {
	display: block;
	float: left;
	padding: 0px 6px 0px 6px;
	border-right: 1px solid #000;
	font-size: 8pt;
	font-weight: normal;
}

#t_misc_nav li .t_last {
	border: 0;
}

#t_phone_number {
        float: right;
	margin: 7px 15px 0px 0px;
        clear: both;
}

#t_actions {
	float: right;
	margin: 9px 20px 0px 0px;;
	clear: both;
}

#t_actions img {
	vertical-align: middle;
	margin-bottom: 2px;
}

#t_login {
	position: absolute;
	top: 0px;
	left: 822px;
	top: 30px;
	height:84px;
}


/* }}} */

#t_content_wrapper {
	float: right;
	width: 826px;
}

#t_content {
	background-color: #FFF;
	width: 606px;
	height: 400px;
	float: left;
	font-size: .7em;
}

#t_on_error{
	background-color: #FFFFFF;
	width: 606px;
	float: left;
	padding: 30px 0px 30px 30px;
	font-weight: bold;
}


/* {{{ sidebar */
#t_sidebar {
	background-color: #FFF;
	padding:0px 15px 0px 0px;
	border: 0px #000000 solid;
	float: right;
}
/* }}} */


/* {{{ footer */
#t_footer {
	background-color: #FFF;
	width: 606px;
	height: 50px;
	padding: 10px;
}
/* }}} */


/* {{{ top nav */
#t_tab_nav {
        float: left;
        width: 1024px;
        padding-top: 12px;
        margin:0px;        
	background: transparent url('/templates/hitbox2009/images/top_nav_back.jpg') no-repeat left top;
        display:inline;
}  

#t_tabs {
	margin: 0px 0px 0px 15px;
	padding: 0px;
	list-style: none;
}

#t_tabs li {
        float: left;
        background: transparent url(/templates/hitbox2009/images/top_tab_left.png) no-repeat left top;
        margin: 12px 3px 0px 0px;
        padding: 0px 0px 0px 8px;
        list-style: none;
        min-width: 105px;
        display:inline;
}

#real_time_order form{
        float: right;
        margin: 0px 16px 0px 0px;
        padding: 0px 0px 0px 0px;
        display:inline;
}


#t_tabs a {
	display: block;
	background: transparent url(/templates/hitbox2009/images/top_tab_right.gif) no-repeat right top;
	padding: 2px 8px 4px 0px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	float: none;
	font-size: .6em;
	text-align: center;
}

#t_tab_base {
	width: 1024px;
	height: 11px;
	background: transparent url('/templates/hitbox2009/images/top_nav_back_02.gif') no-repeat left top;
	float: left;
}

#t_navcol {
	background-color: #E6EBEF;
	width: 198px;
	float: left;
	color: #FFF;
}

#t_navcol a {
	color: #000000;
	font-size: 73%;
}

#t_navcol_header {
	margin: 9px 16px 7px 16px;
}

#t_navcol_header img {
	margin-left: 1px;
}

#t_navcol_discount {
        margin: 2px 0px 0px 0px;;
        clear: both;
}

#t_navcol_discount img {
        vertical-align: middle;
        margin-bottom: 2px;
}


#t_search_container {
	padding: 0px;
	margin-bottom: 6px;
	width: 163px;
    height: 20px;
	background-color: #FFF;
	border: #a7aaad inset 1px;
	position: relative;
}

#t_search {
	padding: 1px;
	margin: 0px;
}

#t_search_container input {
	font-size: 71%;
	margin: 0px;
	vertical-align: middle;
}

#s {
	background-color: #FFFFCC;
	border: 0;
	color: #1e282a;
	height: 16px;
	padding-left: 3px;
	width: 86%;
}

#search_submit {
	position: absolute;
	right: 0px;
	top: 0px;
}

#pages_template{
        padding: 10px 10px 0px 10px;
	width: 605px;
}

#pages_template li{
        padding: 2px 10px 2px 40px;
        list-style-type: none;
}


