@charset "utf-8";
/**
 * @author 	Németh István
 * @link	http://www.ngsoft.hu/
 */

body
{
	background: url('../img/hatter.png') no-repeat fixed;
}

*
{
	outline: none !important;
}

/* Typography */
/*
h1, h2, h3, h4, h5, h6
{
	font-family: 	Georgia,'Times New Roman', Times, serif;
	margin-left: 15px;
}
*/
/*
a
{
	border-bottom:	1px dotted #333;
	color:			#333;
	text-decoration:none;
}
*/
/*
a:hover
{
	border-bottom:	1px solid #333;
}
*/
/* Forms */
form label
{
	float:			left;
	min-width:		100%;
}
form ul, form ul li
{
	list-style-type:none;
	margin:			0px 0px 5px 0px;
	padding:		0px;
}
form input[type=text], form input[type=password], form textarea
{
	border:			1px solid #858585;
	padding:		3px 3px 3px 3px;
	width:			215px;
	border-radius:  3px;
}
form input[type=checkbox]
{
	margin-right:	5px;
}
form select
{
	border:			1px solid #858585;
	margin:			0px;
	padding:		5px 3px 5px 3px;
}
form button, form input[type=submit], form input[type=reset], form input[type=reset]
{
	border:			1px solid #858585;
	background:		#ededed;
	margin:			0px;
	min-width:		50px;
	padding:		5px 3px 5px 3px;
	cursor:			pointer;
	border-radius:  3px;
}
form button:hover, form input[type=text]:hover, form input[type=password]:hover, form input[type=submit]:hover, form input[type=reset]:hover, form select:hover, form textarea:hover
{
	border:			1px solid #555;
}
form button:hover, form input[type=submit]:hover, form input[type=reset]:hover
{
	background-color: #E40A1B;
    border: 1px solid #E40A1B;
    padding: 5px 3px;
	color: #FFFFFF;
}

/* Fieldsets */
fieldset
{
	border: 		1px solid #ccc;
	padding:		10px;
}
	fieldset legend
	{
		font-weight:	bold;
	}
	fieldset p:last-child
	{
		margin-bottom:	0px;
	}
/* Other stuff */
/*
pre
{
	white-space:	normal;
}
*/
.code
{
	background:		#333;
	color:			#99D16F;
	overflow:		auto;
	padding:		10px;
	white-space:	pre;
}
blockquote
{
	border-left:	3px solid #ccc;
	font-style:		italic;
	margin-bottom:	20px;
	padding-left:	10px;
}
.fancy_image
{
	border:			1px solid #ccc;
	float:			left;
	margin:			0px 15px 5px 0px;
	padding:		5px;
}
.gravatar
{
	border:			1px solid #ccc;
	float:			left;
	margin:			0px 10px 10px 0px;
	padding:		3px;
}
/* LAYOUT */
/* Container */
div#container
{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	display: block;
}

/* General margins */
/*
#header,.blog_article, .gallery
{
	margin-bottom:	40px;
}
*/
#header #site_info
{
	margin-bottom:	36px;
}
	#header #site_info h1
	{
		font-size:		32px;
		margin-bottom:	0px;
	}
	#header #site_info p
	{
		margin:			0px;
	}
#header #site_navigation ul
{
	border-top:	3px solid #333;
}
	#header #site_navigation ul li
	{
		float:			left;
		margin:			7px 15px 0px 0px;
		padding:		0px;
		list-style-type:none;
	}
		#header #site_navigation ul li a
		{
			border:			none;
			color:			#333;
			font-weight:	bold;
			padding:		5px 5px 0px 5px;
			text-align:		center;
		}
		#header #site_navigation ul li a:hover, #header #site_navigation ul #active a
		{
			border-top:		3px solid #333;
			text-decoration:none;
		}

/** Header **/

div#header
{
	width: 1000px;
	height: 40px;
	height: 30px;
	display: block;
	position: relative;
}
div#header_cart
{
	width: 535px;
	float: left;
	padding: 10px 5px 0 0;
	display: block;
	position: relative;
	text-align: right;
}

div#header_cart a
{
	color: #555558;
	text-decoration: none;
}

div#header_cart a:hover
{
	text-decoration: underline;
}

div#user-meta
{
	width: 800px;
	float: right;
	padding: 10px 5px 0 0;
	display: block;
	position: relative;
	text-align: right;
	color: #555558;
}

div#user-meta a,
form#login ul li a
{
	color: #555558;
	text-decoration: none;
}

div#user-meta a:hover,
form#login ul li a:hover,
p.author a:hover
{
	text-decoration: underline;
}

/* Sidebar */
#sidebar
{
	float: left;
	width: 360px;
	display: block;
	position: relative;
}
	#sidebar form input
	{
		width:			190px;
	}
	#sidebar .widget:first-child h3
	{
		margin-bottom:	18px;
	}
		#sidebar .widget .reset_pass
		{
			margin-left:10px;
		}
		
div.dimplex-wrap
{
	background: url('../img/digiheat_hatter.png') no-repeat;
	width: 360px;
	height: 592px;
	display: block;
	position: relative;
}

/**Content**/

a.back
{
	color: #E03B3B;
	text-decoration: none;
	text-indent: 15px;
	border: none;
	margin: 0;
	padding: 0;
	/*
display: block;
	position: relative;
*/
}
a.register_back,
a.login_back
{
	left: 0px;
	bottom: 0px;
	display: block;
	position: absolute;
}

a.auto_cont_res
{
	margin-left: 15px;
}

a.back:hover,
a.cont_cart:hover
{
	text-decoration: underline;
}

a.cont_cart
{
	color: #E03B3B;
	text-decoration: none;
	border: none;
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
}

div.clear
{
	clear: both;
	position: relative;
	display: block;
}

div#content
{
	float: left;
	width: 640px;
	display: block;
	position: relative;
}

div.popup
{
	width: 640px;
	display: block;
	position: relative;
}

div.page-top
{
	width: 640px;
	min-height: 50px;
	border-top: 1px solid #c2c2c2;
	border-left: 1px solid #c2c2c2;
	display: block;
	position: relative;
	/*
margin-bottom: 15px;
*/
}

div.error-box
{
	padding: 0 15px;
	color: red;
}

div.page-top h1

{
	margin-left: 15px;
	margin-bottom: 10px;
	background-color: #e40a1b;
	color: #fff;
	font-family: Lucida Grande,Lucida Sans Unicode,sans-serif;
	font-size: 24px;
	font-weight: bold;
	float: left;
	padding: 0 10px 0 10px;
}

div#content .default,
form#login ul
{
	float: left;
	width: 360px;
	padding: 0 60px 0 15px;
	display: block;
	position: relative;
	font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
	font-size: 11px;
	color: #555558;
	line-height: 18px;
}

div#content .default,
form#reset-pass ul
{
	width: 360px;
	padding: 0 60px 0 15px;
	display: block;
	position: relative;
	font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
	font-size: 11px;
	color: #555558;
	line-height: 18px;
}

div#content .default
{
	width: 360px;
	padding: 0 60px 0 15px;
	display: block;
	position: relative;
	font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
	font-size: 11px;
	color: #555558;
	line-height: 18px;
}

form#register ul
{
	font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
	font-size: 11px;
	color: #555558;
	line-height: 18px;
	display: block;
	position: relative;
}

form#register ul.reg_name
{
	width: 610px;
	padding: 0 15px 0 15px;
}

form#register ul li
{
	width: 286px;
	float: left;
	display: block;
	position: relative;
}

form#register ul.reg_date
{
	width: 610px;
	padding: 0 15px 0 15px;
}

form#register ul.reg_button_w
{
	width: 610px;
	padding: 0 15px 0 15px;
}

form#register ul.reg_button_w li
{
	width: 610px;
}

div#content .default.full-width
{
	width: 620px;
	padding-right: 0;
}

div#content div#edit_user_profile fieldset
{
	padding-left: 15px;
}

div#content div#edit_user_profile fieldset#user_names ul li,
div#content div#edit_user_profile fieldset#user_password ul li,
div#content div#edit_user_profile fieldset#company_contact ul li,
div#content div#edit_user_profile fieldset#user_contact ul li
{
	float: left;
	width: 225px;
	margin-right: 20px;
	display: block;
	position: relative;
}
div#content div#edit_user_profile fieldset#company_contact ul li.company_name
{
	width: 500px;
}

ul.user_activate,
ul.user_activated
{
	padding-left: 15px;
	padding-top: 15px;
	display: block;
	position: relative;
	font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
	font-size: 11px;
	color: #555558;
	line-height: 18px;
}

div.workflow_steps,
div.success-box
{
	margin-left: 15px;
}

div.s-box-activated
{
	margin-bottom: 15px;
}
/*
p.user_reg_step_info
{
	padding-left: 15px;
	font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
	font-size: 11px;
}*/


div#content .default h4
{
	float: left;
	font-size: 12px;
	color: #fff;
	background-color: #e40a1b;
	padding: 0 5px 0 5px;
	margin: 0;
}

div#content .default a
{
	text-decoration: none;
	color: #E40A1B;
}

div#content .default a:hover,
div.blog_post div.post_heading h2 a:hover,
p.post_category a:hover
{
	text-decoration: underline;
}

div#content .default ul
{
	list-style: disc;
	margin: 0 0 0 15px;
	font-size: 13px !important;
	color: #000;
	font-weight: normal;
}

div#content .default table#reszletes
{
	margin: 0;
}

div#content .default table#reszletes thead tr
{
	background-color: #E40A1B;
	color: #fff;
}

div#content .default table#reszletes tr td
{
	line-height: 15px;
	vertical-align: middle;
	border-bottom: 1px dotted #C2C2C2
}

div.chunk-image
{
	width: 201px;
	float: left;
	padding: 30px 0 0 0;
	display: block;
	position: relative;
}

div.chunk-img-termo
{
	width: 201px;
	float: left;
	padding: 30px 0 0 0;
	display: block;
	position: relative;
}

div.chunk-img-termo p,
div.chunk-image-table p
{
	margin: 0;
}

div.chunk-image-table p
{
	color: #AAAAB4;
    font-size: 10px;
}	
div.chunk-image-table
{
	width: 201px;
	float: right;
	display: block;
	position: relative;
}


div.chunk-pagination
{
	clear: both;
	width: 409px;
	height: 25px;
	position: relative;
	display: block;
	text-align: center;
}

div.chunk-pagination p.pagination span.current
{
	color: #E40A1B;
	background-color: #fff;
	font-weight: bold;
}

div.chunk-pagination p.pagination span
{
	background-color: #e40a1b;
	padding: 3px 0px;
	margin-left: 5px;
}

div.chunk-pagination p.pagination span a
{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	padding:3px 6px;
}

/** News **/

div.blog_post
{
	padding: 15px 15px 0 15px; 
	display: block;
	position: relative;
}

div.blog_post p
{
	font-size: 11px;
	line-height: 18px;
}

div.blog_post div.img_wrap
{
	float: left;
	width: 195px;
	height: 150px;
	margin: 0 10px 0 0;
	display: block;
	position: relative;
}

div.blog_post div.post_heading h2
{
	float: left;
	display: block;
	position: relative;
	margin: 0;
	font-size: 18px;
	width: 70%;
	margin-right: 10px;
}

div.blog_post div.post_heading h2 a,
p.post_category a,
p.author a
{
	font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
	color: #555558;
	text-decoration: none;
}

div.blog_post div.post_heading h2 a
{
	color: #000;
}
div.blog_post div.post_right_side_img
{
	float: left;
	width: 405px;
	display: block;
	position: relative;
}

div.post_heading
{
	display: block;
	position: relative;
}

p.post_date
{
	float: left;
	width: 150px;
	overflow: hidden;
}

p.post_category
{
	float: left;
	width: 160px;
	overflow: hidden;
}

p.post_category_view
{
	text-align: right;
}

p.author
{
	float: left;
	width: 250px;
	overflow: hidden;
}

div.details_head_img
{
	float: left;
	width: 405px;
	display: block;
	position: relative;
}
div.post_body_intro
{
	display: block;
	position: relative;
}

/* popup akciók */

div.popup_img_wrap
{
	float: left;
	width: 100px;
	height: 80px;
	margin: 15px 10px 0 0;
	display: block;
	position: relative;
}

div.popup_right_side_img
{
	float: left;
	width: 500px;
	display: block;
	position: relative;
}
div.popup_right_side
{
	display: block;
	position: relative;
}

div.popup_right_side_img div.post_heading h2
{
	margin-bottom: 10px;
}
/** Shop **/



/* == WIDGETS == */
.widget
{
	margin-bottom:		35px;
}
	.widget h3
	{
		margin-bottom:	5px;
	}
	.widget ul, .widget ul li
	{
		list-style-type:none;
		margin:			0px;
		padding:		0px;
	}
/* == BLOG == */
.blog_article .article_heading h2
{
	margin-bottom:	5px;
}
.blog_article .article_heading .article_date
{
	float:		left;
}
.blog_article .article_heading .article_category
{
	float:		right;
}
.blog_article .article_body
{
	clear:		both;
}
/* == COMMENTS == */
#comments_container
{
	margin-bottom:	20px;
}
.comment
{
	list-style-type:none;
	margin:			0px;
	padding:		0px;
}
	.comment .comment_heading, .comment .comment_date
	{
		margin:		0px;
	}
	.comment .comment_body
	{
		clear:		both;
	}
/* == PROFILES == */
#user_profile_container fieldset p
{
	margin-bottom:	5px;
}
#user_profile_container #page_title
{
	padding-top:	10px;
}
#user_profile_container .gravatar
{
	margin:			0px 15px 15px 0px;
}
#user_profile_container #user_details
{
	clear:			both;
}
/* Galleries */

div#gallery_index,
div#gallery_single,
div#gallery_image,
h2.subgallery,
div.sub_galleries_container
{
	padding: 0 0 0 15px;
	display: block;
	position: relative;
}

div#gallery_index h3 a,
div.gallery_heading h3 a
{
	font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
	color: black;
	text-decoration: none;
}

ul.galleries_list
{
	display: block;
	position: relative;
}

div#gallery_index h3 a:hover,
div.gallery_heading h3 a:hover
{
	text-decoration: underline;
}

#gallery_index .gallery:last-child
{
	margin-bottom:		0px;
}
	.gallery .gallery_heading img
	{
		float:			left;
		margin-right:	20px;
	}
	.gallery .galleries_list li
	{
		float:			left;
		list-style-type:none;
		margin:			0px 20px 20px 0px;
		border: 1px solid #CCC;
		display: block;
		position: relative;
	}
	.gallery .galleries_list li a
	{
		border-bottom:	none;
		display: block;
		position: relative;
	}
	.gallery .gallery_image_full
	{
		margin-bottom:	20px;
	}
	
/* Footer */
#footer
{
	border-top: 1px solid #c2c2c2; 
	margin-top: 10px;
	margin-bottom: 15px;
	padding-top: 5px;
	text-align: center;
	width: 1000px;
}

#footer p
{
	margin-bottom:	0px;
}

div#site_navigation
{
	display: block;
	position: relative;
	text-align: center;
}

div#site_navigation ul
{	
	list-style: none;
	display: block;
	position: relative;
}

div#site_navigation ul li
{
	display: inline-block;
	position: relative;
	margin-bottom: 5px;
}

div#site_navigation ul li a
{
	text-decoration: none;
	font-size: 11px;
	color: #222;
	font-family: Verdana, Geneva, sans-serif;
	padding-right: 10px;
}

div#site_navigation ul li a:hover
{
	text-decoration: underline;
}

/** Log in **/

form#login ul li
{
	margin-bottom: 10px !important;
}

form#login ul li label
{
	font-size: 12px;
	margin-bottom: 0px;
}
/*
form#login ul li input
{
	font-family: Lucida Grande,Lucida Sans Unicode,sans-serif;
	color: #555558;
	font-size: 11px;
}*/

form#login ul li a
{
	color: #E40A1B;
}

#user-meta a.cart
{
	color: #E40A1B !important;
}

/* checkout login / registration */

li.reg_button
{
	margin-top: 10px;
}

li.reg_button input,
li.login_button input
{
	width: 124px;
}

li.reg_button.fromcheckout input
{
	margin-right: 20px;
}

li.reg_button input:hover,
form#login li.login_button input:hover
{
	background-color: #E40A1B;
    border: 1px solid #E40A1B;
    padding: 5px 3px;
	color: #FFFFFF;
}

a.reg_login
{
	margin-left: 15px;
	text-decoration: none;
	border: none;
	color: #E40A1B;
}

a.reg_login.fromcheckout
{
	margin-left: 0px;
}

a.reg_login:hover
{
	text-decoration: underline;
}

/** Contact **/

div#contact_auto_wrap,
div#contact_wrap
{
	width: 625px;
	margin-left: 15px;
	display: block;
	position: relative;
}

div#contact_auto_wrap
{
	margin-bottom: 20px;
}

a#contact_auto_form,
a#contact_form,
a.order_box_open
{
	color: #777779;
	font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
	font-size: 14px;
	padding: 3px;
	font-weight: bold;
	margin: 0 0 15px 0;
	background-color: #e7e4e4;
	text-decoration: none;
	display: block;
	position: relative;
}

a.order_box_open
{
	margin-left: 15px;
}

a#contact_auto_form:hover,
a#contact_form:hover,
a.order_box_open:hover
{
	text-decoration: underline;
}

div#contact_auto_wrap ul,
div#contact_auto_wrap ul li,
div#contact_wrap ul,
div#contact_wrap ul li
{
	display: block;
	position: relative;
}

div#contact_auto_wrap ul
{
	width: 100%;
	height: 140px;
}

div#contact_wrap ul
{
	width: 100%;
	height: 250px;
	margin-bottom: 20px;
}

div#contact_auto_wrap ul li,
div#contact_wrap ul li
{
	float: left;
}

div#contact_auto_wrap ul li label,
div#contact_wrap ul li label
{
	float: none;
	margin-top: 5px;
	display: block;
	position: relative;
}

div#contact_auto_wrap ul li select,
div#contact_wrap ul li select
{
	font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
	font-size: 11px;
	padding: 3px;
}

div#contact_auto_wrap ul li select.building_type,
div#contact_auto_wrap ul li select.heating_type,
div#contact_wrap ul li select.building_type,
div#contact_wrap ul li select.heating_type
{
	width: 254px;
}

div#contact_auto_wrap ul li select.insulation,
div#contact_auto_wrap ul li select.window,
div#contact_wrap ul li select.insulation,
div#contact_wrap ul li select.window
{
	width: 254px;
}

div#contact_auto_wrap ul li.head,
div#contact_wrap ul li.head
{
	width: 600px;
	font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

div#contact_auto_wrap ul li.left-side,
div#contact_wrap ul li.left-side
{
	width: 120px;
}

div#contact_auto_wrap ul li.right-side,
div#contact_wrap ul li.right-side
{
	width: 400px;
}

div.contact_auto p.head
{
	width: 600px;
	font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
}
/* Info box-ok */

div.contact_auto p.stat_box_cont_auto,
p.stat_box_cont_shop,
p.cont_auto_result
{
	width: 625px;
	font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
	font-size: 12px;
	margin-bottom: 20px;
	text-align: left;
}

#payment p.stat_box_ship_inf,
#payment p.ship_ord_conf,
#payment p.stat_box_pay_inf
{
	width: 630px;
	text-align: left;
	font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
	font-size: 12px;
	line-height: 12px;
	color: #5A5655;
}

#payment p.ship_ord_conf
{
	margin-top: 15px;
}

p.cont_auto_result
{
	margin: 20px 0 0 15px;
}

div.contact_auto p.head a#add_room,
div.contact_auto table tr td a.remove_room
{
	float: right;
	text-decoration: none;
	color: #E40A1B;
	font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
	font-size: 12px;
	font-weight: bold;
	display: block;
	position: relative;
}

div.contact_auto p.head a#add_room:hover,
div.contact_auto table tr td a.remove_room:hover
{
	text-decoration: underline;
}

div#contact_auto_wrap table tr td input,
div#contact_wrap ul li input,
div#contact_wrap ul li textarea
{
	font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
	font-size: 11px;
	padding: 3px;
	margin: 0;
}

div#contact_wrap ul li textarea
{
	width: 362px;
	height: 100px;
}

div#contact_auto_wrap table tr td,
div#contact_auto_wrap table tr th
{
	text-align: center;
	height: 30px;
	vertical-align: middle;
	padding: 5px;
	font-weight: normal;
}

div#contact_auto_wrap table tr td input.area,
div#contact_auto_wrap table tr td input.width,
div#contact_auto_wrap table tr td input.length,
div#contact_auto_wrap table tr td input.height
{
	width: 35px;
}

div#contact_auto_wrap div.button-wrap,
div#contact_wrap div.button-wrap
{
	text-align: right;
	margin-right: 15px;
}

div#contact_auto_wrap div.button-wrap a#add_room
{
	float: left;
	margin-top: 5px;
	font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
	font-size: 12px;
	color: #E40A1B;
	text-decoration: none;
	border: none;
	display: block;
	position: relative;
}

div#contact_auto_wrap div.button-wrap a.add_room:hover
{
	text-decoration: underline;
}

/** Contact auto result **/

table.contact_auto_result
{
	text-align: center;
	font-family: Lucida Grande,Lucida Sans Unicode,sans-serif;
	font-size: 11px;
	margin-left: 15px;
	margin-bottom: 30px;
}

span.info14
{
	font-size: 9px;
}

table.contact_auto_result tr th,
table.contact_auto_result tr td
{
	padding: 4px;
}

table.contact_auto_result tr th
{
	padding: 0px 4px;
}

table.contact_auto_result tr td
{
	vertical-align: middle;
}

table.contact_auto_result tr td a,
a.new_offer,
a.email_offer,
a.back_to_shop
{
	font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
	text-decoration: none;
	color: #E40A1B;
}

table.contact_auto_result tr td a:hover,
a.new_offer:hover,
a.back_to_shop:hover,
a.email_offer:hover
{
	text-decoration: underline;
}

a.new_offer,
a.email_offer,
a.back_to_shop
{
	margin-left: 15px;
}

p.offer_cat
{
	margin: 0 0 10px 15px;
	padding: 0;
	color: #777779;
	font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
	font-size: 14px;
}

table.contact_auto_result tr.summa
{
	background-color: #E7E4E4;
}

table.contact_auto_result tr.autosaver
{
	background-color: #f1f1f1;
}

table.contact_auto_result tr.bold,
table.contact_auto_result td.bold
{
	/*text-align: right;*/
	font-weight: bold;
}

/** Newsletter **/
div.subscribe_form_wrap
{
	width: 625px;
	margin: 0 0 0 15px;
	display: block;
	position: relative;
}


/* My orders */

div.my_orders
{
	width: 625px;
	margin-left: 15px;
	margin-bottom: 30px;
	border-bottom: 1px solid #C2C2C2;
	display: block;
	position: relative;
}

div.my_orders table
{
	margin-bottom: 20px;
}

div.my_orders table tr td
{
	padding: 4px;
	vertical-align: middle;
}

div.my_orders table tr td p.label
{
	padding: 0;
	margin: 0;
	font-size: 10px;
	font-weight: bold;
}

div.my_orders p.my_ord_title
{
	font-size: 13px;
	padding: 0;
	color: #777779;
	margin: 0 0 10px 0;
	font-weight: bold;
}

p.empty,
p.checkout_success
{
	margin-left: 15px;
	font-size: 13px;
	padding: 0;
	
}

.contact_auto_result td.uni {
	border-left: 1px solid #e40a1b;
}