/* Form validation */
.invalid { border-color: #ff0000; }
label.invalid { color: #ff0000; }

/* Buttons */
#editor-xtd-buttons {
	padding: 5px;
}

.button2-left,
.button2-right,
.button2-left div,
.button2-right div {
	float: left;
}

.button2-left a,
.button2-right a,
.button2-left span,
.button2-right span {
	display: block;
	height: 22px;
	float: left;
	line-height: 22px;
	font-size: 11px;
	color: #666;
	cursor: pointer;
}

.button2-left span,
.button2-right span {
	cursor: default;
	color: #999;
}

.button2-left .page a,
.button2-right .page a,
.button2-left .page span,
.button2-right .page span {
	padding: 0 6px;
}

.page span {
	color: #000;
	font-weight: bold;
}

.button2-left a:hover,
.button2-right a:hover {
	text-decoration: none;
	color: #0B55C4;
}

.button2-left a,
.button2-left span {
	padding: 0 24px 0 6px;
}

.button2-right a,
.button2-right span {
	padding: 0 6px 0 24px;
}

.button2-left {
	background: url(../images/j_button2_left.png) no-repeat;
	float: left;
	margin-left: 5px;
}

.button2-right {
	background: url(../images/j_button2_right.png) 100% 0 no-repeat;
	float: left;
	margin-left: 5px;
}

.button2-left .image {
	background: url(../images/j_button2_image.png) 100% 0 no-repeat;
}

.button2-left .readmore {
	background: url(../images/j_button2_readmore.png) 100% 0 no-repeat;
}

.button2-left .pagebreak {
	background: url(../images/j_button2_pagebreak.png) 100% 0 no-repeat;
}

.button2-left .blank {
	background: url(../images/j_button2_blank.png) 100% 0 no-repeat;
}

/* Tooltips */
div.tooltip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
	z-index:13000;
}

div.tooltip h4 {
	padding: 0;
	margin: 0;
	font-size: 95%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../images/selector-arrow.png) no-repeat;
}

div.tooltip p {
	font-size: 90%;
	margin: 0;
}

/* Caption fixes */
.img_caption.left {
	float: left;
	margin-right: 1em;
}

.img_caption.right {
	float: right;
	margin-left: 1em;
}

.img_caption.left p {
	clear: left;
	text-align: center;
}

.img_caption.right p {
	clear: right;
	text-align: center;
}

/* Calendar */
a img.calendar {
	width: 16px;
	height: 16px;
	margin-left: 3px;
	background: url(../images/calendar.png) no-repeat;
	cursor: pointer;
	vertical-align: middle;
}


/* CSS3 BUTTON */

.addbtn {
	color: #99cc00;
	background: white;
	border:#cccccc 1px solid;
	width: 46px;
	display: inline-block;
	text-align: center;
	font-weight:bold;
	padding:2px 5px 2px 5px;
	/*background: url('/images/stories/buynow/cart/btn_add_bg.png') no-repeat 0px 0px;
	border:1px solid rgba(150,150,150,0.4);
	text-shadow: 1px 1px 1px rgba(180,180,180,0.5);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0px 0px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.5);*/
}
.addbtn:hover{
	text-shadow: 1px 1px 1px rgba(200,200,200,0.7);
	border:1px solid rgba(50,50,50,0.4);
	cursor:pointer;
}
#btn_empty, #btn_recalculate {
	display: inline-block;
	width: 100px;
	padding:8px 0px 9px 40px;
	font-weight:bold;
	text-shadow: 1px 1px 1px rgba(100,100,100,0.8);
	color: #FFFFFF;
}
#btn_recalculate {
	background: url('/images/stories/buynow/cart/btn_recalculate.gif') no-repeat 0px 2px;
}
#btn_recalculate:hover  {
	background: url('/images/stories/buynow/cart/btn_recalculate_over.gif') no-repeat 0px 2px;
}
#btn_empty {
	background: url('/images/stories/buynow/cart/btn_empty_cart.gif') no-repeat 0px 2px;
}
#btn_empty:hover {
	background: url('/images/stories/buynow/cart/btn_empty_cart_over.gif') no-repeat 0px 2px;
}
.bars {
	font-weight:bold;
	border:1px solid #CCCCCC;
	border:1px solid rgba(150,150,150,0.4);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.checkout {
	cursor: pointer;
	display: inline-block;
	text-align: center;
	background: url('/images/stories/buynow/cart/btn.bg.png') repeat-x 0px 0px #FF7900;
	padding:13px 13px 13px 13px;
	font-weight:bold;
	color: #FFFFFF;	
	text-shadow: 1px 1px 1px rgba(100,100,100,0.5);	
	border-left:1px solid #CCCCCC;
	border-left:1px solid rgba(150,150,150,0.4);
	/*
	-moz-box-shadow: 0px 0px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.5);*/
}
.checkout:hover {
	background: url('/images/stories/buynow/cart/btn.bg.png') repeat-x 0px 0px #FF9900;
	color: #FFFFFF;	
	text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
}
#goCC, #goStore {
	cursor: pointer;
	text-align: center;
	background: url('/images/stories/buynow/cart/btn.bg.png') repeat-x 0px 0px #99CC00;
	padding:13px 13px 13px 13px;
	font-weight:bold;
	color: #FFFFFF;	
	text-shadow: 1px 1px 1px rgba(100,100,100,0.5);	
	border-top:1px solid #DDDDDD;
	border-left:1px solid rgba(150,150,150,0.4);
	text-decoration: none;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#goCC:hover, #goStore:hover {
	background: url('/images/stories/buynow/cart/btn.bg.png') repeat-x 0px 0px #AADD00;
	color: #FFFFFF;	
}
.r_corner {
    -moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
}
.btn {
	cursor: pointer;
	display: inline-block;
	padding:13px 13px 13px 18px;
	font-weight:bold;
	color: #99CC00;
}
.btn:hover {
	text-decoration: underline;
	text-shadow: 1px 1px 1px rgba(255,200,200,0.5);	
}


/* COLOR VARIATIONS FFAA00*/
.liteblue		{background: #63b6ff; color: #ffffff;} 
.liteblue_corner
			{background: url('/images/stories/buynow/cart/img67.jpg') no-repeat left bottom #63b6ff; 
			 color: #ffffff;}
			
.orange		{background: #FFAA00; color: #ffffff;} 
.orange_corner
			{background: url('/images/stories/buynow/cart/img66.jpg') no-repeat left bottom #FFAA00; 
			 color: #ffffff;}
			
.green		{background-color: #99cc00; color: #ffffff;}
.green:hover	{background-color: #99cc00; color: #ffffff;}

.litegreen		{background-color: #9ccf00; color: #ffffff;}
.litegreen:hover{background-color: #8aff00; color: #ffffff;}

.link		{color: #99CC00;}
.link:hover	{color: #99CC00;text-decoration: underline;}

/* Table Header */
#tb_header	{
	/*background: url('/images/stories/buynow/cart/btn.bg.png') repeat-x 0px 0px; */
	height: 25px;
}
/* Feature Matrix */
.toggle_btn_up {
	font-weight: bold;
	color: #999;
	cursor: pointer;
	display: block;
	width: auto;
	float: right;
	position: relative;
	padding: 0 5px 0 5px;
	margin-left: 5px;
	border: 1px solid #DDD;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.toggle_btn_down {
	background-color: #F0BD00;
	font-weight: bold;
	color: white;
	cursor: pointer;
	display: block;
	width: auto;
	float: right;
	position: relative;
	padding: 0 5px 0 5px;
	margin-left: 5px;
	border: 1px solid #F0BD00;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0px 0px 1px rgba(3,3,0,0.5);
	-webkit-box-shadow: 0px 0px 1px rgba(3,3,0,0.5);
}

