/*****************************************************************************************/
/*****************************************************************************************/
/*Motorrad - module styles - modules_2.css
Created on 20/11/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 2nd theme.*/
/*****************************************************************************************/
/*****************************************************************************************/

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

/*Start module heading styles*/
.module .approved_used_bikes {
    background:url(/images/modules/header_approved_used_bikes_custom_1.png) no-repeat;
}
.module .latest_news {
    background:url(/images/modules/header_latest_news_custom_1.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_custom_1.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 #333;
    background:#333;
}
#body dd p {
    color:#FFF;
}
table {
    color:#FFF;
}
.module dd p a:link,
.module dd p a:visited {
    color:#CCC;
}
.module dd p a:hover,
.module dd p a:active {
    color:#FFF;
}
/*End opening hours styles*/