/* Css Reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

ol,ul{
    list-style:none;
}
blockquote,q{
    quotes:none;
}
blockquote:before,blockquote:after,q:before,q:after{
    content:'';
    content:none;
}
:focus{
    outline:0;
}
ins{
    text-decoration:none;
}
del{
    text-decoration:line-through;
}
table{
    border-collapse:collapse;
    border-spacing:0;
}
/* General Styles */
.skiplink{
    display:none;
}
label{
    cursor:pointer;
}
a,a:link,a:visited{
    color:#323232;
    text-decoration:none;
}
a:focus,a:hover{
    text-decoration:underline;
}
.clear{
    clear:both;
}
html{
    background:url(../images/bgr_html.gif) repeat-x bottom;
}
body{
    color:#929292;
    font:62.5%/1 Arial, Helvetica, sans-serif;
}
#index{
    background: #F0F0F0 url(../images/bgr_main_index.png) repeat-x;
}
#product{
    background: #F0F0F0 url(../images/bgr_main_product.png) repeat-x;
}
.page{

}
.wrapper{
    margin:0 auto;
    width:931px;
}
/*gallery_links*/
#gallery_links{
    float:right;
}
#gallery_links ul{
    width:11px;
    overflow:hidden;
}
#gallery_links li{
    float:left;
    padding:0 0 2px;
}
#gallery_links li img{
    float:left;
}
/* header */
#header{
    height:223px;
    width:326px;
    float:left;
}

#logo{
    padding:20px 0 0 22px;
}
#logo a{
    width:304px;
    height:182px;
    text-indent:-9999px;
    position:relative;
    overflow:hidden;
    display:block;
    background:url(../images/button_logo.jpg) no-repeat;
    cursor:pointer;
}
/* menu */
#menu{
    width:100%;
    height:61px;
    z-index: 3000;
    background:url(../images/bgr_menu.png) repeat-x;
    margin:0 0 0px;
}
#menu_inner{
    width:931px;
    margin:0 auto;
}
#menu ul{
    float:left;
    background:url(../images/bgr_menu_li.gif) no-repeat;
}
#menu li{
    float:left;
    color:#9b9b9b;
    font-size:1.3em;
    font-weight:bold;
    padding:23px 12px 0 13px;
    text-transform:uppercase;
    height:37px;
    background:url(../images/bgr_menu_li.gif) no-repeat right top;
}
#menu li a, #menu li a:visited{
    color:#9b9b9b;
}
#menu_call{
    float:right;
    padding:8px 10px 0 0;
}
#menu_call p{
    position:relative;
    color:#fff;
    font-size:1.6em;
    line-height:1.4em;
    font-weight:bold;
}
#menu_call span{
    display:block;
}
/*searchbox*/
#searchbox{
    width:100%;
    height:161px;
    overflow:hidden;
}
#searchbox_title{
    width:890px;
    overflow:hidden;
    margin:10px 0 20px 20px;
    padding: 20px 0 0 0;
}
#searchbox_title h2{
    float:left;
    color:#fff;
    font-size:2.6em;
    line-height:1.3em;
    width:265px;
    font-weight:normal;
}
#searchbox_title p{
    float:right;
    width:605px;
    color:#fff;
    font-size:1.4em;
    line-height:1.6em;
}
#searchbox_form{
    width:820px;
    padding:0 28px 0 27px;
    overflow:hidden;
    background:url(../images/bgr_searchbox_form.png) no-repeat;
    margin:0 0 0 26px;
    font-size:100%;
}

#searchbox_form h3{
    text-align:center;
    color:#fff;
    font-size:2.6em;
    line-height:1.3em;
    padding:10px 0;
    font-weight:normal;
    width:100%;
    clear:both;
    position:relative;
}
#searchbox_form h3 span, #searchbox_form h3 a, #searchbox_form h3 a:visited{
    color:#fdb977;
}
/*searchbox_item*/
.searchbox_item{
    float:left;
    width:221px;
    position:relative;
}
#search_keyword, #search_iim{
    width:246px;
}
.searchbox_item h4{
    color:#fff;
    font-size:1.5em;
    line-height:1.4em;
    font-weight:bold;
    margin:0 0 5px;
    word-spacing:-1px;
}
.searchbox_item_elements{
    width:100%;
    height:160px;
    overflow:hidden;
   /* background:url(../images/bgr_searchbox_form_elements.png) no-repeat; */
    margin:0 0 12px;
}
#search_keyword .searchbox_item_elements{
   /* background:url(../images/bgr_searchbox_form_elements2.png) no-repeat;    */
}
#search_iim .searchbox_item_elements{
    height:43px;
   /* background:url(../images/bgr_searchbox_form_elements3.png) no-repeat;  */
    margin:0 0 46px;
}
.searchbox_item_elements p{
    margin:8px 0 0 7px;
}
.searchbox_val{
    /*color:#f4c7a6;  */
    font-size:1.5em;
    font-family:Arial, Helvetica, sans-serif;
    font-style:italic;
    border:0;
    padding:1px 5px;
    background:#fff;
    width:221px;
}
#search_manufacturer .searchbox_val{
    width:196px;
}
.searchbox_item_select{
    background:#e6680b url(../images/bgr_select.png) repeat-x;
    width:206px;
    height:27px;
}
#search_keyword .searchbox_item_select{
    width:231px;
}
.searchbox_item_select select{
    border:0;
    border-color: #EB651D;
    color:#fff;
    font-size:1.5em;
    font-family:Arial, Helvetica, sans-serif;
    font-style:italic;
    width:198px;
    margin:4px 0 0 4px;
    font-weight:normal;
    padding:0;
    color:#fff;
    background: #EB651D;
}
#search_keyword .searchbox_item_select select{
    width:223px;
}
.searchbox_form_search a{
    width:88px;
    height:34px;
    text-indent:-9999px;
    display:block;
    background:url(../images/button_search.png) no-repeat;
    cursor:pointer;
}
/*searchbox_or*/
.searchbox_or{
    float:left;
    width:49px;
    height:106px;
    text-align:center;
    background:url(../images/bgr_searchbox_or.gif) no-repeat center top;
    overflow:hidden;
}
.searchbox_or p{
    color:#fff;
    font-size:1.8em;
    font-weight:bold;
    text-transform:uppercase;
    margin:44px 0 0;
}
/* body */
#body{
    width:100%;
    overflow:hidden;
    background: #000000 url(../images/bgr_body.png) repeat-y;
    padding:0 0 60px;
}
/* body2 */
#body2{
    width:100%;
    overflow:hidden;
    background:#fff;;
    padding:0 0 60px;
}
/*content*/
#content{
    float:left;
    width:608px;
    background:url(../images/bgr_content.png) no-repeat;
    position:relative;
}
/*content2*/
#content2{
    float:left;
    width:923px;
    background:url(../images/bgr_content.png) no-repeat;
}
/*sidebar*/
#sidebar{
    float:right;
    width:293px;
    padding:0 19px 0 11px;
    background:url(../images/bgr_sidebar.png) no-repeat;
}
/*bread*/
.bread{
    padding:30px 0 25px 31px;
}
.bread li{
    display:inline;
    color:#939393;
    font-size:1.2em;
}
.bread li a{
    color:#939393;
}
/* SubContent */
#sub_content{

}
#sub_content h1, #sub_content h2, #sub_content h3{
    color:#f3882c;
    padding:0 0 4px;
    font-weight:normal;
}
#sub_content h1{
    font-size:2.4em;
}
#sub_content h2{
    font-size:2em;
}
#sub_content h3{
    font-size:1.8em;
}
#sub_content h4, #sub_content h5, #sub_content h6{
    color:#4a4a4a;
    padding:0 0 4px;
    font-weight:normal;
}
#sub_content h4{
    font-size:2.4em;
}
#sub_content h5{
    font-size:2em;
}
#sub_content h6{
    font-size:1.8em;
}
p.sub_content_text{
    color:#878787;
    font-size:1.4em;
    line-height:1.4em;
    padding:0 0 10px;
}
#sub_content p.sub_content_text a{
    color:#f3882c;
}
p.sub_content_text a.selected{
    text-decoration:underline;
}
p.sub_content_text a.selected:hover{
    text-decoration:none;
}
p.georgia{
    font-size:1.2em;
}
.sub_box{
    background:#f4f4f4;
    border:1px solid #d8d8d8;
    padding:15px 20px 15px 0;
    margin:5px 40px 19px 0;
    overflow:hidden;
}
.sub_box p{
    color:#878787;
    font-size:1.4em;
    line-height:1.3em;
    padding:0 0 10px 30px;
}
#sub_content .sub_box h6{
    color:#4a4a4a;
    padding:0 0 4px 30px;
}
.sub_list{
    padding:10px 35px 5px 0;
}
.sub_list p{
    color:#f3882c;
    padding:0 0 6px;
    font-size:1.3em;
}
.sub_list .sub_list_ul{
    color:#f3882c;
}
.sub_list ol{
    margin:0 0 0 23px;
    list-style:decimal;
}
.sub_list ol li{
    color:#878787;
    font-size:1.2em;
    padding:0 0 3px;
}
.sub_list ul{
    padding:0 0 0 4px;
}
.sub_list ul li{
    color:#878787;
    font-size:1.2em;
    background:url(../images/ico_disc.gif) no-repeat left 4px;
    padding:0 0 3px 8px;
    display:block;
}
.alignleft{
    float:left;
}
/*relateditems*/
.relateditems{
    border-bottom:1px solid #ea9047;
    padding:30px 0 25px;
    margin:0 0 15px;
}
.relateditems h2{
    color:#fff;
    font-size:2.3em;
    font-weight:normal;
    padding:0 0 8px 8px;
}
.relateditems ul{
    width:100%;
    overflow:hidden;
}
.relateditems ul li{
    font-size:1.8em;
    line-height:1.3em;
    width:100%;
    float:left;
}
.relateditems ul li a, .relateditems ul li a:visited{
    display:block;
    color:#fff;
    padding:4px 0 4px 22px;
    background:url(../images/ico_news.gif) no-repeat 10px 12px;
}
.relateditems ul li a:hover{
    color:#fff;
    text-decoration:none;
    background:#f99a48 url(../images/ico_news.gif) no-repeat 10px 12px;
}
/*lates_news*/
.lates_news{
    margin:0 0 15px;
    border-bottom:1px solid #ea9047;
    padding:0 5px 15px 5px;
}
.lates_news h2{
    width:100%;
    overflow:hidden;
    color:#fff;
    font-size:2.4em;
    font-weight:normal;
    margin:0 0 4px;
}
.lates_news h2 span{
    float:left;
    padding:7px 5px 0 0;
}
.lates_news h2 img{
    float:left;
}
.lates_news ul{
}
.lates_news ul li{
    font-size:1.3em;
    line-height:1.3em;
    padding:8px 0 0;
    color:#fff;
}
.lates_news a, .lates_news a:visited{
    color:#fff;
}
.lates_newsul img{
    margin:5px 0 0;
}
.lates_news .more a, .lates_news .more a:visited{
    color:#fcb97e;
    font-size:0.8em;
    text-transform:uppercase;
}
/*side_gallery*/
.side_gallery{
    width:100%;
    overflow:hidden;
    margin:0 0 15px;
    border-bottom:1px solid #ea9047;
    padding:8px 0 20px;
}
.side_gallery_last{
    border-bottom:0;
    padding-bottom:0;
}
.side_gallery h3{
    padding:0 13px 0 5px;
    float:left;
}
.side_gallery img{
    float:left;
    border:1px solid #fff;
}
.side_gallery h4{
    font-size:1.6em;
    line-height:1.4em;
    font-weight:normal;
    color:#fff;
    margin:17px 0 0;
}
.side_gallery h4 a, .side_gallery h4 a:visited{
    color:#fff;
}
.side_gallery p{
    font-size:1.2em;
    line-height:1.3em;
    color:#fec99a;
    margin:0 15px 0 0;
}
.side_gallery div{
    clear:both;
    padding:10px 0 0 5px;
}
.side_gallery div a, .side_gallery div a:visited{
    color:#fcb97e;
    text-transform:uppercase;
}
/* ibody */
#ibody{
    width:100%;
    overflow:hidden;
    padding:23px 0 10px;
}
/*pbody*/
#pbody{
    width:100%;
    overflow:hidden;
    background:#fff;
    margin:0 0 1px;
}
/*index*/
#ilates_news{
    float:left;
    width:292px;
    padding:0 0 0 23px;
}
#ipromo{
    float:right;
    width:564px;
}
#ilates_news h2{
    width:100%;
    overflow:hidden;
    color:#f48029;
    font-size:2.4em;
    font-weight:normal;
    margin:0 0 4px;
}
#ilates_news h2 span{
    float:left;
    padding:7px 5px 0 0;
}
#ilates_news h2 img{
    float:left;
}
#ilates_news ul{
}
#ilates_news ul li{
    font-size:1.3em;
    line-height:1.4em;
    padding:8px 0 0;
}
#ilates_news ul img{
    margin:5px 0 0;
}
#ipromo ul{
    float:left;
}
#ipromo li{
    float:left;
    padding:0 17px 17px 0;
    width:264px;
}
#ipromo div img{
    float:left;
    margin:0 14px 0 0;
}
#ipromo h2{
    color:#f37b25;
    font-size:1.6em;
    font-weight:normal;
    margin:8px 0 4px;
}
#ipromo h2 a{
    color:#f37b25;
}
#ipromo p{
    font-size:1.2em;
    color:#656565;
}
/*search_link*/
.search_link{
   /* padding:0 0 0 27px;     */
   z-index:0;
}
.search_link a, .search_link a:visited, .search_link a:hover{
    font-size:2.2em;
    color:#fff;
    text-align:center;
    display:block;
    cursor:pointer;
    width:229px;
    height:34px;
    padding:12px 0 0;
    background:url(../images/button_search_link.png) no-repeat;
    text-decoration: none;
}    
.search_link a span{
    color:#fdb977;
}
/*search_block*/
#search_block{
    width:895px;
    padding:30px 0 0 31px;
}
#search_block h2{
    color:#f3882c;
    font-size:2.4em;
    padding:0 0 4px;
    font-weight:normal;
}
#search_block_nav{
    float:left;
    padding: 10px 0 0;
}
#search_block_nav li{
    display:inline;
    font-size:1.4em;
    color:#878787;
}
#search_block_nav li a{
    color:#878787;
}
#search_block_nav li span{
    font-style:italic;
    margin:0 0 0 20px;
}
/*search_block_top*/
#search_block_top{
    width:100%;
    overflow:hidden;
    padding:20px 0 25px;
}
#search_block_refind{
    float:left;
    width:510px;
    height:57px;
    background:url(../images/bgr_search_block_refind.gif) no-repeat;
}
#search_block_refind ul{
    float:left;
}
#search_block_refind li{
    float:left;
}
#search_block_refind label{
    font-size:2.0em;
    color:#a2a2a2;
    display:block;
    padding:18px 10px 0 18px;
}
#search_block_refind div{
    width:246px;
    height:43px;
    background:url(../images/bgr_search_block_refind_text.gif) no-repeat;
    margin:7px 0 0;
    overflow:hidden;
}
#search_refind_val{
    color:#505050;
    font-size:1.5em;
    font-style:italic;
    border:0;
    background:#fff;
    width:221px;
    padding:5px;
    margin:7px 0 0 8px;
}
#search_refind_sub{
    margin:7px 0 0 8px;
    display:block;
}
#search_block_pages{
    float:right;
    padding:0 50px 0 0;
}
#search_block_pages li{
    float:left;
    padding:0 0 0 10px;
}
/* product_list */
#product_list{
    width:100%;
    overflow:hidden;
    padding:0 0 120px;
}
#product_list li{
    width:426px;
    padding:0 20px 40px 0;
    float:left;
}
#product_list div{
    float:left;
}
#product_list div img{
    float:left;
    margin:0 17px 0 0;
}
#product_list h3{
    font-size:1.6em;
    line-height:1.1em;
    color:#f4903a;
    padding:0 0 3px;
}
#product_list h3 a{
    color:#f4903a;
}
#product_list p{
    font-size:1.2em;
    line-height:1.2em;
    color:#878787;
}
.product_list_add{
    padding:15px 0 0;
}
/*product_end_nav*/
#product_end_nav{
    width:100%;
    overflow:hidden;
}
#product_end_nav ul{
    float:right;
    padding:0 50px 50px 0;
}
#product_end_nav ul li{
    float:left;
    padding:0 0 0 10px;
}
#product_end_nav_pages{
    background:url(../images/bgr_product_end_nav_pages.gif) repeat-x;
    float:left;
}
#product_end_nav_pages_body{
    background:url(../images/bgr_product_end_nav_pages_body.gif) no-repeat;
    float:left;
}
#product_end_nav #product_end_nav_pages ul{
    float:left;
    padding:10px 10px 0 10px;
    height:34px;
    background:url(../images/bgr_product_end_nav_pages_right.gif) no-repeat right top;
}
#product_end_nav #product_end_nav_pages ul li{
    float:left;
    padding:0;
    font-size:1.5em;
    color:#fff;
}
#product_end_nav_pages a{
    color:#fff;
    margin:0 5px;
    font-weight:bold;
}
/* footer */
#footer{
    width:100%;
    height:100%;
    background : #FFFFFF url(../images/bgr_html.gif) repeat-x top;
    overflow:hidden;  
}
.footer_wrapper{
    margin:0 auto;
    width:931px;
}
#footer_contact{
    float:left;
    width:538px;
    padding:20px 0 0 34px; 
}
#footer_contact h3{
    color:#b6b6b6;
    font-size:1.3em;
    line-height:1.3em;
    font-weight:normal;
}
#footer_contact p{
    color:#000000;
    font-size:1.3em;
    line-height:1.3em;
}
#footer_contact p a {
    color:#AAAAAA;
}
#footer_links{
    float:right;        
    padding:22px 46px 0 0;
}
#footer_links li{
    float:left;
    padding:0 0 0 7px;
}
#footer_login img{
    margin:5px 0 0;
}
/* Opera hack */
@media all and (min-width: 0){
    .searchbox_item_select select{
        color:#fff;
        background: #EB651D;
    }
}
/* Safari hack*/
@media screen and (-webkit-min-device-pixel-ratio:0){
    .searchbox_item_elements p{
        margin:6px 0 0 7px;
    }
}
/*--- page-2 ---*/
.bg-content {
	width: 800px;
	overflow: hidden;
	background: url("../images/bg-content.gif") repeat-y;
}
.primary-content-2 {
	float: left;  
	padding: 0 32px 0 31px;
}
.primary-content-3 {
	float: left;
	padding: 0 32px 0 38px;
}

.secondary-content-2 {
    float: right;
    width: 200px;
    height: 100%;
    margin: 35px 60px 0 0;
    padding: 0px 0px 10px;
    background-color:#F5F5F5;
}
.sublink-box {
    padding: 0;
    background:#EEE;
}
.sublink-box h3 {
    color: #828282;
    font-size: 16px;
    padding: 6px 0 6px 10px;
    /*background: url("../images/h-line.gif") no-repeat 0 100%;*/
}
.sublink-box ul {padding: 9px 0 0 0;}

.sublink-box ul li {
    font-size: 14px;
    padding: 0 0 6px 29px;
    background: url("../images/i-2.gif") no-repeat 15px 5px;
}
.sublink-box ul li  a {color: #fc9400;}

.related-box {
	padding: 8px 0 12px 0;
	background: url("../images/h-line.gif") no-repeat 0 100%;
}

.related-box h3,
.separator h3,
.gallery-box h3 {
	color: #0061aa;
	font-size: 14px;
	padding: 0 0 3px 29px;
	background: url("../images/i-2.gif") no-repeat 15px 3px;
}
.related-box p {
	color: #FC9400;
	font-size: 11px;
	line-height: 14px;
	padding: 0 22px 9px 29px;
}
.related-box p a {color: #B7B7B7;}
.mb-1 {margin-bottom: 5px !important;}

.separator {
	margin: 9px 0 0 0;
	padding: 7px 0 0 0;
	background: url("../images/h-line.gif") no-repeat;
}
.separator p ,
.gallery-box p {padding: 17px 0 0 0;}

.button-box {padding: 2px 0 0 25px;}
.button-box a {margin: 0;}

.flashElement {
	float: left;
	width: 800px;
	height: 196px;
	background: url("../images/flashElement.jpg") no-repeat;
	padding: 0px 0px 0 0px;
}
.whiteBG {
	width: 845px;
	margin: 0 auto;
	background: url("../images/whiteBG.png") repeat-y;
	padding: 0px 0px 0 0px;
}
#viewcart:hover {
    text-decoration:none;
}

/**** Auto Suggest ******/
.ac_results {
    padding: 0px;
    border: 1px solid black;
    background-color: #EB651D;
    overflow: hidden;
    z-index: 99999;
    color: #000;
}

.ac_results ul {
    width: 100%;
    list-style-position: outside;
    list-style: none;
    padding: 0;
    margin: 0;
}

.ac_results li {
    margin: 0px;
    padding: 2px 5px;
    cursor: default;
    display: block;
    /* 
    if width will be 100% horizontal scrollbar will apear 
    when scroll mode will be used
    */
    /*width: 100%;*/
    font: menu;
    font-size: 12px;
    /* 
    it is very important, if line-height not setted or setted 
    in relative units scroll will be broken in firefox
    */
    line-height: 16px;
    overflow: hidden;
}

.ac_loading {
    background: white url('../images/loader_autosuggest.gif') right center no-repeat;
}

.ac_odd {
    background-color: #FDB977;
}

.ac_over {
    background-color: #fff;
    color: #000;
}

#search_box {
    display:none;
    background: url(../images/bgr_other.png) repeat-x; height:300px; margin:0;
    overflow:hidden;
    position:relative;
}
#search_trigger, #search_close {
    margin-left: 27px;
}
#search_close {
    position:absolute;
    bottom:0;
    left:0;
}
.close_button {
    border:none;
    background: url(../images/close.png) no-repeat;
    height: 26px;
    width: 78px;
    cursor: hand;
    cursor: pointer;
}
label.error {
    color:#FDB977;
    font-size:12px;
    font-weight:bold;
    display:block;
    margin-top:5px;
}

.call-availability {
    color:#F4903A; 
    font-size: 11px;
}
#viewcart {
    color:#fff;
}