
/*//////////////////////////////////////////////////////////////////////////////////// page styles ///////////*/
html, body {
	background-color:#002156;
	font-family:"Museo Slab", Arial, Verdana, Helvetica, sans-serif;
	font-size:13px;
	color:#333;
}
#col2 {
padding: 0px 30px !important;
}
/*//////////////////////////////////////////////////////////////////////////////////// standard text styles ///////////*/
h1,h2, .h2 {
	font-family:"Museo Slab", Arial, Verdana, Helvetica, sans-serif;
	font-weight:normal;
	color:#002156;
	letter-spacing: -0.1em;
}
h1{
	font-size:40px;
	margin-bottom:10px;
}
h2, .h2 {
	font-size:18px;
}
hr.dashedhr {
	border-bottom:1px #966acf dashed;
	background-color:#ffffff;
}
input,textarea,select {
	border:1px solid #232323;
	background-color:#eeeeee;
	color:#000000;
}
input[type="submit"] {
	padding:0 4px;
	border:1px solid #ffffff;
	background-color:#232323;
	color:#ffffff;
	font-weight:bold;
}
.button{
	
		display:inline-block;
		min-width:80px;
		padding:0px 10px !important;
	
	height:20px;
	background:#4881c4;
	color:#fff !important;
	text-align:center;
	text-decoration:none;
}
.button:hover{
	background:#f7f3c4;
	color:#000 !important;
}
/*//////////////////////////////////////////////////////////////////////////////////// page styles ///////////*/
#pageholder {
	background:url(/library/bg.jpg) #fff top left repeat-x;
}
#page {
	background-color:#fff;
	padding-bottom:50px;
	width:960px;
}
#top {
	height:210px;
	background:url(/library/bg.jpg) #fff top left repeat-x;
	position:relative;	
}
#logo{
	position:absolute;
	right:0px;
}
#sshow{
	position:absolute;
	top:55px;
	left:0px;
	width:450px;
	height:90px;	
}
#tnav {
	position:absolute;
	left:0px;
	top:10px;
	height:30px;
}
#tmenu {
	height:inherit;
	list-style:none;
	margin:0px;
	padding:0px;
	width:inherit;
}
#tmenu > li{
	display:block;
	float:left;
	left:0;
	position:relative;
	top:0;
	height:30px;
}
#tmenu li a {
	margin-top:10px;
	color: #000;
	height:10px;
	line-height:10px;
	display:block;
	text-decoration:none;
	padding:0px 20px;
	font-family:"Museo Slab", Arial, Verdana, Helvetica, sans-serif;
	font-size:13px;
	border-left:1px solid #333;
}
#tmenu li:first-child a{
	border-left:none;
}
#thisa {
	text-decoration:underline;
}
.tnav a:hover{
	text-decoration:underline !important;
}
#col2 p,#col2 p a {
	font-size:14px;
}
#emailer {
	padding-top:10px;
	display:block;
}
#emailer p {
	padding:5px 0;
}
#botholder {
	height:85px;
	position:relative;
	top:-40px;
}
#bot {
	font-size:10px;
	color:#fff;
	width:960px;
}
#bot .botbox a{
	font-size:10px;
	text-decoration:none;
	color:#fff;
}
#bot .botbox a:hover{
	font-size:10px;
	text-decoration:underline;	
}
#bot .botbox {
	float:left;
	color:#fff;
	font-size:10px;
	position:relative;
	margin-right:40px;
}
#bot .botbox h2{
	display:block;
	height:30px;
	padding:10px 10px 0 10px;
	color:#fff;
	background-color:#7ac142;
	margin-bottom:10px;
}
#bot .botbox ul li {
	list-style-type:none;
	list-style-position:outside;
	font-size:10px;
	color:#fff;
}
#bot .botbox ul li a {
	font-size:10px;
	color:#fff;
	text-decoration:none;
}
#bot div.botbox a span.h2 {
	color:#fff;
}
#bot .botbox ul li a:hover {
	text-decoration:underline;
}
#search {
	border-color:#ffffff;
	background:#fff;
	float:left;
	width:198px;
	font-size:12px;
	color:#444444;
	padding:2px 10px;
	font-family:"Museo Slab", Arial, Verdana, Helvetica, sans-serif;
}
#strapline {
	float:right;
	display:inline;
	margin-top:-40px;
}
/*//////////////////////////////////////////////////////////////////////////////////// Product List styles ///////////*/
.plist {
	background:#f6e8c5;
	background:-webkit-gradient(linear, 0 0, 0 bottom, from(#f7f3c4), to(#f6e8c5)) #f6e8c5;
	background:-moz-linear-gradient(#f7f3c4, #f6e8c5) #f6e8c5;
	background:linear-gradient(#f7f3c4, #f6e8c5) #f6e8c5;
	
	padding:10px !important;
	width:500px;
}

.plist img {
	float:left;
}
.plist span {	
	float:left;
	text-align:left;
	padding:10px;
}
.plisttitle {
	width:300px;
}
.plistprice {
	width:300px;
}
/*-----------------------------------------pagination selector-----------------------------------------*/
.pagination {
}
.pagination  li{
	font-family:"Museo Slab", Arial, Verdana, Helvetica, sans-serif;
}
.pagination  li  a{
	font-size: 12px;
	text-decoration: none;
	color: #000;
	background-color: #fff;
	border:1px solid #f6e8c5;
	font-family:"Museo Slab", Arial, Verdana, Helvetica, sans-serif;
}
.pagination  li  a:hover{
	text-decoration:underline;
}
.pagination li.current_pagination_item  a{
	border:1px solid #000;
	color: #000;
	background-color:  #f6e8c5;
	text-decoration:none;
}
/*//////////////////////////////////////////////////////////////////////////////////// search result styles ///////////*/
.searchresult {
	cursor:pointer;
	margin:0px 0px 10px 0px;
	padding:10px;
	border:1px solid #f6e8c5;
	background:#f7f3c4;	
}
.searchresult h2 {
 	color:#000;	
}
.searchresult a {
	font-family:"Museo Slab", Arial, Verdana, Helvetica, sans-serif;color:#000;
	text-decoration:none;	
}
/*//////////////////////////////////////////////////////////////////////////////////// Product Page /////////////////*/
#pleft {
	width:220px;
	padding-right:20px;
	float:left;	
}
#pright {
	width:240px;
	float:left;	
}
#prod_price {
	background:#f6e8c5;
	background:-webkit-gradient(linear, 0 0, 0 bottom, from(#f7f3c4), to(#f6e8c5)) #f6e8c5;
	background:-moz-linear-gradient(#f7f3c4, #f6e8c5) #f6e8c5;
	background:linear-gradient(#f7f3c4, #f6e8c5) #f6e8c5;
	
	font-size:18px;
	margin-bottom:10px;
	padding:10px 15px 10px 0;
	text-align:right;
	width:225px;
}
#breadcrumb {
	float:left;
	width:180px;
	text-align:left;
	padding-left:10px;
	display:block;
}
#breadcrumb a{
	text-decoration:none;
	font-size:18px;
	color:#555;
}
#breadcrumb a:hover {
	text-decoration:underline;	
}
#add_basket {
	background:#f6e8c5;
	background:-webkit-gradient(linear, 0 0, 0 bottom, from(#f7f3c4), to(#f6e8c5)) #f6e8c5;
	background:-moz-linear-gradient(#f7f3c4, #f6e8c5) #f6e8c5;
	background:linear-gradient(#f7f3c4, #f6e8c5) #f6e8c5;
	
	padding:10px;
	margin-top:10px;
	float:left;
	width:220px;
}
#add_basket label {
	float:right;
}
#add_basket #q{
	padding:4px;
	width:30px;
	text-align:center;
}
#add_basket a.button {
	text-decoration:none;
	display:block;
	float:right;
	border: 1px solid #232323;
	padding:2px !important;
}
#moreimages {
	text-decoration:none;
	font-style:italic;	
}
/*//////////////////////////////////////////////////////////////////////////////////// Form Styles ////////////////////*/
#cform label{
	width:200px;
}
/*////////////////////////////////////////////////////////////////////////////////////// Calendar Styles ///////////*/
#cal_top .cal_link {
	padding:5px;
	border:1px solid #999;
	background:#CCC;
	text-decoration:none;
	font-size:14px;
}
#cal_top .cal_prev {
	float:left;
}
#cal_top .cal_next {
	float:right;
}
#cal_top h2 {
	text-align:center;	
}
.cal_day_names .cal_day{
	font-weight:bold;
}
.cal_day{
	position:relative;
	float:left;
	height:50px;
	text-align:center;
	border:1px solid #fff;
}

.cal_week .cal_day{
	line-height:50px;
}

div.cal_week .cal_day.cal_today /*Specificity 31*/{
	background:url(/library/cal/today.jpg) repeat;
}

.cal_day_names .cal_day{
	height:20px;
}
				
.cal_week .cal_day{
	background:#ddd;
}
.cal_week:nth-child(2n+1) .cal_day /*specificity 30*/{
	background:#ccc;
}

.cal_week .cal_day.cal_hasevents{
	background:#D6E2E0;
}

.cal_events{
	width:200px;
}

.cal_events_inner{
	width:150px;
	border:1px solid #ccc;
	background:#eee;
	text-align:left;
	line-height:20px;
	padding:10px;
	margin-bottom:10px;
}

.cal_events_inner ul{
	list-style:none;
}
	li.cal_time{
		font-weight:bold;
	}
	
		li.cal_time ul{
			border-top:1px solid #333;
			font-weight:normal;
		}
		
			li.cal_time ul li{
				margin-left:10px;
			}
			
				li.cal_time ul li a{
					text-decoration:none;
				}
				li.cal_time ul li a:hover{
					color:#333;
				}


