/* default.css для стилей по умолчанию */

/*
 * ToDo List
 *
 */

/*
 * Notes
 *
 */

/* s = 001 */
html, body, h1, h2, h3, h4, h5, h6, p, a, img, table, ul, ol, li, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

/* s = 001 */
body {
	font-size: 100.01%;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #000;
	background: #FFF;
}

ul li {
	font-size: 16px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #5F5F5F;
	margin-left: 15px;
}
ol{
	list-style-position: outside;
	padding-left: 17px;
}
ol li {
	font-size: 12px;
	line-height: 1.3;
	padding-bottom: 7px;
}

#width {
	width:  100%;
	min-width:  1000px;
}

* html #minwidth {
	padding-left:  1000px;
}

* html #container {
	margin-left:  -1000px;
	position:  relative;
}

/* \*/
* html #minwidth {
	height:  1px;
}
* html #layout {
	height:  1px;
} 
* html #container {
	height:  1px;
}
#black {
	border:  1px solid black;
	border-collapse:  collapse;
	border-spacing:  0;
	float: center;
}

#black td, #pc #black tr {
	border:  1px solid black;
	border-collapse:  collapse;
	border-spacing:  0;
}
/* */
.bglight 
{
	background-color: #FFFFFF;
}

.bgdark 
{
	background-color: #F1F1F1;
}
div#form table#orderform{
	border: none;
}
div#form table#orderform td{
	border: none;
	padding: 0;
}
