/********************************************************************************
'* File: productsection.css
'*
'*		Product section style sheet
'*		
'*
'* About: Detail
'*
'*		
'*		
'*
'* About: Author
'*
'* 		hg
'*
'* About: Creation date
'*
'* 		Thu Sep 02 10:52:58 PDT 2004
'*
'* About: Source Safe
'* $Header: /commerce/stores.net/buyaveratecnet/assets/local/css/productsection.css,v 1.1 2007/12/31 12:23:26 smishra Exp $
'*
'* About: Change History
'* >Date            Author    Description
'* >--------        --------  ----------------------------------------
'* >08/30/04		HG		  Task #17633 - 'Overview Tab'
'* >
'******************************************************************************/

/* fonts */
.productsection_normal { font-family:Arial, Helvetica, sans-serif; font-size:11px; }
.productsection_normal_label { font-family:Arial, Helvetica, sans-serif; font-size:11px; }
.productsection_tab { width:100%; height:100%; font-size:11px; font-weight:bold; color:#999999; font-family:Arial, Helvetica, sans-serif; text-decoration:none; cursor: hand; }
.productsection_tab_selected { width:100%; height:100%; font-size:11px; font-weight:bold; color:#990000; font-family:Arial, Helvetica, sans-serif; text-decoration:none; cursor: hand; }
.productsection_description { font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold; }
.productsection_detail { font-family:Arial, Helvetica, sans-serif; font-size:11px; }
.productsection_price { font-family:Arial, Helvetica, sans-serif; font-size:11px; }

/* tab images */
.productsection_tab_image { border:0px; }
.productsection_tab_image_selected { border:0px; }

/* product images */
.productsection_product_image { height:80px; width:80px; }

/* input values */
.productsection_input_button { background-color:#225285; color:#ffffff; font-weight:bold; border-left:2 solid #000000; border-top:2 solid #f3f3f3; border-bottom:2 solid #990000; border-right:2 solid #990000;font-size:11px; cursor:hand; }
.productsection_input_text_numeric { font-family:Arial, Helvetica, sans-serif; font-size:10px; width:40px; }
.productsection_input_checkbox { font-family:Arial, Helvetica, sans-serif; font-size:10px; }

/* main table */
.productsection_table_main { border:0px; width:100%}
.productsection_table_main_tabs_cell {  }
.productsection_table_main_content_cell {  }

/* tabs collection */
.productsection_table_tabs { border:0px; width:100%; }
.productsection_table_tabs_cell {  }

/* tabs */
.productsection_table_tab { border:0px; }
.productsection_table_tab_cell { padding:0px; width:100px; text-align:center; #cccccc solid; }
.productsection_table_tab_cell_selected { padding:0px; width:100px; text-align:center; #cccccc solid; }

/* content section */
.productsection_table_content { border:0px; width:100%; }
.productsection_table_content_cell { padding:10px; font-size:11px; }

/* product related section */
.productsection_table_upsell_main { border:0px; width:100%}
.productsection_table_upsell_main_cell {  }
.productsection_table_upsell { width:100%; }
.productsection_table_upsell_image_cell { width:82px; height:82px; padding:0px; }
.productsection_table_upsell_description_cell { padding-left:4px; padding-right:4px;}
.productsection_table_upsell_details_cell { padding:2px; vertical-align:top; text-align:left; }
.productsection_table_upsell_space_cell { padding:0px; font-size:2px; border-top:1px #225285 solid; }
.productsection_table_upsell_detail {  }
.productsection_table_upsell_detail1_cell { padding:2px; width:80px; vertical-align:top; }
.productsection_table_upsell_detail2_cell { padding:2px; width:80px; vertical-align:top; text-align:right; }
.productsection_table_upsell_detail3_cell { padding:2px; width:80px; vertical-align:top; text-align:center; }
.productsection_table_upsell_detail4_cell { padding:2px; width:80px; vertical-align:top; text-align:right; }
.productsection_table_upsell_detail5_cell { padding-left:2px; vertical-align:top; text-align:left; }

/* compare product section */
.productsection_table_compare { width:100%; }
.productsection_table_compare_button_cell { padding:2px; }
.productsection_table_compare_check_cell { width:20px; vertical-align:middle; padding: 2px; }
.productsection_table_compare_image_cell { width:95px; height:82px; padding:0px; }
.productsection_table_compare_description_cell { padding-left:4px; padding-right:4px;}
.productsection_table_compare_details_cell { padding:2px; vertical-align:top; text-align:left; }
.productsection_table_compare_space_cell { padding:0px; font-size:2px; border-top:1px #225285 solid; }
.productsection_table_compare_detail {  }
.productsection_table_compare_detail1_cell { padding:2px; width:80px; vertical-align:top; }
.productsection_table_compare_detail2_cell { padding:2px; width:80px; vertical-align:top; text-align:left; }
.productsection_table_compare_detail3_cell { padding:2px; width:90px; vertical-align:center; text-align:left; }
.productsection_table_compare_detail4_cell { padding:2px; width:80px; vertical-align:center; text-align:left; }
.productsection_table_compare_detail5_cell { padding-left:2px; vertical-align:center; text-align:left; }
.productsection_table_comparemax { font-size:11px; font-weight:bold }
.productsection_table_compareinstruction { font-size:11px; font-weight:bold }

