@charset "UTF-8";
/* CSS Document */

.thrColAbsHdr #multiple_product_main {
	margin: 2px 0 0 160px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding:0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height:485px;
	width:420px;	
}

.thrColAbsHdr #multiple_product_main p{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
line-height:20px;
color:#333;

}

.mp_main_header{
background-color:#999;
width:420px;
height:20px;
padding:3px 0 0 6px;
}

.mp_main_header_text{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#fff;

}

.mp_main_4_dot{
background-image:url(../images/4_v_dots.gif);
height:9px;
width:420px;
margin:2px 0 0 0;
padding-top:2px;
}

.mp_main_middle_dot{
	background-image:url(../images/vertical_dot.gif);
	height:150px;
	width:1px;
	margin:1px 0 1px 0;
}

.mp_main_hori_dot{
background-image:url(../images/fp_bottom_line.gif);
width:420px;
height:1px;
margin:1px 0 1px 0;
}

.mp_main_product{
	width:209px;
	height:150px;
	padding:10px 0 0 0;
}

.mp_main_item_table{
margin:0 0 0 5px;
padding:0 0 0 5px;

}

.mp_main_product_image{
text-align:center;
}

.mp_product_name_cost{
padding:5px 0 0 0;
text-align:left;
}

.mp_product_name{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#333;


}


.mp_product_cost{
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#cc0000;
	text-decoration: none;
}





.mp_main_dummy_table{
margin:0 0 10px 10px;


}

.mp_main_dummy{
background-color:#e4c284;
width:190px;
height:129px;
text-align:center;


}




.thrColAbsHdr #multiple_product_right {
position: absolute;
top: 245px;
right: 0;
width: 181px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
height:480px;
background-color:#fff;/*Background tag space */ /* the background color will be displayed for the length of the content in the column, but no further */
padding: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
margin:2px 10px 0px 18px;
}



.multiple_product_right_bottom{
background-color:#e4c284;
width:161px;
height:180px;
margin:10px 0 0 0;
padding:0 10px 0 10px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:400;
color:#333;
text-align:center;
}

.multiple_product_right_bottom a{
text-decoration:none;
color:#333;
}

.multiple_product_right_bottom a:hover{
text-decoration:underline;
color:#333;

}

.mp_right_bottom_text_title{
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:400;
color:#333;


}.mp_product_name a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#333;
	text-decoration: none;
}
.mp_product_name a:hover {
	font-size:12px;
	font-weight:bold;
	color:#333;
	text-decoration: underline;
}
.mp_product_cost a {
	color:#cc0000;
	text-decoration: none;
}
.mp_product_cost a:hover {
	text-decoration: underline;
}
