body
{
	margin:0;
	padding:0;
	
	font-family:Tahoma;
	color:#000;
	font-size:12px;
	
	background-image:url('../../../../data/img/t/gradient.png');
	background-position:top;
	background-repeat:repeat-x;
}

#body
{	
	position:relative;
	margin:0 auto;
	
	width:980px;
}

h1
{
	color:#c82712;
	font-size:24px;
	font-weight:100;
	margin:0;
	margin-bottom:30px;
}

h2
{
	color:#0a458e;
	font-size:12px;
	margin-top:20px;
}

a
{
	color:#006ab0;
}

h3
{
	font-weight:bold;
	color:#0a458e;
	font-size:12px;
	margin-top:20px;
	margin-bottom:5px;
}

p
{
	line-height:18px;
	color:#1f1e1e;
}



.logo
{
	float:left;
	
	margin-top:30px;
	margin-left:20px;
}

.text_content
{
	width:97%;
}

.text_content p
{
	font-size:12px;
	color:#fff;
	line-height:18px;
}


a:hover
{
	text-decoration:none;
}

.message_wait
{
	margin-top:10px;
	padding:15px;
	background-color:#f5f5f5;
	font-size:16px;
	color:#000;
}

.message_ok
{
	margin-top:10px;
	padding:15px;
	background-color:#f5f5f5;
	font-size:16px;
	color:#4d930f;
}

.input_text
{
	background-color:#f5f5f5;
	border:1px solid #787878;
	width:300px;
}

.textarea
{
	background-color:#f5f5f5;
	border:1px solid #787878;
	width:300px;
	height:200px;
}

/* Main Menu */
.menu 
{
	float:left;
}

.menu .item 
{
	margin-left:35px;
	margin-top:60px;
	vertical-align:top;
}
	.menu .item  img
	{
		border:none;
	}

.menu .item_active
{
	background-image:url('../../../../data/img/t/m_l.png');
	background-repeat:no-repeat;
	background-position:-1px top;
	
	
	color:#fff;
}
	.menu .item_active .l1
	{
		background-image:url('../../../../data/img/t/m_r.png');
		background-repeat:no-repeat;
		background-position:right top;
		
		padding-right:12px;
	}
	
		.menu .item_active .l2
		{
			background-image:url('../../../../data/img/t/m_c.png');
			background-repeat:repeat-x;
			background-position:top;
			padding:4px;
			padding-left:10px;
			padding-right:10px;
		}	

.menu .item  a
{
	color:#37c8b3;
}
.menu .item  a:hover
{
	color:#fff;
	text-decoration:none;
}

.submenu 
{
	margin-top:50px;
}

.submenu .item
{
	margin-bottom:10px;
}

	.submenu .item a
	{
		color:#000;
	}
	
	.submenu .item_act
	{
		color:#9d1f0e;
		margin-bottom:10px;
	}
	
.main_div
{
	position:relative;
}
.main_table
{
	border-collapse: collapse; 
	border-spacing: 0px; 
}
	.main_table td
	{
		vertical-align:top;
	}
	
	.main_table  .col1
	{
		padding-left:20px;
		width:120px;
	}
	
	.main_table  .col2
	{
		width:575px;
		padding-right:20px;
		padding-left:25px;
	}
	
	.main_table  .col3
	{
		width:205px;
	}
	
	
.separator
{
	background-image:url('../../../../data/img/t/separ.png'); 
	background-repeat:repeat-x; 
	background-position:top;
	margin-top:30px;
	height:20px;
}

.separator2
{
	background-image:url('../../../../data/img/t/point.png'); 
	background-repeat:repeat-x; 
	background-position:top;
	margin-top:30px;
	height:20px;
}
	
/* ______________________   BLOCKS _________________ */
#block_question
{
	position:absolute;
	top:-140px;
	margin-left:40px;
	font-size:14px;

}

	#block_question .ico
	{
		background-image:url('../../../../data/img/t/sprite.png');
		background-position:-9px -7px;
		background-repeat:no-repeat;
		position:absolute;
		width:18px;		
		height:18px;	

		margin-left:-22px;
		margin-top:1px;
	}
	
	#block_question a 
	{
		color:#fff;
		font-style:italic;
	}
	
#block_call
{
	position:absolute;
	top:-115px;
	margin-left:40px;
	font-size:14px;

}

	#block_call .ico
	{
		background-image:url('../../../../data/img/t/sprite.png');
		background-position:-34px -7px;
		background-repeat:no-repeat;
		position:absolute;
		width:18px;		
		height:18px;	

		margin-left:-22px;
		margin-top:1px;
	}
	
	#block_call a 
	{
		color:#fff;
		font-style:italic;
	}	
	
#block_desc
{
	position:absolute;
	top:-87px;
	margin-left:40px;
	font-size:11px;
	font-style:italic;

}	

#block_contact
{
	position:absolute;
	top:-160px;
	margin-left:830px;
	text-align:right;
	font-size:11px;
	margin-top:20px;
}

	#block_contact .ico
	{
		background-image:url('../../../../data/img/t/sprite.png');
		background-position:-60px -7px;
		background-repeat:no-repeat;
		position:absolute;
		width:18px;		
		height:18px;	

		margin-left:20px;
		margin-top:1px;
	}
	
/* Catalogue */

.catalogue 
{
	padding-bottom:150px;
}

.catalogue .title
{
	font-size:12px;
	font-weight:bold;
	
}

.catalogue .item1
{
	padding-left:10px;
	background-image:url('../../../../data/img/t/cat/arr1.png');
	background-repeat:no-repeat;
	background-position:left;
	font-size:14px;
	margin-top:17px;
}

.catalogue .item1_act
{
	padding-left:10px;
	background-image:url('../../../../data/img/t/cat/arr1_1.png');
	background-repeat:no-repeat;
	background-position:left 5px;
	font-size:14px;
	margin-top:17px;
}

	.catalogue .item2
	{
		padding-left:10px;
		background-image:url('../../../../data/img/t/cat/arr1.png');
		background-repeat:no-repeat;
		background-position:left;

		margin-top:17px;

	}

	.catalogue .item2_act
	{
		padding-left:10px;
		background-image:url('../../../../data/img/t/cat/arr1_1.png');
		background-repeat:no-repeat;
		background-position:left 5px;
		font-size:12px;
		margin-top:17px;

	}

	.catalogue .item1 a
	{
		color:#000000;
		font-size:14px;
	}
	
	.catalogue .item2 a, .item3 a
	{
		color:#000000;
		font-size:12px;
	}	
	
	.catalogue .item3
	{
		padding-left:10px;
		background-image:url('../../../../data/img/t/cat/arr1.png');
		background-repeat:no-repeat;
		background-position:left;

		margin-top:17px;

	}

	.catalogue .item3_act
	{
		padding-left:10px;
		background-image:url('../../../../data/img/t/cat/arr1_1.png');
		background-repeat:no-repeat;
		background-position:left 5px;

		margin-top:17px;

	}	
	
	
	
	
	.catalogue .products
	{
		position:relative;
		margin-left:-10px;
		margin-top:13px;
		width:216px;
		background-image:url('../../../../data/img/t/cat/back_c.png');
		background-repeat:repeat-y;
		background-position:left;
	}
	
		.catalogue .products .layer1
		{
			background-image:url('../../../../data/img/t/cat/back_t.png');
			background-repeat:no-repeat;
			background-position:left top;
		}

		.catalogue .products .layer2
		{
			padding-top:13px;
			padding-left:24px;
			padding-right:5px;
			font-size:11px;
			
			background-image:url('../../../../data/img/t/cat/back_b.png');
			background-repeat:no-repeat;
			background-position:left bottom;			
			
			padding-bottom:20px;

		}	
		
		.catalogue .products .item_product
		{
			margin-top:8px;
		}
		


/* ______________ COLORS __________*/

.gray
{
	color:#c2c2c2;
}	

.pink
{
	color:#e22a5f;
}

.yellow
{
	color:#E22A5F;
}

.i 
{
	font-style:italic;
}

.font1
{
	font-size:14px;
	line-height:21px;
}

/* ________________________  RANDOM ILS __________________ */

.ils
{
	text-align:center;
	margin-top:10px;
	margin-bottom:30px;
}

.random_ils
{
	position:relative;
	float:left;
	text-align:center;
	
	margin-left:20px;
	
	width:637px;
	height:326px;
	margin-top:10px;
	
	background-image:url('../../../../data/img/t/slider.png');	
	background-repeat:no-repeat;
	background-position:6px bottom;
}

.about_itpoint
{

	float:left;
	margin-top:10px;
	margin-left:15px;
	
	background-image:url('../../../../data/img/t/about_gradient.png');	
	background-repeat:repeat-x;
}

.about_itpoint p
{
	margin:0;
	margin-top:7px;
	line-height:15px;	
}

.about_itpoint .layer1
{
	width:260px;
	padding:12px;
	padding-left:20px;
	padding-right:10px;
	margin-top:0;

	font-size:12px;
	line-height:11px;
	
	background-image:url('../../../../data/img/t/main_l.png');	
	background-repeat:no-repeat;
	background-position:left top;
}



/* Sprites */

#close_div
{
	background-image:url('../../../../data/img/t/sprite.png');
	background-position:-205px -6px;
	background-repeat:no-repeat;
	
	width:26px;
	height:26px;
	
	position:absolute; 
	right:15px;
	top:15px;
}

.spr_about
{
	background-image:url('../../../../data/img/t/sprite.png');
	background-position:-8px -124px;
	background-repeat:no-repeat;
	
	width:245px;
	height:37px;
}



.spr_last_news
{	
	background-image:url('../../../../data/img/t/sprite.png');
	background-position:-360px -64px;
	background-repeat:no-repeat;
	
	width:188px;
	height:41px;
}

.spr_fresh
{
	background-image:url('../../../../data/img/t/sprite.png');
	background-position:-9px -116px;
	background-repeat:no-repeat;
	
	width:199px;
	height:41px;
}

.spr_more
{
	background-image:url('../../../../data/img/t/sprite.png');
	background-position:-20px -203px;
	background-repeat:no-repeat;
	
	width:78px;
	height:28px;
	
	cursor:pointer;
}

.spr_new
{
	background-image:url('../../../../data/img/t/sprite.png');
	background-position:-20px -244px;
	background-repeat:no-repeat;
	
	width:75px;
	height:26px;
}

.spr_exc
{
	background-image:url('../../../../data/img/t/sprite.png');
	background-position:-114px -244px;
	background-repeat:no-repeat;
	
	width:75px;
	height:26px;
}

.spr_buy
{
	background-image:url('../../../../data/img/t/sprite.png');
	background-position:-3px -170px;
	background-repeat:no-repeat;
	
	width:100px;
	height:36px;
	
	cursor:pointer;
}

.spr_del
{
	background-image:url('../../../../data/img/t/sprite.png');
	background-position:-203px -170px;
	background-repeat:no-repeat;
	
	width:100px;
	height:36px;
	
	cursor:pointer;
}

.spr_order
{
	background-image:url('../../../../data/img/t/sprite.png');
	background-position:-206px -203px;
	background-repeat:no-repeat;
	
	width:78px;
	height:28px;
	
	cursor:pointer;
}




.spr_news_block
{
	background-image:url('../../../../data/img/t/sprite.png');
	background-position:-371px -118px;
	background-repeat:no-repeat;
	
	width:99px;
	height:32px;
}

.spr_basket
{
	background-image:url('../../../../data/img/t/sprite.png');
	background-position:-8px -8px;
	background-repeat:no-repeat;
	
	width:24px;
	height:24px;
}



/* You Saw */

.you_saw  .item  a img
{
	border:3px solid #2d2d2d;
	
	width:110px;
	height:80px;
}

.you_saw .item .title
{
	text-align:center;
	color:#3bd6bf;
	text-decoration:none;
	
	width:110px;
	
	font-size:11px;
	font-style:italic;
	
	margin-top:8px;
	margin-bottom:25px;
}	

.you_saw .item .title a
{
	color:#3bd6bf;
	text-decoration:none;
}
.you_saw .item .title a:hover
{
	text-decoration:underline;
}

	
	
/* Last news */

.last_news h1
{
	color:#a91b08;
	font-weight:100;
	font-style:normal;
	font-size:18px;
	margin:0;
	margin-bottom:6px;
	margin-left:27px;
}


.last_news .all_news
{
	position:absolute;
	margin-top:-22px;
	margin-left:120px;
	font-size:12px;
	
	
}

	.last_news .all_news a
	{
		color:#6f6f6f;
	}


.last_news 
{
	margin-top:10px;
}
	.last_news  td 
	{
		width:284px;

		vertical-align:top;
	}
	.last_news .item
	{
		margin-top:25px;
		padding-bottom:15px;
	}

		.last_news .pink 
		{
			font-size:12px;
		}

		.last_news .title
		{
			margin-top:3px;
			margin-bottom:10px;
			color:#006ab0;
			font-size:12px;
			font-weight:bold;
			
			line-height:18px;
		}
		.last_news .title a 
		{
			color:#006ab0;
			font-size:12px;
		}

		.last_news .title a:hover
		{
			text-decoration:none;
		}

		 .date
		{
			color:#999999;
			font-size:10px;
		}

		.last_news .text
		{
			font-size:11px;
			line-height:14px;
		}

/* ___________________________   PRODUCTS ____________________  */

.catalogue_goods 
{

}

.catalogue_goods .item
{

	margin-top:15px;
	margin-bottom:45px;
}

	.catalogue_goods .item .title a
	{
		color:#0e65cb;
		font-size:16px;
	}
	
	.catalogue_goods .item .desc
	{
		margin-top:10px;
	}
	
	.catalogue_goods .price
	{
		position:absolute;
		margin-left:110px;
		margin-top:-32px;
		
		font-weight:bold;
		font-size:18px;
	}
	
	.catalogue_goods .compare1
	{
		background-image:url('../../../../data/img/t/compare1.png');
		background-position:left top;
		background-repeat:no-repeat;
		height:20px;
		padding-left:25px;
		padding-top:1px;
		position:absolute;
		margin-left:358px;
		margin-top:-32px;
	}
	
		.catalogue_goods .compare1 div
		{
			background-image:url('../../../../data/img/t/point2.png');
			background-position:left bottom;
			background-repeat:repeat-x;	
			line-height:18px;	
			vertical-align:top;		
			cursor:pointer;
		}
		
		.catalogue_goods .compare1 .noborder
		{
			background-image:none;
			background-position:left bottom;
			background-repeat:repeat-x;	
			line-height:18px;	
			vertical-align:top;	
			cursor:pointer;			
		}	
		
	.catalogue_goods .compare2
	{
		background-image:url('../../../../data/img/t/compare2.png');
		background-position:left top;
		background-repeat:no-repeat;
		height:20px;
		padding-left:25px;
		padding-top:1px;
		position:absolute;
		margin-left:358px;
		margin-top:-32px;
	}
	
		.catalogue_goods .compare2 div
		{
			background-image:url('../../../../data/img/t/point2.png');
			background-position:left bottom;
			background-repeat:repeat-x;	
			line-height:18px;	
			vertical-align:top;		
			cursor:pointer;
		}
		
		.catalogue_goods .compare2 .noborder
		{
			background-image:none;
			background-position:left bottom;
			background-repeat:repeat-x;	
			line-height:18px;	
			vertical-align:top;	
			cursor:pointer;			
		}		
		
		.catalogue_goods .inrest1
		{
			position:absolute;
			margin-left:275px;
			margin-top:-27px;
			color:#1181db;
		}
		
		.catalogue_goods .inrest2
		{
			position:absolute;
			margin-left:275px;
			margin-top:-27px;
			color:#888888;
		}
		
		.catalogue_goods .num
		{
			
			font-weight:100;
			font-size:11px;
			margin-left:10px;
			
		}
			.catalogue_goods .num input
			{
				border:1px solid #cccccc;	
				text-align:center;
				width:20px;
				font-size:10px;
			}
		
	
	
/* __________________   SEARCH BOX _________________ */

.search
{
	margin-top:47px;
	margin-left:60px;
	
	float:left;
	background-image:url('../../../../data/img/t/sprite.png'); 
	background-repeat:no-repeat; 
	background-position:-10px -80px;
	
	height:40px;
	width:160px;
}

	.search input
	{
		outline: none;

		display:block;
		border:none;
		background:none;
		position:relative;
		width:105px;
		margin-left:10px;
		margin-top:8px;
		font-size:13px;
		
	}
	
/* _______________  ADV ________________ */

.adv
{
	margin-top:33px;
}
	.adv img
	{
		border:none;
	}
	
	
/* ________________ NEWS BLOCK _________________ */

.news_block
{
	margin-top:30px;
}

	.news_block .title
	{
		margin-top:20px;
		margin-bottom:6px;
	}
	
		.news_block .title a 
		{
			color:#3bd6bf;
			font-style:italic;
		}

	.news_block .text
	{
		font-size:11px;
		width:180px;
		
		line-height:16px;
	}
	
	
/* __________________ BASKET BOX _______________ */


.basket_box 
{
	background-image:url('../../../../data/img/t/basket/left.png'); 
	background-repeat:no-repeat; 
	background-position:left top;
	
	padding-left:10px;

}

.basket_box  .layer1
{
	background-image:url('../../../../data/img/t/basket/right.png'); 
	background-repeat:no-repeat; 
	background-position:right top;
	
	padding-right:10px;
}

.basket_box  .layer2
{
	background-image:url('../../../../data/img/t/basket/center.png'); 
	background-repeat:repeat-x; 
	background-position:top;
	
	height:30px;
}


#basket_content
{
	background-image:url('../../../../data/img/t/basket.png'); 
	background-repeat:no-repeat; 
	background-position:10px 7px;
	text-align:right;
	height:20px;
	color:#a1b1c4;
	font-size:11px;
	padding-top:6px;
	padding-right:60px;
}
	#basket_content a
	{
		color:#90def8;
	}
	
	#basket_content .spr_basket
	{
		position:absolute;
		right:25px;
		top:3px;
	}


/* __________________ FOOTER ___________ */
.footer 
{ 
	height:172px;  
	background-color:#e5e5e5;
	
	margin-top:20px;
}
 
.footer2 {  position:relative; width:1026px;  margin:0 auto; padding-top:45px; }
.footer2 .col1 { float:left;  width:1px; font-size:11px;  }
.footer2 .col2 { float:left; margin-left:55px; width:268px; overflow:hidden; margin-right:20px; font-size:12px; padding-top:4px;}
	.footer2 .col2 .copy
	{
		font-size:11px;
	}

	.footer2 .col2 .subcopy
	{
		font-size:11px;
		line-height:18px;
		margin-top:10px;
	}
	
	
.footer2 .col3  
{ 

	float:left;
	margin-left:30px;
	font-size:12px; 
	line-height:14px;
	width:630px;
}
	
	.footer2 .col3  td
	{
		vertical-align:bottom;
	}


/* ___________   _________   PAGES _______________ */

.pages { color:#8c8c8c; font-size:11px; padding-top:3px;}
.pages a
{
	color:#6398be;
	
}

.pages a:hover
{
	color:#6398be;
	text-decoration:none;
}

.pages .active
{
	vertical-align:top;
	width:23px;
	padding-right:4px;
	padding-top:3px;
	height:25px;
	color:#000;
	text-decoration:none;
	background-image:url('../../../../data/img/t/page2.gif');
	background-repeat:no-repeat;
	
}

.page_box
{
	width:23px;
	height:22px;	
	padding-right:4px;
	padding-top:3px;	
	vertical-align:top;
	text-align:center;
	font-size:12px;
	font-family:Tahoma;
	
	
	background-image:url('../../../../data/img/t/page.gif');
	background-repeat:no-repeat;	

}
	
	
	
/*______________________  CATALOGUE ____________________ */

.catalogue_index .title a
{
	font-size:12px;
	color:#006ab0;
	font-weight:bold;
}
.catalogue_index 
{
	height:180px;
}
.catalogue_index .desc
{
		position:relative;
		margin-top:-82px;
		margin-left:100px;
		
		font-size:11px;
}
.cat_sort 
{ 
	width:570px;
 font-size:12px; 
 background-image:url('../../../../data/img/t/cat_sort_l.png');
 background-repeat:no-repeat; 
 background-position:left;
 background-color:#17100a; 
 border:none; 
 padding:0; 
 margin-top:30px;  
 margin-bottom:10px;
 }

.cat_sort .layer1  
{ 
	background-image:url('../../../../data/img/t/cat_sort_r.png'); background-repeat:no-repeat; background-position:right;
	background-color:#17100a;
	height:36px; 
	margin-left:20px;
 }
 

	.cat_sort td input
	{
		height:20px;
	}
	.cat_sort td
	{
		vertical-align:middle;
	}
	
	.cat_sort .sort1, .sort2, .sort3
	{
		vertical-align:top;
		padding-top:5px;
		padding-left:10px;
		margin-right:20px;

		font-size:11px;
		font-style:italic;
	}
	
	
	#showall
	{
		font-style:italic;
		font-size:11px;
		padding-top:10px;
		
		margin-left:425px;
	}
	#showall a
	{
		color:#00d1d5;
	}

#showall2 {  font-size:11px; color:#cccccc; font-style:italic; padding-left:7px; padding-bottom:10px; }
#showall2  a {  color:#00D1D5; }
	
	
	

	.brand_info .link  a
	{
		 font-style:italic;
		 color:#e22a5f;
	}
	
	
	
	
	
/* ________________________________  ONE ITEM ____________________________ */
.one_item	.article
{
	font-size:14px;
	font-style:italic;
}

.one_item .pricebox
{
	padding-left:5px;
	padding-top:18px;
	width:144px;
	height:85px;
	background-image:url('../../../../data/img/t/pricebox.png');
	background-repeat:x-repeat;
}


.back_to_cat
{
	position:absolute;
	margin-left:420px;
	top:14px;
}
	
.line_p
{
	width:97%;
	background-image:url('../../../../data/img/t/p.gif');
	background-repeat:x-repeat;
	height:1px;
	line-height:1px;
	
	margin-top:10px;
	margin-bottom:30px;
	
}

.specs 
{
	margin-top:20px;
}
.specs .li2
{
	margin-top:6px;
	margin-bottom:3px;
}


.classic_popup
{
	background-color:#f8f8f8;
	padding:40px;
	
}

	
	.classic_popup h1
	{
		color:#C82712;
		font-size:24px;
	}
	.classic_popup a
	{
		color:#1181DB;
	}
	
	.classic_popup td
	{
		padding-bottom:10px;
	}
	
	.classic_popup .input_text
	{
		border:1px solid #797979;
		width:340px;
	}
	
	.classic_popup  textarea
	{
		border:1px solid #797979;
		width:340px;
		height:158px;
	}
	
	.classic_popup .label
	{
		padding-right:10px;
	}
	
.brand_desc
{
	line-height:18px;
}
	



.OrderForm td { padding:3px;}

#call_back_form td
{
	padding:8px;
	padding-left:0px;
}

form .label
{
	color:#1f1e1e;
	font-size:12px;
	padding-right:20px;
}

form .red
{
	color:#c92027;
}

.subscribe_box .input_text
{
	width:210px;
	font-size:11px;
	padding:2px;
	border:1px solid #808080;
}

.subscribe
{
	position:absolute;
	margin-top:-50px;
	margin-left:120px;
}

.subscribe a
{
	color:#777777;
	text-decoration:none;
	border-bottom:1px dashed #777777;
}

.sort_brands .brands
{
	width:222px;
	background-image:url('data/img/t/cat/back_c.png');
}

.sort_brands .brands .layer1
{
	background-image:url('data/img/t/cat/back_t.png');
	background-position:left top;
	background-repeat:no-repeat;
}

.sort_brands .title
{
	font-size:12px;
	font-weight:bold;
	height:25px;
}

.sort_brands .open_brands
{
	width:13px;
	height:13px;
	background-image:url('data/img/t/cat/arr2.png');
	background-position:left bottom;
	background-repeat:no-repeat;

	position:absolute;
	margin-left:170px;
	margin-top:7px;
	
	cursor:pointer;
}

.sort_brands .link
{
	position:absolute;
	margin-top:-23px;
	margin-left:110px;
	text-align:right;
	width:100px;

}

.sort_brands .link a
{
	color:#545454;
	border-bottom:1px dashed #545454;
	text-decoration:none;
}

.sort_brands .link a:hover
{
	color:#545454;
	border-bottom:1px dashed #fff;
	text-decoration:none;
}

.sort_brands .brands
{
	margin-bottom:20px;
}

.sort_brands .brands .layer2
{
	width:222px;
	padding-bottom:15px;
	background-image:url('data/img/t/cat/back_b.png');
	background-position:left bottom;
	background-repeat:no-repeat;	
	
	padding-top:10px;
	padding-left:20px;
}

.sort_brands .brands .layer2 .item
{
	color:#425260;
	font-size:12px;
	margin-top:8px;
}

.sort_brands .brands .layer2 .item a
{
	font-size:11px;
	color:#ce0000;
	margin-left:6px;
}

.compare_box { background-color:#b5b5b5; font-size:12px;   color:#000; padding:7px; }
.compare_box .l1 
{
 	background-image:url('../../../../data/img/t/gradient.png');
	background-position:top;
	background-repeat:repeat-x;
	background-color:#fff;
	padding:20px; 
	padding-top:10px;
}


.compare_box .h
{
	font-size:18px;
	padding-top:15px;
	padding-bottom:12px;
	background-color:#f5f5f5;
	
}
.compare_box .close { position:absolute; right:40px; top:25px; font-style:italic; font-size:14px; font-weight:100; color:#d52027;  background-image:url('../../../../data/img/t/close2.png');background-repeat:no-repeat;background-position:right; border-bottom:1px dashed #d52027; }
.compare_box .close:hover
{
	border:none;
}

.compare_box   td { padding:12px; border-bottom:1px solid #c6c6c6; font-size:11px; }
.compare_box .colored { background-color:#fcfcfc; }
.compare_box .colored2 { background-color:#dff0ff; }
.compare_box   .delete {   background-position:15px 5px; padding-left:40px; font-weight:bold; color:#C82712; }
.compare_box   .delete a{   color:#C82712; }


