form legend{
	font-weight: bold;
	font-size: 22px;
	color: #69635B;
}
form .field.required label{
	background-image: url(/static/images/icons/required.png);
	background-repeat: no-repeat;
	background-position: center left;

	padding-left: 15px;
	width: 130px;
}
.row{
	background-color: #abbfed;
	padding: 20px;
	margin-bottom: 5px;
}
.row.warning{
	background-color: red;
	color: black;
	font-weight: inherit;
}
.row.quick span{
	border-right-style: solid;
	border-right-color: white;
	border-right-width: 5px;

	padding-right: 10px;
	margin-right: 10px;

	font-weight: bold;
}
.row.quick label{
	font-style: italic;
}
.row.quick a{
	margin-right: 4px;
	padding-right: 4px;

	border-right-style: solid;
	border-right-width: 1px;
}
.box{
	background-color: #edf0f8;
}
.box .box{
	background-color: white;
}

/*start icons and buttons*/
.important-info{
	background-image: url(/static/images/icons/important-info.png);
}
.discover{
	background-image: url(/static/images/icons/discover.png);
}
.note{
	background-image: url(/static/images/icons/note.png);
}
.rss{
	background-image: url(/static/images/icons/rss.png);
}
.rss:hover{
	background-image: url(/static/images/icons/rss-hover.png);
}
.twitter{
	background-image: url(/static/images/icons/twitter.png);
}
.twitter:hover{
	background-image: url(/static/images/icons/twitter-hover.png);
}
.facebook{
	background-image: url(/static/images/icons/facebook.png);
}
.facebook:hover{
	background-image: url(/static/images/icons/facebook-hover.png);
}
.file{
	background-image: url(/static/images/icons/file.png);
}
.add-this{
	background-image: url(/static/images/icons/add-this.png);
}
.add-this:hover{
	background-image: url(/static/images/icons/add-this-hover.png);
}
.mov{
	background-image: url(/static/images/icons/mov.png);
}
.pdf{
	background-image: url(/static/images/icons/pdf.png);
}
.binder{
	background-image: url(/static/images/icons/binder.png);
}
.computer{
	background-image: url(/static/images/icons/computer.png);
}
.movie{
	background-image: url(/static/images/icons/movie.png);
}
.library{
	background-image: url(/static/images/icons/learning-library.png);
}
.email{
	background-image: url(/static/images/icons/email.png);
}
.phone{
	background-image: url(/static/images/icons/phone.png);
}
.cart{
	background-image: url(/static/images/icons/cart.png);
}
.chat{
	background-repeat: no-repeat;
	cursor: pointer;
}
.chat.small{
	background-image: url(/static/images/icons/chat-now-small.png);

	width: 213px;
	height: 90px;
}
.chat.small:hover{
	background-image: url(/static/images/icons/chat-now-small-hover.png);
}
.chat.big{
	background-image: url(/static/images/icons/chat-now.png);

	width: 321px;
	height: 90px;

	margin-right: 5px;
}
.chat.big:hover{
	background-image: url(/static/images/icons/chat-now-hover.png);
}
.flow-chart{
	background-image: url(/static/images/icons/flow-chart.png);
}
.video-library{
	background-image: url(/static/images/icons/video-library.png);
}
.qi{
	background-image: url(/static/images/icons/qi.png);
}
.schedule{
	background-image: url(/static/images/icons/event.png);
}
.check{
	background-image: url(/static/images/icons/check.png);
}
.x{
	background-image: url(/static/images/icons/x.png);
}
.register{
	background-image: url(/static/images/icons/register.png);
}
.calender-2010{
	background-image: url(/static/images/icons/2010.jpg);
}
.wiki{
	background-image: url(/static/images/icons/wiki.png);
}
.no-spam{
	background-image: url(/static/images/icons/no-spam.png);
}
.bbb{
	display: block;
	width: 150px;
	height: 68px;

	position: relative;
	overflow: hidden;
}
.bbb img{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
}
.bbb:hover img{
	margin-left: -150px;
}
/*end*/

.cover-data{
	display: none;

	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;

	background-image: url(/static/images/cover-background.png);
	z-index: 10;
}
.cover-data .inner{
	position: absolute;

	top: 50px;
	left: 20px;
	right: 20px;
	bottom: 20px;

	background-color: white;

	padding: 20px;

	border-style: solid;
	border-width: 5px;
	border-color: #77799c;

	overflow: auto;
}
.cover-data .close{
	position: absolute;
	top: 15px;
	right: 20px;
}
.hideable{
	position: relative;
}
.hideable .hide{
	color: gray;
	text-decoration: none;
}
.hideable .hide:hover{
	color: black;
	text-decoration: underline;
}
.hide-data{
	display: none;
}
.hide-data .close{
	position: absolute;

	top: 0px;
	right: 0px;
}
.item .priced-add-to-cart, .item .named-add-to-cart{
	display: inline-block;
}
.items .item{
	position: relative;

	border-bottom-style: solid;
	border-bottom-width: 1px;

	padding-bottom: 15px;
	margin-bottom: 10px;
}
.items .item.last{
	border-bottom-style: none;
	margin-bottom: 0px;
}
.items .item .name{
	display: inline-block;
	margin-right: 10px;
	width: 50%;
}
.items .item .price{
	display: inline-block;
	vertical-align: top;
}
.cart{
	width: 300px;

	background-image: url(/static/images/cart/header.png);
	background-repeat: no-repeat;

	background-color: #f0ece3;

	padding-top: 50px;

	position: fixed;
	top: 10px;
	right: 10px;

	z-index: 7;
}
.cart .close{
	position: absolute;
	top: 14px;
	left: 255px;
	color: white;
	cursor: pointer;

	font-size: 12px;
}
.cart .close:hover{
	text-decoration: underline;
}
.cart .items{
	padding: 10px;
}
.cart .remove-from-cart{
	position: absolute;
	right: 0px;
	top: 0px;
}
.cart .total{
	color: white;
	background-color: #401d15;
	text-align: right;
	padding: 10px;
}
.cart .subtotal{
	font-weight: bold;
}
.cart .checkout{
	float: right;
	display: inline-block;
	margin: 5px;
}
table{
	border-style: solid;
	border-width: 1px;

	border-bottom-style: none;
	border-right-style: none;

	border-color: black;
}
table th{
	padding: 10px;

	border-bottom-style: solid;
	border-bottom-width: 1px;

	border-right-style: solid;
	border-right-width: 1px;
}
table td{
	padding: 10px;

	border-bottom-style: solid;
	border-bottom-width: 1px;

	border-right-style: solid;
	border-right-width: 1px;
}
table td span{
	margin: auto;
}
.order.shipped{
	background-color: #9fc7ab;
}
