/* GENERAL STYLES */
/* CSS Document */

h1 {
	font-size: 2.2em;
	padding: 10px 0 5px 0px;
	color:#000000;
	font-weight:normal
}

#home h2 {
	font-size: 1.6em;
	font-weight: bold;
	color:#B7064C;
	margin:0;
	padding: 0px;
	margin-top:2px;
	padding-bottom:0px;
}

h2 {
	font-size: 1.8em;
	font-weight: normal;
	color:#000000;
	margin:0;
	padding: 0px;
	margin-top:2px;
	padding-bottom:10px;
}


h3 {
	font-size: 1.2em;
	font-weight: bold;
	margin:0;
	padding:0;
	background:none;
	padding-bottom:10px;
	color:#000000;
}

h4 {
	font-size: 1.3em;
	font-weight: normal;
	margin:0;
	padding-bottom:10px;
}

#introText {
	font-size:1.5em;
	padding-bottom:10px;
}

#home-img {
	padding-top:3px;
}

#home-icons ul li {
	list-style-type:none !important;
	margin-left:50px !important; 
	display:block;
	float:left;
	text-align:center;
}

.umbSearchHighlight {
	font-weight:bold;
	color:red;
}

#sign-in p {
	float:right;
	padding:5px 0px 10px 0px;
}

#headersearch label {
	visibility:hidden;
}

#headersearch input {
	float:left;
}

#headersearch input#AjaxSearchBox_4_searchBox {
	height:18px;
	margin-right:5px;
	width:150px;
	font-size:1.4em;
}

#AjaxSearchBox_4_myPanel {
	background-color: #ffffff;
}


#searchBox_1_search, #searchBox_2_search {
	float:left;
	width:175px;
	color: #444;
	margin: 1px 5px 0px 0px;
}

select { 
 	background-color: #F0F0EC; 
 	color: #444444;
}

#cliche_container {
	background-color:#666666;
	background-repeat: no-repeat;
	width:100%;
	overflow:hidden;
	min-height:407px;
	position:relative;
}

* html #cliche_container {
	height:407px;
}

#cliche_details {
	float:right;
	width:230px;
	padding: 0 0 0 10px;
	border-left: solid 1px #FFFFFF;
	margin-top:20px;
	color:#FFFFFF;
	position:relative;
	min-height:370px;
}

* html #cliche_details {
	height:370px;
}

#cliche_details a {
	color:#FFFFFF;
}

p#cliche_no {
	font-size:5em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

p#cliche_name {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:3em;
	font-weight:normal;
	padding-right:40px;
}

p#cliche_name a {
	font-weight:normal;
}

#cliche_text p#cliche_teaser {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.2em;
	padding-bottom:10px;
}

#cliche_text {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	position:absolute;
	bottom:0px;
	padding-bottom:0;
	font-size:1.2em;
	padding-right:40px;
}

#cliche_text p {
	padding-bottom:0;
}

#cliche_options {
	background-image:url(/images/cliche_bg.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	width:100%;
	overflow:hidden;
}

#homecopy p {
	color:#FFFFFF;
	font-size:1.4em;
	font-weight:bold;
	padding:20px 20px 0px;
}

#cliche_divider {
	margin:15px 20px 20px 20px;
	padding:20px 0 20px 0;
	border-top: dotted 2px #CCCCCC;
	border-bottom: dotted 2px #9C9C9C;
	overflow:hidden;
	height: 1%;
}

#cliche_paginator {
	padding:364px 0 0 20px;
	width:710px;
	float:left;
	
}

#cliche_paginator a {
	display:block;
	width:86px;
	height:21px;
	border: solid 2px #CFCFD1;
	background-color:#FFFFFF;
	font-size:1.4em;
	font-weight:normal;
	padding-bottom:0;
	margin-bottom:0;
}

#cliche_paginator a#previous {
	float:left;
	background-image:url(/images/previous.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	padding: 2px 0 0 20px;
	font-weight:bold;
}

#cliche_paginator a#next {
	float:right;
	background-image:url(/images/next.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	padding: 2px 20px 0 10px;
	font-weight:bold;
}

/* Home box items */

.box, .boxfirst {
	width:214px;
	float:left;
	margin-left:34px;
	background-image:url(/images/box_top.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}

.boxfirst {
	margin-left:0px;
}

.cliche_top {
	padding-left:3px;
}

.box img, .boxfirst img {
	vertical-align:top;
}

.details {
	background-image:url(/images/box_bg.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	width:100%;
	overflow:hidden;
	min-height:100px;
}

* html .details {
	height:100px;
}

.details img {
	float:left;
}

.details img.arrow {
	padding:10px;
}

.details p.header {
	border-top:2px solid #E0E0E2;
	font-weight:bold;
	font-size:1.2em;
	padding: 10px 0 5px 0;
	margin:0pt 10px;
} 

.details p {
	padding:0px 10px 0 40px;
	font-size:0.9em;
}

/* Cliche Blog */

#blog_container {
	width:600px;
}

#cliche_blog {
	width:458px;
	float:left;
	padding-left:20px;
}

#cliche_blog img {
	vertical-align:top;
}

#cliche_blog ul li {
	list-style:none !important;
	padding-left:0px;
	margin-left:0px !important;
	border-bottom: dotted 2px #9C9C9E;
	margin-bottom:10px;
	padding-bottom:10px;
}

#blog_top {
	background-image:url(/images/blog_top.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	padding-left:95px;
	font-weight:bold;
	font-size:1.2em;
	min-height:100px;
	background-color:#BCBDBF;
}

img#bottom_curve {
	padding-bottom:20px;
}

* html #blog_top {
	height:100px;
}

#blog_top p {
	padding-bottom:0;
}

#blog_top h2 {
	color:#FFFFFF;
	font-size:2.6em;
	padding: 5px 0 5px 0;
}

#blog_contents {
	background-color:#F0F2F1;
	border-left: solid 2px #E3E3E3;
	border-right: solid 2px #E3E3E3;
	padding:10px 5px 0 5px;
}

ul#blog p {
	padding-bottom:10px;
}

#blog_contents ul#blog {
	margin-bottom:0;
}

#blog_contents ul#blog p {
	padding-bottom:3px;
}


#blog_contents ul#blog li .comment_clear, #blog_contents ul#blog li .comment_clear p.submitted, #blog_contents ul#blog li .comment_clear p.date {
	padding-bottom:0;
}

#blog_contents ul#blog li .comment_clear, #blog_contents ul#blog li p.postmetadata {
	color:#737476;
}

#blog_contents ul#blog li p.postmetadata a {
	color:#4E4E4E;
}

p#share {
	font-size:1.2em;
	padding-top:10px;
	padding-bottom:5px;
}

#innercontainer_blog p#share {
	font-size:1em;
}

#home_movie {
	float:right;
	width:425px;
	margin-top:3px;
	margin-right:20px;
}

/* Cliche comments */

#comments {
	width:706px;	
}

#comments img {
	vertical-align:top;
}

#comment_contents ol {
	margin-bottom:0px;
	padding:0;
}

#comment_contents ol li {
	list-style:none !important;
	padding-left:0px;
	margin-left:0px !important;
	border-bottom: dotted 2px #9C9C9E;
	margin-bottom:10px;
	padding-bottom:10px;
	padding-top:0;
}

#comment_top {
	background-image:url(/images/comment_top.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	font-weight:bold;
	font-size:1.2em;
	min-height:100px;
}

img#bottom_curve {
	padding-bottom:10px;
}

* html #comment_top {
	height:100px;
}

#comment_top h2 {
	color:#FFFFFF;
	font-size:2.6em;
	padding: 20px 0 5px 90px;
}

#comment_contents {
	background-color:#F0F2F1;
	border-left: solid 2px #E3E3E3;
	border-right: solid 2px #E3E3E3;
	padding:10px;
	width:682px;
}

.comment_clear {
	width:100%;
	overflow:hidden;
	font-size:1em;
}

ul#blog li p.submitted, #comment_contents ol li p.submitted {
	width:50%;
	float:left;
	font-weight:bold;
	padding-top:0;
}

.submitted span {
	font-weight:normal;
}

ul#blog li p.date, #comment_contents ol li p.date {
	float:right;
	padding-top:0;
}



/******* styling for top-ten-cliches *****/

ul#top-ten, ul#cliches, ul#blog {
	background-color:#F0F2F1;
	padding: 1px 10px 10px 10px;
	margin-bottom:10px;
}

ul#top-ten p, ul#cliches p {
	padding-left:220px;
	padding-bottom:10px;
}

#innercontent ul#top-ten li, #innercontent ul#cliches li, #innercontent_blog ul#blog li {
	list-style-type:none;
	overflow:hidden;
	width:100%;
	padding:5px 0 5px 0;
	border-bottom:2px dotted #9C9C9E;
	margin:10px 0 10px 0;
}
ul#top-ten li img, ul#cliches li img {
	float:left;
	padding: 0 10px 10px 10px;
}

#top-ten a, #cliches a {
	font-size:1.4em;
}

.teaser {
	font-weight:bold;
}

.votes {
	font-size:1em;
/*	color:#AA2832;*/
	color:#000000;
	font-weight:bold;
}

.clichevotes {
	display:block;
	font-size:1.3em;
	padding-top:10px;	
	margin-left:8px;
}

.number {
	font-weight:bold;
	font-size:1.8em;
}

.leftcontent {
	min-height:800px;
}


#pages-in-section, .level2links, #display-news, .links, #stocklist, .headedlist, .commentlist {
	background-image:url(../images/gradient-bkg.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	padding:10px;
	margin-bottom:1em;
}

#pages-in-section img {
	float:left;
	padding-right:10px;
}

#pages-in-section ul li {
	overflow:hidden;
	width:100%;
}

#display-news-home {
	padding:10px;
	margin-bottom:1em;
}

#pages-in-section a, .level2links a, #display-news a, #events a, .links a, #display-news-home a {
	font-size:1.2em;
	line-height:30px;
}

#stocklist a {
	font-size:1.2em;
}

.grey-bkg, #stocklist-detail {
	background:#F0F0EC;
	padding:10px;
}

#map-holder {
	background:#F0F0EC;
	overflow:hidden;
	width:100%;
}

#map-holder div {
	float:right;
}

.divider a {
	font-size:1em !important;
}

#pages-in-section ul li, .level2links ul li, #display-news ul li, #events ul li, li.divider, #stocklist ul li, ol.headedlist li, #display-news-home ul li, ul#searchResults li {
	list-style:none !important;
	padding-left:0px;
	margin-left:0px !important;
	border-bottom: dotted 1px #ABABAB;
	margin-bottom:10px;
	padding-bottom:10px;
	position:relative;
}

ul#searchResults p {
	padding-bottom:5px;
} 

ul#searchResults h2 {
	font-size:1em;
	padding-bottom:5px;
}

ul#searchResults li a {
	font-size:1.2em;
	line-height:30px;
}

#stocklist ul li {
	padding-top:10px;
	margin-bottom:0px;
}

#display-news-home h2 {
	color:#000000;
	font-size:1.5em;
	padding-bottom:10px;
}

.links ul li {
	list-style:none !important;
	padding-left:0px;
	margin-left:0px !important;
	position:relative;
}

.links h3, .links p {
	position:relative;
	padding-bottom:5px;
}



ul.no-divide li {
	border:0px !important;
	margin-bottom:0px !important;
	padding-bottom:0px !important;
}

ul.no-divide {
	margin-bottom:5px;
}


#events ul {
	padding:10px 100px 10px 10px;
	background:#EBEBEB;
}

#events br, #event-details br {
	clear:both;
}

span.label {
	width: 140px;
	float: left;
	font-weight:bold;
	padding-bottom:5px;
	position:relative;
}

/***** Tables *****/
 
#product-results table {
	border:0;
	margin:0 0 18px 0;
	padding:0;
}

#product-results table tr td {
  	padding:8px 8px 8px 8px;
	background: #FFFFFF url(../images/seperator_vertical.gif) no-repeat right 12px;
	vertical-align:top;
	border-bottom: dotted 1px #D7D7D7;
}

#product-results table tr td span {
	font-weight:bold;
	display:block;
}

#product-results table tr.lastrow td {
	border-bottom:1px dotted #606060;
}

#product-results table tr td.lastcell {
	background-image:none;
}

#product-results table tr td.lastcell img {
	padding-right:0px;
}

#product-results table tr td input {
	padding-top:20px;
	padding-left:12px;
}

#product-results table tr td img {
	vertical-align:middle;
}

#product-results table tr th {
  	padding:10px 8px 8px 8px;
	border-bottom:dotted 1px #606060;
	border-top: dotted 1px #D7D7D7;
}

.basketmsg a {
	float:left;
}

.basketmsg {
	padding-bottom:0px;
	overflow:hidden;
	width: 100%;
}

.basketmsg p {
	padding: 15px 0px 0px 0px;
}

.basketmsg img {
	vertical-align:middle;
}

table.downloads {
	width:100%;
}

table.downloads img {
	float:left;
	padding-right:10px;
}

table.downloads th#file-size, table.downloads th#file-type {
	width:6em;
}

table.downloads td {
	background: #EBEBEB;
	padding:10px;
}

table.downloads th {
	border-bottom: solid 2px #000000;
}


#innercontent ul li {
	list-style-type:disc;
	margin-left:20px;
}

#imagecontainer, #branchimagecontainer, level2imagecontainer {
	background:#D0E8EA;
	margin:0px;
	padding:0px;
	height:229px;
	margin-bottom:3px;
	vertical-align:baseline;
}

#branchimagecontainer {
	height:110px;
	margin-bottom:1em;
}

#sitemap a {
	font-weight:normal;
}

#sitemap ul li a.level0 {
	font-weight:bold;
	font-size:1.2em;
}

#sitemap ul li {
	margin-bottom:2em;
}

#sitemap ul li ul li {
	margin-left:40px;
	margin-bottom:0px;
}

/*css for left Navigation START */

#topNav ul, #sitemap ul {
	margin: 0px;
	padding: 10px 0 10px 0;
	width:100%;
	overflow:hidden;
}

#topNav ul li, #sitemap ul li {
	list-style: none;
	float:left;
}

/* Level 1 */

#topNav ul li a {
	font-size: 1.4em;
	color:#FFFFFF;
	display:block;
	font-weight:normal;
	line-height:26px;
	padding:0pt 0pt 0pt 15px;
	text-align:left;
	text-decoration:none;
	
}

#sidebar1 ul#leftmenu li a.selected{
	background:#B7064C;
	text-decoration:underline;
}

#sidebar1 ul#leftmenu li a:hover, #sidebar1 ul#leftmenu li a:active {
	display:block;
	text-decoration:underline;
	background:#B7064C;
}

/* Level 2 */

#sidebar1 ul#leftmenu li ul li a {
	color:#95023D;
	background-color: #DAD9CD;
	background-image: url("../images/rightArrow.gif");
	background-position: 3px center;
	background-repeat:no-repeat;
	display:block;
	font-size:1.1em;
	font-weight:bold;
	line-height:20px;
	text-align:left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
}

#sidebar1 ul#leftmenu li ul li a:hover, #sidebar1 ul#leftmenu li ul li a:active {
	text-decoration:underline !important;
	background-color:#DAD9CD !important;
	background-image: url("../images/rightArrow.gif");
	background-position: 3px center;
	background-repeat:no-repeat;

}

#sidebar1 ul#leftmenu li ul li a.selected {
	background-color:#DAD9CD;
	background-image: url("../images/rightArrow.gif");
	background-position: 3px center;
	background-repeat:no-repeat;
}

#sidebar1 ul#leftmenu li ul li.down a.selected {
	background-color:#DAD9CD;
	background-image: url("../images/downArrow.gif");
	background-position: 2px center;
	background-repeat:no-repeat;
}

/* Level 3 */

#sidebar1 ul#leftmenu li ul li ul li a{
	color:#95023D;
	background:none !important;
	display:block;
	font-weight:normal;
	margin:0px 0pt 0px 0px;
}

#sidebar1 ul#leftmenu li ul li ul li a.selected {
	text-decoration:underline;
	background:none !important;
}

#sidebar1 ul#leftmenu li ul li ul li a:hover, #sidebar1 ul#leftmenu li ul li ul li a:active {
	text-decoration:underline !important;
	background-image: none;
	background-color:#FFFFFF !important;
}


#sidebar1 a {
	text-decoration: none;
	display:block;
}

/*end css for left nav */

#infocontainer {
	/*background: #F1D68A;*/
	background:#E2B909;
	margin-bottom:1em;
}


.infobox {
	float:left;
	width:275px;
	margin-bottom:10px;
}

.nodivide {
	background:none;
}

.infobox img {
	padding:5px;
}

.branchheaderimg {
	margin-top:3px;
}

.infobox p {
	padding:0px 5px 5px 5px;
	margin:0px;
}

.infobox h3 {
	padding:0px 5px 5px 5px;
	color: #B7064C;
}

ul.nopadding {
	padding-bottom:0px !important;
}

#FeedbackForm_9_pnlForm label, #FeedbackForm_9_pnlForm input, #FeedbackForm_9_pnlForm select  {
	width:200px;
}


#FeedbackForm_9_pnlForm textarea {
	width:300px;
}



.field label, fieldset p label {
	color:#000000;
	float:left;
	font-weight:bold;
	margin-right:10px;
	padding:3px 3px;
	width:10em;
}

.field input, fieldset p textarea {
	float:left;
	margin:5px 5px 5px 0px; 
}


fieldset p input[type=submit] {
	content: ".";
	clear: both;
	display: block;
	/* visibility: hidden;
	height: 0; */
}

input#searchBox_1_Go, input#searchBox_2_Go {
	float:right;
}

.infocontent a {
	color:#FFFFFF;
	font-size:1.2em;
}

a.title {
	font-size:1.6em;
	text-decoration:none;
}

a.title:hover {
	text-decoration:underline;
}

p.larger {
	font-size:1.3em;
	padding-top:5px;
}

.subtitle {
	font-weight:bold;
}

#innercontent ul#progressBar li, #innercontent ul#searchResults li {
	list-style-type:none !important;
	margin-left:0px !important;
}

.studyFeature {
	background:#F0F0EC;
	padding:10px;
	position:relative;
	margin-bottom:5px;
}

.studyFeature dl {
	margin-top:0px;
	margin-bottom:0px;
}

.studyFeature dt {
	float:left;
	font-weight:bold;
	position:relative;
}

.studyFeature dd {
	
	margin-left:140px;
	font-weight:normal;
}

.top {
	padding-bottom:10px;
	border-bottom:1px dotted #606060;
}


.bottom {
	padding-top:10px;
}



table#variantListing tr.header {
	background:none;
}

table#variantListing tr td {
	background:#F0F0EC;
	border-bottom: solid 5px #FFFFFF;
	padding:3px;
}

ul.bullet {
	list-style:disc;
	margin-left:15px;
	color:#993333;
}

.contactinner {
	width:100%;
	
}

img.noborder {
	border-left:none;
}

fieldset {
	border:0px;
}


#breadcrumb {
	margin: 0em 0px 1em 0em;
	padding: 0em 0px 0px 0em;
	height: 2em;
	float:left;
	position:relative;
	font-size:0.8em;
}

#breadcrumb ul{
	margin-left:0px !important;
	padding-left:0;
	padding-bottom:0px;
}


#breadcrumb li {
	display: inline;
	height: 2.3em;
	margin-left:0px !important
}

#footerlinks {
	list-style: none;
	padding: 8px 0px 0px 20px;
}

#footerlinks li {
	display: inline;
	margin-right: 5px;
	padding-right: 3px;
}

.ContactForm, .contactinner {
	position:relative;
}

.ContactForm {
	height:420px;
}

#innercontent ul li#print, #innercontent ul li.studylink {
	list-style: none !important;
}

#innercontent ul li.studylink {
	margin-left:0px;
}

ol.headedlist {
	margin-top: 1em;
}

ol.faqheader {
	background:#F0F0EC;
	margin-bottom:5px;
	padding-bottom:5px;
	padding:10px;
	border-bottom:1px dotted #606060;
}

ol.faqheader li {
	margin-bottom:10px;
}

.headedlist li {
list-style-type:none;
margin-bottom:1em;
padding-bottom:1em;
}

/* ---- Sample/swatch image pop up ----------- */
#ImageBoxOverlay
{
	background-color: #000;
}
#ImageBoxCaption
{
	background-color: #F4F4EC;
}
#ImageBoxContainer
{
	width: 250px;
	height: 250px;
	background-color: #F4F4EC;
}
#ImageBoxCaptionText
{
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 13px;
	color: #000;
}
#ImageBoxCaptionImages
{
	margin: 0;
}
#ImageBoxNextImage
{
	background-image: url(/images/imagebox/spacer.gif);
	background-color: transparent;
}
#ImageBoxPrevImage
{
	background-image: url(/images/imagebox/spacer.gif);
	background-color: transparent;
}
#ImageBoxNextImage:hover
{
	background-image: url(/images/imagebox/next.gif);
	background-repeat:	no-repeat;
	background-position: right top;
}
#ImageBoxPrevImage:hover
{
	background-image: url(/images/imagebox/previous.gif);
	background-repeat:	no-repeat;
	background-position: left bottom;
}
/* ---- Sample/swatch image pop up END ------- */

/* Jobs results */
.resultouter {
	border-top-color:#CC3366;
	border-top-style: solid;
	border-top-width: 1px;
	margin-bottom: 1.5em;
}

.result {
	border-color: #CC3366;
	border-style:none solid solid;
	border-width:0px 1px 1px;
}
.result {
	clear:both;
	display:block;
	margin:0px;
	overflow:hidden;
	padding: 0 0 5px 5px;
}

.result p {
	padding-bottom: 0;
}

.result dl {
	padding-top: 0; 
	text-align: left;
}

.result dd {
	margin-top: -14px;
	margin-left: 10em;
}

#print {
	float:right;
	margin-top:1em;
}

/* Right Nav styling */

.rightNavLinks, .rightNavBlog {
	margin-top:10px;
	padding:10px;
}

.rightNavLinks img, .rightNavBlog img {
	float:left;
	margin-right:5px;
}

.rightNavLinks ul li, .rightNavBlog ul li  {
	overflow:hidden;
	width:100%;
	margin-bottom:5px;
}

.rightNavLinks a {
	font-size:1.3em;
}

.rightNavBox {
	padding:10px;
	margin-bottom:5px;
	border-bottom:1px dotted #ABABAB;
}

.rightNavBox ul li {
	list-style-type:disc;
	list-style-position:inside;
}

.rightNavBox p {
	padding-bottom:5px;
	font-weight:bold;
}

.contact-us {
	background: #E8E8E8;
	padding:10px;
}

.contact-us img {
	float:left;
	padding-right:10px;
}

.contact-us p {
	padding-bottom:5px;
	margin-left:35px;
}

.contact-us p.header {
	font-size:1.6em;
	font-weight:bold;
}

#divMenu_searchBox_1_search {
	margin-top:40px;
	float:left;
}

.post {
	border-bottom:2px dotted #ABABAB;
	margin-bottom:5px;
	padding:5px;
}

.post h2 {
	font-size:1.2em;
}

.post p {
	padding-bottom:5px;
	padding-top:10px;
}

.post img {
	margin-top:15px;
}

ul#advanced-search {
	padding:10px 0px 10px 0px;
}

ul#advanced-search li {
	list-style-type:none;
	margin-left:0px;
}

#registerDynamic_9_PanelEdit {
	margin-bottom:20px;
}

#umbracoAutoForm label {
	width:150px;
}

#umbracoAutoForm p {
	padding-bottom:0px;
}

#AutoForm_10_PanelInput p {
	padding-bottom:5px;
}

.commentlist {
	margin-bottom:10px;
}

.commentlist li{
	padding:10px;
	border-bottom:1px dotted #ABABAB;
	margin-bottom:5px;
}

.umbracoAutoFormRowDescription {
	display:block;
	padding:10px 3px 3px 3px; 
	width:150px;
	float:left;
}

.umbCaptchaHolder {
	float:left;
	padding:10px;
}

#umbracoAutoForm p {
	clear:both;
}

.umbracoAutoFormButton {
	margin-top:10px;
}

#umbAdvancedSearchResult_10_AdvancedSearch {
	margin-bottom:20px;
}


#OrderForm_9_pnlForm label {
	float:left;
	padding:5px;
	width:120px;
}

#OrderForm_9_pnlForm input, #OrderForm_9_pnlForm textarea  {
	float:left;
	margin-top:5px;
}

label#OrderForm_9_lblDataProtectionPerm, label#OrderForm_9_lblEmailPerm {
	width:500px;
	padding:0px;
	margin: 5px 0px 5px 0px;
}



/************** styling for landing page *************/

#headerLanding {
	float:right;
	margin-top:60px;
	padding-left:10px;
	position:relative;
	width:215px;
}

#headerBar {
	background:#B7064C;
	padding:8px 0px 8px 20px;
	color:#FFFFFF;
	font-size:1.4em;
	font-weight:bold;
}

#headerBar h1 {
	padding-bottom:0px;
	color:#FFFFFF;
	font-size:1.3em;
	font-family:verdana;
}

#campaign-main {
	background:#F0F0EC;
	overflow:hidden;
	width:100%;
	margin-bottom:20px;
}

#campaign-main img {
	float:right;
	padding-left:20px;
}

#campaign-main p {
	font-size:1.8em;
	padding: 0px 0px 0px 20px;
}

#campaign-main h2 {
	padding: 10px 0px 10px 20px;
	font-size:3em;
}

#buttons a, .button2 a {
	color:#FFFFFF;
	display: block;
    	background-color: #B7064C;
	border-bottom: solid 3px #750431;
	border-right: solid 3px #750431;
	border-left: solid 3px #F9428B;
	border-top: solid 3px #F9428B;
	padding:5px;
	margin-bottom:5px;
	font-size:1.5em;
} 

.button2 a {
	width:295px;
}

#buttons a {
	background-color: #666666;
	border-bottom: solid 3px #333333;
	border-right: solid 3px #555555;
	border-left: solid 3px #BBBBBB;
	border-top: solid 3px #DDDDDD;

}

#buttons a:active, #buttons a:hover {
	background-color: #999999;	
}

.button2 a:active, .button2 a:hover {
	color:#FFFFFF;
	display: block;
    	background-color: #D9065A;
	border-bottom: solid 3px #750431;
	border-right: solid 3px #750431;
	border-left: solid 3px #F9428B;
	border-top: solid 3px #F9428B;
	padding:5px;
	margin-bottom:5px;
} 

#campaign #innercontent p {
	overflow:hidden;
	width:100%;
}

#campaign ul {
	margin-bottom:10px;
}

#campaign #innercontent p {
	padding-bottom:10px;
}

#campaign #innercontent h2 {
	margin-top:10px;
}

/************** end styling for landing page *************/

#seenit {
	background-image:url(/images/cliche/seen_it_bg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	height:82px;
	padding-left:5px;
}

#seenit input {
	float:left;
	margin-right:5px;
}

#seenit label {
	display:block;
	padding-top:7px;
}

#seenit_bottom, #rating_bottom {
	background-image:url(/images/cliche/seen_it_bottom.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	margin-bottom:8px;
	height:11px;
}

#seenit #seenit_top {
	border-bottom:2px dotted #CCCCCC;
	margin-left:15px;
	padding-top:15px;
	padding-bottom:5px;
	overflow:hidden;
	width:180px;
}

#seenit div {
	margin-left:15px;
	padding-top:5px;
	width:180px;
}

#votebest {
	margin-top:10px;
}

#votebest p.thanks {
	margin-top:8px;
}

p.thanks {
	font-size:1.4em;
	padding:0 0 0 8px;
}

input#AutoForm_12_captchaImage{
	/*margin-left:10px;
	margin-top:10px;*/
}

input#AutoForm_9_captchaImage{
	/*margin-left:10px;
	margin-top:10px;*/
}


/**** Buy the Book Styling *****/
#wait {
	width:200px;
	height:45px;
	border:3px solid #000;
	background-color: #CCCCCC;
	display:none;
	z-index:1;
	position:absolute;
	top:45%;
	left:40%;
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
}
		
#wait img {
	float:left;
	margin-right:20px;
	margin-top:3px;
}

.entry {
	overflow:hidden;
	width:100%;
}

.entry img {
	float:left;
	margin-right: 15px;
	margin-bottom: 15px;
}


/* EDITOR PROPERTIES */
