
body {
 	font-family:"Verdana", "Sans", sans-serif;
text-align:center;
}

.main {
	width: 900px;
 	margin:0 auto;  
 	color: #ccc; 
 	border-left: 5px solid black; 
 	border-right: 5px solid black; 
 	background-color: #050;
 	text-align: justify;
}

.main a img {
	border: 0px solid black;
	margin:0 0 0 0;
	padding:0 0 0 0;
}

.main a, main a:visited {
	color: #235984;
}

.shadow {
	position: relative;
	left:-5px;
	margin: 0;
	top: 0px;
	z-index:1000;
}

.lista {
	background-color: #000; 
	border-top: 1px solid #ff0; 
	border-bottom: 1px solid #ff0; 
	font-family: sans-serif; 
	font-size: 13px; 
	font-weight: bold; 
	color:#ccc; 
	padding: 5px;
 	font-family:"Verdana", "Sans", sans-serif;
}

.lista a{
	color: #fff;
	text-decoration: none;
}

.lista a:hover {
	text-decoration: underline;
}

.menu {
	background-color: #050; 
	width:20%; 
	float:left;  
	font-size: 13px;
}

.menuhead {
	padding: 5px;
	font-weight:bold;
	font-variant: small-caps;
	color: #fff;
}

.menuhead a{
	color: #fff;
	text-decoration: none;
}

.menuitem {
	padding: 5px; 
	padding-left:25px;
	font-size: 10.5px;
}

.menuitem a{
	color: #ccc;
	text-decoration: none;
}

.content {
	float: right; 
	width:78%; 
	padding:1%; 
	font-size: 12px; 
	color: #333; 
	background-color: #fff;
	min-height: 450px;
}

.footer {
	clear: both;
	margin: 0 auto; 
	width:900px; 
	text-align:center; 
	font-size:10px; 
	color: #757575; 
	font-family: sans-serif;
}

.producttable {
}

.producttable tr {

}

.prheading {
	margin:0;
	background-color: #080;
	color: #ccc;
}

.producttable tr td {
	width: 32%;
	vertical-align:top;
	border:1px solid #660;
}

.product {
	font-size: 12px;
	text-align:center;
}

.product tr td {
	border:0px solid black;
}

.prprice {
	width:50%;
	float:left;
	color: #fff;
	background-color: #f00;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}

.prdetail {
	width:50%;
	float:right;
	color: #fff;
	background-color: #060;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}

.productfoto a img {
	border: 0px solid black;
}

.lineelement {
	display: inline;
}

.pictures {
	float: right;
	width: 48%;
}

.leftone {
	float: left;
	width: 48%;
}

.rightone {
	float: right;
	width: 30%;
	position: relative;
	top: -47px;
}

.topspace {
	position: relative;
	top: 10px;
}

.pictures a img {
	border: 0px solid black;
}

.txt {
	text-align: justify;
}

.prdetail a {
	color: #FFF;
	text-decoration: none;
}

.prdetail a:hover {
	text-decoration: underline;
}

.carttable {
	margin: 0 auto;
	border:1px solid #660;
	font-size: 12px;
	width: 80%;
}

.carttable .prheading {
	text-align: center;
	font-weight: bold;
}

.carttable tr td {
	vertical-align: middle;
	text-align: center;	
}

.carttable tr td img {
	width: 25px;
}

.carttable tr td form {
	padding-top: 5px;
}

.required {
	font-weight: bold;
}

.borderless {
	font-size: 11px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.borderless th {
	text-align:right;
}

.cart {
	font-size: 11px;
	width: 100%;
	text-align: left;
}

.cart th {
	text-align:left;
}

.cart tr td {
	padding-left: 15px;
}

.price {
	text-align: right;
}

.pagination {
	text-align:center;
	color: #ccc;
	background-color: #080;
	padding: 5px;
}

.pagination a{
	color: #fff;
}

.symboly {
	text-align:center;
	font-size: 11px;
}

.maintext {
	float:left;
	width:68%;
}

.maintext div {
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 15px;
}

.oldprice {
	font-size: 10px;
	text-decoration:line-through
}

.maintext div a {
	font-weight: bold;
}

.star {
	font-size: 22px;
}

.star:hover {
	cursor: pointer;
	cursor: hand;
}

.alert {
	color:#F00;
	font-size: 14px;
	font-weight: bold;
}

button, input[type="submit"] {
	border: 2px solid #000;
	background-color: #080;
	color: #FFF;
}

.content h1 {
	font-size: 16px;
	font-weight: bold;
}	
