﻿/**********************************************************************
 * Styles.css                                                         *
 *                                                                    *
 * This file is initially empty and you can add any additional styles *
 * or modify any of the styles defined in BaseStyles.css              *
 * This file will never be overwritten.                               *
 *                                                                    *
 * For example, if you want to override just the top padding for a    *
 * menu, you can simply add the following lines:                      *
 *                                                                    *
 * .menus {                                                           *
 * 	padding-top: 20px;                                            *
 * 	}                                                             *
 *                                                                    *
 * This will keep all the other styles of the "menus" style as-is,    *
 * but modify the top padding to be 20px.                             *
 *                                                                    *
 * You can also, add a new style by just specifying it.               *
 *                                                                    *
 * .menus {                                                           *
 * 	padding-top: 20px;                                            *
 * 	text-align: center;                                           *
 * 	}                                                             *
 * 	                                                              *
 * In the above case, we added the text-align style.  This style was  *
 * not specified in the original declaration of the menus style.      *
 *                                                                    *
 **********************************************************************/
 
 .btn-xl {
    padding: 10px 20px !important;
    font-size: 22px !important;
    border-radius: 5px !important;
	width: 225px !important;
	/*font-weight: bold !important;*/
	color:#FFF !important;
}
 
 .dialog_view, .dv3, .panelC { /* panel container (includes panel header) */
	-moz-border-radius: 4px;
	-moz-box-shadow: 0px 0px 3px #bbbbbb;
	-webkit-border-radius: 4px;
	-webkit-box-shadow: 0px 0px 3px #bbbbbb;
	/* background-color: #fefefe; */
	border-radius: 4px;
	box-shadow: 0px 0px 3px #bbbbbb;
	margin-bottom: 10px;
	text-align: left;
	vertical-align: top;
	width: 402px;
	margin-left: auto;
	margin-right: auto;
	}
	
	.dialog_view, .dv2, .panelC { /* panel container (includes panel header) */
	-moz-border-radius: 4px;
	-moz-box-shadow: 0px 0px 3px #bbbbbb;
	-webkit-border-radius: 4px;
	-webkit-box-shadow: 0px 0px 3px #bbbbbb;
	/* background-color: #fefefe; */
	border-radius: 4px;
	box-shadow: 0px 0px 3px #bbbbbb;
	margin-bottom: 10px;
	text-align: left;
	vertical-align: top;
	width: 350px;
	}
 
 
/* -- quantity box -- */

.quantity {
 display: inline-block; }

.quantity .input-text.qty {
 width: 30px;
 height: 39px;
 padding: 0 5px;
 text-align: center;
 background-color: transparent;
 border: 1px solid #FF00FF;
 font-weight: bold;
}

.quantity.buttons_added {
 text-align: left;
 position: relative;
 white-space: nowrap;
 vertical-align: top; }

.quantity.buttons_added input {
 display: inline-block;
 margin: 0;
 vertical-align: top;
 box-shadow: none;
}

.quantity.buttons_added .plus {
 padding: 7px 10px 8px;
 height: 41px;
 background-color: #FFBBFF;
 border: 1px solid #FF00FF;

 font-size: 22px;
 cursor:pointer;}
 
 .quantity.buttons_added .minus{
 padding: 7px 12px 8px;
 height: 41px;
 background-color: #FFBBFF;
 border: 1px solid #FF00FF;

 font-size: 22px;
 cursor:pointer;}



.quantity.buttons_added .minus:hover,
.quantity.buttons_added .plus:hover {
 background: #eeeeee; }

.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
 -webkit-appearance: none;
 -moz-appearance: none;
 margin: 0; }
 
 .quantity.buttons_added .minus:focus,
.quantity.buttons_added .plus:focus {
 outline: none; }

			

 
 

 
 #read_more_right {
    float:right;
    clear:right;
}

#read_more_right1 {
    float:right;
    clear:right;
}

#read_more_right2 {
    float:right;
    clear:right;
}

#read_more_right3 {
    float:right;
    clear:right;
}

#read_more_right4 {
    float:right;
    clear:right;
}

#read_more_right5 {
    float:right;
    clear:right;
}
 
 #read_more_right6 {
    float:right;
    clear:right;
}

.tableCellValue2 { /* table cell field value text */
	color: #555555;
	font-family: Arial, Verdana, Georgia, sans-serif;
	font-size: 12px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 8px;
	vertical-align: top;
	white-space: nowrap;
	}



 .tableCellValue1 { /* table cell field value text */
	color: #555555;
	font-family: Arial, Verdana, Georgia, sans-serif;
	font-size: 12px;
	padding-bottom: 6px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 6px;
	text-align: left;
	vertical-align: center;
	}
	
	.tableCellValue4 { /* table cell field value text */
	color: #555555;
	font-family: Arial, Verdana, Georgia, sans-serif;
	font-size: 12px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 8px;
	text-align: left;
	vertical-align: top;
	display:table-caption;
	
	}

	
	.MLMmenuAlign { /* horizontal menu container alignment */
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 1000px;
	height: 40px;
	
	}
	
	.MLMmC { /* horizontal menu item container */
	border-left: 1px solid #222222;
	border-right: 1px solid #222222;
	border-top: 1px solid #222222;
	font-size: 11px;
	padding: 10px;
	}
	
	.MLMsubmC { /* horizontal submenu item container */
	/*background-color: #3d74cc;*/
	border: none;
	font-size: 14px;
	padding: 10px;
	text-align: left;
	width: 100%;
	height: 40px;
	}
	
	.MLMmoC { /* horizontal menu item hover state */
	background-color: #ffffff;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	padding: 10px;
	}



 
 .field_input1, .fi { /* input textbox */
	background-color: #ffffff;
	border: 1px solid #FF00FF;
	border-radius: 4px;
	box-shadow: inset 0px 1px 2px #dddddd;
	color: #555555;
	font-family: Arial, Verdana, Georgia, sans-serif;
	font-size: 14px;
	padding-left: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	vertical-align: top;
	text-align: right;
	}
	
/*input[type=number]::-webkit-inner-spin-button {
  opacity: 1;
  line-height: 27px;
}

input[type=number]::-webkit-inner-spin-button {  
    width: 30px;
    height: 30px;
}
 */

.imageDropshadow { /* image thumbnail dropshadow */
	-moz-box-shadow: none !importatnt; /*4px 4px 6px #bbbbbb;*/
	-webkit-box-shadow: none !important;/*4px 4px 6px #bbbbbb;*/
	box-shadow: none !important; /*4px 4px 6px #bbbbbb;*/
	}
	
	a:link, a:visited {
	/* color: #c9327c; */
	text-decoration: none !important;
	}
	
	.box{
        position: relative;
        display: inline-block; /* Make the width of box same as image */
		cursor: pointer;
		/* text-decoration: none;*/
		color: #c9327c;
    }
    .box .text{
        position: absolute;
        z-index: 999;
        margin: 0 auto;
        left: 0;
        right: 0;        
        text-align: center;
        top: 35%; /* Adjust this value to move the positioned div up and down */
        left: 15%;
		font-size: 12px;
		font-family: Arial, Verdana, Georgia, sans-serif;
		color: #c9327c !important;
        width: 60%; /* Set the width of the positioned div */
		cursor: pointer;
		text-decoration: none !important;
		font-weight: bold;
    }