/* -----------------------------------------------------------------------------------------
   $Id: stylesheet.css 1262 2005-09-30 10:00:32Z mz $   

   XT-Commerce - community made shopping
   http://www.xt-commerce.com

   Copyright (c) 2004 XT-Commerce 
   -----------------------------------------------------------------------------------------
   based on: 
   (c) 2000-2001 The Exchange Project  (earlier name of osCommerce)
   (c) 2002-2003 osCommerce(stylesheet.css,v 1.54 2003/05/27); www.oscommerce.com 
   (c) 2003	 nextcommerce (stylesheet.css,v 1.7 2003/08/13); www.nextcommerce.org

   Released under the GNU General Public License 
   ---------------------------------------------------------------------------------------*/


/* -----------------------------------------------------------------------------------------
   MAIN DEFINITIONS
   ---------------------------------------------------------------------------------------*/

BODY, TD {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: 400;
	
	color: #000000;
	
	/*background: #ffffff;*/
}


BODY {
	margin: auto;
	padding: auto;
	background: #000000 url(img/bg_all.jpg) repeat-x;
}

P {
	margin: 0;
	padding: 0;
}

IMG {border: 0px;}

A {
	color: #51643F;
	text-decoration: underline;
}

A:hover {
	color: #000000;
	text-decoration: underline;
}


iframe body {
	background: none;
}




/* -----------------------------------------------------------------------------------------
   MAIN FRAMES (layout-positions)
   ---------------------------------------------------------------------------------------*/

#frame_wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	/*background: url(help/layout_trans.png) center top no-repeat;*/
}

#frame_page {
	position: relative;	
	width: 1250px;
	height: auto;
	margin: auto;
	margin-top: 0px;
	text-align: left;
	/*border: thin solid #666666;*/
}


/* TOP */

#frame_header {
	width: 1250px;
	height: 90px;
	/*background: url(help/box_666666_50.png);*/
	background: url(img/headbg_all.jpg) no-repeat;
}


/* MIDDLE */

#frame_main {
	display: block;
	width: 708px;
	height: auto;
	min-height: 735px;
	/*background: url(help/box_666666_50.png);*/
	float: left;
	/*margin-left: 259px;
	margin-top: 0px;*/
	
	/*background: #E0E0E0;*/
	background: #FFFFFF;
	color: #1D1C1A;
}
* html #frame_main {
	height: auto;
	min-height: 735px !important;
	height: 735px;
}


/* MIDDLE CONTENT */

#frame_content_top {
	width: 708px;
	height: 255px;
	/*background: url(help/box_999999_50.png);*/
}

#frame_content_bottom {
	width: 708px;
	height: auto;
	min-height: 480px;
	/*background: url(help/box_999999_50.png);*/
	overflow: hidden;
}
* html #frame_content_bottom {
	height: auto;
	min-height: 480px !important;
	height: 480px;
}

#frame_content {
	width: 708px;
	height: auto;
	min-height: 735px;
	/*background: url(help/box_999999_50.png);*/
	overflow-x: hidden;
}
* html #frame_content {
	height: auto;
	min-height: 735px !important;
	height: 735px;
}

#frame_msg {
	width: 708px;
	height: auto;
}


/* MIDDLE LEFT */

#frame_left {
	width: 259px;
	float: left;
}

#frame_left_top {
	width: 259px;
	height: 255px;
	/*background: url(help/box_999999_50.png);*/
	background: url(img/headbox_left_bg.jpg) no-repeat;
}

#frame_left_bottom {
	width: 259px;
	height: 480px;
	/*background: url(help/box_999999_50.png);*/
	background: url(img/black_leftside_bg.jpg) no-repeat;
}


/* MIDDLE RIGHT */

#frame_right {
	width: 283px;
	float: right;
}

#frame_right_top {
	width: 283px;
	height: 255px;
	/*background: url(help/box_999999_50.png);*/
	background: url(img/headbox_right_bg.jpg) no-repeat;
	overflow: hidden;
}

#frame_right_bottom {
	width: 283px;
	height: 480px;
	/*background: url(help/box_999999_50.png);*/
	overflow: hidden;
}


/* BOTTOM */

#frame_footer {
	width: 1250px;
	height: 45px;
	/*background: url(help/box_666666_50.png);*/
	clear: both;
}











/* -----------------------------------------------------------------------------------------
   BOXES HEADER & NAVI
   ---------------------------------------------------------------------------------------*/

/* MAIN MENU */

#box_menu_top {
	position: absolute;
	width: 500px;
	/*width: 494px;*/
	height: 30px;
	line-height: 30px;
	margin-left: 259px;
	margin-top: 60px;
	/*background: url(help/box_CCCCCC_50.png);*/
	background: url(img/mainmenu_bg.gif) repeat-x;
	color: #DFC031;
	z-index: 100;
}

#box_menu_top a {
	font-size: 11px;
	color: #DFC031;
	margin-left: 9px;
	margin-right: 9px;
	text-decoration: none;
}
#box_menu_top a:hover, #box_menu_top a.selected {color: #FFF400;}

/* CART */

#box_menu_top_cart {
	position: absolute;
	right: 10px;
	top: 0px;
	z-index: 110;
}


/* SUB MENU */

#box_submenu_top_1 {margin-left: 298px; z-index: 101;}
#box_submenu_top_2 {margin-left: 410px; z-index: 102;}
#box_submenu_top_3 {margin-left: 540px; z-index: 103;}
#box_submenu_top_4 {margin-left: 609px; z-index: 104;}
#box_submenu_top_5 {margin-left: 609px; z-index: 105;}
/* display: block;*/

.box_submenu_top {
	position: absolute;
	display: none;
	width: 150px;
	margin-top: 90px;
	padding-top: 12px;
	padding-bottom: 12px;
	background: #2B5A86;
}

.box_submenu_top a {
	display: block;
	width: 126px;
	margin: 3px 12px;
	float: left;
	font-size: 11px;
	color: #A2CDF5;
	text-decoration: none;
}
.box_submenu_top a:hover, .box_submenu_top a.selected {color: #FFFFFF;}


/* LOGOS */

#box_logo {
	position: absolute;
	width: 270px;
	height: 90px;
	margin-left: 860px;
	/*background: url(help/box_CCCCCC_50.png);*/
	z-index: 31;
}

#box_logo_stingray {
	position: absolute;
	width: 400px;
	height: 60px;
	margin-left: 174px;
	/*background: url(help/box_CCCCCC_50.png);*/
	z-index: 32;
}



/* -----------------------------------------------------------------------------------------
   BOXES LEFT
   ---------------------------------------------------------------------------------------*/

/* LEFT MENU */

#box_menu_left {
	position: absolute;
	width: 173px;
	height: 147px;
	height: 350px;
	margin-top: 108px;
	padding-bottom: 18px;
	left: 86px;
	/*background: url(help/box_CCCCCC_50.png);*/
	background: url(img/submenu_bg.gif) repeat-y;
	z-index: 201;
}

#box_menu_left ul {
	margin: 22px 12px;
	padding: 0;
	list-style: none;
	text-align: right;
	/*background: #DDDDDD;*/
}

#box_menu_left li {
	margin: 0;
	padding: 0;
	/*background: #BBBBBB;*/
}

/*
#box_menu_left ul {
	margin: 18px 12px;
	border: 0 none;
	padding: 0;
	width: auto;
	list-style: none;
}

#box_menu_left li {
	margin: 0;
	border: 0 none;
	padding: 0;
	float: right;
	display: inline;
	list-style: none;
	position: relative;
	height: 24px;
}
*/
#box_menu_left li a {
	font-size: 11px;
	color: #A0A0A0;
	text-decoration: none;
}
#box_menu_left li a:hover, #box_menu_left li a.selected {color: #FFFFFF;}


/* NEWS */

#box_news {
	width: 173px;
	height: 147px;
	float: right;
	margin-top: 108px;
	/*background: url(help/box_CCCCCC_50.png);*/
}

#box_news h2 {
	color: #51643F;
	font-size: 12px;
	line-height: 30px;
	height: 30px;
	margin: 0 1px;
	padding: 0;
	padding-left: 12px;
}

#box_news h2 a {
	color: #51643F;
	text-decoration: none;
}
#box_news h2 a:hover {color: #91AC77;}

#box_news h3 {
	font-size: 11px;
	color: #FFFFFF;
	line-height: 12px;
	margin: 0 1px;
	padding: 10px 12px 2px;
}

#box_news h3 a {
	color: #FFFFFF;
	text-decoration: none;
}
#box_news h3 a:hover {color: #FFFFFF;}

div.newsbox_desc {
	line-height: 13px;
	margin: 0 1px;
	padding: 0px 12px;
}
#box_news p {
	font-size: 10px;
	color: #A0A0A0;
	line-height: 13px;
	/*margin: 0 1px;
	padding: 0px 12px;*/
	display: inline;
}

#box_news p a {
	font-size: 10px;
	color: #A0A0A0;
	margin: 0;
	padding: 0;
	display: inline;
}
#box_news p a:hover {color: #FFFFFF;}



/* -----------------------------------------------------------------------------------------
   BOXES RIGHT
   ---------------------------------------------------------------------------------------*/

#box_weather {
	font-size: 11px;
	width: 162px;
	height: 147px;
	float: left;
	margin-top: 108px;
	/*background: url(help/box_CCCCCC_50.png);*/
}


/* LOGIN */

#box_login {
	width: 162px;
	width: 167px;
	height: 90px;
	float: left;
	margin-top: 3px;
	text-align: right;
	/*background: #CCCCCC;*/
	/*background: url(help/box_CCCCCC_50.png);*/
}

#box_login h4 {
	color: #51643F;
	font-size: 13px;
	line-height: 30px;
	text-align: left;
	margin: 0;
	padding: 0;
	margin-left: 18px;
}

#box_login input#email_address, #box_login input#password {
	width: 150px;
	height: 20px;
	font-size: 11px;
	background: url(img/loginfeld_blanc.gif) no-repeat;
	border: none;
	padding: 3px 6px 0px;
}

#box_login input#submit {
	width: 150px;
	height: 20px;
	background: url(img/feld_login.gif) no-repeat;
	border: none;
	padding: 9px 9px 0px;
	margin-bottom: 3px;
}

#box_login a {
	font-size: 10px;
	display: block;
	color: #A0A0A0;
	width: 130px;
	text-align: left;
	margin: 0px 18px;
	text-decoration: none;
}
#box_login a:hover {color: #FFFFFF;}


/* SEARCH */

#box_search {
	width: 162px;
	width: 167px;
	height: 90px;
	float: left;
	margin-top: 70px;
	text-align: right;
	/*background: #CCCCCC;*/
	/*background: url(help/box_CCCCCC_50.png);*/
}

#box_search input#q {
	width: 150px;
	height: 20px;
	font-size: 11px;
	background: url(img/loginfeld_blanc.gif) no-repeat;
	border: none;
	padding: 3px 6px 0px;
}

#box_search input#submit {
	width: 150px;
	height: 20px;
	background: url(img/feld_suche.gif) no-repeat;
	border: none;
	padding: 9px 9px 0px;
	margin-bottom: 3px;
}

#box_search a {
	font-size: 10px;
	display: block;
	color: #A0A0A0;
	width: 130px;
	text-align: left;
	margin: 0px 18px;
	text-decoration: none;
}
#box_search a:hover {color: #FFFFFF;}


/* SITEMAP */

#box_sitemap {
	width: 162px;
	width: 167px;
	height: 50px;
	float: left;
	margin-top: 30px;
	text-align: right;
	/*background: #CCCCCC;*/
	/*background: url(help/box_CCCCCC_50.png);*/
}

#box_sitemap a {
	font-size: 11px;
	display: block;
	color: #A0A0A0;
	width: 130px;
	text-align: left;
	margin: 0px 23px;
	/*text-decoration: underline;*/
}
#box_sitemap a:hover {color: #FFFFFF;}



/* -----------------------------------------------------------------------------------------
   BOXES MAIN - START PAGE
   ---------------------------------------------------------------------------------------*/

#box_startpage_top_img {
	position: absolute;
	z-index: 10;
}

.box_startpage_teaser {
	width: 354px;
	height: 240px;
	height: 276px;
	float: left;
	margin: 0;
	background: #B2B2B2 url(img/contentbox_bg.gif) no-repeat;
}

.box_startpage_teaser h2 {
	/*color: #182A3C;
	color: #424549;*/
	color: #51643F;
	font-size: 13px;
	line-height: 30px;
	/*width: 352px;*/
	height: 30px;
	margin: 0 1px;
	padding: 0;
	padding-left: 12px;
	background: url(img/boxhead_bg.gif) repeat-x;
}

.box_startpage_teaser h2 a {
	color: #51643F;
	text-decoration: none;
}
.box_startpage_teaser h2 a:hover {color: #91AC77;}

.box_startpage_teaser img {margin: 0 1px;}

.box_startpage_teaser p {
	font-size: 10px;
	color: #424549;
	line-height: 13px;
	margin: 0 1px;
	padding: 6px 12px;
}



/* -----------------------------------------------------------------------------------------
   BOXES MAIN - PRODUCT LIST PAGE
   ---------------------------------------------------------------------------------------*/

.box_product_teaser {
	width: 354px;
	height: 276px;
	float: left;
	margin: 0;
	padding: 0;
	background: #B2B2B2 url(img/contentbox_bg.gif) no-repeat;
}

.box_product_teaser div.right {
	width: 155px;
	height: 30px;
	float: right;
	/*background: #EEEEEE;*/
	margin: 0;
	margin-left: -3px;
	background: url(img/boxhead_bg.gif) repeat-x;
}

.box_product_teaser div.right form {margin: 0; padding: 0;}

.box_product_teaser div.right select {
	width: 150px;
	height: 20px;
	margin-top: 5px;
	margin-bottom: 0px;
	padding-left: 6px;
	font-size: 10px;
	color: #424549;
}

.box_product_teaser div.right option {
	padding-left: 12px;
	/*margin-left: 8px;*/
}

.box_product_teaser h2 {
	color: #51643F;
	font-size: 13px;
	line-height: 30px;
	height: 30px;
	margin: 0 1px;
	padding: 0;
	padding-left: 12px;
	background: url(img/boxhead_bg.gif) repeat-x;
}

.box_product_teaser h2 a {
	color: #51643F;
	text-decoration: none;
}
.box_product_teaser h2 a:hover {color: #91AC77;}

.box_product_teaser img {margin: 0 1px;}



/* -----------------------------------------------------------------------------------------
   BOXES MAIN - CONTENT PAGES
   ---------------------------------------------------------------------------------------*/

#frame_content hr {
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	/*margin: 24px 0;*/
	margin-top: 24px;
	padding: 0;
	color: #444444;
}

#frame_content #header {
	/*margin: 0;
	padding: 0;*/
	float: left;
	margin-left: 0px;
	margin-bottom: 24px;
}

#frame_content #right {
	width: 208px;
	float: right;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	/*background: #666666;*/
}

#frame_content #left {
	width: 494px;
	width: 500px;
	float: left;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	/*background: #999999;*/
}

#frame_content h3 {
	color: #51643F;
	font-size: 16px;
	font-weight: 700;
	line-height: 16px;
	margin: 0px 24px 12px;
	padding: 0;
	clear: both;
}
#frame_content #right h3 {
	margin-top: 36px;
}

#frame_content p, #frame_msg p {
	margin: 12px 24px 12px;
	padding: 0;
	clear: both;
}

#frame_content #right p {
	font-size: 11px;
	line-height: 14px;
	margin-right: 12px;
	margin-bottom: 12px;
	/*background: #DDDDDD;*/
}

#frame_content p img {
	margin-right: 24px;
	margin-bottom: 24px;
}

#frame_content #right p img {
	margin-right: 4px;
	margin-bottom: 4px;
}

#frame_content #right ul {
	margin: 60px 0px 22px;
	padding: 0;
	list-style: none;
}

#frame_content #right li {
	height: 30px;
	line-height: 30px;
	margin: 0;
	/*padding-top: 3px;*/
	margin-left: 29px;
	/*background: #BBBBBB;*/
	/*background: url(img/mainmenu_bg.gif) repeat-x;*/
}

#frame_content #right li input {
	margin-right: -4px;
}

#frame_content #right li a {
	/*margin-left: 12px;
	color: #51643F;*/
}

#frame_content #right li a:hover {
	/*color: #FFFFFF;
	text-decoration: none;*/
}


#frame_content a.mb, #frame_content a:link.mb, #frame_content a:visited.mb, #frame_content a:hover.mb, #frame_content a:active.mb{
	outline:none;
	float:left;
	margin:0 4px 4px 0;
	padding:0;
	text-decoration:none;
	color:#666;
}




/* -----------------------------------------------------------------------------------------
   ORDER PRODUCT LIST (shopping_cart)
   ---------------------------------------------------------------------------------------*/

#order ul#products {
	margin: 0px 24px;
	padding: 0;
	list-style: none;
	/*background: #CCCCCC;*/
}

#order ul#products li {
	/*height: 100px;*/
	line-height: 20px;
	margin-bottom: 12px;
	clear: both;
}

#order ul#products li.header {height: 20px; font-weight: 700;}

#order ul#products li div {
	display: block;
	float: left;
	margin-right: 6px;
	/*background: #999999;*/
}

#order ul#products li div.qty {width: 20px; text-align: right;}
#order ul#products li div.img {width: 50px;}
#order ul#products li div.name {width: 250px;}
#order ul#products li div.input_qty, #order ul#products li div.input_del {width: 70px; float: right;}
#order ul#products li div.price {width: 80px; text-align: right;}
#order ul#products li div.final_price {width: 95px; text-align: right;}


/* attributes */

#order ul#products li div ul.attributes {
	margin: 0px 12px;
	padding: 0;
	list-style: none;
	/*background: #CCCCCC;*/
}

#order ul#products li div ul.attributes li {
	height: auto;
	font-size: 11px;
	line-height: 15px;
	margin-bottom: 3px;
	clear: both;
}

#order ul#products li div ul.attributes li div {
	display: block;
	float: left;
	margin-right: 6px;
	/*background: #999999;*/
}

#order ul#products li div ul.attributes li div.name {width: 100px;}
#order ul#products li div ul.attributes li div.value {width: 100px;}




/* -----------------------------------------------------------------------------------------
   PRODUCT LIST (checkout)
   ---------------------------------------------------------------------------------------*/

ul#productlist {
	width: 476px;
	float: left;
	margin-left: 24px;
	margin-bottom: 24px;
	padding: 0;
	list-style: none;
	/*background: #CCCCCC;*/
}

ul#productlist li {
	height: 25px;
	line-height: 25px;
	margin-bottom: 12px;
	clear: both;
}

.productlist_img, .productlist_qty, .productlist_name, .productlist_input_qty, .productlist_input_del, .productlist_price, .productlist_final_price {
	display: block;
	float: left;
	/*background: #999999;*/
	margin-right: 3px;
}

.productlist_qty {width: 20px; text-align: right;}
.productlist_img {width: 60px;}
.productlist_name {width: 250px;}
.productlist_input_qty, .productlist_input_del {width: 40px;}
.productlist_price {width: 80px; text-align: right;}
.productlist_final_price {float: right; width: 95px; text-align: right; margin-right: 0px;}




/* -----------------------------------------------------------------------------------------
   TOTAL LIST (checkout)
   ---------------------------------------------------------------------------------------*/

ul#totallist {
	width: 250px;
	float: left;
	margin-left: 250px;
	margin-bottom: 24px;
	padding: 0;
	list-style: none;
	/*background: #CCCCCC;*/
}

ul#totallist li {
	height: 25px;
	line-height: 25px;
	margin: 0;
	clear: both;
}

ul#totallist li div.left {
	display: block;
	float: left;
	/*background: #CCCCCC;*/
}

ul#totallist li div.right {
	display: block;
	float: right;
	width: 95px;
	text-align: right;
	/*background: #CCCCCC;*/
}




/* -----------------------------------------------------------------------------------------
   SHIPPING LIST (checkout)
   ---------------------------------------------------------------------------------------*/

ul#shippinglist {
	margin-left: 24px;
	margin-bottom: 24px;
	padding: 0;
	list-style: none;
	/*background: #CCCCCC;*/
}

ul#shippinglist li {
	height: 25px;
	line-height: 25px;
	clear: both;
}

ul#shippinglist li div.left {
	display: block;
	float: left;
	width: 130px;
	line-height: 18px;
	/*background: #CCCCCC;*/
}

ul#shippinglist li div.left input {
	vertical-align: middle;
}

ul#shippinglist li div.right {
	display: block;
	float: right;
	width: 75px;
	line-height: 18px;
	text-align: right;
	/*background: #CCCCCC;*/
}




/* -----------------------------------------------------------------------------------------
   PAYMENT LIST (checkout)
   ---------------------------------------------------------------------------------------*/

ul#paymentlist {
	margin-left: 24px;
	margin-bottom: 24px;
	padding: 0;
	list-style: none;
}

ul#paymentlist li {
	height: 25px;
	line-height: 25px;
	clear: both;
}

ul#paymentlist li div.left {
	display: block;
	float: left;
	width: 180px;
	line-height: 18px;
}

ul#paymentlist li div.left input {
	vertical-align: middle;
}

ul#paymentlist li div.right {
	display: block;
	float: right;
	width: 50px;
	line-height: 18px;
	text-align: right;
}




/* -----------------------------------------------------------------------------------------
   BOXES FOOTER
   ---------------------------------------------------------------------------------------*/

/* MENU FOOTER */

#box_menu_footer {
	font-size: 11px;
	width: 708px;
	height: 45px;
	line-height: 45px;
	text-align: right;
	margin-left: 259px;
	padding: 0;
	/*background: url(help/box_CCCCCC_50.png);*/
	color: #A0A0A0;
}

#box_menu_footer a {
	font-size: 11px;
	color: #A0A0A0;
	margin-left: 6px;
	margin-right: 6px;
	text-decoration: none;
}
#box_menu_footer a:hover {
	color: #FFFFFF;
}


/* KONTAKT BLOCK */

#box_footer_kontakt {
	font-size: 11px;
	position: absolute;
	width: 200px;
	/*margin-left: 990px;*/
	left: 990px;
	margin-top: 15px;
	/*background: url(help/box_CCCCCC_50.png);*/
	z-index: 21;
}

#box_footer_kontakt a {color: #FFFFFF; text-decoration: underline;}
#box_footer_kontakt a:hover {color: #FFFFFF;}



#box_footer_kontakt_block {
	position: absolute;
	width: 242px;
	height: 140px;
	/*margin-left: 967px;*/
	left: 967px;
	margin-top: -140px;
	/*background: url(help/box_CCCCCC_50.png);*/
	z-index: 22;
}

#box_footer_kontakt_block address {
	font-size: 11px;
	line-height: 20px;
	color: #A0A0A0;
	font-style: normal;
	margin-left: 24px;
	margin-top: 2px;
	/*letter-spacing: 0.1em;*/
}

#box_footer_kontakt_block address a {color: #A0A0A0;}
#box_footer_kontakt_block address a:hover {color: #FFFFFF;}





/* -----------------------------------------------------------------------------------------
   FORM STYLE
   ---------------------------------------------------------------------------------------*/

#autoform, form#account_edit {
	/*width: 500px;*/
	margin-left: 24px;
}


/* form tables */

.content_tbl_full {
	width: 500px;
	margin-bottom: 15px;
	font-size: 12px;
}
.content_tbl_full_clear {
	/*height: 0px;
	line-height: 0px;*/
	display: block;
	clear: both;
}
* html .content_tbl_full_clear {
	height: 1px;
	line-height: 1px;
	clear: both;
}

.content_tbl_full_spacer {
	height: 3px;
	line-height: 3px;
	clear: both;
}


/* form table cols */

.content_tbl_full_col1, .content_tbl_full_col2, .content_tbl_full_col3 {
	float: left;
	display: block;
	height: auto;
	line-height: 18px;
	padding: 0;
	margin: 0;
	margin-bottom: 3px;
	font-size: 12px;
}
* html .content_tbl_full_col1, * html .content_tbl_full_col2, * html .content_tbl_full_col3 {
	margin-bottom: 0px;
}

.content_tbl_full_col1 {
	width: 110px;
	margin-right: 10px;
	vertical-align: top;
	
	/*color: #A2CDF5;*/
	font-weight: 700;
	/*background: #EEEEEE;*/
}

.content_tbl_full_col2 {
	width: 310px;
	vertical-align: top;
	/*text-align: left;
	margin-left: 0px;
	padding-left: 0px;*/
	/*background: #DDDDDD;*/
}

.content_tbl_full_col3 {
	width: 100px;
	margin-left: 10px;
	vertical-align: top;
	color: #666666;
	/*background: #EEEEEE;*/
}


.calendar { z-index: 1011; }





