.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }
form { margin: 0; padding: 0; }
input { margin: 0; padding: 0; }
body{
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000101;
}
#pagewidth{
	margin: 0 auto;
	text-align: left;
	width: 908px;
}
/* header */
#header{
	height: 93px;
	background: url(bg-header.gif) repeat-x left top;
	position: relative;
}
img{
	border: none;
}
h1{
	margin: 0;
	padding: 0;
	position: absolute;
	left: 8px;
	top: 5px;
}
h1 a{
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	width: 186px;
	height: 84px;
	background: url(logo.gif);
}
#header form{
	position: absolute;
	left: 210px;
	top: 19px;
	margin: 0;
	height: 22px;
	padding: 0;
}
#header form label{
	font-weight: bold;
	display: block;
	color: #000;
	margin: 3px 5px 0 0;
	padding:0;
	float: left;
}
#header form input{
	width: 150px;
	height: 21px;
	float: left;
	margin: 0 4px 0 0;
	font-size: 11px;
	color: #999;
	padding: 2px 0 0 4px;
	vertical-align: bottom;
}
#rightcol form input.go, #header form input.go, .subscribe input.go{
	width: 28px;
	height: 20px;
	font-size: 9px;
	font-family: tahoma;
	color: #fff;
	margin: 0 0 1px 0;
	padding: 0;
	border: none;
	text-transform: uppercase;
	font-weight: bold;
	vertical-align: bottom;
	background: url(bg-go.gif);
}
* html #rightcol form input.go, * html #header form input.go, * html .subscribe input.go{
	margin: 0 0 2px 0;
}
.tel{
	position: absolute;
	right: 169px;
	top: 9px;
	text-align: right;
}
.tel p{
	font-weight: bold;
	margin: 0 0 3px 0;
	padding: 0;
	font-size: 11px;
}
.tel p strong{
	font-size: 13px;
	font-weight: bold;
	color: #c00;
}
.tel strong{
	font-weight: normal;
}

#header ul{
	position: absolute;
	margin: 0;
	list-style: none;
	padding: 7px 0;
	left: 198px;
	top: 53px;
	width: 706px;
	background: #fff;
	text-align: center;
}

#header ul li{
	display: inline;
	background: url(separator.gif) no-repeat right;
	margin: 0 7px 0 0;
	padding: 0 7px 0 0;
}
#header ul li.last{
	background: none;
}
#header ul li a{
	color: #666;
	font-weight: bold;
	text-decoration: none;
}
#header ul li a:hover{
	text-decoration: underline;
}
/* leftcolumn */
#main{
	overflow: hidden;
	float: left;
	position: relative;
}
#leftcol{
	width: 187px;
	float: left;
	margin-bottom: -5000px;
	padding-bottom: 5000px;
	border-right:1px solid #ddd; 
}
* html #leftcol{
	width: 188px;
}
#leftcol h3{
	margin:0;
	padding: 3px 0 0 0;
	color: #fff;
	font-size: 11px;
	width: 182px;
	height: 19px;
	background: url(bg-left-h3.gif);
}
* html #leftcol h3{
	height: 22px;
}
#leftcol h3 span{
	background: url(bg-left-h3-span.gif) no-repeat left;
	margin:0 0 0 6px;
	padding: 0 0 0 10px;
}
#leftcol ul{
	margin: 0 0 3px 0;
	padding: 0;
	width: 182px;
	list-style: none;
}
#leftcol ul a{
	color: #000;
	text-decoration: none;
	display: block;
	padding: 0 0 0 16px;
	font: normal 11px/20px Arial;
	text-align:left;
}
* html #leftcol ul a{
	height: 1%;
}
#leftcol ul a:hover{
	color: #c00;
	background: #eee;
}
.order{
	text-align: center;
	width: 182px;
	border-top:1px solid #eee;
	height: 80px;
	padding: 0 0 40px 0;
	background: url(bg-order.gif) no-repeat 23px 14px; 
}
.order p{
	margin: 25px 45px 0 45px;
	font-weight: bold;
}
.order strong{
	color: #c00;
	font-size: 14px;
}
/* footer */
#footer{
	float: left;
	width: 908px;
	position: relative;
	padding: 3px 0 24px 0;
}
#footer ul{
	margin: 0;
	padding: 5px 0;
	color: #fff;
	background: #900;
	list-style: none;
	text-align: center;
}
#footer ul li{
	display: inline;
}
#footer ul li a{
	color: #fff;
	text-decoration: none;
	padding: 0 7px;
}
#footer ul li a:hover{
	text-decoration:underline;
}
.block{
	width: 898px;
	height: 115px;
	margin: 4px 0 0 4px;
	color: #999;
	border: 1px solid #ddd;
}
.copy{
	font-weight: bold;
}
#footer .left{
	text-align: right;
	height: 103px;
	width: 380px;
	float: left;
	margin: 6px 0 0 70px;
	display: inline;
	border-right:1px solid #ddd; 
}
#footer .left p.copy{
	padding: 30px 0 0 0;
}
#footer .left p{
	margin: 0 42px 0 0;
}
#footer .right div{
	width: 299px;
	float: right;
	text-align: left;
}
#footer .right p{
	margin: 0;
	padding: 0;
}
#footer .right a{
	color: #999;
}
#footer .right a:hover{
	text-decoration: none;
}
#footer .right div img{
	display: block;
	margin: 22px 0 5px 0;
}
#footer .right p{
	margin: 3px 0;
}

#footer .right #banners {
	float: left;
	width:130px;
}
#footer .right .bbb-banner{
	margin:10px 0 10px 50px;
}
#footer .right .banner{ /*yahoo secure */
	margin:0 0 0 50px;
}
/* center */
h2.celebrate{
	padding: 5px 0 0;
	margin: 0 0 0 5px;
	text-align: center;
}
h2.celebrate a{
	color: #fff !important;
	background: url(buller-red.gif) no-repeat right;
	padding: 0 15px 0 0;
	text-decoration: underline;
}
h2.celebrate a:hover{
	text-decoration: none;
	margin: 0;
}
h2 .left,h2 .right{
	display: block;
	width: 6px;
	height: 27px;
	overflow: hidden;
}
h2{
	background: url(bg-h2.gif);
	height: 22px;
	position: relative;
	padding: 5px 0 0 0;
	font-size: 11px;
	color: #fff;
	margin: 0;
}
* html h2{
	height: 27px;
}
h2 .left{
	background: url(bg-h2-left.gif);
	position: absolute;
	left: 0;
	top: 0;
}
h2 .right{
	background: url(bg-h2-right.gif);
	position: absolute;
	right: 0;
	top: 0;
}
#content{
	width: 720px;
	float: left;
	overflow: hidden;
	margin-bottom: -5000px;
	padding-bottom: 5000px;
}
#center{
	width: 569px;
	float: left;
}
#inner #center{
	padding: 0 0 100px 0;
}
#center p{
	margin: 15px 15px 0 15px;
}
h2.featured-prd{
	margin: 15px 4px 8px 5px;
}
h2.featured-prd span.bullet{
	background: url(bg-left-h3-span.gif) no-repeat left;
	margin: 0 0 0 8px;
	padding: 0 0 0 11px;
}
/* item */
.box{
	overflow: hidden;
}
* html .box{
	float: left;
}
.item{
	width: 186px;
	float: left;
	margin-bottom:-300px; 
	padding: 6px 0 300px 0;
	text-align: center;
	border-right:1px solid #ddd; 
}
* html .item{
	width: 187px;
}
.item.last{
	width: 186px;
	border: none;
}
.item .image{
	width: 186px;
	height: 100px;
	display: table;
}
* html .item .image{
	width: 187px;
	position: relative;
}
.item .image a{
	vertical-align: middle;
	display: table-cell;
	width: 100%;
}
* html .item .image a{
	position: absolute;
	top: 50%;
	left: 0;
}
* html .item .image a img{
	position: relative;
	top: -50%;
}
.item .text{
	padding: 7px 10px;
}
.item .text a{
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.item .text a:hover{
	text-decoration: underline;
}
.item .text span{
	display: block;
}
.item .text span.regular{
	color: #666;
}
.item .text span.sale{
	color: #c00;
}
.item .text a.add{
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	width: 85px;
	height: 21px;
	margin: 10px auto 13px auto;
	background: url(btm-add-to-cart.gif);
}
/* rightcolumn */
#rightcol{
	width: 151px;
	float: left;
	margin: 2px 0 -5000px;
	padding-bottom: 5000px;
	background: url(bg-rightcol.gif) repeat-y left top;
}
.free img{
	margin: 0 auto;
}
.free{
	padding: 10px 0 5px 0;
	margin: 0 0 0 3px;
	background: #eee;
	text-align: center;
}
.free *{
	display: block;
}
.today{
	margin: 0 0 0 3px;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	background: #ccc;
	padding: 5px 0;
	text-align: center;
}
.today a{
	display: block;
	color: #c00;
	font: bold 13px arial, helvetica, sans-serif;
	text-decoration: underline;
}
#rightcol form{
	margin: 0 0 0 3px;
	padding: 5px 0 0 6px;
	background: #ddd;
	overflow: hidden;
}
.today a:hover,#rightcol .privacy a:hover{
	text-decoration: none;
}
#rightcol form label{
	font-weight: bold;
	display: block;
	margin: 0 0 6px 7px;
}
#rightcol form input{
	width: 105px;
	height: 21px;
	float: left;
	padding: 0;
	margin: 0 4px 0 0;
	font-size: 11px;
	color: #999;
	padding: 1px 0 0 4px;
	vertical-align: bottom;
}
#rightcol .privacy{
	margin: 0 0 0 3px;
	padding: 7px 0 12px 0;
	background: #ddd;
	text-align: center;
	border-bottom: 1px solid #fff;
}
* html #rightcol .privacy{
	padding: 14px 0 12px 0;
}
#rightcol .privacy a{
	color: #000;
	text-decoration: underline;
}
.customer{
	margin: 7px 4px 0 7px;
}
.customer span.bullet{
	background: url(bg-left-h3-span.gif) no-repeat left;
	margin: 0 0 0 8px;
	padding: 0 0 0 11px;
}
ul.custom{
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
}
ul.custom li{
	margin: 3px 0 0 0;
}
ul.custom a{
	display: block;
	color: #000;
	padding: 0 0 0 7px;
	margin: 0 0 0 10px;
	background: url(bullet-black.gif) no-repeat 0 6px;
}
* html ul.custom a{
	height:1%;
}
ul.custom a:hover{
	text-decoration: none;
}
/* item page */
#inner #rightcol{
	background: #eee;
	width: 148px;
	margin-left: 3px;
}
#inner #rightcol .customer{
	margin: 7px 4px 0 4px;
}
#inner #rightcol .item{
	width: 148px;
	margin-top: 10px
}
#inner #rightcol .item .image{
	width: 148px;
}
.breadcrumps{
	background: url(bg-breadcrumps.gif) repeat-x left bottom;
	overflow: hidden;
	height: 37px;
	margin: 0 5px 3px 5px;
}
.breadcrumps ul{
	margin: 16px 0 0 0;
	padding: 0;
	overflow: hidden;
	font-weight: bold;
	list-style: none;
}
.breadcrumps ul li{
	display: inline;
	margin: 0 0 0 7px;
	float: left;
}
.breadcrumps ul li a{
	color: #000101;
	text-decoration: none;
	font-weight: normal;
	padding: 0 7px 0 0;
}
.breadcrumps ul li a:hover{
	text-decoration: underline;
}
#inner .item{
	border: none;
	margin-top: 10px;
}
.related-items-left,
.related-items-right{
	list-style: none;
	margin: 10px 0 30px 22px;
	padding: 0;
	float: left;
	width: 240px;
	display: inline;
}
* html .related-items-left,
* html .related-items-right{
	margin: 10px 0 30px 5px;
}
.related-items-right{
	margin: 10px 0 0 30px;
}
.related-items-left a,
.related-items-right a{
	text-decoration: none;
	color: #000;
	display: block;
	background: url(bullet-black-fff.gif) no-repeat 0 6px;
	padding: 0 0 0 12px;
}
* html .related-items-left a,
* html .related-items-right a{
	height: 1%;
}
.related-items-left a:hover,
.related-items-right a:hover{
	color: #c00;
	text-decoration: underline;
}
.big-image{
	text-align: center;
	width: 255px;
	float: left;
	margin: 0 0 20px 0;
}
.big{
	display: table;
	width: 255px;
	height: 225px;
}
* html .big{
	position:relative;
}
.big a{
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}
* html .big a{
	position:absolute;
	top: 50%;
	left: 0;
}
* html .big a img{
	position: relative;
	top: -50%
}
.list{
	width: 278px;
	float: right;
	margin: 0 17px 0 0;
	display: inline;
	overflow: hidden;
}
.product{
	margin: 0 0 15px 0;
}
#main .product p{
	clear: both;
	margin: 0 0 15px 15px;
}
.list strong.name{
	font-size: 14px;
	padding: 15px 0 0 0;
	display: block;
}
.list span{
	display: block;
}
.list span.regular{
	color: #666;
	margin: 14px 0 0 0;
}
.list span.sale{
	color: #c00;
}
.list span.sale em{
	font-style: normal;
	color: #0964b7;
}
.list form div{
	overflow: hidden;
}
.list form div div.label{
	width: 76px;
}
.list form div div{
	float: left;
	width: 200px;
	margin: 3px 0;
}
.sh-si{
	height: 33px;
	list-style: none;
	margin: 0;
	padding: 0 0 0 23px;
	font-weight: bold;
	background: url(bg-sh-si.gif);
}
.sh-si li{
	float: left;
	margin: 9px 0 0 0;
}
.sh-si a{
	color: #000;
	text-decoration: underline;
	padding: 0 7px 0 7px;
}
.sh-si a:hover{
	text-decoration: none;
}
.add-to-wishlist,.email-a-friend{
	background: url(a-add-to-wishlist.gif);
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	width:106px; 
	height: 21px;
	float: left;
	margin: 9px 0 0 23px;
	display: inline;
}
.email-a-friend{
	background: url(a-email-a-friend.gif);
}
.list .text{
	width: 25px;
	height: 18px;
	font-size: 11px;
	text-align: right;
	margin: 0 6px 6px 0;
	padding: 0 2px 0 0;
}
* html .list .text{
	margin: 0 6px 5px 0;
}
.list select{
	height: 18px;
	width: 144px;
	font-size: 11px;
	margin: 0;
}
.box-item{
	margin: 5px 0 0 0;
}
.radio{
	margin: 0px 0 -3px 0;
	width: 15px;
}
* html .radio{
	margin: 0px 0 -2px 0;
}
.list form{
	margin: 0;
	padding: 0;
}
#inner .box.s .item{
		border-right:1px solid #ddd; 
		margin-top: 0;
}
#inner .box.s .item.last{
	border: none;
}
.bottom{
	width: 563px;
	height: 90px;
	position: absolute;
	left: 193px;
	top: -90px;
}
.bottom .catalog, .bottom .subscribe{
	width: 281px;
	float: left;
	height: 90px;
	background: #eee;
}
.bottom .subscribe{
	display: inline;
	margin: 0 0 0 1px;
}
.bottom .catalog img{
	float: left;
	margin: 14px 15px 0 19px;
	display: inline;
}
.bottom .catalog strong{
	display: block;
	margin: 30px 0 5px 0;
}
.bottom .catalog span{
	display: block;
}
.bottom .catalog span a{
	color: #c00;
	font-weight: bold;
}
.bottom .catalog span a:hover,#main .subscribe p a:hover{
	text-decoration: none;
}
.subscribe label{
	font-weight: bold;
	display: block;
	margin: 12px 0 7px 16px;
}
.subscribe .text{
	width: 105px;
	height: 21px;
	color: #999;
	margin: 0 4px 0 17px;
	font-size: 11px;
	padding: 2px 0 0 4px;
	vertical-align: bottom;
}
.subscribe form{
	margin: 0;
	padding: 0;
}
#footer .subscribe p{
	margin: 8px 0 0 16px;
	padding: 0;
}
#footer .subscribe p a{
	color: #000;
}
.label.opt{
	padding: 2px 0 0 0;
}
* html .label.radio{
	padding: 2px 0 0 0;
}
.option{
	background: #eee;
	margin: 2px 0 7px 5px;
	padding: 6px 0 0 0;
	width: 562px;
	height: 43px;
	font-size: 11px;
	color: #555;
}
* html .option{
	height: 49px;
}
.option.b{
	margin: 10px 0 0 5px;
}
.option a{
	color: #555;
}
.sort a{
	padding: 0 6px 0 6px;
	text-decoration: none;
}
.sort a:hover,.page .prev:hover,.page .next:hover{
	text-decoration:underline;
}
.sort .current{
	background: url(buller-eee.gif) no-repeat left;
	padding: 0 6px 0 8px;
}
.sort .current:hover,.option ul li a.current,.option ul li a.current:hover{
	text-decoration: none;
}
.option ul li a.current{
	font-weight: bold;
}
.sort strong{
	margin: 0 9px 0 14px;
}
.page{
	margin: 0 0 0 5px;
}
.page .prev{
	background: url(bullet-prev.gif) no-repeat left;
	padding: 0 13px 0 12px;
	text-decoration: none;
}
.page .next{
	background: url(bullet-next.gif) no-repeat right;
	padding: 0 12px 0 13px;
	text-decoration: none;
}
.showing{
	margin: 0 0 0 10px;
}
.option ul{
	list-style: none;
	margin: 5px 0 0 0;
	padding: 0 0 0 210px;
}
.option ul li{
	float: left;
	margin: 0 7px 0 0;
}
.option ul li a{
	margin: 0 7px 0 0;
}
.option ul li a:hover{
	text-decoration: none;
}
.option ul li.first{
	font-weight: bold;
}
#seo-related-links {
    width: 98%;
    }
    #seo-related-links:after {
        clear: both;
        content: ".";
        display: block;
        height: 0;
        visibility: hidden;
        }
    #seo-related-links h3 {
        background: url(/lib/computergear/bg-h2.gif) top left repeat-x;
        color: #FFF;  
        font: bold 13px/1.2 arial, sans-serif;
        padding: 5px; 
        text-align: left;
        }
        #seo-related-links h3 div {
            background: url(/lib/computergear/down.gif) 5px center no-repeat;
            padding-left: 15px;
            }
    #seo-related-links ul {
        margin:0; padding: 0;
        list-style: none;
        }
    #seo-related-links ul.seo-links li {
        width: 49%;
        float: left;
        display: inline;
        background: url(/lib/computergear/dot.gif) 5px center no-repeat;
        margin:0; 
        padding:0;
        }
        #seo-related-links ul.seo-links li a {
            font: normal 12px arial, helvetica, sans-serif;
            color: #000;
            text-decoration: none;
            padding: 2px 0 3px 25px;
            display: block;
            _width: 100%;
            }
            #seo-related-links ul.seo-links li.all a { font-weight: bold; }
            #seo-related-links ul.seo-links li a:hover {
                color: #CC0000; 
                text-decoration: underline;
                }
div.breadcrumbs {
    background: url(/lib/computergear/bcbgsep.gif) bottom left repeat-x; 
    color: #000; 
    font: bold 12px arial, helvetica, sans-serif; 
    margin: 0 5px 10px;
    padding: 0 0 7px 0;
    }
    div.breadcrumbs a {
        background: url(/lib/computergear/bcsep.gif) center right no-repeat; 
        color: #000;
        font: normal 12px arial, helvetica, sans-serif;
        padding: 2px 14px 3px 0; 
        text-decoration: none;
        }
        div.breadcrumbs a:hover { text-decoration: underline; }
div.itemimg { font: bold 12px arial, helvetica, sans-serif; text-align: center; width: 55%; }
div.iteminfo { font: normal 12px arial, helvetica, sans-serif; text-align: left; width: 40%; }
    div.iteminfo table { font: normal 12px arial, helvetica, sans-serif; }
    div.iteminfo h2.itmname {
        background: none; 
        color: #000; 
        font: bold 14px arial, helvetica, sans-serif; 
        height: auto; 
        margin: 0; 
        padding: 0; 
        }
        div.iteminfo th { text-align: left; }
        div.iteminfo td .price { color: #666; }
        div.iteminfo td .sale { color: #CD0000; }
        div.iteminfo td .sale .save { color: #0864B8; }
        div.iteminfo td input, div.iteminfo td select { margin: 2px 0; }
div.itemcap { font: normal 12px arial, helvetica, sans-serif; padding-top: 20px; }
div#misc {
    float: left; 
    font: normal 12px arial, helvetica, sans-serif; 
    margin-bottom: 10px; 
    position: absolute;
    bottom: 0;
    left: 206px;
    }
    div#misc b { display: block; }
    div#misc table { font: normal 12px arial, helvetica, sans-serif; }
    div#misc form { margin: 0; padding: 0; }
    div#misc input { margin: 0 5px 0 0; }
        div#misc table td img { margin: 0 10px 0 0; }
    div#misc .catalogtext a { color: #CC0000; font: bold 12px arial, helvetica, sans-serif; }
    div#misc .newsletter a { color: #000; }
#content td a { color: #000; font: bold 11px arial, helvetica, sans-serif; text-decoration: none; }
    #content td a:hover { text-decoration: underline; }
#content td .price { color: #666; font: normal 11px arial, helvetica, sans-serif; }
#content td .sale { font: bold 11px arial, helvetica, sans-serif; color: #C00; }
#content td .atc { margin-top: 5px; }
#content td.vertsep { background: url(/lib/computergear/vertsep.gif) center top repeat-y; }
#main li.selected a { color: #CC0000; font-weight: bold; }
#main #sub { background-color: #EEE; margin: 1px 0; padding-right: 5px; }
    #main #sub a {
        background: url(/lib/computergear/navarrow.gif) 6px center no-repeat; 
        color: #000; 
        font-weight: normal; 
        line-height: 15px;
        margin-left: 10px; 
        padding-top: 2px;
        padding-bottom: 2px;
        }
        #main #sub a:hover { color: #CC0000; text-decoration: underline; }
div#rightcol form td label { font: bold 12px arial, helvetica, sans-serif; }
h3.hotdeals {
    background: url(/lib/computergear/bg-h2.gif) top left repeat-x; 
    color: #FFF; 
    float: left;
    font: bold 12px arial, helvetica, sans-serif; 
    margin-bottom: 10px;
    }
h3.hotdeals .left {
    background: url(/lib/computergear/bg-h2-left.gif) top left no-repeat; 
    float: left;
    height: 27px; 
    width: 6px; 
    }
h3.hotdeals .text { float: left; margin: 0 5px; padding: 5px 0; width: 120px; }
* html h3.hotdeals .text { width: 117px; }
h3.hotdeals .right {
    background: url(/lib/computergear/bg-h2-right.gif) top left no-repeat; 
    float: left;
    height: 27px; 
    width: 6px; 
    }
#main #content td.third { clear: both; width: 150px; }
#main #content td.third h5.csname { margin: 5px 0 3px; }
#main #content td.third .sale { font: normal 12px arial, helvetica, sans-serif; }
#main #content h4.csbar { float: left; margin-bottom: 10px; }
#main #content h4.csbar { 
    background: url(/lib/computergear/bg-h2.gif) top left repeat-x; 
    color: #FFF; 
    float: left;
    font: bold 12px arial, helvetica, sans-serif; 
    margin-bottom: 10px;
    }
#main #content h4.csbar .left {
    background: url(/lib/computergear/bg-h2-left.gif) top left no-repeat; 
    float: left;
    height: 27px; 
    width: 6px; 
    }
#main #content h4.csbar .text {
    background: url(/lib/computergear/down.gif) center left no-repeat; 
    float: left; 
    margin: 0 5px; 
    padding: 5px 0 5px 10px; 
    width: 500px; 
    }
#main #content h4.csbar .right {
    background: url(/lib/computergear/bg-h2-right.gif) top left no-repeat; 
    float: left;
    height: 27px; 
    width: 6px; 
    }
#main #content h5.csname { margin: 3px 0; }
form td * { vertical-align: middle; margin: 0; padding: 0; }
div.raw-heading {
    background: url(/lib/computergear/bg-h2.gif) left 57px repeat-x; 
    padding: 0 10px; 
    text-align: left; 
    }
div.itemlinks {
    background: url(/lib/computergear/linksep.gif) top left repeat-x; 
    margin-top: 10px;
    padding: 10px 0; 
    text-align: center; 
    }
    div.itemlinks a { border-right: solid 1px #000; color: #000; padding: 0 5px; text-decoration: underline !important; } 
    div.itemlinks a.last { border-right: none; width: auto; }
    div.itemlinks2 {
        background: url(/lib/computergear/linksep.gif) top left repeat-x; 
        padding: 5px 0; 
        text-align: center; 
        }
        div.itemlinks a:hover { text-decoration: none !important; } 
div.headliner {
    font: bold 14px arial, helvetica, sans-serif;
    margin: 0 5px 10px 5px;
    text-align: left; 
    }
div#paging a.pagename { display: block; height: 27px; }
div#paging div.pageprice { display: block; height: 30px; }
div#paging span.qtytext { display: block; margin-bottom: 3px; }
input.newsletter-box { color: #999; font: normal 12px arial, helvetica, sans-serif; }
div.catalog { clear: both; margin-left: -10px; width: 550px; }
    div.catalog td { padding: 10px; }
#main #content div.itemcap a { font-weight: normal; text-decoration: underline; }
    #main #content div.itemcap a:hover { text-decoration: none; }
div.capclear { margin: 0 5px 10px 5px; }
div.cross-sell table { width: 550px; }
td.padme { padding-bottom: 100px; }

a { text-decoration: underline !important; }

#ys_pageBody.ys_sidebar {
	width:700px;
	margin-left:-1px;
}

#ys_sideBar  #leftcol {
	margin-bottom:0;
	padding-bottom:0;
}
iframe.grelated-iframe {
	left:-99999px !important;
	display: none !important;
}
