﻿/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*               List StyleSheet - BUYERSBoard.com Project
*           Created by Jeremy S. Cargilo for BUYERSBoard.com.
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* Purpose: 
*   This stylesheet contains the custom list css styles for the entire project.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/* Default List Styles
-------------------------------------------------------------------------------*/
ul { margin: 5px 0px 5px 0px; }
li { margin-left: 20px; }

/* Custom List Styles
-------------------------------------------------------------------------------*/
.EntryLineHover
{
	background-color: #F9A253;
} 

#thumbphotos_border { border: 1px solid #A1AB92; padding: 1px; background: #EBEBEB; margin: 5px 0px 5px 0px; }
.thumbphotos { text-align: left; }
.thumbphotos img { border: 1px solid #A1AB92 !important; margin: 0px 0px 1p 0px !important; padding: 0px !important; }
