 @charset "utf-8";
/* Envite CSS Document */
@media all {
#menu ul li a {
	font-size:14px!important;
	font-family:Arial!important;
}
}
#my_cart {
	top:0px;
 '-webkit-border-radius': 10px;
 '-moz-border-radius':    10px;
 'border-radius':         10px;
	margin-top:10px;
}
.the_cart {
	top:0px;
 '-webkit-border-radius': 10px;
 '-moz-border-radius':    10px;
 'border-radius':         10px;
}
.checkoutBtnBlock_cart {
	width:175px;
	height:30px;
	display:block;
	background:url(../images/btn_checkout_cart.jpg) no-repeat;
	margin-right:-5px;
	margin-top:-6px;
}
div.growlUI h1 {
	color: black;
	padding: 5px 5px 5px 65px;
	text-align: left;
	font-weight:bold;
	font-size:14px;
	font-family:cursive, tahoma, verdana, helvetica;
}
div.growlUI h2 {
	color: black;
	padding: 5px 5px 5px 65px;
	text-align: left;
	font-weight:normal;
	font-size:12px;
	font-family:cursive, tahoma, verdana, helvetica;
}
.header_table {
	color:white;
	border-top:1px solid #363636;
	border-bottom:0px solid white;
	font-weight:normal;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	height:25px;
	line-height:25px;
	clear:both;
}
.content_table {
	color:white;
	font-weight:normal;
	border-top:1px solid #363636;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}
.content_counter {
	color:white;
	font-weight:normal;
	border-top:1px solid #363636;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}
.minutes_eu {
	float:left;
	width: 49px;
	height: 58px;
	margin: 12px 0 0 1px;
	letter-spacing: -1px;
	color:white;
	text-align:right;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
}
.seconds_eu {
	float:left;
	width: 49px;
	height: 58px;
	margin: 12px 0 0 1px;
	text-align:left;
	letter-spacing: -1px;
	color:white;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
}
.number_eu {
	font-size: 157%;
	font-weight: bold;
	margin:0px;
	padding:0px;
	display:block;
	width:39px;
}
.interval_eu {
	color: #fff;
	font-size: 9px;
	margin:0px;
	padding:0px;
	display:block;
	width:39px;
}
/*-------------------------------------------------------------------------------------*/
/* YUI RESET CSS
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.1.1
build: 47
*/
html {
	color:#000;
	background:#FFF;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	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;
}
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
input, textarea, select {
*font-size:100%;
}
legend {
	color:#000;
}
/*-------------------------------------------------------------------------------------*/
/* YUI RESET FONTS
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.1.1
build: 47
*/
body {
	background:url(../images/bgr_header.gif) no-repeat top center;
	background-color:#000 !important;
	font:13px/1.231 arial, helvetica, clean, sans-serif;
*font-size:small;
*font:x-small;
}
select, input, button, textarea {
	font:99% arial, helvetica, clean, sans-serif;
}
table {
	font-size:inherit;
	font:100%;
}
pre, code, kbd, samp, tt {
	font-family:monospace;
*font-size:108%;
	line-height:100%;
}
/*-------------------------------------------------------------------------------------*/
/* YUI BASE CSS
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.1.1
build: 47
*/
h1 {
	font-size:138.5%;
}
h2 {
	font-size:123.1%;
}
h3 {
	font-size:108%;
}
h1, h2, h3 {
	margin:1em 0;
}
h1, h2, h3, h4, h5, h6, strong {
	font-weight:bold;
}
abbr, acronym {
	border-bottom:1px dotted #000;
	cursor:help;
}
em {
	font-style:italic;
}
blockquote, ul, ol, dl {
	margin:1em;
}
ol, ul, dl {
	margin-left:2em;
}
ol li {
	list-style:decimal outside;
}
ul li {
	list-style:disc outside;
}
dl dd {
	margin-left:1em;
}
th, td {
	/*border:1px solid #000;*/
	padding:0px;
}
th {
	font-weight:bold;
	text-align:center;
}
caption {
	margin-bottom:.5em;
	text-align:center;
}
p, fieldset, table, pre {
	margin-bottom:1em;
}
/*--------------------------------------------------------------*/
/* =Clearfix - clearing floats without structural markup */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
}
/* End hide from IE-mac */


/*--------------------------------------------------------------*/
/* =Generics */
a {
	color: #A41614;
}
a:visited {
	color: #A41614;
}
a:active {
	color: #D54D4D;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.textright {
	text-align: right !important;
}
.textleft {
	text-align: left !important;
}
html {
	background: #000;
	color: #fff;
}
#page {
	width: 897px;
	margin: auto auto;
}
#header {
	height: 93px;
}
#footer {
	margin: 13px 0 0 0;
}
/*--------------------------------------------------------------*/
/* =Buttons */
a.btn_shop_this_sale {
	width: 212px;
	height: 43px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../images/btn_shop_this_sale.png) top left no-repeat;
}
a.btn_view_products {
	width: 137px;
	height: 37px;
	display: block;
	overflow: hidden;
	padding-right:11px;
	text-indent: -9999px;
	background: url(../images/btn_shop_products.gif) top left no-repeat;
}
a.btn_logout {
	width: 90px;
	height: 30px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../images/btn_logout.gif) top left no-repeat;
}
a.btn_envite_friends {
	width: 205px;
	height: 30px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../images/btn_envite_friends.gif) top left no-repeat;
}
/*--------------------------------------------------------------*/
/* =Header*/
#menu {
	width: 897px;
	height: 31px;
}
#menu ul {
	width: 897px;
	height: 31px;
	margin:0;
	padding: 0;
}
#menu ul li {
	float: left;
	list-style-type: none;
}
#menu ul li a {
	display: block;
	height: 31px;
	padding: 1px 0px 0px 0px;
	text-transform: uppercase;
	color: #5b5b5b;
	text-decoration: none;
	font-size: 14px;
	background: none;
	text-align:center;
}
#menu ul li a.item1 {
	width:100px;
	background: url(../images/btn_all_menu.gif) 0px 1px no-repeat;
}
#menu ul li a.item1:hover {
	width:100px;
	background: url(../images/btn_all_menu_over.gif) 0px 1px no-repeat;
}
#menu ul li a.item1Active {
	width:100px;
	background: url(../images/btn_all_menu_active.gif) 0px 1px no-repeat;
}
#menu ul li a.item2 {
	width:127px;
	background: url(../images/btn_all_menu.gif) -101px 1px no-repeat;
}
#menu ul li a.item2:hover {
	width:127px;
	background: url(../images/btn_all_menu_over.gif) -101px 1px no-repeat;
}
#menu ul li a.item3 {
	width:178px;
	background: url(../images/btn_all_menu.gif) -229px 1px no-repeat;
}
#menu ul li a.item3:hover {
	width:178px;
	background: url(../images/btn_all_menu_over.gif) -229px 1px no-repeat;
}
#menu ul li a.item3Active {
	width:178px;
	background: url(../images/btn_all_menu_active.gif) -229px 1px no-repeat;
}
#menu ul li a.item4 {
	width:89px;
	background: url(../images/btn_all_menu.gif) -408px 1px no-repeat;
}
#menu ul li a.item4:hover {
	width:89px;
	background: url(../images/btn_all_menu_over.gif) -408px 1px no-repeat;
}
#menu ul li a.item4Active {
	width:89px;
	background: url(../images/btn_all_menu_active.gif) -408px 1px no-repeat;
}
#menu ul li a.item5 {
	width:143px;
	background: url(../images/btn_all_menu.gif) -498px 1px no-repeat;
}
#menu ul li a.item5:hover {
	width:143px;
	background: url(../images/btn_all_menu_over.gif) -498px 1px no-repeat;
}
#menu ul li a.item5Active {
	width:143px;
	background: url(../images/btn_all_menu_active.gif) -498px 1px no-repeat;
}
#menu ul li a.item6 {
	width:142px;
	background: url(../images/btn_all_menu.gif) -642px 1px no-repeat;
}
#menu ul li a.item6:hover {
	width:142px;
	background: url(../images/btn_all_menu_over.gif) -642px 1px no-repeat;
}
#menu ul li a.item6Active {
	width:142px;
	background: url(../images/btn_all_menu_active.gif) -642px 1px no-repeat;
}
#menu ul li a.item7 {
	width:112px;
	background: url(../images/btn_all_menu.gif) -785px 1px no-repeat;
}
#menu ul li a.item7:hover {
	width:112px;
	background: url(../images/btn_all_menu_over.gif) -785px 1px no-repeat;
}
#menu ul li a.item7Active {
	width:112px;
	background: url(../images/btn_all_menu_active.gif) -785px 1px no-repeat;
}

#menu2 {
	width: 897px;
	height: 31px;
	float:left;
	margin-top:-3px;
}
#menu2 ul {
	width: 897px;
	height: 31px;
	margin:0;
	padding: 0;

}
#menu2 ul li {
	float: left;
	list-style-type: none;
}
#menu2 ul li a {
	display: block;
	height: 31px;
	padding: 1px 0px 0px 0px;
	text-transform: uppercase;
	color: #5b5b5b;
	text-decoration: none;
	font-size: 14px;
	background: none;
	text-align:center;
}
#menu2 ul li a.item1 {
	width:100px;
	background: url(../images/btn_all_menu2.gif) 0px 1px no-repeat;
}
#menu2 ul li a.item1:hover {
	width:100px;
	background: url(../images/btn_all_menu2_over.gif) 0px 1px no-repeat;
}
#menu2 ul li a.item1Active {
	width:100px;
	background: url(../images/btn_all_menu2_active.gif) 0px 1px no-repeat;
}
#menu2 ul li a.item2 {
	width:127px;
	background: url(../images/btn_all_menu2.gif) -101px 1px no-repeat;
}
#menu2 ul li a.item2:hover {
	width:127px;
	background: url(../images/btn_all_menu2_over.gif) -101px 1px no-repeat;
}
#menu2 ul li a.item3 {
	width:178px;
	background: url(../images/btn_all_menu2.gif) -229px 1px no-repeat;
}
#menu2 ul li a.item3:hover {
	width:178px;
	background: url(../images/btn_all_menu2_over.gif) -229px 1px no-repeat;
}
#menu2 ul li a.item3Active {
	width:178px;
	background: url(../images/btn_all_menu2_active.gif) -229px 1px no-repeat;
}
#menu2 ul li a.item4 {
	width:233px;
	background: url(../images/btn_all_menu2.gif) -408px 1px no-repeat;
}
#menu2 ul li a.item4:hover {
	width:233px;
	background: url(../images/btn_all_menu2_over.gif) -408px 1px no-repeat;
}
#menu2 ul li a.item4Active {
	width:233px;
	background: url(../images/btn_all_menu2_active.gif) -408px 1px no-repeat;
}
#menu2 ul li a.item5 {
	width:142px;
	background: url(../images/btn_all_menu2.gif) -642px 1px no-repeat;
}
#menu2 ul li a.item5:hover {
	width:142px;
	background: url(../images/btn_all_menu2_over.gif) -642px 1px no-repeat;
}
#menu2 ul li a.item5Active {
	width:142px;
	background: url(../images/btn_all_menu2_active.gif) -642px 1px no-repeat;
}
#menu2 ul li a.item6 {
	width:112px;
	background: url(../images/btn_all_menu2.gif) -785px 1px no-repeat;
}
#menu2 ul li a.item6:hover {
	width:112px;
	background: url(../images/btn_all_menu2_over.gif) -785px 1px no-repeat;
}
#menu2 ul li a.item6Active {
	width:112px;
	background: url(../images/btn_all_menu2_active.gif) -785px 1px no-repeat;
}



#header h2 {
	float: left;
	width: 162px;
	height: 60px;
	margin:0;
	padding: 0;
	margin-top:0px;
}
#header h2 a {
	display: block;
	text-indent: -9999px;
	width: 162px;
	height: 60px;
	overflow: hidden;
	background: url(../images/envite.gif) top left no-repeat;
	float:left;
}

#header .status {
	float: right;
	height: 60px;
	width: 448px;
	padding: 17px 0 0 0;
	position: relative;
}
#header .bag {
	width:33px;
	height:60px;
	float:left;
}
#header .wrapper_buttons {
	height: 60px;
	width:350px;
	float:left;
}
#header .welcome {
	width: 350px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-transform:uppercase;
	color: #919191;
	line-height: 1.1em;
	padding-top:17px;
}
.logout {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style:italic;
	color:#8c8c8c;
}
a.logout {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style:italic;
	color:#8c8c8c;
	text-decoration:none;
	text-transform:none;
	letter-spacing:normal;
}
.envite_friends {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style:normal;
	color:#fff;
	text-decoration:none !important;
	text-transform:uppercase;
	letter-spacing:normal;
}
a.envite_friends {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style:normal;
	color:#fff;
	text-decoration:none !important;
	text-transform:uppercase;
	letter-spacing:normal;
}
a.envite_friends visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style:normal;
	color:#fff;
	text-decoration:none !important;
	text-transform:uppercase;
	letter-spacing:normal;
}
a.envite_friends active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style:normal;
	color:#fff;
	text-decoration:none !important;
	text-transform:uppercase;
	letter-spacing:normal;
}
.get_friends {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:normal;
	color:#ee0000;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:normal;
}
.total_items {
	color:#929292;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	text-decoration:none;
	width:147px;
	font-size: 11px;
	text-transform:lowercase;
	padding-top:16px;
	text-align:right;
	float:left;
}
.view_cart {
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	text-decoration:none;
	font-size: 11px;
	text-align:right;
}
#header .wrapper_credits {
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	text-decoration:none;
	width:195px;
	height: 60px;
	font-size: 11px;
	color: #929292;
	padding-left:0px;
	padding-right:10px;
	float:left;
}
#header .wrapper_credits a {
	color: #FFF;
	text-decoration:none;
}
#header .wrapper_credits a:hover {
	color: #fff;
}
#header span.username {
	color: #FFF;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
}
#header .credits {
	width: 195px;
	padding-top:17px;
	float:left;
}
#header .basket {
	float:left;
	width: 180px;
}
#header .view_cart a {
	color:#fff;
}
#header .view_cart a:hover {
	color:#fff;
}
#header .view_cart a:visited {
	color:#fff;
}
/*--------------------------------------------------------------*/
/* =Footer*/
#footer .banners img {
	float: left;
}
.footer1 {
	margin-top:1px;
	width:140px;
	height:50px;
	float:left;
}
.footer2 {
	background:#1b1c1d;
	margin-top:1px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	height:50px;
	width:757px;
	float:left;
}
.follow2 {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#969696;
	height:50px;
	width:245px;
	padding-left:10px;
	line-height:50px;
	float:left;
	}
.menu_footer1 {
	font-size:9px;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	height:25px;
}
span.menu_footer1 {
}
.menu_footer2 {
	font-size:9px;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	height:25px;
	line-height:30px;
}
.menu_footer2 span {
	padding-right:5px;
}
.menu_footer2 a {

	color:#adadad;
	text-decoration:none;
}
.menu_footer2 a:hover {

	color:#fff;
	text-decoration:none;
}
ul.textlinks {
	margin: 25px 0 0 50px;
	float: left;
}
ul.textlinks li {
	float: left;
	list-style-type: none;
	margin-left: 25px;
	text-transform: uppercase;
	font-size:11px;
}
ul.textlinks li a {
	color: #A8A6A9;
	text-decoration: underline;
}
ul.textlinks li a:hover {
	color: #FFF;
	text-decoration: underline;
}
.mejix {
	padding:1px;
	padding-left:5px;
	padding-right:5px;
	margin-left:10px;
	border:1px solid #2c2c2c;
	}
.mejix span a{
	color:#adadad;
	text-decoration:none;
	}
.mejix span a:hover{
	color:#fff;
	text-decoration:none;
	}
div.copyright {
	clear:both;
	color: #404040;
	font-size: 11px;
	text-align:right;
	height:20px;
	padding-top:0px;

}
/*--------------------------------------------------------------*/
/* =Home */

.banner_mainsale {
	width: 897px;
	height: 340px;
	overflow: hidden;
	cursor: pointer;
}
.time {
	width: 240px;
	font-size:46px;
	color: rgba(0, 0, 0, 0.6);
	text-transform:uppercase;
	letter-spacing:-1px;
	z-index:10;
	margin-top:-11px;
	position:absolute;
}
.time_secondary {
	width: 442px;
	font-size:26px;
	color: rgba(0, 0, 0, 0.8);
	text-transform:uppercase;
	letter-spacing:-1px;
	z-index:10;
	position:absolute;
	padding-left:20px;
	margin-top:-6px;
}
.counter_main {
	width: 240px;
	height: 140px;
	margin: 200px 0 0 657px;
	margin-top: 200px;
	background: url(../images/bgr_counter_main.png) top left no-repeat;
	overflow: hidden;
}
.counter_main .days, .counter_main .hours, .counter_main .minutes, .counter_main .seconds {
	float:left;
	display: inline;
	width: 49px;
	height: 40px;
	overflow: hidden;
	margin: 53px 0 0 1px;
	border: 0px solid white;
	line-height: 1.5em;
	letter-spacing: -1px;
}
.counter_main .days {
	margin-left: 29px;
	color: #5C5C5C;
}
.counter_main .hours {
	color: #8C8C8C;
}
.counter_main .minutes {
	color: #BBB;
}
.counter_main .seconds {
	color: #FFF;
}
.counter_main span.number {
	font-size: 197%;
	font-weight: bold;
}
.counter_main span.interval {
	color: #A8A6A9;
	font-size: 9px;
}
.counter_main a.btn_shop_this_sale {
	margin-left: 16px;
}
.banner_secondary {
	width: 442px;
	height: 270px;
	float: left;
	overflow: hidden;
	margin: 13px 0 0 0;
	cursor: pointer;
}
.banner_sale1 {
}
.banner_sale2 {
	margin-left: 13px;
}
.banner_sale_left {
}
.banner_sale_right {
	margin-left: 13px;
}
.counter_secondary {
	width: 442px;
	height: 89px;
	margin: 181px 0 0 0;
	background: url(../images/bgr_counter_secondary.png) top left no-repeat;
	overflow: hidden;
}
.counter_secondary .days, .counter_secondary .hours, .counter_secondary .minutes, .counter_secondary .seconds {
	float:left;
	display: inline;
	width: 49px;
	height: 40px;
	overflow: hidden;
	margin: 40px 0 0 1px;
	border: 0px solid white;
	line-height: 1.5em;
	letter-spacing: -1px;
}
.counter_secondary .days {
	margin-left: 19px;
	color: #5C5C5C;
}
.counter_secondary .hours {
	color: #8C8C8C;
}
.counter_secondary .minutes {
	color: #BBB;
}
.counter_secondary .seconds {
	color: #FFF;
}
.counter_secondary span.number {
	font-size: 197%;
	font-weight: bold;
}
.counter_secondary span.interval {
	color: #A8A6A9;
	font-size: 9px;
}
.counter_secondary a.btn_view_products {
	float:left;
	margin: 37px 0 0 55px;
}
.banner_tertiary {
	width: 442px;
	height: 260px;
	float: left;
	overflow: hidden;
	margin: 13px 0 0 0;
}
.date {
	font-size: 197%;
	font-weight: bold;
	letter-spacing:-1px;
	line-height:60px;
	padding-left:20px;
	color: #FFF;
	width:180px;
}
.date_upcoming {
	font-size: 157%;
	font-weight: bold;
	letter-spacing:-1px;
	line-height:60px;
	padding-left:20px;
	color: #FFF;
	width:180px;
}
.date_upcoming1 {
	color:#FFFFFF;
	display:block;
	float:left;
	font-size:20px;
	font-weight:bold;
	letter-spacing:-1px;
	margin-top:6px;
	text-align:center;
	width:110px;
}
.starting {
	font-size: 14px;
	font-weight: normal;
	text-transform:uppercase;
	letter-spacing:-1px;
	line-height:66px;
	padding-left:20px;
	color: #8d8d8d;
}
.starting_2 {
	font-size: 8px;
	font-weight: normal;
	text-transform:uppercase;
	letter-spacing:0.2pt;
	line-height:0px;
	padding-left:15px;
	color: #8d8d8d;
	font-weight:bold;
}
.starting_2_1 {
	color:#8D8D8D;
	display:block;
	float:left;
	font-size:20px;
	font-weight:bold;
	letter-spacing:0.2pt;
	text-align:center;
	text-transform:uppercase;
	width:110px;
}
.counter_secondary span.number {
	font-size: 197%;
	font-weight: bold;
}
.counter_secondary span.interval {
	color: #A8A6A9;
	font-size: 9px;
}
.counter_secondary a.btn_view_products {
	float:right;
	margin: 37px 0 0 55px;
}
.banner_tertiary {
	width: 442px;
	height: 260px;
	float: left;
	overflow: hidden;
	margin: 13px 0 0 0;
}
.banner_sale3 {
}
.banner_sale4 {
	margin-left: 13px;
}
#vip_sale_banner {
	cursor:pointer;
}
.statusbar {
	cursor:pointer;
	position: fixed;
	top:0px;
	left: 0px;
	right: 0px;
	height: 16px;
	padding: 5px;
	background: #A96E6E;
	font-family:monospace;
	color: white;
	text-align:center;
	font-weight:bold;
	font-size:14px;
	border: 0px solid white;
	opacity: .86;
	filter: alpha(opacity="86");
	z-index: 999999;
	overflow: hidden;
}
.statusbarhighlight {
	cursor:pointer;
	font-weight: bold;
	background-color: khaki;
	color: Maroon;
	border: solid 1px silver;
}
.upcomingEvents {
	padding-left:13px;
	width:897px;
	float:left;
}
.upcomingEvents a {
	margin-right:17px;
	margin-bottom:17px;
	float:left;
}
.upcomingEvents a:last-child {
	margin-right:0px;
}
.envite_inputType {
	font-family:Arial, Helvetica, sans-serif;
	float:left;
	width:370px;
	height:75px;
	padding:3px 0px 0px 3px;
	margin:0px;
	border:1px solid #4e4e4e;
	background:#000;
	font-size:11px;
	color:#a2a2a2;
}
.envite_inputType:focus {
	font-family:Arial, Helvetica, sans-serif;
	float:left;
	border:1px solid #4e4e4e;
	width:370px;
	height:75px;
	background:url(../images/bgr_enviteFocus.gif) repeat-x;
	padding:3px 0px 0px 3px;
	margin:0px;
	font-size:11px;
	color:#ebebeb
}
.inputType {
	float:left;
	width:370px;
	height:16px;
	background:url(../images/bgr_checkoutInput.gif) repeat-x;
	padding:2px 0px 0px 2px;
	margin:0px;
	border:1px solid #4e4e4e;
	font-size:11px;
	color:#a2a2a2;
}
.inputType:focus {
	float:left;
	border:0px;
	width:370px;
	height:17px;
	background:url(../images/bgr_checkoutInputSelect.gif) repeat-x;
	padding:3px 0px 0px 3px;
	margin:0px;
	font-size:11px;
	color:#ebebeb;
}

