/*****************************************************************************************/
/*****************************************************************************************/
/*Motorrad - module styles - modules_1.css
Created on 05/10/09 by Jon Mackie for Psand Ltd
Copyright 2009 Psand Ltd. All rights reserved.

This style sheet contains styles that are used for styling the homepage modules in
the default theme.*/
/*****************************************************************************************/
/*****************************************************************************************/

/*Start global module styles*/
.module_wrapper {
    background:url(/images/module_dividers.png) repeat-y; 
}
.module {
    font-family: Arial, Helvetica, sans-serif;
    color:#000;
}
.module a:link,
.module a:visited {
    color:#333;
    text-decoration:none;
}
.module a:hover,
.module a:active {
    color:#003399;
    text-decoration:none;
}
.module h5 {
    color:#333;
}
.module h6 {
    color:#333;
}
/*End global module styles*/

/*Start module heading styles*/
.module .approved_used_bikes {
    background:url(/images/modules/header_approved_used_bikes.png) no-repeat;
}
.module .latest_news {
    background:url(/images/modules/header_latest_news.png) no-repeat;
}
/*End module heading styles*/

/*Start arrow link styles*/
.promotable_items a,
.module dd p a,
a.arrow_link_2 {
    background:url(/images/link_grey_arrow.png) no-repeat right;
}
/*End arrow link styles*/

/*Start opening hours styles*/
dt {
    background:url(/images/navigation/tabs/tab_arrows_grey.png) no-repeat right top;
}
dt a {
    background:#BDBDBD;
}
.module dt a:link,
.module dt a:visited {
    text-decoration:none;
    color:#FFF;
}
.module dt a:hover {
    color:#666;
    text-decoration:none;
}
dt.selected {
    background:url(/images/navigation/tabs/tab_arrows_blue.png) no-repeat right top;
}
dt.selected a {
    background:#31477D;
}
dt.selected a:hover {
    color:#FFF;
}
dd {
    border:1px solid #999;
    background:#F5F5F5;
}
/*End opening hours styles*/