html, body {
    padding: 0px;
    margin: 0px;
}
#pagewrapper {
    position: relative;
    width: 980px;
    margin: 0 auto;
}
#header {
    width: 998px;
    position: relative; 
    z-index: 100;
    margin: 0 auto;
}
#plainheader {
    position: relative; 
    height: 100px;
}
#toplinks {
    position: absolute;
    top: 8px;
    right: 8px;
}
#toplinks ul {
    float:right;
    clear:right;
}
#livehelp {
    position: absolute;
    bottom: 13px;
    right: 20px;
}
#livehelp ul {
    float:right;
    clear:right;
}
#promobar {
    position: relative; 
    margin-top: 8px;
    height: 26px;
    padding:8px;
    clear: both;
}
#contentwrapper {
    position: relative; 
    margin-top: 13px;
    width:650px;
    margin-left:165px;
}
#twocol-contentwrapper {
    position: relative; 
    margin-top: 8px;
    width:650px;
    margin-left:165px;
}
#contentwrapper-nobars {
    position:relative;
    margin-top:8px;
    width:980px;
}

#content-three {
    float: left;
    margin-right: -650px;
    width: 650px;
}
#content-two {
    float: left;
    width: 814px;
    margin-right: -650px;
    position: relative;
    left: -165px;
}
#content-one {
    float:left;
    margin-left: 0px;
    margin-right:0px;
    width: 980px;
}
#sidebar-product {
    float:right;
    width: 233px;
}
#content-product {
    float:left;
    width:745px;
} 

#sidebar-product .sidebar-title {
    width: 226px;
}
#sidebar-product .sidebar-border-box {
    width: 216px;
}

#contentswrapper {
    position: relative; 
    margin-top: 8px;
    width:980px;
}
#content-single {
    float: left;
    width:100%;
}
#sidebar-right {
    position: relative;
    float: right;
    margin-left: 5px;
    margin-right: -165px;
    width: 160px;
}
#sidebar-left {
    position: relative;
    float: left;
    margin-left: -165px;
    margin-right: 5px;
    width: 160px;
}
#footer {
    position: relative; 
    margin-top: 8px;
}
#footer-top {
    position: relative; 
    padding-top: 10px;
    padding-bottom: 10px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
}
#footer-bottom {
    position: relative; 
    padding-top: 10px;
    padding-bottom: 10px;
    clear: both;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
}
#payment-methods {
    position: relative; 
    padding: 10px;
}

.mflogo {
    margin-top: 13px;
    margin-left: 20px;
}

.sidebar-box{
    display: block;
    margin-bottom: 8px;
    position: relative;
    padding: 8px;
    padding-bottom: 12px;
}

.browse li {
    float:left;
    width:20%;
}

.featured-product a img, .flashlink  {
    float: left;
}

.drop-shadow {
    position: relative;
    padding-bottom:3px;
}

div.badge {
    margin-bottom: 5px;
}

#search-box {
    padding-top:2px;
}

#toplinks ul li {
    float: left;
    margin-left: 6px;
}
.navigation2 {
    width: 996px;
    height: 40px;
    background: #cbcbcb url('/img/search-header-box.gif') bottom left repeat-x;
    border: 1px solid #0d0d0d;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1000;
}
#livehelp ul li {
    float: left;
    margin-left: 6px;
}

#footer-bottom ul {
    margin-bottom: 5px;
}

#footer-bottom ul li {
    display: inline;
}

.rd-tl {
    position:absolute;
    top:0px;
    left:0px;
    width:7px;
    height:7px;
    overflow:hidden;
}

.rd-tr {
    position:absolute;
    top:0px;
    right:0px;
    width:7px;
    height:7px;
    overflow:hidden;
}

.rd-bl {
    position:absolute;
    bottom:0px;
    left:0px;
    width:7px;
    height:7px;
    overflow:hidden;
}

.rd-br {
    position:absolute;
    bottom:0px;
    right:0px;
    width:7px;
    height:7px;
    overflow:hidden;
}

#promobar .rd-br,
#promobar .rd-bl {
    bottom:-3px;
    height:10px;
}

.sidebar-title {
    position:relative;
    display:block;
    width:152px;
}

.sidebar-border-box {
    display:block;
    margin-bottom: 8px;
    padding: 8px 8px 12px;
    position:relative; 
    width:142px;
}


.sidebar-border-box .rd-tl {
    top:-1px;
    left:-1px;
}
.sidebar-border-box .rd-tr {
    top:-1px;
    right:-1px;
}
.sidebar-border-box .rd-bl {
    bottom:-1px;
    left:-1px;
}
.sidebar-border-box .rd-br {
    bottom:-1px;
    right:-1px;
}

ol {
    margin-left: 18px;
}

#footer-top .section {
    width: 20%;
    float: left;
}

#footer-top .top200-list {
    width: 40%;
    float: left;
}

#footer-top .top200-list li {
    width: 50%;
    float: left;
}

#sidebar-right div ul {
    margin-left: 1em;
}

.sidebar-border-box ul ul {
    padding-left: 10px;
}

.featured-product {
    padding:10px 5px;
    margin-bottom:8px;
    clear: both;
}
.featured-product img {
    margin-right:10px;
    margin-bottom:20px;
}

.featured-rtproduct {
    clear: both;
    padding:10px 5px;
    margin-bottom:8px;
}
img.featured-java-games {
    margin-top:5px;
}

.product-thumb-list li {
    width:33%;
    float:left;
    margin-bottom:15px;
}
.product-thumb-list li a {
    padding-top:65px;
    padding-left:10px;
    padding-right:10px;
    display:block;
}
.prod-100 li a {
    padding-top:100px;
}
.prod-120 li a {
    padding-top:120px;
}

.category-thumb-list li {
    width:20%;
    float:left;
    margin-bottom:15px;
}
.category-thumb-list li a {
    padding-top:65px;
    display:block;
}

input.search {
    position: absolute;
    top: 0;
    left: 8px;
    width: 100px;
}

input.go-button {
    position: absolute;
    top: 0;
    right: 8px;
    height: 23px;
}

.tab {
   padding:3px 12px;
   margin-left:10px;
   position:relative;
   display:inline-block;
}

.tab-tl {
    position:absolute;
    top:0px;
    left:0px;
    width:10px;
    height:22px;
    overflow:hidden;
}

.tab-tr {
    position:absolute;
    top:0px;
    right:0px;
    width:10px;
    height:22px;
    overflow:hidden;
}


.two-col-list li {
    float:left;
    width:50%;
    margin-bottom:5px;
}

.five-col-list li {
    float:left;
    width:18%;
    margin-bottom:5px;
    padding:5px 3px;
}

input.small, select.small {
    font-size:11px;
}

#content-three .five-col-list {
    margin:0px;
}

#content-three .five-col-list li {
    list-style-type:none;
}

ul.three-col-list {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.three-col-list li {
    float:left;
    width:33%;
    margin-bottom:5px;
}

.compatable-list li {
    float:left;
}
ul.compatable-list {
    clear:both;
}

.category-list li {
    float:left;
    width:20%;
    margin-bottom:20px;
}
.category-list-text li {
    float:left;
    width:33%;
}
.bodytext {
    clear: both;
}

#footer-top {
    padding:10px;
}

.tone-list {
    float:left;
    margin-bottom: 10px;
    width: 318px;
}

.tone-list li {
    margin-bottom:6px;
    float: left;
    width: 318px;
}

p.search-results-count {
    margin-bottom: 20px;
}

div.no-search-results-found {
    clear: both;
    width: 100%;
    float: left;
}

.post {
    margin-bottom:8px;
}

.promobar-list li {
    float:left;
}

.std-list, .product-description ul{
    padding-left:20px;
}

.std-list li ul , .product-description ul li ul{
    padding-left:15px;
}

.product-description p, .post p {
    margin-top:5px;
    margin-bottom:5px;
}

h1, h2, h3, h4, h5, h6, ul, p {
    margin-bottom: 10px;
}

h3 {
    color: #404040 !important;
}

.tab h2, .tab p, .single-tab h2, .single-tab p {
    margin-bottom: 0;
}

#sidebar-left ul,
#sidebar-right ul,
#sidebar-left p, 
#sidebar-right p,
#header ul,
#toplinks ul,
#livehelp ul,
#footer ul,
#footer p {
    margin-bottom: 0;
}

#product-description img.left {
    padding:5px;
    float:left;
}

#product-description img.right {
    padding:5px;
    float:right;
}
.footer-list {
    float: left;
    width: 20%;
}
.footer-list-header {
    font-weight: bold;
}
.catPageHeader {
    margin: 0 5px 10px 0;
    padding: 0;
}
.catImage {
    margin: 0 20px 0 0;
    padding: 0;
    float: right;
}

.button {
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica;
}

input[type=text],
select,
input.text {
    border: 1px solid #afafaf;
    margin-bottom: 4px;
}

.borderedtable {
    border: solid 1px gray;
}

.borderedtable td {
    padding: 3px;
}

#category-combo {
    position:relative;
    background: #D6D7D7;
    margin-top:8px;
    padding:10px;
    text-align:center;
    vertical-align:middle;
}

.filterBand {
    margin: 0px 0px 0px 0px;
    padding: 5px 10px 0px 120px;
    display: block;
}

.filterLabel {
    margin: 0px 0px 0px -120px;
    padding: 0px 10px 0px 0px;
    font-weight: bold;
    display: block;
    float: left;
    width: 110px;
    height: 100%;
    text-align: right;
}

.filterPrice {
    margin: 0px 5px 0px 0px;
    padding: 1px 0px 2px 0px;
    display: block;
    float: left;
    white-space: nowrap;
}

#category-view-grid .divider {
    border-top:1px solid #D0D0D0;
    clear:both;
}
#category-view-grid ul li.standard {
    float:left;
    margin:5px 2px;
    padding:1px;
    position:relative;
    text-align:center;
    width:199px;
}
#category-view-grid ul li {
    list-style-type:none;
}
#category-view-grid ul li.recommended {
    float:left;
    margin:5px 2px;
    padding:1px;
    position:relative;
    text-align:center;
    width:199px;
}
.recommended .recommended-header {
    color:#FFFFFF;
    font-weight:bold;
    margin-bottom:3px;
    padding:5px;
}
.recommended-header {
    background-color:#C75B12;
    position: relative;
}
#category-view-grid ul li.clearance {
    float:left;
    margin:5px 2px;
    padding:1px;
    position:relative;
    text-align:center;
    width:199px;
}
.clearance .clearance-header {
    color:#FFFFFF;
    font-weight:bold;
    margin-bottom:3px;
    padding:5px;
}
.clearance-header {
    background-color:#EF4123;
    position: relative;
}
.handset_subcat_grid {
    border-bottom:1px solid #D0D0D0;
    margin:5px 0;
    padding:5px 4px 8px;
}
.handset_subcat_grid h2 {
    font-size:14px;
}
.handset_subcat_grid h2 a {
    color:#404040;
}
.handset_subcat_grid h2 a:hover {
    color:#353735;
}
#content-three .handset_subcat_grid ul {
    margin:0;
}
.handset_subcat_grid ul li {
    display:block;
    float:left;
    padding:3px;
    text-align:center;
    width:108px;
}

.filters th {
    padding:4px;
    text-align:right;
}

.filters td {
    padding:4px;
}

#address-warning {
    clear:left;
}
#gallery-prev {                                                                                                               
    cursor: pointer;
    visibility: hidden;
    float: left;
    margin-right: 4px; 
    padding-top: 20px;
}         
#gallery-next {
    cursor: pointer;
    visibility: hidden;
    float: left;
    margin-left: 4px; 
    padding-top: 20px;
} 
#thumbnails {
    text-align:center;    
    width: 311px;
    float: left;
    overflow: hidden;
    position: relative;
    margin-bottom: 3px;
} 
#thumbnails td {
    height: 60px;
    padding: 0 1px;
} 
#thumbnails td div {
    width: 60px;
    height: 100%;
} 
#thumbnails .thumbnail {
    cursor: pointer;
    display: block;
    margin: 0 auto;
    padding: 5px;
} 
#magnifier {
    line-height: 15px;
    margin-left: 125px;
    padding-left: 18px;
}

#main-image {
    margin-left: 29px;
}

#main-image-a {
    display: inline-block;
    margin: 8px 0;
}

fieldset {
    border: 1px solid #d0d0d0;
    padding: 10px;
    margin-bottom:5px;
}

legend {
    margin-left: 5px;
    padding: 2px 3px;
    font-weight:bold;
}

p.hint, p.description {
    color:gray;
    font-weight:normal;
}

#captcha {
    display:none;
}

.tab, .tab-active, .tab-inactive {
    display: block;
    float: left;
    position: relative;
}
.tab-tl {
    top: -1px;
}
.tab-tr {
    top: -1px;
}

.product-tabs {
    display: block;
    clear: both;
}

.product-tabs-heading {
    font-size: 12px;
    padding: 5px;
    clear: both;
}

.product-tabs-heading h2 {
    margin: 0;
}

.product-tabs .product-tabs-nav {
    list-style-type: none;
    clear: both;
    margin: 5px 0 0 10px;
    padding: 5px 0 0 0;
}

.product-tabs .product-tabs-nav li {
    line-height: 15.4px;
    display: inline;
    float: left;
    cursor: pointer;
    margin-right: 3px;
}

.product-tabs span.tab-active, .product-tabs span.tab-inactive {
    margin: 0;
}

.tab-off {
    display: none;
}

.product-stars-large {
    width: 100px;
    height: 20px;
    display: inline-block;
}
.product-stars-large div {
    height: 20px;
    display: inline-block;
}
.product-stars-small {
    width: 75px;
    height: 15px;
    display: inline-block;
}
.product-stars-small div {
    height: 15px;
    display: inline-block;
}

/* FIXME!!!!! */

.product-stars-large {
    background: url('/img/product-star-large-off.gif') repeat-x;
}
.product-stars-large div {
    background: url('/img/product-star-large-on.gif') repeat-x;
}
.product-stars-small {
    background: url('/img/product-star-small-off.gif') repeat-x;
}
.product-stars-small div {
    background: url('/img/product-star-small-on.gif') repeat-x;
}

.product-tabs li.nav-active span.tab-active {
    font-weight: bold !important;
}

.product-tabs-nav .nav-active .tab-active, .product-tabs-nav .nav-active a {
    color: #FFFFFF !important;
    text-decoration: none;
}

.product-tabs span.tab-active, .product-tabs span.tab-inactive {
    margin: 0;
}

.tab-active {
    background: #404040;
}

.tab-active, .tab-nactive, .single-tab {
    border-radius: 3px 3px 0px 0px;
    -moz-border-radius: 3px 3px 0px 0px;
    -webkit-border-radius: 3px 3px 0px 0px;
}

 .tab, .tab-active, .tab-inactive {
    display: block;
    float: left;
    position: relative;
}
.tab-active, .tab-inactive {
    height: 100%;
}
.tab, .tab-active, .tab-inactive {
    display: inline-block;
    margin-left: 10px;
    padding: 3px 12px;
    position: relative;
}

.tab-inactive {
    background: #A6A6A6;
}

.tab, .tab-inactive {
    font-size: 11px;
    font-weight: bold;
    line-height: 15.4px;
}

.product-tabs-nav .nav-inactive .tab-inactive, .product-tabs-nav .nav-inactive a {
    color: #FFFFFF !important;
    text-decoration: none;
}

.warranty-info li {
    background: url("/img/tick.gif") no-repeat scroll 0 0 transparent;
}

.warranty-info li {
    list-style-type: none !important;
    padding: 0 0 3px 18px;
}

.review-filter {
    border: 1px solid #DDDDDD;
    margin: 5px 0;
}

.review-filter, .toolbar {
    background: url("/img/review-filter.gif") repeat scroll 0 0 transparent;
    border-left: medium none;
    border-right: medium none;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
}
.large-recommended {
    background: none repeat scroll 0 0 #A6A6A6;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    padding: 4px 3px;
    display: block;
    font-size: 10px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.recommended p {
    margin-bottom:8px;
}
.large-clearance {
    background: none repeat scroll 0 0 #EF4123;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    padding: 4px 3px;
    display: block;
    font-size: 10px;
    position: relative;
    overflow: hidden;
}
.clearance p {
    margin-bottom:8px;
}
#header .search {
    width: 276px;
    height: 36px;
    position: absolute;
    top: 34px;
    left: 345px;
    float: left;
    margin-right: 10px;
    padding: 5px;
}
#header .search .textfield {
    width: 190px;
    float: left;
    margin-right: 5px;
}
#refine-results a {
    padding-left:16px;
    margin-top:5px;
    display: block;
    position: relative;
    line-height: 12px;
}
#refine-results a span {
    background: url('/img/rebrand/backgrounds/filters.gif') left top;
    width:11px;
    height:12px;
    left: 0;
    top: 0;
    position: absolute;
}
#refine-results a:hover span {
    background-position: 55px;
}
#refine-results a span.selected {
    background-position: 44px;
}
#refine-results a:hover span.selected {
    background-position: 33px;
}
#refine-results div.selected {
    padding-left:16px;
    margin-top:5px;
    display: block;
    position: relative;
    line-height: 12px;
}
#refine-results div.selected span {
    background: url('/img/rebrand/backgrounds/filters.gif') left top;
    background-position: 22px;
    width:11px;
    height:12px;
    left: 0;
    top: 0;
    position: absolute;
}
.list-no-icons li {
    list-style: none outside none !important;
}
select.refine-results {
    width:140px;
}
#refine-results .filtertoggle span, #refine-results .filtertoggle:hover span {
    background-position: 22px;
}
#refine-results .filtertoggle span.selected, #refine-results .filtertoggle:hover a.span {
    background-position: 11px !important;
}
#refine-results a div {
    display:inline; 
    color:#bbbbbb;
}
.messages {
    margin: 0 !important;
    margin
}

.messages li {
    font-weight: bold;
    list-style-type: none !important;
    margin-bottom: 5px;
    padding: 5px 5px 5px 29px;
}

.messages .info {
    background: url('/img/info.gif') no-repeat #F2F6BF 3px 3px;
    border: 1px solid #CCDC00;
}

.messages .error {
    color: #353735;
    background: url('/img/error.gif') no-repeat #F1D6C4 3px 3px;
    border: 1px solid #C75B12;
}

.messages .warning {
    background: url('/img/warning.gif') no-repeat #F1D6C4 3px 3px;
    border: 1px solid #C75B12;
}

#fieldset_payment input {
    vertical-align:middle;
}

#fieldset_payment .description {
    display: inline-block;
    vertical-align: middle;
    width: 90%;
    padding-left:3px;
}

#fieldset_payment .description img {
    vertical-align:middle;
}

.paypal-button {
    display: block;
    margin-top: 10px;
}

.paypal-button img {
    display: block;
    margin: 0 auto;
}

.paypal-express-basket {
    margin-top: 10px;
}

.paypal-express-basket td {
    vertical-align: middle;
}

.paypal-express-basket img {
    display: block;
}

.navigation2 .menu-item {
    height: 40px;
    font-weight: bold;
    text-decoration: none !important;
    text-align: center;
    border-right: 1px solid #0d0d0d;
    display: block;
    position: relative;
    float: left;
}

.navigation2 .menu-item.country {
    width: 105px;
    border: none;
}

.navigation2 .menu-item.country .tab-link {
    padding-top: 11px;
    padding-bottom: 0;
}

.navigation2 .menu-item.country .dropdown {
    right: -1px;
}

.navigation2 .tab-link, .navigation2 .tab-link:visited {
    height: 29px;
    color: #000;
    background: #cbcbcb url('/img/search-header-box.gif') bottom left repeat-x;
    text-decoration: none !important;
    cursor: pointer;
    display: block;
    padding: 5px;
}

.navigation2 .menu-item:hover .tab-link, .navigation2 .menu-item:hover .tab-link:visited {
    color: #0d0d0d;
    height: 30px;
}

.navigation2 .menu-item.active .tab-link, .navigation2 .menu-item.active .tab-link:visited {
    height: 30px;
    color: #0d0d0d;
    background: #fff;
    border-bottom: 1px solid #fff;
}

.navigation2 .dropdown {
    top: 41px;
    font-weight: normal;
    background: #fff;
    border: 1px solid #0d0d0d;
    border-top: 0;
    position: absolute;
    display: none;
}

.navigation2 .dropdown strong {
    color: #000;
    line-height: 14px;
    display: block;
    padding: 2px 0;
}

.navigation2 .dropdown a {
    line-height: 14px;
    font-weight: normal;
}

.navigation2 .dropdown .spacer {
    height: 15px;
}

.navigation2 .dropdown .divider {
    height: 15px;
    background: url('/img/divider.gif') repeat-x;
}

.navigation2 .dropdown a.title, .navigation2 .dropdown a.title:hover {
    color: #000;
    font-weight: bold;
    text-decoration: none !important;
}

.navigation2 .dropdown td {
    padding: 10px;
}

.navigation2 .dropdown li {
    text-align: left;
    white-space: nowrap;
    padding: 1px 0;
}

.navigation2 .dropdown li.indent {
    padding-left: 3px;
}

.navigation2 .menu-item.active .dropdown {
    display: block;
}
.handset_subcat_grid h2 {
    display: inline;
}
.handset_subcat_grid ul {
    margin-top:7px;
}

#product_social_box .social_button {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    margin-left: 2px;
    padding: 0;
    width: 100px;
}

#category_social_box .social_button {
    margin-top: 9px;
}

#refine-results-overlay {
    position: absolute;
    margin: 0;
    padding: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#product_quantity_box
{
    margin-left: 5px;
    width: 40px;
    height: 15px;
    text-align: center;
    margin-top: 10px;
}

.handset_subcat_grid ul li a, .handset_subcat_grid h2 a, .handset_subcat_grid a 
{
    text-decoration: none;
}

.navigation2 .static-menu-item {
    width: 98px;
    height: 40px;
    font-weight: bold;
    text-decoration: none !important;
    text-align: center;
    border-right: 1px solid #0d0d0d;
    display: block;
    position: relative;
    float: left;
    background: none repeat-x scroll left bottom #D9E540;
}

.navigation2 .tab-link, .navigation2 .tab-link {
    background: none !important;
}

#bodywrapper {
    background: repeat-y scroll center top #F5F5F5;
    margin: 0 auto;
    position: relative;
    width: 998px;
}

.sidebar-title {
    background: none repeat scroll 0 0 #808080;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 8px;
    display: block;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

