.rod {
    border-bottom: 1px solid #8b8884;
    padding: 15px 0 10px 0;
    margin: 0 0 20px;
}
.rod.fxm {
    margin: 0 0 260px;
}
.rod ul li {
    display: inline-block;
    list-style-type: none;
    position: relative;
    padding: 0 25px 0 0;
}
.wrapper .rc_catalog .rod ul li a {
    color: #898989;
}
.wrapper .rc_catalog .rod ul li:last-child a,
.wrapper .rc_catalog .rod ul li a:hover {
    color: #ff5a00;
}
.wrapper .rc_catalog .rod ul li:before {
    content: "•";
    position: absolute;
    color: #898989;
    top: 0;
    bottom: 0;
    right: 6px;
}
.wrapper .rc_catalog .rod ul li:last-child:before {
    content: "";
}
.wrapper .rc_catalog h1 {
    float: none;
    font-size: 22px;
    margin: 0 0 10px 0;
}
.rc_content_wrap {
    overflow: hidden;
}
#fishing_top {
    margin-bottom: 20px;
    width: 980px;
    background: #fff;
    position: relative;
    z-index: 100;
}
#fishing_top ul.bx {
    margin: 0;
    padding: 0;
    height: 120px;
}
#fishing_top ul.bx > li {
    display: block;
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    width: 119px;
    height: 120px;
    text-align: center;
}
#fishing_top ul.subtop {
    display: none;
    background: #ff5d00;
    padding: 15px;
    text-align: left;
    min-width: 150px;
	font-size: 13px;
    position: absolute;
    left: 6px;
    top: 95px;
    z-index: 200;

-webkit-box-shadow: 0px 5px 2px 0px rgba(0, 0, 0, 0.3);
-moz-box-shadow:    0px 5px 2px 0px rgba(0, 0, 0, 0.3);
box-shadow:         0px 5px 2px 0px rgba(0, 0, 0, 0.3);
}

#fishing_top ul.bx li:hover ul {
    display: block;
}
#fishing_top ul.bx > li > a {
    display: block;
/*    width: 108px; */
    height: 60px;
    margin: 10px auto;
/*    padding-top: 57px;*/
/*    text-transform: uppercase; */
    color: #000;
    font-size: 13px;
    position: relative;
    outline: none;
}
#fishing_top ul.bx > li:hover > a {
/*    background-color: #ff5d00!important;
    color: #fff;
    border-radius: 5px;*/
}
#fishing_top ul.subtop:before {
    content: "";
    display: block;
    width: 12px;
    height: 9px;
    position: absolute;
    left: 48px;
    top: -9px;
    background: url(images/sub_menu.png) no-repeat 0 0;
}
#fishing_top ul.subtop.last_visible:before {
    right: 48px;
    left: auto;
}
#fishing_top ul.subtop li {
    line-height: 24px;
}
#fishing_top ul.subtop li a {
    white-space: nowrap;
    text-transform: none;
    color: #fff;
}
#fishing_top ul.subtop li a:hover {
    text-decoration: underline;
}
#fishing_top .over {
    position: absolute;
    top: 0;
    width: 1000px;
    height: 121px;
    background: #fff;
    z-index: 500;
	border-bottom: 1px solid #ff5a00;
}
#fishing_top .left_over.over {
    left: -994px;
}
#fishing_top .right_over.over {
    right: -994px;
}
.orange_line {
    border-bottom: 1px solid #ff5a00;
}


.fishing_main.first {
	margin-top: 20px;
}
.fishing_main h3 {
    text-align: center;
    margin: 80px 0 15px;
}
.fishing_main h3 { margin-top: 30px; }

.fishing_main h3 a {
    font-size: 32px;
    color: #000;
}
.fishing_main .one_sec {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #bbb;
}
.fishing_main .sub_sec {
    overflow: hidden;
}
.fishing_main .sub_sec > div {
    float: left;
}
.fishing_main .sub_sec .pre_list {
    width: 210px;
    font-size: 18px;
}
.fishing_main .sub_sec .list {
    width: 770px;
}
.fishing_main .sub_sec .list ul {
    overflow: hidden;
}
.fishing_main .sub_sec .list ul li {
    float: left;
    height: 35px;
    line-height: 35px;
    padding: 0;
    margin-right: 10px;
    margin-bottom: 10px;
    background: #787878;
    border-radius: 4px;
}
.fishing_main .sub_sec .list ul li:hover {
    background: #ff5a00;
}
.fishing_main .sub_sec .list ul li a {
    display: inline-block;
    padding: 0 10px;
    color: #fff;
    line-height: 35px;
}

/* mouse grab icon */
.grabbing {
    cursor:url(images/grabbing.png) 8 8, move;
}

.articles_line {
    width: 100%;
    background: #f6f6f6;
    padding: 20px 0;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow:    0px 5px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow:         0px 5px 5px 0px rgba(0, 0, 0, 0.2);
	margin-bottom: 60px;
}
.articles_line span.articles_line_name {
    text-transform: uppercase;
    color: #000;
    font-size: 12pt;
}
.articles_line span.articles_line_name a {
    color: #ff5a00;
    text-transform: none;
    font-size: 12px;
    font-weight: normal;
    border-bottom: 1px dotted;
}
.articles_line span.articles_line_name a:hover {
    border-bottom: 1px solid;
}


a.section_titles { color: #000; text-decoration: none; font-size: 22pt; border-bottom: 1px solid transparent; }
a.section_titles:hover { border-bottom: 1px dotted #000; }
.include_sections { margin: 15px 0 25px;}
.include_sections a {
    margin-right: 25px;
    font-size: 10pt;
    text-transform: uppercase;
    color: #ff5a00;
    border-bottom: 1px dotted;
    line-height: 25px;
}
.include_sections a:hover { border-bottom: 1px solid; }
.brandline {
    margin: 10px 0;
    overflow: hidden;
}
.brandline a { float: left; display: block;}
.brandline a.all_products { display: block; padding: 10px 0; color: #fff; background: #ff5a00; text-transform: uppercase; text-align: center; width: 180px;}
.brandline .brands { margin-left: 20px; width: 180px; height: 37px; border: 1px solid #dcdcdc; }
.brandline .brands img {
    height: 37px;
}

.articles_land {
    overflow: hidden;
    margin: 20px 0 15px;
}
.articles_land .one_art {
    float: left;
    width: 310px;
    height: 50px;
    margin-right: 25px;
}
.articles_land .one_art:last-child {
    margin-right: 0;
}
.articles_land .one_art .img {
    float: left;
    display: block;
    width: 85px;
    height: 50px;
    margin-right: 22px;
}
.articles_land .one_art .atext a {
    font-size: 11px;
    color: #ff5a00;
    text-decoration: underline;
    display: block;
    outline: none;
}
.articles_land .one_art .atext a:hover {
    text-decoration: none;
}
.articles_land .one_art .atext div {
    font-size: 11px;
    line-height: 13px;
    margin-top: 11px;
    word-wrap: break-word;
}
.rc_add2cart {
    float: left;
    display: block;
    width: 121px;
    height: 41px;
    background: url(images/tocart.png) no-repeat 0 0;
    outline: none;
    margin: 5px 0 20px 0;
    line-height: 44px;
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    padding-left: 47px;
    font-family: "lato";
    font-weight: 900;
}
.do_order {
    float: left;
    display: block;
    background: url(images/preorder.png) no-repeat 0 0;
    color: #2b2b2d;
    border-radius: 3px;
    padding-left: 0;
    text-align: center;
    width: 145px;
    height: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 44px;
    text-transform: uppercase;
    font-size: 15px;
}
.preorder_info {
    float: left;
    width: 190px;
    padding-left: 25px;
    padding-top: 3px;
    background: url(images/notice.png) no-repeat 0 3px;
    margin-top: 10px;
    margin-left: 15px;
    font-size: 12px;
}

#info_box_shadow {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    z-index: 50000;
}
#info_box {
    display: none;
    width: 600px;
    height: 190px;
    position: fixed;
    background: #fff;
    top: 50%;
    left: 50%;
    margin-left: -300px;
    margin-top: -80px;
    padding: 25px 35px;
    border-top: 3px solid #ff5a00;
    -webkit-box-shadow: 0px 0px 160px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 0px 160px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 160px 0px rgba(0, 0, 0, 0.35);
    z-index: 55000;
    transition: all 0.3s ease 0s;
}
#info_box.done {
    height: 130px;
    margin-top: -65px;
}
#info_box.short {
    width: 500px;
}
#info_box .close_box {
    position: absolute;
    right: 35px;
    top: 25px;
    display: block;
    width: 15px;
    height: 17px;
    text-indent: -9000px;
    background: #fff url(images/close.png) no-repeat 50% 50%;
    cursor: pointer;
}
#info_box .title {
    font-size: 18px;
    margin-bottom: 30px;
}
#info_box.short .title {
    margin-bottom: 15px;
}
#info_box .info_done {
    font-family: Lato;
    font-size: 16px;
    text-align: center;
}
#info_box .info_done span {
    font-size: 24px;
}
#info_box .info_done a {
    color: #ff5a00;
    border-bottom: 1px dotted;
}
#info_box .info_done a:hover {
    border-bottom: 1px solid;
}
/* buttons */
.bx_bt_button,
.bx_bt_button_type_2{
    /*    display:inline-block;*/
    position: absolute;
    text-align:center;
    text-decoration:none;
    font-size:10px;
    cursor:pointer;
    white-space:nowrap;
}

.rc_up {
    margin-top: 3px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
}
.rc_down {
    margin-top: 17px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
}


.bx_bt_button_type_2 				{
    border:1px solid #e9e9e9;
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#fcfcfc),to(#f1f1f1));
    background-image:-webkit-linear-gradient(#fcfcfc 0%,#f1f1f1 100%);
    background-image:   -moz-linear-gradient(#fcfcfc 0%,#f1f1f1 100%);
    background-image:     -o-linear-gradient(#fcfcfc 0%,#f1f1f1 100%);
    background-image:        linear-gradient(#fcfcfc 0%,#f1f1f1 100%);
    color:#656565;
    text-shadow:0 1px 0 #fff;
}
.bx_bt_button_type_2:hover{background:#fff;}
.bx_bt_button_type_2:active 	{
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#f1f1f1),to(#fcfcfc));
    background-image:-webkit-linear-gradient(#f1f1f1 0%,#fcfcfc 100%);
    background-image:   -moz-linear-gradient(#f1f1f1 0%,#fcfcfc 100%);
    background-image:     -o-linear-gradient(#f1f1f1 0%,#fcfcfc 100%);
    background-image:        linear-gradient(#f1f1f1 0%,#fcfcfc 100%);
    box-shadow:inset 0 2px 2px 0 rgba(0,0,0,.05);
}
.bx_bt_button  				{
    background:#00a2df;
    background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYTJkZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDZmY2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#00a2df),color-stop(100%,#006fcb));
    background:-webkit-linear-gradient(top,#00a2df 0%,#006fcb 100%);
    background: -moz-linear-gradient(top,#00a2df 0%,#006fcb 100%);
    background:  -ms-linear-gradient(top,#00a2df 0%,#006fcb 100%);
    background:   -o-linear-gradient(top,#00a2df 0%,#006fcb 100%);
    background:      linear-gradient(to bottom,#00a2df 0%,#006fcb 100%);
    color:#fff;
    text-shadow:0 1px 0 #006cae;
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a2df',endColorstr='#006fcb',GradientType=0 );
}
.bx_bt_button:hover  		{
    background:#21afe4;
    background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIxYWZlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDZmY2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#21afe4),color-stop(100%,#006fcb));
    background:-webkit-linear-gradient(top,#21afe4 0%,#006fcb 100%);
    background:  -moz-linear-gradient(top,#21afe4 0%,#006fcb 100%);
    background:   -ms-linear-gradient(top,#21afe4 0%,#006fcb 100%);
    background:    -o-linear-gradient(top,#21afe4 0%,#006fcb 100%);
    background:       linear-gradient(to bottom,#21afe4 0%,#006fcb 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#21afe4',endColorstr='#006fcb',GradientType=0 );
}
.bx_bt_button:active  		{
    background:#21afe4;
    background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIxYWZlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDZmY2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#21afe4),color-stop(100%,#006fcb));
    background:-webkit-linear-gradient(top,#21afe4 0%,#006fcb 100%);
    background:  -moz-linear-gradient(top,#21afe4 0%,#006fcb 100%);
    background:   -ms-linear-gradient(top,#21afe4 0%,#006fcb 100%);
    background:    -o-linear-gradient(top,#21afe4 0%,#006fcb 100%);
    background:       linear-gradient(to bottom,#21afe4 0%,#006fcb 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#21afe4',endColorstr='#006fcb',GradientType=0 );
}


.bx_small.bx_bt_button{
    display:inline-block;
    min-width:14px;
    line-height:14px;
}
.bx_small.bx_bt_button_type_2{
    display:inline-block;
    min-width:14px;
    line-height:14px;
}

.bx_small.bx_bt_button_type_2 		{}
.bx_small.bx_bt_button_type_2:hover 	{}
.bx_small.bx_bt_button_type_2:active 	{}


.bx_medium.bx_bt_button{
    padding:0 13px;
    height:25px;
    font-weight:bold;
    line-height:25px;
}
.bx_medium.bx_bt_button_type_2		{
    padding:0 13px;
    height:23px;
    font-weight:bold;
    line-height:23px;
}

.bx_medium.bx_bt_button,
.bx_medium.bx_bt_button_type_2 		{font-weight:bold;}
.bx_medium.bx_bt_button_type_2:hover  {}
.bx_medium.bx_bt_button_type_2:active {}

.bx_col_input{
    display:inline-block;
    width:40px;
    text-align:center;
    border-radius: 2px;
    height: 30px;
    margin: 3px 0 3px 0;
    padding: 0 4px;
    box-shadow: inset 0 3px 6px 0 rgba(215,215,215,.75);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    font-family: tahoma;
    background: #fff;
    border: 1px solid #ccc;
}
.description h2 {
    font-weight: 600;
}
.description p {
    margin: 10px 0;
}
.description ul {
    padding-left: 17px;
    margin: 10px 0;
}
.description ul li {
    list-style: disc;
    padding: 2px 0;
}