aside > div{
	z-index: 1;
}
aside{
	position: relative;
	z-index: 2;
}
.wrap-ProductImage{
	float:left;
	margin-right: 15px;
	box-sizing: border-box;
	max-width: 180px;
}
.wrap-ProductImage.zoom-in {
	cursor: zoom-in;
	border:1px solid transparent;
}
.wrap-ProductImage.zoom-in:hover {
	border:1px solid #ccc;
}
.ProductImage{
	/*float:left;*/
	max-width:180px;
	text-align:center;
	margin-top: 0;
}
.Description{
    
}

.cartsBackground{
	background-color:#fafbfb;
	border-radius:3px;
	border: 1px solid #e7ebef;
	padding:10px;
	position:relative;
}

.oneTemplateList{
	width: 100%;
}

.FeatureDescription{
    width: 72%;
    display: inline-block;
}

.blockTitle{
	border: 1px solid #E7EBEF; 
	border-radius: 3px 3px 0 0;
	display: block;
	height: 20px;
	width: 100%;
	background-color:#FAFBFB;
	clear: both;
	margin-top: 15px;
    box-sizing: border-box;
}
.blockTitle:hover{
  	/*background: url('/jgnss/crm/ico/signs/info_tp.png') no-repeat scroll right center transparent;*/
    background-color:#f0f0f0;
}
.blockTitleArrow{
	background: url('/jgnss/images/icons/arrow_list.png') no-repeat scroll left center transparent;
	padding-left: 11px;
	margin-left:5px;
}
.open:hover{
	background-color:#f0f0f0;
}

.open{
	cursor:pointer;
}

.blockTitle_Instruction{
    border: 1px solid rgb(250, 250, 250);
    border-radius: 3px 3px 0 0;
    display: block;
    height: 20px;
    background-color: rgb(255, 255, 255);
    padding: 2px;
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
    margin: 0 10px 0 10px;
}

.blockTitle_Instruction:hover{
  	background: url('/jgnss/crm/ico/signs/info_tp.png') no-repeat scroll right center transparent;
	background-color:#fafafa;
}

.blockOptions, .blockOptionValues{
	border: 1px solid #e7ebef; 
	border-radius:0 0 3px 3px;
	overflow: hidden;
	width: 100%;
	border-top:none;
	padding:4px;
    box-sizing: border-box;
}
.feature-detail{
    /*margin-left:10px;*/
	display:none;
}
.moreLine{
	border-top: 1px solid #e7ebef;
	display: inline-block;
    margin-bottom: 4px;
    width: 100%;
	position: relative;
	z-index: 0;
}


.options.ordered{
	background-color: #eeffee;
	padding: 0 3px 0 1px;
	border-radius: 2px;
}
.options.ordered:after{
	background: url('/jgnss/images/icons/check2.png') no-repeat scroll 0 2px transparent;
	content: "";
	display: inline-block;
	height: 16px;
	width: 16px;
}

.options.upgrade{
	background-color: #eeffee;
	padding: 0 3px 0 1px;
	border-radius: 2px;
}
.options.upgrade:after{
	background: url('/jgnss/images/icons/upgrade.png') no-repeat scroll 0 2px transparent;
	content: "";
	display: inline-block;
	height: 16px;
	margin-bottom: -2px;
	width: 16px;
}

form{
	margin-left:30px;
}
.LearnMore{
	background-color: #FFFFFF;
	color: #8EC74B;
	cursor: pointer;
	position: relative;
	z-index: 1;
}
.LearnMore span{
	background: url('/jgnss/images/icons/arrow_list_green.png') no-repeat scroll left center transparent;
	display: inline-block;
    height: 5px;
    margin: 0 5px 1px;
    width: 9px;
	cursor:pointer;
}

.CartTitle{
	border: 1px solid #454850;
	border-radius:3px 3px 0 0;
	border-bottom:none;
	color:#FFF;
    background: #4e4f53;
    background: linear-gradient(#64656a 0%, #4b4b4f 49%, #3e3c40 50%, #312b2d 100%);
	font-size: 16px;
    height: 22px;
    padding-left: 10px;
}
.CartPrice{
	font-size: 14px;
	background-color:#fafbfb;
	border: 1px solid #454850;
	padding:3px 10px;
	border-radius:0 0 3px 3px;
	margin-bottom: 15px;
}
.CartPrice div{
	display: inline;
	font-weight: bold;
	position: absolute;
	right: 0;
}

.QtyLoader{
	background: url("/jgnss/images/icons/ui-anim_basic_16x16.gif") no-repeat scroll center center rgba(255,255,255,0.5);
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
}
#Configuration{
	position: relative;
}

.margin-bottom{
	margin-bottom: 15px;
}
.ConfigurationTitle{
	border: 1px solid #d7dbdf;
	border-radius:3px 3px 0 0;
	border-bottom:none;
	color:#454850;
    background: #e3e3e3;
    background: linear-gradient(#e0e3e6 0%, #dfe1e4 49%, #d7dbdf 50%, #d7dbdf 100%);
/*	background:url("/jgnss/images/btn_grey.png") repeat-x scroll 50% 50% #5E5E5E;*/
	font-size: 14px;
    height: 19px;
    padding-left: 10px;
}
.savedCartsTitle{
	background: rgba(0, 0, 0, 0) url("/jgnss/crm/ico/settings_16.png") no-repeat scroll right center / 11px auto;
	color: #454850 !important;
	padding-right: 17px;
}
.ConfigurationDescription{
	background-color:#FFF;
	border: 1px solid #d7dbdf;
	padding:3px 6px;
	border-radius:0 0 3px 3px;
	color:#454850;
}

.ConfigurationDescription ul{
	display:block;
	background-color:#FFF;
	padding:0 3px;
	list-style: none outside none;
	margin: 0;
	border-radius: 3px;
	overflow: hidden;
    word-spacing: -5px;
}

.ConfigurationDescription ul li{
	display: inline-block;
	font-size: 11px;
    vertical-align: top;
	width:100%;
    word-spacing: normal;
	position: relative;
}

#Accessories{

}

#accessories_showmore div{
    background: url('/jgnss/images/shop/config_bottom_bg.png') repeat-x;
    height: 20px;
    margin-top: -20px;
    width:97%;
    position: absolute;
}
#accessories_showmore a{
    color:#8EC74B;
    cursor:pointer;
    border-bottom:1px dashed;
    text-decoration:none !important;
    font-weight: bold;
}

.message{
	border-radius:3px;
	color:#FFFFFF;
	font-weight: bold;
    padding: 10px;
	margin: 5px 0;
	box-shadow: 0 0 2px 0 #aaa;
}
.message:before{
	content:" ";
	height: 14px;
	display: inline-block;
	background-image: url("/jgnss/images/icons/msg-icons.png");
	background-repeat: no-repeat;
	margin-right: 3px;
	position: relative;
	top: 1px;
	width: 16px;
}
.msgError{
	background-color:rgba(228,101,101,0.8);
}
.msgError.message:before{
	background-position: -32px 0;
}

.msgSuccess{
	background-color:rgba(137,228,101,0.8);
}
.msgSuccess.message:before{
	background-position: -16px 0;
}

.msgWarning{
	background-color:rgba(228,212,101,0.8);
}
.msgWarning.message:before{
	background-position: 0 0;
}


.configurationList{
	margin: 5px 0;
	padding-left: 20px;
}

.configurationList li{
	font-size: 11px;
	position: relative;
	padding-right: 30px;
}
.configurationList li span{
	position: absolute;
	right: 1px;
	text-align: right;
	width: 80px;
	top:0;
}
.ConfigBought {
	color:#aaa;
}

.savedCart{
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
.savedCart li{
	padding:2px;
}
.savedCart li:hover{
	background-color:#E7EBEF;
	/*cursor:pointer;*/
}
/*.ReplaceCart{
	background: url("/jgnss/images/icons/arr-replace.png") no-repeat scroll transparent;
	display: none;
	height: 9px;
	position: absolute;
	right: 4px;
	top: 4px;
	width: 14px;
}*/
/*.ReplaceCart:hover{
	background-position:right;
}*/
.savedCart li span{
	display: inline-block;
	position: absolute;
	right: 6px;display: none;
}
.savedCart li:hover span{
	display: inline-block;
}

.cart-line{
	background: url('/jgnss/images/cart_line.png') repeat-x scroll 0 0 transparent;
	display: block;
	height: 3px;
	margin-bottom: 20px;
	margin-left: -11px;
	margin-top: 15px;
	border:none;
	width: 724px;
}
.cart-line:before{
	background: url("/jgnss/images/cart_line_left.png") no-repeat scroll 0 0 transparent;
	content: " ";
	display: block;
	height: 3px;
	width: 2px;
}
.cart-line:after{
	background: url("/jgnss/images/cart_line_right.png") no-repeat scroll 0 0 transparent;
	content: " ";
	display: block;
	height: 3px;
	left: 723px;
	position: relative;
	top: -3px;
	width: 2px;
}

.cart-one-column-list{
	display: inline-block;
	margin-right: 1.5%;
	vertical-align: top;
	width: 48%;
}

.cart-one-column-list.fullwidth {
  width: 90%;
}

.cost{
	float:right;
	text-align:right;
	font-size: 12px;
	position: relative;
}
.cost b{
	display: inline-block;
	text-align: left;
	width: 70px;
}
.section_name{
	cursor: pointer;
	clear: both;
}
.section_name:after{
	content: " ";
	background: url('/jgnss/images/icons/arrow_list.png');
	width: 10px;
	height: 9px;
	display: inline-block;
	margin-left: 3px;
}
.arrow-up-down.section_name:after{
	background-position: 10px 0;
}

.tooltipIMG {
	list-style: none outside none;
	position: relative;
	margin: 2px 0;
}
.tooltipIMG span{
	border-bottom: 1px dotted  #aaa;
	cursor: pointer; 
/*	text-decoration: none !important;*/
}

.tooltipIMG span:hover{
	color:#000;
	border-color: #000;
}

.tooltipIMG img {
	margin-left: -999em;
	position: absolute;
	z-index:9999;
	border-radius: 3px;
}

.tooltipIMG:hover img {
	box-shadow: 0 0 5px gray;
	margin: -70px 0 0 -156px;
	float: left;
	position: fixed;
}

.options-description{
	border: 1px solid #E7EBEF;
	border-radius: 3px 3px 0 0;
	display: block;
	height: 20px;
	width: 100%;
	background-color:#FAFBFB;
	clear: both;
	/*margin-top: 15px;*/
    padding:0 4px;
    font-size:14px;
    line-height:22px;
    font-weight: bold;
    box-sizing: border-box;
}

.options-description:hover:after{
	/*content: "more";*/
	font-weight: normal;
	color: #888;
}

.options-description-hover:hover:after{
	/*content: "less";*/
}

.color-red{
	color:#ff0d0d;
}

.product{
    font-size: 1.2rem;
    font-weight: bold;
    color: #454850;
    text-decoration: none;
    cursor:default;
    padding: 10px 0;
}
.product>span{
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 27%;
}
.product>span>img{
    max-width: 150px;
}