
/* default styles */
body{
    margin: 0;
    font: 11px verdana, helvetica, arial;
    color: #000;
}

div{
    /*border: 1px solid #000;*/
}

h1{
    margin: 0;
    padding: 0;
    font-size: 28px;
}

h2{
    margin: 0;
    padding: 0;
    font-size: 20px;
}

h3{
    margin: 0;
    padding: 0;
    color: #FF6600;
    font-size: 18px;
}

strike{
    font-size: 16px;
    font-weight: bold;
}

form{
    margin: 0;
    padding: 0;
}

a,a:active, a:visited{
    color: #000;
    text-decoration: none;
}

a:hover{
    color: #666;
    text-decoration: underline;
}

table{
    width: 100%;
}

th{
    padding: 2px;
    font-style: italic;
    font-weight: bold;
    text-align: left;
}

td{
    padding: 2px;
    vertical-align: top;
    text-align: left;
}

.static td{
    border-bottom: 1px solid #ccc;
}

.static tr:hover td{
    background-color: #fae6a8;
}

input[type="button"], input[type="submit"]{
    width: 100%;
    font-size: 10px;
    font-weight: bold;
    color: #333;
    cursor: pointer;
}

input[type="button"]:hover, input[type="submit"]:hover{
    color: #ff6500;
}




/* main styles */
.header{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 140px;
    background: #fff url(/img/headerBg.png) repeat-x left bottom;
    z-index: 1000;
}

.top{
    position: relative;
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 4px;
    padding-right: 4px;
}

.logo{
    float: left;
    margin-top: 10px;
    left: 0px;
    width: 90px;
    height: 90px;
    z-index: 1000;
}

.headline{
    float: left;
    margin-top: 10px;
    left: 100px;
    width: 350px;
    text-align: center;
    z-index: 1000;
}

.tabs{
    position: fixed;
    top: 79px;
    left: 0px;
    width: 100%;
    height: 30px;
    text-align: right;
    z-index: 10000;
}

.tabsInlay{
    /*width: 600px;
    padding-left: 424px;*/
}

.search{
    position: fixed;
    top: 109px;
    left: 0px;
    width: 100%;
    height: 30px;
    vertical-align: middle;
    border-bottom: 1px solid #000;
    z-index: 1000;
    background: transparent url(/img/searchDefault.png) repeat-x left bottom;
}

.main{
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 150px;
    padding-bottom: 70px;
}

.content{
    float: left;
    width: 800px;
    min-height: 400px;
}

.static{
    padding: 5px;
    background-color: #efefef;
    -moz-border-radius: 5px;
}

.detail{
    min-height: 50px;
    padding: 5px;
    background-color: #fae6a8;
    -moz-border-radius: 5px;
}

.galleryTop{
    width: 794px;
    margin-bottom: 4px;
    text-align: center;
    border-bottom: 1px solid #ccc;
    /*background-color: #efefef;*/
}

.galleryBottom{
    width: 794px;
    margin-bottom: 4px;
    text-align: center;
    border-top: 1px solid #ccc;
    /*background-color: #efefef;*/
}

.navigation{
    float: right;
    width: 200px;
    margin-left: 8px;
    margin-bottom: 8px;
    padding: 4px;
    text-align: left;
    background-color: #efefef;
    -moz-border-radius: 5px;
}

.viewed{
    float: right;
    width: 200px;
    margin-left: 8px;
    margin-bottom: 8px;
    padding: 4px;
    text-align: left;
    background-color: #efefef;
    -moz-border-radius: 5px;
}

.advertise{
    float: right;
    width: 200px;
    margin-left: 8px;
    margin-bottom: 8px;
    padding: 8px 4px;
    text-align: center;
    background-color: #efefef;
    -moz-border-radius: 5px;
}

.subCategories{
    display: none;
    margin-left: 13px;
    margin-bottom: 13px;
}

.footer{
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 50px;
    font-size: 10px;
    text-align: center;
    border-top: 1px solid #000;
    background: #fff url(/img/footerBg.png) repeat-x left center;
    z-index: 1000;
}

.clear{
    margin: 0;
    padding: 0;
    clear: both;
}





/* tab styles */
.tab1{
    display: block;
    float: right;
    width: 150px;
    height: 22px;
    padding-top: 8px;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background: transparent url(/img/tabOrange.png) no-repeat right top;
}

.tab1:active, .tab1:visited{
    color: #fff;
}

.tab1:hover{
    color: #000;
}

.tab2{
    display: block;
    float: right;
    width: 150px;
    height: 22px;
    padding-top: 8px;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background: transparent url(/img/tabGreen.png) no-repeat right top;
}

.tab2:active, .tab2:visited{
    color: #fff;
}

.tab2:hover{
    color: #000;
}

.tab3{
    display: block;
    float: right;
    width: 150px;
    height: 22px;
    padding-top: 8px;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background: transparent url(/img/tabBlue.png) no-repeat right top;
}

.tab3:active, .tab3:visited{
    color: #fff;
}

.tab3:hover{
    color: #000;
}

.tab4{
    display: block;
    float: right;
    width: 150px;
    height: 22px;
    padding-top: 8px;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background: transparent url(/img/tabPurple.png) no-repeat right top;
}

.tab4:active, .tab4:visited{
    color: #fff;
}

.tab4:hover{
    color: #000;
}

.tab5{
    display: block;
    float: right;
    width: 150px;
    height: 22px;
    padding-top: 8px;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background: transparent url(/img/tabYellow.png) no-repeat right top;
}

.tab5:active, .tab5:visited{
    color: #fff;
}

.tab5:hover{
    color: #000;
}

/** search field style */
.searchInput{
    float: left;
    width: 235px;
    height: 16px;
    margin-top: 5px;
    margin-right: 5px;
    padding-left: 5px;
    border: 1px solid #000;
    background: #fff url(/img/inputBg.png) no-repeat left top;
}

.searchButton{
    margin-top: 5px;
    width: 18px;
    height: 18px;
    border: 1px solid #000;
}

/** start gallery style */
div.gallerySmall{
    float: left;
    width: 145px;
    height: 180px;
    margin-left: 2px;
    margin-right: 3px;
    margin-bottom: 5px;
    padding: 5px;
    /*border: 1px dotted #000;*/
    background-color: #efefef;
    overflow: hidden;
    -moz-border-radius: 5px;
}

div.gallerySmall:hover{
    background-color: #fae6a8;
}

div.gallerySmall .image{
    width: 145px;
    height: 110px;
    margin-bottom: 5px;
    text-align: center;
    overflow: hidden;
}

div.gallerySmall .text{
    width: 145px;
    height: 45px;
    text-align: center;
    overflow: hidden;
}

div.gallerySmall .price{
    width: 145px;
    height: 20px;
    text-align: center;
    overflow: hidden;
}

/** gallery style */
div.gallery{
    float: left;
    width: 145px;
    height: 250px;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 5px;
    /*border: 1px dotted #000;*/
    background-color: #efefef;
    overflow: hidden;
    -moz-border-radius: 5px;
}

div.gallery:hover{
    background-color: #fae6a8;
}

div.gallery .image{
    width: 145px;
    height: 110px;
    margin-bottom: 5px;
    text-align: center;
    overflow: hidden;
}

div.gallery .text{
    width: 145px;
    height: 93px;
    text-align: center;
    overflow: hidden;
}

div.gallery .price{
    width: 145px;
    height: 20px;
    text-align: center;
    overflow: hidden;
}

div.gallery .buy{
    width: 145px;
    height: 20px;
    text-align: center;
    overflow: hidden;
}

/** list style */
div.list{
    width: 784px;
    height: 105px;
    margin-bottom: 5px;
    padding: 5px;
    background-color: #efefef;
    -moz-border-radius: 5px;
}

div.list:hover{
    background-color: #fae6a8;
}

div.list .image{
    float: left;
    margin-right: 4px;
    width: 120px;
    height: 105px;
    overflow: hidden;
}

div.list .text{
    float: left;
    width: 500px;
    height: 110px;
    margin-right: 4px;
    text-align: justify;
    overflow: hidden;
}

div.list .price{
    float: left;
    width: 150px;
    height: 80px;
    text-align: right;
    overflow: hidden;
}

div.list .buy{
    float: left;
    width: 150px;
    height: 20px;
    text-align: right;
    overflow: hidden;
}

/** detail style */
div.detail .image{
    float: left;
    margin-right: 4px;
    width: 180px;
    min-height: 100px;
    overflow: hidden;
    -moz-border-radius: 5px;
}

div.detail .text{
    float: left;
    width: 600px;
    min-height: 160px;
    text-align: justify;
    overflow: hidden;
}

div.detail .price{
    float: right;
    width: 600px;
    height: 35px;
    text-align: right;
    overflow: hidden;
}

div.detail .buy{
    float: right;
    width: 600px;
    height: 30px;
    text-align: right;
    overflow: hidden;
}


.galleryImage{
    border: 0px solid transparent;
}

.galleryButton{
    border: 0px solid transparent;
}

.galleryBuyButton{
    width: 70px !important;
}

.detailBuyButton{
    font-size: 14px !important;
    font-weight: bold !important;
    width: 200px !important;
}

/* rating */
.ui-rater>span{
    vertical-align:top;
}

.ui-rater-rating{
    margin-left:.8em
}

.ui-rater-starsOff, .ui-rater-starsOn{
    display:inline-block;
    height:18px;
    background:url(/img/stars.png) repeat-x 0 0px;
}

.ui-rater-starsOn{
    display:block;
    max-width:90px;
    top:0;
    background-position: 0 -36px;
}

.ui-rater-starsHover{
    background-position: 0 -18px!important;
}

/** footer */
.footerBlock{
    width: 1024px;
    margin-top: 8px;
    margin-left: auto;
    margin-right: auto;
}

.footerItem{
    float: left;
    width: 255px;
    text-align: left;
}

.justify{
    text-align: justify;
}

.center{
    text-align: center;
}

.right{
    text-align: right;
}

.left{
    text-align: left;
}

.visible{
    visibility: visible;
}

.display{
    display: block;
}
