html, body {
}

body {
	
	font-family: 'lucida sans', sans-serif, arial;
	font-size:12px;
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
}

body,
body.bgfresh {
	background: transparent url(../img/background_dark.jpg) no-repeat fixed center top;
}

body.bgsalt {
	background: transparent url(../img/background2_dark.jpg) no-repeat fixed center top;
}

a {
	color: #003d4c;
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border:none;
}

a.link {
	color: #00AEEF;
}

a.link:hover {
}

/* Layout */
#container {
	width: 776px;
	position:relative;
	margin: 25px auto 0;
	padding: 0;
	color: #333333;
	padding: 0 15px 15px 15px;
}

body #container,
body.bgfresh #container {
	background: transparent url(../img/background_light_short.jpg) no-repeat fixed center top;
}

body.bgsalt #container {
	background: transparent url(../img/background2_light_short.jpg) no-repeat fixed center top;
}

#header {
	height: 120px;
	margin: 0 0 5px 0;
	padding: 0;
	background: transparent;
	position: relative;
}

#header div.logo {
	padding: 20px 0 0 0;
	margin: 0;
	float:left;
}

#header .default_dealer_info {
	float: right;
	margin: 3px 0 0 0;
}

#header #main_menu_panel {
	clear: both;
	background: transparent url(../img/main_menu_panel_bg.png);
	width: 776px;
	height: 43px;
	position: absolute;
	bottom: 0;
	margin: 0;
	padding: 0;
}

#header #main_menu_panel .main_menu_panel_logo {
	float:left;
	/*padding: 5px 0 0 65px;*/
	padding: 5px 0 0 45px;
	margin: 0;
}

#header #main_menu {
	position: absolute;
	bottom: 0;
	right: 0;
	color: #A6A9A9;
	margin: 20px 10px 0 0;
	/*text-align:right;*/
}

/*
#header #main_menu .main_menu_link {
	position: relative;
	float: left;
	height: 24px;
}

#header #main_menu .main_menu_link a {
	color: #A6A9A9;
	text-transform: lowercase;
}

#header #main_menu .main_menu_link a:hover {
	color: #ffffff;
	text-decoration: none;
}

#header #main_menu .main_menu_link a.link_menu {
	background: transparent url(../img/link_menu_arrow_grey.gif) no-repeat right 5px;
	padding-right: 15px;
}

#header #main_menu .main_menu_link a.link_menu:hover {
	background: transparent url(../img/link_menu_arrow.gif) no-repeat right 5px;
}

#header #main_menu ul.main_menu_link_menu {
	display:none;
	
	background-color: #263C4E;
	border-color: #263C4E;
	list-style: none;
	position: absolute;
	right: 0;
	top: 20px;
	margin: 0;
	padding: 0;
}

#header #main_menu ul.main_menu_link_menu li {
	width: 70px;
	text-align: right;
	padding: 5px 5px 5px 10px;
	margin: 0;
}
*/

#content{
	clear: both;
	color: #333;
}

#content #main_pannel {
	background: #fff;
	padding: 10px 20px 20px 20px;
	min-height: 590px;
	_height: 590px;
	/*min-height: 685px;
	_height: 685px;*/
}

#content h1 {
	font-size: 19px;
	padding: 10px 0 10px 0;
	margin: 0;
}

#content div.list_title {
	font-weight: bold;
	margin: 20px 0 0 0;
}

#content div.list_title {
	font-weight: bold;
	margin: 20px 0 0 0;
}

#content table.list {
	margin: 5px 0 0 0;
}

#content table.list tr td {
	border-bottom: 1px solid #ECEAEB;
	padding: 5px;
}

#content table.list tr.no_border td {
	border: 0;
	padding-bottom: 0;
}

#content table.list tr.tb_caption td {
	background-color: #ECEAEB;
	border: 0;
}

#footer {
	display: none;
	clear: both;
	height: 15px;
}

.clear_line {
	clear: both;
	margin: 0;
	padding: 0;
	line-height: 0px;
	font-size: 0px;
}

/* Forms */
form {
	clear: both;
	margin: 0;
	padding: 0;
}

fieldset {
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 16px 20px;
}

fieldset legend {
	background:#fff;
	color: #e32;
	font-size: 160%;
	font-weight: bold;
}

fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}

fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}

form div {
	clear: both;
}
form div.input {
	color: #444;
}

form div.required {
	color: #333;
	font-weight: bold;
}

form div.submit {
	border: 0;
	clear: both;
	margin: 0;
}

label {
	display: block;
	padding-right: 20px;
}

input, select, textarea, .textfield, .button {
	font-size: 8pt;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #000000;
	border: 1px solid #999999;
	background-color: #FFFFFF;
}

input[type=checkbox] {
	clear: left;
	float: left;
	width: auto;
	margin: 0;
	border: 0;
	background-color: transparent;
}

input[type=radio] {
	float: left;
	font-size: 1px;
	margin: 0;
	padding: 0;
}

div.radio input {
	float: left;
	border: 0;
	font-size: 1px;
	margin: 0;
	padding: 0;
}

div.radio label {
	margin: 1px 0 6px 22px;
}

input[type=submit] {
	padding: 2px 5px;
	margin-right: 2px;
}

input[type=button] {
	padding: 2px 5px;
	margin-right: 2px;
}

span.required {
	color: #ff0000;
}

/* Notices and Errors */
.message, .error-message {
	color:#ff0000;
	background-color: #fff;
	margin: 8px 0px;
	font-weight: bold;
}

#authMessage {
	color:#000000;
}

.flashBox {
	color:#000000;
	background-color: #fff;
	margin: 8px 0px;
	font-weight: bold;
	padding: 0;
}

.flashBox .flashError {
	color:#ff0000;
}

.flashBox .flashNotice {
	color:#000000;
}

.flashBox .flashWarning {
	color:#ff0000;
}

/* E-store styles - shopping card */
#estore_cart {
	margin: 0;
	padding: 0 0 10px 0;
}

#estore_cart .cart_item {
	clear: both;
	margin: 0;
	padding-bottom:25px;
	border-top: 1px solid #ECEAEB;
}

#estore_cart .cart_item .cart_item_data {
	clear: both;
	margin: 2px 10px 0 10px;
}

#estore_cart .cart_item .cart_item_data .title {
	clear: both;
	font-weight: bold;
}

#estore_cart .cart_item .cart_item_data .desc {
	float: left;
	margin: 2px 10px 0 0;
}

#estore_cart .cart_item .cart_item_data .price {
	float: right;
	font-weight: bold;
	margin: 2px 10px 0 0;
}

#estore_cart .cart_total {
	border-top: 1px solid #F4F4F4;
	padding: 15px 10px 25px 10px;
	margin: 0;
	clear: both;
	/*text-align: right;*/
}

#estore_cart .cart_total .title{
	color: #00ADEF;
	font-weight: bold;
	text-transform: uppercase;
}

/* Dealers styles */
#dealers_list {
	margin-top: 10px;
}

#dealers_list .dealer_data {
	margin: 0 50px 0 50px;
	float:left;
	height: 130px;
	width: 250px;
	text-align: center;
}

#dealers_list .dealer_data .title,
#dealers_list .dealer_data .url {
	margin-top: 10px;
}/* Rod Builder - navigaton */
#byr_steps_nav {
	float: left;
	padding-right: 10px;
}

#byr_steps_nav h2 {
	color: #333333;
	font-size: 18px;
	text-transform:lowercase;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

#byr_steps_nav_content {
	width: 135px;
	height: 555px;
	text-align: right;
	background-color: #ffffff;
	padding: 5px 5px 10px 10px;
}

#byr_steps_nav_content #byr_steps_menu {
	font-size: 13px;
	list-style: none;
	padding: 0;
	margin: 0;
}

#byr_steps_nav_content ul#byr_steps_menu li {
	text-transform: lowercase;
	font-weight: bold;
	margin: 0;
	padding: 3px 3px 0 0;
	height: 18px;
}

#byr_steps_nav_content ul#byr_steps_menu li.previous {
	background: url(../img/byr_check.jpg) no-repeat left 5px;
}

#byr_steps_nav_content ul#byr_steps_menu li.last {
	background-color: #666666;
}

#byr_steps_nav_content ul#byr_steps_menu li.previous a,
#byr_steps_nav_content ul#byr_steps_menu li.last a {
	color: #ACACAC;
}

#byr_steps_nav_content ul#byr_steps_menu li.current {
}

#byr_steps_nav_content ul#byr_steps_menu li a {
	color: #2F2F13;
	text-decoration: none;
}

#byr_steps_nav_content ul#byr_steps_menu li a.disabled {
	color: #dddddd;
}

/* Rod Builder - steps content */
#byr_step {
	float: left;
	width: 410px;
	margin: 0 0 0 5px;
	padding: 0;
}

#byr_step #byr_step_title {
	height: 22px;
}

#byr_step #byr_step_title h2 {
	color: #333333;
	font-size: 18px;
	text-transform:lowercase;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

#byr_step #byr_step_content {
	height: 570px;
	background-color: #fff;
	/*position: relative;*/
}

#byr_step #byr_step_content_loader {
	/*
	position: absolute;
	top: 230px;
	left: 160px;
	*/
	position: relative;
	top: 230px;
	margin: auto;
	/*padding: 0 0 0 160px;*/
	width: 100px;
}

#byr_step #byr_step_content_loader img{
	position: absolute;
	top: 0px;
}

#byr_step #byr_step_content_loader span{
	margin: 0 0 0 20px;
}

#byr_step #byr_step_content_panel {
	display: none;
	padding: 10px;
}

#byr_step #byr_step_content_panel .btn_next_step {
	float: right;
	margin: 0 0 0 5px;
}

#byr_step #byr_step_content select[disabled],
#byr_step #byr_step_content input.btn_next_step[disabled] {
	background-color: #D4D0C8;
	color: #808080;
	border-color: #808080;
}

#byr_step #byr_step_content_panel #byr_step_content_box {
	background-color: #fff;
	height: 520px;
	padding: 0 0 0 5px;
	margin-bottom: 10px;
}

#byr_step #byr_step_content_box .byr_step_content_title,
#byr_step #byr_step_content_box .byr_step_custom_fee_title,
#byr_step #byr_step_content_box .byr_step_textarea_title {
	clear: both;
	padding: 0 0 5px 0;
	margin: 0;
}

#byr_step #byr_step_content_box .byr_step_content_text {
	padding: 5px 0 10px 0;
	margin: 0;
}

#byr_step #byr_step_content_box .byr_step_custom_fee_title {
	padding: 20px 0 5px 0;
}

#byr_step #byr_step_content_box .byr_step_custom_fee_title span {
	font-weight: bold;
}

#byr_step #byr_step_content_box .byr_step_textarea_title {
	margin: 20px 0 0 0;
}

#byr_step #byr_step_content_box .byr_step_content_data {
	margin-left: 0;
	overflow-y: auto;
	height: 490px;
}

#byr_step #byr_step_content_box .byr_step_content_data .part_item {
	margin-left: 10px;
	margin-bottom: 5px;
	/*height: 60px;*/
	height: 43px;
	clear: both;
}

#byr_step #byr_step_content_box .byr_step_content_data .with_model {
	height: 40px;
}

#byr_step #byr_step_content_box .byr_step_content_data .part_item .part_item_input {
	float: left;
	margin: 5px 0 5px 0;
}

#byr_step #byr_step_content_box .byr_step_content_data .part_item .part_item_input input {
	border: 0;
	font-size: 1px;
	margin: 0;
	padding: 0;
}

#byr_step #byr_step_content_box .byr_step_content_data .part_item .part_item_data {
	float: left;
	margin: 5px 2px 0 5px;
	width: 250px;
}

#byr_step #byr_step_content_box .byr_step_content_data .part_item .part_item_data .title {
	color: #333333;
	font-weight: bold;
	margin-bottom: 5px;
}

#byr_step #byr_step_content_box .byr_step_content_data .part_item .part_item_data .select {
	margin-bottom: 2px;
}

#byr_step #byr_step_content_box .byr_step_content_data .part_item .part_item_data a.details {
	color: #949494;
	text-decoration: underline;
	text-transform:lowercase;
	font-size: 11px;
}

#byr_step #byr_step_content_box .byr_step_content_data .part_item .part_item_price {
	float: right;
	font-weight: bold;
	margin: 5px 10px 0 0;
}

#byr_step #byr_step_content_box .byr_step_content_data .part_item .part_item_price label {
	float: left;
	padding: 0 10px 0 0;
	margin-top: 1px;
}

/* Rod Builder - viewer */
#byr_viewer {
	height: 200px;
	margin-top: 10px;
}

#byr_viewer h2 {
	color: #ffffff;
	font-size: 18px;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

#byr_viewer #byr_viewer_panel {
	background-color: #ffffff;
	height: 181px;
	margin: 0;
	padding: 0;
}

#byr_viewer #byr_viewer_tmp {
	display: none;
	position: absolute;
	top: 0;
	height: 0px;
	width: 0px;
}

#byr_viewer .byr_viewer_box {
	/*background-color: #ffffff;*/
	height: 70px;
	padding: 10px 0 10px 0;
}

#byr_viewer #byr_viewer_box_1 {
	border-bottom: 1px solid #666666;
}

#byr_viewer #byr_viewer_box_2 {
	float:left;
	width: 388px;
}

#byr_viewer #byr_viewer_box_3 {
	float:right;
	width: 387px;
	border-left: 1px solid #666666;
}

#byr_viewer .byr_viewer_content {
	position: relative;
	overflow: hidden;
	margin: auto;
	height: 70px;
}

#byr_viewer #byr_viewer_box_1 .byr_viewer_content {
	width: 750px;
}

#byr_viewer #byr_viewer_box_2 .byr_viewer_content,
#byr_viewer #byr_viewer_box_3 .byr_viewer_content {
	width: 220px;
}

#byr_viewer .byr_viewer_part_items {
	position: relative;
	margin: auto;
}

#byr_viewer .byr_viewer_part_items div {
	position: absolute;
}

#byr_viewer #byr_viewer_box_1 .byr_viewer_part_items {
	top: 10px;
	left: 0;
}

#byr_viewer #byr_viewer_box_2 .byr_viewer_part_items {
	top: -10px;
	left: -640px;
}

#byr_viewer #byr_viewer_box_3 .byr_viewer_part_items {
	top: -10px;
	left: -810px;
}

#byr_viewer #byr_viewer_box_4 {
	/*background-color: #ffffff;*/
	height: 160px;
	padding: 10px 0 10px 0;
	display: none;
}


#byr_viewer #byr_viewer_box_4 .byr_viewer_content {
	position: relative;
	overflow: hidden;
	margin: auto;
	height: 160px;
}

/* Rod Builder - viewer loader */
#byr_viewer .byr_viewer_loader {
	display: none;
	top: 20px;
	height: 20px;
	padding: 0;
	margin: 0 auto;
	width: 100px;
	position: relative;
	background-color: #ffffff;
}

#byr_viewer .byr_viewer_loader img{
	position: absolute;
	top: 0px;
}

#byr_viewer .byr_viewer_loader span{
	position: absolute;
	top: 0px;
	left: 20px;
}

#byr_viewer #byr_viewer_box_4 .byr_viewer_loader {
	top: 70px;
}

/* E-store styles - side shopping card */
#estore_side_cart {
	font-size: 11px;
	width: 180px;
	padding: 0px 0px 0px 5px;
	float: right;
}

#estore_side_cart h2 {
	color: #333333;
	font-size: 18px;
	text-transform:lowercase;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

#estore_side_cart #estore_side_cart_panel {
	background-color: #ffffff;
}

#estore_side_cart_content {
	padding: 2px;
	height: 540px;
}

#estore_side_cart_content .cart_item {
	clear: both;
	padding: 0 2px 0 5px;
}

#estore_side_cart_content .cart_item .title {
	clear: both;
	padding: 0;
	text-transform: lowercase;
	font-weight: bold;
	color: #00AEEF;
}

#estore_side_cart_content .cart_item .desc {
	float: left;
	padding-left: 10px;
	margin-top: 2px;
	font-weight: bold;
	font-size: 10px;
	width: 100px;
}

#estore_side_cart_content .cart_item .price {
	float: right;
	font-size: 10px;
	width: 50px;
}

#estore_side_cart .cart_total {
	padding: 3px 5px;
	color: #00ADEF;
	height: 20px;
}

#estore_side_cart .cart_total .title {
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	float: left;
}

#estore_side_cart .cart_total .price {
	font-size: 10px;
	float: right;
}.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu {
	/*line-height: 1.0;*/
}
.sf-menu ul {
	position: absolute;
	top: -999em;
	/*width: 10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width: 100%;
}
.sf-menu li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float: left;
	position: relative;
}
.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left: 0;
	top: 32px; /* match top ul list item height */
	/*top: 2.75em; /* match top ul list item height */
	z-index: 99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left: 10em; /* match ul width */
	top: 0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left: 10em; /* match ul width */
	top: 0;
}

/*** SKIN ***/
.sf-menu {
	float: left;
}
.sf-menu a {
	/*border-left: 1px solid #A6A9A9;
	border-top: 1px solid #A6A9A9;
	padding: .65em 1em;*/
	text-decoration:none;
}

.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color: #A6A9A9;
	text-transform: lowercase;
}

.sf-menu li {
}

.sf-menu li li {
	background-color: #3C474F;
	opacity: .95;
	filter: alpha(opacity = 95);
}
.sf-menu li li li {
	background-color: #3C474F;
	/*background-color: #263C4E;*/
	opacity: .95;
	filter: alpha(opacity = 95);
}

.sf-menu li a {
	border-right: 1px solid #A6A9A9;
	margin: .75em 0;
	padding: 0 5px 0 5px;
}

.sf-menu li li a, .sf-menu li li li a {
	border: 0;
	margin: 0;
	padding: .65em 1em;
	text-decoration:none;
}

.sf-menu li.noborder a {
	border: 0;
}

/*
.sf-menu > li > a {
	border-left: 1px solid #A6A9A9;
	margin: .75em 0;
	padding: 0 5px 0 5px;
}
*/

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline: 0;
	text-decoration: none;
	color: #ffffff;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 1.5em;
	/*padding-right: 2.25em;*/
	min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */
}

.sf-sub-indicator {
	position: absolute;
	display: block;
	right: .75em;
	top: 1.05em; /* IE6 only */
	width: 10px;
	height: 10px;
	text-indent: -999em;
	overflow: hidden;
	background: url('../img/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}

a > .sf-sub-indicator { /* give all except IE6 the correct values */
	top: .8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}

/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

.sf-menu > li > a > .sf-sub-indicator {
	top: 3px;
	right:5px;
}

li a .sf-sub-indicator {
	top: 3px;
	right:5px;
}

li li a .sf-sub-indicator {
	top: .8em;
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator {
	background-position:  -10px 0;
}
.sf-menu ul a > .sf-sub-indicator {
	background-position:  0 0;
}
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
/*
.sf-shadow ul {
	background: url('../img/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}

.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
*//* ---------->>> jtip <<<---------------------------------------------------------------*/
#JT_close_left, #JT_close_right { font-size: 1.1em; }
#JT_copy p, #JT_copy ul{font-size: 1.1em;}

#JT_arrow_left{
	background-image: url(../img/jquery-tooltip/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-12px;
	height:23px;
	width:10px;
    top:-3px;
}

#JT_arrow_right{
	background-image: url(../img/jquery-tooltip/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
    top:-2px;
}

#JT {
	position: absolute;
	z-index:100;
	border: 2px solid #CCCCCC;
	background-color: #fff;
}

#JT_copy{
	padding:10px 10px 10px 10px;
	color:#333333;
}

.JT_loader{
	padding:10px 10px 10px 10px;
	color:#333333;
	/*background-image: url(../img/jquery-tooltip/loader.gif);*/
	background-image: url(../img/ajax_status_small.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height:20px;
}

#JT_close_left{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_close_right{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_copy p{
	margin:3px 0;
}

#JT_copy img{
	padding: 1px;
	border: 1px solid #CCCCCC;
}

#JT_copy .image_box {
	margin-top: 10px;
	text-align: center;
	overflow: hidden;
	width:100%;
}

#JT_copy .image_box img {
	border: none;
}

.jTip{
	cursor:help;
}