
/* | | | | | | | | |   H  E  B  R  E  W   | | | | | | | | | */


/*//////////////////   G R I D  (Your classes: main, sides, content and so on...)  //////////////////*/

					/* MAIN */
					
					#main {
						width:940px;
						padding:30px;
						direction:rtl;
					}
					
					/* HEADER */

					/* logo */
					
					a.logo img {
						width:210px;
						height:172px;
						display:block;
						border:0;
					}
					
					/* image */
					
					.collage_index object,
					.collage_index embed,
					.collage_inner object,
					.collage_inner embed {
						display:block;
						width:700px;
						height:270px;
					}
					.collage_inner object,
					.collage_inner embed {
						height:110px;
					}

					/* menu */

					#menu_admin {
						float:left;
						font-weight:bold;
						font-size:9pt;
					}
					#menu_admin a {
						color:#199B23;
						text-decoration:none;
					}
					#menu_admin a:hover {
						color:#333333;
					}
					#menu_admin img {
						vertical-align:middle;
						margin:0 5px 0 5px;
					}
					#menu_top {
						width:700px;
						height:40px;
						clear:both;
						background:url(gfx/menu_top_back.gif) no-repeat;
					}
					
					/* PANELS */
					
					#left_panel {
						float:left;
						width:700px;
						padding:0 0 20px 0;
					}
					#right_panel {
						float:right;
						width:210px;
						padding:0 0 20px 30px;
					}
					
					/* CONTENT */
					
					#content {
						padding:30px 0 0 0;
					}

					/* LINKS */
					
					#links {
						width:940px;
						clear:both;
						padding:35px 0 20px 0;
						background:url(gfx/links_back.gif) repeat-x;
						cursor:default;
					}
					#links div.column,
					#links div.column_last {
						float:right;
						padding:0 10px 0 10px;
						border-right:1px solid silver;
						color:#B1B5BE;
						font-size:9pt;
					}
					#links div.column_last {
						border-left:1px solid silver;
					}
					#links div.column a,
					#links div.column_last a {
						display:block;
						width:113px;
						padding:1px 0 3px 0;
						/*border-bottom:1px dotted #3D4346;
						text-decoration:none;*/
						color:#919396;
						line-height:12px;
					}
					#links div.column a:hover,
					#links div.column_last a:hover {
						/*color:#666666;*/
					}

					/* FOOTER */
					
					#footer {
						width:940px;
						border-top:2px solid #A7A9AB;
						padding:10px 0 0 0;
						font-size:9pt;
						color:#333333;
						clear:both;
					}
					#footer div.address {
						float:right;
					}
					#footer div.address p,
					#footer div.address div {
						display:inline;
					}
					#footer div.address a {
						
					}
					#footer div.copyright {
						float:left;
					}
					#footer div.copyright a {
						color:#878789;
					}

					/* BANNERS */
					
					div.banner1,
					div.banner2,
					div.banner3,
					div.banner4,
					div.banner5 {
						margin-top:10px;
					}
					div.banner1 {
						margin-top:20px;
					}

					/* OTHER */

					/* Break */
					
					.clear {
						clear:both;
					}

/*//////////////////   G L O B A L  //////////////////*/
					
					body { 
						margin:0 auto;
						padding:0;
						width:1000px;
						background:#FFFFFF;
						font-family:Arial, Helvetica, sans-serif;
						font-size:10pt;
						color:#000000;
					}
					table {
						font-size:10pt;
					}
					a {
						color:#D2232A;
					}
					a:hover {
						text-decoration:none;
					}
					h1, h2, h3, h4, h5 {
						color:#333333;
					}
					h1 {
						margin:10px 0 10px 0;
						font-size:21px;
						font-weight:normal;
					}
					h2 {
						font-size:17px; 
					}
					h3 {
						font-size:15px;
					}
					h4 {
						font-size:13px;
					}
					h5 {
						font-size:11px;
					}
					hr {
						height:1px;
						color:#A7A9AB;
					}
					form {
						margin:0;
					}
					fieldset {
						padding:0 10px 10px 10px;
						border:1px solid #A7A9AB;
					}
					legend  {
						margin-bottom:0 0 5px 0;
						padding:0 5px 0 5px;
						font-weight:bold;
						color:#333333;
					}
					input, textarea, select {
						background:#FFFFFF;
						font-family: Arial, Helvetica, sans-serif;
						font-size:10pt;
						color:#000000;
					}
					button,
					.buttons {
						margin:0 0 0 10px;
						background:#41AD49;
						padding:0 2px 0 2px;
						border:1px solid #41AD49;
						font-family:Arial, Helvetica, sans-serif;
						font-size:10pt;
						color:#FFFFFF;
						cursor:pointer;
					}

/*//////////////////   P R I V A T E  //////////////////*/
				
/*------------------ MISCCELLANEOUS ------------------*/
			
					/* popup */

					#popup,
					#popup_img {
						background:#FFFFFF;
						margin:20px;
						width:auto;
					}
					#popup_direction,
					#popup_direction_img {
	/* lang */			direction:rtl;
					}
					#popup_img {
						text-align:center;
					}
					#popup_direction_img {
						height:600px;
					}
					#popup_img div.close {
						text-align:center;
					}

					/* path */

					.path {
						font-size:9pt;
						margin-bottom:10px;
					}
					.path a {
						color:#666666;
					}

					/* lego */

					.lego td {
						vertical-align:top;
						line-height:18px;
					}
					.lego_img {
						border:0px solid #9898A3;
					}
					.lego_zoom {
						font-size:9pt;
						text-decoration:none;
					}
					.lego_zoom_icon {
						margin-top:5px;
						border:0;
					}

					/* message */

					.message {
						margin-bottom:20px;
						padding:5px 10px 7px 10px;
						background:#D7EDFD;
						border:1px solid #3D8FC8;
						color:#555555;
					}

					/* paging */

					.paging {
						font-size:10pt;
		
						font-weight:bold;
					}
					.paging a {
						font-weight:normal;
					}

					/* Red */

					.red {
						color:#D2232A;
					}

/*------------------ SEARCH ------------------*/

					/* quick */
					
					div.search_quick {
						float:right;
					}
					div.search_quick input.field {
						width:166px;
						vertical-align:middle;
						border:1px solid #919396;
						color:#666666;
					}
					div.search_quick input.button {
						vertical-align:middle;
						width:41px;
						height:19px;
					}
					div.search_quick button.button {
						vertical-align:middle;
					}

					/* advanced */
					
					div.search_advanced {
						
					}
					
/*------------------ CATALOGUE ------------------*/
		
					/* list (rows) */
					
					.catalog_row {
						width:100%;
						margin-bottom:20px;
					}
					.catalog_row td {
						vertical-align:top;
					}
					.catalog_row .title {
						font-weight:bold;
						font-size:11pt;
					}
					.catalog_row .content {
						width:100%;
					}
					.catalog_row .description {
						margin-top:5px;
					}
					.catalog_row .thumb {
	/* lang */			padding-left:20px;
					}
					.catalog_row .thumb img {
						border:0px solid #DDDDDD;
					}
					.catalog_row .price {
						font-weight:bold;
						color:#CC0000;
					}
					
					/* list (columns) */
					
					.catalog_column {
						width:145px;
						margin-bottom:20px;
					}
					.catalog .content {
						width:100%;
						padding-top:5px;
						font-size:9pt;
							vertical-align:top;
					}
					.catalog_column .title {
						line-height:13px;
						font-weight:bold;
						color:#000000;
					}
					.catalog_column .description {
						margin-top:5px;
					}
					.catalog_column .thumb {
						width:145px;
						height:145px;
						text-align:center;
					}
					.catalog_column .thumb img {
						border:1px solid #FFFFFF;
					}
					.catalog .padding {
	/* lang */			padding-left:20px;
					}
					/* price */
					.catalog_column div.price1,
					.catalog_column div.price2 {
						font-size:10pt;
					}
					.catalog_column div.price2 {
						color:#D2232A;
						direction:ltr;
						text-align:right;
					}
					.catalog_column div.price1 span,
					.catalog_column div.price2 span {
						font-weight:bold;
					}
					/*sales in home page*/
					.catalog_index {
						margin:20px 0 20px 0;
					}
					.catalog_index table.catalog_column {
						margin:0;
					}
					.catalog_index td.block {
						border:2px solid #919396;
						padding:5px;
						text-align:center;
					}
					.catalog_index td.padding {
						width:18px;
					}
					.catalog_index a.title {
						display:block;
						padding:0 0 10px 0;
						line-height:13px;
						font-weight:bold;
						color:#000000;
						text-decoration:none;
					}
					.catalog_index table.thumb {
						margin:10px 0 0 0;
					}
					.catalog_index div.price2 {
						text-align:center;
					}
					
					/* details (rows & columns) */
					
					.catalog_details {
						width:100%;
					}
					.catalog_details td {
						vertical-align:top;
					}
					.catalog_details .thumb img {
						border:0px solid #DDDDDD;
					}
					.catalog_details .content {
						width:100%;
					}
					.catalog_details .price {
						font-weight:bold;
						color:#CC0000;
					}
					.catalog_details .thumb_add {
						margin-top:20px;
					}
					.catalog_details .thumb_add img {
						border:5px solid #DDDDDD;
					}			
					.catalog_details .info_add {
						margin-top:20px;
					}			
					.catalog_details .info_add span {
						font-weight:bold;
					}			
			
					/* details 2 (rows & columns) */
					
					.catalog_details2 {
						width:100%;
					}
					.catalog_details2 td {
						vertical-align:top;
					}
					/* image */
					.catalog_details2 td.thumb {
						width:320px;
					}
					.catalog_details2 td.thumb  table.image td {
						border:2px solid #929397;
						width:290px;
						height:290px;
						text-align:center;
						vertical-align:middle;
					}
					.catalog_details2 td.thumb  table.image td img {
						border:0;
					}
					.catalog_details2 td.strong {
						font-weight:bold;
					}
					.catalog_details2 a.zoom {
						display:block;
						width:100px;
						margin:5px 0 0 0;
						text-decoration:none;
						color:#000000;
						font-weight:bold;
					}
					.catalog_details2 a.zoom img {
						border:0;
						margin:0 0 0 5px;
					}
					/* logo */
					.catalog_details2 table.logo {
						width:100%;
						margin:0 0 20px 0;
					}
					.catalog_details2 .logo td {
						padding:5px 0 5px 0;
						border:2px solid #DEDEE0;
						text-align:center;
						vertical-align:middle;
					}
					/* content */
					.catalog_details2 .content {
						/*width:100%;*/
					}
					/* price */
					.catalog_details2 div.price1,
					.catalog_details2 div.price2 {
						text-align:center;
						font-size:13pt;
					}
					.catalog_details2 div.price2 {
						color:#D2232A;
						direction:ltr;
					}
					.catalog_details2 div.price1 span,
					.catalog_details2 div.price2 span {
						font-weight:bold;
					}
					/* form */
					.catalog_details2 table.form td {
						padding-left:5px;
						padding-bottom:2px;
						font-size:9pt;
					}
					.catalog_details2 table.form td h3 {
						margin:5px 0 5px 0;
					}
					/* add to cart */
					div.cart_add {
						/*padding:20px;
						background:#EEEEEF;*/
					}
					div.cart_add h3 {
						background:#EEEEEE;
						margin:10px 0 5px 0;
						padding:1px 10px 2px 10px;
					}
					div.cart_add label {
						white-space:nowrap;
						display:block;
						margin:0 0 0 5px;
						padding:1px 3px 2px 3px;
						float:right;
						cursor:pointer;
					}
					div.cart_add label:hover {
						background:#E1FFE0;
					}
					div.cart_add input {
						vertical-align:middle;
						margin:0 0 0 3px;
						cursor:pointer;
					}
					div.button {
						padding:10px 0 0 0;
						/*padding:10px 0 20px 0;
						border-bottom:2px solid #DEDEDF;*/
						text-align:center;
					}
					button.cart_add,
					button.cart {
						width:116px;
						height:25px;
						padding:0;
						background:url(gfx/button_cart_add.gif);
						border:0;
						margin:0 0 0 15px;
					}
					button.cart {
						background:url(gfx/button_cart.gif);
						margin:0 0 0 0;
					}
					button.cart_add img,
					button.cart img {
						width:1px;
						height:1px;
					}
					/* description */
					.catalog_details2 div.description {
						line-height:18px;
						padding-top:20px;
					}
					/* phone */
					.catalog_details2 div.phone {
						width:274px;
						margin:10px 0 0 0;
						padding:7px 10px 10px 10px;
						background:#EEEEEF;
						font-weight:bold;
						color:#D2232A;
					}			
					.catalog_details2 div.phone p {
						margin:0;
					}			
					/* additional */
					.catalog_details2 .thumb_add {
						margin-top:20px;
					}
					.catalog_details2 .thumb_add img {
						border:5px solid #DDDDDD;
					}			
					.catalog_details2 .info_add {
						margin-top:20px;
					}			
					.catalog_details2 .info_add span {
						font-weight:bold;
					}			
					.catalog_details2 h2 {
						margin:10px 0 5px 0;
					}

/*------------------ NEWS ------------------*/

					.news_home {
						
					}
					
					/*  roll */
					
					.news_home marquee.roll {
						width:170px;
						height:160px;
					}
					.news_home div.date {
						margin-bottom:5px;
					}
					.news_home div.title {
						margin-bottom:2px;
						line-height:14px;
						font-weight:bold;
					}
					.news_home div.title a {
						
					}
					.news_home div.summary {
						margin-bottom:20px;
						padding-bottom:10px;
						border-bottom:1px dotted #333333;
					}
					.news_home div.summary a {
						text-decoration:none;
						color:#333333;
					}
								
					/* list */
					
					.news {
						width:100%;
						margin-bottom:20px;
					}
					.news td.content {
						width:100%;
						vertical-align:top;
					}	
					.news div.title {
						font-weight:bold;
					}
					.news div.date {
						margin-bottom:5px;
					}
					.news div.summary {
						
					}
					.news td.thumb {
		/* lang */		padding-left:10px;
						vertical-align:top;
					}
					.news td.thumb img {
						border:5px solid #EBEBEB;
					}			
								
					/* details */
					
					.news_details {
						margin:10px 0 20px 0;
					}
					.news_details img.thumb {
		/* lang */		margin:0 0 15px 20px;
						border:5px solid #EBEBEB;
					}
					.news_details span.summary {
						font-size:12pt;
						line-height:20px;
					}
					.news_details div.date {
						font-size:9pt;
						margin-bottom:10px;
					}
					.news_details h1 {
						margin:0 0 10px 0;
					}
					.news_details_links div.back {
		/* lang */		float:right;
					}
					.news_details_links div.link {
						float:right;
						font-weight:bold;
					}

/*------------------ FAQ ------------------*/

					/* list */

					#faq button {
	/* lang */			float:right;
					}
					#faq h1 {
	/* lang */			float:left;
					}
					#faq div.title {
						margin-bottom:5px;
					}
					#faq span.date {
						font-size:9pt;
					}
					#faq span.name {
						font-weight:bold;
					}
					#faq div.question {
						margin-bottom:10px;
					}
					#faq div.answer {
						margin-bottom:20px;
					}

					/* form */
					
					.form_faq input.field {
						width:300px;
					}
					.form_faq textarea {
						width:300px;
						height:100px;
					}
					.form_faq select {
						
					}

							/*  FAQ - OLD!!!!!  */
					
					.faq_title {  margin-bottom: 0px}
					.faq_title span {  font-weight: bold}
					.faq_date {  }
					.faq_question {  margin-bottom: 10px}
					.faq_question a {  }
					.faq_answer {  margin-bottom: 20px}
					
						/*categories*/
					
					.faq_category  {  width: 100%}
					.faq_category_title  {  font-weight: bold}
					.faq_category_bullet  {  font-size: 10pt; padding-left: 5px}
					
						/*question form*/
					
					.faq_form {width:100%}
					.faq_form textarea {width:100%; height:100px;}
					.faq_form select {width:100%;}
					.faq_form input {width:200px;}

/*------------------ LIST TABLE ------------------*/
			
					.list {
						width:100%;
						background-color:#CCCCCC;
					}
					.list th {
						background-color:#333333;
						padding:2px 3px 2px 3px;
						line-height:12px;
						font-size:9pt;
						color:#EEEEEE;
					}
					.list th a {
						color:#FFFFFF;
					}
					.list .qty {
						width:40px;
						font-size:9pt;
					}
					.list_line1 td,
					.list_line2 td {
						background-color:#F9F9F9;
						padding:2px 3px 3px 3px;
					}
					.list_line2 td {
						background-color:#EEEEEE;
					}
		
					.list_line_top td {
						background-color:#EBEBEB;
						padding:2px 3px 3px 3px;
					}
					.list_line_top td a {
						color:#000000;
					}
					.list_total {
						background-color:#628BA5;
						height:1px;
					}
					.list_total_back {
						background-color:#E1FFE0;
						padding:2px 3px 3px 3px;
						font-weight: bold;
						text-align:left;
					}
					.list_price {
						padding:2px 3px 3px 3px;
						text-align:right;
						font-weight:bold;
						font-size:11pt;
					}

/*------------------ FORMS ------------------*/

					.form_heb td,
					.form_eng td,
					.form_grid td,
					.form_contact td,
					.form_register td,
					.form_faq td,
					.form_surveys td {
		/* lang */		padding-left:10px;
						padding-bottom:10px;
						vertical-align:top;
					}

					.form_heb_small td {
		/* lang */		padding-left:5px;
						padding-bottom:2px;
						vertical-align:top;
						font-size:9pt;
					}

					/* agreement */
					
					a.agreement {
						cursor:pointer;
						text-decoration:underline;
					}
					a.agreement:hover {
						text-decoration:none;
					}

/*------------------ CONTACT ------------------*/
			
					.contact_input {
						width:200px;
						
					}
					.contact_textarea {
						width:300px;
						height:50px;
					}
					.contact_browse {
						width:305px;
					}
					.contact_check {
						background:none;
						border:0px;
					}
					.contact_radio {
						background:none;
						border:0px;
					}


					/* contact wide (template "contact_form.php": oron91.lin) */
					
					.contact_wide tr {
						vertical-align:top;
					}
					.contact_wide td.content {
						width:100%;
	/* lang */			padding-left:30px;
					}
					.contact_wide td.form {
						white-space:nowrap;
					}


/*------------------ SITE MAP ------------------*/
			
					#sitemap {
						line-height:16px;
					}
					#sitemap h1 {
						padding-top:6px;
					}
					.node * {vertical-align:top}
					.sitemap_main_link {font-weight:bold; text-decoration:none;}
					.sitemap_main_link:hover {text-decoration:underline;}
					.sitemap_sub_link {text-decoration:none;}
					.sitemap_sub_link:hover {text-decoration:underline;}
					.sitemap_blank {width:0px;}

/*------------------ PRINT VERSION ------------------*/
					
					body.print_page {
						width:auto;
						background:#FFFFFF;
						color:#000000;
						font-size:10pt;
					}
					body.print_page table {
						font-size:10pt;
					}
					
					/* content */
					
					body.print_page div.header {
						margin-bottom:20px;
						text-align:center;
					}
					body.print_page table.page {
						width:567px;
	/* lang */			direction:rtl;
						font-size:10pt;
					}
					
					/* titles */
					
					body.print_page h1,
					body.print_page h2,
					body.print_page h3 {
						color:#000000;
					}
					body.print_page h2 {
						font-size:17px;
					}
					body.print_page h3 {
						font-size:15px;
					}
					
					/* list */
					
					body.print_page table.list {
						background:#FFFFFF;
						border:1px solid #000000;
					}
					body.print_page table.list th,
					body.print_page table.list td {
						background:#FFFFFF;
						border:1px solid #000000;
						font-size:10pt;
						color:#000000;
					}
					body.print_page table.list th {
						background:#CCCCCC;
					}
					body.print_page .red {
						color:#FF0000;
					}
					body.print_page table.form_heb_small td {
						border:0;
					}
					
					/* footer */
					
					body.print_page div.print_footer {
						margin-top:20px;
						padding-top:5px;
						border-top:1px solid #000000;
						font-size:9pt;
					}
					body.print_page div.print_footer span {
						font-weight:bold;
					}

/*------------------ DROPDOWN MENU ------------------*/
					
					/* item 1 - width */

					/*
					For example:

					<td id="dmenu_01"><a class="item1"></a></td>
					<td id="dmenu_02"><a class="item1"></a></td>
					
					*/

					#dmenu_01 a.item1 {
						width:84px;
					}
					#dmenu_02 a.item1 {
						width:65px;
					}
					#dmenu_03 a.item1 {
						width:78px;
					}
					#dmenu_04 a.item1 {
						width:119px;
					}
					#dmenu_05 a.item1 {
						width:108px;
					}
					#dmenu_06 a.item1 {
						width:120px;
					}
					#dmenu_07 a.item1 {
						width:85px;
					}
					#dmenu_08 a.item1 {
						width:41px;
					}
					
					/*
					
					OR:
					
					#dmenu_01 a.item1,
					#dmenu_02 a.item1,
					#dmenu_03 a.item1,
					#dmenu_04 a.item1,
					#dmenu_05 a.item1 {
						width:120px;
					}

					*/

					/* MENU */

					.ddmx td {
						height:30px;
						cursor:default;
					}
					
					/* item 1 */
					
					.ddmx .item1,
					.ddmx .item1:hover,
					.ddmx .item1-active,
					.ddmx .item1-active:hover {
						display:block;
						height:25px;
						position:relative;
						/*padding:5px 10px 0 15px;
						background:url(gfx/menu_top_arrow.gif) right 11px no-repeat;
						color:#FFFFFF;
						text-decoration:none;
						font-weight:bold;*/
						cursor:pointer;
					}
					
					/* item 2 */
										
					.ddmx .item2,
					.ddmx .item2:hover,
					.ddmx .item2-active,
					.ddmx .item2-active:hover {
						z-index:500;
						width:150px;
						padding:4px 5px 4px 5px;
						display:block;
						position:relative;
						border-bottom:1px solid #919396;
						font-size:9pt;
						text-decoration:none;
	/* lang */			text-align:right;
						color:#333333;
						line-height:12px;
						font-weight:bold;
					}
					.ddmx .item2 {
						background:#F2F2F2;
					}
					.ddmx .item2:hover,
					.ddmx .item2-active,
					.ddmx .item2-active:hover {
						background:#FFFFFF;
						color:#DC0008;
					}
					
					/* section */
					
					.ddmx .section {
						border:2px solid #919396;
						border-bottom:1px solid #919396;
						position:absolute;
						visibility:hidden;
						z-index:-1;
						margin-left:-2px;		 /* Firefox / heb */
						margin-right:0px;		 /* IE / heb */
						margin-top:0px;
					}
		
					* html .ddmx td { position: relative; } /* ie 5.0 fix */


/*------------------ VMENU ------------------*/
		
					#vmenu {
						background:url(gfx/vmenu_back.gif) no-repeat;
						margin-top:20px;
						padding:30px 0 10px 0;
					}
					#vmenu div {
						/*display:block;*/
						text-align:center;
					}
					
					/* level 1 */
			
					#vmenu div.level_1,
					#vmenu div.level_1_alone,
					#vmenu div.level_1_open,
					#vmenu div.level_1_current {
						width:210px;
						height:21px;
						margin-bottom:5px;
						padding:4px 0 0 0;
						background:url(gfx/level_1_regular.gif) no-repeat;
						color:#FFFFFF;
						font-weight:bold;
						text-decoration:none;
						line-height:14px;
						font-size:12pt;
						cursor:pointer;
					}
					#vmenu div.level_1:hover,
					#vmenu div.level_1_alone:hover,
					#vmenu div.level_1_open:hover {
						background:url(gfx/level_1_hover.gif) no-repeat;
					}			
					#vmenu div.level_1_current {
						background:url(gfx/level_1_current.gif) no-repeat;
					}	
		
					/* level 2 */
					
					#vmenu div.level_2,
					#vmenu div.level_2_alone,
					#vmenu div.level_2_open,
					#vmenu div.level_2_current {
						width:210px;
						height:21px;
						margin-bottom:5px;
						padding:4px 0 0 0;
						background:url(gfx/level_2_regular.gif) no-repeat;
						color:#199B23;
						font-weight:bold;
						text-decoration:none;
						line-height:14px;
						font-size:12pt;
						cursor:pointer;
					}
					#vmenu div.level_2:hover,
					#vmenu div.level_2_alone:hover,
					#vmenu div.level_2_open:hover {
						background:url(gfx/level_2_hover.gif) no-repeat;
						color:#199B23;
					}			
					#vmenu div.level_2_current {
						background:url(gfx/level_2_current.gif) no-repeat;
						color:#199B23;
					}	
					
/*------------------ CART ------------------*/

					div.cart{
						float:left;
						margin:-6px 0px 0px 20px;
						width:211px;
						height:29px;
						background:url(gfx/bg-cart.gif) no-repeat center;
						position:relative;
					}
					
					div.cart h3{
						float:right;
						margin:0px;
						padding:0px 10px;
						width:109px;
						height:29px;
						font-size:13px;
						color:#000000;
						font-weight:normal;
						line-height:29px;
					}
					
					div.cart .orange{
						color:#ed1c24;
						font-weight:bold;
					}
					
			
					div.cart a{
						float:right;
						width:82px;
						height:29px;
					}
					
					div.cart a span{
						display:none;
					}

					div.ssl {
						margin-top:10px;
						text-align:center;
					}
