/****************************************************************************/
/* 2007 - TECHFRONT - http://www.techfront.com.br/							*/
/*																			*/
/* Created: 13/11/2007 by Herus Armstrong - herus.armstrong@techfront.com.br*/
/* Description: Page of onlinecart for buy									*/
/****************************************************************************/


/************************************/
/* CART CONTENT						*/
/************************************/

/* Game Content */
#gamecontent {
	width: 990px;
	background: none;
	padding-left: 0;
}

/* Newest additions */
#newestandfeatured {
	float: left;
}
/* Cart Content */
#cartcontent {
	width: 755px;
	float: left;
	margin-left: 5px;
	margin-top: 5px;
}
#lastreleased {
	width: 218px;
	float: right;
}
#cartcontent h2 {
	background-image: url(../images/bg/cattop_left.png);
	background-position: left;
	background-repeat: no-repeat;
	width: 755px;
	clear: both;
	float: left;
}
#cartcontent h2 span {
	height: 21px;
	text-align: left;
	font-size: 12px;
	text-transform: uppercase;
	margin-left: 20px;
	display: block;
	background-image: url(../images/bg/cattop_right.png);
	background-position: right;
	background-repeat: no-repeat;
	padding-top: 7px;
}
#cartcontent h2 span div {
	background-image: url(../images/bg/cattop_middle.gif);
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #003FB1;
	height: 22px;
	padding-top: 6px;
	margin-top: -7px;
	margin-left: 3px;
	width: 707px;
}
/* Buy Steps */
#cartcontent ul {
	width: 100%;
	clear: both;
	display: block;
	background-color: #172055;
	padding-top: 15px;
}
#cartcontent form {
	padding-top: 15px;
	padding-bottom: 40px;
	background-color: #172055;
}
#cartcontent #cartlimit {
	background-color: #172055;
	margin-top: 28px;
}
ul #first, ul #first_ok, ul #second, ul #second_ok, ul #third, ul #third_ok {
	background-image: url(../images/bg/1step.gif);
	background-repeat: no-repeat;
	height: 50px;
	float: left;
	display: block;
	list-style: none;
	margin-bottom: 20px;
	margin-left: 10px;
}
ul strong {
	display: none;
}
ul #first_ok {
	background-image: url(../images/bg/1step_on.gif);
}
ul #first span, ul #first_ok span {
	background-image: url(../images/bg/1step_text.gif);
	background-repeat: no-repeat;
	height: 18px;
	width: 182px;
	display: block;
	margin-left: 40px;
	margin-top: 10px;
}
ul #second {
	background-image: url(../images/bg/2step.gif);
}
ul #second_ok {
	background-image: url(../images/bg/2step_on.gif);
}
ul #second span, ul #second_ok span {
	background-image: url(../images/bg/2step_text.gif);
	background-repeat: no-repeat;
	height: 18px;
	width: 113px;
	display: block;
	margin-left: 40px;
	margin-top: 10px;
}
ul #third {
	background-image: url(../images/bg/3step.gif);
}
ul #third_ok {
	background-image: url(../images/bg/3step_on.gif);
}
ul #third span, ul #third_ok span {
	background-image: url(../images/bg/3step_text.gif);
	background-repeat: no-repeat;
	height: 18px;
	width: 283px;
	display: block;
	margin-left: 40px;
	margin-top: 10px;
}
/* Credit Cards */
.card_flags {
	width: 290px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 15px;
	float: left;
}
.card_flags_right {
	float: right;
	padding-right: 10px;
	padding-bottom: 10px;
}
.card_flags span, .card_flags_right span {
	background-image: url(../images/bg/card_flags.gif);
	background-repeat: no-repeat;
	float: left;
	display: block;
	height: 76px;
	width: 290px;
}
.card_flags strong, .card_flags_right strong, .secure_stamp strong, .secure span, .authorize span, .verisign span {
	display: none;
}
/* Secure stamp/Cart forms */
.secure_stamp, .cart_forms {
	background-image: url(../images/bg/contentform_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #29378B;
	float: right;
	display: block;
	width: 289px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.secure_stamp {
	width: 369px;
	background-image: url(../images/bg/contentcart_right.gif);
	height: 76px;
	background-repeat: no-repeat;
	background-position: right;
	padding: 0;
}
.cart_forms {
	float: left;
	margin-left: 10px;
	margin-top: 0;
}
.cart_forms #stateinput, .cart_forms #stateselect {
	float: left;
	width: 145px;
	height: 26px;
}
.cart_forms div h3 {
	background-image: url(../images/bg/contentform_top.gif);
	background-repeat: no-repeat;
	width: 289px;
	padding-top: 7px;
	height: 15px;
}
.cart_forms form div {
	background: none;
}
.cart_forms #register {
	background-image: url(../images/bt/register.gif);
	background-repeat: no-repeat;
	display: block;
	float: right;
	width: 57px;
	height: 41px;
	margin-right: 5px;
	margin-left: 5px;
}
.cart_forms #register strong {
	display: none;
}
.cart_forms a {
	margin-left: 5px;
	float: left;
	width: 210px;
	margin-top: 5px;
}
.cart_forms a:hover {
	text-decoration: underline;
}
.secure_stamp h3, .cart_forms h3 {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 11px;
	margin: 0;
}
.secure_stamp div {
	float: left;
	background-image: url(../images/bg/contentcart_left.gif);
	background-position: left;
	background-repeat: no-repeat;
	height: 76px;
	width: 14px;
}

.cart_forms span {
	margin-left: 5px;
	margin-right: 5px;
	width: 97%;
	clear: both;
	display: block;
	margin-top: 10px;
}
.cart_forms li {
	list-style-position: inside;
	width: 95%;
	margin: auto;
}
.cart_forms span {
	clear: both;
	display: block;
	margin-bottom: 10px;
}
.cart_forms label {
	float: left;
	width: 130px;
	line-height: 18px;
	margin: 5px;
	margin-top: 0;
}
.cart_forms input {
	border: 1px solid #777777;
	font-family: "Helvetica", Verdana, Arial, sans-serif;
	font-size: 10px;
	letter-spacing: 2px;
	height: 16px;
	padding: 3px;
	padding-bottom: 0px;
	width: 138px;
	height: 18px;
	margin-bottom: 5px;
}

.cart_forms_accept div h3 {
	background-image: url(../images/bg/contentform_top.gif);
	background-repeat: no-repeat;
	width: 289px;
	padding-top: 7px;
	height: 15px;
}

.cart_forms_accept div {
	display:block;
	clear:both;
}

.cart_forms_accept label {
float: right;
height: 50px;
margin-left: 20px;
margin-top: -24px;
width: 255px;
}

.cart_forms_accept input {				
	margin: 5px;
	width:15px;	
}

.cart_forms select {
	margin-bottom: 5px;
	width: 146px;
}
.secure_stamp .secure_text {
	background-image: url(../images/bg/sitesecure.gif);
	background-repeat: no-repeat;
	display: block;
	width: 61px;
	height: 9px;
	margin-top: -22px;
	margin-left: -5px;
}
.secure {
	background-image: url(../images/bg/secureterms.gif);
	background-repeat: no-repeat;
	display: block;
	float: left;
	width: 54px;
	height: 34px;
	padding: 5px;
	margin-top: 16px;
	padding-top: 10px;
	margin-bottom: 0;
}
.authorize {
	background-image: url(../images/bg/authorize.gif);
	background-repeat: no-repeat;
	background-position: center;
	float: left;
	display: block;
	width: 89px;
	height: 71px;
	margin-top: 4px;
	padding: 5px;
	padding-top: 0;
	padding-bottom: 0;
}
.verisign {
	background-image: url(../images/bg/verisign.gif);
	background-repeat: no-repeat;
	display: block;
	float: right;
	width: 102px;
	margin-top: 4px;
	height: 62px;
	padding: 5px;
	padding-top: 0;
	padding-bottom: 0;
}
.secure_stamp .hackersafe {
	display: block;
	float: right;
	width: 65px;
	margin-top: 7px;
	height: 40px;
	margin-top: 16px;
	padding: 5px;
	padding-top: 0;
	padding-bottom: 0;
}
.hackersafe img {
	border: 0;
}
/* Show Messages cart */
.cart_msgs {
	display: block;
	clear: both;
	width: 730px;
	font-size: 11px;
	font-weight: bold;
	margin: auto;
	background-color: #3B4FBF;
	text-align: center;
	padding-top: 15px;
	border: 1px solid #96B5CD;
	margin-bottom: 0px;
	padding-bottom: 15px;
}
/* List games */
.list_games {
	margin-left: 7px;
	border: 0;
	clear: both;
}
.list_games#trrealtotal {
	margin-bottom: 30px;
}
.list_games tr {
	background-color: #29378B;
}
.list_games td {
	text-align: center;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #EAEAEA;
	background-color: #29378B;
}
.list_game_titles td {
	background-color: #96b5cd;
	color: #000000;
	padding: 3px;
	font-weight: bold;
}
.list_game_total td {
	color: #FFFFFF;
	padding: 3px;
	font-weight: bold;
}
.list_games img {
	margin-top: 3px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	border: 1px solid #FFFFFF;
	margin-top: 7px;
	margin-bottom: 7px;
}
.list_games .del {
	background-image: url(../images/bt/delete.gif);
	background-repeat: no-repeat;
	display: block;
	text-align: center;
	width: 31px;
	height: 31px;
	margin-left: auto;
	margin-right: auto;
}
.list_games .del span, .swiftcd strong {
	display: none;
}
/* SwiftCD */
.swiftcd {
	float: left;
	width: 397px;
	padding: 10px;
}
.swiftcd span {
	background-image: url(../images/bg/swiftcd.gif);
	background-repeat: no-repeat;
	width: 397px;
	height: 75px;
	display: block;
}
#shipment, .cdform {
	background-image: url(../images/bg/contentcart_left.gif);
	background-repeat: no-repeat;
	display: block;
	width: 310px;
	margin-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	float: right;
}
#shipment fieldset, .cdform fieldset {
	background-image: url(../images/bg/contentcart_right.gif);
	background-color: #29378B;
	background-repeat: no-repeat;
	background-position: right;
	width: 310px;
	height: 75px;
	display: block;
}
#shipment fieldset legend, .cdform fieldset legend {
	display: none;
}
#shipment fieldset div, .cdform fieldset div {
	padding-top: 15px;
	padding-right: 15px;
	height: 60px;	
	width: 140px;
	display: block;
	float: left;
}
#shipment fieldset label, .cdform fieldset label {
	font-weight: normal;
	font-size: 10px;
	float: left;
	display: block;
	width: 140px;
}
fieldset select {
	border: 1px solid #777777;
	height: 20px;
	padding: 3px;
	float: left;
	font-family: "Helvetica",Verdana,Arial,sans-serif;
	font-size: 10px;
	letter-spacing: 2px;
	width: 145px;
}
#swiftcdbox {
	background-image: url(../images/bg/contentcart_left.gif);
	background-repeat: no-repeat;
	background-position: left;
	clear: both;
	display: block;
	height: 76px;
	width: 144px;
	padding-right: 10px;	
	float: right;
}
#checkswiftcd {
	padding-top: 5px;
	padding-left: 20px;
	width: 735px;
	height: 40px;
	float:left;
}
#checkswiftcd label {
	margin-left: 10px;
}
#swiftcdbox div {
	background-color: #29378B;
	background-image: url(../images/bg/contentcart_right.gif);
	background-repeat: no-repeat;
	background-position: right;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 120px;
	height: 75px;
	text-align: center;
	float: right;
	padding-right: 15px;
	line-height: 16px;
}
#swiftcdbox h3 {
	margin: 0;
	font-size: 40px;
	font-family: 'Times New Roman', Times, serif;
	color: #FFCC33;
	line-height: 42px;
}
/* Action Buttons */
#buttons {
	width: 60%;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	height: 30px;
	padding-top: 15px;
}
#keepshopping, #clearcart, #continue {
	background-image: url(../images/bt/pleasewait.gif);
	background-repeat: no-repeat;
	width: 135px;
	height: 28px;
	float: left;
	display: block;
	margin-left: 10px;
	color: transparent;
	border: 0;
}
#clearcart {
	background-image: url(../images/bt/clearcart.gif);
}
#keepshopping {
	background-image: url(../images/bt/keepshopping.gif);
}
#continue {
	float: right;
}
#buttons span {
	display: none;
}
/* Terms of Use */
#termsofuse {
	width: 755px;
	margin-bottom: 15px;
}
#termsofuse span {
	width: 755px;
}
#termsofuse div {
	background-color: #003FB1;
	float: left;
	height: 23px;
	margin-left: 30px;
	_margin-left: 15px;
	padding-top: 5px;
	text-align: center;
	width: 93%;
}

