/*.cms_loadwindow{
	background-image: url(../images/mask.png) !important;
	background-color: transparent !important;
	background-image: none;
	background-color: #787878;
	border:1px solid #AFAFAF;text-align:center;
	filter:alpha(opacity=75);
}
*/

.cms_loadwindow{

	background-image: url(/images/mask_medium.png) !important;
	background-color: transparent !important;
	background-image: none;
	background-color: #787878;
	border:1px solid #AFAFAF;text-align:center;
	filter:alpha(opacity=75);
}


.cms_loadwindow_text{}

.cms_popup{
	width: 400px;
	height: 300px;
	background-color: #EDEDED;
	border: 1px solid #CDCDCD;
	color: #000000;
}

.cms_popup_title{	
	background-color: #0276B1;
	width:100%;
	height:21px;
	color:#FFFFFF;
}

.cms_popup_item_details{}

.cms_popup_search_item_combo{}

.cms_closeBtnRO img{
	width: 20px;
	height: 21px;
	border: 0px;
}

.cms_closeBtnRO img{
	background: url(/contentmanaged/images/buttons/cman_window_close.gif) 0 0 no-repeat;
}

.cms_closeBtnRO:hover img{
	background-image: url(/contentmanaged/images/buttons/cman_window_close.gif);
	background-repeat: no-repeat;
	background-position: 0 -21px;
}

.enq_thankyou {
	display:block;
	padding-left:10%;
}

.rating_container {
	cursor: pointer;
}

.oneline {
	height:1.2em;
}

.starred_icon {
    background: url("/images/icons/stars.png") no-repeat scroll left top transparent;
   height: 14px;
   width: 14px;
}

.unstarred_icon {
   background: url("/images/icons/stars.png") no-repeat scroll right top transparent;
   height: 14px;
   width: 14px;
}

.rating_of_0 {
  display:none;
}

.product_review_next_disabled {
    cursor: default;
    font-weight: normal;
    text-decoration: none;
}

.product_review_prev_disabled {
    cursor: default;
    font-weight: normal;
    text-decoration: none;
}

.product_review_next_enabled {
    cursor: pointer;
    font-weight: bold;
    text-decoration: underline;
}

.product_review_prev_enabled {
    cursor: pointer;
    font-weight: bold;
    text-decoration: underline;
}

.notification_container_inactive {
	display: none;
}

.notification_container_active {
	display: block;
}

.img-magnifier-container{
	position: relative;
}

.img-magnifier-glass{
	position: absolute;
	border: 1px solid #000;
	border-radius: 50%;
	cursor: none;
	width: 200px;
	height: 200px;
}