#page {
	position: relative;
}

div#xlcn_advancedaddtocart_overlay {
	background-color: #000;
	opacity: 0.3;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 499;
}

div#xlcn_advancedaddtocart {
	position: fixed;
	top: 35%;
	z-index: 500;
	width: 500px;
}

div#xlcn_advancedaddtocart .title {
	color: #333333;
	float: left;
	font-size: 12px;
	font-weight: bold;
	padding: 7px 0 11px 10px;
	text-transform: none;
}

div#xlcn_advancedaddtocart a.close.cross {
	color: #222222;
	float: right;
	margin-right: 5px;
	padding: 5px 20px 7px 0;
	background: url("../img/fancybox_close.png") no-repeat right center;
}

div#xlcn_advancedaddtocart .content {
	background: #FFF;
	border-radius: 4px 4px 4px 4px;
	clear: both;
	margin: 0;
	padding: 10px;
}

div#xlcn_advancedaddtocart .content > img {
	float: left;
	width: 160px;
	height: 160px;
	padding-right: 10px;
}

div#xlcn_advancedaddtocart .content .product_name {
	font-weight: bold;
	float: right;
	width: 284px;
	padding-bottom: 5px;
	font-size: 12px;
}

div#xlcn_advancedaddtocart .content .desc {
	float: right;
	width: 284px;
}

div#xlcn_advancedaddtocart .content .desc ul {
	list-style: none outside;
}

div#xlcn_advancedaddtocart .content .desc ul li {
	background: url("../img/bullet_product.png") no-repeat scroll 0 10px transparent;
	line-height: 13px;
	padding: 5px 0 0 9px;
}

div#xlcn_advancedaddtocart .content > .buttons {
	text-align: center;
}

div#xlcn_advancedaddtocart .content > .buttons > input {
	margin-left: 15px;
}

div#xlcn_advancedaddtocart .close.footer_links {
	margin: 30px 0 0;
	clear: both;
}

div#xlcn_advancedaddtocart .order.footer_links {
	float: right;
	margin: 30px 0 0;
}

.order.footer_links span {
	background: url("../img/green_btn.png") no-repeat 0 0;
}

.order.footer_links span.btn_center {
	background-position: 0 -60px;
	background-repeat: repeat-x;
	display: inline-block;
	float: left;
	padding: 0 8px 0 5px;
	width: auto;
}

div#xlcn_advancedaddtocart .order.footer_links span span.button {
	background: url("../img/arrow_btn.png") no-repeat scroll right 12px transparent;
	border: medium none;
	color: #F9F9F9;
	float: none;
	font-size: 13px;
	font-weight: normal;
	height: 30px;
	line-height: 30px;
	overflow: visible;
	padding: 0 13px 0 0;
	text-transform: uppercase;
}


/** POPIN BORDER **/

div#xlcn_advancedaddtocart td {
	background: url('../img/fancybox_yellow.png') no-repeat 0 0;
}

div#xlcn_advancedaddtocart .top {
	height: 8px;
}

div#xlcn_advancedaddtocart .left,
div#xlcn_advancedaddtocart .right {
	width: 13px;
}

div#xlcn_advancedaddtocart .right {
	background-position: -13px 0;
}

div#xlcn_advancedaddtocart .center {
	background: url('../img/fancybox_yellow_x.png') repeat-x 0 0;
}

div#xlcn_advancedaddtocart .middle td {
	background: url('../img/fancybox_yellow_y.png') repeat-y 0 0;
}

div#xlcn_advancedaddtocart .middle .center {
	background: #FEB700;
}

div#xlcn_advancedaddtocart .middle .right {
	background-position: -13px 0;
}

div#xlcn_advancedaddtocart .bottom {
	height: 18px;
}

div#xlcn_advancedaddtocart .bottom .left {
	background-position: 0 -8px;
}

div#xlcn_advancedaddtocart .bottom .right {
	background-position: -13px -8px;
}

div#xlcn_advancedaddtocart .bottom .center {
	background-position: 0 -8px;
}