﻿@import url('http://fonts.googleapis.com/css?family=Istok+Web:400,700&v2');

body {
	background-color: #FFFFFF;
	margin:0px;
}

div {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px; color: #556170;
}

th {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px; color: #556170;
}

td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px; color: #556170;
	text-align: left;
}

p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px; color: #556170;
}

table {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px; color: #556170;
}

img {
	border:0px;
	}
	
li.square {
	list-style-type:square;
	line-height:1.8em;
}

ul.square {
	margin-left:0px;
}

/* Header       */
/****************/

#header {
	width: 100%;
	}
	
#headerleft {
	float:left;
	}
	
#headerright {
	float:right;
	}

#subheader {
	clear:both;
	}
	
.menutable {
	background-image: url('../img/bkg-menu.gif');
	background-repeat: repeat-x;
	padding-top: 14px;
	}
	
/* Main Table   */
/****************/

td.brandleft {
	background-color: #556170;
	padding: 4px;
	width: 105px;
	color: #ffffff;
	font-weight: bold;
	}
	
td.brandright {
	padding: 4px;
	padding-left: 10px;
	background-color: #f1f2f3;
	}
	
/**** Headings / Text ****/	
	
h1 {
	font-family: 'Istok Web', Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #EA8C00;
	font-weight: bold;
	margin-bottom:0px; margin-top:0px;
	padding-bottom: 5px;
}

h2 {
	font-family: 'Istok Web', Verdana,Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #6cb0d4;
	font-weight: bold;
	margin-bottom:-10px; margin-top:0px;
	padding-bottom: 0px; padding-top:10px;
}

h3 {
	font-family: 'Istok Web', Verdana,Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #EA8C00;
	font-weight: bold;
	margin-bottom:-8px; margin-top:25px;
}

h4 {
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	font-weight: bold;
	margin-bottom:0px; margin-top:0px;
	display:inline
}

h5, h6 {
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0079C2;
	background-color: #fafafa;
	font-weight: bold;
	margin-bottom:0px;
	margin-right: 20px;
	border: 1px solid #e4e4e4;
	padding:5px 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

h6 {
	font-size: 14px;
}

div.linkdesc {
	padding: 10px;
	background-color: #fafafa;	
}

/*** Menu ***/
/**********************/

div.maincat, div.minorcat, div.maincat2 {
	border:1px solid #d4d2d4;
	padding:6px; 
	padding-left:20px;
	margin-bottom:3px;
}

div.maincat {
	border-left:3px solid #d4d2d4; 
}

div.maincat2 {
	border-left:3px solid #d4d2d4; 
	background-color: #f9f9f9;
}


div.minorcat {
	padding:4px; 
	padding-left:20px;
	font-size: 11px;
	border:1px solid #d4d2d4;
}	




/**** Product Info ****/
/**********************/

div.productbox {
	float: left;
	width: 260px;
	height: 120px;
	border: 1px solid #e4e4e4;
	margin-top: 15px;
	margin-right: 10px;
	padding: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	}
	
	
div.productbox h2 {
	padding-top:0px;
}	
	
/* div.productbox:hover {
	border: 1px solid #c7c7c7;	
	background-color: #fafafa;
	} */
	
div.productimg {
	float: left;
	width: 85px;
	height: 120px;
	position:relative;
	}
	
div.pplsearch {
	float: right;
	width: 350px;
	border: 1px solid #e4e4e4;
	background-color: #e1f1f6;
	margin-right: 20px;
	padding: 8px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
	
	
span.productimgos {
  width:85px;
  height:120px;
  /* background-color:#ffffff; */
  /*background-image: url('../img/outstock.gif'); */
  background-image: url('../img/soldout.gif');
  background-repeat: no-repeat;
  /* for IE */
  filter:alpha(opacity=50);
  /* CSS3 standard */
  opacity:0.5;
  display:block;
  position:absolute;
  top:0px;
  left:0px;
}

span.productimgcs {
  width:85px;
  height:120px;
  /* background-color:#ffffff; */
  background-image: url('../img/comingsoon.gif');
  background-repeat: no-repeat;
  /* for IE */
  filter:alpha(opacity=40);
  /* CSS3 standard */
  opacity:0.4;
  display:block;
  position:absolute;
  top:0px;
  left:0px;
}

span.productimgxl {
  width:525px;
  height:734px;
  /* background-color:#ffffff; */
  background-image: url('../img/jposternet.png');
  background-repeat: no-repeat;
  /* for IE */
  filter:alpha(opacity=20);
  /* CSS3 standard */
  opacity:0.20;
  display:block;
  position:absolute;
  top:273px;
  left:279px;
}


	
div.producttext {
	float: right;
	width: 160px;
	padding-left: 15px;
	font-size: 11px;
	}
	
div.price {
	background-color: #fafafa;
	padding:3px;
	color: #979B25;
	margin: 6px 0px;
	width:130px;
	border: 1px solid #e4e4e4;	
	border-radius: 5px;	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
	
td.tleft {
	color: #FFAD33;
	width: 90px;
	padding: 3px 0px;
	vertical-align: top;
	}
	
td.tright {
	padding: 3px 0px;
	}
	
	
div.detailhd {
	color: #a4a4a4;
	border-bottom:1px dotted #a4a4a4;
	padding: 5px 0px;
	margin-bottom: 5px;
	margin-top:1px;
	width: 150px;	
	}
	
div.detailtext {
	padding-bottom: 10px;
	}
	
	
/* FEATURES */
/************/

div.sidefeature {
	padding-top: 5px;
	width: 167px;
	font-size: 11px;
	}
	
div.actorwrap {
	float: left;
	width:88px;
	padding: 10px 20px 10px 0px;
	height: 90px;
	}
	
div.actorpic {
	width:88px;
	height:60px;
}

div.actorpic img {
	border:1px solid #cccccc;
	padding:2px;
}

div.actor {
	width:82px;
	padding-top:8px;
	font-size:11px;
	text-align:center;
}

#themeswrap {
	/* border:1px solid #d6dfe2; */
	width: 161px;
	padding: 2px;
	margin-top:3px;
}

#themes div {
	padding-top:3px;
	padding-bottom: 3px;
	font-size: 11px;
}

#themes {
	padding: 13px 2px 13px 6px;
	font-size: 11px;
}

#ticker {
	padding-top: 10px;
	font-size: 11px;
	color: #000000;
	text-align: center;
	}
	
#ticker ul {margin:0; padding:0;}
#ticker li {list-style-type:none;padding:0;margin:0;}
	

td.head {border-top:1px solid #E9EBED; border-right: 1px solid #E9EBED; border-left:1px solid #E9EBED; border-bottom: 1px dotted #66707E; padding: 0px 3px 0px 3px; }
.head2 {border-top:1px solid #E9EBED; border-right: 1px solid #E9EBED; border-left:1px solid #E9EBED; border-bottom: 1px dotted #66707E; padding: 5px 10px 5px 10px }
td.featurehd {background-color:#FFC5C4; padding:0; text-align:left;}
.featureprice { padding:10px; border-left:1px solid #E9EBED;border-right:1px solid #E9EBED; border-bottom: 1px solid #E9EBED; }
.featuredx {border-left:1px solid #E9EBED;border-right:1px solid #E9EBED;padding: 5px 10px 5px 10px}
.featurepic {border-left:1px solid #E9EBED;border-right:1px solid #E9EBED;padding:5px}
td.botborder { border-bottom: 1px solid #99ABC4; }
td.botbordergrey { border-bottom: 1px solid #e9e9e9; }
td.topandbot {border-bottom: 1px solid #99ABC4; border-top: 1px solid #99ABC4; }

.frame {border:1px solid #F1F1F3}
.frame2 {border:1px solid #FFC5C4}

input.search {background-color: #EFEFCD;color: black;font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;font-size: 10pt}

.small {font-size: 10px} 

/**** Links ****/

a:link { font-family: verdana, helvetica; text-decoration: underline; color: #345789 }
a:active { font-family: verdana, helvetica; text-decoration: underline; color: #345789 } 
a:visited { font-family: verdana, helvetica; text-decoration: underline; color: #345789 } 
a:hover { font-family: verdana, helvetica; text-decoration: underline; color: #A9AF00 }

a.brand:link { font-family: verdana, helvetica; text-decoration: underline; color: #345789 }
a.brand:active { font-family: verdana, helvetica; text-decoration: underline; color: #345789 } 
a.brand:visited { font-family: verdana, helvetica; text-decoration: underline; color: #345789 } 
a.brand:hover { font-family: verdana, helvetica; text-decoration: none; color: #A9AF00 }

a.nav:link { font-family: verdana, helvetica; font-size: 11px; text-decoration: none; color: #556170 }
a.nav:active { font-family: verdana, helvetica;  font-size: 11px; text-decoration: none; color: #556170} 
a.nav:visited { font-family: verdana, helvetica;  font-size: 11px; text-decoration: none; color: #556170} 
a.nav:hover { font-family: verdana, helvetica;  font-size: 11px; text-decoration: none; color: #345789 }

a.nav2:link { font-family: verdana, helvetica; font-size: 11px; text-decoration: none; color: #ff0000 }
a.nav2:active { font-family: verdana, helvetica;  font-size: 11px; text-decoration: none; color: #ff0000 } 
a.nav2:visited { font-family: verdana, helvetica;  font-size: 11px; text-decoration: none; color: #ff0000 } 
a.nav2:hover { font-family: verdana, helvetica;  font-size: 11px; text-decoration: none; color: #345789 }

a.subsection:link { font-family: verdana, helvetica; font-size: 12px; text-decoration: none; color: #7357a6; }
a.subsection:active { font-family: verdana, helvetica; font-size: 12px; text-decoration: none; color: #7357a6;} 
a.subsection:visited { font-family: verdana, helvetica; font-size: 12px; text-decoration: none; color: #7357a6;} 
a.subsection:hover { font-family: verdana, helvetica; font-size: 12px; text-decoration: none; color: #ae98d8; }

a.subsection2:link { font-family: verdana, helvetica; font-size: 9px; text-decoration: none; color: #ff0000;text-transform:Uppercase; }
a.subsection2:active { font-family: verdana, helvetica; font-size: 9px; text-decoration: none; color: #ff0000;text-transform:Uppercase;} 
a.subsection2:visited { font-family: verdana, helvetica; font-size: 9px; text-decoration: none; color: #ff0000;text-transform:Uppercase;} 
a.subsection2:hover { font-family: verdana, helvetica; font-size: 9px; text-decoration: none; color: #FCA018;text-transform:Uppercase; }

a.crumb:link { font-family: Verdana,Arial, Helvetica, sans-serif;font-size: 13px;color: #979B25; font-weight: bold; text-decoration: none; }
a.crumb:active { font-family: Verdana,Arial, Helvetica, sans-serif;font-size: 13px;color: #979B25; font-weight: bold; text-decoration: none;} 
a.crumb:visited { font-family: Verdana,Arial, Helvetica, sans-serif;font-size: 13px;color: #979B25; font-weight: bold; text-decoration: none;} 
a.crumb:hover { font-family: Verdana,Arial, Helvetica, sans-serif;font-size: 13px;color: #345789; font-weight: bold; text-decoration: none; }

a.prodlink:link { font-family: Verdana,Arial, Helvetica, sans-serif;font-size: 11px;color: #556170; font-weight: bold; text-decoration: none; }
a.prodlink:active { font-family: Verdana,Arial, Helvetica, sans-serif;font-size: 11px;color: #556170; font-weight: bold; text-decoration: none;} 
a.prodlink:visited { font-family: Verdana,Arial, Helvetica, sans-serif;font-size: 11px;color: #556170; font-weight: bold; text-decoration: none;} 
a.prodlink:hover { font-family: Verdana,Arial, Helvetica, sans-serif;font-size: 11px;color: #7C8999; font-weight: bold; text-decoration: underline; }

a.topmenu:link { font-family: Arial, Helvetica, sans-serif;font-size: 11px;color: #BCD5C0; text-decoration: none;letter-spacing:1px }
a.topmenu:active { font-family: Arial, Helvetica, sans-serif;font-size: 11px;color: #BCD5C0; text-decoration: none;letter-spacing:1px} 
a.topmenu:visited { font-family: Arial, Helvetica, sans-serif;font-size: 11px;color: #BCD5C0; text-decoration: none;letter-spacing:1px} 
a.topmenu:hover { font-family: Arial, Helvetica, sans-serif;font-size: 11px;color: #ffffff; text-decoration: none;letter-spacing:1px }

a.white:link { font-family: Arial, Helvetica, sans-serif;font-size: 12px;color: #ffffff; text-decoration: none;}
a.white:active { font-family: Arial, Helvetica, sans-serif;font-size: 12px;color: #ffffff; text-decoration: none;} 
a.white:visited { font-family: Arial, Helvetica, sans-serif;font-size: 12px;color: #ffffff; text-decoration: none;} 
a.white:hover { font-family: Arial, Helvetica, sans-serif;font-size: 12px;color: #ffffff; text-decoration: none; }


.topmenu1 {position:absolute; width:60px; visibility:visible; z-index:2; padding:2px; left:232px; top:-2px}
.contentArea1 {position: absolute; width:90px; visibility:hidden; z-index:1; padding:2px; height:100px; left:257px; top:43px}
.special {font-size: 18px; font-weight: bold}

textarea.search {
background-color: #EFEFCD;
color: black;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 10pt
} 

.changedField { color:black; 
background: #D6DDE7; border: #99ABC4; border-style: solid; 
border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; 
border-left-width: 1px; }


#signinbox {
	width: 380px;
	height: 133px;
	padding: 10px;
	padding-top: 20px;
}

#thankyoubox {
	width: 596px;
	height: 240px;
	vertical-align: middle;
}

#chequebox {
	width: 406px;
	height: 163px;
	vertical-align: middle;
}

#thankyouboxinner {
	padding: 20px;
}

div.boxinner {
	padding: 20px;
}

#directbox {
	width: 406px;
	height: 163px;
	vertical-align: middle;
}

#shippingbox {
	width: 528px;
	height: 164px;
	vertical-align: middle;
}

#ccbox {
	width: 525px;
	height: 309px;
	vertical-align: middle;
}

div.clear {
	clear:both;
}

#tellfriend {
	padding:20px;
	border: 1px solid #cccccc;
	background-color: #f2f2f2;
	display: none;
}

img.icon {
	vertical-align: middle;
	margin-right: 5px;
	margin-left: 5px;
	border:1px solid #cccccc;
}

/* Forms */
/*******************************/
form {
	margin:0px;
	}
	
/* Pagination */
/******************/
a.pag:link { font-family: verdana, helvetica; font-size: 11px; text-decoration: none; color: #656666; }
a.pag:active { font-family: verdana, helvetica;  font-size: 11px; text-decoration: none; color: #656666; } 
a.pag:visited { font-family: verdana, helvetica;  font-size: 11px; text-decoration: none; color: #656666; } 
a.pag:hover { font-family: verdana, helvetica;  font-size: 11px; text-decoration: none; color: #3c3c3c; }

td.pagnum {
	padding: 2px 5px 3px 5px;
	color: #656666;
	background-image: url('../images/site/bkg-pagnum.gif');
	background-repeat: no-repeat;
	width: 100px;
	height:14px;
	text-align: center;
	border-right: 3px solid #ffffff;
	}
	
td.pagnum2 {
	padding: 2px 5px 3px 5px;
	color: #656666;
	background-image: url('../images/site/bkg-pagnum2.gif');
	background-repeat: no-repeat;
	width: 110px;
	height:14px;
	text-align: center;
	border-right: 3px solid #ffffff;
	}
	

td.pagback {
	width: 26px;
	border-right: 3px solid #ffffff;
	}
	
td.pag {
	padding: 2px 5px 3px 5px;
	color: #656666;
	width:16px;
	height:14px;
	background-repeat: no-repeat;
	border-right:3px solid #ffffff;
	}
	
div.pag {
	padding: 3px 6px 2px 9px;
	color: #656666;
	width:11px;
	height:14px;
	background-image:url('../images/site/bkg-pag.gif');
	background-repeat: no-repeat;
	border-right:3px solid #ffffff;
	}
	
div.pag2 {
	padding: 3px 5px 2px 5px;
	color: #656666;
	width:16px;
	height:14px;
	background-image:url('../images/site/bkg-pag.gif');
	background-repeat: no-repeat;
	border-right:3px solid #ffffff;
	}	

div.pag3 {
	padding: 3px 5px 2px 5px;
	color: #656666;
	width:23px;
	height:14px;
	background-image:url('../images/site/bkg-pag2.gif');
	background-repeat: no-repeat;
	border-right:3px solid #ffffff;
	}	
	
	
td.pagnow {
	padding: 2px 6px 3px 9px;
	color: #656666;
	width:11px;
	height:14px;
	background-image:url('../images/site/bkg-pagnow.gif');
	background-repeat: no-repeat;
	border-right:3px solid #ffffff;
	}
	
td.pagnow2 {
	padding: 2px 5px 3px 5px;
	color: #656666;
	width:16px;
	height:14px;
	background-image:url('../images/site/bkg-pagnow.gif');
	background-repeat: no-repeat;
	border-right:3px solid #ffffff;
	}
	
td.pagnow3 {
	padding: 2px 7px 3px 3px;
	color: #656666;
	width:21px;
	height:14px;
	background-image:url('../images/site/bkg-pagnow2.gif');
	background-repeat: no-repeat;
	border-right:3px solid #ffffff;
	}
	
	
td.pagend {
	width: 26px;
	}

div.topitem {
	padding: 6px 18px 5px 18px;
	float: left;
	margin-top: 1px;
	}
	
div.topitemdiv {
	float: left;
	width: 10px;
	padding-top: 5px;
	text-align: center;
	color: #000000;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	}
	
#navsignin {
	margin-left: 25px;
	background-color: #f9f9f9;
	border:1px solid #d4d2d4;
	padding: 9px;
	height: 27px;
	width: 145px;
	color: #556170;
	font-size: 10px;
	margin-bottom: 10px;
	margin-top:10px;
	}
	
a.signin:link { font-family: verdana, helvetica; font-size: 10px; text-decoration: none; color: #979B25; }
a.signin:active { font-family: verdana, helvetica;  font-size: 10px; text-decoration: none; color: #979B25;} 
a.signin:visited { font-family: verdana, helvetica;  font-size: 10px; text-decoration: none; color: #979B25;} 
a.signin:hover { font-family: verdana, helvetica;  font-size: 10px; text-decoration: none; color: #345789; }
	
	
/* Top Icons */

div.topicon {
	float: right;
	width: 90px;
	text-align:center;
	}
	
img.topicon {
	margin-bottom: 4px;
	}

a.topicon:link { font-family: Arial, Helvetica, sans-serif;font-size: 11px;color: #747474; text-decoration: none; }
a.topicon:active { font-family: Arial, Helvetica, sans-serif;font-size: 11px;color: #747474; text-decoration: none;} 
a.topicon:visited { font-family: Arial, Helvetica, sans-serif;font-size: 11px;color: #747474; text-decoration: none;} 
a.topicon:hover { font-family: Arial, Helvetica, sans-serif;font-size: 11px;color: #345789; text-decoration: underline;letter-spacing:1px }

div.backbutton {
	background-color: #707784;
	color: #ffffff;
	padding: 8px 0px;
	margin-right: 10px;
	text-align: center;
	}
	
div.backbutton:hover {
	background-color: #9198a6;
	color: #ffffff;
	padding: 8px 0px;
	margin-right: 10px;	
	text-align: center;
	cursor:hand;	
	}

#VolusionLiveChat a {
	color: #ffffff !important;
}

/* Slide /
/*****************/

/* Slide /
/*****************/

#example {
	width:753px;
	height:250px;
	position:relative;
	margin:auto;
	margin-bottom:20px;
	margin-top:0px;
	z-index:
}

#slides 
{
	border: 1px solid #e4e4e4;
}

#slides .slide {
	/*width:530px; */
	/* padding:10px; */
	width:751px;	
}

#slides .prev {
	position:absolute;
	top:220px;
	left:1px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	position:absolute;
	top:220px;
	left:1px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

.slides_container {
	width:751px;
	height:215px;
	overflow:hidden;
	position:relative;
	border-bottom: 1px solid #e4e4e4;
}

#slides .next {
	left:719px;
}

.pagination {
margin-left:300px;
margin-bottom:35px;
	width:100px;

}

.pagination li {
	float:left;
	margin:0 1px;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../img/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}



#slides .link {
	display:block;
	margin-top:10px;
	font-weight:800;
}

ul {
    list-style: none outside none;
}

.pagination ol {
    list-style: none outside none;
}

.slidesimg {
float:left;
padding-right:10px;
padding-bottom:10px;
}

img.prodimg {
	margin-left:2px;
	margin-right:2px;
}

a img.prodimg  {
	border: 1px solid #cccccc;
}

a:hover img.prodimg  {
	border: 1px solid #EA8C00;
}

div.cartbutton:hover {
	background-color: #74b8d7;
	height: 22px;
	width: 118px;
	padding-top: 5px;
	margin-top: 3px;
	margin-right: 10px;
	text-align: center;
	float:left;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	}
	
div.cartbutton {
	background-color: #6692be;
	height: 22px;
	width: 118px;
	padding-top: 5px;
	margin-top: 3px;
	margin-right: 10px;
	text-align: center;
	float:left;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	}
	
div.wishbutton:hover {
	background-color: #ffd597;
	height: 22px;
	width: 118px;
	padding-top: 5px;
	margin-top: 3px;
	margin-right: 10px;
	text-align: center;
	float:left;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	}
	
div.wishbutton {
	background-color: #ffb74c;
	height: 22px;
	width: 118px;
	padding-top: 5px;
	margin-top: 3px;
	margin-right: 10px;
	text-align: center;
	float:left;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	}
	
div.cartbuttonsml {
	background-color: #74b8d7;
	height: 16px;
	width: 70px;
	padding-top: 3px;
	margin-right: 5px;
	text-align: center;
	float:left;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;		
	}
	
div.wishbuttonsml {
	background-color: #c4c4c4;
	height: 16px;
	width: 70px;
	padding-top: 3px;
	margin-right: 5px;	
	text-align: center;
	float:left;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
	}
	
div.viewbuttonsml {
	background-color: #74b8d7;
	height: 16px;
	width: 80px;
	padding-top: 3px;
	margin-right: 5px;
	text-align: center;
	float:left;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;		
	}
	

div.cartbuttonsml:hover {
	background-color: #6692be;
}	
div.wishbuttonsml:hover {
	background-color: #a9a9a9;
}	
div.viewbuttonsml:hover {
	background-color: #6692be;
}

img.left {
	border:1px solid #cccccc;
	padding:2px;
	margin-right: 20px;
	float: left;
}


	