/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a			{text-decoration: none; color: #000000}
a:link		{text-decoration: none; color: #000000}
a:visited	{text-decoration: none; color: #000000}
a:active	{text-decoration: none; color: #000000}
a:hover 	{text-decoration: underline; color: #000000}

#structure {
	width: 100%;
	height: 100%;
}
#header {
	background-image: url(../images/wing.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 10px 8px 10px 15px;
	vertical-align: top;
	height: 60px;
}
form {
	margin: 0px;
}
#header img {
	float: left;
}
#quicksearch {
	float: right;
	padding-top: 30px;
	color: #FFFFFF;
	font-size: .9em;
	font-weight: bold;
}
.quicksearch {
	width: 130px;
}
#home_quote {
	text-align: center;
	padding: 10px 60px 5px 60px;
}
#home_quote p {
	font-size: 1.5em;
	font-weight: bold;
}
#navigation {
	padding: 0px 8px 0px 18px;
	color: #FFFFFF;
	background-color: #FF0000;
	height: 25px;
}
#navigation .links {
	float: left;
	font-size: 1em;
	font-weight: bold;
}
#navigation .date {
	float: right;
	font-size: .9em;
	font-weight: bold;
}
#navigation a			{text-decoration: none; padding: 5px 0px; height: 25px; color: #ffffff}
#navigation a:link		{text-decoration: none; padding: 5px 0px; height: 25px; color: #ffffff}
#navigation a:visited	{text-decoration: none; padding: 5px 0px; height: 25px; color: #ffffff}
#navigation a:active	{text-decoration: none; padding: 5px 0px; height: 25px; color: #ffffff}
#navigation a:hover 	{text-decoration: none; padding: 5px 0px; height: 25px; color: #ffffff}

.divider {
	padding: 5px 5px;
	margin-right: -4px;
	height: 25px;
}

#content {
	padding: 8px 15px 15px 18px;
	vertical-align: top;
}
#content p {
	margin-top: 0px;
	line-height: 1.3em;
}
#content h2 {
	float: left;
	margin-top: 2px;
	margin-bottom: 10px;
}
#menu {
	padding: 8px 8px 15px 0px;
	vertical-align: top;
	text-align: center;
	width: 163px;
	font-size: .7em;
}
#menu p {
	margin: 0px;
}
a.menuitem {
	background-color: #FF0000;
	margin-bottom: 2px;
	padding: 5px;
	text-align: left;
	color: #FFFFFF;
	font-weight: bold;
	width: 153px;
	text-decoration: none;
	display: block;
}
a.submenuitem {
	background-color: #eaeaea;
	margin-bottom: 2px;
	padding: 5px 5px 5px 20px;
	text-align: left;
	color: #000000;
	width: 138px;
	text-decoration: none;
	display: block;
}
#menu img {
	margin-top: 5px;
}
#payment {
	height: 10px;
	padding: 10px;
	text-align: center;
}
#footer {
	height: 10px;
	color: #000000;
	padding: 8px 15px;
	font-size: .65em;
}
#footer hr {
	height: 1px;
	color: #000000;
}
#footerleft {
	float: left;
	margin: -4px 0px 0px 0px;
}
#footerright {
	float: right;
	margin: -4px 0px 0px 0px;
}
#footer a			{text-decoration: none; color: #000000}
#footer a:link		{text-decoration: none; color: #000000}
#footer a:visited	{text-decoration: none; color: #000000}
#footer a:active	{text-decoration: none; color: #000000}
#footer a:hover 	{text-decoration: underline; color: #000000}

.clear {
	clear: both;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
}
/* products */

.productright {
	float: right;
	width: 49%;
	height: 150px;
}

.productleft {
	float: left;
	width: 49%;
	height: 150px;
}

.productwide {
	float: left;
	width: 100%;
}

.productheader {
	width: 100%;
	background-image: url(../images/box_04.gif);
	background-repeat: repeat-x;
	height: 8px;
	float: left;
}

.productheaderleft {
	background-image:url(../images/box_tl.gif);
	background-repeat: no-repeat;
	height:8px;
	width: 8px;
	float: left;
}

.productheaderright {
	background-image:url(../images/box_tr.gif);
	background-repeat: no-repeat;
	height:8px;
	width: 8px;
	float: right;
}

.productinner {
	float: left;
	width: 100%;
}

.productinner table {
	width: 100%;
	height: 140px;
	border-left: 2px solid #FF0000;
	border-right: 2px solid #FF0000;
}

.productinnerheader {
	padding-top: 0px !important;
	font-weight: bold;
	vertical-align: top;
	height: 30px;
}

.productinnerheaderdetail {
	font-weight: bold;
	vertical-align: top;
	height: 30px;
	font-size: 0.9em;
}

.productinnerheader a, .productinnerheaderdetail a {
	float: left;
}

.productinnerheader img, .productinnerheaderdetail img {
	float: right;
}

.productinner .productinnerheader a			{text-decoration: none; color: #000000}
.productinner .productinnerheader a:link	{text-decoration: none; color: #000000}
.productinner .productinnerheader a:visited	{text-decoration: none; color: #000000}
.productinner .productinnerheader a:active	{text-decoration: none; color: #000000}
.productinner .productinnerheader a:hover 	{text-decoration: none; color: #000000}

.productinnerimage {
	padding: 5px;
	width: 100px;
	vertical-align: top;
	text-align: center;
}

.productinnerdesc {
	padding: 5px;
	vertical-align: top;
	height: 80px;
}

.productinnerfooter {
	padding: 5px 5px 7px 5px;
	vertical-align: bottom;
	height: 10px;
	text-align: center;
}
.productinnerfooterdetail {
	padding: 5px 5px 7px 5px;
	vertical-align: bottom;
	height: 10px;
	text-align: right;
}

.productinnerfooter .button, .productinnerfooterdetail .button {
	width: 100px;
}

.productinnerfooter input, .productinnerfooterdetail input {
	width: 25px;
	height: 22px;
}

.productinner table td {
	vertical-align: top;
	padding: 5px 10px;
}

.productfooter {
	width: 100%;
	background-image: url(../images/box_05.gif);
	background-repeat: repeat-x;
	background-position: 0px 1px;
	height: 8px;
	float: left;
}

.productfooterleft {
	background-image: url(../images/box_bl.gif);
	background-repeat: no-repeat;
	height:8px;
	width: 8px;
	float: left;
}

.productfooterright {
	background-image: url(../images/box_br.gif);
	background-repeat: no-repeat;
	height:8px;
	width: 8px;
	float: right;
}

.productclear {
	clear: both;
	height: 20px;
}
#paging {
	text-align: right;
	float: right;
	width: 300px;
	margin-top: 3px;
}

.pages {
	padding: 2px 3px;
	margin-right: 2px;
	background-color: #FF0000;
	color: #ffffff;
	border: 1px solid #FF0000;
}

.thispage {
	padding: 2px 3px;
	margin-right: 2px;
	background-color: #ffffff;
	color: #000000;
	border: 1px solid #FF0000;
}
#paging a			{text-decoration: none; color: #ffffff}
#paging a:link		{text-decoration: none; color: #ffffff}
#paging a:visited	{text-decoration: none; color: #ffffff}
#paging a:active	{text-decoration: none; color: #ffffff}
#paging a:hover 	{text-decoration: none; color: #ffffff}

#newonly {
	float: right;
	width: 100px;
}

#newonly_left {
	float: left;
	width:22px;
}

#newonly_right {
	height: 20px;
	width: 70px;
	text-align: left;
	float: left;
	padding-top: 2px;
	padding-left: 2px;
}

/* basket */

.basket td {
	height: 30px;
}

.basket a			{text-decoration: none; color: #000000}
.basket a:link		{text-decoration: none; color: #000000}
.basket a:visited	{text-decoration: none; color: #000000}
.basket a:active	{text-decoration: none; color: #000000}
.basket a:hover 	{text-decoration: underline; color: #000000}

.basketheader {
	background-color: #FF0000;
	color: #ffffff;
}
.basketmiddle {
	background-color: #eaeaea;
}
.basketmiddle input {
	width: 25px;
	height: 18px;
	font-size: 1em;
	padding-top: 0px;
}
.basketbase {
	background-color: #eaeaea;
	padding: 6px 5px 10px 5px;
}

/*checkout*/

.inputlong {
	width: 90%;
}

#checkout1 td {
	height: 20px;
}

/* backoffice */

.error {
	color: #FF0000;
}

#login td, #product td {
	padding: 4px;
	vertical-align: top;
	font-size: .75em;
}
#products td {
	padding: 3px 4px;
	vertical-align: top;
	font-size: .7em;
}
#products th {
	font-weight: bold;
	background-color: FF0000;
	font-size: .7em;
	color: #FFFFFF;
	text-align: left;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
}

#products th a			{color: #ffffff; text-decoration: none}
#products th a:link		{color: #ffffff; text-decoration: none}
#products th a:visited	{color: #ffffff; text-decoration: none}
#products th a:active	{color: #ffffff; text-decoration: none}
#products th a:hover 	{color: #ffffff; text-decoration: underline}

#products a, .orderbottom a			{color: #000000; text-decoration: none}
#products a:link, .orderbottom a:link	{color: #000000; text-decoration: none}
#products a:visited, .orderbottom a:visited	{color: #000000; text-decoration: none}
#products a:active, .orderbottom a:active	{color: #000000; text-decoration: none}
#products a:hover, .orderbottom a:hover 	{color: #000000; text-decoration: underline}

.ordertop td {
	font-weight: bold;
	font-size: .7em;
	background-color: FF0000;
	color: #FFFFFF;
	text-align: left;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
}

.ordermiddle td {
	background-color: eaeaea;
	text-align: left;
	padding: 5px;
}

.orderbottom td {
	text-align: right;
	padding: 5px;
}

.price {
	float: right;
}

.bproduct {
	float: left;
}

#deliverynote td {
	vertical-align: top;
	padding: 5px;
	font-size: 0.8em;
}

#deliverynote th {
	vertical-align: top;
	padding: 5px;
	font-size: 0.8em;
	border-bottom: 1px solid #000000;
}

#address {
	font-size: 1em;
}

/* input fields */

.input {
	padding: 5px 30px 5px 30px;
}

.inputright, .submitright {
	margin: 0px;
	padding-left: 155px;
}
.inputright input {
	width: 100%;
}
 .inputright textarea {
	width: 100%;
}
.inputright select, .submitright input {
	text-align: right;
}

.inputleft {
	float: left;
	color: #000000;
	width: 140px;
	padding-top: 5px;
}

#legal {
	line-height: 1.5em;
}

#legal p {
	margin-bottom: 20px;
}
.home_text {
	font-size: 1.2em;
	text-align: center;
}
.greybox {
	background-color: #EFEFEF;
	padding: 20px 20px 10px 20px;
}
.product_link {
	text-align: right;
	padding-top: 10px;
	margin-right: 2.5%;
}