body {
	background: url('img/bg.jpg') top left;
}

a, a:visited, a:hover {
	color: #00528b;
}

a img {
	border: 0px none;
	}

p {
	line-height: 140%
	}

label {
	width:10px;
	height: 10px;
	margin-bottom: 5px;
}

input, select {
	margin-top: 5px;
	}
	
table {
	width: 100%;
	text-align: center;
	margin-bottom: 5px;
	}

.cart-view tr {
	border-bottom: 1px solid #000;
	
	}

.cart-view tr.altrow {
	background-color: #FDD27C;
	}

td {
	padding: 5px 0 5px 5px;
	top: 50%;
	border-bottom: 1px solid #000;
	}
.text-align-right {
	text-align:right;
	}
	
.text-align-left {
	text-align:left;
	}
	
.text-align-center {
	text-align: center;
	}

.width60 {
	width: 60%;
	}
	
div.grid_14 h1 {
	margin-bottom: 10px;
	font-size: 25px;
}
	
	
#menu ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
} 

#menu ul li {
	margin-left: 0;
	margin-bottom: 0;
	padding: 2px 5px 5px;
	list-style: none;
	display: inline;
		
}

p {
	margin-top: 10px;
	margin-bottom: 10px;
	}

.price {
	font-size: 25px;
	text-align: center;
	padding-top: -30px;
	margin-top: -30px;
	}
.clear_left {
	clear: left;
	}

.test-border {
	border: 1px solid #000;
	}
div #header {
	
	background: url('img/header.png') no-repeat top left;
	height: 306px;
}

div #header h1 {
	margin-left: -9999px;	
}

div #header #menu {
	margin: 210px 0 0 250px;
}

div #header #menu a, div #header #menu a:visited, div #header #menu a:hover {
	color: #92D2F3;
}

div #content  {
	margin-left: 60px;
}

div #flash_info {
	margin: 10px;
	margin-left: 67px;
	border: 1px solid #66CC33;
	padding: 10px 0 10px 10px;
	background-color: #009900;
}

div .margin-correction {
	margin-left: 60px;
	}
	
div .margin-correction-banner {
	margin-left: 130px;
	}

div .product_preview {
	position: relative;
	margin: 15px 0 0 0px;
	text-align: center;
}

div.product_preview .clickme {
	font: bold 14px Verdana, Arial, sans-serif;
	top: -23px;
	position: relative;
	display:block;
	}

div.product_preview .clickme a {
	color: #138acf
}

div .product_preview img {
	border: 7px solid #fff;
	border-bottom: 30px solid #fff;
}

div .product_view, div .cart-view {
	background-color: #fcaf17;
	padding: 10px;
	margin-bottom: 10px;
}

div.product {
	background-color: #fcaf17;
	padding: 10px;
	margin-bottom: 10px;
	font-size: 12px;
}

div#similar-items {
	background-color: #fcaf17;
	padding: 10px;
}

div.product div#product-left {
	float:left;
	width: 220px;
}

div.product div#product-right {
	float:left;
	width: 550px;
}

div.product p.price {
	font-size:14px;
	font-weight: bold;
	text-align:left;
}

div.product p.description {
	width: 200px;
}

div.product h2 {
	font-size: 16px;
	color: #000;
	}

div .product_preview span {
	background: url(img/tape.png) no-repeat;
	width: 300px;
	height: 70px;
	display: block;
	position: absolute;
	left: -10px;
	top: -12px;
}

div.productimage {
	margin-bottom: 10px;
	}

div .products {
	border: 10px solid #fff;
	}

div#footer {
	text-align: center;
	margin-bottom: 20px;
	
}

#paypalcheckout {
	width: 65px;
	height: 43px;
	margin: 0;
	border: 0;
	padding: 43px 0 0;
	background: transparent url(img/paypal.jpg) no-repeat center top;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	overflow: hidden;
	}

form>#paypalcheckout { /* For non-IE browsers*/
  height: 0px;
}

table {
	clear: both;
	}

.clear {
	clear:both;
}

.center {
	text-align:center;	
}

.altrow {
	background-color: #FDD27C;
}