.nyroModalBg {
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #000;
	z-index:4500!important;
}
.nmReposition {
	position: absolute;
}
.nyroModalCloseButton {
	top: -24px;
	right: -24px;
	width: 24px;
	height: 24px;
	text-indent: -9999em;
	z-index:4503!important;
	background: url(../img/close.png);
}
.nyroModalTitle {
	top: -26px;
	left: 0;
	margin: 0;
    font-size: 1.1em;
	color: #ddd;
}
#TB_ajaxContent {overflow-x: hidden!important;}
.nyroModalCont {
	/*overflow-x: hidden!important;
	position: absolute;
	border: 4px solid #777;
	margin: 25px;
	background: #fff;*/
	z-index:4502!important;
}
.nyroModalCont iframe {
	width: 600px;
	height: 400px;
}
.nyroModalError {
	border: 4px solid red;
	color: red;
	width: 250px;
	height: 250px;
}
.nyroModalError div {
	min-width: 0;
	min-height: 0;
	padding: 10px;
}
.nyroModalLink, .nyroModalDom, .nyroModalForm, .nyroModalFormFile {
	position: relative;
	min-height: 100px;
	min-width: 250px;
	max-width: 1000px;
}
.nyroModalImage, .nyroModalSwf, .nyroModalIframe, .nyroModalIframeForm {
	position: relative;
	overflow: hidden;
}
.nyroModalImage img {
    vertical-align: top;
}
.nyroModalHidden {
	left: -9999em;
	top: -9999em;
}
.nyroModalLoad {
	position: absolute;
	width: 100px;
	height: 100px;
	background: #fff url(../img/ajaxLoader.gif) no-repeat center;
	padding: 0;
	z-index:4503!important;
}
.nyroModalPrev, .nyroModalNext {
	outline: none;
	position: absolute;
	top: 0;
	height: 60%;
	width: 150px;
	min-height: 50px;
	max-height: 300px;
	cursor: pointer;
	text-indent: -9999em;
	background: transparent url('data:image/gif;base64,AAAA') left 20% no-repeat;
}
.nyroModalImage .nyroModalPrev, .nyroModalImage .nyroModalNext {
	height: 100%;
	width: 40%;
	max-height: none;
}
.nyroModalPrev {
	left: 0;
}
.nyroModalPrev:hover {
	background-image: url(../img/prev.gif);
}
.nyroModalNext {
	right: 0;
	background-position: right 20%;
}
.nyroModalNext:hover {
	background-position: right 20%;
	background-image: url(../img/next.gif);
}

.modalcart_confirm p {
	margin:5px 0 !important;
	padding:0!important;
}
.modalcart_confirm h3 {text-align:left!important;border-bottom:1px solid #000;}
#TB_load {z-index:4503;}
#TB_overlay {z-index:4500;}
#TB_window {z-index:4502;}
#mc_cart_summary {overflow:auto!important;overflow-x:hidden!important;height:200px;margin-bottom:10px;}
#mc_modal_button {margin:15px 0;}

#modalShadow {
	background: url("../img/modal-shadow.png") no-repeat scroll 0 0 transparent;
    height: 30px;
}
#pm_mc_content {
	background-color: #fff;
	border: 1px solid #007ebe;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 10px 20px;
}
#mc_modal_button td.continue {
	text-align: right;
	width: 50%;
}
#mc_modal_button td.continue a {
	background: url("../img/bg-bt-newstyle-classic.png") repeat-x scroll 0 0;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	color: #000000;
	cursor: pointer;
	display: inline-block;
	padding: 5px 20px;
	position: relative;
	line-height: 19px;
	margin-right: 10px;
}
#mc_modal_button td.order {
}
#mc_modal_button td.order a {
	background: url("../img/bg-bt-newstyle-green.png") repeat-x scroll 0 0;
	border: 1px solid #80a208;
	border-radius: 5px;
	color: #000000;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	padding: 5px 40px;
	position: relative;
	line-height: 19px;
	margin-left: 10px;
	color: #fff;
}
#pm_mc_content h2 {
	margin-top: 10px;
	font-weight: normal;
}
#csoc {
	background: url('../img/modal-bg-line.png') no-repeat 30px 0;
	margin-bottom: 10px;
}

table.modalcart_confirm tr.productAdded td.image {

}
table.modalcart_confirm tr.productAdded td.description {

}

#csoc_list .jcarousel-co-container { border: none!important; }
#PM_MC_CSOC {
	margin-top: 20px!important;
}

#csoc_list p.price_container { padding: 0; font-style: italic; color: #888888; }
#csoc_list p.price_container span.price { color: #007ebe; font-size: 15px; font-style: normal; }

#csoc_list p.price_container span.availability,
#csoc_list p.price_container span.discount,
#csoc_list ul li a.ajax_add_to_cart_button {
	display: none;
}