
/* customize for body */ 
body { background-color:#ffffff} 

/* customize for topbar */ 
#topbar { background-color:#ffffff} 
#topbar .container { background-color:#ffffff} 
/*#topbar .container > .inner { color:#ffffff} */
#topbar a { color:#000000} 
#topbar a:hover { color:#000000} 

/* customize for header-main */ 
#header-main { background-color:#000000} 
#header-main .container { background-color:#3BAAE1} 
#header-main .container > .inner { color:#ffffff} 
/*#header-main a { color:#fcfcfc} */
#header-main a:hover { color:#8BC2EC} 

/* customize for footer */ 
#index {background-color: #ffffff !important;}
#header-main {background-color: #3BAAE1 !important;}
/* customize for product */

/* customize for modules */ 

/* customize for highlighted-modules */
 .producttags {
     list-style:none;
     position:relative;
     clear:both;
     display:block;
     padding-bottom:20px;
     margin-bottom:20px;
 }

.producttags li, .producttags a{
    float:left;
    height:24px;
    line-height:24px;
    position:relative;
    font-size:11px;
	margin: 2px 0;
}

.producttags a{
    margin-left:20px;
    padding:0 10px 0 12px;
    background:#3BAAE1;
    color:#fff;
    text-decoration:none;
    -moz-border-radius-bottomright:4px;
    -webkit-border-bottom-right-radius:4px;
    border-bottom-right-radius:4px;
    -moz-border-radius-topright:4px;
    -webkit-border-top-right-radius:4px;
    border-top-right-radius:4px;
}
.producttags a:visited{
    color:#fff;
}

.producttags a:before{
    content:"";
    float:left;
    position:absolute;
    top:0;
    left:-12px;
    width:0;
    height:0;
    border-color:transparent #3BAAE1 transparent transparent;
    border-style:solid;
    border-width:12px 12px 12px 0;
}

.producttags a:after{
    content:"";
    position:absolute;
    top:10px;
    left:0;
    float:left;
    width:4px;
    height:4px;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    background:#fff;
    -moz-box-shadow:-1px -1px 2px #000000;
    -webkit-box-shadow:-1px -1px 2px #000000;
    box-shadow:-1px -1px 2px #000000;
}

.producttags a:hover{background:#555; text-decoration:none;}

.producttags a:hover:before{border-color:transparent #555 transparent transparent;}

