body {
	color: #000000;
	margin :0px;
	font-family: Arial, Tahoma, Verdana, Trebuchet, sans-serif;
	font-size: 10pt;
	text-align: center;
	background-image: url(../graphics/background.png);
	background-repeat: repeat;
}

h1 {
	background-color: #FFFFFF;
	color: #000066;
}

#page {
	background-color: #FFF;
	width: 980px;
	margin: 10px auto;
}

#headerbar, #headerbar_s {
	background-image: url(../graphics/header_back.png);
	background-repeat: repeat-x;
	position: relative;
	text-decoration: none; 
	min-height: 109px;
	height: auto;
	padding: 0px;
	width: 100%;
	/*margin-bottom:4px;*/
}
/* for Internet Explorer */
/*\*/
* html #headerbar {
	height: 109px;
}
/**/
#headerbar_s {
	margin-bottom: 0px;
	border-bottom: none;
}
#delta_full {
	position: absolute;
	background-image: url(../graphics/logo_full.png);
	width: 440px;
	height: 109px;
	top: 0;
	left: 0;
}

#deltalogo {
	position: absolute;
	background-image: url(../graphics/deltalogo.png);
	width: 105px;
	height: 105px;
	top: -3px;
	left: -3px;
}

#rings {
	position: absolute;
	background-image: url(../graphics/rings.png);
	top: -5px;
	right: -6px;
	width: 227px;
	height: 69px;
}

#logoarea {
	position: absolute;
	width: 324px;
	height: 26px;
	top: 22;
	left: 112;
}

#logoarearight {
	float: right;
}
#navbar, #navbar_s {
	position: absolute;
	bottom: 0px;
	left: 200px;
	text-decoration: none; 
	text-align:center;
	height: 22px;
	width: 636px;
	font-size: 14px;
	clear: both;
}

#navbar_s {
	color: #FFFFFF;
	text-transform: uppercase;
	bottom: -3;
}

#navbar ul {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0;
}

#navbar li {
	float: left;
}

#navbar a { 
	text-decoration: none; 
	color: #FFFFFF; 
	height: 22px;
	display: block;
	margin: 0 40px 0 1px;
	background-repeat: no-repeat;
	font-weight: bold;
	white-space: nowrap;
	min-width: 20px;
	width: auto;
	padding: 4px 0 0 0;
}
/* for Internet Explorer */
/*\*/
* html #navbar a {
	width: 20px;
	height: 22px;
}
/**/
#navbar a:hover { 
	color: #FF7301;
}
#banner {
	background-image: url(../graphics/banner_back.png);
	background-position: top center;
	height: 150px;
	margin-bottom: 20px;
}
#banner_img {
	height: 150px;
	width: 600px;
	margin: 0 auto;
	background-color: #FFFFFF;
}
#page_content {
	position: relative;
	width: 100%;
	background-color:FFFFFF;
	text-align: center;
	background-image: url(../graphics/logo_bar.png);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 15px;
}
#content {
	position:relative;
	clear: both;
	background-color:FFFFFF;
	width: 600px;
}
.menu_div {
	position: relative;
	color: #003399;
	font-size: 9pt;
	padding-top: 5px;
	margin: 0 3px 0 10px;
}
.menu_right_div {
	position: relative;
	color: #003399;
	font-size: 9pt;
	padding-top: 5px;
	margin: 0 3px 0 0;
}

.menu_title {
	position: relative;
	min-height: 25px;
	height: auto;
	color: #8989B8;
	font-size: 12pt;
	font-weight: bold;
	padding: 4px 0;
}

/* for Internet Explorer */
/*\*/
* html .menu_title {
	height: 25px;
}
/**/

.menu_body {
	position: relative;
	min-height: 2px;
	height: auto;
	text-align: center;
}
/* for Internet Explorer */
/*\*/
* html .menu_body {
	height: 2px;
}
/**/

.menu_content {
	position: relative;
	padding: 0 10px;
	clear: both;
}

.menu_top {
	position: relative;
	min-height: 2px;
	height: auto;
}
/* for Internet Explorer */
/*\*/
* html .menu_top {
	height: 1px;
}
/**/

.menu_btm {
	position: relative;
	min-height: 2px;
	height: auto;
}
/* for Internet Explorer */
/*\*/
* html .menu_btm {
	height: 1px;
}
/**/

ul.menu_list {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0;
	width: 170px;
}

li.menu_list {
	/*display: block;
	height: 16;*/
}

ul.menu_list2 {
	list-style: none;
	margin: 0 0;
	padding: 0;
	padding: 0;
}

li.menu_list2 {
	/*display: block;
	height: 20;*/
}

.basket_title {
	position: relative;
	min-height: 40px;
	height: auto;
	background-image: url(../graphics/basket_top.png);
	background-repeat: no-repeat;
	background-position: top center;
	color: #009900;
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	padding: 10px 0 0 0;
	border-bottom: 1px dotted #c5c5c5;
	width: 169px;
}

/* for Internet Explorer */
/*\*/
* html .basket_title {
	height: 50px;
}
/**/

.basket_body {
	position: relative;
	min-height: 2px;
	height: auto;
	text-align: center;
	background-color: #f0f0f0;
	padding: 5px 0;
	color: #666666;
	font-size: 15px;
	width: 169px;
}
/* for Internet Explorer */
/*\*/
* html .basket_body {
	height: 2px;
}
/**/

.minibaskettext {
	color: #333333; 
	font-size: 8pt;
}

.minibaskettextbold {
	color: #333333; 
	font-size: 8pt; 
	font-weight: bold;
}

a.minibaskettextlink {
	text-decoration: none; 
	color: #000066; 
	font-size: 8pt;
	font-weight: bold;
}

a.minibaskettextlink:hover {
	color: #EE6B08; 
}

.viewed_title {
	position: relative;
	min-height: 28px;
	height: auto;
	background-color: #000066;
	color: #9292C3;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	padding: 0 0 0 5px;
	line-height: 28px;
	width: 164px;
}

/* for Internet Explorer */
/*\*/
* html .viewed_title {
	height: 28px;
	width: 169px;
}
/**/

.viewed_body {
	position: relative;
	min-height: 2px;
	height: auto;
	text-align: left;
	padding: 0 0 0 0;
	color: #666666;
	font-size: 10pt;
	border-width: 2px;
	border-style: solid;
	border-left-color: #000066;
	border-right-color: #000066;
	border-top: none;
	border-bottom-color: #000066;
	width: 165px;
}
/* for Internet Explorer */
/*\*/
* html .viewed_body {
	height: 2px;
	width: 169px;
}
/**/
.viewed_content {
	min-height: 35px;
	height: auto;
	padding: 3px 0;
}
/* for Internet Explorer */
/*\*/
* html .viewed_content {
	height: 35px;
}
/**/
.viewed_div {
	min-height: 2px;
	height: auto;
	background-image: url(../graphics/viewed_div.png);
	background-repeat: no-repeat;
}
/* for Internet Explorer */
/*\*/
* html .viewed_div {
	height: 2px;
}
/**/

a.lastviewed {
	text-decoration: none; 
	color: #000000; 
	font-size: 7pt;
}

a.lastviewed:hover {
	color: #FF7301; 
}

li.order_progress {
	display: block;
	width: 100%;
	padding-left: 10px;
	min-height: 16px;
	height: auto;
	text-align: left;
	font-size: 10pt;
	color: #8989B8;
}
/* for Internet Explorer */
/*\*/
* html li.order_progress {
	height: 16px;
}
/**/

li.order_progress_active {
	display: block;
	width: 100%;
	padding-left: 10px;
	font-weight: bold;
	min-height: 16px;
	height: auto;
	text-align: left;
	font-size: 10pt;
	color: #FF7301;
}
/* for Internet Explorer */
/*\*/
* html li.order_progress_active {
	height: 16px;
}
/**/

a.menu_link {
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
	display: block;
	width: 170px;
	min-height: 23px;
	height: auto;
	color: #FFFFFF;
	margin: 3px 0 3px 5px;
	text-align: left;
	line-height: 1.5em;
	padding-left: 9px;
	background-image: url(../graphics/menu.png);
	background-repeat: no-repeat;
}
/* for Internet Explorer */
/*\*/
* html a.menu_link {
	width: 100%;
	height: 25px;
	margin: 3px 0 3px 1px;
}
/**/

a.menu_link:hover {
	color: #EE6B08;
	background-image: url(../graphics/menu_on1.png);
	background-repeat: no-repeat;
}

a.menu_link2 {
	background-image: url(../graphics/sub_menu_block.png);
	text-decoration: none;
	font-size: 10pt;
	margin-left:0px;
	margin-top:2px;
	width: 145px;
	color: #4D4D4D;
	text-align: left;
	min-height: 20px;
	height: auto;
	padding: 0 12px;
	display: block;
}
/* for Internet Explorer */
/*\*/
* html a.menu_link2 {
	height: 20px;
	width: 100%;
}
/**/

a.menu_link2:hover {
	border-left: 10px solid #4D4D4D;
}

a.brand_link {
	text-decoration: none;
	font-size: 7pt;
	margin-top: 1px;
	display: block;
	width: 100%;
	background-color: #990000;
	border-left: 5px solid #003399;
	color: #FFFFFF;
	height: 1em;
	padding-left: 5px;
}

a.brand_link:hover {
	background-color: #003399;
	border-left: 5px solid #990000;
}

.searchbox {
	color: #999999;
	border: solid 1px #999999;
}

.sel_box {
	color: #999999;
	border: solid 1px #999999;
}

.container {
	clear: both;
	width: 100%;
	float: left;
}

.two_1, .two_2 {
	width: 49%;
	float: left;
	padding: 0px 3px 15px 3px;
}
.inside {
	position: relative;
	padding-left: 2px;
	padding-right: 2px;
	padding: 0px 2px;
	overflow: visible;
	margin-left: 4px;
	margin-right: 4px;
	clear: both;
}
a.smalltitlelink {
	text-decoration: none; 
	color: #9292C3; 
	font-size: 8pt;
	font-weight: bold;
	text-transform: uppercase;
}
a.smalltitlelink:hover {
	color: #FF7301; 
}
a.pagenolink{
	text-decoration: none; 
	color: #000066; 
	font-size: 8pt;
}
a.pagenolink:hover {
	color: #FF7301; 
}
.prod_img {
	position: relative;
	text-align: center;
	padding: 8px 0;
	margin: 2px 0;
	float: left;
}
.prod_details {
	position: relative;
	text-align: left;
}
.prod_price {
	position: relative;
	background-image: url(../graphics/price_back.png);
	background-repeat: no-repeat;
	background-position: top center;
	float: right;
	width: 79px;
	height: 115px;
}
.price_exc {
	position: absolute;
	background-image: url(../graphics/price_exc.png);
	height: 37px;
	width: 72px;
	top: 9px;
	left: 4px;
	line-height: 25px;
	color: #FFFFFF;
}
.price_inc {
	position: absolute;
	background-image: url(../graphics/price_inc.png);
	height: 37px;
	width: 72px;
	top: 48px;
	left: 4px;
	line-height: 25px;
	color: #FFFFFF;
}
.price_label {
	position: absolute;
	bottom: 3px;
	right: 8px;
	font-size: 7pt;
	line-height: 1em;
}
a.price_link {
	text-decoration: none;
	cursor: hand;
}
a.info_link {
	text-decoration: none;
	cursor: hand;
	position: absolute;
	bottom: 1px;
	right: 90px;
}

.buy_div {
	position: absolute;
	background-image: url(../graphics/buy_div.png);
	height: 24px;
	width: 79px;
	left: 0px;
	top: 90px;
	color: #FFFFFF;
	text-transform: uppercase;
	line-height: 24px;
	font-weight: bold;
}
a.edit_btn {
	color: #000000;
	font-weight: bold;
	border: 1px solid #999999;
	width: 100%;
	line-height: 1.5em;
	text-decoration: none;
	margin: 4px 0;
	display: block;
}
.barbottom {
	background-color: #000066;
	text-decoration: none; 
	color: #FFFFFF; 
	font-size: 10pt;
	font-weight: bold;
	line-height: 1.5em;
	text-align: center;
	border-top: 6px solid #6868A4;
}

a.menubarbottom { 
	text-decoration: none; 
	color: #FFFFFF; 
	font-size: 9pt;
	white-space:nowrap;
}
a.menubarbottom:hover { 
	color: #FF7301;
}
.ittybitty {
	text-decoration: none; 
	font-size:7pt;
}
a.fletcherobrien {
	text-decoration: none; 
	color: #183596; 
	font-size: 8pt;
}
a.fletcherobrien:hover {
	color: #BB3131; 
}
a.fletcherobrien2 {
	text-decoration: none; 
	color: #FFC20D; 
	font-size: 8pt;
	font-weight: bold;
}
a.fletcherobrien2:hover {
	color: #BB3131; 
}
.mainprodbox {
	text-decoration: none; 
	color: #000000; 
	font-size: 9pt;
	/*border-color:#000066;
	border-right:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
	border-top:0px;
	border-bottom:1px solid #000066;*/
}

.mainprodboxtitle {
	background-image: url(../graphics/background_fade.png);
	background-repeat: repeat;
	border-top: 3px solid #C4C4C6;
	border-left: 3px solid #BFBEC2;
	border-right: 3px solid #9D9C9F;
	border-bottom: 3px solid #838386;
	padding: 3px;
	color: #000066;
	font-weight: bold;
	height: 32px;
}
.prodbox {
	text-decoration: none; 
	color: #4D4D4D; 
	font-size: 9pt;
	border-collapse:collapse;
	border: 1px solid #FFFFFF;
}

.prodboxtitle_l {
	background-color: #0178FF;
	background-image: url(../graphics/prod_title_l.png);
	height: 32px;
	width: 12px;
	float: left;
}
.prodboxtitle_r {
	background-image: url(../graphics/prod_title_r.png);
	height: 32px;
	width: 169px;
	float: right;
}
.prodboxtitle {
	padding: 8px 0 0 5px;
	background-image: url(../graphics/menu_block.png);
	background-position: right;
	background-repeat: no-repeat;
	height: 24px;
}
/* for Internet Explorer */
/*\*/
* html .prodboxtitle {
	height: 32px;
}
/**/

.navtreebox {
	height:20px;
	background-image: url(../graphics/bar.png);
	background-repeat: repeat-x;
	background-color: #9A9ABC;
	padding-left: 10px;
	border-top: 2px solid #FFFFFF;
}

.navhistoryarrow {
	text-decoration: none; 
	color: #FFFFFF; 
	font-size: 7pt;
}
a.navhistory {
	text-decoration: none; 
	color: #FFFFFF; 
	font-size: 8pt;
}
a.navhistory:hover {
	color: #FF7301;
}
.noborders {
	border-collapse:collapse;
	border-right:0px;
	border-left:0px;
	border-top:0px;
	border-bottom:0px;
	text-decoration: none; 
	font-size: 9pt;
}

.buybox {
	border: 1px solid #FFFFFF;
}
.buyboxblue {
	background-color:#000066;
	color: #FFFFFF; 
	font-size: 8pt;
	border: 1px solid #FFFFFF;
}
.buyboxlightblue {
	background-color:#E6E6E6;
	text-decoration: none; 
	color: #4D4D4D; 
	font-size: 8pt;
	border: 1px solid #FFFFFF;
}
.catstable {
	border-collapse:collapse;
	border: 1px solid #8282A9;
}

.catstabletop {
	/*background-color: #0178FF;*/
	position: relative;
	text-decoration: none; 
	color: #000066;
	text-align:left;
	font-size: 12pt;
	font-weight: bold;
	line-height: 1.5em;
	clear: both;
	width: 585px;
	border-bottom: 3px solid #FF7301;
	margin-bottom: 5px;
	margin-left: 9px;
}
/* for Internet Explorer */
/*\*/
* html .catstabletop {
	margin-left: 7px;
}
/**/


.indextop {
	/*background-color: #0178FF;*/
	position: relative;
	text-decoration: none; 
	color: #000066;
	text-align:left;
	font-size: 12pt;
	font-weight: bold;
	line-height: 1.5em;
	clear: both;
	width: 100%;
	border-bottom: 3px solid #FF7301;
	margin-bottom: 5px;
}

.prod_preview {
	border-top: 2px solid #D2E7FF;
	border-bottom: 2px solid #D2E7FF;
	border-left:  2px solid #D2E7FF;
	border-right:  2px solid #D2E7FF;
	margin-top: 3px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px; 
	padding: 0px;  
	overflow: hidden;
  _overflow: visible;
  _overflow-x: hidden;
  _height: 0;
	width: 97%;
}
.prod_preview_title {
	background: url('/graphics/mini_fade.png') repeat-x;
	position: relative;
	text-decoration: none; 
	color: #4D4D4D;
	text-align:left;
	padding-top:px;
	padding-left:10px; 
	font-size: 12pt;
	height:38px;
	clear: both;
}
a.prodlink {
	text-decoration: none; 
	color: #4D4D4D; 
	font-size: 11pt;
}
a.prodlink:hover {
	text-decoration: underline; 
	color: #000066; 
	font-size: 11pt;
}
.normal {
	font-size: 9pt;
}
.small_desc {
	font-size: 7pt;
}
.basketbox {
	font-size: 9pt;
	border-collapse:collapse;
	border-right:1px solid #D3D3D3;
	border-left:1px solid #D3D3D3;
	border-top:1px solid #D3D3D3;
	border-bottom:1px solid #D3D3D3;
}
a.basketsn {
	text-decoration: none; 
	color: #000000; 
	font-size: 9pt;
}
a.basketsn:hover {
	color: #000066;
}

.basketboxtitle {
	text-decoration: none; 
	color: #FFFFFF; 
	font-size: 9pt;
	height:20;
	background-color:#000066;
	border-color:#000066;
	border-collapse:collapse;
	border-right:1px solid #000066;
	border-left:1px solid #000066;
	border-top:0px;
	border-bottom:1px solid #D3D3D3;
}

.basketsubtotal {
	background-color:#D3D3E5;
	font-size: 9pt;
	border-color:#D3D3D3;
	border-collapse:collapse;
	border-right:1px solid #D3D3D3;
	border-left:1px solid #D3D3D3;
	border-top:1px solid #D3D3D3;
	border-bottom:1px solid #D3D3D3;
}
.pagetitle {
	margin-top: 6px;
	width: 98%;
	background-color: #000066;
	color: #FFFFFF;
	padding: 3px;
	font-size: 11pt;
	height: 20px;
	background-image: url(../graphics/bar_lrg.png);
	background-repeat: repeat-x;
	background-position: center;
}
/* for Internet Explorer */
/*\*/
* html .pagetitle {
	height: 26px;
}
/**/

.securenav {
	background-color: #0178BF;
	text-decoration: none; 
	color: #FFFFFF; 
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	padding: 2px;
}
.ordertitle {
	text-decoration: none; 
	color: #000066; 
	font-size: 12pt;
	padding-left: 5px;
}
.orderbox {
	border-color: #0178FF;
	border-collapse: collapse;
	border-top: 0px;
	font-size: 11pt;
}
.highlight {
	color: #F00000; 
	font-size: 9pt;
}
a.titlelink {
	text-decoration: none; 
	color: #9292C3; 
	font-size: 12pt;
}
a.titlelink:hover {
	color: #FF7301; 
}

.accountstitle {
	background-color: #000066;
	text-decoration: none; 
	color: #FFFFFF; 
	font-size: 10pt;
	border-right:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
}

.accountsvalue {
	text-decoration: none; 
	color: #000000; 
	font-size: 10pt;
	background-color:#D3D3E5;
	border-color:#D3D3E5;
	border-right:1px solid #D3D3E5;
	border-left:1px solid #D3D3E5;
	border-top:0px;
	border-bottom:1px solid #FFFFFF;
}

.customerdetails {
	border-collapse: collapse;
	border-color: #D3D3E5;
	border: #D3D3E5 solid 1px;
}

.customerdetailstitle {
	background-color: #000066;
	border-collapse: collapse;
	border: #D3D3E5 solid 1px;
	font-size: 10pt;
	color: #D3D3E5;
}
.accountstitles {
	background-color: #000066;
	text-decoration: none; 
	color: #FFFFFF; 
	font-size: 10pt;
}

.accountsdetails {
	background-color:#000066;
	text-decoration: none; 
	color: #4D4D4D; 
	font-size: 10pt;
	border-top:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
}
.imagebox {
	text-decoration: none; 
	color: #000066; 
	font-size: 9pt;
	border-collapse:collapse;
	border-right:1px solid #000066;
	border-left:1px solid #000066;
	border-bottom:1px solid #000066;
	border-top:0px solid #000066;
}

.imageboxtitle {
	cursor:hand;
	text-decoration: none; 
	color: #FFFFFF; 
	font-size: 10pt;
	font-weight: bold;
	background-image: url(../graphics/bar.png);
	background-repeat: repeat-x;
	background-color: #000066;
	height:20px;
	border-collapse:collapse;
	border-right:1px solid #000066;
	border-left:1px solid #000066;
	border-top:0px solid #000066;
	border-bottom:0px solid #000066;
	padding: 2px;
}
.catdisplay {
	border: 1px dotted #D3D3D3;
	border-collapse: collapse;
}
.catboxtitle {
	width:130px;
	height:35px;
}
.catboximage {
	width:130px;
	height:80px;
}
td.cattitle {
	background-image: url(../graphics/bar.png);
	background-repeat: repeat;
	padding: 2px;
}
a.cattitle {
	text-decoration: none; 
	color: #FFFFFF; 
	font-size: 11pt;
}
a.cattitle:hover {
	color: #000066;
}
a.catsubtitle {
	text-decoration: none;
	color: #000066;
	font-size: 9pt;
}
a.catsubtitle:hover {
	color: #FF7301;
}
a.catsubtitle2 {
	text-decoration: none;
	color: #000066;
	font-size: 11pt;
}
a.catsubtitle2:hover {
	color: #FF7301;
}

.l_bar {
	background-image: url(../graphics/l_bar.png);
	background-repeat: repeat-y;
}

.r_bar {
	background-image: url(../graphics/logo_bar.png);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 4px;
}
.r_bar_secure {
	background-image: url(../graphics/logo_bar.png);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 3px;
}
.item_title, .item_l_title, .item_r_title, .item_price, .preview_price  {
	background-image: url(../graphics/background_fade.png);
	background-repeat: repeat;
	margin: 3px 1px;
	border-top: 3px solid #C4C4C6;
	border-left: 3px solid #BFBEC2;
	border-right: 3px solid #9D9C9F;
	border-bottom: 3px solid #838386;
	padding: 3px;
	min-height: 50px;
	height: auto;
	overflow: visible;
}
/* for Internet Explorer */
/*\*/
* html .item_title {
	height: 50px;
}
/**/
.item_r_title {
	margin: 3px 0;
}
.item_price, .preview_price {
	height: auto;
	padding: 4px;
	font-weight: bold;
	color: #000066;
	font-size: 11pt;
}

a.prodpreviewtitle {
	text-decoration: none; 
	color: #000066; 
	font-weight: bold;
}
a.prodpreviewtitle:hover {
	color: #FF7301; 
}

.prodpreviewbox {
	border: 1px solid #8282A9;
	border-top: none;
	border-collapse: collapse;
}
.prodpreviewdesc {
	font-size: 9pt;
}

a.prodpreviewmoreinfo {
	text-decoration: none; 
	color: #000066; 
	font-size: 7pt;
}

a.prodpreviewmoreinfo:hover {
	color: #FF7301; 
}
a.randitem {
	text-decoration: none; 
	color: #000066; 
	font-size: 12pt;
	font-weight: bold;
}
a.randitem:hover {
	color: #FF7301; 
}
a.catlink {
	text-decoration: none; 
	color: #000066; 
	font-size: 10pt;
	font-weight: bold;
}
a.catlink:hover {
	text-decoration: underline; 
	color: #FF7301; 
}
.row_div {
	position: relative;
	width: 600px;
	margin: 0 auto;
	clear: both;
	/*border-bottom: 1px solid black;
	border: 1px solid red;*/
	z-index: 0;
	padding-left: 4px;
}
.item_price_row {
	
}
.item_l_div {
	position: relative;
	width: 295px;
	float: left;
	text-align: left;
	height: 100%;
	padding-left: 3px;
	padding-bottom: 35px;
	/*border: 1px solid blue;*/
}
.item_r_div {
	position: relative;
	width: 295px;
	float: right;
	text-align: left;
	height: 100%;
	padding-bottom: 35px;
	/*border: 1px solid green;*/
}
.item_body {
	position: relative;
	padding: 3px;
}
.item_img_div {
	position: relative;
	float: left;
	margin-right: 3px;
}
a.item_img_div {
	width: 100px;
	text-align: center;
}
.item_price_div {
	position: absolute;
	z-index: 10;
	bottom: -180;
	/*border: 1px solid red;*/
}
/* for Internet Explorer */
/*\*/
* html .item_price_div {
	bottom: 0;
}
/**/
.col_1 {
	right: 300;
}
.col_2 {
	right: 0;
}
.top_bar {
	width: 100%;
	height: 7px;
	background-image: url(../graphics/logo_bar.png);
	background-repeat: repeat-x;
}
