.cm-box {
	border: 1px solid #224488;
	background: #DDDDFF url('../../img/cm_low_op.png') no-repeat 99% 99%;
}

.disclaimer_text {
	color: #595959;
	margin-top: 10px;
	font-size: 10px;
}

/*** SPECIAL OFFER CSS ***/
#special_offer {
	display: block;
	margin: 8px 8px 15px 8px;
	padding: 0 5px;
}

#special_offer h2 {
	color: #000;
	margin: 10px auto;
	text-align: center;
	padding: 2px;
	border-top: 3px double #000;
	border-bottom: 3px double #000;
}

.cm-badges {
	width: 12px;
	height: 13px;
	vertical-align: middle;
}

.offer-text-soccer {
	color: #C7FD00;
}

.offer-text {
	color: #1cc7e2;
}

.features-table {
	width: 100%;
	margin: 10px 0;
	border-collapse: separate;
	border-spacing: 0;
	color: #2a2a2a;
	background: #ddddff;
	background: -moz-linear-gradient(top,  #ddddff 0%, #ffffff 15%, #ffffff 80%, #ddddff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ddddff), color-stop(15%,#ffffff), color-stop(80%,#ffffff), color-stop(100%,#ddddff));
	background: -webkit-linear-gradient(top,  #ddddff 0%,#ffffff 15%,#ffffff 80%,#ddddff 100%);
	background: -o-linear-gradient(top,  #ddddff 0%,#ffffff 15%,#ffffff 80%,#ddddff 100%);
	background: -ms-linear-gradient(top,  #ddddff 0%,#ffffff 15%,#ffffff 80%,#ddddff 100%);
	background: linear-gradient(to bottom,  #ddddff 0%,#ffffff 15%,#ffffff 80%,#ddddff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddddff', endColorstr='#ddddff',GradientType=0 );
}

.features-table thead {
	display: table-header-group;
	vertical-align: middle;
	border-color: inherit;
}

.features-table thead td {
	font: bold 1em 'trebuchet MS', 'Lucida Sans', Arial;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}

.features-table thead td:nth-child(2), .features-table thead td:nth-child(3){
	background: #2E2E2E;
}

.features-table tfoot {
	display: table-footer-group;
	vertical-align: middle;
	border-color: inherit;
}

.features-table tfoot td {
	border-bottom: none;
	background: none;
}

.features-table tfoot td:nth-child(2), .features-table tfoot td:nth-child(3){
	background: #2E2E2E;
}

.features-table tbody {
	display: table-row-group;
	vertical-align: middle;
	border-color: inherit;
}

.features-table td {
	padding: 6px;
	border-bottom: 1px dashed #cdcdcd;
	text-align: center;
}

.features-table tbody td:first-child {
	width: auto;
	text-align: left;
	font-weight: bold;
}

.features-table td:nth-child(2), .features-table td:nth-child(3) {
	border-right: 1px solid #2E2E2E;
	width: 180px;
}

.features-table td:nth-child(2) {
	border-left: 1px solid #2E2E2E;
}

.features-table tr {
	display: table-row;
	vertical-align: inherit;
	border-color: inherit;
}

.benefit_title {
	font-weight: bold;
	line-height: 19px;
}

.benefit_info {
	padding-top: 6px;
	display: inline-block;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	margin-left: 15px;
}

/*** CM OFFER BOX CSS ***/
#cm_offer_container {
	padding: 10px;
	margin: 8px;
	border: 1px solid #b4b4b4;
}

#cm_offer_container table {
	margin: 8px auto;
	width: 95%
}

.buy-cm {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	margin: 0 0 0 15px;
	width: 545px;
	padding: 5px;
}

#cm_details {
	background:rgba(255,255,255, 0.5);
	text-align: center;
}

#cm_details table {
	width: 100%;
}

#cm_details tbody td:first-child {
	text-align: left;
	font-weight: bold;
}

#cm_details tbody td {
	padding: 6px;
	vertical-align: middle;
}

#store_header {
	padding: 5px;
}

#store_header_left,
#store_header_right {
	margin: 5px;
	text-align: right;
}

.power_tokens_box {
	margin: 5px auto;
	background-color: #fff;
	box-shadow: 1px 1px 2px #888888 inset;
	padding: 1px 20px; text-align: center;
	border-radius: 4px;
	border: 1px solid #a3a3a3;
	font-weight: bold;
	font-size: 14px;
	white-space: nowrap;
}

#store_main {
	float: left;
	padding: 10px;
	width: 634px;
}

#store_main fieldset {
	margin-bottom: 2em;
	border-radius: 5px;
	border-style: solid;
	border-width: 1px;
	box-shadow: 1px 1px 2px #aaa;
}

#store_main legend {
	background: #ffffff;
	border-style: solid;
	border-width: 1px;
	box-shadow: 1px 1px 2px #aaa;
	padding: 5px;
	text-transform: uppercase;
}

#store_main fieldset.select_list table {
	border-collapse: collapse;
	width: 100%;
}

#store_main fieldset.select_list table td {
	border-bottom: 1px solid #bbb;
	padding: 5px;
}

#store_main fieldset.select_list table tr:last-child td {
	border: none;
}

#store_main fieldset.select_list tr:hover {
	background: #fff;
	cursor: pointer;
}

#store_select_product,
#store_power_token_gifting {
	background-color: #e6e6ff;
	background-image: -webkit-linear-gradient(#eef, #ddf); /* For Safari 5.1 to 6.0 */
	background-image: -o-linear-gradient(#eef, #ddf); /* For Opera 11.1 to 12.0 */
	background-image: -moz-linear-gradient(#eef, #ddf); /* For Firefox 3.6 to 15 */
	background-image: linear-gradient(#eef, #ddf); /* Standard syntax */
}

#store_select_product table tr:hover td,
#select_payment_system_div > fieldset > div:hover {
 background: #fff;
}

#store_select_product td {
	border-bottom: 1px solid #ccc;
	cursor: pointer;
}

#store_select_product .store_select_col2 {
	margin: 0 5px;
	width: 150px;
	font-size: 110%;
	font-weight: bold;
}

#store_select_product .store_select_col3 { margin: 0 5px; width: 100px; }
#store_select_product .store_select_col3 img { vertical-align: middle }

#store_select_product .store_select_col4 {
	margin: 0 5px;
	color: #006400;
	font-weight: bold;
	text-align: left;
	width: 100px;
}

#store_select_product ul { margin: 0; padding: 0; list-style: none }
#store_select_product ul > li { margin-left: 0em; vertical-align: middle; line-height: 1.5em }
#store_select_product ul > li:before { content: "•"; padding-right: .2em; color: #9999CC; font-weight: bold; font-size: 200%; line-height: .8em; vertical-align: middle }

#store_select_product_show_all {
	background: #99c;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	padding: 8px;
	text-align: center;
	text-transform: uppercase;
}

#store_select_payment_method {
	margin-top: 10px;
	background-color: #e6ffe6;
	background-image: -webkit-linear-gradient(#efe, #dfd); /* For Safari 5.1 to 6.0 */
	background-image: -o-linear-gradient(#efe, #dfd); /* For Opera 11.1 to 12.0 */
	background-image: -moz-linear-gradient(#efe, #dfd); /* For Firefox 3.6 to 15 */
	background-image: linear-gradient(#efe, #dfd); /* Standard syntax */
}

#store_select_payment_method > div { padding: 5px 0 5px 0; cursor: pointer }
#store_select_payment_method > div:not(:last-child) {	border-bottom: 1px solid #ccc }

.store_comparison_highlight {
	background-color: #ffeb66;
}

#redeemed-code-list-container { display: none }
#redeemed-code-list { margin: 0; padding: 0 10px; list-style-type: disclosure-closed }
