/* CSS Document */

/* Basic Page */

body {
	background-color:#4A0032;
	background-image:url(images/bg_gradient.jpg);
	background-repeat:repeat-x;
	text-align:center;
	margin: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
}

#wrapper {
	width:956px;
	margin: 20px auto 20px auto;
	overflow:hidden;
}

#content {
	background-color:#FFFFFF;
	width:936px;
	padding: 10px;
}

a, img { 
	border: none;
	margin:0px;
	padding:0px;
	text-decoration: none;
}

.clear {
	height: 0px;
	line-height: 0px;
	width: 100%;
	clear:both;
}

/* Header */

#header {
	background-image: url(images/header_gradient.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	height:130px;
	width:936px;
	text-align:left;
}

#header a {
	color:#FFFFFF;
	text-decoration:none;
}

#header img, #header table{
	float: left;
}

#header td {
	text-align:center;	
}

#header td a {
	padding: 7px 20px 5px 20px;
}

#header td a:hover {
	text-decoration:underline;
}

#header_links {
 text-align: right;
 height: 30px;
 background-color:#4A0032;
 margin-bottom: 10px;
}

#search {
	height:30px;
	width:100%;
	background-color:#c9c9c9;
	margin:1px 0px 10px 0px;
	padding:5px 0px 0px 0px;
	text-align:left;
	float:left
}

#search table {
	float: left;
	margin: 0px 10px 0px 0px
}

#search img {
	float: left;
}

#searchbox  {
	margin: 0px 9px 0px 11px;
	height: 14px;
	padding: 2px 0px 2px 5px;
	width: 168px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	border: 1px solid #c3c3c3;
}

#brandbox {
	margin: 0px 9px 0px 11px;
	height: 20px;
	padding: 2px 0px 2px 5px;
	width: 198px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	border: 1px solid #c3c3c3;
}

#buttons {
	float: right;
}

#buttons table {
	margin: 0px 0px 0px 0px;
}

#buttons a {
	padding: 0px 5px 0px 5px;
	color:#4A0032;
	text-decoration:none;
	font-weight: normal;
}

#buttons a:hover {
	text-decoration:underline;
}

#breadcrumbs {
	width: 100%;
	margin: 10px 0px 10px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#999999;
	text-align:left;
}

#breadcrumbs a {
	color:#990066;
	text-decoration:none;
}

#breadcrumbs a:hover {
	text-decoration:underline;
}

/* Leftside */

#leftside {
	width: 170px;
	margin:0px 0px 0px 0px;
	float:left;
}

#leftside ul {
	list-style-type:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#990066;
	font-weight:bold;
	text-align:left;
	margin:0px 0px 20px 0px;
	padding:0px;
}

#leftside ul li {
	width:170px;
	background-color:#f0f0f0;
}

#leftside ul li a {
	padding: 7px 10px 11px 10px;
	display:block;
	color:#990066;
	font-weight:bold;
	text-decoration:none;
}

#leftside ul li a:hover{
	text-decoration:underline;
}
#leftside ul ul {
	margin:0px 0px 0px 0px;
}

#leftside ul ul li {
	width:170px;
	color:#cccccc;
	background-color:#fff;
	background-image:url(images/leftside_arrow.jpg);
	background-repeat:no-repeat;
	background-position:right;
	border-bottom: 1px solid #f0f0f0;
}

#leftside ul ul li a{
	color:#666666;
	font-weight:normal;
	text-decoration:none;
	padding:7px 10px 11px 10px;
	display:block;
}

#leftside ul ul li a:hover{
	text-decoration:underline;
}

/* Footer */

#footer {
	margin:0px 0px 20px 0px;
	color: #D6B6CB;
	font-size:11px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

#footer a {
	text-decoration:none;
	color: #D6B6CB;
}

#footer a:hover {
	text-decoration: underline;
	color: #D6B6CB;
}

/* Content */

#banners {
	margin:0px 0px 10px 0px;
}

#banners img {
	float: left;
}

#banners_delivery {
	padding:0px 0px 1px 0px;
}

/* Item Listing */

#indexlist {
	overflow:visible;
	width:951px;
	float:left;
}

#indexlist p{
	text-align:left;
	color:#666666;
}

#list {
	margin-top:10px;
	overflow:visible;
	width: 760px;
	display:block;
	float:left;
	text-align:left;
}

#listgroup {
 	/*border-bottom: 1px solid #E2E0D8;	*/
}

.aditem{
	height: 248px;
	width: 170px;
	float:left;
	background-color: #f0f0f0;
	background-position:bottom;
	background-repeat:no-repeat;
	margin:0px 15px 10px 0px;
	text-align:left;

}

.listitem {
	height: 275px;
	width: 175px;
	float:left;
	background-color: #f0f0f0;
	background-position:bottom;
	background-repeat:no-repeat;
	background-image:url(images/list_moreinfo.jpg);
	margin:0px 15px 10px 0px;
	text-align:left;
}

.listbanner {
	height: 124px;
	width: 175px;
	float:left;
	margin:10px 15px 0px 0px;
}

.brand a, .prodname a {
	text-decoration:none;
}

.brand a:hover, .prodname a:hover {
	text-decoration:underline;
}
  
.listimg {
	background-position:top;
	background-repeat:no-repeat;
	background-image:url(images/list_imgbg.jpg);
	height:180px;
	margin:1px 1px 5px 1px;
}


.brand {
	padding:0px 10px 2px 10px;
	font-size:9px;
	font-weight:bold;
	height:14px;
	color:#333333;
	text-decoration:none;
}

.prodname {
	padding:0px 10px 0px 10px;
	font-size:11px;
	font-weight:normal;
	color:#990066;
	display:block;
	height:40px;
	text-decoration:none;
}

.price {
	padding:0px 10px 0px 10px;
	font-size:11px;
	color:#333333;
	display:block;
	font-weight:bold;
}

/* Detail Page */

#detail {
	float:left;
	width:746px;
	overflow: hidden;
	padding: 0px 0px 0px 20px;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:left;
}

#detailheader {
	width: 726px;	height:30px;
	background-image:url(images/detail_header.jpg);
	background-repeat:no-repeat;
	background-position:top;
	float:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#FFFFFF;
	text-align:left;
	padding: 30px 0px 20px 20px
}

#detailheaderads {
	width: 746px;	height:150px;
	float:right;
	padding: 0px;
}

#detailholder {
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#393D46;
	width: 100%;
	margin: 10px 0px 10px 0px;
 	border-bottom: 1px solid #E2E0D8;
}

#description {
	width:434px;
	padding: 0px 20px 0px 0px;
	margin: 10px 0px 10px 0px;
 	border-right: 1px solid #E2E0D8;
	float: left;
} 

#description img {
	padding: 20px 0px 20px 0px;
}

#options {
	padding: 30px 0px 0px 0px;
	width: 270px;
	margin: 10px 0px 10px 0px;
	float: right;
}

.optionsbox {
	height: 18px;
	padding: 1px 0px 1px 2px;
	width: 168px;
	background-color:#F0F0F0;
  color: #393D46;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	border: 1px solid #c3c3c3;
}	

.label {
	margin: 10px 0px 10px 0px;
}

#count {
	height:32px;
	width: 373px;
	float:left;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	margin:0px 0px 10px 0px;
 	border-bottom: 1px solid #E2E0D8;
}

#sort {
	height:32px;
	width: 373px;
	float:left;
	text-align:right;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	margin:0px 0px 10px 0px;
 	border-bottom: 1px solid #E2E0D8;
}

#sort a, #count a {
	color: #990066;
	text-decoration:none;
}

#sort a:hover, #count a:hover {
	text-decoration: underline;
}

.banner {
	margin:0px 0px 20px 0px;
}

#text {
	width: 743px;
}

#cat_description{ 
	border: #dddddd solid 1px;
	padding: 10px;
	line-height: 20px;
	width:723px;
}

#text a {
	color: #990066;
	text-decoration:none;
}

#text a:hover {
	text-decoration: underline;
}

.cat {
	width:100%;
	padding: 10px 0px 10px 0px;
 	border-bottom: 1px solid #E2E0D8;
} 

.cat_images{
	width:175px;
	margin:0px 10px 20px 0px;
	float:left;
}

.cat_images img{
	border: 1px solid #E2E0D8;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:5px;
}

.cat_title{
	text-align:center;
}

.indent {
	padding:0px 0px 0px 10px;
	display:block;
}

#horsename {
 	border-top: 1px solid #E2E0D8;
 	border-bottom: 1px solid #E2E0D8;
	padding:15px 0px;
	font-size: 18px;
	color:#990068;
	margin-bottom:10px;	
}
#horsedescription {
	margin-top:15px;
	padding-top:20px;
 	border-top: 1px solid #E2E0D8;
}
#horsedescription img {
	padding-bottom:20px;
}

a:link.sizelink {
	color: #990066;
	text-decoration:none;
}

a:hover.sizelink {
	text-decoration: underline;
}

/*#horseImage{
	padding:0px 0px 10px 10px;
}*/

#horseImage{
	border: 1px solid #E2E0D8;
	float:right;
	padding:3px;
	margin:0;
	width:250px;
	margin:0px 0px 10px 10px;
}

#horseImage img{
	width:250px;
}

#contactseller {
 	border-top: 1px solid #E2E0D8;
 	border-bottom: 1px solid #E2E0D8;
	padding:15px 0px;
	margin:10px;	
}
/* Forms */

.formfields {
	height: 14px;
	padding: 2px 0px 2px 2px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	border: 1px solid #c3c3c3;
}

.formfield01 {
	height: 18px;
	padding: 1px 0px 1px 2px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	border: 1px solid #c3c3c3;
}

.formtxtarea {  
	height: 18px;
	padding: 1px 0px 1px 2px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	border: 1px solid #c3c3c3;
}

/*category page*/

#category_top_image{
	width: 746px;	
	height:200px;
	margin-bottom:50px;
}

#category_title{
	width:746px;
	height:40px;
	background-color:#900061;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#FFFFFF;
	padding:10px 0px 0px 20px;
	margin:0;
}
