@media screen {

/******************************************************************************************/
/* global styles common to all pages [ AbleCommerce Theme ]                               */
/******************************************************************************************/

/*
reset default browser rules
*/

/*
reset default browser rules
*/
html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,img,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,label{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*because legend doesn't inherit in IE */
legend{color:#000;}
/*
end reset
*/

/*global*/
body {
	margin: 0;
	font-family: arial;
	font-size: 12px;
	color: #666;
}

.cover:after {
	content: '.';
	display: block;
	height: 0px;
	visibility: hidden;
	clear: both;
}
.cover {
	zoom: 1;
}

.clear, .blue_box div.clear {
	clear: both;
	padding: 0;
	margin: 0;
}

a {
	color: #666;
}

h1 {
	font-size: 24px;
	color: #78BD3C;
	margin: 0px 0px 0px 0px;
}

h5 {
	color: #333;
	font-weight: bold;
	margin: 0px 0px 8px 0px;
}

strong {
	font-weight: bold;
}

#wrapper {
	width: 906px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
}

#body {
	clear: both;
	background: url(images/activeion/mainBg.jpg) no-repeat;
	padding: 22px 15px 0px 15px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	color: #333;
	border-bottom: 1px solid #CCC;
	padding: 0px 0px 3px 6px;
	margin: 10px 0px 10px 0px;
}

/* header */
a.logo {
	float: left;
	display: inline;
	margin: 14px 0px 10px 26px;
	background: url(images/activeion/logo.jpg) no-repeat;	
	width: 205px;
	height: 58px;
}

#top_nav {
	float: right;
	display: inline;
	padding: 0px 0px 0px 0px;
	margin: 25px 12px 0px 0px;
}

#top_nav li {
	float: left;
	display: inline;
	margin: 0px 10px 0px 30px;
}

#top_nav li a {
	font-size: 12px;
	padding: 8px 0px 0px 36px;
	display: inline;
	height: 30px;
	float: left;
	color: #999;
	font-weight: bold;
}

#top_nav li a.admin {
	padding-left: 10px;	
}
#top_nav li a.store {
	background: url(images/activeion/store_icon.jpg) no-repeat;
}

#top_nav li a.store:hover {
	background: url(images/activeion/store_icon_over.jpg) no-repeat;
}

#top_nav li a.cart {
	background: url(images/activeion/cart_icon.jpg) no-repeat;
}

#top_nav li a.cart:hover {
	background: url(images/activeion/cart_icon_over.jpg) no-repeat;
}

#top_nav li a.account {
	background: url(images/activeion/account_icon.jpg) no-repeat;
}

#top_nav li a.account:hover {
	background: url(images/activeion/account_icon_over.jpg) no-repeat;
}

#top_nav li a.resources {
	background: url(images/activeion/resources_icon.jpg) no-repeat;
}

#top_nav li a.resources:hover {
	background: url(images/activeion/resources_icon_over.jpg) no-repeat;
}

#top_nav li a.home {
	background: url(images/activeion/home_icon.jpg) no-repeat;
}

#top_nav li a.home:hover {
	background: url(images/activeion/home_icon_over.jpg) no-repeat;
}

#top_nav li a.login {
	padding-left: 0px;
}

#top_nav li span {
	float: left;
	display: inline;
	padding: 8px 5px 0px 5px;
	font-size: 12px;
}

/*footer*/
#footer {
	clear: both;
	margin: 30px 0px 0px 0px;
	border-top: 1px solid #999;
	padding: 4px 10px 0px 10px;
}

#footer a.terms {
	float: right;
	padding-left: 10px;
}

/*homepage*/

#home_right {
	float: left;
	margin: 0px 0px 0px 75px;
	display: inline;
	width: 486px;
	padding: 40px 0px 0px 0px;
}

#home_right p {
	width: 470px;
	margin: 0px 0px 20px 0px;
	font-size: 13px;
	line-height: 140%;
}

#home_right .continue_long {
	width: 231px;
	height: 32px;
	background: url(images/activeion/continueWithOut_btn.jpg) no-repeat;
	display: block;
}

#home_right .continue_long:hover {
	background: url(images/activeion/continueWithOut_btn_over.jpg) no-repeat;
}

img.bottle {
	float: left;
	display: inline;
	margin: 12px 0px 0px 60px;
}

#login_form, #forgot_password, #password_confirm {
	width: 473px;
	margin: 5px 0px 0px 0px; 
}

#password_confirmation {
	width: 473px;
	margin: 5px 0px 20px 0px; 
}

.blue_box h3, #form_left #recent_orders h3 {
	font-size: 14px;
	color: #006A8A;
	line-height: 32px;
	font-weight: bold;
	padding: 0px 0px 0px 4px;
	margin: 0px;
	border-bottom: 0px;
}

.blue_box div.validationSummary {
	padding: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;		
	border: 0px;
}

.blue_box div.validationSummary ul {
	margin: 0px 0px 10px 100px;
}

.blue_box div.validationSummary ul li {
	color: red;
	list-style-type: disc;
	list-style-position: inside;
}

#edit_order div {
	padding: 0px;	
	border: 0px;
	margin:0;
}


#home_right fieldset, #forgot_password fieldset {
	background-color: #FFF;
	border: 1px solid #FFF;
	-moz-border-radius: 5px;
-webkit-border-radius: 5px;	
	padding: 15px 0px 10px 0px;
}

#home_right fieldset p {
	margin-left: 60px;
	width: auto;
}

#home_right fieldset label.left {
	float: left;
	display: inline;
	color: #333;
	margin: 0px 0px 0px 2px;
}

#home_right fieldset label.right {
	width: 93px;
	text-align: right;
	display: inline;
	clear: left;
	float: left;
	margin: 0px 8px 10px 0px;
}

#home_right fieldset input.long {
	float: left;
	display: inline;
	width: 223px;
	margin: 0px 0px 10px 0px;
}

#home_right fieldset a {
	float: left;
	display: inline;
	margin: 0px 0px 0px 5px;
	clear: right;
}

#home_right fieldset input.checkbox {
	clear: left;
	float: left;
	display: inline;
	margin: 0px 0px 0px 104px
}

#home_right fieldset input.signin {
	clear: left;
	float: left;
	display: inline;
	margin: 10px 0px 0px 100px;
	border: 0px;
	width: 91px;
	height: 32px;
	background: url(images/activeion/signIn_btn.jpg) no-repeat;
}

#home_right fieldset input.signin:hover {
	background: url(images/activeion/signIn_btn_over.jpg) no-repeat;
}

#home_right fieldset input.keep_shopping, #home_right fieldset input.cancel, #home_right fieldset input.next {
	float: left;
	display: inline;
	margin: 10px 0px 0px 100px;
	border: 0px;
	width: 87px;
	height: 22px;
	color: #FFF;
	background: url(images/activeion/viewOrder_btn.jpg) no-repeat;
}

#home_right fieldset input.next {
	margin-left: 20px;
}

/*product page*/

#product_right {
	width: 340px;
	padding: 15px 0px 0px 65px;
	float: right;
	display: inline;
	background: url(images/activeion/divider.jpg) no-repeat 0px 30px;
	min-height: 455px;
	_height: 455px;
}

#body img.product {
	float: left;
	display: inline;
}

#product_right h1 {
	font-size: 18px;
	font-weight: bold;
}

#product_right ul {
	margin: 0px 0px 15px 0px;
}

#product_right ul li {
	margin-top: 10px;
	font-size: 14px;
	clear: both;
}

#product_right ul li strong {
	font-weight: bold;
	float: left;
	display: inline;
	margin: 0px 0px 0px 2px;
}

#product_right ul li span {
	float: left;
	display: inline;
}

#product_right ul li select {
	float: left;
	display: inline;
}

#product_right input.short {
	width: 50px;
	float: left;
	display: inline;
	margin: 0px 0px 0px 2px;
}

.quantity_arrows img{	
	margin: 0px 0px 1px 0px;	
}

div.quantity_arrows a.arrow_up {
	background: url(images/activeion/triangle_up.jpg) no-repeat;
	display: block;
	width: 14px;
	height: 9px;
	margin: 0px 0px 2px 0px;
	line-height: 0px;
	font-size: 0px;
	/*float: left;
	clear: right;*/
}

div.quantity_arrows a.arrow_up:hover {
	background: url(images/activeion/triangle_up_over.jpg) no-repeat;
}

div.quantity_arrows a.arrow_down {
	background: url(images/activeion/triangle_down.jpg) no-repeat;
	display: block;
	width: 14px;
	height: 9px;
	margin: 0px 0px 0px 0px;
	line-height: 0px;
	font-size: 0px;
	/*float: left;
	clear: left;*/
}

div.quantity_arrows a.arrow_down:hover {
	background: url(images/activeion/triangle_down_over.jpg) no-repeat;
}

#product_right a.buy {
	background: url(images/activeion/buy_btn.jpg) no-repeat;
	display: block;
	width: 91px;
	height: 32px;
	margin: 0px 0px 0px 0px;
	line-height: 0px;
	font-size: 0px;
	text-decoration:none;
	/*float: left;
	clear: right;*/
}

#product_right a.buy:hover {
	background: url(images/activeion/buy_btn_over.jpg) no-repeat;
}

/* checkout */

#form_left, #terms {
	width: 532px;
	float: left;
	display: inline;
	margin: 0px 0px 0px 10px
}
#terms{
	width: 850px;	
}
#terms ul
{
	margin-left: 6px;
	padding-bottom: 15px;
}
#terms ul li, #terms p.intro {
	color: #333333;
	font-family:Arial;
	font-size: 12px;
	line-height: 18px;
	list-style-position: inside;
	list-style-type: upper-alpha;
	padding: 2px 2px 2px 6px;
	text-align:justify;
}
#form_wide {
	width: 100%;
	float: left;
	display: inline;
	margin: 0px 0px 0px 10px
}

#form_left p {
	margin: 0px 0px 20px 0px
}

#form_left p.address, #form_left p.intro, #terms p.intro {
	margin: 0px 0px 0px 6px;
	line-height: 18px;
	color: #333;
}
#terms p.intro 
{
 padding-bottom: 15px;
}

#form_left h3.bottom, #form_left h3.top {
	margin-top: 30px;
}

#form_left h4 {
	font-size: 12px;
	color: #333;
	font-weight: bold;
	margin: 20px 0px 0px 110px;
}

#checkout_table {
	width: 100%;
}

#checkout_table table td, #checkout_table table th {
	padding: 5px 0px 5px 0px;
}

#form_left fieldset {
	margin: 10px 0px 0px 0px;
	zoom: 1;
}

#form_left fieldset.bottom {
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-top: 1px solid #CCC;
	clear: both;
}

#checkout_table label {
	float: left;
	display: inline;
	line-height: 17px;
	font-weight: bold;
	width: 105px;
	text-align: right;
	margin: 0px 5px 0px 0px;
}

#checkout_table label.right {
	width: auto;
	text-align: left;
	margin: 0px 0px 0px 5px;
	line-height: 13px;
}

#checkout_table input {
	float: left;
	display: inline;
	width: 30px;		
}

#checkout_table input.short {
	float: left;
	display: inline;
	width: 46px;
}

#checkout_table input.radio {
	float: left;
	display: inline;
	width: auto;
	height: 15px;
	margin: 0px 0px 0px 6px;
	padding: 0px;
	font-size: 0px;
	line-height: 0px;
}
#checkout_table table.shipping_methods label, #checkout_table table.account_options label{	
	width: 100px;
	text-align: left;
	margin: 0px;
}
#checkout_table table.account_options label{
	margin: 0px;
	text-align: left;
	width: 500px;
}
#checkout_table table.shipping_methods input, #checkout_table table.account_options input{
	height:18px;
}
#checkout_table table.lme_options label{	
	width: 205px;
	text-align: left;	
}
#checkout_table table.lme_options input{
	height:18px;
}
#checkout_table div.validationSummary ul {
	margin: 5px 5px 0px 12px;
}

#checkout_table div.validationSummary ul li {
	color: red;
	list-style-type: disc;
	list-style-position: inside;
}

#form_indent div.validationSummary ul {
	margin: 0px 0px 0px 0px;
}

#form_indent div.validationSummary ul li {
	color: red;
	list-style-type: disc;
	list-style-position: inside;
}

table.verification td span {
	float: left; 
	display: inline;
	width: 276px;
	margin: 0px 0px 0px 12px;
}



#form_left input.continue {
	background: url(images/activeion/continue_btn.jpg) no-repeat;
	width: 91px;
	height: 32px;
	margin-top: 20px;
	border: 0;
	clear: both;
	display: block;
}

#form_left a.save {
	background: url(images/activeion/save_btn.jpg) no-repeat;
	width: 91px;
	height: 32px;
	margin-top: 20px;
	border: 0;
	display: inline;
	float: left;
}

#form_left a.cancel {
	background: url(images/activeion/cancel_btn.jpg) no-repeat;
	width: 91px;
	height: 32px;
	margin: 20px 0px 0px 20px;
	border: 0;
	display: inline;
	float: left;
}

#form_left a.edit, #form_left a.update{
	width: 67px;
	height: 22px;
	background: url(images/activeion/editWhiteBg_btn.jpg) no-repeat;
	display: block;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	font-size: 13px;
	line-height: 22px;	
	float:left;
}	
#form_left a.edit{
	margin: 10px 0px 0px 6px;
}
#form_left a.update{
	margin: 2px 0px 0px 6px;	
}	

#form_left input.continue:hover {
	background: url(images/activeion/continue_btn_over.jpg) no-repeat;
}

#form_left input.place_order {
	background: url(images/activeion/placeYourOrder_btn.jpg) no-repeat;
	width: 151px;
	height: 32px;
	margin: 0px 0px 0px 110px;  
	border: 0;
	clear: both;
	display: block;
}

#form_indent {
	margin: 35px 0px 0px 20px;
}

#form_indent td, #form_indent th {
	padding: 5px 0px 5px 0px;
}

#form_left #form_indent label {
	/*width: 115px;*/
	float: left;
	display: inline;
	line-height: 17px;
	font-weight: bold;
	width: 135px;
	text-align: right;
	margin: 0px 5px 0px 0px;
}

#form_indent ul {
	margin: 15px 0px 0px 135px;
}

#form_indent ul li {
	margin: 5px 0px 0px 0px;
	list-style-type: disc;
	list-style-position: outside;
}

label span.green {
	color: #78BD3C;
}

.blue_box {
	width: 292px;
	float: left;
	display: inline;
background-color: #A8E9F4;
	margin: 10px 0px 0px 30px;
	padding: 0px 5px 4px 5px;
	border: 1px solid #A8E9F4;
	-moz-border-radius: 5px;
-webkit-border-radius: 5px;	
}

#addresses .blue_box {
	width: 270px;
	margin: 12px 10px 8px 0px;
}

#order_summary {
	margin-top: 30px;
}

.blue_box div.order_basket {
		background-color: #FFF;
	border: 1px solid #FFF;
	-moz-border-radius: 5px;
-webkit-border-radius: 5px;	
	padding: 15px 12px 10px 12px;
}
.blue_box div {
		background-color: #FFF;
	border: 1px solid #FFF;
	-moz-border-radius: 5px;
-webkit-border-radius: 5px;	
	padding: 15px 12px 10px 12px;
}

.blue_box ul li{
	margin-bottom: 5px;
	padding: 0px 4px 0px 4px;
}

.blue_box ul li.product, .blue_box ul li.total{
	font-weight: bold;
	color: #333;
}

.blue_box ul li.divider{
	border-bottom: 1px solid #CCC;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.blue_box ul li span{
	float: right;
}	

.blue_box div p {
	line-height: 18px;
	margin: 0px 0px 10px 0px;
}

.blue_box a.edit, .blue_box a.add{
	height: 22px;	
	display: inline;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	font-size: 13px;
	line-height: 22px;
	float: right;
	margin: 10px 0px 5px 3px;
}	

.blue_box a.edit{
	width: 67px;
	background: url(images/activeion/pillShapeBg.jpg) no-repeat;
}	

.blue_box a.add{
	width: 110px;
	background: url(images/activeion/seeAll_btn.jpg) no-repeat;
}	

/*account page*/

#top_links, #top_links li {
	margin: 0px;
	padding: 0px;
	font-size: 0px;
}

a.arrow {
	display: block;
	background: url(images/activeion/circleArrow.gif) no-repeat 0px 2px;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 10px 0px;
	font-size: 12px;
}

#recent_orders {
	width: 850px;
	margin: 28px 0px 0px 0px;
}

#recent_orders ol {
	margin: 0px 10px;
}
#recent_orders ol li {
	border-top: 1px solid #999;
	padding: 16px 0px 16px 0px;
	vertical-align: middle;
}

#recent_orders ol li.first {
	border-top: 0px solid #999;
	padding: 7px 0px 16px 0px;
}

#recent_orders ol li ul {
	width: 260px;
	float: left;
	display: inline;
}

#recent_orders ol li ul li {
	border-top: 0;
	padding: 0;
	list-style-position: outside;
}

#recent_orders ol li ul li strong {
	font-weight: bold;
	color: #333;
}

#recent_orders ol li div {
	float: left;
	display: inline;
	padding: 0;
	margin: 0;
	width: 450px;
}

#recent_orders ol li a.view_order {
	width: 87px;
	height: 22px;
	background: url(images/activeion/viewOrder_btn.jpg) no-repeat;
	float: left;
	display: inline;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	font-size: 13px;
	line-height: 22px;
}

#recent_orders a.see_all {
	width: 107px;
	height: 22px;
	background: url(images/activeion/seeAll_btn.jpg) no-repeat;
	float: right;
	display: inline;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	font-size: 13px;
	line-height: 22px;
	margin: 6px 5px 0px 5px;
}

/* edit order */

#edit_order {
	width: 850px;
	margin: 10px 0px 0px 0px;
	padding-top: 12px;
}

#edit_order table span.field {
	color: #333;
	font-weight: bold;
}
#edit_order table tr th {
	color: #333;
	font-weight: bold;
	text-align: center;
	padding-bottom: 8px;
	border: 1px solid #A8E9F4;	
}

#edit_order table tr td {
	background-color: #FFF;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;	
	width: 95px;
	text-align: center;
}

#edit_order table.quantity_arrows tr td {
	background-color: #FFF;
	border-right: none;
	border-bottom: none;	
	width: 25px;
	text-align: center;
}

#edit_order table tr.header {
	background-color: #A8E9F4;
	border:none;
}
#edit_order table td.top_left {
	background-color: #FFF;
	padding: 10px 0px 0px 0px;
	width: 150px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-left:0px;
}

#edit_order table td.item {
	width: 285px;
	padding: 0px 0px 0px 20px;
	text-align: left;
}

#edit_order table td.item a {
	color: #78BD3C;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	display: block;
	margin: 0px 0px 0px 0px;
}

#edit_order table td.item a:hover {
	text-decoration: underline;
}

#edit_order table tr td.quantity {
	width: 105px;
}

#edit_order table tr td.quantity input {
	float: left;
	display: inline;
	margin: 2px 0px 0px 25px;
}

#edit_order table td.top_right {
	border-right: 0;
	background-color: #FFF;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
}

#edit_order table td.bottom_left {
	background-color: #FFF;
	text-align: right;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom: 0;
	border-left: 0;
	padding: 0px 22px 6px  0px;
	height: 58px;
	vertical-align: bottom;
	width: 733px;
}

#edit_order table td.bottom_right {
	background-color: #FFF;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom: 0;
	border-right: 0;
	height: 58px;
}

#edit_order a.recalculate {
	width: 111px;
	height: 32px;
	background: url(images/activeion/recalculate.jpg) no-repeat;
	float: right;
	display: inline;
	text-align: center;
	margin: 10px 20px 6px 0px;
}

#edit_order input.continue {
	width: 91px;
	height: 32px;
	float: right;
	display: inline;
	margin: 10px 10px 6px 0px;
}
#edit_order a.update 
{	
	display: block;
	float: left;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	font-size: 13px;
	margin: 10px 0 0 10px;
	width: 110px;
	height: 25px;
	line-height: 20px;
	background: url(images/activeion/seeAll_btn.jpg) no-repeat;
}

/* Manage addresses */

a.add_new {
	width: 91px;
	height: 32px;
	background: url(images/activeion/addNew_btn.jpg) no-repeat;
	display: block;
	margin: 30px 0px 6px 0px;
}

/* receipt page - 02-24-09 */
#checkout_table table.order_summary {
	margin-top: 20px;
	margin-left: 10px;
}

#checkout_table table.order_summary th {
	text-align: right;
	padding: 2px 0;
}

#checkout_table table.order_summary td {
	padding: 2px 0;
}

#checkout_table table.order_summary label {
	width: 150px;
}

textarea.notes {
	width: 382px;
	height: 177px;
}

a.submit_note {
	width: 147px;
	height: 22px;
	background: url(images/activeion/btnBg_long.jpg) no-repeat;
	display: block;
	margin: 15px 0px 0px 0px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	font-size: 13px;
	line-height: 22px;
}

/* class to add a line under some content */
.border_bottom{
	border-bottom: 1px solid #CCCCCC;
	/*padding-top:5px;*/
	margin-top:8px;
	margin-bottom:8px;
	
}
/* applied to ajax progress update */
#centeredProgress
{
	width: 300px;
	height: 200px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -150px;
	margin-top: -200px;
	z-index: 99;
	color: #FFFFFF;
	border: 5px solid #C1C1C1;
	background: #FFFFFF url(images/processing.gif) no-repeat 50%;
}

/* background style for the screen when an ajax progress update is displayed */
#ajaxProgressBg
{
    border: 0px;
    padding: 0px;
    margin: 0px;
    width: 100%;
    position: absolute;
    background-color: #000000;
    opacity: 0.3;
    filter: Alpha(opacity:30);
    z-index: 0;
}

/* style for the ajax progress indicator */
#ajaxProgress
{
    border: 0px;
    padding: 0px;
    position: absolute;
    background-color: #FFFFFF;
	background: #FFFFFF url(images/processing.gif) no-repeat 50%;
    z-index: 1;
    left:50%;
    margin-left:-100px;
    width:200px;
    height:200px;
    border: solid 2px grey;
}

#home_right fieldset input.button, #home_right fieldset a.button
{
	float: left;
	display: inline;
	margin: 10px 0px 0px 100px;
	border: 0px;
	width: 87px;
	height: 22px;
	color: #FFF;
	background: url(images/activeion/viewOrder_btn.jpg) no-repeat;
}
/* Text styles used to provide status information */
.goodCondition{font-weight: bold; color: #008000; padding-bottom: 3px;}
.warnCondition{font-weight: bold; color: #FFA500; padding-bottom: 3px;}
.errorCondition{color: #FF0000; padding-bottom: 3px;}

div.home_wrapper {
	display:inherit;
	background: url(images/activeion/login_main_background.jpg) no-repeat;	
	width: 872px;	
}

table#contentLayout, td#mainPanel {
	width: 100%;
}

div#home_right{
	width: 466px;
	float: right;
	margin: 15px 18px 0px 0px;
	padding: 18px 0px 0px 0px;
	background: url(images/activeion/sign_in_box_top.png) no-repeat;
	_background-image: url(images/activeion/sign_in_box_top.gif);
	_display: inline;
}

div#home_right h1{
	font-size: 22px;
	margin-bottom: 5px;
}

div#home_right p{
	width: auto;
	font-size: 12px;
}

div#home_welcome {
	padding: 12px 30px 30px 40px;
	background: url(images/activeion/sign_in_box_mid.png) no-repeat bottom;
	_background-image: url(images/activeion/sign_in_box_mid.gif);
}

div#home_welcome_bottom {
	height: 60px;
	background: url(images/activeion/sign_in_box_bottom.png) no-repeat;
	_background-image: url(images/activeion/sign_in_box_bottom.gif);	
}

div#home_loggedin a.submit_note{
	margin-bottom: 200px;
}

div#login_form {
	width: 456px;
	margin-top: 0px;
}

#home_right fieldset input.signin {
	background: none;
	width: 67px;
	height: 22px;
}

#home_right .continue_long {
	background: url(images/activeion/continueWithOut_btn.jpg) no-repeat;
}

#home_right .continue_long:hover {
	background: url(images/activeion/continueWithOut_btn_over.jpg) no-repeat;
}


/*products page*/
h1.underline {
	font-size: 22px;
	border-bottom: 1px solid #CCC;
}

ul#product_list {
	margin: 27px 0px 0px 10px;
}

ul#product_list li {
	float: left;
	width: 155px;
	margin: 0px 25px 0px 0px;
	_display: inline;
}

ul#product_list li.last {
	margin: 0px 0px 0px 0px;
}	

ul#product_list li.divider {
	float: none;
	clear: both;
	height: 25px;
	margin-bottom: 25px;
	/*border-bottom: 1px solid #CCC;*/
	zoom: 1;
}

ul#product_list li h2 {
	color: #78BD3C;
	font-size: 18px;
}

ul#product_list li span.price {
	color: #000;
	font-size: 12px;
	font-weight: bold;
}

ul#product_list li p {
	margin-top: 8px;
}

.blue_box ul li.product {
	border-bottom: 1px solid #CCC;
	font-weight: normal;
	color: #666;
	padding-bottom: 16px;
}

.blue_box ul li h4 {
	color: #78BD3C;
	font-size: 13px;
	font-weight: bold;
}	

.blue_box ul li span {
	float: none;
}	

/* product detail page */

#product_description {
	margin: 40px 0px 0px 0px;
}

#order_summary {
	width: 292px;
	margin-left: 30px;
}

#product_iframe {
    display: none;
}
#zoom_content #product_iframe {
    display: block;
}
#product_list_bottom{    
	display:block;
	clear:both;
	padding-top:20px;
}
#product_list_bottom a
{
	display:block;
	background: url(images/activeion/compare_products.gif) no-repeat;
	width: 139px;
	height: 22px;
}
/* close the screen media selector */
}
