*,html{
    padding:0;
    margin:0;
}

body{
    background: url("../images/body_bg.gif") top repeat-x #fff;
    font-family: arial;
    font-size:12px;
    color:#3c3c3c; 
}


img{
    border:0px;
}

form{
    margin:0px;
}

.Star{color:#F00;}

a{
    font-family: arial;
    font-size:12px;
    color:#3c3c3c;
    text-decoration: none;
}


h3{
    font-weight: bold;
    font-size: 12px;
}

#wrapper{
    width:100%;        
}

#page{
    width:1000px;
    text-align: left;
}



#top{
    height:180px;    
    background:url("../images/sky_left.jpg") left top no-repeat;
    z-index: 1;
}

    #top_left{
        width:273px;
        height:152px;
        float:left;
    }
        #logo{
            width:133px;
            height:40px;
            background:url("../images/logo.jpg") no-repeat;
            margin:26px 0 42px 24px;
            font-size:20px;
            padding:4px 0 0 62px;
            cursor: pointer;
        }
        .tool_free{
            margin:0 0 0 24px;
            background: transparent url("../images/toll_free_now.png") left no-repeat;
            _background: none; 
            _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/toll_free_now.png', sizingMethod='crop');
            height:13px;
        }
            .tool_free p{       
                font-size: 12px;
                font-weight: bold;
                color:#fff;
                margin:0px 0 0 98px;
                padding: 0;
            }
    
    #top_right{
        float:right;
    }
    
        #top_right div{
            float:left;
        }   
        #top_center{        
            width:462px;
            height:152px;
            background:url("../images/doctors.jpg") no-repeat;
        }
        #top_right_r{
            width:265px;
            height:152px;
            background:url("../images/sky_right.jpg") no-repeat;
            text-align: right;
        }
        #top_right_r div{
            float: right;
            margin-right: 14px;
        }
        html>body #top_right_r div{
                margin-right: 29px;
        }
            #cart_status{
                margin:22px 0 29px 0;
                width: 230px;     
            }   
                 #cart_status span{    
                    color:#e10000;
                    font-weight: bold;
                 }
                .cart_status_cost{
                    margin-top:7px;
                }
                    .cart_status_cost a{
                    }
                
                .cart_checkout a{
                    font-weight: bold;
                    text-decoration: none;
                }
            #we_accept{
                height: 27px;
/*                border:1px #000 solid;*/
            }
                
                #we_accept span{
                    margin-left:6px;
                }
    #menu_main{
        width: 1000px;
    }                 
        #menu_main div {
            float: left;
        }
        
    #line{
        width: 1000px;
        height:42px;
        color:#7d7d7d;       
    }
        #line div{
            float:left;
        }
        
        .menu_category_title{
           width:222px;
           padding:14px 0 10px 28px; 
        }
        
        #search{
            margin:12px 0 0px 0;
            height:18px;
            vertical-align: middle;
        }
         
        .search_i{
            border:1px #a3a6a7 solid;
            width: 157px;
            height:16px;
            margin: 0px 7px 0 0;
            padding: 0;
            font-size: 12px;
        }
        .alphabet_title{
            margin: 12px 0 0 15px;        
            border-left: 1px #c6c9ca solid;
            height:18px;
        }
        .alphabet{          
            width:276px;
            height:18px;
            margin: 12px 0 0 8px;
            font-size: 11px;
            font-weight: bold;
            color:#a8a8a8;
            border-right: 1px #c6c9ca solid;
            padding-top: 3px;
            
        }
        html>body .alphabet{
            height:15px;
        }
        
            .alphabet span{
                
            }
            .alphabet a{
                font-size: 11px;
                font-weight: bold;
                color:#555555;  
            }
            .alphabet a:hover{        
                color:#e10000;
            }
        
        #support{
            margin:6px 0 6px 12px;
        }

#content{
    background: url("../images/content_bg.gif") left repeat-y;
/*    border:1px #000 solid;*/
    width: 1000px;
}

#content_text p{
    margin:3px 0 3px 0;
}
#content_text h3{
    margin:5px 0 3px 0;
}


#content_text{
    margin: 10px 0 20px 0;
}

#left_block{
    width:230px;
    border-top: 1px #f2f4f4 solid;
    float: left;
}
#menu_categories{
    
}
    #menu_categories a{
        color:#7d7d7d;
        font-size: 14px;        
        padding: 3px 0 4px 30px;
        width:200px;
        display: block;
    }
        
    #menu_categories a:hover{
        color:#fff;
        font-weight: bold;
        background: #0f81e0;
    }
    
    .menu_categories_active{
        color:#fff !important;
        font-weight: bold;
        background: #0f81e0;
    }

    .active{
        font-weight: bold;
    }
    
    #menu_categories ul{      
        list-style-type:none;
        color: #7dc1e9;
        font-size: 10px;
    }
        #menu_categories ul li{
            border-bottom: 1px #f2f4f4 solid;
            background: url("../images/product_menu_bg.gif") top left no-repeat;
        }                    
        
    
        #menu_categories li ul{    
            font-size: 10px;         
            margin:0 0 0 40px;
        }
                #menu_categories li ul li{
                    background: #fff url("../images/product_submenu_bg.gif") left no-repeat;
                    border:0px;
                    padding: 2px 0 2px 10px;
                }
                    #menu_categories li ul li a{
                        font-size: 12px;
                        padding:0; 
                        width:120px;    
                    }
                    #menu_categories li ul li a:hover{
                        padding:0;                                                          
                        background:#fff;
                        font-size: 12px;
                        color:#7d7d7d;
                        font-weight: bold;
                    }
                .all_products{
                    background: #fff !important;
                    margin-left: -10px !important;
                }
                .all_products a{
                    font-weight: bold !important;
                    font-size:13px !important;
                    color:#3c3c3c !important;
                }

                
                
#special_offer{
    width:218px;
    height:276px;
    background: url("../images/special_offer.gif") no-repeat;
    margin:50px 7px 20px 5px;
    font-size: 14px;
}
.spec_price{
    font-size: 30px;
    font-weight: bold;
    color:#fff;
    padding:15px 0 0 154px;
}

    .spec_price div{    
        float:left;
    }
    .spec_cent{
        font-size: 16px;
        margin:3px 0 0 0; 
    }
    
.spec_img{
    float:left;
    margin:16px 0 0 0;
    width:94px;
    text-align: center;
}
.spec_title{
    margin:37px 0 0 0px;
    font-weight: bold;
    font-size: 17px;          
    width:124px;
}
.spec_tabs{
    font-size: 12px;
    font-weight: bold;
    color:#fff;
    margin:5px 0 0 4px;
}
html>body .spec_tabs{
    margin:3px 0 0 4px;
}
.spec_descr{
    margin:9px 0 0 14px;
}
.spec_to_cart{
    background: url("../images/spec_cart.png") left no-repeat;   
    _background: none; 
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/spec_cart.png', sizingMethod='crop');
    width:75px;
    float: right;
    padding-left:20px;
    margin:15px 0 0 0;
/*    border:1px #000 solid;*/
}
    .spec_to_cart a{
        color:#0079de;
        font-weight: bold;
    }

    
#center{
    width: 736px;
    border-top: 1px #bee0f4 solid; 
    float: right;
    margin:0 15px 0 19px;
}
/*    main   */
    .center_top{
        height: 113px;
    }
        .center_top div{
            float:left;
        }
        .viagra{
            background: url("../images/viagra.gif");
            width: 240px;
            height: 90px;
            margin: 8px 7px 0 0;
            text-align: right;
        }
        .cialis{
            background: url("../images/cialis.gif");
            width: 240px;
            height: 90px;
            margin: 8px 8px 0 0;
            text-align: right;
        }
        .levitra{
            background: url("../images/levitra.gif");
            width: 240px;
            height: 90px;
            margin: 8px 0 0 0;
            text-align: right;
        }
            .vcl_d{
                color: #e10000;
                font-size: 30px;
            }
            .vcs_price{
                font-size: 36px;
                padding:3px 7px 0 0;
            }
            .vcl_pill{
                color:#7d7d7d;
                font-size:14px;
                padding:0 7px 0 0;
                font-weight: bold;
            }
            .vcl_link{
                padding:11px 7px 0 0;
            }
                .vcl_link a{
                    color:#fff;
                    font-weight: bold;
                }
                
                    
    .products{
       margin:7px 1 1 1;
    }
    
    .products div{
       /* float:left;*/
    }
    
        .product{
        	float:left;
            color:#3c3c3c;
            width: 210px;
/*            margin:0 20px 0 14px; */
            overflow:hidden;
            padding:0 27px 0 7px;
        }
        
        #product_last{
            margin:0 0 0 10px;
        }
        
        .product_title{
            color:#3c3c3c;
            font-weight: bold;        
            width:140px;              
        }
            .product_title a{
                color:#3c3c3c;
                font-weight: bold;                      
            }
        .product_pill{
            color:#7d7d7d;
            font-weight: bold;
            font-size: 11px;
        }
        .product_price{
            color:#e10000;    
            font-size: 24px;
            margin:5px 0 0 0;
        }
        
        .product_img{
            float:right;
            width:70px;
            height:70px;
            text-align: right;        
        }
        /*.product a{
            color:#0079de;
            font-weight: bold;
        }*/
        .product_to_cart{             
            text-align:right;
            padding:10px 0 0 124px;
        }
            .product_to_cart a{
                color:#0079de;
                font-weight: bold;
            }
    
    {
        margin:21px 0 19px 0;
    }
    
    .text{
       margin:15px 0 0 0;
    }
    
    .text p{
        font-size:14px;
    }
    
    
    .by_google{
        width:736px;
        height:90px;
        background: url("../images/by_google.gif") bottom right no-repeat;
        margin:22px 0 7px 0;
    }

/* PRODUCTs */
.center_title{
    margin:15px 0 0 0;
}

#product_descr{
    margin:0 0 5px 0;
}

    
    /*
    #product_descr div{
        float:left;
    }*/
    
    .product_descr_img{
        text-align: center;
        margin: 0px 27px 7px 0px;
        float:left;
    }
    
    .product_descr_title{
        margin:12px 5px 0 0px;
        font-weight: bold;
        font-size:16px;
    }
        .product_descr_title p{
            font-size: 12px;
            font-weight: normal;
            color:#7d7d7d;
        }
    
    .product_descr_text{
        width:500px;
        margin:10px 0 0 0px;
    }

    
.table_header{
    color:#fff;
    background: #7d7d7d;
    border:1px #434343 solid;
    font-weight: bold;    
}
    .table_header td{
        padding: 5px 0 5px 0
    }
    .table_header span{
        padding-left:20px;
    }

.table_product{
    border-left: 1px #d2d2d2 solid;
}

    #table_product_border{
        border-right: 1px #d2d2d2 solid;
        border-bottom: 1px #d2d2d2 solid;
    }       
        .table_product_title{
            font-size: 16px;
            font-weight: bold;
            color:#0f81e0;
        }
            .table_product_title p{
                font-size: 14px;
                font-weight: bold;
                color:#7d7d7d;
            }
        .table_package{
            font-weight: bold;
            padding:5px 0 5px 20px;
        }
        .table_package p{
            color:#0f81e0;
            font-family: tahoma;
            font-size:11px;
            font-weight: normal;
        }
        .table_price{
           color:#555555;
           font-weight: bold;
           font-size: 12px;
           font-family: tahoma;
        }
            .table_price_blue{
                font-size: 14px;
                color:#0079de;
            }
            .table_price_red{       
                color:#e10000;      
            }
        .table_save{
            width:110px;
            color:#e10000;
            font-weight: bold;
            font-size: 16px;
            font-family: tahoma;
        }
        .table_order{
            padding:7px 8px 7px 0;
        }
        .table_order a{
            color:#0079de;
            font-weight: bold;
        }

#product_description{
    margin:28px 0 31px 0;
}        
#product_descr_head{
    border-bottom: 1px #bee0f4 solid;
    height:27px;
}   
    #product_descr_head div{        
        float:left;
        margin: 0 3px 0 0;
        width: 172px;
        height:27px;
        font-weight: bold;
        text-align: center;
    }
    #product_descr_head p{
        margin:6px 0 0 0;
    }
    .product_descr_head{   
        background: #e7f4fa url("../images/block_hl.gif") left no-repeat;
    }
    
    .product_descr_head_active{
        background: #0f81e0 url("../images/block_hl_active.gif") left no-repeat;
        color:#fff;
    }
        .product_descr_head_active a{
            color:#fff;
        }
    #product_description_text{
        border-bottom: 1px #bee0f4 solid;
        font-size: 14px;
    }
    
    #product_description_text p{
        margin:10px 72px 15px 10px;
    }
    #product_description_text a{
        color:#0079de;
        font-size: 14px;
        text-decoration: underline;
    }
/* END of Products */

/* YOUR CART */

#your_cart_table{
    margin:15px 0 40px 0; 
}

.table_cart{
    border-bottom: 2px #454545 solid;
}

.table_cart td{
    border-bottom:1px #dddbda solid;
    padding: 5px 0 5px 0;
}

.cart_product{
    font-size: 13px;
    font-weight: bold;
}
    .cart_product p{
        font-size: 11px;
        font-weight: normal;
        color:#0f81e0;
        font-family: tahoma;
        margin:0 40px 0 0;
        padding:0 0 0 7px;           
        background: url("../images/arrow.gif") no-repeat top left;
    }
        .cart_product a{
            font-size: 11px;
            font-weight: normal;
            color:#0f81e0;
            font-family: tahoma;
        }
    .cart_product_tabs{
        font-size: 11px;
        color:#7d7d7d;
    }
    .cart_product_g{    
        color:#7d7d7d;
        font-family: tahoma;
        font-size: 11px;
        font-weight: normal;
    }

.table_cart_price{
    font-family: tahoma;
    font-size:14px;
    font-weight: bold;
}
.table_cart_total{
    font-family: tahoma;
    font-size:14px;
    font-weight: bold;
    color:#e10000;
}

.cart_amount{
    width: 22px;
    height:18px;
    border:1px #dddbda solid;
    text-align: center;
}
.cart_line_free{
    background: #edf7ff;
    font-weight: bold;
}
    .cart_line_free span{
        padding-left:20px;
    }
.table_cart_free{
    font-weight: bold;
    color:#0f81e0;  
    margin-left:15px;
}

.total{
    font-weight: bold;
    font-size: 14px;
    color:#555555;
}
    .total span{
        font-size: 16px;
    }


/* END YOUR CART */

.info_title{
    font-weight: bold;
    font-size: 13px;  
}

.terms{
    margin:3px 0 0 20px;
}

.form input,textarea,select{
   border:1px #a3a6a7 solid; 
}

.form select{
   width:223px;
}
.input_text{
   width:220px;
}
.form textarea{
    width:220px;
    overflow: auto;
}

.form a{
    font-weight: bold;
}

#found_categories{
    margin: 5px 0 5px 20px;
}

#flash_area{
    margin:16px 0 21px 0;
}

#pager{
    margin:13px 0 13px 0;
    height: 29px;
    border-top: 1px #bee0f4 solid;
    border-bottom: 1px #bee0f4 solid;
    vertical-align: middle;
}
    #pager ul{
        margin: 7px 5px 0 7px;
        font-weight: bold;
    }
    
    #pager li {
        margin: 0 0 0 4px;
        padding:1px 0px 1px 3px;
        display: inline;
        list-style-type: none;
        border:1px #c7c7c7 solid;
        background: #f5f6f6;
    }
    
    html>body #pager li{
        margin: 0 0 0 1px;
        padding:1px 3px 1px 3px;
    }
    
    #pager a{
        color:#7d7d7d;  
    }
    #pager a:hover{
        color:#0079de;  
    }
    #pager a:active{
        color:#c0c0c0;  
    }
    
#footer{
    width:1000px;
    height:65px;                 
    background: url("../images/footer_bg.gif") repeat-x;
}

#copyright{
    float: left;
    width:140px;
    font-size: 11px;
    color:#7d7d7d;
    margin:20px 0 20px 15px;
}

html>body #copyright{
    margin:20px 0 20px 30px;
}

#footer_menu{
    float:right;
    margin: 25px 20px 20px 0px;
    color:#7d7d7d;         
}

#results{
    border:1px #a3a6a7 solid;
    border-bottom: 0px;
    display: none;
    background: #fff;
}
    #results div{
        border-bottom:1px #a3a6a7 solid;
    }
     
    #results a{
        width:145px;
        display: block;
        height:20px;
        padding:3px 5px 3px 5px;
    }
    #results a:hover{        
        color:#fff;
        font-weight: bold;
        background: #0f81e0;
    }

    .selected{
        background: #0f81e0;
    }

    .selected a{
        color:#fff;
        font-weight: bold;
    }

html>body #footer_menu{
    margin: 25px 40px 20px 0px;
}

    #footer_menu a{
        color:#7d7d7d;
    }
    #footer_menu a:hover{
        color:#0079de;
    }
.red{
    color: #e10000;
}    
.left{
    float:left;
}
.right{
    float:right;
}
.clearing{
    clear:both;
}

.error{
    color:#e10000;
    font-size: 11px;
}