@charset "utf-8";
/* CSS Document */

p {
	margin:0px!important;
	padding:0px!important;
	color:#999999;
}

h1 {
	margin:0px!important;
	padding:0px!important;	
	color:#999999!important;
	font-size:16px!Important;
}

/* Text variances */

.old_price{
	text-decoration:line-through;
	font-size:12px!important;
}

.now_price{
	font-size:16px!important;
	color:#FF6600;
	font-weight:bold!important;
}

/* Containers */

div.strip{
	width:956px; 
	background-color:#333333;
}

div.spacer{
	width:48px; 
	float:left;
	background-color:#333333;
}

div.product_left{
	min-width:430px; 
	float:left;
	margin-left:48px;
	margin-right:5px;
	margin-bottom:5px;
	background-color: #000;
	background-image: url(../images/buy-back.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

div.product_rigth{
	min-width:430px; 
	float:left;
	margin-bottom:5px;	
	background-color: #000;
	background-image: url(../images/buy-back.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

div.product_image{
	float:left;
}

div.product_text{
	float:left;
	text-align:center;
	padding:10px;
}

div.button{
	text-align:right;
	min-width:430px;
}