

/* Syntax to hide css from IE-Mac \*/
/* End hide from IE-mac */
/*
@media screen {
	.EmailLogo {
		display: inline;
	}
}
*/

@media print {
	.EmailLogo {
		display: none;
	}
}




/* this is our goldfish bowl */

#container {
	position: relative;
	width: 740px;
	margin: auto;
	background-image: url(/images/pageBody.gif);
	background-repeat: repeat-y;
	}

/* Catalogue container */
#containerCatalogue {
	position: relative;
	width: 1000px;
	margin: auto;
	background-image: url(/images/pageBodyCatalogue.gif);
	background-repeat: repeat-y;
	}

/* the page header */

#pageHeader {
	position: relative;
	width: 740px;
	height: 238px;
	}
	
	
/* the page header */

#pageHeaderCatalogue {
	position: relative;
	width: 1000px;
	height: 32px;
	}
#headerImageCatalogue {
	position: absolute;
	top: 0;
	left: 0;
	width: 1000px;
	height: 32px;
	background-image: url(/images/pageBottomCatalogue.gif);
	}
#headerImageLeft {
	position: absolute;
	top: 0;
	left: 0;
	width: 265px;
	height: 238px;
	background-image: url(/images/headerImage.jpg);
	}


#headerImageRight {
	position: absolute;
	top: 0;
	left: 265px;
	width: 475px;
	height: 238px;
	background-image: url(/images/headerRight.jpg);
	}

#pageBody {
	position: relative;
	width: 740px;
	background: url(/images/titleShadow.jpg) no-repeat fixed top;
	}
	
#pageBodyCatalogue {
	position: relative;
	width: 1000px;
	background: url(/images/titleShadowCatalogue.jpg) no-repeat fixed top;
	}

/* here's where we format the menu */

#theMenu {
	position: relative;
	top: 0;
	left: 0;
	padding-left: 49px;
	margin-top: 1px;
	width: 190px;
	float: left;
	}


#menuHeader {
	position: relative;
	top: 0;
	width: 190px;
	height: 32px;
	background-image: url(/images/menuHeader.gif);
	}

.menuItem1 {
	position: relative;
	background: url(/images/default/bullet1.gif) left top no-repeat;
	padding-left: 20px; 
	margin-left: 5px;
	vertical-align: middle;
	text-align: left;
	width: 177px;
	height: 20px;
	}

.menuItem2 {
	position: relative;
	background: url(/images/default/bullet2.gif) left top no-repeat;
	padding-left: 20px; 
	margin-left: 20px;
	vertical-align: middle;
	text-align: left;
	width: 163px;
	height: 20px;
	}

.menuItem3 {
	position: relative;
	background: url(/images/default/bullet3.gif) left top no-repeat;
	padding-left: 20px; 
	margin-left: 35px;
	vertical-align: middle;
	text-align: left;
	width: 147px;
	height: 20px;
	}
	
/* if we wanted a line under the menu */
.lineDivider {
	position: relative;
	width: 190px;
	height: 15px;
	background-image: url(/images/lineDivider.gif);
	}
	
/* search the website */

#searchBox {
	position: relative;
	width: 190px;
	height: 40px;
	text-align: left;
	}

#searchText {
	position: absolute;
	top: 3px;
	left: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #A2A2A2;
	}

#searchField {
	position: absolute;
	top: 17px;
	left: 6px;
	width: 118px;
	height: 20px;
	}

#searchButton { 
	position: absolute;
	top: 17px;
	left: 127px;
	width: 56px;
	height: 21px;
	background-image: url(/images/default/search.gif);
	}

.searchFieldStyle {
	width: 114px;
	height: 21px;
	}
	
/* the news section (if there is any news, otherwise it is hidden by the php) */

#newsHeader {
	position: relative;
	width: 190px;
	height: 44px;
	margin-top: -5px;
	background-image: url(/images/newsHeader.gif);
	}
	
.newsItem {
	position: relative;
	background: url(/images/default/news.gif) left top no-repeat;
	padding-left: 20px; 
	margin-left: 7px;
	vertical-align: middle;
	text-align: left;
	width: 177px;
	height: 22px;
	}

/* here's where we format the body text */

#contentMain {
	position: relative;
	text-align: left;
	margin-top: 50px;
	margin-bottom: 0;
	margin-right: 30px;
	margin-left: 279px;
	}
	
#contentMainCatalogue {
	position: relative;
	text-align: left;
	margin-top: 50px;
	margin-bottom: 0;
	margin-right: 30px;
	margin-left: 279px;
	}

/* the breadcrumb trail */

#breadcrumbBox {
	position: absolute;
	top: 10px;
	left: 264px;
	width: 450px;
	height: 32px;
	text-align: right;
	z-index: 100;
	}
#breadcrumbTrail {
	position: relative;
	z-index: 100;
	}
	
.path {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	text-decoration: none;
	display: inline;
	background: url(/images/default/path.gif) left center no-repeat;
	padding-left: 20px; 
	}

/* the image at the foot of the content */

#contentBottom {
	position: relative;
	width: 740px;
	height: 32px;
	background-image: url(/images/pageBottom.gif); 
	clear: left; 
	}
	
#contentBottomCatalogue {
	position: relative;
	width: 1000px;
	height: 32px;
	background-image: url(/images/pageBottomCatalogue.gif); 
	clear: left; 
	}
	
#pageFooter {
	position: relative;
	width: 740px;
	line-height: 16pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #A2A2A2;
	text-decoration: none;
	background: url(/images/margin_bg.gif) repeat;
	}
	
#pageFooterCatalogue {
	position: relative;
	width: 1000px;
	line-height: 16pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #A2A2A2;
	text-decoration: none;
	background: url(/images/margin_bg.gif) repeat;
	}

.clearer {
	height: 1px;
	overflow: hidden;
	margin: -1px;
	clear: both;
	}

a:link {
	color: #FFFFFF;
	}
a:visited {
	color: #FFFFFF;
	}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
a:active {
	color: #FF0000;
	text-decoration: underline;
	}

a.menu:link {
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: 11px;
	color: #A2A2A2;
	text-decoration: none;
	font-style: normal;
	padding-top: 3px;
	}

a.menu:visited {
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: 11px;
	color: #A2A2A2;
	text-decoration: none;
	font-style: normal;
	padding-top: 3px;
	}

a.menu:hover {
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: 11px;
	color: #ff0000;
	text-decoration: underline;
	font-style: normal;
	padding-top: 3px;
	}

a.menu:active {
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: 11px;
	color: #0000ff;
	text-decoration: none;
	font-style: normal;
	padding-top: 3px;
	}

.pageTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #A2A2A2;	
	margin-top: 0;
	margin-bottom: 11px;
	}

h1	 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #A2A2A2;
	margin-top: 0;
	margin-bottom: 11px;
	}

h2	 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #A2A2A2;
	margin-top: 0;
	margin-bottom: 11px;
	}

h3	 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #A2A2A2;
	margin-top: 0;
	margin-bottom: 11px;
	}

h4	 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #A2A2A2;
	margin-top: 0;
	margin-bottom: 11px;
	}

a,p,td,li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #A2A2A2;
	text-decoration: none;
	margin-top: 0;
	margin-bottom: 11px;
	}

input,textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0E3C5E;
	text-decoration: none;
	border: #828282 ; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
	background-color: #ffffff;
	}

.comments {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
	}
body	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #A2A2A2;
	text-decoration: none;
	text-align: center;
	margin: 10px;
	background: #000000 url(/images/margin_bg.gif) fixed;
	}
.noborder {
	border: 0;
	}
.button {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold; 
	color: #FFFFFF; 
	background-color: #0E3C5E; 
	border-color: #FFFFFF #666666 #666666 #FFFFFF; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
	}
.lowbutton {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: normal; 
	color: #FFFFFF; 
	background-color: #666666; 
	border-color: #FFFFFF #A2A2A2 #A2A2A2 #FFFFFF; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
	}

.error {
	color: #ff0000;
	}
.lowlight {
	color: #0099CC;
	}
	

/* vendere specific settings */
.Normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #A2A2A2;
	text-decoration: none;
	margin-top: 0;
	margin-bottom: 11px;
	background-color: black;
	}
.ProductHeader{
	background-color :#212021;
	text-decoration: none;
	color: #A2A2A2;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-size:10px;
}

.ProductSubHeader{
	background-color : #212021;
	text-decoration: none; 
	color: #A2A2A2; 
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-size:10px;
}

#ProductItem{
	width: 650px;
	float: left;
	/* background-color : white;*/
	margin: 5px 5px 5px 5px;
	border: 0px solid silver;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

#ProductItem img{
	float: right;
	background-color : white;
	border: 1px solid #777;
	padding: 5px;
}

#ProductItem table{
	float: left;
	border: 0px solid #777;
	padding: 5px;
}

#ProductItem p{
	float: right;
	border: 0px solid #777;
	padding: 5px;
}

.Product{
	width: 200px;
	float: left;
	margin: 5px 5px 5px 2px;
	border: 1px solid silver;
	padding-bottom: 10px;
	height: 280px;
}

.Product img{
	float: left;
	border: 0px solid #777;
}

.Product h3{
	float: center;

	text-align: center;


}

.Product p{
	margin: 0;
	padding: 5px;
	font-size:9px;
		

}

.ProductCategory{
	width: 200px;
	float: left;
	margin: 0px 10px 10px 0px;
	border: 1px solid black;
	padding-bottom: 10px;
	height: 275px;
}

.ProductCategory img{
	float: left;
	border: 0px solid #777;
	margin: 10px;
		

}

.ProductCategory h3{
	float: center;
    background-color: silver;
	text-align: center;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	color: white;
}

.ProductCategory p{
	margin: 0;
	padding: 10px;
		

}

.ProductSubCategory{
	width: 200px;
	float: left;
	margin: 0px 10px 10px 0px;
	border: 1px solid #777;
	padding-bottom: 10px;
	height: 125px;
}

.ProductSubCategory img{
	float: left;
	border: 1px solid #777;
	margin: 10px;
		

}

.ProductSubCategory p{
	margin: 0;
	padding: 10px;
		

}

.ProductSummary{
	width: 210px;
	float: left;
	margin: 0px 10px 10px 0px;
	border: 1px solid #777;
	padding-bottom: 10px;
	height: 260px;
}

.ProductSummary img{
	float: left;
	border: 1px solid #777;
	margin: 10px;
		

}

.ProductSummary p{
	margin: 0;
	padding: 10px;
	font-size: 9px;
	line-height: 10px;
		

}



/* Copyright 2006 LuckyTeam.co.uk. To use this code on your own site, visit http://luckyteam.co.uk */

.luckyZoomSmallImageCont {
position: relative;
}

.luckyZoomBigImageCont {
overflow: hidden;
position: absolute;
z-index: 100;
border: 1px solid silver;
visibility: visible;
/* display: none; */
}

.luckyZoomHeader {
position: relative;
z-index: 10;
left: 0px;
top: 0px;
font: 10px Tahoma, Verdana, Arial, sans-serif;
color:#fff;
background:#9E2F2D;
padding:3px;
}

.luckyZoomHeader a {
color: #fff;
}

.luckyZoomPup {
z-index                 : 10;
visibility              : hidden;
position                : absolute;
width                   : 50px;
height                  : 50px;
border: 1px solid #aaa;
background: #ffffff;
opacity: 0.5;
-moz-opacity: 0.5;
-khtml-opacity: 0.5;
filter: alpha(Opacity=50);
}

.productimages
{
	cursor: default;

}

.productimages a
{
	cursor: default;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: black;
	text-align: left;
}


.productimages img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;

	width :100px; 


}

.productimages li
{
	background: #fff;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: black;
	display: inline;
	float: left;
	margin: 3px;
	padding: 1px;
	position: relative;
	text-align: center;
}
