/* Primary Layout
--------------------------*/



body {
	background-image:url("background.jpg");
	background-position:top left;
	background-repeat:repeat-x;

	padding:0;
	margin:0;
	text-align:center;
	font-family:"Lucida Grande",Helvetica,Arial;
	font-size:11px;
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a img {
	border:none;
}

#container {
	text-align:left;
	margin:0 auto;
	padding:0;
	width:980px;
}

#header {
	width:980px;
	height:99px;
	background-image:url("background_header.png");
	position:relative;
}
*html #header {  behavior: url(../iepngfix.htc); }

#footer {
	width:980px;
	background-image:url("background_footer.png");
	background-position:0 0;
	background-repeat:no-repeat;
}
*html #footer { behavior: url(../iepngfix.htc); }

#main {
	background-image:url("background_main.png");
	background-position:top left;
	background-repeat:repeat;
	padding:0;
	margin:0;
}
*html #main { behavior: url(../iepngfix.htc); }

/* Header & Navigation
--------------------------*/
#header #logo {
	width:296px;
	height:53px;
	display:block;
	padding:0;
	margin:0;
	background-image:url("logo.png");
	position:absolute;
	left:0px;
	top:18px;
	margin-left:65px;
}
*html #header #logo { behavior: url(../iepngfix.htc); }

#header #logo strong {
	display:none;
}

#header ul#navigation {
	margin: 1px 20px 0px 0px;
	padding: 0;
	float: right;
	position: relative;
}
*html #header ul#navigation { padding: 0; margin: 0; }

#header ul#navigation li {
	margin: 0;
	padding: 0;
	float: left;
	background-image: none;
	list-style-type: none;
	list-style-image: none;
}

#header ul#navigation li a,
#header ul#navigation li a:link,
#header ul#navigation li a:visited {
	display: block;
	float: left;
	padding: 37px 15px;
	text-decoration: none;
	color: #bbb;
	border-left: 1px solid #3a404a;
	height: 40px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 13px;
	font-size:12px;
	font-family:Verdana;
}

#header ul#navigation li a:hover,
#header ul#navigation li a.active {
	color: #fff;
	border-left: 1px solid #454D5C;
}

/* Top Content
--------------------------*/
#top {
	width:924px;
	/*height:312px;
	background-image:url("top.jpg?cachebust2");*/
	margin:0 0 10px 29px;
	position:relative;
}

#top * {
	font-family:Verdana;
}

#top li {
	color:#eeeeee;
}

#top #top_left_text {
	padding:0;
	margin:0;
	font-size:12px;
	line-height:20px;
	color:#ddd;
	width:210px;
	position:absolute;
	top:206px;
	left:28px;
}

#top #top_studio_text {
	padding:0 0 0 1px;
	margin:0;
	position:absolute;
	top:155px;
	width:140px;
}

#top #top_studio_text {
	color:#d8650e;
	left:335px;
}

#top #top_studio_link {
	position:absolute;
	top:229px;
	padding:0;
	margin:0;
	width:160px;
	height:26px;
}

#top #top_studio_link span {
	display:none;
}

#top #top_studio_link {
	left:325px;
}

#taglinetop{
	position:absolute; 
	top:45px; 
	left:87px; 
	z-index:101; 
	color:#666666; 
	font-size:10.5px;
	font-weight:bold
}

#taglinebottom{
	position:absolute; 
	top:60px; 
	left:88px; z-index:102; 
	color:#666666; 
	font-size:10.5px;
	font-weight:bold
}

/* Main
--------------------------*/
#welcomeNavHolder
{
	width: 600px;
	height: 155px;
	float: left;
	font-size: 0.8em;
}

#welcomeNavHolder .box
{

}

#welcomeNavHolder a
{
    float:left;
    margin: 0 0 0 5px;
	padding: 5px;
	width: 135px;
	height: 155px;	
	/*background-color:#636A74; /* #8295AA;*/
	background-image:url(welcomeNavHolder.png); background-repeat:no-repeat;
	text-decoration: none;
	color: #fff;
}


#welcomeNavHolder a:hover
{
	/*background-color: #ff7020;v/* #B0000C;*/
	background-image:url(welcomeNavHolder_hover.png); background-repeat:no-repeat;
}

#welcomeCaption
{
	position:absolute;
	top:250px;
	left:25px;
	width:250px;
	color:#FFFFFF;
	font-weight:normal;
	font-size:12px;
}

br.clear {
	height:1px;
	padding:0;
	margin:0;
	clear:both;
}

div.clear {
	height:1px;
	padding:0;
	margin:0;
}

#main #content {
	margin: 25px 0 0 30px;
	width: 589px;
}

#main #content { margin-top: -1px; }

/* *html #main #content { width: 630px; } */

#main #content h1 {
	font-weight:normal;
	color:#444;
	font-size:26px;
	padding:0 0 0 15px;
	margin:0;
}

#main p#introduction {
	font-size:14px;
	line-height:20px;
	color:#666;
	padding:0;
	margin:16px 0 16px 16px;
}


#main #products {
    background: url(bg_main_content.png) no-repeat left top;
	margin: 0px 0px 16px 0;
    padding-top: 10px;
}
*html #main #products { margin-top: 0px; }
#main #products p {
    color:#666666;
    font-size: 12px;
    line-height: 16px;
    margin: 16px;
}
#main #products p a,
#main #products td a { color: #3369b7; }

/*
Causes layout issues - Ian
#main #content h2 {
	margin-left: 10px;
}
*/

#main #products h2 {
    color: #b1b1b1;
    font-size: 18px;
    font-weight: normal;
    margin: 0px 16px 10px 16px;
}

#main #products table { margin: 5px 16px 0px 16px; }

#main #products td {
    color: #7d7d7d;
    font-size: 12px;
    line-height: 16px;
    margin: 0px;
}
#main #products td h3 { font-size: 14px; font-weight: normal; margin: 0px 0px 5px 0px; } 
#main #products td.product_feature { height: 60px; width: 60px; }
#main #products td.product_links { width: 110px; padding-left: 10px; } 
#main #products td.product_links a { color: #f76f32; }

#main #products div.separator { margin: 5px; border-bottom: 1px dotted #a4a4a4; overflow: hidden; height: 1px; }

#main #products_navigation {
	list-style:none;
	padding:0;
	margin:0;
	height:36px;
	width:599px;/*orig 639*/
	background-image:url("tabs.html");
}
*html #main #products_navigation { width: 585px; }/*orig 625*/

#main #products_navigation li {
	cursor:pointer;
	list-style:none;
	float:left;
	display:block;
	padding:0;
	margin:0;
	height:36px;
	background-image:url("tabs.html");
}

#main #products_navigation li span {
	display:none;
}

#main .product {
	background-image:url("background_tabs.png");
	background-position:top left;
	background-repeat:no-repeat;
	width:599px;/*orig 639*/
}

#main .product h2 {
	margin:0;
	padding:16px;
	font-size:18px;
	font-weight:bold;
}

#main .product p {
	margin:0;
	padding:0 16px 16px 16px;
	color:#666;
	font-size:13px;
}

#main .product ul {
	margin:0;
	padding:0 16px 16px 16px;
}

#main .product ul li {
	margin:0 0 0 32px;
	padding:0;
	color:#666;
	line-height:20px;
	font-size:13px;
}

#main .product a {
	color:#166ab4;
	font-weight:bold;
}

#main .product a:hover {
	text-decoration:underline;
}

#main #products_footer {
	background-image:url("tabs_bottom.png");
	width:599px;/*orig 639*/
	height:13px;
}

#main #content .blog {
	width:595px; /* orig 635 */
	background-image:url("background_blog2.png");
	background-repeat:no-repeat;
	background-position:top left;
	position:relative;
	margin-bottom:10px;
}

#main #content .blog a.subscribe {
	position:absolute;
	top:0;
	right:0;
	color:#666;
	font-size:13px;
	margin:0;
	padding:19px 42px 0 0;
}

#main #content .blog a.subscribe:hover {
	text-decoration:underline;
}

#main #content .blog h2 {
	padding:16px 16px 0 16px;
	margin:0;
	font-size:18px;
}

#main #content .blog .entry {
	padding:16px 16px 0 16px;
}


#main #content .blog .entry a {
	color:#ff7020;
	font-weight:bold;
}

#main #content .blog .entry a:hover {
	text-decoration:underline;
}

#main #content .blog .entry p {
	padding:0;
	margin:0;
	color:#666;
}

#main #content .blog .entry p.date {
	color:#666;
	font-size:10px;
}

#main #content .blog .entry h3 {
	margin:0;
	padding:6px 0 6px 0;
	font-size:14px;
}

#main #content .blog .entry h3 a {
	color:#444;
}

#main #content .blog .entry h3 a:hover {
	text-decoration:underline;
}

#main #content .blog a.more {
	display:block;
	text-align:right;
	margin:15px 15px 15px 0;
	color:#ff7020;
	font-weight:bold;
}

#main #content .blog a.more:hover {
	text-decoration:underline;
}

.clearfix { clear: both; margin: 0px; overflow: hidden; }

/* Sidebar
--------------------------*/
#main #sidebar {
	float:right;
	margin:0 18px 0 0;
	padding:0;
	width:297px;
}

*html #main #sidebar { margin-right: 9px; }

#main #sidebar #help {
	width:288px;
	height:146px;
	background-image:url("background_help.png");
	background-repeat:no-repeat;
	background-position:top left;
	margin:0 0 10px 0;
}

*html #main #sidebar #help { behavior: url(../iepngfix.htc); }

#main #sidebar #help h2 {
	font-size:18px;
	font-weight:bold;
	margin:0 0 0 0;
	padding:15px 0 0 15px;
}

#main #sidebar #help p {
	padding:0;
	margin:12px 15px 0 15px;
	font-size:12px;
	line-height:18px;
}

#main #sidebar #help a {
	color:#ff7020;
	font-weight:bold;
}

#main #sidebar #help a:hover {
	text-decoration:underline;
}

#main #sidebar #careerbenifits {
	width:288px;
	height:292px;
	background-image:url("background_careerbenifits.png");
	background-repeat:no-repeat;
	background-position:top left;
	margin:0 0 10px 0;
}

*html #main #sidebar #careerbenifits { behavior: url(../iepngfix.htc); }

#main #sidebar #careerbenifits h2 {
	font-size:18px;
	font-weight:bold;
	margin:0 0 0 0;
	padding:15px 0 0 15px;
}

#main #sidebar #careerbenifits p {
	padding:0;
	margin:12px 15px 0 15px;
	font-size:12px;
	line-height:18px;
}

#main #sidebar #careerbenifits a {
	color:#ff7020;
	font-weight:bold;
}

#main #sidebar #careerbenifits a:hover {
	text-decoration:underline;
}

/* Promotions
--------------------------*/
.promo {
  display:block;
  width:278px;
  height:189px;
  border:none;
  margin:0 0 23px 0;
  padding:0;
}

.promo:hover {
  border:none;
}

/* Footer
--------------------------*/
#footer {
	text-align:center;
}

#footer p {
	color:#bcc6d5;
	margin:0;
	padding:30px 0 15px 0;
}

#footer img {
	margin:0 auto 30px auto;
}

#footer a {
	color:#ff7020;
	font-weight:bold;
}

#footer a:hover {
	text-decoration:underline;
}



/********* BEGIN OLD studio.css FILE ************/


/* CLEARFIX */

* html .clearfix { height: 1%; /* IE5-6 */ }
.clearfix { display: inline-block; /* IE7xhtml*/ }
html[xmlns] .clearfix { /* O */ display: block; }
.clearfix:after { /* FF, O, etc. */ content: "."; display: block; height: 0; clear: both; visibility: hidden; }


/* GENERIC */

body { font-size: 12px; color: #707277; font-family: Arial, Helvetica, sans-serif; }
a, p.highlighted { color: #ea6815; }
p.highlighted { font-weight: bold; font-size: 11px; }
p.dtstart { margin: 0; color: #888a8e !important; font-size: 10px; }
cite { display: block; }


/* SPECIFIC */

  /* TOP SECTION */
  
#top ul { margin: 0 0 0 -10px; position: relative; top: 120px; font-size: 14px; }
#top ul li { margin-bottom: 7px; list-style: none; background: url(studio_bullet.png) 0 2px no-repeat; padding-left: 20px; }
#download_link { position: absolute; top: 245px; left: 30px; display: block; width: 210px; height: 35px; }
#download_link span { display: none; }

.right-sidebar-block { padding: 10px 20px; }
#block-latest_entries-0 h3 { margin-top: 3px; }
#block-latest_entries-0 .blogentry { margin-bottom: 20px; }
#block-latest_entries-0 #all_blog_posts { text-align: right; }
#main #content h1 { padding: 0 }
.intro { font-size: 13px; padding: 0; margin-left: 10px; margin-right: 10px; margin-bottom: 20px; }

  /* TABPANE */
  
#tabpane { margin: 0 0 0 2px; padding: 0; }
#tabpane, #tabpane li { list-style: none; float: left; }
#tabpane li { background: url(studio_tab_right_bg.png) top right no-repeat; }
#tabpane li.active { background: url(studio_tab_right_active_bg.png) top right no-repeat; }
#tabpane li.active a { background: url(studio_tab_left_active_bg.png) top left no-repeat; }
#tabpane li a { display: block; float: left; padding: 0 15px; line-height: 36px; background: url(studio_tab_left_bg.png) top left no-repeat; color: #48505b; font-weight: bold; position: relative; padding-left: 35px; }
#tabpane li a span { position: absolute; width: 25px; height: 25px; left: 5px; top: 6px; }
  
  /* TABS ICONS */
  
#tab_overview span { background: url(studio_tab_overview_icon.png) 0 0 no-repeat; }
#tab_pro span { background: url(studio_tab_morefeatures_icon.png) 0 0 no-repeat; }
#tab_base span { background: url(studio_tab_morefeatures_icon.png) 0 0 no-repeat; }

#main #content { margin-top: 5px; background: #fff; width: 615px;/*orig 655*/ overflow: hidden; }
h2#donwload_now { text-align: right; }

.content_container { margin-top: 36px; margin-left: 3px; padding-left: 10px; padding-right: 10px; background: url(studio_content_bg.png) 0 -2px no-repeat; border-left: 1px solid #eee; padding-bottom: 5px; margin-right: 11px; border-right: 1px solid #eee; }
.content_container .content_intro { padding-top: 20px; color: #48505b; font-size: 18px; }
.content_intro { margin-left: 10px; }

  /* SCREENCASTS SECTION */
  
.screencast { margin-top: 1em; border-bottom: 1px dotted #bdc2ca; padding-bottom: 1em; }
.screencast .thumbnail { float: left; margin-right: 10px; }
.screencast .thumbnail a.watch { display: block; text-align: center; margin-top: 5px; }
.screencast .description { padding-left: 163px; font-size: 13px; min-height: 125px; height: auto !important; height: 125px; }
.screencast .description h3 { margin-top: 0; font-weight: normal; }


  /* FREETEXT SECTION */
  
.freetext { margin-top: 1em; border-bottom: 1px dotted #bdc2ca; padding-bottom: 1em; }
.freetext .description { padding-left: 0px; font-size: 13px; min-height: 125px; height: auto !important; height: 125px; }
.freetext .description h2 {  padding-top: 10px; color: #48505b; font-size: 18px; }
.freetext .description h3 {  font-size: 18px; }
.freetext .description .halfwidth {width:200px;padding-right:10px; layout-flow:horizontal;}



/* ROUNDED CORNERS */

.bottom_wrapper { background: url(studio_sidebar_bottom_bg.png) top left no-repeat; height: 20px; width: 980px; }
.top_wrapper { background: url(studio_sidebar_top_bg.png) top left no-repeat; padding-top: 15px; padding-right: 25px; }

.right-sidebar-block { background: url(studio_sidebar_middle_bg.png) top left repeat-y; padding: 0; position: relative; margin-top: 20px; }
#block-testimonial-0 h2, #block-testimonial-0 p, #block-latest_entries-0 h2, #block-latest_entries-0 p, #block-latest_entries-0 h3, .right-sidebar-block h2, .right-sidebar-block p { margin-left: 20px; margin-right: 20px; color: #48505b; }
#block-testimonial-0 p { background: url(studio_quote.png) top right no-repeat; padding-right: 50px; margin-top: 20px; padding-top: 5px; margin-right: 0; font-size: 13px; }
#block-testimonial-0 cite { text-align: right; padding-right: 10px; color: #888; }
#block-testimonial-0 cite strong { font-style: normal; }
#block-testimonial-0 h2 { font-weight: normal; color: #48505b; margin-top: 0; font-size: 18px; background: url(studio_talk_bubble.png) right -5px no-repeat; padding-top: 3px; padding-bottom: 7px; width: 245px; }
.right-sidebar-block h2 { font-weight: normal; font-size: 18px; margin-top: 0; font-size: 18px; background: url(studio_developer_center_top_bg.png) right 0 no-repeat; padding-top: 7px; padding-bottom: 2px; width: 245px; height: 30px; color: #48505b; }
#block-latest_entries-0 h3 { font-size: 13px; }
.right-sidebar-block .highlighted { color: #ea6815; }

#block-latest_entries-0 { position: relative; }
#block-latest_entries-0 h2 { font-weight: normal; margin-top: 0; font-size: 18px; padding-top: 3px; padding-bottom: 7px; margin-bottom: 20px; }
#blog_subscribe { display: block; position: absolute; top: 13px; right: 40px; width: 90px; height: 30px; background: url(studio_subscribe.png) top left no-repeat; }

.download_now_header { margin: 15px 0; color: #48505b; }
#header #logo { margin-left: 21px !important; }
#block-latest_entries-0 h2 { background: none; }


/* NAVIGATION */

#header ul#navigation li a, #header ul#navigation li a:link, #header ul#navigation li a:visited { background: url(studio_nav_mid_bg.png) 0 -3px repeat-x; padding-top: 8px; padding-bottom: 11px; border-left: 1px solid #ffffff; border-right: 1px solid #ffffff; }
#header ul#navigation li.first a, #header ul#navigation li.first a:link, #header ul#navigation li.first a:visited { border-left: none; }
#header ul#navigation li.last a, #header ul#navigation li.last a:link, #header ul#navigation li.last a:visited { border-right: none; }
#header ul#navigation { background: url(studio_nav_left_bg.png) 0 -3px no-repeat; margin: 3px 10px 0 0; padding-left: 9px; }
#navigation_wrapper { float: right; margin: 1px 20px 0 306px; padding: 0; position: relative; margin-top: 26px; padding-left: 10px; background: url(studio_nav_right_bg.png) top right no-repeat; }

*html #navigation_wrapper { top: -55px; height: 30px; width: 660px; overflow: hidden; }


.arrow { background: url(studio_nav_arrow.png) top left no-repeat; margin: 8px 0 8px 10px; padding: 0 8px; }
#tabcontent_wrapper { background: url(studio_content_mid_bg.png) -2px 0 repeat-y; width: 645px; }
#tabcontent { padding-bottom: 15px; background: url(studio_content_bottom_bg.png) bottom left no-repeat; }
#navigation li a { position: relative; }
#navigation ul.submenu { position: absolute; z-index: 100; }
#navigation li ul.submenu { padding-left: 4px; top: 31px; left: 0; }
#navigation li ul.submenu li { float: none !important; display: block; position: relative; }
#navigation li ul.submenu li a { width: 185px; font-size: 10px; background: #5d6067 !important; border-bottom: 1px solid #91969f; padding-top: 7px; padding-bottom: 7px; padding-left: 18px !important; font-size: 11px !important; }
#navigation li:hover ul.submenu { display: block; }
#navigation .h_submenu { position: absolute; padding-left: 0; }
#navigation li ul.submenu li.indented a { padding-left:28px !important; width:95px; }

/* DROPDOWN MENU */

#navigation_wrapper ul { display: block; margin: 0; padding: 0; line-height: 1em; list-style: none; }
#navigation_wrapper ul li { float: left; margin: 0 3px 0 0; padding: 0; font-size: 12px; line-height: 1, 5em; list-style-type: none; }
#navigation_wrapper ul li a { float: left; display: block; width: auto; font-weight: normal; background: transparent; text-decoration: none; color: #fff; margin: 0; padding: 0.9em 0.8em 0.5em 1em; }
#navigation_wrapper ul li a:hover { color: #fff; }
/* IE5-Mac \*/
#navigation_wrapper ul li a { float: none; }
/* End IE5-Mac hack */
#navigation_wrapper ul.level2, #navigation_wrapper ul.level3 { position: absolute; top: 0; left: 0; visibility: hidden; }
#navigation_wrapper ul.level2 li, #navigation_wrapper ul.level3 li { float: none; margin: 0; padding: 0; }
#navigation_wrapper ul.level2 li a, #navigation_wrapper ul.level3 li a { padding: 5px 9px 5px 5px; }
#navigation_wrapper ul.level2 li a:hover,#navigation_wrapper  ul.level3 li a:hover { font-weight: normal; background-image: none; }

/* admin area styling */
.form-textarea { width: 100%; }

/* Features Table
--------------------*/

table.features {
	padding-top: 0;
}

table.features + hr {
	margin-top: 0;
}

table.features td {
	vertical-align: top;
	padding-bottom: 10px;
}

table.features td.thumbnail {
	padding-right: 16px;
}

table.features td.thumbnail img {
	margin-top: 1px;
}

table.features td.separator {
	width: 18px;
}

table.features td.description {
	color: #666;
	font-size: 12px;
	text-align: left;
	width: 210px;
}

table.features td.description > a {
	color: #48505b;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	display: block;
	padding-bottom:10px;
}

table.features td.benefits {
	color: #666;
	font-size: 12px;
	text-align: left;
	
}

table.features td.benefits > h2 {
	color: #48505b;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	display: block;
	padding-bottom:0px;
}

table.features a.demo {
	display: block;
	width: 87px;
	height: 10px;
	background: url(watch_demo.html) no-repeat;
	margin-top: 6px;
}

#header ul#navigation li.first ul { visibility: hidden; }
#header ul#navigation li.first:hover ul { visibility: visible; }
#main { /*position: relative;*/ }

#header ul#navigation li.first ul li a { width: 118px; }


/* Comparison Table
--------------------*/

table.comparison {
	padding-top: 0;
}

table.comparison td {
	vertical-align: top;
	padding-bottom: 10px;
}

table.comparison td.category {
	font-weight:bold;
}

table.features td.us {
	background-color:#ffffcc;
}

table.features td.them {
	background-color:#ffffff;
}


/* Pricing Table
--------------------*/

.promo {
	color:#cc0000;
}

table.pricing {
	padding-top: 0;
}

table.pricing td {
	vertical-align: top;
	padding-bottom: 10px;
}

table.pricing td.description {
	width:80%;
	text-align:left;
}


table.pricing td.price {
	width:20%;
	text-align:right;
	font-weight:bold;
}

  /* UPDATED FREETEXT SECTION */
  
.freetext { border-bottom: 1px dotted #bdc2ca; padding-bottom: 1em; }
.freetext .description { margin-left: 8px; font-size: 13px; min-height: 125px; height: auto !important; height: 125px; }
.freetext .description h2 {  padding-top: 10px; color: #48505b; font-size: 18px; }
.freetext .description h3 {  font-size: 18px; font-weight:normal;}
.freetext .description .halfwidth {width:200px;padding-right:10px; layout-flow:horizontal;}

/* Overrides (added by Warren)
--------------------*/
#main #content h1 {
    font-weight:normal;
    color:#48505b;
    font-size:24px;
    margin:2px 0 0 8px;
    letter-spacing:-0.5px;
}
#main #content div.content p {
    font-size:14px;
    line-height:22px;
    margin:10px 10px 20px 10px;
}

div.content_container{
    margin-top: 0;    
    padding: 18px;
    padding-top: 10px;
}
#main #content div.content div#tabcontent p{
    margin:0;
    padding:10px 0 0 0;
    font-size:12px;
    line-height:20px;
}
#main #content div.content div#tabcontent p + h2{
    margin-top:15px;
    border-top:1px dotted #bdc2ca;
    padding-top:15px;
}
#main #content div.content div#tabcontent p + h3{
    margin-top:20px;
}
div#tabcontent h2{
    color:#48505b;
    font-size:20px;
    padding:0;
    margin:0;
}
div#tabcontent h3{
    color:#48505b;
    font-size:16px;
    padding:0;
    margin:0;
}
div#tabcontent table{
    margin-top:3px;
    padding-top:2px;
    border-top:4px solid #bdc2ca;
}
div#tabcontent table + h2,
div#tabcontent table + h3{
    margin-top:20px;
}
div#tabcontent table td{
    border-bottom:1px solid #E7E9EB;
    padding:8px 2px;
}
div#tabcontent table td.description b{
    color:#48505b;
}
div#tabcontent table td.price{
    text-align:right;
    font-weight:bold;
    font-size:14px;
}
div#tabcontent table td img{
    margin-right:6px;
}

/* IE PNG FIX */
* html img {
	behavior: url(../../aptana/iepngfix2.html);
	}
