body {
	margin: 0;
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.8%;
	color: black;
}
input {
	font-family: Arial, Helvetica, sans-serif;
}
img {
	border: none;
}

a,a:hover {
	color: black;
	text-decoration: underline;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
}
select option {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
}
a.arrow {
	font-size: 11px;
	line-height: 13px;
	text-decoration: none;
	padding: 0 0 0 16px;
	float: left;
}
a.arrow_round {
	font-size: 11px;
	line-height: 16px;
	text-decoration: none;
	padding: 0 0 0 17px;
	float: left;
}
a.arrow_plain_b {
	font-size: 11px;
	line-height: 11px;
	text-decoration: none;
	padding: 0 0 0 8px;
	float: left;
	text-decoration: underline;
}
a.arrow_plain_b_big {
	font-size: 12px;
	line-height: 12px;
	text-decoration: none;
	padding: 1px 0 0 8px;
	float: left;
	text-decoration: underline;
}
a.arrow_plain_f {
	font-size: 11px;
	line-height: 11px;
	text-decoration: none;
	padding: 0 8px 0 8px;
	float: left;
	text-decoration: underline;
}
a.arrow:hover {
	color: #D31E0C;
}
a.arrow_bold {
	
	text-decoration: none;
	padding: 0 0 0 16px;
	
	font-weight: bold;
	display:block;
	height:auto;
}
a.arrow_plain_b_orange {
	background-image: url(../img/arrow_plain_b_orange.gif);
	background-position: 0px 3px;
	background-repeat: no-repeat;
	color: #D8510E;
	float: left;
}
a.print {
	background-image: url(../img/icon_print.gif);
	background-position: 0px 3px;
	background-repeat: no-repeat;
	color: #D8510E;
	float: left;
	padding: 3px 0 0 18px;
	font-weight: bold;
	line-height: 16px;
	font-size: 12px;
}
a.arrow_plain_b_orange_big {
	background-image: url(../img/arrow_plain_b_orange_big.gif);
	background-position: 0px 2px;
	background-repeat: no-repeat;
	color: #D8510E;
	float: left;
}
a.arrow_plain_f_white {
	background-image: url(../img/arrow_plain_f_white.gif);
	background-position: left 4px;
	background-repeat: no-repeat;
	color: white;
	float: left;
}
a.arrow_round_orange {
	background-image: url(../img/arrow_round_orange.gif);
	background-position: 0px 1px;
	background-repeat: no-repeat;
	color: #D8510E;
	float: left;
}
a.arrow_orange {
	background-image: url(../img/arrow_orange.gif);
	background-position: left 2px;
	background-repeat: no-repeat;
	color: #D8510E;
	float: left;
	padding-left: 12px;
}
a.arrow_orange:hover {
	background-image: url(../img/arrow_orange.gif);
}
a.arrow_webmail {
	background-image: url(../img/arrow_webmail.gif);
	background-position: 0px 1px;
	background-repeat: no-repeat;
	color: black;
	float: left;
}
a.arrow_orange_black_shadow {
	background-image: url(../img/arrow_orange_shadow.gif);
	background-position: left 1px;
	background-repeat: no-repeat;
	padding:0;
	color: black;
	float: left;
	display:block
	
}
a.arrow_orange_black_shadow:hover {
	background-image: url(../img/arrow_orange_shadow_hover.gif);
}
a.arrow_orange_black_shadow_small {
	background-image: url(../img/arrow_orange_shadow_small.gif);
	background-position: 0 1px;
	background-repeat: no-repeat;
	padding: 0 0 0 11px;
	color: black;
	float: left;
}
a.arrow_orange_black_shadow_small:hover {
	background-image: url(../img/arrow_orange_shadow_small_h.gif);
}
a.arrow_green_shadow {
	background-image: url(../img/arrow_green_shadow.gif);
	background-position: left 1px;
	background-repeat: no-repeat;
	padding:0;
	color: #42a820;
	font-weight: bold;
	float: left;
}
a.arrow_green_shadow:hover {
	color: #007600;
	background-image: url(../img/arrow_green_shadow_hover.gif);
	background-position: left 1px;
	background-repeat: no-repeat;
	padding:0;
}
a.arrow_orange_shadow {
	background-image: url(../img/arrow_orange_shadow.gif);
	background-position: left 1px;
	background-repeat: no-repeat;
	padding-left:15px;
	color: #D8510E;
	list-style-type:none;
	
}
a.arrow_orange_shadow:hover {
	background-image: url(../img/arrow_orange_shadow_hover.gif);
}


a.arrow_white_shadow {
	background-image: url(../img/arrow_white_shadow.gif);
	background-position: left 1px;
	background-repeat: no-repeat;
	color: #D8510E;
	float: left;
}
a.arrow_white_shadow:hover {
	background-image: url(../img/arrow_white_shadow_hover.gif);
	background-position: left 1px;
	background-repeat: no-repeat;
	float: left;
}
a.arrow_white_black_shadow {
	background-image: url(../img/arrow_white_shadow.gif);
	background-position: left 1px;
	background-repeat: no-repeat;
	color: black;
	float: left;
}
a.arrow_white_black_shadow:hover {
	background-image: url(../img/arrow_white_shadow_hover.gif);
}
a.orange {
	color: #d8510e;
	text-decoration: underline;
	
}
a.orange:hover {
	color: #d31e0c;
}
a.deletebtn {
	background: url('../img/flow_summery_delete.gif') no-repeat 0 1px;
	font-size: 1.1em;
	padding: 1px 1px 4px 15px;
	line-height: 1.5;
}
div.divider {
	float: left;
	clear: both;
	width: 100%;
	border-top: 1px solid #DBDBDB;
	height: 1px;
	line-height: 1px;
	cursor: default;
}
div.button_green {
	background-image: url(../img/button_green_bg_right.gif);
	background-position: top right;
	background-repeat: no-repeat;
	float: left;
}
div.button_green_hover {
	background-image: url(../img/button_green_bg_right_hover.gif);
	background-position: top right;
	background-repeat: no-repeat;
	float: left;
}
div.button_orange {
	background-image: url(../img/button_orange_bg_right.gif);
	background-position: top right;
	background-repeat: no-repeat;
	float: left;
}
div.button_blue {
	background-image: url(../img/button_blue_bg_right.gif);
	background-position: top right;
	background-repeat: no-repeat;
	float: left;
}
div.button_orange a {
	padding: 5px 12px 5px 12px;
	color: white;
	display: block;
	float: left;
	line-height: 12px;
	font-size: 12px;
	text-decoration: none;
	background-image: url(../img/button_orange_bg_left.gif);
	background-repeat: no-repeat;
}
div.button_blue a {
	padding: 5px 12px 5px 12px;
	color: white;
	display: block;
	float: left;
	line-height: 12px;
	font-size: 12px;
	text-decoration: none;
	background-image: url(../img/button_blue_bg_left.gif);
	background-repeat: no-repeat;
}
div.button_green a, div.button_green_hover a  {
	padding: 5px 12px 5px 12px;
	color: white;
	display: block;
	float: left;
	line-height: 12px;
	font-size: 12px;
	text-decoration: none;
	background-image: url(../img/button_green_bg_left.gif);
	background-repeat: no-repeat;
}
div.button_green a img, div.button_green_hover a img, div.button_orange a img {
	padding: 0 0 0 4px;
	position: relative;
	top: -1px;
}
div.button_green a:hover, div.button_green_hover a:hover  {
	text-decoration: none;
}
input.input_text {
	background-image: url(../img/input_bg.gif);
	background-repeat: repeat-x;
	border-top: 1px solid #8E8E8E;
	border-bottom: 1px solid #E4E4E4;
	border-left: 1px solid #CECECE;
	border-right: 1px solid #CECECE;
	width: 160px;
	font-weight: bold;
	font-size: 12px;
	line-height: 12px;
	height: 17px;
	padding: 2px 0 0 0;
}

div.heading h2 {
	display: none;
}

div.row {
	float: left;
	clear: both;
	width: 100%;
}

div.main {
	width: 950px;
	float: left;
	clear: both;
}

div.sub_menu a, div.sub_menu a:hover {
	color: black;
	text-decoration: none;
}
.main div.main_left .left_off {
	position: absolute;
	top: 207px;
	left: 18px;
	width: 184px;
	z-index: 1000;
}
.main div.main_left .left_off .sub_menu {
	margin: 0 0 18px 0;
	width: 184px;
	float: left;
	clear: both;
}
.level2-menu ul {
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	float: left;
	clear: both;
	width: 184px;
	list-style-position: inside;
}
.level2-menu ul li {
	margin: 0;
	padding: 0;
	float: left;
	clear: both;
	width: 184px;
	list-style-type: none;
	line-height: 23px;
}
.level2-menu ul .item a {
	display: block;
	margin: 0;
	font-size:0.9em;
}
.level2-menu ul .item a:hover {
	text-decoration: underline;
}
.level2-menu ul .item_first {
	background: url('../img/menu_bg_first.gif') top left no-repeat; width:184px;
}
.level2-menu ul .item_first_hover {
	background: url('../img/menu_bg_first_hover.gif') top left no-repeat;
}
.level2-menu ul .item_first_selected {
	background: url('../img/menu_bg_first_selected.gif') top left no-repeat; width:184px;
}
.level2-menu ul .item_first_selected_hover {
	background: url('../img/menu_bg_first_selected_hover.gif') top left no-repeat;
}
.level2-menu ul .item_mid {
	background: url('../img/menu_bg.gif') top left no-repeat; width:184px
}
.level2-menu ul .item_mid_hover {
	
	background: url('../img/menu_bg_hover.gif') top left no-repeat;
}
.level2-menu ul .item_sub {

	background: url('../img/menu_bg.gif') top left no-repeat; width:184px;
}
.level2-menu ul .item_sub_hover {
	background: url('../img/menu_bg_hover.gif') top left no-repeat;
}
.level2-menu ul .item_sub_selected {
	background: url('../img/menu_bg_selected.gif') top left no-repeat;
}
.level2-menu ul .item_sub_last_selected {
	background: url('../img/menu_bg_last_selected.gif') top left no-repeat;
}
.level2-menu ul .item_sub_last_selected_hover {
	background: url('../img/menu_bg_last_selected_hover.gif') top left no-repeat;
}
.level2-menu ul .item_sub_last {
	background: url('../img/menu_bg_last.gif') top left no-repeat;
}
.level2-menu ul .item_sub_last_hover {
	background: url('../img/menu_bg_hover.gif') top left no-repeat;
}
.level2-menu ul .selected {
	background: url('../img/menu_bg_open.gif') top left no-repeat;
}
.level2-menu ul .selected_hover {
	background: url('../img/menu_bg_open_hover.gif') top left no-repeat;
}
.level2-menu ul .open {
	background: url('../img/menu_bg_open.gif') top left no-repeat;
}
.level2-menu ul .open_hover {
	background: url('../img/menu_bg_open_hover.gif') top left no-repeat;
}
.level2-menu ul .item_mid .link, .level2-menu ul .item_first .link {
	background:url('../img/menu_link_yellow.gif') no-repeat 3px 4px;
	padding:0 0 0 21px;
}
.level2-menu ul .item_mid .link:hover, .level2-menu ul .item_first .link:hover {
	background:url('../img/menu_link_yellow.gif') no-repeat 3px 4px;
	padding:0 0 0 21px;
}
.level2-menu ul .item_sub_selected .link, .level2-menu ul .item_sub_last_selected .link {
	padding:0 0 0 21px;
	font-weight: bold;
}
.level2-menu ul .item_sub_selected .link:hover, .level2-menu ul .item_sub_last_selected .link:hover {
	padding:0 0 0 21px;
	font-weight: bold;
}
.level2-menu ul .item_sub .link {
	padding:0 0 0 21px;
}
.level2-menu ul .item_sub .link:hover {
	padding:0 0 0 21px;
}
.level2-menu ul .open .link {
	background:url('../img/menu_link_open_black.gif') no-repeat 3px 4px;
}
.level2-menu ul .open .link:hover {
	background:url('../img/menu_link_open_black.gif') no-repeat 3px 4px;
}
.level2-menu ul .selected .link, .level2-menu ul .item_first_selected .link {
	font-weight: bold;
	padding:0 0 0 21px;
	background:url('../img/menu_link_black.gif') no-repeat 3px 4px;
}
.level2-menu ul .selected .link:hover, .level2-menu ul .item_first_selected .link:hover {
	font-weight: bold;
	padding:0 0 0 21px;
	background:url('../img/menu_link_black.gif') no-repeat 3px 4px;
}
div.footerH {
	padding: 0 0 0 24px;
}
div.footer {
	background: url('../img/footer_bg01.gif') repeat-x;
	font-size: 1.1em;
	width: 910px;
	float: left;
	clear: both;
	color: #7F7F7F;
	padding: 13px 0 24px 0;
}
.footer a {
	color: #7F7F7F;
	text-decoration: none;
}
.footer a:hover {
	color: #4C4C4C;
	text-decoration: underline;
}
.footer .left {
	float: left;
}
.footer .left ul {
	float:left;
	margin: 0;
	padding: 0;
}
.footer .left ul li {
	list-style-type: none;
	padding: 0 3px 0 0;
	float:  left;
}
.footer .left ul li a {
	padding: 0 3px 0 0;
}
.footer .right {
	float: right;
}
.footer .right img {
	padding: 4px 0 0 0;
}
.footer .right .flag {
	padding: 0 6px 0 0;
}

.support-area {
	width: 166px;
	padding: 0 8px;
	background: url('../img/support_area_bg01.gif') repeat-y;
	/*float: left;*/
	clear: both;
	margin: 0 0 0 0;
}
.supportFade {
	padding-bottom: 12px;
	border: 0;
}
.support-area .top_border {
	border-top: 4px solid #18A8E7;
	height: 4px;
	line-height: 4px;
	margin: 0 0 4px 0;
}
.support-area .support_search {
	float: left;
	width: 100%;
	padding: 0 0 8px 0;
	background: url('../img/bar_spec_top.gif') bottom no-repeat;
}
.support-area .support_search .search_icon {
	margin: -1px 0 0 0;
}
.support-area .support_search input {
	float: left;
}
.support-area .support_search .input_text {
	width: 114px;
	font-size: 11px;
	line-height: 11px;
	color: black;
	height: 16px;
	margin: 0 5px 0 12px;
	font-weight: normal;
}
.support-area .headRow {
	background: #fff;
	float: left;

}
.support-area .headRowLine {
	background: #fff;
	float: left;
	border-bottom: 1px solid #e9e9e9;
}

.support-area .headRowContent {
	display: none;
}
.support-area .headRowContentShow {
	display:inline-block;
	display: block;
}
.support-area .hide {
	display: none;
	
}
.support-area a {
	color: black;
	text-decoration: none;
}
.support-area a:hover {
	color: black;
	text-decoration: underline;
}
.support-area .tools {
	clear: both;
	padding: 0 12px;
}
.support-area img.bar { float: left; }
.support-area .button_excol {
	float: left;
	width: 22px;
	height: 22px;
	background: url('../img/button_excol.gif') no-repeat;
  cursor:pointer;
}
.support-area .button_exexp {
	float: left;
	width: 22px;
	height: 22px;
	background: url('../img/button_exexp.gif') no-repeat;
  cursor:pointer;
}

.support-area ul {
	margin: 0;
	padding: 0;
	font-size: 1em;
	
}
.support-area ul li {
	margin: 0;
	list-style-type: none;
	line-height: 24px;
	clear: both;
	border-bottom: solid 1px #e5e5e5;
}
.support-area ul li.last {
	border: 0;
}
.support-area .tools ul li .item{
	float: left;
	padding: 0 5px 0 0;
}
.support-area .faq ul li .item{
	float: left;
	padding: 0 5px 0 5px;
}
.support-area .faq {
	clear: both;
	padding: 4px 12px 0 7px;
	background: url('../img/bar_spec_down2.gif') #f0f8fa repeat-x;
}
.support-area .git {
	background: #f0f8fa;
	padding: 0 0 0 5px;
	float: left;
	width: 161px;
	height: 43px;
}
.main div.main_left {
	width: 758px;
	float: left;
	overflow: hidden;
}

.main div.main_right {
	width: 190px;
	float: left;
}

.main div.main_right .promo_audiobook {
	float: left;
	clear: both;
	width: 166px;
	padding: 0 0 0 7px;
}
.main div.main_right .promo_audiobook .image_header {
	float: left;
	clear: both;
}
.main div.main_right .promo_audiobook img {
	float: left;
}
.main div.main_right .promo_audiobook .box_content {
	float: left;
	clear: both;
	border-width: 0 1px 1px 1px;
	border-color: #CDCDCD;
	border-style: solid;
	width: 140px;
	padding: 12px;
}
.main div.main_right .promo_international {
	float: left;
	clear: both;
	padding: 0 0 0 7px;
}
.main div.main_left .header {
	width: 745px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(../img/top_bg.gif);
	background-repeat: no-repeat;
	height: 104px;
	z-index: 100;
}

.main div.main_left .header .segment_navigation {
	z-index: 1000;
	position: absolute;
	top: 12px;
	left: 12px;
}
.main div.main_left .header .segment_navigation .separator {
	color: #6E6E6E;
}
.main div.main_left .header .segment_navigation a {
	font-size: 1.2em;
	color: #A6A6A6;
}
.main div.main_left .header .segment_navigation a:hover {
	font-size: 1.2em;
	color: white;
}
.main div.main_left .header .segment_navigation .active {
	font-weight: bold;
	text-decoration: none;
	color: white;
}
.main div.main_left .header .main_navigation_left {
	float: left;
	margin: 0 0 0 12px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 500;
}

.main div.main_left .header .main_navigation_left ul {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	list-style-position: inside;
}
.main div.main_left .header .main_navigation_left li {
	display: inline;
	float: left;
	margin: 0 4px 0 0;
}
.main div.main_left .header .main_navigation_left li a {
	float: left;
	clear: both;
}
.main div.main_left .header .main_navigation_left li .top_space img {
	float: left;
	clear: both;
}
.main div.main_left .header .main_navigation_right {
	margin: 0;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 100;
}
.main div.main_left .header .main_navigation_right .open {
	display: none;
	background: url('../img/webmail_login_bg.gif') no-repeat top left;
	width: 307px;
	height: 55px;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 2000;
}
.main div.main_left .header .main_navigation_right .open .login_box {
	position: absolute;
	top: 55px;
	left: 0;
	width: 281px;
	padding: 12px;
	background-color: #dff6fc;
	border-bottom: 4px solid #18a8e7;
}
.main div.main_left .header .main_navigation_right .open .login_box .close_button {
	position: absolute;
	left: 0px;
	bottom: -24px;
}
.main div.main_left .header .main_navigation_right .open .login_box .close_button a {
	float: left;
	margin: 0 0 0 37px;
}
.main div.main_left .header .main_navigation_right .open .login_box .navi {
	float: left;
	clear: both;
	margin: 0 0 10px 0;
}
.main div.main_left .header .main_navigation_right .open .login_box .navi a {
	margin: 0 20px 0 0;
}
.main div.main_left .header .main_navigation_right .open .login_box .divider {
	border-top: 1px solid #c4d8dd;
	margin: 0 0 10px 0;
}
.main div.main_left .header .main_navigation_right .open .login_box .inputs .input_text {
	margin: 0 10px 0 0;
	width: 100px;
	height: 15px;
	float: left;
	font-weight: normal;
	font-size: 11px;
}
.main div.main_left .header .main_navigation_right .open .login_box .inputs .button_blue {
	float: left;
	clear: none;
}
.main div.main_left .header .main_navigation_right .open .login_box .inputs .button_blue a {
	padding-top: 3px;
	font-weight: bold;
	font-size: 12px;
} 
.main div.main_left .header .main_navigation_right .open ul {
	float: right;
}
.main div.main_left .header .main_navigation_right ul {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	list-style-position: inside;
	z-index: 500;
}
.main div.main_left .header .main_navigation_right li {
	display: inline;
	float: left;
	margin: 0;
	z-index: 500;
}
.main div.main_left .header .main_navigation_right li a {
	float: left;
	clear: both;
	z-index: 500;
}
.main div.main_left .header .main_navigation_right .open li a {
	float: left;
	clear: both;
	z-index: 500;
}
.main div.main_left .header .main_navigation_right li .top_space img {
	float: left;
	clear: both;
	z-index: 500;
}

.main div.main_left .mid_promo_areas {
	float: left;
	padding: 12px 0 4px 16px;
	width: 100%;
	z-index: 100;
}

.main div.main_left .mid_promo_areas .promo_box_small {
	width: 182px;
	height: 210px;
	background-image: url(../img/promoarea_smallbox_sh.gif);
	background-repeat: no-repeat;
	float: left;
}
.main div.main_left .mid_promo_areas .promo_box_small_no_image {
	width: 182px;
	height: 237px;
	padding: 8px 0 0 0;
	float: left;
}
.main div.main_left .mid_promo_areas .promo_box_small_no_shadow {
	width: 182px;
	height: 245px;
	background-image: url(../img/promo_smallbox_nosh.gif);
	background-repeat: no-repeat;
	float: left;
}
.main div.main_left .mid_promo_areas .promo_box_small_no_image .box_content .box_image {
	border-top: 4px solid #B2B2B2;
	padding: 12px 0 0 0;
}
.main div.main_left .mid_promo_areas .promo_box_small_no_shadow .heading img {
	float: left;
	clear: both;
	margin: 8px 0 0 8px;
	border-bottom: 4px solid #FFEA00;
}
.main div.main_left .mid_promo_areas .promo_box_small_no_shadow .box_content {
	float: left;
	clear: both;
	padding: 0 0 0 8px;
}
.main div.main_left .mid_promo_areas .promo_box_small_no_shadow .box_content .box_image {
	float: left;
	clear: both;
}
.main div.main_left .mid_promo_areas .promo_box_small_no_shadow .box_content .box_image img {
	float: left;
	clear: both;
}
.main div.main_left .mid_promo_areas .promo_box_small_no_shadow .box_content .text {
	float: left;
	clear: both;
	width: 142px;
	background-image: url(../img/promo_bb_smallbox_bg.gif);
	background-repeat: repeat-y;
	padding: 8px 12px 0 12px;
	height: 91px;
}
.main div.main_left .mid_promo_areas .promo_box_small_no_shadow .box_content .text p {
	font-size: 1.1em;
	line-height: 13px;
	margin: 0 0 10px 0;
}
.main div.main_left .mid_promo_areas .promo_box_small .heading {
	float: left;
	clear: both;
	margin: 8px 0 0 0;
}
.main div.main_left .mid_promo_areas .promo_box_small .heading a img {
	float: left;
}
.main div.main_left .mid_promo_areas .promo_box_small a {
	float: left;
	clear: both;
}
.main div.main_left .mid_promo_areas .promo_box_small a img {
	float: left;
	margin: 0 0 0 8px;
}

.main div.main_left .mid_promo_areas .promo_box_mid {
	width: 365px;
	height: 210px;
	background-image: url(../img/promoarea_midbox_sh.gif);
	background-repeat: no-repeat;
	float: left;
}

.main div.main_left .mid_promo_areas .promo_box_mid .heading {
	float: left;
	clear: both;
	margin: 8px 0 0 0;
}
.main div.main_left .mid_promo_areas .promo_box_mid a {
	float: left;
	clear: both;
}
.main div.main_left .mid_promo_areas .promo_box_mid a img {
	margin: 0 0 0 8px;
	float: left;
}
.main div.main_left .mid_promo_areas .promo_box_inner {
	margin: 0 2px 0 0;
}
.main div.main_left .mid_promo_areas .promo_box_outer {
	margin: 0;
}
.main .generic {
	float: left;
	width: 498px;
	padding: 89px 0 20px 20px;
	z-index: 1337;
	min-height: 440px;
}

.main .generic img.photo {
	padding: 30px 0;
}
.main .generic p.norm {
	font-size: 1.2em;
	margin: 0;
	padding-bottom: 12px;
	line-height: 1.4;
}
.main .generic p.smallHeadline {
	padding: 10px 0 0 0;
	font-size: 1.2em;
}
.main .generic p.smallP {
	padding: 0;
}
.main .generic div.puff1 {
	float: right;
	width: 154px;
	font-size: 1.1em;
	line-height: 1.3;
	padding: 0 0 10px 10px;
}
.main .generic div.puff1 .top {
	background: #ffe600 url('../img/puff1_bg.gif') bottom;
	padding: 12px 12px 34px 12px;
}
.main .generic div.puff1 .bot {
	background: #fffbd9;
	padding: 12px;
}
.main .generic div.puff2 {
	width: 240px;
	border-color: #ffe600;
	border-style: solid;
	border-width: 4px 0;
	float: left;
	margin: 0 15px 20px 0;
}
.main .generic div.puff2 h2 {
	font-size: 1.6em;
	margin: 0;
	padding: 14px 0 0 0;
}
.main .generic div.puff2 p {
	color: #7f7f7f;
	margin: 0;
	font-size: 1.1em;
}
.main .generic div.puff3 {
	background: #e7f6fd url('../img/puff3_bg.gif') no-repeat;
	padding: 11px;
	margin: 10px 0 5px 0;
}
.main .generic div.puff3 p {
	font-size: 11px;
	padding: 0;
	margin: 0;
	width: 460px;
	line-height: 1.3;
	color: #1597cf;
}

.main .generic .cl {
	width: 347px;
	float: left;
}
.main .generic .cl .photoholder {
	padding: 15px 0;
	width: 347px;
}
.main .generic .cl .thumbholder .top {
	background: url('../img/comb_bar_bg01.gif') top left repeat-x;
}
.main .generic .cl .thumbholder .top .view3dholder {
	float: right;
}
.main .generic .cl .thumbholder .top .view3dholder a.link3d {
	background-image: url(../img/comb_3dbtn_icon.gif);
	background-position: 0px 8px;
	background-repeat: no-repeat;
	padding-left: 22px;
	color: #D8510E;
	float: left;
	line-height: 26px;
	font-size: 1.1em;
}
.main .generic .cl .thumbholder .top .view3dholder .l3d {
	background: url('../img/comb_3dbtn_bg01.gif') repeat-x;
	width: 3px;
	height: 26px;
	float: left;
}
.main .generic .cl .thumbholder .top .view3dholder .m3d {
	background: url('../img/comb_3dbtn_bg02.gif') repeat-x;
	float: left;
	height: 26px;
	padding: 0 7px;
}
.main .generic .cl .thumbholder .top .view3dholder .r3d {
	background: url('../img/comb_3dbtn_bg03.gif') repeat-x;
	width: 3px;
	height: 26px;
	float: left;
}
.main .generic .cl .thumbholder .top .pictext {
	font-size: 1.1em;
	font-weight: bold;
	padding-top: 12px;
}
.main .generic .cl .thumbholder .bot {
	background: url('../img/comb_bar_bg02.gif') bottom left repeat-x;
	float: left;
	width: 347px;
	padding: 0 0 10px 0;
}
.main .generic .cl .thumbholder .bot .photo {
	float: left;
	padding: 10px 5px 0 0;
}
.main .generic .cl .thumbholder .bot .photo a {
	display: block;
	height: 43px;
	width: 43px;
	padding: 3px;
	margin: 0;
	background: #fff;
}
.main .generic .cl .thumbholder .bot .photo img {
	border: #dbdbdb solid 1px;
}
.main .generic .cl .thumbholder .bot .photo a.selected {
	background: #d8510e;
	padding: 3px;
}
.main .generic .cl .thumbholder .bot .photo a.selected img {
	border: 0;
	padding: 1px 0 0 1px;
}
.main .generic .cl .thumbholder .bot .photo a:hover img {
	border: 0;
	padding: 1px 1px 1px 1px;
	background: #d8510e;
}

.main .generic .cl h2 {
	clear: both;
	font-size: 1.6em;
	padding: 15px 0 5px 0;
	margin: 0;
}




.main .generic .cl p {
	font-size: 1.1em;
	line-height: 1.3em;
	padding: 0;
	margin: 0;
}

.main .generic .cl ul.list {
	font-size: 1.1em;
	padding: 0 0 0 12px;
}
.main .generic .cl ul.list li {
	list-style: square;
}
.main .generic .cl .line {
	width: 347px;
	height: 12px;
	padding: 12px 0 0 0;
}
.main .generic .cl .tabs {
	background: #ffe600;
	float: left;
	width: 347px;
	margin: 10px 0;
}
.main .generic .cl .tabs a {
	cursor: pointer;
}
.main .generic .cl .tab_wrapper {
	display: none;
}
.main .generic .cl .wrapper_tab3 {
	display: block;
}
.main .generic .cl .tabs ul {
	padding: 0;
	margin: 0;
}
.main .generic .cl .tabs ul li {
	float: left;
	display: inline;
	list-style: none;
	padding: 6px 10px 6px 10px;
	font-size: 1.1em;
	border-right: solid 1px #e5cf00;
}
.main .generic .cl .tabs ul li.selected {
	border-color: #e5e5e5;
	border-style: solid;
	border-width: 1px 1px 0 1px;
	background: #fff;
}
.main .generic .cl .tabs a { text-decoration: none; }
.main .generic .cl .tabs a:hover { text-decoration: underline; }


.main .generic .cr {
	width: 151px;
	float: left;
}
.main .generic .cr p.short {
	margin: 0;
	padding: 0 0 0 16px;
	font-size: 1.1em;
}
.main .generic .cr p.legaltext {
	margin: 0;
	padding: 0 0 0 16px;
	font-size: 1.1em;
	color: #888;
	float: left;
}
.main .generic .cr img.buynowbtn {
	padding: 9px 0 20px 16px;
}

.main .generic .cr .bubble_wrap {
	float: left;
	position: relative;
	padding: 0 0 0 23px;
}
.main .generic .cr .bubble {
	float: left;
	position: relative;
	background-image: url(../img/bubble_big_right.gif);
	background-position: top right;
	background-repeat: no-repeat;
	height: 60px;
	margin: 10px 0 0 0;
	min-width: 55px;
}

.main .generic .cr .bubble .tag {
	float: left;
	background-image: url(../img/bubble_big_left.gif);
	background-position: top left;
	background-repeat: no-repeat;
	position: relative;
	top: 0px;
	left: -18px;
	padding: 8px 0 0 24px;
	height: 60px;
	display: block;
	clear: both;
}
.main .generic .cr .bubble .tag .price {
	font-size: 21px;
	font-weight: bold;
	line-height: 21px;
	margin: 0 0 -2px 0;
	padding: 5px 6px 0 8px;
	color: black;
	float: left;
	clear: both;
}
.main .generic .cr .bubble .tag .note {
	position: absolute;
	bottom: 20px;
	display: block;
	clear: both;
	margin: 0;
	padding: 0 6px 0 8px;
	font-size: 11px;
	line-height: 11px;
	color: black;
	min-width: 40px;
}