@import "nav.css";

body{
	margin: 0 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #f0f0f0;
}

a{
	font-size: 11px;
	color:#777777;
	text-decoration:none;
}
a:hover{
	color:#8f25f7;
	text-decoration:underline;
}

#mainTable{
	background-image:url(images/saddles_r3_c1.jpg);
	background-repeat:repeat-y;
	margin: auto;
	width: 761px;
}

#header{
	background-image:url(images/saddles_r1_c1.jpg);
	width:761px;
	height:128px;
}

#menuColumn{
	vertical-align:top;
	width: 200px;
	padding: 5px 2px 5px 11px;
	border-right: 3px dotted #CCCCCC;
}

#contentColumn{
	padding: 5px 2px 5px 2px;
	vertical-align:top;
	width: 560px;
}

#footer{
	background-image:url(images/saddles-footer_r2_c1.jpg);
	width:761px;
	height:85px;
}

.leftMenuTitle{
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
	font-size: 11px;
	font-weight: bold;
}

.menuUL{
	margin: 4px 1px 0 0px;
	padding: 5px 5px 5px 19px;
	border: 1px solid #6a6a6a;
	list-style:none;
}

.menuUL .cat, .menuUL li{
	font-weight: bold;
	font-size: 11px;
	margin-left: -10px;
}

.menuUL .subcat{
	font-weight: normal;
	font-size: 11px;
	margin-left: 0px;
}

.menuUL h3{
	padding: 0 0 0 0;
	border-bottom: 1px dotted #CCCCCC;
	font-size: 11px;
}
.menuUL hr{
	margin-left: -15px;
	border:0;
	background-color:#CCCCCC;
	height:1px;
}
.inputButton{
	padding:0 0 0 0;
	margin:0 0 0 0;
	background-color:#676767;
	border:none;
	color:#FFFFFF;
	font-weight:bold;
}
.page_title{
	color: #777777;
	font-size: 19px;
	margin: 0 14px 0 9px;
	padding: 0 0 0 0;
	border-bottom: 3px dotted #CCCCCC;
}
.content{
	text-align:justify;
	margin: 0 14px 0 9px;
}
.error{
	text-align:center;
	color:#FF0000;
}
.correct{
	text-align:center;
	color:#0000FF;
}
.page_links{
	text-align:left;
	margin: 0 0 0 0px;
}
.products_list{
	list-style:none;
	margin: 0 0 0 -10px;
	padding: 0 0 0 0;
}
.listProductsName{
	color: #777777;
	font-size: 16px;
	margin: 0px 0 0 0;
	padding: 0 0 0 0;
}
.listProductsDescription{
	margin: 15px 0 0 0;
	padding: 0 0 0 0;
	
}
.listProductsLinks{
	text-align:right;
	margin: 10px 0px 10px 0;
}
.listProductsLinks a, .listProductsLinks a:hover{
	padding: 5px 5px 5px 5px;
	background-color:#676767;
	border:none;
	color:#FFFFFF;
	font-weight:normal;
	text-decoration:none;
}
.listProductsHR{
	clear:left; 
	margin: 5px 0px 5px 10px;
}
.listImg{
	float:left; 
	width:150px; 
	text-align:center;
	border:0px solid;
	margin: 1px 5px 5px 10px;
}
.listContentDiv{
	width:100%;
}
.price{
	text-align:right;
	font-size: 16px;
	color: #8f25f7;
}