@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	padding:0px;
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #575D64;
}
.content {
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	color: #575D64;
	margin-top:10px;
	width:630px;
	text-align:justify;
	margin-left:20px;
	margin-bottom:50px;
}
object {
	outline:none;
}
form {
	margin:0px;
}
p {
	margin:0px;
}
ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
li {
	list-style-image: url(../img/rect.gif);
	margin-top: 5px;
	list-style-position: outside;
}
.ul_payment {
	margin: 0px;
	padding-left: 20px;
}
.li_payment {
	margin-top: 5px;
	list-style-position: outside;
	list-style-type: decimal;
	list-style-image: none;
}
.li_versions {
	font-size:11px;
	margin-top: 5px;
	list-style-position: outside;
	list-style-image: none;
}
a:link, a:visited, a:active {
	color: #FF5500;
	text-decoration: underline;
}
a:hover {
	color: #FF5500;
	text-decoration: none;
}
.a_gray:link, .a_gray:visited, .a_gray:active {
	color: #202020;
	text-decoration: none;
}
.a_gray:hover {
	color: #707070;
	text-decoration: underline;
}
.a_blue:link, .a_blue:visited, .a_blue:active {
	color: #6E88A7;
	text-decoration: none;
}
.a_blue:hover {
	color: #707070;
	text-decoration: underline;
}
.a_orange:link, .a_orange:visited, .a_orange:active {
	color: #FF5500;
	text-decoration: none;
}
.a_orange:hover {
	color: #707070;
	text-decoration: underline;
}
.a_empty:link, .a_empty:visited, .a_empty:active {
	text-decoration: none;
}
.a_empty:hover {
	text-decoration: none;
}
.a_button:link, .a_button:visited, .a_button:active, a_button:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.orange {
	color:#FF5500;
}
.blue {
	color:#6E88A7;
}
.gray {
	color:#808080;
}
.title {
	color:#6E88A7;
	margin-top:15px;
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 18px;
}
.line_vertical {
	background-image: url(../img/dot.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.line_dark {
	background-image: url(../img/line_dark.gif);
	background-repeat: repeat-x;
	background-position: center;
}
.line_gray {
	background-image: url(../img/line_gray.gif);
	background-repeat: repeat-x;
	background-position: center;
}
.input_field {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #202020;
	background-color: #F0F0F0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #707070;
	border-right-color: #D7D7D7;
	border-bottom-color: #D7D7D7;
	border-left-color: #707070;
	padding-left: 4px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
}
.title_page {
	font-size: 18px;
	padding-left: 15px;
}
.tabbed_list {
	background-image: url(../img/tabbed_list_bg.png);
	background-repeat: repeat-x;
}
.tabbed_list .hidden {
	display:none;
	visibility:hidden;
}
.tabbed_panels {
	background-image: url(../img/dreamweaver_extensions.png);
	background-repeat: no-repeat;
	padding-top:40px;
}
.tabbed_panels .hidden {
	display:none;
	visibility:hidden;
}
.tabs {
	margin-left:18px;
	height:35px;
}
.tabs ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
}
.tabs ul li {
	margin:0px;
	padding:0px;
	position:relative;
	display:inline-block;
	cursor: pointer;
	float:left;
	background-image: url(../img/tab.png);
	background-repeat: no-repeat;
	list-style-image:none;
	background-position: 0px 35px;
}
.tabs ul li span {
	display:block;
	width:88px;
	line-height:30px;
	font-family:Impact;
	font-size:22px;
	text-align:center;
	padding-top:5px;
	color:#E2E2E2;
}
.browse_extensions {
	margin-top:10px;
	margin-bottom:10px;
	margin-left:20px;
	padding:0px;
	width: 200px;
}
.browse_extensions h3 {
	padding: 2px 14px;
	margin: 0px;
	text-align:left;
	font: bold 110%/100% Arial, Helvetica, sans-serif;
	cursor: pointer;
	background-image: url(../img/plus.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.browse_extensions h3:hover {
	color: #7F99B2;
}
.browse_extensions h3.active {
	background-image: url(../img/minus.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.browse_extensions div {
	padding: 0px 15px 5px;
	display: none;
}
.browse_purchase {
	margin-top:10px;
	margin-bottom:10px;
}
.browse_purchase h3 {
	padding: 2px 14px;
	margin: 0px;
	text-align:left;
	font: bold 110%/100% Arial, Helvetica, sans-serif;
	cursor: pointer;
	background-image: url(../img/plus.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.browse_purchase h3:hover {
	color: #7F99B2;
}
.browse_purchase h3.active {
	background-image: url(../img/minus.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.browse_purchase div {
	padding: 5px 15px 5px;
	display: none;
}
.browse_purchase .history {
	cursor: pointer;
	width: 110px;
	color: #FF5500;
	text-decoration:underline;
	margin-top:10px;
	margin-bottom:5px;
}
.browse_purchase .history:hover {
	text-decoration:none;
}
.browse_purchase .history.active {
	text-decoration:none;
	font: bold 110%/100% Arial, Helvetica, sans-serif;
}
.browse_purchase .versions {
	padding: 0px 0px 10px;
	display: none;
}
.extensions_list {
	margin-top:10px;
	margin-bottom:10px;
}
.extensions_list h3 {
	padding: 3px 19px;
	margin: 1px;
	text-align:left;
	font: bold 110%/100% Arial, Helvetica, sans-serif;
	cursor: pointer;
	background-color: #E5E5E5;
	background-image: url(../img/plus.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
}
.extensions_list h3:hover {
	color: #607799;
}
.extensions_list h3.active {
	background-image: url(../img/minus.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
}
.extensions_list .block {
	padding: 0px;
	display: none;
}
.extensions_list_title {
	color:#6E88A7;
	font-family: Helvetica, Arial, sans-serif;
	font-size:18px;
	margin-top:-5px;
	margin-bottom:-2px;
}
.extensions_list_cost {
	color:#FF5500;
	font-family: Helvetica, Arial, sans-serif;
	font-size:18px;
	margin-top:-5px;
	margin-bottom:-2px;
}
.cost_private {
	color:#FF5500;
	font-family: Helvetica, Arial, sans-serif;
	font-size:18px;
	margin-bottom:5px;
}
.cost_commercial {
	color:#5982A9;
	font-family: Helvetica, Arial, sans-serif;
	font-size:18px;
	margin-bottom:5px;
}
.a_menu:link, .a_menu:visited, .a_menu:active {
	color: #202020;
	text-decoration: none;
	font-weight:bold;
}
.a_menu:hover {
	color: #FF5500;
	text-decoration: none;
	font-weight:bold;
}
.menu_rects_normal {
	background-color: #D7D7D7;
	width: 4px;
}
.menu_rects_active {
	background-color: #FF5500;
	width: 4px;
}
.menu_caption {
	background-color: #F0F0F0;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: left;
}
.shopping_cart td {
	background-color: #F0F0F0;
	height: 20px;
	padding-left:4px;
}
.shopping_cart .header {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF5500;
	height: 22px;
	margin: 0px;
	padding: 0px;
}
.shopping_cart .footer {
	color: #FFFFFF;
	background-color: #505050;
	height: 25px;
}
.discount_header {
	background-color: #D7D7D7;
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-left: 20px;
}
.discount_row {
	background-color: #909090;
	text-align: center;
}
.footer {
	color:#505050;
}
.extension_name {
	font-family: Helvetica, Arial, sans-serif;
	font-size:24px;
}
.topic {
	font-weight:bold;
	font-size:12px;
	color: #505050;
	margin-bottom:5px;
}
.special_offers {
	width:220px;
	height:300px;
	padding-top:65px;
	text-align:center;
	margin-top:10px;
	background-image: url(../img/special_offers.png);
	background-repeat: no-repeat;
}
.btn_demo_large {
	width:124px;
	height:34px;
	cursor:pointer;
	background:url(../img/buttons/btn_demo_large.png) no-repeat;
}
.btn_blue_90 {
	width:94px;
	line-height:26px;
	text-align:center;
	cursor:pointer;
	background:url(../img/buttons/btn_blue_90.png) no-repeat;
	color:#FFFFFF;
}
.btn_orange_90 {
	width:94px;
	line-height:26px;
	text-align:center;
	cursor:pointer;
	background:url(../img/buttons/btn_orange_90.png) no-repeat;
	color:#FFFFFF;
}
.btn_orange_80 {
	width:84px;
	line-height:26px;
	text-align:center;
	cursor:pointer;
	background:url(../img/buttons/btn_orange_80.png) no-repeat;
	color:#FFFFFF;
}
.btn_white_80 {
	width:84px;
	line-height:26px;
	text-align:center;
	cursor:pointer;
	background:url(../img/buttons/btn_white_80.png) no-repeat;
	color:#404040;
}