.product-table {
	width: 550px;
	float: left;
	color: black;
	padding: 0px;
	display: table;
}

.product-table img {
	float: left;
}

.product-table a:link {
	color: black;	
	float: left;	
	font-weight: bold;
}

.product-table a:visited {
	color: black;		
	font-weight: bold;
}

.product-table a:hover {
	color: black;		
	font-weight: bold;
}

.product-table-display {
	width: 270px;
	display: block;
	float: left;
	margin-right: 2px;
	background-color: white;
	border: 1px #7B97B0 dotted;
}

.product-table-padding {
	width: 548px;
	height: 2px;
	float: left;
	display: block;
	margin-right: 2px;
	background-color: #156E98;
}

.product-sub-table {
	width: 500px;
	float: left;
	color: black;
	padding: 0px;
	display: table;
}

.product-sub-table a:link {
	color: black;
	font-weight: bold;
}

.product-sub-table a:visited {
	color: black;		
	font-weight: bold;
}

.product-sub-table a:hover {
	color: black;		
	font-weight: bold;
}

.product-sub-table-display {
	text-align: center;
	width: 250px;
	display: block;
	float: left;
	margin-right: 2px;
	background-color: white;
}

.product-list-table {	
	font-family: Arial, Helvetica, Verdana, san-serif;
	font-size: 12px;
	width: 550px;
	float: left;
	color: black;
	padding: 0px;
	display: table;
}

.product-list-table a:link {	
	font-family: Arial, Helvetica, Verdana, san-serif;
	font-size: 12px;
	color: black;	
	font-weight: bold;
}

.product-list-table a:visited {	
	font-family: Arial, Helvetica, Verdana, san-serif;
	font-size: 12px;
	color: black;		
	font-weight: bold;
}

.product-list-table a:hover {
	color: black;		
	font-weight: bold;
}

.product-list-table-quan {
	font-size: 12px;
	display: inline;
}

.product-list-table-image {
	text-align: center;
	width: 150px;
	height: 150px;
	float: left;
	display: inline;
	margin-right: 2px;
}

.product-list-table-details {
	text-align: justify;
	width: 390px;
	height: 150px;
	display: inline;
	padding-left: 5px;
	background-color: white;
}

.product-list-table-padding {
	width: 550px;
	height: 2px;
	float: left;
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #156E98;
}

.product-details-table {	
	font-family: Arial, Helvetica, Verdana, san-serif;
	font-size: 12px;
	width: 585px;
	float: left;
	display: table;
	color: black;
	padding: 0px;
}

.product-details-table h1 {	
	font-family: Arial, Helvetica, Verdana, san-serif;
	color: black;
	font-size: 12pt;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.product-details-table p {	
	font-family: Arial, Helvetica, Verdana, san-serif;
	color: black;
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

.product-details-table a:link {	
	font-family: Arial, Helvetica, Verdana, san-serif;
	color: black;
	font-size: 12px;
	font-weight: bold;
}

.product-details-table a:visited {	
	font-family: Arial, Helvetica, Verdana, san-serif;
	color: black;	
	font-size: 12px;	
	font-weight: bold;
}

.product-details-table a:hover {
	color: black;		
	font-weight: bold;
}

.product-details-table-image {
	vertical-align: top;
	text-align: center;
	width: 200px;
	height: auto;
	float: left;
	display: inline;
	margin: 0px 10px 0px 5px;
	padding: 0px;
}

.product-details-table-display {
	text-align: justify;
	vertical-align: top;
	width: 360px;
	height: auto;
	float: left;
	display: inline;
	margin-left: 0px;
}

.product-details-table-buts {
	width: 380px;
	height: 50px;
	display: block;
	margin: 5px 2px 0px 0px;
}

.product-details-table-buts input {
	display: inline;
}

.product-details-table-buts a {
	color: #7B97B0;
	font-size: 13pt;
}

.product-details-table-buts a:link {
	color: #7B97B0;
	font-size: 13pt;
}

.product-details-table-buts a:visited {
	color: #7B97B0;
	font-size: 13pt;
}

html>body .product-details-table-buts {
	height: 35px;
	padding-top: 16px;
}

.product-details-table-bpad {
	color: #7B97B0;
	font-size: 13pt;
	font-weight: bold;
	width: 200px;
	height: 50px;
	float: left;
	display: block;
	margin: 5px 2px 0px 0px;
	padding: 0px;
}

html>body .product-details-table-bpad {
	height: 35px;
	padding-top: 16px;
}

.login-table {
	font-family: Arial, Helvetica, Verdana, san-serif;
	font-size: 11px;
	font-weight: bold;
	border: 2px black solid;
	background-color: #E1E1E1;
}

html>body .login-table {
	border: 1px black solid;
}

.login-table-head img {
	float: left;
	margin-top: 5px;
	margin-left: 5px;
}

.login-table a:link {
	color: black;
	font-weight: bold;
	font-size: 10px;
	margin-left: 15px;
}

.login-table a:visited {
	color: black;
	font-weight: bold;	
	font-size: 10px;
	margin-left: 15px;
}

.login-table a:hover {
	color: black;
	font-weight: bold;	
	font-size: 10px;
}

.login-table label {
	font-size: 10px;
	width: 100px;
	display: block;	
	margin-left: 7px;
}

.login-table input {	
	font-family: Arial, Helvetica, Verdana, san-serif;
	font-size: 11px;
	width: 160px;
	border: 1px #7B97B0 solid;
	margin-left: 7px;
}

.login-table-but {
	text-align: center;
}

.login-table-but img {
	margin-top: 5px;
	margin-left: 75px;
	margin-bottom: 5px;
}

#login-but {
	width: 25px;
	height: 25px;
	border: 0px;
	margin-top: 5px;
	margin-right: 20px;
}

.fogotten-pass-table {
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, san-serif;
	font-weight: bold;
	width: 550px;
	margin-left: 20px;
}

.fogotten-pass-table-field {
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, san-serif;
	font-weight: normal;
	width: 430px;
	border: 1px #7B97B0 solid;
}

#fogotten-pass-table-but {
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, san-serif;
	font-weight: bold;
	width: 70px;
	border: 1px #7B97B0 solid;
	margin-top: 5px;
	margin-left: 0px;
}

.register-table {
	width: 600px;
	float: left;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, san-serif;
}

.register-table td {
	font-weight: bold;
	width: 550px;
	height: 16px;
}

.register-table label {
	color: black;
	font-weight: bold;
	width: 150px;
	height: 16px;
	display: inline;
}

.register-table input {
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, san-serif;
	width: 300px;
	display: block;
	border: 1px #7B97B0 solid;	
}

.register-table textarea {
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, san-serif;
	width: 300px;
	border: 1px #7B97B0 solid;	
}

.register-table-pad {
	height: 20px;
	display: block;
}

.basket-table {
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, san-serif;
	width: 550px;
	float: left;
	margin: 30px 0px 0px 10px;
}

.basket-table-country {
	width: 300px;
	height: 25px;
}

.basket-table-cost {
	color: #7B97B0;
	font-size: 12pt;
	width: 250px;
	height: 25px;
	float: left;
	padding-top: 5px;
}
#basket-table-link { color: #7b97b0; font-size: 10pt; font-weight: bolder; padding-top: 5px; width: 250px; height: 25px; float: left }
html>body .basket-table-cost {
	height: 20px;
}

.basket-table label {
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, san-serif;
	font-weight: bold;
	width: 130px;
	float: left;
	display: block;
}

.basket-table select {
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, san-serif;
	width: 160px;
	float: left;
	border: 1px #7B97B0 solid;	
}

.basket-table input {
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, san-serif;
	font-weight: bold;
	margin-top: 0px;
	border: 1px #7B97B0 solid;	
}

#back-link {
	width: 100%;
	float: left;
}

.boots-table {
	font-size: 12px;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
	border: 1px solid #7B97B0;
}
