﻿/* style sheet addition for the products pages*/

form table {
	width:100%;
}
form table td{
	/* [disabled]background-color:#00FF33; */
	/* [disabled]border:1px solid #000!important; */
}
.class100 {
	width:100%;
}
.class92 {
	width:92px;
}
.class55 {
	width:55%;
}
.class25 {
	width:25%;
}
.class20 {
	width:20%;
}

.noboxshadow {
	-webkit-box-shadow: none!important; /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    box-shadow: none!important; /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
}

.center {
	text-align:center;
}
input {
	background-color:#66CCFF;
	color: #FFFFFF;
	-webkit-box-shadow: 1px 1px 7px -2px #000; /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
	box-shadow: 1px 1px 7px -2px #000; /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
	border: 0px;
	border-radius: 7px;
}
input:hover {
	background-color:#333333;
	-webkit-box-shadow: none; /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
	box-shadow: none; /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
}
input.licenceinput {
	background-color:#eeeeee;
	color: #000000;
	-webkit-box-shadow: none; /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
	box-shadow: none; /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
	border: 1px solid #000;
	border-radius: 0px;
	width:92%;
}
input.licenceinput2 {
	background-color:#eeeeee;
	color: #000000;
	-webkit-box-shadow: none; /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
	box-shadow: none; /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
	border: 1px solid #000;
	border-radius: 0px;
	width:50%;
}
input.licenceinput:focus {
	background-color:#ffffff;
	color: #000000;
	-webkit-box-shadow: none; /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
	box-shadow: none; /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
	border: 1px solid #000;
	border-radius: 0px;
}
input.licenceinput2:hover {
	background-color:#eeeeee;
	color: #000000;
	-webkit-box-shadow: none; /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
	box-shadow: none; /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
	border: 1px solid #000;
	border-radius: 0px;
}
input.licenceinput2:focus {
	background-color:#ffffff;
	color: #000000;
	-webkit-box-shadow: none; /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
	box-shadow: none; /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
	border: 1px solid #000;
	border-radius: 0px;
}
:focus{outline:0 none;}
.info {
	display:inline-block!important;
	float: right!important;
	border:none;
	vertical-align: middle;
	margin-top: -5px;
}
.cart {
	padding:5px 10px;
}
.left {
	float:left;
}
.right {
	float:right;
}
.nopad {
	padding-top:0px!important;
	padding-bottom:0px!important;
}
.verticalmiddle {
	vertical-align:middle;
	margin-left:10px;
}
.nobord {
	border:none!important;
}
.superw {
	width:100%!important;
}
.superw1 {
	width:80%!important;
}
.superw5 {
	width:10%!important;
}
.superw2 {
	width:auto!important;
}
.noleftrightpad {
	padding-left:0px!important;
	padding-right:0px!important;
}
.somemargin {
	margin-right:8px;
}