@charset "utf-8";
/* CSS Document */
h3 {
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	padding-bottom:10px;
}
.content .event {
	margin-top:30px;
}
.content h2 {
	font-size:26px;
	font-weight:bold;
	margin-bottom:20px;
}
.content .sx1 {
	width:230px;
	float:left;
}
.content .s2 {
}
.content .rx1 {
	width:420px;
	float:right;
	margin:0;
}
.content .r2 {
}
.title6, .title7 {
	color:#fff;
	background-color:#ff0030;
}
.title7 {
	background-color:#9600ff;
}
.lista2 {
	font-weight:bold;
	margin:20px 0 20px 0;
	font-size:14px;
}
.lista2 li {
	padding-bottom:2px;
}
.box_btn {
	margin-top:30px;
	width:auto;
	float:right;
	font-size:16px;
	font-weight:bold;
}
.btn1, .btn2 {
	float:left;
	width:200px;
	height:35px;
	line-height:35px;
	text-transform:uppercase;
	text-align:center;
	background:  #484848; /* for non-css3 browsers */
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=' #484848 ', endColorstr=' #1b1b1b'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from( #484848 ), to( #1b1b1b)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #484848, #1b1b1b); /* for firefox 3.6+ */
}
.btn1:hover, .btn2:hover{
	color:#fff;
	background:#00e0ff; /* for non-css3 browsers */
	background: -webkit-gradient(linear, left top, left bottom, from(#00e0ff), to( #00e0ff)); /* for webkit browsers */
	background: -moz-linear-gradient(top,#00e0ff,#00e0ff); /* for firefox 3.6+ */
}

.btn2 {
	width: 125px;
	margin-left:10px;
}
.btn {
	background-color: #FF0030;
	float: right;
	height: 64px;
	line-height: 64px;
	margin-top: 15px;
	text-align: center;
	width: 196px;
}
.btn a:hover {
	color:#000;
}
.cart {
	clear:both;
	margin-top:20px;
}
.cart table {
	width:100%;
	font-size:14px;
	font-weight:bold;
}
.cart tr {
	border-bottom:#1d1d1d solid 1px;
}
.cart td {
	padding-top:10px;
	padding-bottom:10px;
	vertical-align:middle;
	height:80px;
}
.link3 {
	text-transform:uppercase;
	color:#ff0030;
}
td .link3:hover {
	color:#fff;
}
.col_link3 {
	text-align:center;
}
.col_link3:hover {
	background:#ff1600;
}
.col_v {
	width:40px;
}
.cart .col_1 {
	font-size:18px;
	color:#ff0084;
	width:50px;
	text-align:center;
}
.cart .col_2 {
	width:70px;
}
.cart .col_3 {
	width:160px;
}
.col_4 {
	width:90px;
}
.col_5 {
	width:80px;
}
.col_6 {
	width:80px;
}
.col_7 {
	width:52px;
}
table th {
	text-transform:uppercase;
	color:#cdcdcd;
	text-align:left;
	padding-bottom:10px;
	font-weight:normal;
}
table .row1 {
	border-top:none;
}

.total2 {
	min-width:125px;
	background-color: #00e0ff;
	color:#000;
	height:35px;
	line-height:35px;
	float:right;
	text-transform:uppercase;
	text-align:center;
	margin-left:10px;
}
.link_cart{
	color:#ff0084;
}