/*******************************************************************
 * MAIN STYLES 
 */

/*******************************************************************
 * SITE / PAGE 
 */

BODY
{
	background-color: #525252;
	padding: 0px;
	margin: 0px;
}

DIV, P, LI, INPUT, SELECT, TEXTAREA
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #AEAEAE;
}

#page
{
	background-color: #6C6C6C;
	width: 990px;
	position: absolute;
	top: 0px;
	left: 50%;
	margin: 0px 0px 0px -495px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	/*z-index: 1;*/
}


/*******************************************************************
 * PAGE PARTS
 */

DIV#header
{
	background-color: #212121;
	padding: 6px 0px 0px 0px;
	height: 114px;
	border-bottom-color: #FFE825;
	border-bottom-style: solid;
	border-bottom-width: 6px;
}

DIV#header DIV#line_1
{
	position: absolute;
	right: 0;
	padding-right: 27px;
}

DIV#logo
{
	position: absolute;
	/*z-index: 2;*/
	left: 26px;
	top: 15px;
}

#content
{
	padding: 27px 21px 50px 21px;
}

DIV#content DIV.col_1
{
	float: left;
}

DIV#content DIV.col_2
{
	float: left;
}


/*******************************************************************
 * NAVIGATION
 */

/* Meta */

DIV#nav_meta
{
}

DIV#nav_meta UL
{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

DIV#nav_meta UL LI
{
	float: left;
}

DIV#nav_meta UL LI.border
{
	border-right-color: #AEAEAE;
	border-right-style: solid;
	border-right-width: 1px;
	padding-right: 9px;
	margin-right: 9px;
}

DIV#nav_meta UL LI.unsel
{
}

DIV#nav_meta UL LI.unsel A
{
	color: #AEAEAE;
	text-decoration: none;
}


DIV#nav_meta UL LI.sel
{
	color: #FFFFFF;
}

DIV#nav_meta UL LI.sel A
{
	color: #FFFFFF;
	text-decoration: none;
}


DIV#nav_meta UL LI.unsel A:hover
{
	color: #FFFFFF;
}

DIV#nav_main
{
	position: absolute;
	top: 95px;
	right: 0;
	padding-right: 27px;
}

DIV#nav_main UL
{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

DIV#nav_main UL LI
{
	float: left;
	margin-left: 21px;
	color: #AEAEAE;
}

DIV#nav_main UL LI A
{
	color: #AEAEAE;
	text-decoration: none;
}


/*******************************************************************
 * CONTENT
 */
 
H1
{
	margin: 0px;
	padding: 0px;
}

DIV#content DIV.csc-header, DIV#mb_contents DIV.csc-header
{
	background-color: #212121;
	padding: 15px 0px 0px 17px;
	height: 75px;
}

DIV#content DIV.csc-header H2, DIV#mb_contents DIV.csc-header H2
{
	margin: 0px;
	padding: 0px;
}

DIV#content DIV.bodytext, DIV#mb_contents DIV.bodytext
{
	background-color: #4D4D4D;
	padding: 54px 48px 48px 48px;
}

DIV#mb_contents P.bodytext
{
	/*padding: 54px 48px 48px 18px;*/
	padding: 5px 48px 5px 18px;
}

DIV#content DIV.bodytext P.bodytext
{
	color: #BDBDBD;
	padding: 0px 0px 18px 0px;
	margin: 0px;
	line-height: 140%;
	width: 750px;
}

A IMG
{
	border-style: none;
}

DIV.contentblock
{
	margin: 6px;
	float: left;
}

DIV.clearer, BR.clearer
{
	clear: both;
}


/* Colors */

SPAN.color_1
{
	color: #E129A6;
}

SPAN.color_2
{
	color: #0096D1;
}


/* Header */

DIV#header DIV.info
{
	float: left;
	border-right-color: #AEAEAE;
	border-right-style: solid;
	border-right-width: 1px;
	padding-right: 9px;
	margin-right: 9px;
}


/* Sub note */

SPAN.subnote
{
	font-weight: normal;
	font-size: 10px;
}


/*******************************************************************
 * GALLERY
 */

/* Home/selection */

DIV#rctb_overview
{
	background-color: #212121;
	clear: both;
	width: 920px;
	height: 344px;
	float: none;
	padding: 8px;
}

DIV#rctb_overview DIV.books
{
	float: left;
	width: 580px;
}

DIV#rctb_overview DIV.book
{
	float: left;
	margin: 8px 8px 0px 8px;
}

DIV#rctb_overview DIV.cover_big
{
	width: 293px;
	height: 305px;
	float: left;
	margin: 8px;
}

DIV#rctb_overview DIV.cover
{
	width: 100px;
	height: 141px;
}

DIV#rctb_overview DIV.book_no
{
	line-height: 130%;
	font-weight: bold;
	padding-top: 1px;
}

/* Mitmachen / single random cover */

DIV#rctb_randombook
{
	background-color: #212121;
	clear: both;
	width: 225px;
	height: 316px;
}

/* Eure Galerie / book cover */

DIV#rctb_gallery_allbooks
{
	background-color: #212121;
	width: 682px;
	height: 1032px;
	padding: 16px 0px 0px 17px;
}

DIV#rctb_gallery_allbooks DIV.headline
{
	margin-bottom: 47px;
}

DIV#rctb_gallery_allbooks DIV.headline H2
{
	margin: 0px;
	padding: 0px;
}

DIV#rctb_gallery_allbooks DIV.cover
{
	float: left;
	width: 134px;
	height: 185px;
}

DIV#rctb_gallery_allbooks DIV.page_nav
{
	width: 666px;
	text-align: right;
}

DIV#rctb_gallery_allbooks DIV.page_nav UL
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: right;
}

DIV#rctb_gallery_allbooks DIV.page_nav UL LI
{
	float: left;
	padding-left: 10px;
}

DIV#rctb_gallery_allbooks DIV.page_nav UL LI A
{
	color: #B3B3B3;
	text-decoration: none;
}

DIV#rctb_gallery_allbooks DIV.page_nav UL LI.sel
{
	font-weight: bold;
}

DIV#rctb_gallery_allbooks DIV.page_nav UL LI.border_right
{
	border-right-color: #B3B3B3;
	border-right-style: solid;
	border-right-width: 1px;
	padding-right: 10px;
	margin-right: 0px;
}


/* Eure Einträge / Entry gallery */

DIV#rctb_gallery_allentries
{
	background-color: #212121;
	width: 682px;
	height: 1032px;
	padding: 16px 0px 0px 17px;
}

DIV#rctb_gallery_allentries DIV.headline
{
	margin-bottom: 47px;
}

DIV#rctb_gallery_allentries DIV.headline H2
{
	margin: 0px;
	padding: 0px;
}

DIV#rctb_gallery_allentries DIV.entry
{
	float: left;
	width: 170px;
	height: 130px;
}

DIV#rctb_gallery_allentries DIV.page_nav
{
	width: 666px;
	text-align: right;
}

DIV#rctb_gallery_allentries DIV.page_nav UL
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: right;
}

DIV#rctb_gallery_allentries DIV.page_nav UL LI
{
	float: left;
	padding-left: 10px;
}

DIV#rctb_gallery_allentries DIV.page_nav UL LI A
{
	color: #B3B3B3;
	text-decoration: none;
}

DIV#rctb_gallery_allentries DIV.page_nav UL LI.sel
{
	font-weight: bold;
}

DIV#rctb_gallery_allentries DIV.page_nav UL LI.border_right
{
	border-right-color: #B3B3B3;
	border-right-style: solid;
	border-right-width: 1px;
	padding-right: 10px;
	margin-right: 0px;
}


/* Buchansicht */

DIV#rctb_gallery_singlebook
{
	background-color: #212121;
	width: 683px;
	height: 1098px;
	padding: 16px 0px 0px 16px;
}

DIV#rctb_gallery_singlebook DIV.headline
{
	margin: 0px 0px 45px 0px;
}

DIV#rctb_gallery_singlebook DIV.headline H2
{
	padding: 0px;
	margin: 0px;
}

DIV#rctb_gallery_singlebook DIV.book_data
{
	background-color: #3C3C3C;
	width: 665px;
	height: 350px;
}

DIV#rctb_gallery_singlebook DIV.book_data DIV.cover
{
	float: left;
}

DIV#rctb_gallery_singlebook DIV.book_data DIV.nocover
{
	background-color: #A9A9A9;
	color: #3C3C3C;
	float: left;
	width: 150px;
	height: 323px;
	padding: 27px 30px 0px 30px;
	font-weight: bold;
}

DIV#rctb_gallery_singlebook DIV.text_data
{
	float: left;
	padding: 27px 0px 0px 30px;
}

DIV#rctb_gallery_singlebook DIV.text_data DIV.meta
{
	font-size: 11px;
	line-height: 100%;
	color: #A9A9A9;
	margin: 0px 0px 24px 0px;
}

DIV#rctb_gallery_singlebook DIV.text_data DIV.btn_upload
{
	margin-top: 96px;
}

DIV#rctb_gallery_singlebook DIV.text_data DIV.btn_taf
{
	margin-top: 10px;
}

DIV#rctb_gallery_singlebook DIV.header_entries
{
	clear: both;
	margin: 20px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	width: 665px;
}

DIV#rctb_gallery_singlebook DIV.header_entries DIV.info
{
	font-weight: bold;
	float: left;
	width: 100px;
}

DIV#rctb_gallery_singlebook DIV.page_nav
{
	float: left;
	width: 564px;
	text-align: right;
}

DIV#rctb_gallery_singlebook DIV.page_nav UL
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: right;
}

DIV#rctb_gallery_singlebook DIV.page_nav UL LI
{
	float: left;
	padding-left: 10px;
}

DIV#rctb_gallery_singlebook DIV.page_nav UL LI A
{
	color: #B3B3B3;
	text-decoration: none;
}

DIV#rctb_gallery_singlebook DIV.page_nav UL LI.sel
{
	font-weight: bold;
}

DIV#rctb_gallery_singlebook DIV.page_nav UL LI.border_right
{
	border-right-color: #B3B3B3;
	border-right-style: solid;
	border-right-width: 1px;
	padding-right: 10px;
	margin-right: 0px;
}

DIV#rctb_gallery_singlebook DIV.entries
{
	width: 685px;
}

DIV#rctb_gallery_singlebook DIV.entries DIV.entry
{
	width: 160px;
	height: 155px;
	float: left;
	margin: 0px 8px 0px 0px;
}

DIV#rctb_gallery_singlebook DIV.entries DIV.entry DIV.image
{
	height: 107;
	margin-bottom: 5px;
}

DIV#rctb_gallery_singlebook DIV.entries DIV.entry DIV.image_onlinebook
{
	background-image: url(../img/gallery/preview_entry_onlinebook_bg.gif);
	background-repeat: no-repeat;
	height: 107;
	width: 160px;
	margin-bottom: 5px;
}

DIV#rctb_gallery_singlebook DIV.entries DIV.entry DIV.meta
{
	font-size: 10px;
	color: #B3B2B2;
}


/* Eintragsansicht */

DIV#rctb_gallery_singleentry
{
	background-color: #3C3C3C;
	width: 936px;
	height: 811px;
	padding: 0px 0px 0px 0px;
}

DIV#rctb_gallery_singleentry DIV.headline
{
	background-color: #212121;
	margin: 0px 0px 17px 0px;
	padding: 16px 0px 0px 16px;
	height: 78px;
}

DIV#rctb_gallery_singleentry DIV.headline H2
{
	padding: 0px;
	margin: 0px;
}

DIV#rctb_gallery_singleentry DIV.headline DIV.number
{
	float: left;
	width: 639px;
}

DIV#rctb_gallery_singleentry DIV.headline DIV.nav
{
	float: left;
	width: 266px;
	text-align: right;
}

DIV#rctb_gallery_singleentry DIV.headline DIV.nav DIV.btn
{
	margin-bottom: 7px;
}

DIV#rctb_gallery_singleentry DIV.entry_img
{
	width: 904px;
	height: 608px;
	padding: 0px 0px 0px 16px;
	margin: 0px 0px 12px 0px;
	text-align: center;
}

DIV#rctb_gallery_singleentry DIV.entry_img_onlineedition
{
	background-color: #4D4D4D;
	width: 450px;
	height: 608px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 12px 16px;
	float: left;
}

DIV#rctb_gallery_singleentry DIV.entry_data_onlineedition 
{
	background-image: url(../img/gallery/entrydata_onlineedition_bg.gif);
	background-repeat: no-repeat;
	background-color: #4D4D4D;
	width: 449px;
	height: 608px;
	float: left;
}

DIV#rctb_gallery_singleentry DIV.entry_data_onlineedition DIV.comment
{
	margin: 33px 0px 0px 33px;
	width: 350px;
	height: 375px;
}

DIV#rctb_gallery_singleentry DIV.entry_data_onlineedition DIV.textblock
{
	margin: 18px 0px 0px 65px;
	width: 280px;
	float: left;
}

DIV#rctb_gallery_singleentry DIV.entry_data_onlineedition DIV.textblock DIV.meta
{
	margin: 0px 0px 18px 0px;
}

DIV#rctb_gallery_singleentry DIV.entry_data_onlineedition DIV.entry_no
{
	float: left;
	margin: 110px 0px 0px 10px;
}

DIV#rctb_gallery_singleentry DIV.nav_bf
{
	height: 38px;
	width: 904px;
	padding: 0px 0px 0px 16px;
	margin: 13px 7px 0px 0px;
}

DIV#rctb_gallery_singleentry DIV.nav_bf DIV#btn_prev
{
	float: left;
	text-align: left;
}

DIV#rctb_gallery_singleentry DIV.nav_bf DIV#btn_next
{
	position: absolute;
	right: 0;
	padding-right: 44px;
}

DIV#rctb_gallery_singleentry DIV.btn_taf
{
	height: 24px;
	width: 904px;
	padding: 0px 0px 0px 16px;
	margin: 0px 15px 0px 340px;
}

DIV#rctb_gallery_3col_bl
{
	height: 260px;
	width: 344px;
}

DIV#rctb_gallery_3col_bm
{
	height: 260px;
	width: 343px;
}

DIV#rctb_gallery_3col_br
{
	height: 260px;
	width: 225px;
}

DIV#rctb_gallery_3col_bl DIV#entry_infoblock
{	
	background-color: #3C3C3C;
	height: 110px;
	width: 327px;
	margin: 0px 0px 12px 0px;
	padding: 14px 0px 0px 17px;
}

DIV#rctb_gallery_3col_bl DIV#entry_infoblock DIV.meta
{
	margin: 0px 0px 7px 0px;
	line-height: 100%;
}

DIV#rctb_gallery_3col_bl DIV#entry_infoblock DIV.headline
{	
	margin: 0px 0px 20px 0px;
}

DIV#rctb_gallery_3col_bl DIV#entry_infoblock DIV.headline H3, DIV#rctb_gallery_3col_bm DIV#book_infoblock DIV.headline H3
{	
	padding: 0px;
	margin: 0px;
}

DIV#rctb_gallery_3col_bl DIV#teaser_box
{	
	background-color: #212121;
	height: 124px;
	width: 344px;
}

DIV#rctb_gallery_3col_bm DIV#book_infoblock
{	
	background-color: #212121;
	height: 246px;
	width: 327px;
	padding: 14px 0px 0px 17px;
}

DIV#rctb_gallery_3col_bm DIV#book_infoblock DIV.headline
{
	margin: 0px 0px 20px 0px;
}

DIV#rctb_gallery_3col_bm DIV#book_infoblock DIV.meta
{
	margin: 0px 0px 22px 0px;
	line-height: 100%;
}


/* Entry comments */

DIV#headline_comments_entry
{
	background-color: #212121;
	margin: 6px 6px 0px 6px;
	padding: 16px;
	width: 904px;
}

DIV.tx-rctomsbook-pi4
{
	background-color: #212121;
	width: 671px;
	height: 586px;
	float: left;
}

DIV#rctb_entry_comments
{
	background-color: #525252;
	width: 625px;
	height: 490px;
	margin: 10px 0px 0px 0px;
	padding: 16px;
	overflow: auto;
}

DIV#rctb_entry_comments DIV.comment
{
	margin: 0px 0px 20px 0px;
}

DIV#rctb_entry_comments DIV.comment DIV.name
{
	font-weight: bold;
}

DIV#rctb_entry_comments DIV.comment DIV.time
{
	margin: 0px 0px 15px 0px;
}

DIV#rctb_entry_comments DIV.comment DIV.text
{

}


/*******************************************************************
 * TRACKING / GOOGLE MAPS
 */

/* Book entry page */

DIV#rctb_gallery_3col_br DIV#book_tracking
{	
	background-color: #3C3C3C;
	height: 232px;
	width: 197px;
	padding: 14px;
}

DIV#rctb_gallery_3col_br DIV#book_tracking DIV.headline
{
	margin-bottom: 7px;
}


DIV#rctb_gallery_3col_br DIV#book_tracking DIV#gmap
{
	width: 197px;
	height: 149px;
}

DIV#rctb_gallery_3col_br DIV#book_tracking DIV#gmap SPAN, DIV#rctb_gallery_3col_br DIV#book_tracking DIV#gmap DIV A
{
	visibility: hidden;
}

/*  Book overview page */

DIV#tracking_lastviewed
{
	background-color: #3C3C3C;
	width: 197px;
	height: 232px;
	padding: 14px;
}

DIV#tracking_lastviewed DIV.headline
{
	margin-bottom: 7px;
}

DIV#tracking_lastviewed DIV#gmap
{
	width: 197px;
	height: 173px;
}

DIV#tracking_lastviewed DIV#gmap SPAN, DIV#tracking_lastviewed DIV#gmap DIV A
{
	visibility: hidden;
}

/* Tracking overview over all books */

DIV#rctb_tracking_overview
{
	background-color: #212121;
	width: 667px;
	height: 816px;
	padding: 16px;
}

DIV#rctb_tracking_overview DIV.headline
{
	margin: 0px 0px 19px 0px;
}

DIV#rctb_tracking_overview DIV.headline H2
{
	padding: 0px;
	margin: 0px;
}

DIV#rctb_tracking_overview DIV#gmap
{
	width: 667px;
	height: 742px;
}

DIV#rctb_tracking_overview DIV#gmap DIV.gmnoprint DIV#gmInfobox_content
{
	height: 90px;
	/*width: 120px;*/
}

DIV#rctb_tracking_overview DIV#gmap DIV.gmnoprint DIV#gmInfobox_content DIV.image
{
	margin: 0px 10px 0px 0px;
	float: left;
}

DIV#rctb_tracking_overview DIV#gmap DIV.gmnoprint DIV#gmInfobox_content DIV.image_loading
{
}

DIV#rctb_tracking_overview DIV#gmap DIV.gmnoprint DIV#gmInfobox_content DIV.image A IMG
{
	border-color: #969696;
	border-style: solid;
	border-width: 1px;
}

DIV#rctb_tracking_overview DIV#gmap DIV.gmnoprint DIV#gmInfobox_content DIV.image A:hover IMG
{
	border-color: #DB219E;
	border-style: solid;
	border-width: 1px;
}

DIV#rctb_tracking_overview DIV#gmap DIV.gmnoprint DIV#gmInfobox_content DIV.headline
{
	color: #4C4C4C;
	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

DIV#rctb_tracking_overview DIV#gmap DIV.gmnoprint DIV#gmInfobox_content DIV.text
{
	font-size: 11px;
}

DIV#rctb_tracking_overview DIV#gmap DIV.gmnoprint DIV#gmInfobox_content DIV.text A
{
	color: #4C4C4C;
}


/* Search form book */

DIV#rctb_searchform
{
	background-color: #3C3C3C;
	width: 193px;
	height: 182px;
	padding: 16px;
}

DIV#rctb_searchform DIV.headline
{
	margin: 0px 0px 17px 0px;
}

DIV#rctb_searchform DIV.field
{
	background-color: #3C3C3C;
	padding: 0px;
	float: left;
	margin: 0px 0px 15px 0px;
}

DIV#rctb_searchform DIV.label
{
	line-height: 100%;
}

DIV#rctb_searchform DIV.field_zip
{
	margin-right: 8px;
}

DIV#rctb_searchform INPUT#book_no
{
	width: 192px;
}

DIV#rctb_searchform INPUT#zip
{
	width: 65px;
}

DIV#rctb_searchform INPUT#city
{
	width: 116px;
}

DIV#rctb_searchform DIV#search_submit
{
	width: 192px;
	text-align: right;
}

DIV#rctb_searchform DIV#search_submit INPUT
{
	width: 148px;
	height: 22px;
}


/* Ranking */

DIV#rctb_ranking
{
	background-color: #212121;
	width: 225px;
	height: 622px;
}

DIV#rctb_ranking DIV.headline
{
	margin: 16px 0px 20px 16px;
}

DIV#rctb_ranking DIV.list
{
	border-color: #4D4D4D;
	border-style: solid;
	border-width: 1px;
	width: 211px;
	height: 473px;
	overflow: auto;
	margin-left: 6px;
}

DIV#rctb_ranking DIV.list DIV.entry
{
	background-color: #4D4D4D;
	border-top-color: #212121;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #212121;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #4D4D4D;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #4D4D4D;
	border-right-style: solid;
	border-right-width: 1px;
	width: 182px;
	height: 158px;
	padding: 12px 0px 0px 8px;
	margin: -1px 0px 0px 0px;
}

DIV#rctb_ranking DIV.list DIV.entry DIV.cover
{
	float: left;
	margin-right: 8px;
}

DIV#rctb_ranking DIV.list DIV.entry DIV.book_no
{
	width: 97px;
	float: left;
	text-decoration: underline;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 140%;
}

DIV#rctb_ranking DIV.list DIV.entry DIV.meta
{
	width: 97px;
	float: left;
	margin-bottom: 10px;
	line-height: 140%;
}

/* Tracking overview selected book */

DIV#rctb_tracking_singlebook
{
	background-color: #212121;
	width: 667px;
	height: 816px;
	padding: 16px;
}

DIV#rctb_tracking_singlebook DIV.headline
{
	margin: 0px 0px 24px 0px;
}

DIV#rctb_tracking_singlebook DIV.headline H2
{
	padding: 0px;
	margin: 0px;
}

DIV#rctb_tracking_singlebook DIV.info
{
	width: 667px;
	height: 19px;
	text-align: right;
}

DIV#rctb_tracking_singlebook DIV#gmap
{
	width: 667px;
	height: 742px;
}

DIV#rctb_tracking_singlebook DIV#gmap DIV.gmnoprint
{
	/*height: 240px;*/
}

DIV#rctb_tracking_singlebook DIV#gmap DIV.gmnoprint DIV#gmInfobox_content
{
	height: 200px;
	/*width: 120px;*/
}

DIV#rctb_tracking_singlebook DIV#gmap DIV.gmnoprint DIV#gmInfobox_content DIV.image
{
	margin: 0px 10px 0px 0px;
	float: left;
}

DIV#rctb_tracking_singlebook DIV#gmap DIV.gmnoprint DIV#gmInfobox_content DIV.image_loading
{
}

DIV#rctb_tracking_singlebook DIV#gmap DIV.gmnoprint DIV#gmInfobox_content DIV.image A IMG
{
	border-color: #969696;
	border-style: solid;
	border-width: 1px;
}

DIV#rctb_tracking_singlebook DIV#gmap DIV.gmnoprint DIV#gmInfobox_content DIV.image A:hover IMG
{
	border-color: #DB219E;
	border-style: solid;
	border-width: 1px;
}

DIV#rctb_tracking_singlebook DIV#gmap DIV.gmnoprint DIV#gmInfobox_content DIV.headline
{
	color: #4C4C4C;
	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

DIV#rctb_tracking_singlebook DIV#gmap DIV.gmnoprint DIV#gmInfobox_content DIV.text
{
	font-size: 11px;
	margin: 0px 0px 5px 0px;
	color: #4C4C4C;
}

DIV#rctb_tracking_singlebook DIV#gmap DIV.gmnoprint DIV#gmInfobox_content DIV.text A
{
	color: #4C4C4C;
}


/* Latest entry */

DIV#rctb_latestentry
{
	background-color: #2C2C2C;
	width: 193px;
	height: 284px;
	padding: 16px;
}

DIV#rctb_latestentry H3
{
	padding: 0px;
	margin: 0px;
}

DIV#rctb_latestentry DIV.entry
{
	margin: 10px 0px 10px 0px;
}


/*******************************************************************
 * SHOUTBOX
 */

DIV#shoutbox
{
	background-color: #212121;
	width: 667px;
	height: 284px;
	padding: 16px;
}

DIV#shoutbox DIV.header
{
	margin: 0px 0px 13px 0px;
}

DIV#shoutbox DIV#shout_contentwrap
{
	border-color: #6C6C6C;
	border-style: solid;
	border-width: 1px;
	background-color: #4D4D4D;
	color: #B2B2B2;
	height: 144px;
	padding: 0px;
}

DIV#shoutbox DIV#shout_content
{
	background-color: #4D4D4D;
	color: #B2B2B2;
	height: 144px;
	padding: 11px;
	margin: 0px;
}

DIV#shoutbox DIV#shout_inputwrap
{
	margin: 12px 0px 0px 0px;
	padding: 0px;
	clear: both;
}

DIV#shoutbox DIV#shout_input
{
	padding: 0px;
	margin: 0px;
}

DIV#shoutbox FORM
{
	padding: 0px;
	margin: 0px;
}

DIV#shoutbox FORM INPUT, DIV#shoutbox FORM TEXTAREA
{
	margin: 0px;
	padding: 2px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #969696;
	border-style: none;
}

DIV#shoutbox DIV.field
{
	float: left;
	padding: 0px;
	background-color: #4D4D4D;
	border-color: #6C6C6C;
	border-style: solid;
	border-width: 1px;
}

DIV#shoutbox DIV.field_name
{
	width: 149px;
	margin: 0px 0px 10px 0px;
}

DIV#shoutbox DIV.field_text
{
	width: 503px;
	margin: 0px 10px 0px 0px;
}

DIV#shoutbox DIV.label
{
	background-color: #4D4D4D;
	padding: 4px 0px 2px 11px;
}

DIV#shoutbox DIV.input
{
	background-color: #969696;
	padding: 0px 0px 0px 11px;
}

DIV#shoutbox INPUT#name, DIV#shoutbox TEXTAREA#text
{
	background-color: #969696;
	border-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

DIV#shoutbox INPUT#name
{
	width: 130px;
}

DIV#shoutbox TEXTAREA#text
{
	height: 54px;
	width: 491px;
}

DIV#shoutbox DIV.submit
{
}

DIV#shoutbox DIV.submit INPUT.button
{
	height: 24px;
	width: 149px;
	background-color: #212121;
	margin: 0px;
	border-style: none;
}


/*******************************************************************
 * TEASER
 */

/* Unterwegs mit TOM */

DIV#redak_teaser
{
	background-color: #2C2C2C;
	width: 193px;
	height: 284px;
	padding: 16px;
}

DIV#redak_teaser H3
{
	padding: 0px;
	margin: 0px;
}

DIV#redak_teaser P
{
	color: #B2B2B2;
	padding: 0px;
	margin: 10px 0px 20px 0px;
	line-height: 140%;
}

DIV#redak_teaser P A
{
	color: #B2B2B2;
	text-decoration: none;
}

DIV#redak_teaser P A:hover
{
	text-decoration: underline;
}

DIV#redak_teaser DIV.img
{
}

DIV#redak_teaser DIV.btn
{
	margin: 23px 0px 0px 0px;
}


/* Botschafter der Woche */

DIV#redak_teaser2
{
	background-color: #212121;
	width: 193px;
	height: 228px;
	padding: 16px;
}

DIV#redak_teaser2 H3
{
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

DIV#redak_teaser2 P
{
	color: #B2B2B2;
	padding: 0px;
	margin: 10px 0px 20px 0px;
	line-height: 140%;
}

DIV#redak_teaser2 P A
{
	color: #B2B2B2;
	text-decoration: none;
}

DIV#redak_teaser2 P A:hover
{
	text-decoration: underline;
}

DIV#redak_teaser2 DIV.img
{
}


/* Bookview gap teaser */

DIV#rctb_gallery_singlebook DIV.gapTeaser
{
	background-repeat: no-repeat;
	width: 146px;
	height: 74px;
	float: left;
	padding: 81px 0px 0px 14px;
	margin: 0px 8px 0px 0px;
}

DIV#rctb_gallery_singlebook DIV.gapTeaser A
{
	color: #A8A8A8;
}

DIV#rctb_gallery_singlebook DIV.gapTeaser1
{
	background-image: url(../img/teaser/bookview_gapteaser_1.gif);
}

DIV#rctb_gallery_singlebook DIV.gapTeaser2
{
	background-image: url(../img/teaser/bookview_gapteaser_2.gif);
}

DIV#rctb_gallery_singlebook DIV.multigapTeaser1
{
	background-image: url(../img/teaser/bookview_multigapteaser.gif);
}

DIV#rctb_gallery_singlebook DIV.uploadTeaser
{
	background-image: url(../img/teaser/bookview_uploadteaser.gif);
}


/*******************************************************************
 * FORMS
 */

FORM, FORM A
{
	color: #BDBDBD;
}

FORM, FORM DIV, FORM P
{
	line-height: 130%;
}

SPAN.mark_mustfields
{
	color: #FFE825;
}

P.form_error, DIV.form_error, DIV.form_error A
{
	color: #FFE825;
}

DIV.form_error INPUT, DIV.form_error TEXTAREA
{
	border-color: #FFE825;
	border-style: solid;
	border-width: 1px;
}

FIELDSET
{
	border-color: #757575;
	border-style: solid;
	border-width: 1px;
	clear: both;
	display: block;
	margin: 0px 0px 12px 0px;
	padding: 0px;
	width: 838px;
}

FORM DIV.legend
{
	font-weight: bold;
	padding: 7px 0px 6px 14px;
}

FORM DIV.description P
{
	font-size: 11px;
	margin: 0px 0px 16px 0px;
}

FORM DIV.field
{
	background-color: #757575;
	padding: 10px 0px 0px 14px;
}

FORM DIV.label, FORM DIV.label_textarea
{
	font-weight: bold;
	margin-bottom: 3px;
}

FORM INPUT
{
	background-color: #A4A4A4;
	border-color: #CFCFCF;
	border-style: solid;
	border-width: 1px;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	color: #000000;
	line-height: 130%;
	height: 18px;
}

FORM TEXTAREA
{
	background-color: #A4A4A4;
	border-color: #CFCFCF;
	border-style: solid;
	border-width: 1px;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	color: #000000;
	line-height: 130%;
}

FORM SELECT
{
	background-color: #A4A4A4;
	border-color: #CFCFCF;
	border-style: solid;
	border-width: 1px;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	color: #000000;
	height: 18px;
}

FORM INPUT.checkbox
{
	border-style: none;
	background-color: #757575;
	padding: 0px;
	margin: 0px;
}

FORM INPUT.graphic
{
	border-style: none;
}

FORM DIV.checkbox
{
	float: left;
	margin: 10px 7px 0px 0px;
}

FORM DIV.label_checkbox
{
	font-weight: bold;
	padding: 10px 0px 0px 0px;
}

FIELDSET.captcha DIV.img
{
	background-color: #333333;
	float: left;
	margin-bottom: 10px;
}

FIELDSET.captcha .tx-srfreecap-pi2-image
{
	/*height: 46px;
	width: 148px;*/
}

FIELDSET.captcha DIV.text
{
	padding: 20px 0px 0px 20px;
	float: left;
}

FIELDSET.captcha DIV.input
{
	clear: both;
}


/* Header upload form */

DIV#form_header_upload
{
	background-color: #212121;
	width: 936px;
	height: 90px;
	margin: 6px 6px 0px 6px;
}

DIV#form_header_upload DIV.headline
{
	float: left;
	padding: 10px 0px 0px 12px;
}

DIV#form_header_upload DIV.headline H2
{
	margin: 0px;
	padding: 0px;
}

DIV#form_header_upload DIV.backlink
{
	float: left;
	padding: 10px 0px 0px 70px;
}


/* Upload form */

DIV#form_upload
{
	background-image: url(../img/forms/bg_form_upload_2b.gif);
	background-repeat: no-repeat;
	width: 936px;
	height: 750px;
	margin: 0px 6px 0px 6px;
	padding: 55px 48px 0px 48px;
	line-height: 140%;
}

DIV#form_upload DIV.col_0
{
	background-color: #757575;
	width: 838px;
}

DIV#form_upload DIV.col_1
{
	background-color: #757575;
	width: 494px;
	float: left;
}

DIV#form_upload FIELDSET.captcha DIV.col_0
{
	height: 160px;
}

DIV#form_upload FIELDSET.nickname DIV.col_1
{
	height: 150px;
}

DIV#form_upload FIELDSET.book_no DIV.col_1
{
	height: 140px;
}

DIV#form_upload FIELDSET.entry DIV.col_1, DIV#form_upload FIELDSET.book DIV.col_1
{
	height: 56px;
}

DIV#form_upload FIELDSET.entry DIV.col_1, DIV#form_upload FIELDSET.book DIV.col_1
{
	height: 126px;
}

DIV#form_upload DIV.col_2
{
	background-color: #585858;
	border-top-color: #757575;
	border-top-style: solid;
	border-top-width: 1px;
	float: left;
	width: 312px;
	padding: 0px 16px 0px 16px;
}

DIV#form_upload FIELDSET.nickname DIV.col_2
{
	height: 149px;
}

DIV#form_upload FIELDSET.book_no DIV.col_2
{
	height: 139px;
}

DIV#form_upload FIELDSET.entry DIV.col_2, DIV#form_upload FIELDSET.book DIV.col_2
{
	height: 125px;
}

DIV#form_upload DIV.col_2 P
{
	margin: 10px 0px 10px 0px;
}

DIV.form_upload_p1 DIV.description
{
	width: 709px;
	float: left;
}

DIV.form_upload_p2 DIV.description
{
	width: 409px;
	float: left;
}

DIV.form_upload_p3 DIV.description
{
	width: 609px;
	float: left;
}

DIV.form_upload_p1 DIV#arrow
{
	margin: 26px 0px 0px 30px;
	float: left;
}

DIV.form_upload_p2 DIV#arrow
{
	margin: -24px 0px 0px 26px;
	float: left;
}

DIV.form_upload_p3 DIV#arrow
{
	margin: 25px 0px 0px 20px;
	float: left;
}

DIV#form_upload DIV.field
{
	float: left;
}

DIV#form_upload INPUT#name, DIV#form_upload INPUT#email, DIV#form_upload INPUT#book_no, DIV#form_upload INPUT#entry_no, DIV#form_upload INPUT#captcha
{
	width: 224px;
}

DIV#form_upload INPUT#file_entry, DIV#form_upload INPUT#file_cover
{
	width: 224px;
}

DIV#form_upload SELECT#country
{
	width: 226px;
}

DIV#form_upload DIV.city
{
	padding: 10px 0px 0px 6px;
}

DIV#form_upload INPUT#zipcode
{
	width: 72px;
}

DIV#form_upload INPUT#city
{
	width: 144px;
}

DIV#form_upload DIV#next_page
{
	width: 840px;
	text-align: right;
}

DIV#form_upload INPUT.graphic
{
	width: 114px;
	height: 22px;
}

DIV#form_upload INPUT.btn_back
{
	margin-right: 608px;
}

DIV#form_upload DIV#back_upload
{
	width: 840px;
}

DIV#form_upload DIV#btn_fwd
{
	float: right;
}

DIV#form_upload DIV.col_1 DIV.image IMAGE
{
	height: 108px;
}

/* Freecap */

SPAN.tx-srfreecap-pi2-cant-read
{
	font-size: 10px;
	color: #cfcfcf;
}

SPAN.tx-srfreecap-pi2-cant-read A
{
	text-decoration: none;
	color: #cfcfcf;
}

SPAN.tx-srfreecap-pi2-cant-read A:hover
{
	text-decoration: underline;
}


/* Layer Upload done */

DIV#rctb_upload_done
{
	background-image: url(./../img/forms/bg_layer_upload_done.gif);
	width: 878px;
	height: 282px;
	padding: 22px 0px 0px 27px;
}

DIV#rctb_upload_done P
{
	line-height: 130%;
	font-size: 11px;
	font-weight: bold;
	width: 500px;
	margin: 10px 0px 10px 4px;
}

DIV#rctb_upload_done UL
{
	list-style-type: none;
	margin: 0px 0px 0px 30px;
	padding: 0px;
}

DIV#rctb_upload_done UL LI
{
	font-size: 11px;
	margin: 0px 0px 3px 0px;
	padding: 0px;
}

DIV#rctb_upload_done UL LI A
{
	color: #BDBDBD;
}


/* Header upload form online edition */

DIV#form_header_upload_onlineedition
{
	background-color: #212121;
	width: 936px;
	height: 90px;
	margin: 6px 6px 0px 6px;
}

DIV#form_header_upload_onlineedition DIV.headline
{
	float: left;
	padding: 10px 0px 0px 12px;
}

DIV#form_header_upload_onlineedition DIV.headline H2
{
	margin: 0px;
	padding: 0px;
}

DIV#form_header_upload_onlineedition DIV.backlink
{
	float: left;
	padding: 10px 0px 0px 120px;
}

DIV#form_header_upload_onlineedition DIV.subheader
{
	clear: both;
	padding: 3px 0px 2px 12px;
}

/* Upload form online edition */

DIV#form_upload_onlineedition
{
	background-color: #3C3C3C;
	background-image: url(../img/forms/bg_form_upload_onlineedition.gif);
	background-repeat: no-repeat;
	background-position: top right;
	width: 900px;
	height: 780px;
	margin: 0px 0px 0px 6px;
	padding: 57px 18px 0px 18px;
	line-height: 140%;
}

DIV#form_upload_onlineedition DIV.field
{
	background-color: #4D4D4D;
	padding: 0px;
	margin: 10px 0px 0px 0px;
}

DIV#form_upload_onlineedition DIV.field_no_bg
{
	background-color: auto;
}

DIV#form_upload_onlineedition FIELDSET
{
	padding: 0px;
	margin: 20px 0px 10px 0px;
	border-style: none;
}

DIV#form_upload_onlineedition DIV.legend
{
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

DIV#form_upload_onlineedition DIV.col_1
{
	background-image: url(../img/forms/bg_form_upload_onlineedition_l.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #4D4D4D;
	float: left;
	width: 390px;
	height: 650px;
	padding: 33px;
	border-left-color: #6C6C6C;
	border-left-style: solid;
	border-left-width: 1px;
	border-top-color: #6C6C6C;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #6C6C6C;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-right-color: #000000;
	border-right-style: solid;
	border-right-width: 1px;
}

DIV#form_upload_onlineedition DIV.col_2
{
	background-image: url(../img/forms/bg_form_upload_onlineedition_r.gif);
	background-repeat: no-repeat;
	background-position: top right;
	background-color: #4D4D4D;
	float: left;
	width: 374px;
	height: 650px;
	padding: 33px;
	border-top-color: #6C6C6C;
	border-top-style: solid;
	border-top-width: 1px;
	border-right-color: #6C6C6C;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: #6C6C6C;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

DIV#form_upload_onlineedition DIV.input, DIV#form_upload_onlineedition DIV.select
{
	float: left;
}

DIV#form_upload_onlineedition DIV.col_1 DIV.headline
{
	margin-bottom: 20px;
}

DIV#form_upload_onlineedition DIV.description
{

}

DIV#form_upload_onlineedition DIV.col_1 DIV.label
{
	margin-bottom: 5px;
}

DIV#form_upload_onlineedition DIV.col_2 FIELDSET.personal_data 
{
	width: 374px;
}

DIV#form_upload_onlineedition DIV.col_2 FIELDSET.personal_data DIV.field
{
	height: 20px;
}

DIV#form_upload_onlineedition DIV.col_2 FIELDSET.personal_data DIV.country
{
	height: 23px;
}

DIV#form_upload_onlineedition DIV.col_2 FIELDSET.personal_data DIV.zip
{
	margin-top: 5px;
}

DIV#form_upload_onlineedition DIV.col_2 DIV.label
{
	float: left;
	width: 148px;
}

DIV#form_upload_onlineedition INPUT#file_entry, DIV#form_upload_onlineedition INPUT#name, DIV#form_upload_onlineedition INPUT#email, DIV#form_upload_onlineedition INPUT#age, DIV#form_upload_onlineedition INPUT#newspaper, DIV#form_upload_onlineedition INPUT#captcha
{
	width: 224px;
}

DIV#form_upload_onlineedition TEXTAREA#comment
{
	width: 373px;
	height: 169px;
}

DIV#form_upload_onlineedition SELECT#country
{
	width: 226px;
}

DIV#form_upload_onlineedition INPUT#zipcode
{
	width: 70px;
}

DIV#form_upload_onlineedition DIV.city
{
	float: left;
	margin: 0px 0px 0px 6px;
}

DIV#form_upload_onlineedition INPUT#city
{
	width: 146px;
}

DIV#form_upload_onlineedition INPUT#terms_of_use
{
	background-color: #4D4D4D;
}

DIV#form_upload_onlineedition FIELDSET.captcha DIV.col_1
{
	background-image: none;
	float: left;
	width: 148px;
	height: auto;
	padding: 0px;
	border-style: none;
}

DIV#form_upload_onlineedition FIELDSET.captcha DIV.col_2
{
	background-image: none;
	float: left;
	width: 224px;
	height: auto;
	padding: 0px;
	border-style: none;
}

DIV#form_upload_onlineedition FIELDSET.captcha DIV.col_1 DIV.label
{
	font-weight: normal;
	width: 126px;
}

DIV#form_upload_onlineedition FIELDSET.captcha IMG.tx-srfreecap-pi2-image
{
	width: 215px;
}

DIV#form_upload_onlineedition FIELDSET.captcha DIV.text
{
	padding: 4px 0px 12px 0px;
}

DIV#form_upload_onlineedition FIELDSET.captcha DIV.img
{
	background-color: #212121;
}

DIV#form_upload_onlineedition DIV#submit, DIV#form_upload_onlineedition DIV#next_page
{
	clear: both;
	width: 898px;
	text-align: right;
	padding-top: 20px;
}

DIV#form_upload_onlineedition DIV#back_upload
{
	clear: both;
	width: 898px;
	padding-top: 20px;
}

DIV#form_upload_onlineedition DIV#next_page INPUT
{
	width: 114px;
	height: 22px;
}

DIV#form_upload_onlineedition INPUT.graphic
{
	width: 114px;
	height: 22px;
}

DIV#form_upload_onlineedition INPUT.btn_back
{
	margin-right: 522px;
}

DIV#form_upload_onlineedition DIV#btn_fwd
{
	float: right;
}

DIV#form_upload_onlineedition INPUT.submit
{
	width: 258px;
	height: 22px;
}

DIV#form_upload_onlineedition DIV.col_1 DIV.image
{
}

DIV#form_upload_onlineedition DIV.col_1 DIV.image IMAGE
{
	width: 240px;
}


/* Tell a friend */

DIV#form_tellafriend
{
	background-color: #4D4D4D;
	background-image: url(../img/forms/bg_form_tellafriend.gif);
	background-repeat: no-repeat;
	background-position: top right;
	width: 600px;
	height: 940px;
	margin: 0px 0px 0px 6px;
	padding: 30px 18px 0px 30px;
	line-height: 140%;
}

DIV#form_tellafriend DIV.headline
{
	margin: 0px 0px 20px 0px;
}

DIV#form_tellafriend DIV.headline H2
{
	margin: 0px;
	padding: 0px;
}

DIV#form_tellafriend DIV.description
{
}

DIV#form_tellafriend FIELDSET
{
	width: 496px;
}

DIV#form_tellafriend DIV.field
{
	float: left;
	padding: 11px 0px 0px 15px;
}

DIV#form_tellafriend INPUT
{
	width: 224px;
}

DIV#form_tellafriend TEXTAREA
{
	width: 464px;
	height: 98px;
}

DIV#form_tellafriend DIV.field DIV.label
{
	
}

DIV#form_tellafriend FIELDSET.sender
{
	height: 91px;
}

DIV#form_tellafriend FIELDSET.sender DIV.col_0
{
	background-color: #757575;
	width: 496px;
	height: 63px;
}

DIV#form_tellafriend FIELDSET.recipient
{
	height: 294px;
}

DIV#form_tellafriend FIELDSET.recipient DIV.col_0
{
	background-color: #757575;
	width: 496px;
	height: 266px;
}

DIV#form_tellafriend FIELDSET.message
{
	height: 150px;
}

DIV#form_tellafriend FIELDSET.message DIV.col_0
{
	background-color: #757575;
	width: 496px;
	height: 122px;
}

DIV#form_tellafriend FIELDSET.captcha
{
	height: 196px;
}

DIV#form_tellafriend FIELDSET.captcha DIV.col_0
{
	background-color: #757575;
	width: 496px;
	height: 168px;
}

DIV#form_tellafriend FIELDSET.captcha DIV.label
{
	margin-bottom: 10px;
}

DIV#form_tellafriend FIELDSET.captcha IMG.tx-srfreecap-pi2-image
{
	width: 215px;
}


DIV#form_tellafriend DIV#submit
{
	width: 496px;
	text-align: right;
}

DIV#form_tellafriend INPUT#submit
{
	width: 114px;
	height: 22px;
}

DIV#form_tellafriend_thanx
{
	background-color: #4D4D4D;
	width: 600px;
	height: 940px;
	margin: 0px 0px 0px 6px;
	padding: 30px 18px 0px 30px;
	line-height: 140%;
}


/* Form Bewerbung als TOMs Botschafter + Buch bestellen + Kontakt */

DIV#form_application, DIV#form_order_book, DIV#form_contact
{
	background-color: #4D4D4D;
	width: 852px;
	margin: 0px 0px 0px 0px;
	padding: 55px 48px 0px 48px;
	line-height: 140%;
}

DIV#form_application
{
	height: 1230px;
}

DIV#form_application DIV.imagerow
{
	margin: 0px 0px 20px 0px;
}

DIV#form_application DIV.imagerow DIV.img
{
	float: left;
}

DIV#form_application DIV.imagerow DIV.button_more
{
	background-image: url(../img/forms/form_botschafter_img_4.gif);
	width: 172px;
	height: 235px;
}

DIV#form_application DIV.imagerow DIV.button_more DIV.link
{
	padding: 200px 0px 0px 90px;
}

DIV#form_order_book
{
	height: 630px;
}

DIV#form_contact
{
	height: 650px;
}

DIV#form_application DIV.description, DIV#form_order_book DIV.description, DIV#form_contact DIV.description
{
	width: 640px;
	float: left;
}

DIV#form_application DIV.col_1, DIV#form_order_book DIV.col_1
{
	background-color: #757575;
	width: 494px;
	float: left;
}

DIV#form_application DIV.col_2, DIV#form_order_book DIV.col_2
{
	background-color: #585858;
	border-top-color: #757575;
	border-top-style: solid;
	border-top-width: 1px;
	float: left;
	width: 312px;
	padding: 10px 16px 0px 16px;
}

DIV#form_order_book DIV.col_2 P, DIV#form_application DIV.col_2 P
{
	margin: 0px;
}

DIV#form_application DIV#arrow, DIV#form_order_book DIV#arrow, DIV#form_contact DIV#arrow
{
	margin: 0px 0px 0px 30px;
	float: left;
}

DIV#form_application DIV.field, DIV#form_order_book DIV.field
{
	float: left;
}

DIV#form_application FIELDSET.personal_data DIV.col_1
{
	height: 537px;
}

DIV#form_order_book FIELDSET.personal_data DIV.col_1
{
	height: 252px;
}

DIV#form_application FIELDSET.personal_data DIV.col_2
{
	height: 526px;
}

DIV#form_order_book FIELDSET.personal_data DIV.col_2
{
	height: 241px;
}

DIV#form_contact FIELDSET.email DIV.col_0
{
	height: 40px;
}

DIV#form_contact FIELDSET.message DIV.col_0
{
	height: 180px;
}

DIV#form_application INPUT#firstname, DIV#form_application INPUT#name, DIV#form_application INPUT#street, DIV#form_application INPUT#houseno, DIV#form_application INPUT#email, DIV#form_application INPUT#phone,  DIV#form_application INPUT#captcha
{
	width: 224px;
}

DIV#form_order_book INPUT#firstname, DIV#form_order_book INPUT#name, DIV#form_order_book INPUT#street, DIV#form_order_book INPUT#houseno, DIV#form_order_book INPUT#email, DIV#form_order_book INPUT#age, DIV#form_order_book INPUT#captcha
{
	width: 224px;
}

DIV#form_contact TEXTAREA#message
{
	width: 350px;
	height: 158px;
}

DIV#form_contact INPUT#email, DIV#form_contact INPUT#captcha
{
	width: 224px;
}

DIV#form_application SELECT#country, DIV#form_order_book SELECT#country
{
	width: 226px;
}

DIV#form_application DIV.city, DIV#form_order_book DIV.city
{
	padding: 10px 0px 0px 6px;
}

DIV#form_application INPUT#zipcode, DIV#form_order_book INPUT#zipcode
{
	width: 72px;
}

DIV#form_application INPUT#city, DIV#form_order_book INPUT#city
{
	width: 144px;
}

DIV#form_application INPUT#age
{
	width: 50px;
}

DIV#form_application SELECT#num_books
{
	width: 50px;
}

DIV#form_application TEXTAREA#reason
{
	width: 464px;
	height: 160px;
}

DIV#form_application DIV.col_0, DIV#form_order_book DIV.col_0, DIV#form_contact DIV.col_0
{
	background-color: #757575;
	width: 838px;
}

DIV#form_application FIELDSET.personal_data DIV.col_2 P.address
{
	height: 110px;
}

DIV#form_application FIELDSET.personal_data DIV.col_2 P.country
{
	height: 50px;
}

DIV#form_application FIELDSET.personal_data DIV.col_2 P.phone
{
	height: 90px;
}

DIV#form_application FIELDSET.personal_data DIV.col_2 P.friends
{
	height: 50px;
}

DIV#form_application FIELDSET.captcha DIV.col_0, DIV#form_order_book FIELDSET.captcha DIV.col_0, DIV#form_contact FIELDSET.captcha DIV.col_0
{
	height: 160px;
}

DIV#form_application INPUT.graphic, DIV#form_order_book INPUT.graphic, DIV#form_contact INPUT.graphic
{
	width: 114px;
	height: 22px;
}

DIV#form_application DIV#submit, DIV#form_order_book DIV#submit, DIV#form_contact DIV#submit
{
	width: 838px;
	text-align: left;
}


/* Comment entry form */

DIV.book_entry DIV.tx-thmailformplus-pi1
{
	background-color: #212121;
	margin: 0px 0px 0px 6px;
	float: left;
	width: 265px;
}

DIV#form_comment_entry
{
	background-color: #212121;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 16px 0px;
	height: 570px;
}

DIV#form_comment_entry FORM
{
	padding: 0px;
	margin: 0px;
}

DIV#form_comment_entry DIV.field
{
	background-color: #212121;
}

DIV#form_comment_entry INPUT#name, DIV#form_comment_entry INPUT#email,  DIV#form_comment_entry INPUT#web, DIV#form_comment_entry INPUT#captcha
{
	width: 224px;
}

DIV#form_comment_entry TEXTAREA#comment
{
	width: 224px;
	height: 98px;
}

DIV#form_comment_entry DIV.captacha_img IMG
{
	width: 220px;
	margin: 10px 0px 0px 0px;
}

DIV#form_comment_entry DIV.captcha_text
{
	width: 224px;
}

DIV#form_comment_entry DIV.captcha_input
{
	margin: 10px 0px 0px 0px;
}

DIV#form_comment_entry DIV#submit
{
	margin: 21px 0px 0px 12px;
}

DIV#form_comment_entry DIV#submit INPUT
{
	width: 149px;
	height: 24px;
}

DIV#form_comment_entry P.form_error
{
	margin: 0px 0px 0px 14px;
	width: 224px;
}

DIV#form_comment_entry P.thanx
{
	margin: 0px 0px 0px 16px;
	width: 224px;
}

/*******************************************************************
 * MOODAL BOX
 */

div#mb_overlay 
{
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #212121;
	cursor: pointer;
}

div#mb_center, div#mb_bottom 
{
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #4D4D4D;
}

div#mb_center 
{
	background-color:#4D4D4D;
}

div#mb_contents 
{
	width: 400px;
	height: 400px;
	border-left: 1px solid #DCDCDC;
	border-right: 1px solid #DCDCDC;
	border-top: 1px solid #DCDCDC;
	overflow: auto;
	background-color: #4D4D4D;
	visibility: hidden;
}

.mb_loading 
{
	background: #4D4D4D url(../img/loading.gif) no-repeat center center;
}

#mb_error 
{
	font-size: 1.2em;
	color: #BDBDBD;
	font-weight: bold;
	text-align: center;
	padding: 0.5em;
	font-family: Verdana, Helvetica, sans-serif;
}

#mb_error em 
{
	font-size: 0.8em;
}

div#mb_bottom 
{
	background-color: #212121;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #BDBDBD;
	line-height: 1.4em;
	text-align: left;
	border: 1px solid #DCDCDC;
	border-top-style: none;
}

a#mb_close_link 
{
	display: block;
	float: right;
	width: 22px;
	height: 22px;
	background: transparent url(../img/moodalbox/btn_close.gif) no-repeat center;
	margin: 5px;
}

div#mb_caption 
{
	margin-right: 71px;
}

