﻿/* Main style sheet for collections, items, singles and others */

body {
	background-attachment: fixed;
	font-family: Arial,sans-serif;
}

/* defines content block attributes */
.parent {
	 background-color: #FFFFFF;
	width: 660px;
}

/* logo image */
#logo {
	width: 800px;
}

/* left side menu bar */
#left {
	width: 135px;
	padding-top: 0px;
	vertical-align: top;
}

/* right side content */
#right {

	vertical-align: top;
	text-align: center;
	width: 100%;
}



/* left side menu -

   this may be a little

   redundant but it

   can't hurt to be safe */

#menu {
	width: 135px;
	border: 0px;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

/* menu hover effect */
#menu a:hover {
	padding-left: 5px;
	text-decoration: none;
}

/* menu category headers */
#menu .header {
	font: .7em bold 'Arial Black',sans-serif;
	text-align: center;
	background-color: #000;
	color: #FFCC5A;
}

/* menu item links */
#menu .item {
	padding: 0px;
	width: 135px;
	height: 20px;
	text-align: left;
}

/* advertisements within menu bar */
#menu .add {
	text-align: center;
	border: 0px;
}

/* link container in footer */
.links {
	background-color: #FFFFFF;
}

/* link text attributes */
.links a {
	color: #FFFFFF;
	display: block;
	letter-spacing: +1px;
	font: normal 9px Arial,sans-serif;
	text-decoration: none;
	padding: 3px;
}

/* link hover effect */
.links a:hover {
	color: #00FF00;
}

/* navigation buttons top and
   bottom of right side content */
.nav_buttons {
	border: none;
	text-align: center;
	padding: 0px;
	margin: 0px;
	width: 662px;
	background-color: #FFFFFF;
}

/* nav button images */
.nav_buttons img {
	display: inline;
	margin: 5px;
	text-align: center;
	text-decoration: none;
}

/* container for item add
   to cart button and
   item description */
#purchase_box {
	text-align:center;
	background-color:#fff;
	margin:0px;
	padding:0px;
	width:100%;
	border-collapse:collapse;
	font-family:Arial,sans-serif;
	border-top:1px dashed black;
}

/* add to cart button */
INPUT#add {
	 display: inline;
	 vertical-align: middle;
	 padding-top: 4px;
	 padding-bottom: 4px;
	 padding-right: 4px;
}

/* designer index table cells */
.designer_index td {
	height: 25px;
	text-align: center;
}

.designer_index td a {
	font: bold 13px Arial,Helvetica,sans-serif;
	color: #000;
	text-decoration: none;
}

.designer_index td a:hover {
	color: #f00;
}

.ie_fix {
	font-size: 0px;
}

/* design title container */
#design_title {
	font: bold 20px Arial,sans-serif;
	text-decoration: underline;
	padding-bottom: 15px;
	white-space: nowrap;
	margin-left:auto;
	margin-right:auto;
}

/* design description container */
.design_desc {
	font-weight: bold;
	font-size: 14px;
	color: #000000;
	padding-left: 5px !important;
	margin :0px !important;
}

/* container of design graphics */
#design_holder {
	border-collapse: collapse;
}

/* applies to all tables */
TABLE {
	border-collapse: collapse;
}

/* comments container */
#comments {
	font: bold 14px Arial,sans-serif;
	background-color: #fff;
	width: 100%;
}

/* copyright container */
#copyright {
	text-align: center;
	padding: 5px;
	font-size: 11px;
	font-family: Arial,sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}

.img_outline {
	border: solid 1px #000;
}
