
/*  STYLE SHEET FOR INTERACTIVE WHITEBOARD SHOP  */
/* --------- defaults  --------- */

* {	
	margin: 0;	
	padding: 0;
} 

body {
	height: 100%;
	padding-top: 0px; 
	margin: 0;
	position: relative;
}

.clear { 
	clear: both; 
}

/*  --------- product box structure  --------- */

#shopbox { 
	float : right; 
	display : inline; 
	margin : 10px 10px 0 0; 
	width : 550px; 
	color : #333; 
} 

.product{
	margin : 14px 0 16px 0;
}

.productboxtop { 
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	background : #dddddd;
	background-image : url(../img/roundtop.jpg);
	background-repeat : no-repeat;
	border-bottom: none;
} 

.productboxmain { 
	margin : 0px 0px 0px 0px;
	padding : 15px 10px 5px 10px;
	background-image : url(../img/fadebar.jpg);
	background-repeat : no-repeat;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-top: none;
} 

.productboxbottom { 
	height: 5px;
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	background-image : url(../img/roundbottom.jpg);
	background-repeat : no-repeat;
	background-position: bottom;
	text-align: right;
} 

.programpic {
	float: right;
	position: relative;
	margin: 0px 5px 0 0;
}

.product-img-div {
	float: left;
	position: relative;
	height: 90px;
	width: 120px;
	margin: 20px 10px 0px 10px;
	padding: 0px 0px 0px 0px;
	border: none;
}

.productCode {
	float: left;
	width: 180px;
	margin: -5px 0px 5px 0px;
	text-align: left;
}

.licenceinfo {
	float: left;
	width: 150px;
	text-align: left;
	margin: -5px 0px 5px 0px;
}

.price {
	float: right;
	text-align: right;
	margin: 8px 20px 0 0;
}

.categoryimage {
	float: left;
	margin: 7px 3px 0px 5px;
	text-align: right;
}
 
.items {
	width: 220px;
	float: left;
	margin: 13px 0 0 3px;
	text-align: left;
}

/*  --------- add-to-cart button  --------- */

.googlecart-add-button {
	float: right;
	width: 106px;
	margin: 7px 0px 0 0;
	text-align: right;
}

.googlecart-add-button a {
	display: block;
	height: 29px;
	width: 106 px;
	background-image : url(../img/addtocart.gif);
	background-repeat : no-repeat;
	background-position: top left;
}

.googlecart-add-button a:hover {
	background-position: 0px -30px;
}

.googlecart-add-button a:active {
	background-position: 0px -60px;
}

.grey-button {
	float: right;
	display: block;
	width: 106px;
	height: 29px;
	margin: 7px 0px 0 0;
	background-image : url(../img/greybutton.gif);
	background-repeat : no-repeat;
	background-position: top left;
}

/*  --------- trial button  --------- */

.trial-button {
	float: right;
	width: 106px;
	margin: 7px 0px 0 0;
	text-align: right;
}

.trial-button a {
	display: block;
	height: 29px;
	width: 106 px;
	background-image : url(../img/30daytrial_yellow.gif);
	background-repeat : no-repeat;
	background-position: top left;
}

.trial-button a:hover {
	background-position: 0px -30px;
}

.trial-button a:active {
	background-position: 0px -60px;
}

.grey-trial-button {
	float: right;
	display: block;
	width: 106px;
	height: 29px;
	margin: 7px 0px 0 0;
	background-image : url(../img/30daytrial_grey.gif);
	background-repeat : no-repeat;
	background-position: top left;
}

.trial-button2 {
	float: right;
	width: 106px;
	margin: 7px 0px 0 0;
	text-align: right;
}

.trial-button2 a {
	display: block;
	height: 29px;
	width: 106 px;
	background-image : url(../img/30daytrial_yellow2.gif);
	background-repeat : no-repeat;
	background-position: top left;
}

.trial-button2 a:hover {
	background-position: 0px -30px;
}

.trial-button2 a:active {
	background-position: 0px -60px;
}

.grey-trial-button2 {
	float: right;
	display: block;
	width: 106px;
	height: 29px;
	margin: 7px 0px 0 0;
	background-image : url(../img/30daytrial_grey2.gif);
	background-repeat : no-repeat;
	background-position: top left;
}

/*  --------- fax / post button  --------- */

.fax-button {
	float: right;
	width: 46px;
	height: 44px;
	border: none !important;
	margin: 0px 0px 5px 4px !important;
}

.fax-button a {
	display: block;
	width: 46px;
	height: 44px;
	background-image: url(../img/fax.jpg);
	background-repeat : no-repeat;
	background-position: top left;
}

.fax-button a:hover {
	background-position: 0px -44px;
}

/*  --------- demo play button  --------- */

.product-img {
	height: 23px;
	width: 24px;
	margin: 0px 0px 0px 0px;
}

.arrow {
	padding: 1px 12px 10px 1px;
	float: left;
}

.arrow:hover img {
	height: 27px;
	width: 28px;
}

.arrow .arrow:hover img {
	height: 31px;
	width: 32px;
}

.arrow .arrow .arrow:hover img {
	height: 35px;
	width: 36px;
}

.arrow .arrow .arrow .arrow:hover img {
	height: 39px;
	width: 40px;
}

.arrow .arrow .arrow .arrow .arrow:hover img {
	height: 43px;
	width: 44px;
}

.arrow .arrow .arrow .arrow .arrow img:hover {
	background-image: url(../img/playback.png);
	height: 43px;
	width: 44px;
	cursor: pointer;
}

/*  --------- text styles  --------- */

#shopbox .product .productboxtop h2 {	
	color: #333333;
	font-size: 130%;
	margin: 0px 0px 0px 5px;
	padding: 15px 5px 5px 5px;
	font-weight: normal;		
}

#shopbox .product .productboxtop a {	
	color: #333333;		
}

#shopbox .product .productboxmain p  {	
	display: inline;
	font-size: 80%; 
	margin-bottom: 5px;
}

#shopbox .product .productboxmain .price p  {	
	display: inline;
	font-size: 140%;
	margin: 0px 0px 0px 10px; 
	color: #ff0000;
}

/*  --------- search form  --------- */

.searchbox{
	margin : -4px 0 16px 0;
}

.searchboxtop { 
	height: 10px;
	margin : 0px 0 0 0;
	padding : 0 0 0px 0px;
	background : #dddddd;
	background-image : url(../img/roundtophighlight.jpg);
	background-repeat : no-repeat;
	border-bottom: none;
} 

.searchboxmain { 
	margin : 0px 0px 0px 0px;
	padding : 0px 5px 0px 5px;
	background : #dddddd;
	border-top: none;
} 

.searchboxbottom { 
	height: 10px;
	margin : 0px 0 0px 0;
	padding : 0 0 0px 0px;
	background-image : url(../img/roundbottomgrey.jpg);
	background-repeat : no-repeat;
}

.selectbox {
	margin: 5px 5px 10px 5px;
}

.entrybox {
	margin: 5px 0px 0px 5px;
}

.resetButton {
	float: right;
	margin: 8px 11px 0px 11px;
	color: #FF0000;
}

.searchbutton {
	float: left;
	margin: 5px 5px 0px 0px;
	text-align: right;
}

.perPage {
	float: right;
	width: 55px;
}

.searchbox .searchboxmain h2 {	
	color: #333333;
	font-size: 100%;
	margin: 0px 5px 5px 5px;
	font-weight: bold;		
}

.searchbox .searchboxmain .perPageText {	
	float: right;
	width: 55px;
}

.searchbox .searchboxmain .perPageText p {	
	display: inline;
	color: #333333;
	font-size: 80%;		
}

.searchbox h6 {

	float: right;
	text-align: right;
	margin: -14px 0px 0px 0px;
	background-image: none;
	background-color: transparent;
	font-weight: normal;
	color: #FF0000;
	text-decoration: none;
}

.searchbox .searchboxmain a  {	
	font-size: 80%;
}

.searchbutton2 a {
	display: block;
	height: 29px;
	width: 73px;
}

.searchbutton2 :hover {
	background-position: 0px -30px;
}

.searchbutton2 :active {
	background-position: 0px -59px;
}

.searchbutton2 {
	float: right;
	width: 73px;
	height: 29px;
	margin: 0px 5px 0px 5px;
	text-align: right;
}

.searchbutton2 input {
	width: 73px;
	height: 29px;
	margin: 2px 0px 0px 0px;
	border: none;
	background-color: #dddddd;
	background-image : url(../img/search.gif);
	background-repeat : no-repeat;
	background-position: top left;
}

/*  --------- page links  --------- */

.pagewrapper {
	margin-top: 30px;
}

.pagelinks {
	display: table;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 20px;
}

.pagelink {
	float: left;
	margin: 2px 6px 0px 6px;
}

.pageprevious {
	float: left;
	width: 120px;
	margin: 0px 6px 20px 16px;
}

.pagenext {
	float: right;
	width: 120px;
	margin: 0px 16px 20px 6px;
	text-align: right;
}

.pagelink h6 {
	font-weight: bold;
	color: #333333;
}

.pagelink h6 a {
	font-weight: normal;
	color: #FF0000;
}

.pageprevious h4 {
	font-weight: normal;
	color: #777777;
}

.pageprevious h4 a{
	font-weight: normal;
	color: #FF0000;
}

.pagenext h4 {
	font-weight: normal;
	color: #777777;
}

.pagenext h4 a{
	font-weight: normal;
	color: #FF0000;
}

/*  --------- hidden info  --------- */

.product-shipping-first {
visibility:hidden; display: none;
}

.product-shipping {
visibility:hidden; display: none;
}

.shipping {
visibility:hidden; display: none;
}
