﻿@import url('http://ginyusa.com/css/reset.css');
body {
	font: 12px Verdana,Geneva,Tahoma,sans-serif;
}
.gray {
	color: #9f9f9f;
}
.black {
	color: black;
}
a {
	color: #1672a8;
	text-decoration: none;
}
#wrapper {
	width: 928px;
	margin: 0 auto;
	border-left: 1px #e7e7e7 solid;
	border-right: 1px #e7e7e7 solid;
	border-bottom: 1px #e7e7e7 solid;
}
#header {
	display: block;
	width: 100%;
}
h1.logo {
	/*background: white url('../theme_images/sitelogo.png') no-repeat scroll 0 0;*/
	margin-top: 5px;
	margin-left: 15px;
	float: left;
	width: 170px;
	height: 120px;
	border: none;
}
div.search {
	float: left;
	padding: 5px;
	margin: 2px 0px 1px 0;
	display: block;
}
input.text {
	border: 1px #B5B5B5 solid;
	width: 250px;
	height: 21px;
	margin: 0;
	padding: 1px 5px;
}
input.button {
	background: #8B8B8B;
	padding: 0px 10px;
	border: 1px #8B8B8B solid;
	height: 22px;
	color: #FFF;
	font-size: 8pt;
	text-transform: uppercase;
}
div.toplinks {
	float: right;
	clear: right;
	padding: 2px 0px 0 0px;
	width: 425px;
}
div.toplinks a {
	text-decoration: none;
	font-size: 9px;
	color: #313131;
	display: inline;
	margin: 3px;
	line-height: 20px;
}
div.toplinks a:hover {
	color: #1672a8;
}
div.toplinks h2 {
	margin-top: 0px;
	padding-left: 4px;
	font-size: 9.5px;
}
div.links {
	float: right;
	clear: right;
	padding: 20px 0px 0 0;
	width: 425px;
}
div.links a {
	text-decoration: none;
	font-size: 14px;
	color: #313131;
	display: inline;
	margin: 12px;
	line-height: 20px;
}
div.links a:hover {
	color: #1672a8;
}
div.links h2 {
	margin-top: 5px;
	padding-left: 10px;
}
#nav {
	padding: 0px;
	font-size: 11px;
	clear: both;
	background: #0192D1;
	height: 35px;
	color: #FFF;
	text-shadow: 0px 1px 1px #000;
	text-transform: uppercase;
	width: 100%;
}
#nav ul {
	height: 35px;
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav li {
	float: left;
	padding: 0px;
	border-right: 1px #FFF solid;
}
#nav li a {
	color: #FFF;
	display: block;
	font-weight: normal;
	line-height: 35px;
	padding: 0px 15px;
	text-align: center;
	text-decoration: none;
}
#nav li a.current {
	background: #C9C9C9;
}
#nav li a:hover {
	background: #999999;
}
#nav li a:hover, #nav ul li:hover a {
	color: #FFF;
	text-decoration: none;
}
#nav li ul {
	background: #7A798A;
	display: none;
	height: auto;
	position: absolute;
	width: 225px;
	z-index: 200;
	opacity: 0.9;
}
#nav li:hover ul {
	display: block;
}
#nav li li {
	display: block;
	float: none;
	width: 225px;
	border: none;
}
#nav li:hover li a {
	background: none;
}
#nav li ul a {
	display: block;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	font-style: normal;
	padding: 0px 10px 0px 15px;
	text-align: left;
}
#nav li ul a:hover, #nav li ul li:hover a {
	text-decoration: none;
	color: #000;
	background: #0095CC;
}
#nav li:last-child {
	border: medium none;
}
#nav p {
	clear: left;
}
#subnavbar {
	padding: 0px;
	font-size: 12px;
	clear: both;
	background: #F5F5F5;
	height: 35px;
	color: #FFF;
}
#subnavbar ul {
	height: 35px;
	list-style: none;
	margin: 0;
	padding: 0;
}
#subnavbar li {
	float: left;
	padding: 0px;
	border-right: 1px #FFF solid;
}
#subnavbar li:last-child {
	border: none;
}
#subnavbar li a {
	color: #FFF;
	display: block;
	font-weight: normal;
	line-height: 35px;
	padding: 0px 25px;
	text-align: center;
	text-decoration: none;
}
#subnavbar li a.current {
	background: #1672a8;
}
#subnavbar li a:hover {
	background: #0095CC;
}
#subnavbar li a:hover, #subnavbar ul li:hover a {
	color: #FFF;
	text-decoration: none;
}
#subnavbar li ul {
	background: #7A798A;
	display: none;
	height: auto;
	position: absolute;
	width: 225px;
	z-index: 200;
	opacity: 0.9;
}
#subnavbar li:hover ul {
	display: block;
}
#subnavbar li li {
	display: block;
	float: none;
	width: 225px;
	border: none;
}
#subnavbar li:hover li a {
	background: none;
}
#subnavbar li ul a {
	display: block;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	font-style: normal;
	padding: 0px 10px 0px 15px;
	text-align: left;
}
#subnavbar li ul a:hover, #subnavbar li ul li:hover a {
	text-decoration: none;
	color: #000;
	background: #0095CC;
}
#subnavbar p {
	clear: left;
}
#fullpage h2 {
	padding-left: 10px;
}
#fullpage {
	float: left;
	width: 98%;
	height: 100%;
	border-left: 0px #e7e7e7 solid;
	padding: 10px 10px 10px 10px;
}
#fullpage p {
	margin: 10px;
}
#fullpage ul {
	color: #9F9F9F;
	font-size: 11px;
	line-height: 20px;
	text-indent: 10px;
	list-style-position: outside;
	list-style-image: url(arrow.gif);
	list-style-type: square;
	padding: 26px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#fullpage li {
	text-indent: 0px;
}
#irightsidecontent {
	float: right;
	border-left: 1px #e7e7e7 solid;
	padding: 10px 20px 10px 16px;
	width: 695px;
	min-height: 330px;
}
#irightsidecontent h1 {
	font-weight: normal;
	color: #1672a8;
	font-size: 18px;
	margin: 12px 0 12px 0;
	border-bottom: 1px #e7e7e7 solid;
}
#irightsidecontent p {
	margin: 0px;
}
#content {
	display: inline-block;
	width: 100%;
}
#leftside {
	float: left;
	width: 711px;
}
#leftside img {
	float: left;
	padding: 1px;
}
#leftside h1 {
	font-weight: normal;
	color: #1672a8;
	font-size: 24px;
	margin: 50px 0 25px 0;
}
ul.hlist {
	color: #9f9f9f;
	list-style-image: url('../../theme_images/hli.jpg');
	padding-left: 350px;
}
ul.hlist li {
	color: #9f9f9f;
	font-size: 16px;
	line-height: 30px;
}
promo {
	height: 100px;
	border-bottom: 1px #e7e7e7 solid;
	padding: 5px;
}
#leftside .promo a {
	color: #9f9f9f;
	font-size: 14px;
	line-height: 16px;
}
#leftside .promo a {
	color: #9f9f9f;
	font-size: 14px;
	line-height: 16px;
}
h2 {
	font-weight: normal;
	color: #1672a8;
	font-size: 18px;
}
h3 {
	font-weight: normal;
	color: #1672a8;
	font-size: 14px;
}
p {
	color: #9f9f9f;
	font-size: 14px;
	line-height: 20px;
}
#leftside .last {
	border: none;
}
#leftside .p1 {
	background: white url('http://ginyusa.com/ginyusa-miva/theme_images/p1-promo.jpg') no-repeat scroll right 50px;
}
#leftside .p2 {
	background: white url('../../theme_images/promo2.jpg') no-repeat scroll right center;
}
#leftside .p3 {
	background: white url('../../theme_images/promo3.jpg') no-repeat scroll right 50px;
	height: 150px;
}
#leftside .p4 {
	background: white url('../../theme_images/promo3.jpg') no-repeat scroll right 50px;
}
#rightside {
	float: right;
	width: 216px;
	height: 100%;
	border-left: 1px #e7e7e7 solid;
}
#rightside .promo {
	height: 100px;
	border-bottom: 1px #e7e7e7 solid;
	padding: 5px;
}
#rightside .promo a {
	color: #9f9f9f;
	font-size: 14px;
	line-height: 16px;
}
h2 {
	font-weight: normal;
	color: #1672a8;
	font-size: 18px;
}
p {
	color: #9f9f9f;
	font-size: 11px;
	line-height: 20px;
}
#rightside .last {
	border: none;
}
#rightside .p1 {
	background: white url('http://ginyusa.com/ginyusa-miva/theme_images/p1-promo.jpg') no-repeat scroll right 10px;
}
#rightside .p2 {
	background: white url('http://ginyusa.com/ads/1.jpg') no-repeat scroll right center;
	height: 90px;
}
#rightside .p3 {
	background: white url('http://ginyusa.com/ginyusa-miva/theme_images/p2-promo.jpg') no-repeat scroll right 10px;
}
#rightside .p4 {
	background: white url('http://ginyusa.com/ginyusa-miva/theme_images/p3-promo.jpg') no-repeat scroll right 10px;
}
#rightside .p5 {
	height: 75px;
	text-align: center;
}
}
#rightside .p6 {
	height: 70px;
	text-align: center;
}
.readmore {
	margin: 25px 0;
	height: 30px;
}
#footer {
	/*background: white url('http://ginyusa.com/medidental-miva/theme_images/footer-1.jpg') no-repeat scroll 0 top;*/
	text-align: center;
	padding: 25px 0 25px 0;
	width: 100%;
}
#footerp {
	font-size: 11px;
}
#footerp a {
	color: #1672a8;
	text-decoration: none;
}
#ileftsidecontent {
	float: left;
	width: 680px;
	padding: 10px 0px 0px 10px;
	color: #1672a8;
}
#ileftsidecontent h1 {
	font-weight: normal;
	color: #1672a8;
	font-size: 18px;
	margin: 0;
}
#ileftside {
	float: left;
	width: 160px;
	padding: 0px 0px;
	color: #1672a8;
}
#ileftside .sublinks {
	padding-left: 5px;
}
#ileftside img {
	float: left;
}
#ileftside h2 {
	font-weight: normal;
	color: #1672a8;
	font-size: 18px;
	margin: 0;
}
#ileftside a {
	color: gray;
	line-height: 18px;
}
#ileftside a:hover {
	color: #1672a8;
	line-height: 18px;
}
#irightsidecontact {
	float: right;
	border-left: 1px #e7e7e7 solid;
	padding: 0px 20px 10px 16px;
	width: 200px;
	min-height: 580px;
}
#irightsidecontact h1 {
	font-weight: normal;
	color: #1672a8;
	font-size: 16px;
	margin: 12px 0 10px 0;
	border-bottom: 1px #e7e7e7 solid;
}
#irightside {
	float: right;
	border-left: 1px #e7e7e7 solid;
	padding: 0px 20px 10px 16px;
	width: 695px;
	min-height: 930px;
}
#irightside h1 {
	font-weight: normal;
	color: #1672a8;
	font-size: 16px;
	margin: 12px 0 12px 0;
	border-bottom: 1px #e7e7e7 solid;
}
#irightside p {
	color: black;
}
#irightside #catheader {
	padding: 0px 20px 10px 16px;
	margin-left: -30px;
}
#irightside img.resize {
	width: 446px; /* you can use % */;
	height: auto;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	width: 100%;
	margin-bottom: 12px;
	float: left;
}
.center {
	text-align: center;
}
.tools {
	font-size: 11px;
	color: black;
}
.prod {
	text-align: center;
	vertical-align: top;
	border: 1px #e7e7e7 solid;
	margin: 0 5px 5px 0;
	padding: 5px;
	float: left;
	width: 200px;
	background: url("http://ginyusa.com/ginyusa-miva/theme_images/catproductbg.png") repeat-x scroll 0% 0% white;
}
.prod:hover {
	border: 1px #7A798A solid;
	-webkit-box-shadow: 0px 1px 5px #7A798A;
	-moz-box-shadow: 0px 1px 5px #7A798A;
	box-shadow: 0px 1px 5px #7A798A;
}
.prod #img.resize {
	height: 144px; /* you can use % */;
	width: 192px;
}
.prod a:hover {
	color: #0099CC;
}
.prod #prodname {
	color: #0099CC;
	height: 46px;
	line-height: 16px;
	vertical-align: middle;
	padding-top: 10px;
}
.prod #prodname a {
	color: #1672A8;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
}
.prod #prodname a:hover {
	color: #0099CC;
}
.prod #prodprice {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	height: 20px;
	line-height: 16px;
	vertical-align: middle;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #01628B;
	width: 200px;
}
.catdesc {
	text-align: center;
	vertical-align: top;
	border: 1px #e7e7e7 solid;
	margin: 0 5px 5px 0;
	padding: 5px;
	float: left;
	width: 195px;
	height: 145px;
}
.catdesc:hover {
	border: 1px #7A798A solid;
	-webkit-box-shadow: 0px 1px 5px #7A798A;
	-moz-box-shadow: 0px 1px 5px #7A798A;
	box-shadow: 0px 1px 5px #7A798A;
}
.full {
	width: 940px;
	padding: 10px 20px;
}
#brands {
	margin-bottom: 12px;
}
#brands select {
	width: 180px;
	border: 1px #e7e7e7 solid;
	margin: 5px 0;
}
/*tables*/
#mytable {
	width: 700px;
	padding: 0 0 0 10px;
	margin: 0 0 0 10px;
}
caption {
	padding: 0 0 5px 0;
	width: 500px;
	font: 12px Verdana,Geneva,Tahoma,sans-serif;
	color: #9f9f9f;
	text-align: Left;
	font-weight: bold;
}
th {
	font: 12px Verdana,Geneva,Tahoma,sans-serif;
	color: #FFFFFF;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 0px;
	text-transform: capitalize;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #1672A8;
	font-weight: bold;
}
th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}
td {
	border-right: 0px solid #C1DAD7;
	border-bottom: 0px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #9f9f9f;
	font: 13px Verdana,Geneva,Tahoma,sans-serif;
}
td.alt {
	background: #FFFFFF;
	color: #9f9f9f;
	font: 13px Verdana,Geneva,Tahoma,sans-serif;
}
th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #FFFFFF;
	font: 13px Verdana,Geneva,Tahoma,sans-serif;
	color: #9f9f9f;
}
th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #FFFFFF;
	font: 13px Verdana,Geneva,Tahoma,sans-serif;
	color: #9f9f9f;
}
div.sublinks {
	float: right;
	clear: right;
	padding: 6px 0px 0 0;
	width: auto;
	color: #313131;
}
div.sublinks a {
	text-decoration: none;
	font-size: 14px;
	color: #313131;
	display: inline;
	margin: 12px;
	line-height: 20px;
}
div.sublinks a:hover {
	color: #1672a8;
}
div.sublinks h2 {
	margin-top: 5px;
	padding-left: 20px;
}
.mdesc {
	text-align: center;
	vertical-align: top;
}
.mlogos {
	text-align: center;
	vertical-align: middle;
	height: 60px;
	border: 1px dotted #F3F3F3;
	padding: 40px;
}
body a#uservoice-feedback-tab, body a#uservoice-feedback-tab:link {
	background-position: 2px 50% !important;
	background-repeat: no-repeat !important;
	display: block !important;
	height: 98px !important;
	margin: -45px 0 0 !important;
	padding: 0 !important;
	position: fixed !important;
	text-indent: -9000px;
	top: 45% !important;
	width: 25px !important;
	z-index: 100001 !important;
}
#uservoice-overlay {
	background-color: #000000;
	height: 100%;
	left: 0;
	opacity: 0.7;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100002;
}
a#uservoice-feedback-tab {
	background-color: #FF0000;
	background-image: url("http://ginyusa.com/ginyusa-miva/theme_images/specials_tab_white.png");
	background-repeat: no-repeat;
	border-color: #FF0000 -moz-use-text-color #FF0000 #FF0000;
	border-style: outset none outset outset;
	border-width: 0px 0 0px 0px;
	right: 0;
}
h6.bar {
	background-image: url("http://ginyusa.com/ginyusa-miva/theme_images/bar.gif");
	background-repeat: repeat-x;
	border: 1px solid #E2E2E2;
	float: left;
	height: 25px;
	margin-bottom: 20px;
	padding: 5px 0 0 10px;
	width: 678px;
	font-weight: bold;
}
h5.bar {
	background-image: url("http://ginyusa.com/ginyusa-miva/theme_images/bar.gif");
	background-repeat: repeat-x;
	border: 1px solid #E2E2E2;
	float: left;
	height: 25px;
	margin-bottom: 20px;
	padding: 5px 0 0 10px;
	width: 390px;
	font-weight: bold;
}
h6 {
	font-weight: normal;
}
.addtocart {
	background-image: url("../images/addtocart_bg.gif");
	background-repeat: repeat-x;
	border: 0px solid #DBDBDB;
	min-height: 70px;
	margin-top: 10px;
	padding: 5px;
	width: 98%;
}
.addtocart ul {
	float: center;
	list-style: none outside none;
}
.addtocart ul li input.bar {
	background-color: #FFFFFF;
	border: 1px solid #D0D0D0;
	float: left;
	height: 21px;
	width: 45px;
}
#irightside divproduct p {
	border: 11px;
}
.sidebar-call-me {
	background: url("/sites/all/themes/ifbyphone/images/bg-sidebar-call-me.png") no-repeat scroll 0 0 transparent;
	color: #666666;
	font-size: 93%;
	height: 77px;
	line-height: 1.2;
	margin: 0 auto;
	padding: 14px 10px 0 20px;
	width: 186px;
}
