/*

	-moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.5); 
	-webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 6px rgba(0,0,0,0.5);


*/
.boxText 
	{ 
	font-size: 11px; 
	padding:0 5px;	
	}
.errorBox { font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-size : 10px; color: #CC0020; text-decoration: underline; }

*
	{
	font-family: eurostile, arial, helvetica, sans-serif;
	}

body 
	{
	background-color: #ffffff;
	background-image:url(../images/bg-verlauf.jpg);
	margin: 0px;
	font-size:11px;
	color: #222222;
	}
a 
	{
	font-size: 12px;
	color: #444;
	text-decoration:none;
	}

a:hover 
	{
	color: #c02;
	text-decoration:none;
	}

fieldset
	{
	font-size:12px;
	line-height:18px;
	margin:10px;
	padding:10px;
	border: 1px solid #d02;
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px; 
	border-radius: 8px; 
	-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; 
	background-color: #f5f5f5;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#bbbbbb)); 
	background-image: -webkit-linear-gradient(top, #f5f5f5, #bbbbbb); 
	background-image:    -moz-linear-gradient(top, #f5f5f5, #bbbbbb); 
	background-image:     -ms-linear-gradient(top, #f5f5f5, #bbbbbb); 
	background-image:      -o-linear-gradient(top, #f5f5f5, #bbbbbb); 
	background-image:         linear-gradient(top, #f5f5f5, #bbbbbb);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f5f5f5', EndColorStr='#bbbbbb'); 
	-moz-box-shadow: 0px 4px 4px rgba(0,0,0,0.25); 
	-webkit-box-shadow: 0px 4px 4px rgba(0,0,0,0.25);
	box-shadow: 0px 4px 4px rgba(0,0,0,0.25);
	}
legend
	{
	text-transform:uppercase;
	padding:2px 10px;
	font-size:12px;
	letter-spacing:1px;
	color:#666;
	font-weight:bold;
	}
/* */
/* HEADER Start */
#header 
	{
	width: 980px;
	height:174px;
	margin:0 auto;
	background-color: #f7f7f7;
	background-image:url(../layout/header.jpg);
	}

#logo 
	{
	position:absolute;
	top:15px;
	width:190px;
	padding: 0;
	margin: 0 395px;
	text-align:center;
	}
	
#left 
	{
	float: left;
	width: 390px;
	margin: 0px;
	padding: 0px;
	}

#right 
	{
	float: right;
	width: 390px;
	margin: 0;
	padding: 0;
	}

#menu 
	{
	margin: -50px 0 50px 0;
	padding: 0px;
	z-index:99;
	}
#left_menu 
	{
	float: left;
	text-align:center;
	margin: 16px 0 0 25px;
	}
#right_menu 
	{
	float: right;
	text-align:center;
	margin: 16px 25px 0 0;
	}
.clear 
	{
	clear: both;
	}
/* HEADER ENDE */
/* */
/* SCHNELLSUCHE FORMULAR START */
.quicksearch
	{
	position:relative; 
	top:63px; 
	left:75px;
	width:200px; 
	height:18px; 
	border:1px solid #d02; 
	color:#d02; 
	font-size:12px; 
	font-weight:normal; 
	background:#fefefe; 
	z-index:58;
	}
.quicksearch-okbutton
	{
	position:relative; 
	top:73px; 
	left:60px; 
	z-index:4;
	z-index:59;
	}
/* SCHNELLSUCHE FORMULAR ENDE */


FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #ddd;
}

TD.headerNavigation {
  font-size: 12px;
  color: #fff;
  font-weight:bold;
}

TD.catline {
font-size:14px; 
font-weight:bold; 
color:#666666; 
}

A.catline { 
  color: #666666; 
  text-decoration: none;
}

A.catline:hover {
  color: #C92127;
  text-decoration: none;
  }

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #ccc;
}

TD.footer {
  font-size: 10px;
  background: #ddd;
  color: #888;
  font-weight: bold;
}

.infoBox {
 background: #f4f4f4;
 margin:0;
 }

.infoBoxContents {
  background: #f4f4f4;
  background-position:top;
  font-size: 10px;
}
.prodlisttitle
	{
	font-size:12px; 
	font-weight:bold;
	}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-size: 10px;
}

techniktext12 {
  font-size: 12px;
  font-weight: normal;
}
.infoBoxHeading 
	{
	font-size: 12px;
	font-weight: bold;
	background: #e4e4e4;
	color: #c02;
	text-shadow:#fff 1px 1px 2px;
	padding:5px;
	}
div.infoBoxHeading 
	{
	margin-bottom:5px;
	border-top:1px solid #cccccc;
	border-bottom:2px solid #cccccc;
	}
div.infoBoxHeading p
	{
	float:right;
	margin:5px;
	}
.infoBoxHeadingleft {
  background: #e4e4e4;
  border-left:1px solid #ccc;
}
.infoBoxHeadingright {
  background: #e4e4e4;
  border-right:1px solid #ccc;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #f8f8f9;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #f8f8f9;
}

TABLE.productListing {

}

.smalllight
	{
	font-size:12px;
	color:#777;
	font-weight:bold;
	}
	
.productListing-heading {
  font-size: 10px;
  background: #ffffff;
  color: #d02;
  font-weight: bold;
}

TD.productListing-data {
  font-size: 10px;
  color: #666666;

}
span.productListing-price {
  font-size: 16px;
  font-weight: bold;
  color: #888888;

}

A.pageResults {
  color: #444444;
}

A.pageResults:hover {
  color: #dd0022;
}

h1, h1 a {
	font-size: 28px;
	font-weight: bold;
	color: #9a9a9a;
	display: inline;
	letter-spacing: -1px;
	text-shadow: #c6c6c6 2px 2px 3px;
}
h1 a:hover {
  color: #d02;
}

TD.pageHeading {
  font-size: 17px;
  font-weight: bold;
  color: #9a9a9a;
}
TD.pageprice, DIV.pageprice {
  font-size: 20px;
  font-weight: bold;
  color: #dd0022;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-size: 12px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText, .small {
  font-size: 10px;
}
A.smallText {
  font-size: 10px;
}

A.smallText:hover {
  color: #cc0022;
  font-size: 10px;
}

TD.b13Text, SPAN.b13Text, P.b13Text {
  font-size: 13px;
}

TD.accountCategory {
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-size: 12px;
}

TD.tableHeading {
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-size: 11px;
}
INPUT[disabled]
	{
	border:0;
	outline:0;
	background:transparent;
	}

TEXTAREA {
  font-size: 12px;
}

SPAN.greetUser {
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #00f;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  color: #ff0000;
}

SPAN.errorText {
  color: #ff0000;
}
.tax_info {
  font-size: 9px;
  color: #888888;
  font-weight:normal;
}
A.smallText {
  font-size: 10px;
  color: #888888;
}

A.smallText:hover {
  color: #cc0022;
  font-size: 10px;
}
	
.headerlink
	{
	font-size:16px; 
	font-weight:bold; 
	color:#999; 
	text-align:center; 
	text-shadow: #c6c6c6 2px 2px 3px;
	text-decoration:none;
	}
a.headerlink:hover
	{
	font-size:16px; 
	font-weight:bold; 
	text-shadow: #a7a7a7 2px 2px 3px;
	text-decoration:none;
	}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-size: 10px; color: #000000; }

/* message boxs >>> */

.info_div, .info_div_red
	{		
	color:#333; 
	min-height:50px;
	padding:10px;
	margin:10px;
	font-size:12px;
	line-height:16px;
	font-weight:bold; 
	border:2px solid #fff; 
	border:2px solid rgba(255,255,255,0.75); 
     -moz-box-shadow: 0 0 10px rgba(0,0,0,0.6); 
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.6); 
          box-shadow: 0 0 10px rgba(0,0,0,0.6); 
     -moz-border-radius: 9px; 
  -webkit-border-radius: 9px; 
          border-radius: 9px; 
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; 
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#999999)); 
  background-image: -webkit-linear-gradient(top, #eeeeee, #999999); 
  background-image:    -moz-linear-gradient(top, #eeeeee, #999999); 
  background-image:     -ms-linear-gradient(top, #eeeeee, #999999); 
  background-image:      -o-linear-gradient(top, #eeeeee, #999999); 
  background-image:         linear-gradient(top, #eeeeee, #999999);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#eeeeee', EndColorStr='#999999'); 
	}
.info_div_red
	{		
	border: 1px solid #d02;
	}
.messageBox { font-size: 12px; }
.messageStackError, 
.messageStackWarning, 
.messageStackSuccess 
	{ 
	padding:10px;
	}
.messageStackError p, 
.messageStackWarning p, 
.messageStackSuccess p
	{
	font-size: 14px; 
	line-height:16px;
	font-weight:bold; 
	margin:0;
	padding:0;
	min-height:40px;
	padding:10px 10px 10px 70px;
	background-color: #222;
	background-color:rgba(0,0,0,0.85);
	background-repeat:no-repeat;
	background-position:5px 5px;
     -moz-box-shadow: 0 0 10px rgba(0,0,0,0.6); 
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.6); 
          box-shadow: 0 0 10px rgba(0,0,0,0.6); 
     -moz-border-radius: 9px; 
  -webkit-border-radius: 9px; 
          border-radius: 9px; 
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; 
	}
.messageStackError p
	{ 
	color:#fff; 
	border:4px solid #c02;
	background-image: url(../layout/icons/icon_48x48_alert.png);
	}
.messageStackWarning p
	{ 
	color:#fff; 
	border:4px solid #ca2;
	background-image: url(../layout/icons/icon_48x48_warning.png);
	}
.messageStackSuccess p
	{ 
	color:#fff; 
	border:4px solid #0a2;
	background-image: url(../layout/icons/icon_48x48_success.png);
	}

/* <<< message box */




/* input requirement */

.inputRequirement { font-size: 10px; color: #ff0000; }



/* IconstructART_CSSblowup */

#IconstructART_CSSblowup 
	{ 
	padding:0; 
	list-style-type:none; 
	width:780px; height:800px; 
	}
#IconstructART_CSSblowup li 
	{ 
	width:60px; height:40px; 
	position:relative; 
	display:block; 
	float:left; 

	}
#IconstructART_CSSblowup li a 
	{ 
	display:block; 
	position:relative; 
	width:60px; height:40px; 
	background:transparent; 
	overflow:hidden; 
	}
#IconstructART_CSSblowup li a:hover 
	{ 
	z-index:100;
	position:absolute; 
	left:-22px; top:-15px; 
	width:90px; height:60px; 
	background:#fff; 
	border:1px solid #aaa;
   }
#IconstructART_CSSblowup li a img 
	{ 
	width:100%; 
	height:100%; 
	border:0;
	}
.prod_desc_head
	{
	font-size:20px; font-weight:bold; color:#ccc; 
 	}
 
 
 /* Products description box */

.roundborder {background: transparent; margin:0 auto; width:100%;}
.roundborder p {margin:0 10px;}
.roundborder .top, .roundborder .bottom {display:block; background:transparent; font-size:1px;}
.roundborder .a1, .roundborder .a2, .roundborder .a3, .roundborder .a4 {display:block; overflow:hidden; height:1px;}
.roundborder .a2 {background:#bbb; border-left:1px solid #bbb; border-right:1px solid #bbb;}
.roundborder .a3 {background:#e4e4e4; border-left:1px solid #bbb; border-right:1px solid #bbb;}
.roundborder .a4 {background:#e4e4e4; border-left:1px solid #bbb; border-right:1px solid #bbb; height:1px;}

.roundborder .b1, .roundborder .b2, .roundborder .b3, .roundborder .b4, .roundborder .b1b, .roundborder .b2b, .roundborder .b3b, .roundborder .b4b {display:block; overflow:hidden;}
.roundborder .b1, .roundborder .b2, .roundborder .b3, .roundborder .b1b, .roundborder .b2b, .roundborder .b3b {height:1px;}
.roundborder .b2 {background:#bbb; border-left:1px solid #bbb; border-right:1px solid #bbb;}
.roundborder .b3 {background:#eee; border-left:1px solid #bbb; border-right:1px solid #bbb;}
.roundborder .b4 {background:#eee; border-left:1px solid #bbb; border-right:1px solid #bbb;}
.roundborder .b4b {background:#eee; border-left:1px solid #bbb; border-right:1px solid #bbb;}
.roundborder .b3b {background:#eee; border-left:1px solid #bbb; border-right:1px solid #bbb;}
.roundborder .b2b {background:#bbb; border-left:1px solid #bbb; border-right:1px solid #bbb;}
.roundborder .b1 .roundborder .a1 {margin:0 5px; background:#bbb;}
.roundborder .b2, .roundborder .a2, .roundborder .b2b {margin:0 3px; border-width:0 2px;}
.roundborder .b3, .roundborder .a3, .roundborder .b3b {margin:0 2px;}
.roundborder .b4, .roundborder .a4, .roundborder .b4b {height:2px; margin:0 1px;}
.roundborder .b1b {margin:0 5px; background:#fff;}
.roundborder .boxcontent_head {display:block; background:#eee; border-left:1px solid #bbb; border-right:1px solid #bbb; border-bottom:1px solid #bbb; padding:10px; font-size:18px; font-weight:bold; color:#777; }
.roundborder .boxcontent_foot {display:block; background:#eee; border-left:1px solid #bbb; border-right:1px solid #bbb; padding:0px; }

.text_desc 
	{ 
	color: #555;
	font-size: 12px;
	font-weight: bold;
	background: #fafafa;
	border-bottom:1px dotted #bbb;
	padding:1px;
	}

.desc_text 
	{  	
	color: #555;
	font-size: 12px;
	font-weight: normal;
	background: #fafafa;
	border-bottom:1px dotted #bbb;
	padding:1px;
	}
	
.divtext_desc 
	{ 
	border-left:1px solid #bbb;
	padding-left:10px;
	}
	
.divdesc_text 
	{ 
	border-right:1px solid #bbb;
	padding-right:10px;
	}
	
.main_manufactures_dropdown_contents
	{ 
	background-color:transparent;
	}
.main_manufactures_dropdown_class
	{ 
	background-color:transparent;
	}	

a.categories_overview_headline 
	{ 
	font-size:24px;
	color:#888;
	font-size:24px; 
	font-weight:bold; 
	color:#999;	
	}
a.categories_overview_headline:hover
	{ 
	font-size:24px;
	color:#888;
	font-size:24px; 
	font-weight:bold; 
	color:#d02;
	}	
a.minilink
	{
	font-size: 9px;
	color: #444;
	text-decoration:none;
	}

a.minilink:hover 
	{
	color: #c02;
	text-decoration:none;
	}

/* ############################################################### */
/* ######################   SEITEN-HEADLINE   #################### */
/* ############################################################### */
/* ############################################################### */
/* ###############   KATEGORIE-BILDER ÜBERSCHRIFT   ############## */
/* ############################################################### */
.cattxtfx h2 {
	font-size:20px; 
	font-weight:bold; 
	position: relative;
	top:5px;
	margin-bottom: 2px;
	color: #d02;
	text-shadow: #c6c6c6 2px 2px 3px;
}
/*
.cattxtfx h2 a span {
	background: url(http://www.handsender-shop.de/images/fx/gradient-glossy.png) repeat-x;
	position: absolute;
	top:0;
	display: block;
	width: 100%;
	height: 20px;
}
*/
.cattxtfx h2 a {
	font-size:20px; 
	color: #777;
	text-decoration: none;
	background-color:#fff;
}
.cattxtfx h2 a:visited {
	font-size:20px; 
	color: #999;
	background-color:#fff;
}
.cattxtfx h2 a:hover {
	font-size:20px; 
	color: #d02;
	background-color:#fff;
}
.cattxtfx h2 a:active {
	font-size:20px; 
	color: #fff;
	background-color:#d02;
}
/* ############################################################### */
/* ########################   FORMULARE   ######################## */
/* ############################################################### */
.required_formfield
	{
	width:235px; 
	border-left:0px solid #888; 
	border-top:0px solid #888; 
	border-right:0px solid #888; 
	border-bottom:1px solid #fff; 
	background-color:#fdd; 
	color:#444;
	}
.optional_formfield
	{
	width:235px; 
	border-left:0px solid #888; 
	border-top:0px solid #888; 
	border-right:0px solid #888; 
	border-bottom:1px solid #bbb; 
	background-color:#fff; 
	color:#444;
	}
.required_formfield_zipcode
	{
	width:65px; 
	border-left:0px solid #888; 
	border-top:0px solid #888; 
	border-right:0px solid #888; 
	border-bottom:1px solid #fff; 
	background-color:#fdd; 
	color:#444;
	}
.optional_formfield_zipcode
	{
	width:65px; 
	border-left:0px solid #888; 
	border-top:0px solid #888; 
	border-right:0px solid #888; 
	border-bottom:1px solid #bbb; 
	background-color:#fff; 
	color:#444;
	}
.required_formfield_city
	{
	width:160px; 
	border-left:0px solid #888; 
	border-top:0px solid #888; 
	border-right:0px solid #888; 
	border-bottom:1px solid #fff; 
	background-color:#fdd; 
	color:#444;
	}
.optional_formfield_city
	{
	width:160px; 
	border-left:0px solid #888; 
	border-top:0px solid #888; 
	border-right:0px solid #888; 
	border-bottom:1px solid #bbb; 
	background-color:#fff; 
	color:#444;
	}
.required_dropdown
	{
	border:1px solid #d02; 
	background-color:#fff;
	}
.optional_dropdown
	{
	border:1px solid #444; 
	background-color:#fff;
	}
.manufacturers_dropdown
	{
	border:1px solid #d02; 
	background-color:#fff;
	width:150px; 
	}
/* LOGIN im linken Menü */
.login_formfield
	{
	width:150px; 
	height:18px; 
	border-left:1px solid #999; 
	border-top:1px solid #999; 
	border-right:0;
	border-bottom:0;
	background-color:#fff;
	color:#d02;
	font-size:11px; 
	font-weight:bold;
	}
.login_formfield:hover
	{
	width:150px; 
	height:18px; 
	border:1px solid #d02; 
	background-color:#fee;
	color:#d02;
	font-size:11px; 
	font-weight:bold;
	}
.login_formbutton
	{
	width:150px; 
	height:18px; 
	font-size:11px; 
	font-weight:bold;
	border:1px solid #999;	
	background-color:#fff;
	color:#d02;
	font-size:11px; 
	font-weight:bold;
	}

.login_formbutton:hover
	{
	width:150px; 
	height:18px; 
	font-size:11px; 
	font-weight:bold;
	border:1px solid #999;	
	background-color:#d02;
	color:#fff;
	font-size:11px; 
	font-weight:bold;
	}

/* ############################################################### */
/* ####################   SOCIAL BOOKMARKS   ##################### */
/* ############################################################### */	
div.social_bookmarks 
	{ 
	font-size:11px;
	color:#888;
	text-align:center;	
	margin:0 auto;
	}
a.social_bookmarks
	{ 
	border-left:1px solid #ccc; 
	border-top:0; 
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	margin:1px;
	font-size:22px;
	position:realative;
	}
a.social_bookmarks:hover
	{ 
	color:#888;
	border-left:1px solid #d02; 
	border-top:2px solid #fff; 
	border-right:1px solid #d02;
	border-bottom:1px solid #d02;
	margin:1px;
	font-size:22px;
	position:realative;
	}
a.social_bookmarks img
	{ 
	border:0;
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
	position:realative;
	}
a.social_bookmarks img:hover
	{ 
	border:0;
	filter:alpha(opacity=0);
	opacity: 0.0;
	-moz-opacity:0.0;
	position:realative;
	}
a.social_bookmarks_xt
	{ 
	font-size:11px;
	color:#888;
	border-left:1px solid #ccc; 
	border-top:1px solid #ccc; 
	border-right:1px solid #ccc; 
	border-bottom:1px solid #d02;	
	margin:1px;
	filter:alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
	}
a.social_bookmarks_xt:hover
	{ 
	font-size:11px;
	color:#888;
	border-left:1px solid #d02; 
	border-top:1px solid #d02; 
	border-right:1px solid #d02; 
	border-bottom:1px solid #fff;
	margin:1px;
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	}

.addthis_toolbox
	{
	padding:10px;
	background-color:#ccc;
	text-align:center;
	}

.button_64x16_with_hover
	{
	font-size:20px;
	}
.button_64x16_with_hover img
	{
	width:64px;
	height:16px;
	visibility:hidden;
	}
.button_64x16_with_hover:hover img
	{
	width:64px;
	height:16px;
	visibility:visible;	
	}
#handsender_suchmaschine
	{
	padding:10px;
	-moz-box-shadow: 0px 0px 10px #000000; 
	-webkit-box-shadow: 0px 0px 10px #000000; 
	box-shadow: 0px 0px 10px #000000;
	}

#agb, #agb p
	{
	font-family:helvetica, sans-serif;
	font-size:12px;
	}
/* ############################################################### */
/* #########################   Tabellen   ######################## */
/* ############################################################### */
.ghost
	{
	width:100%;
	border:0;
	text-align:right;
	font-size:12px;
	}
.ghost tr:nth-child(even) 
	{
	background-color:rgba(0,0,0,0.2);
	}
.ghost tr:nth-child(odd) 
	{
	background-color:rgba(255,255,255,0.2);
	}
.ghost th
	{
	text-transform:uppercase;
	font-weight:bold;
	padding:15px 5px 5px 5px;
	border-bottom:1px solid #d02;
	}
.ghost td
	{
	padding:5px;
	}

