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

html, body {
	margin:0;
	padding:0;
	text-align:center;
}

h1, h2, h3, div, p {
	margin:0;
	padding:0;
}

img {
	border:none;
}

/*RIGHT PANEL*/

#right_panel {
	text-align:left;
	background:#e6e6e6;
}

#right_panel_textbox{
}

#right_panel_textbox p{
	color:#333333;
}

#right_panel_textbox ul{
	color:#333333;
	list-style:none;
	margin:0;
	padding:0;
	margin-top:10px;
	}
	
#right_panel_textbox li{
	color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-top:5px;
	margin-bottom:5px;
	}

#right_panel_textbox a{
	color:#333333;
	text-decoration:none;
	}

#right_panel_textbox a:hover {
	color:#fa7d00;
	text-decoration:underline;
	
	}
	
#right_panel_textbox h1{
	color:#fa7d00;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
}

/*CONTENT PANEL*/

#content_panel_textbox a{
	text-decoration:underline;
	}

/*LEFT PANEL*/

/*OTHER RELATED STYLES*/

div.picture{
float:left;
height:100px;
width:100px;
margin-right:15px;
}

.style1 {
color: #FFFFFF
}

.compulsory {
	color:#FF0000;
}

div.clear {
	clear:both;
}

#qa_section {
	overflow:scroll;
	height:250px;
}

#qa_section table td,th {
	padding:5px 8px;
}

div#information table.details{
background-color:#ffffdb;
}

/* OFFER THUMBNAILS */

.offer_listing_box {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	border:1px solid #ffd6ae;
	padding:10px;
	padding-right:10px;
	width:263px;
	height:125px;
}

.offer_listing_box .offer_image {
	float:left;
	border:1px solid #dedede;
	margin-right:5px;
	margin-bottom:10px;
}

.offer_listing_box .offer_title {	
	font-weight:bold;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	margin-left:107px;
	color:#3c3c3c;
	min-height:45px;
	_height:45px;
}

#content_panel_textbox .offer_listing_box .offer_title a{	
	color:#3c3c3c;
	text-decoration:none;
}

#content_panel_textbox .offer_listing_box .offer_title a:hover{	
	color:#fa7d00;
	text-decoration:underline;
}

.offer_listing_box .offer_description {
	margin-top:10px;
	margin-left: 110px;
	overflow:hidden;
	min-height:30px;
	_height:30px;
}

.offer_listing_box .action {
	text-align:right;
	margin-top:10px;
}

#content_panel_textbox .offer_listing_box .action a{	
	color:#fa7d00;
	text-decoration:none;
}

#content_panel_textbox .offer_listing_box .action a:hover{	
	font-weight:bold;
}

/*******************************************************************************
 MAIN CONTENT AREA COMPONENT - MY BULK ORDERS
 *******************************************************************************/
 
div#bulk_orders{
 }
 
div#bulk_orders th {
background-image:url(../images/offer_listing_header_bg.jpg);
background-repeat:repeat;
border-left:1px solid #EFFCB6;
border-right:1px solid #C0D561;
height:25px;
padding-top:5px;
padding-bottom:5px;
padding-left:5px;
padding-right:5px;
text-align:left;
vertical-align:middle;
}

div#bulk_orders td {
border-bottom:1px solid #C0D563;
color:#454545;
padding:5px;
}

div#bulk_orders #purchases td {
border-bottom:0px;
}

div#bulk_orders td.col_1 {
background-color:#FFFFDB;
}

div#bulk_orders td.col_2 {
background-color:#F5F5C6;
}

table#friend_m th, table#friend_m td {
	padding:5px;
}

#offer_listing{
	width:590px;
}
