﻿/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*                 List StyleSheet - RI4rent.com
*           Created by Jeremy S. Cargilo for ETR Consulting.
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* Purpose: 
*   This stylesheet contains the list css styles for the entire project.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/* Default List Styles
-------------------------------------------------------------------------------*/
ol { margin-left: 15px; }
ul { }
li { margin-left: 15px; }

/* Custom Link Styles
-------------------------------------------------------------------------------*/
.default { margin-left: 15px; list-style-type: disc; }
.default li ul { list-style-type: circle; }
.sidebar_bg ul { list-style: none; }
.ad_features { list-style-type: disc !important; margin-left: 15px; }
.ad_features ul li { list-style-type: circle; }

.EntryLineHover
{
	background-color: #F9A253;
} 

#thumbphotos_border { border: 1px solid #868377; padding: 1px; background: #CCCCCC;}
.thumbphotos { text-align: left;  
    margin: 0px !important; padding: 0px !important; }
.thumbphotos img { border: 1px solid #868377 !important; margin: 0px 0px 1p 0px !important; padding: 0px !important; }

