 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */
* { margin: 0; padding: 0; }

body {
	background: #6E6E6D url(bg.gif) repeat-x top;
	font: 11px Verdana, Tahoma, Arial, sans-serif;
	text-align: center;
	color: #55584D;
}

/* links */
a, a:visited {
	text-decoration: none;
	color: #4f9eb0; 
	background: inherit;
}
a:hover {
	text-decoration: underline;
}






/* headers */

h1 {
	font: normal 22px 'PFSquareSansProMedium','Arial Narrow', Arial, Tahoma, Sans-serif;
	padding-top: 16px;		
	padding-bottom: 4px;		
	margin-bottom: 8px;
	margin-left: 12px;
	margin-right: 12px;
	border-bottom: 1px solid #999999;

}
h2 {
	padding-top: 16px;		
	padding-bottom: 4px;		
	font-size: 12px;
	font-weight:bold;
	color:#B2C1A3;

}



p {
	margin-bottom:10px;
}

/* images */
img {
	border: none;
}


/*   table  { border-collapse: collapse; border-spacing: 1; cell-spacing: } */
/*  td, th { padding: 0; } */

td {vertical-align: top}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 28px;  
   border: 1px solid #f2f2f2; 
  	background: #FAFAFA url(quote.gif) no-repeat 5px 5px;    
}

/* form elements */
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
x_input {
	padding:1px;
	x_border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;

}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bolder 12px Arial, Sans-serif; 
	border: 1px solid #CCC; 
	padding: 2px 3px; 
	background: #FFF;
	color: #88ac0b;
}


x-input.btnBuy { 
	font-weight:bold;height:20px;
	background: #CCC url(/images/fade_orange.gif) repeat-x;
	border:1px solid #FF9B3F;
	color:#fff;
	font: bold 1em Verdana, sans-serif;
	font-size:11px;width:40px;
	cursor:hand
}

input.btnCheckout { 
	font-weight:bold;height:20px;
	background: #CCC url(/images/fade_orange.gif) repeat-x;
	border:1px solid #FF9B3F;
	color:#fff;
	font: bold 1em Verdana, sans-serif;
	font-size:11px;width:120px;
	cursor:hand
}


input.btnInfo { 
	font-weight:bold;height:20px;
	background: #CCC url(/images/fade_blue.gif) repeat-x;
	border:1px solid #2B92C1;
	color:#fff;
	font: bold 1em Verdana, sans-serif;
	font-size:11px;width:40px;
	cursor:hand
}



/* search */
form.search {
	position: absolute;
	top: 35px; right: 25px;
	background: transparent;
	border: none;	
}	
form.search input.textbox {
	margin: 0; padding: 1px 2px;
	width: 120px;
	background: #FFF;
	color: #333; 
}
form.search input.button {
	background: #CCC url(headerbg.gif) repeat-x;
	color: #333;
	border: none;	
	width: 70px; height: 21px;
}


/********************************************
   LAYOUT 775-16=764px
********************************************/ 

#wrap {
	width: 759px;
	background-color: #F8FAF6;
	margin: 0 auto;
	padding:8px;
	text-align: left;
}
#header {
	width: 759px;
	background: #F8FAF6 url(top/2.jpg) no-repeat center top;
	position: relative;
	height: 280px;
	padding: 0;
	font-size: 14px;
	clear: both;
}


#content-wrap {
	clear: both;
	x-width: 760px;
	padding: 0; 
	margin: 0 auto;
}

#header img#logo-image {
	position: absolute;
	margin: 0; padding: 0;
	border: none;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 181px; left: 457px;	
}


#header h2#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: normal .8em 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #FFF;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 80px; left: 55px;		
}




/* Menu */
#menu {
	clear: both;	
	margin-top: 10px; 
	padding-top: 16px;
	background: url(menu_bar.jpg) repeat-y center top;	
	font: normal 16px 'Arial Narrow', Arial, Tahoma, Sans-serif;
	height: 34px;
}
#menu ul {
	float: right;
	list-style: none;
	margin:0; 
	padding-right: 6px;
}
#menu ul li {
	display: inline;
	cursor:hand;


}
#menu ul li a {
	display: block;
	float: left;
	text-align: center;
	padding-top:5px;
	x-padding: 0 10px 0 10px;
	margin-left:18px;
	width:77px;
	height:29px;
	color: #FFF;	
	text-decoration: none;

}


#menu ul li a:hover {
	background-color: #AABA9A;
	color: #333;	
}
#menu ul li#current a {	
	background: url(tab.png) repeat-y center top;	
	color: #8E9E7D;
}

#menu ul li#current {	
	background-image: url(tab.png);
}

.menuDiv {
	width:77px;
	height:29px;
	float:left;
	overflow:hidden;
	font-family: 'PFSquareSansProRegular', sans-serif;
	cursor: hand;
}



.menuDivLeft {
	width:180px;
	height:20px;
	clear:both;
	overflow:hidden;
}


.menuLinkLeft {
	font: normal 16px 'PFSquareSansProRegular','Arial Narrow', Arial, Tahoma, Sans-serif;
	color:#747571;
}


.title{
	padding-left: 10px; 
	font: normal 16px 'PFSquareSansProRegular','Arial Narrow', Arial, Tahoma, Sans-serif;
	color:#747571;
}

#basketHeading {
	font: normal 16px 'PFSquareSansProRegular','Arial Narrow', Arial, Tahoma, Sans-serif;
	color:#747571;

}


#docTitle {
	font: normal 24px 'PFSquareSansProMedium','Arial Narrow', Arial, Tahoma, Sans-serif;
}

#docSubTitle {
	font: normal 24px 'PFSquareSansProRegular','Arial Narrow', Arial, Tahoma, Sans-serif;
}


/* Main Column */
#main {
	padding: 0; margin: 0;
}
#main h1 {
	margin-top: 10px;
	margin-bottom: 10px;
	font: Bold 130% Verdana, 'Trebuchet MS', Sans-serif;
	color: #88ac0b;
	padding: 5px 0px 5px 25px; 	
	border-bottom: 1px solid #EFF0F1;
	background: #FFF url(square-green.png) no-repeat 3px 50%;	
}



/* Sidebar */	



#sidemenu {
	padding:8px;
	list-style: none;
	text-align: left;
	font: normal 16px 'Arial Narrow', Arial, Tahoma, Sans-serif;
	text-decoration: none;		
}
#sidemenu li {
	line-height:25px;
}
#sidemenu li a {
	color: #666666;
	text-decoration: none;	
}

#sidemenu li a:hover {
	text-decoration: underline;		
	background-color: #ffffff;
}


/* Footer */	
#footer {
	text-align: center;	
	font-size: 92%;
}
#footer a { text-decoration: none; }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; margin-top:-10px; margin-bottom:0px }

/* display and additional classes */
.clear { clear: both; }
.gray { color: #CCC; }

.ul-pil{
list-style: inside url(/images/pil.gif) 
}

.ul-std{
list-style: inside square
}


.product_preview
{
	float:left;
	x-border:1px solid #F6E8F4;
	border:none;
	margin:5px;
	width:170px;
	height:268px;
	overflow:hidden;

}
.product_preview_inner
{
	margin:9px;
	x_width:160px
}

.lblName {
margin-top:5px;
border-top:1px solid #999999;
xborder-bottom:1px solid #999999;
padding-left:2px;
padding-top:4px;
height:17px;
overflow:hidden;
font-family: 'PFSquareSansProRegular', sans-serif;
font-size: 12px;
}

.lblNameLarge {
margin-top:0px;
margin-bottom:2px;
padding-left:2px;
padding-top:4px;
height:17px;
overflow:hidden;
font-family: 'PFSquareSansProRegular', sans-serif;
font-size: 14px;
}


#prodList a{
	text-decoration: none;

	color: #666666; 
}

#prodList a:hover{
	text-decoration: underline;
}

.btnInfo{
	width:49px;
	height:26px;
	cursor:hand;
	float:right;
}


.btnBuy{
	width:56px;
	height:26px;
	cursor:hand;
	margin-left:10px;
	margin-top:5px;
	x-float:right;
}



.lblPrice {
margin-top:5px;
padding-bottom:3px;
font-size:12px;
font-weight:bold;
font: bold 24px Verdana, Sans-serif;
color: #4F9EB0;
border-bottom:1px solid #999999;
}


.lblPriceOrginal{
margin-top:5px;
padding-bottom:3px;
padding-left:3px;
color: #4F9EB0;
}


.lblPriceOffer {
margin-top:5px;
padding-bottom:3px;
font-size:12px;
font-weight:bold;
font: bold 24px Verdana, Sans-serif;
color: #D42D00;
border-bottom:1px solid #999999;
}



.productRows td { 
border-bottom:1px solid #dddddd ;
padding-top:2px
}

.productRows th{ 
border-bottom:1px solid #dddddd ;
border-top:1px solid #dddddd ;


}


  #myGallery1{
	  background-color:#F8FAF5;
      position:relative;
      width:225px; /* Set your image width */
      height:255px; /* Set your image height */
    }
    #myGallery1 img{
      display:none;
      position:absolute;
      top:0;
      left:0;
    }
    #myGallery1 img.active{
      display:block;
    }

    #myGallery2{
	  background-color:#F8FAF5;
      position:relative;
      width:225px; /* Set your image width */
      height:255px; /* Set your image height */
    }
    #myGallery2 img{
      display:none;
      position:absolute;
      top:0;
      left:0;
    }
    #myGallery2 img.active{
      display:block;
    }
  
table.padded-table2 td { 
	padding:2px; 
	}

