html,
body {
	margin: 0;
	padding: 0;
}
* {
	font-family: verdana,sans-serif;
}

a {
	color: #b49c1c;
}

a:hover{
	color: #dab200;
}

legend {
	font-weight: bold;
}

body {
	background-image: url("/seaside/files/CCLibrary/gradient.png");
	background-repeat: repeat-x;
	background-color: #2e0d26;
}


#heading {
	position: absolute;
	top: 10px;
	height: 147px;
	left: 0.75em;
	right: 0;
	margin:0;
	font-size: 2em;
	background-image: url("/seaside/files/CCLibrary/logo.png");
	background-repeat: no-repeat;
	z-index: 1;
}

#heading a {
	display: block;
	height: 100%;
	margin-top: 0;
}

#heading h1 {
	display: none;
}

#footer {
	color: #606060;
	font-size: 0.7em;
	position: absolute;
	bottom: 0px;
	text-align: center;
	width: 100%;
	padding: 0;
	margin-bottom: 5px;
}

#contents,
#contents-bg
{
	position: absolute;
	top: 110px;
	left: 13em;
	right: 1.5em;
	bottom: 1.5em;
}

#contents-bg {
	z-index: 0;
	overflow: hidden;
}

#nav,
#nav-bg {
	position: absolute;
	left: 1.5em;
	top: 110px;
	width: 10em;
	margin: 0;
	bottom: 1.5em;
}

#nav-bg
{
	z-index: 0;
	background-repeat: no-repeat;
}

#nav-bg .tl, #contents-bg .tl,
#nav-bg .tr, #contents-bg .tr,
#nav-bg .bl, #contents-bg .bl,
#nav-bg .br, #contents-bg .br {
	position: absolute;
	background-image: url("/seaside/files/CCLibrary/background.png");
	height: 40px;
	width: 40px;
	background-repeat: no-repeat;
}

#nav-bg .tl,
#contents-bg .tl 
{
	left: 0;
	top: 0;
}

#nav-bg .tr,
#contents-bg .tr {
	right: 0;
	top: 0;
	background-position: 0 -40px;
}

#nav-bg .l,
#contents-bg .l  {
	position: absolute;
	background-color: #5d1a4d;
	left: 0;
	top: 40px;
	bottom: 40px;
	right: 0;
	z-index: -1;
}

#nav-bg .r,
#contents-bg .r {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 40px;
	right: 40px;
	background-color: #5d1a4d;
	z-index: -1;
}


#contents-bg .bl,
#nav-bg .bl {
	left: 0;
	bottom: 0;
	background-position: 0 -80px;
}

#nav-bg .br,
#contents-bg .br {
	right: 0;
	bottom: 0;
	background-position: 0 -120px;
}

#nav {
	z-index: 4;
	background-color: transparent;
}

#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 35px;
}

#nav li {
	margin: 0;
	padding: 0;
}
#nav a {
	text-decoration: none;
	padding: 0.5em;
	color: #b49c1c;
	font-weight: bold;
	display: block;
}

#nav a:hover {
	color: black;
	background-color: #b49c1c;
}


#contents {
	padding: 0;
	margin: 0px;
	z-index: 4;
}

#contents .tl, #contents .tr,
#contents .bl, #contents .br  {
	position: absolute;
	height: 40px;
	width: 40px;
	background-image: url("/seaside/files/CCLibrary/glasstitlecorners.png");
	z-index: -1;
}

#contents .tl {
	top: 0;
}
#contents .tr {
	right: 0;
	top: 0;
	background-position: 0 -40px;
}

#contents .bl {
	bottom: 0;
	background-position: 0 -80px;
}

#contents .br {
	bottom: 0;
	right: 0;
	background-position: 0 -120px;
}

#contents .t,
#contents .b {
	position: absolute;
	left: 40px;
	right: 40px;
	height: 40px;
	width: auto;	
	background-image: url("/seaside/files/CCLibrary/glasstitletb.png");
	z-index: -1;
}

#contents .t {
	background-position: 0 0px;
	top: 0;
}

#contents .b {
	background-position: 0 -40px;
	bottom: 0;
}

#contents .l, #contents .r
{
	position: absolute;
	width: 40px;
	top: 40px;
	bottom: 40px;
	background-image: url("/seaside/files/CCLibrary/glasslr.png");
}

#contents .r {
	right: 0;
	background-position: -40px 0;
}

#contents .m {
	position: absolute;
	background-image: url("/seaside/files/CCLibrary/glass.png");
	background-repeat: repeat;
	left: 40px;
	right: 40px;
	top: 40px;
	bottom: 40px;
	overflow: auto;
	padding-top: 0.5em;
}


#contents h2 {
	margin-top: 15px;
	font-size: 21px;
	text-align: center;
	font-weight: normal;
	color:  black;
}

#contents h3 {
	font-weight: normal;
	font-align: center;
	font-size: 1.1em;
	margin-top: 0;
	margin-bottom: 0;
}

#contents p {
	margin-top: 0.5em;
	margin-bottom: 1.5em;
}

#contents a.fn {
	text-decoration: none;
}

#contents .footnotes {
	border-top: solid black 1px;
}

#contents .footnotes p {
	font-size: 0.6em;
	margin-top: 0;
	margin-bottom: 0;
}

#background  {
	height: 100%;
	width: 100%;
}

#background td {
	text-align: center;
}

#background img {
	width: 40%;
	max-width: 400px;
	min-width: 200px;
}

.product-preview {
	border-bottom: dashed 1px grey;
	margin: 3px;
	padding: 3px;
clear: both;
}

.product-preview img {
	float: left;
	margin-top: 0.2em;
	margin-left: 0.2em;
	margin-right: 1em;
	margin-bottom: 0.5em;
}
.product-preview h3 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 1em;

}
.product-preview p {
	margin-top: 0;
	margin-bottom: 0;
}

.product-preview a {
	text-decoration: none;
}

.product-preview img {
	border: none;
}

.product-details {
	margin-bottom: 2em;
}

.product-details h2 {
	margin-top: 0;
}

.product-details .ws-imageViewer {
	float: right;
	margin-right: 1em;
	margin-bottom: 0.5em;
}

.product-details form {

}
.ws-imageViewer {
	border: solid grey 1px;
	padding: 0;
	text-align: center;
	background-color: #2d002d;
}

.ws-imageViewer img {
	border: 0;
	padding: 0;
}
.ws-imageViewer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.ws-imageViewer li {
	display: inline;
	margin: 0;
	padding: 0;
}

.ws-imageViewer li img {
	opacity: 0.4;
}

.ws-imageViewer li a img {
	opacity: 1;
}

 
ul.wizard-tabs {
	list-style: none;
	margin: 0;
	padding: 0;
border-bottom: #b49c1c solid 1px;
}

.wizard-tabs a {
	text-decoration: none;
}

.wizard-tabs li {
	display: inline;
	margin-left: 0.5em;
	margin-right: 0.5em;
}
.wizard-tabs li:hover {
	background: #b49c1c;
	color: #grey;
}
.wizard-tabs li:hover.active {
	background: transparent;
	color: black;
}
.wizard-tabs li:hover.disabled {
	background: transparent;
}

.wizard-tabs li.disabled {
	color: grey;
}

.cart-view {
	margin: 0.5em;
}

#confirm-order {
	padding-left: 0.5em;
	padding-right: 0.5em;
}

#confirm-order h2 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 1.2em;
}

#confirm-order div {
	margin: 0;
}
#confirm-order p {
	margin-top: 0;
}

#confirm-order dl {
	margin-top: 0.5em;
	padding: 0;
}

#confirm-order table {
margin-bottom: 0.5em;
}
#confirm-order th {
text-align: right;
font-weight: normal;
padding-right: 0.5em;
}
#confirm-order .subTotal td,
#confirm-order .subTotal th {
}
#confirm-order .subTotal td,
#confirm-order .total td
{
border-top: #b49c1c solid 1px;
}
#confirm-order .total td {
border-bottom: #b49c1c solid 1px;
}

#confirm-order .subTotal th,
#confirm-order .total th {
font-weight: bold;
}
#confirm-order dt {
	font-weight: bold;
}

#confirm-order dd {
	margin-left: 8em;
	margin-top: -1em;
}

label {
	width: 10em;
	display: inline-block;
	text-align: right;
	margin-right: 0.5em;
}

.error label {
	color: red;
}

.cc-sizes-editor {
padding-top: 0;
}

#contents .cc-sizes-editor p {
margin-bottom: 0.5em;
margin-top: 0;
}

.cc-sizes-editor .desc {
font-size: 0.8em;
color: #404040;
font-style: italic;
}

.cc-sizes-editor div {
	display: inline-block;
margin-right: 1em;
}

.cc-sizes-editor input {
	width: 3em;
}

.cc-sizes-editor label {
	width: auto;
}

.cc-sizes-editor .units {
display: block;
}

.error-msgs {
	padding-left: 5px;
	border: 1px solid red;
	font-size: 0.8em;
	margin: 5px;
	max-width: 40em;
}
.error-msgs p {
	font-weight: bold;
	margin-bottom: 0.5em !important;
	margin-top: 0 !important;
}
.error-msgs ul {
	margin-top: 0;
	list-style: none;
	padding-left: 0;
}

#add-item div.item {
	padding: 5px;
	margin-top: 0;
}

#add-item div.item img {
	float: left;
	margin-right: 5px;
	margin-top: 0;
}

#add-item div.item p {
	margin-top: 0;
}

.cart-widget {
	border: solid 1px #b49c1c;
	margin: 4px;
	margin-top: 1em;
	background-image: url("/seaside/files/CCLibrary/glass.png");
	padding: 2px;
}

.cart-widget h3 {
	margin: 0;
	padding-left: 0.5em;
	padding-right: 0.5em;
	font-size: 1em;
	text-align: center;
	background-color: #b49c1c
}

.cart-widget p {
	margin: 0;
	font-size: 0.9em;
}

.cart-widget a {
	font-size: 0.9em;
	padding: 5px 0 5px 0 !important;
	text-align: center;
}

.cc-fabric-editor {
	width: 500px;
	padding-top: 0;
}

.cc-fabric-editor div.selected img {
	width: 100px;
	height: 100px;
float:left;
} 

.cc-fabric-editor div.selected {
	float: left;
	width: 100px;
	height: 100px;
	border-style: none;
	position: relative;
}

.cc-fabric-editor div.selected a {
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
	padding-top: 0.6em;
padding-bottom: 0.7em;
	text-align: right;
	margin-top: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.7em;
	background: white;
}
.cc-fabric-editor div.notSelected {
	border-width: 1px;
	border-style: solid;
	border-color: red;
	float: left;
	text-align: center;
	color: red;
	width: 98px;
	height: 98px;
	line-height: normal;
}

.cc-fabric-editor h4 {
margin-bottom: 0;
margin-top: 0;
clear: left;
}

#contents .cc-fabric-editor p {
	margin-top: 0;
	margin-bottom: 0.2em;
}

.cc-fabric-editor .fabricList {
	line-height: 0;
}

.cc-fabric-editor .fabricList a {
	border: none;
	margin: 0;
	padding: 0;
}

.cc-fabric-editor img {
	border: none;
	margin: 0;
	padding: 0;
	height: 50px;
	width: 50px;
}

.cc-fabric-editor .fabricNav {
	text-align: right;
font-size: 0.8em;
}

.cc-fabric-editor .fabricNav a,
.cc-fabric-editor .fabricNav span {
	text-decoration: none;
	font-weight: bold;
}

.cc-fabric-editor .fabricNav span {
	color: #808080;
}

.ws-simpleOption div {
	float: left;
	position: relative;
	margin-right: 5px;
}

.ws-simpleOption input {
	top: 0;
	left: 0;
	position: absolute;
}

.ws-simpleOption p {
	margin-top: 0 !important;
	margin-bottom: 0.5em !important;
}

#ws-orderTotal {
}

#ws-orderTotal th {
text-align: right;
padding-right: 0.5em;
}

#ws-orderTotal td {
text-align: right;
}

#measurements img {
float: left;
margin-right: 2em;
margin-bottom: 10px;
}

#measurements p {
clear: both;
margin-bottom: 1em;
}

#measurements dl {
margin-left: 1em;
margin-top: 2em;
float: left;
}

#measurements dt {
font-weight: bold;
}

#measurements dd {
margin-bottom: 1em;
margin-left: 0;
}

.imageBox {
margin: 10px;
}

.imageBox p {
font-size: .6em;
margin-top: 0;
text-align: center;
}

.left {
float: left;
margin-left: 0;
margin-right: 1em;
}

.right {
float: right;
margin-left: 1em;
margin-right: 0;
}

#history h3 {
clear: both;
margin-bottom: 0.2em;
}

#history hr {
margin-bottom: 1em;
clear: both;
width: 0;
height: 0;
background: transparent;
border: none;
}

#history p {
margin-top: 0;
margin-bottom: 0;
}
.footnotes {
clear: both;
}
