﻿.right_container .paging_block
        {
            width: 768px;
            height: 30px;
            overflow: hidden;
            padding-top: 5px;
            border-top: dashed 1px #b0b1b1;
            border-bottom: dashed 1px #b0b1b1;
        }       
            .paging_block .pb_left
            {
                color: #3FC71F;
                width: 130px;
                float: left;
                padding-top: 7px;
                font-weight: bold;
                text-align: center;
                border: solid 0px #b0b1b1;
            }
            
            .paging_block #pb_center_top
            {
                width: 502px;
                float: left;
                text-align: center;
                border: solid 0px #b0b1b1;
            }
                #pb_center_top .current_page
                {
                    color: #3FC71F;
                    font-size: 16px;
                    padding: 0px 5px 0px 5px; 
                    margin: 0px 4px 0px 4px;                    
                    border: solid 0px black;
                }
                
				#pb_center_top img
				{
					padding-top: 0px;
					border: solid 0px black;
				}     
				
				#pb_center_top .navlink
				{
					padding: 0px; 
					margin: 0px;
					text-decoration: none;
					background-color: #ffffff;
				}
				
            .paging_block #pb_center_bottom
            {
                width: 502px;
                float: left;
                text-align: center;
                border: solid 0px #b0b1b1;
            }
                #pb_center_bottom .current_page
                {
                    color: #3FC71F;
                    font-size: 16px;
                    padding: 0px 5px 0px 5px; 
                    margin: 0px 4px 0px 4px;                    
                    border: solid 0px black;
                }
                
				#pb_center_bottom img
				{
					padding-top: 0px;
					border: solid 0px black;
				}     
				
				#pb_center_bottom .navlink
				{
					padding: 0px; 
					margin: 0px;
					text-decoration: none;
					background-color: #ffffff;
				}  				                             
                                      
            .paging_block .pb_right
            {
                width: 110px;
                float: left;
                font-size: 10px;
                padding-top: 3px;
                text-align: right;
                border: solid 0px #b0b1b1;
            }				
            
			.pb_right select
			{
				padding: 0px;
				margin: 0px;
				font-size: 9px;
				color: #606263;
				border: solid 1px #b0b1b1;
			}
			
            
            .paging_block a, .paging_block a:link, .paging_block a:visited
            {
                padding: 0px 5px 0px 5px; 
                margin: 0px 4px 0px 4px;
                border: solid 0px black;
            }
            
            .paging_block a:hover
            {
                text-decoration: none;
                background-color: #d0d0d0;
            }
            
.right_container .product_range,  .right_container .company_info
     {
         float: left;
         width: 767px;
         margin-top: 15px;
         border: groove 0px Black;
     }
		.right_container .company_info
		{
			width: 757px;
			border: solid 0px black; 
			padding: 5px;
		}
        
        .product_range div.dashed_spacer_hr
        {
            float: left;
            width: 100%;
            height: 3px;
            background-image: url('../images/core/dashed_spacer_horizontal.jpg');
            background-repeat: repeat-x;
            border: dashed 0px Black;
        }
        
        .product_range div.dashed_spacer_vt
        {
            float: left;
            width: 5px;
            height: 194px;
            background-image: url('../images/core/dashed_spacer_vertical.jpg');
            background-repeat: repeat-y;
            border: dashed 0px Black;
        }   
        
        .product_range div.product_block
        {
            float: left;
            margin-right: 0px;
            width: 184px;
            height: 164px;
            text-align: left;
            padding: 5px 1px 5px 1px;
            border: solid 0px black;
        }     
            .product_block h3
            {
                width: 98%;
                margin: 0px 3px 1px 3px;
                border: solid 0px red;
            }
            
            .product_block .image_block
            {
				margin: 1px; text-align: center; width: 96%;
			}
            
            .product_block img
            {
                /*width: 173px;
                height: 100px;*/
                margin: 0px 5px 3px 5px;
                border: solid 0px red;
            }
            
            .product_block p
            {
                width: 94%;
                height: 20px;
                margin: 0px 5px 3px 5px;
                overflow: hidden;
                text-transform:capitalize;
                font-size: 10px;
                text-align: justify;
                border: solid 0px red;
            }            
            
            .product_block p.retailprice
            {
            	font-size:12px;
            	color:Gray;
            	font-weight:normal;
            }
            .product_block p.specialprice
            {
            	font-size:12px;
            	color:Red;
            	font-weight:bold;
            }
            .product_block p.more
            {
                height: 12px;
                text-align: right;
            }