
		
	.product_navigation
		{
		float:right;
		margin: 0 10px 0 20px;
		}
	.navigate_current
		{
		float:left;
		width:25px;
		height:25px;
		background: transparent url(pictures/button_navigate_current.gif) no-repeat;
		padding: 5px 0 0 0;
		text-align:center;
		}
	.navigate_page
		{
		float:left;
		width:25px;
		height:25px;
		background: transparent url(pictures/button_navigate.gif) no-repeat;
		padding: 5px 0 0 0;
		text-align:center;
		}
	.navigate_previous
		{
		float:left;
		width:25px;
		height:25px;
		background: transparent url(pictures/button_navigate.gif) no-repeat;
		padding: 5px 0 0 0;
		text-align:center;
		}
	
	.navigate_next
		{
		float:left;
		width:25px;
		height:25px;
		background: transparent url(pictures/button_navigate.gif) no-repeat;
		padding: 5px 0 0 0;
		text-align:center;
		}
		
	.navigate_previous:hover,
	.navigate_next:hover,
	.navigate_page:hover
		{
		cursor:pointer;
		}
	
	#hr
		{
		width:625px;
		height:23px;
		background: transparent url(pictures/hr_down.png) no-repeat;
		margin:0 auto;
		}
	
	
	.search-input
		{
		width:100px;
		margin:1px 3px 0 10px;
		float:left;
		font-size:12px;
		border:1px solid #626262 !important;
		padding:2px 3px !important;
		border-radius:0 !important;
		text-shadow:0 1px 0 #fff;
		text-align:left;
		}
		
	.search-button
		{
		margin:1px !important;
		float:left;
		}
	.search-button:hover
		{
		cursor:pointer;
		}
		
	.cart_table
		{
		margin: 0 auto;
		width:680px;
		border: 0;
		text-align:left;
		}
		
	.cart_table .total
		{
		text-align:right;
		font-weight:bold;
		}
	.cart_table .totalsmall
		{
		font-size:10px;
		text-align:right;
		font-weight:normal;
		}
		
	input,
	input[type=text], 
	input[type=textarea], 
	select,
	textarea
		{
		border: 1px solid #000;
		background-color:#EEC3E0;
		}
	
	input:hover,
	select:hover
		{
		cursor:pointer;
		}
		
	input[type=text]:hover, 
	input[type=textarea]:hover,
	textarea
		{
		cursor:text;
		}
		
	.products_table_special
		{
		margin:0;
		text-align:left;
		float:left;
		width:350px;
		height:260px;
		border: 0;
		margin-left:8px;
		margin-bottom:2px;
		font-family:Trebuchet MS;
		font-size:13px;
		}
		
	#content .products_table_special a
		{
		font:14px bold;
		color:#EE719B;
		text-decoration:none;
		vertical-align:middle;
		}
		
	#content .products_table_special a:hover
		{
		color:#EB7062;
		}
		
	.default_table,
	.orders_table
		{
		margin: 0 auto;
		width:680px;
		border: 0;
		}
		
	.orders_table tr:hover
		{	
		background-color:#FCEBE9;
		}
	#cart_procedure
		{
		width:100%;
		height:30px;
		margin:10px 0 0 10px;
		}
	#cart_procedure img
		{
		float:left;
		margin:0;
		padding:0;
		}
	#special_box
		{
		margin: 0 auto;
		width:680px;
		float:left;
		height:250px;
		overflow:hidden;
		}
		
	#slideshow
		{
		float:left;
		width:100%;
		}
		
	.products_home_table
		{
		margin: 0 auto;
		width:680px;
		border: 0;
		background:#fff;
		font-family: Trebuchet MS;
		font-size: 13px;
		}
		
	.products_home_table td
		{
		vertical-align: top;
		}
		
	.products_home_table tr
		{
		height:auto;
		}
		
	.products_home_table .image
		{
		width:150px;
		text-align:left;
		vertical-align:top;
		border:0;
		}
		
	.products_home_table img
		{
		border:0;
		}
		
	.pictures_table
		{
		margin:0 auto;
		text-align:center;
		width:150px;
		border:0;
		padding:0;
		}
		
	.products_table
		{
		margin: 0 auto;
		width:680px;
		text-align:left;
		padding:0;
		border:0;
		font-family: Trebuchet MS;
		font-size: 13px;
		}
		
	.products_table_shortlist
		{
		float:left;
		margin:5px 5px 0 5px;
		text-align:left;
		width:auto;
		height:280px;
		padding:0;
		border:0;
		}
		
	.products_table_shortlist td
		{
		text-transform:uppercase;
		text-align:center;
		vertical-align:top;
		}
		
	.products_table .tiny
		{
		font-size:10px;
		}
		
	.products_table .price_from
		{
		text-align:right;
		font-size:12px;
		}
		
	.products_table .price_to
		{
		text-align:right;
		font-size:15px;
		}
		
	.register_table
		{
		margin: 0 auto;
		width:680px;
		border: 0;
		}
		
	.register_table .td1
		{
		width:200px;
		text-align:right;
		vertical-align:top;
		}
	.register_table .highlite
		{
		font-size:14px;
		font-weight:bold;
		}
	
	.cart_button
		{
		border: 1px solid #000;
		color:#000;
		background-color:#EE719B;
		}
		
	.cart_button:hover,
	.default_button:hover
		{
		cursor:pointer;
		background-color:#EB7062;
		}
		
	.default_button
		{
		margin: 2px 4px 2px 4px;
		border: 1px solid #000;
		color:#000;
		background-color:#EE719B;
		}
		
	.transparent
		{
		background-color:#ffffff;
		}
		
	.numeric
		{
		text-align:right;
		}
	
	.hdrline
		{
		height:1px;
		background-color:#EE6D61;
		}
	
	img
		{
		border:0;
		}
	
	/*---------prod_box----------*/
	ul.sub_categories
		{
		text-align:center;
		margin:10px auto;
		}
	ul.sub_categories li
		{
		list-style:none;
		float:left;
		margin:3px 3px 3px 3px;
		display:inline;
		}
	.prod_box
		{
		width:202px;
		height:auto;
		float:left;
		padding:2px 10px 10px 10px;
		}
	.top_prod_box
		{
		width:202px;
		height:7px;
		background:transparent url(pictures/product_box_top.png) no-repeat center bottom;
		float:left; 
		padding:0px; 
		margin:0px;
		}
	.bottom_prod_box
		{
		width:202px;
		height:20px;
		background: transparent url(pictures/product_box_bottom.png) no-repeat center top;
		float:left;
		padding:0px; 
		margin:0px;
		}
		
	.center_prod_box
		{
		width:202px;
		height: auto;
		background: transparent url(pictures/product_box_center.png) repeat-y;
		float:left; 
		text-align:center;
		padding:0px; 
		margin:0px;
		}
		
	.product_title
		{
		color:#EE719A;
		padding:5px 0 5px 0;
		font-weight:bold;
		}
		
	.product_title a
		{
		text-decoration:none;
		color:#EE719A;
		padding:5px 0 5px 0;
		font-weight:bold;
		}
	.product_title a:hover
		{
		color:#000;
		}
		
	.product_img
		{
		height:auto;
		padding:2px 0 2px 0;
		}
	.product_desc
		{
		color:#ea2222;
		padding:1px 0 5px 0;
		font-size:12px;
		font-weight:normal;
		min-height:30px;
		}
	ul.payment_methods
		{
		text-align:left;
		margin:0;
		margin-left:-40px;
		}
	ul.payment_methods li
		{
		list-style:none;
		}
	#com_buttons
		{
		float:left;
		height:250px;
		}	
	.default_like_but
		{
		float:left;
		margin-right:5px;
		}
	
