/* * FCKeditor - The text editor for Internet - http://www.fckeditor.net * Copyright (C) 2003-2009 Frederico Caldeira Knabben * * == BEGIN LICENSE == * * Licensed under the terms of any of the following licenses at your * choice: * * - GNU General Public License Version 2 or later (the "GPL") * http://www.gnu.org/licenses/gpl.html * * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") * http://www.gnu.org/licenses/lgpl.html * * - Mozilla Public License Version 1.1 or later (the "MPL") * http://www.mozilla.org/MPL/MPL-1.1.html * * == END LICENSE == * * This is the default CSS file used by the editor area. It defines the * initial font of the editor and background color. * * A user can configure the editor to use another CSS file. Just change * the value of the FCKConfig.EditorAreaCSS key in the configuration * file. */ /** * The "body" styles should match your editor web site, mainly regarding * background color and font family and size. */ body{ margin: 0; padding: 0; background-color: #FFFFFF; } a { text-decoration: none; } img { border: 0px; } table { border:hidden; } /*header*/ #header_container { background-image: url(../images/header_bg.png); background-repeat: repeat-x; height: 115px; } .lang_frame { margin-left: auto; margin-right: auto; width: 1200px; } .header_lang { float: right; font-family: Arial, Helvetica, sans-serif; font-size: 12px; width: 60px; height: 15px; background-color: #333333; opacity: 0.4; border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; padding: 5px; } .header_lang a { color: #B1AEAA; } .cart_frame { margin-left: auto; margin-right: auto; width: 1200px; padding-top: 90px; } .cart_frame a { color: #84704A; } .cart_icon { float: right; margin-left: 25px; } .cart_title { float: right; font-family: Arial, Helvetica, sans-serif; font-size: 12px; padding: 2px; font-weight: bold; } /*logo*/ #logo { margin-left: auto; margin-right: auto; width: 330px; height: 0px; position: relative; top: -90px; z-index: 10; } /*Menu*/ #menu_container { background-image: url(../images/menu_bg.png); background-repeat: repeat-x; height: 30px; } .menu_frame { margin-left: auto; margin-right: auto; width: 1000px; padding: 0px 100px; } .menu_frame a { font-family: Arial, Helvetica, sans-serif; color: #FFFFFF; text-transform:uppercase; } .menu_left{ float: left; padding-top: 5px; padding-bottom: 5px; margin-left: 55px; } .menu_right{ float: right; padding-top: 5px; padding-bottom: 5px; margin-left: 30px; margin-right: 30px; } .menu_fb_logo{ float:right; height: 30px; } /*Slide*/ #slide_container{ width: 1200px; margin-left: auto; margin-right: auto; } /*Main*/ #main_container { width: 900px; margin-left: auto; margin-right: auto; padding: 35px 150px; overflow: auto; } .main_path { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #A49478; margin-bottom: 10px; } .main_path a { color: #A49478; } .main_title { font-family: Tahoma, Geneva, sans-serif; font-size: 21px; font-weight: bold; color: #383838; } /*about*/ .about_cell_frame { margin-top: 50px; } .about_title { font-family: Tahoma, Geneva, sans-serif; font-size: 21px; font-weight: bold; color: #EA6379; margin-bottom: 10px; } /*contact us*/ .contact_msg { margin-top: 30px; font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #FF0000; } .contact_cell_left { float: left; width: 390px; background-color: #F2F2F2; height: 290px; padding: 30px; font-family: Tahoma, Geneva, sans-serif; font-size: 12px; color: #1A1A1A; line-height: 16px; margin-top: 50px; } .contact_cell_left a { color: #A49478; } .contact_cell_right { float: right; width: 390px; background-color: #A49478; height: 290px; padding: 30px; margin-top: 50px; } .contact_enquiry_title { font-family: Tahoma, Geneva, sans-serif; font-size: 15px; color: #FFFFFF; font-weight: bold; margin-bottom: 20px; } .contact_enquiry_text { font-family: Tahoma, Geneva, sans-serif; font-size: 12px; color: #FFFFFF; } .contact_enquiry_submit { width: 96px; height: 16px; border-radius: 3px; background-color: #F6F6F6; color: #A49478; font-weight: bold; text-align: center; padding: 2px; float: right; margin-right: 3px; } /*Product review*/ .review_pagination { margin-top: 20px; } .review_msg { margin-top: 30px; font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #FF0000; } .review_cell_left { float: left; width: 550px; } .review_cell_box { background-color: #F8F8F8; padding: 0px 20px 20px 20px; font-family: Tahoma, Geneva, sans-serif; font-size: 12px; margin-bottom: 10px; } .review_box_frame { padding-top: 20px; padding-bottom: 20px; } .review_box_name { float: left; color: #000000; text-decoration: underline; } .review_box_time { float: right; color: #828282; } .review_box_title { float: left; } .review_box_reply { background-color: #FFFFFF; border-left: 1px solid #E9E9E9; padding: 10px; color: #999999; } .review_box_reply img { vertical-align: bottom; margin-right: 5px; } .review_cell_right { float: right; width: 300px; background-color: #A49478; height: 450px; padding: 15px; border-radius: 10px; } .review_cell_right img { margin: 0px 2px; vertical-align: bottom; } .review_enquiry_title { font-family: Tahoma, Geneva, sans-serif; font-size: 18px; color: #FFFFFF; font-weight: bold; margin-bottom: 20px; } .review_enquiry_text { font-family: Tahoma, Geneva, sans-serif; font-size: 12px; color: #FFFFFF; } .review_enquiry_submit { width: 290px; height: 26px; border-radius: 5px; background-color: #F6F6F6; color: #A49478; text-align: center; padding: 2px; font-size: 20px; margin-left: auto; margin-right: auto; } /*Product*/ #product_container { width: 930px; margin-left: auto; margin-right: auto; padding: 0px 135px 35px 135px; overflow: auto; } .product_pagination { float: right; } .product_frame { background-image: url(../images/product_cell_bg.png); border: 1px solid #EEEBE6; margin-right: 13px; margin-left: 13px; margin-bottom: 40px; overflow: hidden; width: 200px; height: 260px; float:left; } .product_cell_img { margin: 10px; border: 1px solid #E7E9EB; width: 180px; height: 180px; } .product_cell_icon { position: relative; float: right; margin: 5px; } .product_cell_title { font-family: Tahoma, Geneva, sans-serif; font-size: 16px; color: #383838; padding: 0px 10px; height: 40px; overflow: hidden; } .product_cell_price { font-family: Tahoma, Geneva, sans-serif; font-size: 12px; color: #EA6379; font-weight: bold; padding: 0px 10px; } .product_nav_frame { margin-bottom: 50px; } .product_nav_text { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #959595; } .product_nav_sort { width: 150px; background-color: #F2F2F2; border-color: #ECECEC; } .product_search { width: 110px; height: 18px; border: 1px solid #DAD0C4; } .product_search_icon { border: 1px solid #DAD0C4; vertical-align: bottom; } /*Product Detail*/ .product_detail_frame { border: 1px solid #A49478; width: 900px; height: 400px; } .product_detail_left { width: 400px; height: 400px; float: left; } .product_detail_right { width: 470px; height: 380px; float: right; font-family: Tahoma, Geneva, sans-serif; padding-top: 20px; } .product_detail_code { font-size: 12px; color: #383838; } .product_detail_name { font-weight: bold; font-size: 18px; margin-top: 5px; height: 35px; } .product_detail_price { margin-top: 5px; font-weight: bold; font-size: 18px; color: #EA6379; } .product_detail_oldprice { text-decoration: line-through; color: #999999; font-size: 14px; margin-left: 5px; } .product_qty_title { font-weight: bold; font-size: 14px; color: #383838; } .product_qty_text { margin-top: 10px; } .product_buy_btn { vertical-align: bottom; padding-left: 10px; } .product_qty_fireld { width: 40px; height: 18px; text-align: center; } .product_detail_line { width: 420px; margin-top: 25px; margin-bottom: 25px; border-bottom: 1px solid #A49478; } .product_weight_title { font-size: 14px; font-weight: bold; color: #383838; } .product_weight_text { color: #383838; font-size: 14px; } .product_ingredients_title { color: #383838; font-size: 14px; font-weight: bold; } .product_ingredients_text { color: #383838; font-size: 14px; } .product_intro_title { margin-top: 50px; font-weight: bold; font-family: Tahoma, Geneva, sans-serif; font-size: 12px; } .product_intro_text { font-family: Tahoma, Geneva, sans-serif; font-size: 12px; margin-top: 20px; } /*Product Enquiry*/ .product_enquiry_frame { border: 1px solid #CCCCCC; font-family: Tahoma, Geneva, sans-serif; margin-top: 10px; } .product_enquiry_clear { font-weight: bold; font-size: 12px; margin: 20px 20px; font-family: Tahoma, Geneva, sans-serif; width: 96px; height: 16px; color: #FFFFFF; background-color: #A49478; border-radius: 3px; padding: 2px; text-align: center; float: right; } .product_enquiry_clear a { color: #FFFFFF; } .product_enquiry_frame table td { border: 1px solid #AAAAAA; } .product_table_title { font-weight: bold; font-size: 12px; padding: 10px 20px; } .product_table_text { font-size: 12px; } .product_table_img { width:100px; height:100px; } .product_table_name { font-size: 14px; font-weight: bold; margin-top: 5px; } .product_unit_price { font-size: 14px; padding: 10px 20px; font-weight: bold; } .product_unit_qty { width: 40px; height: 20px; text-align: center; } .product_unit_subtotal { font-size: 14px; padding: 10px 20px; font-weight: bold; color: #EA6379; } .product_unit_total { font-size: 16px; padding: 10px 20px; font-weight: bold; color: #EA6379; } .product_enquiry_left { float: left; width: 400px; height: 300px; } .product_enquiry_right { float: right; width: 500px; height: 300px; } .product_enquiry_title { font-family: Tahoma, Geneva, sans-serif; font-size: 15px; color: #383838; font-weight: bold; margin-bottom: 20px; margin-top: 50px; padding-top: 50px; border-top: 3px solid #AAAAAA; } .product_enquiry_text { font-family: Tahoma, Geneva, sans-serif; font-size: 12px; color: #999999; } .product_enquiry_text2 { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #A49478; text-decoration: underline; font-style: italic; margin-left: 35px; } .product_enquiry_submit { width: 96px; height: 16px; border-radius: 3px; background-color: #A49478; color: #FFFFFF; font-weight: bold; text-align: center; padding: 2px; font-family: Tahoma, Geneva, sans-serif; font-size: 12px; margin-top: 50px; } /*Delivery*/ .delivery_cell_frame { margin-top: 50px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #1A1A1A; } .delivery_title { font-family: Tahoma, Geneva, sans-serif; font-size: 21px; font-weight: bold; color: #EA6379; margin-bottom: 10px; } /*main-Category*/ #category_container { margin-left: auto; margin-right: auto; width: 1200px; height: 250px; top: -20px; position: relative; z-index: 10; } .category_cell { width: 202px; height: 250px; float: left; margin-left: 19px; margin-right: 19px; } .category_cell img { border: 1px solid #ECECEC; } .category_title { text-align: center; font-family: "Comic Sans MS", cursive; color: #A49578; font-size: 21px; margin-top: 15px; } /*footer contact*/ #contact_container { margin-left: auto; margin-right: auto; width: 900px; height: 90px; border-top: 1px solid #ECECEC; padding-left: 150px; padding-right: 150px; } .contact_cell { margin-top: 5px; margin-bottom: 5px; float: left; width: 208px; padding-top: 20px; padding-bottom: 20px; font-family: Arial, Helvetica, sans-serif; padding: 20px 45px 20px 45px; } .contact_title { color: #EA6379; font-size: 18px; } .contact_subtitle { color: #A49478; font-weight: bold; font-size: 12px; height: 15px; } .contact_cell_border { border-left: 1px solid #ECECEC; border-right: 1px solid #ECECEC; } /*footer*/ #footer_container { background-image: url(../images/footer_bg.png); background-repeat: repeat-x; height: 70px; border-top: 1px solid #DAD0C4; } .copyright_frame { float: left; font-family: Arial, Helvetica, sans-serif; font-size: 12px; margin-top: 25px; } .footer_frame { margin-left: auto; margin-right: auto; width: 1000px; padding: 0px 100px; } .copyright_company { color: #343331; } .copyright_powered { color: #94928F; margin-top: 5px; } .copyright_powered a { color: #A18F72; text-decoration:underline; } .footer_menu_frame { float: right; margin-top: 20px; } .footer_menu_frame a { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #9C8A6D; } .footer_menu_frame li { display: inline; height: 20px; padding-left: 15px; padding-right: 15px; border-left: 1px solid #DAD0C4; } /*---------Start of Pagination----------*/ .pagination{ padding: 15px 0px 15px 0px; } .pagination ul{ margin: 0; padding: 0; text-align: left; /*Set to "right" to right align pagination interface*/ } .pagination ul li{ list-style-type: none; display: inline; padding-bottom: 1px; padding-left: 2px; font-size: 12px; font-family: Arial, Helvetica, sans-serif; color: #9F8E71; } .pagination a, .pagination a:visited{ padding: 0px 5px; border: 1px solid #ECECEC; text-decoration: none; color: #9F8E71; } .pagination a:hover, .pagination a:active{ color: #9F8E71; } .pagination a.currentpage{ background-color: #F8F4F1; color: #9F8E71 !important; cursor: default; } .pagination a.disablelink, .pagination a.disablelink:hover{ background-color: #F8F4F1; cursor: default; color: #9F8E71; font-weight: normal !important; } .pagination a.next , .pagination a.next:hover{ color: #9F8E71; } .pagination a.fristlast{ color: #9F8E71 !important; background-color: #F8F4F1; cursor: default; } /*---------End of Pagination----------*/ /** * Just uncomment the following block if you want to avoid spaces between * paragraphs. Remember to apply the same style in your output front end page. */ /* p, ul, li { margin-top: 0px; margin-bottom: 0px; } */ /** * Uncomment the following block, or only selected lines if appropriate, * if you have some style items that would break the styles combo box. * You can also write other CSS overrides inside the style block below * as needed and they will be applied to inside the style combo only. */ /* .SC_Item *, .SC_ItemSelected * { margin: 0px !important; padding: 0px !important; text-indent: 0px !important; clip: auto !important; position: static !important; } */ /** * The following are some sample styles used in the "Styles" toolbar command. * You should instead remove them, and include the styles used by the site * you are using the editor in. */ .Bold { font-weight: bold; } .Title { font-weight: bold; font-size: 18px; color: #cc3300; } .Code { border: #8b4513 1px solid; padding-right: 5px; padding-left: 5px; color: #000066; font-family: 'Courier New' , Monospace; background-color: #ff9933; }