#showroom { width:500px; text-align:center; font-size:11px; color:#000; min-height:500px; background:url(../../images/maincontenttopsr.png) no-repeat top;  margin-top:2px; }
#showroom a {color:#000; text-decoration:underline;}
#showroom a:hover {color:#999999;}

#showroom #header_container { text-align:center; clear:both;}



#showroom #center_container {width:500px;}

#showroom #center_container #logintab {float:left; clear:both; padding-top:50px;}

#showroom #center_container #logout {float:right; clear:both; width:550px; text-align:center; margin-top:10px;}
#showroom #center_container #dots {background:url(../../images/dash.png) repeat-x; height:1px; margin:10px 0 10px 0; clear:both;}
#showroom #center_container #category_name {font-size:14px; float:right;}

#showroom #center_container #directory_tree {clear:both; }
#showroom #center_container #directory_tree #home {float:left; }
#showroom #center_container #directory_tree #seperator {float:left;}
#showroom #center_container #directory_tree #category{ float:left; }

/* Showroom Item */
#showroom #center_container #product_information { }

#showroom #center_container #product_information #product_name { float:left; text-align:left; width:5500px; font-weight:bold; margin-bottom:10px; margin-top:10px; }
#showroom #center_container #product_information #price { float:left; text-align:left; width:100px; margin-top:10px; text-decoration:underline; }
#showroom #center_container #product_information #image { clear:both; text-align:left; min-height:150px; max-height:150px; height:150px; overflow:hidden; }
#showroom #center_container #product_information #description { float:left; text-align:justify; width:550px;}

#showroom #center_container #product_information #additional_images { clear:both; width:550px;  }
#showroom #center_container #product_information #additional_images #additional_image { text-align:center; float:left; margin-top:10px; margin-right:10px;}
/* ************* */

/* Showroom Item - Edit Mode */
#showroom #center_container #edit_product_information {}

#showroom #center_container #edit_product_information #heading { clear:both; text-align:center; font-weight:bold; font-size:14px; margin-bottom:10px;}

#showroom #center_container #edit_product_information #product_name { float:left; width:550px;}
#showroom #center_container #edit_product_information #product_name #text { float:left; font-weight:bold; margin-right:10px;}
#showroom #center_container #edit_product_information #product_name #input_box { float:left; margin-bottom:10px;}

#showroom #center_container #edit_product_information #price {float:left; text-align:center;}
#showroom #center_container #edit_product_information #price #text { float:left; font-weight:bold; }
#showroom #center_container #edit_product_information #price #input_box { float:left; }

#showroom #center_container #edit_product_information #image {clear:both; text-align:left;margin-bottom:10px; }

#showroom #center_container #edit_product_information #new_image {clear:both; text-align:center; }
#showroom #center_container #edit_product_information #new_image #text {float:left; font-weight:bold; margin-right:10px;}
#showroom #center_container #edit_product_information #new_image #input_box { float:left; }

#showroom #center_container #edit_product_information #description {float:left; text-align:justify; width:550px; margin-top:10px;}
#showroom #center_container #edit_product_information #description #text {font-weight:bold;}
#showroom #center_container #edit_product_information #description #input_box {}

#showroom #center_container #edit_product_information #update_button { float:left; clear:left;margin-top:10px;  margin-bottom:10px;}

#showroom #center_container #edit_product_information #delete_button {float:right;margin-top:10px;}

#showroom #center_container #edit_product_information #heading2  { clear:both; text-align:left; font-weight:bold; font-size:14px;}

#showroom #center_container #edit_product_information #additional_images { clear:both; width:550px; }
#showroom #center_container #edit_product_information #additional_images #additional_image { float:left;width:215px; margin-top:10px;}
#showroom #center_container #edit_product_information #additional_images #additional_image #image { text-align:left; }
#showroom #center_container #edit_product_information #additional_images #additional_image #delete_button2 { float:left; margin-bottom:10px;}

#showroom #center_container #edit_product_information #new_additional_image {clear:both; text-align:center; }
#showroom #center_container #edit_product_information #new_additional_image #text { float:left; font-weight:bold; margin-top:10px; }
#showroom #center_container #edit_product_information #new_additional_image #input_box { float:left;  margin-top:10px;  margin-left:10px;}
#showroom #center_container #edit_product_information #new_additional_image #add_button { clear:both; }
/* ************* */

/* Showroom Item - Add Item */
#showroom #center_container #add_product_information { }

#showroom #center_container #add_product_information #heading { clear:both; text-align:center; font-weight:bold; font-size:14px; margin-bottom:10px;}

#showroom #center_container #add_product_information #product_name { float:left;width:664px;}
#showroom #center_container #add_product_information #product_name #text { float:left; font-weight:bold; margin-right:10px;}
#showroom #center_container #add_product_information #product_name #input_box { float:left; }

#showroom #center_container #add_product_information #price { float:left; text-align:center;}
#showroom #center_container #add_product_information #price #text { float:left; font-weight:bold;  }
#showroom #center_container #add_product_information #price #input_box { float:left; }

#showroom #center_container #add_product_information #new_image { clear:both; text-align:center; }
#showroom #center_container #add_product_information #new_image #text {float:left; font-weight:bold; margin-right:10px; }
#showroom #center_container #add_product_information #new_image #input_box { float:left; }

#showroom #center_container #add_product_information #description { float:left; width:664px; }
#showroom #center_container #add_product_information #description #text {font-weight:bold;}
#showroom #center_container #add_product_information #description #input_box {}

#showroom #center_container #add_product_information #add_button { clear:both; }
/* ************* */

/* Showroom Categories */
#showroom #center_container #product_category_list { clear:both; text-align:left;height:200px;}

#showroom #center_container #product_category_list #product_category_item{float:left;width:180px; height:200px; text-align:center; }

#showroom #center_container #product_category_list #product_category_item #product_category_image_main {float:right; text-align:center; height:150px; overflow:hidden; }
#showroom #center_container #product_category_list #product_category_item #product_category_name_main {float:left; font-size:14px; text-align:center;}
#showroom #center_container #product_category_list #product_category_item #edit_button { margin-top:10px; float:left; clear:left; text-align:center;}

#showroom #center_container #admin_menu { clear:both; }
#showroom #center_container #admin_menu #add_new_item {  }
/* ******************* */

/* Showroom Categories - Edit Mode */
#showroom #center_container #edit_product_category_list { clear:both; }
#showroom #center_container #edit_product_category_list #product_category_item { float:left; width:180px; }
#showroom #center_container #edit_product_category_list #product_category_item #original { float:left;}
#showroom #center_container #edit_product_category_list #product_category_item #original #product_category_image {  }
#showroom #center_container #edit_product_category_list #product_category_item #original #product_category_name {  }

#showroom #center_container #edit_product_category_list #product_category_item #new { float:left; text-align:left; }

#showroom #center_container #edit_product_category_list #product_category_item #new #title { clear:left; }
#showroom #center_container #edit_product_category_list #product_category_item #new #title #text { float:left; font-weight:bold;}
#showroom #center_container #edit_product_category_list #product_category_item #new #title #input_box { margin-left:15px; float:left; }

#showroom #center_container #edit_product_category_list #product_category_item #new #new_image { clear:left; }
#showroom #center_container #edit_product_category_list #product_category_item #new #new_image #text {float:left; font-weight:bold; }
#showroom #center_container #edit_product_category_list #product_category_item #new #new_image #input_box { float:left; margin-left:12px;}

#showroom #center_container #edit_product_category_list #product_category_item #new #update_button { float:left; margin:10px; margin-left:50px;}
#showroom #center_container #edit_product_category_list #product_category_item #new #delete_button { float:left; margin:10px;}
/* ******************* */

/* Showroom Categories - Add Item */
#showroom #center_container #add_category_information {}

#showroom #center_container #add_category_information #heading { clear:both; text-align:left; font-weight:bold; font-size:14px; padding-bottom:10px;}

#showroom #center_container #add_category_information #product_name {float:left; width:664px;}
#showroom #center_container #add_category_information #product_name #text { float:left; font-weight:bold; margin-right:10px;}
#showroom #center_container #add_category_information #product_name #input_box { float:left; }

#showroom #center_container #add_category_information #new_image {clear:both;}
#showroom #center_container #add_category_information #new_image #text {float:left; font-weight:bold; margin-right:10px;}
#showroom #center_container #add_category_information #new_image #input_box { float:left; margin-bottom:10px; }

#showroom #center_container #add_category_information #add_button {clear:both; }
/* ************* */

/* Showroom All Items in Category */
#showroom #center_container #product_list { clear:both; }

#showroom #center_container #product_list #product_item {float:left; margin-top:10px; text-align:left;}

#showroom #center_container #product_list #product_item #title { float:left; width:400px; padding-top:10px;}
#showroom #center_container #product_list #product_item #title b { padding-left:20px;}
#showroom #center_container #product_list #product_item #description { width:600px; padding-top:5px; clear:both; font-style:italic;text-alight:justify;  }
#showroom #center_container #product_list #product_item #price { float:left; width:70px;  }
#showroom #center_container #product_list #product_item #edit_button { float:left; clear:both;}
/* ****************************** */

#showroom #right_container { float:right; width:150px; text-align:center;}

#showroom #footer_container { text-align:center; clear:both; }
