.greybold {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.greybigger {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.cufflink {

	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #D0A82E;
	text-decoration: none;
	
}
.productmenu {

	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
.Hproductmenu {

	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}

.bodytext {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;

}
.red {

	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
.productname {


	font-family: "Trebuchet MS";
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.price {



	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.whitebigger {

	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.whitebold {


	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.bodycontent {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	line-height: 22px;

}
.testimonials {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	font-style: normal;

}
.bodycont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	font-style: normal;
	line-height: 22px;

}
.added {

	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
H1,H2,H3 {
font-family:Trebuchet MS;
font-size:14px;
color:#EEC23A;
text-decoration:none;
font-weight:400;
margin:0;
padding:0;
}
.goldtext {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: normal;
	color: #EEC23A;
	text-decoration: none;
}
.approved {


	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: bold;
	color: #9933CC;
	text-decoration: none;
}
#grid_view:hover{
	-moz-box-shadow: 0 0 20px rgba(0,0,0,.4);
	box-shadow: 0 0 20px rgba(0,0,0,.4);  
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,.4);
}
#Hgrid_view{
	margin:3px;
	background:#FFF;
}
#Hgrid_view_pre:hover{
	-moz-box-shadow: 0 0 20px rgba(255,255,255,0.4);
	box-shadow: 0 0 20px rgba(255,255,255,0.4);  
	-webkit-box-shadow: 0 0 20px rgba(255,255,255,0.4);
}
#cssdropdown, #cssdropdown ul {
padding: 0;
margin: 0;
list-style: none;
}

#cssdropdown li {
float: left;
position: relative;
}
.subuls {
text-align:left;
display: none;
list-style: none; 
position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/  
left: 50px; top: 0px;  
background: #333;  
margin: 0; padding: 0;  
display: none;  
float: left;  
width: 170px;  
border: 1px solid #111;  
z-index: 100;
}

.subuls li{
font-family: "Arial, Helvetica, sans-serif";
font-size: 14px;
font-weight: bold;
margin: 0; padding: 0;  
border-top: 1px solid #252525; /*--Create bevel effect--*/  
border-bottom: 1px solid #444; /*--Create bevel effect--*/  
clear: both;  
width: 170px; 
}

.subuls li a{
text-decoration: none;
color: #D0A82E;
padding: .4em .4em;
display: block;
}
.subuls li a:hover{
text-decoration: none;
color: #FFFFFF;
padding: .4em .4em;
display: block;
}

#cssdropdown li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
top: auto;
left: auto;
}

#cssdropdown li:hover ul, li.over ul { /* lists nested under hovered list items */
display: block;
}

#arrowlistmenu{
width: 190px; /*width of accordion menu*/
}
.topmenu{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 1px; /*bottom spacing between each UL and rest of content*/
}
.topmenu li{
font-weight: bold;
padding-bottom: 1px; /*bottom spacing between menu items*/

}

.topmenu li a{
/*background-image: url(../images/arrow.gif);
background-repeat: no-repeat;
background-position: .2em .5em;*/
font-family: "Trebuchet MS";
font-size: 12px;
font-weight: bold;
color: #D0A82E;
display: block;
padding: 5px 0px 0px 16px;
text-decoration: none;
}
.topmenu li ul {
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 1px; /*bottom spacing between each UL and rest of content*/
}

.topmenu li ul li a{
background-image:none;
color: #000000;
display: block;
padding: 2px 0;
padding-left: 6px; /*link text is indented 19px*/
text-decoration: none;
font-weight: normal;
border-bottom: 1px solid #dadada;
font-size: 90%;
}
.topmenu li ul li a:hover{
color:#3333cc;
}

.merror{
color:#FF0000;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
}

