/* CSS Document */
/*------------------------------Gobal veriable----------------------*/
body {
			padding:0;
			margin:0;
			background-color:#fff;
			font-family:Trebuchet,Arial,Helvetica, sans-serif;
			font-size:11px;
			}
p 	{
			padding:0;
			margin:0;
			}
			
			
			

/*------------------------------header----------------------*/

.header {
			font-size:20px;
			font:"Times New Roman", Times, serif;
			color:#8B8B8B;
			padding-left:20px;
			}
			
.topmenu 
{
	background-image :url(../images/menu_gradient.gif);
	

			}
			
.topmenu a 
{
    		font-size:11px;
			color:#5B5B5B;
			font-weight:bold;
			text-decoration:none;
			padding-left:12px;
			padding-right:12px;
			font-variant:small-caps;
}			
			
.topmenu a:hover {
			color:#CE0000;
			}
			
.topmenu2 {
			font-size:11px;
			color:#5B5B5B;
			font-weight:bold;
			text-decoration:none;
			padding-left:3px;
			padding-right:3px;
			font-variant:small-caps;
			}
			
.topmenu2:hover {
			color:#CE0000;
			}
			
.linkred{
	color:#F30; /* International ordering link colour */
}

/*------------------------------left menu bar----------------------*/

.leftmenutop {
	/*background-color:#FFEEFF;*/
	background-image:url(../images/menu_gradient.gif);
	background-repeat: repeat-x;
	border-bottom:#BFBFBF 1px solid;
	padding-left:18px;
	padding-top:8px;
	padding-bottom:8px;
	font-size:12px;
	font-weight:bold;
	color:#666666;
	cursor: hand;
			}
			
.leftmenutop	ul {
	margin-left:-60px;
	padding-top: 5px;
	
	}
	
.leftmenutop	a {
  color:#2D2D2D;
  text-decoration:none;
	
	}
	
.leftmenutop	a:hover {
  color:#CE0000;

	
	}
	
.leftsearchtop
{
			
			
			background-image:url(../images/search_gradient.jpg);
			background-repeat:no-repeat;
			border-bottom:#BFBFBF 1px solid;
			padding-left:18px;
			padding-top:8px;
			font-size:12px;
			font-weight:bold;
			color:#CE0000;
			}
			
/*------------------------------products----------------------*/

.caption  {
			font-size:1.3em;
			color:#3A3A3A;
			font-weight:600;
			padding-left:15px;
			padding-bottom:4px;
			border-bottom: #C1C1C1 1px solid;
			}
			
.captionRed {
	        font-size:1.3em;
			font-weight:600;
			color:#F00;
			}
			
			
.caption2 {
			font-size:2em;
			color:#3A3A3A;
			font-weight:600;
			padding-left:15px;
			padding-bottom:4px;
			}
			
.rightline {
			border-right:#BCBCBC 1px solid;
			}
			
.productdetails {
			font-size:0.9em;
			color:#000000;
			font-weight:200;
			}
			
.productname {
			font-size:1em;
			color:#000000;
			font-weight:600;
			}
						
			
.price {
			font-size:12px;
			font-weight:bold;
			color:#F52F12;
			}
			
.addtocart {
			font-size:11px;
			color:#000000;
			text-decoration:underline;
			font-weight:normal;
			line-height:18px;
			}
			
			
.addtocart:hover {
			text-decoration:none;
			}
			
.greytext {
			font-size:14px;
			color:#666666;
			font-weight:bold;
			font-variant:normal;
			}
			
/*------------------------------bulletd list 1----------------------*/
		
ul {
	padding:0 10px;
	margin:0;
	}

li {
		list-style-type:none;
		padding:0 0 0 10px; margin:0px;
		font-family:Arial, Helvetica, sans-serif;
		padding-top:3px;
		}
		
li a {
		color:#2D2D2D;
		font-size:11px;
		line-height:16px;
		text-decoration:none;
		}
		
li a:hover {
		text-decoration:underline;
		}
		
/*------------------------------Free Shipping----------------------*/

.greybox {
			padding:4px;
			background-color:#F5F5F5;
			border:#FFFFFF 2px solid;
			}
			
.divider_bottom {
			border-bottom:#AFAFAF 1px solid;
			}
			
.items {
			font-size:11px;
			font-weight:bold;
			color:#000000;
			text-decoration:none;
			}
			
.items:hover {
			color:#666666;
			}
			
			
/*------------------------------copyright----------------------*/

.copyright {
			padding-left:350px;
			padding-top:8px;
			font-size:11px;
			color:#000000;
			}
			
/*-----------general styles-----------------*/

    .style1
        {
            color: #CE0000;
        }
        .style2
        {
            color: #F52E11;
        }
        .style3
        {
            color: #F52F12;
        }
        .style4
        {
            color: #666666;
        }
        
        .search 
        { margin-left:110px;
          margin-bottom: 15px;
            
        }


/*--- Others ---*/


.redSmall { font-size:0.9em; color:#F00;
	
}
.redMedium { font-size:1,3em; color:#F00;
	
}
.redSmallBold { font-size:0.9em; color:#F00; font-weight:500;
	
}
.redMediumBold { font-size:1,3em; color:#F00; font-weight:500;
	
}


.prodName{
	font-weight:600;
	font-size:1em

}
.prodCode{
	font-weight:400;
	font-size:0.9em;
	text-decoration:none;
}

.prodDescription{
	font-weight:300;
	font-size:0.8em;
	text-decoration:none;
	
}

.priceCurrent{
	font-weight:700;
	font-size:1.2em;
	color:#F00;
	text-decoration:none;
}

.priceOldRetail{
	font-weight:700;
	font-size:1.1em;
	color:#000;
	text-decoration:line-through;	
}

.formLabel {
	 font-size:1em;
	 font-weight:700;
	 color:#333;
	 text-align:right;
}

.formInput{
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	font-size: 1.1em;
	color:#333;

	
}
.terms {
	font-size: 1em;
	padding-left:20px;
	text-align:justify;
	background-image: url(../images/termsandconditions.png);
	background-repeat: no-repeat;
	background-position: right top;
}

p.text {
	text-align: left;
	margin-left: 30px;
	font-size: 1.1em;
	padding:10px 0;
	

}
.textOrange {
	color: #F60;
}
