/*
Website development by Midwest New Media, LLC
Unauthorized distribution or resale is expressly prohibited
www.midwestnewmedia.com
info@midwestnewmedia.com
(513) 742-9150
*/

a:hover {
	color: #00b6e4;
}

a.preview {
	font-size: 11px;
	text-align: center;
}

a.preview img {
	margin: 0 15px 10px 0;
}

p.ringprice {
	color: #ccc;
	font-size: 10px;
	line-height: 14px;
}

.button {
	cursor: pointer;
}

.button-grey {
	background: #999 !important;
	border: 1px solid #666 !important;
}

#admin {
	width: 677px;
}

#admin p {
	margin-bottom: 0em;
}

#admin input[type="submit"].update {
	margin-left: 0px !important;
}

#admin table.diamonds {
	border-collapse: collapse;
	border-spacing: 0px;
}

#admin table.diamonds th {
	text-align: center;
	background-color: #222;
	color: #fff;
}

#admin table.diamonds input[type="text"] {
	border: 1px solid #ccc;
	margin: 0px !important;
	width: 60px !important;
}

#admin table.admin-list {
	border-collapse: collapse;
	border-spacing: 0px;
	margin-top: 1em;
	width: 100%;
}

#admin table.admin-list td {
	border-bottom: 1px solid #222;
}

#admin table.admin-list td,
#admin table.admin-list th {
	font-size: 0.9em;
	line-height: 1.4em;
	vertical-align: top;
	padding: 5px 6px;
}

#admin table.admin-list td a,
#admin table.admin-list th a {
	font-size: 1em;
}

#admin table.admin-list td a.approve {
	text-decoration: none;
}

#admin table.admin-list td img {
	width: 100px;
}

#admin table.admin-list td img.copy {
	width: auto;
}

#admin table.admin-list td input {
	display: inline;
	margin: 3px 0px 0px 0px !important;
}

#admin table.admin-list td input[type="text"] {
	float: none !important;
	margin: 0px !important;
	width: 60px !important;
}

#admin table.admin-list td span {
	color: #999;
	display: block;
	font-size: 0.9em;
	text-decoration: none !important;
}

#admin table.admin-list td ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#admin table.admin-list td.nowrap,
#admin table.admin-list th.nowrap {
	white-space: nowrap;
}

#admin table.admin-list td.numeric,
#admin table.admin-list th.numeric {
	text-align: right !important;
}

#admin table.admin-list th {
	background-color: #222;
	color: #fff;
	text-align: left;
}

#admin table.admin-list th a {
	color: #fff !important;
	text-decoration: none !important;
}

#admin table.admin-list th a:hover {
	color: #999;
}

#admin table.admin-list th.min {
	padding-right: 20px;
	width: 0%;
}

#admin table.admin-list th.max {
	width: 100%;
}

#admin table.admin-list tr:hover td {
	background-color: #ddd;
}

#admin table.admin-list tr.dragClass td,
#admin table.admin-list tr.dragClass:hover td {
	background: #8b8b8b;
}

#admin table.admin-list tr .dragHandle {
	cursor: move;
}


#admin table.admin-list tr.past td,
#admin table.admin-list tr.past td a {
	color: #656565;
}

#admin ul {
	margin-bottom: 0em;
}

#admin ul.continue {
	list-style-type: none;
	margin: 1em 0em 2em 1em;
}

#admin ul.continue li {
	background-image: url("../images/admin-arrow.png");
	background-position: 0px 5px;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 10px;
}

#admin ul.options {
	list-style-type: none;
	padding: 0px;
}

#admin ul.options li {
	background-image: url("../images/admin-arrow.png");
	background-position: 0px 4px;
	background-repeat: no-repeat;
	display: inline;
	margin-right: 12px;
	padding: 0px 0px 0px 10px;
}

#admin #prev-next {
	margin-top: 1em;
	position: relative;
}

#admin #prev-next a,
#admin #prev-next p {
	font-size: 11px;
}

#admin #prev-next p#pg {
	text-align: center;
}

#admin #prev-next p#next {
	margin: 0px;
	position: absolute;
	right: 0px;
	top: 0px;
}

#admin #prev-next p#prev {
	margin: 0px;
	position: absolute;
	top: 0px;
}

#admin #admin-search {
	display: none;
	padding-bottom: 1em;
}

#admin #admin-search h3 {
	border-top: 0px;
	color: #fff;
	margin-top: 1.2em;
	padding-top: 0px;
}

#admin #admin-search input[type="submit"] {
	float: left;
	margin: 6px 0px 0px 0px;
}

#admin #admin-search input[type="text"] {
	margin: 5px 0px 0px 0px;
	width: 100px;
}

#admin #admin-search label {
	margin-top: 5px;
	width: auto;
}

#admin #admin-search select {
	margin: 5px 0px 0px 0px;
}

#admin #admin-search .field {
	float: left;
	margin-right: 13px;
	margin-top: 0px;
}



#cart-controls {
	float: left;
	margin-left: 10px;
	width: 655px;
}

	#cart-controls > * {
		display: inline-block;
		float: left;
	}

#cart-checkout {
	float: right;
}

#cart-continue {
	margin-right: 10px;
}

.cart-details {
	color: #fff !important;
}

	.cart-details: hover {
		color: #fff;
	}

#cart-header {
	height: 45px;
	width: 675px;
}

	#cart-header > p {
		padding-top: 10px;
	}

	#cart-header > p > span {
		display: inline-block;
	}

#cart-header-item {
	margin-left: 25px;
}

#cart-header-price {
	margin-left: 315px;
}

#cart-header-quantity {
	margin-left: 10px;
}

#cart-header-total {
	margin-left: 53px;
}

.cart-remove {
	float: right !important;
}

#cart-total-row {
	margin-bottom: 5px;
}

	#cart-total-row  > p {
		font-weight: bold;
		margin: 5px 0 5px 435px;
	}

	#cart-total-row  > p > span {
		color: #00B6E4;
		margin-left: 42px;
	}

#catalog-main {
	margin-top: 15px;
}

#catalog-main h5 {
	clear: both;
	margin: 2em 0em 1em 0em;
}

#catalog-main label.weight {
	margin-bottom: 0px;
}

#catalog-main span.caption {
	color: #999;
	display: block;
	font-size: 0.9em;
	line-height: 1.2em;
	margin-bottom: 0em;
	margin-top: 0.3em;
}

#catalog-main.restricted a {
	color: #4591b8;
	text-decoration: underline;
}

#catalog-main.restricted a:hover {
	text-decoration: none;
}

#catalog-main.restricted form div.checkbox-multiple,
#catalog-main.restricted form div.radio-multiple {
	float: left;
	margin: 1em 0px 0px 0px;
}

#catalog-main.restricted form div.checkbox-multiple input[type="checkbox"] {
	float: left;
	margin: 5px 0px 0px 0px;
}

#catalog-main.restricted form div.checkbox-multiple label {
	clear: none;
	float: left;
	margin: 3px 0px 0px 5px;
	text-align: left;
}

#catalog-main.restricted form div.radio-multiple input[type="radio"] {
	float: left;
	margin: 5px 0px 0px 0px;
}

#catalog-main.restricted form div.radio-multiple label {
	clear: none;
	float: left;
	margin: 3px 0px 0px 5px;
	text-align: left;
	width: 258px;
}

input#keyword {
	border: 1px solid #777;
}

input.error {
	background: #ff7272;
}

.hide-image .upload-image img { display: none; }

#catalog-main.restricted form input,
#catalog-main.restricted form select,
#catalog-main.restricted form textarea,
#registration input,
#registration select {
	border: 1px solid #777;
	color: #000;
	display: block;
	float: left;
	font-family: Verdana, Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 1em;
	margin-top: 1em;
	padding: 1px;
}

#catalog-main.restricted form input[type="hidden"] {
	height: 0px;
	padding: 0px;
}

#catalog-main.restricted form input[type="checkbox"],
#catalog-main.restricted form input[type="radio"] {
	float: left;
	height: 13px;
	margin: 1.20em 0em 0em 160px;
	padding: 0px;
	width: 13px;
}

#catalog-main.restricted form input[type="file"] {
	border: 0px;
	margin-left: 0px;
	padding: 0px;
}

#catalog-main.restricted form input[type="password"],
#catalog-main.restricted form input[type="text"],
#registration input[type="text"] {
	height: 17px;
	padding-bottom: 2px;
	padding-top: 2px;
}

#catalog-main.restricted form input[type="password"],
#catalog-main.restricted form input[type="text"],
#catalog-main.restricted form textarea,
#registration input[type="text"] {
	border: 1px solid #777;
	width: 400px;
}

#catalog-main.restricted form input[type="submit"],
#registration input[type="submit"] {
	margin-left: 160px;
	margin-top: 1em;
	padding: 1px 3px;
}

#catalog-main.restricted form input.close {
	margin-top: 3px;
}

#catalog-main.restricted form input.zip,
#registration input.zip {
	width: 100px;
}

#catalog-main.restricted form label,
#registration label {
	color: #777;
	display: block;
	float: left;
	margin-right: 10px;
	margin-top: 1em;
	padding: 2px 0px;
	text-align: right;
	width: 150px;
}

#catalog-main.restricted form label span,
#registration label span {
	color: #c00;
}

#catalog-main.restricted form label.checkbox,
#catalog-main.restricted form label.radio {
	color: #777;
	float: left;
	margin: 1em 0px 0px 5px;
	padding: 0px;
	text-align: left;
	width: 382px;
}

#catalog-main.restricted form label.checkbox em,
#catalog-main.restricted form label.radio em {
	color: #999999;
	display: inline-block;
	font-size: 0.9em;
	font-style: normal;
	padding-left: 0.25em;
}

#catalog-main.restricted form label.close {
	margin-top: 3px;
}

#catalog-main.restricted form label.inline {
	color: #777;
	display: inline;
}

#catalog-main.restricted form p label {
	color: inherit;
}

#catalog-main.restricted form p.caption,
#registration p.caption {
	color: #999;
	font-size: 0.9em;
	line-height: 1.2em;
	margin-bottom: 0em;
	margin-left: 160px;
	margin-top: 0.3em;
	text-align: left !important;
	width: 400px;
}

#catalog-main.restricted form p.field {
	margin-bottom: 0px;
	margin-top: 1em;
}

#catalog-main.restricted form p.radio {
	padding-bottom: 0.25em;
}

#catalog-main.restricted form p.required,
#registration p.required {
	color: #656565;
	font-size: 0.9em;
	margin-left: 160px;
}

#catalog-main.restricted form p.required span,
#registration p.required span {
	color: #c00;
	font-size: 1.11em;
}

#catalog-main.restricted form p.text {
	display: block;
	float: left;
	margin-right: 10px;
	padding: 2px 0px;
	margin-top: 1em;
}

#catalog-main.restricted form p.text em {
	color: #656565;
	font-style: italic;
}

#catalog-main.restricted form p.upload {
	margin-top: 1em;
}

#catalog-main.restricted form p.upload-image {
	clear: both;
	margin: 0px 0px 0px 160px;
	padding: 0.5em 0em 0em 0em;

}

#catalog-main.restricted form p.upload-image img {
	border: 0px;
	display: inline;
	max-height: 100px;
	max-width: 100px;
}

/*#catalog-main.restricted form p.upload-image img {
	display: none;
}*/

#catalog-main.restricted form .cur-image {
	padding-top: 10px;
	font-size: 10px;
	margin-left: 160px;
}

#catalog-main.restricted form .cur-image span {
	display: block;
	height: 75px;
	overflow: hidden;
	width: 75px;
}

#catalog-main.restricted form .cur-image span img {
	width: 100%;
}

#catalog-main.restricted form select {
	border: 1px solid #777;
	height: 21px;
	margin-left: 0px;
}

#catalog-main.restricted form span.mceEditor {
	display: block;
	float: left;
	margin-top: 1em;
}

#catalog-main.restricted form textarea {
	height: 100px;
	padding-bottom: 2px;
	padding-top: 2px;
}

#catalog-main.restricted form textarea.long {
	height: 200px;
}

#catalog-main.restricted form .column {
	float: left;
	margin-right: 20px;
}

#catalog-main.restricted form .row {
	background-color: #eeeeee;
	padding: 5px 6px;
}

#catalog-main.restricted form .row input {
	margin: 0em;
}

#catalog-main.restricted h2 {
	font-size: 1em;
	margin: 2em 0em 0em 0em;
}

#catalog-main.restricted h3 {
	border-top: 1px solid #656565;
	color: #4591b8;
	font-family: Verdana;
	font-size: 1.2em;
	margin: 2em 0em 0em 0em;
	padding: 5px 0px 0px 0px;
}

#catalog-main.restricted p.checkout-option {
	font-size: 0.9em;
	margin-top: 2em;
}

#catalog-main.restricted p.checkout-option a {
	text-decoration: none;
}

#catalog-main.restricted p.checkout-option a:hover {
	text-decoration: underline;
}

#catalog-main.restricted p.error,
.registration p.error {
	background-color: #c00;
	border: 1px dashed #fff;
	color: #fff;
	margin-bottom: 2em;
	padding: 1em;
}

#catalog-main.restricted p.error a,
.registration p.error {
	color: #fff;
}

#catalog-main.restricted p.message,
.registration p.message {
	background-color: #090;
	border: 1px dashed #333;
	color: #fff;
	margin-bottom: 1em;
	padding: 1em;
}

#catalog-main.restricted p.message a,
.registration p.message a {
	color: #fff;
}

#catalog-main.restricted #checkout-confirm {
	float: left;
	margin-right: 20px;
	width: 300px;
}

#catalog-main.restricted #checkout-confirm input[type="checkbox"] {
	margin-left: 0px;
}

#catalog-main.restricted #checkout-confirm input[type="submit"] {
	float: none;
	margin-bottom: 0px;
	margin-left: 0px !important;
}

#catalog-main.restricted #checkout-confirm input[type="text"] {
	float: left;
	margin-top: 1em;
	width: 175px;
}

#catalog-main.restricted #checkout-confirm label {
	text-align: left;
	width: 110px;
}

#catalog-main.restricted #checkout-confirm label.checkbox {
	width: auto;
}

#catalog-main.restricted #checkout-confirm p.caption {
	margin-left: 120px;
	width: 175px;
}

#catalog-main.restricted #checkout-confirm p.text {
	float: left;
	margin-bottom: 0px;
}

#catalog-main.restricted #checkout-confirm textarea {
	height: 100px;
	width: 175px;
}

#catalog-main.restricted #checkout-confirm #confirm-details {
	padding-top: 0.5em;
}

#catalog-main.restricted #checkout-confirm #confirm-details p {
	font-size: 0.9em;
	margin: 0.75em 0em 0em 0em;
}

#catalog-main.restricted #checkout-info {
	float: right;
	width: 300px;
}

.button {
	margin-top: 2px;
}

.catalog-clearfix:before,
.catalog-clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
}

.catalog-clearfix:after {
	clear: both;
}

.catalog-clearfix {
	zoom: 1;
}

.catalog-price {
	float: right !important;
	text-align: right;
}

	.catalog-price > span{
		color: #00B6E4 !important;
		font-weight: bold;
	}

.catalog-product-info {
	position: relative;
}

.catalog-product-info > *{
	float: left;
}

	.catalog-product-info > img {
		margin: 0 50px 5px 0;
	}

.catalog-product-more {
	position: absolute;
	right: 0px;
	top: -1em;
}

	.catalog-product-more > a > p > img {
		border: 2px solid #000;
		margin-right: 5px;
		margin-top: -2px;
		vertical-align: text-top;
	}

.catalog-product-more.unrestricted {
	margin-top: -0.95em;
}

.catalog-product-opts {
	float: left;
}

.catalog-product-opts p {
	margin: 0px 0px 15px 0px;
}

.catalog-product-opts p span {
	display: inline-block;
	margin: 0px;
}

#catalog-main .catalog-product-opts select {
	margin: 0px 0px 15px 0px;
}

#catalog-main .catalog-product-opts select#selectWeight {
	margin-bottom: 0px;
}

#catalog-main .catalog-product-opts span.caption {
	margin-bottom: 15px;
}

.catalog-product-opts form label {
	display: inline-block;
	margin: 0px 0px 15px 0px;
	width: 80px;
}

.catalog-product-opts form label.weight {
	margin-bottom: 0px;
}

ul#catalog-products {
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-padding-start: 0px;
	list-style-type: none;
	margin-left: 10px;
	padding: 0px;
}

	ul#catalog-products > li {
		float: left;
		margin-right: 25px;
		width: 108px;
	}

	ul#catalog-products > li.last {
		margin-right: 0px;
	}

	ul#catalog-products > li > a > img {
		max-height: 100px;
		max-width: 100px;
	}

	ul#catalog-products > li > a > p {
		color: #4591b8;
		font-size: 0.9em;
		line-height: 1.3em;
	}

	ul#catalog-products > li > a > p > span {
		color: #999;
		display: block;
		font-size: 0.9em;
		margin-top: 3px;
	}

#catalog-series {
	margin-left: 10px;
}

#catalog-series > div {
	border-bottom: 1px #656565 solid;
	float: left;
	padding: 5px 0;
	width: 655px;
}

	#catalog-series > div > a > img {
		margin-right: 15px;
	}

	#catalog-series > div > a > *, #catalog-series > div > #catalog-price {
		float: left;
	}

	#catalog-series > div > a > p > span,


	#catalog-series > p, #catalog-products > p {
		float: left;
		margin-bottom: -10px;
		text-align: center;
		width: 645px;
	}

	#catalog-series > p > a, #catalog-products > p > a {
		margin: 0 5px;
	}

#cart-items {
	border-collapse: collapse;
	width: 675px;
	margin-bottom: 10px;
	margin-top: 1.5em;
}

#cart-items tr th {
	background-image: url("../images/gradient-catalog-middle.png");
	background-repeat: repeat-x;
	height: 45px;
	text-align: left;
	padding: 0 10px;
}

#cart-items tr th.left-corner {
	background-image: url("../images/gradient-catalog-left.png");
}

#cart-items tr th.right-corner {
	background-image: url("../images/gradient-catalog-right.png");
	background-position: right;
}

#cart-items tr td {
	border-bottom: 1px #656565 solid;
	padding: 5px 10px;
	text-align: left;
	vertical-align: top;
}

#cart-items tr td p {
	float: none;
	text-align: left;
	margin: 0px;
}

#cart-items tr td img {
}

#cart-items td ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#cart-items td ul li span {
	color: #999;
	display: block;
	font-size: 0.9em;
	padding-bottom: 2px;
}

#cart-items tr.summary td,
#cart-items tr.tax td {
	border-bottom: 0px;
	padding-bottom: 0px;
	text-align: right;
}

#cart-items tr.summary td.summary-label,
#cart-items tr.tax td.summary-label {
	font-size: 10px;
	text-transform: uppercase;
}

#cart-items td input {
	width: 25px;
}

#cart-items td span.sku {
	color: #999;
	display: block;
	font-size: 0.9em;
}

#cart-items td.numeric,
#cart-items th.numeric {
	text-align: right;
}

#cart-items td.price {
	color: #999;
}

#cart-items td.summary-total {
	font-weight: bold;
}

#cart-items p span {
	color: #999;
	font-size: 0.9em !important;
}

#cart-items .cart-price {
	color: #fff;
	text-align: right;
}

#cart-items .cart-total {
	/*color: #00b6e4;
	font-weight: bold;*/
	text-align: right;
}

#cart-items .total-text {
	border-bottom: 0;
	font-size: 10px;
	text-align: right;
	text-transform: uppercase;
}

#cart-items .total-amount {
	border-bottom: 0;
	/*color: #00b6e4;*/
	font-weight: bold;
}

#cart-items.history tr td {
	font-size: 0.9em;
	line-height: 1.25em;
}

#catalog-sort {
	/* background: url(../images/gradient-catalog.jpg) no-repeat; */
	background: #ccc;
	height: 45px;
	margin-bottom: 15px;
	width: 675px;
}

	#catalog-sort > form {
		float: left;
		margin: 10px 0 0 10px;
	}

#catalog-sort.entire {
	margin-bottom: 0px;
}

#categories {
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-padding-start: 0px;
	margin: 0px !important;
	padding: 1em 0em 0em 0em;
}

.category {
	float: left;
	margin-right: 30px;
    position: relative;
	width: 100px;
	display: block;
}

	.category > a {
		text-align: center;
		width: 100px;
		display: block;
	}

	.category > a > p {
		color: #4591b8;
		margin-bottom: 25px;
		text-align: center;
		width: 100px;
	}

.category.last {
	margin-right: 0px;
}

#container {
	margin: 0 auto;
	width: 1040px;
}

#prev-next {
	font-size: 12px;
	position: relative;
}

#prev-next p#pg {
	text-align: center;
}

#prev-next p#next {
	margin: 0px;
	position: absolute;
	right: 0px;
	top: 0px;
}

#prev-next p#prev {
	margin: 0px;
	position: absolute;
	top: 0px;
}

#catalog-main .clearfix:before,
#catalog-main .catalog-clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
}

#catalog-main .catalog-clearfix:after {
	clear: both;
}

#catalog-main .catalog-clearfix {
	zoom: 1;
}

#subnav h2 {
	color: #000;
	font-size: 1.2em;
	font-weight: normal;
	margin: 0.5em 0em 0em 0em;
}

#subnav ul {
	list-style-type: none;
	margin: 1.25em 0em 0em 0em;
	min-height: 200px;
	padding: 0px;
}

#subnav ul li a.active {
	font-weight: bold;
}

#ddresults {
    height:32px;
    line-height:32px;
    color:#FFF;
    background-color:#665;
    font-weight:bold;
    text-align:center;
}
input.custurl{
    width:200px;
}

.cb { clear: both; }

.map-list-wrap {
	min-width: 675px;
}

.map-list-wrap .list,
.map-list-wrap #map {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	float: right;
	margin: 2em 0 0 0;
	width: 25%;
}

.map-list-wrap .list {
	overflow: auto;
	height: 500px;
}

.map-list-wrap .list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.map-list-wrap .list ul li {
	border-bottom: 1px solid #808080;
	font-size: 80%;
	padding: 15px;
}

.map-list-wrap #map {
	border-right: 1px solid #ffffff;
	float: left;
	height: 500px;
	width: 75%;
}

#map h3,
#catalog-main.restricted #map h3 {
	border: 0;
	margin: 0 0 10px 0;
	padding: 0;
}

#map p {
	color: #000000;
}

.map-list-wrap a.button,
#catalog-main.restricted .map-list-wrap a.button {
	color: #ffffff;
	font-weight: normal;
	font-size: 130%;
	text-decoration: none;
}

#navigation.new {
	margin-left: 298px;
}

#navigation.new .ddmx.withregister a.item1,
#navigation.new .ddmx.withregister a.item1:hover,
#navigation.new .ddmx.withregister a.item1-active,
#navigation.new .ddmx.withregister a.item1-active:hover {
	font-size: 11px !important;
	padding: 5px 15px 5px 12px !important;
}


/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: hidden;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}.inputContainer {
	position: relative;
	float: left;
}

.formError {
	position: absolute;
	top: 300px;
	left: 300px;
	display: block;
	z-index: 5000;
	cursor: pointer;
}

.ajaxSubmit {
	padding: 20px;
	background: #55ea55;
	border: 1px solid #999;
	display: none
}

.formError .formErrorContent {
	width: 100%;
	background: #ee0101;
	position:relative;
	z-index:5001;
	color: #fff;
	width: 150px;
	font-family: tahoma;
	font-size: 11px;
	border: 2px solid #ddd;
	box-shadow: 0 0 6px #000;
	-moz-box-shadow: 0 0 6px #000;
	-webkit-box-shadow: 0 0 6px #000;
	padding: 4px 10px 4px 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.greenPopup .formErrorContent {
	background: #33be40;
}

.blackPopup .formErrorContent {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow {
	width: 15px;
	margin: -2px 0 0 13px;
  position:relative;
  z-index: 5006;
}

.formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
	margin: 0px 0 0 12px;
  top:2px;
}

.formError .formErrorArrow div {
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	box-shadow: 0 2px 3px #444;
	-moz-box-shadow: 0 2px 3px #444;
	-webkit-box-shadow: 0 2px 3px #444;
	font-size: 0px;
	height: 1px;
	background: #ee0101;
	margin: 0 auto;
	line-height: 0;
	font-size: 0;
	display: block;
}

.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.greenPopup .formErrorArrow div {
	background: #33be40;
}

.blackPopup .formErrorArrow div {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow .line10 {
	width: 15px;
	border: none;
}

.formError .formErrorArrow .line9 {
	width: 13px;
	border: none;
}

.formError .formErrorArrow .line8 {
	width: 11px;
}

.formError .formErrorArrow .line7 {
	width: 9px;
}

.formError .formErrorArrow .line6 {
	width: 7px;
}

.formError .formErrorArrow .line5 {
	width: 5px;
}

.formError .formErrorArrow .line4 {
	width: 3px;
}

.formError .formErrorArrow .line3 {
	width: 1px;
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	border-bottom: 0 solid #ddd;
}

.formError .formErrorArrow .line2 {
	width: 3px;
	border: none;
	background: #ddd;
}

.formError .formErrorArrow .line1 {
	width: 1px;
	border: none;
	background: #ddd;
}
