body {
	background-color: #E1E1E1; /* #E9E9E9; */
	/*background-color: #242424;*/
	/*background-image: url(/images/wbg.gif);*/
	/*background:#e3f0e7 url(/images/bg-body.gif) repeat-x;*/
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size:1.1em;
}

h2 {
	font-size:1em;
}

h3, h4 {
	font-size:1em;
}

p, li, td { font-size: 1em; }

.logo_text {
	font-size: 30px;
	font-family: Arial, Helvetica, sans-serif;
	color: #050505;
}
.navigation_text {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #35393C;
}
.big_bold_white_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #808080;
}
.small_white_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #808080;
}
.bold_white_text {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
}
.bold_gray_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #505050;
	font-size: 11px;
	font-weight: bold;
}
.small_gray_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #505050;
}
a.small_gray_text:link { color: #505050; }

#sgt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #DCDCDC;
}

.style14 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #730301;
}
a.menu {
	display: inline-block;
	font-size:1.3em;
	margin:2px;
	padding:2px 5px 2px 5px;
}
a.menu:link {
	color: #E1E1E1;
	text-decoration: none;
}
a.menu:visited {
	text-decoration: none;
	color: #E1E1E1;
}
a.menu:hover {
	text-decoration: underline;
	color: #E1E1E1;
}
a.menu:active {
	text-decoration: none;
	color: #000000;
}
a {
	display: inline-block;
	margin:2px;
	padding:2px 5px 2px 5px;
}
a:link {
	color: #A20204;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #A20204;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #A20204;
}

a.parheader_link {
	color:#A20204;
	display: inline-block;
	font-size:1.3em;
	margin:2px;
	padding:2px 5px 2px 5px;
}
a.parheader_link:link {
	color: #A20204;
	text-decoration: none;
}
a.parheader_link:visited {
	text-decoration: none;
	color: #A20204;
}
a.parheader_link:hover {
	text-decoration: underline;
	color: #E1E1E1;
}
a.parheader_link:active {
	text-decoration: none;
	color: #A20204;
}

.row_style_one {
 background-color:#E1E1E1;
 border-bottom: 1px solid #000000;
}

.row_style_two {
 border-bottom: 1px solid #000000;
}

.vendor_details {
 font-size:0.8em;
 font-weight:400;
 color:#459F45;
}

.search_control {
 font-size:1em;
}

.parheader {
 font-weight:600;
 color:#E1E1E1;
 background-color:#000000;
 padding: 4px 4px 2px 4px;
 border-bottom: 3px solid #A20204;
}

 .custlist {
 list-style-image:url(/images/arrow_bg_im.jpg);
 padding-bottom:15px;
 }
 
 .prodnum {
 font-size:15px;
 color:#730301;
 font-weight:600;
 }
 
.horiz_nav_list
{
display: inline;
list-style-type: none;
padding-right: 20px;
}

.btc_qr_code:hover{
    color: #424242; 
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  opacity: 1;
  transform: scale(3);
  -ms-transform: scale(3); /* IE 9 */
  -webkit-transform: scale(3); /* Safari and Chrome */

}


/*Cookie Consent Begin*/
#cookieConsent {
    background-color: rgba(20,20,20,0.8);
    min-height: 26px;
    font-size: 14px;
    color: #ccc;
    line-height: 26px;
    padding: 8px 0 8px 30px;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
}
#cookieConsent a {
    color: #4B8EE7;
    text-decoration: none;
}
#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -15px 0 0 0;
    font-weight: bold;
}
#closeCookieConsent:hover {
    color: #FFF;
}
#cookieConsent a.cookieConsentOK {
    background-color: #F1D600;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    float: right;
    margin: 0 60px 0 10px;
}
#cookieConsent a.cookieConsentOK:hover {
    background-color: #E0C91F;
}
/*Cookie Consent End*/

