/* Miva Merchant Additional CSS Document */

/* Miva Navbar */

#mivanavbar {
	margin: 0;
	padding: 10px 25px 0 0;
	width: 875px;
	height: 25px;
	text-align: right;
	clear: both;
}
#mivanavbar ul {
	margin: 0;
	padding: 0;
}
#mivanavbar li {
	margin: 0;
	padding: 0;
	color: #0e968d;
	display: inline;
}
#mivanavbar li a:link, #mivanavbar li a:visited {
	color: #0e968d;
	font-weight: normal;
	text-decoration: underline;
}
#mivanavbar li a:hover, #mivanavbar li a:active, #mivanavbar li a:focus {
	color: #0e968d;
	font-weight: normal;
}

/* Navbar - Miva Merchant Products */

#navbar li li {
	margin: 0;
	padding: 0;
	font: 10px;
	font-weight: bold;
	text-align: right;
}
#navbar li li a:link, #navbar li li a:visited {
	margin: 0;
	padding: 2px 82px 2px 0;
	display: block;
	background: #ddf0ee url(/images/navbar_background.gif) repeat-y bottom left;
	color: #0e968d;
	font-weight: normal;
	text-decoration: none;
	border: none;
}
/* hide holly hack from IE Mac \*/
* html #navbar li li a { 
	height: 1%;
	vertical-align: bottom;
} /* Holly Hack to get around a lovely IE issue with list items and a elements set to block */
#navbar li li a:link.current, #navbar li li a:visited.current {
	background: #ddf0ee url(/images/navbar_background-over.gif) repeat-y bottom left;
	color: #fff;
	font-weight: bold;
	border: none;
}
#navbar li li a:hover, #navbar li a:active, #navbar li li a:focus {
	font: 10px;
	background: #78c4bf url(/images/navbar_background-over.gif) repeat-y bottom left;
	color: #fff;
	font-weight: bold;
	border: none;
}

/* Miva Contact Lens Attributes Tables  */

table.lensAttributes {
	margin: 0 auto;
	padding: 0;
	border: none;
	background: none;
	font-size: 11px;
}
.lensAttributes th, .lensAttributes td {
	margin: 0;
	padding: 2px;
	color: #0e968d;
	vertical-align: top;
	border: none;
	background: none;
}
.lensAttributes th {
	text-align: center;
}
.lensAttributes th.submit {
	text-align: center;
}
.lensAttributes tr.alt *, .lensAttributes td.alt {
	background: #afbfd8;
}

/* Source: http://www.search-this.com/2007/02/12/css-liquid-round-corners/ */
#liquid-round {
	width: 100%;
	margin: 10px auto 0;
	background-color: #cce3e1;
}
#liquid-round .top {
	width: 100%;
	height: 15px;
	background: url(/images/box_top.gif) no-repeat left top;
}
#liquid-round .top span {
	display: block;
	position: relative;
	height: 15px;
	background: url(/images/box_top-right.gif) no-repeat right top;
}
#liquid-round .center-content {
	padding: 0;
	margin: 0;
	position: relative;
	background-color: #cce3e1;
}
#liquid-round .bottom {
	height: 15px;
	background: url(/images/box_bottom.gif) no-repeat left bottom;
}
#liquid-round .bottom span {
	display: block;
	position: relative;
	height: 15px;
	background: url(/images/box_bottom-right.gif) no-repeat right top;
}

/* Form Elements */

.lensAttributes input, .lensAttributes textarea {
	margin: 0;
	padding: 1px;
	border: #0c9990 solid 1px;
	color: #333;
	font-size: 10px;
	vertical-align: bottom;
}
.lensAttributes select {
	margin: 0 0 2px 0;
	padding: 1px;
	border: #0c9990 solid 1px;
	color: #333;
	font-size: 10px;
	vertical-align: bottom;
}
.lensAttributes input.radioButton {
	border: none;
}
.lensAttributes input.sminp {
	margin: 3px auto;
	padding: 0 8px;
	color: #fff;
	font-weight: bold;
	border: 1px solid #0b8a81;
	background: #0c9990 url(/images/sminp_background.gif) repeat-x;
}
