@charset "UTF-8";
/* CSS Document */
.FBButton
{
	background: url(/images/btnbck.gif);
	width:70px;
	height:22px;
	cursor:pointer;
	border:0;
}
.VideoWarning
{
	margin-top:10px;
	font-style:italic;
	color:red;
}
.PhotoWarning
{
	font-style:italic;
	color:red;
}
.EditionOptionContainer
{
	width:100%;
}
.EditionUpsellsTitle
{
	margin-bottom:15px;
	margin-left:-5px;
}
.EditionUpsells
{
	margin-top:10px;
	background-color:WhiteSmoke;
	padding:15px;
}
.map_canvas_search
{
	width:700px; 
	height:500px;
}
.AdCartPrice
{
	vertical-align:bottom;
}
#FooterBug td
{
	text-align:right;
	padding-right:10px;
}
#divPrintPhotosLoadx
{
	margin:0 0 20px 0;
}

#divPrintPhotosLoadx td
{
	background-color:Gray;
	border:1px solid white;
	padding:10px;
}

#divPrintPhotosLoadxOuter
{
	width:110px;
	height:110px;
	padding:10px;
	background-color:Gainsboro;
}

#divPrintPhotosLoadxInner
{
	width:100px;
	height:100px;  
	display:table-cell; 
	vertical-align:bottom; 
}

body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 62.5%; /* Resets 1em to 10px, 1.2em to 12 px, etc. */
	margin: 0;
}

h1, h2, h3, h4, h5 {
	color: #000;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

a, a:link {
	color: #00F;
	font-size: inherit;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

a:visited {
	color:	#00C;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

a:hover {
	color: #00F;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}




/* ----- ALL Box Code Below - for divs with gradients and rounded corners ----- */

/* Main Page box code */
.main { 
	margin: 8px; 
}

.main .top-left, .main .top-right { 
	background: transparent url(images/content_top.png) no-repeat top right; 
	height: 25px; 
	font-size: 2px; 
	margin-bottom: -15px;
}

.main .top-left { 
	background-position: 0 0; 
	width: 50px; 
}

.main .top-right { 
	margin-top: -25px; 
	margin-left: 25px;
}

.main .content { 
	padding:0 10px 0 10px;
}

.main .mid { 
	position:relative; 
	zoom: 1; 
}

.main .mid .content { 
	background-color: #e8e8e8; /* fallback flat color */
	background: -webkit-gradient(linear, 100% 0%, 100% 100%, from(#E8E8E8), to(#f8f8f8)); /* for Chrome + Safari */
	background: -moz-linear-gradient(100% 100% 90deg,#F8F8F8, #e8e8e8); /*for Firefox */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#f8f8f8')! important; 
	*min-height:100%; 
	/* *margin-right:12px; */ 
	border-right:1px solid #d4d4d4; 
}

.main .bottom-left, .main .bottom-right { 
	background: transparent url(images/content_bottom.png) no-repeat bottom right; 
	height: 25px; 
	font-size: 2px; 
}

.main .bottom-left { 
	width: 50px; 
	background-position: 0 bottom; 
}

.main .bottom-right { 
	margin-top: -25px; 
	margin-left: 25px; 
	background-position: bottom right; 
}

.content-side { 
	padding: 0 25px !important; 
}

.main .mid .left-side { 
	border-left:1px solid #d4d4d4; 
}
/* END Main page box code */


/* Inside box code */
#inside {
	position: relative;
	margin: 0;
	clear: both;
}

#inside .main {
	margin:0;
}

#inside .main .top-left, #inside .main .top-right { 
	background: transparent url(images/content_inside_top.png) no-repeat top right; 
	height: 25px; 
	font-size: 2px; 
	margin-bottom: -10px;
}

#inside .main .top-left { 
	background-position: 0 0; 
	width: 50px; 
}

#inside .main .top-right { 
	margin-top: -25px; 
	margin-left: 25px;
}

#inside .main .content { 
	padding: 0 15px;
}

#inside .main .mid { 
	position:relative; 
	zoom: 1; 
}

#inside .main .mid .content { 
	background-color: #c8c8c8; /* fallback flat color */
	background: -webkit-gradient(linear, 100% 0%, 100% 100%, from(#c8c8c8), to(#c8c8c8)); /* for Chrome + Safari */
	background: -moz-linear-gradient(100% 100% 90deg,#c8c8c8, #c8c8c8); /*for Firefox */
	*background-image:none; 
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8c8c8', endColorstr='#c8c8c8')! important; 
	*min-height:100%; 
	/* *margin-right:12px; */
	border-right: 1px solid #636363; 
}

#inside .main .bottom-left, #inside .main .bottom-right { 
	background: transparent url(images/content_inside_bottom.png) no-repeat bottom right; 
	height: 25px; 
	font-size: 2px; 
}

#inside .main .bottom-left { 
	width: 50px; 
	background-position: 0 bottom; 
	margin-top: -5px;
}

#inside .main .mid .left-side { 
	border-left:1px solid #636363; 
}
/* END Inside box code */


/* Shopping Cart Containing Box code  */
#cartbox {
	width: 245px;
	position: absolute;
	right: 10px;
	top: 90px;
}

#cartbox .icon {
	display: inline;
	float: left;
	margin-right: 14px;
	padding: 0;
}

#cartbox p {
	margin: 3px 0 0 0;
}

#cartbox table {
	clear: both;
	width: 90%;
	margin: 14px auto 0 auto;
}

#cartbox td {
	padding: 0 6px 6px 0;
}

.view {
	margin-right: 15px;
}

/* Cartbox background structure (short box, step one) */
#cartbox .main .top-left, #cartbox .main .top-right { 
	background: transparent url(images/cart_sidebar_top.png) no-repeat top right; 
	height: 7px; 
	font-size: 2px; 
	margin-bottom: 0;
}

#cartbox .main .top-left { 
	background-position: 0px 0; 
	width: 50px; 
}

#cartbox .main .top-right { 
	margin-top: -7px; 
	margin-left: 10px;
}

#cartbox .main .content { 
	padding: 10px 25px 35px 15px;
}

#cartbox .main .mid { 
	position:relative; 
	zoom: 1; 
}

#cartbox .main .mid .content { 
	background-color: #ffffff; /* fallback flat color */
	background: -webkit-gradient(linear, 100% 0%, 100% 100%, from(#ffffff), to(#e0e0e0)); /* for Chrome + Safari */
	background: -moz-linear-gradient(100% 100% 90deg,#e0e0e0, #ffffff); /*for Firefox */
	*background-image:none; 
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e0e0')! important; 
	*min-height:100%; 
	/* *margin-right:12px; */
	border-right:1px solid #a9a9a9; 
	word-wrap: break-word;
}

#cartbox .main .bottom-left, #cartbox .main .bottom-right { 
	background: transparent url(images/cart_sidebar_bottom.png) no-repeat bottom right; 
	height: 7px; 
	font-size: 2px; 
}

#cartbox .main .bottom-left { 
	width: 50px; 
	background-position: 0 bottom; 
	margin-top: 0;
}

#cartbox .main .bottom-right { 
	margin-top: -7px; 
	margin-left: 10px; 
	background-position: bottom right; 
}

#cartbox .main .mid .left-side { 
	border-left:1px solid #a9a9a9; 
}
/*END Cartbox */


/* Cartbox Long background structure (long box, step two) */
#insideright #cartbox {
	position: relative;
	top: 0;
	right: 0;
}

#insideright #cartbox .main .top-left, #insideright #cartbox .main .top-right { 
	background: transparent url(images/cart_sidebar_long_top.png) no-repeat top right; 
	height: 7px; 
	font-size: 2px; 
	margin-bottom: 0;
}

#insideright #cartbox .main .top-left { 
	background-position: 0px 0; 
	width: 50px; 
}

#insideright #cartbox .main .top-right { 
	margin-top: -7px; 
	margin-left: 10px;
}

#insideright #cartbox .main .content { 
	padding: 10px 25px 35px 15px;
}

#insideright #cartbox .main .mid { 
	position:relative; 
	zoom: 1; 
}

#insideright #cartbox .main .mid .content { 
	background-color: #fefefe; /* fallback flat color */
	background: -webkit-gradient(linear, 100% 0%, 100% 100%, from(#fefefe), to(#dfdfdf)); /* for Chrome + Safari */
	background: -moz-linear-gradient(100% 100% 90deg,#dfdfdf, #fefefe); /*for Firefox */
	*background-image:none; 
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#dfdfdf')! important; 
	*min-height:100%; 
	/* *margin-right:12px; */
	border-right:1px solid #a9a9a9; 
}

#insideright #cartbox .main .bottom-left, #insideright #cartbox .main .bottom-right { 
	background: transparent url(images/cart_sidebar_long_bottom.png) no-repeat bottom right; 
	height: 7px; 
	font-size: 2px; 
}

#insideright #cartbox .main .bottom-left { 
	width: 50px; 
	background-position: 0 bottom; 
	margin-top: 0;
}

#insideright #cartbox .main .bottom-right { 
	margin-top: -7px; 
	margin-left: 10px; 
	background-position: bottom right; 
}

#insideright #cartbox .main .mid .left-side { 
	border-left:1px solid #a9a9a9; 
}
/*END Long Cartbox */


/* upsell Sidebar Box */
#upsell {
	width: 245px;
	margin: 50px 0 0 0;
}

#upsell .main .top-left, #upsell .main .top-right { 
	background: transparent url(images/upsell_sidebar_top.png) no-repeat top right; 
	height: 7px; 
	font-size: 2px; 
	margin-bottom: 0;
}

#upsell .main .top-left { 
	background-position: 0px 0; 
	width: 50px; 
}

#upsell .main .top-right { 
	margin-top: -7px; 
	margin-left: 10px;
}

#upsell .main .content { 
	padding: 15px 15px 20px 15px;
}

#upsell .main .mid { 
	position:relative; 
	zoom: 1; 
}

#upsell .main .mid .content { 
	background-color: #fefefe; /* fallback flat color */
	background: -webkit-gradient(linear, 100% 0%, 100% 100%, from(#fefefe), to(#dfdfdf)); /* for Chrome + Safari */
	background: -moz-linear-gradient(100% 100% 90deg,#dfdfdf, #fefefe); /*for Firefox */
	*background-image:none; 
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#dfdfdf')! important; 
	*min-height:100%; 
	/* *margin-right:12px; */
	border-right:1px solid #a9a9a9; 
}

#upsell .main .bottom-left, #upsell .main .bottom-right { 
	background: transparent url(images/upsell_sidebar_bottom.png) no-repeat bottom right; 
	height: 7px; 
	font-size: 2px; 
}

#upsell .main .bottom-left { 
	width: 50px; 
	background-position: 0 bottom; 
	margin-top: 0;
}

#upsell .main .bottom-right { 
	margin-top: -7px; 
	margin-left: 10px; 
	background-position: bottom right; 
}

#upsell .main .mid .left-side { 
	border-left:1px solid #a9a9a9; 
}

.aOnlinePreview a, .aMap a, .aVideo a {
	font-size: 1.2em;
	text-decoration: none;
	font-weight: bold;
	margin: 4px 0;
}

#upsell h2 {
	font-size: 1.2em;
	font-weight: bold;
}

#upsell h3 {
	padding-top: 10px;
	font-size: 1.2em;
	font-weight: bold;
	clear: left;
}

#upsell .icon {
	display: inline;
	float: left;
	margin: 0 15px 8px 0;
	padding: 0;
}

#printIcons {
	margin-bottom: 20px;
}

#printIcons .icon {
	width: 75px;
	height: 130px;
	margin: 0 25px 15px 0;
}

.PrintUpsellContainer {
	width: 100%;
	margin: 10px 0;
	clear: both;
}

#upsell td {
	text-align: left;
	vertical-align: top;
}
/*END upsell */


/* photobox background structure */
#photobox {
	margin: 15px 0 0 0;
}

#photobox .main .top-left, #photobox .main .top-right { 
	background: transparent url(images/photobox_top.png) no-repeat top right; 
	height: 7px; 
	font-size: 2px; 
	margin-bottom: 0;
}

#photobox .main .top-left { 
	background-position: 0px 0; 
	width: 50px; 
}

#photobox .main .top-right { 
	margin-top: -7px; 
	margin-left: 10px;
}

#photobox .main .content { 
	padding: 10px 25px 15px 15px;
	width: 800px;
}

#photobox .main .mid { 
	position:relative; 
	zoom: 1; 
}

#photobox .main .mid .content { 
	background-color: #fefefe; /* fallback flat color */
	background: -webkit-gradient(linear, 100% 0%, 100% 100%, from(#fefefe), to(#dfdfdf)); /* for Chrome + Safari */
	background: -moz-linear-gradient(100% 100% 90deg,#dfdfdf, #fefefe); /*for Firefox */
	*background-image:none; 
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#dfdfdf')! important; 
	*min-height:100%; 
	/* *margin-right:12px; */
	border-right:1px solid #a9a9a9; 
}

#photobox .main .bottom-left, #photobox .main .bottom-right { 
	background: transparent url(images/photobox_bottom.png) no-repeat bottom right; 
	height: 7px; 
	font-size: 2px; 
}

#photobox .main .bottom-left { 
	width: 50px; 
	background-position: 0 bottom; 
	margin-top: 0;
}

#photobox .main .bottom-right { 
	margin-top: -7px; 
	margin-left: 10px; 
	background-position: bottom right; 
}

#photobox .main .mid .left-side { 
	border-left:1px solid #a9a9a9; 
}
/*END photobox */

/* printPreview background structure */
#printPreview .main .top-left, #printPreview .main .top-right { 
	background: transparent url(images/print_preview_top.png) no-repeat top right; 
	height: 7px; 
	font-size: 2px; 
	margin-bottom: 0;
}

#printPreview .main .top-left { 
	background-position: 0px 0; 
	width: 50px; 
}

#printPreview .main .top-right { 
	margin-top: -7px; 
	margin-left: 10px;
}

#printPreview .main .content { 
	padding: 18px 22px 10px 22px;
}

#printPreview .main .mid { 
	position:relative; 
	zoom: 1; 
}

#printPreview .main .mid .content { 
	background-color: #fefefe; /* fallback flat color */
	background: -webkit-gradient(linear, 100% 0%, 100% 100%, from(#fefefe), to(#e1e1e1)); /* for Chrome + Safari */
	background: -moz-linear-gradient(100% 100% 90deg,#e1e1e1, #fefefe); /*for Firefox */
	*background-image:none; 
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e1e1e1')! important; 
	*min-height:100%; 
	/* *margin-right:12px; */
	border-right:1px solid #a9a9a9; 
}

#printPreview .main .bottom-left, #printPreview .main .bottom-right { 
	background: transparent url(images/print_preview_bottom.png) no-repeat bottom right; 
	height: 7px; 
	font-size: 2px; 
}

#printPreview .main .bottom-left { 
	width: 50px; 
	background-position: 0 bottom; 
	margin-top: 0;
}

#printPreview .main .bottom-right { 
	margin-top: -7px; 
	margin-left: 10px; 
	background-position: bottom right; 
}

#printPreview .main .mid .left-side { 
	border-left:1px solid #a9a9a9; 
}
/*END printPreview */

/* Ad Summary background structure */
#AdSummary {
	margin: 0 0 15px 0;
}

#AdSummary .main .top-left, #AdSummary .main .top-right { 
	background: transparent url(images/Ad_summary_top.png) no-repeat top right; 
	height: 7px; 
	font-size: 2px; 
	margin-bottom: 0;
}

#AdSummary .main .top-left { 
	background-position: 0px 0; 
	width: 50px; 
}

#AdSummary .main .top-right { 
	margin-top: -7px; 
	margin-left: 10px;
}

#AdSummary .main .content { 
	padding: 10px 25px 15px 15px;
}

#AdSummary .main .mid { 
	position:relative; 
	zoom: 1; 
}

#AdSummary .main .mid .content { 
	background-color: #fefefe; /* fallback flat color */
	background: -webkit-gradient(linear, 100% 0%, 100% 100%, from(#fefefe), to(#dfdfdf)); /* for Chrome + Safari */
	background: -moz-linear-gradient(100% 100% 90deg,#dfdfdf, #fefefe); /*for Firefox */
	*background-image:none; 
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#dfdfdf')! important; 
	*min-height:100%; 
	/* *margin-right:12px; */
	border-right:1px solid #a9a9a9; 
}

#AdSummary .main .bottom-left, #AdSummary .main .bottom-right { 
	background: transparent url(images/Ad_summary_bottom.png) no-repeat bottom right; 
	height: 7px; 
	font-size: 2px; 
}

#AdSummary .main .bottom-left { 
	width: 50px; 
	background-position: 0 bottom; 
	margin-top: 0;
}

#AdSummary .main .bottom-right { 
	margin-top: -7px; 
	margin-left: 10px; 
	background-position: bottom right; 
}

#AdSummary .main .mid .left-side { 
	border-left:1px solid #a9a9a9; 
}
/*END Ad Summary */

/* -------  END ALL Box Code - for all divs with gradients and rounded corners ----- */


/* Pop-up Messages code (login, etc.) */
.pop-up {
	width: 90%;
	margin: 15px auto;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 1em;
	line-height: 1.3em;
}

.pop-up input {
	margin: 0 5px 10px 0;
}


/* 3 Step header bar */
#step {
	width: 100%;
	height: 49px;
	position: relative;
	background: url(images/step_m.gif) repeat-x left top;
}

#step .left {
	background: url(images/step_ls.gif) no-repeat;
	width: 10px;
	height: 49px;
	top: 0;
	left: 0;
	position: absolute;
}

#step .right {
	background: url(images/step_rs.gif) no-repeat;
	width: 10px;
	height: 49px;
	position: absolute;
	top: 0px;
	right: 0px;
}

.leftside {
	top: 0;
	left: 14px;
	position: absolute;
	padding-top: 8px;
	height: 34px;
	width: 500px;
}

.stepImg {
	float: left;
	margin-right: 8px;
}

.stepImg img {
	border-style: none;
	margin-right: 2px;
}

.stepimg img a {
	border: none;
}

.createText {
	float: left;
	font-size: 1.8em;
	font-weight: bold;
	padding-left: 20px;
	padding-top: 5px;
}

.rightside {
	top: 0;
	right: 18px;
	position: absolute;
	padding-top: 8px;
}

.loginStatusHeader {
	float: left;
	padding-left: 40px;
	font-size: 1.2em;
	padding-top: 9px;
}

.login {
	padding-left: 15px;
	font-size: 1.2em;
	float: left;
	padding-top: 9px;
}
/* END 3 Step header */

 
/* Category selection listbox adjustments */

.RadListBox { /* <-- adjustment to line 1 of RLB css */
	width: 200px;
}

.RadListBox .rlbItem { /* <-- adjustment to line 44 of RLB css */
	padding: 0 5px;
}

.RadListBox_Default .rlbText, .RadListBox_Default .rlbItem { /* <-- adjustment to line 17 of RLB css */
	line-height: 15px;
}
/* END Category selection listbox adjustmants */


/* Begin AdEntry content */
#lblStep1Message
{
	display:block;
	width:550px;
}

.AdEntry {
	padding: 6px;
	font-size: 1.2em;
	line-height: 1.4em;
}

.AdEntryOuter{
	padding: 0 6px 6px 6px;
	font-size: 1.2em;
	line-height: 1.4em;
}

.AdEntry p, .AdEntryOuter p {
	margin: 0 0 6px 0;
}

.AdEntry h1, .AdEntryOuter h1 {
	font-size: 1.6em;
	font-weight: bold;
	margin: 8px 0 4px 0;
}

.AdEntry h1 a, .AdEntryOuter h1 a {
	font-size: inherit;
	font-weight: bold;
	text-decoration: none;
}

#category_selection {
	margin: 30px 0;
	clear: both;
	position: relative;
}

#dlPackages {  /* table adjustment */
	margin: 15px 0 0 0;
}

#dlPackages td {
	text-align: center;
	vertical-align: middle;
}

.AdEntryCategories {
	clear: both;
}

.AdEntryPackage {
	width: 331px;
	height: 330px;
	background-image: url(images/adentry_package_box_bk.png);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	margin: 12px;
	padding: 12px;
	text-align: left;
	overflow:auto;
}

.AdEntryPackage:hover {
	background-color: #09F
}

.AdEntryPackageSelected {
	background-color: #09F
}

.AdEntryPackage h2 {
	font-size: 1.3em;
	line-height: 1.2em;
	margin: 0 0 12px 0;
}

.packageIcons {
	width: 142px;
	height: 169px;
	padding: 12px 0 0 10px;
	margin: 0 20px 15px 0;
	background-image: url(images/adentry_package_icon_bk.png);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	display: block;
}

.packageIcons img {
	margin: 0 5px 15px 0;
	border: none;
}

.packageIcons img a {
	border: none;
}

.AdEntryPackage ul {
	list-style-type: disc;
	margin-left: 20px;
	padding-left: 20px;
	list-style-position: outside;
}

.clear, #clear {
	clear: both;
	height: 0;
	margin: 0;
}
/* End AdEntry content */


/* Page navigation, appears at bottom of each page */
#pagenav {
	clear: both;
	position: relative;
	margin: 15px 0 0 0;
	padding: 0 6px 0 6px;
	height: 45px;
	font-size: 1.2em;
	line-height: 1.4em;
	font-weight: bold;
}

#button {
	position: relative;
	float: left;
	margin: 0;
	height: 25px;
	width: auto;
	margin-right: 6px;
}

#button .left {
	background: url(images/button-next-ls.png) no-repeat;
	width: 4px;
	height: 25px;
	float: left;
	margin: 0;
}

#button .middle {
	background: url(images/button-next-m.png) repeat-x left top;
	height: 20px;
	float: left;
	padding: 8px 10px 8px 10px;
	margin: 0;
}

#button .right {
	background: url(images/button-next-rs.png) no-repeat;
	height: 25px;
	width: 4px;
	float: left;
	margin: 0;
}

#button a {
	color: #fff;
	text-decoration: none;
	padding: 8px 6px 10px 6px;
}

#button:hover .left {
	background: url(images/button-next-ls-active.png) no-repeat;
}

#button:hover .middle {
	background: url(images/button-next-m-active.png) repeat-x left top;
}

#button:hover .right {
	background: url(images/button-next-rs-active.png) no-repeat;
}

#save {
	float: right;
	background-image: url(images/save-finish-later.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 8px 8px 8px 36px;
	margin: 1px 6px 0 0;
	overflow: visible;
}

#save a {
	text-decoration: none;
}

#cancel {
	float: right;
	background-image: url(images/cancel.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 8px 0 8px 36px;
	margin: 1px 0 0 0;
	overflow: visible;
}

#cancel a {
	text-decoration: none;
}

#change {
	float: right;
	background-image: url(images/change-package.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 8px 8px 8px 36px;
	margin: 1px 6px 0 0;
	overflow: visible;
}

#change a {
	text-decoration: none;
}
/* END Page navigation */


/* Step Two and Three Column CSS */    /* IMPORTANT: Change width of #insideleft to fit custom page size */
#insideright {
	position: relative;
	width: 245px;
	float: right;
}

#insideleft {
	width: 440px;
	position: relative;
	float: left;
}

/* Online Ad Entry Form Labels and Fields */
.AdEntryLabelTop {
	font-size: 1.2em;
	font-weight: bold;
	display: block;
	padding: 9px 0 4px 0;
}

.CustomFieldLabel {
	font-size: 1.0em;
	font-weight: bold;
	display: block;
	padding-bottom:4px;
}

.AdEntryLabelSmall {
	font-size: 1.0em;
	font-weight: bold;
	display: block;
	padding-bottom:4px;
}

.RequiredIndicator {
	color: #C00;
	font-weight:bold;
	margin-right:2px;
}

.AdTitle {
	padding: 5px 0 0 0;
}

#txtAdTitle {
	width: 100%;
}

#pnlPrice {
	float: left;
	margin: 0 10px 8px 0;
}

#pnlZip {
	float: left;
	margin: 0 0 8px 0;
}

#pnlStartDate {
	clear: left;
}

#divShipDeliver legend {
	font-weight: bold;
}

#divShip, #divDeliver {
	margin: 10px 0;
}
/* END Online Ad Entry Form Labels and Fields */


/* Step Three - Print Ad Entry Form Labels and Fields */
.printAdTitle {
	float: left;
}

.printAdTitle h2 {
	font-size: 1.2em;
}

.printAdChangePhoto h2 {
	float: right;
	font-size: 1.2em;
}

.printAdChangePhoto a {
	text-decoration: none;
}

#printPreview {
	clear: both;
	width: 100%;
	font-family: "Century Schoolbook", Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: 1.5em;
	color: #333;
	margin-bottom: 10px;
}

#lblPrintPreviewMessage {
	display: block;
	margin: 8px 0;
}

#lblPrintAdTextWordInstructions {
	display: block;
	margin: 8px 0;
}

#lblPrintAdText {
	font-size: 1.2em;
	font-weight: bold;
	display: block;
	padding: 12px 0 4px 0;
}

.adTextLeft {
	float: left;
	font-weight: bold;
	margin: 4px 0 10px 0;
	font-size: .9em;
}

.adTextRight {
	float: right;
	font-weight: bold;
	margin: 4px 0 10px 0;
	font-size: .9em;
}

#printAdWordCount, #printAdPrice {
	color: #CC0000;
}

#txtPrintAdText {
	padding: 4px;
}

.error {      /* appears at top of page to display errors */
	width: 450px;
	color: #990000;
	padding: 6px 15px;
	margin: 20px 20px 20px 0;
	-webkit-border-radius: 5px; /* for Chrome + Safari */
    -moz-border-radius: 5px; /* for Firefox */
    -khtml-border-radius: 5px; /* for Konqueror */
    border-radius: 5px; /* for Opera 10.5, IE9 and future-proofing */
}

.error h3 {
	font-size: 1.4em;
	font-weight: bold;
	color: #990000;
}

.error ul {
	font-size: 1.2em;
	margin-bottom: 20px;
	color: #990000;
}

/* Checkout Page */

.checkout h1 {
	margin: 12px 0 18px 0;
}

.AdCartShoppingCart {
	position: relative;
}
	
.AdCartShoppingCart h2 {
	margin: 0 0 5px 0;
}

#AdSummaryLeft {
	width: 48%;
	float: left;}

#AdSummaryRight {
	width: 48%;
	float: right;
	margin-left: 15px;
}

.AdCartItemButtons {
	margin: 0 0 10px 0;
}

#AdSummaryRight p {
	margin: 0;
}
	
#AdSummaryRight table {
	border-collapse: collapse; 
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	margin: 15px 0 0 0;
}

#AdSummaryRight Caption {
	font-weight: bold;
}

#AdSummaryRight td, #AdSummaryRight th {
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
}

#AdSummaryLeft td, #AdSummaryRight td, #AdSummaryLeft th, #AdSummaryRight th, #AdSummaryRight caption {
	vertical-align: top;
	text-align: left;
	padding: 3px 5px 3px 2px;
}

#AdSummaryRight th {
	background: url(images/ad_summary_th.png) repeat-x left top;
	white-space: nowrap;
	color: #fff;
	font-weight: bold;
}

#AdSummaryRight td {
	background: url(images/ad_summary_td.png) repeat-x left top;
}

.AdCartTotal {
	margin-top: 10px;
	width: 530px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;}

.TotalTxt {
	float: left;
}

.CartTotal {
	float: right;
	font-weight: bold;
}

.AdCartPromotion {
	width: 60%;
	margin: 30px 0 0 0;
	clear: both;
}

.AdClassItem h4 {
	font-size: 1em;
	font-weight: bold;
	margin: 10px 0 5px 0;
}

.AdTitle {
	font-size: 1.2em;
	font-weight: bold;
	margin-right: 20px;
}

.AdPrice {
	font-size: 1.2em;
	font-weight: bold;
}

.CommonButton
{
	-moz-border-radius: 2px; /* for Firefox */
    -webkit-border-radius: 2px; /* for Chrome and Safari */
    -khtml-border-radius: 2px;
    border-radius: 2px;
	background-color: #f0f0f0; /* fallback flat color */
	background: -webkit-gradient(linear, 100% 0%, 100% 100%, from(#f0f0f0), to(#d8d8d8)); /* for Chrome + Safari */
	background: -moz-linear-gradient(100% 100% 90deg,#d8d8d8, #f0f0f0); /*for Firefox */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#F0F0F0', endColorstr='#D8D8D8')! important; /* for IE */
	color:Black;
	cursor:default;
	border: 1px solid gray;
	padding: 0px 0px;
	margin: 0px 0px 0px 0;
}
 
.CommonButton:hover
{
	background-color: #e0e0e0; /* fallback flat color */
	background: -webkit-gradient(linear, 100% 0%, 100% 100%, from(#e0e0e0), to(#c8c8c8)); /* for Chrome + Safari */
	background: -moz-linear-gradient(100% 100% 90deg,#c8c8c8, #e0e0e0); /*for Firefox */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#E0E0E0', endColorstr='#C8C8C8')! important; /* for IE */
	border: 1px solid gray;
}

/* ADPAY Styles */
.ILoad_MultipleImages_MainContainer
{
	padding: 10px;
	/*background-color:#F6F6F6; */
	/*border: solid 1px #CCCCCC;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.ILoad_MultipleImages_divContainer
{
	overflow: visible;
	/*background-color: #EEEEEE;*/
	background: -moz-linear-gradient(100% 100% 90deg,#c8c8c8, #c8c8c8);
	*background-image:none; 
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8c8c8', endColorstr='#c8c8c8')! important; 
	padding: 10px;
	border-top: solid 1px #DDDDDD;
	border-left: solid 1px #DDDDDD;
	border-bottom: solid 1px #666666;
	border-right: solid 1px #666666;
	float: left;
	margin: 3px;
}

.ILoad_MultipleImages_divContainer_Over
{
	overflow: visible;
	background-color: #F6F6F6;
	padding: 10px;
	/*border: solid 1px #BBBBBB;*/
	border: solid 1px Gray;
	float: left;
	margin: 3px;
}

.ILoad_MultipleImages_divContainer_Drag
{
	overflow: visible;
	background-color: #F6F6F6;
	padding: 10px;
	border: solid 1px #BBBBBB;
	float: left;
	cursor: move;
	opacity:0.5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
}

.ILoad_MultipleImages_divDragPlaceHolder
{
	background-color: #FF8000;
	float: left;
	margin: 3px;
	display:none;
}

.ILoad_MultipleImages_divDragToSort
{
	/*background-color: #BBBBBB;*/
	background-color:Gray;
	color: #FFFFFF;
	font-size: 9px;
	text-align:center;
	margin-top: 10px;
	width:100%;
}

.ILoad_MultipleImages_divFields
{
    font-size: 11px;
}

.ILoad_MultipleImages_divImage
{
	border: solid 1px #CCCCCC;
	background-color: #f3f3f3;
}

.ILoad_MultipleImages_divCommands
{
	padding-top: 10px;
    font-size: 11px;
}

.ILoad_MultipleImages_divCommands_input
{
	border: solid 1px #999999;
	padding: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;	
	background-color: #ffffff;
	color: #000000;
}

.ILoad_MultipleImages_MainContainer_Element
{
	margin: 3px;
}

.ILoad_MultipleImages_MainContainer_BR
{
	clear: both;
}

.ILoad_MultipleImages_NoImage
{
    font-size: 13px;
    display:block;
}
.AdEntryInstructionsTop
{
    display:block;
}

.ui-dialog-titlebar
{
    background: transparent url(images/popup_top.png); 
    background-repeat: repeat-x;
	height: 19px; 
	font-size: 12px; 
	border:0;
	color:White;
	font-weight:bold;
}

.rlbGroup
{
    height:200px;
    overflow:auto;
    width:225px;
}

*+html .RadListBox .rlbList {
	position: static;
}

.RadListBox
{
    width: 245px !important;
}

.rlbItem
{
    border-bottom:1px dotted gray !important;
}

.rlbText
{
    font-family: Arial !important;
}

.CategoriesExtended
{
	margin-top:20px;
}

#hiddenImage1{
	background: url(images/button-next-ls-active.png);
	display:none;
}

#hiddenImage2 {
	background: url(images/button-next-m-active.png);
	display:none;
}

#hiddenImage3{
	background: url(images/button-next-rs-active.png);
	display:none;
}

.error
{
	border:1px solid #990000;
	padding: 15px;
	background-color:#FFFFCC;
}

.AdEntry
{
	width:800px;
}

.AdCartPayment
{
	padding:15px 0 0 0;
}

.AdCartPayment iframe
{
	position: relative;
	border: 1px solid gray;
	overflow: auto;
}

.InstructionsTop
{
    display:block;
    padding-bottom: 5px;
}

.MapDisplay #txtMapAddress 
{
    width:400px;
}

.MapDisplay #txtMapCity
{
    width:150px;
    margin-right:10px;
}

.MapDisplay #ddlMapState
{
    margin-right:10px;
}

.MapDisplay #txtMapZip
{
    width:105px;
}

.MapItButton
{
    margin: 10px 0 10px 0;
}

#map
{
    margin-bottom:10px;
}

.ErrorMessage
{
    color:Red;
}

.MessageItalic
{
    display:block;
    font-style:italic;
    font-size: 11px;
    padding-bottom: 5px;
}

#aForgotPassword {
	margin-left: 35px;
}

.aVideo, .aMap
{
    float:left;
}

.aVideoPrice, .aMapPrice
{
    float:right;
}

.UpsellDisplay input
{
    margin-right:10px;
}

.UpsellDisplay table
{
    margin-bottom:5px;
}

.UpsellDisplay td
{
    vertical-align:top;
}

.PageMessage
{
	color:Red;
	display:block;
	margin: 10px 0 0 0;
	font-weight:bold;
	font-size:1.4em;
}

.DescriptionInstructions
{
	margin-top:5px;
	font-style:italic;
	font-size:1.0em;
}

.Unverified
{
	color:Red;
	font-weight:bold;
}

.ShippingField
{
	background-color:WhiteSmoke;
}

#photobox .main .top-left, #photobox .main .top-right { 
	background: transparent url(images/photobox_top.png) no-repeat top right; 
	height: 7px; 
	font-size: 2px; 
	margin-bottom: 0;
}

#photobox .main .top-left { 
	background-position: 0px 0; 
	width: 50px; 
}

#photobox .main .top-right { 
	margin-top: -7px; 
	margin-left: 10px;
}

#photobox .main .content { 
	padding: 0 0 15px 10px;
}

#photobox .main .mid { 
	position:relative; 
	zoom: 1; 
}

#photobox .main .mid .content { 
	background: -moz-linear-gradient(100% 100% 90deg,#e0e0e0, #ffffff);
	*background-image:none; 
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e0e0')! important; 
	/* *margin-right:12px; */
	border-right:1px solid #a9a9a9; 

}

#photobox .main .bottom-left, #photobox .main .bottom-right { 
	background: transparent url(images/photobox_bottom.png) no-repeat bottom right; 
	height: 7px; 
	font-size: 2px; 
}

#photobox .main .bottom-left { 
	width: 50px; 
	background-position: 0 bottom; 
}

#photobox .main .bottom-right { 
	margin-top: -7px; 
	margin-left: 10px; 
	background-position: bottom right; 
}

#photobox .main .mid .left-side { 
	border-left:1px solid #a9a9a9; 
}

.ExistingVideo
{
    margin-top: 15px;
    font-size:1.2em;
}

.ExistingVideo a
{
    text-decoration:none;
    font-weight:bold;
}

.AdEntryNavIBInactive
{
	cursor: default;
}



#upsell .icon {
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 12px;
	margin-bottom: 12px;
	padding: 0;
}

#upsell .iconbar {
	text-align: center;
}

.AdCartItems
{
	margin-top: 20px;
}

.AdCartItem
{
	margin-bottom:10px;
}

.AdCartItemSummary
{
	margin-bottom:5px;
}

.AdCartItemButtons
{
	margin-bottom:10px;
}

.EditionGroupCell
{
	background-color: #F6F6F6;
	padding: 12px;
}

.EditionGroupRow
{
	padding: 40px;
}

#printupsell {
	width: 245px;
	margin: 50px 0 0 0;
}

#printupsell .main .top-left, #printupsell .main .top-right { 
	background: transparent url(images/upsell_sidebar_top.png) no-repeat top right; 
	height: 7px; 
	font-size: 2px; 
	margin-bottom: 0;
}

#printupsell .main .top-left { 
	background-position: 0px 0; 
	width: 50px; 
}

#printupsell .main .top-right { 
	margin-top: -7px; 
	margin-left: 10px;
}

#printupsell .main .content { 
	padding: 15px 15px 20px 15px;
}

#printupsell .main .mid { 
	position:relative; 
	zoom: 1; 
}

#printupsell .main .mid .content { 
	background: -moz-linear-gradient(100% 100% 90deg,#dfdfdf, #fefefe);
	*background-image:none; 
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#dfdfdf')! important; 
	*min-height:100%; 
	/* *margin-right:12px; */
	border-right:1px solid #a9a9a9; 
}

#printupsell .main .bottom-left, #printupsell .main .bottom-right { 
	background: transparent url(images/upsell_sidebar_bottom.png) no-repeat bottom right; 
	height: 7px; 
	font-size: 2px; 
}

#printupsell .main .bottom-left { 
	width: 50px; 
	background-position: 0 bottom; 
}

#printupsell .main .bottom-right { 
	margin-top: -7px; 
	margin-left: 10px; 
	background-position: bottom right; 
}

#printupsell .main .mid .left-side { 
	border-left:1px solid #a9a9a9; 
}

.NoItemsText
{
	font-style:italic;
}

.printicon img 
{
	width:75px;
}

.printicon 
{
	text-align: center;
}

.printicon input
{
	margin-bottom:15px;
}

.RegisterNow a
{
	font-size:1.2em;
	font-weight:bold;
}

.PrivateCommercial
{
    margin-top:20px;
}

.NoPackages
{
	font-style:italic;
}

#pnlCustomFields
{
	margin-bottom:10px;
	width:476px;
}

#pnlCustomFields .main .top-left, #pnlCustomFields .main .top-right { 
	background: transparent url(images/photobox_top.png) no-repeat top right; 
	height: 7px; 
	font-size: 2px; 
	margin-bottom: 0;
}

#pnlCustomFields .main .top-left { 
	background-position: 0px 0; 
	width: 50px; 
}

#pnlCustomFields .main .top-right { 
	margin-top: -7px; 
	margin-left: 10px;
}

#pnlCustomFields .main .content { 
	padding: 0 0 15px 10px;
}

#pnlCustomFields .main .mid { 
	position:relative; 
	zoom: 1; 
}

#pnlCustomFields .main .mid .content { 
	background-color: #ffffff; /* fallback flat color */
	background: -webkit-gradient(linear, 100% 0%, 100% 100%, from(#ffffff), to(#e0e0e0)); /* for Chrome + Safari */
	background: -moz-linear-gradient(100% 100% 90deg,#e0e0e0, #ffffff);
	*background-image:none; 
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e0e0')! important; 
	/* *margin-right:12px; */
	border-right:1px solid #a9a9a9; 

}

#pnlCustomFields .main .bottom-left, #pnlCustomFields .main .bottom-right { 
	background: transparent url(images/photobox_bottom.png) no-repeat bottom right; 
	height: 7px; 
	font-size: 2px; 
}

#pnlCustomFields .main .bottom-left { 
	width: 50px; 
	background-position: 0 bottom; 
}

#pnlCustomFields .main .bottom-right { 
	margin-top: -7px; 
	margin-left: 10px; 
	background-position: bottom right; 
}

#pnlCustomFields .main .mid .left-side { 
	border-left:1px solid #a9a9a9; 
}

.CustomFieldTable td
{
	vertical-align:top;
	padding-top:5px;
}

#divOnlinePreviewWrapper 
{
	border: 1px solid #999;
	width: 473px;
	background-color: Gainsboro;
}

#divOnlineFDPreview 
{
	padding: 3px;
}

#divOnlineTextPreview 
{
	padding: 3px;
}

.UserValidate
{
    margin-top:20px;
    font-weight:bold;
}

#divPrintPhotosLoad
{
	width: 550px;
}
	
#lblPrintPhotoMessaging
{
	font-weight: bold;
}

.PrintPhotos img
{
	padding-top: 5px;
}

.PrintPhotos img
{
	width: 100px;
}

#cblPhotoList
{
	padding-top: 15px;
	vertical-align: middle;
}

#cblPhotoList td
{
	padding: 10px;
}

#cblPhotoList img
{
	width: 150px;
}


#divPrintPhotosLoadPhotoOnly
{
	width: 625px;
}

#divPrintPhotosLoadPhotoOnly img
{
	width: auto;
	height : 200px;  
	padding-left: 15px;
}

.PrintPhotoOnlyMessage
{
	font-weight: bold;
}

#divPrintPhotoItemPhotoOnly
{
	float: left;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	width: 250px;
	height:250px;
	background-color: #e8e8e8;
}

#divPrintPhotoItemPhotoOnlyPhoto
{
	width: 225px;
	overflow:hidden;
}


#divPrintPhotoItem
{
	float: left;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 150px;
	position: relative;
}

#divPrintPhotoImage
{
	width: 100px;
	float:left;
}

#divPrintPhotoMenu
{
	padding-top: 25px;
	float:right;
}

.PrintPhotosPhotoOnly
{
	border-top: 2px Solid #909295;
	padding-top: 5px;
	margin-top: 5px;
	margin-bottom: 10px;
	
}

#divPrintPhotoItemSelect
{
	float: left;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	position: relative;
}

#divPrintPhotoImageSelect
{
	width: 175px;
	float:left;
	padding-right: 10px;
	padding-bottom: 15px;
}

#divPrintPhotoMenuSelect
{
	padding-top: 25px;
	float:right;
}

#divPrintPhotoItemSelect img
{
	width: 175px;
}

#buttonPrint {
	position: relative;
	float: left;
	margin: 0;
	height: 35px;
	width: auto;
	margin-right: 6px;
	font-size: 1.2em;
	line-height: 1.4em;
	font-weight: bold;
}

#buttonPrint .left {
	background: url(images/button-next-ls.png) no-repeat;
	width: 4px;
	height: 35px;
	float: left;
	margin: 0;
}

#buttonPrint .middle {
	background: url(images/button-next-m.png) repeat-x left top;
	height: 20px;
	float: left;
	padding: 8px 10px 8px 10px;
	margin: 0;
}

#buttonPrint .right {
	background: url(images/button-next-rs.png) no-repeat;
	height: 35px;
	width: 4px;
	float: left;
	margin: 0;
}

#buttonPrint a {
	color: #fff;
	text-decoration: none;
	padding: 8px 6px 10px 6px;
}

#buttonPrint:hover .left {
	background: url(images/button-next-ls-active.png) no-repeat;
}

#buttonPrint:hover .middle {
	background: url(images/button-next-m-active.png) repeat-x left top;
}

#buttonPrint:hover .right {
	background: url(images/button-next-rs-active.png) no-repeat;
}

/* OVERRIDES FOR THE DEFAULT.CSS FOR THE LOGIN AND DASHBOARD PAGES */

.TipClass
{
	border:2px Solid #909295;
}

.OnlineAdText
{
	border:2px Solid #909295;
}

.aggregateBlock
{
	border: 1px Solid #909295;
}

.aggregateBlockHeader
{
	background-color: #909295;
}

.aggregateItem 
{
	border-bottom: 2px Solid #909295;
}

.aggregateAdReturnLink
{
	background-color: #909295;
}

.GridRowAdsAlt
{
	color: windowtext;
	background: none;
	background-color: #e8e8e8;
}

#TableContent .GridHeader
{
	background-color: #909295;
}

.item
{
	border-bottom: 1px Solid #909295;
}

.aItem
{
	border-bottom: 1px Solid #909295;
}

.eCommPaypalCallout
{
	border: 1px Solid #909295;
}

.multiFileUpload
{
	background-color: #909295;	
}

.promotionCode
{
	border: 1px Solid #909295;
}

#TableContent .RegistrationHeader
{
	background-color: #909295;
	border: 1px solid #909295;
}

#TableContent .RegistrationContent
{
	border-left: 1px solid #909295;
	border-right: 1px solid #909295;
	border-bottom: 1px solid #909295;
}

#TableContent .LoginHeader
{
	background-color: #909295;
	border: 1px solid #909295;
}

#TableContent .LoginContent
{
	border-left: 1px solid #909295;
	border-right: 1px solid #909295;
	border-bottom: 1px solid #909295;
}

#TableContent .SelectBoxHeader
{
	border-left: 1px solid #909295;
	border-top: 1px solid #909295;
	border-right: 1px solid #909295;
}

#TableContent .SelectedSelectBoxHeader
{
	border-left: 2px solid #909295;
	border-top: 2px solid #909295;
	border-right: 2px solid #909295;
	background-color: #909295;
}

#TableContent .SelectBoxContent
{
	border: 1px solid #909295;
}

#TableContent .SelectedSelectBoxContent
{
	border: 2px solid #909295;
}

#TableContent .GridActionItems
{
	background-color: #909295; 
}

.backgroundPop{
	background: #909295;
}

.captionText { 
  background: #909295;
}

.closeText{ 
  background: #909295;
}

.TableMain
{
	background-color: #e8e8e8;
}

.TableBody
{
	background-color: #e8e8e8;
}

.TableContent
{
	background-color: #e8e8e8;
}

#TableContent .ContentHeader
{
	background: url(images/step_m.gif) repeat-x 10%;
	background-repeat: repeat-x;
	height: 49px;
	vertical-align: middle;
	padding: 3;
	font-family: Arial, Verdana;
	width:100%;
}

#TableContent .ContentHeaderLeft
{
	background: url(images/step_ls.gif) no-repeat 10%;
}

#TableContent .ContentHeaderRight
{
	background: url(images/step_rs.gif) no-repeat 10%;
}

.SubContentHeader
{
	background-color: #909295;
}

#TableContent .SubContentText
{
	border-right: #909295 solid;
	border-top: #909295 solid;
	border-left: #909295 solid;
	border-bottom: #909295 solid;
}

.panelbarHeaderCollapsed
{ 		
	background-image: none;
}

.panelbarHeaderHover 
{ 		
	background-image: none;
}

.panelbarHeaderExpand
{
	background-color: gray;
	background-image: none;
}

.panelbarItem 
{
	background-color: #B4B5B7;
}	

.RadGrid
{
	border-color: #909295;
	background-color: #c8c8c8;
}

#TableContent .GridRowAlternate
{
	background: none;
	background-color: #e8e8e8;
}

.DataListAltItem /* Equivalent to a Table Row & Table Cell but is alternating item */
{
	background: none;
	background-color: White;
}

.button
{
	background-color: #4E4E50;
	color:White;
}

.button:hover
{
	cursor: pointer;
	cursor: hand;
}

#tblMessage
{
	border-right: #909295 solid;
	border-top: #909295 solid;
	border-left: #909295 solid;
	border-bottom: #909295 solid;
}
#tblMessage .GridRow
{
	background-color: #e8e8e8;
}

#Header1_LoginStatus1_pnlLoggedIn
{
	float: right;
	font-size: 1.0em;
}

#pnlZip span
{
	height:20px;
}

#pnlPrice span
{
	height:20px;
}

#pnlZip img
{
	vertical-align:top;
}

.CatLoadingPanel
{
	width:100%;
	z-index:5000;
}

.CatLoadingPanel img
{
	display:block;
	margin:auto;
	vertical-align:middle;
}

.PhotoLoadingPanel
{
	width:100%;
	z-index:5000;
}

.PhotoLoadingPanel img
{
	display:block;
	margin:auto;
	vertical-align:middle;
	margin-top: 50px;
}

.EditionLoadingPanel
{
	width:100%;
	z-index:5000;
	position:absolute;
	bottom: 0;
}

.EditionLoadingPanel img
{
	display:block;
	margin:auto;
	vertical-align:middle;
	margin-bottom: 30px;
}

.OrderConfirmationShareThis table
{
 
}

.OrderConfirmationShareThis tr
{
}

.OrderConfirmationShareThis td
{
    padding-right:10px; 
    padding-bottom:15px; 
}

.ShareThisPanel
{
    position:absolute;
    top:20px;
    right:35px;
    background-color: #F7F7F7; 
    padding: 20px;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
	border:1px solid Gray;
}

.ShareThisPanel h2
{
    font-style:italic;
    font-size: 20px;
}

.ShareThisPanel img
{
    width: 50px;
}

.ShareThisTitle
{
    font-weight:bold;
    width: 200px;
}

.OrderConfirmationContent
{
    min-height:300px !important;
    height:auto !important;
} 

.FacebookLogin
{
    width: 225px;
    padding: 5px;
    background-color:Gainsboro;
	border:1px solid white;
}


/* -- end -- OVERRIDES FOR THE DEFAULT.CSS FOR THE LOGIN AND DASHBOARD PAGES */
/* ==|== primary styles =====================================================
    It Fits - HTML5/CSS3 Responsive template
	$hekh@r d-Ziner (@shekhardesigner)
	April 26th, 2012
	Released under Creative Common License
	Original post:  http://www.cssjunction.com/freebies/html5-css3-responsive-web-template
   ========================================================================== */
/*================================================
    RESET
================================================*/
html,
button,
input,
select,
textarea {
  color: #444;
}
::-moz-selection {
  background: #ffcc44;
  color: White;
  text-shadow: none;
}
::selection {
  background: #ffcc44;
  color: White;
  text-shadow: none;
}
body {
  font: 13px/1.4em Helvetica, Arial, Tahoma;
}
h1, h2 {
  font-family: 'Oswald', 'Century Gothic', 'Trebuchet MS', Tahoma;
}
h3, h4 {
  font-family: Helvetica, Arial, Tahoma;
  color: #10253d;
}
h1 {
  font-size: 2.5em;
}
h2 {
  font-size: 2em;
  line-height: 1em;
  color: #3891cf;
}
h2.orphan {
  margin: 0 0 20px;
}
h3 {
  font-size: 1.6em;
  margin: 0 0 10px;
}
ul, ol {
  margin: 1em 0;
  padding: 0 0 0 30px;
}
dd {
  margin: 0 0 0 40px;
}
nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
a {
	color: #00C;
	text-decoration: none;
	font-size: 14px;
	font-weight: bolder;
}
a:focus, a:hover, a:active {
  outline: 0 none;
  color: #3891cf;
}
strong {
  color: #000 !important;
}
/*================================================
    LAYOUTS
================================================*/
.container {
	width: 960px;
	margin: 0 auto;
}	
img{
        /***  Scaling Images with the Browser Window in CSS is pretty simple to implement for both images and video.  ***/
        /***  You can set the media element's max-width to 100 percent, and the browser will make    ***/
        /***  the image shrink and expand depending on its container.    ***/
        /***  To maintain the right proportions use auto height  ***/
        max-width: 100%;
        max-height: 150px; 
        width: auto\9; /* ie8 */
        }

span.icon {
  text-transform: none !important;
}
header {
	padding: 15px 0 0;
	background-color: #FFF;
	background-image: url(/branding/8680/images/light-pattern.png);
}
#logo {
	color: #3891cf;
	font: 30px 'Oswald', 'Century Gothic', 'Trebuchet MS', Tahoma;
	display: block;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	display: inline-block;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/branding/8680/images/BBWebHeader2.png',sizingMethod='scale');
	
}
#logo .icon {
  padding-right: 5px;
}
.social-icons {
	margin: 0;
	overflow: hidden;
}
.social-icons li {
  float: left;
  list-style: none;
  margin: 0 0 0 5px;
  height: 24px;
}
.social-icons li a.icon {
  display: block;
  background: #ffcc44;
  color: White;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}
.social-icons li a.icon:hover, .social-icons li a.icon:focus, .social-icons li a.iconactive {
  background: #41b7d8;
}
.social-icons li a.icon.flip {
  -moz-transform: scaley(-1);
  -webkit-transform: scaley(-1);
  -o-transform: scaley(-1);
  transform: scaley(-1);
  filter: flipv;
}
nav {
  float: right;
  margin: 15px 0 0;
  clear: both;
}
ul[role=navigation] {
  margin: 0;
  padding: 0;
  overflow: hidden;
  font: 0.9em/1.67em Helvetica, Arial, Tahoma;
  text-transform: uppercase;
}
ul[role=navigation] li {
  list-style: none;
  float: left;
  margin: 0 0 0 10px;
}
ul[role=navigation] li a {
  background: #41b7d8;
  border: 1px solid #2495b4;
  border-bottom: 0;
  -moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.3) inset;
  -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.3) inset;
  box-shadow: 0 1px 1px rgba(255, 255, 255, 0.3) inset;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;

  border-radius: 3px 3px 0 0;
  color: #dfe9f2;
  display: block;
  padding: 7px 20px 5px;
}
ul[role=navigation] li a:hover,
ul[role=navigation] li a:focus,
ul[role=navigation] li a:active,
ul[role=navigation] li a.activePage {
  border-color: #10253d;
  background: url(../images/leather-pattern.png);
  color: White;
  -moz-box-shadow: rgba(255, 255, 255, 0.8) 0 1px 0;
  -webkit-box-shadow: rgba(255, 255, 255, 0.8) 0 1px 0;
  box-shadow: rgba(255, 255, 255, 0.8) 0 1px 0;
}
ul[role=navigation] li a .icon {
  padding-right: 10px;
  font-size: 17px;
}
section[role=banner] {
  background: url(/branding/8680/images/light-pattern.png);
  border-bottom: 1px solid #dfe9f2;
}
section[role=banner] hgroup {
	-moz-box-shadow: inset rgba(0, 0, 0, 0.1) 0 10px 10px, rgba(255, 255, 255, 0.7) 0 10px 10px;
	-webkit-box-shadow: inset rgba(0, 0, 0, 0.1) 0 10px 10px, rgba(255, 255, 255, 0.7) 0 10px 10px;
	box-shadow: inset rgba(0, 0, 0, 0.1) 0 10px 10px, rgba(255, 255, 255, 0.7) 0 10px 10px;
	border-top: 4px dotted #444;
	border-bottom: 4px dotted #444;
	padding: 20px 0;
	background-image: url(/branding/8680/images/Corkboard.jpg);
}
section[role=banner] hgroup h1, section[role=banner] hgroup h2 {
	margin: 0 auto;
	width: 960px;
	color: #000;
	text-align: center;
	text-shadow: #000 0 1px 0;
	font-family: Helvetica, Arial, Tahoma;
	font-size: 30px;
	font-weight: bold;
}
section[role=banner] hgroup h2 {
  font-size: 20px;
  font-weight: normal;
}
section[role=banner] hgroup img2 {
    position: absolute;
    left: 50px;
    top: 50px;
}
section[role=banner] article[role=main] {
  margin: 0 auto;
  width: 960px;
  padding: 0 0 30px;
}
section[role=banner] article[role=main] .post {
	float: none;
	width: 55%;
	color: #222;
}
section[role=banner] article[role=main] .post h2 {
  font-size: 40px;
  margin: 0 0 10px;
  text-shadow: rgba(0, 0, 0, 0.8) 0 1px 0;
}
section[role=banner] article[role=main] aside {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  float: right;
  overflow: hidden;
  width: 40%;
  position: relative;
  border: 3px solid rgba(0, 0, 0, 0.03);
  padding: 2px;
}
section[role=banner] article[role=main] aside:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.15);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0.6)), color-stop(50%, rgba(255, 255, 255, 0.15)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -moz-linear-gradient(center top, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
  -moz-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.8), inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 -6px 0 rgba(0, 0, 0, 0.3), inset 0 -7px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.8), inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 -6px 0 rgba(0, 0, 0, 0.3), inset 0 -7px 0 rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.8), inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 -6px 0 rgba(0, 0, 0, 0.3), inset 0 -7px 0 rgba(255, 255, 255, 0.2);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
section[role=banner] article[role=main] aside img {
  width: 100%;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.button {
  background: #8bc804;
  border: 1px solid #689603;
  -moz-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1), 0 4px 0 #689603, rgba(255, 255, 255, 0.1) 0 -1px 0 inset, rgba(255, 255, 255, 0.15) 0 1px 0 inset;
  -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1), 0 4px 0 #689603, rgba(255, 255, 255, 0.1) 0 -1px 0 inset, rgba(255, 255, 255, 0.15) 0 1px 0 inset;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1), 0 4px 0 #689603, rgba(255, 255, 255, 0.1) 0 -1px 0 inset, rgba(255, 255, 255, 0.15) 0 1px 0 inset;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: White;
  display: block;
  font: bold 12px 'Oswald', 'Century Gothic', 'Trebuchet MS', Tahoma;
  word-spacing: 1px;
  padding: 1px 1px;
  text-align: center;
  text-transform: uppercase;
  margin: 0 20px 0 0;
  text-shadow: #689603 0 1px 0;
}
.button:hover, .button:focus {
  color: White;
}
.button:active {
  -moz-box-shadow: -1px -2px 3px rgba(0, 0, 0, 0.1), 0 -4px 0 #689603, rgba(255, 255, 255, 0.1) 0 1px 0 inset, rgba(255, 255, 255, 0.15) 0 -1px 0 inset;
  -webkit-box-shadow: -1px -2px 3px rgba(0, 0, 0, 0.1), 0 -4px 0 #689603, rgba(255, 255, 255, 0.1) 0 1px 0 inset, rgba(255, 255, 255, 0.15) 0 -1px 0 inset;
  box-shadow: -1px -2px 3px rgba(0, 0, 0, 0.1), 0 -4px 0 #689603, rgba(255, 255, 255, 0.1) 0 1px 0 inset, rgba(255, 255, 255, 0.15) 0 -1px 0 inset;
  text-shadow: #689603 0 -1px 0;
}
.button.orange {
  background: #ffcc44;
  border-color: #ffbe11;
  -moz-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1), 0 4px 0 #ffbe11, rgba(255, 255, 255, 0.2) 0 -1px 0 inset, rgba(255, 255, 255, 0.15) 0 1px 0 inset;
  -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1), 0 4px 0 #ffbe11, rgba(255, 255, 255, 0.2) 0 -1px 0 inset, rgba(255, 255, 255, 0.15) 0 1px 0 inset;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1), 0 4px 0 #ffbe11, rgba(255, 255, 255, 0.2) 0 -1px 0 inset, rgba(255, 255, 255, 0.15) 0 1px 0 inset;
  text-shadow: #aa7c00 0 1px 0;
}
.button.orange:active {
  -moz-box-shadow: -1px -2px 3px rgba(0, 0, 0, 0.1), 0 -4px 0 #ffbe11, rgba(255, 255, 255, 0.2) 0 1px 0 inset, rgba(255, 255, 255, 0.15) 0 -1px 0 inset;
  -webkit-box-shadow: -1px -2px 3px rgba(0, 0, 0, 0.1), 0 -4px 0 #ffbe11, rgba(255, 255, 255, 0.2) 0 1px 0 inset, rgba(255, 255, 255, 0.15) 0 -1px 0 inset;
  box-shadow: -1px -2px 3px rgba(0, 0, 0, 0.1), 0 -4px 0 #ffbe11, rgba(255, 255, 255, 0.2) 0 1px 0 inset, rgba(255, 255, 255, 0.15) 0 -1px 0 inset;
  text-shadow: #aa7c00 0 -1px 0;
}
.left {
  float: left;
}
.thumb-rotator {
  margin: 0 0 30px;
  padding: 0 0 20px;
  overflow: hidden;
}
.thumb-rotator li {
  list-style: none;
  float: left;
  margin: 0 1% 0 0;
  width: 19%;
  position: relative;
}
.thumb-rotator li:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0.6)), color-stop(50%, rgba(255, 255, 255, 0.15)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -moz-linear-gradient(center top, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
  -moz-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.8), inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 -2px 0 rgba(0, 0, 0, 0.3), inset 0 -3px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.8), inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 -2px 0 rgba(0, 0, 0, 0.3), inset 0 -3px 0 rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.8), inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 -2px 0 rgba(0, 0, 0, 0.3), inset 0 -3px 0 rgba(255, 255, 255, 0.2);
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.thumb-rotator li img {
  width: 100%;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.columns {
	border-bottom-style: none;
	border-bottom-color: #dfe9f2;
}
.columns.top-row {
  margin: 0;
}
.columns article {
	display: table-cell;
	font-size: 0.85em;
	line-height: 1.8em;
	width: 15%;
	border-right-style: none;
	border-right-color: #dfe9f2;
}
.columns article:first-child {
  padding-left: 0;
}
.columns article:last-child {
  border-right: 0;
  padding-right: 0;
}
.columns article h3 {
  font-size: 16px;
  line-height: 22px;
  padding: 0;
  margin: 0;
  color: #222;
}
.columns article h3 span {
  padding-right: 5px;
}
.columns article p {
  margin: 0 0 10px;
}
.columns article a:focus, .columns article a:hover, .columns article a:active {
  text-decoration: underline;
}
.columns figure img {
  -moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  padding: 0 3px 3px;
  border: 0;
  border-top: 4px solid #3891cf;
  margin: 0 0 15px;
  width: 204px;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.columns figure img:hover {
  -webkit-transform: scale(1.1) rotate(-5deg);
  -moz-transform: scale(1.1) rotate(-5deg);
  transform: scale(1.1) rotate(-5deg);
}
.columns figure img.alt-col:hover {
  -webkit-transform: scale(1.1) rotate(5deg);
  -moz-transform: scale(1.1) rotate(5deg);
  transform: scale(1.1) rotate(5deg);
}
.foo-slogan {
  overflow: hidden;
  padding: 30px 0 50px;
}
.foo-slogan h2 {
  float: left;
  width: 680px;
  font: bold 28px/1em Helvetica, Arial, Tahoma;
  color: #3891cf;
  margin: 0;
  text-shadow: rgba(0, 0, 0, 0.1) 0 2px 0;
}
.foo-slogan .button {
  float: right;
}
.c-form h2 {
  float: none;
  margin: 0 0 20px;
}
.c-form label {
  display: block;
  margin: 0 0 5px;
}
.c-form input[type=text], .c-form input[type=email], .c-form input[type=tel] {
  border: 1px solid #e0e0e0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: rgba(0, 0, 0, 0.05) 0 2px 0, rgba(0, 0, 0, 0.05) 0 2px 1px inset;
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0 2px 0, rgba(0, 0, 0, 0.05) 0 2px 1px inset;
  box-shadow: rgba(0, 0, 0, 0.05) 0 2px 0, rgba(0, 0, 0, 0.05) 0 2px 1px inset;
  display: block;
  margin: 0 0 15px;
  padding: 10px;
  width: 320px;
}
.c-form input[type=text]:focus, .c-form input[type=email]:focus, .c-form input[type=tel]:focus {
  border-color: #3891cf;
  outline: none;
  -moz-box-shadow: #dfe9f2 0 0 7px;
  -webkit-box-shadow: #dfe9f2 0 0 7px;
  box-shadow: #dfe9f2 0 2px 0, #dfe9f2 0 2px 1px inset;
}
.c-form textarea {
  border: 1px solid #e0e0e0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: rgba(0, 0, 0, 0.05) 0 2px 0, rgba(0, 0, 0, 0.05) 0 2px 1px inset;
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0 2px 0, rgba(0, 0, 0, 0.05) 0 2px 1px inset;
  box-shadow: rgba(0, 0, 0, 0.05) 0 2px 0, rgba(0, 0, 0, 0.05) 0 2px 1px inset;
  display: block;
  margin: 0 0 20px;
  padding: 10px;
  width: 520px;
  height: 80px;
}
.c-form textarea:focus {
  border-color: #3891cf;
  outline: none;
  -moz-box-shadow: #dfe9f2 0 0 7px;
  -webkit-box-shadow: #dfe9f2 0 0 7px;
  box-shadow: #dfe9f2 0 2px 0, #dfe9f2 0 2px 1px inset;
}
.c-form .button {
  display: block;
  float: none;
}
.sort-bar {
  border-bottom: 1px dotted #dfe9f2;
  font: 12px/18px Helvetica, Arial, Tahoma;
  margin: 0 0 30px;
  padding: 10px 0;
}
.sort-bar a {
  padding: 0 5px;
}
.sort-bar a:hover, .sort-bar a:focus, .sort-bar a:active {
  color: #41b7d8;
}
.more-link {
  color: #333;
  font-weight: bold;
  white-space: nowrap;
}
.thumb-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.thumb-list li {
  border-bottom: 1px dotted #dfe9f2;
  float: left;
  margin: 0 20px 30px 0;
  list-style: none;
  width: 225px;
}
.thumb-list li:nth-child(4n) {
  margin-right: 0;
}
.thumb-list li h3 {
  font-size: 18px;
  color: #41b7d8;
}
.thumb-list li h3 a {
  color: #41b7d8;
}
.thumb-list li h3 a:hover, .thumb-list li h3 a:focus, .thumb-list li h3 a:active {
  color: #3891cf;
}
.thumb-list li figure a {
  border: 1px solid #dfe9f2;
  display: block;
  margin: 0 0 10px;
  position: relative;
  overflow: hidden;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.thumb-list li figure a:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  background: -moz-linear-gradient(-45deg, #ffffff 0%, rgba(255, 255, 255, 0.3) 45%, rgba(255, 255, 255, 0) 45%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ffffff), color-stop(45%, rgba(255, 255, 255, 0.3)), color-stop(45%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(-45deg, #ffffff 0%, rgba(255, 255, 255, 0.3) 45%, rgba(255, 255, 255, 0) 45%);
  background: -o-linear-gradient(-45deg, #ffffff 0%, rgba(255, 255, 255, 0.3) 45%, rgba(255, 255, 255, 0) 45%);
  background: -ms-linear-gradient(-45deg, #ffffff 0%, rgba(255, 255, 255, 0.3) 45%, rgba(255, 255, 255, 0) 45%);
  background: linear-gradient(-45deg, #ffffff 0%, rgba(255, 255, 255, 0.3) 45%, rgba(255, 255, 255, 0) 45%);
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.thumb-list li figure a:hover:after, .thumb-list li figure a:focus:after, .thumb-list li figure a:active:after {
  left: -225px;
  top: -120px;
}
.thumb-list li figure img {
  backgroud: white;
  display: block;
  padding: 4px;
}
aside[role=complementary] {
  background: #f0f0f0;
  border-right: 1px solid #e0e0e0;
  display: table-cell;
  padding: 10px 20px;
  width: 180px;
}
aside[role=complementary] h2 {
  font-size: 16px;
  color: black;
}
aside[role=complementary] p {
  font-size: 11px;
}
.content {
  display: table-cell;
  padding: 10px 0 50px 30px;
}
.content img {
  border: 1px solid #f0f0f0;
  padding: 2px;
}
.content table {
  width: 100%;
  border-color: #ccc;
}
.content th, .content td {
  border-color: #ccc;
  padding: 4px 10px;
}
.content th {
  background: #3891cf;
  color: white;
  text-align: left;
}
.content tr:nth-child(even) td {
  background: #f6f6f6;
}
.post-list {
  margin: 0;
  padding: 0;
}
.post-list li {
  list-style: none;
  border-bottom: 2px dotted #eaeaea;
  margin: 0 0 30px;
}
.post-list li:last-child {
  border: 0;
  margin: 0;
}
.meta {
  color: #666;
  font-size: 11px;
}
.g-map {
  border: 1px solid #f0f0f0;
  float: right;
  padding: 2px;
  width: 580px;
}
section[role="banner"] article[role="main"].contact .post {
  width: 35%;
}
footer[role=contentinfo] {
	border-top: 4px dotted #444;
	-moz-box-shadow: inset rgba(0, 0, 0, 0.1) 0 10px 10px, rgba(255, 255, 255, 0.7) 0 10px 10px;
	-webkit-box-shadow: inset rgba(0, 0, 0, 0.1) 0 10px 10px, rgba(255, 255, 255, 0.7) 0 10px 10px;
	box-shadow: inset rgba(0, 0, 0, 0.1) 0 10px 10px, rgba(255, 255, 255, 0.7) 0 10px 10px;
	color: #000;
	padding: 10px 0;
	background-image: url(/branding/8680/images/Corkboard.jpg);
	font-size: 16px;
	font-weight: bold;
}
footer[role=contentinfo] p {
	margin: 0 auto;
	width: 960px;
	text-align: right;
	overflow: hidden;
	font-family: Helvetica, Arial, Tahoma;
	font-size: 14px;
	line-height: 16px;
}
footer[role=contentinfo] p .left {
  text-align: left;
}
/*
	RESPONSIVE STYLES
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (max-width: 960px) {
  h2.orphan {
    margin: 0 5% 20px;
    width: 90%;
  }
  .container {
    width: 100%;
  }
  header {
    background: none;
    padding-top: 0;
  }
  #logo {
    background: url(/branding/8680/images/light_pattern.png);
    border-bottom: 1px solid #ccc;
    margin: 0 0 20px;
    padding: 10px 5%;
    width: 90%;
    float: none;
    font-size: 22px;
  }
  .social-icons {
    display: block;
    float: none;
    position: absolute;
    right: 5%;
    top: 12px;
  }
  nav {
    float: none;
    margin: 20px 0;
  }
  ul[role=navigation] li {
    float: none;
    display: block;
    margin: 0 5% 5px;
    width: 90%;
  }
  ul[role=navigation] li a {
    padding: 12px 20px;
    font-size: 14px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
  }
  ul[role=navigation] li a:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0.4)), color-stop(50%, rgba(255, 255, 255, 0.15)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -moz-linear-gradient(center top, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
  }
  ul[role=navigation] li a .icon {
    font-size: 22px;
    vertical-align: text-bottom;
  }
  section[role=banner] hgroup h1, section[role=banner] hgroup h2 {
    width: 100%;
    font: bold 24px Helvetica, Arial, Tahoma;
    padding: 0 5%;
    width: 90%;
  }
  section[role=banner] hgroup h2 {
    font-size: 16px;
    margin-top: 15px;
  }
  section[role=banner] article[role=main] {
    width: 100%;
    padding: 0 0 30px;
  }
  section[role=banner] article[role=main] h2 {
    line-height: 1.2em;
  }
  section[role=banner] article[role=main] .post, section[role=banner] article[role=main] aside {
    float: none;
    width: 90%;
    margin: 0 5%;
  }
  section[role=banner] article[role=main] aside {
    display: none;
  }
  section[role=banner] article[role=main] .price-table li {
    display: block;
  }
  section[role=banner] article[role=main] .price-table li ul, section[role=banner] article[role=main] .price-table li h4, section[role=banner] article[role=main] .price-table li .button {
    display: none;
  }
  section[role=banner] article[role=main] .price-table li .dark {
    margin: 0;
    padding: 15px 0 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
  section[role=banner] article[role=main] .price-table li.box {
    margin: 0 5% 10px;
    width: 90%;
    padding: 0;
  }
  section[role=banner] article[role=main] .price-table li.box .button {
    margin: 10px 5% 0;
    width: 90%;
  }
  section[role=banner] article[role=main] .price-table li.box:first-child {
    padding: 0 0 20px;
  }
  section[role=banner] article[role=main] .price-table li.box:first-child ul, section[role=banner] article[role=main] .price-table li.box:first-child h4, section[role=banner] article[role=main] .price-table li.box:first-child .button {
    display: block;
  }
  section[role=banner] article[role=main] .price-table li.box:first-child .dark {
    margin: 0 0 10px;
    padding-bottom: 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
  }
  section[role=banner] article[role=main] .price-table li.gap {
    display: none;
  }
  .button {
    width: 100%;
    padding: 15px 0;
    margin: 0 0 15px;
  }
  .left {
    float: none;
  }
  .columns article {
    border: 0 !important;
    display: inline-block;
    width: 90%;
    padding: 0;
    margin: 0 5%;
    font-size: 13px;
  }
  .columns article figure {
    display: inline-block;
  }
  .columns article figure p {
    margin: 0;
  }
  .columns article figure img {
    display: inline-block;
  }
  .columns article:first-child {
    padding: 20px 0 10px;
	display: inline-block;
  }
  .columns article:last-child {
    border: 0;
  }
  .thumb-rotator {
    padding: 0 5% 20px;
  }
  .thumb-rotator li {
    float: none;
    margin: 0 0 5px;
    width: 100%;
    display: none;
  }
  .thumb-rotator li:first-child {
    display: block;
  }
  .foo-slogan {
    overflow: hidden;
    padding: 10px 5% 20px;
    width: 90%;
  }
  .foo-slogan h2 {
    float: none;
    width: 100%;
    font: bold 22px/1em Helvetica, Arial, Tahoma;
    margin: 0 0 15px;
  }
  .foo-slogan .button {
    float: none;
  }
  .c-form input[type=text], .c-form input[type=email], .c-form input[type=tel] {
    padding: 10px 3%;
    width: 93%;
  }
  .c-form textarea {
    padding: 10px 3%;
    width: 93%;
  }
  .sort-bar {
    margin: 0 5% 20px;
  }
  .sort-bar a {
    line-height: 24px;
  }
  .thumb-list {
    margin: 0 5%;
  }
  .thumb-list li {
    height: auto !important;
    margin: 0 0 20px !important;
    width: 100%;
  }
  .thumb-list li img {
    padding: 2%;
    width: 96%;
  }
  aside[role=complementary], .content {
    display: block;
    padding: 10px 5%;
    width: 90%;
  }
  aside[role=complementary] img, .content img {
    max-width: 90%;
  }
  aside[role=complementary] table, .content table {
    width: 95%;
  }
  aside[role=complementary] th,
  .content th,
  aside[role=complementary] td,
  .content td {
    padding: 2px 4px;
  }
  footer[role=contentinfo] {
    padding: 10px 5%;
    width: 90%;
  }
  footer[role=contentinfo] p {
    width: 100%;
  }
}
/*
      OLDIES
	  FIXING IE THE HELL
*/
.oldies .columns {
  overflow: hidden;
}
.oldies .columns article {
  float: left;
  display: block;
  width: 21%;
}
.oldies section[role="banner"] article[role="main"] .price-table {
  overflow: hidden;
}
.oldies section[role="banner"] article[role="main"] .price-table li {
  float: left;
  width: 215px;
}
.oldies section[role="banner"] article[role="main"] .price-table li.gap {
  width: 30px;
}
.oldies section[role="banner"] article[role="main"] .price-table li .dark {
  width: 215px;
}
.oldies section[role="banner"] article[role="main"] .price-table li li {
  float: none;
}
.ie7 aside[role=complementary] {
  float: left;
}
.ie7 .content {
  width: 680px;
  float: left;
}
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, , figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }


/* =============================================================================
   Base
   ========================================================================== */
html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body {
	margin: 0;
	}



/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */

button, input { line-height: normal; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }

/*
 * Re-set default cursor for disabled elements
 */

button[disabled], input[disabled] { cursor: default; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


/* ==|== primary styles =====================================================
   Author:
   ========================================================================== */
















/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}



/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.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: h5bp.com/p */
.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; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { 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; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

#pagenav Adentry.topPageNav
{display: none}