body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

table {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #666666;
}

h2 {
	color: #006699;
	font-size: 16px;
	display: inline;
	font-weight: normal;
}

h3 {
	color: #006699;
	font-size: 11px;
	line-height: 16px;
	display: inline;
	font-weight: bold;
}

a:link { color:#666666; text-decoration:underline}
a:visited { color:#666666; text-decoration:underline}
a:hover { color:#333333; text-decoration:underline}
a:active { color:#666666; text-decoration:underline}


input, select, textarea {
	border: 1px solid #D3D6DE;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #4c4c4c;
	background-color: #FFFFFF;
}

.field {
	border: 1px solid #D3D6DE;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #4c4c4c;
	background-color: #FFFFFF;
	padding: 4px 0 0 8px;
	width: 250px;
	height: 20px;
}



/* PRODUCT CATEGORY */

#product-category {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	text-decoration: none;
	text-align: left;
}	

#product-category ul {
	list-style: none;
	margin: 0;
	padding: 0 0 26px 0;
	background-color: #E3E5EA; 
}

#product-category h1 {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
}
	
#product-category li a {
	text-decoration: none;
	color: #000000;
	display: block;
	width: 152px;
	border-bottom: 1px solid #C2C7D1 ;
	padding: 8px 10px 8px 10px;
	background-color: #E3E5EA; 
}	
	
#product-category li a:hover {
	color: #333333;
	border-bottom: 1px solid #9099AC ;
	background-color: #EAECEF;
	padding: 8px 10px 8px 10px; 
}



/* PRODUCT LISTING */

.product-listing {
	padding: 25px 0;
	border-bottom: 1px solid #D3D6DE;
}

.pagenumbers {
	padding: 10px 0;
	text-align: right;
}

.pagenumbers .active {
	font-weight: bold;
	color: #000000;
}




/* CAPTION */

.caption {
	padding: 8px 0 25px 0;
}




/* HOT ITEMS */

.panel-description {
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #D3D6DE;
	font-size: 11px;
	line-height: 16px;
}



/* FOOTER */

#footer {
	padding: 30px 0  40px 0;
	border-top: 1px solid #D3D6DE;
	text-align: center;
}



/* CONTACT DETAILS */

.contact .heading {
	border-bottom: 1px solid #D3D6DE;
	font-weight: bold;
	color: #000000;
	padding-top: 10px;
	padding-bottom: 2px;
}

.contact td {
	padding: 5px 0;
}



/* BREADCRUMB */

.active {
	font-weight: bold;
	color: #000000;
}

#breadcrumb {
	border-bottom: 	1px solid #D3D6DE;;
}



/* OTHER ELEMENTS */

.border-right {
	border-right: 1px solid #D3D6DE;
}

.border-bottom {
	border-bottom: 1px solid #D3D6DE;
}

.price {
	color: #AC1212;
	font-weight: bold;
}

.oldprice {
	text-decoration: line-through;
}

.brandname {
	color: #000000;
	font-weight: bold;
}

.lighttext {
	color: #999999;
}

.featuretext {
	color: #000000;
	font-weight: bold;
}

a.blue:link { color:#006699; text-decoration:underline}
a.blue:visited { color:#006699; text-decoration:underline}
a.blue:hover { color:#006699; text-decoration:underline}
a.blue:active { color:#006699; text-decoration:underline}


.none {
	display: none;
}

.printlogo {
	display: block;
}


