/* Box Styles - These are used for displaying page content. */


/* Product Box Styles START
	-Product Boxes have the colored tab in upper left corner and assymetrical footer. Converting software=Orange, MPEG Editing=Purple, Authoring("Create")=Green. */
.productbox_wrapper	{
	position: relative;
	float: left;
	display: block;
	background: #fff;
	color: #000;
	padding: 0;
	margin: 0;
}

.productbox_wrapper .featured {
	width: 461px;
	height: 224px;
	position: relative;
	background: url(../../images/featured_frame.gif);
}

.purplebox {
	width: 100%;
	background: url(../../images/productbox_purple.gif) no-repeat left top;
	display: block;
	float: left;
	padding: 0px;
}

.orangebox {
	width: 100%;
	background: url(../../images/productbox_orange.gif) no-repeat left top;
	display: block;
	float: left;
	padding: 0px;
}

.greenbox {
	width: 100%;
	background: /*url(../../images/endproduct/productbox_green.gif)*/ no-repeat left top;
	display: block;
	float: left;
	padding: 0px;
}

.productbox_footer {
	background: url(../../images/endproduct/productbox_bottom.gif) no-repeat right bottom;
	width: 100%;
	height: 29px;
	display: block;
	float: left;
	padding: 0;
}

.productbox_footer h2 {
	text-align: right;
	padding: 0px 30px 0px 0px;
}

/* Basic Product Box Styles */

.purplebox h1 {
	padding: 6px 10px 0px 118px;
	color: #843d84;
}

.orangebox h1 {
	padding: 6px 10px 0px 118px;
	color: #f6901c;
}

.greenbox h1 {
	padding: 6px 10px 0px 118px;
	color: #01c7ad;
}

/* Standard Box Styles START */
/* These boxes are for generic-use. Use the .box_wrapper for both blue and white boxes. Use in conjunction with dimension styles in dimensions.css to create specifically sized boxes. */
.box_wrapper {
	padding: 0;
	margin: 0;
	float: left;
}

.product_list {
	width: 198px;
}

.bluebox_body {
	float: left;
	padding: 0;
	margin: 0;
	background: #ecf9fe;
	border: 1px solid #cddfe5;
	border-top: none;
	border-bottom: none;
		/* --- NOTE: Because of the border, you must specify a width 2px LESS THAN the width of the box_wrapper. --- */
}

.product_list .bluebox_body {
	width: 196px;
}

.box_blue_268 .box_wrapper {
	width: 268px;
}

.box_blue_268 .bluebox_body {
	width: 266px;
}

.whitebox_body {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	background: #fff;
	border: 1px solid #cddfe5;
	border-top: none;
	border-bottom: none;
		/* --- NOTE: Because of the border, you must specify a width 2px LESS THAN the width of the box_wrapper. --- */
}

.w268 .whitebox_body {
	width: 266px;
}

.box_contents {
	padding: 8px 8px 0px 8px;
	margin: 0;
}


.whiteitem {
	clear: both;
	float: left;
	padding: 0px 0px 20px 0px;
	margin-bottom: 20px;
	display: block;
	border-bottom: 1px solid #c9c9c9;
}

* html .whiteitem {
	float: none;
}

.w268 .whiteitem {
	width: 250px;
}

.endcap {
	margin: 0;
	padding: 0;
}


.overflow_auto {
	overflow: auto;
}

.box_footer {
	float: left;
	clear: left;
	padding: 0;
	margin: 0;
	height: 15px;
}

.product_list .box_footer {
	width: 198px;
	background: url(../../images/endproduct/bg_bluebox_footer_198_white.gif) no-repeat top;
}

.box_blue_268 .box_footer {
	width: 268px;
	height: 15px;
	background: url(../../images/endproduct/bg_bluebox_footer_268_white.gif) no-repeat top;
}

.blue_268 {
	width: 268px;
	background: url(../../images/endproduct/bg_bluebox_footer_268.gif) no-repeat top;
}



.blue_352 {
	width: 352px;
	background: url(../../images/endproduct/bg_bluebox_footer_352.gif) no-repeat top;
}


.blue_824 {
	width: 824px;
	background: url(../../images/endproduct/bg_bluebox_footer_824.gif) no-repeat top;
}

.white_824 {
	width: 824px;
	background: url(../../images/endproduct/bg_whitebox_footer_824.gif) no-repeat top;
}

.white_268 {
	width: 268px;
	background: url(../../images/endproduct/bg_whitebox_footer_268.gif) no-repeat top;
}

h2.title {
	color: #45901a;
	padding: 8px 8px 7px 8px;
	display: block;
	border: 1px solid #cddfe5;
	background: #e0eaee url(../../images/endproduct/bg_title_blue.gif) repeat-x top right;
	text-transform: uppercase;
}

.box_wrapper h2 {
	border-left: none;
	border-right: none;
}

.button_set {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 4px 0px 4px 0px;
}


/* ------  NEWS BOX ------ */
.blueitem {
	padding: 0px 0px 10px 0px;
	margin-bottom: 10px;
	display: block;
	border-bottom: 2px dotted #cddfe5;
}

.newsTitle {
	font-weight: bold;
}


/*------ Try and Buy Box -----*/
.try_buy {
	float: right;
}

.try_buy .button_set {
	width: 240px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 4px 0px 4px 0px;
}

.try_buy .button_set p {
	line-height: 26px;
}

.try_buy .button {
	float: right;
}

/* ------

/* Use the styles below if you want multiple columns with equal yet variable height. If you need a specific height, use/create a height style instead. 

The ".three_column_wrapper/footer" creates non-product boxes, so use the ".whitebox" and ".bluebox" styles in conjunction with this. */ 

.three_column_wrapper {
	width: 824px;
	margin: 0;
	padding: 0;
	background: url(../../images/endproduct/bg_three_column.gif) repeat-y;
}

.three_column_footer {
	width: 824px;
	height: 15px;
	background: url(../../images/endproduct/bg_three_column_footer.gif) no-repeat;
	clear: both;
}


.three_column_prod_wrapper {
	width: 824px;
	margin: 0;
	padding: 0;
	background: url(../../images/endproduct/bg_three_column_prod.gif) repeat-y;
	float: left;
	clear: both;
}

.three_column_prod_footer {
	width: 824px;
	height: 30px;
	background: url(../../images/endproduct/bg_three_column_prod_footer.gif) no-repeat;
	clear: both;
}

.tab_two_column_body {
	display: block;
	float: left;
	width: 783px;
	height: 100%;
	background: url(../../images/endproduct/bg_line_vert.gif) repeat-y top center;
}

.column_half {
	width: 373px;
	padding-right: 10px;
	margin-right: 10px;
	/*border-right: 1px solid #c9c9c9;*/
	float: left;
}

.column_half2 {
	width: 373px;
	height: 300px;
	margin-left: 10px;
	float: left;
}

.column {
	height: 100%;
	margin:0;
	float: left;
}

* html .column {
	display: table-cell;
}

.content_four_column_body {
	display: block;
	float: left;
	width: 806px;
	padding-left: 2px;
	background: url(../../images/endproduct/bg_four_column.gif) repeat-y;
}

.content_four_column_body .column {
	width: 185px;
	padding-right: 21px;
}

.content_four_column_body ul.greenArrow {
	font-size: 11px !important;
}

#store .content_three_column_body {
	float: left;
	display: block;
	width: 598px;
	padding-left: 2px;
	background: url(../../images/endproduct/bg_four_column.gif) repeat-y;
}

#store .content_three_column_body .column {
	width: 185px;
	padding-right: 21px;
}

#product .content_three_column_body {
	float: left;
	display: block;
	width: 807px;
	padding-left: 2px;
}

#product .content_three_column_body .column {
	width: 226px;
	padding: 0px 20px 0px 20px;
}

.content_two_column_body {
	float: left;
	width: 822px;
	padding-left: 1px;
	background: url(../../images/endproduct/bg_line_vert.gif) repeat-y top center;
}

.content_two_column_body .column {
	width: 390px;
	padding: 0 11px 0 10px;
}

.box_red {
	background: #fff3f3 url(../../images/endproduct/bg_box_red.gif) repeat-x top left;
	border: 1px solid red;
	padding: 10px 8px 10px 8px;
}

.box_green {
	background: #EAFEE4;
	border: 1px solid #269F00;
	padding: 10px 8px 10px 8px;
}

.box_grey {
	background: #e2e2e2 url(../../images/endproduct/bg_boxgrey.png) repeat-x top;
	padding: 10px 8px 10px 8px;
	border-left: 1px solid #D2D2D2;
	border-top: 1px solid #D2D2D2;
	border-right: 1px solid #9a9a9a;
	border-bottom: 1px solid #9a9a9a;
}

.dlc_tab .box_grey {
	width: 730px;
}

.box_grey ul {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0;
	padding-bottom: 0;
}

.footer_contents {
	float: left;
	margin: 0;
	padding: 0px 20px 0px 10px;
	display: block;
}


/* POP-up box Styles -- These are information windows used mostly in the shopping pages. They help explain download procedures, license validation, etc. */

body#popup {
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
}

#popup .box_wrapper {
	height: 90%;
	padding: 20px;
}

#popup .whitebox_body {
	border-bottom: 1px solid #cddfe5;
}

#popup .box_contents {
	padding-bottom: 8px;
}

#popup p {
	font-size: 1.2em;
}

#popup ol {
	font-size: 1.2em;
	margin-right: 8px;
	padding-right: 20px;
	margin-top: 10px;
	margin-bottom: 0;
}

#popup ol.lower_alpha {
	font-size: 100%;
}

#popup ol.lower_alpha li {
	padding-bottom: 0px;
}

#popup ol li {
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#popup ol .box_grey {
	margin: 10px;
	margin-right: 20px;
}