@charset "utf-8";
/* CSS Document */

body{
 margin:0 0 0 0;
 background:#FFAD00; 
 font-family:Arial;
 font-size:12px;
}
a{
color:#000000;
text-decoration:none;
}
a:hover{
color:#000000;
text-decoration:underline;
}

div#outer {
margin-left:auto;
margin-right:auto;
margin-top:0;
width: 980px; 
}
div#page_body
{
/*margin-top: 10px;*/
width:100%;
position:relative;
display:block;
vertical-align:middle;
overflow:visible;
clear:both;
padding:0px;
}
div#clear
{
clear:both;
}

.even_row
{
background:#F2F2F2;
border-bottom:1px dotted #B4B4B4;
height:20px;
}

.odd_row
{
background:#FFFFFF;
border-bottom:1px dotted #B4B4B4;
height:20px;
}
.stock-heading1
{
background:url(../images/stock_row-1-bg.jpg);
background-repeat:repeat-x;
height:30px;
}
.stock-heading2
{
background:url(../images/stock_row-2-bg.jpg);
background-repeat:repeat-x;
height:31px;
vertical-align:middle;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
color:#FFFFFF;
font-weight:bold;
}

.s-size
{
	font-family: "Tahoma";
	font-size: 12px;
	width:130px;
}
.s-size-1
{
	font-family: "Tahoma";
	font-size: 12px;
	width:55px;
}

.big-img-bg
{
	width:456px;
	height:337px;
	background:url(../images/big_pic_bg.jpg) no-repeat;
	vertical-align:middle;
}


.thumbnail
{
	background:url(../images/thumnbail_bg.jpg) no-repeat;
	height:81px;
	padding-left:8px;
	padding-top:6px;	
}
.table_heading
{
	background:url(../images/table_heading.jpg) repeat-x;
	height:27px;
	border-right:1px solid #CCCCCC;
	font-family:Trebuchet Ms;
	font-size:14px;
	font-weight:bold;
	color:#000000;
	padding-left:5px;
	vertical-align:middle;
	text-align:left;
}
.table_bg
{
	background:#FFFFFF;
	width:456px;
}
.price
{
	color:#FF0000;
}
.tab_border
{
	border:1px solid #CCCCCC;
	padding:3px;
}

.page_heading
{
	font-family:Trebuchet Ms;
	font-size:18px;
	font-weight:bold;
	color:#000000;
	padding-left:5px;
	text-align:left;
	border-bottom:1px dotted #000000;
}
.body_box
  {
  background-color:#FFFFFF;
  border:1px solid #E1E1E1;
  padding-left:10px;
  padding-right:10px;
  }
  
.box_heading{
	background:url(../images/inquiry_head_bg.jpg);
	height:29px;
	background-repeat:repeat-x;
}
