﻿/******************
HTML Tags
******************/

body {
	font-family:"trebuchet MS", tahoma, verdana, arial, helvetica, sans-serif;
	background-color:#000000;
	color:#666666;
	font-size:.8em;
	line-height:160%;
	width:760px;
	margin-left:auto;
	margin-right:auto;
	}

#content p, .side-column p, table {
	margin:0px 0px 10px 0px;
	}

.side-column img {
	border:none;
	}

/******************
FORM STYLES
******************/

#content-container form {
	margin:20px 0px;
	padding:0px 0px 0px 0px;
	}

#content-container fieldset {
	margin:10px 0px 20px 0px;
	padding:0px 10px 10px 20px;
	}

/* a nested fieldset */
#content-container fieldset fieldset {
	margin:15px 0px 5px 0px;
	padding:0px 5px 5px 5px;
	}

#content-container legend {
	margin-bottom:0px;
	padding:0px 10px 5px 5px;
	color:#666666;
	font-weight:bold;
	}

/* a nested legend */
#content-container fieldset fieldset legend {
	margin-bottom:0px;
	padding:0px;
	font-weight:normal;
	}

#content-container label {
	display:block;
	padding-top:8px;
	}

.mainnav-right form {
	margin:0px;
	padding:0px;
	text-align:right;
	}

.mainnav-right form fieldset {
	margin:0px;
	padding:0px;
	border:none;
	}

.mainnav-right form legend {
	display:none;
	}

.mainnav-right label {
	display:none
	}
.blackFont {color:black;font-size:.2em;padding:0px;margin:0px;}

/******************
LINKS
******************/

/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
a:link {
	color:#736F6E;
	text-decoration:underline;
	}

a:visited {
	color:#736F6E;
	}

a:hover {
	color:#AF7817;
	text-decoration:none
	}

a:active {
	color:#FF9900;
	}

/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
.mainnav-left a:link {
	color:#6E6E6E;
	text-decoration:none;
	font-weight:bold;
	}

.mainnav-left a:visited {
	color:#6E6E6E;
	text-decoration:none;
	font-weight:bold;
	}

.mainnav-left a:hover {
	color:#AF7817;
	}

.mainnav-left a:active {
	color:#FBB117;
	}

/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
#breadcrumbs a:link {
	color:#FFF6AE;
	text-decoration:underline;
	}

#breadcrumbs a:visited {
	color:#FFF6AE;
	}

#breadcrumbs a:hover {
	color:#FFFFFF;
	text-decoration:none
	}

#breadcrumbs a:active {
	color:#F0FF4A;
	}

/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
.side-column a:link {
	color:#FFF6AE;
	text-decoration:underline;
	}

.side-column a:visited {
	color:#ECE4B0;
	}

.side-column a:hover {
	color:#FFFFFF;
	text-decoration:none;
	}

.side-column a:active {
	color:#F0FF4A;
	}

/******************
HEADINGS
******************/

h1 {
	font-size:1.4em;
	padding:10px 0 6px 0;
	}

h2 {
	font-size:1.1em;
	}

h3 {
	font-size:1.4em;
	}
	
h4 {
	font-size:1.1em;
	}
	
h5 {
	font-size:.9em;
	}
	
h6 {
	font-size:.8em;
	}
	
#three-column-container h2 {
	margin:0px 0px 10px 0px;
	padding:0px;
	}
	
/******************
LAYOUT STYLES
******************/

#header-container {
	background: #828AD0 url(images/bg-main.gif) repeat-x;
	height:63px;
	width:100%;
	margin:0px 0px 4px 0px;
	padding:0px;
	table-layout:fixed;
	font-size:2em;
	font-weight:bold;
	}

#header-container a {
	text-decoration:none;
	color:#FFFFFF;
	}

#header-left {
	width:298px;
	color:#000000;
	height:31px;
	padding:29px 10px 0px 10px;
	background: url(images/bg-curve-top-left.gif) no-repeat;
	}

.column-separator {
	background:#000000;
	width:5px;
	}

#header-right {
	color:#FFFFFF;
	padding:35px 10px 0px 0px;
	height:33px;
	text-align:right;
	width:270px;
	border-collapse:collapse;
	font-size:.55em;
	text-align:right;	
	}

.side-column {
	width:155px;
	color:#FFFFFF;
	padding:10px;
	margin:0px;
	vertical-align:top;
	}

.side-column-bg {
	background: url(images/bg-main-blue.jpg);
	}

p.posterphoto {
	display:inline
	}

/*remember to talk about why BLOCK has to be set*/
.posterphoto img {
	border:1px solid #A7A7A7;
	display:block;
	margin:0px;
	padding:0px;
	}

.mainnav-container {
	margin:4px 0px;
	height:26px;
	table-layout:fixed;
	background:#FFFFFF;
	}

.mainnav-left {
	width:766px;
	padding:4px 0px 3px 10px;
	border:1px solid #A7A7A7;
	}

.mainnav-right {
	padding:4px 7px 3px 0px;
	border:1px solid #A7A7A7;
	width:166px;
	height:16px;
	}

#content-container {
	margin:0px;
	table-layout:fixed;
	background: url(images/bg-main.jpg) repeat-y right;
	}

#breadcrumbs {
	margin:3px 0px 0px 0px;
	color:#FFFFFF;
	padding-top:3px;
	display:block;
	}

#content {
	padding:0px 10px 10px 10px;
	margin:0px;
	border:1px solid #A7A7A7;
	width:576px;
	/* background: url(images/bg-breadcrumb.jpg) repeat-x; */
	}

#three-column-container {
	width:100%;
	margin:10px 0px;
	table-layout:fixed;
	}

#three-column-left {
	width:30%;
	padding-right:3%;
	vertical-align:top;
	}

#three-column-middle {
	width:30%;
	vertical-align:top;
	}

#three-column-right {
	width:30%;
	padding-left:3%;
	vertical-align:top;
	}

#footer-container {
	background: #828AD0 url(images/bg-main.jpg);
	height:68px;
	color:#FFFFFF;
	margin:0px 0px 4px 0px;
	table-layout:fixed;
	}

#footer-left {
	width:587px;
	height:56px;
	padding:1px 0px 0px 10px;
	margin:0px;
	}

.footer-right {
	color:#FFFFFF;
	padding:0px 10px;
	width:155px;
	height:68px;
	margin:0px;
	background: url(images/bg-curve-bottom-right.gif) no-repeat right bottom;
	border-collapse:collapse;
	}

/******************
Menu Items
******************/

.mainnav-container ul {
	margin:0px;
	padding:0px;
	}

.mainnav-container li {
	padding-right:10px;
	list-style:none;
	display:inline;
	}

/******************
LISTS - IN THE CONTENT DIV
******************/

#content ul.list, #content ul.link-list-vertical {
	margin:0px 0px 15px 15px;
	padding:0px;
	}

#content ul.list li {
	list-style:none;
	padding:1px 0px 1px 12px;
	margin:0px;
	background: url(images/bullet.gif) no-repeat;
	background-position:0 .6em;
	}

#content ul.link-list-vertical li {
	list-style:none;
	margin:0px;
	}

#content ul.link-list-vertical li a:link {
	padding:1px 0px 1px 12px;
	background: url(images/bullet-link.gif) no-repeat;
	background-position:0 .6em;
	}

#content ul.link-list-vertical li a:visited {
	padding:1px 0px 1px 12px;
	background: url(images/bullet-link-visited.gif) no-repeat;
	background-position:0 .6em;
	}

#content ul.link-list-vertical li a:hover {
	padding:1px 0px 1px 12px;
	background: url(images/bullet-link-hover.gif) no-repeat;
	background-position:0 .6em;
	}

#content ul.link-list-vertical li a:active {
	padding:1px 0px 1px 12px;
	background: url(images/bullet-link-active.gif) no-repeat;
	background-position:0 .6em;
	}

/******************
LISTS - IN THE RIGHT COLUMN
******************/

.side-column ul.list, .side-column ul.link-list-vertical {
	margin:0px 0px 15px 5px;
	padding:0px;
	}

.side-column ul.list li {
	list-style:none;
	padding:1px 0px 1px 12px;
	margin:0px;
	background: url(images/bullet-right.gif) no-repeat;
	background-position:0 .6em;
	}

.side-column ul.link-list-vertical li {
	list-style:none;
	margin:0px;
	}

.side-column ul.link-list-vertical li a:link {
	padding:1px 0px 1px 12px;
	background: url(images/bullet-link-right.gif) no-repeat;
	background-position:0 .6em;
	}

.side-column ul.link-list-vertical li a:visited {
	padding:1px 0px 1px 12px;
	background: url(images/bullet-link-right-visited.gif) no-repeat;
	background-position:0 .6em;
	}

.side-column ul.link-list-vertical li a:hover {
	padding:1px 0px 1px 12px;
	background: url(images/bullet-link-right-hover.gif) no-repeat;
	background-position:0 .6em;
	}

.side-column ul.link-list-vertical li a:active {
	padding:1px 0px 1px 12px;
	background: url(images/bullet-link-right-active.gif) no-repeat;
	background-position:0 .6em;
	}

/******************
TABLE STYLES
******************/
/*
table.table {
	width:100%;
	border:1px solid #D0D0BF;
	border-collapse:collapse;
	}

thead th {
	border-bottom:2px solid #D0D0BF;
	padding:6px;
	}

tfoot th {
	border-top:2px solid #D0D0BF;
	padding:6px;
	}

.table-row-1 td, .table-row-1 th,.table-row-2 td, .table-row-2 th, th {
	padding:2px 6px;
	border-left:1px solid #D0D0BF;
	}

.table-row-1 td, .table-row-1 th {
	background: url(images/bg-table-row-alternate.jpg);
	}
*/
/******************
CLASSES & TABLE STYLES
******************/


img.photobig, img.photosmall {
	border:1px solid #CCCCCC;
	background: #E0E0E0 url(images/bg-table-row-alternate.jpg);
	padding:10px;
	}

img.photosmall {
	margin-right:10px;
	margin-bottom:2px;
	float: left;
	}

.searchbox {
	height:13px;
	margin:0px;
	padding:0px;
	width:9em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	}

.button-search {
	height:19px;
	margin:0px;
	padding:0px 0px 0px 0px;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#0000FF;
	}

.separator-side-column {
	border-top:1px solid #AF7817;
	margin-bottom:8px;
	padding:0px;
	}

.section-title-not-heading {
	font-size:1.1em;
	font-weight:bold;
	display:block;
	margin-bottom:8px;
	}

.button-big {
	margin-top:8px;
	}

.small-text {
	font-size:.8em;
	}

.none {
	display:none;
	}

.clear {
	clear:both;
	}


.progress{ 
width:170px; 
height:25px;
z-index: 1; 
position:absolute; 
right: 10px; 
bottom: 10px;
background-color:#F88017;
color: White; 
font-family: Verdana;
font-weight: bold; 
font-size: medium;
text-align:center;
vertical-align: middle;
padding:5px 5px 5px 5px;
}

.checkoutlabel
{
    font-size: 8pt;
    font-family: verdana;
    color: #708090;
}

.button
{
    border-right: #696969 1px solid;
    border-top: #696969 1px solid;
    font-size: 10pt;
    border-left: #696969 1px solid;
    border-bottom: #696969 1px solid;
    font-family: verdana;
}

/*
html { margin: 0; padding: 0; }
h1
{
    margin-top: 10px;
    font-size: 10pt;
    vertical-align: bottom;
    color: #cc6600;
    font-family: Palatino;
    letter-spacing: 2px;
}
h2
{
    margin-top: 10px;
    font-size: 8pt;
    vertical-align: bottom;
    color: #cc6600;
    font-family: Palatino;
    letter-spacing: 1px;
    display: inline;
}
h2.shaded
{
    color: #cccccc;
    display: inline;
}
h2 a
{
    font-size: 8pt;
    vertical-align: bottom;
    color: #65738e;
    font-weight:bold;
}
body {
	margin: 0;
	padding: 0;
	background: #ffffff;
	font-family:Verdana;
	font-size: 8pt;
}

img
{
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}
td
{
    vertical-align: top;
}

A {
  color: #000000;
  text-decoration: none;
}

A:hover {
  color: #AABBDD;
  text-decoration: underline;
}


A.headerNavigation { 
  color: #FFFFFF; 
}

A.headerNavigation:hover {
  color: #ffffff;
}

*/

.sitelogobox
{
    margin-top: 10px;
    font-size: 7pt;
    vertical-align: bottom;
    color: #65738e;
    font-family: Palatino;
    letter-spacing: 2px;
}
.catalogmenu
{
    border-bottom: gainsboro 1px solid;
    text-align: right;
    margin-bottom: 10px;

}
.textbox {
	border: solid 1px #CBCED4;
	background: #f5f5f5;
	padding: 11px;
	margin-bottom: 7px;
    width:190px;

}
.textbox li
{
    list-style-type: none;
}
.plainbox
{
	padding: 11px;
	margin-bottom: 7px;
    width:auto;
    padding-right: 5px;
    padding-left: 5px;
    color: #696969;
	
}

.alertbox
{
	
	margin-bottom: 7px;
    width:auto;
    padding-right: 5px;
    padding-left: 5px;
    color: red;

}
.offsetleftbox
{
	margin-bottom: 7px;
    width:auto;
    padding-right: 5px;
    padding-left: 30px;

}
.textboxheader
{
    font-weight: bold;
    font-size: 8pt;
    color: #f5f5f5;
    font-family: verdana;
    background-color: #65738E;
    padding-right: 5px;
    padding-left: 10px;
    padding-bottom: 3px;
    padding-top: 3px;
    width:190px;
}
.textboxheader a
{
     color: #f5f5f5;
    font-family: verdana;
    text-decoration:none;  
    font-size: 8pt;
    font-weight: bold;

}
.graybox
{
 	border: solid 1px #CBCED4;
	background: #ffffff;
	padding: 11px;
	margin-bottom: 7px;
   
}
.grayboxheader
{
    font-weight: bold;
    font-size: 8pt;
    color: #f5f5f5;
    font-family: verdana;
    background-color: #999DA6;
    padding-right: 5px;
    padding-left: 10px;
    padding-bottom: 3px;
    padding-top: 3px;
}
.bodywrapper
{
    margin-left: 90px;
    margin-right: 90px;
    width:770px

}
#columnleft
{ 
    width: 180px;
    float:left;
}


#columnright
{ 
    margin-left: 190px;
    height:500px;
    border-left: #dcdcdc 1px dotted; 
    
}


#menutext
{
    padding: 5px;
    text-align: right;
    border-bottom: gainsboro 1px solid;
    margin-bottom: 10px;


}
	#menutext ul {
		margin: 0px;
		padding: 0px;
		list-style-images: none;
	}
	
	#menutext li { display: inline }
	
	#menutext a:link, #menutext a:visited {
		padding-left: 12px;
        font-size: 8pt;
        color: #65738E;
        font-family: palatino;
		text-decoration: none;
	}
	
	#menutext a:active, #menutext a:hover {
		color: #717052;
	}
	
.homeproductdisplay
{
    padding-right: 5px;
    padding-left: 5px;
    color: #696969;
    margin-left: 5px;
    margin-right: 5px;
    min-width:500px;
}
.subtotal
{
    text-align: right;
    border-top: 1px solid #c9c9c9;
    margin-top: 5px;
}
.checkout
{
    margin-top: 5px;
    color: #696969;
    font-size: 8pt;
}
.searchbox
{
    border-right: #dcdcdc 1px solid;
    border-top: #dcdcdc 1px solid;
    font-size: 8pt;
    border-left: #dcdcdc 1px solid;
    border-bottom: #dcdcdc 1px solid;
    font-family: verdana;
}
.thumbimage
{
    width: 100px;
    height: 100px;
}
.oldprice
{
    font-weight: bold;
    color: #696969;
    text-decoration: line-through;
}
.saleprice
{
    font-weight: bold;
    color: #cc0000;
}
.sidemenulink
{
    font-size: 8pt;
    font-family: verdana;
}
.errorbox
{
    border-right: #660000 1px solid;
    border-top: #660000 1px solid;
    font-weight: bold;
    font-size: 9pt;
    border-left: #660000 1px solid;
    color: #660000;
    border-bottom: #660000 1px solid;
    font-family: verdana;
    background-color: #ffcccc;
    width:auto;
}
.sectionheader
{
    border-bottom: #dcdcdc 1px dotted;
    color: #65738E;
    font-size: 8pt;
    padding-bottom: 5px;
    font-weight:bold;
}
strong
{
    color: #696969;
}
.addtocartlink
{
    font-size: 10pt;
    text-decoration: none;
    font-weight: bold;
    color: #C7C030;
}
.checkoutlabel
{
    font-size: 8pt;
    font-family: verdana;
    color: #708090;
}
SELECT
{
    border-right: #696969 1px solid;
    border-top: #696969 1px solid;
    font-size: 8pt;
    border-left: #696969 1px solid;
    border-bottom: #696969 1px solid;
    font-family: verdana;
}
.admin-header
{
    background-color: #6190CD; 
    height:40px;
    padding-left:10px;
    border-bottom:solid 4px #B4CCEB;
}
.admin-header h1
{
    color: white;
}

.orderReview-title
{	
	font-family:Verdana; 
	color:#AF7817; 
	font-size:large; 
	font-weight:bold;
}

.orderReview-title-header
{	
	font-family:Verdana; 
	background:#AF7817;
	color:White; 
	font-size:larger; 
	font-weight:bold;
}

.orderReview-text
{	
	font-family:Verdana; 
	color:#696969;
	font-size:small;
}

.orderReview-text-bold
{	
	font-family:Verdana; 
	color:#696969;
	font-size:small;
	font-weight:bold;
}
.top-left-round
{
	float:left;
	background: url(images/left-round-corner.gif) no-repeat; 
	background-color:#FFFFFF;
	width:50%;
}
.top-right-round
{
	float:left;
	background: url(images/right-round-corner.gif) no-repeat right top; 
	background-color:#FFFFFF;
	width:50%;
}
.bottom-left-round
{
	float:left;
	background: url(images/left-round-bottom-corner.gif) no-repeat left bottom; 
	background-color:#FFFFFF;
	width:50%;
}
.bottom-right-round
{
	float:left;
	background: url(images/right-round-bottom-corner.gif) no-repeat right bottom; 
	background-color:#FFFFFF;
	width:50%;
}