@import url("/styles/global-styles.css");
@import url("/styles/goodwood.css");

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background:url(../images/bg.jpg)
}

a { 
	color: #FFFFCC;
	text-decoration: none;
}

a:visited {
	color: #FFFFCC;
}

a:hover {
	color: #FFFFCC;
}

a:active {
	color: #FFFFCC;
}

input {
	font-size: 10px;
}

select {
	font-size: 10px;
}

#dek {POSITION:absolute;VISIBILITY:hidden;Z-INDEX:200;}

.Bold {
	font-weight: bold;
}

.qty {
	text-align: right;
	height: 11px;
	width: 25px;
	background-color: #FF6;
}

.Equals {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #009;
}
.ProductPhotoTable {
	text-align: center;
	vertical-align: middle;
width: 260px;
}

.ProductPhoto {
background:url(../images/productbg.jpg);
background-repeat:no-repeat;
	text-align: center;
	vertical-align: middle;
	height: 260px;
	width: 263px;
}

.ProductPhotoAlternates {

	text-align: center;
	vertical-align: middle;
	width: 264px;
	height: 75px;
	background-color:#FFFFFF;
}



.HomePage {
	background-color: #FFF;
}

.Category {
	background-color: #FFC;
}

.Product {
	background-color: #FF9;
}

.DynamicPage {
	background-color: #FF3;
}
.Brand {
	background-color: #FF6;
}

.Brand H1 {
	background-color: #036;
}

.Brand H2 {
	color: #F03;
}

.PagingMenu, .PagingMenu a {
	color: #fffae0;
	font-size: 12px;
	text-decoration: none;
}

.ListingProducts {
	font-size: 12px;
	text-decoration: none;
	color: #fffae0;
	width:100%;
}

.ListingProducts td {
text-align:center;

}


.Price {
	font-weight: bold;
	font-size: 14px;
}

.SalePrice {
	color: #F00;
	font-weight: bold;
	font-size: 14px;
}

.WasPrice {
	font-weight: normal;
	text-decoration: line-through;
	font-size: 14px;
}

.Suggestions a {
color: #FFFFCC;
}

.CheckoutTable {
	width: 510px;
}
.CheckoutTable a {
	color: #000000;
}

.CheckoutTable a:hover{
   color: #00CC00;
}
.CheckoutTable td {

	color: #000000;
}


/* NEWS */
.DynamicNewsPage { /* GRK 5/11/09 */
	background-color: #FF3;
}
.DynamicNewsPage img { /* GRK 5/11/09 */
float:right; margin: 0px 0px 5px 5px;
}
/* newssummary.cfm */
#news-summary {/* div */
	border: 1px solid black; 
	width:250px;
}
#news-summary ul {
	border: 1px solid black; 
	width:200px;
}
.news-summary-item {/* li */
}
.news-teaser {/* span */
}
.news-date {/* span */
}
/* news.cfm */
#news-page{/* body */
}
#news-page-header{/* div */
	font-weight: bold;
	font-size:18px;
}
.news-category a{/* div */
	font-weight: bold;
	font-size:16px;
}
.news-item-teaser{/* div */
}

/* ::NEWS */