@charset "UTF-8";
/* CSS Document */
/*p  {
	font-size: 1.2em;
	text-align: justify;
}
#shop p {
	font-size: 1em;
}*/
#shop #content-wrapper {
	background-image: url(../images/shop/pale-blue.gif);
	background-repeat: repeat-y;
	margin-left:10px;
	margin-bottom: 20px;
	margin-top: 20px;
	position: relative;
	/*width: 100%;*/
	zoom: 1;
}
#shop #content {
	width: 750px;
	float: right;
	margin-top: 0px;
}
#shop.shop1 #content {
	/*width: 750px;*/
}
#shop.shop_home #slides {
	float: right;
	margin-left: 20px;
	width: 250px;
	height: 280px;
	overflow: hidden;
}
#slides img {
	border: thin solid #003366;
}
#slides p {
	margin: 0px 5px;
	font-size: 1.3em;
	text-align: center;
}
#shop #navbar {
	float: none;
	padding: 10px;
	/*margin-top: 20px;*/
	border-top: thin solid #999999;
	width: 180px;
}
#nav-quotes {
	margin-top: 30px;
	padding: 10px;
	padding-bottom: 20px;
	background-color: #666666;
	border: thin solid #333333;
	height: 370px;
	background-image: url(../images/shop/nav-quotebox.jpg);
	background-repeat: no-repeat;
}
#nav-quotes p {
	font-size: 1.6em;
	line-height: 1.5em;
	font-style: italic;
	color: #FFFFFF;
}
h1, h2  {
	/*margin-top: 20px;*/
}
fieldset {
	padding: 5px;
}
ul.nav_shop {
	margin-top: 10px;
	margin-bottom: 0;
}
ul.nav_shop li {
	font-size: 1em;
	display: inline;
	margin-right: 5px;
}

ul#categories {
	font-size: .9em;
}
ul#categories img {
	margin-bottom: 5px;
}
ul#categories li {
	margin-top: 5px;
}
p.message {
	font-weight: bold;
	color: #14445A;
}
p.messages {
	width: 350px;
	float: left;
	clear: left;
}
#categories .fieldname {
	color: #FF3300;
	font-weight: bold;
	font-size: 12px;
}
#categories .fieldname2 {
	color: #FF3300;
	font-weight: bold;
	font-size: 10px;
}
.content a img {
	border: none !important;
}

table {
	font-size: 1em;
	vertical-align: top;
	border-collapse: collapse;
}

thead, tr.head {
	background-color: #CCCCCC;
}
th {
	vertical-align: top;
}
td {
	font-size: 10px;
	border: none;
}
.shop_entry td {
	font-size: 1.2em;
}
tr.head td {
	font-weight: bold;
}
th.pagination {
	text-align: center;
}
table.stocklist {
	border-collapse: collapse;
	float: right;
	text-align: center;	
}



.stocklist td, .stocklist th {
	font-size: 1.1em;
	border: thin solid silver;
	padding: 1px 3px;
	vertical-align: middle;
	
}
#categories table.stocklist {
	margin-top: 10px;
	width: 450px;
}
.rowcolor1 {
	background-color: #f2f2f2;
}
.rowcolor2 {
	background-color: #ffffff;
}

.shop form {
	width: 350px;
	float: left;
	clear: left;
}

#categories .shop form {
	width: 500px;
}
.shop form p,  .shop form ul{
	font-size: 1.3em;
}
.shop form ul{
	margin-left: 20px;
	margin-top: 0px;
}
.shop form input {
	font-size: 1.3em;
}
.shop form fieldset {
	padding: 5px;
	margin: 5px;
}

.shop select {
	width: auto;
}
#reg {
	width: 600px;
}
#login_form, #new_password {
	width: 400px;
}
.registration form p,  .registration form ul, .details form p,  .details form ul{
	font-size: 1.1em;
}
form {
	margin-bottom: 10px;
}
form p {
	margin-bottom: 3px;
}
input {
	font-size: 100%;
	line-height: 1.3em;
}
textarea {
	/*line-height: .8em;*/
	font-size: 1.4em;
	
}
.tx_size1 {
	width: 320px;
	height: 250px;
}
.tx_size2 {
	width: 320px;
	height: 400px;
}
.tx_size3 {
	width: 320px;
	height: 100px;
}
.tx_size4 {
	width: 250px;
	height: 100px;
}	
.label {
	width: 80px;
	float: left;
	text-align: right;
	margin-right: 5px;
}
.button120 {
	width: 120px;
}
#cat_select {
	margin-top: 5px;
	margin-bottom: 5px
}
#cat_select ul {
	line-height: 20px;
	list-style-type: none;
	background-color: #FFFFFF;
}
#cat_select li {
	display: inline;
		
}
#cat_select ul li a {
	padding: 2px 15px;
	border: thin solid #999999;
}
#cat_select ul li a:link, #cat_select ul li a:visited {
	color: #000000;
}
#cat_select ul li a:hover {
	color: #003366;
}
#cat_select ul li a.selected {
	color: #FFFFFF;
	background-color: #003366;
}

img {
	border: none;
}

.basket td, .basket th {
	padding: 2px 10px;
	font-size: 1.3em !important;
}
table.basket {
	border: thin solid #666666;	
	
}


#regions{
	position: relative;
	height: 30px;
}
#ww_field, #eu_field {
	position: absolute;
	
	top: 0px;
	left: 0px;
	visibility: hidden;
}
#eu_field {
	visibility: visible;
}

table.stock td {
	font-size: 1em;
}

.floatleft_table{
	float: left;
	margin-right: 10px;
	
}
.floatright_table{
	float: right;
	margin-left: 10px;
	
}
.floatleft_table img, .floatright_table img {
	vertical-align: top;
}
.floatleft100 {
	float: left;
	width: 100px;
	margin-right: 10px;
}
.pull_options {
	border: thin solid #999999;
	margin: 5px;
	padding: 5px;
}
.hanging100 {
	text-indent: -70px;
	margin-left: 70px;
}

/* FRONT SHOP STUFF */
.shop_entry {
	background-color: #FFFFFF;
	border: thin ridge #999999;
	padding: 5px;
	margin-bottom: 5px;
	width: 600px;
}
.content .shop_entry p {
	font-size: 1.2em;
	color: #000000 !important;
	margin-bottom: 2px;
	margin-top: 2px;
	margin-right: 160px;
}
table.bottom10 td{
	padding-bottom: 10px;
}
table.product_details {
	width: 300px;
}
table.product_details td {
	vertical-align: top;
	text-align: left;
}
.width100 {
	width: 100px;	
}
.width175 {
	width: 175px;	
}
.width200{
	width: 200px;	
}
.height150 {
	height: 150px;
}
.error {
	font-weight: bold;
	color: #990000;
}
.hidden {
	color: #ADADAD !important;
}
.boxleft {
	width: 320px;
	padding: 10px;
	float: left;
}
.boxleft ul {
	margin-top: 0px;
	margin-left: 40px;
	list-style-type: disc;
}
.boxright {
	width: 260px;
	padding: 10px;
	float: right;
}
.boxcenter {
	width: 450px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	/*border: 1px solid #003366;*/
}
.paypal {
	width: 400px;
}
#deliverybox {
	width: 200px;
	float: right;
	clear: right;	
}
#deliverybox p {
	margin: 2px;
}	
.margin300 {
	margin-left: 300px;
}
.width300 {
	width: 300px;
}
#login_box {
	border: thin solid #999999;
	padding: 5px;
	width: 400px;
}
.margin30 {
	margin-left: 30px;
}
.marginright100 {
	margin-right: 100px;
}	
.margintop10 {
	margin-top: 10px;
}	
.price {
	font-size: 1.3em;
	margin-top: 0;
}
#navbar ul a:link, #navbar ul li a:visited {	
	color: #003366;
}
#navbar ul li a:hover {
	color: #990000;
}
.pale_blue {
	background-color: #EAF4FD;
}
#pp_table table td {
	font-size: 1.3em;
}
