/** 
 * SilverStripe Black Candy Theme
 * http://www.silverstripe.com
 *
 * Main Layout File
 */
 
/* Misc Styles and defaults 
-------------------------------------------- */

/**
 * html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
 * v1.6.1 2010-09-17 | Authors: Eric Meyer & Richard Clark
 * html5doctor.com/html-5-reset-stylesheet/
 */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
  
body {
	color: #333;
 	font-size: 62.5%; 
 	margin-bottom: 40px;
	font-family: Verdana, Lucida, sans-serif; 
}

html {
  overflow-y: scroll;

}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

.clear{
	clear:both;
}

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

/* Normalize monospace sizing:
   en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome */
pre, code, kbd, samp { font-family: monospace, sans-serif; }

/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }

ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }

/* Remove margins for navigation lists */
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }

small { font-size: 85%; }
strong, th { font-weight: bold; }

td { vertical-align: top; }

/* Set sub, sup without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre {
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre; white-space: pre-wrap; word-wrap: break-word;
  padding: 15px;
}

textarea { overflow: auto; } /* www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */

.ie6 legend, .ie7 legend { margin-left: -7px; } 

/* These selection declarations have to be separate
   No text-shadow: twitter.com/miketaylr/status/12228805301
   Also: hot pink! */
::-moz-selection{ background: #000; color:#fff; text-shadow: none; }
::selection { background:#000; color:#fff; text-shadow: none; }

/* j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #FF5E99; }

.IE {
	top:0px;
	position:absolute;
	color:#fff;
	margin: 0 Auto;
	padding: 20px;
	width:590px;
	background-color: red;
	display:block;
	z-index: 999;
}
.IE a {
	color:#fff;
}

/* CONTAINER
----------------------------------------- */
#BgContainer {
	width: 960px;  
	margin: 0 auto; 
}
#Container { 
	width: 960px;
	padding-bottom: 15px;
}
#Layout {
	width: 920px;
	clear: both;
	overflow: hidden;
	margin: 15px auto;
}
#Content {
	width: 600px;
	float: left; 	
	margin: 0;
	text-align: left;
	padding: 0 0px 0px 0px;
}
#Content .headstrip h1  {
	font-family: Arial Black, Arial, Helvetica, sans-serif; 
	text-transform: Uppercase;
	color: #fff;
	font-weight: bold; 
	font-size: 1.4em; 
	
}
#Content .headstrip {
	margin: 0 -10px 20px 0px;
	height: 29px;
	padding: 6px 0 0px 20px;
	width:590px;
	background-color:#9c2828;
	display:block;
}
/* HEADER
----------------------------------------- */
#header {
	/* SET HEADER BG HERE (960px * 135px)
		background: url([header_background.png]) no-repeat top left;
 	*/	
	padding: 10px 0px 0;
	margin: 0 auto;
	position: relative;
	width: 940px;
	height:150px;
}
	#header a.siteName{
			/* SET YOUR LOGO HERE */
			background: url(../images/evans_bacon_logo.jpg) no-repeat top left;
			text-indent: -5000px;	
		 	font-size: 4.2em;
		 	font-weight: bold;
		 	font-style: italic;
		 	color: #c2d9e9;
			height:107px;
			display: block;	
			width: 260px;
			float:left;	 	
	}
		#header .details { 
			display: block;
			padding-left: 0px;
			float: right;
			position: relative;
			text-align: right;
			clear:right;
			top: 30px;
		}
		#header .details h3 { 
			font-size: 1.6em;
		 	font-weight: normal;
		 	font-style: italic;
		 	padding: 0px;
			margin: 0;
		}
		#header .details a { 
			color: #9c2828;
			text-decoration: none;
		}
		
/* PRODUCT NAVIGATION TOP
----------------------------------------- */
	#header .productnav { 
		position: absolute;
		top: 130px;
		left: 0;
		list-style: none; 
		padding: 0 0px 0 0;
		width:940px;
		border-top:2px solid #9c2828;
	}
		#header .productnav li { 		
			float: left;
			margin: 0 5px 0 5px; 
		}
		#header ul { 		
			float: left;
			margin-left: 0px; 
			padding:0px;
		}
		#header .productnav li a { 
			color: #000;
			display: block; 
			float: left;
			font-size: 1.3em; 
			padding: 8px 2px;
			text-decoration: none;
			text-transform: uppercase;
			font-weight: normal;
		}	
			#header .productnav li a:hover{ 
				color: #9c2828;
			}	
			 
			#header .productnav li a.section,
			#header .productnav li a.current,
			#header .productnav li a.section:hover,
			#header .productnav li a.current:hover {
				color: #9c2828;
				text-decoration: none;
			}

/* GENERAL NAVIGATION TOP
----------------------------------------- */
	#header .generalnav { 
		position: absolute;
		top: 5px;
		right: 0px;
		list-style: none; 
		padding: 0 0px 0 0;
		text-align: right;
		margin:0;
		
	}
	#header .generalnav li img { 
		border:none;
		padding: 0 0px 0 0;
		margin:-5px 0 0 0;
		vertical-align: middle;
		
	}
		#header .generalnav li { 		
			margin: 0 0px 0 0px;
			display: inline; 
		}
		#header .generalnav li a { 
			color: #666;
			display: block; 
			float: left;
			font-size: 1.2em; 
			padding: 8px 0px 8px 12px;
			text-decoration: none;
			font-weight: normal;
		}	
			#header .generalnav li a:hover{ 
				color: #9c2828;
			}	
			 
			#header .generalnav li a.section,
			#header .generalnav li a.current,
			#header .generalnav li a.section:hover,
			#header .generalnav li a.current:hover {
				color: #9c2828;
				text-decoration: none;
			}
    
/* HOME FEATURE PANEL
----------------------------------------- */
#homefeaturepanel {
	padding: 0px 0px 0;
	margin: 0px auto 20px auto;
	position: relative;
	width: 930px;
	height:280px;
	background: url(../images/homefeaturepanel_bg.jpg) no-repeat 12px 25px;
}
	#homefeaturepanel span {
			float:left;		 	
	}
	#homefeaturepanel em {
			float:left;
	}
	#homefeaturepanel h3 {
		text-transform: uppercase;
		font-family: "Arial Black";
		background: url(../images/title_ext.png) repeat-x top left;	
		font-size: 2.0em;
		font-weight: bold;
		font-style: normal;
		color: #fff; 
		margin-left:0px;
		float:left;	
		padding: 8px 10px 18px 10px;	
	}
	


/* BREADCRUMBS
-------------------------------------------- */
nav#Breadcrumbs { 
 	color: #B7C0C5;
	text-align: left;
	font-size: 0.9em; 
	margin: 20px 20px 20px 0px;
}
	nav#Breadcrumbs p {
		margin: 0;
	}

/* SIDEBAR
-------------------------------------- */
#SidebarContact { 
 	width: 310px; 
	float: right;  
	margin: 0px 0 0 0;
	padding: 0;
}
#SidebarContact h2 { 
		clear: both;
		font-family: Arial Black, Arial, Helvetica, sans-serif; 
		text-transform: Uppercase;
		color: #fff;
		font-weight: bold; 
		font-size: 1.4em; 
		margin: 0 0 20px 0;
		height: 29px;
		padding: 6px 0 0px 10px;
		background-color:#29166f;
		display:block;
	}
	
/* SIDE NAVIGATION
----------------------------------------- */
#Menu2 { float:left; position:relative; width:300px; margin:0px 0 10px 10px;}
#Menu2 li { list-style:none; width:265px;border-bottom: #cacaca dotted 1px; margin:0!important; padding:5px 0 5px 0!important; vertical-align:middle;font-size: 14px; font-weight:normal;}
#Menu2 ul { width:240px; margin-left:0px }
#Menu2 li a { color: #9c2828; font-weight:normal; text-decoration: none; border:none; display:block; padding:4px 0px 4px 0px; vertical-align:middle; }
#Menu2 li a:hover, #Menu2 li a.current, #Menu2 li a.current:hover { color:#454545; }
#Menu2 li a.current { color:#454545;font-weight:bold; }
#Menu2 li a.section, #Menu2 li a.section:hover { color:#454545;font-weight:bold;}
#Menu2 li ul { position: relative; margin: -4px 0 0 0; padding: 4px 0 10px 10px; }
#Menu2 li ul li { border-bottom:0px; border-right:0px; line-height: 1.1em; margin:0!important; padding:0px 0 0px 5px!important; vertical-align:middle; font-size: 12px; font-style: normal; font-weight:normal; width:230px; }
#Menu2 li ul li ul { margin-left: 0; }
#Menu2 li li a.current, #Menu2 li li a.section, #Menu2 li li a.section:hover, #Menu2 li li a.current:hover { color: #161e69; font-weight:bold;}
#Menu2 li li ul { margin: 0 0 0 0px; padding: 0; }
#Menu2 li li ul .roundWhite { margin-bottom: -10px; }
/* Sub Menu */
#Menu2 li a.levelb { margin-left: 0px; font-weight:normal; }
#Menu2 li a.levelb:hover, #Menu2 li li a.current, #Menu2 li li a.current:hover, #Menu2 li li a.section, #Menu2 li li a.section:hover { color: #8E7AEF; }	
	

/* SIDEBAR
-------------------------------------- */
#Sidebar { 
 	width: 310px; 
	float: right;  
	margin: 0px 0 0 0;
	padding: 0;
	background: transparent url(../images/vertgradgrey.jpg) repeat-x center 30px;
	min-height: 300px
}
	#Sidebar .sidebarBox {
		margin: 0 0 5px 0;
		padding:5px 10px 10px 10px;
		
	}
	#Sidebar ul {
		margin: 2px 0 5px 0px;
	}
		#Sidebar li {
			margin: 8px 2px;
			list-style: none;
		}
	
	
	#Sidebar .sidebarBottom {
		height: 15px;
		display: block;
		width: 200px;
		margin: -5px 0 0 0;
		background: #EFEFEF url(../images/sidebarBottomBg.gif) no-repeat center bottom;
	}
	#Sidebar a em {
		font-style: normal;
	}
	#Sidebar p {
		font-size: 12px;
	 	clear: both;
	 	margin: 20px 20px 0 20px;
	}
	#Sidebar h2 { 
		clear: both;
		font-family: Arial Black, Arial, Helvetica, sans-serif; 
		text-transform: Uppercase;
		color: #fff;
		font-weight: bold; 
		font-size: 1.4em; 
		margin: 0 0 20px 0;
		height: 29px;
		padding: 6px 0 0px 10px;
		background-color:#29166f;
		display:block;
	}
	

/* COMMENTS
---------------------------------------- */
#CommentHolder ul {
	list-style: none;
	margin: 20px 0;
}
#PageComments li {
	margin: 5px 0;
	padding: 1px;
	width: 88%;
}
	#PageComments li.odd {
		background: #E8F6FF url(../images/commentBg.png) no-repeat 1% 10%;
		padding-left: 40px;
		padding-right: 10px;
		border-bottom: 2px solid #BCE4FE;
	}
	#PageComments li.even {
		background: #fff url(../images/commentBgAlt.png) no-repeat 99% 10%;
		padding-right: 40px;
		padding-left: 10px;
	}

		#PageComments li.odd p.info {
			color: #3AA0C3;
		}

		.actionLinks li {
		   display: inline;
		   border-right: 1px solid #ddd;
		}
			.actionLinks li a {
				padding-right: 3px;
				font-size: 10px;
			}
   			.actionLinks li.last {
      			border-right: none;
   			}

.commentrss {
	background: transparent url(../images/feed-icon-14x14.png) no-repeat;
	padding-left: 20px;
	font-size: 1.1em;
	line-height: 1.6em;
}
#PageCommentsPagination p {
	text-align: center;
	font-size: 1.2em;
}
#PageComments p {
	font-size: 1em;
}
	#PageComments p.info {
		color: #999;
		margin: 0px;
		padding: 0;
		line-height: 1em;
		font-size: 0.9em;
	}

/* SEARCH RESULTS STYLES
------------------------------------------------ */
ul#SearchResults {
	margin: 10px 0;
}
	ul#SearchResults li {
		list-style: none;
		margin: 5px 0;
		font-size: 1em;
	}

/* SEARCH FORM 
-----------------------------------------------*/
form#SearchForm_SearchForm{
	border: none;
	margin: 0;
	float: right;
	clear:right;
	margin-top: 40px;
	background: none;
	padding: 0;
	border: none;
} 
form#SearchForm_SearchForm fieldset{
	float: right;
	width: 225px;
	position: relative;
}
	form#SearchForm_SearchForm .middleColumn{
		width: 215px;
		padding: 0;
		margin: 0;
		position: absolute;
		left: 0;
		top: 0;	
		background: none;
	}
		form#SearchForm_SearchForm input.text{
			background: #fff;
			border: 1px solid #cdcdcd;
			width: 164px;
			border-radius: 7px;
			color: #cdcdcd;
			padding: 3px 10px 4px 10px;
			margin: 0;
		}
		form#SearchForm_SearchForm input.action{
			background: url(../images/search_go.jpg) no-repeat center center ;
			margin: 0;
			width: 35px;
			height: 24px;
			position: absolute;
			right: 0;
			top: 0;
			border-radius: 0px;
			border:none;
			text-transform: capitalize;
			text-indent: -5000px;
		}
		

/* MESSAGEBOXS
--------------------------------------------- */
.message {
	margin: 15px;
	padding: 5px;
	width: 92%;
	color: #979908;
	border: 4px solid #F7F8B4;
	background: #FFFFEA;
}
span.middleColumn .message {
	margin: 4px 0 0 3px;
}
.required {
	margin: 4px 0 0 3px;
	padding: 5px;
	width: 92%;
	color: #DC1313;
	border: 4px solid #FF7373;
	background: #FED0D0;
}



p#Remember label {
	margin: -24px 0 0 20px;
	text-align: left;
}
.entry {
	border-bottom: 1px solid #eee;
}

.typography #Content p.authorDate {
	color: #444;
	margin-top: -15px;
	}
/* UNSUBSCRIBE NEWSLETTER
------------------------------------------------ */
#Unsubscribe_MailingListForm_MailingListForm{
	min-height:100px;
}

	#Unsubscribe_MailingListForm_MailingListForm p{
		margin:0 !important;
		padding:10px;
	}
		#Unsubscribe_MailingListForm_MailingListForm p label{
			display: inline;
		}
	#Unsubscribe_MailingListForm_MailingListForm label{
		margin:0;
	}

/* PRODUCT CATEGORY & WHATS NEW HOME
----------------------------------------- */
#Homeproductcategory {
	padding: 0px 0px 0;
	margin: 0px auto;
	position: relative;
	width: 630px;
	float:left;
}
#productcategory {
	padding: 0px 0px 0;
	margin: 0px auto;
	position: relative;
	width: 915px;
	float:left;
	background: transparent url(../images/Product_Category_bg.jpg) no-repeat 12px 20px;
}
	#productcategory span, #Homeproductcategory span {
			float:left;		 	
	}
	#productcategory em, #Homeproductcategory em {
			float:left;
	}
	#productcategory h1 {
		text-transform: uppercase;
		font-family: "Arial Black";
		background: url(../images/title_ext.png) repeat-x top left;	
		font-size: 2.0em;
		font-weight: bold;
		font-style: normal;
		color: #fff; 
		margin-left:0px;
		float:left;	
		padding: 8px 10px 18px 10px;	
	}
	
	#productcategory .productsbox {
	padding: 0px 0px 0;
	margin: 0px 0px 0px 20px;
	position: relative;
	width: 630px;
	float:left;
	}
	#Homeproductcategory .productsbox {
	padding: 0px 0px 0;
	margin: 0px 0px 0px 0px;
	position: relative;
	width: 630px;
	float:left;
	}
	
	#productcategory .product, #Homeproductcategory .product {
	padding: 0px 0px 0;
	margin: 10px 8px 20px 8px;
	position: relative;
	width: 190px;
	float:left;

	}
	#productcategory .shadow, #Homeproductcategory .shadow {
	padding: 0px;
	margin: -3px 0px 0px 0px;
	position: relative;
	display: block;
	width: 190px;
	height: 15px;
	background: transparent url(../images/product_shadow180.png) no-repeat top left;
	}
	#productcategory .product h2, #Homeproductcategory .product h2 {
		text-transform: uppercase;
		font-size: 1.2em;
		font-weight: bold;
		font-style: normal;
		line-height: 1.0em;
		color: #29166f; 
		float:left;
		margin: 0px;	
		padding: 0px 0px 10px 0px;
		font-family: "Arial";	
	}
	#productcategory .product h5, #Homeproductcategory .product h5 {
		text-transform: uppercase;
		font-size: 1.8em;
		font-weight: bold;
		font-style: italic;
		position: absolute;
		color: #fff; 
		bottom:15px;
		right:0px;
		padding: 6px 10px 6px 10px;
		background-color: #29166f;
		margin: 0px;	
	}
	#productcategory .productsideright, #Homeproductcategory .productsideright {
	padding: 0px 0px 0;
	margin: 0px 20px 10px 0px;
	position: relative;
	width: 240px;
	float:right;

	}
	#productcategory h2, #Homeproductcategory h2 {
	padding: 0;
	margin:0px 5px 5px 0px;
	text-transform: uppercase;
	font-family: "Arial Black";
	font-size: 1.6em;
	}
	#productcategory .productsideright p, #Homeproductcategory .productsideright p {
	margin: 0px 20px 10px 0px;

	}
	
	
/*  --------------------------------------------------
    Pagination
    -------------------------------------------------- */
    ul.pagination { display: block; height: 24px; margin-left: -0px; }
    ul.pagination li { float: left; display: block; height: 24px; color: #999; font-size: 12px; margin-left: 0px; }
    ul.pagination li a { display: block; padding: 6px 4px 4px; color: #555; }
    ul.pagination li.current a, ul.pagination li:hover a, ul.pagination li a:focus { color: #9c2828; font-weight: bold; }
    ul.pagination li.unavailable a { cursor: default; color: #999; }
    ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus { border-bottom: none; }
    
/*  --------------------------------------------------


	/* PRODUCT INDIVIDUAL
----------------------------------------- */
#productdisplay {
	padding: 0px 0px 0;
	margin: 0px auto;
	position: relative;
	width: 915px;
	float:left;
	background: transparent url(../images/Product_Category_bg.jpg) no-repeat 12px 20px;
}
	#productdisplay span {
			float:left;		 	
	}
	#productdisplay em {
			float:left;
	}
	#productdisplay h1 {
		text-transform: uppercase;
		font-family: "Arial Black";
		background: url(../images/title_ext.png) repeat-x top left;	
		font-size: 2.0em;
		font-weight: bold;
		font-style: normal;
		color: #fff; 
		margin-left:0px;
		float:left;	
		padding: 8px 10px 18px 10px;	
	}
	
	.productdetails {
	padding: 0px 0px 0;
	margin: 0px 0px 0px 20px;
	position: relative;
	width: 100%;
	float:left;
	}
	.product {
	padding: 0px 0px 0;
	margin: 10px 8px 20px 8px;
	position: relative;
	width: 100%;
	float:left;

	}
	.shadow {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	position: relative;
	display: block;
	width: 190px;
	height: 15px;
	background: transparent url(../images/product_shadow180.png) no-repeat top left;
	}
	
	.product .col_lft {
		float:left;
		position: relative;
		display: block;
		width:270px;
		height:255px;
		margin: 0px 0px 0px 10px;	
		padding: 0px 0px 10px 0px;
		background: transparent url(../images/product_shadow180.png) no-repeat bottom left;	
	}
	.product .col_mid {
		float:left;
		position: relative;
		width:300px;
		margin: 0px;
		margin: 0px 0px 0px 10px;	
		padding: 0px 0px 10px 0px;	
	}
	.product .col_mid h2 {
		text-transform: uppercase;
		font-family: "Arial Black";
		color:#9c2828;
		line-height:1.0em;
		font-size: 2.0em;
	}

	.product .col_mid p {
		margin: 0px 0px 10px 0px;	
		padding: 0px 0px 10px 0px;
		font-size: 1.2em;
	}
	.product .col_mid a.cart  {
		margin: 10px 0px 0px 0px;	
		padding: 10px 20px 10px 20px;
		background: #9c2828;
		text-transform: uppercase;
		font-family: "Arial Black";
		color:#fff;
		font-size: 2.0em;
		text-decoration: none;
	}
	.product .col_mid .middleColumn  {
		background: #fff;
		clear: left;
    	display: block;
    	margin: 10px 0px 0px 0;
    	padding: 0;
    	width: 100px;
	}
	.product .col_mid a.cart:hover  {
		background: #29166f;
		text-decoration: none;
	}
	.product .col_rgt{
		float:left;
		position: relative;
		width:300px;
		margin: 0px;
		margin: 0px 0px 0px 10px;	
		padding: 0px 0px 10px 0px;
		height:300px;	
	}
	
.col_rgt .price {
	display: block;
	width: 250px;
	height: 125px;
	background: transparent url(../images/product_price_bg.png) no-repeat top left;
	float:left;
	bottom: 0px;
	margin-top:0px;
}
.col_rgt .price p {
    font-size:4.4em;
	color:#fff;
	font-style: italic;
	margin: 55px 10px 10px 30px;
	float:left;
}


/* YOUR CART
----------------------------------------- */
#cartbox {
	display: block;
	width: 245px;
	height: 85px;
	background: transparent url(../images/cart_bg.png) no-repeat 150px center;
	float:left;
	bottom: 0px;
	margin-top:0px;
	border-top:1px dotted #ccc
}
#cartbox p {
	text-transform: uppercase;
	font-family: "Arial Black";
	font-size: 1.2em;
	width: 120px;
	color:#666;
	float:left;
	padding-top: 20px;
	margin: 0 20px 10px 0;
}
#cartbox a {
	font-family: "Arial Black";
	text-decoration: none;
	color:#9c2828;
}
#cartbox a:hover {
	color:#29166f; 
	text-decoration: none;
}
#cartbox span {
	font-size:2.4em;
	color:#9c2828;
	margin: 13px 60px 10px 0px;
	float:right;
	font-family: "Arial Black";
}

/* FOOTER
----------------------------------------------- */

footer {margin: 5px 20px; width: 920px; }
footer .box { font-size:12px; clear: both; padding: 5px 20px 5px 20px; margin: 0px;  background-color: #4b4a4a; height:20px;width:880px;}
footer .sep { color: #5c5d5d; padding: 0px 5px 0 5px; }
footer a { color: #4b4a4a; text-decoration: none; }
footer a:hover { text-decoration: underline; }
footer .copyright { width:300px; float: left; color: #fff; font-weight:bold; display:block;  }
footer .credit { float: right; margin: 0px 0 6px 0px;}
footer .credit a { color: #fff; text-decoration: none;}

#footermenu { width:97%; margin:0 0 0 20px; }
#footermenu .footermenulist { width:25%; float:left; font-size:11px;margin:0 0 20px 0 ;}
#footermenu p { width:90%; float:left;margin: 3px 0px 3px 0px;}
#footermenu h4 a { display:block; text-align:left; padding:4px 0; margin: 0px 10px 10px 0px; font-size: 12px; font-weight:bold; color: #4b4a4a; border-bottom: solid 1px #acacac; }
#footermenu .copyright { width:800px; float:left; margin-left:30px; }
#footermenu .copyright p { color: #4d4f4d; }
.copyright span { float:right }
			
/**
 * Non-semantic helper classes: please define your styles before this section.
 */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
   j.mp/bestclearfix */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }



/**
 * Media queries for responsive design.
 *
 * These follow after primary styles so they will successfully override.
 */

@media all and (orientation:portrait) {
  /* Style adjustments for portrait mode goes here */

}

@media all and (orientation:landscape) {
  /* Style adjustments for landscape mode goes here */

}

/* Grade-A Mobile Browsers (Opera Mobile, Mobile Safari, Android Chrome)
   consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {


  /* Uncomment if you don't want iOS and WinMobile to mobile-optimize the text for you: j.mp/textsizeadjust */
  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


/**
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 */
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}
			



/**  Imported Swipestripe styles **/

/** Feel free to change anything you like **/

/* Table of Contents
==================================================
  #Less Elements
  #Site Styles
  #Page Styles
*/
/* #Less Elements
================================================== */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.sws form {
  margin: 0 0 18px;
}
.sws fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
.sws legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 27px;
  font-size: 19.5px;
  line-height: 36px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #eee;
}
.sws legend small {
  font-size: 13.5px;
  color: #999999;
}
.sws label,
.sws input,
.sws button,
.sws select,
.sws textarea {
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
}
.sws input,
.sws button,
.sws select,
.sws textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.sws label {
  display: block;
  margin-bottom: 5px;
  color: #333333;
}
.sws input,
.sws textarea,
.sws select,
.sws .uneditable-input {
  display: inline-block;
  width: 210px;
  height: 18px;
  padding: 4px;
  margin-bottom: 9px;
  font-size: 13px;
  line-height: 18px;
  color: #555555;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.sws .uneditable-textarea {
  width: auto;
  height: auto;
}
.sws label input,
.sws label textarea,
.sws label select {
  display: block;
}
.sws input[type="image"],
.sws input[type="checkbox"],
.sws input[type="radio"] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 0;
  *margin-top: 0;
  /* IE7 */

  line-height: normal;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0 \9;
  /* IE9 and down */

}
.sws input[type="image"] {
  border: 0;
}
.sws input[type="file"] {
  width: auto;
  padding: initial;
  line-height: initial;
  border: initial;
  background-color: #ffffff;
  background-color: initial;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.sws input[type="button"],
.sws input[type="reset"],
.sws input[type="submit"] {
  width: auto;
  height: auto;
}
.sws select,
.sws input[type="file"] {
  height: 28px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */

  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

  line-height: 28px;
}
.sws input[type="file"] {
  line-height: 18px \9;
}
.sws select {
  width: 220px;
  background-color: #ffffff;
}
.sws select[multiple],
.sws select[size] {
  height: auto;
}
.sws input[type="image"] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.sws textarea {
  height: auto;
}
.sws input[type="hidden"] {
  display: none;
}
.sws .radio,
.sws .checkbox {
  padding-left: 18px;
}
.sws .radio input[type="radio"],
.sws .checkbox input[type="checkbox"] {
  float: left;
  margin-left: -18px;
}
.sws .controls > .radio:first-child,
.sws .controls > .checkbox:first-child {
  padding-top: 5px;
}
.sws .radio.inline,
.sws .checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.sws .radio.inline + .radio.inline,
.sws .checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
.sws input,
.sws textarea {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
.sws input:focus,
.sws textarea:focus {
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

}
.sws input[type="file"]:focus,
.sws input[type="radio"]:focus,
.sws input[type="checkbox"]:focus,
.sws select:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.sws .input-mini {
  width: 60px;
}
.sws .input-small {
  width: 90px;
}
.sws .input-medium {
  width: 150px;
}
.sws .input-large {
  width: 210px;
}
.sws .input-xlarge {
  width: 270px;
}
.sws .input-xxlarge {
  width: 530px;
}
.sws input[class*="span"],
.sws select[class*="span"],
.sws textarea[class*="span"],
.sws .uneditable-input {
  float: none;
  margin-left: 0;
}
.sws input.span1,
.sws textarea.span1,
.sws .uneditable-input.span1 {
  width: 50px;
}
.sws input.span2,
.sws textarea.span2,
.sws .uneditable-input.span2 {
  width: 130px;
}
.sws input.span3,
.sws textarea.span3,
.sws .uneditable-input.span3 {
  width: 210px;
}
.sws input.span4,
.sws textarea.span4,
.sws .uneditable-input.span4 {
  width: 290px;
}
.sws input.span5,
.sws textarea.span5,
.sws .uneditable-input.span5 {
  width: 370px;
}
.sws input.span6,
.sws textarea.span6,
.sws .uneditable-input.span6 {
  width: 450px;
}
.sws input.span7,
.sws textarea.span7,
.sws .uneditable-input.span7 {
  width: 530px;
}
.sws input.span8,
.sws textarea.span8,
.sws .uneditable-input.span8 {
  width: 610px;
}
.sws input.span9,
.sws textarea.span9,
.sws .uneditable-input.span9 {
  width: 690px;
}
.sws input.span10,
.sws textarea.span10,
.sws .uneditable-input.span10 {
  width: 770px;
}
.sws input.span11,
.sws textarea.span11,
.sws .uneditable-input.span11 {
  width: 850px;
}
.sws input.span12,
.sws textarea.span12,
.sws .uneditable-input.span12 {
  width: 930px;
}
.sws input[disabled],
.sws select[disabled],
.sws textarea[disabled],
.sws input[readonly],
.sws select[readonly],
.sws textarea[readonly] {
  background-color: #f5f5f5;
  border-color: #ddd;
  cursor: not-allowed;
}
.sws .control-group.warning > label,
.sws .control-group.warning .help-block,
.sws .control-group.warning .help-inline {
  color: #c09853;
}
.sws .control-group.warning input,
.sws .control-group.warning select,
.sws .control-group.warning textarea {
  color: #c09853;
  border-color: #c09853;
}
.sws .control-group.warning input:focus,
.sws .control-group.warning select:focus,
.sws .control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: 0 0 6px #dbc59e;
  -moz-box-shadow: 0 0 6px #dbc59e;
  box-shadow: 0 0 6px #dbc59e;
}
.sws .control-group.warning .input-prepend .add-on,
.sws .control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}
.sws .control-group.error > label,
.sws .control-group.error .help-block,
.sws .control-group.error .help-inline {
  color: #b94a48;
}
.sws .control-group.error input,
.sws .control-group.error select,
.sws .control-group.error textarea {
  color: #b94a48;
  border-color: #b94a48;
}
.sws .control-group.error input:focus,
.sws .control-group.error select:focus,
.sws .control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: 0 0 6px #d59392;
  -moz-box-shadow: 0 0 6px #d59392;
  box-shadow: 0 0 6px #d59392;
}
.sws .control-group.error .input-prepend .add-on,
.sws .control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
.sws .control-group.success > label,
.sws .control-group.success .help-block,
.sws .control-group.success .help-inline {
  color: #468847;
}
.sws .control-group.success input,
.sws .control-group.success select,
.sws .control-group.success textarea {
  color: #468847;
  border-color: #468847;
}
.sws .control-group.success input:focus,
.sws .control-group.success select:focus,
.sws .control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: 0 0 6px #7aba7b;
  -moz-box-shadow: 0 0 6px #7aba7b;
  box-shadow: 0 0 6px #7aba7b;
}
.sws .control-group.success .input-prepend .add-on,
.sws .control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
.sws input:focus:required:invalid,
.sws textarea:focus:required:invalid,
.sws select:focus:required:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
.sws input:focus:required:invalid:focus,
.sws textarea:focus:required:invalid:focus,
.sws select:focus:required:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}
.sws .form-actions {
  padding: 17px 20px 18px;
  margin-top: 18px;
  margin-bottom: 18px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
}
.sws .uneditable-input {
  display: block;
  background-color: #ffffff;
  border-color: #eee;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}
.sws :-moz-placeholder {
  color: #999999;
}
.sws ::-webkit-input-placeholder {
  color: #999999;
}
.sws .help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 0;
  color: #999999;
}
.sws .help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  margin-bottom: 9px;
  vertical-align: middle;
  padding-left: 5px;
}
.sws .input-prepend,
.sws .input-append {
  margin-bottom: 5px;
  *zoom: 1;
}
.sws .input-prepend:before,
.sws .input-append:before,
.sws .input-prepend:after,
.sws .input-append:after {
  display: table;
  content: "";
}
.sws .input-prepend:after,
.sws .input-append:after {
  clear: both;
}
.sws .input-prepend input,
.sws .input-append input,
.sws .input-prepend .uneditable-input,
.sws .input-append .uneditable-input {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.sws .input-prepend input:focus,
.sws .input-append input:focus,
.sws .input-prepend .uneditable-input:focus,
.sws .input-append .uneditable-input:focus {
  position: relative;
  z-index: 2;
}
.sws .input-prepend .uneditable-input,
.sws .input-append .uneditable-input {
  border-left-color: #ccc;
}
.sws .input-prepend .add-on,
.sws .input-append .add-on {
  float: left;
  display: block;
  width: auto;
  min-width: 16px;
  height: 18px;
  margin-right: -1px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 18px;
  color: #999999;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.sws .input-prepend .active,
.sws .input-append .active {
  background-color: #a9dba9;
  border-color: #46a546;
}
.sws .input-prepend .add-on {
  *margin-top: 1px;
  /* IE6-7 */

}
.sws .input-append input,
.sws .input-append .uneditable-input {
  float: left;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.sws .input-append .uneditable-input {
  border-left-color: #eee;
  border-right-color: #ccc;
}
.sws .input-append .add-on {
  margin-right: 0;
  margin-left: -1px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.sws .input-append input:first-child {
  *margin-left: -160px;
}
.sws .input-append input:first-child + .add-on {
  *margin-left: -21px;
}
.sws .search-query {
  padding-left: 14px;
  padding-right: 14px;
  margin-bottom: 0;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
}
.sws .form-search input,
.sws .form-inline input,
.sws .form-horizontal input,
.sws .form-search textarea,
.sws .form-inline textarea,
.sws .form-horizontal textarea,
.sws .form-search select,
.sws .form-inline select,
.sws .form-horizontal select,
.sws .form-search .help-inline,
.sws .form-inline .help-inline,
.sws .form-horizontal .help-inline,
.sws .form-search .uneditable-input,
.sws .form-inline .uneditable-input,
.sws .form-horizontal .uneditable-input {
  display: inline-block;
  margin-bottom: 0;
}
.sws .form-search .hide,
.sws .form-inline .hide,
.sws .form-horizontal .hide {
  display: none;
}
.sws .form-search label,
.sws .form-inline label,
.sws .form-search .input-append,
.sws .form-inline .input-append,
.sws .form-search .input-prepend,
.sws .form-inline .input-prepend {
  display: inline-block;
}
.sws .form-search .input-append .add-on,
.sws .form-inline .input-prepend .add-on,
.sws .form-search .input-append .add-on,
.sws .form-inline .input-prepend .add-on {
  vertical-align: middle;
}
.sws .form-search .radio,
.sws .form-inline .radio,
.sws .form-search .checkbox,
.sws .form-inline .checkbox {
  margin-bottom: 0;
  vertical-align: middle;
}
.sws .control-group {
  margin-bottom: 9px;
}
.sws legend + .control-group {
  margin-top: 18px;
  -webkit-margin-top-collapse: separate;
}
.sws .form-horizontal .control-group {
  margin-bottom: 18px;
  *zoom: 1;
}
.sws .form-horizontal .control-group:before,
.sws .form-horizontal .control-group:after {
  display: table;
  content: "";
}
.sws .form-horizontal .control-group:after {
  clear: both;
}
.sws .form-horizontal .control-label {
  float: left;
  width: 140px;
  padding-top: 5px;
  text-align: right;
}
.sws .form-horizontal .controls {
  margin-left: 160px;
}
.sws .form-horizontal .form-actions {
  padding-left: 160px;
}
.sws table {
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.sws .table {
  width: 100%;
  margin-bottom: 18px;
}
.sws .table th,
.sws .table td {
  padding: 8px;
  line-height: 18px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.sws .table th {
  font-weight: bold;
}
.sws .table thead th {
  vertical-align: bottom;
}
.sws .table thead:first-child tr th,
.sws .table thead:first-child tr td {
  border-top: 0;
}
.sws .table tbody + tbody {
  border-top: 2px solid #ddd;
}
.sws .table-condensed th,
.sws .table-condensed td {
  padding: 4px 5px;
}
.sws .table-bordered {
  border: 1px solid #ddd;
  border-collapse: separate;
  *border-collapse: collapsed;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.sws .table-bordered th + th,
.sws .table-bordered td + td,
.sws .table-bordered th + td,
.sws .table-bordered td + th {
  border-left: 1px solid #ddd;
}
.sws .table-bordered thead:first-child tr:first-child th,
.sws .table-bordered tbody:first-child tr:first-child th,
.sws .table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.sws .table-bordered thead:first-child tr:first-child th:first-child,
.sws .table-bordered tbody:first-child tr:first-child td:first-child {
  -webkit-border-radius: 4px 0 0 0;
  -moz-border-radius: 4px 0 0 0;
  border-radius: 4px 0 0 0;
}
.sws .table-bordered thead:first-child tr:first-child th:last-child,
.sws .table-bordered tbody:first-child tr:first-child td:last-child {
  -webkit-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
  border-radius: 0 4px 0 0;
}
.sws .table-bordered thead:last-child tr:last-child th:first-child,
.sws .table-bordered tbody:last-child tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
}
.sws .table-bordered thead:last-child tr:last-child th:last-child,
.sws .table-bordered tbody:last-child tr:last-child td:last-child {
  -webkit-border-radius: 0 0 4px 0;
  -moz-border-radius: 0 0 4px 0;
  border-radius: 0 0 4px 0;
}
.sws .table-striped tbody tr:nth-child(odd) td,
.sws .table-striped tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}
.sws .table tbody tr:hover td,
.sws .table tbody tr:hover th {
  background-color: #f5f5f5;
}
.sws table .span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}
.sws table .span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}
.sws table .span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}
.sws table .span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}
.sws table .span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}
.sws table .span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}
.sws table .span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}
.sws table .span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}
.sws table .span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}
.sws table .span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}
.sws table .span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}
.sws table .span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}
.sws .pagination {
  height: 36px;
  margin: 18px 0;
}
.sws .pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.sws .pagination li {
  display: inline;
}
.sws .pagination a {
  float: left;
  padding: 0 14px;
  line-height: 34px;
  text-decoration: none;
  border: 1px solid #ddd;
  border-left-width: 0;
}
.sws .pagination a:hover,
.sws .pagination .active a {
  background-color: #f5f5f5;
}
.sws .pagination .active a {
  color: #999999;
  cursor: default;
}
.sws .pagination .disabled a,
.sws .pagination .disabled a:hover {
  color: #999999;
  background-color: transparent;
  cursor: default;
}
.sws .pagination li:first-child a {
  border-left-width: 1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.sws .pagination li:last-child a {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.sws .pagination-centered {
  text-align: center;
}
.sws .pagination-right {
  text-align: right;
}
.sws .label {
  padding: 2px 4px 3px;
  font-size: 11.049999999999999px;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #999999;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.sws .label:hover {
  color: #ffffff;
  text-decoration: none;
}
.sws .label-important {
  background-color: #b94a48;
}
.sws .label-important:hover {
  background-color: #953b39;
}
.sws .label-warning {
  background-color: #f89406;
}
.sws .label-warning:hover {
  background-color: #c67605;
}
.sws .label-success {
  background-color: #468847;
}
.sws .label-success:hover {
  background-color: #356635;
}
.sws .label-info {
  background-color: #3a87ad;
}
.sws .label-info:hover {
  background-color: #2d6987;
}
.sws .btn {
  display: inline-block;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  *margin-left: .3em;
}
.sws .btn:hover,
.sws .btn:active,
.sws .btn.active,
.sws .btn.disabled,
.sws .btn[disabled] {
  background-color: #e6e6e6;
}
.sws .btn:active,
.sws .btn.active {
  background-color: #cccccc \9;
}
.sws .btn:first-child {
  *margin-left: 0;
}
.sws .btn:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -ms-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.sws .btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.sws .btn.active,
.sws .btn:active {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  outline: 0;
}
.sws .btn.disabled,
.sws .btn[disabled] {
  cursor: default;
  background-image: none;
  background-color: #e6e6e6;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.sws .btn-large {
  padding: 9px 14px;
  font-size: 15px;
  line-height: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.sws .btn-large [class^="icon-"] {
  margin-top: 1px;
}
.sws .btn-small {
  padding: 5px 9px;
  font-size: 11px;
  line-height: 16px;
}
.sws .btn-small [class^="icon-"] {
  margin-top: -1px;
}
.sws .btn-mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 14px;
}
.sws .btn-primary,
.sws .btn-primary:hover,
.sws .btn-warning,
.sws .btn-warning:hover,
.sws .btn-danger,
.sws .btn-danger:hover,
.sws .btn-success,
.sws .btn-success:hover,
.sws .btn-info,
.sws .btn-info:hover,
.sws .btn-inverse,
.sws .btn-inverse:hover {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  color: #ffffff;
}
.sws .btn-primary.active,
.sws .btn-warning.active,
.sws .btn-danger.active,
.sws .btn-success.active,
.sws .btn-info.active,
.sws .btn-dark.active {
  color: rgba(255, 255, 255, 0.75);
}
.sws .btn-primary {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.sws .btn-primary:hover,
.sws .btn-primary:active,
.sws .btn-primary.active,
.sws .btn-primary.disabled,
.sws .btn-primary[disabled] {
  background-color: #0044cc;
}
.sws .btn-primary:active,
.sws .btn-primary.active {
  background-color: #003399 \9;
}
.sws .btn-warning {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -ms-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(top, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.sws .btn-warning:hover,
.sws .btn-warning:active,
.sws .btn-warning.active,
.sws .btn-warning.disabled,
.sws .btn-warning[disabled] {
  background-color: #f89406;
}
.sws .btn-warning:active,
.sws .btn-warning.active {
  background-color: #c67605 \9;
}
.sws .btn-danger {
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(top, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.sws .btn-danger:hover,
.sws .btn-danger:active,
.sws .btn-danger.active,
.sws .btn-danger.disabled,
.sws .btn-danger[disabled] {
  background-color: #bd362f;
}
.sws .btn-danger:active,
.sws .btn-danger.active {
  background-color: #942a25 \9;
}
.sws .btn-success {
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -ms-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(top, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.sws .btn-success:hover,
.sws .btn-success:active,
.sws .btn-success.active,
.sws .btn-success.disabled,
.sws .btn-success[disabled] {
  background-color: #51a351;
}
.sws .btn-success:active,
.sws .btn-success.active {
  background-color: #408140 \9;
}
.sws .btn-info {
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(top, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.sws .btn-info:hover,
.sws .btn-info:active,
.sws .btn-info.active,
.sws .btn-info.disabled,
.sws .btn-info[disabled] {
  background-color: #2f96b4;
}
.sws .btn-info:active,
.sws .btn-info.active {
  background-color: #24748c \9;
}
.sws .btn-inverse {
  background-color: #393939;
  background-image: -moz-linear-gradient(top, #454545, #262626);
  background-image: -ms-linear-gradient(top, #454545, #262626);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#454545), to(#262626));
  background-image: -webkit-linear-gradient(top, #454545, #262626);
  background-image: -o-linear-gradient(top, #454545, #262626);
  background-image: linear-gradient(top, #454545, #262626);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#454545', endColorstr='#262626', GradientType=0);
  border-color: #262626 #262626 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.sws .btn-inverse:hover,
.sws .btn-inverse:active,
.sws .btn-inverse.active,
.sws .btn-inverse.disabled,
.sws .btn-inverse[disabled] {
  background-color: #262626;
}
.sws .btn-inverse:active,
.sws .btn-inverse.active {
  background-color: #0c0c0c \9;
}
.sws button.btn,
.sws input[type="submit"].btn {
  *padding-top: 2px;
  *padding-bottom: 2px;
}
.sws button.btn::-moz-focus-inner,
.sws input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.sws button.btn.large,
.sws input[type="submit"].btn.large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
.sws button.btn.small,
.sws input[type="submit"].btn.small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
.sws .alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 18px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.sws .alert,
.sws .alert-heading {
  color: #c09853;
}
.sws .alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 18px;
}
.sws .alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.sws .alert-success,
.sws .alert-success .alert-heading {
  color: #468847;
}
.sws .alert-danger,
.sws .alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
}
.sws .alert-danger,
.sws .alert-error,
.sws .alert-danger .alert-heading,
.sws .alert-error .alert-heading {
  color: #b94a48;
}
.sws .alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.sws .alert-info,
.sws .alert-info .alert-heading {
  color: #3a87ad;
}
.sws .alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.sws .alert-block > p,
.sws .alert-block > ul {
  margin-bottom: 0;
}
.sws .alert-block p + p {
  margin-top: 5px;
}
.sws .pull-right {
  float: right;
}
.sws .pull-left {
  float: left;
}
.sws .hide {
  display: none;
}
.sws .show {
  display: block;
}
.sws .invisible {
  visibility: hidden;
}
/* #Site Styles
================================================== */
.sws .table th {
  background: #eeeeee;
}
.sws .table td {
  background: #ffffff;
}
.sws .table td .alert {
  margin-bottom: 0px;
}
.sws .quantity input {
  width: 30px;
}
.sws .loading {
  display: none;
}
.sws .Actions input {
  cursor: pointer;
}
.sws .Actions .loading {
  float: left;
  padding: 0 5px;
  margin-top: -4px;
}
/* #Page Styles
================================================== */
/* Account page
-------------------------------------- */
/* Cart page
-------------------------------------- */
.cart .cartquantity input {
  width: 30px;
}
.cart input.remove-item-action {
  background: url(../images/delete-item.png) no-repeat top left;
  border: none;
  text-indent: -2000px;
  margin: 5px;
  height: 16px;
  width: 16px;
  cursor: pointer;
}
.cart .error {
  padding: 8px 35px 8px 14px;
  margin-bottom: 18px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #c09853;
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
  margin-bottom: 0;
}
.cart .Actions {
  text-align: right;
}
.cart .Actions .attribution {
  float: left;
  color: #999999;
  font-size: 11px;
}
/* Checkout page
-------------------------------------- */
.checkout section {
  float: left;
  margin: 5px 0;
  width: 100%;
}
.checkout hr {
  border: none;
  border-top: 1px solid #cccccc;
  float: left;
  width: 100%;
  margin: 10px 0;
}
.checkout h3 {
  height: 35px;
}
.checkout .row-header {
  text-align: right;
  font-weight: bold;
}
.checkout .addresses .address-left {
  float: left;
  width: 48%;
}
.checkout .addresses .address-right {
  float: left;
  width: 48%;
}
.checkout .addresses .address-right h3 {
  float: left;
  margin-right: 25px;
}
.checkout .addresses .address-right .shipping-same-address {
  float: left;
}
.checkout .addresses .address-right .shipping-firstname {
  clear: left;
}
.checkout .personal-details div .CompositeField {
  width: 48%;
  float: left;
}
.checkout .order-details .modifier-set-field select {
  width: auto;
  margin: 0;
}
.checkout .order-details .modifier-set-field .row-header {
  vertical-align: middle;
}
.checkout .order-details .error {
  padding: 8px 35px 8px 14px;
  margin-bottom: 18px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #c09853;
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
  margin-bottom: 0;
}
.checkout .notes textarea {
  width: 50%;
}
.checkout .payment-details .PaymentSet {
  list-style: none;
}
.checkout .payment-details .PaymentSet li {
  border: none;
}
.checkout .payment-details .PaymentSet .paymentfields {
  float: left;
  margin-bottom: 15px;
  clear: left;
  border: 1px solid #ccc;
}
.checkout .payment-details #Amount {
  display: none;
}
.checkout .Actions {
  float: right;
}
/* Product page
-------------------------------------- */
.product {
  margin-bottom: 15px;
  float: left;
  width: 100%;
}
.product .product-image {
  float: left;
  padding: 5px;
}
.product .product-image img {
  border: 4px solid #ffffff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
.product .product-meta {
  float: left;
  padding: 0 5px;
}
.product .product-meta .product-price-js {
  font-size: 22px;
  font-weight: normal;
}
.product .product-meta .add-to-cart .good {
  padding: 8px 35px 8px 14px;
  margin-bottom: 18px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #c09853;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.product .product-description {
  clear: left;
}
/* Product Category page
-------------------------------------- */
.product-category {
  float: left;
}
.product-category .product-row {
  float: left;
  clear: left;
}
.product-category .product-row .product-brief {
  float: left;
  padding: 10px;
  width: 150px;
}
.product-category .product-row .product-brief .product-brief-image {
  float: left;
  padding: 5px;
  padding: 0;
}
.product-category .product-row .product-brief .product-brief-image img {
  border: 4px solid #ffffff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
.product-category .product-row .product-brief .product-brief-title {
  font-size: 16px;
  font-weight: normal;
}
.product-category .product-row .product-brief .product-brief-price {
  font-size: 14px;
}
.product-category .pagination {
  float: left;
  width: 100%;
}
