﻿#single_product { float: left; margin-bottom:30px; }

    #single_product .list_view_wrapper { display: table; padding: 0px 0; width: 100%; }
           
    #single_product .list_view_image_wrapper { /*display: table;*/ float: left; width:100%; margin-bottom:20px; /* margin-right: 20px; */ }

        #single_product .list_view_image_wrapper img { width: 100%; /*filter: alpha(opacity=100); margin: 5px auto;  -moz-opacity: 1; opacity: 1;*/ }

        #single_product .list_view_image_wrapper .img_wrapper .inplace_image_rorator img{ width:20px; }

    #single_product .list_view_title_wrapper { float: left; margin: 0; background-color:transparent; width:100%; }

        #single_product .list_view_title_wrapper .list_view_title { position: relative; margin: 0 0 20px -20px; padding: 10px 20px 10px 20px; width: 100%; background: #696969; -moz-box-shadow: -1px 1px 3px #000; -webkit-box-shadow: -1px 1px 3px #000; box-shadow: -1px 1px 3px #000; color: #fff; font-size: 16px; }

        #single_product .list_view_title_wrapper .list_view_title .arrow { position: absolute; top: 104%; left: 0; width: 0; height: 0; border-top: 10px solid #4a4a4a; border-left: 20px solid transparent; line-height: 0; }

    #single_product .list_view_intro_wrapper { float: left; width: 100%; }

        #single_product .list_view_intro_wrapper .list_view_intro { color: #000; font-size: 14px; padding: 0; }

    #single_product .list_view_text_wrapper { margin: 0; width: 100%; }

        #single_product .list_view_text_wrapper .list_view_text { color: #000; font-size: 12px; font-weight: normal; float:left; width:32%; }

         #single_product .list_view_text_wrapper .list_view_spec { color: #000; font-size: 12px; font-weight: normal; float:left; width:31%; margin:0 3%; }         

          #single_product .list_view_text_wrapper .list_view_docs { color: #000; font-size: 12px; font-weight: normal; float:left; width:31%; }

          #single_product .list_view_text_wrapper .list_view_docs .product_doc{padding:0 0 0 21px; background-image:url(/Images/page.png); background-repeat:no-repeat; line-height:16px;}

          #single_product .list_view_text_wrapper .list_view_spec_title, .list_view_docs_title, .list_view_text_title {border-bottom:1px solid #d1d1d1; color: #332f2c; text-transform: uppercase; font-size: 12px; margin:0 0 10px 0; padding:0; }
