/* HTML5 COMPAT for older browsers */
article, aside, header, hgroup, nav, section {
	display:block;
}



/* make everything compact */
* {
	padding:0;
	margin:0;
	border:0;
}
table {
	border-collapse:collapse;
	border-spacing:0px;
}




html {
	height:100%;
	font-size:100%;
}
body { 
	height:100%;
	padding:0;
	margin:0;
	border:0;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:0.875em;
	background-color:rgb(255,255,255);
	color:rgb(0,0,0);
}

p + p {
	margin-top:0.75em;
}

h1,h2,h3,h4,h5,h6 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight:bold;
	color:rgb(48,96,168);
	text-shadow:0.01em 0.01em 0.01em rgba(0,0,0,0.3);
}
h1 {
	font-size:2em;
	text-shadow:0.02em 0.02em 0.02em rgba(0,0,0,0.3);
}
h2 {
	font-size:1.6em;
	text-shadow:0.02em 0.02em 0.02em rgba(0,0,0,0.3);
}
h3 {
	font-size:1.4em;
}
h4 {
	font-size:1.2em;
}
h5 {
	font-size:1em;
}
h6 {
	font-size:0.8em;
}


/* default form-widget styles */
input, textarea {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight:normal;
	line-height:normal;
	vertical-align:baseline;
}
input[type="text"],
input[type="password"] {
	width:18em;
	padding:0.25em 0.4em 0.2em 0.4em;
	height:1em;
	border:1px solid rgb(119,119,119);
	color:rgb(51,51,51);
	background-color:rgb(255,255,255);
	border-radius:5px;
	text-shadow:0.1em 0.1em 0.1em rgba(0,0,0,0.3);
	box-shadow:0.1em 0.1em 0.1em rgba(0,0,0,0.4) inset;
}
input[type="text"]:focus,
input[type="password"]:focus {
	background-color:rgb(255,255,255);
}

/* minimal styling for select widgets due to 
   inconsistant browser behaviour
   TODO - make for elements, such as select, styled
   via javascript */
select {
	padding:0.1em 0em 0.1em 0.4em;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight:normal;
	line-height:normal;
	vertical-align:baseline;
	border:1px solid rgb(119,119,119);
	color:rgb(51,51,51);
	background-color:rgb(255,255,255);
	border-radius: 5px;
	text-shadow:0.1em 0.1em 0.1em rgba(0,0,0,0.3);
	box-shadow:0.1em 0.1em 0.1em rgba(0,0,0,0.4) inset;
}
select > option,
select > optgroup > option {
	color:rgb(51,51,51);
	background-color:rgb(255,255,255);
}
select:disabled {
	background-color:#ddd;
	color:#777;
}
select > option:disabled,
select > optgroup:disabled > option,
select > optgroup > option:disabled {
	background-color:#ddd;
	color:#777;
}
select:focus {
	background-color:rgb(255,255,255);
}
select:focus > option,
option:focus {
	background-color:rgb(255,255,255);
}


textarea {
	border:1px solid rgb(119,119,119);
	padding:0.2em 0.4em;
	color:rgb(51,51,51);
	background-color:rgb(255,255,255);
	border-radius:5px;
	text-shadow:0.1em 0.1em 0.1em rgba(0,0,0,0.3);
	box-shadow:0.1em 0.1em 0.1em rgba(0,0,0,0.4) inset;
}
textarea:focus {
	background-color:rgb(255,255,255);
}

/* buttons - and links styled as buttons */
input[type="submit"],
input[type="button"],
a.hbutton,
a.hbutton:visited,
a.hbuttonbig,
a.hbuttonbig:visited,
a.obutton,
a.obutton:visited,
a.obuttonbig,
a.obutton:visited {
	display:inline-block;
	padding:0.05em 1em 0.05em 1em;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:1em;
	line-height:1.4;
	font-weight:normal;
	vertical-align:baseline;
	background-color:rgb(255,255,255);
	color:rgb(51,51,51);
	text-decoration:none;
	border-radius:5px;
	text-shadow:0.1em 0.1em 0.1em rgba(0,0,0,0.3);
	box-shadow:0.2em 0.7em 0.1em rgba(255,255,255,0.4) inset, -0.2em -0.7em 0.1em rgba(0,0,0,0.1) inset, 0.1em 0.1em 0.1em rgba(0,0,0,0.4);
}

input.big[type="submit"],
input.big[type="button"],
a.hbuttonbig,
a.hbuttonbig:visited,
a.obuttonbig,
a.obuttonbig:visited {
	padding:0.1em 1em 0.1em 1em;
	font-size:1.2em;
	line-height:1.4;
	font-weight:bold;
}

input[type="submit"]:hover,
input[type="button"]:hover,
a.hbutton:hover,
a.hbuttonbig:hover,
a.obutton:hover,
a.obuttonbig:hover {
	color:rgb(255,255,255);
	background-color:rgb(51,51,51);
	text-decoration:none;
}

/* obutton colors, customizations */
a.obutton,
a.obutton:visited,
a.obuttonbig,
a.obutton:visited {
	position:relative;
	top:-1px;
	background-color:rgb(119,119,119);
	color:rgb(0,0,0);
	border:1px solid rgb(0,0,0);
}
a.obutton:hover,
a.obuttonbig:hover {
	background-color:rgb(255,255,255);
	color:rgb(0,0,0);
}

/* END buttons - and links styled as buttons */


/* Image styles */
img.Image1 {
	padding:4px;
	background-color:rgb(255,255,255);
	border:1px solid rgb(0,0,0);
	box-shadow:4px 4px 4px rgba(0,0,0,0.4);
	border-radius:4px;
}
img.Image1_small {
	padding:2px;
	background-color:rgb(255,255,255);
	border:1px solid rgb(0,0,0);
	box-shadow:2px 2px 2px rgba(0,0,0,0.4);
	border-radius:2px;
}
/* END Image styles */


/* Generic utility classes */
.Clear {
	display:block;
	clear:both;
}
.Centered {
	margin-left:auto;
	margin-right:auto;
}
.Center {
	text-align:center;
}
/* END Generic utility classes */



/* Page content */
.TC3Page,
.LoginPage {
	padding:10px 0 10px 0;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	line-height:1.4;
	color:;
	background-color:transparent;
}
/* END Page content */



/* Headers */
header.Hbox1 {
	border:1px solid rgb(0,0,0);
	padding:0.5em 0.8em;
	border-radius:7px;
	margin-bottom:10px;
	background-color:rgb(51,51,51);
	/* box-shadow:0.2em 0.2em 0.2em rgba(0,0,0,0.4); */
}
header.Hbox1 h1,
header.Hbox1 h2,
header.Hbox1 h3,
header.Hbox1 h4,
header.Hbox1 h5,
header.Hbox1 h6 {
	color:rgb(255,255,255);
}

header.Hbox2 {
	background-color:rgb(0,0,0);
	padding:0.5em 0.8em;
	border-radius:7px;
	margin-bottom:10px;
	box-shadow:0.2em 0.2em 0.2em rgba(0,0,0,0.4);
}
header.Hbox2 h1,
header.Hbox2 h2,
header.Hbox2 h3,
header.Hbox2 h4,
header.Hbox2 h5,
header.Hbox2 h6 {
	color:rgb(119,119,119);
}
/* END Headers */



/* Notification Misc */
.ErrorBlock,
.InfoBlock {
	padding:15px;
	margin:0px auto 20px auto;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:1em;
	line-height:1.4;
	color:rgb(255,251,0);
	border:2px solid rgb(0,0,0);
	border-radius:7px;
	box-shadow:1px 1px 2px rgba(0,0,0,0.4), inset 2px 7px 2px rgba(255,255,255,0.3), inset -1px -1px 2px rgba(0,0,0,0.3);
}
.ErrorBlock h1,
.InfoBlock h1 {
	margin-bottom:5px;
	font-size:1.4em;
	line-height:1.4;
	font-variant:small-caps;
	text-shadow:0.1em 0.1em 0.1em rgba(0,0,0,0.3);
	color:rgb(0,0,0);
}
.ErrorBlock h1 {
	color:rgb(0,0,0);
}
.ErrorBlock table td.img,
.InfoBlock table td.img {
	padding:5px;
	text-align:center;
	vertical-align:middle;
}
.ErrorBlock table td.txt,
.InfoBlock table td.txt {
	padding:5px;
	text-align:left;
	vertical-align:middle;
}
.ErrorBlock {
	background-color:rgb(255,0,0);
	color:rgb(0,0,0);
	border:2px solid rgb(0,0,0);
}
.InfoBlock {
	background-color:rgb(255,251,0);
	color:rgb(0,0,0);
	border:2px solid rgb(0,0,0);
}
/* END Notification Misc */






.LoginPage {
	margin-top:10px;
	margin-bottom:10px;
	padding:0px;
	font-size:1em;
	line-height:normal;
	color:;
	background-color:transparent;
}
.LoginPage > hgroup {
	margin-bottom:14px;
}
.LoginPage .userBlock {
	float:left;
	padding:20px;
	width:406px;
	margin-right:20px;
	border:1px solid rgb(24,144,24);
	border-radius:7px;
}
.LoginPage .newBlock {
	float:left;
	padding:20px;
	width:406px;
	border:1px solid rgb(24,144,24);
	border-radius:7px;
}
.LoginPage .userBlock > hgroup,
.LoginPage .newBlock > hgroup {
	margin-bottom:14px;
}
.LoginPage .userBlock table.loginTable {
	margin:0px auto 20px auto;
}
.LoginPage .userBlock table.loginTable th {
	font-weight:normal;
	text-align:right;
	padding:5px;
}
.LoginPage .userBlock table.loginTable td {
	font-weight:normal;
	text-align:left;
	padding:5px 3px;
}
.LoginPage .userBlock input[type="text"] {
	width:200px;
}
.LoginPage .userBlock input[type="password"] {
	width:200px;
}
.LoginPage .userBlock table.loginTable th.button {
	text-align:center;
}













/* Logging */
.K_Log {
	padding:0px;
	margin:0px 10px 10px 10px;
	font-size:12px;
	line-height:1.25em;
	font-family:"Lucida Console", Monaco, monospace;
	border:2px solid #777;
	color:#222;
	background-color:#fff;
}
.K_Log .k_log_message {
	margin:0px;
	padding:2px 0px 6px 0px;
	border-bottom:1px dotted #777;
}
.K_Log .k_log_message:nth-child(odd) {
	background-color:#fff;
}
.K_Log .k_log_message:nth-child(even) {
	background-color:#ddd;
}
.K_Log .k_log_message .name {
	display:block;
	width:100px;
	padding:0px 5px;
	font-weight:bold;
	text-align:left;
}
.K_Log .k_log_message .message {
	display:block;
	padding:0px 5px 0px 85px;
	white-space:pre-wrap;
}
.K_Log_indic {
	position:relative;
	display:block;
	box-sizing:border-box;
	top:0;
	left:0;
	padding:10px;
	color:#fff;
	background-color:#000;
	background-color:;
	color:rgb(255,255,255);
	font-size:12px;
	line-height:14px;
	border:0px;
	margin:0px;
}
/* END Logging */



/* table form */
table.Form {
	margin:0px auto;
}
table.Form > tr > td,
table.Form > thead > tr > td,
table.Form > tfoot > tr > td,
table.Form > tbody > tr > td,
table.Form > tr > th,
table.Form > thead > tr > th,
table.Form > tfoot > tr > th,
table.Form > tbody > tr > th {
	padding:5px;
	vertical-align:top;
}
table.Form > tr > th,
table.Form > thead > tr > th,
table.Form > tfoot > tr > th,
table.Form > tbody > tr > th {
	font-weight:bold;
	text-align:center;
}
table.Form > tr > th,
table.Form > thead > tr > th,
table.Form > tfoot > tr > th,
table.Form > tbody > tr > th {
	font-weight:normal;
	text-align:left;
}
table.Form > tr > td.label,
table.Form > thead > tr > td.label,
table.Form > tfoot > tr > td.label,
table.Form > tbody > tr > td.label,
table.Form > tr > td.labelreq,
table.Form > thead > tr > td.labelreq,
table.Form > tfoot > tr > td.labelreq,
table.Form > tbody > tr > td.labelreq {
	text-align:right;
	padding-top:8px;
}
table.Form > tr > td.labelreq,
table.Form > thead > tr > td.labelreq,
table.Form > tfoot > tr > td.labelreq,
table.Form > tbody > tr > td.labelreq {
	color:rgb(24,144,24);
}
table.Form .FormError {
	display:block;
	padding-top:2px;
	padding-bottom:7px;
	color:rgb(255,0,0);
	font-weight:bold;
	text-shadow:0.1em 0.1em 0.1em rgba(0,0,0,0.3);
}
table.FormCompact > tr > td,
table.FormCompact > thead > tr > td,
table.FormCompact > tfoot > tr > td,
table.FormCompact > tbody > tr > td,
table.FormCompact > tr > th,
table.FormCompact > thead > tr > th,
table.FormCompact > tfoot > tr > th,
table.FormCompact > tbody > tr > th {
	padding:2px;
	vertical-align:top;
}
/* end table form */


/* Generic Content Boxes */
.ContentBox, .ContentBox1,.ContentBox2,.ContentBox3 {
	margin-right:auto;
	margin-left:auto;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	line-height:1.4;
	padding:10px;
	border-radius:7px;
}
.ContentBox {
	border:1px solid rgb(119,119,119);
}
.ContentBox1 {
	color:rgb(0,0,0);
	background-color:rgb(119,119,119);
	border:1px solid rgb(51,51,51);
}
.ContentBox2 {
	color:rgb(255,255,255);
	background-color:rgb(51,51,51);
	border-color:rgb(0,0,0);
}


div.hdiv {
	height:1px;
	border-top:1px dotted rgb(24,144,24);
}
.ContentBoxNo {
	margin-right:auto;
	margin-left:auto;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	line-height:1.4;
	padding:10px;
}
/* END Generic Content Boxes */


/* My Account pages */
.AccountLinks .linkBlock {
	float:left;
	width:45%;
	margin:10px;
}
.AccountLinks .linkBlock a {
	font-weight:bold;
}
/* END My Account pages */


/* table list */
table.ListTable {
	margin-right:auto;
	margin-left:auto;
	background-color:rgb(255,255,255);
}
table.ListTable > thead > tr > th,
table.ListTable > tbody > tr > th,
table.ListTable > tr > th {
	font-weight:bold;
	text-align:center;
	padding:5px 15px;
	color:rgb(255,255,255);
	background-color:rgb(48,96,168);
}
table.ListTable > thead > tr > th:first-child,
table.ListTable > tbody > tr > th:first-child,
table.ListTable > tr > th:first-child {
	border-top-left-radius:7px;
}
table.ListTable > thead > tr > th:last-child,
table.ListTable > tbody > tr > th:last-child,
table.ListTable > tr > th:last-child {
	border-top-right-radius:7px;
}
table.ListTable > tbody > tr > td,
table.ListTable > tr > td {
	font-weight:normal;
	text-align:left;
	padding:5px 15px;
	border-bottom:1px dotted rgb(24,144,24);
	color:;
}
/* END table list */




/* Headline listing */
.Headline {
	margin-top:10px;
	padding-bottom:10px;
	border-bottom:1px dotted rgb(24,144,24);
}
.Headline:first-child {
	margin-top:0px;
}
.Headline h1,
.Headline h2,
.Headline h3,
.Headline h4 {
	font-size:1em;
	line-height:1.4;
	margin-bottom:0px;
}
.Headline h1 a,
.Headline h1 a:visited,
.Headline h2 a,
.Headline h2 a:visited,
.Headline h3 a,
.Headline h3 a:visited,
.Headline h4 a,
.Headline h4 a:visited {
	color:rgb(48,96,168);
	text-decoration:none;
}
.Headline h1 a:hover,
.Headline h2 a:hover,
.Headline h3 a:hover,
.Headline h4 a:hover {
	color:rgb(48,96,168);
	text-decoration:underline;
}
.Headline p {
	font-size:0.875em;
	line-height:1.4;
	font-weight:normal;
	margin-bottom:1px;
}
.Headline .published {
	font-size:0.875em;
	line-height:1.4;
	font-weight:normal;
	margin-bottom:5px;
	letter-spacing:0.1em;
	font-variant:small-caps;
}
/* END Headline listing */


/* Search */
.SearchBlock {
	padding:20px;
	width:400px;
	margin:10px auto;
	border:1px solid ;
	border-radius:7px;
}
.SearchBlock h2 {
	text-align:left;
}
.SearchBlock input[type="text"] {
	height:1.1em;
}
.SearchResults {
	margin:5px 10px;
}
.SearchResults .result {
	margin:0px 0px 10px 0px;
	padding:15px;
	border-bottom:1px dashed rgba(0,0,0,0.3);
	border-radius:0px;
	cursor:pointer;
}
.SearchResults .result .title,
.SearchResults .result .title:link,
.SearchResults .result .title:visited {
	font-size:1.1em;
	line-height:1.2;
	font-weight:bold;
	color:rgb(24,144,24);
	text-decoration:underline;
}
.SearchResults .result .title:hover {
	text-decoration:underline;
}
.SearchResults .result .previewText {
	line-height:1.4;
}

.SearchResults .resulthighlight {
	color:rgb(255,255,255);
	background-color:rgb(48,96,168);
	border-bottom:1px solid rgba(255,255,255,0);
	border-radius:7px;
}
.SearchResults .resulthighlight .title,
.SearchResults .resulthighlight .title:link,
.SearchResults .resulthighlight .title:visited {
	color:rgb(255,255,255);
}
.SearchResults .resulthighlight .title:hover {
	color:rgb(255,255,255);
}
.SearchResults .resulthighlight .previewText {
	color:rgb(255,255,255);
}
/* END Search */


.ShareWidget {
	visibility:hidden;
	height:0;
}
.ShareWidget-on {
	overflow:visible;
	visibility:visible;
	height:50px;
	padding:14px 0 0 0;
	margin:10px 0 15px 0;
}
.ShareWidget-on .serviceContainer {
	background:transparent;
}
.ShareWidget-on .service {
	position:relative;
	display:block;
	float:left;
	width:50px;
	height:80px;
	margin-right:15px;
}
.ShareWidget-on .service-facebooklike {
	position:relative;
	top:-11px;
	width:55px;
	margin-right:10px;
}
.ShareWidget-on .service:last-child {
	margin-right:0;
}
.ShareWidget-on .service a {
	position:relative;
	display:block;
	width:50px;
	height:50px;
	background-image:url('/static/public/images/ShareWidget_icons_on.png');
	background-repeat:no-repeat;
	cursor:pointer;
	transition:transform 120ms ease-in;
}
.ShareWidget-on .service a:hover {
	transform:scale(1.1,1.1) translate(0,-2px);
	transform-origin:center bottom;
}
.ShareWidget-on .service-facebook a {
	background-position:0 0;
}
.ShareWidget-on .service-twitter a {
	background-position:-50px 0;
}
.ShareWidget-on .service-googleplus a {
	background-position:-100px 0;
}
.ShareWidget-on .service-pinterest a {
	background-position:-150px 0;
}
.ShareWidget-on .service a span {
 display:none;
}
.ShareWidget-on .service aside {
	display:inline-block;
	position:absolute;
	top:-12px;
	right:-8px;
	height:12px;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	line-height:12px;
	padding:1px 10px;
	background-color:red;
	border:2px solid #fff;
	border-radius:8px;
	cursor:pointer;
}






#PageHeader {
}
#PageHeader .bounding {
	position:relative;
	padding:0px;
	border:0px;
	margin:0px auto;
	width:960px;
}
#PageHeader > .top {
	position:relative;
	overflow:hidden;
	color:rgb(24,144,24);
	background-color:rgb(255,255,255);
	min-height:64px;
		border-bottom:1px solid rgb(0,168,25);
	}
#PageHeader > .top .logocanvas {
	display:block;
	float:left;
	width:0px;
	margin:0px 15px 0px 0px;
	border:0;
}
#PageHeader > .top img.logo {
	display:block;
	margin:0;
	border:0;
}
#PageHeader > .top .logobyline {
	display:block;
	text-align:left;
	color:rgb(24,144,24);
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:1em;
	font-weight:normal;
	line-height:1.4;
	font-size:1em;
	line-height:1.4;
	padding-top:4px;
	text-shadow:1px 1px 1px rgba(0,0,0,0.3);
}
#PageHeader > .top .topcontent_canvas {
	display:block;
	float:left;
	width: 630px;
	margin:0px;
	border:0;
	color:rgb(24,144,24);
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:1em;
	font-weight:normal;
	line-height:1.4;
}
#PageHeader > .top .utilitybar {
	display:block;
	float:right;
	width:300px;
	min-height:64px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 15px;
	border:0px;
	text-align:right;
	font-size:0.875em;
	line-height:1.1;
}
#PageHeader .utilitybarStackedOuter {
	padding:0;
	background-color:rgb(51,51,51);
		background-repeat:repeat-x;
	background-position:left bottom;
	border-bottom:1px solid rgb(0,0,0);
}
#PageHeader .utilitybarStacked {
	display:block;
	overflow:hidden;
	width:960px;
	padding:0;
	margin:0 auto;
	border:0;
	text-align:right;
	font-size:0.875em;
	line-height:1.1;
}
#PageHeader .searchWidget {
	display:block;
	padding:0px;
	margin:0px;
	border:0px;
}
#PageHeader .searchWidget .borderbox {
	display:inline-block;
	border-top:0px;
	border-right:1px solid rgb(255,255,255);
	border-bottom:1px solid rgb(255,255,255);
	border-left:1px solid rgb(255,255,255);
	border-radius:0px 0px 7px 7px;
	padding:2px 4px;
}
#PageHeader .searchWidget input[type="text"] {
	width:210px;
	font-size:1em;
	height:1.2em;
	margin:0px 5px 0px 0px;
	padding:1px 4px 1px 4px;
	border:0px;
	border-radius:4px;
	box-shadow:none;
	background-color:rgb(119,119,119);
	color:rgb(0,0,0);
	vertical-align:baseline;
}
#PageHeader .searchWidget input[type="submit"] {
	margin:0px;
	padding:0px;
	border:0px;
	border-radius:4px;
	box-shadow:none;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	background-color:rgb(255,255,255);
	color:rgb(51,51,51);
	vertical-align:baseline;
}
#PageHeader .searchWidget input[type="submit"]:hover {
	margin:0px;
	padding:0px;
	border:0px;
	border-radius:4px;
	box-shadow:none;
	color:rgb(51,51,51);
	background-color:rgb(255,255,255);
	vertical-align:baseline;
}


#PageHeader .searchWidgetStacked {
	float:right;
	border:0;
	padding:0;
	margin:0;
}
#PageHeader .searchWidgetStacked .borderbox {
	display:inline-block;
	overflow:hidden;
	padding:0px;
	margin:1px;
	background-color:rgb(255,255,255);
	border:1px solid rgb(255,255,255);
	border-radius:4px;
}
#PageHeader .searchWidgetStacked input[type="text"] {
	width:210px;
	font-size:1em;
	height:1.2em;
	margin:0px 0px 0px 0px;
	padding:1px 4px 1px 4px;
	border:0;
	border-radius:0;
	box-shadow:none;
	color:rgb(0,0,0);
	background-color:rgb(119,119,119);
	vertical-align:baseline;
}
#PageHeader .searchWidgetStacked input[type="submit"] {
	margin:0px;
	padding:0px;
	border:0px;
	border-radius:0;
	box-shadow:none;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	background-color:rgb(255,255,255);
	color:rgb(51,51,51);
	vertical-align:baseline;
}
#PageHeader .searchWidgetStacked input[type="submit"]:hover {
	margin:0px;
	padding:0px;
	border:0px;
	border-radius:0;
	box-shadow:none;
	color:rgb(255,255,255);
	background-color:rgb(0,0,0);
	vertical-align:baseline;
}

#PageHeader .utilityStacked {
	display:block;
	float:left;
	padding:0;
	margin:0;
	border:0;
	text-align:left;
	font-size:0.925em;
	line-height:1.1;
}
#PageHeader .utilityStacked .accountWidget {
	display:block;
	float:left;
	margin:0;
	padding:2px 0px;
}
#PageHeader .utilityStacked .loggedinWidget {
	display:block;
	float:left;
	margin:4px 0 0 10px;
	padding:2px 0px;
	color:rgb(255,255,255);
}
#PageHeader .utilityStacked .loggedinWidget a {
	color:rgb(255,255,255);
	text-decoration:none;
	text-shadow:none;
	border:0px;
}
#PageHeader .utilityStacked .loggedinWidget a:hover {
	color:rgb(255,255,255);
	text-decoration:underline;
	text-shadow:none;
	border:0px;
}

#PageHeader .utilityStacked .loggedinWidget a {
	color:rgb(255,255,255);
	text-decoration:none;
	text-shadow:none;
	border:0px;
}
#PageHeader .utilityStacked .loggedinWidget a:hover {
	color:rgb(255,255,255);
	text-decoration:underline;
	text-shadow:none;
	border:0px;
}
#PageHeader .utilityStacked a.utilitybutton {
	display:inline-block;
	padding:0.05em 1em 0.05em 1em;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:1em;
	line-height:1.4;
	font-weight:normal;
	vertical-align:baseline;
	color:rgb(51,51,51);
	background-color:rgb(255,255,255);
	border:1px solid rgb(255,255,255);
	text-decoration:none;
	border-radius:4px;
	text-shadow:none;
	box-shadow:none;
}
#PageHeader .utilityStacked a.utilitybutton + a.utilitybutton {
	margin-left:10px;
}
#PageHeader .utilityStacked a.utilitybutton:hover {
	text-decoration:none;
	color:rgb(255,255,255);
	background-color:rgb(0,0,0);
	border:1px solid rgb(255,255,255);
}
#PageHeader .utilityStacked a.utilitylink {
	display:inline;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:1em;
	line-height:1.4;
	font-weight:normal;
	vertical-align:baseline;
	color:rgb(255,255,255);
	text-decoration:none;
	text-shadow:none;
	box-shadow:none;
	text-decoration:none;
}
#PageHeader .utilityStacked a.utilitylink:hover {
	color:rgb(255,255,255);
	text-decoration:underline;
}
#PageHeader .utilityStacked .utilitydivider {
	display:inline-block;
	visibility:hidden;
	padding:0.05em 0.1em;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:1em;
	line-height:1.4;
	font-weight:normal;
	vertical-align:baseline;
	color:rgb(255,255,255);
	text-decoration:none;
	border:0px;
	border-radius:0px;
	text-shadow:none;
	text-decoration:none;
}








#PageHeader .bottomClear {
	position:relative;
	display:block;
	clear:both;
	height:0px;
}



#PageHeader .utilitybottom {
	display:block;
	position:absolute;
	bottom:1px;
	right:0px;
	width:300px;
	padding:0px 0px 0px 0px;
	margin:0px;
	border:0px;
	text-align:right;
	font-size:0.875em;
	line-height:1.1;
}
#PageHeader .utilitybottom .accountWidget {
	display:block;
	padding:2px 0px;
}
#PageHeader .utilitybottom .loggedinWidget {
	display:block;
	padding:2px 0px;
	margin:0px 0px 0px 0px;
	color:rgb(255,255,255);
}
#PageHeader .utilitybottom .loggedinWidget a {
	color:rgb(255,255,255);
	text-decoration:none;
	text-shadow:none;
	border:0px;
}
#PageHeader .utilitybottom .loggedinWidget a:hover {
	color:rgb(255,255,255);
	text-decoration:underline;
	text-shadow:none;
	border:0px;
}
#PageHeader .utilitybottom a.utilitybutton {
	display:inline-block;
	padding:0.05em 1em 0.05em 1em;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:1em;
	line-height:1.4;
	font-weight:normal;
	vertical-align:baseline;
	color:rgb(51,51,51);
	background-color:rgb(255,255,255);
	text-decoration:none;
	border:1px solid rgb(255,255,255);
	border-radius:4px;
	text-shadow:none;
	box-shadow:none;
}
#PageHeader .utilitybottom a.utilitybutton + a.utilitybutton {
	margin-left:10px;
}
#PageHeader .utilitybottom a.utilitybutton:hover {
	color:rgb(255,255,255);
	background-color:rgb(0,0,0);
	text-decoration:none;
	border:1px solid rgb(255,255,255);
}
#PageHeader .utilitybottom a.utilitylink {
	display:inline;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:1em;
	line-height:1.4;
	font-weight:normal;
	vertical-align:baseline;
	color:rgb(255,255,255);
	text-decoration:none;
	text-shadow:none;
	box-shadow:none;
	text-decoration:none;
}
#PageHeader .utilitybottom a.utilitylink:hover {
	color:rgb(255,255,255);
	text-decoration:underline;
}
#PageHeader .utilitybottom .utilitydivider {
	display:inline-block;
	padding:0.05em 0.7em;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:1em;
	line-height:1.4;
	font-weight:normal;
	vertical-align:baseline;
	color:rgb(255,255,255);
	text-decoration:none;
	border:0px;
	border-radius:0px;
	text-shadow:none;
	text-decoration:none;
}


/* class for the HTML editor */
.Wrapper_topcontent_EDIT {
	width: 540px;
	text-align:left;
	background-color:rgb(255,255,255);
	color:rgb(24,144,24);
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:1em;
	font-weight:normal;
	line-height:1.4;
}

#PageHeader .menu {
	padding-top:14px;
	background-color:rgb(0,168,25);
	background-image:url('/img/gradient/10/w1_h48_dy_p000a819ff_48189018ff/gradient.png');
	background-repeat:repeat-x;
	background-position:left top;
	border-bottom:1px solid rgb(255,255,255)}
#PageHeader nav.MainMenu {
	position:relative;
	padding:0px;
	border:0px;
	margin:0px auto;
	width:960px;
}
#PageHeader nav.MainMenu > ul {
	display:block;
	padding:0;
	margin:0;
	border:0;
	list-style-type:none;
	list-style-position:inside;
}
#PageHeader nav.MainMenu > ul > li {
	display:block;
	float:left;
	margin-bottom:14px;
	margin-left:60px;
	padding:0px;
	height:20px;
}
#PageHeader nav.MainMenu > ul > li:first-child {
	margin-left:0px;
}
#PageHeader nav.MainMenu > ul > li > a,
#PageHeader nav.MainMenu > ul > li > a:visited {
	display:block;
	padding:2px 5px 3px 5px;
	color:rgb(255,255,255);
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:0.90em;
	line-height:1.2;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	letter-spacing:0.10em;
	border-bottom:1px solid rgb(0,168,25);
}
#PageHeader nav.MainMenu > ul > li > a:hover {
	color:rgb(48,96,168);
	border-bottom:1px solid rgb(48,96,168);
}
#PageHeader nav.MainMenu > ul > li > a.selected,
#PageHeader nav.MainMenu > ul > li > a.selected:visited,
#PageHeader nav.MainMenu > ul > li > a.selected:hover {
	color:rgb(48,96,168);
	border-bottom:1px solid rgb(48,96,168);
}

#PageHeader .submenu {
	padding-top:6px;
	background-color:rgb(51,51,51);
	background-repeat:repeat-x;
	background-position:left top;
	border-bottom:1px solid rgb(0,0,0);
}
#PageHeader nav.MainSubMenu {
	position:relative;
	padding:0px;
	border:0px;
	margin:0px auto;
	width:960px;
}
#PageHeader nav.MainSubMenu > ul {
	display:block;
	padding:0;
	margin:0;
	border:0;
	list-style-type:none;
	list-style-position:inside;
}
#PageHeader nav.MainSubMenu > ul > li {
	display:block;
	float:left;
	margin-bottom:7px;
	margin-left:40px;
	padding:0px;
	height:20px;
}
#PageHeader nav.MainSubMenu > ul > li:first-child {
	margin-left:0px;
}
#PageHeader nav.MainSubMenu > ul > li > a,
#PageHeader nav.MainSubMenu > ul > li > a:visited {
	display:block;
	padding:2px 5px 2px 5px;
	color:rgb(255,255,255);
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:0.875em;
	line-height:1.2;
	font-weight:bold;
	text-decoration:none;
}
#PageHeader nav.MainSubMenu > ul > li > a:hover {
	color:rgb(0,0,0);
	text-decoration:none;
}
#PageHeader nav.MainSubMenu > ul > li > a.selected,
#PageHeader nav.MainSubMenu > ul > li > a.selected:visited,
#PageHeader nav.MainSubMenu > ul > li > a.selected:hover {
	color:rgb(0,0,0);
	text-decoration:underline;
}





#PageHeader .MainMenuRow_multi {
	background-color:rgb(0,168,25);
	background-image:url('/img/gradient/10/w1_h48_dy_p000a819ff_48189018ff/gradient.png');
	background-repeat:repeat-x;
	background-position:left top;
	border-bottom:1px solid rgb(24,144,24);
}
nav.MainMenu_multi {
	position:relative;
	height:48px;
	padding:0px;
	border:0px;
	margin:0px auto;
	width:960px;
}
nav.MainMenu_multi .main_link {
	display:block;
	float:left;
	padding:0;
	margin:0;
	border:0;
}
nav.MainMenu_multi .main_link > a  {
	display:block;
	margin:0;
	padding:0px;
	border:0;
	height:48px;
}
nav.MainMenu_multi .main_link_divider {
	display:block;
	position:static;
	float:left;
	width:1px;
	height:24px;
	margin:12px 0 0 0;
	background-color:rgb(255,255,255);
}
nav.MainMenu_multi .main_link_divider_ON {
	height:48px;
	margin:0;
}
nav.MainMenu_multi .main_link > a,
nav.MainMenu_multi .main_link > a:visited {
	display:block;
	padding:0 24px 0px 24px;
	height:48px;
	line-height:48px;
	color:rgb(255,255,255);
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:1.0em;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	letter-spacing:0.12em;
}
nav.MainMenu_multi .main_link > a.hover {
	color:rgb(48,96,168);
	background-color:rgb(255,217,48);
}

nav.MainMenu_multi .submenuWrapper {
	position:absolute;
	top:48px;
	left:0;
	background-color:rgb(48,96,168);
	color:rgb(255,255,255);
	border-top:1px solid rgb(255,143,24);
	border-right:2px solid rgb(255,143,24);
	border-bottom:2px solid rgb(255,143,24);
	border-left:2px solid rgb(255,143,24);
	z-index:9999;
	box-shadow:2px 4px 6px 0px rgba(0,0,0,0.3);
}
nav.MainMenu_multi .submenuWrapper .subPointer {
	height:20px;
	background-image: url('/img/tangle1/10/w40_h20_ds_fff8f18ff/tangle1.png');
	background-repeat:no-repeat;
}
/*
nav.MainMenu_multi .submenuWrapper > .submenu_column .submenu_column {
	float:left;
	padding-left:10px;
}
*/
nav.MainMenu_multi .submenuWrapper > .submenu_column {
	float:left;
	padding:5px 20px 20px 10px;
}
nav.MainMenu_multi .submenuWrapper > .submenu_column:first-child {
	padding-left:20px;
}
nav.MainMenu_multi .submenuWrapper > .submenu_column:last-child {
	padding-right:20px;
}
nav.MainMenu_multi .submenuWrapper div + .heading {
	margin-top:30px;
}
nav.MainMenu_multi .submenuWrapper a {
	display:inline-block;
	padding-right:50px;
	line-height:1.4;
	text-decoration:none;
	color:rgb(255,255,255);
}
nav.MainMenu_multi .submenuWrapper a:hover {
	text-decoration:underline;
}
nav.MainMenu_multi .submenuWrapper .heading a {
	display:block;
	font-weight:bold;
	font-size:1.0em;
	line-height:1.5;
	color:rgb(255,255,255);
	border-bottom:1px dotted rgb(255,255,255);
	padding-right:50px;
	margin-bottom:6px;
	text-decoration:none;
}
nav.MainMenu_multi .submenuWrapper .heading a:hover {
	text-decoration:none;
}




#PageHeader > .bottom {
	height:28px;
	border-top:1px solid #fff;
	color:rgb(24,144,24);
	background-color:rgb(255,255,255);
	text-align:right;
	font-size:0.857em;
	line-height:normal;
}
#PageHeader nav.BottomMenu {
	width:960px;
	height:28px;
	margin:0px auto;
	line-height:28px;
}
#PageHeader nav.BottomMenu .loggedinBlock {
	float:left;
	height:28px;
	line-height:28px;
}



#OuterPage {
	border-top:1px solid rgb(255,255,255);
	background-color:rgb(255,255,255);
	background-repeat:repeat-x;
	background-position:left top;
}
#Page {
	position:relative;
	width:960px;
	margin:0px auto;
}



#Footer {
}

#Footer .top {
	padding-top:15px;
	padding-bottom:25px;
	border-top:1px solid rgb(24,144,24);
	background-color:rgb(96,144,192);
	background-image:url('/img/gradient/10/w1_h100_dy_p06090c0ff_100777777ff/gradient.png');
	background-repeat:repeat-x;
}
#Footer nav.BottomMenu {
	display:block;
	width:960px;
	margin:0px auto;
}
#Footer nav.BottomMenu > ul {
	display:block;
	padding:0;
	border:0;
}
#Footer nav.BottomMenu > ul > li {
	display:block;
	float:left;
	width:170px;
	text-align:left;
	padding:5px;
	border-radius:8px;
	margin-right:14px;
	cursor:pointer;
}
#Footer nav.BottomMenu > ul > li:last-child {
	margin-right:0px;
}
#Footer nav.BottomMenu > ul > li > a.link,
#Footer nav.BottomMenu > ul > li > a.link:visited {
	display:inline-block;
	padding-bottom:3px;
	border-bottom:1px solid rgb(96,144,192);
	color:rgb(0,0,0);
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:1.2em;
	font-weight:bold;
	line-height:1.3;
	letter-spacing:0.10em;
	text-decoration:none;
}
#Footer nav.BottomMenu > ul > li > a.link:hover {
	color:rgb(255,255,255);
	text-decoration:none;
	border-bottom:1px solid rgb(255,255,255);
}
#Footer nav.BottomMenu > ul > li > p {
	margin:10px 0 0 0;
	color:rgb(0,0,0);
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:0.825em;
	font-weight:normal;
	line-height:1.3;
	letter-spacing:0.12em;
}
#Footer nav.BottomMenu > ul > li > a.link:hover + p {
	color:rgb(255,255,255);
}
#Footer nav.BottomMenu > ul > li > a.readmore,
#Footer nav.BottomMenu > ul > li > a.readmore:visited {
	color:rgb(0,0,0);
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:0.825em;
	font-weight:normal;
	line-height:1.3;
	letter-spacing:0.12em;
	text-decoration:underline;
}
#Footer nav.BottomMenu > ul > li > a.readmore:hover {
	color:rgb(255,255,255);
	text-decoration:underline;
}


#Footer .bottom {
	position:relative;
	padding-bottom:50px;
	border-top:1px solid rgb(0,0,0);
	background-color:rgb(24,144,24);
	text-align:center;
}
#Footer .bottom .logo {
	display:block;
	position:absolute;
	right:10px;
	bottom:10px;
	padding:0px;
}
#Footer .bottom .logo a.byline {
	text-decoration:none;
	text-align:center;
	color:rgb(24,144,24);
}
#Footer .bottom .logo p.byline {
	text-align:center;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:0.875em;
	font-weight:bold;
	color:rgb(255,255,255);
}

.Wrapper_contact_address {
	text-align:center;
	color:rgb(255,255,255);
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:1em;
	font-weight:bold;
	line-height:1.4;
	letter-spacing:0.08em;
}
/* class for the HTML editor */
.Wrapper_contact_address_EDIT {
	text-align:center;
	background-color:rgb(24,144,24);
	color:rgb(255,255,255);
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:1em;
	font-weight:bold;
	line-height:1.4;
	letter-spacing:0.08em;
}







/* tiny_mce - this needs to match the basic style of TC3Page, used for tiny_mce content */
#TC3EditorPage {
	padding:10px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}
/* END tiny_mce */


.TC3Section {
	clear:both;
}


/* TC3Area Content Boxes */
.TC3Area_ContentBox0, .TC3Area_ContentBox1, .TC3Area_ContentBox2, .TC3Area_ContentBox3 {
	margin:10px 10px 0px 10px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	padding:10px;
	border:0px;
}
.TC3Area_ContentBox0_fleft, 
.TC3Area_ContentBox1_fleft, 
.TC3Area_ContentBox2_fleft, 
.TC3Area_ContentBox3_fleft {
	margin-left:0px;
}
.TC3Area_ContentBox0_bottom, 
.TC3Area_ContentBox1_bottom, 
.TC3Area_ContentBox2_bottom, 
.TC3Area_ContentBox3_bottom {
	margin-bottom:10px;
}
.TC3Area_ContentBox1 {
	color:rgb(0,0,0);
	background-color:rgb(255,255,255);
	border:1px solid rgb(51,51,51);
	border-radius:7px;
}
.TC3Area_ContentBox1 a {
	color:rgb(0,0,0);
}
.TC3Area_ContentBox2 {
	color:rgb(0,0,0);
	background-color:rgb(119,119,119);
	border:1px solid rgb(51,51,51);
	border-radius:7px;
}
.TC3Area_ContentBox2 a {
	color:rgb(0,0,0);
}
.TC3Area_ContentBox3 {
	color:rgb(255,255,255);
	background-color:rgb(48,96,168);
	border:1px solid rgb(51,51,51);
	border-radius:7px;
}
.TC3Area_ContentBox3 a {
	color:rgb(48,96,168);
}
/* END Generic Content Boxes */




.BlogMain {
	background:rgb(255,255,255);
	display:block;
	float:left;
	width:740px;	
}
.Blog {
	padding-bottom:40px;
	margin-bottom:40px;
	border-bottom:1px groove rgb(0,0,0);
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:rgb(0,0,0);
}
.Blog a:link,.Blog a:visited {
	color:rgb(0,0,0);
}
.Blog a:hover {
	color:rgb(0,0,0);
}
.BlogNav {
	background-color:rgb(255,255,255); 
	display:block;
	float:right;
	width:200px;
}
.BlogNav a:link,.BlogNav a:visited {
	color:rgb(0,0,0);
}

.BlogNav a:hover {
	color:rgb(0,0,0);
}
.BlogNav nav.months,
.BlogNav nav.categories {
	margin-bottom:20px;
	border:1px solid rgb(51,51,51);
	border-radius:7px;
}
.BlogNav nav.months h6,
.BlogNav nav.categories h6 {
	color:rgb(255,255,255);
	background-color:rgb(51,51,51);
	font-size:1em;
	line-height:1.4;
	padding:5px 10px;
	border-top-left-radius:7px;
	border-top-right-radius:7px;
}
.BlogNav nav.months .month,
.BlogNav nav.categories .category {
	padding:5px 10px;
	border-top:1px dotted ;
	color:;
}
.BlogNav nav.months span,.BlogNav nav.categories span {
	color:rgb(0,0,0);
}
.Blog > header {
	margin-bottom:10px;
	background:rgb(255,255,255);
}
.Blog > header h1 {
	background:rgb(255,255,255);
	font-size:1.42em;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	line-height:1.4;
}
.Blog > header h1 a,
.Blog > header h1 a:visited {
	color:rgb(119,119,119);
	text-decoration:none;
}
.Blog > header h1 a:hover {
	color:rgb(119,119,119);
	text-decoration:underline;
}
.Blog > header .by,
.Blog > header .position {
	display:inline-block;
	padding:0;
	margin:0;
	border:0;
	color:rgb(0,0,0);
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:1em;
	line-height:1.4;
	font-style:italic;
	font-variant:small-caps;
}
.Blog > header .position:before {
	content: ' - ';
}
.Blog > header .time {
	display:block;
	padding:0;
	margin:0;
	border:0;
	color:rgb(0,0,0);
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:1em;
	line-height:1.4;
	font-style:italic;
	font-variant:small-caps;
}
.BlogContent {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:1em;
	line-height:1.6;
}
.BlogEditorContent {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:0.875em !important; /* matches default body size */
	line-height:1.6;
	padding:5px 5px 5px 5px !important;
}

.Blog > footer {
	background-color: rgb(255,255,255);
	margin-top:5px;
	padding:5px 10px;
	border: 1px solid rgb(51,51,51);
	border-radius:7px;
}
.Blog > footer nav.cats {
	font-weight:bold;
	color: rgb(0,0,0);
}
.Blog > footer nav.cats a:link {
	color: rgb(0,0,0);
}
.Blog > footer nav.cats a:hover {
	color: rgb(0,0,0);
}
.Blog > footer nav.tags {
	display:block;
	margin-bottom:3px;
	color: rgb(0,0,0);
}
.Blog > footer nav.tags a {
	color: rgb(0,0,0);
}
.Blog > footer nav.tags a:hover {
	color: rgb(0,0,0);
}


.GalleryPage {
	border:0px;
	margin:15px auto;
}

.GallerySet {
	position:relative;
	border:0px;
	margin:0px auto;
}

.GallerySet .category_menu_container {
	overflow:hidden;
	margin-bottom:10px;
	padding:0px 0px 0px 0px;
	border:1px solid rgb(24,144,24);
	border-radius:7px;
	background-color:rgb(255,255,255);
}
.GallerySet .catbrowse_button_h {
	display:none;
	position:absolute;
	width:15px;
	height:30px;
	top:0px;
	background-color:rgb(255,255,255);
	background-repeat:no-repeat;
	background-position:center center;
	cursor:pointer;
	z-index:100;
}
.GallerySet .catbrowse_button_h:hover {
	background-color:rgb(51,51,51);
}
.GallerySet .catbrowse_button_left {
	left:0px;
	background-image:url('/static/public/images/gallery/scroll_left.gif');
}
.GallerySet .catbrowse_button_right {
	right:0px;
	background-image:url('/static/public/images/gallery/scroll_right.gif');
}

.GallerySet ul.category_menu {
	position:relative;
	z-index:1;
	display:block;
	padding:0px;
	margin:0px;
	border:0px;
}
.GallerySet ul.category_menu > li {
	display:block;
	float:left;
	padding:0px;
	margin:0px;
	border:0px;
}
.GallerySet ul.category_menu > li > a,
.GallerySet ul.category_menu > li > a:visited {
	display:block;
	padding:0.2em 1.5em;
	margin:0px 0px 0px 0px;
	border:0;
	text-align:center;
	font-weight:normal;
	white-space:nowrap;
	font-size:1.15em;
	line-height:1.4em;
	text-decoration:none;
	color:rgb(0,0,0);
	background-color:rgb(255,255,255);
}
.GallerySet ul.category_menu > li:first-child > a {
	margin-left:0px;
}
.GallerySet ul.category_menu > li > a:hover {
	color:rgb(24,144,24);
}
.GallerySet ul.category_menu > li > a.selected {
	background-color:rgb(24,144,24);
	color:rgb(255,255,255);
}

.GallerySet .main_display_area {
	margin:0px 0px 10px 0px;
	border:1px solid rgb(24,144,24);
	border-radius:7px;
	background-color:rgb(255,255,255);
	overflow:hidden;
}
.GallerySet .category_description {
	position:relative;
	clear:both;
	overflow:hidden;
	padding:10px;
	background-color:rgb(255,255,255);
	color:rgb(0,0,0);
	text-shadow:0.1em 0.1em 0.1em rgba(0,0,0,0.3);
}
.GallerySet .image_stage {
	clear:both;
	position:relative;
	height:500px;
	padding:0px;
	overflow:hidden;
	background-color:rgb(255,255,255);
}
.GallerySet .image_stage > img {
	display:block;
	margin:0px;
	border:0px;
	padding:0px;
}
.GallerySet .image_stage > .info_bg {
	position:absolute;
	padding:0px;
	margin:0px;
	border:0px;
	background-color:#000;
}
.GallerySet .image_stage > .info {
	position:absolute;
	padding:0px;
	margin:0px;
	border:0px;
	color:#fff;
}
.GallerySet .image_stage > .info > .infocontent > h4 {
	display:block;
	padding:2px;
	margin:0px;
	border:0px;
	font-weight:bold;
	color:#fff;
	font-size:1.2em;
}
.GallerySet .image_stage > .info > .infocontent > p {
	display:block;
	padding:2px;
	margin:0px;
	border:0px;
	font-weight:normal;
	color:#fff;
	font-size:1em;
}
.GallerySet .image_stage > .info > .infocontent {
	display:block;
	padding:18px;
}
/*
.GallerySet .image_stage > .info > .infoclose {
	position:absolute;
	top:0px;
	right:0px;
	height:20px;
	width:20px;
	background-image:url('/static/public/images/gallery/close1.png');
	background-position:center center;
	background-repeat:no-repeat;
}
*/
.GallerySet .image_stage > .info > .infoclose {
	position:absolute;
	top:0px;
	left:0px;
	height:20px;
	width:100%;
	background-image:url('/static/public/images/gallery/opendown.png');
	background-position:center top;
	background-repeat:no-repeat;
}
.GallerySet .image_stage > .infoopen_button {
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	height:20px;
	background-image:url('/static/public/images/gallery/openup.png');
	background-position:center bottom;
	background-repeat:no-repeat;
}
.GallerySet .image_stage > .ss_control {
	position:absolute;
	top:40px;
	left:40px;
	width:120px;
	height:40px;
	padding:10px 10px 10px 10px;
	color:#fff;
	background-color:#000;
	border-radius:7px;
	cursor:default;
}
.GallerySet .image_stage > .ss_control .iconpause {
	display:block;
	width:100%;
	height:27px;
	background-image:url('/static/public/images/gallery/pause.png');
	background-position:center top;
	background-repeat:no-repeat;
	cursor:default;
}
.GallerySet .image_stage > .ss_control .iconplay {
	display:block;
	width:100%;
	height:27px;
	background-image:url('/static/public/images/gallery/play.png');
	background-position:center top;
	background-repeat:no-repeat;
	cursor:default;
}
.GallerySet .image_stage > .ss_control p {
	padding:10px 0px 0px 0px;
	margin:0px;
	border:0;
	font-weight:bold;
	font-size:1em;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	line-height:1.2;
	text-align:center;
	cursor:default;
}
.GallerySet .image_stage > .ab_button {
	position:absolute;
	top:0px;
	width:40px;
	height:100%;
	background-repeat:no-repeat;
}
.GallerySet .image_stage > .button_back {
	left:0px;
	background-image:url('/static/public/images/gallery/left.png');
	background-position:left center;
}
.GallerySet .image_stage > .button_advance {
	right:0px;
	background-image:url('/static/public/images/gallery/right.png');
	background-position:right center;
}

.GallerySet .fs_bar {
	clear:both;
	position:relative;
	border:1px solid rgb(24,144,24);
	border-radius:7px;
}
.GallerySet .fs_window {
	position:relative;
	overflow:hidden;
	padding:0px 0px;
	margin:0px 30px;
}
.GallerySet .fs_window > ul {
	position:relative;
	margin:0px;
	padding:0px;
	border:0px;
	height:106px;
}
.GallerySet .fs_window > ul > li {
	position:absolute;
	display:block;
	padding:2px;
	margin:5px;
	width:120px;
	height:90px;
	top:0px;
	border:1px solid rgb(24,144,24);
	background-color:#888;
	overflow:hidden;
}
.GallerySet .fs_window > ul > li.selected {
	border:1px solid rgb(24,144,24);
	background-color:rgb(255,255,255);
}
.GallerySet .fs_window > ul > li > .img_elem {
	display:block;
	margin:0px auto;
	overflow:hidden;
}
.GallerySet .fs_window > ul > li > .fs_dimmer {
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	/* width:124px;
	height:94px; */
	margin:0px;
	border:0px;
	background-color:rgb(255,255,255);
}
.GallerySet .fs_window > ul > li > h4 {
	display:none;
}
.GallerySet .fs_window > ul > li > p {
	display:none;
}
.GallerySet .fs_window > ul > li > span {
	display:none;
}
.GallerySet .fs_window > ul > li > .fextension {
	display:none;
}
.GallerySet .fs_button_h {
	position:absolute;
	width:30px;
	height:106px;
	top:0px;
	background-color:rgb(255,255,255);
	background-repeat:no-repeat;
	background-position:center center;
	cursor:pointer;
}
.GallerySet .fs_button_h:hover {
	background-color:rgb(24,144,24);
}
.GallerySet .fs_button_left {
	left:0px;
	background-image:url('/static/public/images/gallery/scroll_left.gif');
	border-right:1px solid rgb(0,0,0);
	border-top-left-radius:7px;
	border-bottom-left-radius:7px;
}
.GallerySet .fs_button_right {
	right:0px;
	background-image:url('/static/public/images/gallery/scroll_right.gif');
	border-left:1px solid rgb(0,0,0);
	border-top-right-radius:7px;
	border-bottom-right-radius:7px;
}


.GallerySet nav.galleryset_menu {
	margin:20px auto;
}
.GallerySet nav.galleryset_menu > h4 {
	margin-bottom:0px;
}
.GallerySet ul.galleryset_menu {
	position:relative;
	padding:0px;
	border:0px;
}
.GallerySet ul.galleryset_menu > li {
	display:block;
	float:left;
	padding:7px;
	margin:10px;
	width:222px;
	border:1px solid rgb(24,144,24);
	border-radius:7px;
}
.GallerySet ul.galleryset_menu > li:hover {
	background-color:rgb(48,96,168);
}
.GallerySet ul.galleryset_menu > li.selected {
	border:1px solid rgb(0,0,0);
	background-color:rgb(24,144,24);
}
.GallerySet .galleryset_menu .prv_elem {
	display:block;
	float:left;
	margin:0px 10px 0px 0px;
	overflow:hidden;
	border:1px solid rgb(0,0,0);
}
.GallerySet .galleryset_menu a.txtlink,
.GallerySet .galleryset_menu a.txtlink:visited {
	font-weight:bold;
	font-size:1.1em;
	line-height:1.4;
	text-decoration:none;
	color:rgb(0,0,0);
}




table.EClubTable {
	width:740px;
	margin:0px auto;
	border-collapse:collapse;
}
table.EClubTable th {
	padding:20px 3px 3px 50px;
	font-weight:normal;
	font-style:italic;
	text-align:left;
	font-size:16px;
	border-bottom:1px solid #777;
}
table.EClubTable th.top {
	padding-top:3px;
}
table.EClubTable td {
	text-align:left;
	vertical-align:top;
	padding:3px;
}
table.EClubTable td:first-child {
	text-align:right;
	padding-top:6px;
}
table.EClubTable td .error {
	color:#f00;
	font-weight:bold;
}
table.EClubTable td.reminder_isset {
	background-color:rgb(51,51,51);
	color:rgb(119,119,119);
}







/* Page Styles */
.StorePage,
.CheckoutPage {
	margin-top:10px;
	margin-bottom:10px;
	padding:0px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	line-height:1.4;
	color:rgb(0,0,0);
	background-color:rgb(255,255,255);
}

.CheckoutPage hgroup {
	margin-bottom:20px;
}

#StorePageLeft {
	float:left;
	width:220px;
	margin-right:20px;
}
#StorePageContent {
	float:left;
	width:720px;
}





/* Category Menu */
.CategoryMenu {	
	background-color:rgb(51,51,51);	
	border-radius:7px;
	border:1px solid rgb(51,51,51);
	color: #FFF;
	padding:10px;
	width:200px;
}
.CategoryMenu h5 {
	background:rgb(51,51,51);
	border-radius:7px;
	color:rgb(255,255,255);		
	font-size:1em;	
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight:bold;
	line-height:1.2;
	margin:0px;
	padding:0px 0px 10px 0px;
	text-transform:uppercase;
}
.CategoryMenu h5 a,
.CategoryMenu h5 a:visited {
	color:rgb(255,255,255);
	text-decoration:none;
}
.CategoryMenu .menuTree {
	font-size:0.875em;
	line-height:1.2;
}
.CategoryMenu ul.Root,
.CategoryMenu ul.Branch {
	border:0px;
	padding:0px;
	margin:0px;
	list-style-type:none;
	list-style-position:inside;
}
.CategoryMenu ul.Branch {
	padding-left:12px;
}
.CategoryMenu ul  > li {	
	border:0px;
	padding:0px;
	margin:0px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}


.CategoryMenu ul.Root {
	background-color:rgb(51,51,51);
	border-radius:7px !important;	
}
.CategoryMenu ul.Root > li:hover {
	background-color:rgb(119,119,119);	
}
.CategoryMenu ul.Root > li:hover > a {
	color:rgb(255,255,255) !important;
}
.CategoryMenu ul.Root > li.selected {
	background-color:rgb(119,119,119);
	border-radius:7px !important;
	color:rgb(255,255,255);	
}
.CategoryMenu ul.Root > li > a,.CategoryMenu ul.Root > li > a:visited {	
	color:rgb(255,255,255);
}


.CategoryMenu ul.Branch {
	background-color:rgb(119,119,119);
	color:rgb(0,0,0);
}
.CategoryMenu ul.Branch > li:hover {
	background-color:rgb(119,119,119);
}
.CategoryMenu ul.Branch > li:hover > a {
	color:rgb(0,0,0);
}
.CategoryMenu ul.Branch > li.selected {
	background-color:rgb(119,119,119);
	color:rgb(0,0,0);	
}
.CategoryMenu ul.Branch > li > a:visited,.CategoryMenu ul.Branch > li > a {	
	color:rgb(0,0,0);
}

.CategoryMenu ul > li > a,.CategoryMenu ul > li > a:visited {
	display:block;
	padding:4px;
	text-decoration:none;
}
.CategoryMenu ul > li > a:hover {
	text-decoration:underline;
}
.CategoryMenu ul > li.selected > a {	
	border-radius:7px;
}
/* END Category Menu */





/* Category Attributes Menu */
.CategoryAttributeMenu {
	background-color:rgb(255,255,255);
	width:210px;
	padding:5px;
	border:1px solid rgb(0,0,0);
	border-radius:7px;
	color:;
}
.CategoryAttributeMenu h5 {
	background-color:rgb(255,255,255);
	color:rgb(119,119,119);
	padding:5px 0px 10px 5px;
	margin:0px;
	border:0px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:0.875em;
	line-height:1.2;
	font-weight:bold;
	text-transform:uppercase;
}
.CategoryAttributeMenu .aSet {
	border-bottom:1px dotted rgb(119,119,119);
	margin-bottom:10px;
	padding:5px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	font-size:0.875em;
	line-height:1.5;
}
.CategoryAttributeMenu .aSetSelected {
	background-color:rgb(255,251,0);
}
.CategoryAttributeMenu .aName {
	color:rgb(119,119,119);
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight:bold;
}
.CategoryAttributeMenu .aValues {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:.875em;
	line-height:1.5;
	padding-left:10px;
}
.CategoryAttributeMenu a.aValueLink,
.CategoryAttributeMenu a.aValueLink:visited {
	color:rgb(0,0,0);
	text-decoration:none;
}
.CategoryAttributeMenu a.aValueLink:hover {
	color:rgb(51,51,51);
	text-decoration:underline;
}
.CategoryAttributeMenu a.aValueLinkSelected,
.CategoryAttributeMenu a.aValueLinkSelected:visited {
	color:rgb(24,144,24);
	font-weight:bold;
	text-decoration:none;
}
.CategoryAttributeMenu a.aValueLinkSelected:hover {
	text-decoration:none;
}
.CategoryAttributeMenu .aShowAll {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	padding-top:5px;
}
.CategoryAttributeMenu a.aShowAllLink,
.CategoryAttributeMenu a.aShowAllLink:visited {
	text-decoration:none;
}
.CategoryAttributeMenu a.aShowAllLink:hover {
	color:rgb(24,144,24);
	text-decoration:underline;
}
/* END Category Attributes Menu */







/* Category Uplinks Trail */
.CategoryUplinksBlock {
}
.CategoryUplinksBlock a.uplink,
.CategoryUplinksBlock a.uplink:visited,
.CategoryUplinksBlock span.uplink {
	display:inline-block;
	color:rgb(119,119,119);
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight:bold;
	font-size:0.875em;
	line-height:1.4em;
}
.CategoryUplinksBlock a.uplink:hover {
	color:rgb(119,119,119);
}
.CategoryUplinksBlock a.uplink,
.CategoryUplinksBlock a.uplink:visited {	
	text-decoration:underline;
}
.CategoryUplinksBlock .sep {
	display:inline-block;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight:bold;
	font-size:0.8em;
	line-height:1.4em;
	vertical-align:text-bottom;
	color:rgb(119,119,119);
}
/* END Category Uplinks Trail */


/* Item Filter Sets */
.CategoryUplinksBlock + .ItemFilterBlock {
	margin-top:10px;
}
.ItemFilterBlock {
}
.ItemFilterBlock .filterSet {
	display:inline-block;
	white-space:nowrap;
}
.ItemFilterBlock .filterSet .name {
	font-weight:bold;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:1em;
}
.ItemFilterBlock .filterSet .value {
	font-weight:normal;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:1em;
}
.ItemFilterBlock .filterSet .remove {
	font-weight:normal;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	text-align:center;
	text-transform:uppercase;
	width:12px;
	height:12px;
	padding:1px;
	margin:1px;
	vertical-align:text-top;
	line-height:1em;
	display:inline-block;
	border-radius:5px;
	border:1px solid #ccc;
	text-decoration:none;
}
.ItemFilterBlock .filterSetSep {
	display:inline-block;
	width:1em;
}
/* END Item Filter Sets*/




/* Block Subcategories */
.SubcategoriesBlock {
	margin-top:30px;
	border-top:1px dotted rgb(24,144,24);
}
.SubcategoriesBlock h5 {
	padding:5px 0px 5px 0px;
	margin:0px;
	border:0px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:1.1em;
	line-height:1.4;
	font-weight:bold;
	color:rgb(24,144,24);
	text-transform:uppercase;
}
.SubcategoriesBlock .subcat {
	position:relative;
	display:block;
	float:left;
	width:226px;
	height:180px;
	text-align:center;
}
.SubcategoriesBlock .subcat .imageCanvas {
	position:relative;
	z-index:1;
	width:110px;
	height:110px;
	margin:10px auto 5px auto;
}
.SubcategoriesBlock .subcat a.imageLink_noImage,
.SubcategoriesBlock .subcat a.imageLink_noImage:visited,
.SubcategoriesBlock .subcat a.imageLink_noImage:hover {
	display:block;
	width:100px;
	height:72px;
	padding-top:28px;
	background-color:rgb(24,144,24);
	background-image:url('http://www.venturasantacruzmarket.com/img/gradient?w=1&h=100&d=y&p[]=0,rgb%2824%2C144%2C24%29ff&p[]=20,rgb%2848%2C96%2C168%29ff&p[]=80,rgb%2824%2C144%2C24%29ff');
	background-repeat:repeat-x;
	color:rgb(255,255,255);
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:1em;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	border-radius:7px;
	border:1px solid rgb(0,0,0);
	text-decoration:none;
	text-shadow:1px 1px 1px rgba(0,0,0,0.3);
	box-shadow:4px 4px 4px rgba(0,0,0,0.4);
}
.SubcategoriesBlock .subcat a.txtLink,
.SubcategoriesBlock .subcat a.txtLink:visited {
	position:relative;
	z-index:1;
	font-size:0.875em;
	color:rgb(48,96,168);
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight:bold;
	line-height:1.4;
	text-decoration:none;
	text-shadow:1px 1px 1px rgba(0,0,0,0.3);
}
.SubcategoriesBlock .subcat a.txtLink:hover {
	text-decoration:underline;
}

.SubcategoriesBlock .subcat .decoratorHorz {
	position:absolute;
	width:206px;
	height:179px;
	left:10px;
	top:0px;
	border-bottom:1px dotted rgb(24,144,24);
	z-index:0;
}
.SubcategoriesBlock .subcat .decoratorVert {
	position:absolute;
	width:225px;
	height:160px;
	left:0px;
	top:10px;
	z-index:0;
	border-right:1px dotted rgb(24,144,24);
}
.SubcategoriesBlock > .subcats > .subcat:nth-child(3n+0) .decoratorVert {
	border-right:0px;
}
/* END Block Subcategories */






/* Block Items */
.ItemsBlock {
	margin-top:20px;
}
.ItemsBlock h5 {
	padding:5px 0px 5px 0px;
	margin:0px;
	border:0px;
	line-height:16px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:0.875em;
	font-weight:bold;
	color:rgb(24,144,24);
	text-transform:uppercase;
}
.ItemsBlock .sortByBlock {
	float:right;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}
/* 3 col 226px */
.StoreItem {
	position:relative;
	overflow:hidden;
	z-index:1;
	display:block;
	float:left;
	width:226px;
	height:328px;
	text-align:center;
	background-color:rgb(255,255,255);
}
.StoreItem .imageCanvas {
	position:relative;
	z-index:1;
	width:170px;
	height:170px;
	margin:10px auto 5px auto;
}
.StoreItem a.imageLink_noImage,
.StoreItem a.imageLink_noImage:visited,
.StoreItem a.imageLink_noImage:hover {
	display:block;
	width:160px;
	height:95px;
	padding-top:35px;
	background-color:rgb(24,144,24);
	background-image:url('http://www.venturasantacruzmarket.com/img/gradient?w=1&h=130&d=y&p[]=0,rgb%2824%2C144%2C24%29ff&p[]=20,rgb%2848%2C96%2C168%29ff&p[]=100,rgb%2824%2C144%2C24%29ff');
	background-repeat:repeat-x;
	color:rgb(255,255,255);
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:1em;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	border-radius:7px;
	border:1px solid rgb(0,0,0);
	text-decoration:none;
	text-shadow:1px 1px 1px rgba(0,0,0,0.3);
	box-shadow:2px 2px 2px rgba(0,0,0,0.4);
}

.StoreItem .decoratorHorz {
	position:absolute;
	width:204px;
	height:328px;
	left:10px;
	top:0px;
	border-bottom:1px dotted rgb(24,144,24);
	z-index:0;
}
.StoreItem .decoratorVert {
	position:absolute;
	width:224px;
	height:308px;
	left:0px;
	top:10px;
	border-right:1px dotted rgb(24,144,24);
	z-index:0;
}
/*
.StoreItem:nth-child(3n+0) .decoratorVert {
	border-right:0px;
}
*/
.StoreItem .iteminfo {
	position:relative;
	z-index:1;
	margin:0px 10px;
	text-align:left;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.StoreItem .iteminfo > h1 {
	padding:0px;
	margin:4px 0px 14px 0px;
	border:0px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:1em;
	line-height:1.4;
	font-weight:bold;
}
.StoreItem .iteminfo > h1 > a,
.StoreItem .iteminfo > h1 > a:visited {
	color:rgb(48,96,168);
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight:bold;
	text-decoration:underline;
}
.StoreItem .iteminfo > h1 > a:hover {
	text-decoration:none;
}

.StoreItem .iteminfo .priceBlock {
	margin-bottom:5px;
}
.StoreItem .iteminfo .saleprice {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight:bold;
}
.StoreItem .iteminfo .origprice {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:0.875em;
	font-weight:normal;
	text-decoration:line-through;
}
.StoreItem .iteminfo .savings  {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:1em;
	font-weight:normal;
}
.StoreItem .iteminfo .savings b {
	font-weight:bold;
	font-size:0.75em;
	color:rgb(0,0,0);
}
.StoreItem .iteminfo p {
	margin:0px 0px 0px 0px;
	padding:0px;
	border:0px;
	font-size:0.875em;
	line-height:1.4;
	overflow:hidden;
}
.StoreItem .buttonBlock {
	position:absolute;
	bottom:0px;
	left:0px;
	padding:0px 10px;
	width:202px;
	height:30px;
	z-index:2;
	background-color:rgb(255,255,255);
	font-size:0.875em;
}
.StoreItem .buttonBlock .DetailsButton {
	margin-top:2px;
	float:right;
}
.StoreItem .buttonBlock .AddToCartButton {
	margin-top:2px;
	float:left;
}
.StoreItemRowDivider {
	height:10px;
	clear:both;
}
/* END Block Items */


/* Item Paging */
.ItemPaging {
	display:block;
	clear:both;
	padding:5px 0px;
	text-align:right;
}
.ItemPaging .showing {
	display:inline-block;
	margin-right:20px;
}
.ItemPaging .nptext {
	display:inline-block;
	font-weight:bold;
	color:#000000;
	vertical-align:baseline;
	cursor:default;
}
.ItemPaging .textactive {
	color:rgb(0,0,0);
	cursor:pointer;
}
.ItemPaging .previous {
	padding-right:10px;
}
.ItemPaging .next {
	padding-left:10px;
}
.ItemPaging .page {
	display:inline-block;
	padding:0px 4px;
	cursor:default;
}
.ItemPaging .pagelink {
	text-decoration:none;
	cursor:pointer;
}
.ItemPaging .pagelink:hover {
	text-decoration:underline;
}
.ItemPaging .pagecurrent {
	font-weight:bold;
}
/* END Item Paging */






/* Item Details Block */
.ItemDetail {
	margin-top:10px;
}
.ItemDetail .topBlock {
	color: rgb(0,0,0);
}
.ItemDetail .imgBlock {
	background-color: rgb(255,255,255);
	width:320px;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px dotted rgb(119,119,119);
}
.ItemDetail .thumbBlock {
	margin-top:10px;
}
.ItemDetail .imgBlock > a,.ItemDetail .imgBlock > a:visited {
	background-color: rgb(255,255,255);
	color: rgb(119,119,119);
}
.ItemDetail .thumbBlock .thumbCanvas {
	background-color: rgb(119,119,119);
	display:block;
	float:left;
	margin-right:5px;
	margin-bottom:5px;
}

.ItemDetail .availability {
	display:block;
	padding:5px;
}
.ItemDetail .availability .stock {
	display:block;
	font-weight:bold;
	font-size:1.2em;
	line-height:1.3;
	color:rgb(0,0,0);
}
.ItemDetail .availability .stockOUT {
	color:rgb(51,51,51);
}
.ItemDetail .availability .stockORDER {
	color:rgb(51,51,51);
}
.ItemDetail .availability .ships {
	display:block;
	font-style:italic;
	font-size:1em;
}

.ItemDetail .widgetBlock {
	float:right;
	width:360px;
	padding:10px;
	border:1px solid rgb(0,0,0);
	border-radius:7px;
	background-color:rgb(255,255,255);
}
.ItemDetail .widgetBlock > hgroup {
	margin-bottom:14px;
}
.ItemDetail .widgetBlock h1 {
	margin:0;
	padding:0;
	font-size:1.4em;
	line-height:1.4;
	font-weight:bold;
	color:rgb(119,119,119);
}
.ItemDetail .widgetBlock h2 {
	margin:0;
	padding:0;
	font-size:1.2em;
	line-height:1.4;
	font-weight:normal;
	color:rgb(51,51,51);
}
.ItemDetail .widgetBlock .price {
	padding:0px 10px;
	margin-bottom:8px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.ItemDetail .widgetBlock .listprice {
	display:block;
	margin-bottom:5px;
}
.ItemDetail .widgetBlock .listprice b {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:0.875em;
	line-height:1.4;
	font-weight:bold;
	font-variant:small-caps;
	color:rgb(119,119,119);
}
.ItemDetail .widgetBlock .listprice strong {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:0.875em;
	line-height:1.4;
	font-weight:normal;
	font-variant:small-caps;
	color:rgb(0,0,0);
	text-decoration:line-through;
}

.ItemDetail .widgetBlock .saleprice {
	display:inline-block;
	margin-right:5px;
}
.ItemDetail .widgetBlock .saleprice b {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:1em;
	line-height:1.4;
	font-weight:bold;
	font-variant:small-caps;
	color:rgb(0,0,0);
}
.ItemDetail .widgetBlock .saleprice strong {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:1.2em;
	line-height:1.4;
	font-weight:bold;
	color:rgb(0,0,0);
}

.ItemDetail .widgetBlock .savings {
	display:inline-block;
	margin-bottom:5px;
	text-align:center;
}
.ItemDetail .widgetBlock .savings b {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:1em;
	line-height:1.4;
	font-weight:bold;
	font-variant:small-caps;
	color:rgb(0,0,0);
	text-shadow:1px 1px 1px rgba(0,0,0,0.3);
}
.ItemDetail .widgetBlock .savings strong {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:1.2em;
	line-height:1.4;
	font-weight:bold;
	color:rgb(0,0,0);
	text-shadow:1px 1px 1px rgba(0,0,0,0.3);
}


.ItemDetail .widgetBlock .optionsBlock {
	margin-bottom:4px;
	padding:8px 10px;
	background-color:rgb(51,51,51);
	border-radius:7px;
	color:rgb(119,119,119);	
}
.ItemDetail .widgetBlock .attributesBlock {
	background-color:rgb(255,255,255);
}
.ItemDetail .widgetBlock .optionsBlock h6,
.ItemDetail .widgetBlock .attributesBlock h6 {
	margin:0 0 5px 0;
	padding:0;
	font-size:0.875em;
	line-height:normal;
	font-weight:bold;	
	text-transform:uppercase;
}
.ItemDetail .widgetBlock .optionsBlock > h6 {
	background-color:rgb(51,51,51);
	color:rgb(119,119,119);
}
.ItemDetail .widgetBlock .attributesBlock > h6 {
	background-color:rgb(255,255,255);
	color:rgb(119,119,119);
}
.ItemDetail .widgetBlock .attributesBlock .attribute > span {
	color:rgb(119,119,119);
}
.ItemDetail .widgetBlock .attributesBlock .attribute > h5 {
	color:rgb(0,0,0);
}
.ItemDetail .widgetBlock .attribute,
.ItemDetail .widgetBlock .option {
	margin-bottom:4px;
}
.ItemDetail .widgetBlock .option > span {
	display:inline-block;
	width:80px;
	text-align:right;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:0.875em;
	font-variant:small-caps;
	line-height:1.4;
	color:rgb(48,96,168);
	text-shadow:1px 1px 1px rgba(0,0,0,0.3);
	vertical-align:baseline;
}
.ItemDetail table.optionMatrix {
	margin:5px auto;
	width:100%;
	background-color:rgb(255,255,255);
	color:rgb(0,0,0);
}
.ItemDetail table.optionMatrix th {
	padding:4px 10px; 
	color:rgb(0,0,0);
	font-weight:bold;
	text-align:left;
	border-bottom:1px solid rgb(0,0,0);
}
.ItemDetail table.optionMatrix td {
	padding:4px 10px; 
	color:rgb(0,0,0);
	font-weight:normal;
	text-align:left;
	border-bottom:1px dotted rgb(0,0,0);
}
.ItemDetail table.optionMatrix tr:last-child td {
	border-bottom:0;
}

.ItemDetail .widgetBlock .status {
	padding:10px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:0.875em;
	line-height:1.4;
	color:rgb(0,0,0);
}
.ItemDetail .widgetBlock .attribute > span {
	display:inline-block;
	width:100px;
	text-align:right;
	text-shadow:1px 1px 1px rgba(0,0,0,0.3);
	vertical-align:baseline;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:0.875em;
	line-height:1.4;
	font-variant:small-caps;
	color:rgb(48,96,168);
}
.ItemDetail .widgetBlock .attribute > h5 {
	display:inline-block;
	padding:0px;
	margin:0px 0px 0px 5px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:0.875em;
	line-height:1.4;
	width:220px;
	text-align:left;
	color:rgb(0,0,0);
	vertical-align:top;
}

.ItemDetail .widgetBlock .addToCartBlock {
	background-color:rgb(255,255,255);	
	padding:10px;
	margin-bottom:10px;	
}
.ItemDetail .widgetBlock .addToCartBlock label[for="ItemQTY"]{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:0.875em;
	font-weight:bold;
	line-height:1.4;
	color:rgb(0,0,0)}
#ItemQTY {
	width:24px;
}

.ItemDetail h6.descriptionHeader {
	margin:5px 0 5px 0;
	padding:0;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:0.875em;
	line-height:1.4em;
	font-weight:bold;
	color:rgb(48,96,168);
	text-transform:uppercase;
}
#ItemDetailDescription {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:0.875em;
	line-height:1.5em;
	font-weight:normal;
	color:rgb(48,96,168);
}
/* END Item Details Block */




/* Cart Table */
table.CartTable {
	border-collapse:collapse;
	border-spacing:0px;
	margin:0px auto;
	width:900px;
}
table.CartTable > thead > tr > th {
	text-align:center;
	padding:10px 3px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:1em;
	font-weight:bold;
	font-variant:small-caps;
	color:rgb(255,255,255);
	text-shadow:1px 1px 1px #aaa;
	background-color:rgb(24,144,24);
	background-image:url('http://www.venturasantacruzmarket.com/img/gradient?w=1&h=25&d=y&p[]=0,rgb%2848%2C96%2C168%29ff&p[]=25,rgb%2824%2C144%2C24%29ff');
	background-repeat:repeat-x;
	border-bottom:1px solid rgb(24,144,24);
}
table.CartTable > thead > tr:first-child > th:first-child {
	border-top-left-radius:7px;
}
table.CartTable > thead > tr:first-child > th:last-child {
  border-top-right-radius:7px;	
}
table.CartTable > tbody > tr > td {
	padding:5px;
	background-color:rgb(255,255,255);
}

table.CartTable > tbody > tr > td.spacer {
	border-bottom:1px dotted rgb(24,144,24);
}
table.CartTable td.ctrl {
	text-align:center;
	vertical-align:top;
	font-size:0.875em;
}
table.CartTable td.ctrl .timestamp {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight:normal;
	font-size:0.875em;
	line-height:1.4;
	color:rgb(24,144,24);
}
a.CartRemoveButton {
	margin-top:5px;
}
table.CartTable td.desc {
	text-align:left;
	vertical-align:top;
}
table.CartTable td.desc a.item,
table.CartTable td.desc a.item:visited {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight:bold;
	font-size:1em;
	line-height:1.4;
	color:rgb(48,96,168);
	text-decoration:none;
}
table.CartTable td.desc a.item:hover {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:rgb(24,144,24);
	text-decoration:underline;
}
table.CartTable td.desc .subtitle {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight:normal;
	font-size:1em;
	line-height:1.4;
	color:rgb(24,144,24);
}
table.CartTable td.desc table.options {
	border-collapse:collapse;
	margin-left:10px;
}
table.CartTable td.desc table.options td {
	padding:0px;
}
table.CartTable td.desc table.options td.name {
	text-align:right;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight:normal;
	font-size:0.875em;
	line-height:1.4;
	color:rgb(48,96,168);
}
table.CartTable td.desc table.options td.value {
	padding-left:5px;
	text-align:left;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight:bold;
	font-size:0.875em;
	line-height:1.4;
	color:rgb(0,0,0);
}
table.CartTable td.desc .ships {
	margin-top:5px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight:normal;
	font-size:0.875em;
	line-height:1.4;
	color:rgb(0,0,0);
}

table.CartTable td.desc .attins > div {
	margin-left:10px;
}
table.CartTable td.desc .attins > div > label {
	display:block;
	text-align:left;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight:normal;
	font-size:0.875em;
	line-height:1.4;
	color:rgb(48,96,168);
}
table.CartTable td.desc .attins > div > div {
	text-align:left;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight:bold;
	font-size:0.875em;
	line-height:1.4;
	color:rgb(0,0,0);
}

table.CartTable td.desc .access_levels {
	margin:2px 10px;
	padding:5px;
	border:1px solid rgb(48,96,168);
	border-radius:5px;
}
table.CartTable td.desc .access_levels > div {
	display:block;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:0.875em;
	line-height:1.4;
	font-weight:normal;
	text-align:left;
	color:rgb(48,96,168);
}
table.CartTable td.desc .access_levels > label {
	display:block;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:0.875em;
	line-height:1.4;
	font-weight:bold;
	text-align:left;
	color:rgb(48,96,168);
}
table.CartTable td.desc .access_levels > aside {
	display:block;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:0.875em;
	line-height:1.4;
	font-weight:normal;
	font-style:italic;
	text-align:left;
	color:rgb(48,96,168);
}


table.CartTable td.price {
	text-align:right;
	vertical-align:top;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight:bold;
	color:rgb(0,0,0);
}
table.CartTable td.qty {
	text-align:center;
	vertical-align:top;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight:bold;
	color:rgb(0,0,0);
}
table.CartTable td.qty input {
	width:3em;
}

table.CartTable > tfoot > tr > th {
	text-align:right;
	padding:3px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight:bold;
	color:rgb(0,0,0);
	font-size:1em;
	font-variant:small-caps;
	color:rgb(24,144,24);
	background-color:rgb(255,255,255);
}
table.CartTable > tfoot > tr > td {
	text-align:left;
	padding:3px;
	font-weight:normal;
	background-color:rgb(255,255,255);
}

table.CartTable td.subtotal {
	text-align:right;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight:bold;
	color:rgb(0,0,0);
	font-size:1em;
}
table.CartTable td.update_qty {
	text-align:center;
}
table.CartTable th.checkout {
	text-align:right;
	padding-top:10px;
}
/* END Cart Table */









/* Checkout / Order View */

.ReviewBlock .reviewShipments {
	float:left;
	width:600px;
	margin-right:20px;
}
.ReviewBlock .reviewInfo {
	float:left;
	padding:0px;
	width:270px;
	border:1px solid rgb(24,144,24);
	border-radius:7px;
}
.ReviewBlock .reviewInfo .submitBlock {
	text-align:center;
	padding:10px;
	background-color:rgb(51,51,51);
}
.ReviewBlock .reviewInfo .costBlock {
	padding:10px;
}
.ReviewBlock .reviewInfo .costBlock table td {
	font-size:1em;
	line-height:1.6;
	font-weight:bold;
	padding:5px;
	text-align:left;
}
.ReviewBlock .reviewInfo .costBlock table td.value {
	text-align:right;
}

.ReviewBlock .reviewInfo .addressBlock {
	padding:10px;
}
.ReviewBlock .reviewInfo .addressBlock .title {
	padding:5px;
	font-size:14px;
	line-height:18px;
	font-weight:bold;
	background-color:rgb(48,96,168);
	color:rgb(255,255,255);
	text-shadow:1px 1px 1px rgba(0,0,0,0.3);
	border:1px solid rgb(24,144,24);
	border-radius:7px;
}
.ReviewBlock .reviewInfo .addressBlock .billing_info {
	padding:3px 10px;
	margin-bottom:3px;
}
.ReviewBlock .reviewInfo .addressBlock .address div {
	padding:3px 10px;
}

.ReviewBlock .reviewInfo .addressBlock .title a,
.ReviewBlock .reviewInfo .addressBlock .title a:visited {
	display:inline-block;
	margin-left:10px;
	font-size:1em;
	line-height:1.6;
	font-weight:normal;
	text-decoration:underline;
	color:rgb(255,255,255);
}

.ShipmentBlock {
	padding:4px 15px;
	margin:0px auto 20px auto;
	border:1px solid rgb(24,144,24);
	border-radius:7px;
	background-color:rgb(51,51,51);
	background-image:url('http://www.venturasantacruzmarket.com/img/gradient?w=1&h=300&d=y&p[]=60,rgb%2824%2C144%2C24%29ff&p[]=300,rgb%2851%2C51%2C51%29ff');
	background-repeat:repeat-x;
}

.ShipmentBlock h1 {
	color:rgb(255,255,255);
	font-size:1.6em;
	line-height:1.4;
	padding:0px;
	margin:0px 0px 0px 0px;
	text-shadow:1px 1px 1px rgba(0,0,0,0.3);
}
.ShipmentBlock .shipRange {
	display:inline-block;
	font-size:1em;
	font-weight:bold;
	color:rgb(255,255,255);
	text-shadow:1px 1px 1px rgba(0,0,0,0.3);
}
.ShipmentBlock .packageCount {
	display:inline-block;
	font-size:1em;
	font-weight:bold;
	color:rgb(255,255,255);
	text-shadow:1px 1px 1px rgba(0,0,0,0.3);
}
.ShipmentBlock .address {
	color:rgb(255,255,255);
	font-size:1em;
	padding-bottom:10px;
	text-shadow:1px 1px 1px rgba(0,0,0,0.3);
}

.ShipmentBlock .shipService {
	padding:10px;
	background-color:rgb(255,255,255);
	border:1px solid rgb(24,144,24);
	border-radius:7px;
}

.ShipmentBlock .ChooseShipping {
	padding:10px;
	background-color:rgb(255,255,255);
	border:1px solid rgb(24,144,24);
	border-radius:7px;
}
table.ChooseShippingTable {
	color:rgb(0,0,0);
	font-size:14px;
	text-shadow:1px 1px 1px rgba(0,0,0,0.3);
}
table.ChooseShippingTable > tbody > tr > td,
table.ChooseShippingTable > tr > td {
	padding:3px 3px 8px 3px;
	text-align:left;
	vertical-align:top;
}
table.ChooseShippingTable > tbody > tr > td.radio,
table.ChooseShippingTable > tr > td.radio {
	padding-top:5px;
	text-align:right;
	vertical-align:top;
}
table.ChooseShippingTable td.service_name {
	font-weight:normal;
}
table.ChooseShippingTable td.sandh {
	padding-left:10px;
}
table.ChooseShippingTable .sandh_price {
	display:inline-block;
	font-weight:bold;
}
table.ChooseShippingTable .sandh_timeDesc {
	display:inline-block;
	font-weight:normal;
}
table.ChooseShippingTable .sandh_detail {
	display:block;
	color:#000000;
	font-style:italic;
	font-weight:normal;
	font-size:0.875em;
}
table.ChooseShippingTable tr.sandhrow:hover td {
	background-color:;
}


.ShipmentBlock .items {
	margin-top:10px;
	margin-bottom:10px;
	color:rgb(0,0,0);
	background-color:rgb(255,255,255);
	border:1px solid rgb(24,144,24);
	border-radius:7px;
}
.ShipmentBlock .itemsTable {
	width:546px;
	margin:10px;
}
.ShipmentBlock .itemsTable td {
	padding:3px 10px;
	vertical-align:baseline;
	text-align:left;
}

.ShipmentBlock .itemsTable td.item .name {
	font-size:15px;
	line-height:18px;
	font-weight:bold;
	color:rgb(48,96,168);
	text-shadow:1px 1px 1px rgba(0,0,0,0.3);
}
.ShipmentBlock .itemsTable td.item .subtitle {
	font-weight:normal;
	color:rgb(0,0,0);
	text-shadow:1px 1px 1px rgba(0,0,0,0.3);
}
.ShipmentBlock .itemsTable td.item .opts {
	margin-left:15px;
	font-weight:normal;
	color:rgb(0,0,0);
}

.ShipmentBlock .itemsTable td.item .opts  {
	margin-left:10px;
}
.ShipmentBlock .itemsTable td.item .opts .optname {
	display:inline-block;
	text-align:right;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight:normal;
	font-size:0.875em;
	line-height:1.4;
	color:rgb(48,96,168);
}
.ShipmentBlock .itemsTable td.item .opts .optval {
	text-align:left;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight:bold;
	font-size:0.875em;
	line-height:1.4;
	color:rgb(0,0,0);
}

.ShipmentBlock .itemsTable td.item .attins > div {
	margin-left:10px;
}
.ShipmentBlock .itemsTable td.item .attins > div > label {
	display:block;
	text-align:left;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight:normal;
	font-size:0.875em;
	line-height:1.4;
	color:rgb(48,96,168);
}
.ShipmentBlock .itemsTable td.item .attins > div > div {
	text-align:left;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight:bold;
	font-size:0.875em;
	line-height:1.4;
	color:rgb(0,0,0);
}

.ShipmentBlock .itemsTable td.item .access_levels {
	margin:2px 10px;
	padding:5px;
	border:1px solid rgb(48,96,168);
	border-radius:5px;
}
.ShipmentBlock .itemsTable td.item .access_levels > div {
	display:block;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:0.875em;
	line-height:1.4;
	font-weight:normal;
	text-align:left;
	color:rgb(48,96,168);
}
.ShipmentBlock .itemsTable td.item .access_levels > label {
	display:block;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:0.875em;
	line-height:1.4;
	font-weight:bold;
	text-align:left;
	color:rgb(48,96,168);
}
.ShipmentBlock .itemsTable td.item .access_levels > aside {
	display:block;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:0.875em;
	line-height:1.4;
	font-weight:normal;
	font-style:italic;
	text-align:left;
	color:rgb(48,96,168);
}

.ShipmentBlock .itemsTable td.price {
	font-weight:bold;
	font-size:1em;
	line-height:1.6;
	color:rgb(48,96,168);
	text-shadow:1px 1px 1px rgba(0,0,0,0.3);
	white-space:nowrap;
}
.ShipmentBlock .itemsTable td.price .stock {
	color:rgb(0,0,0);
	font-weight:bold;
}

.ShipmentBlock .itemsTable td.qty {
	color:rgb(0,0,0);
	font-weight:bold;
	font-size:1em;
	line-height:1.6;
	white-space:nowrap;
}
.ShipmentBlock .itemsTable td.qty .qtynumber {
	font-weight:bold;
	font-size:1.3em;
	line-height:1.4;
	color:rgb(48,96,168);
	text-shadow:1px 1px 1px rgba(0,0,0,0.3);
	vertical-align:bottom;
}

.ShipmentBlock .itemsTable td.spacer {
	padding:10px;
}
.ShipmentBlock .itemsTable td.spacer div {
	height:1px;
	border-top:1px dotted rgb(24,144,24);
}

.ProcessorBlock {
	padding:14px;
	border:1px solid #999;
	border-radius:20px;
}
.ProcessorBlock + .ProcessorBlock {
	margin-top:20px;
}

.CCChooseBlock {
	margin:10px auto 10px auto;
	padding:10px;
	color:rgb(0,0,0);
	background-color:rgb(255,255,255);
	border:1px solid rgb(0,0,0);
	border-radius: 7px;
}
.CCChooseTable {
	width:100%;
	margin-bottom:5px;
	font-size:14px;
}
.CCChooseTable th {
	padding:5px 10px 5px 20px;
	border-bottom:1px dotted #aaa;
	font-weight:bold;
	text-align:left;
}
.CCChooseTable td {
	padding:5px 10px;
	border-bottom:1px dotted #aaa;
	font-weight:normal;
	text-align:left;
}
.CCNew {
	width:500px;
	margin:10px auto 10px auto;
	padding:10px;
	color:rgb(0,0,0);
	background-color:rgb(255,255,255);
	border:1px solid rgb(0,0,0);
	border-radius: 7px;
}
#CVVDialog {
	font-family:Arial, Helvetica, sans-serif;
}
#CVVDialog input[name="cvv"] {
	width:40px;
}
#CVVDialog .CVVImage {
	float:right;
}
#CVVDialog .CVVForm {
	margin:0px 0px 200px 0px;
}
#CVVHelp {
	font-family:Arial, Helvetica, sans-serif;
}
#CVVHelp input[name="cvv"] {
	width:40px;
}
#CVVHelp .CVVImage {
	float:right;
}
#CVVHelp .CVVForm {
	margin:0px 0px 200px 0px;
}
/* END Checkout / Order View */


#ImgRCanvas {
	position:absolute;
	top:0;
	left:0;
	z-index:9999;
	background-color:transparent;
}
#ImgRCanvas img {
	position:absolute;
	display:block;
	border:1px solid red;
}

.ccImgWrap {
	display: block;
	margin: 0 auto 10px;
	overflow: hidden;
}





#ItemDetailDescription {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:1em;;
	line-height:1.6;
	background-color:rgb(255,255,255);
	color:rgb(0,0,0);
}

/* Block Elements */
#ItemDetailDescription p {
	margin:0px 0px 10px 0px;
	padding:0px;
	border:0px;
}
#ItemDetailDescription div {
	margin:0px 0px 10px 0px;
	padding:0px;
	border:0px;
	padding:10px;
	background-color:rgb(255,255,255);
	border-radius:7px;
	text-shadow:1px 1px 1px rgba(0,0,0,0.3);
}
/* END Block Elements */




/*