.pattern_style {
   font-weight: bold;
}

.luggage_name {
	text-align: center;
	font-weight: bold;
}

.luggage_specs {
	font-weight: normal;
}

#stripe_desc {
	font-weight: normal;
	font-size: smaller;	
}

.stat_heading {
	font-weight: bold;
}

.you_save_heading {
	font-weight: bold;
	color: red;
}

.stat_amount {
	font-weight: normal;
}

.suggested_list_price {
	font-weight: normal;
	text-decoration: line-through;
}

#full_page {
	max-width: 1200px;
	min-width: 1000px; 
}

/*** Left side ***/
#left_side {
	width: 350px; 
	left: 10px;
	top: 30px; 
	text-align: center; 
	position: relative; 
	float: left;
}

#poster {
	width: 200px;
	position: relative;
}


#patterns {
	top: 50px;
	position: relative;
}


/*** Middle column ***/
#middle_column {
	width: 475px;
	position: absolute;
	top: 270px;
	left: 450px;
	margin-right: 100px;
	text-align: left;
}

#main_luggage_picture {
	position: relative;
	margin-bottom: 20px;
}

#quick_description {
	position: relative;	
	text-align: center;
	width: 340px;
}

#luggage_specs{
	top: 20px;
	position: relative;	
	text-align: left;
}


/*** Right column ***/
#right_column{
	position: relative;
	top: 30px;
	left: 500px;
	text-align: center;
	margin-right: 30px;
	float: left;
	width: 200px;
}

#other_luggage_pictures{
	position: relative;	
}

#features_button{
	top: 10px;
	position: relative;	
}


/*** Bottom column ***/
#full_description{
	position: relative;
	top: 20px;
	text-align: left;
	margin-bottom: 70px;
	min-width: 600px;
	max-width: 700px;
}