/* Modified by Roland, 06.27.09 */
/* Modified by Roland, 10.28.7 */
/* Modified by Roland, 9.27.7 */
/* Modified by Roland, 9.10.7 */
/* Modified by Roland, 9.4.7 */
/* Modified by Roland, 8.31.7 */
/* Modified by Roland, 8.21.7 */
/* Modified by Roland, 8.13.7 */
/* NORMALIZES START */

/* Normalizes margin padding */
body, div, dl, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, table, th, td, label 
{ margin: 0; padding: 0; }

/* Normalizes font-size for headers */
h1, h2, h3, h4, h5, h6 
{ font-size: 100% }

/* Removes list-style from lists */
ol, ul 
{ list-style: none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style: normal; font-weight: normal; }

/* Table borders collapse */
table
{ border-collapse: collapse; border-spacing: 0; }

/* Removes border from fieldset and img */
table, fieldset, img
{ border: 0; }

/* Left-aligns text in caption and th */
caption, th
{ text-align: left; }

/* Removes quotation marks from q */
q:before, q:after
{ content: ''; }

form, input, select, textarea 
{ font: normal 11px Arial, Helvetica, sans-serif; color: #737373; }

/* NORMALIZES END */


body {
	background: #FFF url(../images/body_bg.gif) repeat center top;
	min-width: 778px;
	font-family: Arial, Helvetica, sans-serif;
	color: #737373;
	text-align: center;	
	}

body.inside {
	background: #FFF;
	text-align: left;
	min-width: 778px;
	}
	
#main { /* ez a div a kifuto header-background-gradient miatt kell */
	background: transparent url(../images/top_bg.gif) repeat-x center top;
	}

#main_inside { /* ez a div a kifuto header-background-gradient miatt kell */
	background: transparent url(../images/top_inside_bg.gif) repeat-x left top;
	}	

#size_fix { /* ez a div az index oldal szelessegenek a beallitasa miatt kell */
	width: 778px;
	margin: 0 auto; 
	text-align: left;
	}

#holder_index_bg { 
	background: transparent url(../images/holder_index_bg.gif) repeat-y left top;
	}

#holder_left_bg { /* ez a div a left-bottom-background miatt kell */
	background: transparent url(../images/holder_left_bg.gif) no-repeat left bottom;	
	}
	
table#layout_holder	{
	width: 100%;
	}

td#layout_left {
	vertical-align: top;
	width: 186px;
	}
td#layout_center {
	vertical-align: top;
	}
td#layout_right {
	vertical-align: top;
	width: 136px;
	background: transparent url(../images/background_right.gif) no-repeat right bottom;
	}		

#site_decor_left {
	background: transparent url(../images/background_left.gif) no-repeat left bottom;
	}
	
#site_decor_right {
	background: transparent url(../images/flow_right.gif) repeat-y right bottom;
	}

/*
#holder_inside_bg { 
	background: transparent url(../images/holder_inside_bg.gif) repeat-y right top;
	}*/	
/*	
#holder_left_inside_bg { /* ez a div a left-bottom-background miatt kell */
/*	
	}	*/

/* #holder_right_bg { /* ez a div a right-bottom-background miatt kell */
/*	background: transparent url(../images/holder_right_bg.gif) no-repeat right bottom;
	}	*/	


#header	{
	background: transparent url(../images/top_bg.gif) repeat-x center top;
	position: relative;
	height: 110px;
	}

#header_inside	{
	background: transparent url(../images/top_inside_bg.gif) repeat-x left top;
	position: relative;
	height: 110px;
	}	

#nav_top {
	font-family: "Trebuchet MS", sans-serif;
	}
	
/* Navigation Main */
#nav_main,
#nav_main_inside {
	position: absolute;
	top: 80px;
	left: 0;
	width: 778px;
	height: 30px;
	}
	#nav_main li,
	#nav_main_inside li {
		float: left; 
		}
	#nav_main li a {
		background-color: transparent;
		background-image: url(../images/nav_main.gif);
		background-repeat: no-repeat;
		display: block;
		height: 30px;
		}
	#nav_main_inside li a {
		background-color: transparent;
		background-image: url(../images/nav_main_inside.gif);
		background-repeat: no-repeat;
		display: block;
		height: 30px;
		}
	#nav_main li a span,
	#nav_main_inside li a span {	
		display: none;
		}
	
#nav_mitzvah a,
#nav_mitzvah_current a {	
	width: 126px;
	background-position: 0 0;
	}
	#nav_mitzvah a:hover {
		background-position: 0 -30px;
		}
	#nav_mitzvah a:active,	
	#nav_mitzvah_current a {
		background-position: 0 -60px;
		}		

#nav_weddings a,
#nav_weddings_current a {
	width: 96px;
	background-position: -126px 0;	
	}
	#nav_weddings a:hover {
		background-position: -126px -30px;
		}
	#nav_weddings a:active,
	#nav_weddings_current a {
		background-position: -126px -60px;
		}	

#nav_about a, 
#nav_about_current a {
	width: 93px;
	background-position: -222px 0;	
	}
	#nav_about a:hover {
		background-position: -222px -30px;
		}
	#nav_about a:active, 
	#nav_about_current a {
		background-position: -222px -60px;
		}		

#nav_links a, 
#nav_links_current a {
	width: 68px;
	background-position: -315px 0;
	}
	#nav_links a:hover {
		background-position: -315px -30px;
		}
	#nav_links a:active, 
	#nav_links_current a {
		background-position: -315px -60px;
		}		

#nav_specials a, 
#nav_specials_current a {
	width: 88px;
	background-position: -383px 0;
	}
	#nav_specials a:hover {
		background-position: -383px -30px;
		}
	#nav_specials a:active, 
	#nav_specials_current a {
		background-position: -383px -60px;
		}		
		
#nav_testimonials a, 
#nav_testimonials_current a {
	width: 114px;
	background-position: -471px 0;
	}
	#nav_testimonials a:hover {
		background-position: -471px -30px;
		}
	#nav_testimonials a:active, 
	#nav_testimonials_current a {
		background-position: -471px -60px;
		}		

#nav_ourblog a, 
#nav_ourblog_current a {
	width: 90px;
	background-position: -585px 0;
	}
	#nav_ourblog a:hover {
		background-position: -585px -30px;
		}
	#nav_ourblog a:active, 
	#nav_ourblog_current a {
		background-position: -585px -60px;
		}	
		
#nav_contact a, 
#nav_contact_current a {
	width: 103px;
	background-position: -675px 0;
	}
	#nav_contact a:hover {
		background-position: -675px -30px;
		}
	#nav_contact a:active, 
	#nav_contact_current a {
		background-position: -675px -60px;
		}										

/* Navigation Services*/
#nav_services {
	position: absolute;
	top: 54px;
	left: 371px;
	width: 393px;
	background: transparent url(../images/nav_services.gif) no-repeat 0 0;	
	}
	#nav_services li {
		font-size: 11px;		
		line-height: 30px;
		font-weight: bold;
		text-transform: uppercase;
		float: left;
		}
	#nav_services li a {
		color: #1DB9C5;
		text-decoration: none;
		}
	#nav_services li a:hover {
		color: #015A6E;
		}
		
#nav_cart {
	background: transparent url(../images/icon_cart.gif) no-repeat 8px 45%;
	text-indent: 22px;
	width: 112px;
	}

#nav_faq {
	background: transparent url(../images/icon_nav_arrow.gif) no-repeat 8px 50%;
	text-indent: 16px;
	width: 38px;	
	}

#nav_general {
	background: transparent url(../images/icon_nav_arrow.gif) no-repeat 8px 50%;
	text-indent: 16px;
	width: 92px;	
	}	

/* Navigation Info */
#nav_info {
	position: absolute;
	top: 0;
	left: 0;
	width: 778px;
	}
#nav_info_inside {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;	
	}	
	#nav_info li,
	#nav_info_inside li {
		font-size: 12px;
		line-height: 22px;
		float: left;
		display: inline;
		}
	#nav_info li a,
	#nav_info_inside li a {
		color: #1DB9C5;
		text-decoration: none;
		}
	#nav_info li a:hover,
	#nav_info_inside li a:hover {
		color: #015A6E;
		}
		
#nav_home {	
	width: 57px;
	}
#nav_home_inside {	
	width: 10%;	
	}	
	#nav_home a,
	#nav_home_inside a {
		padding-left: 18px;
		background: transparent url(../images/icon_home.gif) no-repeat 5px center;				
		}

#nav_chat {
	width: 575px;
	text-align: right;
	}	
	#nav_chat a {
		font-weight: bold;			
		padding-right: 27px;
		background: transparent url(../images/icon_bubbles.gif) no-repeat right center;
		}
		
#nav_call {
	width: 146px; 
	text-align: right;
	font-weight: bold;
	}
#nav_call_inside {
	width: 20%;
	text-align: right;
	font-weight: bold;
	}
	#nav_call span,
	#nav_call_inside span {
		color: #21BAC6;
		}

#nav_cart_inside_top {
	width: 54%;
	text-align: right;
	font-weight: bold;
	}
	#nav_cart_inside_top a {
		background: transparent url(../images/icon_cart.gif) no-repeat 8px 45%;
		padding-left: 22px;
		}
		
#check_out_inside_top {
	width: 15%;
	text-align: right;
	font-weight: bold;
	}

/* Search */
#search_index {
	position: absolute;
	top: 54px;
	left: 617px;
	width: 147px;
	height: 26px;
	}
	#search_index input {
		float: left;
		margin-right: 3px;
		margin-top: 6px;
		}
	.input_search {
		font-size: 10px;
		width: 70px;
		height: 14px;
		padding-left: 2px;
		padding-right: 2px;
		border: solid 1px #015A6E;
		}
	.btn_search {
		width: 14px;
		height: 16px;
		}

#content {
	padding-bottom: 4px; 
	}

#content_main {
	background: transparent url(../images/content_top.gif) no-repeat right top;
	width: 592px;
	float: right;
	}
	
#support_text_inside {
	margin: 0;	
	background: transparent url(../images/support_text_bg.gif) repeat-x left top;	
	position: relative;
	}	
	
#support_decor_left { /* ez a div a tartalom-head-background miatt kell */
	background: transparent url(../images/support_decor_left.gif) no-repeat left top;	
	}	

#support_decor_right { /* ez a div a tartalom-head-background miatt kell */
	background: transparent url(../images/support_decor_right.gif) no-repeat right top;
	padding-top: 10px;
	/* height: 72px; */
	}			

#support_text_content_wide {
	padding-top: 10px;
	padding-bottom: 30px;
	position: relative;
	}

#pic_background {
	background: transparent url(../images/pic_bg.gif) repeat-x left bottom;
	height: 120px;	
	padding-top: 10px;
	margin-bottom: 25px;
	}

#pic_holder{
	background: transparent url(../images/pic_holder.gif) no-repeat right bottom;
	height: 120px;
	}
	
/* RIGHT BLOCKS INSIDE */
#right_links_inside {
	width: 136px;
/*	float: right; */
	}
	
#search_inside {
	width: 129px;
	background: #E3F2DA;
	margin-left: 3px;
	text-align: center;	
	}
	.input_search_inside {
		font-size: 10px;
		width: 105px;
		height: 16px;
		margin-bottom: 10px;
		padding-left: 2px;
		padding-right: 2px;
		border: solid 1px #015A6E;
		}
	.btn_search_inside {
		width: 42px;
		height: 17px;		
		margin-bottom: 10px;
		}		

#quick_select {
	width: 129px;
	background: #FFCCE8;
	margin-left: 3px;
	text-align: center;	
	}
	#quick_select_list {
		font: "Trebuchet MS", sans-serif;
		font-weight: bold;
		font-size: 11px;
		line-height: 20px;		
		text-align: left;
		width: 105px;
		margin: 0 auto;
		padding-top: 10px;
		padding-bottom: 10px;
		}
	#quick_select_list li {
		background: transparent url(../images/icon_quick_select_list.gif) no-repeat left center;		
		}		
	#quick_select li a {		
		margin-left: 12px;
		color: #737373;
		text-decoration: none;
		}
	#quick_select li a:hover {
		color: #FF008C;
		}

#testimonials_left {
	width: 129px;
	background: #D6EDF6;
	margin-left: 3px;
	text-align: center;
	}
	.icon_holder_left {
		background: transparent url(../images/icon_testimonials_left.gif) no-repeat 0 0;		
		width: 115px;
		margin: 10px auto;
		text-align: left;
		}		
	#testimonials_button img {
		margin-bottom: 10px;
		}
		
.icon_holder_center {
	background: transparent url(../images/icon_testimonials_center.gif) no-repeat 0 0;		
	width: 32%; 
	float: left;
	margin-top: 10px;
	margin-right: 1%;
	text-align: left;
	}
		
#chat_inside {
	width: 129px;
	background: #FFF;
	margin-left: 3px;
	text-align: center;
	}		
			
/* RIGHT BLOCKS INSIDE END*/

#main_flash_index {
	background: transparent url(../images/box_main_bg.gif) no-repeat 0 0;
	width: 588px;
	height: 257px;
	}

#box_left {
	background: transparent url(../images/box_left_bg.gif) no-repeat 0 0;
	width: 297px;
	height: 169px;
	float: left;
	}	
	#free_extra {
		width: 155px;
		margin-top: 15px;
		margin-left: 10px;
		float: left;
		}		
	#free_extra li {		
		background: transparent url(../images/icon_free_list.gif) no-repeat 0 7px;
		padding-left: 10px;
		margin-bottom: 0;
		font-size: 12px;
		line-height: 20px;
		}
	#free_extra li span {
		font-weight: bold;
		}
		
#box_right {
	background: transparent url(../images/box_right_bg.gif) no-repeat 0 0; 
	width: 295px;
	height: 169px;
	float: right;	
	}		
	#specials_text_index {
		text-align: center;
		width: 125px;
		height: 150px;
		margin-top: 13px;
		margin-right: 13px;
		float: right;
		display: inline;		
		}
	#specials_text_index #one {
		display: block;
		width: 125px;
		font-size: 12px;
		line-height: 14px;
		font-weight: bold;
		color: #FFF;
		}
	#specials_text_index #two {
		display: block;
		width: 125px;
		font-size: 18px;
		line-height: 22px;		
		}		
	#specials_text_index #tree {
		display: block;
		width: 125px;
		font-size: 22px;
		line-height: 22px;
		font-weight: bold;
		margin-bottom: 10px;
		color: #EC008C;
		}		
	#specials_text_index img {
		margin: 0 auto;
		}
	#specials_flash_index {
		width: 153px;
		height: 150px;
		margin-top: 13px;
		float: left;
		display: inline;	
		}		
				
#product_all {
	background: transparent url(../images/content_top.gif) no-repeat left top;
	width: 186px;
	float: left;
	}
	
#product_all_inside {
	width: 186px; 
	}
	
#product_list_index {
	width: 179px;
	padding-bottom: 110px;
	margin-left: 5px;
	}
	#product_list_index li {
		font-size: 11px;
		line-height: 14px;
		display: block;
		height: auto;
		}
	#product_list_index li div {
		background: transparent url(../images/nav_space_line.gif) no-repeat left bottom;
		padding-bottom: 1px;  
		}
	#product_list_index li div a {
		background: transparent url(../images/product_all_list.gif) no-repeat left center;
		display: block;
		color: #1DB9C5;
		text-decoration: none;
		padding: 8px 8px 6px 18px;
		}
	#product_list_index li div a:hover {
		background: transparent url(../images/product_all_list.gif) no-repeat center center;		
		}
	#product_list_index li div a:active,
	#product_list_index li.current div a {
		background: transparent url(../images/product_all_list.gif) no-repeat right center;
		}
/* SUB NAV */
#product_list_index ul {
	width: 169px;
	padding-bottom: 0;
	margin-left: 10px;
	}
	#product_list_index li ul li div a,
	#product_list_index li.current ul li div a {
		background: transparent url(../images/product_all_sublist.gif) no-repeat left center;
		display: block;
		color: #1DB9C5;
		text-decoration: none;
		padding: 8px 8px 6px 22px;
		}
	#product_list_index li ul li div a:hover,
	#product_list_index li.current ul li div a:hover {
		background: transparent url(../images/product_all_sublist.gif) no-repeat center center;		
		}
	#product_list_index li ul li div a:active,
	#product_list_index li.current ul li div a:active,	
	#product_list_index li ul li.current div a,
	#product_list_index li.current ul li.current div a {
		background: transparent url(../images/product_all_sublist.gif) no-repeat right center;
		}	
		
/* SUB NAV END */
		
#btn_product_list img {
	margin-top: 10px;
	margin-left: 3px;
	}

#product_more {
	width: 592px;
	float: right;
	}
	#scroll_title_index {
		float: left;
		display: inline;
		margin-right: 3px;
		}
	#scroll_flash_index {
		width: 463px;
		height: 46px;
		float: left;
		border-left: solid 1px #A1B4C3;
		}
















#footer {
	background: #333333;
	text-align: center;
	margin: 0 auto;
	border: solid 1px #333333;
	position: relative;
	}
	
#supplementary  {
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 20px;
	}	
	#supplementary li {
		font-size: 11px;
		line-height: 20px;
		display: inline;
		height: 20px;
		margin-left: 6px;
		margin-right: 6px;
		}
	#supplementary li a {
		color: #999999;
		text-decoration: none;
		}
	#supplementary li a:hover {		
		color: #FFF;
		}

#other_footlinks {
	padding-top: 10px;
	margin: 0 10px;
	}
	#other_footlinks li {
		font-size: 11px;		
		line-height: 16px;
		text-transform: uppercase;
		display: inline;
		border-left: solid 1px #666666;
		}
	#other_footlinks li.nospace {
		border: none;
		}
	#other_footlinks li a {
		background: transparent url(../images/icon_footlinks.gif) no-repeat right center;	
		color: #999999;
		text-decoration: none;
		margin: 0 5px 0 10px;
		padding-right: 10px;
		}
	#other_footlinks li a:hover,
	a:hover span#web_credit {	
		color: #FFF;
		}		
	a span#web_credit {
		color: #666666;
		}
		
#rss {
	padding-top: 35px;
	padding-bottom: 3px;
	}
	#rss a {
		color: #999999;
		text-decoration: none;
		}
	#rss a span {
		background: transparent url(../images/icon_rss.gif) no-repeat 50% 0;
		padding-top: 20px;
		}
	#rss a:hover {		
		color: #FFF;
		}
	#rss a:hover span {
		background-position: 50% -44px;
		}

#site_info_index {
	background: transparent url(../images/site_info_bg.gif) no-repeat center top;
	height: 36px;
	font-size: 10px;
	line-height: 26px;
	color: #666666;
	text-align: center;
	}
	
#site_info_inside {
	background: #333333;
	height: 26px;
	font-size: 10px;
	line-height: 26px;
	color: #666666;
	text-align: center;
	}	









a {
	color: #21BAC6;
	text-decoration: none;
	}
a:hover {
	color: #015D71;
	text-decoration: none;
	}

a.normal_links {
	background: transparent url(../images/icon_normal_links.gif) no-repeat left top;
	padding-left: 20px;
	color: #1DB9C5;
	text-decoration: none;	
	}
	a.normal_links:hover {
	text-decoration: underline;
	}
	a.normal_links:after {
	content: " [ " attr(href) " ] ";
	color: #737373;
	font-style: italic;
	letter-spacing: 1px;
	margin-left: 5px;
	}
		
.steps {
	font-size: 15px;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	}
.steps a {
	text-align: center;
	color: #737373;
	text-decoration: none;
	margin-left: 1px;
	margin-right: 1px;
	padding-left: 2px;
	}
p.steps a:hover,
p.steps a:active {
	background-color: #EC008C;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	}		


h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", sans-serif;
	text-transform: uppercase;
	}
	
h1#bar,
h1#bat {
	position: absolute;
	top: 19px;
	left: 0;
	}
	h1#bar a,
	h1#bat a {
		display: block;
		width: 277px;
		height: 61px;
		}		
	h1#bar a span,
	h1#bat a span {
		display: none;
		}
	h1#bar a {
		background: transparent url(../images/bar_logo.gif) no-repeat left top;
		}
	h1#bat a {
		background: transparent url(../images/bat_logo.gif) no-repeat left top;
		}		

h2#inside_slogan {
	font-size: 16px;
	line-height: 23px;
	color: #00465A;
	text-align: right;
	position: absolute;
	top: 30px;
	right: 10px;
	}

h2#support_text_title {
	font-size: 26px;
	line-height: 30px;
	color: #DFFAFE;
	margin-left: 15px;
	}

#product_all h3,
#product_all_inside h3 {
	color: #3498A1;
	font-size: 15px;
	line-height: 35px;
	text-align: center;
	background: transparent url(../images/h3_product_all.gif) no-repeat 0 0;
	width: 179px;
	height:	35px;
	margin-left: 4px;
	}
	
#search_inside h3 {
	color: #74C046;
	font-size: 15px;
	line-height: 36px;
	text-align: center;
	background: transparent url(../images/h3_search_inside.gif) no-repeat 0 0;
	width: 129px;
	height:	36px;
	}
	
#quick_select h3 {
	color: #FF008C;
	font-size: 15px;
	line-height: 36px;
	text-align: center;
	background: transparent url(../images/h3_quick_select.gif) no-repeat 0 0;
	width: 129px;
	height:	36px;
	}

#testimonials_left h3 {
	color: #0378A5;
	font-size: 15px;
	line-height: 36px;
	text-align: center;
	background: transparent url(../images/h3_testimonials.gif) no-repeat 0 0;
	width: 129px;
	height:	36px;
	}	

#scroll_title_index h3 {
	font-size: 15px;
	line-height: 20px;
	color: #21BAC6;
	text-align: right;
	width: 125px;
	}

#box_left h3 {
	font-size: 26px;
	line-height: 107px;
	color: #7AAC35;
	width: 95px;		
	margin-top: 23px;
	margin-left: 15px; 
	background: transparent url(../images/icon_free.gif) no-repeat right center;
	float: left;
	display: inline;
	}			

#specials_text_index h3 {
	font-size: 20px;
	line-height: 20px;
	color: #FFF;
	}
	
#support_text_content h3,
#support_text_content_wide h3 {
	background: transparent url(../images/h3_support_text.gif) no-repeat 0 5px;	
	color: #737373;
	font-size: 22px;
	line-height: 28px;
	padding-left: 15px;
	margin-right: 10px;
	margin-left: 10px;
	}

	
#support_text_content h4,
#support_text_content_wide h4 {
	color: #737373;
	font-size: 16px;
	line-height: 20px;
	text-transform: none;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
	}
			
p {
	font-family: Arial, Helvetica, sans-serif;
	}

#specials_text_index p {
	font: "Trebuchet MS", sans-serif;
	font-weight: bold;
	}		
	
#scroll_title_index p {
	font-size: 11px;
	line-height: 18px;
	text-align: right;
	width: 123px;
	}

#search_index p {
	font-size: 11px;
	line-height: 30px;
	font-weight: bold;
	text-transform: uppercase;
	color: #015A6E;
	margin-right: 3px;
	float: left;
	}

#search_inside p {
	font-size: 11px;
	line-height: 30px;
	font-weight: bold;
	color: #74C046;
	}
	
#testimonials_left p {
	font-size: 11px;
	line-height: 16px;
	color: #737373;
	margin-left: 20px;
	margin-right: 5px;
	} 
	#testimonials_left p span {
		font-style: italic;
		font-weight: bold;
		display: block;
		margin-top: 3px;
		}

#support_text_content_wide .icon_holder_center p {
	font-size: 11px;
	line-height: 16px;
	color: #737373;
	margin-left: 20px;
	margin-right: 5px;
	}
	#support_text_content_wide .icon_holder_center p span {
		font-style: italic;
		font-weight: bold;
		display: block;
		margin-top: 3px;
		}	
	
#support_text_content p,
#support_text_content_wide p {
	font-size: 11px;
	line-height: 16px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
	}
	
p#currently {
	font-size: 11px;
	line-height: 16px;
	margin-left: 15px;
	}
	
p#currently  a {
	color: #21BAC6;
	text-decoration: none;
	}
	p#currently  a:hover {
	text-decoration: underline;
	}
	
#rss p {
	font-size: 11px;		
	line-height: 17px;
	text-transform: uppercase;
	}
	
ul.support_list, ol.support_list,
#support_text_content_wide ul, #support_text_content_wide ol {
	margin-top: 10px;
	} 
	ul.support_list li, ol.support_list li,
	#support_text_content_wide li {
		font: normal 11px/1.6em Arial, Helvetica, sans-serif;
		color: #646464;	
		background: transparent url(../images/icon_support_list.gif) no-repeat 0 0;
		margin: 0px 0px 10px 10px;
		padding-left: 20px;
		text-align: left;
		}	
		
	#support_text_content_wide .collection_block li {
		background: transparent;
		padding-left: 0;
		}
		
/* ********************************* */
p.crash {
	background: #FFF url(../images/warning_crash.gif) no-repeat 15px center;
	text-align: left;
	font-weight: bold;
	padding: 10px 10px 10px 50px;
	margin-bottom: 5px;
	border: solid 3px #FF0000;
	}	
	p.crash span {	
		font: bold 16px/16px "Trebuchet MS", sans-serif;
		text-transform: uppercase;
		color: #FF0000;
		}
		
p.bless {
	background: #FFF url(../images/warning_bless.gif) no-repeat 15px center;
	text-align: left;
	font-weight: bold;
	padding: 10px 10px 10px 50px;
	margin-bottom: 5px;
	border: solid 3px #7EB712;
	}	
	p.bless span {	
		font: bold 16px/16px "Trebuchet MS", sans-serif;
		text-transform: uppercase;
		color: #7EB712;
		}

p.note {
	background: #FFF url(../images/hightlight.gif) no-repeat 15px center;
	text-align: left;
	font-weight: bold;
	margin: 10px 8px;	
	padding: 10px 10px 10px 50px;
	border: solid 3px #58DCEB;
	}	
	p.note span {	
		font: bold 16px/16px "Trebuchet MS", sans-serif;
		text-transform: uppercase;
		color: #036579;
		}		
/* ********************************* */

.orange {
	color: #F89520;
	}

.turkis {
	color: #21BAC6;
	}

.green {
	color: #7AAC35;
	}
	
.grey {
	color: #737373;
	}	

.clear {
	clear: both;
	}


ul#multy_column li {
	background: transparent url(../images/categories_list_bg.gif) repeat-x left bottom;	
	text-align: center;	
	width: 25%;	
	height: 190px;
	margin: 0;
	float: left;
	display: inline;
	position: relative;	
	}
	ul#multy_column li p {
		font-size: 11px;
		line-height: 14px;
		width: 80%;
		margin: 10px auto 0 auto;
		padding-top: 5px;
		font-weight: bold;
		background: transparent url(../images/dot_horizontal_gray.gif) repeat-x left top;		
		}
	ul#multy_column li a {
		color: #21BAC6;
		text-decoration: none;
		}
	ul#multy_column li a:hover {
		color: #015D71;
		text-decoration: none;
		}	
	ul#multy_column li img {
		margin: 10px auto 0 auto; 
		}
	.list_tatto	{
		background: transparent url(../images/categories_list_tatto.gif) no-repeat right bottom;
		width: 100%;
		height: 100%; 
		position: absolute;	
		bottom: 0; 
		right: 0;
		} 
		
		
		
p.steps {
	font: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	clear: both;
	}		
p span.current_page {
	background: #FF008C;
	font-size: 15px;
	color: #FFF;
	font-weight: bold;
	padding: 1px 2px;
	text-align: center;
	}
	p span a,
	p span a:link,
	p span a:visited {
	font-size: 13px;
	color: #737373;
	text-decoration: none;
	}
	p span a:hover {
	color: #737373;	
	text-decoration: none;
	} 
	
	
	
/* COLLECTION BLOCK'S ELEMENTS */
.collection_block {
	background: #F1EFDC;
	width: 100%;
	margin-top: 3px;
	position: relative;
	}
	
#support_text_content_wide .collection_block h4 {
	font-family: Verdana, sans-serif;	
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	color: #015D71;
	margin-left: 10px;
	}
	
#support_text_content_wide .collection_block h4,
#support_text_content_wide .collection_block p {
	margin-left: 10px;
	}

#support_text_content_wide .collection_block .table_holder p {
	margin-left: 0;
	}	

#support_text_content_wide .collection_block .collection_customize h4 {
	margin-left: 0;
	}
	
#support_text_content_wide .collection_block h3 {
	background: #015D71 url(../images/collection_title_bg.gif) repeat-x bottom left;
	color: #FFF;
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
	padding-left: 0;
	padding-bottom: 10px;
	margin-right: 0;
	margin-left: 0;	
	}	
	#support_text_content_wide .collection_block h3 span {
		background: transparent url(../images/collection_title_decor.gif) no-repeat bottom right;
		display: block;
		padding-left: 10px;
		padding-right: 67px;
		}

/* picture viewer */
.picture_viewer {
	float: right;
	padding-top: 2px;
	margin-left: 10px;	
	text-align: center;
	position: relative;	
	}
	.picture_viewer .image {
		float: left;
		display: inline;
		margin-right: 10px;
		margin-bottom: 10px;
		position: relative;
		}
	.picture_viewer .icon {
		width: 24px;
		height: 24px;
		position: absolute;
		bottom: 5px;
		right: 5px;
		}
	.picture_viewer .image img {
		border: solid 1px #737373;
		}	
	.picture_viewer .image .icon img {
		width: 24px;
		height: 24px;
		margin: 0px;		
		border: none;
		}
	.picture_viewer p {	
		margin-top: 5px;
		}
	.picture_viewer p a {		
		color: #737373;
		text-decoration: none;
		margin-left: 2px;
		margin-right: 2px;
		padding: 0 2px;
		}
	.picture_viewer p a:hover,
	.picture_viewer p a:active {
		background-color: #EC008C;
		color: #FFF;
		font-weight: bold;		
		}

.table_holder {
	clear: both;
	margin: 0 10px;
	padding-bottom: 10px;
	position: relative;
	}
table.collection_parameters {
	border-bottom: solid 1px #737373;	
	}
table.extra_price {
	border-bottom: solid 1px #737373;
	float: left;
	margin-left: 0;	
	margin-right: 10px;
	}	
	.collection_parameters th, 
	.collection_parameters td,
	.extra_price th,
	.extra_price td {
		border-right: solid 1px #737373;
		border-top: solid 1px #737373;
		font: bold 11px/16px Verdana, Arial, Helvetica, sans-serif;
		height: 17px;
		padding: 3px 6px;
		}
	.collection_parameters th,
	.extra_price th {
		color: #015D71;
		text-align: left;
		border-left: solid 1px #737373;
		}
		
	.collection_parameters th.clear_cell,
	.extra_price th.clear_cell {
		padding-left: 0;
		border: none;
		}		
		
	.collection_cell_one {
		background: #E2DEB5;
		color: #737373;
		text-align: center;
		}
	.highlight_one {
		background: #C3C09C;
		color: #000;
		}
	.collection_cell_two {
		background: #FFF;	
		color: #737373;
		text-align: center;
		}
	.highlight_two {
		background: #DCDCDC;
		color: #000;
		}			


/* customize forms */
.collection_customize ul {	
	margin: 0;
	position: relative;
	}	

.collection_customize li {
	clear: both;
	margin: 10px 0 0 10px;
	}
.collection_customize li.qty  {
	height: 20px;
	}
	.collection_customize li.qty label {
		float: left;
		width: 160px;
		margin: 0;		
		}
	.collection_customize li.qty input {
		float: left;
		width: 55px;
		margin-right: 10px;		
		}
	.collection_customize li.qty p {
		line-height: 20px;
		font-weight: bold;
		color: #FF008C;
		text-transform: uppercase;
	
		float: left;
		margin: 0;
		}

.collection_customize label {
	line-height: 20px;
	font-weight: bold;
	color: #015D71;
	text-transform: uppercase;
	
	float: left;
	display: block;
	width: 150px;
	margin-right: 10px;
	}
.collection_customize h4 {
	line-height: 20px;
	font-weight: bold;
	color: #015D71;

	float: left;
	width: 150px;
	margin-left: 0;
	margin-right: 10px;	
	}	
#support_text_content_wide .collection_block .collection_customize .imprint_size p.float_right {
	float: left;
	width: 150px;
	margin-left: 0;
	margin-right: 0;
	}

.collection_customize input,
.collection_customize textarea,
.collection_customize select {
	width: 175px;
	border: solid 1px #737373;
	margin: 0;
	}
	.collection_customize input {
		height: 18px;
		}
	.collection_customize select {	
/*		height: 20px; */
		}
	.collection_customize textarea {
		height: 66px;
		}


/* customize footer */
.collection_footer_customize,
.collection_footer_add_to_cart	{
	background: #E2DEB5;
	width: 100%;
	height: 28px;
	margin-top: 10px;
	text-align: center;
	}

	.collection_footer_customize img,
	.collection_footer_customize input,
	.collection_footer_add_to_cart img,
	.collection_footer_add_to_cart input {
		margin: 3px auto;
		}
		
.collection_footer_cartbuttons	{
	background: #E2DEB5;
	width: 100%;
	height: 28px;
	margin-top: 10px;
	clear: both;
	}

	.collection_footer_cartbuttons img,
	.collection_footer_cartbuttons input {
		margin: 3px 0 3px 10px;
		float: left;
		display: inline;
		}

	.collection_footer_cartbuttons	.cart_block_price {
		float: right;
		display: inline;
		margin-right: 45px;
		}
	
	#cart_holder .collection_block .collection_footer_cartbuttons .cart_block_price h4 {
		width: auto; 
		margin: 0;
		line-height: 28px;
		}
		
	#cart_holder .collection_block .collection_footer_cartbuttons .cart_block_price h4 span {
		color: #FF008C;
		}	
		

/* payment forms */
#cart_payment_block li {
	background: none;
	margin: 0;
	padding: 0;	
	}

#cart_all_price	{
	background: #DFFBFE;
	width: 100%;
	height: 28px;
	margin-top: 5px;
	text-align: right;
	}
	#cart_holder #cart_all_price h4 {
		font: bold 11px/28px Verdana, sans-serif;
		color: #015D71;	
		text-transform: uppercase;
		width: auto;
		margin: 0 45px 0 0;
		}		
	#cart_holder #cart_all_price h4 span {
		color: #FF008C;
		}		

#keep_shopping	{
	background: transparent url(../images/dot_horizontal_gray_double.gif) repeat-x left top;
	width: 100%;
	height: 40px;
	margin-top: 5px;
	text-align: right;
	}
	#keep_shopping img,
	#keep_shopping input {
		margin: 9px 20px 9px 0;
		}


#event_datas {
	margin: 20px 0 0 0;
	}
#personal_report {
	margin: 60px 0 20px 0;
	}

#event_datas ul,
#personal_report ul {	
	margin: 0;
	position: relative;
	}
#event_datas li,
#personal_report li {
	clear: both;
	margin: 10px 10px 0 10px;
	}

#cart_holder #event_datas h4,
#cart_holder #event_datas label,
#cart_holder #personal_report h4,
#cart_holder #personal_report label {	
	font-size: 11px;
	line-height: 22px;
	color: #015D71;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	float: left;
	width: 150px;
	margin-right: 10px;
	margin-left: 0;	
	}
#cart_holder #event_datas input,
#cart_holder #personal_report input {
	height: 18px;
	border: solid 1px #737373;
	}
#cart_holder #event_datas select,
#cart_holder #personal_report select {

	}	
	#cart_holder #event_datas input,
	#cart_holder #personal_report input {
		width: 174px;
		}
	#cart_holder #event_datas select,
	#cart_holder #personal_report select {
		width: 176px;
		}
	#cart_holder #event_datas .check_eventdate select {
		width: 55px;
		float: left;
		margin-right: 5px;
		}		


#checkout {
	background: #E6E6E6;
	width: 100%;
	height: 28px;
	margin-top: 5px;
	text-align: right;
	}
	#checkout input {
		margin: 3px 20px;
		}
	
#checkout #checkbox {
	float: left;
	}
	#checkout #checkbox input {
		float: left;
		width: 14px;
		height: 14px;
		border: none;
		margin: 7px 10px;
		}
	#checkout #checkbox p {
		font-weight: bold;
		line-height: 28px;
		margin: 0;
		}

	
/* CONTACT FORM */	
div#mapBack {
	width: 98%;
	height: 300px;
	padding-top: 1%;
	padding-bottom: 1%;
	border: solid 1px #737373;
	position: relative;
	display: block;
	}
div#mapBack div#map {
	width: 98%; 
	height: 100%; 
	margin-left: 1%;
	margin-right: 1%;
	display: block;
	}

div.address_data {
	width: 48%; 
	float: left;
	display: inline;
	margin-top: 10px;
	margin-right: 1%;
	text-align: left;
	}

form.contact_form {
	width: 100%;
	margin: 0px;
	}

	div.contact_left {
		width: 35%;
		margin-top: 10px;	
		float: left;
		}
		div.contact_left p {
			font-weight: bold;
			text-transform: uppercase;
			margin-right: 20px; 
			}	
	
	div.contact_right {
		width: 55%;
		margin-top: 10px;
		float: right;
		text-align: left;
		}
		div.contact_right p {
			float: left;
			margin: 0px 8px 0px 4px;
			}	
		
	div.contact_clear,
	div.contact_clear_long {
		font-size: 0;
		background: transparent url(../images/dot_horizontal_gray.gif) repeat-x left bottom;
		height: 10px;
		clear: both;
		margin-left: 10px;
		margin-right: 10px;
		}
	
	div.contact_clear {
/*		width: 90%;	*/
		}

	div.contact_clear_long {
/*		width: 98%; */
		}
	
	form.contact_form input.radio {
		width: 15px;
		height: 15px;
		margin: 1px 2px;
		float: left;		
		border: none;		
		}		
	
	form.contact_form div.text {
		background: transparent url(../images/contact_input.gif) no-repeat left top; 
		width: 150px;
		height: 19px;
		margin: 0px;
		float: left;
		}

	form.contact_form div.text input.text {
		background: transparent;
		width: 146px;
		height: 17px;
		margin: 1px 2px;
		border: none;
		}

	form.contact_form select.select {
		width: 146px;
		height: 17px;
		margin: 1px 2px;
		float: left;		
		}		

	form.contact_form div.textarea {
		background: transparent url(../images/contact_textarea.gif) no-repeat left top;
		width: 200px;
		height: 52px;
		margin: 0px;
		float: left;		
		}		

	form.contact_form div.textarea textarea {
		background: transparent;
		width: 196px;
		height: 48px;
		margin: 1px 2px;
		border: none;
		}
	
	form.contact_form div.button {
		margin: 0px;
		float: left;
		}
	
	form.contact_form div.button input.button {
		width: 100px;
		height: 19px;
		}	
		
.blue_star {
	font-size: 13px;
	color: #00AEEF;
	}		


div#logos  {
	position: absolute;
	width: 277px;
	height: 61px;
	top: 19px;
	left: 0;
	}
div#extra_logo  {
	margin: 5px auto;
	}

div#extra_banner  { position: absolute; top: 67px; right: 18px; }
div#extra_banner2  { position: absolute; top: 120px; right: 35px; }
iframe#fblike1  { position: absolute; top: 117px; right: 18px; border:none; overflow:hidden; width: 90px; height:21px; }
iframe#fblike  { position: absolute; top: 175px; right: 35px; border:none; overflow:hidden; width: 90px; height:21px; }
