@charset "utf-8";
/* CSS Document */

/*---------------------*/

.trace-navigation	{
	width:100%;
	background-color:#fff;
	padding-bottom:12px;	
	font-size:9px;
	color:#999;	
	border-bottom:1px solid #f2f2f2;
}
.trace-navigation a	{
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	color:#999;	
	text-decoration:none;
}

/*---------------------*/

.mainbar	{
	width: 99%;
	background-color:#fff;
	float:right;	
	margin-right:5px;
	margin-top:15px;
	margin-bottom:30px;
}
.dwuserEasyRotator	{
	border-bottom:1px solid #f2f2f2;
}



/*---------------------*/

.description	{
	width:420px;
	float:left;	
	margin-left:40px;
	margin-top:20px;
	margin-bottom:5px;
}
.description h1	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	padding-bottom:5px;
}
.description p	{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;	
}
.description p a	{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#339900;	
}
.description h5	{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;	
	color:#339900;
	font-weight:bold;
	padding-top:5px;
}
.description h5 a	{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;	
	color:#339900;
	font-weight:bold;
	padding-top:5px;
	text-decoration:none;
}
.new-products	{
	width:96%;
	height:auto;
	background-color:#fff;
	float:left;
	clear:both;
	margin-bottom:10px;	
	margin-left:10px;
	padding-left:0;
	padding-right:12px;
	padding-top:15px;
	border:1px solid #ccc;
}
.new-products h1 {
	font-family:Arial, Helvetica, sans-serif;
	color:#339900;
	font-size:23px;
	text-align:center;	
}

​ /*************** Tablet Styles **********************/
 @media screen and (min-width: 760px) and (max-width: 1200px) {
}
 @media screen and (min-width: 760px) and (max-width: 1200px) {
	 
.new-products	{
	display:none;
}
.description	{
	width:94%;	
}

}

/*************** Mobile Styles Below **********************/

@media screen and (min-width: 310px) and (max-width: 759px) {

.wrapper	{
	width:100%;
}
.dwuserEasyRotator	{
	margin:0;
}
.description	{
	width:95%;	
	margin-left:12px;
}
.new-products	{
	display:none;
}

}