* {
    margin: 0;
    padding: 0;
    font-family: lucida grande, lucida sans unicode, arial;
}

h1, h2, h3, h4, h5, h6 {
    font-family: tahoma;
    margin: 0 0 15px 0;
}

img {
    border: 0;
}

body {
    background-image: url(/graphics/top2011_bg.gif);
    background-repeat: repeat-x;
    background-color: #f2f2f2;
}

a {
    color: #0f5383;
}

#center {
    width: 980px;
    margin: 0 auto;
}

#page {
    width: 980px;
    float: left;
}

#top {
    width: 980px;
    float: left;
}

#top img {
    float: left;
}

#subtop {
    width: 980px;
    float: left;
    height: 50px;
}

#search {
    float: right;
    margin: 13px 15px 0 0;
    display: inline;
}

#quicklinks {
    float: left;
    height: 45px;
    padding: 2px 0 0 20px;
}

#quicklinks p {
    margin: 0;
    color: #00BAFF;
}

#quicklinks a {
    color: #FF9F00;
    font-size: 12px;
    line-height: 13px;
}

#breadcrumb {
    float: left;
    width: 978px;
    line-height: 40px;
    height: 40px;
    background-color: #fff;
    border-bottom: 0;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

#main {
    float: left;
    width: 938px;
    background-color: #fff;
    padding: 0 20px 20px 20px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-image: url(/graphics/main_fade.gif);
    background-repeat: repeat-x;
}

#product {
    float: left;
}

#bottom {
    float: left;
    width: 980px;
    padding: 20px 0 30px 0;
}

#credits {
    float: left;
    width: 980px;
}

#content_left {
    float: left;
    width: 215px;
    padding: 20px 0 0 0;
}

#content {
    float: left;
    margin: 0 0 0 20px;
    display: inline;
    width: 494px;
    padding: 20px 0 0 0;
}

#widecontent {
    float: left;
    margin: 0;
    display: inline;
    width: 722px;
    padding: 20px 20px 0 0;
    border-right: 1px solid #f2f2f2;
}

#widecontent p {
    margin: 0 0 15px 0;
}

#widecontent p, #widecontent p * {
    font-size: 12px;
    line-height: 19px;
    font-family: arial;
    color: #333;
}

#content_right {
    float: left;
    width: 175px;
    margin: 20px 0 0 20px;
    display: inline;
}

#catnav h2, #filterbox h2 {
    background-color: #dddddd;
    padding: 10px;
    margin: 0;
    font-size: 14px;
    background-image: url(/graphics/h1bar.gif);
    color: #333;
}

#minicart h2 {
    background-color: #dddddd;
    padding: 10px;
    margin: 0;
    font-size: 14px;
    background-image: url(/graphics/h1bar.gif);
    color: #333;
}

#catnav {
    float: left;
    width: 215px;
}

#content_left ul {
    list-style: none;
    float: left;
    background-color: #f2f2f2;
    padding: 10px 0 10px 0;
}

#content_left ul li {
    float: left;
    clear: both;
    padding: 2px 10px 2px 30px;
    background-image: url(/graphics/nav_bullet.gif);
    background-repeat: no-repeat;
    background-position: 20px 8px;
    line-height: 20px;
    width: 175px;
}

#content_left ul li:hover {
    background-color: #e0e0e0;
}

#content_left ul li.level_1 {
    padding: 5px 10px 5px 30px;
    background-position: 20px 11px;
    width: 175px;
}

#content_left ul li span {
    float: right;
    line-height: 16px;
    color: #bbb;
    font-size: 11px;
}

#content_left ul li.level_2 {
    padding: 5px 10px 5px 42px;
    background-position: 32px 11px;
    width: 151px;
}

#content_left ul li a {
    font-size: 12px;
    font-family: lucida grande, lucida sans unicode, arial;
    color: #333;
    text-decoration: none;
    width: 135px;
    line-height: 15px;
    float: left;
}

#category {
    float: left;
    width: 494px;
}

#category h1 {
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 20px 0;
}

#category .product {
    width: 240px;
    float: left;
    height: 225px;
    text-align: center;
    border: 1px solid #e0e0e0;
    margin: 0 0 10px 0;
    overflow: hidden;
    background-color: #fff;
}

#category .odd {
    margin: 0 10px 10px 0;
}

#category .product h2 {
    font-size: 13px;
    font-weight: normal;
    float: left;
    clear: both;
    width: 240px;
    margin: 10px 0 5px 0;
    height: 32px;
}

#category .product table {
    border: 0;
    border-collapse: collapse;
    width: 180px;
    height: 100px;
    clear: both;
}

#category .product table td {
    text-align: center;
    vertical-align: middle;
}

#category .product a {
    color: #333;
    text-decoration: none;
}

#category .product img {
    float: left;
    clear: both;
    padding: 10px 30px 10px 30px;
}

#category .product a:hover {
    text-decoration: underline;
}

#category .product span {
    display: block;
    margin: 0 0 10px 0;
    color: #333;
}

.button {
    background-color: #ffc000;
    color: #fff;
    border: 1px solid #d19d00;
    padding: 3px 10px 3px 10px;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    
}

#minicart {
    padding: 0;
    margin: 0 0 10px 0;
}

#minicart em {
    display: block;
    padding: 5px 0 5px 0;
}

#minicart table {
    border-collapse: collapse;
    width: 100%;
}

#minicart td {
    white-space: nowrap;
    font-family: lucida sans unicode, lucida grande, arial;
    font-size: 10px;
    padding: 3px 5px 3px 0;
}

#minicart td.nopadding {
    padding: 0;
}

#minicart td.number {
    text-align: right;
}

#minicart tr.total td {
    border-top: 1px solid #ccc;
}

#main {
    font-size: 11px;
}

#product input.field {
    width: 492px;
    border: 1px solid #cccccc;
    font-size: 11px;
    color: #555;
    outline: none;
}

#product select {
    width: 492px;
    border: 1px solid #cccccc;
    font-size: 11px;
    color: #555;
    outline: none;
}

#product .align_left input.field, #product .align_right input.field {
    width: 240px;
}

#product .align_left select, #product .align_right select {
    width: 238px;
}

#product .align_left {
    float: left;
    width: 240px;
}

#product .align_right {
    float: right;
    width: 240px;
    padding: 0 0 0 12px;
}

#product label {
    width: 500px;
    display: block;
    font-weight: bold;
}

#product .attribute {
    padding: 0 0 10px 0;
}

div.pagination {
    width: 100%;
    text-align: center;
    position: relative;
    float: left;
    padding: 10px 0 0 0;
}

div.pagination ul {
    list-style: none;
    position: relative;
    left: 50%;
    float: left;
}

div.pagination ul li {
    float: left;
    margin: 0 5px 0 0;
    line-height: 33px;
    height: 33px;
    left: -50%;
    position: relative;
    overflow: hidden;
}

div.pagination ul li a {
    float: left;
    height: 20px;
    line-height: 20px;
    background-color: #dddddd;
    border: 1px solid #cccccc;
    color: #555555;
    cursor: pointer;
    padding: 0 5px 0 5px;
    text-decoration: none;
}

div.pagination ul li a:hover {
    text-decoration: underline;
}

div.pagination ul li.selected a {
    text-decoration: underline;
}

.ui-effects-transfer {
    border: 2px dotted #156479;
    background-color: #64c2db;
    opacity: 0.15;
    -moz-opacity: 0.15;
    filter: alpha(opacity=15);
    position: relative;
}

#cart {
    width: 722px;
    float: left;
}

#cart table {
    width: 100%;
    border-collapse: collapse;
}

#cart td {
    vertical-align: top;
    padding: 10px 20px 10px 0;
    font-size: 11px;
}

#cart td.number {
    text-align: right;
}

#cart td input.field {
    width: 30px;
    font-size: 11px;
}

#cart td.quantum {
    padding: 10px 5px 10px 0;
}

#cart tr.header td {
    font-size: 13px;
    font-weight: bold;
    white-space: nowrap;
    border-bottom: 2px solid #dfdfdf;
}

#cart tr.total td {
    font-size: 13px;
    font-weight: bold;
    white-space: nowrap;
    border-top: 2px solid #dfdfdf;
    padding-bottom: 0;
}

#cart tr#vat td {
    padding-top: 0;
    padding-bottom: 0;
}

#cart tr#vat.line td {
    padding-bottom: 10px;
}

#cart td.number input.field {
    text-align: right;
}

#cart td i {
    font-size: 10px;
    color: #8a8a8a;
    font-style: normal;
}

#cart tr.line td {
    border-bottom: 1px solid #dfdfdf;
}

#cart table tr td.nopadding {
    padding: 10px 0 10px 0;
}

#cart table tr td.smallpadding {
    padding: 10px 10px 10px 0;
}

#cart .right {
    padding: 20px 0 0 0;
    float: right;
}

#address {
    width: 722px;
    float: left;
}

#address #billing {
    width: 361px;
    float: left;
}

#address #inputs {
    float: left;
    width: 722px;
    display: none;
}

#address #create {
    float: left;
    width: 722px;
    padding: 0 0 20px 0;
}

#address #alternative {
    float: left;
    width: 361px;
}

#address label {
    display: block;
    font-weight: bold;
}

#address .field {
    width: 95%;
    margin: 0 0 10px 0;
}

#address h1 {
    font-size: 16px;
}

#address h2 {
    font-size: 12px;
    margin: 0 0 20px 0;
    font-weight: normal;
}

#address .divider {
    width: 96%;
    border-top: 1px solid #ccc;
    margin: 10px 0 0 0;
    padding: 0px 0 0 0;
}

#address input.submit {
    float: right;
}

#address .ok {
    background-color: #aaffaa;
    width: 667px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 10px;
    margin-left: 0;
    float: left;
}

#address .bad {
    background-color: #ffaaaa;
    width: 667px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 10px;
    margin-left: 0;
    float: left;
}

#address #inputs span {
    display: none;
}

#cart.final input {
    float: right;
    margin: 20px 0 0 0;
}

#cart .epay {
    float: left;
    width: 722px;
    text-align: right;
    margin: 20px 0 0 0;
}

#cart .epay img {
    float: right;
    margin: 0 0 0 20px;
}

#cart .epay a {
    color: #666666;
    text-decoration: none;
}

#cart td strong a {
    color: #000;
}

#breadcrumb {
    background-color: #888;
}

#breadcrumb ul {
    float: left;
    list-style: none;
    padding: 0 0 0 10px;
}

#breadcrumb ul li {
    float: left;
    padding: 0 0 0 10px;
    text-decoration: none;
    color: #eee;
    font-family: arial;
    font-size: 12px;
}



#breadcrumb ul li a, #breadcrumb ul li strong {
    text-decoration: none;
    color: #eee;
    font-family: arial;
    font-size: 12px;
}

#breadcrumb ul li.selected {
    text-decoration: underline;
}

#product h1 {
    font-size: 14px;
    padding: 10px;
    background-color: #dddddd;
    background-image: url(/graphics/h1bar.gif);
    color: #333;
}

#category h1 {
    font-size: 14px;
    padding: 10px;
    background-color: #dddddd;
    font-weight: bold;
    margin: 0 0 10px 0;
    background-image: url(/graphics/h1bar.gif);
    color: #333;
}

#bottom p {
    text-align: center;
    font-size: 12px;
}	

#bottom a {
    color: inherit;
}

#delivery {
    width: 722px;
    float: left;
}

#delivery .address {
    width: 351px;
    float: left;
}

#delivery .alt_address {
    width: 351px;
    float: left;
    margin: 0 0 0 20px;
}

#delivery form {
    float: left;
    width: 722px;
    padding: 20px 0 0 0;
}

#delivery span {
    float: left;
    padding: 0 0 0 5px;
}

#delivery form input {
    float: left;
    clear: left;
    margin: 0 0 5px 0;
}

#delivery span.disabled {
    color: #aaa;
}

#delivery strong {
    display: block;
    margin: 0 0 5px 0;
}

#newcustomer, #alreadycustomer {
    float: left;
    width: 340px;
    position: relative;
    height: 300px;
}

#newcustomer {
    padding: 0 20px 0 0;
    border-right: 1px solid #ccc;
}

#alreadycustomer {
    margin: 0 0 0 20px;
}

#newcustomer a img, #alreadycustomer input.btn {
    position: absolute;
    top: 190px;
    left: 0px;
}

#alreadycustomer td input {
    width: 155px;
    padding: 5px;
}

#cart p {
    margin: 0;
}

#accept_eula #eula {
    float: none;
    margin: 0 5px 0 0;
    padding: 0;
}

#eulawrapper {
    display: block;
    padding: 1px 5px 1px 5px;
}

#eulawrapper td {
    vertical-align: middle;
}

#search .field {
    padding: 2px;
}

#category .product strong.instock {
    color: #0a0;
}

#filterbox {
    font-size: 12px;
    float: left;
    line-height: 21px;
    position: relative;
    width: 215px;
    background-color: #f2f2f2;
    margin: 0 0 20px 0;
}

#filterbox form {
    float: left;
    width: 175px;
    padding: 15px 20px 20px 20px;
}

#priceinterval {
    height: 5px;
    float: left;
    font-size: 11px;
    clear: both;
    width: 100%;
    position: absolute;
    top: 46px;
    left: 65px;
    border: 0;
    background: none;
    background-color: #333;
}

#amount {
    float: left;
    clear: both;
    line-height: 21px;
    color: #fff;
}

#range {
    float: left;
    width: 15px;
    margin: 0;
    height: 65px;
    text-align: center;
    padding: 0 80px 0 80px;
    position: relative;
}

#range div.ui-slider {
    width: 45px;
    float: left;
}

#stock {
    float: left;
    padding: 5px 0 0 20px;
    line-height: 10px;
    font-size: 10px;
}

#stock img {
    cursor: pointer;
}

#stock .ui-state-active {
    /* text-decoration: underline !important; */
}

#filterbox #submit {
    font-size: 9px;
    margin: 7px 0 0 0;
    position: absolute;
    left: 770px;
}

#ffilterbox .ui-slider-handle {
    cursor: move;
    height: 10px !important;
    width: 10px !important;
}

#priceinterval a {
    position: absolute;
    top: -20px;
    white-space: nowrap;
    background-image: url(/graphics/pricebox.gif);
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: 0 0;
    height: 19px;
    float: left;
    line-height: 14px;
    border: 0;
    text-align: center;
    outline: none;
    font-weight: normal;
    text-decoration: none;
    color: #333;
    cursor: pointer;
    padding: 0 6px 0 12px;
    font-size: 10px;
    width: 128px;
    text-indent: -76px;
}

#priceinterval a.from {
    background-image: url(/graphics/pricebox_left.gif);
    margin-left: -64px;
}

#priceinterval a.to {
    background-image: url(/graphics/pricebox_right.gif);
    padding-right: 59px;
    text-indent: 3px;
    width: 12px;
}

#range strong {
    color: #000;
    line-height: 25px;
    position: absolute;
    top: 0;
    left: 0;
}

fb\:fan {
    float: left;
    clear: both;
}

.fb_iframe_widget {
    float: left;
    margin: 15px 0 0 0; 
}

#pagesize {
    float: left;
}

#pagesize select {
    float: left;
    width: 175px;
    font-size: 11px;
    color: #555;
    padding: 2px 0 2px 0;
}

.fan_box .connections_grid .grid_item {
    width: 47px !important;
}

#options {
    float: left;
    width: 175px;
    padding: 0 0 10px 0;
}

#options div {
    white-space: nowrap;
    float: left;
    width: 107px;
    clear: both;
    height: 26px;
    background-repeat: no-repeat;
    padding: 6px 68px 0 0;
    background-image: url(/graphics/sprites.png);
    background-position: 0 0;
    margin: 0 0 5px 0;
}

#options strong {
    display: block;
    margin: 0 0 5px 0;
}

#options label {
    margin: 0 0 0 5px;
    white-space: nowrap;
    font-size: 12px;
    color: #000;
    position: relative;
    top: -1px;
}

#options .instock {
    background-position: 100% 0;
}

#options .sex_m {
    background-position: 100% -32px;
}

#options .sex_f {
    background-position: 100% -64px;
}

#options .type_glasses {
    background-position: 100% -96px;
}

#options .type_sunglasses {
    background-position: 100% -128px;
}

#designer {
    float: left;
    width: 175px;
    padding: 0 0 20px 0;
}

#designer select {
    width: 175px;
}

#designer input {
    width: 175px;
    margin: 2px 0 0 0;
}

.description {
    padding: 20px;
    border: 1px solid #ddd;
    background-color: #fff;
    line-height: 19px;
    margin: 0 0 20px 0;
}

#article {
    line-height: 19px;
}

#article p {
    margin: 0 0 10px 0;
}
