div.info_add_comment_to_category_development div.info_data
{
  padding: 15px;
}

div.info_my_products div.info_data
{
  padding: 15px;
}

div.tree.item_type span.reorg:hover
{
  border: 1px solid #999;
}

div.tree div.instructions
{
  color: #999;
  font-size: 8pt;
  padding: 5px;
}

div.catalog
{
  color: #555;
  font-size: 10pt;
}

div.catalog span.title
{
  font-weight: bold;
}

div.catalog span.link
{
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

div.catalog span.link:hover
{
  text-decoration: underline;
}

div.catalog span.action_link
{
  color: #cccced;
  cursor: pointer;
}

div.catalog span.action_link:hover
{
  color: inherit;
  text-decoration: underline;
}

td.sideinfo div.quick_picks
{
  border: 1px solid #cccced;
  margin-right: 4px;
  padding-left: 3px;
  padding-right: 4px;
  padding-bottom: 4px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

td.sideinfo div.quick_picks div.title
{
  font-size: 10pt;
  background-color: #cccced;
  padding: 3px;
  font-weight: bold;
  margin-top: 3px;
  margin-bottom: 3px;
  border-top-left-radius: 5px; 
  border-top-right-radius: 5px; 
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
}

div.form_item span.form_input_description textarea.item
{
   width: 410px;
   height: 100px;
}

div.business_product_line
{
  margin-left: 15px;
  margin-top: 2px;
}

div.heading_section div.product_price
{
  font-size: 15pt;
  font-weight: bold;
  margin-top: 10px;
}

div.heading_section div.product_provider
{
  font-weight: bold;
  margin-bottom: 5px;
}

input.price
{
  text-align: right;
  font-size: 8pt;
  width: 50px;
}

/* Shopping cart related stuff starts */

div.info_shopping_cart div.info_data
{
  padding: 15px;
}

div.shopping_cart
{
  border: 3px double #eee;
  padding: 5px;
  text-align: center;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

div.confirm div.shopping_cart
{
  border: none;
}

table.shopping_cart
{
  font-size: 9pt;
}

table.shopping_cart tr.title td
{
  font-size: 8pt;
  font-style: italic;
}

table.shopping_cart td
{
  vertical-align: top;
}

table.shopping_cart td.name
{
  width: 200px;
}

table.shopping_cart td.unit
{
  width: 60px;
}

table.shopping_cart td.count
{
  width: 10px;
}

table.shopping_cart td.price
{
  width: 60px;
}

table.shopping_cart td:last-child
{
  text-align: right;
}

table.shopping_cart tr.total
{
  font-weight: bold;
}

table.shopping_cart td a
{
  color: inherit;
  text-decoration: none;
}

table.shopping_cart td a:hover
{
  text-decoration: underline;
}

/* Shopping cart related stuff ends */


table.version_picker_nav
{
	width:98%;
	border: solid #D5D5D5 1px;
	background-color: #EBEBEB;
	font-size: 10px;
	margin-bottom: 10px;
	
}

table.version_picker_nav td.btn_next
{
	text-align:right;	
}
table.version_picker_nav .button 
{
	width:70px;
	margin:10px;
}

table.version_picker_nav td.txt
{
	text-align: center;
	padding:10px;
}

table.version_picker_main td
{
	vertical-align: top;
}

#providers, #versions
{
	#width:100%;
}

table.version_picker_main .button
{
	margin-top:5px;
}
