/* grundlegende Seiteneinstellungen */
HTML {
	width: 100%;
	height: 100%;
	margin: auto;
}
body {
	width: 100%;
	height: 100%;
	margin: auto;
	font:100% Arial, Helvetica, Verdana, sans-serif;
	color: #000;
	background: #bdff8d url(images/screendesign/bg_site.jpg) repeat-x scroll top;
	font-size:12px;
}


a:link, a:visited {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	text-indent: 20px;
	text-align: left;
	line-height: 16px;
	color: #225B38;

}
a:hover {
	color: Red;
}



h1,h2,h3 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
}
form {
	margin: 0;
	padding: 0;
	display: inline;
}
form#suchform {
	height: 80px;
	vertical-align: 12px;
}
#suchform input.text {
	width: 350px;
	height: 26px;
	line-height: 26px;
	padding-left: 10px;
	vertical-align: text-bottom;
	font-size: 18px;
	color: #339933;
	border: 2px solid #339933;
	background-color: #f0fde6;
}
#suchform input.button {
	background: transparent url(images/screendesign/btn_suche.gif) no-repeat top;
	width: 114px;
	height: 32px;
	border: none;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding-right: 5px;
	padding-bottom: 2px;
	vertical-align: text-bottom;
}
#suchform input.button:hover {
	color: Yellow;
	cursor: pointer;
}

#suchform2 input.text {
	width: 550px;
	height: 26px;
	line-height: 26px;
	padding-left: 10px;
	vertical-align: text-bottom;
	font-size: 18px;
	color: #339933;
	border: 2px solid #339933;
	background-color: #f0fde6;
}
#suchform2 input.button {
	background: transparent url(images/screendesign/btn_suche.gif) no-repeat top;
	width: 114px;
	height: 32px;
	border: none;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding-right: 5px;
	padding-bottom: 2px;
	vertical-align: text-bottom;
}
#suchform2 input.button:hover {
	color: Yellow;
	cursor: pointer;
}
#layout {
	width: 986px;
	margin: auto;
}

#header {
	height: 80px;
	clear: both;
}
#topnavi {
	height: 40px;
	line-height: 40px;
	border: 0px dotted Red;
}

#topnavi a {
	color: #9fe86b;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 20px 10px 20px;
}
#topnavi a.aktiv, #topnavi a:hover {
	color: #fff;
	background-color: #225b38;
}

#content {
	width: 730px;
	float: left;
	font-size:13px;
	color:#333333;

}

#rightside {
	width: 224px;
	padding-left: 28px;
	float: right;
}
#teaser {
	width: 730px;
	height: 235px;
	border-bottom: 3px solid #DCDCDC;
}

#top-events {
	margin-top: 20px;
}

a:link.my, a:visited.my {
	display: block;
	text-decoration: underline;
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	text-indent: 30px;
	color: #225B38;
	background: url(images/screendesign/3pfeile_dunkel.png) no-repeat scroll left;
}
a:hover.my {
	color: #fff;
	background: #225b38 url(images/screendesign/3pfeile_weiss.png) no-repeat scroll left;
}
a:link.reg, a:visited.reg {
	display: block;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 26px;
	width: 203px;
	height: 26px;
	color: White;
	background: url(images/screendesign/btn_green_arrow.png) no-repeat scroll center;
}
a:hover.reg {
	color: Yellow;
}
a:link.radar, a:visited.radar {
	display: block;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	text-indent: 20px;
	text-align: left;
	line-height: 16px;
	color: #225B38;
	background: url(images/screendesign/1pfeil_green.png) no-repeat scroll left;
	margin-left: 10px;
}
a:hover.radar {
	color: Red;
}
div.radar img {
	border: 3px solid #225B38;
}



a:link.charts, a:visited.charts {
	display: block;
	width:200px;
	margin-bottom:5px;
}
a:hover.charts {
	color: Red;
}
a:link.charts img {
}
div.sicher {
	background: White;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 2px solid #A9A9A9;
}
div.poster {
	float:left;
	width: 160px;
	margin:5px;
}
div.poster img {
	border: 3px solid #225B38;
	
}
div.kaufen {
	background: transparent url(images/screendesign/bg_btn_selling.png) no-repeat scroll center;
	height: 17px;
	width: 125px;
	position: relative;
	top: -12px;
	
}
div.kaufen a:link, div.kaufen a:visited {
	color: #fff;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	text-decoration: none;
}
div.kaufen a:hover {
	color: Yellow;
	text-decoration: underline;
}


div.titel a:link, div.titel a:visited {
	font-size: 13px;
	font-weight: bold;
	color: #225B38;
	text-decoration: underline;
}
div.titel a:hover {
	color: Red;
}
div.datum a:link, div.datum a:visited {
	font-size: 11px;
	font-weight: bold;
	color: #225B38;
	text-decoration: none;
}
div.datum a:hover {
	color: Red;
}

div.entry {
	width: 340px;
	min-height: 60px;
	text-align: left;
	display: table-cell;
	padding: 0.5em 0.5em 0.5em 0.5em;
	border-bottom: 1px solid #A9A9A9;
}
div.entry img {
	margin-right: 10px;
}
div.entrytitel a:link, div.entrytitel a:visited {
	font-size: 13px;
	font-weight: bold;
	color: #225B38;
	text-decoration: underline;
}
div.entrytitel a:hover {
	color: Red;
}
div.entrydatum a:link, div.entrydatum a:visited {
	font-size: 11px;
	font-weight: bold;
	color: #225B38;
	text-decoration: none;
}
div.entrydatum a:hover {
	color: Red;
}
div.entrybutton {
	float: right;
}
div.entrybutton a:link, div.entrybutton a:visited {
	font-size: 11px;
	font-weight: bold;
	color: White;
	display: block;
	text-decoration: none;
	text-indent: 8px;
	background: transparent url(images/screendesign/entrybutton.png) no-repeat scroll right;
	width: 75px;
	height: 17px;
	line-height: 16px;
}
div.entrybutton a:hover {
	color: Yellow;
}
div#suchwolke {
	color: #225B38;
	margin-top: 60px;
	text-align: center;
}
div#empfehlung {
	color: #225B38;
	font-weight: bold;
	font-size: 11px;
}
div#empfehlung a:link, div#empfehlung a:visited {
	color: #225B38;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}
div#empfehlung a:hover {
	text-decoration: underline;
}

#footer {
	background: transparent url(images/screendesign/bg_footer.jpg) repeat-x scroll left;
	height: 236px;
	line-height:18px; 
}

#footer div {padding:10px 0 7px 0;margin:0 auto;width:986px;text-align:left;overflow:hidden;}
#footer div div {float:left;width:145px;padding:8px 0 0 0;}
#footer div div h5 {color:#74bd83;letter-spacing:1px;margin:0 0 2px 0;font-weight:bold;}
#footer div div ul {margin:0 0 20px 0; padding: 0;  list-style: none }
#footer div div ul li a {color:#E5E9ED;text-decoration:none;font-size: 12px;}
#footer div div ul li a:hover {text-decoration:underline;}

#footer div div.hotline {background:#c7e5cd;margin:0 40px 0 0;width:182px;padding:9px 7px 17px 18px;}
	html>body #footer div div.hotline {width:167px;}
#footer div div.hotline h5 {color:#225B38;}
#footer div div.hotline p {color:#225B38;margin:0 0 5px 0;font-size:13px;font-weight:bold;}
#footer div div.hotline p.small {font-size:10px;line-height:13px;font-weight:normal;}
#footer div div.hotline table {overflow: hidden;width:130px;color:#225B38;font-size:10px;line-height:13px;}
#footer div div.hotline td {text-transform:uppercase;}


#catPackage
{
float:left; padding-right:30px;
}

/* ######## */

#categoryrow
{

}

#categorydescriptionrow
{
}

h1
{
	font-size:18px;
	font-weight:bold;
	color:#225B38;
	margin-bottom:2px;
	margin-top:0px;
}

#categorydescriptionrow_label
{
	font-size:18px;
	font-weight:bold;
	color:#225B38;
	margin-bottom:2px;
}

#categorydescriptionrow_image_description_box
{
	display:inline-block;
	width:730px;
}

#categorydescriptionrow_image_description_box_image
{
	float:left;
	width:200px;
}

#categorydescriptionrow_image_description_box_description
{
	float:right;
	width:510px;
	padding-left:20px;
	text-align:justify;
}

#middleContentBox
{
	border:1px solid #FF0000;
	display:inline-block;
	width:1000px;
	height:200px;
}

#eventBoxHeader_row
{
	width:720px;
	float:none;
	overflow:hidden;
	height:auto;
	padding:5px;
	background-color:#FFFFFF;
}

#eventBoxHeader_row_date
{
	float:left;
	width:120px;
	color:#FFFFFF;
	font-weight:bold;
}

#eventBoxHeader_row_event
{
	float:left;
	width:260px;
	color:#FFFFFF;
	font-weight:bold;

}

#eventBoxHeader_row_place
{
	color:#FFFFFF;
	font-weight:bold;

}
	
	

#eventBox
{
	width:720px;
	float:none;
	overflow:hidden;
	height:auto;
	min-height:50px;
	padding:5px;
	background-color:#FFFFFF;
	border-top:1px solid #cccccc;
	border-left:1px solid #b8d5b6;
	border-right:1px solid #b8d5b6;
}


#eventBoxHeader
{
	width:720px;
	float:none;
	overflow:hidden;
	height:auto;
	min-height:15px;
	padding:5px;
	background-color:#d5d6d5;
	border-left:1px solid #b8d5b6;
	border-right:1px solid #b8d5b6;
}
#eventBoxHeader_1
{
	width:215px;float:left;color:#5b5b5b;font-size:13px;font-weight:bold;padding-left:10px;
}
#eventBoxHeader_2
{
	width:110px;
	float:left;
	color:#5b5b5b;
	font-size:13px;
	font-weight:bold;
}
#eventBoxHeader_3
{
	width:180px;
	float:left;
	color:#5b5b5b;
	font-size:13px;
	font-weight:bold;
}
#eventBoxHeader_4
{
	width:85px;
	float:left;
	color:#5b5b5b;
	font-size:13px;
	font-weight:bold;
	text-align:right;

}
#eventBoxHeader_5
{
	float:left;
	color:#5b5b5b;
	font-size:13px;
	font-weight:bold;

}

#eventBox_1
{
	width:215px;
	float:left;
	color:#4f4f4f;
	padding-left:10px;
}
#eventBox_2
{
	width:110px;
	float:left;
	color:#4f4f4f;

}
#eventBox_3
{
	width:180px;
	float:left;
	color:#4f4f4f;

}
#eventBox_4
{
	width:85px;
	float:left;
	color:#4f4f4f;
	text-align:right;

}
#eventBox_5
{
	float:right;
	color:#4f4f4f;
}

.button_sell_buy
{
	background-image:url(images/screendesign/bg_button_sellbuy.png);
	width:80px;
	height:17px;
	line-height:17px;
	text-align:center;
}

.button_sell_buy a
{
	text-align:center;
	color:#FFFFFF;
}
.button_sell_buy a:hover
{
	text-align:center;
	color:#FFFF00;
}


.new_button_buy
{
	width:92px;
	height:26px;
	background-image:url(images/screendesign/newBtn_buy.png);
	text-align: center;
}
.new_button_buy:hover
{
	width:92px;
	height:26px;
	background-image:url(images/screendesign/newBtn_hover.png);
	text-align: center;
}

a.new_button_buy_link
{
	display:block;
	text-align: center;
	line-height:26px;
	text-decoration: none;
	font-size: 12px;
	text-indent:0px;
	color:#FFFFFF;
	padding:0px;
	margin:0px;
}



.new_button_sell
{
	width:92px;
	height:26px;
	background-image:url(images/screendesign/newBtn_sell.png);
	text-align: center;
}
.new_button_sell:hover
{
	width:92px;
	height:26px;
	background-image:url(images/screendesign/newBtn_hover.png);
	text-align: center;
}

a.new_button_sell_link
{
	display:block;
	text-align: center;
	line-height:26px;
	text-decoration: none;
	font-size: 12px;
	text-indent:0px;
	color:#FFFFFF;
	padding:0px;
	margin:0px;
}




.eventBox_headerRow_Head
{	
	background-image:url(images/screendesign/header_row_head.png);
	width:732px;
	height:5px;

}



#eventBox_date
{
	float:left;
	width:120px;
}


#eventBox_event
{
	float:left;
	width:260px;
}

#eventBox_place
{
	float:left;
	width:220px;
}

#eventBox_price
{
	float:left;
	text-align:right;
	width:120px;
}

#eventdescriptionbox
{
	display:inline-block;
	width:720px;
	padding:5px;
	border:2px solid #009933;
}

#eventdescriptionbox_row
{
	display:inline-block;
	width:730px;
}

#eventdescriptionbox_description
{
	float:left;
	width:200px;

	font-weight:bold;
	color:#000000;


}

#eventdescriptionbox_value
{
	float:right;
	width:510px;
	padding-left:20px;
	vertical-align:middle;
	padding:2px;
}


#ticketrow
{
	width:720px;
	float:none;
	overflow:hidden;
	height:auto;
	padding:5px;
	background-color:#efefef;
	border:1px solid #225B38;
}
#ticketrow_description
{
	float:left;
	width:200px;
}
#ticketrow_description_label
{
	width:inherit;
	text-align:inherit;
	font-weight:bold;
	color:#000000;
}
#ticketrow_description_value
{
	width:inherit;
	text-align:inherit;

}

#ticketrow_price
{
	float:left;
	text-align:right;
	width:180px;
}
#ticketrow_price_label
{
	width:inherit;
	text-align:inherit;
	font-weight:bold;
	color:#000000;
}
#ticketrow_price_value
{
	width:inherit;
	text-align:inherit;
}



#ticketrow_quantity
{
	float:left;
	width:250px;
	text-align:center;
}
#ticketrow_quantity_label
{
	float:left;
	width:inherit;
	text-align:inherit;
	font-weight:bold;
	color:#000000;

}
#ticketrow_quantity_value
{
	width:inherit;
	text-align:inherit;
}


#ticketrow_action
{
	width:80px;
	text-align:right;
	float:right;
}

#maincategories_box
{
	width:720px;
	height:auto;
}

#maincategories_activescat
{
	width:400px;
	float:left;
}

#maincategories_activescat_topic
{
	font-size:18px;
	font-weight:bold;
	color:#225B38;
	line-height:40px;

}

#maincategories_othercats
{
	width:320px;
	float:left;
}


#maincategories_othercats_topic
{
	font-size:18px;
	font-weight:bold;
	color:#225B38;
	line-height:40px;

}
#maincategories_othercats_box
{
	height:auto;
	display:inline-block;
	width:300px;
	border-top:1px solid #225B38;
}

#maincategories_othercats_image
{
	width:120px;
	float:left;
}
#maincategories_othercats_description
{
	width:170px;
	float:right;
	padding:5px;
}

#cartBoxTopic
{
	font-size:18px;
	font-weight:bold;
	color:#225B38;
	line-height:40px;
}

#cartBox
{
	width:720px;
	height:auto;
}

#cartBox_headerrow
{
	width:720px;
	float:none;
	overflow:hidden;
	height:auto;
	padding:5px;
	background-color:#225B38;
	border:1px solid #225B38;
}

#cartBox_headerrow_action
{
	float:left;
	width:120px;
	color:#FFFFFF;
	font-weight:bold;
}
#cartBox_headerrow_quantity
{
	float:left;
	width:120px;
	color:#FFFFFF;
	font-weight:bold;
}
#cartBox_headerrow_description
{
	float:left;
	width:360px;
	color:#FFFFFF;
	font-weight:bold;
}
#cartBox_headerrow_sum
{
	float:right;
	text-align:right;
	width:120px;
	color:#FFFFFF;
	font-weight:bold;
}

#cartBox_valuerow
{
	width:720px;
	float:none;
	overflow:hidden;
	height:auto;
	padding:5px;
	background-color:#efefef;
	border-left:1px solid #225B38;
	border-right:1px solid #225B38;
	border-bottom:1px solid #225B38;
}

#cartBox_valuerow_action
{
	float:left;
	width:120px;
}
#cartBox_valuerow_quantity
{
	float:left;
	width:120px;
}
#cartBox_valuerow_description
{
	float:left;
	width:360px;
}
#cartBox_valuerow_sum
{
	float:right;
	text-align:right;
	width:120px;

}

#cartBox_notitemrow
{
	width:720px;
	float:none;
	overflow:hidden;
	height:auto;
	padding:5px;
	background-color:#efefef;
	border-left:1px solid #225B38;
	border-right:1px solid #225B38;
	border-bottom:1px solid #225B38;
	text-align:right;
	font-weight:bold;
}


#cartBox_footerRow
{
	width:720px;
	float:none;
	overflow:hidden;
	height:auto;
	padding:5px;
	background-color:#efefef;
	border-left:1px solid #225B38;
	border-right:1px solid #225B38;
	border-bottom:1px solid #225B38;
	text-align:right;
	font-weight:bold;

}

#cartBox_errorLine
{
 	color:#990000;
}

#deliveryAddress_headerrow
{
	width:720px;
	float:none;
	overflow:hidden;
	height:auto;
	padding:5px;
	background-color:#225B38;
	border:1px solid #225B38;
	color:#FFFFFF;
	font-weight:bold;
}

#deliveryAddress_headerrow_topic
{
	float:left;
}
#deliveryAddress_headerrow_action
{
	float:right;
	text-align:right;
}
#deliveryAddress_headerrow_action a
{
	float:right;
	text-align:right;
	color: #FFFFFF;
}
#deliveryAddress_headerrow_action a:hover
{
	float:right;
	text-align:right;
	color: #FFFF00;
}



#deliveryAddress_contentrow
{
	width:720px;
	float:none;
	overflow:hidden;
	height:auto;
	padding:5px;
	border:1px solid #225B38;
	background-color:#efefef;
}

#billingAddress_headerrow
{
	width:720px;
	float:none;
	overflow:hidden;
	height:auto;
	padding:5px;
	background-color:#225B38;
	border:1px solid #225B38;
	color:#FFFFFF;
	font-weight:bold;
}
#billingAddress_headerrow_topic
{
	float:left;
}
#billingAddress_headerrow_action
{
	float:right;
	text-align:right;
}
#billingAddress_headerrow_action a
{
	float:right;
	text-align:right;
	color: #FFFFFF;
}
#billingAddress_headerrow_action a:hover
{
	float:right;
	text-align:right;
	color: #FFFF00;
}


#billingAddress_contentrow
{
	width:720px;
	float:none;
	overflow:hidden;
	height:auto;
	padding:5px;
	border:1px solid #225B38;
	background-color:#efefef;
}


#shippingOption_headerrow
{
	width:720px;
	float:none;
	overflow:hidden;
	height:auto;
	padding:5px;
	background-color:#225B38;
	border:1px solid #225B38;
	color:#FFFFFF;
	font-weight:bold;

}

#shippingOption_contentrow
{
	width:720px;
	float:none;
	overflow:hidden;
	height:auto;
	padding:5px;
	border:1px solid #225B38;
	background-color:#efefef;

}

#shippingOption_background
{
	width:720px;
	float:none;
	overflow:hidden;
	height:auto;
}

#shippingOption_contentrow_description
{
	float:left;
	width:400px;
}

#shippingOption_contentrow_value
{
	float:left;
	width:280px;
	text-align:right;
}

#shippingOption_contentrow_action
{
	float:right;
	width:30px;
	text-align:left;
}



#paymentOption_headerrow
{
	width:720px;
	float:none;
	overflow:hidden;
	height:auto;
	padding:5px;
	background-color:#225B38;
	border:1px solid #225B38;
	color:#FFFFFF;
	font-weight:bold;

}

#paymentOption_contentrow
{
	width:720px;
	float:none;
	overflow:hidden;
	height:auto;
	padding:5px;
	border:1px solid #225B38;
	background-color:#efefef;

}

#paymentOption_background
{
	width:720px;
	float:none;
	overflow:hidden;
	height:auto;
}

#paymentOption_contentrow_description
{
	float:left;
	width:400px;
}

#paymentOption_contentrow_value
{
	float:left;
	width:280px;
	text-align:right;
}

#paymentOption_contentrow_action
{
	float:right;
	width:30px;
	text-align:left;
}

#noteField_headerrow
{
	width:720px;
	float:none;
	overflow:hidden;
	height:auto;
	padding:5px;
	background-color:#225B38;
	border:1px solid #225B38;
	color:#FFFFFF;
	font-weight:bold;
}

#noteField_contentrow
{
	width:720px;
	float:none;
	overflow:hidden;
	height:auto;
	padding:5px;
	border:1px solid #225B38;
	background-color:#efefef;
}
#noteField_textbox
{
	width:715px;
	height:80px;
}

#searchresult_topic
{
	font-size:18px;
	font-weight:bold;
	color:#225B38;
	line-height:40px;

}
#searchresult_nomore
{
	font-size:14px;
	font-weight:bold;
	color:#225B38;
}


#summary_headerrow 
{
	width:720px;
	float:none;
	overflow:hidden;
	height:auto;
	padding:5px;
	background-color:#225B38;
	border:1px solid #225B38;
	color:#FFFFFF;
	font-weight:bold;
}
#summary_contentrow 
{
	width:720px;
	float:none;
	overflow:hidden;
	height:auto;
	padding:5px;
	border:1px solid #225B38;
	background-color:#efefef;

}
#summary_itemrow 
{
	width:720px;
	float:none;
	overflow:hidden;
	height:auto;
}
#summary_itemrow_description 
{
	float:left;
}
#summary_itemrow_value 
{
	float:right;
}
#summary_paymentrow_subtotal 
{
	width:720px;
	float:none;
	overflow:hidden;
	height:auto;
}
#summary_paymentrow_subtotal_description 
{
	float:left;
	width:600px;
	text-align:right;
}
#summary_paymentrow_subtotal_value 
{
	float:right;
}
#summary_paymentrow_shipping 
{
	width:720px;
	float:none;
	overflow:hidden;
	height:auto;
}
#summary_paymentrow_shipping_description 
{
	float:left;
	width:600px;
	text-align:right;
}
#summary_paymentrow_shipping_value 
{
	float:right;
}
#summary_paymentrow_discount 
{
	width:720px;
	float:none;
	overflow:hidden;
	height:auto;
}
#summary_paymentrow_discount_description 
{
	float:left;
	width:600px;
	text-align:right;
}
#summary_paymentrow_discount_value 
{
	float:right;
}
#summary_paymentrow_total 
{
	width:720px;
	float:none;
	overflow:hidden;
	height:auto;
}
#summary_paymentrow_total_description 
{
	float:left;
	width:600px;
	text-align:right;
}
#summary_paymentrow_total_value 
{
	float:right;
}
 
 
#agb_headerrow
{
	width:720px;
	float:none;
	overflow:hidden;
	height:auto;
	padding:5px;
	background-color:#225B38;
	border:1px solid #225B38;
	color:#FFFFFF;
	font-weight:bold;

}
#agb_contentrow
{
	width:720px;
	float:none;
	overflow:hidden;
	height:auto;
	padding:5px;
	border:1px solid #225B38;
	background-color:#efefef;

}
#agb_contentrow_checkbox
{
	float:left;
	width:30px;
	text-align:left;
}
#agb_contentrow_text
{
	float:left;
	width:480px;
	text-align:left;
}
#agb_contentrow_action
{
	float:right;
	width:204px;
	text-align:right;
}

#orderErrorLine
{
	font-weight:bold;
	color:#FF0000;
}

#changeAddress_headerrow
{
	width:720px;
	float:none;
	overflow:hidden;
	height:auto;
	padding:5px;
	background-color:#225B38;
	border:1px solid #225B38;
	color:#FFFFFF;
	font-weight:bold;

}

#changeAddress_contentrow
{
	width:720px;
	float:none;
	overflow:hidden;
	height:auto;
	padding:5px;
	border:1px solid #225B38;
	background-color:#efefef;
}

#changeAddressTable
{
	width:720px;
}

#changeAddressTable_label
{
	width:150px;
	padding:5px;
}
#changeAddressTable_value
{
	padding:5px;
}

#changeAddressTable_value select
{
	width:300px;
}

#changeAddressTable_value input[type="text"]
{
	width:300px;
}



#BigTopic
{
	width:720px;
	float:none;
	overflow:hidden;
	height:auto;
	padding:5px;
	background-color:#225B38;
	border:1px solid #225B38;
	color:#FFFFFF;
	font-weight:bold;
}
#static_content
{
	width:720px;
	float:none;
	overflow:hidden;
	height:auto;
	padding:5px;
	border:1px solid #225B38;
	background-color:#efefef;

}


#changeAddressTable
{
	width:720px;
}

.DBFH_Label_TD
{
	width:150px;
	padding:5px;
}
.DBFH_Field_TD
{
	padding:5px;
}

.DBFH_Field_TD select
{
	width:300px;
}

.DBFH_Field_TD input[type="text"]
{
	width:300px;
}
.DBFH_OV_Content_Table
{
	width:720px;
}



.cartRow
{
	width:730px;
	display:inline-block;
	border-left:1px solid #b8d5b6;
	border-right:1px solid #b8d5b6;
	
}

.cartRow_Desc
{
	float:left;
	width:625px;
	text-align:right;
	font-weight:bold;

}

.cartRow_Value
{
	float:right;
	width:100px;
	text-align:right;
	padding-right:5px;
}
	


