/*Merchants--Use this file to make any edits that you wish to override styles in the main stylesheets. By making edits to this CSS file, your styles applied here will cascade and overwrite styles in the main CSS files. This will allow you to replace the entire contents of the main stylesheets should it become necessary to update those to fix styling issues with the themes without losing any of your custom styles.*/


.ys_primary{
/* CSS3 Gradient */
  background: -moz-linear-gradient(top, #F00 0%, #600);
background: -webkit-gradient(linear, left top, left bottom, from(#F00), to(#600)); 
/* CSS3 Shadow */
  -moz-box-shadow: 2px 2px 2px #ccc;
  -khtml-box-shadow: 2px 2px 2px #ccc;
  -webkit-box-shadow: 2px 2px 2px #ccc;
/* CSS3 Rounded Corners */
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;

  color:#ffffff;
  font:bold 12px Arial,verdana,sans-serif;
  padding:5px 8px;
  text-align:center;
  cursor:pointer; display:inline; margin-top:10px;
  border: 1px solid #ccc;
}

.ys_primary:hover {
/* CSS3 Gradient */
  background: -moz-linear-gradient(top, #6c0 0%, #360);
background: -webkit-gradient(linear, left top, left bottom, from(#6c0), to(#360)); 
}
#searchsubmit.ys_primary{
/* CSS3 Gradient */
  background: -moz-linear-gradient(top, #999 0%, #666);
background: -webkit-gradient(linear, left top, left bottom, from(#999), to(#666)); 
/* CSS3 Shadow */
  -moz-box-shadow: none;
  -khtml-box-shadow: none;;
  -webkit-box-shadow: none;
/* CSS3 Rounded Corners */
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color:#fff;
  text-transform:uppercase;
  border: 1px solid #ccc;
  padding:4px 5px;
}
#searchsubmit.ys_primary:hover{
/* CSS3 Gradient */
  background: -moz-linear-gradient(top, #666 0%, #333);
background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#333));
/* CSS3 Shadow */
  -moz-box-shadow: none;
  -khtml-box-shadow: none;;
  -webkit-box-shadow: none;
}

#searcharea label.labelfield input{
/* CSS3 Rounded Corners */
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #ccc;
  height:18px;
  width:180px;
}
#slogan {color:#b35a00; display:block; float:right; font:normal 10px Tahoma, Geneva, Verdana, sans-serif; padding:5px 15px 10px 10px; width:225px; text-align:right;} /* 225 + 25= 250 */

#nav-general {clear:both; float:right; display:block; list-style:none; margin:0 5px 0 0; display:inline;}

/* Hides from IE Mac \*/
   * html #nav-product {display:block; position:relative;}
/* End Hack */ 

#nav-product ul li a 
{
   height:16px; 
   min-height:16px; 
   margin:0; 
   padding:6px 4px 3px 13px;
}

#finaltext {margin:10px; text-align:center;}

#bodycontent {width:720px;}

#container {width:870px; 
border:solid 1px #666666;
margin-top:-5px;}

#maintype #caption {padding:7px;}

li {list-style-type:none;}

/* Store Registration/Sign In */

#ys_superbar {left:0; margin:0 auto; position:relative; top:0; width:857px; height:22px;} 

/* Section Pages */
#sectionintro {
		color:#333;
		padding:10px;	
		margin:0;
		font-family:Verdana, Arial, Geneva, sans-serif;
		width:100%;
	}
#homeinfo {
		float:left;
		width:60%;
		margin:0;
		padding:5px;
	}
	
	#sectionauthors {
		float:left;
		width:50%;
		margin:0;
		padding:5px;
	}
	#sectionauthors a, #homeinfo a, #sectionintro a{
		text-decoration:none;
		color:#606;
		font-weight:bold;
		}
	#sectionauthors a:hover, #homeinfo a:hover, #sectionintro a:hover; {
		text-decoration:underline;
		color:#36C;
		}
	#sectionauthors li {
		list-style:none; 
		list-style-type:none;
		padding:5px;
		margin:5px 0;
		border-bottom:1px dashed #999; 
		}
	#sectionnav{
		clear:both;
		width:100%;
		border-top:1px solid #999;
	}
	#sectionnav a {
		text-decoration:none;
		color:#606;
		font-weight:bold;
		}
	#sectionnav a:hover {
		text-decoration:underline;
		color:#36C;
		}
	#sectionnav li {	
		list-style:none; 
		list-style-type:none;
		padding:0 5px;
		margin:0 0 10px 0;
		border-right:1px dashed #999; 
		float:left;
		width:auto;
		text-align:center;
		}
		
	.clearfloat{clear:both;}
	
	#othercategories {
		float:right;
		width:30%;
		color:#666;
		background:#eee;
		margin:0;
		padding:15px;
	}
	#othercategories li{
		list-style:none; 
		list-style-type:none;
		padding:0;
		margin:10px 0;
	}
	#othercategories a{color:#999; display:block; text-decoration:none;}
	#othercategories a:hover{color:#36C; text-decoration:none;}

