/* =forms */
#content form {
	margin-top: 1.5em;
	padding-bottom: 35px;
}
#content input.text, textarea.text {
	width: 16em;
}

#content fieldset {
	float: left;
	clear: left;
	width: 99%; /* setting the width to 100% causes problems in ie6 */
	margin: 0 0 1.5em 0;
	padding: 0;
	border: 1px solid #bfbab0;
	background-color: #eee;
	background-image: url(../img/fieldset_gradient.jpg);
	background-repeat: repeat-x;
}

#content legend {
	margin-left: 1em;
	padding: 0;
	color: #000;
	font-weight: bold;
}

#content fieldset ol {
	padding: 1em 1em 0 1em;
	list-style: none;
}

#content fieldset li {
	float: left;
	clear: left;
	list-style: none;
	width: 100%;
	padding-bottom: 1em;
}

#content label {
	float: left;
	width: 10em;
	margin-right: 1em;
}

#content fieldset fieldset {
	margin-bottom: -2.5em;
	border-style: none;
	background-color: transparent;
	background-image: none;
}

#content fieldset fieldset legend {
	margin-left: 0;
	font-weight: normal;
}

#content fieldset fieldset ol {
	position: relative;
	top: -1.5em;
	margin: 0 0 0 11em;
	padding: 0;
}

#content fieldset fieldset label {
	float: none;
	width: auto;
	margin-right: auto;
}

#content fieldset.submit {
	float: none;
	width: auto;
	border-style: none;
	padding-left: 12em;
	background-color: transparent;
	background-image: none;
}
#content input.imgsubmit {
	vertical-align: middle;
}

/* =common classes */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */


/* =breadcrumbs */
#breadcrumbs {
	margin: 0 0 2em;
	padding: 0;
}
#breadcrumbs ul,
#breadcrumbs li {
	background: none;
	display: inline;
	margin: 0;
	padding: 0;
}
#breadcrumbs ul li {
	background: url(../img/arrow-right_12.gif) no-repeat 2px center;
	padding-left: 20px;
}

/* =data tables */
table.data {
	border: 1px solid #ccc;
	border-collapse: collapse;
	margin: 0.5em 0 2em;
}
table.data th, table.data td {
	border: 1px solid #ccc;
	font-weight: normal;
	padding: 0.33em;
	text-align: left;
}
table.data thead th {
	background: #eee;
	font-weight: bold;
}


/* =entries */
.entries {
	margin-bottom: 2em;
}
.entries h2 {
	background: #577FBA;
	color: #fff;
	margin-bottom: 0.5em;
	padding: 0.25em;
}
.entries div.entry {
	background: #fff;
	border: 1px solid #d4d4d4;
	color: #000;
	margin-bottom: 0.75em;
	padding: 0.5em;
	position: relative;
}

.entries div img {
	float: left;
	margin-right: 0.5em;
	margin-top: 0.5em;
	width: auto;
}
.entries .entry-content-img {
	margin-left: 110px;
	width: 270px;
}
.entries .entry-content {
	width: 340px;
}
.entries div p.tagline {
	font-weight: bold;
}

/* rollover style for clickable element */
.entries div.hover {
	border: 1px solid #577FBA;
	cursor: pointer;
}
.entries a {
	color: #577FBA;
	text-decoration: none;
}
.entries p {
	margin: 0 0 0.5em;
}

/* =more links */
.more {
	text-align: right;
}
.more a {
	background: url(../img/arrow_right.gif) no-repeat right center;
	color: #74b422;
	color: #036;
	padding-right: 18px;
	text-decoration: underline;
}
.more a:hover {
	border-bottom: none;
}

/* =description */
.description {
	font-size: 85%;
}

/* =details */
.details {
	position: absolute;
	width: 25%;
	bottom: 5px;
	right: 0;
}


/* =price */
.price {
	color: #D8261C;
	font-weight: bold;
}
.price span {
	color: #577FBA;
}

/* =product-status */
#product-status {
	background: #577FBA;
	color: #fff;
	margin: 0 0 1em;
	padding: 1em 0.5em 0.5em;
}
#product-status p {
	float: left;
	margin: 0;
	padding: 0;
	width: 30%;
}
#product-status form {
	float: right;
	margin: 0;
	padding: 0;
	width: auto;
}
#product-status label {
	margin: 0;
	float: none;
	width: auto;
}
#product-status input {
	margin: 0;
	padding: 0;
}

/* =product info */
#productinfo {
	float: left;
	margin-right: 10px;
	margin-top: 20px;
	width: 285px;
}
#productmedia {
	background: #fff url(../img/grey_gradient.jpg) repeat-x top left;
	border: 1px solid #000;
	float: right;
	width: 230px;
	margin-top: 20px;
	padding-bottom: 5px;
}
#productmedia h2, #productmedia h4 {
	color: #000;
	text-align: center;
}
#productmedia h2 {
	border-bottom: 1px solid #000;
}
#productslideshow {
	height: 150px;
	width: 230px;
	margin: 0;
}
#productslideshow div {
	border: 1px solid #000;
	width: 200px;
	height: 150px;
	margin: 0 14px;
	text-align: center;
}
#productslideshow-nav, #caption {
	border: 1px solid #000;
	border-top: none;
	width: 180px;
	padding: 5px 10px;
	margin: 0 14px;
	text-align: center;
	position: relative;
}
#productslideshow-nav #prev {
	float: left;
}
#productslideshow-nav #next {
	float: right;
}

#productslideshow-nav span {
	position: absolute;
	left: 85px;
	top: 8px;
}

#productmedia ul.files {
	list-style: none;
	margin: 0 0 0 14px;
	padding: 0;
	/*line-height: 1;*/
}
#productmedia ul.files li {
	background: none;
	margin: 0 0 13px;
	padding: 0 0 5px;
}
#productmedia ul.files img {
	float: left;
	width: 32px;
}
#productmedia ul.files div {
	margin-left: 34px;
	margin-top: 5px;
}


/* =messages */
.error,
.notice, 
.success {
	padding: .8em;
	margin-bottom: 1em;
	border: 2px solid #ddd;
}
.error {
	background: #fbe3e4;
	color: #d12f19;
	border-color: #fbc2c4;
}
.notice {
	background: #fff6bf;
	color: #817134;
	border-color: #ffd324;
}
.success {
	background: #e6efc2;
	color: #529214;
	border-color: #c6d880;
}
.error a { color: #d12f19; }
.notice a { color: #817134; }
.success a { color: #529214; }

/* =alignment */
.left {
	float: left;
	margin: 0 0.5em 0.5em 0;
}
.right {
	float: right;
	margin: 0 0 0.5em 0.5em ;
}
.clear {
	clear: both;
}

/* =pagination */
#pagination {
	margin-top: 1em;
}
#pagination a, #pagination span {
	padding: 0.1em;
}
.currentpage {
	font-weight: bold;
}
#pagination .totalpages {
	padding-right: 2em;
}


/* =categories */
#categories {
	margin-top: 0.5em;
}
#categories ul {
	list-style: none;
	margin: 0;
	padding: 10px 5px;
}
#categories ul li a {
	color: #000;
	text-decoration: none;
}
#categories ul li a:hover {
	text-decoration: underline;
}

/* =product categories */
#product-categories {
	color: #999;
	margin: 0;
	padding: 0;
}
#product-categories li {
	list-style: none;
	background: none;
	margin-left: 0;
	padding-left: 0;
}