
 body
{
	margin:0 auto;
	background:#aaadb0 url("../pix/bg_content.gif") center top repeat-y;		
	height:100%;
	font-family:'Helvetica',Helvetica,arial,sans;
	color:#000;
	font-size:11px;
	line-height:14px;
}
p, a, div, td, h1
{
	font-family:'Helvetica',Helvetica,arial,sans;
}

img
{
	border:0;
}

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

ul, li
{
	margin:0;
	list-style:none;
}

.clear
{
	clear:both !important;
}

.stoerer
{
	position:absolute;
	right:208px;
	top:41px;
	z-index:10;
}

input, select, textarea
{
	font-family:arial;
	height:20px;
	background:url("/cms/front/pix/bg_select_medium.gif") no-repeat;
	padding:1px 2px 2px 5px;
	font-size:11px;
	line-height:12px;
	border:1px solid #8b8c8e;
	margin:0;
	position:relative;
}
input
{
	height:17px;
	width:160px;
	padding:4px 2px 1px 5px;
	margin:0 0 6px 0;
}
#suche input
{
	margin:0;
}
textarea
{
	height:100px;
	width:499px;
	padding:6px 7px 6px 7px;
}

.right
{
	float:right;
}
.left
{
	float:left;
}

.highlighted
{
	color:#f00;
}
.light
{
	color:#aaa;
}
select
{
	
	
}



.smallstar
{
	float:left;
	width:8px;
	height:9px;
	background:url("/cms/front/pix/smallstar.gif") no-repeat;		
}
.smallstar_off
{
	background:url("/cms/front/pix/smallstar_off.gif") no-repeat;		
}


.star
{
	float:left;
	width:15px;
	height:17px;
	background:url("/cms/front/pix/star.gif") no-repeat;		
}
.star_off
{
	background:url("/cms/front/pix/star_off.gif") no-repeat;		
}
.star_off2
{
	background:url("/cms/front/pix/star_off.gif") no-repeat;		
}
.star_on
{
	background:url("/cms/front/pix/star.gif") no-repeat;		
}
#text_bewertung
{
	position:relative;
	top:1px;
	left:1px;
}


#projekte
{
	
	position:relative;
	top:120px;
	left:10px;
	width:470px;
	height:700px;
	margin:0;
	padding:0;
	overflow:hidden;
}

#content h1 { display:block;
	font-family:'Helvetica',Helvetica,arial,sans;
	font-size:16px;
	line-height:22px;
	color:#d30016;
	font-weight:bold;
	padding:0;
	margin:0;
	 }

#projekte .loading
{
	display:none;
	position:absolute;
	top:243px;
	left:210px;
}

#projekte .filters
{
	
}

#projekte .thumbs
{
	display:none;
	position:relative;
	top:16px;
	left:0;
	width:470px;
	
	
	
}
#projekte .thumbs .stage
{
	
	position:absolute;
	top:0;
	left:0;
}
#projekte .thumbs .stage p
{
	width:100%;
	padding:0;
}
#projekte .thumbs .stage .page
{
	float:left;
	width:470px;
	height:auto;
	
}
#projekte .thumbs .stage .page .thumb
{
	position:relative;
	float:left;
	width:112px;
	height:140px;
	margin:0 5px 10px 0;
	background:url("/cms/front/pix/bg_galeriethumb1.png");		
	overflow:hidden;
	cursor:pointer;
}
#projekte .thumbs .stage .page .thumb2
{
	background:url("/cms/front/pix/bg_galeriethumb2.png");		
}

#projekte .thumbs .stage .page .thumb .img
{
	position:absolute;
	top:16px;
	left:7px;
	width:90px;
	height:57px;
	z-index:1;
	overflow:hidden;
}
#projekte .thumbs .stage .page .thumb .txts
{
	position:absolute;
	top:83px;
	left:0;
}
#projekte .thumbs .stage .page .thumb .txts p
{
	
	padding:0 0 0 7px;
	margin:0 0 5px 0;
	width:103px;
	height:19px;
	overflow:hidden;
	font-size:9px;
	line-height:10px;
}

#projekte  .thumb .txts p span
{
	font-size:10px;
	line-height:10px;
	float:left;
}

#projekte .thumbs_navi
{
	display:none;
	position:absolute;
	top:1px;
	right:10px;
	
	height:30px;
	overflow:hidden;
	z-index:2;
}
#projekte .thumbs_navi div
{
	width:100%;
	
	text-align:center;
	
}
#projekte .thumbs_navi div span
{
	padding:0 2px 0 2px;
	cursor:pointer;
	position:relative;
	top:-5px;
	
}
#projekte .thumbs_navi div span.on
{
	color:#f50000;
	
}
#projekte .thumbs_navi div img
{
	cursor:pointer;
	
}
.disable
{
	opacity:0.4;
	filter:Alpha(opacity=40);
	
}


#alert
{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5;
}

#alert .bg
{
	
	position:fixed;
	top:-2000px;
	left:0;
	width:100%;
	height:4000px;
	background-color:#000;
	z-index:1;
	opacity:0.7;
	filter:Alpha(opacity=70);
}

#alert .content
{
	position:relative;
	top:125px;
	left:-3px;
	width:480px;
	height:152px;
	margin:0 auto;
	z-index:2;
	background:#e2001a;		
}
#alert .content .feedback
{
	color:#fff;
	position:relative;
	left:20px;
	top:0;
	padding:20px 0 0 0;
	width:400px;
}
#alert .content .ok
{
	background:#fff;
	color:#000;
	font-weight:bold;
	padding:5px 20px 4px 20px;
	position:absolute;
	right:20px;
	bottom:20px;
	
}

#pop
{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:4;
	font-size:12px;
	color:#333;
}

.pop_bg
{
	
	position:fixed;
	display:inline-block;
	top:-2000px;
	left:0;
	width:100%;
	height:4000px;
	background-color:#000;
	z-index:1;
	opacity:0.7;
	filter:Alpha(opacity=70);
}

.asterix{
	color:#f00;
}
.smalltxt{
	font-size:9px;
	line-height:9px;
}


img.schrift
{
	cursor:pointer;

}

div.mycapchas {
	height:55px;
	
} 

div.mycapchas div {
    float: left;
} 





#pop_register, #pop_pw, #pop_fan, #pop_melden, #pop_kommentar, #pop_freunde
{
	display:none;
	position:relative;
	left:-3px;
	top:0;
	width:480px;
	
	margin:auto;
	background:url("/cms/front/pix/trans_f6f6f6_90.png") repeat;		
	z-index:2;
	
}


#pop p
{
	line-height:15px;
	
}
#pop p.clearer
{
	padding:0;
	margin:0;
	line-height:8px;
	
}
#pop h1
{
	padding:0;
	margin:23px 0 18px 0;
	font-size:16px;
	line-height:19px;
	font-weight:bold;
	
}
#pop .pop_close
{
	position:absolute;
	top:12px;
	right:15px;
	cursor:pointer;
	z-index:2;
	font-size:11px;
	font-weight:bold;
	
}
#pop .content
{
	position:absolute;
	padding:15px 0 0 12px;
	width:100%;
	height:100%;
	z-index:1;
	
}
#pop_fan .content, #pop_melden .content, #pop_kommentar .content, #pop_freunde .content
{
	padding:36px 0 0 67px;
	
}
#pop_fan p, #pop_melden p, #pop_kommentar p, #pop_freunde p
{
	width:512px;
	line-height:14px;
	padding:0 0 8px 0;
}
#pop .breadcrumb
{
	margin:20px 0 25px 0;
	color:#008bda;
	font-size:12px;
	font-weight:bold;
}
#pop .breadcrumb img
{
	position:relative;
	top:2px;
}
#pop .breadcrumb a
{
	
	
}
#pop .breadcrumb .off
{
	display:inline-block;
	opacity:0.4;
	filter:alpha(opacity=40);
}

#pop .formbody
{
	display:block;
	position:relative;
	top:10px;
	
}

#pop .reghd
{
	
	margin:0 0 0 2px;
}

#pop .forminput .counter
{
	
	margin:6px 0 0 0;
	
	
	
}

#pop .mediabox
{
	position:relative;
	top:-20px;
	width:455px;
	height:485px;
	margin:0 0 10px 0;
	
}

#pop .mediabox .hider
{
	display:none;
	width:455px;
	height:80px;
	color:#fff;
	font-size:12px;
	background:#e2001a;
	z-index:2;
	position:absolute;
	top:20px;
	
	
}
#pop .mediabox .hider .pad
{
	
	padding:15px;
	
}

#pop .mediabox .imageslist_holder
{
	position:absolute;
	top:125px;
	z-index:1;
	border:1px solid #aaa;
	padding:3px 3px 3px 3px;
}
#pop .mediabox .imageslist
{
	height:358px;
	width:448px;
	
	
}
#pop .mediabox .imageslist p
{
	line-height:11px;
	padding:0;
	margin:0;
	
	
}
#pop .mediabox .imagesbt
{
	
	z-index:2;
	
}

#pop .mediabox select
{
	margin-right:10px;
	position:relative;
	top:-4px;
	
}

#pop .mediabox .medias 
{
	position:absolute;
	top:12px;
	left:0;
	
}

#pop .mediabox .medias .media
{
	
	
}

#pop .mediabox .medias .media p
{
	line-height:15px;
	
}
#pop .mediabox .medias .media .loeschen
{
	position:relative;
	top:3px;
	left:3px;
	cursor:pointer;
	
}


#pop .mediabox .loading
{
	position:absolute;
	top:65px;
	left:237px;
	display:none;
}

#pop .forminput
{
	float:left;
	margin:0;
	padding:0;
	height:28px; 
	overflow:show;
}

#pop .tdlike
{
	
	margin:12px 15px 0 0;
	height:60px;
	
}

#pop .xwide, #pop .checkbox
{
	float:none;
	margin:12px 0 0 0;
	padding:0;
	height:auto;
	
}

#pop table
{
	margin:15px 0 0 0;
}

#pop td
{
	padding:0 30px 10px 0;
}

#pop .sec
{
	position:relative;
	padding-top:12px;
	width:516px;
	display:table-cell;
	text-align:right;
}
#pop .sec input
{
	
	width:60px;
	
}
#pop .sec p
{
	padding:0 4px 0 6px;
	display:inline;
	
}
#pop .sec .img
{
	display:inline;
	position:relative;
	top:5px;
	
}

#pop .infobox
{
	background:#b9d2e1;
	width:458px;
	height:auto;
	margin:0 0 12px 0;
}
#pop .infobox .pad
{
	
	padding:10px 5px 10px 4px;

}

#pop .xwide, #pop .mwide
{
	margin-bottom:12px;
}

#pop .forminput .label
{
	
	position:relative;
	top:-2px;
	width:110px;
	height:28px;
	margin:0;
	padding:0;
	line-height:11px;
	float:left;
	
	
}

#pop .forminput .label p, #pop .footnote
{
	font-size:12px;
	line-height:12px;
	color:#333;
}

#pop .swide .label
{
	
	width:28px;
	margin:0 7px 0 30px;
	overflow:hidden;
}
#pop .mwide .label
{
	height:auto;
	width:315px;
}
#pop .xwide .label
{
	float:none;
	width:580px;
	height:auto;
}
#pop .tdlike .label
{
	float:none;
	width:auto;
	height:auto;
	margin:0 0 0 0;
}
#pop .tdlike .label p
{
	line-height:13px !important;
	
}
#pop .checkbox .label
{
	display:inline;
	float:none;
	width:540px;
	height:auto;
}
#pop .textarea
{
	height:auto;
}

#pop .forminput .label p
{
	position:relative;
	width:100%;
	height:29px;
	display:table-cell; 
	vertical-align:middle;
	
	
}
#pop .forminput .label p a
{
	color:#e2001a !important;
	text-decoration:none;
}
#pop .forminput .label p a:hover
{
	text-decoration:underline;
}
#pop .mwide .label p, #pop .xwide .label p, #pop .checkbox .label p
{
	display:inline; 
	height:auto;
	line-height:14px;
}
#pop .xwide .label p
{
	display:block;
	
	padding:0;
	margin:0;
}


#pop input, textarea
{
	height:16px;
	width:338px;
	padding:6px 2px 1px 5px;
	border:1px solid #d3d4d6;
	margin:0 0 10px 0;
}
#pop textarea
{
	height:60px;
}
#pop textarea.xxwide
{
	
	
	width:512px;
	
}

#pop input.checkbox
{
	
	height:17px;
	width:17px;
	padding:0;
	margin:0 3px 0 0;
	
}
#pop input.half
{
	width:431px;
}
#pop input.medium
{
	width:179px;
}
#pop input.small
{
	width:85px;
}
#pop select
{
	
	margin-top:3px;
	width:270px;
	border:1px solid #d3d4d6;
}
#pop select.medium
{
	
	width:200px;
	
}
#pop textarea.xwide
{
	margin:4px 0 0 100px;
	height:75px;
	width:339px;
	padding:6px 7px 6px 7px;
}
#pop textarea.xwide_s
{
	
	height:35px;
}
.listimage textarea
{
	margin:0 0 7px 0;
	width:339px;
	padding:6px 7px 6px 7px;
	height:33px !important;
}
#pop .reghd2
{
	position:relative;
	left:-2px;
	margin:20px 0 8px 0;
}

#pop .formbottom, #pop .formbottom2
{
	width:456px;
	position:relative;
	margin:10px 0 0 0;
}
#pop .formbottom .footnote
{	
	font-size:12px;
}
#pop .formbottom .submits
{
	float:right;
	position:relative;
	top:-10px;
}
#pop_melden .formbottom .submits
{
	position:relative;
	top:-3px;
}
#pop .formbottom p, #pop .formbottom2 p
{
	padding:0;
	margin:0;
	line-height:14px;
}
#pop p a
{
	color:#009ff1 !important;
}
#pop .formbottom .bottombt, #pop .formbottom2 .bottombt, #projekte .filters a
{
	color:#fff !important;
	font-size:9px !important;
	line-height:14px !important;
	font-weight:bold;
	display:inline-block;
	background:url("/cms/front/pix/bg_register_bt.gif") repeat-x;
	border:1px solid #fc4c31;
	margin:8px 0 5px 0;
	padding:4px 8px 2px 8px !important;
}
#pop .formbottom .bottombt2, #pop .formbottom2 .bottombt2
{
	background:url("/cms/front/pix/bg_register_bt2.gif") repeat-x;
	border:1px solid #47a9e6;
}

#projekte .filters a
{
	margin-right:12px;
}
#projekte .filters a.on
{
	background:url("/cms/front/pix/bg_register_bt2.gif") repeat-x;
	border:1px solid #47a9e6;
}


#pop .formbottom2 .bottombt
{
	cursor:pointer;
	float:right;
	margin-left:20px;
	padding-right:70px;
}

#pop .formbottom2 .aenderungspeichern
{
	width:151px;
	height:19px;
	background:url("/cms/front/pix/btnew_aenderungspeichern_off.gif") no-repeat;		
}
#pop .formbottom2 .aenderungspeichern_on
{
	width:151px;
	height:19px;
	background:url("/cms/front/pix/btnew_aenderungspeichern.gif") no-repeat;		
}

#pop .formbottom p.special_footnote
{
	position:relative;
	top:-5px;
}




#pop .close
{
	position:absolute;
	right:26px;
	top:18px;
	cursor:pointer;
	
}




#container
{
	position:relative;
	width:1041px;
	height:100%;
	margin:0 auto;
	background:#aaadb0 url("../pix/bg_content.gif") center top repeat-y;		
	z-index:2;
	
}
.container_pad
{
	position:relative;
	width:941px;
	
	margin:0 auto;
	
	
}


.button_ok
{
	display:inline;
	cursor:pointer;
	color:#fff;
	padding:2px 7px 2px 7px;
	background-color:#a4b1b7;
	font-family:Georgia,trebuchet,arial,sans;
	font-size:11px;
	line-height:20px;
	text-decoration:none;
}
.button_ok_hover
{
	background-color:#f90005;
	text-decoration:none;
}



#copyright
{
	
	width:100%;
	text-align:right;
	
	padding:0;
	
}
#copyright p
{
	margin:9px 53px 20px 0;
	
	font-size:12px;
	line-height:12px;
	
}


#header
{
	position:relative;
	top:0;
	left:0;
}

#main1
{
	
	margin:19px 0 0 0; 
	padding:0;
	background:url("/cms/front/pix/bg_main.gif") repeat-y;		

}
#main2
{
	margin:0; padding:0;
	

}
#metanavi
{
	
	width:45px;
	height:554px;
	position:absolute;
	top:150px;
	left:-45px;
	background:url("/cms/front/pix/bg_metanavi.gif") no-repeat;		
}
#metanavi .pad
{
	padding:21px 0 0 16px;
	
}


.navbt, .navbt_on, .navdivid
{
	position:relative;
	display:inline;
}

#navi
{
	float:left;
	background:#e2001a;
	width:209px;
	margin:0; padding:0;

}
#navi .pad
{
	padding:39px 0 0 24px;
	
}
#navi ul
{
	padding:0;
	margin:0;
}
#navi ul ul
{
	padding:0;
	margin:6px 0 12px 0;
}
#navi li
{
	padding:0;
	margin:0;
}
#navi li li
{
	padding:0 0 0 36px;
	margin:0;
}
#navi a
{
	
	display:block;
	font-size:12px;
	line-height:24px;
	color:#000;
}
#navi a:hover
{
	text-decoration:underline;
}
#navi li.on a
{
	font-weight:bold;
	color:#fff;
}
#navi li.on li a
{
	font-weight:normal;
	color:#fff;
}
#navi li li.on
{
	background:url("/cms/front/pix/bg_navi_on.gif") no-repeat 17px 5px;		
}
#navi li li.on a
{
	font-weight:bold;
}
#navi li.open
{
	padding:8px 0 0 0;
}
#navi li.open a
{	
	color:#fff;
	font-size:14px;
}
#navi li li a
{
	font-size:14px;
	color:#fff;
}

#content
{
	margin:0 227px;

	

}


#content .pad
{
	width:480px;
	background:url("/cms/front/pix/bg_middle.gif") repeat-x;
}
#content .pad2
{
	padding:0 45px 0 0;
}
#content .item
{
	width:100%;
	padding:35px 10px 30px 20px;
}




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

#margin .box
{
	
	width:203px;
	background:#eae9eb url("/cms/front/pix/bg_margin.gif") repeat-x;
	margin:0 0 7px 0;
	overflow:hidden;
}
#bookmarks
{
	margin:0 !important;
}
#margin p
{
	padding:0 0 7px 0;
	margin:0;
	color:#747576;
	font-size:12px;
	line-height:12px;
}
#margin .bt
{
	color:#fff;
	font-size:9px;
	line-height:9px;
	display:inline-block;
	background:#9e9fa1 url("/cms/front/pix/bg_margin_bt.gif") repeat-x;
	padding:3px 11px 3px 11px;
	margin:0;
	border:1px solid #969799;
}
#margin .bt_login
{
	margin:0 0 0 124px;
}
#margin .bt:hover
{
	
}
#margin .bt2s
{

	margin:10px 0 5px 0;
}
#margin a
{
	color:#747576;
	font-size:10px;
}
#margin .bt2
{
	color:#747576;
	line-height:10px;
	display:inline-block;
	background:url("/cms/front/pix/bg_margin_bt2.gif") no-repeat 0 -1px;
	padding:2px 0 5px 18px;
	margin:0;
}
#margin .divid
{
	display:inline-block;
	padding:0 9px 0 9px;
	position:relative;
	top:3px;
	font-size:17px;
}
#margin .btdiv
{
	display:inline-block;
	position:relative;
	top:5px;
	left:4px;
	cursor:pointer;
}
#margin .box_small
{
	
	background:#eae9eb url("/cms/front/pix/bg_margin_small.gif") repeat-x;
}
#margin .box .pad_small
{
	
	padding:10px 0 0 10px;
}
#margin .box .pad_large
{
	
	padding:4px 0 4px 4px;
}
#suche .pad_large
{
	
	padding:1px 0 4px 4px !important;
}






/* ----------------------------------FORMS */
form td
{
	
}
form td.pad_right
{
	padding-right:20px;
}
form div.pad_top
{
	padding-top:20px;
}
.form_intro
{
	margin:0 auto;
	width:250px;
}
.form_table
{
	position:relative;
}
.form_tr
{
	position:relative;
}
.form_td
{
	position:relative;
}


/* ----------------------------------SCROLLPANE */

#mainpane {
	height: 410px;
}

/* ----------------------------------INDIVIDUAL */
p.jwlogo
{
	font-size:9px;
	line-height:12px;
	text-align:center;
}
p.jwlogo img
{
	padding:12px 0 0 0;
}




/* ----------------------------------JURY */

.jury
{
	padding:50px 15px;
}
.jury div
{
	display:inline-block;
	
	
	margin:0 40px 50px 0;
}
.jury div div
{
	display:block;
	margin:0;
	
}
.jury div div div
{
	position:relative;
	display:inline-block;
	margin:0 3px 0 0;
	
}
.jury a
{
	
	
	
}
.jury .caption
{
	margin:0 3px 0 1px;
	
	
}
.jury h1
{
	
	margin:0 0 40px 0;
	
}
.jury .number
{
	display:inline-block;
	position:absolute;
	bottom:0;
	left:0;
	background:#d00;
	color:#fff;
	padding:1px 3px 0 3px;
}
.jury .open
{
	display:inline-block;
	position:absolute;
	top:-15px;
	left:0;
	background:#aaa;
	color:#fff;
	padding:1px 3px 0 3px;
}

.jury .student
{
	
	background:#02a;
	
}
#content .img_right { position:relative;
	float:right;
	margin:3px 0 12px 12px; }
#content .img_left { position:relative;
	float:left;
	margin:3px 12px 12px 0; }
#content .img_center { position:relative;
	display:block;
	margin:12px auto 12px auto; }
#content a { 
	font-size:12px;
	line-height:18px;
	color:#e2001a !important;
	text-decoration:none !important; }
#content a:hover { 
	text-decoration:underline; }
#content p, ul, ol { font-family:'Helvetica',Helvetica,arial,sans;
	font-size:12px;
	line-height:18px;
	color:#000;
	margin:0;
	}
#content ul { list-style:none !important;
	margin:0;
	padding:0; }
#content ul li { 
	padding:0 0 0 18px;
	background:url("../pix/bull_li.gif") no-repeat top left !important; }
#content h1 { display:block;
	font-family:'Helvetica',Helvetica,arial,sans;
	font-size:16px;
	line-height:22px;
	color:#d30016;
	font-weight:bold;
	padding:0;
	margin:0;
	 }
#content h2 { display:block;
	font-family:'Helvetica',Helvetica,arial,sans;
	font-size:13px;
	line-height:18px;
	color:#000;
	font-weight:bold;
	padding:0;
	margin:0;
	 }
#content h3 { display:block;
	font-family:'Helvetica',Helvetica,arial,sans;
	font-size:12px;
	line-height:18px;
	color:#000;
	font-weight:bold;
	padding:0;
	margin:0;
	 }
#content .text_highlight { 
	color:#e2001a !important;
	 }
#content a.link_pdf_list { display:inline;
	color:#e2001a !important;
	line-height:21px;
	padding:2px 0 2px 21px;
	background:url("/cms/front/pix/bull_pdf_large.gif") no-repeat top left; }
#content a.link_pdf_list:hover { text-decoration:underline !important; }
#content a.link_default_list { display:inline;
	color:#e2001a !important;
	line-height:21px;
	padding:2px 0 2px 21px;
	background:url("/cms/front/pix/bull_default_large.gif") no-repeat top left; }
#content a.link_default_list:hover { text-decoration:underline !important; }
#content a.link_web_list { display:inline;
	color:#e2001a !important;
	line-height:21px;
	padding:2px 0 2px 21px;
	background:url("/cms/front/pix/bull_ff_large.gif") no-repeat top left; }
#content a.link_web_list:hover { text-decoration:underline !important; }
#content table.form_table { width:338px;
border:none;}
#content table.form_table td { padding:0 0 10px 0; 
border:none;}
#content table.table_polaroid { width:186px;
	float:right;
	border-spacing:0;
	border:0;
	overflow:hidden;
	margin:0 -3px 60px 20px;
	 }
#content table.table_polaroid td { vertical-align:top;
	height:177px;
	padding:13px 0 0 17px;
	margin:0;
	
	background:url("../pix/bg_polaroid.gif") no-repeat top left;
	 }
#content table.table_polaroid td p { 
	padding:0;
	font-family:arial !important;
	width:153px;
	font-size:10px;
	line-height:12px;
	color:#000;
	 }
#content table.table_polaroid td a { 
	font-family:arial !important;
	font-size:10px;
	line-height:12px;
	display:block;
	margin:0 0 5px 0;
	border-bottom:1px solid #d3d3d3;
	 }
#content table.table_polaroid img {  }
#content table.table_specs {
	width:100%;
	border-left:1px dotted #d0d0d0;
	border-top:1px dotted #d0d0d0;
}
#content table.table_specs td {
	padding:1px 5px 3px 5px;
	border-right:1px dotted #d0d0d0;
	border-bottom:1px dotted #d0d0d0;
}
#content table.table_specs td.hd {
	background-color:#fff0da;
}
#content input { position:relative;
	top:1px;
	font-family:verdana,helvetica,arial,sans,sans;
	font-size:11px;
	line-height:11px;
	padding:3px 0 0 3px !important;
	margin:0 10px 0 0;
	color:#000;
	border:1px solid #555;
	height:15px !important;
	background-color:#ffffff; }
#content textarea { height:100px; }
#content .form_text_standard { width:158px !important; }
#content .form_textarea_standard { width:336px !important;
	height:152px !important; }








