@charset "utf-8";
body{
	background-image:url(../img/backgrounds/8.jpg) ;
}

#shop_login{
	padding-left:15px;

}


td img{
	border:none;
	

}

#shop_login input{
	border:none;
	padding:3px;
	
}

input.form_bt{
	border:1px solid #000000;
	}

input[type=image] {
	border:none;
}

.product{
	width:235px;
	background-color:#FFFFFF;
	border:1px solid #999999;
	text-align:center;
	float:left;
	margin:8px;
	padding:15px;
	height:359px;
}

div.product_body{
	min-height:285px;


}

.product_name{
	font-size:13px;
	color:#FF0000;
	text-align:left;
	}
	
.product_desc{
	font-size:13px;
	color:#666666;
	text-align:left;
	margin-top:8px;

}

.product_price{
	font-family:helvetica,sans-serif;
	font-size:20px;
	color:#FF0000;
	text-align:right;
	font-weight:bold;
	height:30px;
}

.product_name_big{
	color:#FF0000;
	font-size:18px;
	font-family:Helvetica, sans-serif;


}


.product_addcart{
	position:relative;
	bottom:0px;

}


#product_detail_price{
	height:50px;
	text-align:right;

}

.product_code {
	width:180px;
	color:#FF0000;
	height:30px;

}

.product_qty{
	float:right;
	height:23px;	
	margin-right:35px;
	}

.product_qty input{
	border:1px solid #FF0000;
	padding:2px;
}

.product_variations{
	text-align:right;
	border-top:1px solid #FF0000;
	padding-top:15px;

}


#register_bt{
	display:block;
	background:url(../img/buttons/register.jpg) no-repeat;
	text-indent:999;
	}


ul#category_shop {
	padding:0px;
	margin:0px;

}

#category_shop li{
	padding:5px;
	list-style:none;
	
}

div#product_greetings{
	color:#FFFFFF;
	font-size:14px;
	height:50px;
	padding-top:15px;
	margin-bottom:80px;
}	


table#cart td{
	border-left:1px solid #999999;
	border-bottom:1px solid #999999;
	padding:8px;
	text-align:center;

}

table#cart	td#alpha, td#omega{
	border-left:none;

}

#shopping_cart_buttons{
	margin-top:35px;
}



#continue_shopping{
	float:left;
}

#left_button{
	margin-left:75%;
	text-align:right;

}
#recalculate_shopping, #place_shopping{
	float:left;
	text-align:right;
	margin-right:5px;
	margin-left:5px;

}


#category_shop{
	margin-left:18px;
}

#category_shop a, #category_shop a:visited {
	font-weight:normal;
	text-decoration:underline;
	font-size:12px;


}

th{
color:#fff;
height:45px;
}

.cart_tr{
height:45px;
}


table#cart tr.tr_total td{
	border:none;
	border-bottom:#FF0000 1px solid;

}

#order_address{
	width:100%;
	text-align:center;
}


div.input textarea{
	border:1px solid #999999;
	width:250px;
	margin-top:25px;
}


.disabled{
	display:none;

}
