@charset "utf-8";

* {
margin:0px;
padding:0px;
}

body{
margin:0px 2px 10px 2px;
background:#ffffff;

border-width:1px;
border-style:solid;
border-color:#f0f0f0;	
font-family:arial,helvetica,sans-serif;font-size:12px;
}

a img{
border:0;
}

#hd_bookm{
position:absolute;
right:15px;
top:57px;
color:#6E6D6D;
vertical-align:top;
}

#hd_bookm img {
border:0;
}

#header{
background:#fff;
height: 60px; /*Height of top section*/
}

#mainwrapper{
float: left;
width: 100%;
background:#FFF;
}

#maincolumnleft{
margin-right: 200px; /*Set right margin to RightColumnWidth*/
background: #FFF;
zoom: 1;
}

.indent{
margin-left:15px;
}

#rightcolumn{
float: left;
width: 200px; /*Width of right column in pixels*/
margin-left: -200px; /*Set left margin to -(RightColumnWidth) */
background: #fff;
}

#maincolumnright{
margin-left: 200px; /*Set right margin to RightColumnWidth*/
}

#leftcolumn{
float: left;
width: 200px; /*Width of right column in pixels*/
margin-left: -100%;
background: #FDF9FE;
}


#footer{
clear: left;
width: 100%;
background:#FFF;
color: #000;
text-align: center;
font-size:14px;
padding: 4px 0;
}

#footer a{
color: #000;
}

#single_content{
margin-left:20px;
margin-top:30px;
margin-right:30px;
margin-bottom:50px;
font-size:12px;
}

#single_content b{
font-size:16px;
color:#007EBF;
}

#single_content ul{
margin-left:20px;
}

#single_content li{
margin-bottom:8px;
}


.inside{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

#head_1{
float:left;
height:55px;
width:160px;
background-image:url(../img/hd1_w160.gif);
background-repeat:no-repeat;
}

#head_2{
float:left;
height:55px;
width:380;
background-image:url(../img/hd2_wscale.gif);
background-repeat:repeat-x;
}

#head_3{
float:left;
height:55px;
width:30px;
background-image:url(../img/hd3_w30.gif);
background-repeat:no-repeat;
}

#head_4{
float:left;
height:55px;
width:100%;
background-image:url(../img/hd4_wscale.gif);
background-repeat:repeat-x;
}

#head_5{
float:left;
height:55px;
width:15px;
background-image:url(../img/hd5_w15.gif);
background-repeat:no-repeat;
}

input#input_query{
float:left;
margin: 12 10 0 30;
border-right: 2px solid #eeeeee;
border-bottom: 2px solid #eeeeee;
border-top: 2px solid #bbbbbb;
border-left: 2px solid #bbbbbb;
font-size:16px;
background:url('../img/search_input_bg2.gif') no-repeat left center;
}

input#submit_btn{
float:left;
margin: 12 10 0 0;
font-size:15px;
}

#hd_bookmark{
}

#hd_cat_nav{
font-size:11px;
font-weight:bold;
margin-top:32px;
margin-left:30px;
}

.hd_cat{
margin-right:20px;	
}

#hd_cat_nav a, #hd_cat_nav a:link, #hd_cat_nav a:visited, #hd_cat_nav a:active {
text-decoration: underline;
color:#fff;
}

#hd_partner_nav{
position:absolute;
top:-4px;
right:20px;
color:#E6E4E3;
font-size:11px;
font-weight:bold;
margin-top:10px;
margin-left:30px;
}

.hd_partner{
margin-right:5px;
margin-left:5px;
}

#hd_partner_nav a, #hd_partner_nav a:link, #hd_partner_nav a:visited, #hd_partner_nav a:active {
text-decoration:none;
color:#E6E4E3;
}

#bc{
padding-left:10px;
padding-bottom:5px;
font-weight:bold;
font-size:12px;
color:#6E6D6D;
}

#bc a, #bc a:link, #bc a:visited, #bc a:active {
color:#6E6D6D;
}


/* products */
p.prod_dtl_desc {
font-size:11px;
padding-left:5px;
}


div#msg_no_results{
text-align:center;
margin-top:30px;
padding-bottom:150px;
font-size:14px;
font-weight:bold;
color:#555;
}

a.btt{
position:relative;
font-weight:bold;
text-decoration:none;
}
a.btt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.btt:hover{
z-index:50;
color: #aaaaff;
background:transparent;
}
a.btt:hover span.tooltip {
display:block;
position:absolute;
top:0px; left:0;
padding: 15px 0 0 0;
margin-left:-90px;
width:300px;
color: #993300;
text-align: left;
/*
filter: alpha(opacity:98);
KHTMLOpacity: 0.98;
MozOpacity: 0.98;
opacity: 0.98;
*/
}
a.btt:hover span.title {
display: block;
padding: 45px 8px 0;
background: url(../img/btt3.gif) no-repeat top;
color:#0072AD;
font-weight:bold;
font-size:12px;
text-decoration:underline;
}

a.btt:hover span.price {
display: block;
padding: 0px 8px;
background: url(../img/btt3_fill.gif) repeat bottom;
}

a.btt:hover span.ship {
display: block;
padding: 0px 8px;
background: url(../img/btt3_fill.gif) repeat bottom;
}

a.btt:hover span.desc {
display: block;
padding: 0 8px; 
background-image:url(../img/btt3_fill.gif);
background-repeat:repeat;
background-position:bottom;
background-color:white;
text-align:left;
color:#000;
font-size:10px;
min-height:15px;
}

a.btt:hover span.bottom {
display: block;
padding:3px 8px 10px;
color: #548912;
background: url(../img/btt3.gif) no-repeat bottom;
}

a.btt img {
border:0;
margin-top:0px;	
}
	
.selName{
font-size:14px;
font-weight:bold;
padding-bottom:8px;
}

.selVals{
padding-bottom:12px;
}

.selVals ul{
list-style-type:none;
}

.selVals ul li{
padding-bottom:4px;
padding-left:4px;
}

.selVals ul li em{
color:#aaa;
}

td.matrixFG{
padding-top:10px;
padding-bottom:10px;
padding-right:10px;
font-weight:bold;
border-bottom:1px solid #E6E4E3;

} 

td.matrixF{
font-style:italic;
padding-left:5px;
} 

td.matrixV{
vertical-align:top;
padding:5px;
}

td.hl{
background-color:#EDF9FF;
}



hr.mainTop, hr.mainBtm, hr.mainColumn{
color:#AB1404;
height:1px;
background-color: #fff;
}

hr.mainTop{
margin-left:10px;
margin-right:20px;
margin-bottom:5px;
}

hr.mainBtm{
margin-bottom:20px;
}

hr.mainColumn{
margin-right:20px;
margin-bottom:5px;
}


div#pagination{
margin-top:15px;
margin-bottom:25px;
text-align:center;
font-size:15px;
}

/* categories */

.parentCat {
margin-bottom:10px;
}

.parentCat a {
font-size:16px;
font-weight:bold;
}

.childCats{
font-size:14px;
margin-bottom:15px;
padding-left:10px;
padding-right:20px;
}

/* boxes */

.navBox, .rtBox {
color: #000;
margin-bottom:20px;
padding: 7px;
text-align: left;
background-color: #EDF9FF;
border: 1px solid #007EBF;

/* Do rounding (native in Firefox and Safari) */
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}


/*
 * Google AdSense
 *
 */
a#google_info {
  text-decoration:none;
  color:#808080;
  font-size:11px;
  padding-left:2px;
}


/*
 * Google AdSense
 * Top placement
 *
 */
div.google_top {
 text-align:left; clear:both; overflow:hidden; padding-left:10px; padding-bottom:12px;
}

div.google_top p.google_info {
  margin-top:0px;
  margin-bottom:4px;
}

div.google_top td.google_td {
  padding-bottom:3px;
  padding-top:3px;
}

div.google_top a.google_title_a {
  color:#0033CC;
}

div.google_top a.google_title_a:hover {
 color:orange;
}

div.google_top a.google_url_a {
 text-decoration:none;
 cursor:pointer;
}

div.google_top div.google_title {
 font-size:13pt;
 text-decoration:underline;
 font-weight:bold;
 display:inline;
 height:100%;
 margin-right:8px;
 cursor:pointer;
 cursor: hand;
 vertical-align:bottom;
}

div.google_top div.google_desc {
 color:#333;
 font-size:10pt;
 text-decoration:none;
 display:inline;
 height:auto;
 margin-right:8px;
 vertical-align:bottom;
}

div.google_top div.google_url {
 color:#008000;
 font-size:9pt;
 text-decoration:none;
 display:inline;
 height:auto;
 cursor:pointer;
 cursor: hand;
 vertical-align:bottom;
}

/*
 * Google AdSense
 * Bottom placement
 *
 */
div.google_btm {
	text-align:left; clear:both; overflow:hidden; padding-top:15px; padding-left:20px; padding-bottom:20px;
}

div.google_btm p.google_info {
  margin-top:0px;
  margin-bottom:4px;
}

div.google_btm td.google_td {
  padding-bottom:3px;
  padding-top:3px;
}

div.google_btm a.google_title_a {
  color:#0033CC;
}

div.google_btm a.google_title_a:hover {
 color:orange;
}

div.google_btm a.google_url_a {
 text-decoration:none;
 cursor:pointer;
}

div.google_btm div.google_title {
font-size:13pt;
text-decoration:underline;
font-weight:bold;
display:inline;
height:100%;
margin-right:8px;
cursor:pointer;
cursor: hand;
vertical-align:bottom;
}

div.google_btm div.google_desc {
color:#333;
font-size:10pt;
text-decoration:none;
display:inline;
height:auto;
margin-right:8px;
vertical-align:bottom;
}

div.google_btm div.google_url {
color:#008000;
font-size:9pt;
text-decoration:none;
display:inline;
height:auto;
cursor:pointer;
cursor: hand;
vertical-align:bottom;
}

/* tooltip
/* see ../js/tooltip.js */
div.tooltip {
position: absolute;
display: none;	
max-width:500px;
padding:7px 9px;
background-color:#fff;
text-align:left;
border:1px solid #cecece;
color:#000;
-moz-border-radius:6px; 
opacity:0.94;
cursor:default;
z-index:100;
}


div.tooltip_info {
position: absolute;
display: none;	
max-width:500px;
padding:7px 9px;
background-color:#fff;
text-align:left;
border:1px solid #3DBE1B;
color:#000;
-moz-border-radius:6px; 
opacity:1;
cursor:default;
z-index:100;
}

div.tooltip a {
color:#999999;
border:0;
text-decoration:underline;
}

td.tooltip {
width: 300px;
height: 300px;
font-family: verdana;
font-size: 11px;
color: #999999;
background-color: #fff;
}

td.tooltip_info { /* for trustrating & co. */
width: 300px;
height: 300px;
font-family: verdana;
font-size: 12px;
color: #000;
background-color: #fff;
}

div.tooltip_close_button {
text-align:right;
top:-20px;
padding-right:40px;
} 

div.tooltip_close_button span {
text-align:right;
vertical-align:bottom;
padding-left:5px;
font-size:10px;
color:#999999;
}


img.ebay_bubble {
border:0;
text-decoration:none;
}

span.tooltip a{
text-decoration:none;
font-size:10px;
color:#999999;
}

/**/
/* row */
/**/

/* products */

div#products{
position:relative;
}

tr.prod{
vertical-align:top;
height:100px;
}

td.prod_cb{
text-align:center;
vertical-align:middle;
width:24px;
min-width:24px;
background: url(../img/cb_bg.gif) no-repeat bottom center;
}

td.prod_img{
vertical-align:middle;	
width:110px;
min-width:110px;
padding:5px;
}

td.prod_dtls{
width:100%;
padding:5px;
}

a.prod_link{
font-size:16px;
font-weight:bold;
}

a.prod_img_link img{
border:0;
}

div.prod_desc{
font-size:12px;
margin-top:4px;
padding-right:40px;
}

div.prod_desc a{
color:#000;
text-decoration:none;
}

div.prod_desc span a{
color:#6E6D6D;
}

a.offer_desc{
color:#000;
text-decoration:none;
}

.clickable{
cursor:pointer;
cursor:hand;
}

span.prod_manu{
font-size:12px;
margin-right:10px;
}

span.prod_store{
font-size:12px;
}

div.prod_reviews span{
color:#6E6D6D;
font-size:12px;
}

div.prod_offrs{
font-size:12px;	
}

td.prod_prc{
text-align:center;
width:180px;
padding:5px;
padding-right:50px;
}

td.prod_prc .prc_range {
font-size:13px;
font-weight:bold;
}

td.prod_prc .prc {
font-size:14px;
font-weight:bold;
}

td.prod_prc .ship, td.prod_prc .total {
font-size:11px;
color:#6E6D6D;
font-style:italic;
}

td.prod_prc .amnt_offers {
font-size:10px;
}

/* offer border */

tr.prod_btm{
font-size:5px;
}

td.prod_btm_lft{
font-size:5px;
width:15px;
height:5px;
min-width:15px;
background: url(../img/cb_bg_btm.gif) no-repeat top right;
}

td.prod_btm_rght{
font-size:5px;
width:25px;
min-width:25px;
}

td.prod_btm_brdr{
font-size:5px;
border-top-width:1px;
border-top-color:#E6E4E3;
border-top-style:solid;
margin-left:25px;
}

.compbtn{
padding-top:3px;
padding-left:55px;
background-color:#fff;
border:0px solid #fff;
color:#6E6D6D;
font-style:italic;
font-size:12px;
cursor: pointer;
cursor: hand;
}


/* offers */

tr.offr{
vertical-align:top;
height:95px;
}

td.offr_cb{
vertical-align:middle;
width:45px;
}

td.offr_img{
vertical-align:middle;	
width:120px;
min-width:120px;
padding:5px;
}

td.offr_dtls{
width:100%;
padding:5px;
}

td.offr_store{
width:200px;
min-width: 200px;
text-align:left;
}

.store_name{
font-size:12px;
color:#6E6D6D;
}

.store_rtg{
font-size:11px;
color:#6E6D6D;
font-style:italic;
}


td.offr_prc{
text-align:center;
width:150px;
padding:5px;
padding-right:50px;
}

td.offr_prc .prc {
font-size:18px;
}


/* product detail */

tr.prod_dtl{
vertical-align:middle;
height:100px;
}

td.prod_dtl .prod_dtl_img{
vertical-align:middle;	
width:200px;
padding:5px;
}

td.prod_dtl_info{
vertical-align:top;	
padding:5px;
}


/* */
/* grid */
/* */

.oBox{
float:left;
margin:2px;
margin-bottom:10px;
margin-left:8px;
background-image:url(../img/box-frame2.gif);
background-repeat:no-repeat;
/* border-bottom: solid 2px #efefef; */
padding: 2px;
padding-top:4px;
min-width: 166px;
min-height: 240px;
height:expression(this.scrollHeight != 240? "240px" : "auto" );
overflow:visible;
width: 166px;
}

.oBoxCntnt{
position:relative;
cursor:pointer;
cursor:hand;
text-align:center;
padding:5px;
width:156px;
height:200px;
}


.oImgBox{
position:relative;
top:0px;
left:5px;
text-align:center;
width:160px;
}

.oImg{
height:100px;
width:160px;
}

.oDetailBox{
position:absolute;
top:110px;
left:5px;
text-align:center;
background-color:#fff;
}

.oName{
height:70px;
width:160px;
font-size:12px;
font-weight:bold;
}

.oPriceBox{
position:absolute;
top:140px;
left:5px;
padding-top:5px;
text-align:center;
width:160px;
background-color:#fff;
}

.oPrice{
font-size:16px;
font-weight:bold;
color:#000;
}

.oShip{
font-size:9px;
color:#000;
}

.oBtn{
position:absolute;
top:176px;
left:25;
width:120px;
height:24px;
background-image:url(../img/button-orange.gif);
}

.oBtnPv{
position:absolute;
top:176px;
left:25;
width:120px;
height:24px;
}


.oStore{
position:absolute;
top:96px;
width:160px;
font-size:10px;
color:blue;
text-decoration:underline;
font-style:italic;
}

.oAmntOffers{
position:absolute;
top:96px;
width:160px;
font-size:10px;
font-style:italic;
}

.oDesc{
position:relative;
top:38px;
left:70px;
width:160px;
}

.oOfferMoreInfoBtn{
position:relative;
top:20px;
left:0px;
width:25px;	
}

.oClear{
clear:left;
}

