/*==== global style ====*/

body {
	font-family: Helvetica, sans-serif;
	background: #d2d0d1 url(../images/header_background.jpg) no-repeat scroll center 23px;
	margin: 0;
	padding: 0;
}
div #content {
	margin: 0;
	padding: 0;
}
div #sub, .gut {
	border: none !important; 
	background-color: #fff;

}
div #sub {
	padding: 3px 0 0 !important;
}
/*==== my Ad Specs style for Left Column ====*/
#content_wrapper {
	width: 1075px;
	margin: 0 auto;
	background: #d1d1d1 url(../images/back_image.jpg) repeat-y center top; 
}
.white_textbox {
	position: relative;
	/* margin-top: 10px; */
	padding: 10px;
	background-color: white;
	border: 1px solid #cccccc;
	border-bottom: 3px solid #ccc;
	width: 578px;
	/* height: 100%;
	z-index:0; */
}
img.ad_thubm {
	float: left;
	margin-right: 10px;
}
img.arrow {
	float: left;
	margin-right: 10px;
	padding: 0 0 0 150px;
}
.upper_text {
	height: 183px;
}
h1.ad_name {
	font-family: Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #000000;
	margin-bottom: 12px;
	padding; 0;
}
p.ad_description_bold, .call_Patti {
	font-family: Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	line-height: 20px;	
	color: #333;
	margin: 0;
	padding: 0;
}
p.ad_description {
	font-family: Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	line-height: 16px;
	color: #333;
	margin: 0;
	padding: 0;
}
.myEmail, .myMessage {
	font-family: Helvetica, sans-serif;
	font-size: 9pt;
	color: #999999;
	width: 250px;
	height: 17px;
	padding: 2px 5px 0;
	margin: 5px 0;
	clear:both;
}
.myMessage {
	width: 300px;
	height: 50px;
}
.serial_no {
	float: left;
	width: 100px;
}
.ad_now {
	background: url(../images/arrow.jpg) left top no-repeat;
	float: right;
	font-family: Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	margin: 0;
	line-height: 18px;
	text-indent: 23px;
	cursor:pointer;
}
/*==== my Ad Specs style for Right Column ====*/

div#profile_textbox {
	margin-top: 10px; 
	padding: 10px;
	background-color: #efefef;
	border: 1px solid #cccccc;
	border-bottom: 3px solid #ccc;
	width: 280px;
	height: 100%;
	position:relative;	
}
.profile_header {
	font-family: Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #8c1b20;
	margin-bottom: 10px;
	padding: 0 20px 5px 0;
	border-bottom: dotted 1px gray;
}
.profile_description {
	font-family: Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	line-height: 18px;
	color: #333;
	margin: 0;
	padding-bottom: 10px;
}
.dot_line_seperator {
	border-bottom: dotted 1px gray;
	margin-top: 10px;
	margin-bottom: 10px;
}
.bold_cap {
	font-weight: bold;
	text-transform: uppercase;
}
/*==== pup-op box ====*/
.close_btn {
	cursor:pointer;
	position:absolute;
	top:3px;
	right:3px;
}
.orderbox {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	position: absolute;
	font-size: 12px;
	line-height: 18px;
	color: #333;
	background-color: #faefe5;
	border: 3px solid #7396C7;
	margin:-5px 0 0;
	right:8px;
	width: 330px;
	clear: both;
	z-index:10000;
}
.buyAd {
	padding: 10px;
}
.offer_btn {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-x-system-font:none;
	background-color:#7396C7;
	border:medium none;
	color:#FFFFFF;
	cursor:pointer;
	font-family:Arial,Helvetica,sans-serif;
	font-size:13px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	overflow:visible;
	padding:4px 8px;
	width:auto;
}
/*==== main text style ====*/
h1, h2, h3, h4, h5, h6, li {
	margin: 0;
	padding: 0;
} 
.buyAd label.error {
	font:bold 11px Arial, Helvetica, sans-serif;
	color:#F00;
	float:left;
}
.more_customers {
	text-transform:uppercase;
	cursor:pointer;
	color:#114477
}
.adspecs_navigation {
	list-style:none;
	float:right;
	width:auto;
	position:absolute;
	right:10px;
	z-index:10px;
}
.adspecs_navigation li {
	float:left;
	margin:6px 0 0 6px;
}
.adspecs_navigation li a, .navigation li a:visited {
	border:1px solid #CCC;
	background-color:#FFF;
	display:block;
	font-weight:bold;
	padding:4px 8px;
	text-decoration:none;
}
.adspecs_navigation li a:hover {
	background-color:#EEE;
	border-color:#999;
}
.adspecs_navigation li a.current {
	background-color:#4E749E;
	border-color:#4E749E;
	color:#FFF;
}