/**********************************/
/*********** basket.php ***********/

#basket TH {
	padding				:	3px 0 3px 10px;
}

.th_1 {
	background			:	#E0E0E0;
}

.th_2 {
	background			:	#F0F0F0;
}

#basket TD {
	padding				:	3px 0 3px 10px;
}

.td_1 {
	background			:	#E0E0E0;
}

.td_2 {
	background			:	#F0F0F0;
}

.basket_subtotal {
	text-align			:	right;
	padding				:	0 10px 0 0;
}

.checkout_buttons {
	margin				:	20px 0 0 220px;
/*	width				:	300px;*/
	/*border				:	1px solid #000;*/
}

.checkout_empty_button {
	position: relative;
	right:	215px;
	bottom: 5px;
}


/**********************************/
/********** category.php **********/


.category_list {
	list-style			:	none;
	margin				:	0;
	padding				:	0;
}

.category_list_item {
	
}

.products_list {
	/*padding				:	5px;*/
	width				:	498px;
	/*border				:	1px solid #DADADA;*/
}

.products_list_item_a {
	position			:	relative;
	height				:	110px;
	margin				:	0 0 1px 0;
	background			:	#E0E0E0;
}

.products_list_item_b {
	position			:	relative;
	height				:	110px;
	margin				:	0 0 1px 0;
	background			:	#EFEFEF;
}

.products_list_item_image {
	float				:	left;
	margin				:	10px 0 0 10px;
	width				:	139px;
	height				:	86px;
	border				:	1px solid #838383;
}

.products_list_item_desc {
	margin				:	0px 0 0 158px;
	padding				:	8px 0 0 0;
	/*border				:	1px solid #000;*/
}

.products_list_cat_name {

}

.products_list_item_catno {

}

.products_list_item_name {

}

.products_list_item_price {
	float				:	right;
	margin				:	0 8px 0 0;
}

.products_list_item_buttons {
	/*margin				:	10px 0 0 0;*/
	position			:	absolute;
	bottom				:	11px;
}

.products_list_item_view input {
	float				:	left;
	font-family			:	Tahoma, Arial, Helvetica, sans-serif;
	color				:	#404040;
}

.products_list_item_add input {
	float				:	left;
	font-family			:	Tahoma, Arial, Helvetica, sans-serif;
	color				:	#404040;
}

/*********************************/
/********** product.php **********/

.product_box {
	position			:	relative;
	width				:	498px;
	/*height				:	250px;*/
	/*border				:	1px solid #838383;*/
}

.product_box_images {
	float				:	left;
}

.product_box_details {
	/*border				:	1px solid #838383;*/
}

.product_box_name {
	font-weight			:	bold;
}
.product_box_catno {
	
}
.product_box_desc {
	
}
.product_box_price {
	
}
.product_box_form {
	margin				:	10px 0 0 0;
}
.product_box_form_select {
	float				:	left;
	margin				:	0 20px 0 0;
}
.product_box_form_submit {
	
}
. {
	
}

