
/* -- forms -- */
.cicms-form-wrapper			{ background: #FFF; border: solid 1px #CCC; padding: 10px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.cicms-form-wrapper	form .form-items				{ list-style: none; padding: 0; margin: 0px; }
.cicms-form-wrapper	form .form-items li				{ list-style: none; margin: 5px 0; clear: both; }
.cicms-form-wrapper	form .form-items li label		{ padding: 0 10px; display: inline-block; }
.cicms-form-wrapper	form .form-items li label:first-child		{ width: 150px; float: left; }
.cicms-form-wrapper	form .form-items li .item-wrapper			{ display: inline-block; }
.cicms-form-wrapper	form .form-items li input[type=text]		{ width: 230px; }
.cicms-form-wrapper	form .form-items li select					{ width: 240px; }
.cicms-form-wrapper	form .form-items li textarea				{ width: 400px; height: 200px; }
.cicms-form-wrapper	form .form-items li.submit-btn				{ border-top: dotted 1px #CCC; text-align: right; padding: 15px 0; margin-top: 30px; }
.cicms-form-wrapper	.span6		{ width: 440px; }
.cicms-form-wrapper	.span6 .form-items li textarea.address	{ width: 230px; height: 50px; }
.cicms-form-wrapper	.span6 div.selector					{ width: 235px; margin-left: -1px; }
.cicms-form-wrapper	.span6 div.selector span			{ width: 205px; }
.cicms-form-wrapper	form li ul,
.cicms-form-wrapper	form .form-items li ul li	{ 
	list-style: disc; 
}
.cicms-form-wrapper	form .form-items li .note	{ font-size: 11px; color: #333; line-height: 15px; padding: 4px; margin: 0 0 0 170px; }

/* -- checkout-redirect -- */
.order-redirect-msg	{ 
	background: #FFF; 
	border: 1px solid #CCC; 
	text-align: center;
	padding: 20px;
	margin: 50px 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-opacity: 0.70;
	-khtml-opacity: 0.70;
	opacity: 0.70;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=70);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	filter:alpha(opacity=70);
}



/* -- buttons -- */ 
.btn {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6) );
	background:-moz-linear-gradient( center top, #ffffff 5%, #f6f6f6 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6');
	background-color:#ffffff;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#666666;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:4px 12px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}.btn:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #ffffff) );
	background:-moz-linear-gradient( center top, #f6f6f6 5%, #ffffff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff');
	background-color:#f6f6f6;
}.btn:active {
	position:relative;
	top:1px;
}
.btn-orange {
	-moz-box-shadow:inset 0px 1px 0px 0px #fceaca;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fceaca;
	box-shadow:inset 0px 1px 0px 0px #fceaca;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffce79), color-stop(1, #eeaf41) );
	background:-moz-linear-gradient( center top, #ffce79 5%, #eeaf41 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffce79', endColorstr='#eeaf41');
	background-color:#ffce79;
	border:1px solid #eeb44f;
	display:inline-block;
	color:#ffffff;
	text-decoration:none;
	text-shadow:1px 1px 0px #ce8e28;
}.btn-orange:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #eeaf41), color-stop(1, #ffce79) );
	background:-moz-linear-gradient( center top, #eeaf41 5%, #ffce79 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeaf41', endColorstr='#ffce79');
	background-color:#eeaf41;
	color:#ffffff;
}
.btn-checkout {
	background: #7E807F;
	font-size: 20px;
	color: #FFF;
	padding: 12px 30px;
	font-style: italic;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-weight: bold;
	
	background: #7d7e7d;
	background: -moz-linear-gradient(top,  #7d7e7d 0%, #0e0e0e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(100%,#0e0e0e));
	background: -webkit-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%);
	background: -o-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%);
	background: -ms-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%);
	background: linear-gradient(to bottom,  #7d7e7d 0%,#0e0e0e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 );
	
	-webkit-box-shadow:  1px 1px 1px 1px #CCC;
	box-shadow:  1px 1px 1px 1px #CCC;
	
	cursor: pointer;
}

/* -- checkout-hover -- */
.checkout-hover-btn {
	top:15px;
	/*display: none;*/
	height:30px;
	position:fixed;
	right:20px;
	text-decoration:none;
	width:250px;
	z-index:100;
	background: #FFF;
	font-weight: bold;
	
	font-style: italic;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	background: #7d7e7d;
	background: -moz-linear-gradient(top,  #7d7e7d 0%, #0e0e0e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(100%,#0e0e0e));
	background: -webkit-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%);
	background: -o-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%);
	background: -ms-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%);
	background: linear-gradient(to bottom,  #7d7e7d 0%,#0e0e0e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 );
	
	-webkit-box-shadow:  1px 1px 1px 1px #CCC;
	box-shadow:  1px 1px 1px 1px #CCC;
	
	cursor: pointer;
}
.checkout-hover-btn a {
	font-size: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
}
body.hide-checkout-hover .checkout-hover-btn { display: none; }

/* -- dialogs -- */
.dlg-wrapper .amount-alert	{ font-style: italic; color: #F00; margin: 0 20px; }



/* -- gallery -- */
.gallery-backlink		{ text-align: right; border-bottom: dotted 1px #CCC; margin-bottom: 20px; }
.gallery-backlink a		{  }


/* -- colors/fonts -- */
.fnt-theme		{ font: 16px/24px 'TerminalDosisMedium',Arial,Helvetica,sans-serif; }
.clr-theme		{ color: #83044E; }
.clr-theme-red	{ color: #ad1311; }
.fnt-b		{ font-weight: bold; }
.fnt-s-14	{ font-size: 14px; }
.clr-red	{ color: #F00; }
.clr-blue	{ color: blue; }
.clr-green	{ color: green; }
.clr-black	{ color: black; }


/* -- align -- */
table .aln-left	{ text-align: left; }
.aln-center	{ text-align: center; }
.aln-right	{ text-align: right; }


/* -- dimensions -- */
.dim-10		{ width: 10px; }
.dim-20		{ width: 20px; }
.dim-30		{ width: 30px; }
.dim-40		{ width: 40px; }
.dim-50		{ width: 50px; }
.dim-60		{ width: 60px; }
.dim-70		{ width: 70px; }
.dim-80		{ width: 80px; }
.dim-90		{ width: 90px; }
.dim-100	{ width: 100px; }
.dim-125	{ width: 125px; }
.dim-150	{ width: 150px; }
.dim-175	{ width: 175px; }
.dim-200	{ width: 200px; }
.dim-220	{ width: 220px; }
.dim-240	{ width: 240px; }
.dim-250	{ width: 250px; }
.dim-260	{ width: 260px; }
.dim-280	{ width: 280px; }
.dim-300	{ width: 300px; }
.dim-320	{ width: 320px; }
.dim-340	{ width: 340px; }
.dim-350	{ width: 350px; }
.dim-360	{ width: 360px; }
.dim-380	{ width: 380px; }
.dim-400	{ width: 400px; }


.cicms-form-wrapper form .form-items .dim-400x80	{ width: 400px; height: 80px; }



/*-- notifications --*/
.notification-container { 
	position: fixed; 
	top: 0; 
	left: 0; 
	height: 100%; 
	width: 100%; 
	background: #000; 
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	zoom: 1;
	z-index: 1001;
	display: none;
}
.notification-container .msg-container { 
	background: #E9E9E9; 
	color: #333;
	font-weight: bold;
	width: 300px; 
	padding: 15px; 
	position: relative; 
	top: 50%; 
	left: 50%; 
	margin: -30px 0 0 -150px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
}
.notification-container .msg-container.blue { 
	background: #2BA6CB; 
	color: #FFF;
}
.notification-container .msg-container.green { 
	background: #5DA423; 
	color: #FFF;
}
.notification-container .msg-container.red { 
	background: #C60F13; 
	color: #FFF;
}
.notification-container .msg-container p {
	text-align: center;
}
.notification-container .msg-close {
	color: #000;
	font-size: 11px;
	cursor: pointer;
}









/* -- visibility -- */
.hidden	{ display: none; }


/* -- fixes -- */
.f-hb:after		{ content: "."; display: block; height: 0; clear: both; visibility: hidden; }
