/**
 * Default Look and Feel
 */

.alertify-button-green{
	background-color:#388f04;padding:3px 10px;margin:3px;display:inline-block;border-radius:2px;color:#FFFFFF;
}

.alertify-button-grey{
	background-color:#cccccc;padding:3px 10px;margin:3px;display:inline-block;border-radius:2px;
}

.alertify,
.alertify-log {
	/*font-family: sans-serif;*/
}
.alertify {
	background: #FFF;
	border: 1px solid #CCCCCC; /* browsers that don't support rgba */
	border-radius: 2px;
	box-shadow: 0 3px 3px rgba(0,0,0,.3);
	-webkit-background-clip: padding;     /* Safari 4? Chrome 6? */
	   -moz-background-clip: padding;     /* Firefox 3.6 */
	        background-clip: padding-box; /* Firefox 4, Safari 5, Opera 10, IE 9 */
}
	.alertify-text {
		border: 1px solid #CCC;
		padding: 10px;
		border-radius: 4px;
	}
	.alertify-button {
		background-color: #7eb620;
	    border-radius: 0;
		font-size:1.1em;
	    color: #FFFFFF;
	    cursor: pointer;
		padding:10px;
		margin:10px 5px;
		border:none;
		text-align:center;		
		/*
		border-radius: 4px;
		color: #FFF;
		font-weight: bold;
		padding: 6px 15px;
		text-decoration: none;
		text-shadow: 1px 1px 0 rgba(0,0,0,.5);
		box-shadow: inset 0 1px 0 0 rgba(255,255,255,.5);
		background-image: -webkit-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
		background-image:    -moz-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
		background-image:     -ms-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
		background-image:      -o-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
		background-image:         linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
		*/
	}
	.alertify-button:hover,
	.alertify-button:focus {
		background-color: #7eb620;
	    border-radius: 0;
		font-size:1.1em;
	    color: #FFFFFF;
	    cursor: pointer;
		padding:10px;
		margin:10px 5px;
		border:none;
		text-align:center;			
		/*
		
		outline: none;
		background-image: -webkit-linear-gradient(top, rgba(0,0,0,.1), rgba(0,0,0,0));
		background-image:    -moz-linear-gradient(top, rgba(0,0,0,.1), rgba(0,0,0,0));
		background-image:     -ms-linear-gradient(top, rgba(0,0,0,.1), rgba(0,0,0,0));
		background-image:      -o-linear-gradient(top, rgba(0,0,0,.1), rgba(0,0,0,0));
		background-image:         linear-gradient(top, rgba(0,0,0,.1), rgba(0,0,0,0));
		*/
		
		
	}
	.alertify-button:focus {
		box-shadow: 0 0 5px #dedede;
	}
	.alertify-button:active {
		/*
		position: relative;
		box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
		*/
		background-color: #7eb620;
	    border-radius: 0;
		font-size:1.1em;
	    color: #FFFFFF;
	    cursor: pointer;
		padding:10px;
		margin:10px 5px;
		border:none;
		text-align:center;	
		
		
	}
		.alertify-button-cancel,
		.alertify-button-cancel:hover,
		.alertify-button-cancel:focus {
			/*
			background-color: #FE1A00;
			border: 1px solid #D83526;
			*/
			background-color: #7eb620;
		    border-radius: 0;
			font-size:1.1em;
		    color: #FFFFFF;
		    cursor: pointer;
			padding:10px;
			margin:10px 5px;
			border:none;
			text-align:center;				
			
		}
		.alertify-button-ok,
		.alertify-button-ok:hover,
		.alertify-button-ok:focus {
			/*
			background-color: #5CB811;
			border: 1px solid #3B7808;
			*/
			background-color: #7eb620;
		    border-radius: 0;
			font-size:1.1em;
		    color: #FFFFFF;
		    cursor: pointer;
			padding:10px;
			margin:10px 5px;
			border:none;
			text-align:center;				
			
		}

	.alertify-log {
		padding: 0;
		border-radius: 4px;
		box-shadow: 0 3px 3px rgba(0,0,0,.3);	
		font-size:1em;
	}

	.alertify-log .alert-content-cart{
		padding: 5px 10px 5px 5px;
		color:#333;
		border:1px solid #CCC;
		font-size:1em;
		background-color:#7eb620;
		min-height:95px;
		overflow:hidden;
	}
	.alertify-log .alert-content-cart label{
		display:inline;
	}
	.alertify-log .img_prod_alert{
		float:left;
		margin:5px 5px 0px 5px;
		border:1px solid #7eb620;
		border-radius:1px;
	}
	.alertify-log-error {
		background: #f2f2f2 url(/images/warning_alertify.png) no-repeat 10px center;
		padding: 15px 15px 15px 65px;
		border-radius: 4px;
		border:1px solid #7eb620;
		box-shadow: 0 3px 3px rgba(0,0,0,.3);	
	}
	.alertify-log-success {
		background: #f2f2f2 url(/images/sucess_alertify.png) no-repeat 10px center;
		border:1px solid #7eb620;
		padding: 15px 15px 15px 65px;
		border-radius: 4px;	
		box-shadow: 0 3px 3px rgba(0,0,0,.3);	
	}
	
	/*Custom Notifications*/

	.box-notif-msg
	{
		cursor:pointer;
	}
	.box-notif-msg .notif-photo
	{
		float:left;
	}
	.box-notif-msg .notif-photo img
	{
		float:left;
		border-radius:100px;
		width:45px;
	}
	
	.box-notif-msg .notif-msg
	{
		margin-left:50px;
		padding:5px;
	}
	
	.box-notif-msg .notif-msg label
	{
		color:#333333;
		font-size:1em;
	}
