﻿/*==========
' Reset
==========*/

html, body, div, span, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
a, abbr, acronym, address, code, 
del, dfn, em, img, q, dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	line-height: 1.5;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a img {
	border: none;
}

/*==========
' Grid
==========*/

.container {
	width: 950px;
	margin: 0 auto;
}

body {
	margin: 1.5em 0 !important;
}

.column, div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, 
div.span-6, div.span-7, div.span-8, div.span-9, div.span-10, 
div.span-11, div.span-12, div.span-13, div.span-14, div.span-15, 
div.span-16, div.span-17, div.span-18, div.span-19, div.span-20, 
div.span-21, div.span-22, div.span-23, div.span-24, div.span-25, div.span-26 {
	float: left;
	margin-right: 20px;
}

.last, div.last {
	margin-right: 0;
}

.span-25 {
	width: 200px;
}

.span-26 {
	width: 688px;
}

.span-1 {
	width: 211px;
}

.span-2 {
	width: 675px;
}

.span-3 {
	width: 908px;
	margin: 0;
}

.span-4 {
	width: 215px;
	margin: 0;
}

.span-24 {
	width: 950px;
	margin: 0;
}

.append-1 {
	padding-right: 40px;
}

.append-2 {
	padding-right: 80px;
}

.append-3 {
	padding-right: 120px;
}

.append-4 {
	padding-right: 160px;
}

.append-5 {
	padding-right: 200px;
}

.append-6 {
	padding-right: 240px;
}

.append-7 {
	padding-right: 280px;
}

.append-8 {
	padding-right: 320px;
}

.append-9 {
	padding-right: 360px;
}

.append-10 {
	padding-right: 400px;
}

.append-11 {
	padding-right: 440px;
}

.append-12 {
	padding-right: 480px;
}

.append-13 {
	padding-right: 520px;
}

.append-14 {
	padding-right: 560px;
}

.append-15 {
	padding-right: 600px;
}

.append-16 {
	padding-right: 640px;
}

.append-17 {
	padding-right: 680px;
}

.append-18 {
	padding-right: 720px;
}

.append-19 {
	padding-right: 760px;
}

.append-20 {
	padding-right: 800px;
}

.append-21 {
	padding-right: 840px;
}

.append-22 {
	padding-right: 880px;
}

.append-23 {
	padding-right: 920px;
}

.prepend-1 {
	padding-left: 40px;
}

.prepend-2 {
	padding-left: 80px;
}

.prepend-3 {
	padding-left: 120px;
}

.prepend-4 {
	padding-left: 160px;
}

.prepend-5 {
	padding-left: 200px;
}

.prepend-6 {
	padding-left: 240px;
}

.prepend-7 {
	padding-left: 280px;
}

.prepend-8 {
	padding-left: 320px;
}

.prepend-9 {
	padding-left: 360px;
}

.prepend-10 {
	padding-left: 400px;
}

.prepend-11 {
	padding-left: 440px;
}

.prepend-12 {
	padding-left: 480px;
}

.prepend-13 {
	padding-left: 520px;
}

.prepend-14 {
	padding-left: 560px;
}

.prepend-15 {
	padding-left: 600px;
}

.prepend-16 {
	padding-left: 640px;
}

.prepend-17 {
	padding-left: 680px;
}

.prepend-18 {
	padding-left: 720px;
}

.prepend-19 {
	padding-left: 760px;
}

.prepend-20 {
	padding-left: 800px;
}

.prepend-21 {
	padding-left: 840px;
}

.prepend-22 {
	padding-left: 880px;
}

.prepend-23 {
	padding-left: 920px;
}

.border {
	border: 1px solid #e5e5e5;
}

.colborder {
	padding-right: 24px;
	margin-right: 25px;
	border-right: 1px solid #eee;
}

.pull-1 {
	margin-left: -40px;
}

.pull-2 {
	margin-left: -80px;
}

.pull-3 {
	margin-left: -120px;
}

.pull-4 {
	margin-left: -160px;
}

.pull-5 {
	margin-left: -200px;
}

.pull-1, .pull-2, .pull-3, .pull-4, .pull-5 {
	float: left;
	position: relative;
}

.push-1 {
	margin: 0 -40px 1.5em 40px;
}

.push-2 {
	margin: 0 -80px 1.5em 80px;
}

.push-3 {
	margin: 0 -120px 1.5em 120px;
}

.push-4 {
	margin: 0 -160px 1.5em 160px;
}

.push-5 {
	margin: 0 -200px 1.5em 200px;
}

.push-1, .push-2, .push-3, .push-4, .push-5 {
	float: right;
	position: relative;
}

.prepend-top {
	margin-top: 1.5em;
}

.append-bottom {
	margin-bottom: 1.5em;
}

.box {
	padding: 1.5em;
	margin-bottom: 1.5em;
	background: #e5ecf9;
}

hr {
	background: #ddd;
	color: #ddd;
	clear: both;
	float: none;
	width: 100%;
	height: .1em;
	margin: 0 0 1.45em;
	border: none;
}

hr.space {
	background: #fff;
	color: #fff;
}

.clearfix:after, .container:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix, .container {
	display: block;
}

.clear {
	clear: both;
}

/*==========
' Typography
==========*/

body {
	font-size: 75%;
	color: #222;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	/*background: #d4d4d4 url(../../Image/User/background.png) no-repeat top center;*/
	background: #fff;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #111;
}

h1 {
	line-height: 1;
	margin: 0 0 0.5em 0;
	color: #1f0f50;
	font-size: 2em;
	font-weight: bold;
}

h2 {
	font-size: 1.25em;
	color: #d88400;
}

h3 {
	font-size: 1em;
	line-height: 1;
	margin-bottom: 1em;
}

h4 {
	font-size: .75em;
	line-height: 1.25;
	margin-bottom: 1.25em;
}

h5 {
	font-size: .75em;
	font-weight: bold;
	margin-bottom: 1.5em;
}

h6 {
	font-size: .75em;
	font-weight: bold;
}

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
	margin: 0;
}

p {
	margin: 0 0 1.5em;
}

p img {
	float: left;
	margin: 1.5em 1.5em 1.5em 0;
	padding: 0;
}

p img.right {
	float: right;
	margin: 1.5em 0 1.5em 1.5em;
}

a:focus, a:hover {
	color: #1f0f50;
}

a {
	color: #1f0f50;
	text-decoration: underline;
}

blockquote {
	margin: 1.5em;
	color: #666;
	font-style: italic;
}

strong {
	font-weight: bold;
}

em, dfn {
	font-style: italic;
}

dfn {
	font-weight: bold;
}

sup, sub {
	line-height: 0;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
}

address {
	margin: 0 0 1.5em;
	font-style: italic;
}

del {
	color: #666;
}

pre {
	margin: 1.5em 0;
	white-space: pre;
}

pre, code, tt {
	font: 1em 'andale mono', 'lucida console', monospace;
	line-height: 1.5;
}

li ul, li ol {
	margin: 0 1.5em;
}

ul, ol {
	margin: 0 1.5em 1.5em 1.5em;
}

ul {
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

dl {
	margin: 0 0 1.5em 0;
}

dl dt {
	font-weight: bold;
}

dd {
	margin-left: 1.5em;
}

.small {
	font-size: .8em;
	margin-bottom: 1.875em;
	line-height: 1.875em;
}

.large {
	font-size: 1.2em;
	line-height: 2.5em;
	margin-bottom: 1.25em;
}

.hide {
	display: none;
}

.quiet {
	color: #666;
}

.loud {
	color: #000;
}

.highlight {
	background: #ff0;
}

.added {
	background: #060;
	color: #fff;
}

.removed {
	background: #900;
	color: #fff;
}

.first {
	margin-left: 0;
	padding-left: 0;
}

.last {
	margin-right: 0;
	padding-right: 0;
}

.top {
	margin-top: 0;
	padding-top: 0;
}

.bottom {
	margin-bottom: 0;
	padding-bottom: 0;
}

/*==========
' NON-FRAMEWORK
==========*/

.content {
	background-color: #fff;
	border: solid 1px #bebebe;
}

.content-spacing-20 {
	padding: 12px 20px 20px 20px;
}

.content-spacing-10 {
	padding: 10px;
}

.content-spacing-5 {
	padding: 5px;
}

.search {
	background: #073b79 url(../../Image/User/search.png) no-repeat top left;
	height: 170px;
}

.search a:focus, .search a:hover {
	color: #b1afe4;
	text-decoration: underline;
}

.search a {
	color: #b1afe4;
	text-decoration: none;
}

.search h1 
{
	font-size: 1.5em;
	font-weight: bold;
	color: #fff;
	margin: 0;
	padding: 0;
}

.search h2 {
	font-size: 1.25em;
	font-weight: bold;
	color: #fff;
	margin: 0;
	padding: 0;
}

.search input {
	width: 125px;
	border: solid 1px #fff;
}

.preview {
	margin-right: 5px !important;
	/*height: 158px;*/
}

.preview a:focus, .preview a:hover {
	color: #4b4b4b;
	text-decoration: underline;
}

.preview a {
	color: #4b4b4b;
	text-decoration: none;
}

.preview h1 {
	font-size: 1.5em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.divider-20 {
	margin-top: 20px;

}


a.homelinks {text-decoration:underline;}

/*==========
' Buttons
==========*/

/* Red Button */
a.redbtn:link, a.redbtn:visited {
	font: bold 10px/25px Verdana, Arial, Helvetica, sans-serif;
	color: #fff !important;
	text-decoration: none;
	padding: 4px 10px;
	white-space: nowrap;
	margin: 0px;
	margin-right: 5px;
	background-image: url('../../Image/User/Button/red_button.gif');
	border: 1px solid #732b29;
}

a.redbtn:hover {
	font: bold 10px/25px Verdana, Arial, Helvetica, sans-serif;
	color: #fff !important;
	text-decoration: none;
	white-space: nowrap;
	background-image: url('../../Image/User/Button/red_button_hover.gif');
}

a.redbtn:active {
	font: bold 10px/25px Verdana, Arial, Helvetica, sans-serif;
	color: #fff !important;
	text-decoration: none;
	white-space: nowrap;
}

/* Green Button */
a.greenbtn:link, a.greenbtn:visited {
	font: bold 10px/25px Verdana, Arial, Helvetica, sans-serif;
	color: #fff !important;
	text-decoration: none;
	padding: 4px 10px;
	white-space: nowrap;
	margin: 0px;
	margin-right: 5px;
	background-image: url('../../Image/User/Button/green_button.gif');
	border: 1px solid #4c7329;
}

a.greenbtn:hover {
	font: bold 10px/25px Verdana, Arial, Helvetica, sans-serif;
	color: #fff !important;
	text-decoration: none;
	white-space: nowrap;
	background-image: url('../../Image/User/Button/green_button_hover.gif');
}

a.greenbtn:active {
	font: bold 10px/25px Verdana, Arial, Helvetica, sans-serif;
	color: #fff !important;
	text-decoration: none;
	white-space: nowrap;
}

/* Large Green Button */
a.lgreenbtn:link, a.lgreenbtn:visited {
	font: bold 14px/29px Verdana, Arial, Helvetica, sans-serif;
	color: #fff !important;
	text-decoration: none;
	padding: 4px 10px;
	white-space: nowrap;
	margin: 0px;
	margin-right: 5px;
	background-image: url('../../Image/User/Button/green_button.gif');
	border: 1px solid #4c7329;
}

a.lgreenbtn:hover {
	font: bold 14px/29px Verdana, Arial, Helvetica, sans-serif;
	color: #fff !important;
	text-decoration: none;
	white-space: nowrap;
	background-image: url('../../Image/User/Button/green_button_hover.gif');
}

a.lgreenbtn:active {
	font: bold 14px/29px Verdana, Arial, Helvetica, sans-serif;
	color: #fff !important;
	text-decoration: none;
	white-space: nowrap;
}

/* Blue Button */
a.bluebtn:link, a.bluebtn:visited {
	font: bold 10px/25px Verdana, Arial, Helvetica, sans-serif;
	color: #fff !important;
	text-decoration: none;
	padding: 4px 10px;
	white-space: nowrap;
	margin: 0px;
	margin-right: 5px;
	background-image: url('../../Image/User/Button/blue_button.gif');
	border: 1px solid #369;
}

a.bluebtn:hover {
	font: bold 10px/25px Verdana, Arial, Helvetica, sans-serif;
	color: #fff !important;
	text-decoration: none;
	white-space: nowrap;
	background-image: url('../../Image/User/Button/blue_button_hover.gif');
}

a.bluebtn:active {
	font: bold 10px/25px Verdana, Arial, Helvetica, sans-serif;
	color: #fff !important;
	text-decoration: none;
	white-space: nowrap;
}

/* Blue Button */
a.lbluebtn:link, a.lbluebtn:visited {
	font: bold 14px/29px Verdana, Arial, Helvetica, sans-serif;
	color: #fff !important;
	text-decoration: none;
	padding: 4px 10px;
	white-space: nowrap;
	margin: 0px;
	margin-right: 5px;
	background-image: url('../../Image/User/Button/blue_button.gif');
	border: 1px solid #369;
}

a.lbluebtn:hover {
	font: bold 14px/29px Verdana, Arial, Helvetica, sans-serif;
	color: #fff !important;
	text-decoration: none;
	white-space: nowrap;
	background-image: url('../../Image/User/Button/blue_button_hover.gif');
}

a.lbluebtn:active {
	font: bold 14px/29px Verdana, Arial, Helvetica, sans-serif;
	color: #fff !important;
	text-decoration: none;
	white-space: nowrap;
}

/* Yellow Button */
a.yellowbtn:link, a.yellowbtn:visited {
	font: bold 10px/25px Verdana, Arial, Helvetica, sans-serif;
	color: #000 !important;
	text-decoration: none;
	padding: 4px 10px;
	white-space: nowrap;
	margin: 0px;
	margin-right: 5px;
	background-image: url('../../Image/User/Button/yellow_button.gif');
	border: 1px solid #73670a;
}

a.yellowbtn:hover {
	font: bold 10px/25px Verdana, Arial, Helvetica, sans-serif;
	color: #000 !important;
	text-decoration: none;
	white-space: nowrap;
	background-image: url('../../Image/User/Button/yellow_button_hover.gif');
}

a.yellowbtn:active {
	font: bold 10px/25px Verdana, Arial, Helvetica, sans-serif;
	color: #000 !important;
	text-decoration: none;
	white-space: nowrap;
}

/* -------------------------------------------------------------- 
CMS-STORY-TOOLS
-------------------------------------------------------------- */

#cms-story-tools {
	border-top: solid 1px #e5e5e5;
	border-bottom: solid 1px #e5e5e5;
	margin: 20px 0 20px 0;
}

#cms-story-tools .cms-story-tools-item {
	float: left;
	margin: 8px;
}

#cms-story-tools .cms-story-tools-item img {
	vertical-align: middle;
	margin: 2px;
}

/* -------------------------------------------------------------- 
CMS-RELATED-ITEMS
-------------------------------------------------------------- */

#cms-related-items {
}

#cms-related-items .cms-related-items-item {
}

/* --------------------------------------------------------------
CMS-CONTENT -- FINAL
-------------------------------------------------------------- */

#cms-content {
}

#cms-content .cms-content-information-container {
	border-top: solid 1px #e5e5e5;
	border-bottom: solid 1px #e5e5e5;
	padding: 8px 0 8px 0;
	margin-bottom: 20px;
}


/*==========
' CMS Forms
==========*/

.cms-form-container div.cms-group-container {
	clear: left;
	margin: 10px 0 10px 0;
	padding: 10px 0 10px 0;
	padding-left: 10px; /*width of left column containing the label elements*/
	background-color: #f9f9f9;
	border-top: 1px dashed #d6d6d6;
	border-bottom: 1px dashed #d6d6d6;
	height: 1%;
}

.cms-form-container div.cms-field-container {
	clear: left;
	margin: 10px 0 5px 0;
	padding: 10px 0 5px 0;
	padding-left: 120px; /*width of left column containing the label elements*/
	border-top: 1px dashed #d6d6d6;
	height: 1%;
}

.cms-form-container div.cms-full-field-container {
	clear: left;
	margin: 10px 0 5px 0;
	padding: 10px 0 5px 0;
	border-top: 1px dashed #d6d6d6;
	height: 1%;
}

.cms-form-container div.cms-buttons {
	clear: left;
	margin: 10px 0 10px 0;
	padding: 10px 0 10px 0;
	border-top: 1px dashed #d6d6d6;
	height: 1%;
	text-align: center;
}

.cms-form-container div.cms-first {
	border-top-width: 0;
}

.cms-form-container div.cms-field-container label.cms-field-title {
	font-weight: bold;
	float: left;
	margin-left: -120px; /*width of left column*/
	width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cms-form-container div.cms-field-container div.cms-field {
	float: left;
	padding: 0 10px 10px 0;
}

.cms-form-container div.cms-field-container div.cms-field i {
	font-size: 95%;
}

.cms-form-container span.cms-req {
	color: Red;
}

.validation-summary 
{
	border: dashed 1px #ffa4a4;
	color: Red;
	margin: 5px 0;
	padding: 30px;
	background: #ffdede url(../../Image/User/validation-summary.gif) no-repeat 45px 50%;
}

.validation-summary ul {
	margin: 0;
	padding: 0;
	margin-left: 125px;
	list-style: square;
}

.bottom-grid
{
	background: #f9f9f9;
	border: 1px solid #828282;
	border-top: 0;
	text-align: right;
	padding: 5px;
}

.calculate-shipping {
	border: 1px solid #e5e5e5;
	padding: 10px;
}

.myAccountBox
{
	border:solid 1px #666666;
	padding:8px 15px 15px 15px;
	background-color:#f2f2f2;
}

.myAccountBox h3
{
	color:#007dc0;
	padding:0 0 5px 0 ;
	margin:0;
}

.filter {
	background: #fff url('../../Image/User/filter.gif') repeat-x bottom left;
	border: solid 1px #828282;
	border-left: 0;
	border-right: 0;
}

.security-panel {
	padding: 5px 10px 5px 10px;
	float: right;
}


/*==========
' Products
==========*/

div.customtable table a, div.customtable table a:link, div.customtable table a:visited {
	border: none;
}

div.customtable img {
	border: 0;
	margin-top: .5em;
}

div.customtable table 
{
	width: 95%;
	border-top: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-collapse: collapse;
}

div.customtable caption {
	color: #000;
	font-size: .94em;
	letter-spacing: .1em;
	margin: 1em 0 0 0;
	padding: 0;
	caption-side: top;
	text-align: center;
}

div.customtable tr.odd td {
	background: #f9f9f9;
}

div.customtable tr.odd .column1 {
	background: #f9f9f9;
}

div.customtable .column1 {
	background: #fff;
}

div.customtable td {
	color: #000;
	border-bottom: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	padding: .3em 1em;
	text-align: center;
}

div.customtable th {
	font-weight: normal;
	color: #000;
	text-align: left;
	border-bottom: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	padding: .3em 1em;
}

div.customtable thead th {
	background: #f9f9f9;
	text-align: center;
	font: bold 1.2em/2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	color: #1f0f50;
}

div.customtable tfoot th {
	text-align: center;
	background: #f4f9fe;
}

div.customtable tfoot th strong {
	font: bold 1.2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	margin: .5em .5em .5em 0;
	color: #66a3d3;
}

div.customtable tfoot th em {
	color: #f03b58;
	font-weight: bold;
	font-size: 1.1em;
	font-style: normal;
}


#pricetable table
{
	width:auto !important;
	border: none !important;
	margin:0 !important;
	padding:0 !important;
}

#pricetable table td
{
	border: none !important;
	margin:0 !important;
	padding: 0 10px 0 0px !important;
}



#producttable table a, #producttable table a:link, #producttable table a:visited {
	border: none;
}

#producttable table 
{
	width: 100%;
	border-top: 1px solid #c6c6c6;
	border-right: 1px solid #c6c6c6;
	border-collapse: collapse;
}

#producttable td {
	background: url('../../Image/User/table-bg.gif') repeat-x;
}

#producttable tr.odd td {
	background: #f9f9f9;
}

#producttable tr.odd .column1 {
	background: #f9f9f9;
}

#producttable .column1 {
	background: #fff;
}

#producttable td {
	color: #000;
	border-bottom: 1px solid #c6c6c6;
	border-left: 1px solid #c6c6c6;
	padding: .3em 1em;
	text-align: left;
}

#producttable th {
	font-weight: normal;
	color: #000;
	text-align: left;
	border-bottom: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	padding: .3em 1em;
}

#producttable thead th {
	background: #f9f9f9;
	text-align: center;
	font: bold 1.2em/2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	color: #1f0f50;
}

#producttable tfoot th {
	text-align: center;
	background: #f4f9fe;
}

#producttable tfoot th strong {
	font: bold 1.2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	margin: .5em .5em .5em 0;
	color: #66a3d3;
}

#producttable tfoot th em {
	color: #f03b58;
	font-weight: bold;
	font-size: 1.1em;
	font-style: normal;
}

#producttable-button {
	 border: 1px solid #c6c6c6;
	 border-top: 0;
	 padding: 10px 20px 10px 20px;
}




div.optionstable img {
	border: 0;
}

div.optionstable table 
{
	width: 100%;

	border-collapse: collapse;
}

div.optionstable td {
	color: #000;



}

div.optionstable .noformat {
	margin-right:15px;

}


div.optionstable .opleft {
	font-weight: normal;
	color: #000;
	text-align: left;
	padding:5px;
	float:left;
	padding-left:15px;
	border-left:solid 3px #ddd;

}

div.optionstable .opright {
	font-weight: normal;
	color: #000;
	text-align: center;
	padding:5px;

	float:right;
	width:50px;
	border-right:solid 3px #ddd;
}





.sidebar-cart {
	background-color: #fbfbfb;
	padding: 0 5px 10px 5px;
	border: solid 1px #c6c6c6;
	border-top: 0;
	border-bottom: 0;
}

.sidebar-cart-top {
	background: url('../../Image/User/bg-cart-top.gif') no-repeat;
	width: 200px;
	height: 50px;
}

.sidebar-cart-bottom {
	background: url('../../Image/User/bg-cart-bottom.gif') no-repeat;
	width: 200px;
	height: 24px;
}

.cart-price {
	color: #d88400;
	font-weight: bold;
}

.cart-subtotal {
	font-weight: bold;
	font-size: 1.25em;
}

#sitemap-path {
	background: url('../../Image/User/sitemap-path-bg.gif') repeat-x;
	height: 30px;
	line-height: 30px;
}

#search {
	background: url('../../Image/User/sitemap-path-bg.gif') repeat-x;
	height: 30px;
	line-height: 30px;
}

#builder {
	margin-top: 15px;
	background: orange;
	border: 1px solid #c6c6c6;
	padding: 15px;
}

#login-status {
	margin-bottom: 10px;
	width: 100%;
	text-align: right;
}

.custom-list {
	width: 33%;
	vertical-align: top;
}

/*==========
' TopNav
==========*/

.topN {text-decoration: none; color:gray; font-size: 12px;}
a.topN {text-decoration: none; color:gray; font-size: 12px;}
a.topN:hover {text-decoration: underline; color:#FF9C00; font-size: 12px;}
a.topNH {text-decoration: underline; color: #FF9C00; font-size: 12px;}

.checkout-step {
	background: #f9f9f9;
	border: 1px solid #e5e5e5;
	color: #747474;
	padding: 10px;
}

.step {
	color: #747474;
}

.step_selected {
	color: #1f0f50;
	font-weight: bold;
	text-transform: uppercase;
} 


#pagination {width: 400px;}
#pagination a,.paginationvideo span {
display:block;
float:left;
margin-right:0.1em;
border:1px solid #fff;
background:#fff;
padding:0.2em 0.5em;
}

#pagination .current {
border:1px solid #3E258B;
font-weight:bold;
color:#fff;
background-color:#3E258B;
}

#pagination a {
border:1px solid gray;
text-decoration:none;
color:#000;
}

#pagination a:hover {
border-color:#000;
}

#pagination a.nextprev {
font-weight:bold;
color:#666;
}

#pagination .nextprev {
border:1px solid #ddd;
color:#999;
}

.bread {font-size: .9em;}

/* -------------------- */
/* Image Viewer */
/* -------------------- */
div#cms-image-viewer{float:right; padding:0 0 0 20px; width: 300px;	}
div#cms-image-viewer div.cms-image-viewer-information-container{border:solid 1px #e5e5e5; border-top-width:0; text-align:center; margin:0 !important}
div#cms-image-viewer div.cms-image-viewer-information{padding:10px}
div#cms-image-viewer div.cms-image-viewer-controls-container{border:solid 1px #e5e5e5; border-top-width:0; text-align:center}
div#cms-image-viewer div.cms-image-viewer-controls{padding:10px}

div#cms-image-viewer .imageSB{border:1;}
div#cms-image-viewer .imageV{width:50px;}
div#cms-image-viewer .imageT{width:50px; height:50px; padding:5px;}

div#cms-large-photo-title {font-family: Times New Roman; font-style:italic; font-size:1.1em;}
div#cms-large-photo-caption {font-family: Times New Roman; font-style:italic; font-size:1.1em; line-height:1.1em;}

#thumbBox{position:absolute; left:0; top:0; width:auto; padding:10px; padding-bottom:0; background:#313131; visibility:hidden; z-index:5000; cursor:hand; cursor:pointer} /*Outermost DIV for thumbnail viewer*/
#thumbBox .footerbar{font:bold 1em Tahoma; letter-spacing:5px; line-height:1.1em; color:white; padding:5px 0; text-align:right; z-index:5000}/*Footer DIV of thumbbox that contains "close"link */
#thumbBox #thumbImage{background-color:white}/*DIV within thumbbox that holds the enlarged image */
#thumbLoading{position:absolute; visibility:hidden; border:1px solid black; background-color:#EFEFEF; padding:5px; z-index:5000}/*DIV for showing "loading"status while thumbbox is being generated*/


