@charset "utf-8";
/* CSS Document */

/*********** STRUCTURE **********/
#col_l {
	width:252px;
	float:left;
}
#col_r {
	width:712px;
	float:right;
	margin-left:21px;
	position:relative;
}
#col {
	margin:0;
	width:985px;
	position:relative;
}
#sform,#subnav,#price,#signup,#book {
	margin-bottom:20px;
}
#price{
	height:72px;
	width:226px;
	background:url(../structure/bg_price.jpg) no-repeat;
	padding:5px 12px 0 12px;
}
#book {
	width:235px;
	padding:35px 0 0 17px;
	background:url(../structure/bg_book.jpg) top no-repeat;
	background-color:#eeeeee;
}
#book a img {
	margin-right:5px;
	position:relative;
	top:4px;
}
div.item {
	padding:5px 15px 15px 12px;
	margin-bottom:10px;
}
div.item.active {
	background-color:#ebf3fc;
	border:1px solid #8db0e6;
}
div.item img {
	margin-right:15px;
	border:4px solid #ffcea3 !important;
}

/*********** NAVIGATION **********/
#subnav {
	width:252px;
	clear:both;
}
#subnav a {
	display:block;
	width:232px;
	padding-left:20px;
	height:22px;
}
#subnav li {
	list-style-type:none;
}
#subnav a {
	color:#909090;
	text-decoration:none;
	background:url(../structure/bg_subnav.gif);
	line-height:22px;
	font-size:12px;
}
#subnav a:hover, #subnav a.active {
	background:url(../structure/bg_subnav_h.jpg);
	color:#ffffff;
}
/*********** TYPOGRAPHY **********/
h1 {
	font-size:22px;
	color:#11aa00;
	font-weight:normal;
	padding-bottom:10px;
}
h1 span {
	position:absolute;
	right:10px;
}
h2 {
	font-size:18px;
	color:#39b33c;
	font-weight:normal;
	padding:7px;
}
p{
	font-size:13px;
	color:#888888;
	line-height:18px;
}
strong {
	color:#333333;
}
#col_r li {
	font-size:13px;
	color:#888888;
	margin-left:30px;
}
#price span.large {
	font-size:15px;
	color:#fff;
}
#price p {
	font-size:11px;
	color:#fff;
	line-height:16px;
}
#book a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#1067fe;
	text-decoration:none;
	display:block;
	width:110px;

	float:left;
	margin-bottom:10px;
}
#price a {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}
/*********** FORMS **********/
#gform select {
	margin-top:5px;
	width:174px;
}
#signup {
	width:252px;
	height:78px;
	background:url(../structure/bg_signup.jpg) no-repeat;	
	position:relative;
}
#signup input#email2 {
	position:absolute;
	left: 15px;
	top: 43px;
	height:20px;
	width:135px;
	border:1px solid black;
}
#signup input#submitbutton2 {
	cursor:pointer !important;
	width:87px;
	height:27px;
	background:url(../structure/bg_tform_submit.jpg);
	position:absolute;
	left: 160px;
	top: 40px;
	border:none;
}
#price select {
	border:2px solid #e7e7e7;
	width:175px;
	height:19px;
	background:url(../structure/price_select.gif) no-repeat;
}
