In trying to keep the website code as clean and secure as possible i quickly inspected the index source code. I found this in the <head></head> section.
<style type="text/css">
#hikashop_category_information_module_105 div.hikashop_subcontainer {
background:#FFFFFF;
}
#hikashop_category_information_module_105 .hikashop_rtop *,#hikashop_category_information_module_105 .hikashop_rbottom *{
background:#FFFFFF;
}
#hikashop_category_information_module_105 div.hikashop_subcontainer,#hikashop_category_information_module_105 div.hikashop_subcontainer span {
text-align:center;
}
#hikashop_category_information_module_105 div.hikashop_container {
text-align:center;
}
#hikashop_category_information_module_105 div.hikashop_container {
margin:10px 10px;
}
#hikashop_category_information_module_105 div.hikashop_category,#hikashop_category_information_module_105 div.hikashop_product{
float:left;
}
#hikashop_category_information_module_105 .hikashop_subcontainer {
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
border-radius: 5px;
}
#hikashop_category_information_module_99 div.hikashop_subcontainer {
background:#FFFFFF;
}
#hikashop_category_information_module_99 .hikashop_rtop *,#hikashop_category_information_module_99 .hikashop_rbottom *{
background:#FFFFFF;
}
#hikashop_category_information_module_99 div.hikashop_subcontainer,#hikashop_category_information_module_99 div.hikashop_subcontainer span {
text-align:center;
}
#hikashop_category_information_module_99 div.hikashop_container {
text-align:center;
}
#hikashop_category_information_module_99 div.hikashop_container {
margin:10px 10px;
}
#hikashop_category_information_module_99 div.hikashop_category,#hikashop_category_information_module_99 div.hikashop_product{
float:left;
}
#hikashop_category_information_module_99 .hikashop_subcontainer {
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
border-radius: 5px;
}
</style>
Can this this not be moved to a stylesheet in the same place the others are /media/com_hikashop/css ?