/* @override http://localhost:8888/j1515/templates/pangea/css/template.css */

/* @group Layout */
a:visited {color: #565656;}

body {
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	min-width: 600px;
	line-height: 140%;
	color: #333;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 90%;
}

body.contentpane {
	background: #fff;
}
.wrapper {
	position: relative;
	clear: both;
	float: left;
	overflow: hidden;
	border-right: 2px solid #000;
}

body.w760px .wrapper{width: 760px;}
body.w960px .wrapper{width: 960px;}
body.fluid .wrapper{width: 100%; border-right:none;}

.primary {
	float: left;
	width: 200%;
	position: relative;
	left: 185px;
	background: #fff;
}

.columns {
	float: right;
	width: 50%;
	position: relative;
	right: 185px;
}

.main {
	margin: 0 0 0 185px;
	position: relative;
	right: 100%;
	overflow: hidden;
	background: #fff;

}

#header {
	height: 100px;
	border-bottom: 4px solid #000;
	background: #fff;
	padding: 1em;
}

#content {
	background: #FFFFFF url(../images/page_bg.png) repeat-x 0 0;
	padding: 1em 1em 1em 1em;
	border-left: 2px solid #000;
	overflow: hidden;
}
.top_modules {
	float: left;
	width: 100%;
	border-bottom: 1px dotted #aaa;
	margin-bottom: 15px;
}
.bottom_modules {
	float: left;
	width: 100%;
	border-top: 1px dotted #aaa;
	margin-top: 15px;
	padding-top: 10px;
}

#sidebar {
	float: left;
	width: 185px;
	position: relative;
	right: 185px;
	background: url(../images/side_bg.png) no-repeat scroll right 0;
	min-height: 600px;
	border-right: 2px solid #000;
}

#footer {
	padding: 1.5em 0 1.5em 1em;
	clear: both;
	float: left;
	width: 100%;
	border-top: 2px solid #000;
	background: #fff;
}

#footer p {
	padding: 10px;
	margin: 0;
}
.module .moduleTitle{
	padding: 0 10px;
}
.module .moduleContent{
	padding: 0 10px 10px;
}
.modtile_1 {
	width:100%;
	float: left;
}
.modtile_2 {
	width:49.5%;
	float: left;
}
.modtile_3 {
	width:33%;
	float: left;
}
.modtile_4 {
	width:25%;
	float: left;
}
.modtile_5 {
	width:20%;
	float: left;
}

div.printPage {
	padding: 10px;
}
div.printPage a.modalPrintLink {background: #F7F6DF; padding: 5px; border: 1px solid #666; text-transform: uppercase; font-weight: bold; text-decoration: none; float: right; }
div.printPage .itemToolbar, 
div.printPage .itemHitsTwitter, 
div.printPage .itemRatingBlock, 
div.printPage .itemLinks,
div.printPage .itemRelated,
div.printPage .itemHits,
div.printPage .itemBackToTop,
div.printPage .itemAuthorBlock
{
	display: none;
}
div.printPage .itemAuthor, div.printPage .itemDateCreated, div.printPage .itemCommentsLinkTop, div.printPage .articleMetaLinks {
	font-size: 11px; color: #666;
}


/* @end */

/* @group Header */

#header {
	height: 140px;
	padding: 0 1em 0 1em;
	background: #fff;
}

.branding {
	position: absolute;
	bottom: 5px;
	top: 40px;
	right: 10px;
	z-index: 1;
	height: 92px;
}

#logo {
	width: 400px;
	height: 92px;
	position: relative;
	z-index: 1;
	margin: 0;
}

h1#logo {border-bottom:none;}

#logo span {
	background: url(../images/logo.png) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}

.main ul {margin-left:5px;}

/*
@end */

/* @group Elements */

/* TEXT */

strong, b, p {font-size: 1em;margin: 0 0 1.5em 0;padding: 0;line-height:1.4em;}
pre {font-family: monospace;font-size: 1.0em;}
strong, b {font-weight: bold;}
em, i {font-style:italic;}
code {font-family: "Courier New", Courier, monospace;font-size: 1em;white-space: pre;
}

/* END TEXT */

/* LISTS */
dl {
margin: 0 0 1.5em 0;
padding: 0;
line-height: 1.4em;
}

dl dt {
font-weight: bold;
margin: 0.25em 0 0.25em 0;
padding: 0;
}

dl dd {
margin: 0 0 0 30px;
padding: 0;
}

ul.checklist li {
	list-style: none;
	line-height: 16px;
	padding: 2px 0px 2px 18px;
	background: url(../images/tick.png) no-repeat left center;
	list-style-position: outside;
}
ul.checklist a {text-decoration: underline;	padding: 1px;}
ul.checklist a:hover {text-decoration: none;padding: 1px;}
/* END LISTS */


/* tables */
table caption {font-weight: bold;margin: 0;padding: 0 0 1.5em;}
th {font-weight: bold;text-align: left;}
/* end tables */

/* horizontal rules */
hr {display: none;}
div.hr {height: 1px;margin: 1.5em 10px;border-bottom: 1px dotted #000;}
/* end horizontal rules */

/* @end */

/* @group Typography */

p.warn {
    text-align: left; min-height: 40px;
    background: #f7ebc8 url(../images/warning.png) center no-repeat;
    background-position: 5px 50%;
    font-weight: bold;
    padding: 15px 20px 15px 75px;
    border-top: 1px solid #FFB801;
    border-bottom: 2px solid #FFB801;
}
p.alert {
    text-align: left; min-height: 40px;
    background: #f9efef url(../images/alert.png) center no-repeat;
    background-position: 5px 50%;
    font-weight: bold;
    padding: 15px 20px 15px 75px;
    border-top: 1px solid #f20000;
    border-bottom: 2px solid #f20000;
}
p.danger {
    text-align: left; min-height: 40px;
    background: #f9efef url(../images/danger.png) center no-repeat;
    background-position: 5px 50%;
    font-weight: bold;
    padding: 15px 20px 15px 75px;
    border-top: 1px solid #f20000;
    border-bottom: 2px solid #f20000;
}
p.docs {
    text-align: left; min-height: 40px;
    background: #f7f3eb url(../images/documents.png) center no-repeat;
    background-position: 5px 50%;
    padding: 15px 20px 15px 75px;
    border-top: 1px solid #dbbc7d;
    border-bottom: 2px solid #dbbc7d;
}
p.map {
    text-align: left; min-height: 40px;
    background: #eff2f7 url(../images/map.png) center no-repeat;
    background-position: 5px 50%;
    padding: 15px 20px 15px 75px;
    border-top: 1px solid #e1e8f4;
    border-bottom: 2px solid #e1e8f4;
}
p.love {
    text-align: left; min-height: 40px;
    background: #feeaea url(../images/love.png) center no-repeat;
    background-position: 5px 50%;
    padding: 15px 20px 15px 75px;
    border-top: 1px solid #ff4848;
    border-bottom: 2px solid #ff4848;
}
p.download {
    text-align: left; min-height: 40px;
    background: #f2faeb url(../images/download.png) center no-repeat;
    background-position: 5px 50%;
    padding: 15px 20px 15px 75px;
    border-top: 1px solid #67B92B;
    border-bottom: 2px solid #67B92B;
}
p.tip {
    text-align: left; min-height: 40px;
    background: #fff url(../images/tip.png) center no-repeat;
    background-position: 5px 50%;
    padding: 15px 20px 15px 75px;
    border-top: 1px solid #ddd;
    border-bottom: 2px solid #ddd;
}
p.edit {
    text-align: left;  min-height: 40px;
    background: #efefef url(../images/edit.png) center no-repeat;
    background-position: 5px 50%;
    padding: 15px 20px 15px 75px;
    border-top: 1px solid #ddd;
    border-bottom: 2px solid #ddd;
}
p.fav {
    text-align: left; min-height: 40px;
    background: #FFFFBF url(../images/fav.png) center no-repeat;
    background-position: 5px 50%;
    padding: 15px 20px 15px 75px;
    border-top: 1px solid #FFC73C;
    border-bottom: 2px solid #FFC73C;
}

/*-----BLOCKQUOTE STYLE-----*/

blockquote {
	background: #efefef url(../images/quote_left.png) no-repeat 10px 10px;
	padding: 6px;
	border-top: 1px solid #ddd;
	border-bottom: 2px solid #ddd;
	font-style: italic;
}

blockquote div {
	padding: 0 72px; min-height: 60px;
	background: transparent url(../images/quote_right.png) right bottom no-repeat;
}

p.info {
	background: #efefef;
	padding: 10px;
    border-top: 1px dotted #ccc;
	border-left: 16px solid #ccc;
    border-bottom: 1px dotted #ccc;
	color: #333;
	text-decoration: none;
	font: normal normal normal 11px "Courier New", Courier, mono;
}

/* @end */
/* @group Joomla styles */

/* Category Tables */

td.sectiontableheader {
	color: #fff;
	background: #333;
	border-bottom: 2px solid #ccc;
}

td.sectiontableheader a {
	color: #fff;
}

table tr.sectiontableentry1 td,
table td.sectiontableentry1 {
	background: #fcfcfc url(../images/table_separator.png) left bottom repeat-x;
	padding: 4px;
	line-height: 155%;
	text-align: left;
}

table tr.sectiontableentry2 td,
table td.sectiontableentry2 {
	background: #efefef url(../images/table_separator.png) left bottom repeat-x;
	padding: 4px;
	line-height: 155%;
	text-align: left;
}

tr.sectiontableentry1:hover td,
tr.sectiontableentry2:hover td {
	background: #FFFFCC url(../images/table_separator.png) left bottom repeat-x;
}

/* Polls */

table.pollstableborder td.sectiontableentry1 {
	background: url(../images/table_separator.png) left bottom repeat-x;
	padding: 2px;
	text-align: left;
}

table.pollstableborder td.sectiontableentry2 {
	background: url(../images/table_separator.png) left bottom repeat-x;
	padding: 2px;
	text-align: left;
}

table.pollstableborder td.sectiontableheader {
	padding: 8px;
	color: #fff;
	border: none;
}

table.pollstableborder tr.sectiontableentry1 td {
	border: none;
	text-align: left;
}

table.pollstableborder tr.sectiontableentry2 td {
	border: none;
	text-align: left;
}

/* Article Overflow */

div.blog_more {
	background: #FFFFFF url(../images/page_bg.png) repeat-x 0 0;
	padding: 1em;
	border: 1px solid #ccc;
	border-color:#FFFFFF #CCCCCC #CCCCCC #DEDEDE;
	margin-bottom:1em;
}

div.blog_more strong {
	margin: 0;
	font-size: 110%;
	border-bottom: 1px solid #ccc;
	display: block;
	padding-bottom: 0.25em;
	color: #666;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-weight: normal;
	text-transform: uppercase;
}

div.blog_more ul {
	padding-top: 5px;
	padding-left: 1em;
	margin-bottom: 0;
	border-top: 1px solid #fff;
}

div.blog_more ul li {
	line-height: 1.6em;
	list-style-type: decimal-leading-zero;
	color: #999;
	list-style-position: inside;
}

.article_column {
	padding: 0 5px;
}

div.tplcredit {float:right; color:#CDCDCD; font-size:11px;margin-right:2em;}
div.tplcredit a {color:#CDCDCD; text-decoration:none;}
/* Mosimages */

div.mosimage {
	border: 1px solid #ccc;
	background: #f7f7f7;
}

div.mosimage_caption {
	color: #666;
	background: #fff;
	border-top: 1px solid #ccc;
}

p img {
	padding: 5px;
}

/* Content Headings */

a.contentpagetitle {
	color: #470705;
}

a.contentpagetitle:hover {
	color: #000;
}
h1, h2, h3, h4, h5, h6, .contentheading a, 
div.itemHeader h2.itemTitle a,
div.catItemHeader h3.catItemTitle a,
div.genericItemHeader h2.genericItemTitle a {
	text-decoration: none;
} 
h1, h2, h3, h4, h5, h6, .contentheading {
	letter-spacing: 0.05em;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	text-shadow: 1px 1px 0 #CCCCCC;
	line-height: 1em;
}

td.contentheading, td.buttonheading,
div.itemHeader h2.itemTitle, 
div.catItemHeader h3.catItemTitle,
div.genericItemHeader h2.genericItemTitle {
border-bottom-width:1px;
border-bottom-style: solid;
padding-bottom: 0.2em;
}

div.genericItemHeader span.genericItemDateCreated {
color:#999999;
float:right;
font-size:11px;
padding-top:10px;
}
div.genericItemCategory {
border:none;
float: left;
margin:0 10px 0 0;
padding:0;
}
div.genericItemReadMore {
clear:both;
display:block;
float:left;
margin: 10px 0 0 0;
}
div.genericItemIntroText {
font-size:inherit;
font-weight:normal;
line-height:inherit;
padding:4px 0 0;
}
div.genericItemBody {
margin:0;
padding:8px 0 0;
}
.componentheading {
	color: #454545;
	letter-spacing: -0.06em;
	font-weight: bold;
	font-size: 2em;
	margin-bottom: 0.5em;
	text-shadow: 1px 1px 0 #CCCCCC;
	line-height: 1em;
}

a.readon {
	float: left;
	padding: 2px 6px 0;
	margin-top: 10px;
	text-transform: uppercase;
	border: 1px solid #CCCCCC;
	text-decoration: none;
	font-size: 70%;
	background: transparent url(../images/white_grad_bg.png) repeat-x 0 0;
	color: #000;
	text-shadow: 1px 1px 1px #CCCCCC;
}
a.k2ReadMore, a.k2CommentsLink {
	margin-top: -2px;
	margin-right: 10px;
}
a.readon:hover {
	color: #000000;
}

span.small,.createdate,.modifydate {
	font-size: 75%;
	color: #adc387;
	color: #999;
}
.modifydate {
	text-align: right;
}
div.pagenavcounter {
	font-size: 75%;
	color: #666;
	font-style: italic;
}
div.pagenavbar {
	text-align: center;
}
div.pagenavbar a {
	text-decoration: none;
	padding: 3px;
	background: #efefef;
	border: 1px solid #ddd;
}
.pagenav_next a,.pagenav_prev a {
	background: #e4edd5;
	border: 1px solid #adc387;
	color: #8fa26f;
}

span.pagenav, span.inactive_pagenav, a.active_pagenav {
	background:transparent url(../images/white_grad_bg.png) repeat-x top left;
	border:1px solid #CCCCCC;
	color:#999999;
	padding:2px 6px;
}

.inactive_pagenav {
	color:#999999;
}

a.active_pagenav {
	text-decoration: none;
	color:#333333;
	text-shadow: 1px solid #999;
}

div.back_button a {
	background: #e4edd5;
	border: 1px solid #adc387;
	color: #8fa26f;
}

.pagenav_next a:hover,.pagenav_prev a:hover,div.back_button a:hover {
	background-color: #fff;
	color: #8fa26f;
}

table.contenttoc {
	background-color: #efefef;
	width: 180px;
	border: 1px solid #000;
	float: right;
	clear: none;
	background: #FFFFFF url(../images/page_bg.png) repeat-x scroll 0 22px;
}

table.contenttoc th {
	color: #fff;
	padding: 1px 5px;
	font-family: Georgia,"Times New Roman",Times,serif;
	letter-spacing: 0.05em;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 90%;
	height: 22px;
}

table.contenttoc td {
	padding: 3px 10px;
}

td.buttonheading {
	vertical-align: top;
}
td.buttonheading a {
	padding: 0 6px;
}
.pathway {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.pathway img {
	padding: 0;
}

p.pathway {
	margin: 0;
	color: #7c7c7c;
	font-size: 85%;
	display: block;
	margin-bottom: 0.5em;
	height:20px;
}

p.pathway a {
	color: #7c7c7c;
	text-decoration: none;
}

p.pathway a:hover {
	color: #000;
	text-decoration: underline;
}

.bannerheader {
	font-weight: bold;
	color: #fff;
	text-decoration: underline;
}

.banneritem_text {
	
}

.bannerfooter_text {
	font-size: 85%;
	text-align: right;
}

/* @end */

/* @group menu */

#mainmenu .module_menu {
	margin-left: 17px;
}

#sidebar .module_menu, #sidebar .module {
	margin-top: 10px;
	clear: both;
}

#sidebar .module_menu h3 {
	display: none
}

#sidebar .module_menu ul {
	margin: 0;
	padding: 0;
}

#sidebar .module_menu li {
	text-align: right;
	margin-left: 10%;
	list-style-image: none;
	margin-bottom: 3px;
	font-size: 12px;
	text-shadow: -1px 1px 1px #000;
}
body.noMenuAnimation #sidebar .module_menu li {margin-left:0;}
#sidebar .module_menu li a {
	color: #fff;
	text-decoration: none;
	background: url(../images/menu_bg_normal.png) no-repeat 0 0;
	padding: 3px 12px 5px 0px;
	display: block;
	height: 16px;
	text-decoration: none;
}

#sidebar .module_menu li a:hover {
	color: #EFE37A;
	text-decoration: none;
	background: url(../images/menu_bg_normal.png) no-repeat 0 -24px;
	text-shadow:0 0 1px #EFE37A;
}

#sidebar .module_menu li#current a {
	color: #fff;
	background: url(../images/menu_bg_normal.png) no-repeat 0 -48px;
}

#sidebar .module_menu li ul {
	font-size: 90%;
	margin: 0;
	padding: 0;
	margin: 3px 0 0 12px;
	text-indent: 0;
}

#sidebar .module_menu li ul li {
	margin: 0;
	margin-left: 15px;
	padding: 0;
	margin-bottom: 3px;
}

#sidebar .module_menu li#current.parent li a {
	color: #fff;
	text-decoration: none;
	background: url(../images/menu_bg_normal.png) no-repeat 0 0px;
}

#sidebar .module_menu li#current.parent li a:hover {
	color: #EFE37A;
	text-decoration: none;
	background: url(../images/menu_bg_normal.png) no-repeat 0px -24px;
}

#sidebar .module_menu li li#current a {
	color: #fff;
	text-decoration: none;
	background: url(../images/menu_bg_normal.png) no-repeat 0 -48px;
}

#sidebar .module_menu li.parent li#current li a {
}

#sidebar .module_menu li.parent li#current li a:hover {
	color: #EFE37A;
}

#sidebar .module_menu li.parent li li#current a {
	color: #fff;
}

/* @end */

/* @group searchbar */

.searchbar {
	right: -2px;
	height: 130px;
	width: 100%;
	text-align: center;
}
.searchbar .search {
	background: url(../images/search_bg.png) repeat-x;
	padding-top: 3px;
}
.searchbar input#mod_search_searchword {
	background: none;
	border: none;
	color: #ccc;
	text-align: center;
	padding: 3px;
	width: 130px;
	padding-left: 20px;
}

.searchbar input.button {
	background: url(../images/search.png) no-repeat;
	border: none;
	color: #ccc;
	text-align: left;
	padding: 3px;
	width: 20px;
	height: 20px;
	cursor: pointer;
	text-indent: -9999px;
}

.searchbar input:hover, #search input:focus {
	color: #FFFFCC;
}

/* @end */

/* @group sidebar */

#sidebar {
	color: #ccc;
	font-size: 80%;
	padding-bottom: 20px;
}

#sidebar a {
	color: #fff;
	text-decoration: none;
}

#sidebar a:hover {
	color: #fff;
	text-decoration: underline;
}

#sidebar div.module div.semi_rounded_top, #sidebar div.module_text div.semi_rounded_top {
	float:left;
	margin-bottom:0;
	margin-left:10%;
	margin-top:5px;
	overflow:hidden;
	padding:0;
	width:90%;
	background: url(../images/mod1_tl.png) repeat;
}

#sidebar div.modulelite div.semi_rounded_top, #sidebar div.module_textlite div.semi_rounded_top {
	margin: 0;
	margin-top: 5px;
	width: 160px;
	float: right;
	padding: 0;
	background: url(../images/mod2_tl.png) repeat;
}

#sidebar div.module div.semi_rounded_top div, 
#sidebar div.module_text div.semi_rounded_top div, 
#sidebar div.modulelite div.semi_rounded_top div, 
#sidebar div.module_textlite div.semi_rounded_top div {
	margin: 0;
	border: 0;
}

#sidebar div.module h3, #sidebar div.module_text h3,
#sidebar div.modulelite h3, #sidebar div.module_textlite h3 {
	font-size: 1em;
	color: #fff;
	margin: 2px 0px 10px;
	padding: 0 0 0 2px;
	text-shadow: -1px 1px 0px #000;
}

#sidebar div.module div.semi_rounded_top div div, 
#sidebar div.module_text div.semi_rounded_top div div,
#sidebar div.modulelite div.semi_rounded_top div div, 
#sidebar div.module_textlite div.semi_rounded_top div div {
	padding-left: 5px;
	padding-top: 2px;
	padding-right: 3px;
}

#sidebar div.modulelite div.semi_rounded_top div div img, 
#sidebar div.modulelite div.semi_rounded_top div div img a {
	margin: 0;
	padding: 0;
}

#sidebar div.module div.semi_rounded_bottom, 
#sidebar div.module_text div.semi_rounded_bottom {
	background: url(../images/mod1_bl.png) 0 0px no-repeat;
	height: 8px;
	padding-top: 0px;
	width: 90%;
	float: left;
	margin-bottom: 7px;
	margin-left:10%;
}

#sidebar div.modulelite div.semi_rounded_bottom, 
#sidebar div.module_textlite div.semi_rounded_bottom {
	background: url(../images/mod2_bl.png) 0 0px no-repeat;
	height: 8px;
	padding-top: 0px;
	width: 160px;
	float: right;
	margin-bottom: 7px;
}

div.module ul, div.module_text ul,
div.modulelite ul, div.module_textlite ul {
	padding: 0;
	margin: 0.5em 0 1em 10px;
}

#sidebar div.module ul li, #sidebar div.module_text ul li,
#sidebar div.modulelite ul li, #sidebar div.module_textlite ul li {
	width: 140px;
	margin: 0px;
	padding: 0;
	line-height: 160%;
	text-indent: -5px;
}

#sidebar div.modulelite, #sidebar div.module_textlite {
	color: #000;
}

#sidebar div.modulelite a, #sidebar div.module_textlite a {
	color: #000;
}

#sidebar h3.toggler {
	cursor: pointer;
}
/* @end */

/* @group headings */
/* HEADINGS */
/* @end */

/* @group Color Styles */

li.style1 a {
	background: url(../../../images/stories/styles/swatch-1.jpg) -16px -20px no-repeat;
}
li.style2 a {
	background: url(../../../images/stories/styles/swatch-2.jpg) -16px -20px no-repeat;
}
li.style3 a {
	background: url(../../../images/stories/styles/swatch-3.jpg) -16px -20px no-repeat;
}

li.style4 a {
	background: url(../../../images/stories/styles/swatch-4.jpg) -16px -20px no-repeat;
}
li.style5 a {
	background: url(../../../images/stories/styles/swatch-5.jpg) -16px -20px no-repeat;
}
li.style6 a {
	background: url(../../../images/stories/styles/swatch-6.jpg) -16px -20px no-repeat;
}
li.style7 a {
	background: url(../../../images/stories/styles/swatch-7.jpg) -16px -20px no-repeat;
}
li.style8 a {
	background: url(../../../images/stories/styles/swatch-8.jpg) -16px -20px no-repeat;
}
li.style9 a {
	background: url(../../../images/stories/styles/swatch-9.jpg) -16px -20px no-repeat;
}
li.style10 a {
	background: url(../../../images/stories/styles/swatch-10.jpg) -16px -20px no-repeat;
}
li.style11 a {
	background: url(../../../images/stories/styles/swatch-11.jpg) -16px -20px no-repeat;
}
li.style12 a {
	background: url(../../../images/stories/styles/swatch-12.jpg) -16px -20px no-repeat;
}
li.style13 a {
	background: url(../../../images/stories/styles/swatch-13.jpg) -16px -20px no-repeat;
}
li.style14 a {
	background: url(../../../images/stories/styles/swatch-14.jpg) -16px -20px no-repeat;
}
li.style15 a {
	background: url(../../../images/stories/styles/swatch-15.jpg) -16px -20px no-repeat;
}
li.style16 a {
	background: url(../../../images/stories/styles/swatch-16.jpg) -16px -20px no-repeat;
}

ul#templateStyleList {
	margin: 0;
	padding: 10px;
	overflow: hidden;
}

ul#templateStyleList li {
	float: left;
	list-style: none;
	padding: 0px 0px;
}
ul#templateStyleList li a {
	width: 66px;
	height: 85px;
	display: block;
	color: #999;
	text-align: center;
	text-decoration: none;
	margin: 0 10px;
	text-indent: -9999px;
}

/* @end */

















